@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

:root {
  --base: #009261;
  --main: #1446b4;
  --white: #fff;
  --black: #000;
  --width: 1440;
}
@media only screen and (max-width: 768px) {
  :root {
    --width: 375;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
body {
  color: #000;
  position: relative;
  overflow-y: hidden !important;
}

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

a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

picture {
  display: block;
  width: 100%;
}
picture img {
  width: 100%;
}

.trigger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slideTrain,
.slideUpTrain {
  opacity: 0;
}

.bg {
  position: relative;
  background-color: #fefafa;
  background-image: url(../images/bg01.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 60px;
}
@media only screen and (max-width: 768px) {
  .bg {
    background-image: url(../images/bg01_sp.png);
    background-size: 100% auto;
    padding: 60px 0 30px;
  }
}
.bg h3.sec_title {
  width: 82%;
  max-width: 383px;
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  .bg h3.sec_title {
    max-width: 272px;
    margin: 20px auto 30px;
  }
}
.bg .bg_inner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bg .bg_inner {
    background-image: url(../images/point_bg.svg);
    background-size: 132%;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.bg .bg_inner .img {
  display: block;
}
.bg .bg_inner .img.left {
  position: absolute;
  width: 38.2%;
  top: 30%;
  left: -6%;
}
@media only screen and (max-width: 768px) {
  .bg .bg_inner .img.left {
    position: static;
    width: 86%;
    margin: 0 auto 20px 0;
  }
}
.bg .bg_inner .img.right {
  position: absolute;
  width: 35%;
  top: 5%;
  right: -2%;
}
@media only screen and (max-width: 768px) {
  .bg .bg_inner .img.right {
    position: static;
    width: 63%;
    margin: 0 0 0 auto;
  }
}
.bg .bg_inner .img.last {
  width: 48%;
  margin: 25px auto 0;
  position: static;
}
@media only screen and (max-width: 768px) {
  .bg .bg_inner .img.last {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.bg .bg_inner .btn {
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .bg .bg_inner .btn {
    margin: 20px auto 0;
  }
}
.bg.bg02 {
  background-color: #f7fcfe;
  background-image: url(../images/bg02.png);
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .bg.bg02 {
    background-image: url(../images/bg02_sp.png);
    padding: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .bg.bg02 .bg_inner {
    background-image: url(../images/point_bg02.svg);
    background-size: 67.5%;
    background-position: top 48% right -110%;
    background-repeat: no-repeat;
  }
}
.bg.bg02 .container {
  background-color: #fff;
  padding: 30px 0 10px;
}
@media only screen and (max-width: 768px) {
  .bg.bg02 .container {
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
.bg.bg02 h3.sec_title {
  margin: 0 auto 30px;
}
.bg.bg02 .img {
  width: 90%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .bg.bg02 .img {
    width: 100%;
    margin: 0 auto;
  }
}
.bg.bg02 .img:nth-child(4) {
  width: 70%;
  margin-top: -5%;
}
@media only screen and (max-width: 768px) {
  .bg.bg02 .img:nth-child(4) {
    width: 90%;
    margin: 20px auto 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: overlay */
#overlay {
  display: none;
}
@media only screen and (max-width: 768px) {
  #overlay.active {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: main */
.main {
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main {
    margin-top: 48px;
  }
}

section {
  position: relative;
}

.container {
  margin: auto;
  max-width: 880px;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}

.sec .img {
  display: block;
}
.sec .note {
  font-size: clamp(12px, 1.25vw, 18px);
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .sec .note {
    text-align: left;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: main_visual */
.main_visual {
  position: relative;
}
.main_visual + .sec {
  position: relative;
  z-index: 1;
}
.main_visual + .sec .dot {
  width: 12px;
  margin: 60px auto -4%;
}
@media only screen and (max-width: 768px) {
  .main_visual + .sec .dot {
    width: 10px;
    margin: 30px auto -11.5%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: btn */
.btn {
  width: 84%;
  max-width: 408px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .btn {
    max-width: 315px;
    margin: 20px auto 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: secret */
.sec_secret {
  padding: 50px 0 80px;
}
@media only screen and (max-width: 768px) {
  .sec_secret {
    padding: 20px 0 40px;
  }
}
.sec_secret .container {
  background-color: #3a8dde;
  background-image: url(../images/secret_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 10px 0 30px;
}
@media only screen and (max-width: 768px) {
  .sec_secret .container {
    border-radius: 10px;
    padding-bottom: 10px;
    width: 80%;
  }
}
.sec_secret .img {
  margin: auto;
  width: 60%;
}
.sec_secret .img img {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
@media only screen and (max-width: 768px) {
  .sec_secret .img {
    width: 65%;
  }
  .sec_secret .img img {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}
.sec_secret .copy {
  color: #1b2d69;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 18px);
  max-width: 780px;
  margin: auto;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .sec_secret .copy {
    font-size: clamp(10px, 3.2vw, 12px);
    width: 80%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: cp */
.sec_cp .text {
  color: #754c24;
  font-size: clamp(16px, 1.8055555556vw, 26px);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sec_cp .text {
    margin-bottom: 25px;
  }
}
.sec_cp .point-text {
  width: 70%;
  margin: 0 auto 25px;
  color: #754c24;
  font-size: clamp(16px, 1.3194444444vw, 19px);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .sec_cp .point-text {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.sec_cp .point-text:nth-child(4) {
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .sec_cp .point-text:nth-child(4) {
    padding: 0;
  }
}
.sec_cp .kakaku-text {
  color: #754c24;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec_cp .kakaku-text {
    font-size: 16px;
  }
}
.sec_cp .kakaku-text span {
  font-size: clamp(18px, 1.9444444444vw, 28px);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec_cp .kakaku-text span {
    font-size: 28px;
  }
}
.sec_cp .kakaku-text .caption {
  font-size: clamp(13px, 0.9722222222vw, 14px);
}
.sec_cp ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 50px auto;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .sec_cp ul {
    gap: 20px;
    margin: 30px auto;
    width: 80%;
  }
}
.sec_cp .period {
  margin: 0 calc(50% - 50vw);
  padding: 20px 0 80px;
  position: relative;
  width: 100vw;
}
.sec_cp .period::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: -webkit-radial-gradient(#1b2d69 15%, transparent 20%, transparent 20%), -webkit-radial-gradient(#1b2d69 15%, transparent 20%, transparent 20%);
  background-image: radial-gradient(#1b2d69 15%, transparent 20%, transparent 20%), radial-gradient(#1b2d69 15%, transparent 20%, transparent 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  z-index: -1;
}
.sec_cp .period::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: -webkit-radial-gradient(#1b2d69 15%, transparent 20%, transparent 20%), -webkit-radial-gradient(#1b2d69 15%, transparent 20%, transparent 20%);
  background-image: radial-gradient(#1b2d69 15%, transparent 20%, transparent 20%), radial-gradient(#1b2d69 15%, transparent 20%, transparent 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  z-index: -1;
}
.sec_cp .period p {
  color: #1b2d69;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  margin-top: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec_cp .period {
    padding: 10px 0 40px;
  }
  .sec_cp .period::before, .sec_cp .period::after {
    height: 30px;
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: design */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: service */
#service-disney {
  background-color: #ffea52;
}

#service {
  background-color: #fcdfe0;
}

.sec_service {
  padding: 60px clamp(5%, 8.3333333333%, 120px) 50px;
}
@media only screen and (max-width: 768px) {
  .sec_service {
    padding: 30px 5%;
  }
}
.sec_service .container {
  background: #fff;
  border-radius: 30px;
  padding: 60px clamp(5%, 4.1666666667%, 60px);
}
@media only screen and (max-width: 768px) {
  .sec_service .container {
    border-radius: 15px;
    padding: 30px 5% 40px;
    width: 100%;
  }
}
.sec_service .title {
  border: 1px dashed var(--base);
  border-width: 2px 0;
  color: var(--base);
  font-size: clamp(21px, 30 / var(--width) * 100vw, 30px);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  padding: 20px 0;
}
.sec_service .title span {
  display: inline-block;
  font-size: clamp(24px, 35 / var(--width) * 100vw, 35px);
  padding-bottom: 0.3em;
  position: relative;
}
.sec_service .title span:before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.5em;
  width: 2px;
  height: 90%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  background: var(--base);
}
.sec_service .title span:after {
  position: absolute;
  content: "";
  top: 0;
  right: -0.5em;
  width: 2px;
  height: 90%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background: var(--base);
}
@media only screen and (max-width: 768px) {
  .sec_service .title {
    font-size: clamp(14px, 4vw, 21px);
  }
  .sec_service .title span {
    font-size: clamp(18px, 5.6vw, 21px);
  }
}
.sec_service .service_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .sec_service .service_list {
    gap: 40px;
  }
}
.sec_service .service_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .sec_service .service_bnr {
    gap: 20px;
  }
}
.sec_service .service_bnr .border {
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_service .button {
  display: block;
  max-width: 300px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .sec_service .button {
    margin: 10px auto 20px;
    width: 90%;
  }
}
.sec_service .disney {
  max-width: 780px;
  margin: 2em auto 0;
  width: 90%;
}
.sec_service .disney a {
  color: var(--base);
  position: relative;
  text-decoration: underline;
}
.sec_service .disney a:after {
  content: "";
  -webkit-filter: invert(42%) sepia(9%) saturate(5656%) hue-rotate(118deg) brightness(70%) contrast(101%);
          filter: invert(42%) sepia(9%) saturate(5656%) hue-rotate(118deg) brightness(70%) contrast(101%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../images/arrow.svg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .sec_service .disney {
    margin-top: 1em;
    width: 100%;
  }
  .sec_service .disney a {
    font-size: clamp(12px, 3.7333333333vw, 16px);
  }
  .sec_service .disney a:after {
    width: 12px;
    height: 12px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: pagetop_btn */
.pagetop_btn {
  position: relative;
}
.pagetop_btn .pagetop {
  display: block;
  padding: 20px;
  color: white;
  background: var(--base);
  border: 3px solid var(--base);
  bottom: 24px;
  right: 24px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.pagetop_btn .pagetop:hover {
  color: var(--base);
  background: white;
  border: 3px solid var(--base);
}
.pagetop_btn .pagetop.active {
  opacity: 1;
  visibility: visible;
}
.pagetop_btn .pagetop.absolute {
  position: absolute;
  top: -100px;
  bottom: auto;
}
.pagetop_btn .pagetop svg {
  fill: currentcolor;
}

@media only screen and (max-width: 768px) {
  .pagetop_btn .pagetop {
    right: 4%;
    padding: 0.8rem;
  }
  .pagetop_btn .pagetop.absolute {
    top: -90px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: footer */
footer {
  padding: 8px 20px 10px;
  background-color: var(--base);
  color: #fff;
  font-weight: 500;
  position: relative;
}
footer .container {
  display: grid;
  grid-template: auto auto/auto 264px;
}
footer .link {
  padding-top: 0.3rem;
  font-size: 12px;
  line-height: 1.4;
  margin-right: 1rem;
}
footer .link a {
  color: white;
  text-decoration: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  margin-right: 1rem;
}
footer .link span {
  color: white;
}
footer .banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 264px;
  height: 54px;
  color: #666;
  grid-area: 1/2/3/3;
}
footer .banner img {
  position: absolute;
}
footer .banner span.t {
  position: relative;
  padding: 0.4em 1em 0;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0;
}
footer .copyright {
  font-size: 10px;
  margin-top: 1rem;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  footer {
    padding-bottom: 20px;
    text-align: center;
  }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .link {
    margin: 0 auto;
  }
  footer .banner {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 8px;
  }
}/*# sourceMappingURL=style.css.map */