@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes loopTextToRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loopTextToRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
    Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

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

table,
input, textarea, select, option {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-weight: 500;
}

a {
  color: #050505;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

a:hover,
a:hover img {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
}

.u-pd90 {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .u-pd90 {
    padding: 60px 0;
  }
}

.u-bgcover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-center {
  text-align: center;
}

.u-bg01 {
  background-color: #F7F8FB;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-df--jf {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-df--al {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-df-left, .u-df-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .u-df-left, .u-df-right {
    width: 100%;
  }
}

.u-slheight .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u-slheight .slick-slide {
  height: inherit !important;
}

.u-hover .u-bgcover {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.u-hover .u-bgcover:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-hover:hover .u-bgcover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*------------------------------------------------------------
  effect（ページ遷移）
------------------------------------------------------------*/
.u-effect {
  position: relative;
}

.u-effect::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131957;
  background-image: url(../images/top/h-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 767px) {
  .u-effect::after {
    background-size: 100px;
  }
}

.u-effect.show::after {
  opacity: 1;
}

.u-effect.show article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  color: #000000;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.l-container {
  width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) and (min-width: 767px) {
  .l-container {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 92%;
  }
}

section {
  position: relative;
}

section:not(:first-child) {
  overflow: hidden;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.l-header.is-fixed {
  background: #131957;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.l-header.is-fixed .l-header-inner {
  padding: 20px 30px !important;
}
.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 50px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-header-inner {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    padding: 25px;
  }
}
.l-header__logo {
  margin-left: 5%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-left: 0;
    max-width: 200px;
  }
}
.l-header__nav {
  width: 75%;
}
.l-header__nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.l-header__nav-list a {
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 7px 22px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-header__nav-list a {
    font-size: 16px;
    padding: 7px 15px;
  }
}
.l-header__nav-list a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media screen and (max-width: 767px) {
  .l-header__nav-list a:after {
    bottom: -5px;
  }
}
.l-header__nav-list a:hover {
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}
.l-header__nav-list a:hover:after {
  width: 70%;
}
.l-header__nav-list .contact {
  margin-left: 22px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-header__nav-list .contact {
    margin-left: 1vw;
  }
}
.l-header__nav-list .contact a {
  padding: 7px 50px;
  text-align: center;
  border-radius: 26px;
  border: 1px solid #fff;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: color 0.35s ease, -webkit-transform 0.35s ease;
  transition: color 0.35s ease, -webkit-transform 0.35s ease;
  transition: color 0.35s ease, transform 0.35s ease;
  transition: color 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-header__nav-list .contact a {
    padding: 7px 20px;
  }
}
.l-header__nav-list .contact a:after {
  content: none;
}
.l-header__nav-list .contact a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.l-header__nav-list .contact a:hover {
  color: #111;
          /* transform: scale(1.02); */
}
.l-header__nav-list .contact a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .l-header__menu div {
    width: 30px;
    height: 20px;
    position: relative;
  }
  .l-header__menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .l-header__menu span:nth-child(1) {
    top: 0px;
  }
  .l-header__menu span:nth-child(2) {
    top: 9px;
  }
  .l-header__menu span:nth-child(3) {
    top: 18px;
  }
  .l-header__menu.on span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__menu.on span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .l-header__menu.on span:nth-child(2)::before, .l-header__menu.on span:nth-child(2)::after {
    width: 0;
    height: 0;
  }
  .l-header__menu.on span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header__nav {
    visibility: hidden;
    position: relative;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .l-header__nav.open {
    visibility: visible;
    -webkit-transition: opacity 0.24s ease;
    transition: opacity 0.24s ease;
  }
  .l-header__nav.open .l-header__nav-wrap {
    visibility: visible;
    opacity: 1;
  }
  .l-header__nav-wrap {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #131957;
  }
  .l-header__nav-list li {
    padding: 5px 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .l-header__nav-list li.fade {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .l-header__nav-list a {
    border-left: 0;
  }
  .l-header__nav-list .contact {
    margin: 30px 0 0;
  }
}

/* s-contact
------------------------------------------------------------*/
.s-contact .c-title01__desc, .s-contact .c-title01__sub {
  color: #fff;
}
.s-contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 537px;
  position: relative;
  background-image: url(../images/common/contact-bg.jpg);
}
@media screen and (max-width: 767px) {
  .s-contact__left {
    min-height: 350px;
  }
}
.s-contact__left:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #282D69;
  mix-blend-mode: soft-light;
}
.s-contact__info {
  height: 57%;
  padding: 9% 10% 7%;
  display: -ms-grid;
  display: grid;
  gap: 13%;
  -ms-grid-columns: 20% 13% 1fr;
  grid-template-columns: 20% 1fr;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s-contact__info {
    height: auto;
    gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .s-contact__info {
    height: 100%;
    padding: 45px 30px;
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-contact__info--logo {
  text-align: center;
}
.s-contact__info--logo img {
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .s-contact__info--txt {
    display: table;
    margin: 0 auto;
  }
}
.s-contact__info--ttl {
  font-size: 17px;
}
.s-contact__info--addr {
  margin-top: 10px;
}
.s-contact__info--tel {
  margin-top: 28px;
}
.s-contact__info--tel span {
  font-size: 26px;
}
.s-contact__social {
  height: 43%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62% 38%;
  grid-template-columns: 62% 38%;
  letter-spacing: 0.05em;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s-contact__social {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .s-contact__social {
    height: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-contact__social--mail, .s-contact__social--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10%;
}
@media screen and (max-width: 767px) {
  .s-contact__social--mail, .s-contact__social--line {
    padding: 50px;
  }
}
.s-contact__social--ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.s-contact__social .c-btn01 {
  max-width: 290px;
  margin: 0 auto;
}
.s-contact__social--line {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .s-contact__social--line {
    border-left: 0;
    border-top: 1px solid #707070;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer {
  color: #fff;
  text-align: center;
  background-color: #2C3040;
}
.l-footer__box {
  padding: 80px 0 85px;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    padding: 60px 0 65px;
  }
}
.l-footer__box--logo {
  z-index: 1;
}
.l-footer__box--logo.nanatsumori {
	max-width: 240px;
}
.l-footer__box--logo.aquaresort {
	max-width: 280px;
}
@media screen and (max-width: 1024px) {
  .l-footer__box--logo {
    max-width: 190px;
  }
}
/* @media screen and (max-width: 767px) {
  .l-footer__box--logo {
    max-width: 190px;
  }
} */
.l-footer__box--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 263px;
  position: relative;
  border-radius: 5px;
}
.l-footer__box--side:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  background-color: rgba(40, 45, 105, 0.24);
}
.l-footer__box .u-df-left {
  background: url(../images/common/footer-img01.jpg);
}
.l-footer__box .u-df-right {
  margin-left: 3.5%;
  background: url(../images/common/footer-img02.jpg);
}
@media screen and (max-width: 767px) {
  .l-footer__box .u-df-right {
    margin: 40px 0 0;
  }
}
.l-footer__copyright {
  color: #B1B3BC;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.5rem;
    padding-bottom: 40px;
  }
}

/*------------------------------------------------------------
    c-title
------------------------------------------------------------*/
.c-title01 {
  text-align: center;
}
.c-title01__sub {
  color: #8D8D8D;
  font-size: 19px;
  letter-spacing: 4px;
  font-family: "Songti SC", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title01__sub {
    font-size: 1.7rem;
  }
}
.c-title01__desc {
  font-size: 33px;
  margin-top: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-title01__desc {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}

/*------------------------------------------------------------
    c-btn
------------------------------------------------------------*/
.c-btn01 {
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 12px;
  max-width: 270px;
  margin: 50px auto 0;
  text-align: center;
  border-radius: 26px;
  letter-spacing: 0.05em;
  border: 1px solid #2A2F46;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    font-size: 1.6rem;
  }
}
.c-btn01--white {
  color: #000;
  background-color: #fff;
}
.c-btn01--white:hover {
  color: #fff;
  background-color: #2A2F46;
}
.c-btn01--black {
  color: #fff;
  background-color: #2A2F46;
}
.c-btn01--black:hover {
  color: #000;
  background-color: #fff;
}

/*------------------------------------------------------------
    c-list
------------------------------------------------------------*/
/*------------------------------------------------------------
    c-table
------------------------------------------------------------*/
/*------------------------------------------------------------
	c-other
------------------------------------------------------------*/
.slick-arrow {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #656565;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.8;
}

.slick-arrow.slick-disabled:before {
  opacity: 0.25;
}

.slick-arrow::before {
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  border: solid #050505;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.slick-prev {
  left: -19px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -12px;
  }
}

.slick-next {
  right: -19px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -12px;
  }
}

.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-dots {
  z-index: 2;
  text-align: center;
  position: absolute;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover {
  background-color: #1746E3;
}

.slick-dots li.slick-active button {
  background-color: #1746E3;
}

/* section-mainvisual
------------------------------------------------------------*/
.s-mainvisual {
  color: #fff;
  height: 550px;
  position: relative;
  background: url(../images/common/mainvisual.jpg);
}
@media screen and (max-width: 767px) {
  .s-mainvisual {
    height: 320px;
  }
}
.s-mainvisual:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  mix-blend-mode: multiply;
  background-color: rgba(23, 31, 57, 0.75);
}
.s-mainvisual__inner {
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 25px;
}
.s-mainvisual__ttl {
  font-size: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__ttl {
    font-size: 3rem;
  }
}
.s-mainvisual__desc {
  font-size: 22px;
  letter-spacing: 5px;
  font-family: "Songti SC", sans-serif;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__desc {
    font-size: 2rem;
  }
}

/* c-breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 3.3% 8px;
  position: absolute;
  border-top: 1px solid #fff;
}
.c-breadcrumb li {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.c-breadcrumb li a {
  color: #fff;
  font-size: 14px;
}
.c-breadcrumb li img {
  vertical-align: -2px;
}
.c-breadcrumb li:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 10px 0 7px;
}
.c-breadcrumb li:last-of-type:after {
  content: none;
}

/*------------------------------------------------------------
p-top
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .page-top .l-header__logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  }
}
.page-top .l-header.is-fixed .l-header__logo {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-top .s-visual, .p-top .s-visual__slider--item {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual, .p-top .s-visual__slider--item {
    height: 100vh;
  }
}
.p-top .s-visual:before {
  content: "";
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .s-visual:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-visual:before {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}
.p-top .s-visual:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  mix-blend-mode: soft-light;
  background-color: #131957;
}
.p-top .s-visual__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-top .s-visual__slider--item {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.p-top .s-visual__slider--item span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: transparent no-repeat center center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0s;
  transition: 0s;
}
.p-top .s-visual__slider--item.slick-start span {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: ease 0s;
  transition: ease 0s;
}
.p-top .s-visual__slider--item.slick-active span {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: ease 12s;
  transition: ease 12s;
}
.p-top .s-visual__slider--item.slick-continue span {
  opacity: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: ease 12s;
  transition: ease 12s;
}
.p-top .s-visual__slider video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .s-visual__slider--item {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
  background-color: #131957;
}

/* 動画 */
.p-top .s-visual__slider video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* 動画読み込み中に表示する画像 */
.p-top .s-visual__poster {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.6s ease,
    visibility 0s linear 0.6s;
}

/* 動画の準備完了後 */
.p-top .s-visual__slider--item.is-video-ready video {
  opacity: 1;
}

.p-top .s-visual__slider--item.is-video-ready .s-visual__poster {
  opacity: 0;
  visibility: hidden;
}

.p-top .s-visual__logo {
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translate3d(-50%, 50px, -50%);
          transform: translate3d(-50%, 50px, -50%);
  -webkit-transition: opacity 1.5s, -webkit-filter 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-filter 1.5s, -webkit-transform 1.5s;
  transition: filter 1.5s, opacity 1.5s, transform 1.5s;
  transition: filter 1.5s, opacity 1.5s, transform 1.5s, -webkit-filter 1.5s, -webkit-transform 1.5s;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual__logo {
    max-width: 100px;
  }
}
.p-top .s-visual.is-show .s-visual__logo {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 0.999;
  -webkit-transform: translate3d(-50%, -50%, -50%);
          transform: translate3d(-50%, -50%, -50%);
}
.p-top .s-visual__title {
  top: 52%;
  left: 8%;
  color: #fff;
  z-index: 1;
  font-size: 48px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .s-visual__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-visual__title {
    left: 6%;
    font-size: 3rem;
  }
}
.p-top .s-visual__title span {
  padding: 0 10px;
  letter-spacing: 32px;
  vertical-align: top;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual__title span {
    padding: 0;
    letter-spacing: 20px;
  }
}
.p-top .s-visual__title.is-show span {
  -webkit-animation: fadeIn 0.8s ease forwards;
          animation: fadeIn 0.8s ease forwards;
}
.p-top .s-visual__title.is-show span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-top .s-visual__title.is-show span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-top .s-visual__desc {
  right: 28px;
  bottom: 28px;
  padding: 20px;
  position: absolute;
}
/* @media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .s-visual__desc {
    right: 20px;
    bottom: 20px;
  }
} */
@media screen and (max-width: 767px) {
  .p-top .s-visual__desc {
    right: 16px;
    bottom: 16px;
    padding: 10px;
  }
}
.p-top .s-visual__desc span {
  color: #fff;
  font-size: 27px;
  /* padding: 7px 25px;
  display: table;
  margin-left: auto;
  background-color: #fff; */

  display: block;
  width: fit-content;
  margin-left: auto;
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
}
@media screen and (max-width: 767px) {
  .p-top .s-visual__desc span {
    font-size: 1.6rem;
    /* padding: 7px 16px; */
  }
}
/* .p-top .s-visual__desc span:nth-child(1) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-top .s-visual__desc span:nth-child(2) {
  border-top-left-radius: 3px;
}
.p-top .s-visual__desc span + span {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual__desc span + span {
    margin-top: 15px;
  }
} */

.p-top .s-visual__desc.is-show span {
  animation: textReveal 1.4s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  -webkit-animation: textReveal 1.4s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

.p-top .s-visual__desc.is-show span:nth-child(2) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

@keyframes textReveal {
  from {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}


@media screen and (max-width: 767px) {
  .p-top .s-about__inner {
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top .s-about__txt {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__txt {
    width: 100%;
  }
}
.p-top .s-about .c-title01 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top .s-about .c-title01 {
    text-align: center;
  }
}
.p-top .s-about__desc {
  font-size: 21px;
  margin-top: 35px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__desc {
    font-size: 1.9rem;
    margin-top: 25px;
  }
}
.p-top .s-about__img {
  width: 42%;
  min-height: 366px;
  border-radius: 5px;
  background: url(../images/top/aboutus-img.jpg);
}
@media screen and (max-width: 767px) {
  .p-top .s-about__img {
    width: 100%;
    min-height: 330px;
  }
}
.p-top .s-business__marquee {
  --mask-width: 3141.466px;
  height: 205.692px;
  bottom: -5px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  background: url("../images/top/business-bg.svg") top/cover no-repeat;
  -webkit-mask: url("../images/top/business-text.svg") 0 0/var(--mask-width) 205.692px repeat-x;
  mask: url("../images/top/business-text.svg") 0 0/var(--mask-width) 205.692px repeat-x;
  -webkit-animation: marquee 45s linear infinite;
          animation: marquee 45s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top .s-business__marquee {
    --mask-width: 2445px;
    height: 160px;
    bottom: -3px;
    -webkit-mask-size: var(--mask-width) 160px;
    mask-size: var(--mask-width) 160px;
  }
}
@-webkit-keyframes marquee {
  to {
    -webkit-mask-position: calc(var(--mask-width) * -1) 0;
    mask-position: calc(var(--mask-width) * -1) 0;
  }
}
@keyframes marquee {
  to {
    -webkit-mask-position: calc(var(--mask-width) * -1) 0;
    mask-position: calc(var(--mask-width) * -1) 0;
  }
}
.p-top .s-business__inner {
  padding-top: 1px;
  background: url("../images/top/business-bg.jpg");
}
.p-top .s-business__inner:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  position: absolute;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(20, 22, 32, 0)), color-stop(45%, rgba(20, 22, 32, 0.25)), color-stop(70%, rgba(20, 22, 32, 0.65)), to(rgb(20, 22, 32)));
  background: linear-gradient(to bottom, rgba(20, 22, 32, 0) 20%, rgba(20, 22, 32, 0.25) 45%, rgba(20, 22, 32, 0.65) 70%, rgb(20, 22, 32) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 63, 90, 0)), to(rgb(33, 35, 43)));
  background: linear-gradient(to bottom, rgba(60, 63, 90, 0) 0%, rgb(33, 35, 43) 100%);
}
.p-top .s-business__list {
  display: -ms-grid;
  display: grid;
  gap: 5%;
  -ms-grid-columns: 1fr 5% 1fr 5% 1fr;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1050px;
  margin: -150px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top .s-business__list {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: -120px auto 0;
  }
}
.p-top .s-business__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 415px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .s-business__list--item {
    min-height: 340px;
  }
}
.p-top .s-business__list--item:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86%;
  position: absolute;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 63, 90, 0)), color-stop(40%, rgba(60, 63, 90, 0.1)), color-stop(70%, rgba(40, 42, 54, 0.55)), to(rgb(12, 13, 18)));
  background: linear-gradient(to bottom, rgba(60, 63, 90, 0) 0%, rgba(60, 63, 90, 0.1) 40%, rgba(40, 42, 54, 0.55) 70%, rgb(12, 13, 18) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 63, 90, 0)), to(rgb(12, 13, 18)));
  background: linear-gradient(180deg, rgba(60, 63, 90, 0) 0%, rgb(12, 13, 18) 100%);
}
.p-top .s-business__list--txt {
  color: #fff;
  z-index: 1;
  padding: 12% 4%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top .s-business__list--txt {
    padding: 40px;
  }
}
.p-top .s-business__list--ttl {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-top .s-business__list--ttl {
    font-size: 2rem;
  }
}
.p-top .s-business__list--desc {
  /* margin-top: 15px; */
  letter-spacing: 1px;
  max-width: 226px;
  margin: 18px auto 0;
}
.p-top .s-business__box {
  z-index: 1;
  padding: 75px 0 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .s-business__box {
    padding: 60px 0 70px;
  }
}
.p-top .s-business .c-title01__sub, .p-top .s-business .c-title01__desc {
  color: #fff;
}
.p-top .s-safety {
  color: #fff;
  background-color: #1A1F33;
}
.p-top .s-safety__img, .p-top .s-safety__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top .s-safety__img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 530px;
  background: url(../images/top/safety-img.jpg);
}
@media screen and (max-width: 767px) {
  .p-top .s-safety__img {
    min-height: 350px;
  }
  .p-top .s-safety__img img {
    max-width: 120px;
  }
}
.p-top .s-safety__txt {
  padding: 6%;
}
@media screen and (max-width: 767px) {
  .p-top .s-safety__txt {
    padding: 45px 30px;
  }
}
.p-top .s-safety__txt--ttl {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-top .s-safety__txt--ttl {
    font-size: 2.8rem;
  }
}
.p-top .s-safety__txt--time {
  font-size: 29px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-top .s-safety__txt--time {
    font-size: 2.7rem;
  }
}
.p-top .s-safety__txt--time span {
  font-size: 47px;
}
@media screen and (max-width: 767px) {
  .p-top .s-safety__txt--time span {
    font-size: 4.5rem;
  }
}
.p-top .s-safety__txt--desc {
  font-size: 21px;
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top .s-safety__txt--desc {
    font-size: 1.8rem;
  }
}
.p-top .s-safety__txt--note {
  font-size: 21px;
  line-height: 1.8;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top .s-safety__txt--note {
    font-size: 1.8rem;
  }
}
.p-top .s-result {
  background-color: #E7E9F0;
}
.p-top .s-result__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .s-result__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-result__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.p-top .s-result__list--item {
  min-height: 388px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top .s-result__list--item {
    min-height: 360px;
  }
}
.p-top .s-result__list--item:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 15, 72, 0)), to(rgba(11, 16, 44, 0.76)));
  background: linear-gradient(180deg, rgba(9, 15, 72, 0) 0%, rgba(11, 16, 44, 0.76) 100%);
}
.p-top .s-result__list--txt {
  z-index: 1;
  color: #fff;
  padding: 6% 10%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-top .s-result__list--txt {
    padding: 35px 40px;
  }
}
.p-top .s-result__list--brand {
  top: 10px;
  right: 2px;
  font-size: 21px;
  letter-spacing: 2.6px;
  position: absolute;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}
@media screen and (max-width: 767px) {
  .p-top .s-result__list--brand {
    font-size: 1.7rem;
  }
}
.p-top .s-result__list--ttl {
  font-size: 21px;
}
.p-top .s-result__list--desc {
  font-size: 15px;
  margin-top: 6px;
}

/*------------------------------------------------------------
p-business
------------------------------------------------------------*/
.p-business .s-business__inner {
  gap: 8%;
}
@media screen and (max-width: 767px) {
  .p-business .s-business__inner {
    gap: 35px;
  }
}
.p-business .s-business__img {
  width: 37%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business__img {
    width: 100%;
    height: 36vh;
  }
}
.p-business .s-business__txt {
  width: 55%;
  max-width: 650px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-business .s-business__txt {
    width: 100%;
  }
}
.p-business .s-business__ttl {
  font-size: 33px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business__ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-business .s-business__desc {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-business .s-business__desc {
    font-size: 1.6rem;
  }
}
.p-business .s-business__list {
  display: -ms-grid;
  display: grid;
  gap: 0 25px;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  border-top: 1px solid #AABAE3;
}
@media screen and (max-width: 767px) {
  .p-business .s-business__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-business .s-business__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75px;
  letter-spacing: 0.07em;
  padding: 15px 10px 15px 33px;
  border-bottom: 1px solid #AABAE3;
  background: url(../images/business/ic-rect.svg) left center no-repeat;
}
.p-business .s-business__list li:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-business .s-business__list li {
    min-height: 70px;
    padding: 12px 10px 12px 23px;
    background-size: 13px;
  }
}

/*------------------------------------------------------------
p-aboutus
------------------------------------------------------------*/
.p-aboutus .s-aboutus__list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-aboutus__list {
    gap: 20px;
  }
}
.p-aboutus .s-aboutus__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-aboutus__list dl {
    display: block;
  }
}
.p-aboutus .s-aboutus__list dt, .p-aboutus .s-aboutus__list dd {
  line-height: 1.6;
  padding: 27px 3%;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-aboutus__list dt, .p-aboutus .s-aboutus__list dd {
    width: 100% !important;
    padding: 18px 22px;
  }
}
.p-aboutus .s-aboutus__list dt {
  width: 22%;
  background-color: #EDEEF2;
  border-right: 1px solid #BFCDEF;
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-aboutus__list dt {
    border-right: 0;
    border-bottom: 1px solid #BFCDEF;
  }
}
.p-aboutus .s-aboutus__list dd {
  width: 78%;
  background-color: #fff;
}
.p-aboutus .s-aboutus__list .fl-center dd {
  display: flex;
  align-items: center;
}
.s-aboutus__list a {
	margin-top: 5px;
	font-size: 15px;
	text-decoration: underline;
}

/*------------------------------------------------------------
p-contact
------------------------------------------------------------*/
.p-contact .s-form {
  /* テーブル */
}
.p-contact .s-form .flex-start {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-contact .s-form .flex-start dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact .s-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form dl {
    display: block;
  }
}
.p-contact .s-form dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form dl + dl {
    margin-top: 20px;
  }
}
.p-contact .s-form dl dt {
  width: 21%;
  min-width: 265px;
  padding: 25px 20px 25px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EDEEF2;
  border-right: 1px solid #BFCDEF;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form dl dt {
    width: 100%;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid #BFCDEF;
  }
}
.p-contact .s-form dl dt p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact .s-form dl dt .required {
  width: 50px;
  color: #fff;
  font-size: 14px;
  padding: 3px;
  text-align: center;
  background: #151935;
}
.p-contact .s-form dl dd {
  width: 79%;
  padding: 12px 2%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form dl dd {
    width: 100%;
    padding: 18px 20px;
  }
}
.p-contact .s-form dl dd p {
  width: 100%;
  position: relative;
}
.p-contact .s-form dl input, .p-contact .s-form dl select, .p-contact .s-form dl textarea {
  width: 100%;
  height: 55px;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 3px;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #BFC6D8;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form dl input, .p-contact .s-form dl select, .p-contact .s-form dl textarea {
    height: 50px;
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}
.p-contact .s-form dl input::-webkit-input-placeholder, .p-contact .s-form dl select::-webkit-input-placeholder, .p-contact .s-form dl textarea::-webkit-input-placeholder {
  color: #989FA5;
}
.p-contact .s-form dl input::-moz-placeholder, .p-contact .s-form dl select::-moz-placeholder, .p-contact .s-form dl textarea::-moz-placeholder {
  color: #989FA5;
}
.p-contact .s-form dl input:-ms-input-placeholder, .p-contact .s-form dl select:-ms-input-placeholder, .p-contact .s-form dl textarea:-ms-input-placeholder {
  color: #989FA5;
}
.p-contact .s-form dl input::-ms-input-placeholder, .p-contact .s-form dl select::-ms-input-placeholder, .p-contact .s-form dl textarea::-ms-input-placeholder {
  color: #989FA5;
}
.p-contact .s-form dl input::placeholder, .p-contact .s-form dl select::placeholder, .p-contact .s-form dl textarea::placeholder {
  color: #989FA5;
}
.p-contact .s-form dl input:focus, .p-contact .s-form dl select:focus, .p-contact .s-form dl textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.p-contact .s-form dl input[type=radio] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: -6px;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form dl input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -5px;
  }
}
.p-contact .s-form dl textarea {
  height: 395px;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form dl textarea {
    height: 300px;
  }
}
.p-contact .s-form dl select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/common/ic-select.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-color: rgba(255, 255, 255, 0.58);
}
.p-contact .s-form dl select::-ms-expand {
  display: none;
}
.p-contact .s-form__address--txt {
  top: 50%;
  left: 20px;
  z-index: 1;
  color: #4B535A;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-contact .s-form__address--item + .s-form__address--item {
  margin-top: 10px;
}
.p-contact .s-form__address--item.box1 {
  position: relative;
}
.p-contact .s-form__address--item.box1 input {
  width: 165px !important;
  text-indent: 32px;
}
.p-contact .s-form__submit p, .p-contact .s-form__submit .wpcf7cp-btns, .p-contact .s-form__confirm p, .p-contact .s-form__confirm .wpcf7cp-btns, .p-contact .s-form #wpcf7cpcnf p, .p-contact .s-form #wpcf7cpcnf .wpcf7cp-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .s-form__submit input, .p-contact .s-form__submit .wpcf7cp-btns button, .p-contact .s-form__confirm input, .p-contact .s-form__confirm .wpcf7cp-btns button, .p-contact .s-form #wpcf7cpcnf input, .p-contact .s-form #wpcf7cpcnf .wpcf7cp-btns button {
  width: 100%;
  width: 335px;
  color: #fff;
  display: block;
  font-size: 18px;
  cursor: pointer;
  padding: 12px;
  margin: 60px 10px 0;
  text-align: center;
  border-radius: 26px;
  letter-spacing: 0.05em;
  background-color: #2A2F46;
  border: 1px solid #2A2F46;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form__submit input, .p-contact .s-form__submit .wpcf7cp-btns button, .p-contact .s-form__confirm input, .p-contact .s-form__confirm .wpcf7cp-btns button, .p-contact .s-form #wpcf7cpcnf input, .p-contact .s-form #wpcf7cpcnf .wpcf7cp-btns button {
    width: 50%;
    font-size: 1.6rem;
    margin: 50px 5px 0;
  }
}
.p-contact .s-form__submit input:hover, .p-contact .s-form__submit .wpcf7cp-btns button:hover, .p-contact .s-form__confirm input:hover, .p-contact .s-form__confirm .wpcf7cp-btns button:hover, .p-contact .s-form #wpcf7cpcnf input:hover, .p-contact .s-form #wpcf7cpcnf .wpcf7cp-btns button:hover {
  color: #000;
  background-color: #fff;
}
.p-contact .s-form .wpcf7-spinner {
  position: absolute;
}
.p-contact .s-form #wpcf7cpcnf table th, .p-contact .s-form #wpcf7cpcnf table td {
  padding: 2% 4%;
  border: 1px solid #BFCDEF;
}
.p-contact .s-form #wpcf7cpcnf table th {
  color: #fff;
  text-align: left;
  width: 35%;
  font-weight: 500;
  background-color: #151935;
}
@media screen and (max-width: 767px) {
  .p-contact .s-form #wpcf7cpcnf table th, .p-contact .s-form #wpcf7cpcnf table td {
    display: block;
    width: 100% !important;
  }
  .p-contact .s-form #wpcf7cpcnf table th {
    padding: 12px 12px 12px 4%;
  }
  .p-contact .s-form #wpcf7cpcnf table td {
    margin-bottom: 27px;
    border-top: 0;
    padding: 15px 15px 15px 4%;
  }
}

/*------------------------------------------------------------
p-news
------------------------------------------------------------*/
.p-news .s-news__inner {
  max-width: 885px;
  letter-spacing: 0.05em;
}
.p-news .s-news__ttl {
  font-size: 33px;
  line-height: calc(56 / 33);
  margin-bottom: 12px;
  padding-bottom: 38px;
  border-bottom: 1px solid #AABAE3;
}
.p-news .s-news__date {
  text-align: right;
}
.p-news .s-news__text p {
  margin-top: 36px;
  line-height: calc(36 / 16);
}

@media screen and (max-width: 767px) {
  .p-news .s-news__ttl {
    font-size: 2.6rem;
    padding-bottom: 33px;
  }
  .p-news .s-news__text p {
    margin-top: 28px;
  }

}