@charset "UTF-8";
/*
Theme Name: わぐまデザイン
Author: わぐまデザイン
Author URI: https://wagumadesign.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "hanatochocho";
  src: url("font/hanatochocho.ttf") format("truetype");
}
html.active {
  overflow: hidden;
}

body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body img {
  display: block;
  width: 100%;
  height: auto;
}
body a {
  text-decoration: none;
}
body li {
  list-style-type: none;
}

@keyframes label_float {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  45% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(-15px);
  }
  55% {
    opacity: 1;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
}
body .pc_only {
  display: block;
}
@media screen and (max-width: 750px) {
  body .pc_only {
    display: none;
  }
}
body .sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  body .sp_only {
    display: block;
  }
}
body main {
  padding-top: 86px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  body main {
    padding-top: 6.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  body main {
    padding-top: 15.4666666667vw;
  }
}
body main:has(#page-contact) + footer .contact_wrap {
  display: none;
}
body .scrollAction.fadein {
  transition-duration: 1s;
  opacity: 0;
  transform: translateY(50px);
  filter: blur(10px);
}
body .scrollAction.fadein.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
body .depth {
  will-change: transform;
  transform: translateY(var(--depth));
  transition-duration: 0.2s;
}
body .depth.translateX {
  transform: translateX(var(--depth));
}
body .depth.opacity {
  transform: none;
  opacity: var(--depth);
}
body .depth.scale {
  transform: scale(var(--depth));
}
body .depth.rotateX {
  transform: rotateX(var(--depth));
}
body .depth.rotateY {
  transform: rotateY(var(--depth));
}
body .depth.clip-pathX {
  transform: none;
  clip-path: inset(0 var(--depth) 0 0);
}
body .depth.clip-pathY {
  transform: none;
  clip-path: inset(0 0 var(--depth) 0);
}
body .js_fade {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 1s;
  filter: blur(10px);
}
body .js_fade.fadein {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 86px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  header {
    height: 6.935483871vw;
  }
}
@media screen and (max-width: 750px) {
  header {
    height: 15.4666666667vw;
  }
}
header .inner {
  width: 100%;
  padding: 10px 200px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  header .inner {
    padding: 0.8064516129vw 16.1290322581vw;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    justify-content: center;
    padding: 2.6666666667vw 0;
  }
}
header .inner .logo_wrap {
  width: 347px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  header .inner .logo_wrap {
    width: 27.9838709677vw;
  }
}
@media screen and (max-width: 750px) {
  header .inner .logo_wrap {
    width: 53.3333333333vw;
    position: relative;
    z-index: 10;
  }
}
header .inner nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
}
header .inner nav ul li a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #333333;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
header .inner nav ul li a span {
  color: #8b8b8b;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  header .inner nav ul {
    gap: 5.6451612903vw;
  }
  header .inner nav ul li a {
    gap: 0.2419354839vw;
    font-size: 1.2096774194vw;
  }
  header .inner nav ul li a span {
    font-size: 0.8870967742vw;
  }
}
@media screen and (max-width: 750px) {
  header .inner nav {
    padding-top: 34.1333333333vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    transition-duration: 0.5s;
    transform: translateY(-100%);
  }
  header .inner nav.open {
    transform: translateY(0);
  }
  header .inner nav ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 18.6666666667vw;
  }
  header .inner nav ul li a {
    gap: 0.8vw;
    font-size: 4.2666666667vw;
  }
  header .inner nav ul li a span {
    font-size: 2.9333333333vw;
  }
}
header .inner .sp_menu {
  display: none;
}
@media screen and (max-width: 750px) {
  header .inner .sp_menu {
    display: block;
    width: 8vw;
    height: 7.4666666667vw;
    position: absolute;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    z-index: 10;
  }
  header .inner .sp_menu .lines {
    width: 100%;
    height: 3.2vw;
    position: relative;
    margin-bottom: 1.8666666667vw;
  }
  header .inner .sp_menu .lines span {
    display: block;
    width: 100%;
    height: 0;
    border-top: 2px solid #333333;
    position: absolute;
    left: 50%;
    transition-duration: 0.5s;
    transform: translate(-50%, -50%);
  }
  header .inner .sp_menu .lines span:nth-child(1) {
    top: 0;
  }
  header .inner .sp_menu .lines span:nth-child(2) {
    bottom: 0;
  }
  header .inner .sp_menu > span {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
header .inner .sp_menu.open .lines span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(210deg);
}
header .inner .sp_menu.open .lines span:nth-child(2) {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-210deg);
}

footer div.contact_wrap {
  padding: 75px 20px 78px;
  background: #e0f4f4;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  footer div.contact_wrap {
    padding: 6.0483870968vw 1.6129032258vw 6.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  footer div.contact_wrap {
    padding: 16vw 7.2vw 13.3333333333vw;
  }
}
footer div.contact_wrap h2.contact_ttl {
  text-align: center;
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  footer div.contact_wrap h2.contact_ttl {
    font-size: 2.6612903226vw;
    margin-bottom: 3.2258064516vw;
  }
}
@media screen and (max-width: 750px) {
  footer div.contact_wrap h2.contact_ttl {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
}
footer div.contact_wrap p.txt {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-bottom: 45px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  footer div.contact_wrap p.txt {
    font-size: 1.2096774194vw;
    margin-bottom: 3.6290322581vw;
  }
}
@media screen and (max-width: 750px) {
  footer div.contact_wrap p.txt {
    text-align: left;
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 8vw;
  }
}
footer div.contact_wrap div.contact_btn {
  width: 265px;
  height: 65px;
  margin: 0 auto;
}
footer div.contact_wrap div.contact_btn > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5d9cb6;
  color: #ffffff;
  border-radius: 33px;
  transition-duration: 0.3s;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 700;
}
footer div.contact_wrap div.contact_btn > a:hover {
  background: #d5ddde;
  color: #5d9cb6;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  footer div.contact_wrap div.contact_btn {
    width: 21.3709677419vw;
    height: 5.2419354839vw;
  }
  footer div.contact_wrap div.contact_btn > a {
    border-radius: 2.6612903226vw;
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  footer div.contact_wrap div.contact_btn {
    width: 61.3333333333vw;
    height: 13.3333333333vw;
  }
  footer div.contact_wrap div.contact_btn > a {
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
footer div.f_nav_wrap {
  padding: 65px 20px 30px;
  background: #b8eef5;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  footer div.f_nav_wrap {
    padding: 5.2419354839vw 1.6129032258vw 2.4193548387vw;
  }
}
@media screen and (max-width: 750px) {
  footer div.f_nav_wrap {
    padding: 16vw 14.4vw 10.6666666667vw;
  }
}
footer div.f_nav_wrap nav {
  margin-bottom: 75px;
}
footer div.f_nav_wrap nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
footer div.f_nav_wrap nav ul li a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #333333;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
footer div.f_nav_wrap nav ul li a span {
  color: #8b8b8b;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  footer div.f_nav_wrap nav {
    margin-bottom: 6.0483870968vw;
  }
  footer div.f_nav_wrap nav ul {
    gap: 5.6451612903vw;
  }
  footer div.f_nav_wrap nav ul li a {
    gap: 0.2419354839vw;
    font-size: 1.2096774194vw;
  }
  footer div.f_nav_wrap nav ul li a span {
    font-size: 0.8870967742vw;
  }
}
@media screen and (max-width: 750px) {
  footer div.f_nav_wrap nav {
    margin-bottom: 9.3333333333vw;
  }
  footer div.f_nav_wrap nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5.3333333333vw;
  }
  footer div.f_nav_wrap nav ul li {
    width: fit-content;
  }
  footer div.f_nav_wrap nav ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 1.8666666667vw;
    font-size: 4vw;
    text-align: left;
  }
  footer div.f_nav_wrap nav ul li a span {
    font-size: 2.9333333333vw;
    text-align: left;
  }
}
footer div.f_nav_wrap div.f_logo {
  width: 347px;
  margin: 0 auto 3px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  footer div.f_nav_wrap div.f_logo {
    width: 27.9838709677vw;
    margin: 0 auto 0.2419354839vw;
  }
}
@media screen and (max-width: 750px) {
  footer div.f_nav_wrap div.f_logo {
    width: 71.2vw;
    margin: 0 auto 0.5333333333vw;
  }
}
footer div.f_nav_wrap .copywright {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  footer div.f_nav_wrap .copywright {
    font-size: 1.0483870968vw;
  }
}
@media screen and (max-width: 750px) {
  footer div.f_nav_wrap .copywright {
    font-size: 3.4666666667vw;
  }
}

#top .sec_ttl {
  color: #c5e3dc;
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 900;
  margin: 0 auto 70px;
}
#top .sec_ttl > span {
  display: block;
  padding-top: 8px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#top .sec_ttl .txt_en {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top .sec_ttl .txt_en > span {
  display: block;
  opacity: 0;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(1) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.1s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(2) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.2s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(3) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.3s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(4) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.4s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(5) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.5s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(6) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.6s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(7) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.7s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(8) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.8s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(9) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 0.9s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(10) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(11) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.1s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(12) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.2s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(13) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.3s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(14) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.4s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(15) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.5s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(16) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.6s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(17) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.7s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(18) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.8s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(19) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 1.9s forwards;
}
#top .sec_ttl.fadein .txt_en > span:nth-child(20) {
  animation: label_float 0.7s cubic-bezier(0.63, 0, 0.57, 0.97) 2s forwards;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec_ttl {
    font-size: 7.5vw;
    margin: 0 auto 5.8333333333vw;
  }
  #top .sec_ttl > span {
    padding-top: 0.6666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec_ttl {
    font-size: 13.3333333333vw;
    margin: 0 auto 8vw;
  }
  #top .sec_ttl > span {
    padding-top: 0;
    font-size: 3.4666666667vw;
  }
}
#top div.mv_wrap {
  position: relative;
  margin-bottom: 291px;
}
#top div.mv_wrap div.img_wrap {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
}
#top div.mv_wrap div.txt_wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -160px;
  left: 0;
  z-index: 5;
  padding-bottom: 20px;
  pointer-events: none;
}
#top div.mv_wrap div.txt_wrap .inner {
  display: flex;
}
#top div.mv_wrap div.txt_wrap .inner > span {
  animation: 80s linear 0.5s infinite normal both running text-scroll;
  display: block;
  white-space: nowrap;
  padding-right: 1em;
  color: #cae3ea;
  font-family: "Roboto", sans-serif;
  font-size: 280px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top div.mv_wrap {
    margin-bottom: 23.4677419355vw;
  }
  #top div.mv_wrap div.txt_wrap {
    bottom: -12.9032258065vw;
    padding-bottom: 1.6129032258vw;
  }
  #top div.mv_wrap div.txt_wrap .inner > span {
    font-size: 22.5806451613vw;
  }
}
@media screen and (max-width: 750px) {
  #top div.mv_wrap {
    margin-bottom: 26.9333333333vw;
  }
  #top div.mv_wrap div.txt_wrap {
    bottom: -29.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  #top div.mv_wrap div.txt_wrap .inner > span {
    font-size: 26.6666666667vw;
  }
}
#top div.lead_wrap {
  padding: 120px 20px 70px;
  background: linear-gradient(95deg, rgba(195, 235, 239, 0.45) 11.58%, rgba(80, 214, 226, 0.45) 56.03%, rgba(66, 189, 201, 0.45) 72.52%, rgba(109, 75, 204, 0.45) 121.79%);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top div.lead_wrap {
    padding: 9.6774193548vw 1.6129032258vw 5.6451612903vw;
  }
}
@media screen and (max-width: 750px) {
  #top div.lead_wrap {
    padding: 5.6vw 8vw;
  }
}
#top div.lead_wrap .inner {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
#top div.lead_wrap .inner div.txt {
  width: fit-content;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
}
#top div.lead_wrap .inner div.txt > span {
  color: #340b0b;
  font-family: "hanatochocho";
  font-size: 33px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  filter: blur(10px);
  transition-duration: 1s;
}
#top div.lead_wrap .inner div.txt > span:nth-child(1) {
  transition-delay: 0.2s;
}
#top div.lead_wrap .inner div.txt > span:nth-child(2) {
  transition-delay: 0.4s;
}
#top div.lead_wrap .inner div.txt > span:nth-child(3) {
  transition-delay: 0.6s;
}
#top div.lead_wrap .inner div.txt > span:nth-child(4) {
  transition-delay: 0.8s;
}
#top div.lead_wrap .inner div.txt > span:nth-child(5) {
  transition-delay: 1s;
}
#top div.lead_wrap .inner div.txt.active > span {
  opacity: 1;
  filter: blur(0);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top div.lead_wrap .inner div.txt > span {
    font-size: 2.6612903226vw;
  }
}
@media screen and (max-width: 750px) {
  #top div.lead_wrap .inner div.txt {
    width: 100%;
    margin: 0;
  }
  #top div.lead_wrap .inner div.txt > span {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
#top .sec {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#top .sec#works {
  padding: 110px 0;
  overflow: hidden;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#works {
    padding: 8.8709677419vw 0;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#works {
    padding: 13.3333333333vw 0;
  }
}
#top .sec#works .inner {
  padding: 0 20px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#works .inner {
    padding: 0 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#works .inner {
    padding: 0;
  }
}
#top .sec#works .inner h2.sec_ttl {
  width: 100%;
  max-width: 1500px;
}
@media screen and (max-width: 750px) {
  #top .sec#works .inner h2.sec_ttl {
    padding: 0 5.3333333333vw;
  }
}
#top .sec#works .inner ul.works_list {
  width: 100%;
  padding: 0 186px 0 30px;
  margin-bottom: 80px;
}
#top .sec#works .inner ul.works_list .slick-list {
  overflow: visible;
}
#top .sec#works .inner ul.works_list .slick-list li {
  width: 416px;
  padding: 0 20px;
}
#top .sec#works .inner ul.works_list .slick-list li .post-thumbnail {
  margin-bottom: 20px;
  border: 1px solid #acabab;
}
#top .sec#works .inner ul.works_list .slick-list li span.post-title {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#works .inner ul.works_list {
    padding: 0 15vw 0 2.4193548387vw;
    margin-bottom: 6.4516129032vw;
  }
  #top .sec#works .inner ul.works_list .slick-list li {
    width: 33.5483870968vw;
    padding: 0 1.6129032258vw;
  }
  #top .sec#works .inner ul.works_list .slick-list li .post-thumbnail {
    margin-bottom: 1.6129032258vw;
  }
  #top .sec#works .inner ul.works_list .slick-list li span.post-title {
    font-size: 1.4516129032vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#works .inner ul.works_list {
    width: 100%;
    padding: 0 31.4666666667vw 0 0;
    margin-bottom: 8vw;
  }
  #top .sec#works .inner ul.works_list .slick-list li {
    width: 63.2vw;
    padding: 0 2.6666666667vw;
  }
  #top .sec#works .inner ul.works_list .slick-list li .post-thumbnail {
    margin-bottom: 2.6666666667vw;
  }
  #top .sec#works .inner ul.works_list .slick-list li span.post-title {
    font-size: 3.4666666667vw;
  }
}
#top .sec#works .inner .view_more {
  width: 265px;
  height: 65px;
  margin: 0 auto;
}
#top .sec#works .inner .view_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 33px;
  background: #bddde1;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition-duration: 0.3s;
}
#top .sec#works .inner .view_more a:hover {
  background: #d5ddde;
  color: #7ab3ba;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#works .inner .view_more {
    width: 21.3709677419vw;
    height: 5.2419354839vw;
  }
  #top .sec#works .inner .view_more a {
    border-radius: 2.6612903226vw;
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#works .inner .view_more {
    width: 61.3333333333vw;
    height: 13.3333333333vw;
  }
  #top .sec#works .inner .view_more a {
    border-radius: 6.6666666667vw;
    font-size: 4vw;
  }
}
#top .sec#service {
  max-width: 100%;
  padding: 100px 20px;
  background: linear-gradient(0deg, #f0fdff 0%, #f0fdff 100%), #f1f9fa;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#service {
    padding: 8.064516129vw 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#service {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
#top .sec#service .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#top .sec#service .inner ul {
  width: 1086px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#service .inner ul {
    width: 87.5806451613vw;
    gap: 3.2258064516vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#service .inner ul {
    width: 100%;
    gap: 10.6666666667vw;
    padding: 0;
  }
}
#top .sec#service .inner ul li {
  width: 100%;
  max-width: 805px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#service .inner ul li {
    max-width: 64.9193548387vw;
    gap: 4.0322580645vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#service .inner ul li {
    gap: 2.6666666667vw;
  }
}
#top .sec#service .inner ul li .icon_wrap {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateX(-10px);
  transition-duration: 1s;
}
#top .sec#service .inner ul li .icon_wrap img {
  width: 120px;
}
#top .sec#service .inner ul li .icon_wrap span {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#top .sec#service .inner ul li .icon_wrap.active {
  transform: translateX(0);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#service .inner ul li .icon_wrap {
    width: 19.3548387097vw;
    height: 19.3548387097vw;
  }
  #top .sec#service .inner ul li .icon_wrap img {
    width: 9.6774193548vw;
  }
  #top .sec#service .inner ul li .icon_wrap span {
    font-size: 1.4516129032vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#service .inner ul li .icon_wrap {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
  #top .sec#service .inner ul li .icon_wrap img {
    width: 20vw;
  }
  #top .sec#service .inner ul li .icon_wrap span {
    font-size: 3.2vw;
  }
}
#top .sec#service .inner ul li:nth-child(2n) {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  #top .sec#service .inner ul li:nth-child(2n) {
    margin: 0;
    flex-direction: row-reverse;
  }
  #top .sec#service .inner ul li:nth-child(2n) .icon_wrap {
    transform: translateX(10px);
  }
  #top .sec#service .inner ul li:nth-child(2n) .icon_wrap.active {
    transform: translateX(0);
  }
}
#top .sec#service .inner ul li:nth-child(1) .icon_wrap {
  background: linear-gradient(0deg, #ffeee3 0%, #ffeee3 100%), #ffdac3;
}
#top .sec#service .inner ul li:nth-child(2) .icon_wrap {
  background: linear-gradient(0deg, #fff0d7 0%, #fff0d7 100%), #fde3b7;
}
#top .sec#service .inner ul li:nth-child(3) .icon_wrap {
  background: linear-gradient(0deg, #fcf6d7 0%, #fcf6d7 100%), #f8efb9;
}
#top .sec#service .inner ul li:nth-child(4) .icon_wrap {
  background: linear-gradient(0deg, #ffe6e6 0%, #ffe6e6 100%), #fae7eb;
}
#top .sec#service .inner ul li .txt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#service .inner ul li .txt {
    font-size: 1.4516129032vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#service .inner ul li .txt {
    font-size: 3.2vw;
  }
}
#top .sec#flow {
  padding: 110px 20px 180px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#flow {
    padding: 8.8709677419vw 1.6129032258vw 14.5161290323vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#flow {
    padding: 13.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
#top .sec#flow .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#top .sec#flow .inner ul {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#flow .inner ul {
    width: 100%;
    padding: 0 3.2258064516vw;
    gap: 5.6451612903vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#flow .inner ul {
    width: 100%;
    gap: 21.3333333333vw;
    padding: 0;
  }
}
#top .sec#flow .inner ul li {
  width: 100%;
  height: 58px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding-left: 64px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#flow .inner ul li {
    height: 4.6774193548vw;
    gap: 1.6129032258vw;
    padding-left: 5.1612903226vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#flow .inner ul li {
    flex-direction: column;
    height: auto;
    gap: 2.6666666667vw;
    padding-left: 11.7333333333vw;
  }
}
#top .sec#flow .inner ul li::after {
  content: "";
  display: block;
  width: 25px;
  height: 50px;
  background: url("img/flow_arr.png") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -60px;
  left: 120px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#flow .inner ul li::after {
    width: 2.0161290323vw;
    height: 4.0322580645vw;
    bottom: -4.8387096774vw;
    left: 9.6774193548vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#flow .inner ul li::after {
    width: 6.6666666667vw;
    height: 13.3333333333vw;
    background: url("img/flow_arr.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -17.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top .sec#flow .inner ul li .num {
  width: 48px;
  height: 58px;
  position: absolute;
  top: 0;
  left: -24px;
  font-family: "Bellota", system-ui;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #72bbbb;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#flow .inner ul li .num {
    width: 3.8709677419vw;
    height: 4.6774193548vw;
    left: -1.935483871vw;
    font-size: 3.2258064516vw;
    line-height: 4.6774193548vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#flow .inner ul li .num {
    width: 12.8vw;
    height: 9.0666666667vw;
    left: -6.4vw;
    font-size: 6.4vw;
    line-height: 9.0666666667vw;
  }
}
#top .sec#flow .inner ul li .flow_ttl {
  flex-shrink: 0;
  width: fit-content;
  height: 58px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
#top .sec#flow .inner ul li .flow_ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #71605b;
  border-left: 1px solid #71605b;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
  pointer-events: none;
}
#top .sec#flow .inner ul li .flow_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #71605b;
  border-right: 1px solid #71605b;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
  pointer-events: none;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#flow .inner ul li .flow_ttl {
    height: 4.6774193548vw;
    padding: 0 1.6129032258vw;
    font-size: 1.4516129032vw;
    line-height: 4.5161290323vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#flow .inner ul li .flow_ttl {
    width: 60.5333333333vw;
    height: 9.0666666667vw;
    padding: 0;
    font-size: 3.7333333333vw;
    line-height: 8.5333333333vw;
  }
}
#top .sec#flow .inner ul li .flow_txt {
  transform: translateY(26px);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#flow .inner ul li .flow_txt {
    transform: translateY(2.0967741935vw);
    font-size: 1.2903225806vw;
    line-height: 2.5806451613vw;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#flow .inner ul li .flow_txt {
    transform: translateY(0);
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    padding-left: 2.6666666667vw;
  }
}
#top .sec#flow .inner ul li:last-child::after {
  display: none;
}
#top .sec#flow .inner ul li.fadein .flow_ttl::before {
  width: 100%;
  height: 100%;
}
#top .sec#flow .inner ul li.fadein .flow_ttl::after {
  width: 100%;
  height: 100%;
}
#top .sec#flow .inner .bottom_text {
  width: 100%;
  max-width: 1100px;
  height: 34px;
  padding-left: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 100px auto 0;
  position: relative;
}
#top .sec#flow .inner .bottom_text::after {
  content: "";
  display: block;
  width: 40px;
  height: 34px;
  background: url("img/check.png") left center no-repeat;
  background-size: 40px auto;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-delay: 1s;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #top .sec#flow .inner .bottom_text {
    width: fit-content;
    height: 2.7419354839vw;
    padding-left: 4.1935483871vw;
    font-size: 1.2903225806vw;
    line-height: 2.7419354839vw;
    margin: 8.064516129vw auto 0;
  }
  #top .sec#flow .inner .bottom_text::after {
    width: 3.2258064516vw;
    height: 2.7419354839vw;
    background: url("img/check.png") left center no-repeat;
    background-size: 3.2258064516vw auto;
  }
}
@media screen and (max-width: 750px) {
  #top .sec#flow .inner .bottom_text {
    height: 5.6vw;
    padding-left: 8.2666666667vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin: 7.4666666667vw 0 0;
    position: relative;
  }
  #top .sec#flow .inner .bottom_text::after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 5.6vw;
    background: url("img/check.png") left center no-repeat;
    background-size: 6.4vw auto;
  }
}
#top .sec#flow .inner .bottom_text.fadein::after {
  clip-path: inset(0 0 0 0);
}

#page-works .mv_wrap {
  position: relative;
}
#page-works .mv_wrap h1.page_ttl {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
}
#page-works .mv_wrap h1.page_ttl .inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-works .mv_wrap h1.page_ttl .inner img {
  width: 324px;
}
#page-works .mv_wrap h1.page_ttl .inner span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #page-works .mv_wrap h1.page_ttl {
    bottom: 2.6666666667vw;
    padding: 0 9.3333333333vw;
  }
  #page-works .mv_wrap h1.page_ttl .inner {
    align-items: flex-start;
  }
  #page-works .mv_wrap h1.page_ttl .inner img {
    width: 38.4vw;
  }
  #page-works .mv_wrap h1.page_ttl .inner span {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
#page-works .works_list_wrap {
  padding: 80px 20px 180px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #page-works .works_list_wrap {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
#page-works .works_list_wrap .works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 55px 36px;
}
@media screen and (max-width: 750px) {
  #page-works .works_list_wrap .works_list {
    gap: 8vw;
  }
}
#page-works .works_list_wrap .works_list li {
  width: calc((100% - 72px) / 3);
}
#page-works .works_list_wrap .works_list li .post-thumbnail {
  margin-bottom: 20px;
  border: 1px solid #acabab;
}
#page-works .works_list_wrap .works_list li span.post-title {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-works .works_list_wrap .works_list li {
    width: calc((100% - 5.8064516129vw) / 3);
  }
  #page-works .works_list_wrap .works_list li .post-thumbnail {
    margin-bottom: 1.6129032258vw;
  }
  #page-works .works_list_wrap .works_list li span.post-title {
    font-size: 1.4516129032vw;
  }
}
@media screen and (max-width: 750px) {
  #page-works .works_list_wrap .works_list li {
    width: 100%;
  }
  #page-works .works_list_wrap .works_list li .post-thumbnail {
    margin-bottom: 2.6666666667vw;
  }
  #page-works .works_list_wrap .works_list li span.post-title {
    font-size: 3.4666666667vw;
  }
}

#works_detail .mv_wrap {
  padding: 70px 20px 30px;
  background: linear-gradient(to bottom, #effbfb 0%, #effbfb 60%, #f9ffff 60%, #f9ffff 100%);
  position: relative;
}
#works_detail .mv_wrap .mock_wrap {
  width: 764px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#works_detail .mv_wrap .treat_img {
  position: absolute;
  top: 123px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  pointer-events: none;
  max-width: 1559px;
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #works_detail .mv_wrap {
    padding: 5.6451612903vw 1.6129032258vw 2.4193548387vw;
  }
  #works_detail .mv_wrap .mock_wrap {
    width: 61.6129032258vw;
  }
  #works_detail .mv_wrap .treat_img {
    top: 9.9193548387vw;
  }
}
@media screen and (max-width: 750px) {
  #works_detail .mv_wrap {
    padding: 12vw 0 12.8vw;
    background: linear-gradient(to bottom, #effbfb 0%, #effbfb 50%, #f9ffff 50%, #f9ffff 100%);
  }
  #works_detail .mv_wrap .mock_wrap {
    width: 75.2vw;
    position: relative;
    z-index: 2;
  }
  #works_detail .mv_wrap .treat_img01 {
    position: absolute;
    top: 45.6vw;
    left: 1.6vw;
    z-index: 3;
    pointer-events: none;
    width: 20vw;
  }
  #works_detail .mv_wrap .treat_img02 {
    position: absolute;
    top: 4.5333333333vw;
    right: 0;
    z-index: 1;
    pointer-events: none;
    width: 22.4vw;
  }
}
#works_detail .ttl_wrap {
  background: linear-gradient(95deg, rgba(195, 235, 239, 0.45) 11.58%, rgba(80, 214, 226, 0.45) 56.03%, rgba(66, 189, 201, 0.45) 72.52%, rgba(109, 75, 204, 0.45) 121.79%);
  padding: 55px 0 62px;
}
#works_detail .ttl_wrap .inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
#works_detail .ttl_wrap .inner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  white-space: nowrap;
}
#works_detail .ttl_wrap .inner .launch_site_link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333333;
}
#works_detail .ttl_wrap .inner .launch_site_link a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("img/link_icon.png") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #works_detail .ttl_wrap {
    padding: 4.435483871vw 0 5vw;
  }
  #works_detail .ttl_wrap .inner {
    width: 87.0967741935vw;
  }
  #works_detail .ttl_wrap .inner h1 {
    font-size: 2.6612903226vw;
  }
  #works_detail .ttl_wrap .inner .launch_site_link a {
    gap: 1.4516129032vw;
    font-size: 1.4516129032vw;
  }
  #works_detail .ttl_wrap .inner .launch_site_link a::after {
    width: 1.4516129032vw;
    height: 1.4516129032vw;
  }
}
@media screen and (max-width: 750px) {
  #works_detail .ttl_wrap {
    background: linear-gradient(95deg, rgba(195, 235, 239, 0.45) 11.58%, rgba(80, 214, 226, 0.45) 56.03%, rgba(66, 189, 201, 0.45) 72.52%, rgba(109, 75, 204, 0.45) 121.79%);
    padding: 5.3333333333vw 0;
  }
  #works_detail .ttl_wrap .inner {
    width: 89.3333333333vw;
    height: 11.7333333333vw;
    align-items: flex-end;
  }
  #works_detail .ttl_wrap .inner h1 {
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    white-space: nowrap;
  }
  #works_detail .ttl_wrap .inner .launch_site_link a {
    gap: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #333333;
  }
  #works_detail .ttl_wrap .inner .launch_site_link a::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
#works_detail .movie_wrap {
  margin-top: 70px;
  padding: 70px 20px;
  background: #eaf9f9;
}
#works_detail .movie_wrap .mockup_frame {
  width: 380px;
  height: 708px;
  margin: 0 auto;
  position: relative;
  background: url("img/mockup_sp.png") top center no-repeat;
  background-size: 100% auto;
}
#works_detail .movie_wrap .mockup_frame .mov_wrap {
  width: 339px;
  position: absolute;
  top: 52px;
  left: 20px;
}
#works_detail .movie_wrap .mockup_frame .mov_wrap video {
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #works_detail .movie_wrap {
    margin-top: 5.6451612903vw;
    padding: 5.6451612903vw 1.6129032258vw;
  }
  #works_detail .movie_wrap .mockup_frame {
    width: 30.6451612903vw;
    height: 57.0967741935vw;
  }
  #works_detail .movie_wrap .mockup_frame .mov_wrap {
    width: 27.3387096774vw;
    top: 4.1935483871vw;
    left: 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  #works_detail .movie_wrap {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 0;
  }
  #works_detail .movie_wrap .mockup_frame {
    width: 54.6666666667vw;
    height: 101.8666666667vw;
  }
  #works_detail .movie_wrap .mockup_frame .mov_wrap {
    width: 48.8vw;
    top: 7.7333333333vw;
    left: 2.8vw;
  }
}
#works_detail .post-navigation {
  padding: 60px 0 180px;
}
#works_detail .post-navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
#works_detail .post-navigation .nav-links .nav-previous,
#works_detail .post-navigation .nav-links .nav-next {
  width: 53px;
}
#works_detail .post-navigation .nav-links .nav-previous .disabled,
#works_detail .post-navigation .nav-links .nav-next .disabled {
  opacity: 0.5;
}
#works_detail .post-navigation .nav-links .txt {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
}
#works_detail .post-navigation .back_list .nav-home {
  width: 265px;
  height: 65px;
  margin: 0 auto;
}
#works_detail .post-navigation .back_list .nav-home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 33px;
  background: #bddde1;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition-duration: 0.3s;
}
#works_detail .post-navigation .back_list .nav-home a:hover {
  background: #d5ddde;
  color: #7ab3ba;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #works_detail .post-navigation .back_list .nav-home {
    width: 21.3709677419vw;
    height: 5.2419354839vw;
  }
  #works_detail .post-navigation .back_list .nav-home a {
    border-radius: 2.6612903226vw;
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  #works_detail .post-navigation .back_list .nav-home {
    width: 61.3333333333vw;
    height: 13.3333333333vw;
  }
  #works_detail .post-navigation .back_list .nav-home a {
    border-radius: 6.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #works_detail .post-navigation {
    padding: 4.8387096774vw 0 14.5161290323vw;
  }
  #works_detail .post-navigation .nav-links {
    gap: 1.6129032258vw;
    margin-bottom: 3.2258064516vw;
  }
  #works_detail .post-navigation .nav-links .nav-previous,
  #works_detail .post-navigation .nav-links .nav-next {
    width: 4.2741935484vw;
  }
  #works_detail .post-navigation .nav-links .txt {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  #works_detail .post-navigation {
    padding: 12vw 0 21.3333333333vw;
  }
  #works_detail .post-navigation .nav-links {
    gap: 3.4666666667vw;
    margin-bottom: 8vw;
  }
  #works_detail .post-navigation .nav-links .nav-previous,
  #works_detail .post-navigation .nav-links .nav-next {
    width: 9.3333333333vw;
  }
  #works_detail .post-navigation .nav-links .txt {
    font-size: 3.4666666667vw;
  }
}

#page-price .mv_wrap {
  position: relative;
}
#page-price .mv_wrap h1.page_ttl {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
}
#page-price .mv_wrap h1.page_ttl .inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-price .mv_wrap h1.page_ttl .inner img {
  width: 265px;
}
#page-price .mv_wrap h1.page_ttl .inner span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #page-price .mv_wrap h1.page_ttl {
    bottom: 2.6666666667vw;
    padding: 0 9.3333333333vw;
  }
  #page-price .mv_wrap h1.page_ttl .inner {
    align-items: flex-start;
  }
  #page-price .mv_wrap h1.page_ttl .inner img {
    width: 31.4666666667vw;
  }
  #page-price .mv_wrap h1.page_ttl .inner span {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
#page-price .page_content {
  padding: 130px 0 180px;
}
@media screen and (max-width: 750px) {
  #page-price .page_content {
    padding: 8vw 0 21.3333333333vw;
  }
}
#page-price .page_content section {
  margin-bottom: 150px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section {
    margin-bottom: 12.0967741935vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section {
    margin-bottom: 18.6666666667vw;
  }
}
#page-price .page_content section h2.sec_ttl {
  width: fit-content;
  height: 34px;
  padding-left: 52px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
}
#page-price .page_content section h2.sec_ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 34px;
  background: url("img/check.png") left center no-repeat;
  background-size: 40px auto;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-delay: 1s;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section h2.sec_ttl {
    height: 2.7419354839vw;
    padding-left: 4.1935483871vw;
    font-size: 1.935483871vw;
    line-height: 2.7419354839vw;
    margin: 0 auto 3.2258064516vw;
  }
  #page-price .page_content section h2.sec_ttl::after {
    width: 3.2258064516vw;
    height: 2.7419354839vw;
    background: url("img/check.png") left center no-repeat;
    background-size: 3.2258064516vw auto;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section h2.sec_ttl {
    height: 5.6vw;
    padding-left: 8.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    margin: 0 auto 9.3333333333vw;
    position: relative;
  }
  #page-price .page_content section h2.sec_ttl::after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 5.6vw;
    background: url("img/check.png") left center no-repeat;
    background-size: 6.4vw auto;
  }
}
#page-price .page_content section h2.sec_ttl.fadein::after {
  clip-path: inset(0 0 0 0);
}
#page-price .page_content section .bottom_text {
  width: 100%;
  max-width: 1100px;
  height: 34px;
  padding-left: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 100px auto 0;
  position: relative;
}
#page-price .page_content section .bottom_text::after {
  content: "";
  display: block;
  width: 40px;
  height: 34px;
  background: url("img/check.png") left center no-repeat;
  background-size: 40px auto;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-delay: 1s;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section .bottom_text {
    width: fit-content;
    height: 2.7419354839vw;
    padding-left: 4.1935483871vw;
    font-size: 1.2903225806vw;
    line-height: 2.7419354839vw;
    margin: 8.064516129vw auto 0;
  }
  #page-price .page_content section .bottom_text::after {
    width: 3.2258064516vw;
    height: 2.7419354839vw;
    background: url("img/check.png") left center no-repeat;
    background-size: 3.2258064516vw auto;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section .bottom_text {
    height: 5.6vw;
    padding-left: 8.2666666667vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin: 21.3333333333vw 0 0;
    position: relative;
  }
  #page-price .page_content section .bottom_text::after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 5.6vw;
    background: url("img/check.png") left center no-repeat;
    background-size: 6.4vw auto;
  }
}
#page-price .page_content section .bottom_text.fadein::after {
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan {
    padding: 0 5.3333333333vw;
  }
}
#page-price .page_content section#allplan > ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul {
    gap: 2.4193548387vw;
    width: 65.3225806452vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul {
    width: 100%;
    justify-content: space-between;
    gap: 5.3333333333vw;
  }
}
#page-price .page_content section#allplan > ul > li {
  width: 250px;
  height: 250px;
  background: #edf1f2;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li {
    width: 20.1612903226vw;
    height: 20.1612903226vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li {
    width: 41.8666666667vw;
    height: 41.8666666667vw;
  }
}
#page-price .page_content section#allplan > ul > li > img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li > img {
    top: 40%;
  }
}
#page-price .page_content section#allplan > ul > li > span {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li > span {
    font-size: 1.4516129032vw;
    line-height: 1.4516129032vw;
    bottom: 2.4193548387vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li > span {
    font-size: 3.2vw;
    line-height: 5.6vw;
    bottom: 4vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(1) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(1) img {
  width: 90px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(1) img {
    width: 7.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(1) img {
    width: 12vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(2) {
    transition-delay: 0.2s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(2) img {
  width: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(2) img {
    width: 8.064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(2) img {
    width: 13.3333333333vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(3) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(3) img {
  width: 110px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(3) img {
    width: 8.8709677419vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(3) img {
    width: 14.6666666667vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(4) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(4) {
    transition-delay: 0.2s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(4) img {
  width: 90px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(4) img {
    width: 7.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(4) img {
    width: 12vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(5) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(5) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(5) img {
  width: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(5) img {
    width: 8.064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(5) img {
    width: 13.3333333333vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(6) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(6) {
    transition-delay: 0.2s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(6) img {
  width: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(6) img {
    width: 8.064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(6) img {
    width: 13.3333333333vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(7) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(7) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(7) img {
  width: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(7) img {
    width: 8.064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(7) img {
    width: 13.3333333333vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(8) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(8) {
    transition-delay: 0.2s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(8) img {
  width: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(8) img {
    width: 6.4516129032vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(8) img {
    width: 10.6666666667vw;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(9) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(9) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#allplan > ul > li:nth-child(9) img {
  width: 110px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#allplan > ul > li:nth-child(9) img {
    width: 8.8709677419vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#allplan > ul > li:nth-child(9) img {
    width: 14.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#plan {
    padding: 0 5.3333333333vw;
  }
}
#page-price .page_content section#plan ul {
  width: 980px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#plan ul {
    width: 79.0322580645vw;
    gap: 8.064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#plan ul {
    width: 100%;
    gap: 13.3333333333vw;
  }
}
#page-price .page_content section#plan ul li .plan_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#plan ul li .plan_ttl {
    gap: 3.2258064516vw;
    margin-bottom: 1.6129032258vw;
  }
}
#page-price .page_content section#plan ul li .plan_ttl img {
  width: auto;
  height: 130px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#plan ul li .plan_ttl img {
    height: 10.4838709677vw;
  }
}
#page-price .page_content section#plan ul li .plan_ttl span {
  font-size: 21px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#plan ul li .plan_ttl span {
    font-size: 1.6935483871vw;
    line-height: 3.3870967742vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#plan ul li .plan_ttl {
    gap: 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
  #page-price .page_content section#plan ul li .plan_ttl img {
    height: 14.6666666667vw;
  }
  #page-price .page_content section#plan ul li .plan_ttl span {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    text-align: left;
    transform: translateY(5.3333333333vw);
  }
}
#page-price .page_content section#plan ul li .plan_price {
  padding-left: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 20px;
}
#page-price .page_content section#plan ul li .plan_price span {
  color: #d98e7d;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#plan ul li .plan_price {
    padding-left: 4.0322580645vw;
    font-size: 1.6129032258vw;
    line-height: 1.6129032258vw;
    margin-bottom: 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#plan ul li .plan_price {
    padding-left: 0;
    font-size: 3.7333333333vw;
    line-height: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
#page-price .page_content section#plan ul li .plan_content {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: left;
}
#page-price .page_content section#plan ul li .plan_content span {
  font-size: 16px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#plan ul li .plan_content {
    font-size: 1.6129032258vw;
    line-height: 3.2258064516vw;
  }
  #page-price .page_content section#plan ul li .plan_content span {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#plan ul li .plan_content {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  #page-price .page_content section#plan ul li .plan_content span {
    font-size: 3.2vw;
  }
}
#page-price .page_content section#plan ul li .nouki_ttl {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#plan ul li .nouki_ttl {
    font-size: 1.6129032258vw;
    line-height: 3.2258064516vw;
    margin-bottom: 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#plan ul li .nouki_ttl {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#page-price .page_content section#option .color_bg {
  background: #edf1f2;
  padding: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .color_bg {
    padding: 6.4516129032vw;
    margin-bottom: 6.4516129032vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
#page-price .page_content section#option .color_bg .dev_option {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .color_bg .dev_option {
    gap: 8.064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option {
    flex-direction: column;
    gap: 4vw;
  }
}
#page-price .page_content section#option .color_bg .dev_option li {
  width: 240px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .color_bg .dev_option li {
    width: 19.3548387097vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5.3333333333vw;
  }
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
#page-price .page_content section#option .color_bg .dev_option li .icon_wrap {
  width: 100%;
  height: 240px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .color_bg .dev_option li .icon_wrap {
    height: 19.3548387097vw;
    margin-bottom: 0.8064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li .icon_wrap {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    margin-bottom: 0;
  }
}
#page-price .page_content section#option .color_bg .dev_option li .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .color_bg .dev_option li .txt {
    font-size: 1.6129032258vw;
    line-height: 3.2258064516vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li .txt {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
#page-price .page_content section#option .color_bg .dev_option li:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(1) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#option .color_bg .dev_option li:nth-child(1) .icon_wrap img {
  width: 150px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(1) .icon_wrap img {
    width: 12.0967741935vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(1) .icon_wrap img {
    width: 24vw;
  }
}
#page-price .page_content section#option .color_bg .dev_option li:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(2) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#option .color_bg .dev_option li:nth-child(2) .icon_wrap img {
  width: 95px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(2) .icon_wrap img {
    width: 7.6612903226vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(2) .icon_wrap img {
    width: 16vw;
  }
}
#page-price .page_content section#option .color_bg .dev_option li:nth-child(3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(3) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#option .color_bg .dev_option li:nth-child(3) .icon_wrap img {
  width: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(3) .icon_wrap img {
    width: 8.064516129vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .color_bg .dev_option li:nth-child(3) .icon_wrap img {
    width: 16vw;
  }
}
#page-price .page_content section#option .other_option {
  max-width: 820px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px;
  margin: 0 auto 140px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option {
    gap: 4.0322580645vw;
    margin: 0 auto 11.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option {
    gap: 5.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}
#page-price .page_content section#option .other_option li {
  width: 240px;
  height: 300px;
  border: 1px solid #71605b;
  padding-bottom: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option li {
    width: 19.3548387097vw;
    height: 24.1935483871vw;
    padding-bottom: 5.2419354839vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li {
    width: 40vw;
    height: 50.1333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
#page-price .page_content section#option .other_option li .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option li .txt {
    font-size: 1.6129032258vw;
    line-height: 3.2258064516vw;
    bottom: 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li .txt {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    bottom: 4vw;
  }
}
#page-price .page_content section#option .other_option li:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(1) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#option .other_option li:nth-child(1) img {
  width: 90px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option li:nth-child(1) img {
    width: 7.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(1) img {
    width: 16vw;
  }
}
#page-price .page_content section#option .other_option li:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(2) {
    transition-delay: 0.2s;
  }
}
#page-price .page_content section#option .other_option li:nth-child(2) img {
  width: 90px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option li:nth-child(2) img {
    width: 7.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(2) img {
    width: 16vw;
  }
}
#page-price .page_content section#option .other_option li:nth-child(3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(3) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#option .other_option li:nth-child(3) img {
  width: 90px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option li:nth-child(3) img {
    width: 7.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(3) img {
    width: 16vw;
  }
}
#page-price .page_content section#option .other_option li:nth-child(4) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(4) {
    transition-delay: 0.2s;
  }
}
#page-price .page_content section#option .other_option li:nth-child(4) img {
  width: 110px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option li:nth-child(4) img {
    width: 8.8709677419vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(4) img {
    width: 18.6666666667vw;
  }
}
#page-price .page_content section#option .other_option li:nth-child(5) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(5) {
    transition-delay: 0s;
  }
}
#page-price .page_content section#option .other_option li:nth-child(5) img {
  width: 110px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option li:nth-child(5) img {
    width: 8.8709677419vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(5) img {
    width: 18.6666666667vw;
  }
}
#page-price .page_content section#option .other_option li:nth-child(6) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(6) {
    transition-delay: 0.2s;
  }
}
#page-price .page_content section#option .other_option li:nth-child(6) img {
  width: 90px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .other_option li:nth-child(6) img {
    width: 7.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .other_option li:nth-child(6) img {
    width: 16vw;
  }
}
#page-price .page_content section#option .d_plan_wrap {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .d_plan_wrap {
    width: 82.2580645161vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .d_plan_wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
#page-price .page_content section#option .d_plan_wrap .plan_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .d_plan_wrap .plan_ttl {
    gap: 3.2258064516vw;
    margin-bottom: 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .d_plan_wrap .plan_ttl {
    gap: 2.6666666667vw;
    margin-bottom: 14.6666666667vw;
  }
}
#page-price .page_content section#option .d_plan_wrap .plan_ttl img {
  width: auto;
  height: 130px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .d_plan_wrap .plan_ttl img {
    height: 10.4838709677vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .d_plan_wrap .plan_ttl img {
    height: 14.6666666667vw;
  }
}
#page-price .page_content section#option .d_plan_wrap .plan_ttl span {
  font-size: 21px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .d_plan_wrap .plan_ttl span {
    font-size: 1.6935483871vw;
    line-height: 3.3870967742vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .d_plan_wrap .plan_ttl span {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    transform: translateY(10.6666666667vw);
  }
}
#page-price .page_content section#option .d_plan_wrap .plan_content {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: left;
}
#page-price .page_content section#option .d_plan_wrap .plan_content span {
  font-size: 16px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-price .page_content section#option .d_plan_wrap .plan_content {
    font-size: 1.6129032258vw;
    line-height: 3.2258064516vw;
  }
  #page-price .page_content section#option .d_plan_wrap .plan_content span {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 750px) {
  #page-price .page_content section#option .d_plan_wrap .plan_content {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  #page-price .page_content section#option .d_plan_wrap .plan_content span {
    font-size: 3.2vw;
  }
}

div#page-contact .mv_wrap {
  position: relative;
}
div#page-contact .mv_wrap h1.page_ttl {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
}
div#page-contact .mv_wrap h1.page_ttl .inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#page-contact .mv_wrap h1.page_ttl .inner img {
  width: 426px;
}
div#page-contact .mv_wrap h1.page_ttl .inner span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  div#page-contact .mv_wrap h1.page_ttl {
    bottom: 2.6666666667vw;
    padding: 0 9.3333333333vw;
  }
  div#page-contact .mv_wrap h1.page_ttl .inner {
    align-items: flex-start;
  }
  div#page-contact .mv_wrap h1.page_ttl .inner img {
    width: 51.2vw;
  }
  div#page-contact .mv_wrap h1.page_ttl .inner span {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
div#page-contact div.wpcf7 {
  width: 100%;
  max-width: 750px;
  padding: 70px 0 180px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  div#page-contact div.wpcf7 {
    padding: 8vw 5.3333333333vw 21.3333333333vw;
  }
}
div#page-contact div.wpcf7 form.wpcf7-form div.lead {
  margin-bottom: 60px;
}
div#page-contact div.wpcf7 form.wpcf7-form div.lead > p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  div#page-contact div.wpcf7 form.wpcf7-form div.lead {
    margin-bottom: 13.3333333333vw;
  }
  div#page-contact div.wpcf7 form.wpcf7-form div.lead > p {
    font-size: 3.2vw;
  }
}
div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap {
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dt {
  margin-bottom: 10px;
}
div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dt > p > label {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dt > p > label > span {
  color: #d35603;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.75px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dt {
    margin-bottom: 2.6666666667vw;
  }
  div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dt > p > label {
    font-size: 3.4666666667vw;
  }
  div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dt > p > label > span {
    font-size: 3.4666666667vw;
  }
}
div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dd > p span select {
  display: block;
  width: 100%;
  height: 50px;
  background: #f2f3f3;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dd > p span input {
  display: block;
  width: 100%;
  height: 50px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #f2f3f3;
  padding: 10px;
}
div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dd > p span textarea.wpcf7-form-control {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #f2f3f3;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dd > p span select {
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
  div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dd > p span input {
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw;
  }
  div#page-contact div.wpcf7 form.wpcf7-form .dl_wrap > dl > dd > p span textarea.wpcf7-form-control {
    min-height: 80vw;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw;
  }
}
div#page-contact div.wpcf7 form.wpcf7-form div.pp_wrap {
  text-align: center;
  margin-bottom: 20px;
}
div#page-contact div.wpcf7 form.wpcf7-form div.pp_wrap > p {
  text-align: center;
}
div#page-contact div.wpcf7 form.wpcf7-form div.pp_wrap > p > a {
  color: #2366a4;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  div#page-contact div.wpcf7 form.wpcf7-form div.pp_wrap {
    margin-bottom: 5.3333333333vw;
  }
  div#page-contact div.wpcf7 form.wpcf7-form div.pp_wrap > p > a {
    font-size: 3.7333333333vw;
  }
}
div#page-contact div.wpcf7 form.wpcf7-form div.submit_wrap > p input.wpcf7-form-control {
  display: block;
  width: 265px;
  height: 65px;
  margin: 0 auto;
  border-radius: 33px;
  background: #5d9cb6;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition-duration: 0.3s;
}
div#page-contact div.wpcf7 form.wpcf7-form div.submit_wrap > p input.wpcf7-form-control:hover {
  background: #d5ddde;
  color: #5d9cb6;
}
@media screen and (max-width: 750px) {
  div#page-contact div.wpcf7 form.wpcf7-form div.submit_wrap > p input.wpcf7-form-control {
    width: 61.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
div#page-contact div#confirm-modal div.modal-content div#modal-body > h3 {
  margin-bottom: 1em;
}
div#page-contact div#confirm-modal div.modal-content div.modal-buttons button#modal-back {
  padding: 5px 20px;
  background: #bddde1;
  color: #ffffff;
  transition-duration: 0.3s;
  border-radius: 4px;
}
div#page-contact div#confirm-modal div.modal-content div.modal-buttons button#modal-back:hover {
  background: #d5ddde;
  color: #7ab3ba;
}
div#page-contact div#confirm-modal div.modal-content div.modal-buttons button#modal-send {
  padding: 5px 20px;
  background: #5d9cb6;
  color: #ffffff;
  transition-duration: 0.3s;
  border-radius: 4px;
}
div#page-contact div#confirm-modal div.modal-content div.modal-buttons button#modal-send:hover {
  background: #d5ddde;
  color: #5d9cb6;
}

div#page-thanks {
  padding: 86px 20px 180px;
}
div#page-thanks .inner {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding: 100px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: url("img/thanks_bg.png") top center repeat;
  background-size: cover;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  div#page-thanks {
    padding: 6.935483871vw 1.6129032258vw 14.5161290323vw;
  }
  div#page-thanks .inner {
    max-width: 73.3870967742vw;
    padding: 8.064516129vw;
    font-size: 1.4516129032vw;
  }
}
@media screen and (max-width: 750px) {
  div#page-thanks {
    padding: 8vw 2.6666666667vw 21.3333333333vw;
  }
  div#page-thanks .inner {
    padding: 17.3333333333vw 7.2vw;
    font-size: 3.4666666667vw;
    line-height: 2.2;
  }
}

#page-policy {
  padding: 66px 20px 180px;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #page-policy {
    padding: 5.3225806452vw 1.6129032258vw 14.5161290323vw;
  }
}
@media screen and (max-width: 750px) {
  #page-policy {
    padding: 8vw 5.3333333333vw 21.3333333333vw;
  }
}
#page-policy .inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#page-policy .inner .page_ttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #page-policy .inner .page_ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#page-policy .inner .lead {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-bottom: 46px;
}
#page-policy .inner .policy_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#page-policy .inner .policy_content dl dt {
  color: #6fa6a5;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin-bottom: 10px;
}
#page-policy .inner .policy_content dl dd p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}
#page-policy .inner .policy_content dl dd p:last-child {
  margin-bottom: 0;
}
#page-policy .inner .policy_content dl dd p a {
  text-decoration: underline;
}
#page-policy .inner .policy_content dl dd ul {
  margin-bottom: 10px;
  padding-left: 1.3em;
}
#page-policy .inner .policy_content dl dd ul:last-child {
  margin-bottom: 0;
}
#page-policy .inner .policy_content dl dd ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}