@charset "UTF-8";
/* 変数定義 */
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ----------------------------------------
All
---------------------------------------- */
body * {
  font-family: "Noto Sans JP", sans-serif;
}

.body01 * {
  font-family: "Noto Serif JP", sans-serif;
}

/* ----------------------------------------
body
---------------------------------------- */
.body01 {
  background-color: #27292D;
  padding-top: 159.69px;
}
@media screen and (max-width: 975px) {
  .body01 {
    padding-top: 71.55px;
  }
}

.body02 {
  background-color: #fff;
  padding-top: 0;
}
@media screen and (max-width: 975px) {
  .body02 {
    padding-top: 0;
  }
}

.body03 {
  background-color: #000;
}

.body04 {
  background-color: #fff;
  padding: 0;
}

#top {
  padding-top: 80px;
}
@media screen and (max-width: 975px) {
  #top {
    padding-top: 54px;
  }
}

a {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ----------------------------------------
section-title
---------------------------------------- */
.section__title01 {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (max-width: 975px) {
  .section__title01 {
    font-size: 1.5rem;
  }
}

.section__title01 span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 975px) {
  .section__title01 span {
    font-size: 0.75rem;
    margin-top: 8px;
  }
}

.body01 .section__title01 {
  color: #fff;
}

.body02 .section__title01 {
  color: #401B09;
}

.check {
  color: red;
  display: table-cell;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 70svh;
  width: 100svw;
}

/* ----------------------------------------
nakauchi banner
---------------------------------------- */
.nakauchi__banner {
  display: block;
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 180px;
  left: 0;
  z-index: 8;
}
@media screen and (max-width: 975px) {
  .nakauchi__banner {
    top: unset;
    bottom: 24px;
  }
}

.nakauchi__banner img {
  width: 104px;
  height: auto;
}
@media screen and (max-width: 975px) {
  .nakauchi__banner img {
    width: 64px;
  }
}

/* ----------------------------------------
Banners
---------------------------------------- */
.Banners {
  padding: 80px 0;
}

.Banners__wrap {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 975px) {
  .Banners__wrap {
    padding: 0 24px;
    grid-template-columns: 1fr 1fr;
  }
}

.Banners__wrap li {
  display: block;
}

.Banners__wrap li a {
  display: block;
}

.Banners__wrap li a img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------------
Footer
---------------------------------------- */
footer {
  background-color: #00A0E8;
  padding: 80px 0;
}
@media screen and (max-width: 975px) {
  footer {
    padding: 40px 0 24px;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .footer__menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.footer__menu li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 975px) {
  .footer__menu li a {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.footer__copy {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 975px) {
  .footer__copy {
    margin-top: 80px;
    font-size: 0.625rem;
  }
}

/* ----------------------------------------
to-top
---------------------------------------- */
.to-top {
  position: fixed;
  z-index: 7;
  right: 24px;
  bottom: 24px;
  height: 64px;
  width: 64px;
  border: 1px solid rgba(255, 255, 255, .2);
  display: block;
  background-color: #00A0E8;
}

.to-top img {
  position: absolute;
  width: auto;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* ----------------------------------------
Header
---------------------------------------- */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #00A0E8;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

.header__menu {
  padding: 0 32px;
  margin-left: auto;
}
@media screen and (max-width: 975px) {
  .header__menu {
    padding: 0;
    padding-right: 24px;
  }
}

.header__logo {
  background-color: #fff;
}

.header__logo a {
  padding: 26px 24px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
@media screen and (max-width: 975px) {
  .header__logo a {
    padding: 18px 14px;
  }
}

.header__logo a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 975px) {
  .header__logo a:hover {
    opacity: 1;
  }
}

.header__logo a img {
  display: block;
  height: 28px;
  width: auto;
}
@media screen and (max-width: 975px) {
  .header__logo a img {
    height: 18px;
  }
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.header__nav ul li a {
  color: #fff;
  font-weight: bold;
  padding: 28px 0;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.header__nav ul li a {
  position: relative;
}

.header__nav ul li a.is-active:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.header__nav ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 975px) {
  .header__nav ul li a:hover {
    opacity: 1;
  }
}

.header__hbg {
  height: 24px;
  width: 32px;
  margin-top: 15px;
  position: relative;
}

.header__hbg span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__hbg span:nth-child(1) {
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hbg span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.header__hbg span:nth-child(3) {
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hbg.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__hbg.is-active span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.header__hbg.is-active span:nth-child(3) {
  bottom: unset;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ----------------------------------------
Links
---------------------------------------- */
.Links__top {
  background: #27292D url(../img/top-about01.jpg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 975px) {
  .Links__top {
    background-position: bottom;
    background-size: 100%;
    padding-top: 40px;
  }
}

.Links__top-wrap {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .Links__top-wrap {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 24px;
  }
}

.Links__top-box {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 975px) {
  .Links__top-box {
    width: 100%;
    height: 80svw;
  }
}

.Links__top-box img {
  display: block;
  width: 100%;
  height: auto;
}

.Links__top-btn {
  position: absolute;
  bottom: 64px;
  right: 0;
  background-color: #000000;
  padding: 17px 23px;
  display: block;
}
@media screen and (max-width: 975px) {
  .Links__top-btn {
    bottom: 0;
  }
}

.Links__top-btn span {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding-right: 22.12px;
}

.Links__top-btn span::after {
  position: absolute;
  content: "";
  width: 9.12px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.Links__bottom {
  max-width: 1280px;
  width: 100%;
  padding: 40px 20px 10px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 975px) {
  .Links__bottom {
    padding: 30px 10px 5px 10px;
    grid-template-columns: 1fr 1fr;
  }
}

.Links__bottom li {
  display: block;
}

.Links__bottom li a {
  display: block;
}

.Links__bottom li a img {
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 975px) {
    .Links__bottom li a img {
      padding: 14px;
    }
}

/* ----------------------------------------
Megamenu
---------------------------------------- */
.mega-menu {
  width: 100%;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0px 6px 6px -5px #777;
          box-shadow: 0px 6px 6px -5px #777;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 5;
  display: none;
}

.megamenu__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}

.megamenu__btn {
  display: block;
  padding: 24px;
  -webkit-box-shadow: 0px 6px 6px -5px #777;
          box-shadow: 0px 6px 6px -5px #777;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

.megamenu__btn::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.98px;
  height: 14px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  right: 20px;
  background-image: url(../img/arrow-right-bk.png);
}

/* ----------------------------------------
Mv
---------------------------------------- */
.Mv .swiper {
  padding-bottom: 28px;
  background-color: #EBF2F5;
}

.Mv .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100svw;
}
@media screen and (max-width: 975px) {
  .Mv .swiper .swiper-wrapper .swiper-slide img {
    aspect-ratio: 280/300;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background-color: #fff;
  border: #B8B8B8 2px solid;
  opacity: 1;
  height: 12px;
  width: 12px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00A0E8;
  border: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 11.97px;
  height: 21px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  background-image: url(../img/arrow-left.png);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  background-image: url(../img/arrow-right.png);
}

/* ----------------------------------------
News
---------------------------------------- */
.News {
  background-color: #EBF2F5;
  padding: 56px 0 80px;
}

.News__title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: bold;
}

.News__title span {
  font-family: "Cormorant Garamond", serif;
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 14px;
  display: block;
}
@media screen and (max-width: 975px) {
  .News__title span {
    margin-bottom: 8px;
  }
}

.News__wrap {
  max-width: 1040px;
  padding: 0 40px;
  width: 100%;
  margin: 44px auto 0;
}
@media screen and (max-width: 975px) {
  .News__wrap {
    padding: 24px;
  }
}

.News__wrap ul {
  border-top: #CCCCCC 1px solid;
}

.News__wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: #CCCCCC solid 1px;
}
@media screen and (max-width: 975px) {
  .News__wrap ul li a {
    display: block;
  }
}

.News__wrap ul li a * {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.News__wrap ul li a span {
  padding-right: 16px;
  color: #666666;
  white-space: nowrap;
}

.News__btn {
  display: block;
  text-align: center;
  border: 1px solid #00A0E8;
  color: #00A0E8;
  padding: 16px 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 975px) {
  .News__btn {
    margin-top: 24px;
  }
}

.News__btn::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-right-blue.png);
  height: 16px;
  width: 9.12px;
}

/* ----------------------------------------
section
---------------------------------------- */
/* ----------------------------------------
Sp-menu
---------------------------------------- */
.sp-nav__bg {
  width: 100svw;
  height: 100svh;
  position: fixed;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  -webkit-animation: 0.5s ease-in fadeout forwards;
          animation: 0.5s ease-in fadeout forwards;
}

.sp-nav__bg.is-active {
  -webkit-animation: 0.5s ease-in fadein forwards;
          animation: 0.5s ease-in fadein forwards;
  display: block;
}

.sp-nav {
  position: fixed;
  top: 54px;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
  padding: 40px 40px 80px;
  overflow: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sp-nav.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sp-nav a {
  margin-top: 0;
  padding-left: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #000000;
}

.sp-nav a:not(:nth-child(1)) {
  margin-top: 24px;
}

.sp-nav .js-accordion-title {
  margin-top: 24px;
  display: block;
  position: relative;
}

.sp-nav .js-accordion-title::after, .sp-nav .js-accordion-title::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 2px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.sp-nav .js-accordion-title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.sp-nav .js-accordion-title.is-open::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.sp-nav a::after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 7.98px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-right-bk.png);
}

.sp-nav a.has-parent {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 16px;
  margin-top: 16px;
  color: #00A0E8;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/* ----------------------------------------
breadcrumb
---------------------------------------- */
.breadcrumb__wrap {
  background-color: #F5F5F5;
  padding: 14px 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #999999;
}

.breadcrumb__wrap span {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 975px) {
  .breadcrumb__wrap span {
    font-size: 0.625rem;
  }
}

.breadcrumb__wrap > span:nth-child(1) {
  padding-right: 8px;
}

.breadcrumb__wrap > span:nth-child(n+2) {
  padding-right: 8px;
  padding-left: 8px;
}

/* ----------------------------------------
contact form 7
---------------------------------------- */
form label {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  padding-bottom: 16px;
}

form label:not(:nth-child(1)) {
  margin-top: 24px;
}

form .wpcf7-form-control {
  background-color: #EBF2F5;
  border: 1px solid #999999;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 16px;
}

form select option:nth-child(1) {
  color: #666666;
}

form .wpcf7-form-control-wrap[data-name=select] {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

form .wpcf7-form-control-wrap[data-name=select]::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  right: 16px;
  height: 7.98px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-bottom-bk.png);
}

form .wpcf7-submit {
  display: block;
  padding: 20px 88px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background-color: #00A0E8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

/* ----------------------------------------
contact form 7 confirm
---------------------------------------- */
#wpcf7cpcnf table {
  width: 100%;
}

#wpcf7cpcnf tr {
  margin-top: 24px;
  display: block;
  width: 100%;
}

#wpcf7cpcnf tr th {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}

#wpcf7cpcnf tr td {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 16px;
  width: 100%;
}

#wpcf7cpcnf tr td p {
  background-color: #EBF2F5;
  border: 1px solid #999999;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 16px;
}

#wpcf7cpcnf .wpcf7cp-cfm-edit-btn, #wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
  display: block;
  padding: 20px 88px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background-color: #00A0E8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-top: 24px;
}

.wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
  margin-left: auto;
}

.page__container #wpcf7cpcnf {
  z-index: 5;
}

#wpcf7cpcnf tr td p {
  background-color: #fff;
  border: 1px solid #ccc;
}

/* ----------------------------------------
history
---------------------------------------- */
.page__container02.is-history {
  padding-bottom: 124px;
}
@media screen and (max-width: 975px) {
  .page__container02.is-history {
    padding-bottom: 80px;
  }
}

.history__mv {
  padding: 40px;
  background-color: #EBF2F5;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 975px) {
  .history__mv {
    padding: 32px;
  }
}
.history__mv .swiper02 .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.history__mv .swiper02 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.history__mv .swiper02 .swiper-wrapper .swiper-slide p {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 8px;
  text-align: right;
}
@media screen and (max-width: 975px) {
  .history__mv .swiper02 .swiper-wrapper .swiper-slide p {
    font-size: 0.75rem;
    margin-top: 4px;
  }
}
.history__mv .swiper02 .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.history__mv .swiper-button-prev,
.history__mv .swiper-button-next {
  height: 50px;
  width: 50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
}
@media screen and (max-width: 975px) {
  .history__mv .swiper-button-prev,
  .history__mv .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.history__mv .swiper-button-prev:after,
.history__mv .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.history__mv .swiper-button-prev:after {
  background-image: url(../img/history-prev.png);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.history__mv .swiper-button-next:after {
  background-image: url(../img/history-next.png);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* ----------------------------------------
history table
---------------------------------------- */
.history__wrap {
  margin-top: 64px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 975px) {
  .history__wrap {
    margin-top: 48px;
  }
}

.history__wrap::after {
  position: absolute;
  content: "";
  bottom: -48px;
  left: 50%;
  width: 2px;
  background-color: #00A0E8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100% - 6px);
}
@media screen and (max-width: 975px) {
  .history__wrap::after {
    left: 24px;
    height: calc(100% + 10px);
    bottom: -40px;
  }
}

.history__row {
  /* ----------------------------------------
  history table pointer
  ---------------------------------------- */
  /* ----------------------------------------
  history table head line
  ---------------------------------------- */
}
.history__row .history__con::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 54px;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/history-point.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 975px) {
  .history__row .history__con::after {
    top: 35px;
  }
}
.history__row:nth-child(odd) .history__con::after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 975px) {
  .history__row:nth-child(odd) .history__con::after {
    right: unset;
    left: 24px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.history__row:nth-child(even) .history__con::after {
  left: 0;
}
@media screen and (max-width: 975px) {
  .history__row:nth-child(even) .history__con::after {
    left: 24px;
  }
}
.history__row .history__con .history__head::after {
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 164, 253, 0)), color-stop(49%, rgba(49, 189, 254, 0)), color-stop(50%, rgb(0, 160, 232)), color-stop(51%, rgba(33, 183, 224, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(65, 164, 253, 0), rgba(49, 189, 254, 0) 49%, rgb(0, 160, 232) 50%, rgba(33, 183, 224, 0) 51%, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 975px) {
  .history__row .history__con .history__head::after {
    content: none;
  }
}
.history__row:nth-child(even) .history__con .history__head::after {
  position: absolute;
  left: -48px;
  top: 0;
  height: 108px;
  width: 48px;
}

.history__row:nth-child(n+2) {
  margin-top: 48px;
}
@media screen and (max-width: 975px) {
  .history__row:nth-child(n+2) {
    margin-top: 30px;
  }
}

.history__con {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 975px) {
  .history__con {
    width: 100%;
    padding-left: 48px;
  }
}

.history__row:nth-child(even) .history__con {
  margin-left: auto;
  padding-left: 48px;
}

.history__head {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h3.history__y {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  margin-top: 0 !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 975px) {
  h3.history__y {
    font-size: 1.25rem;
  }
}
h3.history__y.history-btn {
  padding-right: 48px;
  position: relative;
}
@media screen and (max-width: 975px) {
  h3.history__y.history-btn {
    padding-right: 32px;
  }
}
h3.history__y.history-btn::before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(../img/history-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0px;
}
@media screen and (max-width: 975px) {
  h3.history__y.history-btn::before {
    width: 24px;
    height: 24px;
  }
}

h3.history__y span {
  color: #00A0E8;
}

h3.history__y span:nth-child(1) {
  font-size: 72px;
  font-size: 4.5rem;
}
@media screen and (max-width: 975px) {
  h3.history__y span:nth-child(1) {
    font-size: 2.5rem;
  }
}

h3.history__y span:nth-child(2) {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 975px) {
  h3.history__y span:nth-child(2) {
    font-size: 2rem;
  }
}

.history__con .history__title {
  max-width: 410px;
}
@media screen and (max-width: 975px) {
  .history__con .history__title {
    max-width: 100%;
  }
}

.history__con ul.history__title li {
  text-indent: -1.7em;
  padding-left: 1.5em;
}

.history__con .history__title, .history__con .history__title li {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .history__con .history__title, .history__con .history__title li {
    font-size: 1rem;
  }
}

.history__title li::marker {
  color: #00A0E8;
}

.history__img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 975px) {
  .history__img {
    max-width: 100%;
  }
}

.history__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.history-btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

/* ----------------------------------------
modal
---------------------------------------- */
.history__modal-bg {
  width: 100svw;
  height: 100vh;
  min-height: 100svh;
  position: fixed;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  display: none;
  padding: 64px 40px;
}
@media screen and (max-width: 975px) {
  .history__modal-bg {
    padding: 16px;
  }
}

.history__modal-bg.is-active {
  -webkit-animation: 0.5s ease-in fadein forwards;
          animation: 0.5s ease-in fadein forwards;
  display: block;
}

.modal-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100svh;
}

.history__modal {
  -webkit-animation: 0.5s ease-in fadein forwards;
          animation: 0.5s ease-in fadein forwards;
  max-width: 880px;
  margin: 0 auto;
  width: 95vw;
  background-color: #fff;
  padding: 24px 40px 40px;
  border-radius: 8px;
  position: relative;
  z-index: 12;
  height: 100%;
}
@media screen and (max-width: 975px) {
  .history__modal {
    padding: 16px 24px 24px;
  }
}

.history__modal-scroll {
  overflow-y: auto;
  height: calc(100% - 108px);
  scrollbar-color: red;
}
@media screen and (max-width: 975px) {
  .history__modal-scroll {
    height: calc(100% - 60px);
  }
}

.history__modal .js-history-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px;
  height: auto;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
.history__modal .js-history-modal-close img {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.history__modal .history__head {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.history__modal h3.history__y {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  margin-top: 0 !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 975px) {
  .history__modal h3.history__y {
    font-size: 1.25rem;
  }
}
.history__modal h3.history__y span {
  color: #00A0E8;
}
.history__modal h3.history__y span:nth-child(1) {
  font-size: 72px;
  font-size: 4.5rem;
}
@media screen and (max-width: 975px) {
  .history__modal h3.history__y span:nth-child(1) {
    font-size: 2.5rem;
  }
}
.history__modal h3.history__y span:nth-child(2) {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 975px) {
  .history__modal h3.history__y span:nth-child(2) {
    font-size: 2rem;
  }
}
.history__modal ul.history__title li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.history__modal .history__title, .history__modal .history__title li {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .history__modal .history__title, .history__modal .history__title li {
    font-size: 1rem;
  }
}
.history__modal .history__title li::marker {
  color: #00A0E8;
}
.history__modal .history__modal-img {
  max-width: 610px;
  width: 100%;
  margin: 40px auto 0;
}
.history__modal .history__modal-img img {
  width: 100%;
  height: auto;
  display: block;
}
.history__modal .history__modal-imgs {
  width: 100%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 975px) {
  .history__modal .history__modal-imgs {
    grid-template-columns: 1fr;
  }
}
.history__modal .history__modal-imgs img {
  width: 100%;
  height: auto;
  display: block;
}

.history__con ul.history__title, .history__modal ul.history__title {
  list-style: none;
}
.history__con ul.history__title li, .history__modal ul.history__title li {
  text-indent: 0;
  position: relative;
}
.history__con ul.history__title li:before, .history__modal ul.history__title li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #00A0E8;
  left: 0.5em;
  top: 0.9em;
  content: "";
  border-radius: 50%;
}
@media screen and (max-width: 975px) {
  .history__con ul.history__title li:before, .history__modal ul.history__title li:before {
    width: 6px;
    height: 6px;
  }
}

.history__big-text {
  border-top: 1px solid #CCCCCC;
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 975px) {
  .history__big-text {
    margin-top: 36px;
    font-size: 0.875rem;
    margin-top: 36px;
  }
}

.modal-bg {
  width: 100svw;
  height: 100vh;
  min-height: 100svh;
  position: fixed;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  display: none;
}
@media screen and (max-width: 975px) {
  .modal-bg {
    padding: 16px;
    height: 800px;
  }
}

.modal-bg.is-active {
  -webkit-animation: 0.5s ease-in fadein forwards;
          animation: 0.5s ease-in fadein forwards;
  display: block;
}

/* ----------------------------------------
info
---------------------------------------- */
.page__content .info__wrap {
  margin-top: 16px;
}

.page__content .info__con {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  padding-left: 23.98px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 28px;
}

.page__content .info__con::before, .page__content .info__con::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
}

.page__content .info__con::before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow-right-bk.png);
  width: 7.98px;
  height: 14px;
}

.page__content .info__con::after {
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-image: url(../img/icon-pdf.png);
  width: 24px;
  height: 24px;
}

.page__content .info__wrap--nplan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}
@media screen and (max-width: 975px) {
  .page__content .info__wrap--nplan {
    display: block;
  }
}

.info__wrap02 {
  padding: 24px;
  background-color: #F5F5F5;
  margin-top: 8px;
}

.info__wrap02.top-con {
  margin-top: 40px;
}

.info__wrap02 .info__accordion-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  margin-top: 0;
  position: relative;
}

.info__wrap02 .info__accordion-title::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  width: 14px;
  height: 7.98px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-bottom-bk.png);
  right: 0;
}

.info__wrap02 .info__accordion-title.is-open::after {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
          transform: translate(0%, -50%) rotate(180deg);
}

.info__wrap02 .info__accordion-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 975px) {
  .info__wrap02 .info__accordion-content {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------------
news
---------------------------------------- */
.news__wrap {
  border-top: #CCCCCC 1px solid;
  margin-top: 40px;
}

.news__wrap .news__con {
  padding: 24px 0;
  border-bottom: #CCCCCC 1px solid;
  margin-top: 0;
}

.news__wrap .news__con a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.news__wrap .news__con a span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.news__wrap .news__con a span:nth-child(1) {
  width: 120px;
  color: #666666;
  white-space: nowrap;
}

.news__wrap .news__con a span:nth-child(2) {
  width: calc(100% - 136px);
  margin-left: 16px;
}

/* ----------------------------------------
page about
---------------------------------------- */
.page-about__wrap {
  padding: 48px 0 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 975px) {
  .page-about__wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.page-about__wrap > a {
  display: block;
  -webkit-box-shadow: 0px 3px 6px -5px #707070;
          box-shadow: 0px 3px 6px -5px #707070;
  border-radius: 4px;
}

.page-about__wrap > a img {
  display: block;
  width: 100%;
  height: auto;
}

.page-about__wrap > a h2 {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 13px 0 16px 16px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 975px) {
  .page-about__wrap > a h2 {
    font-size: 0.875rem;
  }
}

.page-about__wrap > a h2::after {
  position: absolute;
  content: "";
  width: 7.98px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-right-bk.png);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  right: 16px;
}

/* ----------------------------------------
page content
---------------------------------------- */
.page__content h2 {
  color: #00A0E8;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  position: relative;
  padding-bottom: 14px;
  margin-top: 56px;
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 975px) {
  .page__content h2 {
    font-size: 1.25rem;
    padding-bottom: 8px;
  }
}

.page__content h2::after, .page__content h2::before {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  left: 0;
}

.page__content h2::before {
  width: 100%;
  background-color: #CCCCCC;
}

.page__content h2::after {
  width: 26.7857142857%;
  background-color: #00A0E8;
}

.page__content h3 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 975px) {
  .page__content h3 {
    font-size: 1.25rem;
  }
}

.page__content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.44;
  font-weight: bold;
  padding-left: 16px;
  border-left: 1px solid #000000;
  margin-top: 24px;
}

.page__content h5 {
  font-weight: bold;
  font-size: 16;
  line-height: 1.8;
  margin-top: 24px;
}

.page__content p, .page__content a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 24px;
}
@media screen and (max-width: 975px) {
  .page__content p, .page__content a {
    font-size: 0.875rem;
  }
}

.page__content p, .page__content img {
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.page__content ul {
  margin-top: 32px;
  list-style: inside;
}

.page__content ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  position: relative;
}

.page__content ul li::marker {
  position: absolute;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 12px;
}

.page__content ol {
  margin-top: 32px;
  list-style: inside;
}

.page__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  position: relative;
}

.page__content ol li::marker {
  position: absolute;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 12px;
}

.page__content .page__link {
  margin-left: 24px;
  display: block;
  padding-left: 20px;
  position: relative;
}

.page__content .page__link::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 7.98px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-right-bk.png);
}

.is-gray {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
}

.is-blue {
  color: #00A0E8;
}

.table-default table {
  margin-top: 16px;
  max-width: 480px;
  width: 100%;
}

.table-default table tbody tr td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 16px;
  border: #CCCCCC 1px solid;
}

.table-default table tbody tr td:nth-child(1) {
  vertical-align: middle;
  background-color: #F5F5F5;
  width: 160px;
}

.two-col__wrap--message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 975px) {
  .two-col__wrap--message {
    display: block;
  }
}

.two-col__wrap--message .two-col__con img {
  display: block;
  width: 100%;
  height: auto;
}

.two-col__wrap--message .two-col__con:nth-child(1) {
  width: calc(100% - 160px);
}
@media screen and (max-width: 975px) {
  .two-col__wrap--message .two-col__con:nth-child(1) {
    width: 100%;
  }
}

.two-col__wrap--message .two-col__con:nth-child(2) {
  width: 160px;
}
@media screen and (max-width: 975px) {
  .two-col__wrap--message .two-col__con:nth-child(2) {
    width: 100%;
    padding: 80px 80px 0 80px;
  }
}

.two-col__con.sp-block {
  display: none;
}
@media screen and (max-width: 975px) {
  .two-col__con.sp-block {
    display: block;
    margin: 0 auto 0;
    width: 100%;
    padding: 80px 80px 0 80px;
  }
}

.page__map {
  margin-top: 24px;
}

.page__map iframe {
  width: 100%;
  height: 400px;
}

.page__btn {
  display: block;
  position: relative;
  padding: 16px 52px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #00A0E8;
  color: #00A0E8;
}

.page__btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  right: 16px;
  background-image: url(../img/icon-blank-blank.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.two-col__wrap--archives {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 975px) {
  .two-col__wrap--archives {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.two-col__wrap--archives .two-col__con:nth-child(1) {
  width: calc(100% - 432px);
}
@media screen and (max-width: 975px) {
  .two-col__wrap--archives .two-col__con:nth-child(1) {
    width: 100%;
  }
}

.two-col__wrap--archives .two-col__con:nth-child(2) {
  width: 400px;
}
@media screen and (max-width: 975px) {
  .two-col__wrap--archives .two-col__con:nth-child(2) {
    width: 100%;
  }
}

.table-style__history table {
  border: none;
}

.table-style__history table tbody td {
  border: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 975px) {
  .table-style__history table tbody td {
    font-size: 0.875rem;
  }
}

.table-style__history table tbody tr td:nth-child(1) {
  color: #666666;
  white-space: nowrap;
}

.two-col__wrap--sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 975px) {
  .two-col__wrap--sitemap {
    display: block;
  }
}

.two-col__wrap--sitemap .two-col__con {
  width: 50%;
}
@media screen and (max-width: 975px) {
  .two-col__wrap--sitemap .two-col__con {
    width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .two-col__wrap--sitemap .two-col__con:nth-child(2) {
    margin-top: 24px;
  }
}

.two-col__wrap--sitemap .two-col__con a {
  margin-top: 0;
  padding-left: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.two-col__wrap--sitemap .two-col__con a:not(:nth-child(1)) {
  margin-top: 24px;
}

.two-col__wrap--sitemap .two-col__con a::after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 7.98px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-right-bk.png);
}

.two-col__wrap--sitemap .two-col__con a.has-parent {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 16px;
  margin-top: 16px;
}

.two-col__wrap--sitemap .two-col__con a.blank-link::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -16px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon-blank.png);
}

.page__content *.is-top {
  margin-top: 0;
}

/* ----------------------------------------
director
---------------------------------------- */
.director__wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 975px) {
  .director__wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.director__wrap .director__con {
  background-color: #F5F5F5;
  padding: 24px 26px;
}

.director__wrap .director__con img {
  width: 100%;
  height: auto;
  margin: 0;
}

.director__wrap .director__con .director__type, .director__wrap .director__con .director__desc, .director__wrap .director__con .director__name {
  text-align: center;
}

.director__wrap .director__con .director__type {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
}

.director__wrap .director__con .director__desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 8px;
}

.director__wrap .director__con .director__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  margin-top: 12px;
}

.director__wrap .director__con .director__name span {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ----------------------------------------
council
---------------------------------------- */
.table-style__councill {
  margin-top: 24px;
}

.table-style__councill table thead th {
  border: none;
  width: 33.333%;
  font-weight: bold;
}

.table-style__councill table thead th, .table-style__councill table tbody td {
  padding: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.table-style__councill table tbody td {
  border: 1px solid #CCCCCC;
}

.table-style__councill table tbody tr:nth-child(odd) {
  background-color: #EBF2F5;
}

.adv-little {
  font-size: 16px;
  font-size: 1rem;
}

/* ----------------------------------------
advisory
---------------------------------------- */
.advisory__wrap {
  margin-top: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 975px) {
  .advisory__wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.advisory__wrap .advisory__con {
  padding: 16px;
  background-color: #F5F5F5;
}

.advisory__wrap .advisory__con img {
  margin-top: 0;
}

.advisory__wrap .advisory__desc, .advisory__wrap .advisory__type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 12px;
  text-align: center;
}

.advisory__wrap .advisory__type {
  margin-top: 8px;
}

.advisory__wrap .advisory__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  text-align: center;
}

.advisory__wrap .advisory__name span {
  font-size: 12px;
  font-size: 0.75rem;
}

/* ----------------------------------------
page nav
---------------------------------------- */
.page__nav {
  border-top: 1px solid #CCCCCC;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 975px) {
  .page__nav {
    border: none;
  }
}

.page__nav a {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 20px 40px 20px 16px;
  display: block;
  position: relative;
}

.page__nav a::after {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  top: 50%;
  right: 16px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

.page__nav a.is-current {
  font-weight: bold;
}

.page__nav a.is-link {
  background-color: #EBF2F5;
}
@media screen and (max-width: 975px) {
  .page__nav a.is-link {
    display: none;
  }
}

@media screen and (max-width: 975px) {
  .page__nav a.is-link.is-advi {
    display: block;
    border-top: 1px solid #CCCCCC;
  }
}

@media screen and (max-width: 975px) {
  .page__nav a.is-blank {
    display: block;
  }
}

.page__nav a.not-link {
  pointer-events: none;
}

.page__nav a.is-link::after {
  width: 7.98px;
  height: 14px;
  background-image: url(../img/arrow-right-bk.png);
}

.page__nav a.is-blank::after {
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-blank.png);
}

.page__nav .is-nav-banner {
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 40px;
  padding: 0;
}

.page__nav .is-nav-banner img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------
page base
---------------------------------------- */
.page-mv.mv01 {
  background-image: url(../img/page-mv01.jpg);
}

.page-mv.mv02 {
  background-image: url(../img/page-mv02.jpg);
}

.page-mv {
  height: 320px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 128px;
}
@media screen and (max-width: 975px) {
  .page-mv {
    height: 240px;
    background-position: 20% center;
    padding-top: 96px;
  }
}

.page-mv > .page__container > h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.46875;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, .64);
  padding: 8px 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 975px) {
  .page-mv > .page__container > h1 {
    font-size: 1.125rem;
  }
}

.page__container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .page__container {
    padding: 0 24px;
  }
}

.page__container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  padding: 48px 40px 80px;
}
@media screen and (max-width: 975px) {
  .page__container02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 48px 24px 80px;
  }
}

.page__container03 {
  max-width: 720px;
  width: 100%;
  padding: 48px 40px 80px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .page__container03 {
    padding: 24px 24px 0;
  }
}

.page__nav {
  width: 240px;
}
@media screen and (max-width: 975px) {
  .page__nav {
    width: 100%;
  }
}

.page__content {
  width: calc(100% - 304px);
}
@media screen and (max-width: 975px) {
  .page__content {
    width: 100%;
  }
}

.page__content .to-gallery {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 48px;
  display: block;
}
@media screen and (max-width: 975px) {
  .page__content .to-gallery {
    margin-top: 24px;
  }
}

.page__content .to-gallery img {
  display: block;
  max-width: 480px;
  width: 100%;
  height: auto;
}

.page__content.page-message__content p {
  text-align: justify;
}

/* ----------------------------------------
single
---------------------------------------- */
.page__content .news__title {
  margin-top: 16px;
  border: none;
  padding: 0;
  position: static;
  color: #000;
}

.page__content .news__title::after, .page__content .news__title::before {
  content: none;
}

/* ----------------------------------------
thanks
---------------------------------------- */
.thanks-container {
  padding-block: 84px;
  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;
}
.thanks-container .tran__btn {
  width: 240px;
  background: #00a0e8;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 120px;
}
.thanks-container .tran__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding-block: 20px;
  text-align: center;
}
.thanks-container .tran__btn:hover {
  opacity: 0.8;
}

/* ----------------------------------------
last
---------------------------------------- */
.sp-flex, .sp-block {
  display: none !important;
}

@media screen and (max-width: 975px) {
  .sp-hide {
    display: none !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
/* ----------------------------------------
book01
---------------------------------------- */
.book01 {
  padding: 90px 0 80px;
  background-image: url(../img/nakauchi01/bg05.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
@media screen and (max-width: 975px) {
  .book01 {
    padding: 60px 0 80px;
  }
}

.book01__wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .book01__wrap {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
}

.book01__con {
  padding: 32px 24px 80px;
  background-color: rgba(0, 0, 0, .4);
  display: block;
  position: relative;
}

.book01__con > img {
  margin: 0 auto;
  display: block;
  width: 150px;
  height: auto;
}

.book01__desc {
  margin-top: 32px;
}

.book01__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.book01__row span, .book01__row p, .book01__txt {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

.book01__row span {
  color: #999999;
  width: 56px;
}

.book01__row p {
  width: calc(100% - 72px);
}

.book01__txt {
  margin-top: 14px;
}

.book01__btn {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #000;
  width: calc(100% - 48px);
  padding: 14px 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 24px;
}

.book01__btn span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.book01__last {
  display: block;
  margin: 28px 0 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-right: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.book01__last::after {
  position: absolute;
  content: "";
  width: 6.58px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-right.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  top: 50%;
}

/* ----------------------------------------
footer01
---------------------------------------- */
.footer01 {
  background-color: #27292D;
  border-top: rgba(255, 255, 255, .1) 1px solid;
}

.footer01__nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 975px) {
  .footer01__nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.footer01__nav a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-right: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 975px) {
  .footer01__nav a {
    margin: 0 auto;
  }
}

.footer01__nav a::after {
  position: absolute;
  content: "";
  width: 6.58px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-right.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  top: 50%;
}

.footer01__copy {
  color: #999999;
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 975px) {
  .footer01__copy {
    font-size: 0.625rem;
  }
}

/* ----------------------------------------
single
---------------------------------------- */
.header01 {
  background-color: #27292D;
}

.header01__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 975px) {
  .header01__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header01__con:nth-child(1) {
  padding: 24px 0 38.6px 32px;
  display: block;
}
@media screen and (max-width: 975px) {
  .header01__con:nth-child(1) {
    padding: 12px 0 12px 24px;
  }
}

.header01__con:nth-child(1) a {
  display: block;
}

.header01__con:nth-child(1) a img {
  width: 245px;
  height: auto;
}
@media screen and (max-width: 975px) {
  .header01__con:nth-child(1) a img {
    width: 120px;
  }
}

.header01__con:nth-child(2) {
  padding: 65px 72px 0 0;
  margin-left: auto;
}

.header01__con:nth-child(2) nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.header01__con:nth-child(2) nav ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
}

/* ----------------------------------------
header01 sp
---------------------------------------- */
@media screen and (max-width: 975px) {
  .header01 .header__hbg {
    margin-top: 24px;
    margin-right: 24px;
  }
}

/* ----------------------------------------
history
---------------------------------------- */
.history01 {
  padding: 90px 0 0px;
  color: #fff;
  background-image: url(../img/nakauchi01/bg02.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
@media screen and (max-width: 975px) {
  .history01 {
    padding: 40px 0 0px;
    overflow: hidden;
    width: 100svw;
  }
}

.history01 #history_slide li dt, .history01 #history_slide li dd.main {
  background-color: rgba(0, 0, 0, 0);
}
.history01 #history_slide li dd.sub {
  background-color: rgba(0, 0, 0, .2);
  height: 45%;
}
@media screen and (max-width: 975px) {
  .history01 #history_slide li dd.sub {
    height: 50%;
  }
}
.history01 .background {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  position: relative;
}
.history01 #history_slide li dt span {
  font-weight: normal;
  font-style: normal;
}
.history01 #history_slide li {
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.history01 #history_slide li dd.main {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.history01 #history_slide li dt span {
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 975px) {
  .history01 #history_slide li dt span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 975px) and (max-width: 975px) {
  .history01 #history_slide li dt span {
    text-align: left;
  }
}
.history01 .flipsnap div.next, .history01 .flipsnap div.prev {
  width: 12svw;
  position: fixed;
  right: 0;
  background-size: cover;
}
.history01 .flipsnap div.next {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0));
}
.history01 .flipsnap div.prev {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0));
}
.history01 .flipsnap div.next img, .history01 .flipsnap div.prev img {
  width: 3svw;
  height: 3svw;
  top: 45%;
}
@media screen and (max-width: 975px) {
  .history01 .flipsnap div.next img, .history01 .flipsnap div.prev img {
    width: 10svw;
    height: 10svw;
  }
}
@media screen and (max-width: 975px) {
  .history01 .flipsnap div.next img {
    right: 70%;
  }
}
@media screen and (max-width: 975px) {
  .history01 .flipsnap div.prev img {
    left: 70%;
  }
}
.history01 div#history_slide {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.history01 #history_slide li dd span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (max-width: 975px) {
  .history01 #history_slide li dd span {
    font-size: 0.75rem;
  }
}
.history01 #history_slide li dd.main {
  height: 40%;
}
@media screen and (max-width: 975px) {
  .history01 #history_slide li dd.main {
    height: 40%;
  }
}
.history01 div#history_slide {
  min-height: 1000px;
}
@media screen and (max-width: 975px) {
  .history01 div#history_slide {
    min-height: 600px;
  }
}
.history01 #history_slide li dt {
  margin-top: 22px;
  height: 15%;
}
@media screen and (max-width: 975px) {
  .history01 #history_slide li dt {
    margin-top: 8px;
    height: 10%;
  }
}
.history01 div#history_slide {
  max-width: unset;
}
.history01 #history_slide li dd p {
  float: none;
}
.history01 #history_slide li dt span {
  position: absolute;
  top: 0px;
  right: 0;
  left: unset;
  padding-top: 10px;
}

@media screen and (max-width: 975px) {
  .history01 #history_slide li dt {
    height: 6%;
  }
  .history01 #history_slide li dt span {
    padding-top: 0;
  }
  .history01 #history_slide li dt span {
    font-size: 24px;
  }
  .history01 #history_slide li dd span {
    font-size: 11px;
  }
  .history01 #history_slide li dd span {
    line-height: 11px;
  }
  .history01 #history_slide li dd.main {
    height: 28%;
  }
  .history01 #history_slide li dd.sub {
    height: 31%;
  }
}
/* ----------------------------------------
honor01
---------------------------------------- */
.honor01 {
  padding: 90px 0 120px;
  background-image: url(../img/nakauchi01/bg04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 975px) {
  .honor01 {
    padding: 60px 0 90px;
  }
}

.honor01__wrap {
  max-width: 880px;
  padding: 0 40px;
  margin: 80px auto 0;
  border-top: rgba(255, 255, 255, .1) 1px solid;
}
@media screen and (max-width: 975px) {
  .honor01__wrap {
    margin-top: 40px;
    padding: 0 24px;
  }
}

.honor01__con {
  padding: 24px 0;
  border-bottom: rgba(255, 255, 255, .1) 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 975px) {
  .honor01__con {
    padding: 12px 0;
    display: block;
  }
}

.honor01__con span, .honor01__con p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 975px) {
  .honor01__con span, .honor01__con p {
    font-size: 0.875rem;
  }
}

.honor01__con span {
  color: #999999;
  width: 120px;
}
@media screen and (max-width: 975px) {
  .honor01__con span {
    width: 100%;
  }
}

.honor01__con p {
  color: #fff;
  width: calc(100% - 120px);
}
@media screen and (max-width: 975px) {
  .honor01__con p {
    width: 100%;
    margin-top: 4px;
  }
}

/* ----------------------------------------
message01
---------------------------------------- */
.message01 {
  padding: 90px 0 0;
  color: #fff;
  background-image: url(../img/nakauchi01/bg03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
@media screen and (max-width: 975px) {
  .message01 {
    padding: 40px 0 0px;
  }
}

.message01__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin: 44px auto 0;
  max-width: 1060px;
  padding: 0 40px;
}
@media screen and (max-width: 975px) {
  .message01__txt {
    font-size: 0.75rem;
    margin: 24px auto 0;
    padding: 0 24px;
  }
}

.message01__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  max-width: 1280px;
  padding: 0 40px;
  margin: 80px auto -1px;
}
@media screen and (max-width: 975px) {
  .message01__tabs {
    margin: 40px auto -1px;
    padding: 0 24px;
  }
}

.message01__tabs .message01__tab, .message01__tabs a {
  display: block;
  background-color: #000;
  cursor: pointer;
}

.message01__tabs .message01__tab span, .message01__tabs a span {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  padding: 26px 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 975px) {
  .message01__tabs .message01__tab span, .message01__tabs a span {
    font-size: 0.75rem;
  }
}

.message01__tabs .message01__tab.is-active {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  z-index: 2;
}

.message01__wrap {
  background-color: #000;
  border-top: 1px solid #fff;
  position: relative;
  z-index: 1;
}

.message01__con {
  max-width: 1340px;
  width: 100%;
  display: none;
  margin: 0 auto;
  padding: 56px 40px;
}
@media screen and (max-width: 975px) {
  .message01__con {
    padding: 36px 24px;
  }
}

.message01__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}

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

.message01__con.is-active {
  display: block;
}

.message01__wrap02 {
  padding: 0 20px;
  margin: 40px auto 0;
}

.message01__wrap02 a {
  display: block;
}

.message01__wrap02 a img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------------
mv01
---------------------------------------- */
.body01 .mv01 {
  background-image: url(../img/nakauchi01/mv.jpg);
  background-repeat: no-repeat;
  background-size: 67.3611111111%;
  background-position: right 2svh;
}
@media screen and (max-width: 975px) {
  .body01 .mv01 {
    background-size: 80%;
    background-image: url(../img/nakauchi01/mv-sp.jpg);
  }
}

.mv01__wrap {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 975px) {
  .mv01__wrap {
    display: block;
    padding: 0 24px;
  }
}

.mv01__box {
  width: 50%;
  height: 1000px;
}
@media screen and (max-width: 975px) {
  .mv01__box {
    height: 100%;
    width: 100%;
  }
}

.mv01__box:nth-child(1) {
  padding-left: 40px;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(1) {
    padding-left: 0;
  }
}

.mv01__box:nth-child(1) h2 {
  display: block;
}

.mv01__box:nth-child(1) h2 img {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 100px;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(1) h2 img {
    padding-right: 40svw;
  }
}

.mv01__box:nth-child(1) p {
  padding-top: 52px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(1) p {
    font-size: 0.75rem;
    line-height: 1.5;
    padding-top: 6svh;
  }
}

.mv01__box:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(2) {
    margin-top: 40px;
  }
}

.mv01__box:nth-child(2) .mv01__float {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: #000;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(2) .mv01__float {
    position: relative;
    border-radius: 12px;
    bottom: unset;
    right: unset;
    width: 100%;
    height: 100%;
    padding: 24px 8px;
    display: none;
  }
}

.mv01__box:nth-child(2) .mv01__float div {
  padding-top: 82px;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(2) .mv01__float div {
    padding-top: 0;
  }
}

.mv01__box:nth-child(2) .mv01__float div h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(2) .mv01__float div h2 {
    font-size: 1rem;
  }
}

.mv01__box:nth-child(2) .mv01__float div p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 32px;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(2) .mv01__float div p {
    font-size: 0.75rem;
    margin-top: 18px;
  }
}

.mv01__box:nth-child(2) .mv01__float div img {
  display: block;
  height: 40px;
  width: auto;
  margin: 33px auto 0;
}
@media screen and (max-width: 975px) {
  .mv01__box:nth-child(2) .mv01__float div img {
    height: 24px;
    margin: 12px auto 0;
  }
}

/* ----------------------------------------
scroll
---------------------------------------- */
/*
左から右へ
----------------------------*/
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
body .scroll-photo {
  padding: 120px 0 74px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 975px) {
  body .scroll-photo {
    padding: 40px 0 24px;
  }
}

.scroll__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.scroll-photo__wrap {
  -webkit-animation: infinity-scroll-right 2s infinite linear 0.5s both;
          animation: infinity-scroll-right 2s infinite linear 0.5s both;
  overflow: hidden;
  width: auto;
  height: 375px;
}

.scroll-photo__wrap img {
  width: 100svw;
  display: block;
}

.scroll-caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #999999;
  text-align: center;
  padding-top: 28px;
}
@media screen and (max-width: 975px) {
  .scroll-caption {
    font-size: 0.75rem;
    padding-top: 18px;
  }
}

/*
右から左へ
----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.d-demo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.d-demo__item {
  width: 400px;
}

@media screen and (max-width: 975px) {
  .d-demo__item {
    width: 375px;
  }
}
.d-demo__item > img {
  width: 100%;
}

/* ----------------------------------------
single
---------------------------------------- */
/* ----------------------------------------
start01
---------------------------------------- */
.start01 {
  padding: 90px 0 124px;
  background-image: url(../img/nakauchi01/bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

.start01__wrap {
  max-width: 800px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 975px) {
  .start01__wrap {
    padding: 0 24px;
  }
}

.start01__txt01 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  margin-top: 80px;
  padding-bottom: 54px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 975px) {
  .start01__txt01 {
    font-size: 1.125rem;
    margin-top: 36px;
    padding-bottom: 32px;
  }
}

.start01__txt02 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 48px;
}
@media screen and (max-width: 975px) {
  .start01__txt02 {
    font-size: 1rem;
    margin-top: 24px;
    line-height: 1.5;
  }
}

.start01__txt03 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  margin-top: 30px;
}
@media screen and (max-width: 975px) {
  .start01__txt03 {
    font-size: 0.875rem;
    margin-top: 18px;
    line-height: 1.5;
  }
}

.start01__txt04 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 48px;
}
@media screen and (max-width: 975px) {
  .start01__txt04 {
    font-size: 0.875rem;
    margin-top: 18px;
    line-height: 1.5;
  }
}

.start01__image {
  display: none;
}
@media screen and (max-width: 975px) {
  .start01__image {
    display: block;
    width: 100%;
    margin-block: 33px;
  }
}

/* ----------------------------------------
access
---------------------------------------- */
.body02 .access, .body04 .access {
  min-height: 720px;
}
@media screen and (max-width: 975px) {
  .body02 .access, .body04 .access {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.body02 .access.bg-white, .body04 .access.bg-white {
  background: #fff;
}
.body02 .access__btn, .body04 .access__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 72px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin-top: 40px;
  border: 1px solid #000;
}
.body02 .access__btn::after, .body04 .access__btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.12px;
  height: 16px;
  background-image: url(../img/arrow-right-bk.png);
}

.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F2F0;
}
@media screen and (max-width: 975px) {
  .access {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 24px;
  }
}

.access__left, .access__right {
  width: 50%;
}
@media screen and (max-width: 975px) {
  .access__left, .access__right {
    width: 100%;
  }
}

.access__left {
  width: 560px;
  margin-left: auto;
}
@media screen and (max-width: 1120px) {
  .access__left {
    width: 100%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 975px) {
  .access__left {
    padding: 0 20px;
    margin-top: 24px;
  }
}

.access__con {
  max-width: 500px;
  width: 100%;
  padding-right: 20px;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 975px) {
  .access__con {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.access__add {
  margin-top: 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 975px) {
  .access__add {
    margin-top: 36px;
  }
}

.access__tel {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 28px;
}
@media screen and (max-width: 975px) {
  .access__tel {
    margin-top: 20px;
  }
}

.access__tel a {
  font-size: 24px;
  font-size: 1.5rem;
}

.access__h3 {
  margin-top: 48px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  .access__h3 {
    margin-top: 24px;
  }
}

.access__p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 975px) {
  .access__p {
    margin-top: 18px;
  }
}

.access__right {
  height: inherit;
}
@media screen and (max-width: 975px) {
  .access__right {
    margin-top: 40px;
  }
}

.access__right iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 975px) {
  .access__right iframe {
    height: 320px;
  }
}

/* ----------------------------------------
banner
---------------------------------------- */
.banner02 a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin: 80px auto 0;
}

.banner02 a img {
  display: block;
  max-width: 480px;
  width: 100%;
  height: auto;
}

/* ----------------------------------------
footer
---------------------------------------- */
.footer02 {
  background-color: #fff;
  border-top: none;
}

.footer02__nav a {
  color: #000;
}

.footer02__nav a::after {
  background-image: url(../img/arrow-right-bk.png);
}

/* ----------------------------------------
header
---------------------------------------- */
.header02 {
  background-color: unset;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(64, 27, 9, 0)), color-stop(80%, #401b09), to(#401b09));
  background-image: linear-gradient(0deg, rgba(64, 27, 9, 0) 0%, #401b09 80%, #401b09 100%);
}

.header02__con:nth-child(1) {
  padding: 42px 0 38px 56px;
}
@media screen and (max-width: 975px) {
  .header02__con:nth-child(1) {
    padding: 12px 0 12px 24px;
  }
}

.header02__con:nth-child(1) a img {
  width: 454px;
  height: auto;
}
@media screen and (max-width: 975px) {
  .header02__con:nth-child(1) a img {
    height: 47.55px;
    width: auto;
  }
}

/* ----------------------------------------
intro-title
---------------------------------------- */
.intro-title {
  padding: 40px 80px;
}
@media screen and (max-width: 975px) {
  .intro-title {
    padding: 24px 20px;
  }
}

.intro-title p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 975px) {
  .intro-title p {
    font-size: 0.875rem;
    text-align: left;
  }
}

/* ----------------------------------------
movie
---------------------------------------- */
.mv02 {
  position: relative;
}

.mv02 .nakauchi__banner02 {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 975px) {
  .mv02 .nakauchi__banner02 {
    bottom: 20px;
    right: 20px;
  }
}

.mv02 .nakauchi__banner02 img {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 975px) {
  .mv02 .nakauchi__banner02 img {
    width: 180px;
  }
}

/* ----------------------------------------
modal
---------------------------------------- */
.movie__modal-bg {
  -webkit-animation: 0.5s ease-in fadein forwards;
          animation: 0.5s ease-in fadein forwards;
  width: 100svw;
  height: 100svh;
  position: fixed;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  display: none;
}

.movie__modal-bg.is-active {
  -webkit-animation: 0.5s ease-in fadein forwards;
          animation: 0.5s ease-in fadein forwards;
  display: block;
}

.movie__modal {
  -webkit-animation: 0.5s ease-in fadein forwards;
          animation: 0.5s ease-in fadein forwards;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 800px;
  width: 95vw;
  background: #000;
  border-radius: 8px;
  position: relative;
}

.movie__modal-close {
  position: absolute;
  color: #fff;
  top: -40px;
  right: 0px;
  font-size: 36px;
}

.movie__modal iframe {
  padding: 20px;
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}

/* ----------------------------------------
mv
---------------------------------------- */
.mv02 img {
  display: block;
  width: 100%;
  height: auto;
}

.mv02 .nakauchi__banner02 {
  bottom: -40px;
}
@media screen and (max-width: 975px) {
  .mv02 .nakauchi__banner02 {
    bottom: -20px;
    right: 6px;
  }
}

.mv02 .nakauchi__banner02.left {
  right: 300px;
}
@media screen and (max-width: 975px) {
  .mv02 .nakauchi__banner02.left {
    right: 190px;
  }
}

/* ----------------------------------------
overview
---------------------------------------- */
#overview {
  margin-top: 130px;
}
@media screen and (max-width: 975px) {
  #overview {
    margin-top: 80px;
  }
}

.overview-slide {
  position: relative;
  background-color: #F5F2F0;
  margin-top: 80px;
  overflow: hidden;
  z-index: 7;
}
@media screen and (max-width: 975px) {
  .overview-slide {
    margin-top: 24px;
  }
}

.overview-slide .swiper-wrapper {
  padding: 65px 0;
}
@media screen and (max-width: 975px) {
  .overview-slide .swiper-wrapper {
    padding: 0px 0 0;
  }
}

.overview-slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .overview-slide__wrap {
    padding: 0px;
    display: block;
  }
}

.overview-slide__con {
  width: 100%;
}

@media screen and (max-width: 975px) {
  .overview-slide__con img {
    display: block;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .overview-slide__con img.image-01 {
    -o-object-position: center -50px;
       object-position: center -50px;
  }
  .overview-slide__img01-wrapper {
    aspect-ratio: 2/1;
    background: #000;
  }
  .overview-slide__img01-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.overview-slide__img01 {
  width: 28.5714285714%;
  height: auto;
}
@media screen and (max-width: 975px) {
  .overview-slide__img01 {
    width: 100%;
  }
}

.overview-slide__txt {
  width: 21.4285714286%;
  margin-left: 4.2857142857%;
  margin-right: 2.8571428571%;
}
@media screen and (max-width: 975px) {
  .overview-slide__txt {
    width: 100%;
    margin: 40px 0;
    padding: 0 40px;
  }
}

.overview-slide__txt h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.overview-slide__txt h3 span {
  font-size: 18px;
  font-size: 1.125rem;
}

.overview-slide__txt p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 28px;
  letter-spacing: 0.08px;
  letter-spacing: 0.005rem;
}

.overview-slide__con .overview-slide__img02 {
  width: 42.8571428571%;
  height: auto;
}
@media screen and (max-width: 975px) {
  .overview-slide__con .overview-slide__img02 {
    width: 100%;
    padding: 0 40px;
    display: none;
  }
}

#overview .swiper-pagination {
  bottom: 30px;
}
@media screen and (max-width: 975px) {
  #overview .swiper-pagination {
    display: none;
  }
}

#overview .swiper-pagination-bullet {
  border: 1px solid #401B09;
  background-color: #F5F2F0;
}

#overview .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #401B09;
}

#overview .swiper-button-next,
#overview .swiper-button-prev {
  width: 64px;
  height: 64px;
  background-color: #401B09;
  border-radius: 50%;
}
@media screen and (max-width: 975px) {
  #overview .swiper-button-next,
  #overview .swiper-button-prev {
    width: 64px;
    height: 120px;
    border-radius: 0;
    background-color: unset;
  }
}

#overview .swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 975px) {
  #overview .swiper-button-next {
    right: -10px;
  }
}

#overview .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 975px) {
  #overview .swiper-button-prev {
    left: -10px;
  }
}

@media screen and (max-width: 975px) {
  .body01 .swiper-button-next,
  .body01 .swiper-button-prev {
    top: 33%;
  }
}

@media screen and (max-width: 975px) {
  .body03 .swiper-button-next,
  .body01 .swiper-button-prev {
    top: 106svw;
  }
}

@media screen and (max-width: 975px) {
  .body02 .swiper-button-next,
  .body02 .swiper-button-prev {
    top: 31.5svh;
  }
}

.body02 .swiper-rtl .swiper-button-prev:after,
.body02 .swiper-rtl .swiper-button-next:after {
  background-image: url(../img/arrow-right.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 975px) {
  .body02 .swiper-rtl .swiper-button-prev:after,
  .body02 .swiper-rtl .swiper-button-next:after {
    background-image: url(../img/arrow-right-bk.png);
  }
}

.body02 .swiper-rtl .swiper-button-next:after,
.body02 .swiper-rtl .swiper-button-prev:after {
  background-image: url(../img/arrow-right-bk.png);
}

@media screen and (max-width: 975px) {
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    background-image: url(../img/arrow-right-bk.png);
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    background-image: url(../img/arrow-right-bk.png);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
/* ----------------------------------------
sakae
---------------------------------------- */
.sakae {
  margin-top: 130px;
  background-repeat: no-repeat;
  background-image: url(../img/nakauchi02/sakae01.png);
  background-size: 50%;
  background-position-y: 50%;
}
@media screen and (max-width: 975px) {
  .sakae {
    margin-top: 80px;
    background-image: unset;
  }
}

.sakae__wrap {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 975px) {
  .sakae__wrap {
    display: block;
    padding: 0;
  }
}

.sakae__con {
  width: 50%;
}
@media screen and (max-width: 975px) {
  .sakae__con {
    width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .sakae__con.is-sakae {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  .sakae__con.is-sakae h3 {
    margin-top: 80px;
    font-size: 2rem;
    line-height: 1.5;
    color: #401B09;
    margin-top: 40px;
    font-size: 1.125rem;
    display: block;
  }
  .sakae__con.is-sakae::before {
    position: absolute;
    content: "";
    width: 307px;
    height: 160px;
    background-repeat: no-repeat;
    background-image: url(../img/nakauchi02/sakae02.png);
    background-size: cover;
    top: -11%;
    right: 12%;
    width: 187px;
    height: 99px;
    top: -4%;
  }
}

.sakae__con:nth-child(1) img {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.sakae__con:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 975px) {
  .sakae__con:nth-child(2) {
    padding: 0 20px;
  }
}

.sakae__con:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 307px;
  height: 160px;
  background-repeat: no-repeat;
  background-image: url(../img/nakauchi02/sakae02.png);
  background-size: cover;
  top: -11%;
  right: 12%;
}
@media screen and (max-width: 975px) {
  .sakae__con:nth-child(2)::before {
    width: 187px;
    height: 99px;
    top: -4%;
    display: none;
  }
}

.sakae__con:nth-child(2) * {
  position: relative;
  z-index: 1;
}

.sakae__con:nth-child(2) h3 {
  margin-top: 80px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  color: #401B09;
}
@media screen and (max-width: 975px) {
  .sakae__con:nth-child(2) h3 {
    margin-top: 40px;
    font-size: 1.125rem;
  }
}

.sakae__con:nth-child(2) p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  padding-top: 48px;
  border-top: 1px solid #707070;
  margin-top: 54px;
}
@media screen and (max-width: 975px) {
  .sakae__con:nth-child(2) p {
    padding-top: 24px;
    margin-top: 40px;
    font-size: 0.875rem;
  }
}

/* ----------------------------------------
usage
---------------------------------------- */
.usage {
  padding: 120px 0;
}
@media screen and (max-width: 975px) {
  .usage {
    padding: 40px 0;
  }
}
.usage.bg-beige {
  background: #f5f2f0;
}

.usage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 975px) {
  .usage__wrap {
    display: block;
    padding: 0 20px;
  }
}

.usage__con {
  width: 50%;
}
@media screen and (max-width: 975px) {
  .usage__con {
    width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .usage__con:nth-child(2) {
    margin-top: 30px;
  }
}

.usage__date {
  font-weight: 18px;
  font-weight: 1.125rem;
  line-height: 2;
}

.usage__caution {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  margin-top: 40px;
}
@media screen and (max-width: 975px) {
  .usage__caution {
    margin-top: 24px;
  }
}

.usage__tel {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 50px;
}
@media screen and (max-width: 975px) {
  .usage__tel {
    margin-top: 24px;
  }
}

.usage__tel a {
  font-size: 24px;
  font-size: 1.5rem;
}

.usage__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #401B09;
  padding: 20px 56px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 975px) {
  .usage__btn {
    margin-top: 24px;
  }
}

.usage__btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.12px;
  height: 16px;
  background-image: url(../img/arrow-right.png);
}

/* ----------------------------------------
access
---------------------------------------- */
.body03 .access {
  background-color: #1A1A1A;
  color: #fff;
  min-height: 720px;
}
@media screen and (max-width: 975px) {
  .body03 .access {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.body03 .access__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 72px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin-top: 40px;
  border: 1px solid #fff;
}
.body03 .access__btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.12px;
  height: 16px;
  background-image: url(../img/arrow-right.png);
}

/* ----------------------------------------
chronicle
---------------------------------------- */
.chronicle {
  color: #fff;
  margin-top: 120px;
}
@media screen and (max-width: 975px) {
  .chronicle {
    margin-top: 80px;
  }
}

.chronicle__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}
@media screen and (max-width: 975px) {
  .chronicle__wrap {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.chronicle__con {
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 40px 40px 45px;
}
@media screen and (max-width: 975px) {
  .chronicle__con {
    padding: 20px 20px 24px;
  }
}

.chronicle__img {
  display: block;
  width: 100%;
  height: auto;
}

.chronicle__y {
  margin-top: 58px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 975px) {
  .chronicle__y {
    margin-top: 12px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.chronicle__title {
  margin-top: 12px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  .chronicle__title {
    font-size: 1.125rem;
    margin-top: 40x;
  }
}

.chronicle__model {
  margin-top: 24px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 975px) {
  .chronicle__model {
    margin-top: 4px;
    font-size: 0.875rem;
  }
}

.chronicle__desc {
  margin-top: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  .chronicle__desc {
    font-size: 0.75rem;
    margin-top: 4px;
  }
}

/* ----------------------------------------
desc
---------------------------------------- */
.desc03 {
  color: #fff;
  max-width: 800px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  margin-top: 85px;
}
@media screen and (max-width: 975px) {
  .desc03 {
    padding: 20px;
    margin-top: 60px;
  }
}

.desc03 h2 {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  .desc03 h2 {
    font-size: 1.5rem;
  }
}

.desc03 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 62px;
  padding-top: 48px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 975px) {
  .desc03 p {
    font-size: 0.875rem;
    margin-top: 48px;
    padding-top: 40px;
  }
}

/* ----------------------------------------
footer
---------------------------------------- */
.footer03 {
  background-color: #000;
  border-top: none;
}

.footer04__con {
  margin-bottom: 100px;
}
@media screen and (max-width: 975px) {
  .footer04__con {
    margin-bottom: 24px;
  }
}

.footer04__con img {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .footer04__con img {
    width: 100%;
    padding: 0 20px;
  }
}

/* ----------------------------------------
header
---------------------------------------- */
.header03 {
  background-color: unset;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, black), to(black));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 80%, black 100%);
}

.header03__con:nth-child(1) {
  padding: 32px 0 25px 56px;
}
@media screen and (max-width: 975px) {
  .header03__con:nth-child(1) {
    padding: 12px 0 12px 24px;
  }
}

.header03__con:nth-child(1) a img {
  width: 345px;
  height: auto;
}
@media screen and (max-width: 975px) {
  .header03__con:nth-child(1) a img {
    height: 47.55px;
    width: auto;
  }
}

/* ----------------------------------------
overview
---------------------------------------- */
.body03 .overview-slide {
  background-color: #1A1A1A;
}
.body03 .overview-slide__con {
  width: 100%;
}
.body03 #overview .swiper-button-next, .body03 #overview .swiper-button-prev {
  background-color: #000;
}
@media screen and (max-width: 975px) {
  .body03 #overview .swiper-button-next, .body03 #overview .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
  }
}
.body03 .overview-slide__con img {
  display: block;
}
.body03 .overview-slide__img01 {
  width: 27.5%;
  height: auto;
}
@media screen and (max-width: 975px) {
  .body03 .overview-slide__img01 {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.body03 .overview-slide__txt {
  width: 32.1428571429%;
  margin-left: 5%;
  margin-right: 3.75%;
  color: #fff;
}
@media screen and (max-width: 975px) {
  .body03 .overview-slide__txt {
    width: 100%;
    margin: 40px 0;
  }
}
.body03 .overview-slide__con .overview-slide__img02 {
  width: 31.6071428571%;
  height: auto;
}
@media screen and (max-width: 975px) {
  .body03 .overview-slide__con .overview-slide__img02 {
    width: 100%;
    display: none;
  }
}
.body03 #overview .swiper-pagination-bullet {
  border: 1px solid #fff;
  background-color: #1A1A1A;
}
.body03 #overview .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.body03 .swiper-button-next, .body03 .swiper-button-prev {
  width: 64px;
  height: 64px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (max-width: 975px) {
  .body03 .swiper-button-next, .body03 .swiper-button-prev {
    width: 20px;
    height: 120px;
    border-radius: 0;
  }
}
.body03 .swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 975px) {
  .body03 .swiper-button-next {
    right: 0px;
  }
}
.body03 .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 975px) {
  .body03 .swiper-button-prev {
    left: 0px;
  }
}
@media screen and (max-width: 975px) {
  .body03 .swiper-button-next:after, .body03 .swiper-rtl .swiper-button-prev:after, .body03 .swiper-button-prev:after, .body03 .swiper-rtl .swiper-button-next:after {
    background-image: url(../img/arrow-right.png);
  }
}
@media screen and (max-width: 975px) {
  .body03 .swiper-button-prev:after {
    background-image: url(../img/arrow-right.png);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

/* ----------------------------------------
usage
---------------------------------------- */
.body03 .usage__con {
  color: #fff;
}
.body03 .usage__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 20px 56px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin-top: 40px;
}
.body03 .usage__btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.12px;
  height: 16px;
  background-image: url(../img/arrow-right-bk.png);
}

/* ----------------------------------------
access
---------------------------------------- */
.body04 .access__btn {
  color: #E05C18;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border: 1px solid #E05C18;
}
.body04 .access__btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.12px;
  height: 16px;
  background-image: url(../img/arrow-right-orange.png);
}

/* ----------------------------------------
exi
---------------------------------------- */
.body04 .exi {
  padding: 80px 0 120px;
  background-color: #F5F2F0;
}
@media screen and (max-width: 975px) {
  .body04 .exi {
    padding: 60px 0 80px;
  }
}
.body04 .exi .exi__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 0;
  padding: 0 40px;
}
@media screen and (max-width: 975px) {
  .body04 .exi .exi__wrapper {
    padding: 0 20px;
    margin: 40px auto 0;
    display: block;
  }
}
.body04 .exi .exi__wrapper .exi__con {
  width: 50%;
}
@media screen and (max-width: 975px) {
  .body04 .exi .exi__wrapper .exi__con {
    width: 100%;
  }
}
.body04 .exi .exi__wrapper .exi__con:nth-child(1) {
  margin-right: auto;
  padding-right: 24px;
}
@media screen and (max-width: 975px) {
  .body04 .exi .exi__wrapper .exi__con:nth-child(1) {
    padding-right: 0;
    margin: 0 auto;
  }
}
.body04 .exi .exi__wrapper .exi__con:nth-child(1) img {
  width: 100%;
  max-width: 480px;
  display: block;
}
.body04 .exi .exi__wrapper .exi__con:nth-child(2) {
  line-height: 2;
}
@media screen and (max-width: 975px) {
  .body04 .exi .exi__wrapper .exi__con:nth-child(2) {
    margin-top: 24px;
  }
}
.body04 .exi .exi__wrapper .exi__con:nth-child(2) p, .body04 .exi .exi__wrapper .exi__con:nth-child(2) span {
  display: block;
  width: 100%;
  padding-left: 18px;
  position: relative;
}
.body04 .exi .exi__wrapper .exi__con:nth-child(2) p::before {
  position: absolute;
  content: "";
  background-color: #E05C18;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.body04 .exi .exi__wrapper .exi__con:nth-child(2) p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 975px) {
  .body04 .exi .exi__wrapper .exi__con:nth-child(2) p {
    font-size: 0.875rem;
  }
}
.body04 .exi .exi__wrapper .exi__con:nth-child(2) span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
}
@media screen and (max-width: 975px) {
  .body04 .exi .exi__wrapper .exi__con:nth-child(2) span {
    font-size: 0.75rem;
  }
}
.body04 .exi2 {
  background-color: #fff;
}

/* ----------------------------------------
footer
---------------------------------------- */
.footer04 {
  background-color: #fff;
  border-top: none;
}
.footer04 a {
  color: #000;
}
.footer04 a::after {
  background-image: url(../img/arrow-right-bk.png);
}

/* ----------------------------------------
header
---------------------------------------- */
.header04 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(64, 27, 9, 0)), color-stop(80%, #262828), to(#262828));
  background-image: linear-gradient(0deg, rgba(64, 27, 9, 0) 0%, #262828 80%, #262828 100%);
  background-color: unset;
}
.header04 .header04__con:nth-child(1) {
  padding: 50px 0 50px 32px;
}
@media screen and (max-width: 975px) {
  .header04 .header04__con:nth-child(1) {
    padding: 20px 0 20px 12px;
  }
}
.header04 .header04__con:nth-child(1) a img {
  width: 374px;
}
@media screen and (max-width: 975px) {
  .header04 .header04__con:nth-child(1) a img {
    width: 270px;
    height: auto;
  }
}

.body04 .is-orange, .body02 .is-orange {
  color: #E05C18;
}
.body04 .intro-title, .body02 .intro-title {
  padding: 120px 40px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 975px) {
  .body04 .intro-title, .body02 .intro-title {
    padding: 40px 20px;
    font-size: 1.5rem;
  }
}
.body04 .intro-title h2, .body02 .intro-title h2 {
  padding-bottom: 48px;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 975px) {
  .body04 .intro-title h2, .body02 .intro-title h2 {
    padding-bottom: 24px;
  }
}
.body04 .intro-title p, .body02 .intro-title p {
  line-height: 1.5;
  text-align: left;
}

/* ----------------------------------------
usage
---------------------------------------- */
.body04 .usage {
  background-color: #fff;
}
.body04 .usage__con {
  color: #000;
}
.body04 .usage__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E05C18;
  padding: 20px 56px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin-top: 40px;
}
.body04 .usage__btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.12px;
  height: 16px;
  background-image: url(../img/arrow-right.png);
}

/* ----------------------------------------
child
---------------------------------------- */
.child-page.nakauchi01,
.child-page.nakauchi03 {
  background-color: #27292D;
}
.child-page.nakauchi01 header,
.child-page.nakauchi03 header {
  background-color: #27292D;
}
.child-page.nakauchi01 .child h1,
.child-page.nakauchi03 .child h1 {
  color: #fff;
}
.child-page.nakauchi01 .child h2,
.child-page.nakauchi01 .child h3,
.child-page.nakauchi01 .child p,
.child-page.nakauchi01 .child a,
.child-page.nakauchi03 .child h2,
.child-page.nakauchi03 .child h3,
.child-page.nakauchi03 .child p,
.child-page.nakauchi03 .child a {
  color: #fff;
}
.child-page.nakauchi01 .child h2,
.child-page.nakauchi03 .child h2 {
  border-bottom: 1px solid #707070;
}
.child-page.nakauchi01 .child label,
.child-page.nakauchi03 .child label {
  color: #fff;
}
.child-page.nakauchi01 .child .wpcf7-form-control,
.child-page.nakauchi03 .child .wpcf7-form-control {
  background-color: #fff;
}
.child-page.nakauchi01 .child .wpcf7-form-control.wpcf7-submit,
.child-page.nakauchi03 .child .wpcf7-form-control.wpcf7-submit {
  background-color: #000;
  color: #fff;
}
.child-page.nakauchi01 .child .wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn,
.child-page.nakauchi03 .child .wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}
.child-page.nakauchi01 .child .wpcf7-submit,
.child-page.nakauchi03 .child .wpcf7-submit {
  background-color: #000;
  color: #fff;
}
.child-page.nakauchi01 .child .wpcf7-form-control.wpcf7-checkbox,
.child-page.nakauchi03 .child .wpcf7-form-control.wpcf7-checkbox {
  background-color: #27292D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.child-page.nakauchi01 .child .wpcf7-not-valid-tip,
.child-page.nakauchi01 .child .screen-reader-response,
.child-page.nakauchi03 .child .wpcf7-not-valid-tip,
.child-page.nakauchi03 .child .screen-reader-response {
  color: red;
}
.child-page.nakauchi01 .child .wpcf7-response-output,
.child-page.nakauchi03 .child .wpcf7-response-output {
  color: #fff;
}
.child-page.nakauchi01 .child .form-caution,
.child-page.nakauchi03 .child .form-caution {
  margin-top: 0;
}
.child-page.nakauchi01 .child form input,
.child-page.nakauchi01 .child form textarea,
.child-page.nakauchi01 .child select,
.child-page.nakauchi01 .child #wpcf7cpcnf tr td p,
.child-page.nakauchi03 .child form input,
.child-page.nakauchi03 .child form textarea,
.child-page.nakauchi03 .child select,
.child-page.nakauchi03 .child #wpcf7cpcnf tr td p {
  color: #000;
}
.child-page.nakauchi01 .child #wpcf7cpcnf tr td p,
.child-page.nakauchi03 .child #wpcf7cpcnf tr td p {
  background: #fff;
}
.child-page.nakauchi01 .child #wpcf7cpcnf tr td,
.child-page.nakauchi03 .child #wpcf7cpcnf tr td {
  margin-top: 0;
}
.child-page.nakauchi01 .child #wpcf7cpcnf tr td p,
.child-page.nakauchi03 .child #wpcf7cpcnf tr td p {
  margin-top: 0;
  color: #fff;
  background: #27292D;
  border: 1px solid #333333;
}
.child-page.nakauchi01 .child #wpcf7cpcnf tr th p,
.child-page.nakauchi03 .child #wpcf7cpcnf tr th p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6;
  padding-bottom: 16px;
}
.child-page.nakauchi01 form .wpcf7-form-control,
.child-page.nakauchi03 form .wpcf7-form-control {
  border: none;
}
.child-page.nakauchi01 .footer01,
.child-page.nakauchi03 .footer01 {
  background-color: #27292D;
}
.child-page.nakauchi01 #wpcf7cpcnf,
.child-page.nakauchi03 #wpcf7cpcnf {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.child-page.nakauchi01 #wpcf7cpcnf label,
.child-page.nakauchi03 #wpcf7cpcnf label {
  font-size: 18px;
  font-size: 1.125rem;
}
.child-page.nakauchi01 #wpcf7cpcnf .wpcf7-submit,
.child-page.nakauchi03 #wpcf7cpcnf .wpcf7-submit {
  background-color: #000;
  color: #fff;
}
.child-page.nakauchi01 #wpcf7cpcnf .wpcf7-submit.wpcf7cp-cfm-submit-btn,
.child-page.nakauchi03 #wpcf7cpcnf .wpcf7-submit.wpcf7cp-cfm-submit-btn {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}
.child-page.nakauchi01 #wpcf7cpcnf .wpcf7cp-cfm-edit-btn,
.child-page.nakauchi03 #wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}

.child-page.nakauchi02 header {
  background: #fff;
}
.child-page.nakauchi02 .child h1,
.child-page.nakauchi02 .child h3,
.child-page.nakauchi02 .child h2 {
  color: #401B09;
}
.child-page.nakauchi02 .child h2 {
  border-bottom: 1px solid #F5F2F0;
}
.child-page.nakauchi02 .child label {
  color: #000;
}
.child-page.nakauchi02 .child .wpcf7-form-control {
  background-color: #fff;
}
.child-page.nakauchi02 .child .wpcf7-form-control.wpcf7-submit {
  background-color: #401B09;
  color: #fff;
}
.child-page.nakauchi02 .child .wpcf7-not-valid-tip,
.child-page.nakauchi02 .child .screen-reader-response {
  color: red;
}
.child-page.nakauchi02 .child .wpcf7-response-output {
  color: #000;
}
.child-page.nakauchi02 .child #wpcf7cpcnf tr td p {
  color: #000;
}
.child-page.nakauchi02 .child #wpcf7cpcnf tr td p {
  background: #fff;
}
.child-page.nakauchi02 .child #wpcf7cpcnf tr td {
  margin-top: 0;
}
.child-page.nakauchi02 .child #wpcf7cpcnf tr td p {
  margin-top: 0;
  color: #000;
  background: #fff;
  border: 1px solid #cccccc;
}
.child-page.nakauchi02 .child #wpcf7cpcnf tr th p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6;
  padding-bottom: 16px;
}
.child-page.nakauchi02 .footer01 {
  background-color: #401B09;
}
.child-page.nakauchi02 #wpcf7cpcnf {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.child-page.nakauchi02 #wpcf7cpcnf label {
  font-size: 18px;
  font-size: 1.125rem;
}
.child-page.nakauchi02 #wpcf7cpcnf .wpcf7-submit {
  background-color: #401B09;
  color: #fff;
}
.child-page.nakauchi02 #wpcf7cpcnf .wpcf7-submit.wpcf7cp-cfm-submit-btn {
  background-color: #401B09;
  color: #fff;
  border-radius: 4px;
}
.child-page.nakauchi02 #wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  background-color: #401B09;
  color: #fff;
  border-radius: 4px;
}

.child-page.nakauchi04 header {
  background: #fff;
}
.child-page.nakauchi04 .child h1,
.child-page.nakauchi04 .child h3,
.child-page.nakauchi04 .child h2 {
  color: #E05C18;
}
.child-page.nakauchi04 .child h2 {
  border-bottom: 1px solid #F5F2F0;
}
.child-page.nakauchi04 .child label {
  color: #000;
}
.child-page.nakauchi04 .child .wpcf7-form-control {
  background-color: #fff;
}
.child-page.nakauchi04 .child .wpcf7-form-control.wpcf7-submit {
  background-color: #E05C18;
  color: #fff;
}
.child-page.nakauchi04 .child .wpcf7-not-valid-tip,
.child-page.nakauchi04 .child .screen-reader-response {
  color: red;
}
.child-page.nakauchi04 .child .wpcf7-response-output {
  color: #000;
}
.child-page.nakauchi04 .child #wpcf7cpcnf tr td {
  margin-top: 0;
}
.child-page.nakauchi04 .child #wpcf7cpcnf tr td p {
  margin-top: 0;
  color: #000;
  background: #fff;
}
.child-page.nakauchi04 .child #wpcf7cpcnf tr th p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6;
  padding-bottom: 16px;
}
.child-page.nakauchi04 .footer01 {
  background-color: #fff;
  border-top: none;
}
.child-page.nakauchi04 .footer01 a {
  color: #000;
}
.child-page.nakauchi04 .footer01 a::after {
  background-image: url(../img/arrow-right-bk.png);
}
.child-page.nakauchi04 #wpcf7cpcnf {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.child-page.nakauchi04 #wpcf7cpcnf label {
  font-size: 18px;
  font-size: 1.125rem;
}
.child-page.nakauchi04 #wpcf7cpcnf .wpcf7-submit {
  background-color: #E05C18;
  color: #fff;
}
.child-page.nakauchi04 #wpcf7cpcnf .wpcf7-submit.wpcf7cp-cfm-submit-btn {
  background-color: #E05C18;
  color: #fff;
  border: 1px solid #999999;
  border-radius: 4px;
}
.child-page.nakauchi04 #wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  background-color: #E05C18;
  color: #fff;
  border: 1px solid #999999;
  border-radius: 4px;
}

.child-page.nakauchi0a3 header {
  background: #1A1A1A;
}
.child-page.nakauchi0a3 .child h1,
.child-page.nakauchi0a3 .child h3,
.child-page.nakauchi0a3 .child h2 {
  color: #1A1A1A;
}
.child-page.nakauchi0a3 .child h2 {
  border-bottom: 1px solid #1A1A1A;
}
.child-page.nakauchi0a3 .child label {
  color: #000;
}
.child-page.nakauchi0a3 .child .wpcf7-form-control {
  background-color: #fff;
}
.child-page.nakauchi0a3 .child .wpcf7-form-control.wpcf7-submit {
  background-color: #1A1A1A;
  color: #fff;
}
.child-page.nakauchi0a3 .child .wpcf7-not-valid-tip,
.child-page.nakauchi0a3 .child .screen-reader-response {
  color: red;
}
.child-page.nakauchi0a3 .child .wpcf7-response-output {
  color: #000;
}
.child-page.nakauchi0a3 .footer01 {
  background-color: #1A1A1A;
}

.child-page * {
  font-family: "Noto Serif JP", sans-serif;
}
.child-page header {
  position: static;
  padding: 24px 32px;
}
.child-page header img {
  display: block;
  height: 100px;
  width: auto;
}
@media screen and (max-width: 975px) {
  .child-page header img {
    height: 64px;
    margin: 0 auto;
  }
}
.child-page main {
  min-height: 50vh;
}
.child-page .child {
  max-width: 880px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .child-page .child {
    padding: 0 20px;
  }
}
.child-page .child .has-text-align-center {
  text-align: center;
}
.child-page .child h1 {
  margin-top: 46px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 975px) {
  .child-page .child h1 {
    margin-top: 32px;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.child-page .child h2,
.child-page .child h3,
.child-page .child p,
.child-page .child a {
  line-height: 1.5;
}
.child-page .child h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  padding-bottom: 17px;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .child-page .child h2 {
    font-size: 1.125rem;
    margin-top: 32px;
    padding-bottom: 12px;
  }
}
.child-page .child h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .child-page .child h3 {
    font-size: 0.875rem;
    margin-top: 24px;
  }
}
.child-page .child p,
.child-page .child a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  display: block;
}
@media screen and (max-width: 975px) {
  .child-page .child p,
  .child-page .child a {
    font-size: 0.75rem;
    margin-top: 12px;
  }
}
.child-page .child a {
  text-decoration: underline;
}
.child-page .child form {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.child-page .child form label {
  font-size: 18px;
  font-size: 1.125rem;
}
.child-page .child .screen-reader-response {
  display: none;
}
.child-page .child .wpcf7-list-item-label {
  padding-left: 12px;
}
.child-page .child .wpcf7-checkbox {
  border: none;
  padding: 0;
  margin-top: 16px;
}
.child-page .child .num {
  width: 50%;
}
.child-page .child .pd-none {
  padding: 0;
}
.child-page .child .mg-none {
  margin: 0;
}
.child-page .child .wpcf7-not-valid-tip,
.child-page .child .screen-reader-response,
.child-page .child .wpcf7-response-output {
  text-align: center;
  margin-top: 24px;
}
.child-page .footer01 {
  margin-top: 64px;
}
@media screen and (max-width: 975px) {
  .child-page .footer01 {
    margin-top: 40px;
  }
}

.wpcf7-response-output {
  opacity: 0;
}

.child-page .child form fieldset p {
  margin-top: 0;
}

.child-page .child span.wpcf7-checkbox label {
  font-size: 16px;
  width: 250px;
}
@media screen and (max-width: 975px) {
  .child-page .child span.wpcf7-checkbox label {
    width: 100%;
  }
}

@media screen and (max-width: 975px) {
  .child-page .child span.wpcf7-checkbox span {
    width: 100%;
  }
}

.child.books legend {
  width: 100%;
}

.child-page .child .tran__btn.nakauchi02 a {
  background-color: #401B09;
}
.child-page .child .tran__btn.nakauchi04 a {
  background-color: #E05C18;
}

/* ----------------------------------------
nakauchi01
---------------------------------------- */
.tran__row {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 975px) {
  .tran__row {
    margin-top: 40px;
    display: block;
  }
}

.tran__row:not(:nth-of-type(1)) {
  margin-top: 30px;
}
@media screen and (max-width: 975px) {
  .tran__row:not(:nth-of-type(1)) {
    margin-top: 24px;
  }
}

.child-page .child .tran__row p {
  margin-top: 0;
}

.child-page .child .tran__row p:nth-of-type(1) {
  width: 160px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .child-page .child .tran__row p:nth-of-type(1) {
    width: 100%;
  }
}

.child-page .child .tran__row p:not(:nth-of-type(1)) {
  width: calc(100% - 160px);
}
@media screen and (max-width: 975px) {
  .child-page .child .tran__row p:not(:nth-of-type(1)) {
    width: 100%;
    margin-top: 8px;
  }
}

.tran__btn {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 975px) {
  .tran__btn {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.child-page .child .tran__btn a {
  display: block;
  background-color: #000;
  color: #fff;
  min-width: 224px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px;
}
/* ----------------------------------------
books
---------------------------------------- */
.books > p, .books > a {
  text-align: center;
}
.books .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ----------------------------------------
nakauchi02
---------------------------------------- */
/* ----------------------------------------
nakauchi03
---------------------------------------- */
/*# sourceMappingURL=style.css.map */
