@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.5;
  color: #272724;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}
body * {
  box-sizing: border-box;
}

.goodlife {
  font-family: "goodlife-serif", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fot {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  transition: opacity 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease 0s;
}

button {
  background-color: transparent;
  border: none;
  transition: opacity 0.3s ease 0s;
}
button:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease 0s;
}

.main {
  overflow: hidden;
}

.inner {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sectionHeadingWrap {
  text-align: center;
}

.sectionHeadingWrap.left {
  text-align: left;
}

.sectionHeadingWrap.white {
  color: #fff;
}

.sectionHeading__en {
  display: block;
  font-size: 25px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sectionHeading__en {
    font-size: 13px;
  }
}

.sectionHeading {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sectionHeading {
    font-size: 16px;
    margin-top: 8px;
  }
}

.btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 20px;
  background-color: #272724;
  color: #fff;
  border: 1px solid #272724;
  border-radius: 30px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: all ease 0.2s;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 248px;
    padding: 16px;
    font-size: 15px;
  }
}
.btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/arrow_01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn::after {
    right: 14px;
  }
}

.is-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sm {
    display: block;
  }
}

.is-mid {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-mid {
    display: none;
  }
}

.is-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-md {
    display: block;
  }
}

.is-lg {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-lg {
    display: none;
  }
}

.subhead {
  width: 100%;
  height: 230px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .subhead {
    height: 300px;
  }
}
@media screen and (min-width: 1650px) {
  .subhead {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    height: 150px;
  }
}
.subhead.-news {
  background-image: url("../images/illust_curtain01.svg");
}
.subhead.-event {
  background-image: url("../images/illust_curtain02.svg");
}
.subhead.-contact {
  background-image: url("../images/illust_curtain03.svg");
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #F2EFE1;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
.loading.is-loaded {
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}

.loading-icon {
  width: 100px;
  height: auto;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .loading-icon {
    width: 75px;
  }
}
.loading-icon.is-loaded {
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 75px;
  background-color: transparent;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 45px;
  }
}
.header__inner {
  width: 1280px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 7px;
  }
}
.header__content {
  display: flex;
  align-items: center;
  height: inherit;
}
.header__logo {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 76px;
  }
}
.header__logoLink {
  display: block;
}
.header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header__menuBtn {
  width: 124px;
  text-align: center;
  cursor: pointer;
  display: block;
  color: #272724;
  background-color: #fff;
  border: 2px solid #272724;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 10px 16px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menuBtn {
    width: 73px;
    font-size: 9px;
    padding: 8px 5px 8px 20px;
  }
}
.header__menuLine {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #F08E35;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header__menuLine {
    width: 9px;
    left: 10px;
  }
}
.header__menuLine::before, .header__menuLine::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F08E35;
  position: absolute;
  left: 0;
}
.header__menuLine::before {
  top: -5px;
}
@media screen and (max-width: 767px) {
  .header__menuLine::before {
    top: -3px;
  }
}
.header__menuLine::after {
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .header__menuLine::after {
    bottom: -3px;
  }
}
.header__contact {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .header__contact {
    display: none;
  }
}
.header__contactLink {
  display: inline-block;
  width: 136px;
  text-align: center;
  color: #fff;
  background-color: #272724;
  border: 2px solid #272724;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 10px;
}

.hamburger {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 0.3s;
}
.hamburger.is-active {
  transform: translateX(0);
  transition: transform 0.3s;
}
.hamburger__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger__body {
  padding: 60px 0 30px;
  max-width: 600px;
  margin: 0 auto;
  max-height: calc(100vh - 75px);
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .hamburger__body {
    max-height: calc(100vh - 45px);
    padding: 30px;
  }
}
.hamburger__listItem {
  border-top: 1px dashed #272724;
  position: relative;
}
.hamburger__listItem::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F08E35;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__listItem:last-child {
  border-bottom: 1px dashed #272724;
}
.hamburger__listLink {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 15px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hamburger__listLink {
    font-size: 14px;
    padding: 12px 0;
  }
}
.hamburger__contactBtn {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hamburger__contactBtn {
    margin-top: 25px;
  }
}
.hamburger__contactBtn .header__contactLink {
  width: 248px;
  font-size: 16px;
  padding: 14px 10px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .hamburger__contactBtn .header__contactLink {
    font-size: 14px;
  }
}
.hamburger__contactBtn .btn::after {
  right: 12px;
}

.firstview {
  margin-top: 70px;
  padding-bottom: 3%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .firstview {
    margin-top: 50px;
  }
}
.firstview__text {
  text-align: center;
  font-size: 47px;
  position: absolute;
  bottom: 31%;
  left: 52%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .firstview__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .firstview__text {
    font-size: 24px;
    bottom: 20%;
    left: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .firstview__text {
    font-size: 18px;
    bottom: 15%;
  }
}
.firstview__text--strong {
  font-size: 59px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .firstview__text--strong {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .firstview__text--strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .firstview__text--strong {
    font-size: 23px;
  }
}
.firstview::after {
  content: "";
  background-image: url("../images/book_top.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 1280px) {
  .firstview::after {
    height: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .firstview::after {
    height: 600px;
  }
}
@media screen and (min-width: 1900px) {
  .firstview::after {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .firstview::after {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .firstview::after {
    height: 240px;
    background-size: contain;
    bottom: -60px;
  }
}
@media screen and (max-width: 575px) {
  .firstview::after {
    height: 180px;
    background-size: contain;
    bottom: -50px;
  }
}

.greeting {
  margin-top: -165px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .greeting {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .greeting {
    max-width: 550px;
    margin: 20px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .greeting__inner {
    padding: 0 36px;
  }
}
.greeting__head {
  width: 264px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .greeting__head {
    width: 112px;
  }
}
.greeting__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .greeting__title {
    font-size: 16px;
    margin-top: -10px;
  }
}
.greeting__text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: -0.04em;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .greeting__text {
    text-align: left;
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 45px;
  }
}
.greeting__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .greeting__btn {
    margin-top: 45px;
  }
}

.attract {
  position: relative;
}
.attract::before {
  content: "";
  background-image: url("../images/book_bottom.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  width: 100%;
  height: 550px;
}
@media screen and (min-width: 1400px) {
  .attract::before {
    height: 650px;
    top: -100px;
  }
}
@media screen and (min-width: 1650px) {
  .attract::before {
    height: 850px;
  }
}
@media screen and (max-width: 1024px) {
  .attract::before {
    background-size: contain;
    height: 450px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .attract::before {
    background-size: cover;
    height: 240px;
    top: -70px;
  }
}
@media screen and (max-width: 575px) {
  .attract::before {
    height: 185px;
    top: -100px;
  }
}
.attract__bg {
  background-image: url("../images/illust_bg01.svg");
  background-position: left top 123px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: -50;
}
@media screen and (max-width: 767px) {
  .attract__bg {
    background-image: url("../images/illust_bg01_sp.svg");
    background-position: left top 150px;
    background-size: 600px;
  }
}
@media screen and (max-width: 650px) {
  .attract__bg {
    background-size: 500px;
  }
}
@media screen and (max-width: 575px) {
  .attract__bg {
    background-position: left top 60px;
    background-size: 400px;
  }
}
@media screen and (max-width: 450px) {
  .attract__bg {
    background-size: 350px;
  }
}
.attract__head {
  padding-top: 735px;
  width: 770px;
  max-width: 100%;
  margin: 0 auto 500px;
}
@media screen and (min-width: 1340px) {
  .attract__head {
    margin: 0 auto 550px;
  }
}
@media screen and (min-width: 1400px) {
  .attract__head {
    margin: 0 auto 600px;
  }
}
@media screen and (min-width: 1440px) {
  .attract__head {
    padding-top: 850px;
    margin: 0 auto 600px;
  }
}
@media screen and (min-width: 1560px) {
  .attract__head {
    margin: 0 auto 650px;
  }
}
@media screen and (min-width: 1630px) {
  .attract__head {
    padding-top: 1000px;
    margin: 0 auto 800px;
  }
}
@media screen and (min-width: 1880px) {
  .attract__head {
    margin: 0 auto 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .attract__head {
    padding-top: 540px;
    width: 600px;
    margin: 0 auto 450px;
  }
}
@media screen and (max-width: 900px) {
  .attract__head {
    margin: 0 auto 380px;
  }
}
@media screen and (max-width: 800px) {
  .attract__head {
    margin: 0 auto 280px;
  }
}
@media screen and (max-width: 767px) {
  .attract__head {
    padding-top: 450px;
    text-align: center;
    margin: 0 auto 500px;
  }
}
@media screen and (max-width: 650px) {
  .attract__head {
    margin: 0 auto 350px;
  }
}
@media screen and (max-width: 575px) {
  .attract__head {
    padding-top: 210px;
    margin: 0 auto 320px;
  }
}
@media screen and (max-width: 450px) {
  .attract__head {
    margin: 0 auto 250px;
  }
}
.attract__headLine1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1024px) {
  .attract__headLine1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .attract__headLine1 {
    font-size: 20px;
  }
}
.attract__headLine2 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .attract__headLine2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .attract__headLine2 {
    font-size: 16px;
    margin-top: 24px;
  }
}
.attract__color {
  color: #F08E35;
  font-weight: 600;
}
.attract__contentWrap {
  background-image: url("../images/illust_japan.svg");
  background-position: center top 300px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: -100;
  padding-bottom: 220px;
}
@media screen and (min-width: 1350px) {
  .attract__contentWrap {
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .attract__contentWrap {
    background-position: center top 230px;
  }
}
@media screen and (max-width: 767px) {
  .attract__contentWrap {
    background-image: url("../images/illust_japan_sp.svg");
    background-size: cover;
    background-position: center top 400px;
    padding-bottom: 106px;
  }
}
@media screen and (max-width: 675px) {
  .attract__contentWrap {
    background-size: contain;
  }
}
@media screen and (max-width: 575px) {
  .attract__contentWrap {
    background-size: cover;
    background-position: center top 320px;
  }
}
@media screen and (max-width: 535px) {
  .attract__contentWrap {
    background-size: contain;
  }
}
.attract__content {
  display: flex;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .attract__content {
    display: block;
  }
}
.attract__content.reverse {
  flex-direction: row-reverse;
  margin-right: unset;
  margin-left: calc(50% - 50vw);
}
.attract__content.reverse .attract__message {
  text-align: right;
}
.attract__content.first {
  position: relative;
}
.attract__content.first::before {
  content: "";
  width: 750px;
  height: 400px;
  background-image: url(../images/illust_cloud01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -145px;
  bottom: -250px;
  z-index: -500;
}
@media screen and (max-width: 1024px) {
  .attract__content.first::before {
    width: 450px;
    height: 280px;
    left: -30px;
    bottom: -200px;
  }
}
@media screen and (max-width: 767px) {
  .attract__content.first::before {
    width: 160px;
    height: 100px;
    left: -20px;
    bottom: -40px;
  }
}
.attract__content.first .attract__text:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .attract__content.first .attract__text:not(:first-child) {
    margin-top: 30px;
  }
}
.attract__content.first .attract__image {
  flex: 0 1 678px;
  margin-left: -120px;
}
@media screen and (max-width: 1024px) {
  .attract__content.first .attract__image {
    flex: 0 1 500px;
  }
}
@media screen and (max-width: 767px) {
  .attract__content.first .attract__image {
    width: 400px;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .attract__content.first .attract__image {
    width: 263px;
  }
}
.attract__content.second {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .attract__content.second {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }
}
.attract__content.second .attract__message {
  margin-top: 60px;
  margin-left: -120px;
}
@media screen and (max-width: 1024px) {
  .attract__content.second .attract__message {
    margin-left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .attract__content.second .attract__message {
    margin-left: 0;
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .attract__content.second .attract__text {
    order: 1;
  }
}
.attract__content.second .attract__text:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .attract__content.second .attract__text:not(:first-child) {
    margin-top: 8px;
    order: 3;
  }
}
.attract__content.second .attract__image {
  flex: 0 1 544px;
}
@media screen and (max-width: 1024px) {
  .attract__content.second .attract__image {
    flex: 0 1 400px;
  }
}
@media screen and (max-width: 767px) {
  .attract__content.second .attract__image {
    flex: none;
    width: 350px;
    order: 2;
    margin-top: -20px;
  }
}
@media screen and (max-width: 575px) {
  .attract__content.second .attract__image {
    width: 200px;
  }
}
.attract__content.third {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .attract__content.third {
    display: flex;
    margin-top: 50px;
  }
}
.attract__content.third .attract__message {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .attract__content.third .attract__message {
    margin-top: 0;
  }
}
.attract__content.third .attract__image {
  flex: 0 1 484px;
}
@media screen and (max-width: 1024px) {
  .attract__content.third .attract__image {
    flex: 0 1 400px;
  }
}
@media screen and (max-width: 767px) {
  .attract__content.third .attract__image {
    flex: 0 1 320px;
  }
}
@media screen and (max-width: 575px) {
  .attract__content.third .attract__image {
    flex: 0 1 186px;
  }
}
.attract__content.fourth {
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .attract__content.fourth {
    margin-top: 22px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.attract__content.fourth::before {
  content: "";
  width: 550px;
  height: 410px;
  background-image: url(../images/illust_cloud02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -40px;
  bottom: 170px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .attract__content.fourth::before {
    width: 300px;
    height: 220px;
    right: -10px;
    bottom: 145px;
  }
}
@media screen and (max-width: 767px) {
  .attract__content.fourth::before {
    width: 187px;
    height: 100px;
    right: -20px;
    bottom: 35px;
  }
}
.attract__content.fourth .attract__image {
  flex: 0 1 608px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .attract__content.fourth .attract__image {
    flex: 0 1 460px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .attract__content.fourth .attract__image {
    width: 310px;
    flex: none;
  }
}
@media screen and (max-width: 575px) {
  .attract__content.fourth .attract__image {
    width: 244px;
  }
}
.attract__content.fourth .attract__message {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .attract__content.fourth .attract__message {
    align-self: stretch;
    text-align: center;
    padding-left: 20px;
  }
}
.attract__text {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 2.4;
}
@media screen and (max-width: 1024px) {
  .attract__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .attract__text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.attract__text.center {
  text-align: center;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .attract__text.center {
    margin-top: 50px;
  }
}

.entabi {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .entabi {
    padding-bottom: 75px;
  }
}
.entabi__inner {
  width: 740px;
}
@media screen and (max-width: 767px) {
  .entabi__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 410px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .entabi__title {
    max-width: 400px;
  }
}
.entabi__titleBg {
  display: inline-block;
  background-color: #FFE600;
  border: 1px solid #707070;
  transform: translate(5px, 5px);
}
.entabi__titleBg:last-child {
  margin-top: -1px;
}
.entabi__titleBg:last-child .entabi__titleLine {
  margin-top: -2px;
}
.entabi__titleLine {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
  background-color: #fff;
  border: 1px solid #707070;
  transform: translate(-5px, -5px);
  padding: 14px 15px;
}
@media screen and (max-width: 767px) {
  .entabi__titleLine {
    font-size: 16px;
    padding: 12px 8px;
  }
}
.entabi__color {
  color: #F08E35;
  font-weight: 600;
}
.entabi__message {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .entabi__message {
    margin-top: 40px;
    padding: 0 12px;
  }
}
.entabi__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .entabi__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7857142857;
  }
}
.entabi__text:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .entabi__text:not(:first-child) {
    margin-top: 28px;
  }
}

.service {
  background-color: #F8EB77;
  padding-top: 390px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .service {
    padding-top: 600px;
  }
}
@media screen and (min-width: 1800px) {
  .service {
    padding-top: 700px;
  }
}
@media screen and (max-width: 820px) {
  .service {
    padding-top: 280px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 575px) {
  .service {
    padding-top: 200px;
  }
}
@media screen and (max-width: 450px) {
  .service {
    padding-top: 150px;
  }
}
.service::before {
  content: "";
  background-image: url("../images/wave_curtain.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 1280px) {
  .service::before {
    background-size: contain;
    height: 500px;
  }
}
@media screen and (min-width: 1800px) {
  .service::before {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .service::before {
    background-size: cover;
    background-image: url("../images/wave_curtain_sp.svg");
    height: 240px;
    top: -2px;
  }
}
@media screen and (max-width: 575px) {
  .service::before {
    background-size: contain;
    top: -2px;
  }
}
.service__inner {
  width: 1190px;
}
.service__content {
  margin-top: 90px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service__content {
    max-width: 550px;
    margin: 36px auto 0;
  }
}
.service__item {
  padding: 110px 75px;
}
@media screen and (max-width: 1024px) {
  .service__item {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 767px) {
  .service__item {
    padding: 16px 16px 52px;
  }
}
.service__item:last-child {
  border-top: 2px solid #272724;
}
.service__itemTitle {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .service__itemTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service__itemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .service__itemTitle {
    font-size: 20px;
  }
}
.service__itemNumber {
  font-size: 150px;
  line-height: 1;
  display: inline-block;
  color: #BFBFB1;
  margin-right: 55px;
}
@media screen and (max-width: 1024px) {
  .service__itemNumber {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .service__itemNumber {
    font-size: 45px;
    margin-right: 20px;
    padding-left: 4px;
    vertical-align: sub;
  }
}
.service__itemContent {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service__itemContent {
    display: block;
    margin-top: 22px;
  }
}
.service__itemIllust {
  flex: 0 1 395px;
}
@media screen and (max-width: 768px) {
  .service__itemIllust {
    width: 66%;
    margin: 0 auto;
  }
}
.service__itemMessage {
  margin-left: 50px;
  flex: 0 1 515px;
}
@media screen and (max-width: 768px) {
  .service__itemMessage {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
  }
}
.service__itemTarget {
  background-color: #F8EB77;
  border-radius: 20px;
  padding: 25px 55px 25px 93px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service__itemTarget {
    padding: 25px 18px 25px 34px;
  }
}
@media screen and (max-width: 767px) {
  .service__itemTarget {
    padding: 30px 22px 25px;
  }
}
.service__itemTargetTitle {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.3529411765;
  position: absolute;
  left: -40px;
  top: -30px;
  background-image: url("../images/illust_stamp01.png");
  width: 110px;
  height: 110px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .service__itemTargetTitle {
    left: -70px;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .service__itemTargetTitle {
    font-size: 13px;
    line-height: 1.4615384615;
    left: 6px;
    top: -65px;
    width: 83px;
    height: 83px;
  }
}
.service__itemTargetText {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.6842105263;
}
@media screen and (max-width: 1024px) {
  .service__itemTargetText {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service__itemTargetText {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.service__itemText {
  margin-top: 50px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.8823529412;
}
@media screen and (max-width: 1024px) {
  .service__itemText {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service__itemText {
    margin-top: 38px;
    font-size: 14px;
    line-height: 1.6428571429;
    padding: 0 8px;
  }
}
.service__itemGallery {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .service__itemGallery {
    display: block;
    margin-top: 45px;
    padding: 0 18px;
  }
}
.service__itemImage:not(:first-child) {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .service__itemImage:not(:first-child) {
    margin-left: 0;
    margin-top: 8px;
  }
}

.pdf {
  background-color: #95C7DF;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .pdf {
    padding: 55px 0;
  }
}
.pdf__inner {
  width: 900px;
}
.pdf__content {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 60px 90px 40px 135px;
}
@media screen and (max-width: 1024px) {
  .pdf__content {
    padding: 60px 60px 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .pdf__content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 375px) {
  .pdf__content {
    display: block;
    padding: 50px 40px;
  }
}
.pdf__image {
  flex: 0 1 243px;
}
@media screen and (max-width: 767px) {
  .pdf__image {
    flex: 0 1 180px;
  }
}
@media screen and (max-width: 575px) {
  .pdf__image {
    flex: 0 1 180px;
    min-width: 100px;
  }
}
@media screen and (max-width: 375px) {
  .pdf__image {
    width: 80%;
    margin: 0 auto;
  }
}
.pdf__message {
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .pdf__message {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pdf__message {
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pdf__message {
    margin-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .pdf__message {
    margin-left: 0;
    margin-top: 30px;
  }
}
.pdf__lead {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .pdf__lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pdf__lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .pdf__lead {
    font-size: 16px;
  }
}
.pdf__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pdf__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pdf__list {
    margin-top: 20px;
  }
}
.pdf__item {
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .pdf__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .pdf__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .pdf__item {
    font-size: 14px;
  }
}
.pdf__btn {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .pdf__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pdf__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pdf__btn .btn {
    width: 180px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 375px) {
  .pdf__btn .btn {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.story {
  padding-top: 190px;
  padding-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .story {
    padding-top: 68px;
    padding-bottom: 60px;
  }
}
.story::before {
  content: "";
  width: 100%;
  height: 200px;
  background-image: url("../images/illust_flag.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  left: 0;
}
@media screen and (min-width: 1440px) {
  .story::before {
    background-size: contain;
    top: -15px;
  }
}
@media screen and (min-width: 1800px) {
  .story::before {
    background-size: cover;
    top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .story::before {
    background-size: contain;
    top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .story::before {
    background-size: cover;
    height: 80px;
    top: -10px;
  }
}
@media screen and (max-width: 575px) {
  .story::before {
    background-size: contain;
    top: -5px;
  }
}
.story__inner {
  width: 1200px;
}
.story__title {
  max-width: 610px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .story__title {
    max-width: 550px;
  }
}
.story__content {
  margin-top: 110px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .story__content {
    margin: 35px auto 0;
    max-width: 550px;
    display: block;
    padding: 0 15px;
  }
}
.story__videoWrap {
  position: relative;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .story__videoWrap {
    border-radius: 20px;
  }
}
.story__videoWrap:nth-child(1) {
  border: 10px solid #78B3CD;
}
@media screen and (max-width: 767px) {
  .story__videoWrap:nth-child(1) {
    border: 7px solid #78B3CD;
  }
}
.story__videoWrap:nth-child(1) .story__videoCompanyWrap {
  background-color: #78B3CD;
}
.story__videoWrap:nth-child(1) .story__videoBtn {
  background-image: url("../images/button_play1.svg");
}
.story__videoWrap:nth-child(1) .story__videoBtn:hover {
  opacity: 1;
  background-image: url("../images/button_play1_reverse.svg");
  transition: background 0.3s;
}
.story__videoWrap:nth-child(2) {
  margin-left: 32px;
  border: 10px solid #F08E35;
}
@media screen and (max-width: 767px) {
  .story__videoWrap:nth-child(2) {
    border: 7px solid #F08E35;
    margin-left: 0;
    margin-top: 20px;
  }
}
.story__videoWrap:nth-child(2) .story__videoCompanyWrap {
  background-color: #F08E35;
}
.story__videoWrap:nth-child(2) .story__videoBtn {
  background-image: url("../images/button_play2.svg");
}
.story__videoWrap:nth-child(2) .story__videoBtn:hover {
  opacity: 1;
  background-image: url("../images/button_play2_reverse.svg");
  transition: background 0.3s;
}
.story__videoWrap img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .story__videoWrap img {
    border-radius: 12px;
  }
}
.story__videoCompanyWrap {
  display: flex;
  align-items: center;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 14px 20px;
  border-radius: 0 15px 0 30px;
}
@media screen and (max-width: 767px) {
  .story__videoCompanyWrap {
    right: -7px;
    top: -7px;
    padding: 9px 20px;
    border-radius: 0 20px 0 20px;
  }
}
.story__videoCompanyWrap img {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .story__videoCompanyWrap img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.story__videoCompany {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .story__videoCompany {
    font-size: 7px;
  }
}
.story__videoBtn {
  display: block;
  width: 93px;
  height: 93px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .story__videoBtn {
    width: 60px;
    height: 60px;
    left: 10px;
    bottom: 8px;
  }
}

.event {
  background-color: #F2EFE1;
  padding-top: 170px;
  padding-bottom: 153px;
}
@media screen and (max-width: 767px) {
  .event {
    padding-top: 55px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .event__inner {
    padding: 0 17px;
  }
}
.event__content {
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .event__content {
    margin: 45px auto 0;
    max-width: 550px;
    display: block;
  }
}
.event__item {
  display: block;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .event__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .event__item {
    width: 100%;
  }
}
.event__item:nth-child(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .event__item:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .event__item:nth-child(2n) {
    margin-left: 0;
  }
}
.event__item:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .event__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .event__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.event__head {
  padding: 0 33px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .event__head {
    padding: 0 25px;
  }
}
.event__image {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .event__image {
    border-radius: 20px;
  }
}
.event__image img {
  aspect-ratio: 410/309;
  -o-object-fit: cover;
     object-fit: cover;
}
.event__body {
  background-color: #fff;
  border-radius: 30px;
  padding: 65px 33px 50px 45px;
  position: relative;
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  .event__body {
    padding: 65px 30px 50px 35px;
  }
}
@media screen and (max-width: 767px) {
  .event__body {
    border-radius: 20px;
    padding: 50px 24px 32px 32px;
    margin-top: -30px;
  }
}
.event__meta {
  display: flex;
  align-items: center;
}
.event__date {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .event__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .event__date {
    font-size: 13px;
  }
}
.event__category {
  display: inline-block;
  margin-left: auto;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  background-color: lightgray;
  border-radius: 20px;
  padding: 12px;
  width: 150px;
  text-align: center;
}
.event__category.ongoing {
  background-color: #EA8B34;
}
.event__category.case {
  background-color: #78B3CD;
}
@media screen and (max-width: 1024px) {
  .event__category {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .event__category {
    font-size: 13px;
    padding: 7px;
    width: 92px;
  }
}
.event__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.7222222222;
  margin-top: 30px;
  max-width: 330px;
}
@media screen and (max-width: 1024px) {
  .event__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .event__title {
    font-size: 14px;
    line-height: 1.6428571429;
    margin-top: 20px;
    max-width: 260px;
  }
}
.event__arrow {
  width: 85px;
  height: 85px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .event__arrow {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .event__arrow {
    width: 65px;
    height: 65px;
  }
}
.event__btn {
  text-align: center;
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .event__btn {
    margin-top: 65px;
  }
}

.news {
  background-color: #F5E550;
  padding-top: 106px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .news .sectionHeadingWrap {
    flex: 0 0 140px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news .sectionHeadingWrap {
    margin-right: 0;
    text-align: center;
  }
}
.news__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .news__content {
    max-width: 550px;
    margin: 0 auto;
    display: block;
  }
}
.news__list {
  flex: 0 1 766px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news__list {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.news__item:not(:first-child) {
  margin-top: 7px;
}
.news__link {
  background-color: #fff;
  border: 2px solid #272724;
  border-radius: 74px;
  display: flex;
  align-items: center;
  padding: 26px 46px;
}
@media screen and (max-width: 1024px) {
  .news__link {
    padding: 26px 30px;
  }
}
@media screen and (max-width: 767px) {
  .news__link {
    display: block;
    padding: 20px 35px 24px;
  }
}
.news__date {
  display: inline-block;
  color: #F08E35;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.news__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 14px;
  }
}
.news__btn {
  text-align: right;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .news__btn {
    text-align: center;
    margin-top: 45px;
  }
}

.benefits {
  background-color: #78B3CD;
  padding: 125px 65px 26px;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding: 47px 22px 34px;
  }
}
.benefits__bg {
  background-color: #F7F5EF;
  border-radius: 20px;
  padding: 100px 0 92px;
}
@media screen and (max-width: 767px) {
  .benefits__bg {
    padding: 40px 0 60px;
  }
}
.benefits__contentWrap {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .benefits__contentWrap {
    margin-top: 55px;
  }
}
.benefits__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1281px) {
  .benefits__content {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1400px) {
  .benefits__content {
    margin-left: calc(50% - 45vw);
  }
}
@media screen and (min-width: 1500px) {
  .benefits__content {
    margin-left: calc(50% - 42vw);
  }
}
@media screen and (min-width: 1600px) {
  .benefits__content {
    margin-left: calc(50% - 40vw);
  }
}
@media screen and (min-width: 1800px) {
  .benefits__content {
    margin-left: calc(50% - 35vw);
  }
}
@media screen and (max-width: 767px) {
  .benefits__content {
    display: block;
  }
}
.benefits__content:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .benefits__content:not(:first-child) {
    margin-top: 60px;
  }
}
.benefits__image {
  flex: 0 1 438px;
  margin-right: -60px;
  margin-left: 34px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .benefits__image {
    flex: 0 1 400px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__image {
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
}
.benefits__message {
  flex: 0 1 80%;
  background-color: #fff;
  border: 2px solid #272724;
  border-right: none;
  border-radius: 60px 0 0 60px;
  padding: 82px 90px 50px 90px;
}
@media screen and (min-width: 1281px) {
  .benefits__message {
    border-right: 2px solid #272724;
    border-radius: 60px;
    padding: 82px 70px 50px 90px;
  }
}
@media screen and (max-width: 1024px) {
  .benefits__message {
    padding: 82px 40px 50px 75px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__message {
    width: 100%;
    border-right: 2px solid #272724;
    border-radius: 30px;
    padding: 100px 18px 42px;
    margin-top: -38px;
  }
}
.benefits__textTitle {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  padding-left: 64px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .benefits__textTitle {
    font-size: 24px;
    padding-left: 62px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__textTitle {
    font-size: 20px;
    padding-left: 0;
    text-align: center;
  }
}
.benefits__textTitle::before {
  content: "";
  width: 48px;
  height: 10px;
  background-image: url("../images/icon_wave.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .benefits__textTitle::before {
    left: 50%;
    top: -30px;
    transform: translateY(0);
    transform: translateX(-50%);
  }
}
.benefits__lead {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .benefits__lead {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 24px;
    text-align: center;
  }
}
.benefits__text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 2;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .benefits__text {
    font-size: 14px;
    line-height: 1.6428571429;
    margin-top: 35px;
    padding: 0 16px;
  }
}
.benefits__example {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .benefits__example {
    font-size: 16px;
    margin-top: 35px;
    text-align: center;
  }
}
.benefits__megaphone {
  display: inline-block;
  width: 38px;
  height: 30px;
  margin-right: 14px;
}
.benefits__exampleList {
  background-color: #F8EB77;
  margin-top: 12px;
  border-radius: 20px;
  padding: 25px 27px;
}
@media screen and (max-width: 767px) {
  .benefits__exampleList {
    padding: 25px 22px;
  }
}
.benefits__exampleText {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.875;
  padding-left: 14px;
  position: relative;
}
.benefits__exampleText::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .benefits__exampleText {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .benefits__exampleText {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 1024px) {
  .benefits__exampleText:not(:first-child) {
    margin-top: 14px;
  }
}

.voices {
  background-color: #78B3CD;
  padding-top: 100px;
  padding-bottom: 192px;
}
@media screen and (max-width: 767px) {
  .voices {
    padding-bottom: 80px;
  }
}
.voices__inner {
  width: 1220px;
}
.voices__titleWrap {
  text-align: center;
}
.voices__title {
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .voices__title {
    font-size: 18px;
  }
}
.voices__title::before {
  content: "";
  width: 380px;
  height: 86px;
  background-image: url("../images/icon_ribbon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .voices__title::before {
    width: 283px;
    height: 64px;
  }
}
.voices__content {
  display: flex;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .voices__content {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .voices__content {
    display: block;
    margin: 75px auto 0;
    max-width: 550px;
  }
}
.voices__item {
  width: calc(33.3333% - 13.3333333333px);
  background-color: #fff;
  border: 2px solid #272724;
  border-radius: 20px;
  padding: 30px 32px 45px;
}
@media screen and (max-width: 1024px) {
  .voices__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .voices__item {
    width: 100%;
    padding: 25px 30px 32px;
  }
}
.voices__item:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .voices__item:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .voices__item:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.voices__head {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.625;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .voices__head {
    font-size: 13px;
    line-height: 1.6153846154;
    margin-top: 26px;
    margin-bottom: 20px;
  }
}
.voices__body {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  padding-top: 28px;
  border-top: 1px dashed #272724;
}
@media screen and (max-width: 767px) {
  .voices__body {
    font-size: 14px;
    line-height: 1.6428571429;
    padding-top: 20px;
  }
}

.price {
  background-color: #F7F5EF;
  padding-top: 150px;
  padding-bottom: 270px;
}
@media screen and (max-width: 767px) {
  .price {
    padding-top: 52px;
    padding-bottom: 300px;
  }
}
.price__inner {
  width: 940px;
}
.price__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.0625;
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .price__text {
    font-size: 14px;
    line-height: 1.6428571429;
    margin-top: 38px;
  }
}
.price__table {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .price__table {
    margin: 50px auto 0;
    max-width: 550px;
  }
}

.table {
  border: 2px solid #272724;
  border-spacing: 0;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.table__head {
  background-color: #F08E35;
}
@media screen and (max-width: 767px) {
  .table__head {
    display: block;
    width: 100%;
  }
}
.table__headText {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 15px 48px;
}
@media screen and (max-width: 767px) {
  .table__headText {
    font-size: 16px;
    padding: 10px 42px;
    display: block;
    width: 100%;
  }
}
.table__headText:first-child {
  border-radius: 18px 0 0 0;
}
.table__headText:last-child {
  border-radius: 0 18px 0 0;
  border-left: 2px dashed #fff;
}
@media screen and (max-width: 1024px) {
  .table__headText:last-child {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .table__headText:last-child {
    border-left: none;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .table__body {
    display: block;
    width: 100%;
  }
}
.table__body:last-child .table__area:first-child {
  border-radius: 0 0 0 18px;
}
.table__body:last-child .table__area:last-child {
  border-radius: 0 0 18px 0;
}
.table__body.middle .table__area {
  border-top: 2px solid #BFBFB1;
  border-bottom: 2px solid #BFBFB1;
}
@media screen and (max-width: 767px) {
  .table__body.middle .table__area {
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .table__body.middle .table__area:first-child {
    border-top: 2px solid #BFBFB1;
    border-bottom: 2px dashed #BFBFB1;
  }
}
@media screen and (max-width: 767px) {
  .table__body.middle .table__area:last-child {
    border-bottom: 2px solid #BFBFB1;
  }
}
.table__area {
  background-color: #fff;
  padding: 30px 30px 30px 70px;
}
@media screen and (max-width: 1024px) {
  .table__area {
    padding: 30px 20px 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  .table__area {
    display: block;
    width: 100%;
    padding: 28px 35px 24px;
  }
}
.table__area.table__price {
  padding: 30px 32px;
}
@media screen and (max-width: 1024px) {
  .table__area.table__price {
    padding: 30px 30px;
    min-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .table__area.table__price {
    padding: 14px 35px;
  }
}
.table__plan {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table__plan {
    font-size: 16px;
  }
}
.table__plan::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #F08E35;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .table__plan::before {
    width: 10px;
    height: 10px;
    left: -16px;
  }
}
.table__text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .table__text {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .table__text {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.5;
  }
}
.table__price {
  font-weight: 600;
  border-left: 2px dashed #BFBFB1;
}
@media screen and (max-width: 767px) {
  .table__price {
    font-size: 16px;
    border-left: none;
    border-top: 2px dashed #BFBFB1;
  }
}
.table__tax {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .table__tax {
    font-size: 14px;
  }
}

.appeal {
  background-color: #fff;
  border-radius: 70px 70px 0 0;
  padding-top: 210px;
  padding-bottom: 250px;
  margin-top: -80px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .appeal {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .appeal {
    padding-top: 90px;
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 575px) {
  .appeal {
    padding-bottom: 125px;
  }
}
.appeal::after {
  content: "";
  background-image: url("../images/wave_three.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: -120px;
}
@media screen and (min-width: 1280px) {
  .appeal::after {
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (min-width: 1400px) {
  .appeal::after {
    height: 400px;
  }
}
@media screen and (min-width: 1800px) {
  .appeal::after {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .appeal::after {
    background-size: cover;
    height: 195px;
    bottom: -20px;
  }
}
@media screen and (max-width: 575px) {
  .appeal::after {
    background-size: contain;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .appeal__inner {
    padding: 0;
  }
}
.appeal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 82%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .appeal__content {
    flex-wrap: wrap;
  }
}
.appeal__itemWrap {
  width: 192px;
  height: 192px;
  background-image: url("../images/illust_stamp02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .appeal__itemWrap {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .appeal__itemWrap {
    width: 115px;
    height: 115px;
  }
}
.appeal__itemWrap:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .appeal__itemWrap:not(:first-child) {
    margin-left: 0;
  }
}
.appeal__item {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .appeal__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .appeal__item {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
.appeal__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .appeal__text {
    font-size: 16px;
    line-height: 1.6875;
    max-width: 300px;
    margin: 0 auto;
  }
}

.faq {
  background: linear-gradient(transparent 0, transparent 100px, #F08E35 100px, #F08E35 100%);
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq {
    background: linear-gradient(transparent 0, transparent 5px, #F08E35 5px, #F08E35 100%);
    padding-top: 20px;
    padding-bottom: 54px;
  }
}
.faq__content {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .faq__content {
    margin-top: 45px;
  }
}
.faq__set {
  background-color: #fff;
  border: 2px solid #272724;
  border-radius: 20px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .faq__set {
    padding: 0 20px;
  }
}
.faq__set:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .faq__set:not(:first-child) {
    margin-top: 6px;
  }
}
.faq__q {
  padding: 40px 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__q {
    padding: 25px 35px 20px 32px;
    font-size: 14px;
  }
}
.faq__q::before {
  content: "q.";
  font-family: "goodlife-serif", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #78B3CD;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__q::before {
    font-size: 25px;
  }
}
.faq__q.is-active .faq__btn::before {
  opacity: 0;
  transition: opacity 0.2s;
}
.faq__aWrap {
  display: none;
  border-top: 1px solid #707070;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .faq__aWrap {
    padding: 20px 0 25px;
  }
}
.faq__a {
  display: block;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__a {
    font-size: 14px;
    padding-left: 32px;
  }
}
.faq__a::before {
  content: "a.";
  font-family: "goodlife-serif", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #F08E35;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__a::before {
    font-size: 25px;
  }
}
.faq__btn {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #272724;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__btn {
    width: 16px;
  }
}
.faq__btn::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #272724;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .faq__btn::before {
    height: 16px;
  }
}

.overview {
  background-color: #F7F5EF;
  padding: 128px 90px 115px;
}
@media screen and (max-width: 1024px) {
  .overview {
    padding: 128px 30px 115px;
  }
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 64px 22px 70px;
  }
}

.overviewBg {
  background-color: #F5E550;
  border-radius: 555px 555px 20px 20px;
  padding-top: 170px;
  padding-bottom: 150px;
}
@media screen and (min-width: 1280px) {
  .overviewBg {
    border-radius: 650px 650px 20px 20px;
  }
}
@media screen and (min-width: 1550px) {
  .overviewBg {
    border-radius: 800px 800px 20px 20px;
  }
}
@media screen and (min-width: 1850px) {
  .overviewBg {
    border-radius: 1000px 1000px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .overviewBg {
    padding-top: 85px;
    padding-bottom: 70px;
  }
}

.about__content {
  display: flex;
  justify-content: center;
  margin-top: 140px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .about__content {
    display: block;
    margin-top: 50px;
  }
}
.about__content:nth-child(odd) {
  flex-direction: row-reverse;
}
.about__content:nth-child(odd) .about__imageBg {
  background-color: #53947B;
  transform: translate(-12px, 12px);
}
@media screen and (max-width: 767px) {
  .about__content:nth-child(odd) .about__imageBg {
    transform: translate(-8px, 8px);
    margin-top: 0;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about__content:nth-child(odd) .about__image {
  transform: translate(12px, -12px);
}
@media screen and (max-width: 767px) {
  .about__content:nth-child(odd) .about__image {
    transform: translate(8px, -8px);
  }
}
.about__content:nth-child(odd) .about__message {
  margin-left: 0;
  margin-right: -70px;
  padding: 85px 140px 75px 73px;
}
@media screen and (max-width: 1024px) {
  .about__content:nth-child(odd) .about__message {
    padding: 85px 100px 75px 60px;
  }
}
@media screen and (max-width: 767px) {
  .about__content:nth-child(odd) .about__message {
    padding: 150px 37px 72px;
    width: 100%;
    margin-right: 0;
    margin-top: -85px;
  }
}
.about__content:nth-child(3) .about__messageTitle--en {
  color: #53947B;
}
.about__imageBg {
  background-color: #78B3CD;
  border: 2px solid #272724;
  border-radius: 20px;
  transform: translate(12px, 12px);
  margin-top: -54px;
  flex: 0 1 419px;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .about__imageBg {
    transform: translate(8px, 8px);
    margin-top: 0;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about__image {
  border: 2px solid #272724;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-12px, -12px);
}
@media screen and (max-width: 767px) {
  .about__image {
    transform: translate(-8px, -8px);
  }
}
.about__message {
  background-color: #fff;
  border: 2px solid #272724;
  border-radius: 20px;
  padding: 85px 73px 75px 136px;
  flex: 0 1 810px;
  margin-left: -70px;
}
@media screen and (max-width: 1024px) {
  .about__message {
    padding: 85px 50px 75px 100px;
  }
}
@media screen and (max-width: 767px) {
  .about__message {
    padding: 150px 36px 72px;
    width: 100%;
    margin-left: 0;
    margin-top: -85px;
  }
}
.about__messageTitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .about__messageTitle {
    font-size: 18px;
  }
}
.about__messageTitle--en {
  font-size: 15px;
  color: #F08E35;
}
@media screen and (max-width: 767px) {
  .about__messageTitle--en {
    font-size: 14px;
  }
}
.about__text {
  margin-top: 65px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.about__signature {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .about__signature {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.about__introduction {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.7857142857;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px dashed #272724;
}
@media screen and (max-width: 767px) {
  .about__introduction {
    font-size: 11px;
    line-height: 1.7272727273;
    margin-top: 30px;
  }
}
.about__staffImage {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .about__staffImage {
    margin-top: 38px;
    margin-left: calc(50% - 54vw);
    margin-right: calc(50% - 54vw);
  }
}

.philosophy {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .philosophy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__inner {
    padding: 0;
  }
}
.philosophy__headingImage {
  width: 200px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .philosophy__headingImage {
    width: 140px;
  }
}
.philosophy__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .philosophy__content {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .philosophy__content {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.philosophy__top {
  display: flex;
  justify-content: center;
}
.philosophy__top .philosophy__item:nth-child(1) .philosophy__illust {
  width: 208px;
}
@media screen and (max-width: 767px) {
  .philosophy__top .philosophy__item:nth-child(1) .philosophy__illust {
    width: 80px;
  }
}
.philosophy__top .philosophy__item:nth-child(1) .philosophy__keyword {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .philosophy__top .philosophy__item:nth-child(1) .philosophy__keyword {
    margin-top: 15px;
  }
}
.philosophy__top .philosophy__item:nth-child(1) .philosophy__keyword::before {
  width: 330px;
  height: 374px;
  background-image: url("../images/illust_circle_purpose.svg");
}
@media screen and (max-width: 1024px) {
  .philosophy__top .philosophy__item:nth-child(1) .philosophy__keyword::before {
    width: 280px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__top .philosophy__item:nth-child(1) .philosophy__keyword::before {
    width: 170px;
    height: 190px;
  }
}
@media screen and (max-width: 575px) {
  .philosophy__top .philosophy__item:nth-child(1) .philosophy__keyword::before {
    width: 150px;
    height: 160px;
  }
}
.philosophy__top .philosophy__item:nth-child(2) {
  margin-left: 44%;
}
@media screen and (max-width: 767px) {
  .philosophy__top .philosophy__item:nth-child(2) {
    margin-left: 44%;
  }
}
.philosophy__top .philosophy__item:nth-child(2) .philosophy__illust {
  width: 237px;
}
@media screen and (max-width: 767px) {
  .philosophy__top .philosophy__item:nth-child(2) .philosophy__illust {
    width: 90px;
  }
}
.philosophy__top .philosophy__item:nth-child(2) .philosophy__keyword {
  margin-top: 2px;
}
.philosophy__top .philosophy__item:nth-child(2) .philosophy__keyword::before {
  width: 364px;
  height: 338px;
  background-image: url("../images/illust_circle_vision.svg");
}
@media screen and (max-width: 1024px) {
  .philosophy__top .philosophy__item:nth-child(2) .philosophy__keyword::before {
    width: 320px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__top .philosophy__item:nth-child(2) .philosophy__keyword::before {
    width: 220px;
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .philosophy__top .philosophy__item:nth-child(2) .philosophy__keyword::before {
    width: 170px;
    height: 160px;
  }
}
.philosophy__middle {
  display: flex;
  justify-content: center;
  margin-top: -15%;
}
@media screen and (max-width: 767px) {
  .philosophy__middle {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__middle .philosophy__item {
    margin-left: 20px;
  }
}
.philosophy__middle .philosophy__illust {
  width: 159px;
}
@media screen and (max-width: 767px) {
  .philosophy__middle .philosophy__illust {
    width: 61px;
  }
}
.philosophy__middle .philosophy__keyword {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .philosophy__middle .philosophy__keyword {
    margin-top: 15px;
  }
}
.philosophy__middle .philosophy__keyword::before {
  width: 356px;
  height: 315px;
  background-image: url("../images/illust_circle_mission.svg");
}
@media screen and (max-width: 1024px) {
  .philosophy__middle .philosophy__keyword::before {
    width: 310px;
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__middle .philosophy__keyword::before {
    width: 180px;
    height: 140px;
  }
}
@media screen and (max-width: 575px) {
  .philosophy__middle .philosophy__keyword::before {
    width: 155px;
    height: 138px;
  }
}
.philosophy__bottom {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .philosophy__bottom {
    margin-top: 10px;
  }
}
.philosophy__bottom .philosophy__item:nth-child(1) {
  margin-left: 8%;
  margin-top: -2%;
}
@media screen and (max-width: 1024px) {
  .philosophy__bottom .philosophy__item:nth-child(1) {
    margin-left: -2%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(1) {
    margin-left: 0;
  }
}
.philosophy__bottom .philosophy__item:nth-child(1) .philosophy__illust {
  width: 172px;
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(1) .philosophy__illust {
    width: 65px;
  }
}
.philosophy__bottom .philosophy__item:nth-child(1) .philosophy__keyword {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(1) .philosophy__keyword {
    margin-top: 10px;
  }
}
.philosophy__bottom .philosophy__item:nth-child(1) .philosophy__keyword::before {
  width: 419px;
  height: 367px;
  background-image: url("../images/illust_circle_concept.svg");
}
@media screen and (max-width: 1024px) {
  .philosophy__bottom .philosophy__item:nth-child(1) .philosophy__keyword::before {
    width: 320px;
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(1) .philosophy__keyword::before {
    width: 182px;
    height: 163px;
  }
}
@media screen and (max-width: 575px) {
  .philosophy__bottom .philosophy__item:nth-child(1) .philosophy__keyword::before {
    width: 182px;
    height: 163px;
  }
}
@media screen and (max-width: 1024px) {
  .philosophy__bottom .philosophy__item:nth-child(1) .philosophy__text {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(1) .philosophy__text {
    min-width: unset;
  }
}
.philosophy__bottom .philosophy__item:nth-child(2) {
  margin-left: 23%;
}
@media screen and (max-width: 1024px) {
  .philosophy__bottom .philosophy__item:nth-child(2) {
    margin-left: 42%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(2) {
    margin-left: 14%;
    margin-top: 3%;
  }
}
.philosophy__bottom .philosophy__item:nth-child(2) .philosophy__illust {
  width: 214px;
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(2) .philosophy__illust {
    width: 82px;
    margin-left: 55px;
  }
}
.philosophy__bottom .philosophy__item:nth-child(2) .philosophy__keyword {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(2) .philosophy__keyword {
    margin-top: 20px;
  }
}
.philosophy__bottom .philosophy__item:nth-child(2) .philosophy__keyword::before {
  width: 500px;
  height: 368px;
  background-image: url("../images/illust_circle_value.svg");
}
@media screen and (max-width: 767px) {
  .philosophy__bottom .philosophy__item:nth-child(2) .philosophy__keyword::before {
    width: 230px;
    height: 210px;
    background-image: url("../images/illust_circle_value_sp.svg");
  }
}
@media screen and (max-width: 575px) {
  .philosophy__bottom .philosophy__item:nth-child(2) .philosophy__keyword::before {
    width: 200px;
    height: 190px;
  }
}
.philosophy__illust {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.philosophy__keyword {
  font-size: 54px;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .philosophy__keyword {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__keyword {
    font-size: 20px;
  }
}
.philosophy__keyword::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .philosophy__keyword::before {
    transform: translate(-50%, -40%);
  }
}
.philosophy__text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.9444444444;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  max-width: 345px;
}
@media screen and (max-width: 1024px) {
  .philosophy__text {
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__text {
    font-size: 13px;
    line-height: 1.4615384615;
    margin-top: 8px;
    max-width: 160px;
  }
}

.prize {
  margin-top: 260px;
}
@media screen and (max-width: 767px) {
  .prize {
    margin-top: 140px;
  }
}
.prize__inner {
  width: 840px;
}
.prize__titleWrap {
  text-align: center;
}
.prize__title {
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .prize__title {
    font-size: 18px;
  }
}
.prize__title::before {
  content: "";
  width: 380px;
  height: 86px;
  background-image: url("../images/icon_ribbon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .prize__title::before {
    width: 282px;
    height: 64px;
  }
}
.prize__list {
  background-color: #fff;
  border: 2px solid #272724;
  border-radius: 20px;
  padding: 100px 116px 72px;
}
@media screen and (max-width: 1024px) {
  .prize__list {
    padding: 100px 35px 72px;
  }
}
@media screen and (max-width: 767px) {
  .prize__list {
    max-width: 550px;
    margin: 0 auto;
    padding: 100px 70px 42px;
  }
}
@media screen and (max-width: 575px) {
  .prize__list {
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 16px 42px;
  }
}
.prize__item {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.625;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prize__item {
    font-size: 13px;
    line-height: 1.6153846154;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .prize__item {
    max-width: 400px;
    margin: 0 auto;
  }
}
.prize__item::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .prize__item::before {
    top: -32px;
    transform: unset;
  }
}
.prize__item:nth-child(1)::before {
  width: 22px;
  height: 31px;
  background-image: url("../images/icon_prize01.svg");
}
@media screen and (max-width: 767px) {
  .prize__item:nth-child(1)::before {
    width: 18px;
    height: 25px;
  }
}
.prize__item:nth-child(2)::before {
  width: 24px;
  height: 35px;
  background-image: url("../images/icon_prize02.svg");
}
@media screen and (max-width: 767px) {
  .prize__item:nth-child(2)::before {
    width: 20px;
    height: 28px;
  }
}
.prize__item:nth-child(3)::before {
  width: 20px;
  height: 32px;
  background-image: url("../images/icon_prize03.svg");
}
@media screen and (max-width: 767px) {
  .prize__item:nth-child(3)::before {
    width: 16px;
    height: 26px;
  }
}
.prize__item:nth-child(4)::before {
  width: 27px;
  height: 34px;
  background-image: url("../images/icon_prize04.svg");
}
@media screen and (max-width: 767px) {
  .prize__item:nth-child(4)::before {
    width: 22px;
    height: 28px;
  }
}
.prize__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .prize__item:not(:first-child) {
    margin-top: 55px;
  }
}

.company {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .company {
    margin: 70px auto 0;
    max-width: 590px;
  }
}
.company__inner {
  width: 840px;
}
.company__heading {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .company__heading {
    font-size: 16px;
    line-height: 1.375;
  }
}
.company__body {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .company__body {
    margin-top: 35px;
  }
}
.company__item {
  padding: 30px 0 38px;
  border-top: 2px solid #F08E35;
}
@media screen and (max-width: 767px) {
  .company__item {
    padding: 18px 0 20px;
  }
}
.company__item:last-child {
  border-bottom: 2px solid #F08E35;
}
.company__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .company__title {
    font-size: 14px;
    line-height: 2;
  }
}
.company__text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .company__text {
    font-size: 14px;
    line-height: 1.75;
  }
}
.company__list {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .company__list {
    font-size: 14px;
    line-height: 1.75;
  }
}

.cta {
  padding: 110px 0 132px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 50px 0 100px;
  }
}
.cta__inner {
  width: 1170px;
  padding: 0 15px;
}
.cta__lead {
  margin-top: 90px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .cta__lead {
    margin-top: 40px;
    font-size: 18px;
  }
}
.cta__text {
  margin-top: 50px;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.6842105263;
}
@media screen and (max-width: 767px) {
  .cta__text {
    margin-top: 45px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.cta__btn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    margin-top: 45px;
  }
}

.footer {
  background-color: #272724;
  border-radius: 70px 70px 0 0;
  padding: 92px 0 40px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 24px;
  }
}
.footer__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__content {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    padding: 0 30px;
  }
}
.footer__logo {
  width: 205px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 145px;
  }
}
.footer__companyName {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .footer__companyName {
    margin-top: 30px;
    margin-bottom: 18px;
    font-size: 14px;
  }
}
.footer__detail {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  .footer__detail {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
.footer__buttons {
  margin-left: auto;
  flex: 0 1 390px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__buttons {
    margin-left: 0;
    width: 100%;
    display: block;
    margin-top: 40px;
  }
}
.footer__link {
  display: block;
}
.footer__socialMediaBtn {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .footer__socialMediaBtn {
    justify-content: center;
    margin-top: 40px;
  }
}
.footer__sns:not(:first-child) {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .footer__sns:not(:first-child) {
    margin-left: 16px;
  }
}
.footer__copyright {
  color: #BFBFB1;
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.1538461538;
  margin-top: 20px;
}

.subNews__inner {
  width: 940px;
}
@media screen and (max-width: 767px) {
  .subNews__inner {
    padding: 0 15px;
  }
}
.subNews__list {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .subNews__list {
    max-width: 550px;
    margin: 80px auto 0;
  }
}
.subNews__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .subNews__item:not(:first-child) {
    margin-top: 15px;
  }
}
.subNews__link {
  background-color: #fff;
  border: 2px solid #272724;
  border-radius: 74px;
  display: flex;
  align-items: center;
  padding: 40px 90px 40px 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subNews__link {
    display: block;
    padding: 16px 60px 16px 40px;
  }
}
.subNews__link::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../images/arrow_02.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .subNews__link::after {
    width: 30px;
    height: 30px;
    right: 18px;
  }
}
.subNews__date {
  display: inline-block;
  color: #F08E35;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-right: 54px;
}
@media screen and (max-width: 767px) {
  .subNews__date {
    font-size: 12px;
    margin-right: 0;
  }
}
.subNews__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .subNews__title {
    font-size: 14px;
  }
}

.pagination {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 60px;
  }
}

.page-numbers {
  margin: 0 7px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #272724;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.page-numbers.current {
  font-weight: 300;
}
.page-numbers.prev, .page-numbers.next {
  border: none;
}

.article {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .article {
    max-width: 550px;
    margin: 80px auto 0;
  }
}
.article__head {
  max-width: 800px;
}
.article__thumbnail {
  margin-bottom: 80px;
  max-width: 655px;
  width: 100%;
}
.article__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.6923076923;
}
@media screen and (max-width: 767px) {
  .article__title {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.article__date {
  display: block;
  margin-top: 30px;
  color: #F08E35;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.article__body {
  margin-top: 85px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .article__body {
    margin-top: 60px;
  }
}
.article__body p {
  margin-top: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .article__body p {
    font-size: 14px;
    line-height: 1.75;
  }
}
.article__body a {
  text-decoration: none;
  color: #F08E35;
}
.article__body figure {
  margin-top: 50px;
  width: 100%;
  max-width: 655px;
}
.article__body figure iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 655/429;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.pager {
  margin-top: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pager {
    margin-top: 80px;
  }
}
.pager__prev, .pager__next {
  display: block;
  width: 40px;
  height: 40px;
}
.pager__archive {
  display: inline-block;
  margin: 0 15px;
  width: 195px;
  color: #fff;
  background-color: #272724;
  border: 2px solid #272724;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
  padding: 14px;
}
@media screen and (max-width: 767px) {
  .pager__archive {
    font-size: 15px;
    padding: 14px;
  }
}

.subEvent__content {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .subEvent__content {
    max-width: 550px;
    margin: 80px auto 0;
  }
}
.subEvent__item {
  display: flex;
  background-color: #F7F5EF;
  border-radius: 40px;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .subEvent__item {
    display: block;
    padding: 25px 20px 30px 20px;
  }
}
.subEvent__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .subEvent__item:not(:first-child) {
    margin-top: 30px;
  }
}
.subEvent__head {
  flex: 0 1 400px;
}
@media screen and (max-width: 767px) {
  .subEvent__head {
    width: 100%;
  }
}
.subEvent__image {
  border-radius: 30px;
  overflow: hidden;
}
.subEvent__image img {
  aspect-ratio: 400/300;
  -o-object-fit: cover;
     object-fit: cover;
}
.subEvent__body {
  margin-left: 42px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .subEvent__body {
    margin-left: 0;
    margin-top: 20px;
  }
}
.subEvent__meta {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .subEvent__meta {
    margin-top: 0;
  }
}
.subEvent__category {
  width: 150px;
  text-align: center;
  color: #fff;
  background-color: lightgray;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 12px;
}
.subEvent__category.ongoing {
  background-color: #EA8B34;
}
.subEvent__category.case {
  background-color: #78B3CD;
}
@media screen and (max-width: 767px) {
  .subEvent__category {
    width: 120px;
    font-size: 15px;
    padding: 10px;
  }
}
.subEvent__date {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .subEvent__date {
    font-size: 14px;
    margin-top: 16px;
  }
}
.subEvent__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.7222222222;
  margin-top: 35px;
  max-width: 384px;
}
@media screen and (max-width: 767px) {
  .subEvent__title {
    font-size: 16px;
    margin-top: 18px;
  }
}
.subEvent__arrow {
  width: 52px;
  height: 52px;
  margin-left: auto;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .subEvent__arrow {
    width: 36px;
    height: 36px;
    margin-top: 10px;
  }
}

.contact {
  padding-bottom: 138px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 100px;
  }
}
.contact__inner {
  width: 940px;
}
.contact__text {
  margin-top: 180px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-top: 80px;
    font-size: 14px;
  }
}
.contact__content {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .contact__content {
    max-width: 550px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contact__content {
    max-width: 550px;
    margin: 50px auto 0;
  }
}
.contact__submitWrap {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact__submitWrap {
    margin-top: 30px;
  }
}
.contact__submit {
  display: inline-block;
  position: relative;
}
.contact__submit::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/arrow_01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact__submit::after {
    right: 14px;
  }
}

.form__set {
  padding: 45px 0;
  border-bottom: 2px solid #272724;
}
@media screen and (max-width: 767px) {
  .form__set {
    padding: 30px 0;
  }
}
.form__set:last-child {
  border-bottom: 0;
}
.form__title p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .form__title p {
    font-size: 15px;
  }
}
.form__required {
  display: inline-block;
  width: 46px;
  text-align: center;
  color: #fff;
  background-color: #F08E35;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .form__required {
    font-size: 13px;
  }
}
.form__required.-not {
  background-color: #78B3CD;
}
.form__input {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .form__input {
    margin-top: 12px;
  }
}

.wpcf7-spinner {
  display: none;
}

input[type=text],
input[type=email],
input[type=tel] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #F7F5EF;
  background-image: none;
  border: 2px solid #F7F5EF;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=email],
input[type=tel] {
    padding: 12px;
  }
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #C2C2C2;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  color: #C2C2C2;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border: 2px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #F7F5EF;
  background-image: none;
  border: 2px solid #F7F5EF;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 16px;
  width: 100%;
  height: 290px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  textarea {
    padding: 12px;
    height: 200px;
  }
}
textarea:focus {
  border: 2px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #272724;
  background-image: none;
  border: 2px solid #272724;
  border-radius: 30px;
  color: #fff;
  width: 300px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
  padding: 18px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    font-size: 16px;
    padding: 14px;
  }
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
  opacity: 0.7;
  transition: opacity 0.3s;
}
input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    padding: 5px;
  }
}

.thanks {
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-bottom: 100px;
  }
}
.thanks__inner {
  width: 800px;
}
@media screen and (max-width: 1024px) {
  .thanks__inner {
    width: 650px;
  }
}
.thanks__message {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .thanks__message {
    max-width: 550px;
    margin: 80px auto 0;
  }
}
.thanks__text {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.6842105263;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 14px;
  }
}
.thanks__text:not(:first-child) {
  margin-top: 30px;
}
.thanks__btn {
  text-align: center;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=style.css.map */