@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Avenir-Black";
  font-weight: 900;
  src: url("Avenir-Black.ttf");
}
@font-face {
  font-family: "Avenir-Heavy";
  font-weight: 700;
  src: url("Avenir-Heavy.ttf");
}
@font-face {
  font-family: "Avenir-Medium";
  font-weight: 500;
  src: url("Avenir-Medium.ttf");
}
html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #F7F5EF;
  margin: 0;
}

.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
.loginPage {
  min-width: 110rem;
  min-height: calc(100vh - 11.2rem);
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .loginPage {
    min-width: 100%;
    padding-top: 3rem;
  }
}
p {
  margin: 0;
}

.loginPageSec {
  margin: auto;
  width: 100%;
  max-width: 83.3rem;
  padding: 0 2rem;
}
.loginPageSec img {
  width: 100%;
}
.loginPageSec__top {
  display: block;
  max-width: 21.1rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec {
    max-width: 100%;
  }
  .loginPageSec .loginPageSec__top {
    max-width: 19.2rem;
  }
}
.loginPageSec__ttl {
  margin: 0;
  margin-top: 1.2rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__ttl {
    margin-top: 2.7rem;
    font-size: 2.4rem;
  }
}
.loginPageSec__btnArea {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__btnArea {
    margin-top: 2.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.loginPageSec__btnWrap {
  background: #fff;
  height: 12rem;
  width: calc((100% - 3.7rem) / 2);
  border: 1px solid #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
}
.loginPageSec__btnWrap.second .loginPageSec__btn {
  line-height: 1.2;
}
.loginPageSec__btnWrap:hover {
  background: #18A9EA;
  -webkit-box-shadow: 0 10px 0 0 #DDDDDD;
          box-shadow: 0 10px 0 0 #DDDDDD;
  border-radius: 3px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.loginPageSec__btnWrap:hover .loginPageSec__btn {
  color: #fff;
}
.loginPageSec__btnWrap:hover .loginPageSec__btn::after {
  background: url(../img/_etc/loginPage__arrowWh.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__btnWrap {
    width: 100%;
  }
}
.loginPageSec__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding-top: 3rem;
  text-align: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.loginPageSec__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  background: url(../img/_etc/loginPage__arrow.png) no-repeat center/contain;
  width: 2.2rem;
  height: 2.2rem;
}
.loginPageSec__btn span {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .loginPageSec .loginPageSec__btn::after {
    width: 2.4rem;
    height: 2.4rem;
    right: 1.6rem;
  }
}
.loginPageSec__txtArea {
  margin-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__txtArea {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }
}
.loginPageSec__mainTxt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #18a9ea;
  text-align: center;
}
.loginPageSec__txtFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__txtFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.3rem;
  }
}
.loginPageSec__subTxtArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 3.3rem) / 2);
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__subTxtArea {
    width: 100%;
    padding: 0;
  }
}
.loginPageSec__subTxtTitle {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__subTxtTitle {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 1.2rem;
  }
}
.loginPageSec__subTxt {
  font-weight: 400;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .loginPageSec .loginPageSec__subTxt {
    font-size: 1.2rem;
  }
}