html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", "sans-serif";
  background: #fafafa;
}

span {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.block {
  display: inline-block;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.heading {
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}
@media screen and (min-width: 768px) {
  .heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.heading__en {
  font-size: 14px;
  color: #0064AB;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 768px) {
  .heading__en {
    font-size: 22px;
    letter-spacing: 3.6px;
    line-height: 1;
  }
}

.heading__ja {
  font-size: 38px;
  color: #053481;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3.8px;
}
@media screen and (min-width: 768px) {
  .heading__ja {
    font-size: 32px;
    letter-spacing: 3.6px;
  }
}

.btn {
  width: 100%;
  display: block;
  height: 80px;
  border-radius: 5px;
  background: #36C536;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-content {
  text-align: center;
  line-height: 80px;
}
.btn-content__image {
  width: 39px;
  height: 43px;
  margin-bottom: 8px;
}
.btn-content__image img {
  width: 39px;
  height: 43px;
}
.btn-content__text {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
}
.btn:hover {
  opacity: 0.7;
}
.btn--instagram {
  background: linear-gradient(86deg, rgba(118, 56, 250, 0.8) -21.91%, rgba(164, 28, 223, 0.8) 8.56%, rgba(255, 0, 105, 0.8) 39.04%, rgba(255, 122, 0, 0.8) 69.52%, rgba(255, 214, 0, 0.8) 100%), #FFF;
  border-radius: 0;
}
.btn--instagram img {
  width: 35px;
  height: 35px;
}
.btn--instagram:hover {
  opacity: 0.7;
}
.btn--tiktok {
  background: #000;
}
.btn--tiktok img {
  width: 45px;
  height: 45px;
}
.btn--tiktok:hover {
  opacity: 0.7;
}
.btn--x {
  background: #000;
}
.btn--x:hover {
  opacity: 0.7;
}
.btn--line:hover {
  opacity: 0.7;
}

.btn2 {
  max-width: 350px;
  display: inline-block;
  background-color: #053481;
  color: #fff;
  padding: 10px 28px;
  font-weight: 500;
  border: 2px solid currentColor;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .btn2 {
    padding: 18px 45px;
  }
}
.btn2:hover {
  background-color: #fff;
  color: #053481;
}
.btn2--type2 {
  color: #053481;
  background: #fff;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn2--type2:hover {
  background-color: #D8AC35;
  color: #fff;
}

.btn3 {
  max-width: 350px;
  display: inline-block;
  background-color: #053481;
  color: #fff;
  padding: 20px 103px;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn3:hover {
  background-color: #D8AC35;
  color: #fff;
}
.btn3--type2 {
  color: #053481;
  background: #fff;
  font-weight: 700;
}
.btn3--type2:hover {
  background-color: #D8AC35;
  color: #fff;
}

.header {
  background-color: #fff;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 15px 21px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__logo a img {
  width: 146px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 135px;
    padding-top: 6px;
  }
}
.header__nav {
  display: none;
  color: #053481;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.header__link {
  font-weight: 700;
  letter-spacing: 0.48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__link:hover {
  color: #D8AC35;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__open {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 10px;
}
.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #053481;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.contents__main {
  background-color: #fff;
  padding: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .contents__main {
    position: relative;
  }
}

.contents__main__inner {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .contents__main__inner {
    overflow: hidden;
  }
}

.contents__main__right {
  width: 100%;
  padding: 0 0 33px 33px;
  z-index: 16;
}
@media screen and (min-width: 768px) {
  .contents__main__right {
    padding: 30px 30px 0 400px;
    position: relative;
  }
}

.main__img {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .main__img {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
  }
}

.contents__main__left {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .contents__main__left {
    width: 400px;
  }
}

.main__title {
  text-align: center;
  width: auto;
  position: absolute;
  top: 280px;
  left: 0;
  margin: 50px 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .main__title {
    top: 40%;
    margin: 0 0 0 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__title-ja {
  font-weight: 600;
  color: #053481;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .main__title-ja {
    font-size: 50px;
  }
}
.main__title-en {
  font-weight: 600;
  color: #D7D7D7;
  margin-top: 25px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .main__title-en {
    font-size: 18px;
  }
}

.company-image {
  height: 100%;
  background-size: cover;
  background-image: url(../img/sp/section-left.png);
}
@media screen and (min-width: 768px) {
  .company-image {
    background-image: url(../img/section-left.png);
  }
}

.contents__block {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .contents__block {
    margin-top: 95px;
  }
}
.contents__block__text {
  padding-top: 40px;
}

.contents__block__text {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents__block__text {
    font-size: 26px;
  }
}

.contents__message {
  margin-top: 78px;
}
@media screen and (min-width: 768px) {
  .contents__message {
    margin-top: 110px;
    padding-bottom: 82px;
  }
}

@media screen and (min-width: 768px) {
  .message__text-box {
    width: 700px;
  }
}

.message__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 44px 5px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .message__box {
    display: flex;
    flex-direction: row;
    gap: 70px;
    max-width: 1140px;
    background: #fff;
    padding: 75px 85px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
.message__box-cc {
  font-family: "Zen Kurenaido";
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .message__box-cc {
    font-size: 28px;
    letter-spacing: 0.9px;
  }
}
.message__box-text {
  color: #000;
  font-size: 14px;
  margin-top: 28px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .message__box-text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.message__box-name {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .message__box-name {
    font-size: 20px;
    margin-top: 23px;
    text-align: right;
    margin-right: 15px;
  }
}

.message__box-name2 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .message__box-name2 {
    font-size: 20px;
    margin-top: 23px;
    text-align: left;
    margin-right: 15px;
  }
}

.message__image {
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .message__image {
    width: 400px;
  }
}

.message__profile {
}

.contents__photo {
  padding: 57px 35px;
}
@media screen and (min-width: 768px) {
  .contents__photo {
    margin: 0 auto;
    max-width: 1140px;
    padding: 100px 0;
  }
}

.contents__outline {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .contents__outline {
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .outline-box {
    padding: 65px 200px;
  }
}

.sns__button {
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .sns__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.sns__button2 {
  padding: 0 20px;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sns__button2 {
    max-width: 1140px;
    margin-top: 40px;
  }
}

.about {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .about {
    padding-bottom: 100px;
  }
}
.about__contents {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .about__contents {
    max-width: 500px;
    margin: 0 auto;
  }
}
.about__box {
  margin-top: 20px;
}
.about__q {
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 1px #ADADAD;
  padding-bottom: 2px;
  color: #053481;
}
.about__a {
  padding-top: 2px;
  line-height: 170%;
  font-size: 14px;
}

footer {
  padding-top: 50px;
}
.footer__recruit-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__recruit-image img {
    height: 300px;
  }
}
.footer__recruit-text {
  text-align: center;
  padding: 22px 20px;
}
@media screen and (min-width: 768px) {
  .footer__recruit-text {
    width: 50%;
    padding: 70px 25px;
    height: 300px;
  }
}

.recruit-box {
  background-color: #053481;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 450px;
  -webkit-transition: background-color 0.8s, color 0.8s, opacity 0.8s;
  transition: background-color 0.8s, color 0.8s, opacity 0.8s;
}
@media screen and (min-width: 768px) {
  .recruit-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 960px;
    border-radius: 15px;
  }
}
.recruit-box:hover {
  background-color: #fff;
  color: #053481;
}

.recruit-text0 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .recruit-text0 {
    font-size: 36px;
  }
}
.recruit-text1 {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .recruit-text1 {
    font-size: 16px;
  }
}

.footer__copyright {
  text-align: center;
  background-color: #053481;
  padding: 30px 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 60px;
    padding: 20px 0;
  }
}

.copyright {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.96px;
}

.company {
	padding-top: 100px;
}
@media screen and (min-width: 768px) {
	.company {
	  padding-top: 150px;
	}
}