@charset "UTF-8";
section {
  padding: 50px 0;
}
@media screen and (min-width: 640px) {
  section {
    padding: 70px 0;
  }
}

.secTtl {
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .secTtl {
    margin-bottom: 40px;
  }
}

.secTtl::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #A4D3D9), color-stop(50%, #49A8B3), color-stop(90%, #A4D3D9), to(transparent));
  background: linear-gradient(to right, transparent 0%, #A4D3D9 10%, #49A8B3 50%, #A4D3D9 90%, transparent 100%);
}

/* ----------------------------------------
	common
---------------------------------------- */
.normalTxt {
  text-align: center;
  line-height: 1.57;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  .normalTxt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .normalTxt {
    font-size: 2rem;
  }
}

/* ----------------------------------------
	header
---------------------------------------- */
.header.fixed .header__container {
  background: rgba(255, 255, 255, 0.85);
}
.header__container {
  background: rgba(255, 255, 255, 0.85);
}
.header__logo {
  color: #162D56;
}
.header__nav__link {
  color: #162D56;
}
@media screen and (max-width: 1023px) {
  .header__nav__link {
    border-bottom: 1px solid #162D56;
  }
}
.header__lang__link {
  color: #162D56;
  border: 1px solid #162D56;
}
.header__hamburger span {
  background: #162D56;
}
@media screen and (max-width: 1023px) {
  .header__right {
    background: rgba(255, 255, 255, 0.85);
  }
}

/* ----------------------------------------
	mv
---------------------------------------- */
.mv {
  padding: 80px 0 36px;
  background: linear-gradient(-45deg, #ADD5DC 0%, #C1D6E9 39%, #CEC7DE 100%);
}
@media screen and (min-width: 640px) {
  .mv {
    padding: 90px 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    padding: 90px 0 0;
  }
}
.mv .inner {
  max-width: 900px;
}
@media screen and (min-width: 1280px) {
  .mv .inner {
    max-width: 1100px;
  }
}
.mv__inner {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mv__body {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .mv__body {
    text-align: left;
    padding-top: 25px;
  }
}
.mv__txt {
  color: #162D56;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .mv__txt {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .mv__txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .mv__txt {
    font-size: 3.2rem;
  }
}
.mv__ttl {
  color: #162D56;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.05;
}
@media screen and (min-width: 640px) {
  .mv__ttl {
    font-size: 5.2rem;
    line-height: 1.1;
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv__ttl {
    font-size: 6rem;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .mv__ttl {
    font-size: 7.5rem;
  }
}
.mv .btn {
  margin: 335px auto 0;
}
@media screen and (min-width: 640px) {
  .mv .btn {
    margin: 430px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv .btn {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .mv .btn {
    margin: 60px 0 0;
  }
}
.mv__img {
  width: 276px;
}
@media screen and (max-width: 1023px) {
  .mv__img {
    position: absolute;
    top: 27.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 640px) {
  .mv__img {
    width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__img {
    max-width: 686px;
    width: 48%;
    height: 440px;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 1280px) {
  .mv__img {
    height: 510px;
  }
}
.mv__img img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------
	about
---------------------------------------- */
.about__figure {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .about__figure {
    margin-top: 80px;
  }
}

/* ----------------------------------------
	solution
---------------------------------------- */
.solution {
  position: relative;
  background: #D8EBED;
  padding-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .solution {
    padding-bottom: 0;
  }
}
.solution::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #D8EBED transparent transparent transparent;
  border-width: 70px 390px 0px 390px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .solution::after {
    border-width: 160px 960px 0px 960px;
  }
}
.solution__list {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .solution__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
}
.solution__item {
  max-width: 480px;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 22px;
}
@media screen and (min-width: 640px) {
  .solution__item {
    padding: 30px;
    border-radius: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .solution__item {
    width: 32%;
    margin: 0;
  }
}
.solution__item__img {
  margin: 0px auto 10px;
  max-width: 233px;
  width: 85%;
}
@media screen and (min-width: 640px) {
  .solution__item__img {
    max-width: 335px;
    width: 56%;
    margin: 5px auto 20px;
  }
}
@media screen and (min-width: 1024px) {
  .solution__item__img {
    width: 85%;
  }
}
.solution__item__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 640px) {
  .solution__item__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .solution__item__txt {
    font-size: 2rem;
  }
}
.solution__item__txt::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #349AA6 transparent transparent transparent;
  border-width: 22px 15.5px 0px 15.5px;
}
@media screen and (min-width: 1024px) {
  .solution__item__txt::after {
    bottom: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .solution__item__txt::after {
    border-width: 29px 20.5px 0px 20.5px;
  }
}
.solution__item__ttl {
  text-align: center;
  color: #162D56;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 50px 0 0;
}
@media screen and (min-width: 640px) {
  .solution__item__ttl {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .solution__item__ttl {
    margin: 70px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .solution__item__ttl {
    font-size: 2.4rem;
  }
}

/* ----------------------------------------
	achieved
---------------------------------------- */
.achieved {
  padding: 70px 0 30px;
}
@media screen and (min-width: 640px) {
  .achieved {
    padding: 100px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .achieved {
    padding: 220px 0 70px;
  }
}
.achieved__list {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .achieved__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
}
.achieved__item {
  max-width: 480px;
  border-radius: 5px;
  border: 4px solid #A3D7DE;
  padding: 22px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 640px) {
  .achieved__item {
    border: 5px solid #A3D7DE;
    border-radius: 7px;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .achieved__item {
    width: 32%;
    margin: 0;
  }
}
.achieved__item__img {
  margin: 0px auto 15px;
  max-width: 234px;
  width: 88%;
}
@media screen and (min-width: 640px) {
  .achieved__item__img {
    margin: 10px auto 24px;
    max-width: 334px;
    width: 58%;
  }
}
@media screen and (min-width: 1024px) {
  .achieved__item__img {
    width: 100%;
  }
}
.achieved__item__ttl {
  color: #162D56;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .achieved__item__ttl {
    min-height: 66px;
  }
}
@media screen and (min-width: 1280px) {
  .achieved__item__ttl {
    font-size: 2.2rem;
  }
}
.achieved__item__txt {
  font-size: 1.4rem;
  line-height: 1.57;
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .achieved__item__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .achieved__item__txt {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
	feature
---------------------------------------- */
.feature__list {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .feature__list {
    margin-top: 80px;
  }
}
@media screen and (min-width: 640px) {
  .feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .feature__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .feature__item:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 639px) {
  .feature__item:nth-child(2) .feature__item__img {
    width: 65%;
  }
}
@media screen and (min-width: 640px) {
  .feature__item:nth-child(2) .feature__item__img {
    max-width: 532px;
  }
}
.feature__item__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .feature__item__body {
    max-width: 720px;
    width: 48%;
  }
}
.feature__item__ttl {
  color: #162D56;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .feature__item__ttl {
    text-align: left;
    font-size: 2.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .feature__item__ttl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item__ttl {
    font-size: 3.6rem;
  }
}
.feature__item__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .feature__item__txt {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .feature__item__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item__txt {
    font-size: 2rem;
  }
}
.feature__item__img {
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .feature__item__img {
    max-width: 720px;
    width: 48%;
    margin: 0;
  }
}

/* ----------------------------------------
	point
---------------------------------------- */
@media screen and (max-width: 639px) {
  .point {
    padding-top: 10px;
  }
}
.point__mh {
  text-align: center;
  color: #162D56;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.38;
}
@media screen and (min-width: 640px) {
  .point__mh {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .point__mh {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .point__mh {
    font-size: 4rem;
  }
}
.point__list {
  margin: 25px 0 0;
}
@media screen and (min-width: 640px) {
  .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .point__list {
    margin: 80px 0 0;
  }
}
.point__item {
  border-radius: 5px;
  border: 4px solid #A3D7DE;
  margin-bottom: 20px;
  padding: 22px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .point__item {
    max-width: 480px;
    width: 48%;
    border-radius: 7px;
    border: 5px solid #A3D7DE;
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .point__item {
    width: 32%;
  }
}
.point__item:nth-child(1) .point__item__ttl, .point__item:nth-child(4) .point__item__ttl, .point__item:nth-child(5) .point__item__ttl {
  padding: 10px 0;
}
.point__item__img {
  max-width: 105px;
  width: 40%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 639px) {
  .point__item__img {
    position: absolute;
    width: 55px;
    top: 20px;
    left: 20px;
    margin: 0;
  }
}
.point__item__ttl {
  color: #162D56;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  .point__item__ttl {
    margin-left: 68px;
    min-height: 54px;
  }
}
@media screen and (min-width: 640px) {
  .point__item__ttl {
    text-align: center;
    font-size: 2rem;
    min-height: 60px;
  }
}
.point__item__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .point__item__txt {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .point__item__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .point .note {
    margin-top: 30px;
  }
}

/* ----------------------------------------
	fee
---------------------------------------- */
.fee {
  padding: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .fee {
    padding: 50px 0;
  }
}

/* ----------------------------------------
	flow
---------------------------------------- */
@media screen and (max-width: 639px) {
  .flow {
    padding: 100px 0 30px;
  }
}
.flow__list {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .flow__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 80px;
  }
}
.flow__item {
  border-radius: 7px;
  border: 5px solid #A3D7DE;
  position: relative;
  padding: 40px 16px 16px;
  margin: 0 0 60px;
}
@media screen and (max-width: 639px) {
  .flow__item {
    border-width: 4px;
  }
}
@media screen and (min-width: 640px) {
  .flow__item {
    width: 31%;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .flow__item:not(:nth-child(3)) {
    margin-right: 3.5%;
  }
}
@media screen and (min-width: 1024px) {
  .flow__item {
    max-width: 233px;
    width: 18.5%;
    margin: 0;
  }
  .flow__item:not(:last-child) {
    margin-right: 1.875%;
  }
}
.flow__item:nth-child(1) .flow__item__img {
  max-width: 68px;
}
@media screen and (min-width: 640px) {
  .flow__item:nth-child(1) .flow__item__img {
    max-width: 92px;
  }
}
.flow__item:nth-child(2) .flow__item__img {
  max-width: 68px;
}
@media screen and (min-width: 640px) {
  .flow__item:nth-child(2) .flow__item__img {
    max-width: 92px;
  }
}
.flow__item:nth-child(3) {
  border-color: #8EBDDF;
}
.flow__item:nth-child(3)::after {
  border-color: transparent transparent transparent #8EBDDF;
}
@media screen and (max-width: 639px) {
  .flow__item:nth-child(3)::after {
    border-color: #8EBDDF transparent transparent transparent;
  }
}
.flow__item:nth-child(3) .flow__item__cat {
  color: #4E8CC0;
}
.flow__item:nth-child(3) .flow__item__img {
  max-width: 56px;
}
@media screen and (min-width: 640px) {
  .flow__item:nth-child(3) .flow__item__img {
    max-width: 63px;
  }
}
.flow__item:nth-child(4) {
  border-color: #8EBDDF;
}
.flow__item:nth-child(4)::after {
  border-color: transparent transparent transparent #8EBDDF;
}
@media screen and (max-width: 639px) {
  .flow__item:nth-child(4)::after {
    border-color: #8EBDDF transparent transparent transparent;
  }
}
.flow__item:nth-child(4) .flow__item__cat {
  color: #4E8CC0;
}
.flow__item:nth-child(4) .flow__item__img {
  max-width: 65px;
}
@media screen and (min-width: 640px) {
  .flow__item:nth-child(4) .flow__item__img {
    max-width: 76px;
  }
}
.flow__item:nth-child(5) {
  border-color: #E7A8C6;
}
@media screen and (max-width: 639px) {
  .flow__item:nth-child(5) {
    margin-bottom: 0;
  }
}
.flow__item:nth-child(5)::after {
  display: none;
}
.flow__item:nth-child(5) .flow__item__img {
  max-width: 62px;
}
@media screen and (min-width: 640px) {
  .flow__item:nth-child(5) .flow__item__img {
    max-width: 76px;
  }
}
.flow__item::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #A3D7DE;
  border-width: 13px 0px 13px 18px;
}
@media screen and (max-width: 639px) {
  .flow__item::after {
    border-color: #A3D7DE transparent transparent transparent;
    border-width: 18px 13px 0px 13px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flow__item__cat {
  font-size: 1.6rem;
  font-weight: 600;
  color: #5A9B9F;
  position: absolute;
  top: 8px;
  left: 16px;
}
@media screen and (min-width: 640px) {
  .flow__item__cat {
    font-size: 1.8rem;
  }
}
.flow__item__img {
  position: relative;
  margin: -35px auto 45px;
}
@media screen and (min-width: 640px) {
  .flow__item__img {
    height: 105px;
    margin: -22px auto 15px;
  }
}
.flow__item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flow__item__ttl {
  text-align: center;
  color: #162D56;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .flow__item__ttl {
    font-size: 2rem;
    min-height: 60px;
  }
}
.flow__item__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .flow__item__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .flow__item__txt {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
	faq
---------------------------------------- */
/* ----------------------------------------
  accordion
---------------------------------------- */
.accordion {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .accordion {
    margin-bottom: 54px;
    margin-top: 80px;
  }
}
.accordion__item {
  border: 3px solid #A3D7DE;
  border-radius: 5px;
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .accordion__item {
    margin-top: 30px;
    border: 5px solid #A3D7DE;
    border-radius: 7px;
  }
}
.accordion__trigger {
  color: #162D56;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.44;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 30px 15px 15px;
}
@media screen and (min-width: 640px) {
  .accordion__trigger {
    padding: 20px 56px 20px 32px;
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__trigger {
    font-size: 2.4rem;
  }
}
.accordion__trigger .icon {
  font-size: 3.2rem;
  font-weight: 600;
  color: #349AA6;
  line-height: 1;
  margin-right: 18px;
}
@media screen and (min-width: 640px) {
  .accordion__trigger .icon {
    font-size: 3.4rem;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .accordion__trigger .icon {
    font-size: 4rem;
    margin-right: 32px;
  }
}
.accordion__trigger .date {
  margin-right: 16px;
}
@media screen and (max-width: 639px) {
  .accordion__trigger .date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
            flex: 0 0 76px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 640px) {
  .accordion__trigger .date {
    margin-right: 32px;
  }
}
.accordion__trigger::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 16px;
  top: 45%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 640px) {
  .accordion__trigger::after {
    width: 12px;
    height: 12px;
    right: 35px;
  }
}
.accordion__trigger.is-active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 12px;
}
@media screen and (min-width: 640px) {
  .accordion__trigger.is-active::after {
    right: 31px;
  }
}
.accordion__panel {
  display: none;
  padding: 0 22px 22px;
}
@media screen and (min-width: 640px) {
  .accordion__panel {
    padding: 0 32px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .accordion__panel {
    padding: 0 85px 24px;
  }
}
.accordion__text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .accordion__text {
    font-size: 1.6rem;
    margin-left: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .accordion__text {
    margin-left: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__text {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
	news
---------------------------------------- */
.news {
  padding: 0 0 100px;
}
@media screen and (min-width: 640px) {
  .news {
    padding: 0 0 200px;
  }
}
.news .contentWrap {
  border-top: 4px solid #A3D7DE;
}
.news .accordion {
  margin: 24px 0 0;
}
@media screen and (min-width: 640px) {
  .news .accordion {
    margin: 38px 0 0;
  }
}
.news .accordion__item {
  border: 0;
  margin-top: 0;
  border-radius: 0;
  border-bottom: 2px solid #A3D7DE;
}
.news .accordion__trigger {
  padding: 20px 35px 20px 0;
}
@media screen and (min-width: 640px) {
  .news .accordion__trigger {
    padding: 32px 56px 32px 32px;
  }
}
.news .accordion__panel {
  padding: 0px 32px 24px;
}
.news .accordion__text {
  margin-left: 60px;
}
@media screen and (min-width: 640px) {
  .news .accordion__text {
    margin-left: 136px;
  }
}
@media screen and (min-width: 1280px) {
  .news .accordion__text {
    margin-left: 156px;
  }
}

/* ----------------------------------------
	contact
---------------------------------------- */
.contact {
  background: #D8EBED;
  padding: 30px 0 35px;
}
@media screen and (min-width: 640px) {
  .contact {
    padding: 80px 0;
  }
}
.contact__ttl {
  text-align: center;
  color: #162D56;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .contact__ttl {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact__ttl {
    font-size: 5.2rem;
  }
}
.contact__btn {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .contact__btn {
    margin-top: 60px;
  }
}

/* ----------------------------------------
	en サイト
---------------------------------------- */
@media screen and (min-width: 640px) {
  .pageEn .mv__txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .pageEn .flow__item {
    padding: 60px 16px 16px;
  }
}
/*# sourceMappingURL=fanmarketingpf-top.css.map */