@charset "UTF-8";
/*
    $breakpoints: (
        "min-sp":"screen and (max-width: 374px)",
        "sp":"screen and (max-width: 767px)",
        "kv":"screen and(min-width:426px) and (max-width: 767px)",
        "sp-tab":"screen and (max-width: 975px)",
        "tab":"screen and (min-width: 768px) and (max-width: 975px)",
        "pc":"screen and (max-width: 1439px)",
        "big":"screen and (min-width: 1640px)",
    ) !default;
*/
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
body, * {
  font-family: "Noto Sans JP", Noto Sans JP, sans-serif;
}

body {
  background-color: #3F444A;
  width: 100%;
  overflow-x: hidden;
}

.white-bg {
  background-color: #EFF2F5;
}

.container {
  max-width: 86.6666666667%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .container {
    max-width: 1280px;
    padding: 0 100px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-modal01, .js-modal02 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-modal01:hover, .js-modal02:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Top */
.sp-only {
  display: block;
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none;
  }
}

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

.cta {
  width: 100%;
  height: 0;
  position: relative;
}

.cta__wrap {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  max-width: 86.6666666667%;
  width: 100%;
  background-color: #20A881;
  border-radius: 30px;
  padding: 40px 0;
}
@media screen and (min-width:768px) {
  .cta__wrap {
    max-width: 96%;
    width: 100%;
    padding: 50px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .cta__wrap {
    max-width: 1080px;
    width: 100%;
  }
}

.cta__wrap01 {
  top: -255px;
}
@media screen and (min-width:768px) {
  .cta__wrap01 {
    top: -140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cta__wrap02 {
  top: -255px;
}
@media screen and (min-width:768px) {
  .cta__wrap02 {
    top: -139px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cta__wrap03 {
  top: -255px;
}
@media screen and (min-width:768px) {
  .cta__wrap03 {
    top: -139.4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width:768px) {
  .cta__con {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .cta__con:nth-child(1) {
    padding: 0 20px;
    position: relative;
  }
  .cta__con:nth-child(1)::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 200px;
    background-color: rgba(255, 255, 255, .35);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 0%;
  }
}
@media screen and (min-width: 1100px) {
  .cta__con:nth-child(1) {
    padding-right: 0;
    padding-left: 41px;
  }
}

.cta__con:nth-child(2) {
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .cta__con:nth-child(2) {
    margin-top: 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  .cta__con:nth-child(2) {
    padding-left: 0;
    padding-right: 41px;
  }
}

.cta__con h2 {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.cta__con p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  text-align: center;
  margin-top: 15px;
}

.cta__con .js-modal01, .cta__con .js-modal02 {
  background-color: #fff;
  width: 265px;
  height: 60px;
  position: relative;
  border-radius: 4px;
  margin: 17px auto 0;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .cta__con .js-modal01, .cta__con .js-modal02 {
    max-width: 340px;
    width: 100%;
  }
}

.cta__con .js-modal01 span, .cta__con .js-modal02 span {
  color: #20A881;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.js-modal01,
.js-modal02 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-modal01:hover,
.js-modal02:hover {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

#footer {
  padding: 296.4px 0 20.8px;
}
@media screen and (min-width:768px) {
  #footer {
    padding: 188.4px 0 30px;
  }
}

.footer__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 31px;
  opacity: 0.6;
  max-width: 263px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    max-width: 100%;
  }
}

@media screen and (min-width:768px) {
  .footer__nav li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}

.footer__nav a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #fff;
  position: relative;
  padding-left: 18px;
}

.footer__nav a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  top: 50%;
  background-color: #fff;
}

.footer__bottom {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}
@media screen and (min-width:768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 39.5px;
  }
}

@media screen and (min-width:768px) {
  .footer__left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer__left img {
  display: block;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .footer__left img {
    margin-top: 36.5px;
  }
}

.footer__left h2 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .footer__left h2 {
    margin-top: 19px;
  }
}

.footer__left p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5833333333;
  color: #fff;
  margin-top: 9px;
}
@media screen and (min-width:768px) {
  .footer__left p {
    margin-top: 8px;
  }
}

@media screen and (min-width:768px) {
  .footer__right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 29.5px;
}
@media screen and (min-width:768px) {
  .banner__wrap {
    margin-top: 77px;
  }
}

.banner__wrap img {
  display: block;
  width: auto;
  height: 40px;
}

.footer__right p {
  font-size: 9px;
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, .47);
  line-height: 2.1111111111;
  text-align: center;
  margin-top: 40.5px;
}
@media screen and (min-width:768px) {
  .footer__right p {
    margin-top: 11.5px;
    text-align: right;
  }
}

/* loader */
#loader-wrapper {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000;
}
#loader-wrapper #loader-container {
  width: 100px;
  position: absolute;
  top: 40%;
  left: calc(50% - 50px);
  padding: 20px;
  background: #555;
  border-radius: 4px;
}
#loader-wrapper #loader-container #loader-message {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
#loader-wrapper #loader-container #loader-spinner {
  width: 30px; /*ローディングアイコンの横サイズ*/
  height: 30px; /*ローディングアイコンの縦サイズ*/
  border-radius: 50%; /*CSS3で円を書く*/
  border: 4px solid #fff; /*円に○の白枠をつける*/
  border-right-color: transparent; /*円の右にC状の空きをつける*/
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
  z-index: 90000;
  margin: 10px auto 0 auto;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.6;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.6;
  }
}

.modal {
  position: fixed;
  overflow-y: auto;
  background-color: rgba(114, 138, 159, .9);
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  visibility: hidden;
}

.modal.active {
  visibility: visible;
}
.modal.active .modal__box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.modal__box {
  max-width: 326px;
  width: 100%;
  margin: 30px auto 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 48px 22px 50px 22px;
  position: relative;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .modal__box {
    max-width: 650px;
    margin: 60px auto;
    padding: 61px 22px 50px 22px;
  }
}

.js-modal-close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 20.5px;
  right: 20.5px;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .js-modal-close {
    top: 30.5px;
    right: 30.5px;
  }
}

.js-modal-close img {
  width: 20px;
  height: auto;
}

.form__top, .form__bottom {
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .form__top, .form__bottom {
    max-width: 340px;
  }
}

.form__con:not(.form__con--top) {
  margin-top: 15px;
}

.form__con p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.form__con input, .form__con select {
  height: 40px;
  background-color: #D7DDDE;
  border-radius: 4px;
  font-size: 12px;
  line-height: 40px;
  padding: 0 18px;
  width: 100%;
}

input[type=number] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.form__row {
  margin-top: 6px;
}

.form__row--mode {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__row--mode input[type=radio] {
  display: none;
}

.form__row--mode label {
  background-color: #D7DDDE;
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
  height: 40px;
}

.form__row--mode label span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 12px;
  line-height: 2.9166666667;
  color: #989898;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .form__row--mode label span {
    font-size: 0.9375rem;
  }
}

.form__row--mode input:checked + label {
  background-color: #2CAE85;
}

.form__row--mode input:checked + label span {
  color: #fff;
}

.form__con--postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__row--postcode:nth-child(2) {
  margin-left: 32px;
  position: relative;
}

.form__row--postcode:nth-child(2)::before {
  position: absolute;
  content: "";
  background-image: url(../img/form-obj.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 13px;
  bottom: 14px;
  left: -20px;
  background-size: cover;
}

.form__row--postcode input[type=number] {
  max-width: 126px;
  width: 100%;
  margin-top: 6px;
}
@media screen and (min-width:768px) {
  .form__row--postcode input[type=number] {
    max-width: 150px;
  }
}

.form__con select {
  display: block;
  color: #989898;
}
@media screen and (min-width:768px) {
  .form__con select option {
    font-size: 0.9375rem;
  }
}

.form__row--select {
  position: relative;
  max-width: 235px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .form__row--select {
    max-width: 280px;
  }
}

.form__row--select::after {
  position: absolute;
  content: "";
  width: 5.87px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 13.7px;
  background-image: url(../img/dropdown.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.form__con select option {
  color: #989898;
}

.form__row--howmany {
  margin-top: 6px;
  width: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width:768px) {
  .form__row--howmany {
    width: 139px;
  }
}

.form__row--howmany input[type=number] {
  width: 100%;
}

.form__row--howmany p {
  position: absolute;
  bottom: 0;
  right: -19px;
}

.form__row--capacity {
  margin-top: 6px;
  width: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width:768px) {
  .form__row--capacity {
    width: 139px;
  }
}

.form__row--capacity input[type=number] {
  width: 100%;
}

.form__row--capacity p {
  position: absolute;
  bottom: 0;
  right: -30px;
}

.form__check {
  margin-top: 10px;
}

.form__check input[type=checkbox] {
  display: none;
}

.form__check label {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.9333333333;
  font-weight: 500;
}

.form__check label::before {
  position: absolute;
  height: 25px;
  width: 25px;
  content: "";
  left: 0;
  top: 0;
  background-image: url(../img/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.form__check input:checked + label::before {
  background-image: url(../img/checked.svg);
}

.form__bottom {
  margin-top: 30px;
  padding-top: 18.5px;
  border-top: 1px solid #DEDEDE;
}

.form__con input.input__long {
  max-width: 285px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .form__con input.input__long {
    max-width: 340px;
  }
}

.form__con input.input__short {
  max-width: 218px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .form__con input.input__short {
    max-width: 260px;
  }
}

input[type=submit] {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #20A881;
  padding: 14px 48px;
  border-radius: 4px;
  margin: 40px auto 0;
  display: block;
}
@media screen and (min-width:768px) {
  input[type=submit] {
    padding: 14px 36px;
  }
}

.button {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #20A881;
  padding: 14px 48px;
  border-radius: 4px;
  margin: 40px auto 0;
  display: block;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
.button:hover {
  background-color: #2CAE85;
}
@media screen and (min-width:768px) {
  .button {
    padding: 14px 36px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__preview,
.pagination__next {
  display: block;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
.pagination__preview img,
.pagination__next img {
  width: 40px;
  width: 2.5rem;
}

.pagination__now {
  color: #20A881;
}

.pagination__next img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.section__title01 span, .section__title02 span {
  color: #CF071C;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-left: 17px;
  position: relative;
}

.section__title01 span::before, .section__title02 span::before {
  position: absolute;
  content: "";
  height: 13.44px;
  width: 9.61px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 3px;
  background-image: url(../img/section-obj.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.section__title01 h2, .section__title02 h2 {
  color: #3F444A;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .section__title01 h2, .section__title02 h2 {
    font-size: 1.75rem;
    line-height: 1.5714285714;
    margin-top: 10px;
  }
}

.section__title01-sub-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
  color: #444;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .section__title01-sub-texts {
    margin-top: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 0;
  }
}
.section__title01-sub-texts p {
  margin-top: 0;
}
.section__title01-sub-texts img {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width:768px) {
  .section__title01-sub-texts img {
    width: 40%;
  }
}

.section__title02 span {
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:768px) {
  .section__title02 span::before {
    font-size: 0.875rem;
  }
}

.section__title02 h2 {
  text-align: center;
}
@media screen and (min-width:768px) {
  .section__title02 h2 {
    font-size: 2.5rem;
    line-height: 1.35;
    letter-spacing: 0.1em;
    margin-top: 6px;
  }
}

.archive-blog {
  background-color: #EFF2F5;
  padding: 65px 0 334px;
  border-bottom-left-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
}
@media screen and (min-width:768px) {
  .archive-blog {
    padding: 100px 0 216px;
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
  }
}

.archive-blog__wrap {
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .archive-blog__wrap {
    padding: 0 3.125rem;
    max-width: 56.5625rem;
  }
}

.archive-blog__wrap--interview {
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .archive-blog__wrap--interview {
    padding: 0 3.125rem;
    max-width: 70.9375rem;
  }
}

@media screen and (min-width:768px) {
  .archive-blog__left {
    max-width: 320px;
    width: 100%;
  }
}

.archive-blog__left .section__title01 span {
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .archive-blog__left .section__title01 span {
    margin: 0;
  }
}

.archive-blog__left .section__title01 h2 {
  text-align: center;
}
@media screen and (min-width:768px) {
  .archive-blog__left .section__title01 h2 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

.archive-blog__right {
  margin-top: 39px;
}
@media screen and (min-width:768px) {
  .archive-blog__right {
    margin-top: 0;
    width: 100%;
  }
}

.archive-blog__con {
  padding: 20px 0 19px;
  border-bottom: 1px solid #B3C0CB;
}
@media screen and (min-width:768px) {
  .archive-blog__con {
    padding: 31px 0 28px;
  }
}
.archive-blog__con:first-of-type {
  border-top: 1px solid #B3C0CB;
}

.archive-blog__con:last-child {
  border-bottom: 1px solid #B3C0CB;
}

@media screen and (min-width:768px) {
  .archive-blog__con a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.archive-blog__con .archive-blog__date {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  display: block;
  color: #3F444A;
  font-weight: 500;
  min-width: 142px;
}
@media screen and (min-width:768px) {
  .archive-blog__con .archive-blog__date {
    line-height: 1.8571428571;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

.archive-blog__con .archive-blog__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  display: block;
  margin-top: 3px;
  color: #393A48;
  letter-spacing: 0.15em;
}
@media screen and (min-width:768px) {
  .archive-blog__con .archive-blog__title {
    margin-top: 0;
  }
}

.archive-blog__btn {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
  margin: 64px auto 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10.3px 30px 11.7px;
  min-width: 180px;
  min-height: 50px;
  text-align: center;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.archive-blog__pagination {
  margin-top: 64px;
  margin-top: 4rem;
}

.archive-mv {
  height: 299px;
  height: 18.6875rem;
  position: relative;
  background-color: #EFF2F5;
}
@media screen and (min-width:768px) {
  .archive-mv {
    height: 22.5rem;
  }
}
.archive-mv::before {
  content: "";
  display: block;
  position: absolute;
  width: 82.67%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/grey_bg.png);
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 2.5rem;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .archive-mv::before {
    border-bottom-left-radius: 3.75rem;
    width: 89.5%;
  }
}

.archive-mv__logo {
  width: 100px;
  width: 6.25rem;
  position: relative;
  z-index: 2;
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 61px;
  margin-bottom: 3.8125rem;
}
@media screen and (min-width:768px) {
  .archive-mv__logo {
    width: 9.375rem;
    margin-left: 2.4375rem;
    margin-top: 2.25rem;
    margin-bottom: 3.75rem;
  }
}

.archive-mv__title {
  position: relative;
  z-index: 2;
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (min-width:768px) {
  .archive-mv__title {
    margin-left: 17.3125rem;
  }
}
.archive-mv__title p {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #20A881;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width:768px) {
  .archive-mv__title p {
    margin-bottom: 0.5625rem;
  }
}
.archive-mv__title h1 {
  padding-left: 3px;
  padding-left: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.archive-mv__right {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 25px;
  right: 1.5625rem;
  bottom: 11px;
  bottom: 0.6875rem;
}
@media screen and (min-width:768px) {
  .archive-mv__right {
    right: 8.9375rem;
    bottom: 51.5%;
  }
}
.archive-mv__right p {
  display: inline-block;
  color: #888E96;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
}
.archive-mv__right span {
  display: block;
  width: 16px;
  width: 1rem;
  height: 1px;
  background-color: #888E96;
  margin: 0 13px;
  margin: 0 0.8125rem;
}
@media screen and (min-width:768px) {
  .archive-mv__right span {
    margin: 0 1.4375rem;
  }
}

.single-content {
  padding-bottom: 61px;
  padding-bottom: 3.8125rem;
  border-bottom: solid 1px #888E96;
}
.single-content h2, .single-content h3, .single-content h4, .single-content p, .single-content li, .single-content blockquote {
  color: #3F444A;
}
.single-content h2 {
  margin-top: 70px;
  margin-top: 4.375rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
.single-content h3 {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: solid 1px #B7BCC3;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
.single-content h4 {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1666666667;
}
.single-content p {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}
.single-content a {
  text-decoration: underline;
}
.single-content a:hover {
  text-decoration: none;
}
.single-content img {
  width: 100%;
}
.single-content ul {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.single-content ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 22px;
  padding-left: 1.375rem;
  position: relative;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.single-content ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-radius: 0.125rem;
  background-color: #20A881;
  left: 0;
  top: 10px;
  top: 0.625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.single-content ul li:first-of-type {
  margin-top: 0;
}
.single-content ol {
  margin-top: 50px;
  margin-top: 3.125rem;
  list-style: numeric;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.single-content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.single-content ol li:first-of-type {
  margin-top: 0;
}
.single-content ol li::marker {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  color: #888E96;
  font-weight: 500;
}
.single-content caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: #888E96;
}
.single-content blockquote {
  border-left: solid 1px #888E96;
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  padding-left: 26px;
  padding-left: 1.625rem;
  position: relative;
}
.single-content blockquote::before {
  content: '"';
  position: absolute;
  display: block;
  font-size: 38px;
  font-size: 2.375rem;
  left: 8px;
  left: 0.5rem;
  top: 0;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  color: #888E96;
}
.single-content table {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-right: calc(50% - 50vw);
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  table-layout: fixed;
  max-width: calc(50% + 50vw - 17px);
}
.single-content table tbody {
  table-layout: fixed;
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:768px) {
  .single-content table tbody {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.single-content table tr {
  height: 40px;
  height: 2.5rem;
  background-color: #fff;
}
.single-content table tr:first-of-type {
  background-color: #3F444A;
}
.single-content table tr:first-of-type th:first-child {
  background-color: #3F444A;
}
.single-content table tr th:first-child {
  background-color: #888E96;
}
.single-content table td, .single-content table th {
  text-align: center;
  vertical-align: middle;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width:768px) {
  .single-content table td, .single-content table th {
    width: 12.5rem;
  }
}
.single-content table td {
  border-right: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
  color: #3F444A;
}
.single-content table th {
  border-right: solid 1px #9C9EA8;
  border-bottom: solid 1px #9C9EA8;
  color: #fff;
}
.single-content button {
  display: block;
  margin-top: 64px;
  margin-top: 4rem;
  background-color: #20A881;
  color: #fff;
  font-weight: 700;
  line-height: 1.5625;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px 30px 18px 20px;
  padding: 1.25rem 1.875rem 1.125rem 1.25rem;
  min-width: 200px;
  min-width: 12.5rem;
  min-height: 60px;
  min-height: 3.75rem;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
  border-radius: 0.25rem;
}

.single-content table.dummy {
  width: 100%;
  margin-right: 0;
  display: table;
  overflow-x: visible;
  white-space: normal;
  table-layout: fixed;
}

.single-content div.dummy {
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
.single-content div.dummy h1, .single-content div.dummy h2, .single-content div.dummy h3, .single-content div.dummy h4, .single-content div.dummy p {
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .single-content div.dummy {
    padding: 1.875rem;
  }
}

.single {
  padding-top: 24px;
  padding-top: 1.5rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  border-bottom-left-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
}
@media screen and (min-width:768px) {
  .single {
    padding-bottom: 12.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    max-width: 56.5625rem;
  }
}

.single__logo {
  width: 100px;
  width: 6.25rem;
  margin-bottom: 68px;
  margin-bottom: 4.25rem;
}

.single__top > span {
  display: inline-block;
  padding: 4px 20px;
  background-color: #20A881;
  color: #fff;
  margin-bottom: 15px;
  font-size: 13px;
}
.single__top h1 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  color: #3F444A;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
.single__top time {
  padding-left: 51px;
  padding-left: 3.1875rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3F444A;
  font-family: "Poppins", sans-serif;
}
.single__top time::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #000;
}
.single__top img {
  width: 100%;
}

.single__top--interview > img {
  aspect-ratio: 800/420;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single__buck-button {
  display: block;
  background-color: #fff;
  color: #3F444A;
  min-width: 196px;
  min-width: 12.25rem;
  min-height: 60px;
  min-height: 3.75rem;
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
  margin: 60px auto 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

#blog {
  background-color: #EFF2F5;
  padding: 80px 0 334px;
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-bottom-left-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
@media screen and (min-width:768px) {
  #blog {
    padding: 109px 0 313px;
    margin-top: -1px;
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
  }
}

@media screen and (min-width:768px) {
  .blog__wrap {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media screen and (min-width:768px) {
  .blog__left {
    max-width: 320px;
    width: 100%;
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
}

.blog__left .section__title01 span {
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .blog__left .section__title01 span {
    margin: 0;
  }
}

.blog__left .section__title01 h2 {
  text-align: center;
}
@media screen and (min-width:768px) {
  .blog__left .section__title01 h2 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

.blog__right {
  margin-top: 39px;
}
@media screen and (min-width:768px) {
  .blog__right {
    margin-top: 0;
    width: 100%;
  }
}

.blog__con {
  padding: 15.5px 0 18px;
  border-top: 1px solid #B3C0CB;
}
@media screen and (min-width:768px) {
  .blog__con {
    padding: 19.5px 0 18px;
  }
}

.blog__con:last-child {
  border-bottom: 1px solid #B3C0CB;
}

@media screen and (min-width:768px) {
  .blog__con a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog__con .blog__date {
  color: #393A48;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  display: block;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width:768px) {
  .blog__con .blog__date {
    line-height: 1.8571428571;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

.blog__con .blog__title {
  color: #393A48;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  display: block;
  margin-top: 7px;
}
@media screen and (min-width:768px) {
  .blog__con .blog__title {
    margin-top: 0;
    margin-left: 39.7px;
  }
}

.blog__btn {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
  margin: 40.5px auto 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10.3px 30px 11.7px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40.5px auto 0;
  color: #3F444A;
}
@media screen and (min-width:768px) {
  .blog__btn {
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    left: 100px;
  }
}

#consulting {
  padding-top: 337px;
  padding-bottom: 307px;
}
@media screen and (min-width:768px) {
  #consulting {
    padding-top: 272px;
    padding-bottom: 260.6px;
  }
}

.consulting__section-title {
  margin-bottom: 60px;
}

.consulting__content {
  background-color: #fff;
  margin: 20px 0;
  padding: 30px 30px 30px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  border-top-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1250px) {
  .consulting__content {
    width: 100%;
    background-size: contain;
    background-position: right;
    position: relative;
    border-top-left-radius: 60px;
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
  }
}

.consulting__content h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  font-weight: 700;
  margin-top: 9px;
  margin-bottom: 16px;
  color: #20A881;
}

.consulting__content-p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-weight: 400;
  color: #444444;
}

@media screen and (min-width: 1250px) {
  .consulting__text * {
    white-space: nowrap;
  }
}

.consulting__text p {
  color: #CF071C;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 21.5px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}
.consulting__text p:before {
  background-color: #CF071C;
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  top: 50%;
  left: 0;
}

.consulting__text p span {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
}

.consulting__box {
  border: 3px solid #20A881;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 60px;
}
.consulting__box p {
  font-size: 16px;
  font-size: 1rem;
  color: #444;
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
}
.consulting__box ul {
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-weight: 400;
}
.consulting__box ul li {
  list-style-type: disc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .consulting__box ul {
    padding-left: 40px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

@media screen and (min-width:768px) {
  .example__con {
    position: relative;
    z-index: 1;
  }
  .example__obj {
    position: relative;
  }
  .example__obj::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .example__obj::before {
    background-image: url(../img/example-obj1.svg);
    width: 20vw;
    height: 18.7vw;
    background-size: cover;
  }
  .example__obj:nth-of-type(2)::before, .example__obj:nth-of-type(4)::before {
    background-image: url(../img/example-obj2.svg);
  }
  .example__obj:nth-of-type(1)::before {
    -webkit-transform: translate(68vw, -7.8vw);
            transform: translate(68vw, -7.8vw);
  }
  .example__obj:nth-of-type(2)::before {
    -webkit-transform: translate(23.5vw, -2.3vw);
            transform: translate(23.5vw, -2.3vw);
  }
  .example__obj:nth-of-type(3)::before {
    -webkit-transform: translate(-11.6vw, -2.1vw);
            transform: translate(-11.6vw, -2.1vw);
  }
  .example__obj:nth-of-type(4)::before {
    -webkit-transform: translate(69vw, -1.7vw);
            transform: translate(69vw, -1.7vw);
  }
  .example__obj:nth-of-type(5)::before {
    -webkit-transform: translate(49.8vw, -2.2vw);
            transform: translate(49.8vw, -2.2vw);
  }
  .example__obj:nth-of-type(6)::before {
    -webkit-transform: translate(-8vw, 38.8vw);
            transform: translate(-8vw, 38.8vw);
  }
  .example__obj:nth-of-type(7)::before {
    -webkit-transform: translate(-8vw, 38.8vw);
            transform: translate(-8vw, 38.8vw);
  }
}
@media screen and (min-width: 1366px) {
  .example__obj:nth-of-type(1)::before {
    -webkit-transform: translate(930px, -107px);
            transform: translate(930px, -107px);
  }
  .example__obj:nth-of-type(2)::before {
    -webkit-transform: translate(321px, -32px);
            transform: translate(321px, -32px);
  }
  .example__obj:nth-of-type(3)::before {
    -webkit-transform: translate(-158px, -29px);
            transform: translate(-158px, -29px);
  }
  .example__obj:nth-of-type(4)::before {
    -webkit-transform: translate(960px, -24px);
            transform: translate(960px, -24px);
  }
  .example__obj:nth-of-type(5)::before {
    -webkit-transform: translate(680px, -30px);
            transform: translate(680px, -30px);
  }
  .example__obj:nth-of-type(6)::before {
    -webkit-transform: translate(-110px, 530px);
            transform: translate(-110px, 530px);
  }
  .example__obj:nth-of-type(7)::before {
    -webkit-transform: translate(-110px, 530px);
            transform: translate(-110px, 530px);
  }
}
#example {
  padding: 335px 0 0;
}
@media screen and (min-width:768px) {
  #example {
    padding: 273px 0 0;
  }
}

.example__wrap {
  margin-top: 39px;
}
@media screen and (min-width:768px) {
  .example__wrap {
    margin-top: 85px;
  }
}

.example__con {
  padding-top: 40px;
  background-color: #fff;
  border-top-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
}
@media screen and (min-width:768px) {
  .example__con {
    padding-top: 60px;
    border-top-left-radius: 60px;
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
  }
}

.example__con h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #20A881;
  font-weight: bold;
  padding: 0 0.5em;
}

.example__con p {
  padding: 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-weight: 400;
  margin-top: 28px;
  color: #444444;
}
@media screen and (min-width:768px) {
  .example__con p {
    text-align: center;
    padding: 0 20px;
    margin-top: 16px;
  }
}

@media screen and (min-width:768px) {
  .example__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.example__img img {
  display: block;
  width: 100%;
}
@media screen and (min-width:768px) {
  .example__img img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .example__img img {
    width: 100%;
  }
}

.example__con .example__title2 {
  padding: 0 20px 34px;
}
@media screen and (min-width:768px) {
  .example__con .example__title2 {
    padding-bottom: 60px;
  }
}
.example__con .example__flex {
  padding: 20px 37px 40px;
}
@media screen and (min-width:768px) {
  .example__con .example__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 60px 60px;
    margin: -30px -15px 0;
  }
}
.example__con .example__flex_title {
  text-align: center;
  margin-bottom: 1em;
}
.example__con .example__flex_caption {
  text-align: left;
  margin-top: 1em;
  padding: 0;
}
.example__con .example__flex_item {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .example__con .example__flex_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 30px 15px 0;
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .example__con .example__flex_item .example__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: -10px -10px 0;
  }
}
@media screen and (min-width:768px) {
  .example__con .example__flex_item .example__inner_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
    padding: 10px 10px 0;
  }
}
.example__con .example__flex_item .example__img--scroll {
  overflow: auto;
}
@media screen and (min-width:768px) {
  .example__con .example__flex_item .example__img--scroll {
    overflow: inherit;
  }
}
.example__con .example__flex_item .example__img--scroll picture {
  display: block;
}
@media screen and (min-width:768px) {
  .example__con .example__flex_item .example__img--scroll img {
    max-width: 100%;
    height: auto;
  }
}
.example__con .example__flex_item .example__img--scroll img.packing003 {
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .example__con .example__flex_item .example__img--scroll img.packing003 {
    max-width: 100%;
  }
}
.example__con .example__flex_item .example__img img {
  max-width: 100%;
  height: auto;
}

.example__con:nth-of-type(n+2) {
  margin-top: 27px;
}
@media screen and (min-width:768px) {
  .example__con:nth-of-type(n+2) {
    margin-top: 50px;
  }
}

.example__con:nth-of-type(1) img {
  padding: 11px 38px 26px;
}
@media screen and (min-width:768px) {
  .example__con:nth-of-type(1) img {
    padding: 57px 0 63px;
    max-width: 768px;
  }
}

.example__con:nth-of-type(2) img {
  padding: 30px 38px 35px;
}
@media screen and (min-width:768px) {
  .example__con:nth-of-type(2) img {
    padding: 59px 0 75px;
    max-width: 700px;
  }
}

.example__con:nth-of-type(3) img {
  padding: 35px 22px 20px;
}
@media screen and (min-width:768px) {
  .example__con:nth-of-type(3) img {
    padding: 49px 0 54px;
    max-width: 803px;
  }
}

.example__con:nth-of-type(4) img {
  padding: 20px 38px 27px;
}
@media screen and (min-width:768px) {
  .example__con:nth-of-type(4) img {
    padding: 53px 0 54px;
    max-width: 691px;
  }
}

.example__con:nth-of-type(5) img {
  padding: 20px 22px 52px;
}
@media screen and (min-width:768px) {
  .example__con:nth-of-type(5) img {
    padding: 55px 0 79px;
    max-width: 860px;
  }
}

.example__con:nth-of-type(6) img {
  padding: 24px 37px 34px;
}
@media screen and (min-width:768px) {
  .example__con:nth-of-type(6) img {
    padding: 59px 0 78px;
    max-width: 800px;
  }
}

#feuture {
  width: 100%;
  overflow: hidden;
}

#feuture .section__title02 {
  position: relative;
}
#feuture .section__title02 span, #feuture .section__title02 h2 {
  position: relative;
  z-index: 1;
}

#feuture .section__title02::before, #feuture .section__title02::after {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
}

#feuture .section__title02::before {
  background-image: url(../img/feuture-obj1.svg);
  width: 303px;
  height: 199px;
  -webkit-transform: translate(22px, -58px);
          transform: translate(22px, -58px);
}
@media screen and (min-width:768px) {
  #feuture .section__title02::before {
    -webkit-transform: translate(297px, -13px);
            transform: translate(297px, -13px);
  }
}

#feuture .section__title02::after {
  background-image: url(../img/feuture-obj1.svg);
  width: 198px;
  height: 185px;
  -webkit-transform: translate(-229px, 277px);
          transform: translate(-229px, 277px);
}
@media screen and (min-width:768px) {
  #feuture .section__title02::after {
    -webkit-transform: translate(-638px, 424px);
            transform: translate(-638px, 424px);
  }
}

#feuture {
  background-color: #fff;
  width: 100%;
  padding: 337px 0 305px;
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-bottom-left-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-top-right-radius: 60px;
  -webkit-border-top-right-radius: 60px;
  -moz-border-radius-topright: 60px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
@media screen and (min-width:768px) {
  #feuture {
    padding: 272px 0 241px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
  }
}

.feuture__wrap {
  position: relative;
  overflow-x: auto;
  width: 100%;
  padding: 0 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 1250px) {
  .feuture__wrap {
    grid-template-columns: 1fr 1fr;
    max-width: 1280px;
    padding: 0 100px;
    margin: 49px auto 0;
    gap: 30px 35px;
  }
}

.feuture__content {
  background-color: #fff;
  margin: 30px 0;
  padding: 30px 30px 0;
  height: 330px;
  width: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  border-top-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -webkit-box-shadow: 10px 10px 30px 5px rgba(0, 0, 0, .15);
          box-shadow: 10px 10px 30px 5px rgba(0, 0, 0, .15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1250px) {
  .feuture__content {
    width: 100%;
    max-width: 520px;
    height: 200px;
    padding: 0;
    background-size: contain;
    background-position: right;
    position: relative;
    border-top-left-radius: 60px;
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
  }
}
.feuture__content:hover {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-box-shadow: 10px 20px 35px 5px rgba(0, 0, 0, .1);
          box-shadow: 10px 20px 35px 5px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.feuture__content:hover .overview {
  background-color: #20A881;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.feuture__content.--position-set {
  background-position: bottom 80px left 50%;
  background-size: 80% auto;
}
@media screen and (min-width:768px) {
  .feuture__content.--position-set {
    background-position: center right 18%;
    background-size: auto 70%;
  }
}

@media screen and (min-width: 1250px) {
  .feuture__content:nth-child(n+3) {
    margin-top: -30px;
  }
}

.feuture__content:nth-child(1) {
  background-image: url(../img/feuture01-sp.png);
}
@media screen and (min-width:768px) {
  .feuture__content:nth-child(1) {
    background-image: url(../img/feuture01.png);
  }
}

.feuture__content:nth-child(2) {
  background-image: url(../img/feuture02-sp.png);
}
@media screen and (min-width:768px) {
  .feuture__content:nth-child(2) {
    background-image: url(../img/feuture02.png);
  }
}

.feuture__content:nth-child(3) {
  background-image: url(../img/feuture03-sp.png);
}
@media screen and (min-width:768px) {
  .feuture__content:nth-child(3) {
    background-image: url(../img/feuture03.png);
  }
}

.feuture__content:nth-child(4) {
  background-image: url(../img/feature4.png);
}

.feuture__content:nth-child(5) {
  background-image: url(../img/feature5.png);
  background-size: 60% auto;
}
@media screen and (min-width:768px) {
  .feuture__content:nth-child(5) {
    background-size: 45% auto;
  }
}

.feuture__content:nth-child(6) {
  background-image: url(../img/feature6.png);
}

@media screen and (min-width: 1250px) {
  .feuture__text {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 54%;
    left: 35px;
  }
  .feuture__text * {
    white-space: nowrap;
  }
}

.feuture__text p {
  color: #CF071C;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 21.5px;
  font-weight: 300;
  position: relative;
}
.feuture__text p::before {
  background-color: #CF071C;
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  top: 50%;
  left: 0;
}
.feuture__text p span {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: italic;
}
.feuture__content h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  font-weight: 700;
  margin-top: 9px;
}
.feuture__content h3 span {
  color: #20A881;
}

.overview {
  color: #888E96;
  display: block;
  position: absolute;
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 25px;
  border-radius: 4px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  padding: 7.5px 32px 7.5px 28px;
}
@media screen and (min-width:768px) {
  .overview {
    position: relative;
    margin-top: 10px;
    padding: 7.5px 14px 7.5px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

#interview {
  background-color: #EFF2F5;
  padding: 100px 0 20px;
}
@media screen and (min-width:768px) {
  #interview {
    padding: 129px 0 20px;
    margin-top: -1px;
  }
}

.interview__slides .swiper {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (min-width:768px) {
  .interview__slides .swiper {
    padding-top: 5rem;
    padding-bottom: 8.125rem;
  }
}
.interview__slides .swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.interview__slides .swiper .swiper-slide {
  height: auto;
}
.interview__slides .swiper .swiper-slide a {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.interview__slides .swiper .swiper-slide a picture {
  display: block;
  width: 100%;
  aspect-ratio: 800/420;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.interview__slides .swiper .swiper-slide a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.interview__slides .swiper .swiper-slide a:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, .15);
          box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, .15);
}
.interview__slides .swiper .swiper-slide a:hover picture img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.interview__slides .swiper .swiper-button-prev,
.interview__slides .swiper .swiper-button-next {
  height: 50px;
  width: 50px;
  top: auto;
  bottom: 24px;
  display: none;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="20" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, .1));
          filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, .1));
}
@media screen and (min-width:768px) {
  .interview__slides .swiper .swiper-button-prev,
.interview__slides .swiper .swiper-button-next {
    display: block;
  }
}
.interview__slides .swiper .swiper-button-prev {
  left: calc(50% - 140px);
}
.interview__slides .swiper .swiper-button-next {
  right: calc(50% - 140px);
}
.interview__slides .swiper .swiper-button-prev:after,
.interview__slides .swiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  display: block;
}
.interview__slides .swiper .swiper-button-prev:after {
  background-image: url(../img/paging_arr.png);
}
.interview__slides .swiper .swiper-button-next:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-image: url(../img/paging_arr.png);
}
.interview__slides .swiper .swiper-pagination {
  top: auto;
  bottom: 40px;
}
.interview__slides .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="20" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.6)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, .6));
          filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, .6));
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  opacity: 1;
  margin: 0 8px;
  margin: 0 0.5rem;
}
.interview__slides .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #20A881;
}

.interview__btn {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
  margin: 40.5px auto 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10.3px 30px 11.7px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40.5px auto 0;
  color: #3F444A;
}
@media screen and (min-width:768px) {
  .interview__btn {
    white-space: nowrap;
    bottom: 0;
    left: 100px;
  }
}

.interview__card-text {
  position: relative;
  padding: 42px 20px 56px;
  padding: 2.625rem 1.25rem 3.5rem;
}

.interview__title {
  font-size: 16px;
}

.interview__category {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background-color: #20A881;
  color: #393A48;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  display: block;
  padding: 4px 20px;
  padding: 0.25rem 1.25rem;
  color: #fff;
}

.interview__date {
  color: #3F444A;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  display: block;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: 25px;
  bottom: 1.5625rem;
}
@media screen and (min-width:768px) {
  .interview__date {
    line-height: 1.8571428571;
  }
}

.interview__card {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width:768px) {
  .interview__card {
    margin-bottom: 0;
    width: calc(33.3% - 20px);
  }
}
.interview__card a {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.interview__card a picture {
  border-radius: 4px 4px 0 0;
  display: block;
  width: 100%;
  aspect-ratio: 800/420;
  overflow: hidden;
}
.interview__card a picture img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview__card a:hover {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, .15);
          box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, .15);
  opacity: 1;
}
.interview__card a:hover picture img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.archive-interview__cards {
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width:768px) {
  .archive-interview__cards {
    padding: 0 20px;
    max-width: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

/* --mv--*/
#mv {
  background-image: url(../img/mv-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  max-height: 667px;
  position: relative;
}
@media screen and (min-width:768px) {
  #mv {
    max-height: 768px;
    background-image: url(../img/mv-bg-pc.png);
  }
}

.mv__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .mv__wrap {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__wrap {
    padding-left: 0;
  }
}

.mv__title {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (min-width:768px) {
  .mv__title {
    width: 387px;
    padding-top: 12px;
    margin: 0 auto 0 0;
  }
}

.mv__title img {
  display: block;
  width: 100%;
  height: auto;
}

.mv__wrap > p {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.8461538462;
  text-align: center;
  margin: 35.6px auto 0;
  color: #3F444A;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .mv__wrap > p {
    text-align: left;
    margin: 17px auto 0px 1px;
    font-size: 2.1875rem;
    line-height: 1.7142857143;
  }
}
.mv__wrap > p.mv__catchphrase {
  margin: 0;
  line-height: 1.4;
  padding-top: 40px;
  color: #20A881 !important;
}
@media screen and (min-width:768px) {
  .mv__wrap > p.mv__catchphrase {
    padding-top: 150px;
  }
}
.mv__wrap > p.mv__catchphrase span {
  white-space: nowrap;
}
.mv__wrap > p.mv__catchphrase span::after {
  content: none;
}

.mv__wrap > p span {
  position: relative;
  font-weight: bold;
}

.mv__wrap > p span::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -6px;
  background-color: #20A881;
}
.mv__btn-wrap {
  margin: 80.4px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:768px) {
  .mv__btn-wrap {
    margin: 54px auto 0 1px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.mv__btn-wrap .js-modal01, .mv__btn-wrap .js-modal02 {
  width: 220px;
  height: 55px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 20px -7px rgba(0, 0, 0, .3);
}
.mv__btn-wrap .js-modal01 p, .mv__btn-wrap .js-modal02 p {
  color: #20A881;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  white-space: nowrap;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .mv__btn-wrap .js-modal01 p, .mv__btn-wrap .js-modal02 p {
    line-height: 1.2666666667;
    left: 50.7%;
    top: 48%;
  }
}

.scroll {
  height: 0;
  width: 100%;
  position: relative;
  z-index: 5;
}

.scroll-anim {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% - 2px);
  bottom: -35px;
  height: 70px;
}
@media screen and (min-width:768px) {
  .scroll-anim {
    left: calc(50% - 1px);
    bottom: -50px;
  }
}

.scroll-anim span {
  font-size: 0;
}
@media screen and (min-width:768px) {
  .scroll-anim span {
    font-size: 0.875rem;
    letter-spacing: 0.17em;
    position: absolute;
    top: -23px;
    left: 50%;
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3F444A;
  }
}

.scroll-anim::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 70px;
  background: rgba(63, 68, 74, .4);
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media screen and (min-width:768px) {
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 60px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 50px;
      opacity: 0;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 60px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 50px;
      opacity: 0;
    }
  }
}
#what {
  padding-bottom: 307.7px;
}
@media screen and (min-width:768px) {
  #what {
    padding-bottom: 260.6px;
  }
}

@media screen and (min-width:768px) {
  .what__wrap {
    margin-top: 141px;
  }
}
@media screen and (min-width: 1100px) {
  .what__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.what__left {
  margin-top: 98px;
}
@media screen and (min-width:768px) {
  .what__left {
    margin-top: 0;
    padding-left: 28px;
  }
}

.what__left p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
  color: #444;
  margin-top: 24px;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .what__left p {
    margin-top: 22px;
  }
}

.what__right {
  max-width: 560px;
  margin-top: 35px;
}
@media screen and (min-width:768px) {
  .what__right {
    width: 100%;
    margin-left: auto;
    position: relative;
    margin-right: 31px;
  }
}
@media screen and (min-width: 1100px) {
  .what__right {
    margin-top: 0;
  }
}
.what__right iframe {
  width: 100%;
  aspect-ratio: 560/315;
}

.right__wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 30px -6px rgba(0, 0, 0, .1);
          box-shadow: 10px 10px 30px -6px rgba(0, 0, 0, .1);
}

@media screen and (min-width:768px) {
  .what__right::after {
    position: absolute;
    content: "";
    width: 308px;
    height: 250px;
    background-image: url(../img/movie-obj.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -83px;
    right: -63px;
    z-index: 1;
  }
}

.right__wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
}

.right__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/movie-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .right__over {
    background-image: url(../img/movie-bg-pc.png);
  }
}

.right__over p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4761904762;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #fff;
  text-align: center;
  margin-top: 34px;
}
@media screen and (min-width:768px) {
  .right__over p {
    font-size: 2rem;
    line-height: 1.8125;
    margin-top: 68px;
  }
}

.right__over picture {
  display: block;
  width: 23.0861538462%;
  height: auto;
  margin: 9px auto 0;
}
@media screen and (min-width:768px) {
  .right__over picture {
    width: 23.085%;
  }
}
.right__over picture img, .right__over picture source {
  width: 100%;
  height: auto;
}

.what__wrap--scroll {
  overflow: auto;
  margin-top: 60px;
  padding: 0 25px;
}

.what__wrap--scroll img {
  display: block;
  width: auto;
  height: 319px;
}

.what__wrap--img {
  width: 52.504%;
  margin: 41px auto 0;
}
@media screen and (min-width:768px) {
  .what__wrap--img {
    max-width: 900px;
    width: 65.8857979502%;
    margin: 141px auto 0;
  }
}

.what__wrap--img picture img {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
