@charset "UTF-8";
:root {
  --pc-header: 10rem;
  --sp-header: 7.2rem;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  letter-spacing: .06em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #051d32;
  font-size: 1.6rem;
  background: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.ft_e {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}

.ft_m {
  font-family: "Noto Sans JP", sans-serif;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

em, b, i, span, strong, small {
  letter-spacing: inherit;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6.5rem;
  }
}

.c_btn {
  text-align: right;
}

.c_btn a {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  color: #3aa6d8;
  font-weight: 300;
  background: url(../img/arrow-right02.svg) no-repeat right center/contain;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .16em;
  padding-right: 4.5em;
}

.c_ttl {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .16em;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 1.8rem;
  }
  .c_ttl.b + p {
    text-align: center;
    margin-top: 2rem;
    letter-spacing: .18em;
  }
}

.c_ttl:not(.b) {
  position: relative;
  padding-bottom: 5.3rem;
}

@media screen and (max-width: 767px) {
  .c_ttl:not(.b) {
    padding-bottom: 4rem;
  }
}

.c_ttl:not(.b) i {
  margin-bottom: .15em;
}

.c_ttl:not(.b):before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  background: #355978;
  height: 1px;
  bottom: 0;
}

.c_ttl:not(.b) + p {
  margin-top: 4rem;
  text-align: center;
}

.c_ttl i {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  display: block;
  font-size: 11rem;
  letter-spacing: .06em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    font-size: 8.5rem;
  }
}

.c_ttl + p {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .c_ttl.b {
    position: absolute;
  }
  .c_ttl.b i {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .c_ttl.l {
    left: 0;
  }
  .c_ttl.r {
    right: 0;
  }
}

.c_tbl2 {
  border-top: solid 1px #c1cdd6;
}

.c_tbl2 th {
  text-align: left;
  width: 12em;
  background: #f5f5f5;
}

.c_tbl2 tr > * {
  padding: 2em 1.6em;
  border-bottom: solid 1px #c1cdd6;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c_tbl2 tr > * {
    float: left;
    width: 100%;
    padding: 1em 1em;
  }
}

.u_inner {
  width: 120rem;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .u_inner {
    width: auto;
    margin: 0 3rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  html {
    font-size: calc(100vw * 10 / 1380);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 545);
  }
}

@media screen and (min-width: 768px) {
  .u_tel {
    pointer-events: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

.h_logo {
  position: fixed;
  z-index: 60;
  top: 3rem;
  left: 3rem;
}

@media screen and (min-width: 768px) {
  .h_logo {
    left: 3.75%;
    top: 3.5rem;
    transition: top .2s;
  }
  body.fixed .h_logo {
    top: 3rem;
  }
}

.h_logo a {
  transition: background .3s;
  background: url(../img/h-logo-w.png) no-repeat center top/contain;
}

body.fixed .h_logo a {
  background-image: url(../img/h-logo.png);
}

.h_logo img {
  width: 13.2rem;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 15.1rem;
  }
}

.h_inner {
  margin-left: calc(100vw - 60rem);
  background: #f1f7fb;
  height: 100%;
  padding: 14rem 8rem;
}

@media screen and (max-width: 767px) {
  .h_inner {
    margin-left: 11rem;
    padding: 11rem 5rem;
  }
}

.h_nav {
  font-weight: bold;
  position: relative;
}

.h_nav li + li {
  margin-top: 5rem;
}

.h_nav a {
  font-size: 1.3rem;
  letter-spacing: .16em;
}

.h_nav a:hover {
  opacity: 1;
  color: inherit;
}

.h_nav i {
  display: block;
  font-size: 3.8rem;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  margin-bottom: .15em;
}

@media screen and (max-width: 767px) {
  .h_nav i {
    font-size: 4.2rem;
  }
}

.h_menu {
  position: fixed;
  z-index: 60;
  right: 3.75%;
  top: 5rem;
  cursor: pointer;
  background: url(../img/h-menu-w.svg) no-repeat center top/contain;
  transition: background .3s;
}

@media screen and (max-width: 767px) {
  .h_menu {
    top: 2.5rem;
    right: 3rem;
  }
}

body.fixed .h_menu {
  background-image: url(../img/h-menu.svg);
}

.h_menu img {
  opacity: 0;
  width: 5rem;
}

.h_close {
  position: absolute;
  left: calc(100vw - 11rem);
  top: 5rem;
  background: none !important;
}

@media screen and (max-width: 767px) {
  .h_close {
    top: 2.7rem;
    left: calc(100vw - 7.5rem);
  }
}

.h_close img {
  opacity: 1;
  width: 4.4rem;
}

#toggle_menu {
  display: none;
  position: fixed;
  z-index: 65;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(5, 29, 50, 0.52);
}

body.open {
  overflow-y: hidden;
}

#gototop {
  position: absolute;
  right: 6rem;
  top: 15rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #gototop {
    top: 9rem;
    right: 4rem;
  }
}

#gototop a {
  background: url(../img/f-arrow.svg) no-repeat 1.2rem top/0.4rem;
  padding-top: 7.5rem;
  display: block;
}

#gototop a:hover {
  color: inherit;
}

#gototop i {
  letter-spacing: .16em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#footer {
  background: #3aa6d8;
  position: relative;
  padding: 12rem 0 0;
  color: #fff;
}

#footer ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

#footer ::-webkit-scrollbar-track {
  background: #2086b5;
}

#footer ::-webkit-scrollbar-thumb {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 8rem 0 0;
  }
  #footer .u_inner {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
}

.f_logo {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 9rem;
  }
}

.f_logo img {
  width: 34rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 26.2rem;
  }
}

.f_sns {
  display: flex;
  gap: 4rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .f_sns {
    margin-bottom: 4rem;
  }
}

.f_sns img {
  width: 3.4em;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .f_sns img {
    font-size: .85rem;
  }
}

.f_sns .tt {
  width: 3.2em;
}

.f_nav {
  font-size: 1.7rem;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin-bottom: 7rem;
    font-size: 1.9rem;
  }
  .f_nav li {
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 768px) {
  .f_nav {
    display: flex;
    gap: 5rem;
  }
}

.f_nav a {
  display: block;
  letter-spacing: .12em;
}

.f_nav a:hover {
  color: inherit;
}

.f_point {
  height: 9.5rem;
  overflow-y: auto;
  margin: 0 0 9.5rem;
}

@media screen and (max-width: 767px) {
  .f_point {
    height: 10rem;
    margin: 0 0 7.5rem;
  }
}

.f_point * {
  letter-spacing: .16em;
  font-size: 1.4rem;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .f_point * {
    font-size: 1.3rem;
  }
}

.f_point p, .f_point dd {
  margin-bottom: 1em;
}

.f_btm {
  position: relative;
  padding: 3rem 0;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .f_btm {
    padding: 2rem 0;
    font-size: 1rem;
  }
}

.f_btm:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  border-top: solid 1px #66bde6;
  top: 0;
}

.f_btm a {
  text-decoration: underline;
  letter-spacing: .16em;
}

.f_copy {
  letter-spacing: .16em;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
}

.top_main .slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  min-height: 60rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide img {
    height: 100svh;
  }
}

.top_main .slide li + li {
  display: none;
}

.top_main dl {
  position: absolute;
  bottom: 5rem;
  left: 3.75%;
  color: #fff;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .top_main dl {
    left: 0;
    bottom: 3rem;
    padding: 0 3rem;
  }
}

.top_main dl.show {
  visibility: visible;
}

.top_main dl.show dt span i {
  animation: fadeIn 1s 0s ease both;
}

.top_main dl.show dt span.a i:nth-child(1) {
  animation-delay: 0.05s;
}

.top_main dl.show dt span.a i:nth-child(2) {
  animation-delay: 0.1s;
}

.top_main dl.show dt span.a i:nth-child(3) {
  animation-delay: 0.15s;
}

.top_main dl.show dt span.a i:nth-child(4) {
  animation-delay: 0.2s;
}

.top_main dl.show dt span.a i:nth-child(5) {
  animation-delay: 0.25s;
}

.top_main dl.show dt span.a i:nth-child(6) {
  animation-delay: 0.3s;
}

.top_main dl.show dt span.a i:nth-child(7) {
  animation-delay: 0.35s;
}

.top_main dl.show dt span.a i:nth-child(8) {
  animation-delay: 0.4s;
}

.top_main dl.show dt span.a i:nth-child(9) {
  animation-delay: 0.45s;
}

.top_main dl.show dt span.a i:nth-child(10) {
  animation-delay: 0.5s;
}

.top_main dl.show dt span.a i:nth-child(11) {
  animation-delay: 0.55s;
}

.top_main dl.show dt span.a i:nth-child(12) {
  animation-delay: 0.6s;
}

.top_main dl.show dt span.a i:nth-child(13) {
  animation-delay: 0.65s;
}

.top_main dl.show dt span.a i:nth-child(14) {
  animation-delay: 0.7s;
}

.top_main dl.show dt span.a i:nth-child(15) {
  animation-delay: 0.75s;
}

.top_main dl.show dt span.a i:nth-child(16) {
  animation-delay: 0.8s;
}

.top_main dl.show dt span.a i:nth-child(17) {
  animation-delay: 0.85s;
}

.top_main dl.show dt span.a i:nth-child(18) {
  animation-delay: 0.9s;
}

.top_main dl.show dt span.b i:nth-child(1) {
  animation-delay: 0.95s;
}

.top_main dl.show dt span.b i:nth-child(2) {
  animation-delay: 1s;
}

.top_main dl.show dt span.b i:nth-child(3) {
  animation-delay: 1.05s;
}

.top_main dl.show dt span.b i:nth-child(4) {
  animation-delay: 1.1s;
}

.top_main dl.show dt span.b i:nth-child(5) {
  animation-delay: 1.15s;
}

.top_main dl.show dt span.b i:nth-child(6) {
  animation-delay: 1.2s;
}

.top_main dl.show dt span.b i:nth-child(7) {
  animation-delay: 1.25s;
}

.top_main dl.show dt span.b i:nth-child(8) {
  animation-delay: 1.3s;
}

.top_main dl.show dt span.b i:nth-child(9) {
  animation-delay: 1.35s;
}

.top_main dl.show dt span.b i:nth-child(10) {
  animation-delay: 1.4s;
}

.top_main dl.show dt span.b i:nth-child(11) {
  animation-delay: 1.45s;
}

.top_main dl.show dt span.b i:nth-child(12) {
  animation-delay: 1.5s;
}

.top_main dl.show dt span.b i:nth-child(13) {
  animation-delay: 1.55s;
}

.top_main dl.show dt span.b i:nth-child(14) {
  animation-delay: 1.6s;
}

.top_main dl.show dt span.b i:nth-child(15) {
  animation-delay: 1.65s;
}

.top_main dl.show dt span.b i:nth-child(16) {
  animation-delay: 1.7s;
}

.top_main dl.show dt span.b i:nth-child(17) {
  animation-delay: 1.75s;
}

.top_main dl.show dt span.b i:nth-child(18) {
  animation-delay: 1.8s;
}

.top_main dl.show dd i {
  transform: translateY(0);
  transition: transform .8s;
  transition-delay: 1.8  s;
}

.top_main dt {
  font-size: 3.2rem;
  letter-spacing: .18em;
  margin-bottom: .7em;
}

.top_main dt span {
  display: block;
}

@media screen and (max-width: 767px) {
  .top_main dt {
    font-size: 2.9rem;
    white-space: nowrap;
  }
}

.top_main dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .12em;
  overflow: hidden;
}

.top_main dd i {
  display: block;
  transform: translateY(100%);
}

@media screen and (max-width: 767px) {
  .top_main dd {
    font-size: 1.6rem;
  }
  .top_main dd br {
    display: none;
  }
}

.top_main .scroll {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.75%;
  font-size: 1.3rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .top_main .scroll {
    display: none;
  }
}

.top_main .scroll a {
  display: block;
  padding-bottom: 9.5rem;
  position: relative;
}

.top_main .scroll a:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: .2em;
  bottom: 0;
  background: #fff;
  height: 8rem;
  width: 1px;
}

.top_main .scroll i {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: .38em;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fixed_contact {
  position: fixed;
  z-index: 60;
  bottom: 5rem;
  right: 3.75%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(120deg, #45b6e2 0%, #3aa6d8 100%);
  background-image: -webkit-linear-gradient(120deg, #45b6e2 0%, #3aa6d8 100%);
  background-image: -ms-linear-gradient(120deg, #45b6e2 0%, #3aa6d8 100%);
  transition: transform .3s;
}

.fixed_contact.abs {
  transform: translateY(150%);
}

@media screen and (max-width: 767px) {
  .fixed_contact.abs {
    transform: translateY(35rem);
  }
}

@media screen and (max-width: 767px) {
  .fixed_contact {
    right: -1rem;
    bottom: 25rem;
  }
  body.open .fixed_contact.abs {
    transform: none;
  }
  body.open .fixed_contact {
    z-index: 68;
    bottom: 5rem;
    right: 3rem;
  }
}

.fixed_contact a {
  display: block;
  text-align: center;
  padding-top: 3.4em;
  width: 16rem;
  height: 16rem;
  font-size: 1.7rem;
  letter-spacing: .16em;
  color: #fff;
  background: url(../img/arrow-right01.svg) no-repeat center 10rem/3.1rem;
}

@media screen and (max-width: 767px) {
  .fixed_contact a {
    font-size: 1.6rem;
    padding-top: 3em;
    width: 14.2rem;
    height: 14.2rem;
    background-position: center 9rem;
    background-size: 2.9rem;
  }
}

.top_cp {
  display: flex;
  overflow: hidden;
  margin: 21rem 0 20rem;
}

@media screen and (max-width: 767px) {
  .top_cp {
    margin: 15rem 0 14rem;
  }
}

.top_cp p {
  animation: scroll-left 70s infinite linear .5s both;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .top_cp p {
    padding-right: 3rem;
  }
}

.top_cp img {
  height: 11.5rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_cp img {
    height: 8.5rem;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top_lead .ttl {
  font-size: 5rem;
  line-height: 1.44;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .top_lead .ttl {
    font-size: 4.2rem;
    margin-bottom: 1.5em;
  }
}

.top_lead .ttl i {
  display: block;
  color: #355978;
  font-size: 1.6rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .top_lead .ttl i {
    font-size: 1.7rem;
  }
}

.top_lead p {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .top_lead p {
    margin-top: 1.5em;
  }
}

.top_lead .sign {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .top_lead .sign {
    margin-top: 6rem;
    margin-right: 10rem;
  }
}

.top_lead .sign img {
  width: 16rem;
}

@media screen and (max-width: 767px) {
  .top_lead .sign img {
    width: 13.5rem;
  }
}

.top_lead .img {
  margin-top: 20rem;
}

.top_lead .img img {
  width: 100%;
}

.top_biz {
  padding: 22rem 0;
}

@media screen and (max-width: 767px) {
  .top_biz {
    padding: 19rem 0 16rem;
  }
}

.top_biz .ttl {
  font-size: 3.6rem;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .top_biz .ttl {
    font-size: 3.1rem;
  }
}

.top_biz .ttl img {
  height: 7.2rem;
  display: block;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .top_biz .ttl img {
    height: 5.7rem;
  }
}

.top_biz .row {
  margin-top: 10rem;
}

.top_biz .row p {
  line-height: 2.125;
}

@media screen and (min-width: 768px) {
  .top_biz .row {
    margin-top: 16rem;
    display: flex;
    gap: 12rem;
  }
  .top_biz .row.a figure img {
    margin-left: auto;
  }
  .top_biz .row.b {
    flex-direction: row-reverse;
  }
  .top_biz .row figure {
    width: calc(50% - 6rem);
  }
  .top_biz .row figure img {
    width: 74rem;
    height: 54rem;
    object-fit: cover;
    display: block;
  }
}

.top_biz .row dl {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_biz .desc {
    margin: 7rem 3rem 0;
  }
}

@media screen and (min-width: 768px) {
  .top_biz .desc {
    margin-top: 3rem;
    width: 54.5rem;
  }
}

.top_biz .c_btn {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .top_biz .c_btn {
    margin-top: 6rem;
  }
}

.top_maker {
  position: relative;
  z-index: 0;
  padding-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .top_maker {
    padding-bottom: 16rem;
  }
}

.top_maker:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  inset: 4.5rem 0 0 0;
  background-image: -moz-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
  background-image: -webkit-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
  background-image: -ms-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
}

@media screen and (max-width: 767px) {
  .top_maker:before {
    inset: 4rem 0 0 0;
  }
}

.top_maker ul {
  margin-top: 13rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4rem 5rem;
}

@media screen and (max-width: 767px) {
  .top_maker ul {
    margin-top: 10rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_maker li:nth-child(n + 11) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_maker li:nth-child(n + 7) {
    display: none;
  }
}

.top_maker li p {
  font-size: 1.5rem;
  text-align: center;
  margin-top: .8em;
  letter-spacing: .02em;
}

.top_maker .more {
  margin-top: 4.4rem;
}

@media screen and (max-width: 767px) {
  .top_maker .more {
    margin-top: 3rem;
  }
}

.top_maker .more a {
  display: block;
  background: url(../img/ico-plus.svg) no-repeat calc(100% - 2em) center/2rem;
  letter-spacing: .16em;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #051d32;
}

@media screen and (max-width: 767px) {
  .top_maker .more a {
    height: 5.6rem;
    background-position: calc(100% - 2.2rem);
    background-size: 1.6rem;
  }
}

.top_maker .more a:hover {
  color: inherit;
}

.top_maker.show .more {
  display: none;
}

@media screen and (min-width: 768px) {
  .top_maker.show li:nth-child(n + 11) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top_maker.show li:nth-child(n + 7) {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .top_sec .u_inner {
    position: relative;
  }
}

.top_news {
  padding: 14rem 0;
}

@media screen and (min-width: 768px) {
  .top_news {
    padding: 20rem 0;
  }
  .top_news .u_inner {
    padding-left: 29rem;
  }
  .top_news .c_btn {
    text-align: left;
  }
}

.top_news .c_btn {
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .top_news .c_btn {
    margin-top: 7rem;
  }
}

.top_news ul {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top_news ul {
    margin-top: 6rem;
  }
}

.top_news li {
  border-bottom: solid 1px #c1cdd6;
}

.top_news li a {
  display: flex;
  padding: 4rem 8rem 5rem 0;
  gap: 5rem;
  background: url(../img/arrow-right03.svg) no-repeat right center/5.1rem;
}

@media screen and (max-width: 767px) {
  .top_news li a {
    padding: 3.8rem 0;
    gap: 3rem;
    background-position: right calc(100% - 3.5rem);
    background-size: 4rem;
  }
}

.top_news li a:hover {
  color: inherit;
}

.top_news li figure {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .top_news li figure {
    width: 22rem;
  }
}

.top_news li .desc {
  width: calc(100% - 35rem);
}

@media screen and (max-width: 767px) {
  .top_news li .desc {
    width: calc(100% - 25rem);
  }
}

.top_news li i {
  font-size: 1.3rem;
  background: #051d32;
  color: #fff;
  padding: .2em 1.5em;
}

.top_news li p {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .top_news li p {
    font-size: 2.6rem;
  }
}

.top_news li p:has(i) {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 1.2em;
  gap: 1.2em;
}

@media screen and (max-width: 767px) {
  .top_news li p:has(i) {
    font-size: 1.3rem;
  }
}

.top_insta {
  background-image: -moz-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
  background-image: -webkit-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
  background-image: -ms-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
  padding: 15rem 0;
}

@media screen and (min-width: 768px) {
  .top_insta {
    padding: 19rem 0 22rem;
  }
  .top_insta .u_inner {
    padding-left: 29rem;
  }
}

.top_insta ul {
  margin-top: 7.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top_insta ul {
    margin-top: 8.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.top_insta li a {
  display: block;
}

.top_insta li img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.top_slide li + li {
  display: none;
}

.top_slide img {
  width: 75rem;
}

@media screen and (max-width: 767px) {
  .top_slide img {
    width: 49.1rem;
  }
}

.top_com {
  padding: 14rem 0 16rem;
}

@media screen and (min-width: 768px) {
  .top_com {
    padding: 20rem 0;
  }
  .top_com .u_inner {
    padding-right: 29rem;
  }
}

.top_com .ttl {
  font-size: 2.2rem;
  letter-spacing: .16em;
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .top_com .ttl {
    text-align: center;
    letter-spacing: .18em;
    font-size: 1.9rem;
    margin-top: .7em;
  }
}

.top_com dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c1cdd6;
}

.top_com dt, .top_com dd {
  border-bottom: solid 1px #c1cdd6;
  font-size: 1.5rem;
  line-height: 2;
  padding: 1.2em 1rem;
}

@media screen and (max-width: 767px) {
  .top_com dt, .top_com dd {
    font-size: 1.4rem;
  }
}

.top_com dt {
  width: 23rem;
}

@media screen and (max-width: 767px) {
  .top_com dt {
    width: 14rem;
  }
}

.top_com dd {
  width: calc(100% - 23rem);
}

@media screen and (max-width: 767px) {
  .top_com dd {
    width: calc(100% - 14rem);
  }
}

.top_com .map {
  height: 40rem;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .top_com .map {
    height: 22rem;
    margin-top: 6rem;
  }
}

.top_com iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.form {
  background-image: -moz-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
  background-image: -webkit-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
  background-image: -ms-linear-gradient(120deg, #e3eff8 0%, #f1f7fb 100%);
  padding: 16rem 0 17rem;
}

.form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  background-color: transparent;
}

.form div.wpcf7 .ajax-loader:before {
  content: none;
}

.form .wpcf7-spinner {
  display: none !important;
}

.form span.wpcf7-list-item {
  margin: 0;
  display: inline;
}

.form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}

.form input:-webkit-autofill, .form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
  -webkit-text-fill-color: #333;
}

.form input[readonly], .form textarea[readonly], .form select[readonly] {
  border: none !important;
  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .form {
    padding: 20rem 0;
  }
  .form .u_inner {
    padding-right: 29rem;
  }
}

.form .line {
  background: #c1cdd6;
  height: 1px;
  margin: 9.5rem 0;
}

@media screen and (min-width: 768px) {
  .form .row {
    display: flex;
    gap: 4rem;
  }
  .form .row dl {
    flex: 1;
  }
}

.form dt {
  margin-bottom: .8em;
}

.form dd {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .form dd {
    font-size: 16px;
  }
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  width: 100%;
  background: #fff;
  padding: 1.4em 1.5em;
}

.form dd textarea {
  height: 16em;
}

@media screen and (max-width: 767px) {
  .form dd textarea {
    height: 12em;
  }
}

.form .check {
  margin-top: 3rem;
}

.form .check input {
  margin-right: .6em;
  width: 1em;
  height: 1em;
  vertical-align: -.1em;
}

.form .check .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 4em;
}

@media screen and (max-width: 767px) {
  .form .check .wpcf7-form-control {
    gap: 1em 2.8em;
  }
}

.form .doui2 {
  margin: 7rem 0;
}

.form .doui2 input {
  margin-right: .8em;
  width: 1em;
  height: 1em;
  vertical-align: -.1em;
}

.form .doui2 .wpcf7-list-item-label {
  display: none;
}

.form .doui2 a {
  text-decoration: underline;
}

.form .btn input {
  background: #3aa6d8;
  color: #fff;
  width: 30rem;
  height: 8rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .form .btn input {
    width: 23.3rem;
    height: 6.7rem;
  }
}

.biz_modal dt {
  font-size: 3.6rem;
  margin: 0 0 1.2em;
}

@media screen and (max-width: 767px) {
  .biz_modal dt {
    font-size: 3.2rem;
  }
}

.biz_modal dd p {
  margin-top: .8em;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .biz_modal dd p {
    font-size: 1.75rem;
  }
}

.biz_modal dd p:before {
  content: '';
  position: absolute;
  border: solid 1px #3aa6d8;
  border-radius: 50%;
  width: .625em;
  height: .625em;
  left: 0;
  top: .5em;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(5, 29, 50, 0.5);
  z-index: 9999;
  display: none;
}

.popup-modal .close {
  position: absolute;
  width: 3rem;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
  z-index: 1;
}

.popup-modal .close img {
  width: 100%;
}

.popup-modal .wrap {
  display: flex;
  height: calc(100vh - 4rem);
  margin-top: 2rem;
}

.popup-modal .box {
  width: 80rem;
  max-width: calc(100% - 6rem);
  margin: auto;
  position: relative;
  border-radius: 2rem;
  background: #f1f7fb;
}

.popup-modal .scroll {
  padding: 9rem 8rem;
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 4rem);
}

@media screen and (max-width: 767px) {
  .popup-modal .scroll {
    padding: 9rem 6rem;
  }
}

body.show-modal {
  overflow-y: hidden;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  display: block;
  animation: fadeIn 1s;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  display: none;
  animation: fadeOut .8s;
}

.low_header {
  background: #3aa6d8;
}

.low_header .ttl {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    padding-top: 10rem;
  }
}

.low_header2 {
  height: 54rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .low_header2 {
    height: 30rem;
  }
}

.low_header2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

.low_header2 .ttl {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .low_header2 .ttl {
    font-size: 3.6rem;
  }
}

.low_header2 .ttl i {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: .14em;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.com_nav {
  display: flex;
  margin: 10rem 0;
}

@media screen and (max-width: 767px) {
  .com_nav {
    margin: 8rem 0;
    flex-direction: column;
  }
}

.com_nav li {
  flex: 1;
  border: solid 1px #3aa6d8;
}

@media screen and (min-width: 768px) {
  .com_nav li + li {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .com_nav li + li {
    border-top: none;
  }
}

.com_nav a {
  line-height: 7rem;
  display: block;
  text-align: center;
  color: #3aa6d8;
  font-weight: bold;
  font-size: 1.8rem;
  background: url(../img/arrow-down01.svg) no-repeat calc(100% - 2rem)/1.4rem;
}

@media screen and (max-width: 767px) {
  .com_nav a {
    line-height: 5.5rem;
  }
}

.com_sec {
  padding: 16rem 0;
}

@media screen and (max-width: 767px) {
  .com_sec {
    padding: 10rem 0;
  }
}

.com_sec.bg {
  background: #f5f5f5;
}

.com_sec .line {
  border-top: solid 1px #c1cdd6;
  padding-top: 7rem;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .com_sec .line {
    padding-top: 5rem;
    margin-top: 6rem;
  }
}

.com_sec .line.b {
  padding: 0;
}

.com_sec .row {
  display: flex;
}

.com_sec .row p {
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .com_sec .row p {
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .com_sec .row {
    flex-direction: column;
    margin: 0 3rem;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .com_sec .row.a {
    margin-left: calc(50% - 60rem);
  }
  .com_sec .row.a .desc {
    padding-right: 12rem;
  }
  .com_sec .row.b {
    flex-direction: row-reverse;
    margin-right: calc(50% - 60rem);
  }
  .com_sec .row.b .desc {
    padding-left: 12rem;
  }
  .com_sec .row .desc {
    margin-top: 10rem;
    width: 50rem;
  }
  .com_sec .row figure {
    width: calc(50vw + 10rem);
  }
  .com_sec .row figure img {
    width: 90rem;
  }
}

.com_info dl {
  border: solid 1px #000;
}

@media screen and (min-width: 768px) {
  .com_info dl {
    display: flex;
    flex-wrap: wrap;
  }
}

.com_info dt, .com_info dd {
  padding: 2em;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .com_info dt, .com_info dd {
    padding: .6em 1.2em;
  }
}

.com_info dt:nth-last-of-type(1), .com_info dd:nth-last-of-type(1) {
  border: none;
}

.com_info dt {
  background: #3aa6d8;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .com_info dt {
    width: 30rem;
    border-bottom: solid 1px #fff;
  }
}

.com_info dd {
  border-bottom: solid 1px #000;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .com_info dd {
    width: calc(100% - 30rem);
  }
}

.com_info dd a {
  color: #3aa6d8;
  text-decoration: underline;
}

.com_access .map {
  height: 46rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .com_access .map {
    height: 30rem;
  }
}

.com_access iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.com_access .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .com_access .row {
    flex-direction: column;
    gap: 3rem;
  }
}

.com_access .row p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: .06em;
}

.com_access .list {
  background: #ecf0f5;
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .com_access .list {
    padding: 4rem;
  }
  .com_access .list dl + dl {
    border-top: solid 1px #c1cdd6;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .com_access .list {
    width: 74rem;
    display: flex;
  }
  .com_access .list dl {
    flex: 1;
    padding: 0 5rem;
  }
  .com_access .list dl + dl {
    border-left: solid 1px #c1cdd6;
  }
}

.com_access dt {
  color: #3aa6d8;
  font-weight: bold;
  letter-spacing: .14em;
  margin-bottom: .3em;
}

.com_access dt img {
  height: 2.1rem;
  margin-right: .5em;
  vertical-align: -.3em;
}

.com_access dd {
  letter-spacing: .14em;
  line-height: 1.875;
}

.com_history dl {
  background: #fff;
  border-top: solid 2px #3aa6d8;
  border-bottom: solid 2px #3aa6d8;
  display: flex;
  flex-wrap: wrap;
  padding: 7rem 6.5rem;
}

@media screen and (max-width: 767px) {
  .com_history dl {
    padding: 5rem 3rem;
  }
}

.com_history dt {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: .06em;
  width: 16rem;
  padding-bottom: 7rem;
  position: relative;
  color: #3aa6d8;
}

.com_history dt:before {
  content: '';
  position: absolute;
  height: 100%;
  background: #b8cce5;
  width: .3rem;
  left: 10rem;
  top: .5em;
}

@media screen and (max-width: 767px) {
  .com_history dt:before {
    left: 7rem;
  }
}

.com_history dt:after {
  content: '';
  position: absolute;
  border: solid 2px #3aa6d8;
  border-radius: 50%;
  width: .9rem;
  height: .9rem;
  background: #fff;
  left: 9.7rem;
  top: .3em;
}

@media screen and (max-width: 767px) {
  .com_history dt:after {
    left: 6.7rem;
  }
}

.com_history dt:nth-last-of-type(1) {
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .com_history dt {
    width: 10rem;
  }
}

.com_history dd {
  width: calc(100% - 16rem);
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .com_history dd {
    width: calc(100% - 10rem);
  }
}

.c_ttl2 {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .06em;
  border-left: solid 0.4rem #3aa6d8;
  padding-left: .5em;
  color: #3aa6d8;
  line-height: 1;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .c_ttl2 {
    font-size: 2.8rem;
  }
}

.serv_equip figure {
  margin-bottom: 7.5rem;
}

.serv_equip ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .serv_equip ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.serv_equip li {
  border: solid 1px #c1cdd6;
  height: 8rem;
  display: flex;
  align-items: center;
  margin-top: -1px;
  margin-left: -1px;
  justify-content: space-between;
  padding: 0 .8em;
}

@media screen and (min-width: 768px) {
  .serv_equip li {
    font-size: 1.7rem;
    padding: 0 1.5em;
  }
}

.serv_equip .etc {
  text-align: right;
  margin: 1rem 0 3.5rem;
}

@media screen and (min-width: 768px) {
  .serv_equip .etc {
    font-size: 1.7rem;
  }
}

.flow_list ul {
  border-top: solid 1px #c1cdd6;
  margin-top: 9.5rem;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .flow_list ul {
    margin-top: 6rem;
    padding: 0;
  }
}

.flow_list li {
  position: relative;
  margin-left: 12rem;
  padding: 7rem 0;
  border-bottom: solid 1px #c1cdd6;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flow_list li {
    padding: 5rem 0;
  }
}

.flow_list li:last-child:before {
  height: calc(100% - 17rem);
}

.flow_list li:before {
  content: '';
  position: absolute;
  width: 1rem;
  background: #b8cce5;
  height: calc(100% - 15rem);
  top: 17rem;
  left: -8.5rem;
}

@media screen and (max-width: 767px) {
  .flow_list li {
    flex-direction: column;
    gap: 2rem;
  }
}

.flow_list li i {
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  font-weight: 600;
  color: #3aa6d8;
  font-size: 6rem;
  letter-spacing: .06em;
  left: -12rem;
  line-height: 1;
  margin-top: -.1em;
}

.flow_list dt {
  font-weight: bold;
  font-size: 3.3rem;
  letter-spacing: .06em;
  color: #3aa6d8;
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .flow_list dt {
    font-size: 2.6rem;
  }
}

.flow_list dd {
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .flow_list dd {
    line-height: 1.875;
  }
}

.flow_list figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flow_list figure {
    width: 34rem;
  }
}

.flow_faq dl {
  background: #fff;
  padding: 3rem 9rem 4rem;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .flow_faq dl {
    padding: 3rem 3rem 4rem 8rem;
  }
}

.flow_faq dt {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  color: #3aa6d8;
  padding: .3em 0;
  margin-bottom: 1.2em;
}

.flow_faq dt:before {
  content: 'Q';
  font-family: "Cormorant Garamond", serif;
  background: #3aa6d8;
  color: #fff;
  line-height: 2;
  width: 2em;
  height: 2em;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  left: -6rem;
  top: 0;
}

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