@charset "UTF-8";
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

body {
  width: 100%;
}

body.is-fixed {
  position: fixed;
}

.c-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .c-header {
    text-align: left;
  }
}

.c-header__logo {
  width: 80px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .c-header__logo {
    width: 50px;
  }
}

.c-header__logo a {
  display: block;
}

.c-footer {
  text-align: left;
  background: #565656;
  width: 39%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .c-footer {
    width: 100%;
  }
}

.c-footer__inner {
  max-width: 454px;
  margin: 0 auto;
  padding: 28px 20px;
}

@media screen and (max-width: 1024px) {
  .c-footer__inner {
    max-width: 100%;
  }
}

.c-footer__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 20px;
}

.c-footer__ttl a {
  color: inherit;
}

.c-footer__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}

.c-footer__txt + .c-footer__txt {
  margin: 20px 0 0;
}

.c-footer__txt a {
  color: inherit;
}

.c-footer__txt a span {
  color: #F99149;
}

.c-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ffffff;
  margin: 50px 0 0;
}

.content {
  width: 39%;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 171px 3% 0;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
    padding: 0;
    max-width: 100% !important;
  }
}

.content__wrap {
  width: 100%;
  max-width: 454px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .content__wrap {
    max-width: 100%;
  }
}

.content__main {
  width: 100%;
  max-width: 454px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .content__main {
    max-width: 100%;
  }
}

.content__bg {
  position: relative;
}

.content__bg::before {
  content: "";
  width: 200vw;
  height: 200px;
  background: #fff;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
          transform: translate(-50%, 0) rotate(-15deg);
}

@media screen and (max-width: 1024px) {
  .content__bg::before {
    height: 100vw;
    min-height: 200px;
    top: auto;
    bottom: 97.5%;
  }
}

@media screen and (max-width: 780px) {
  .content__bg::before {
    bottom: 96.4%;
  }
}

.content__bg::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  background: #ecf4ff;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .content__bg::after {
    left: 0;
  }
}

.content__over {
  width: 100%;
  overflow: hidden;
}

.wrap {
  padding: 0 20px;
}

.c-navi {
  width: 39%;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .c-navi {
    width: 100%;
    padding: 0;
  }
}

.c-navi__inner {
  max-width: 454px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .c-navi__inner {
    max-width: 100%;
  }
}

.c-navi.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.c-navi__item {
  width: 50%;
  text-align: center;
  background: #e1e1e1;
}

.c-navi__item.is-active {
  background: #565656;
}

.c-navi__item.is-active .c-navi__txt {
  color: #fff;
}

.c-navi__txt {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #565656;
  padding: 4.5px 5px;
}

.c-mainvisual {
  width: 61%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .c-mainvisual {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .c-mainvisual__ttl {
    position: absolute;
    top: 0;
    height: 100%;
    right: 20px;
    z-index: 3;
    width: 10.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .c-mainvisual__ttl span {
    font-size: 8rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 1.3vw;
    -webkit-animation: opacity1 0.3s forwards 1.5s;
            animation: opacity1 0.3s forwards 1.5s;
    opacity: 0;
    display: block;
  }
}

@media screen and (max-width: 942px) {
  .c-mainvisual__ttl span {
    font-size: 8.3vw;
  }
}

.c-mainvisual__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-mainvisual__list.open-popup1 .c-mainvisual__item:nth-child(1)::before {
  content: "";
}

.c-mainvisual__list.open-popup1 .c-mainvisual__item:nth-child(4)::before {
  content: "";
}

.c-mainvisual__list.open-popup1 .c-mainvisual__item:nth-child(5)::before {
  content: "";
}

.c-mainvisual__list.open-popup2 .c-mainvisual__item:nth-child(2)::before {
  content: "";
}

.c-mainvisual__list.open-popup2 .c-mainvisual__item:nth-child(3)::before {
  content: "";
}

.c-mainvisual__list.open-popup4 .c-mainvisual__item:nth-child(2)::before {
  content: "";
}

.c-mainvisual__list.open-popup4 .c-mainvisual__item:nth-child(3)::before {
  content: "";
}

.c-mainvisual__list.open-popup5 .c-mainvisual__item:nth-child(6)::before {
  content: "";
}

.c-mainvisual__item {
  width: 50%;
  height: calc(100vh / 3);
  position: relative;
}

.c-mainvisual__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(1) translate3d(0, 0, 0);
          transform: scaleY(1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation: mainvisual 0.6s forwards;
          animation: mainvisual 0.6s forwards;
}

.c-mainvisual__item::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.c-mainvisual__item:nth-child(2)::after {
  -webkit-animation: mainvisual 0.6s forwards 0.13s;
          animation: mainvisual 0.6s forwards 0.13s;
}

.c-mainvisual__item:nth-child(3)::after {
  -webkit-animation: mainvisual 0.6s forwards 0.26s;
          animation: mainvisual 0.6s forwards 0.26s;
}

.c-mainvisual__item:nth-child(4)::after {
  -webkit-animation: mainvisual 0.6s forwards 0.39s;
          animation: mainvisual 0.6s forwards 0.39s;
}

.c-mainvisual__item:nth-child(5)::after {
  -webkit-animation: mainvisual 0.6s forwards 0.52s;
          animation: mainvisual 0.6s forwards 0.52s;
}

.c-mainvisual__item:nth-child(6)::after {
  -webkit-animation: mainvisual 0.6s forwards 0.65s;
          animation: mainvisual 0.6s forwards 0.65s;
}

.c-mainvisual__item.active::before {
  content: "";
}

.c-mainvisual__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-mainvisual__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 220ms;
  transition: opacity 220ms;
}

.c-mainvisual__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-mainvisual1 {
  position: relative;
  width: 100%;
  height: 61.5vw;
  min-height: 230px;
}

.c-mainvisual1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1) translate3d(0, 0, 0);
          transform: scaleX(1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation: mainvisual2 0.5s forwards 0.6s;
          animation: mainvisual2 0.5s forwards 0.6s;
}

.c-mainvisual1__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-mainvisual1__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
          transform: scale(1.2) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-mainvisual1__item.wipeCurrentSlide img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
}

.c-mainvisual1.style1::after {
  -webkit-animation: mainvisual2 0.5s forwards 0.8s;
          animation: mainvisual2 0.5s forwards 0.8s;
}

@-webkit-keyframes mainvisual {
  0% {
    -webkit-transform: scaleY(1) translate3d(0, 0, 0);
            transform: scaleY(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scaleY(0) translate3d(0, 0, 0);
            transform: scaleY(0) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mainvisual2 {
  0% {
    -webkit-transform: scaleX(1) translate3d(0, 0, 0);
            transform: scaleX(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scaleX(0) translate3d(0, 0, 0);
            transform: scaleX(0) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------------------------------------
	コンポーネント
------------------------------------------------------------*/
.c-mv {
  padding: 0 0 115px;
}

@media screen and (max-width: 1024px) {
  .c-mv {
    padding: 67px 20px 115px;
  }
}

.c-mv__ttl {
  font-size: 6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #3360a8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 12.5px;
  margin-bottom: 96px;
}

@media screen and (max-width: 1440px) {
  .c-mv__ttl {
    font-size: 4.2vw;
    letter-spacing: 5px;
  }
}

.c-mv__txt {
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #565656;
  font-weight: 500;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1024px) {
  .c-mv__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c-mv__txt + .c-mv__txt {
  margin: 37px 0 0;
}

@media screen and (max-width: 1024px) {
  .c-mv__txt + .c-mv__txt {
    margin: 32px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .c-mv__inner {
    padding: 0 0 0 17px;
  }
}

.c-scroll {
  height: 130px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #565656;
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  .c-scroll {
    display: none;
  }
}

.c-scroll__wrapper {
  width: 46px;
  height: 100px;
  border-left: 1px solid #707070;
  position: relative;
  margin: 0 auto;
  -webkit-animation: scrollStretch 1s ease-in-out infinite alternate;
          animation: scrollStretch 1s ease-in-out infinite alternate;
  display: block;
  color: #565656;
}

.c-scroll__wrapper span {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 40px;
  right: 0;
}

.c-scroll__wrapper::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  bottom: -8px;
  left: -8px;
  background: url("../images/index/polygon.svg") no-repeat center bottom/contain;
}

@-webkit-keyframes scrollStretch {
  0% {
    height: 100px;
  }
  100%,
  75% {
    height: 130px;
  }
}

@keyframes scrollStretch {
  0% {
    height: 100px;
  }
  100%,
  75% {
    height: 130px;
  }
}

.c-btn1 {
  max-width: 100%;
  width: 335px;
}

.c-btn1__txt {
  display: block;
  text-align: center;
  background: linear-gradient(45deg, #fee438 0%, #f67453 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  font-size: 1.6rem;
  color: #f99149;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1024px) {
  .c-btn1__txt:hover {
    color: #f99149 !important;
  }
}

.c-btn1__txt span {
  display: block;
  background: #fff;
  padding: 6.5px;
}

.c-title1 {
  font-size: 2.8rem;
  line-height: 1.3;
  color: #565656;
  font-weight: bold;
}

.c-title1--center {
  text-align: center;
}

.c-title2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: #565656;
  font-weight: 500;
  position: relative;
}

.c-title2::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #565656;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.c-text1 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #565656;
}

.c-text2 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.65;
  color: #565656;
}

.c-text3 {
  font-size: 1.6rem;
  line-height: 2;
  color: #565656;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.c-block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-block1__info {
  width: 49%;
}

.c-block1__txt {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #565656;
}

.c-block1__action {
  width: 49%;
}

.c-block1__action .c-btn1:not(:last-child) {
  margin: 0 0 20px;
}

.c-popup1__item:not(:last-child) {
  margin-bottom: 45px;
}

.c-popup1__text1 {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  color: #565656;
  padding: 0 20px;
  margin-bottom: 10px;
}

.c-popup1__text1 span {
  font-size: 1.6rem;
}

.c-popup1__text2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.7px;
  color: #565656;
}

.c-popup1__img1 {
  cursor: pointer;
  position: relative;
}

.c-popup1__img1 img {
  width: 100%;
}

.c-popup1__img2 img {
  width: 100%;
}

.c-popup1__ttl {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  color: #565656;
  text-align: center;
  margin-bottom: 12px;
}

.c-popup1__txt {
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-popup1__txt__cont {
  border: 1px solid #707070;
  padding: 10px 12px 53px;
}

.c-popup1__popup {
  position: fixed;
  right: 0;
  top: 0;
  overflow: scroll;
  height: 100%;
  width: 39%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 99;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .c-popup1__popup {
    width: 100%;
  }
}

.c-popup1__popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 999999;
}

.c-popup1__wrap {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-popup1__container {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 40px auto;
  text-align: left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-popup1__close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 40px;
  height: 40px;
  background-color: #565656;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
}

.c-popup1__close::before, .c-popup1__close::after {
  content: "";
  position: absolute;
  top: 19px;
  width: 26px;
  height: 3px;
  background-color: #fff;
}

.c-popup1__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}

.c-popup1__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
}

.c-popup1__block {
  width: 100%;
}

.c-popup1 .c-btn1 {
  max-width: calc(100% - 60px);
  margin: -25px auto 0;
}

.c-popup1 .c-text1 {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 4px #000;
}

.c-slide1__item img {
  width: 100%;
}

.c-slide1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.c-slide2 {
  padding: 0 20px;
}

.c-slide2__item {
  background: #fff;
  border: 1px solid #565656;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 14px 24px;
}

.c-slide2__ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  color: #565656;
  font-weight: 500;
}

.c-slide2__img {
  margin: 28px 0 0;
}

.c-slide2__img img {
  width: 100%;
}

.c-slide2__txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #565656;
  font-weight: 500;
  margin: 22px 0 0;
}

.c-slide2 .swiper-button-next,
.c-slide2 .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #565656;
  margin: -17px 0 0;
}

.c-slide2 .swiper-button-next::after,
.c-slide2 .swiper-button-prev::after {
  content: "";
  width: 13px;
  height: 15px;
}

.c-slide2 .swiper-button-prev {
  left: 5px;
}

.c-slide2 .swiper-button-prev::after {
  background: url("../images/common/icon-prev.svg") no-repeat center;
}

.c-slide2 .swiper-button-next {
  right: 5px;
}

.c-slide2 .swiper-button-next::after {
  background: url("../images/common/icon-next.svg") no-repeat center;
}

.c-imgtext1__img {
  margin: 0 0 20px;
}

.c-imgtext1__img img {
  width: 100%;
}

.c-imgtext1__info {
  margin: 71px 0 0;
  padding: 0 20px 0 28px;
}

.c-imgtext1__txt {
  font-size: 1.5rem;
  line-height: 2.15;
  color: #565656;
  font-weight: bold;
}

.c-imgtext1__txt + .c-imgtext1__txt {
  margin: 31px 0 0;
}

.c-list1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-list1__item:not(:last-child) {
  margin: 0 0 12.5px;
}

.c-list1__img {
  width: 78px;
  margin: 0;
}

.c-list1__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 18px;
}

.c-list1__txt {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #565656;
}

.c-list2__item {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #565656;
  letter-spacing: 0.8px;
  position: relative;
  padding: 0 0 0 20px;
}

.c-list2__item::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #565656;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 10px;
}
.c-list2__item.none::before {
  width: 0;
}

.c-list2__item:not(:last-child) {
  margin: 0 0 2px;
}

.c-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-list3__item {
  font-size: 1.4rem;
  line-height: 2;
  color: #565656;
  position: relative;
  padding: 0 0 0 8px;
  margin: 0 7px 0 0;
}

.c-list3__item::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #565656;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}

.c-box1 {
  background: #fff;
  border: 1px solid #565656;
  padding: 31px 20px 29px 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-box1__note {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #565656;
}

.c-box2 {
  background: #fff;
  border: 1px solid #565656;
  padding: 29px 30px 26px;
  width: 100%;
  max-width: 335px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.c-box2 .c-btn1 {
  width: 240px;
  margin: 26px auto 0;
}

.c-box3 {
  background: #fff;
  border: 1px solid #565656;
  padding: 19px 10px 29px 21px;
}

.c-box3__ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  color: #565656;
  font-weight: 500;
  padding-right: 11px;
}

.c-box3__note {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #565656;
  margin: 10px 0 0;
}

.c-box3__note + .c-box3__note {
  margin: 0;
}

.c-box3 .c-list3 {
  margin: 13px 0 0;
}

/*------------------------------------------------------------
	index zuiho sp
------------------------------------------------------------*/
.p-top1 {
  position: relative;
  padding: 122px 0 123px;
  z-index: 3;
}

.p-top1::before {
  content: "";
  width: 110vw;
  height: 2px;
  background: #565656;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
          transform: translate(-50%, 0) rotate(-15deg);
}

@media screen and (max-width: 1024px) {
  .p-top1::before {
    -webkit-transform: translate(-50%, 0) rotate(-12deg);
            transform: translate(-50%, 0) rotate(-12deg);
  }
}

@media screen and (max-width: 768px) {
  .p-top1::before {
    -webkit-transform: translate(-50%, 0) rotate(-15deg);
            transform: translate(-50%, 0) rotate(-15deg);
  }
}

.p-top1 .c-title1 {
  margin: 0 0 50px;
}

.p-top2 {
  position: relative;
  padding: 122px 0 0;
  z-index: 3;
}

.p-top2::before {
  content: "";
  width: 110vw;
  height: 2px;
  background: #565656;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
          transform: translate(-50%, 0) rotate(-15deg);
}

@media screen and (max-width: 1024px) {
  .p-top2::before {
    -webkit-transform: translate(-50%, 0) rotate(-12deg);
            transform: translate(-50%, 0) rotate(-12deg);
  }
}

@media screen and (max-width: 768px) {
  .p-top2::before {
    -webkit-transform: translate(-50%, 0) rotate(-15deg);
            transform: translate(-50%, 0) rotate(-15deg);
  }
}

.p-top2 .c-text1 {
  margin: 13px 0 0;
}

.p-top2 .c-title2 {
  margin: 0 0 22px;
}

.p-top2__box + .p-top2__box {
  margin: 40px 0 0;
}

.p-top2 .c-popup1 {
  margin: 44px 0 40px;
}

.p-top2 .c-box1 {
  margin: 25px auto 0;
  width: 100%;
  max-width: 335px;
}

.p-top2 .c-slide1 {
  margin: 110px 0 0;
}

.p-top3 {
  margin: 74px 0 0;
  padding: 173px 0 106px;
  position: relative;
  overflow: hidden;
}

.p-top3::before {
  content: none;
  width: 200vw;
  height: 200px;
  background: #fff;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
          transform: translate(-50%, 0) rotate(-15deg);
}

.p-top3 .c-title1 {
  position: relative;
  z-index: 2;
  margin: 0 0 37px;
}

.p-top3 .c-imgtext1 {
  position: relative;
  z-index: 2;
  margin: 0 0 64px;
}

.p-top3 .c-title2 {
  margin: 0 0 16px;
}

.p-top3__box {
  margin: 40px 0 0;
}

.p-top3 .c-text2 {
  margin: 19px 0 0;
}

.p-top3 .c-box3 {
  margin: 18px 0 0;
}

.p-top3 .c-btn1 {
  width: 240px;
  margin: 50px auto 0;
}

.p-top4 {
  position: relative;
  padding: 122px 0 133px;
}

@media screen and (max-width: 1024px) {
  .p-top4 {
    background: #ecf4ff;
  }
}

.p-top4::before {
  content: "";
  width: 110vw;
  height: 2px;
  background: #565656;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
          transform: translate(-50%, 0) rotate(-15deg);
}

@media screen and (max-width: 1024px) {
  .p-top4::before {
    -webkit-transform: translate(-50%, 0) rotate(-12deg);
            transform: translate(-50%, 0) rotate(-12deg);
  }
}

@media screen and (max-width: 768px) {
  .p-top4::before {
    -webkit-transform: translate(-50%, 0) rotate(-15deg);
            transform: translate(-50%, 0) rotate(-15deg);
  }
}

.p-top4 .c-text1 {
  margin: 12px 0 0;
}

.p-top4 .c-popup1 {
  margin: 45px 0 0;
}

.p-top5 {
  position: relative;
  padding: 122px 0 73px;
}

@media screen and (max-width: 1024px) {
  .p-top5 {
    background: #ecf4ff;
  }
}

.p-top5::before {
  content: "";
  width: 110vw;
  height: 2px;
  background: #565656;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
          transform: translate(-50%, 0) rotate(-15deg);
}

@media screen and (max-width: 1024px) {
  .p-top5::before {
    -webkit-transform: translate(-50%, 0) rotate(-12deg);
            transform: translate(-50%, 0) rotate(-12deg);
  }
}

@media screen and (max-width: 768px) {
  .p-top5::before {
    -webkit-transform: translate(-50%, 0) rotate(-15deg);
            transform: translate(-50%, 0) rotate(-15deg);
  }
}

.p-top5 .c-title1 {
  margin: 0 0 50px;
}

.p-top5 .c-slide1 {
  margin: 139px 0 0;
}

.p-top5__box {
  margin: 94px 0 0;
}

.p-top5__box .c-text3 {
  padding: 0 0 0 20px;
}

.p-top5__box .c-btn1 {
  margin: 68px 0 0;
  width: 100%;
}
/*# sourceMappingURL=index.css.map */