:root {
  --text-black: #333;
  --en: "Figtree", sans-serif;
  --ja: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --cormorant: "Cormorant Garamond", serif;
  --blue01: #6a94c9;
  --blue02: #5778a0;
  --inter: "Inter", sans-serif;
  --shadow01: 0 0 6px rgba(0, 0, 0, 0.16);
}

* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

body {
  font-family: var(--ja);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  color: var(--text-black);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  background: var(--blue01);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  overflow: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--text-black);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

table thead th,
table thead td {
  background-color: #f2f2f2;
}

table th,
table td {
  border-collapse: collapse;
}

table th {
  text-align: left;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
a[href^=tel] {
  text-decoration: none;
  color: inherit;
}

.en {
  font-family: var(--en);
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 71.7423133236%;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 85.8139534884%;
  }
}

.bold {
  font-weight: 700;
}

.flex {
  display: flex;
}

.en {
  font-family: var(--en);
}

main .deco {
  position: absolute;
  z-index: 1;
  display: block;
}
main .deco1 {
  width: 15.7393850659vw;
  height: 15.7393850659vw;
  top: -11.0541727672vw;
  left: 24.5973645681vw;
  background: url(../../assets/images/deco01.png) no-repeat center/contain;
}
main .deco2 {
  width: 6.3689604685vw;
  height: 6.3689604685vw;
  top: 19.1800878477vw;
  right: 14.7877013177vw;
  background: url(../../assets/images/deco02.png) no-repeat center/contain;
}
main .deco3 {
  width: 1.0980966325vw;
  height: 1.0980966325vw;
  top: 13.7628111274vw;
  right: 4.6120058565vw;
  background: url(../../assets/images/deco03.png) no-repeat center/contain;
}
main .deco4 {
  width: 2.2693997072vw;
  height: 2.2693997072vw;
  top: 27.0863836018vw;
  left: 87.4816983895vw;
  background: url(../../assets/images/deco04.png) no-repeat center/contain;
}
main .deco5 {
  width: 2.2693997072vw;
  height: 2.2693997072vw;
  top: 40.9224011713vw;
  left: 7.6134699854vw;
  background: url(../../assets/images/deco05.png) no-repeat center/contain;
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: transparent;
  transition: background-color 0.8s ease;
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
  }
}
.header .header-inner {
  align-items: center;
  justify-content: space-between;
  width: 95.9004392387%;
  margin: 0 auto;
  height: 100%;
}
.header h1 {
  width: 161px;
}
@media screen and (max-width: 768px) {
  .header h1 {
    width: 120px;
  }
}
.header h1 a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav-list {
  align-items: center;
}
.header .header-nav-list li {
  margin-left: 32px;
}
.header .header-nav-list li a {
  font-size: clamp(15px, 1.0980966325vw, 20px);
  font-weight: 500;
  color: white;
}
.header .openbtn {
  height: 60px;
  width: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 200;
  display: none;
}
@media screen and (max-width: 768px) {
  .header .openbtn {
    display: block;
  }
}
.header .openbtn span {
  position: absolute;
  width: 24px;
  height: 3px;
  background: var(--text-black);
  display: inline-block;
}
.header .openbtn span:nth-of-type(1) {
  top: 24px;
  left: 24px;
}
.header .openbtn span:nth-of-type(2) {
  top: 31px;
  left: 24px;
}
.header .openbtn span:nth-of-type(3) {
  top: 38px;
  left: 24px;
}
.header .openbtn.active span {
  transition: all 0.4s ease;
}
.header .openbtn.active span:nth-of-type(1) {
  width: 40%;
  transform: translateY(7px) rotate(-45deg);
}
.header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .openbtn.active span:nth-of-type(3) {
  width: 40%;
  transform: translateY(-7px) rotate(45deg);
}
.header #gnav-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header #gnav-sp {
    position: fixed;
    z-index: 100;
    display: block;
    top: 0px;
    right: -120%;
    width: 84%;
    padding: 120px 24px 80px 24px;
    background: white;
    transition: all 0.6s ease;
    box-shadow: 0px 3px 6px rgba(87, 69, 66, 0.3);
  }
  .header #gnav-sp.panelactive {
    right: 0;
  }
  .header #gnav-sp #gnav-sp-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .header #gnav-sp #gnav-sp-list ul li {
    margin-bottom: 24px;
  }
  .header #gnav-sp #gnav-sp-list ul li a {
    font-size: 1.8rem;
  }
}
.header.scrolled {
  background-color: var(--blue02);
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 56px 0;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 87.8477306003%;
}

.cormorant {
  font-family: var(--cormorant);
  color: var(--blue01);
}

.home hgroup {
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .home hgroup {
    margin-bottom: 40px;
  }
}
.home hgroup h2 {
  font-size: 10rem;
  line-height: 1.21;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .home hgroup h2 {
    font-size: 6rem;
  }
}
.home hgroup .sub-ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .home hgroup .sub-ttl {
    font-size: 1.6rem;
  }
}

.btn01 {
  background: white;
  font-family: var(--en);
  line-height: 1;
  color: var(--blue01);
  box-shadow: 20px 20px 20px #abd3f6;
  border-radius: 50px;
  padding: 18px 46px;
  transition: all 0.4s ease-in-out;
}
.btn01:hover {
  background-color: var(--blue01);
  color: white;
}

.fixed-contact {
  position: fixed;
  right: 24px;
  font-weight: 500;
  bottom: 24px;
  background: white;
  border-radius: 50%;
  width: 114px;
  height: 114px;
  color: var(--blue01);
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4285714286;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .fixed-contact {
    width: 60px;
    height: 60px;
    right: 16px;
    bottom: 16px;
  }
}
.fixed-contact::before {
  content: "";
  background: url(../../assets/images/icon-mail.svg) no-repeat center/contain;
  width: 29px;
  height: 21px;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .fixed-contact::before {
    width: 14px;
    height: 10px;
    margin-bottom: 4px;
  }
}

.mv-outer {
  position: relative;
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: visible;
}

.mv {
  position: fixed;
  top: 0;
  height: 100vh;
  background: url(../../assets/images/mb-bg01.png) no-repeat center/cover;
  z-index: -1;
}
.mv .mv-content {
  width: 94.729136164%;
  margin: 0 auto;
  padding-top: 80px;
}
.mv .mv-content .mv-text {
  color: white;
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 56px;
  margin-top: 32px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .mv .mv-content .mv-text {
    font-size: 2.4rem;
    margin-right: 0;
    margin-left: 0;
  }
}
.mv .img-wrapper {
  position: relative;
  aspect-ratio: 1294/634;
  overflow: hidden;
}
.mv .img-wrapper .mv-img {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv .img-wrapper {
    aspect-ratio: 3/4;
  }
  .mv .img-wrapper .mv-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
}
.mv .img-wrapper .mv-main-text {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv .img-wrapper .mv-main-text {
    bottom: 0;
    top: auto;
  }
}
.mv .img-wrapper::before {
  content: "";
  background: url(../../assets/images/mv-filter.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  position: absolute;
}

.top-about {
  background: url(../../assets/images/top-about-bg.png), #f5f9ff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.top-about .img-wrapper {
  margin-right: -5.8565153734vw;
  width: 29.4289897511vw;
}
@media screen and (max-width: 768px) {
  .top-about .img-wrapper {
    display: none;
  }
}
.top-about .lead {
  font-size: clamp(26px, 4.4655929722vw, 61px);
  line-height: 1.4262295082;
  font-family: var(--serif);
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-about .lead {
    font-size: 2.6rem;
  }
}
.top-about .desc {
  font-weight: 700;
  line-height: 2.25;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}

.top-service {
  background: var(--blue02);
  position: relative;
}
.top-service hgroup {
  color: white;
}
.top-service hgroup h2 {
  color: white;
}
.top-service .service-list {
  counter-reset: mycounter;
}
.top-service .service-list .item {
  align-items: center;
  counter-increment: mycounter;
}
@media screen and (max-width: 768px) {
  .top-service .service-list .item {
    flex-direction: column-reverse;
  }
}
.top-service .service-list .item .text-wrapper {
  width: 50%;
  flex-shrink: 0;
  color: white;
  padding-right: 72px;
}
@media screen and (max-width: 768px) {
  .top-service .service-list .item .text-wrapper {
    width: 100%;
    padding: 0;
  }
}
.top-service .service-list .item .text-wrapper h3 {
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-service .service-list .item .text-wrapper h3 {
    font-size: 2rem;
  }
}
.top-service .service-list .item .text-wrapper h3::before {
  content: "0" counter(mycounter);
  font-family: var(--cormorant);
  font-size: 2rem;
  color: white;
  line-height: 1;
  margin-right: 46px;
}
@media screen and (max-width: 768px) {
  .top-service .service-list .item .text-wrapper h3::before {
    margin-right: 16px;
  }
}
.top-service .service-list .item .text-wrapper .text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .top-service .service-list .item .text-wrapper .text {
    padding-left: 32px;
  }
}
.top-service .service-list .item .link-img {
  width: calc(50% + 166px);
  display: block;
  position: relative;
  height: 274px;
}
@media screen and (max-width: 768px) {
  .top-service .service-list .item .link-img {
    height: 200px;
    margin-bottom: 16px;
  }
}
.top-service .service-list .item .link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-service .service-list .item .link-img::before {
  content: "";
  background: url(../../assets/images/top-service-filter.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.top-service .service-list .item .link-img .arrow-circle {
  background-color: white;
  border-radius: 50%;
  width: 107px;
  display: block;
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  height: 107px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-service .service-list .item .link-img .arrow-circle {
    width: 50px;
    height: 50px;
    right: 24px;
  }
}
.top-service .service-list .item .link-img .arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../assets/images/icon-arrow.svg) no-repeat center/contain;
  display: block;
  width: 20px;
  height: 20px;
}
.top-service .service-list .item:not(:last-child) {
  border-bottom: 1px solid #6788af;
}
@media screen and (max-width: 768px) {
  .top-service .service-list .item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 32px;
  }
}

.inter {
  font-family: var(--inter);
}

.footer {
  position: relative;
  padding: 72px 0;
  background: url(../../assets/images/footer--filter.png) no-repeat center/cover;
}
.footer .deco {
  position: absolute;
}
.footer .deco.deco1 {
  content: "";
  background: url(../../assets/images/deco01.png) no-repeat center/contain;
  width: 15px;
  height: 15px;
  top: 44px;
  right: 16.5446559297vw;
  display: block;
}
.footer .deco.deco2 {
  content: "";
  background: url(../../assets/images/deco02.png) no-repeat center/contain;
  width: 25px;
  height: 25px;
  left: 20.9370424597vw;
  top: 32.2108345534vw;
}
@media screen and (max-width: 768px) {
  .footer .deco.deco2 {
    top: 138vw;
  }
}
.footer .footer-inner {
  width: 91.0688140556%;
  margin: 0 auto;
}
.footer .footer-contact-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .footer .footer-contact-list {
    grid-template-columns: 1fr;
  }
}
.footer .footer-contact-list .item {
  padding: 72px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer .footer-contact-list .item {
    padding: 32px;
    height: 214px;
  }
}
.footer .footer-contact-list .item:nth-child(1) {
  background: #50719a;
}
.footer .footer-contact-list .item:nth-child(1) .text {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .footer .footer-contact-list .item:nth-child(1) .text {
    margin-bottom: 16px;
  }
}
.footer .footer-contact-list .item:nth-child(1) .num {
  font-size: 4.5rem;
  line-height: 1.2222222222;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .footer .footer-contact-list .item:nth-child(1) .num {
    font-size: 3rem;
    margin-top: 16px;
  }
}
.footer .footer-contact-list .item:nth-child(2) {
  background: #6a94c9;
}
.footer .footer-contact-list .item:nth-child(2) .text {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .footer .footer-contact-list .item:nth-child(2) .text {
    margin-bottom: 24px;
  }
}
.footer .footer-contact-list .item:nth-child(2) .num {
  font-size: 4.5rem;
  line-height: 1.2222222222;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .footer .footer-contact-list .item:nth-child(2) .num {
    font-size: 3rem;
  }
}
.footer .footer-contact-list .item:nth-child(2) .time {
  font-size: 1.5rem;
  margin-top: 8px;
}
.footer .footer-contact-list .item a {
  color: white;
}
.footer .footer-bottom .footer-logo {
  font-size: 3rem;
  font-weight: 600;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  font-family: var(--en);
}
.footer .footer-bottom .footer-nav {
  margin-top: 24px;
  margin-bottom: 24px;
}
.footer .footer-bottom .footer-nav .footer-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer .footer-bottom .footer-nav .footer-nav-list li a {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
}
.footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  color: white;
}

.lower {
  background-color: #f5f9ff;
}
.lower .contents {
  padding-bottom: 64px;
}
.lower .breadcrumb {
  max-width: 1146px;
  margin: 16px auto 40px;
  width: 83.8945827233%;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .lower .breadcrumb {
    margin-bottom: 0px;
  }
}
.lower .page-ttl {
  width: 100%;
  height: 260px;
  background: url(../../assets/images/page-ttl-bg.png) no-repeat center/cover;
  position: relative;
  font-family: var(--serif);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower .page-ttl {
    height: 210px;
  }
}
.lower .page-ttl::after {
  content: attr(data-en);
  font-family: var(--cormorant);
  font-size: 26rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.68;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 768px) {
  .lower .page-ttl::after {
    font-size: 10rem;
  }
}
.lower .page-ttl h2 {
  color: white;
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lower .page-ttl h2 {
    font-size: 2.8rem;
  }
}
.lower section hgroup {
  margin-bottom: 48px;
}
.lower section hgroup .ttl {
  font-size: 7rem;
  font-weight: 400;
  color: var(--blue01);
  font-family: var(--cormorant);
  line-height: 1.2142857143;
}
@media screen and (max-width: 768px) {
  .lower section hgroup .ttl {
    font-size: 4.4rem;
  }
}
.lower section hgroup .sub-ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lower section hgroup .sub-ttl {
    font-size: 1.4rem;
  }
}
.lower .inner {
  max-width: 1146px;
  margin: 0 auto;
  width: 83.8945827233%;
}

.flex-wrapper {
  display: flex;
}

.serif {
  font-family: var(--serif);
  letter-spacing: 0.1em;
}

.text.fz30 {
  font-size: clamp(18px, 2.0497803807vw, 28px);
  line-height: 2;
}

.color-blue {
  color: var(--blue01);
}

.about .img-wrapper {
  position: relative;
}
.about .img-wrapper::after {
  content: "";
  background: url(../../assets/images/img-filter.png) no-repeat center/cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.about .text-wrapper {
  flex: 1;
}
.about .mission {
  padding-bottom: 0;
}
.about .mission .flex-wrapper {
  justify-content: space-between;
  gap: 4.39238653vw;
}
.about .mission .flex-wrapper .img-wrapper {
  width: 26.0614934114vw;
  aspect-ratio: 356/499;
  overflow: hidden;
  margin-right: -1.756954612vw;
}
.about .mission .flex-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .mission .flex-wrapper .text-wrapper {
  flex: 1;
}
.about .vision {
  padding-bottom: 0;
}
.about .vision .flex-wrapper {
  gap: 4.0995607613vw;
}
.about .vision .flex-wrapper .img-wrapper {
  width: 26.0614934114vw;
  aspect-ratio: 356/499;
  overflow: hidden;
  margin-left: -5.4172767204vw;
}
.about .vision .flex-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .value {
  position: relative;
}
.about .value > .flex {
  justify-content: space-between;
  align-items: center;
}
.about .value .value-contents-wrapper {
  width: 65.445026178%;
}
@media screen and (max-width: 768px) {
  .about .value .value-contents-wrapper {
    width: 100%;
  }
}
.about .value .img-wrapper {
  width: 35.0785340314%;
  margin-right: -6.9808027923%;
}
@media screen and (max-width: 768px) {
  .about .value .img-wrapper {
    margin-right: 0;
    display: none;
  }
}
.about .value .img-wrapper::after {
  content: none;
}
.about .value dl {
  counter-reset: value-counter;
}
@media screen and (max-width: 768px) {
  .about .value dl {
    width: 100%;
  }
}
.about .value dl > div {
  counter-increment: value-counter;
  margin-bottom: 64px;
}
.about .value dl > div:last-of-type {
  margin-bottom: 0;
}
.about .value dl dt {
  font-family: var(--serif);
  font-size: 3rem;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--blue01);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .value dl dt {
    font-size: 2.4rem;
  }
}
.about .value dl dt::after {
  content: "0" counter(value-counter);
  font-family: var(--cormorant);
  font-size: 14rem;
  color: rgba(106, 148, 201, 0.1);
  line-height: 0.6;
}
@media screen and (max-width: 768px) {
  .about .value dl dt::after {
    font-size: 7rem;
  }
}
.about .value dl dd {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .about .value dl dd {
    font-size: 1.6rem;
  }
}

.ta-c {
  text-align: center;
}

.service main {
  background: url(../../assets/images/service-bg.png) no-repeat center/cover;
}
.service .contents {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service .top-sec {
    padding-bottom: 0;
  }
}
.service .top-sec .lead {
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-family: var(--serif);
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .service .top-sec .lead {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}
.service .top-sec .flex-wrapper {
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .service .top-sec .flex-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service .top-sec .flex-wrapper:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .service .top-sec .flex-wrapper:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.service .top-sec .flex-wrapper .img-wrapper {
  position: relative;
  width: 44.502617801%;
}
@media screen and (max-width: 768px) {
  .service .top-sec .flex-wrapper .img-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.service .top-sec .flex-wrapper .img-wrapper::after {
  content: "";
  background: url(../../assets/images/img-filter.png) no-repeat center/cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.service .top-sec .flex-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service .top-sec .flex-wrapper .text-wrapper {
  width: 49.4764397906%;
}
@media screen and (max-width: 768px) {
  .service .top-sec .flex-wrapper .text-wrapper {
    width: 100%;
  }
}
.service .top-sec .flex-wrapper .text-wrapper h3 {
  margin-bottom: 24px;
  font-family: var(--serif);
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .service .top-sec .flex-wrapper .text-wrapper h3 {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
}
.service .top-sec .flex-wrapper .text-wrapper .text {
  font-size: 2rem;
  line-height: 2;
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .service .top-sec .flex-wrapper .text-wrapper .text {
    font-size: 1.6rem;
  }
}
.service .price h3,
.service .flow h3 {
  color: var(--blue01);
  font-size: 3rem;
  margin-bottom: 32px;
  color: var(--blue01);
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .service .price h3,
  .service .flow h3 {
    font-size: 2rem;
  }
}
.service .price .lead,
.service .flow .lead {
  font-family: var(--serif);
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .service .price .lead,
  .service .flow .lead {
    font-size: 2rem;
  }
}
.service .price .lead .small,
.service .flow .lead .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .service .price .lead .small,
  .service .flow .lead .small {
    font-size: 1.3rem;
    overflow-x: scroll;
  }
}
.service .price {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service .flow .img-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .service .flow .img-wrapper img {
    width: 700px;
    display: block;
    max-width: none;
  }
}
.service .service-archive {
  background: var(--blue02);
  color: white;
}
.service .service-archive .service-list {
  counter-reset: service-counter;
}
.service .service-archive .service-list .item {
  display: flex;
  margin-bottom: 64px;
  gap: 4.1884816754%;
  counter-increment: service-counter;
}
@media screen and (max-width: 768px) {
  .service .service-archive .service-list .item {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.service .service-archive .service-list .item:last-child {
  margin-bottom: 0;
}
.service .service-archive .service-list .item .img-wrapper {
  width: 52.9668411867%;
  aspect-ratio: 607/274;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: -6.3573883162%;
}
@media screen and (max-width: 768px) {
  .service .service-archive .service-list .item .img-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.service .service-archive .service-list .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service .service-archive .service-list .item .text-wrapper {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.service .service-archive .service-list .item .text-wrapper::before {
  content: "0" counter(service-counter);
  font-family: var(--cormorant);
  font-size: 2rem;
  margin-right: 32px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .service .service-archive .service-list .item .text-wrapper::before {
    margin-right: 16px;
    margin-top: 0px;
    line-height: 1.2;
  }
}
.service .service-archive .service-list .item .text-wrapper h3 {
  font-size: 4rem;
  line-height: 1.425;
  margin-bottom: 16px;
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .service .service-archive .service-list .item .text-wrapper h3 {
    font-size: 2rem;
  }
}

.company main {
  background: url(../../assets/images/privacy-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .company .company-detail {
    padding-bottom: 0;
  }
}
.company dl {
  font-family: var(--serif);
  max-width: 800px;
  margin: 0 auto;
}
.company dl > div {
  display: flex;
  padding: 16px 0;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #c4cdea;
}
.company dl > div dt {
  width: 20%;
}
.company dl > div dd {
  width: 78%;
}

.mb16 {
  margin-bottom: 16px;
}

.privacy main {
  background: url(../../assets/images/privacy-bg.png) no-repeat center/cover;
}
.privacy .privacy-head,
.privacy .privacy-body {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.privacy .privacy-head {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-head {
    margin-bottom: 40px;
  }
}
.privacy .privacy-body dl > div {
  margin-bottom: 48px;
}
.privacy .privacy-body dt {
  font-size: 2rem;
  margin-bottom: 16px;
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .privacy .privacy-body dt {
    margin-bottom: 8px;
  }
}
.privacy .privacy-body dd {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  text-align: justify;
}
.privacy .privacy-body dd ol {
  counter-reset: privacy-counter;
}
.privacy .privacy-body dd ol.child-list {
  margin-left: 2em;
}
.privacy .privacy-body dd ol.g-child {
  margin-left: 2em;
}
.privacy .privacy-body dd ol > li {
  counter-increment: privacy-counter;
  display: flex;
  width: 100%;
}
.privacy .privacy-body dd ol > li::before {
  content: counter(privacy-counter) ".";
  font-family: var(--serif);
  font-weight: bold;
  margin-right: 0.3em;
  width: 1.3em;
  flex-grow: 0;
  flex-shrink: 0;
}
.privacy address {
  font-style: normal;
}

.contact main {
  background: url(../../assets/images/privacy-bg.png) no-repeat center/cover;
}
.contact .form {
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
}
.contact .form .flex-wrapper {
  justify-content: space-between;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact .form .flex-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.contact .form .flex-wrapper .contact-item {
  width: 48.3870967742%;
}
@media screen and (max-width: 768px) {
  .contact .form .flex-wrapper .contact-item {
    width: 100%;
    margin-bottom: 32px;
  }
}
.contact .form .text-area {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact .form .text-area {
    margin-bottom: 32px;
  }
}
.contact .form label {
  display: block;
  margin-bottom: 16px;
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .contact .form label {
    margin-bottom: 8px;
  }
}
.contact .form input[type=text],
.contact .form input[type=tel],
.contact .form input[type=email],
.contact .form textarea {
  padding: 16px;
  background-color: white;
  display: block;
  width: 100%;
}
.contact .form .white-btn {
  display: block;
  width: 350px;
  max-width: 100%;
  height: 72px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1.9rem;
  display: grid;
  place-content: center;
  position: relative;
  color: var(--blue01);
  margin: 56px auto 0;
  background-color: white;
  box-shadow: 20px 20px 20px rgba(171, 211, 246, 0.38);
  transition: all 0.4s ease-in-out;
}
.contact .form .white-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid var(--blue01);
  border-right: 2px solid var(--blue01);
  position: absolute;
  right: 3em;
  top: 50%;
  transition: all 0.4s ease-in-out;
}
.contact .form .white-btn:hover {
  background-color: var(--blue01);
  color: white;
}
.contact .form .white-btn:hover::after {
  border-color: white;
}
.contact .form .wpcf7-submit:disabled {
  background-color: #999;
  color: white;
}

/*# sourceMappingURL=style.css.map */
