@charset "UTF-8";
/*
Theme Name: areaone-reform
Author: Airily
Version: 1.0
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, ol, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

p {
  margin-bottom: 1.2em;
}
p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.6;
}

#header {
  width: 100%;
  height: 12.4rem;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #header {
    height: 80px;
  }
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.4rem;
  background: #011A6A;
}
@media screen and (max-width: 767px) {
  #header::before {
    display: none;
  }
}

#header {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}
#header .header-inner {
  width: 93.755%;
  max-width: 1800px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 810px) {
  #header .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner {
    display: block;
  }
}
#header .header-inner .header-l {
  width: 32.955%;
  max-width: 580px;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-l {
    width: 100%;
    height: 100%;
    padding-top: 1.5rem;
  }
}
#header .header-inner .header-l .logo-wrapp {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 3.4483%;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-l .logo-wrapp .logo img {
    width: auto;
    max-width: none;
    height: 35px;
  }
}
#header .header-inner .header-l .logo-wrapp .jbn {
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  position: relative;
}
#header .header-inner .header-l .logo-wrapp .jbn::before {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background: #A6A6A6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-l .logo-wrapp .jbn {
    display: none;
  }
}
#header .header-inner .header-r {
  width: calc(100% - 32.955%);
  display: flex;
  justify-content: flex-end;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-r {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#header .header-inner .header-r .in-r {
  width: 25.305%;
  max-width: 270px;
  display: flex;
  justify-content: space-between;
  gap: 0 11.1111%;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-r .in-r {
    display: none;
  }
}
#header .header-inner .header-r .in-r a {
  width: 44.4444%;
  display: flex;
  justify-content: center;
  padding: 1.7rem 1rem 1.1rem;
  border-radius: 0 0 10px 10px;
}
#header .header-inner .header-r .in-r a.phone {
  background: #E7B627;
}
#header .header-inner .header-r .in-r a#header-mail {
  background: #011A6A;
}
#header .header-inner .header-r .in-r a#header-mail:hover, #header .header-inner .header-r .in-r a#header-mail.on {
  background: #E9463F;
}
#header .header-inner .header-r .in-r a#header-mail img:hover {
  opacity: 1;
}
#header .header-inner .header-r .in-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  width: calc(100% - 25.305%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #header .header-inner .header-r .in-l {
    gap: 2.2rem 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3.5%;
    position: relative;
  }
}
@media screen and (max-width: 1114px) {
  #header .header-inner .header-r .in-l {
    padding-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-r .in-l {
    width: 100%;
    background: none;
    padding: 0;
  }
}
#header .header-inner .header-r .in-l ul.header-news-navi {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  gap: 0 3rem;
  font-size: 1.467rem;
}
#header .header-inner .header-r .in-l ul.header-news-navi li.time {
  display: flex;
  color: #7F7F7F;
  position: relative;
}
#header .header-inner .header-r .in-l ul.header-news-navi li.time::before {
  content: "";
  padding-left: 1rem;
  border-left: solid 1px #7F7F7F;
}
#header .header-inner .header-r .in-l ul.header-news-navi li a {
  text-decoration: none;
}
#header .header-inner .header-r .in-l ul.header-news-navi li a:hover, #header .header-inner .header-r .in-l ul.header-news-navi li a.on {
  color: #E7B627;
}
@media screen and (max-width: 767px) {
  #header .header-inner .header-r .in-l ul.header-news-navi {
    display: none;
  }
}

#nav-content {
  height: 100%;
  contain: paint;
}
@media screen and (max-width: 767px) {
  #nav-content {
    margin-top: calc(80px - 1px);
    width: 65%;
    max-width: 350px;
    position: absolute;
    top: -4px;
    right: 0;
    height: 100%;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}
#nav-content ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #nav-content ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #nav-content ul {
    flex-direction: column;
    flex-wrap: unset;
  }
}
#nav-content ul li {
  padding-bottom: 4px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #nav-content ul li {
    min-width: 4.3rem;
    margin-right: 4%;
  }
}
@media screen and (max-width: 1114px) {
  #nav-content ul li {
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  #nav-content ul li {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #nav-content ul li.header-ig {
    min-width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1366px) {
  #nav-content ul li.header-ig {
    width: 4.2%;
  }
}
@media screen and (max-width: 767px) {
  #nav-content ul li.header-ig {
    width: 100%;
  }
}
#nav-content ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  #nav-content ul li a.on {
    color: #E7B627;
  }
  #nav-content ul li a .pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2.2rem;
    position: relative;
  }
  #nav-content ul li a .pick:hover {
    color: #E7B627;
  }
  #nav-content ul li a .pick:hover::before {
    content: "";
    background: url(img/gnavi-dec.webp) no-repeat center;
    background-size: contain;
    width: 4.3rem;
    height: 0.5rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #nav-content ul li a {
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 1.4rem;
  }
  #nav-content ul li a .eng {
    display: none;
  }
  #nav-content ul li a .jp {
    font-size: 1.4rem;
  }
  #nav-content ul li a:active {
    color: #344699;
  }
}
#nav-content ul li.spon {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-content ul li.spon {
    display: block;
    padding: 15px;
    color: #fff;
  }
  #nav-content ul li.spon a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    border-radius: 10px;
    margin: auto;
    text-decoration: none;
    color: #fff;
  }
  #nav-content ul li.spon a.sp_gnavi-phone {
    background: #E7B627;
  }
  #nav-content ul li.spon a.sp_gnavi-mail {
    background: #011A6A;
  }
}

#footer {
  width: 100%;
  background-color: #F4EADA;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 55px;
  }
}
#footer .footer-in {
  width: 85.41667%;
  max-width: 1640px;
  padding: 3rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .footer-in {
    width: 100%;
  }
}
#footer .footer-in .footer-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-in .footer-box .col-l {
  width: 34.14634%;
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  #footer .footer-in .footer-box .col-l {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-l {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}
#footer .footer-in .footer-box .col-l .txt-ccopy {
  display: block;
  font-size: 1.467rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-l .txt-ccopy {
    font-size: 14px;
  }
}
#footer .footer-in .footer-box .col-l .footer-logo {
  display: inline-block;
  width: 60.71428%;
  max-width: 340px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-l .footer-logo {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#footer .footer-in .footer-box .col-l .footer-icon-wrapp {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-l .footer-icon-wrapp {
    justify-content: center;
  }
}
#footer .footer-in .footer-box .col-l .footer-icon-wrapp li {
  padding: 0.5rem 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.467rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-l .footer-icon-wrapp li {
    font-size: 14px;
  }
}
#footer .footer-in .footer-box .col-l .footer-icon-wrapp li.reform {
  background-color: #011A6A;
}
#footer .footer-in .footer-box .col-l .footer-icon-wrapp li.renovation {
  background-color: #E7B627;
}
#footer .footer-in .footer-box .col-l .footer-info {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-l .footer-info {
    text-align: center;
    margin-bottom: 3rem;
  }
}
#footer .footer-in .footer-box .col-l .footer-info span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-l .footer-info span {
    font-size: 14px;
  }
}
#footer .footer-in .footer-box .col-l .footer-info span.footer-route {
  color: #011A6A;
  margin-bottom: 1.5rem;
}
#footer .footer-in .footer-box .col-l .footer-info a {
  font-weight: 500;
}
#footer .footer-in .footer-box .col-l .footer-info a.footer-phone {
  display: flex;
  align-items: end;
  gap: 1rem;
  text-decoration: none;
  font-size: 2.7rem;
  line-height: 1;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-l .footer-info a.footer-phone {
    display: inline-flex;
    justify-content: center;
    font-size: 2rem;
  }
}
#footer .footer-in .footer-box .col-l .footer-info a.footer-phone::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background: url(img/footer-icon-phone.webp) no-repeat center;
  background-size: contain;
}
#footer .footer-in .footer-box .col-l .footer-info a.googlemap {
  text-decoration: none;
  margin-bottom: 7rem;
}
#footer .footer-in .footer-box .col-l a.corporate-site {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.467rem;
  font-weight: 500;
  position: relative;
}
#footer .footer-in .footer-box .col-l a.corporate-site::after {
  content: url(img/icon-external-link.webp);
}
#footer .footer-in .footer-box .col-l a.corporate-site:hover {
  opacity: 0.6;
}
#footer .footer-in .footer-box .col-r {
  flex: 1;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-r {
    flex: auto;
    width: 100%;
  }
}
#footer .footer-in .footer-box .col-r .footer-banner-wrapp {
  width: 65%;
  max-width: 702px;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-r .footer-banner-wrapp {
    flex: auto;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
}
#footer .footer-in .footer-box .col-r .footer-banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
}
#footer .footer-in .footer-box .col-r .footer-banner .footer-ig {
  width: 54.2858%;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-r .footer-banner .footer-ig {
    width: 100%;
    margin: 0 auto;
  }
}
#footer .footer-in .footer-box .col-r .footer-banner .footer-contact {
  flex: 1;
  padding-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-r .footer-banner .footer-contact {
    flex: auto;
    width: 100%;
    padding-top: 0;
  }
}
#footer .footer-in .footer-box .col-r .footer-banner .footer-contact a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-r .footer-banner .footer-contact a {
    max-width: 282px;
    margin-right: auto;
    margin-left: auto;
  }
}
#footer .footer-in .footer-box .col-r .footer-banner .footer-contact a.box-phone {
  margin-bottom: 2rem;
}
#footer .footer-in .footer-box .col-r .footer-banner .footer-contact a img {
  width: 100%;
  max-width: 282px;
  aspect-ratio: 282/52;
}
#footer .footer-in .footer-box .col-r .footer-banner .footer-jbn {
  width: 100%;
}
#footer .footer-in .footer-box .col-r .footer-banner .footer-jbn figure {
  width: 34.3%;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  #footer .footer-in .footer-box .col-r .footer-banner .footer-jbn figure {
    width: 100%;
    margin: 0 auto;
  }
}

.footer-navi {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem 0;
  margin-bottom: 4.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer-navi {
    gap: 0;
    margin-bottom: 30px;
    border-top: solid 1px #000;
  }
}
.footer-navi li {
  padding: 0 10px;
  border-right: solid 1px #000;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .footer-navi li:first-child {
    padding-left: 0;
  }
  .footer-navi li:nth-last-of-type(1) {
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-navi li {
    width: 50%;
    padding: 0;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    text-align: center;
  }
  .footer-navi li:nth-child(odd) {
    border-right: none;
  }
  .footer-navi li:nth-of-type(1) {
    width: 100%;
  }
}
.footer-navi li a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer-navi li a {
    display: block;
    padding: 15px 5px;
  }
}
.footer-navi li a:hover {
  opacity: 0.7;
}

.copyright {
  width: 100%;
  padding: 2rem 20px 0.5rem;
  background-color: #fff;
  border-bottom: solid 1px #7F7F7F;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 1.4rem;
  }
}

.slick-bg {
  width: 100%;
  padding: 20px 0 30px;
  background: url(img/slick-bg.webp);
  margin-top: 12.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slick-bg {
    margin-top: 80px;
  }
}

.slick-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.slick-img {
  width: 100%;
  margin: 0 auto;
}
.slick-img .slick-list {
  overflow: visible;
}
.slick-img .slick-list .slide-img {
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slick-img .slick-list .slide-img {
    padding: 0;
  }
}
.slick-img .slick-list img {
  height: auto;
}
.slick-img p {
  margin: 0;
}

.arrow_box {
  width: 91.6667%;
  max-width: 1760px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .arrow_box {
    width: 100%;
  }
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 77px;
  height: 80px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .prev-arrow,
  .next-arrow {
    width: 38px;
    height: 40px;
  }
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  top: -12px;
  left: 0;
  content: "";
  width: 77px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .prev-arrow::before,
  .next-arrow::before {
    width: 38px;
    height: 40px;
  }
}

.prev-arrow::before {
  background-image: url(img/slide-arrow-l-3.webp);
}
@media screen and (max-width: 767px) {
  .prev-arrow::before {
    left: 5px;
  }
}

.next-arrow::before {
  background-image: url(img/slide-arrow-r-3.webp);
  left: -77px;
}
@media screen and (max-width: 1279px) {
  .next-arrow::before {
    left: -38px;
  }
}
@media screen and (max-width: 767px) {
  .next-arrow::before {
    left: -43px;
  }
}

.slick-dots {
  bottom: -40px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  padding-top: 30px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.slick-dots li button::before {
  font-size: 10px;
  line-height: 10px;
  width: auto;
  height: auto;
  opacity: 1;
  color: #BFBFBF;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #E7B627;
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#nav-container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  #nav-container .bg {
    position: absolute;
    top: 80px;
    top: calc(80px - 5px);
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }
  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }
}
#nav-container * {
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .button {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 60px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 20px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }
  .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  #nav-container:focus-within .button {
    pointer-events: none;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
section,
.section-box {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  section,
  .section-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  section.menu,
  .section-box.menu {
    padding-right: 0;
    padding-left: 0;
  }
}
section.voice,
.section-box.voice {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: #F4EADA;
  margin-bottom: 6rem;
}
section.contact,
.section-box.contact {
  padding: 3rem 0 4rem;
  background: #011A6A;
  margin-bottom: 4rem;
}
section > p:last-child,
.section-box > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 9rem;
  margin-bottom: 19rem;
}
@media screen and (max-width: 767px) {
  main.sub-box {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.inner-box {
  width: 85.41667%;
  max-width: 1640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner-box {
    width: 100%;
  }
  .inner-box.contact {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.inner-box.news {
  margin-bottom: 7rem;
}

.inner-box-02 {
  width: 70.8334%;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner-box-02 {
    width: 100%;
  }
}
.inner-box-02.menu-contents {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .inner-box-02.menu-contents {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.anc {
  height: 0;
  line-height: 0;
  margin-top: -14rem;
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .anc {
    margin-top: -90px;
    padding-top: 90px;
  }
}

.anc2 {
  height: 0;
  line-height: 0;
  margin-top: -12rem;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .anc2 {
    margin-top: -70px;
    padding-top: 70px;
  }
}

h1.pc_h1 {
  width: 100%;
  font-size: 1.467rem;
}
@media screen and (max-width: 767px) {
  h1.pc_h1 {
    display: none;
  }
}

h1.sp_h1 {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #011A6A;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h1.sp_h1 {
    display: none;
  }
}

h3.h3-home {
  width: 100%;
  height: 12.3rem;
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3.h3-home {
    height: 6rem;
  }
}
h3.h3-home .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.3rem;
  height: 12.3rem;
  padding-top: 7px;
  background: #fff;
  border-radius: 50%;
  font-size: 7.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  h3.h3-home .number {
    width: 6rem;
    height: 6rem;
    font-size: 2.8rem;
  }
}
h3.h3-home .h3-txt {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem 0.7rem 14rem;
  border-radius: 100px 40px 40px 100px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h3.h3-home .h3-txt {
    padding-left: 7rem;
    font-size: 1.8rem;
  }
}
h3.h3-home.blu .number {
  border: solid 3px #011A6A;
  color: #E7B627;
}
h3.h3-home.blu .h3-txt {
  background: #011A6A;
}
h3.h3-home.yel .number {
  border: solid 3px #E7B627;
  color: #011A6A;
}
h3.h3-home.yel .h3-txt {
  background: #E7B627;
}

h4 {
  display: flex;
  align-items: center;
  color: #011A6A;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
  }
}
h4::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #E7B627;
  margin-top: 2px;
  margin-right: 1rem;
}
h4 .h4-eng {
  display: flex;
  align-items: center;
  color: #7F7F7F;
  font-size: 1.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  h4 .h4-eng {
    font-size: 1.4rem;
  }
}
h4 .h4-eng::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: #011A6A;
  margin-right: 1rem;
  margin-left: 1rem;
}

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

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

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

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

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}
.sp_br.pad-r {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}
.sp_br.pad-l {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  #sp_footer {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp_footer-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_footer-btn {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: #F2F2F2;
    position: fixed;
    bottom: 0;
    z-index: 11;
  }
  .sp_footer-btn ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0 10px;
  }
  .sp_footer-btn ul li {
    width: calc((100% - 5px) / 2);
    display: flex;
  }
  .sp_footer-btn ul li a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
  .sp_footer-btn ul li a img {
    width: auto;
    height: 15px;
    margin-top: 3px;
  }
  .sp_footer-btn ul li a img:hover {
    opacity: 1;
  }
  .sp_footer-btn ul li a.bg-phone {
    background: #E7B627;
  }
  .sp_footer-btn ul li a.bg-contact {
    background: #011A6A;
  }
}

_::-webkit-full-page-media, _:future, :root .sp_footer-btn ul li a.bg-phone span {
  display: block;
  letter-spacing: -0.05rem;
  margin: 0 -3px;
  scale: 0.95 1;
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .s2v {
    bottom: 65px;
    right: 15px;
  }
}
.s2v img {
  width: 50px;
  height: 50px;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pageNum {
    font-size: 14px;
  }
}
.pageNum a {
  text-decoration: none;
}
.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e8e8e8;
}
.pagination span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

#h2-bg {
  width: 100%;
  padding-top: 25%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #h2-bg {
    margin-top: 80px;
    height: 150px;
    background-position: center top;
  }
}
#h2-bg .h2-inner {
  display: block;
  width: 85.41667%;
  max-width: 1640px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  #h2-bg .h2-inner {
    top: 35%;
  }
}
#h2-bg .h2-inner .h2-eng {
  display: block;
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #h2-bg .h2-inner .h2-eng {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
#h2-bg .h2-inner h2 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #h2-bg .h2-inner h2 {
    font-size: 2.5rem;
  }
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
}
div.wpcf7 form dl dt, div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl > dt {
    width: 100%;
    float: none;
    padding: 8px 5px 5px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl > dd {
    width: 100%;
    margin-left: 0;
    padding: 5px;
  }
}
div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #D9D9D9;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
div.wpcf7 form dl > dd input.wsiz-m, div.wpcf7 form dl > dd textarea.wsiz-m {
  width: 120px;
}
div.wpcf7 form dl > dd input.spc-mt, div.wpcf7 form dl > dd textarea.spc-mt {
  margin-top: 5px;
}
div.wpcf7 form dl > dd textarea {
  height: 100px;
}
div.wpcf7 form dl > dd .wpcf7-list-item {
  margin: 0 30px 0 0;
}
div.wpcf7 form dl > dd .wpcf7-list-item input {
  width: auto;
}
div.wpcf7 form dl > dd .list-row {
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl > dd .list-row {
    min-height: auto;
    flex-direction: column;
    align-items: baseline;
    line-height: 1.5;
  }
}
div.wpcf7 form dl > dd .list-row.sp_row {
  flex-direction: row;
}
div.wpcf7 form dl > dd .list-row.row3 {
  gap: 1rem 0;
}
div.wpcf7 form dl > dd .list-row.row3 .wpcf7-list-item {
  width: 33%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  div.wpcf7 form dl > dd .list-row.row3 .wpcf7-list-item {
    width: 100%;
  }
}
div.wpcf7 form dl p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}
.wpcf7 .wpcf7-submit:disabled {
  border: solid 1px #a8a8a8;
  color: #a8a8a8 !important;
}

.txt_req::after {
  content: "(必須)";
  display: inline-block;
  margin-left: 5px;
  color: #FF0000;
}

.form-wrap.ctct {
  width: 100%;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .form-wrap.ctct {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl {
  padding: 7px 0 6px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl {
    margin-bottom: 10px;
  }
}
.form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
  border-top: solid 1px #D9D9D9;
}
.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 2.2em;
}
.form-wrap.ctct div.wpcf7 form dl dt {
  width: 28.062%;
  padding-left: 3.5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd {
  width: 71.938%;
  padding-right: 5%;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding: 10px 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd input, .form-wrap.ctct div.wpcf7 form dl dd textarea {
  padding: 8px;
}
.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  color: #D9D9D9;
  font-size: 1.7rem;
}
.form-wrap.ctct div.wpcf7 form ::placeholder {
  color: #D9D9D9;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form-wrap.ctct div.wpcf7 form ::placeholder {
    font-size: 1.6rem;
  }
}

.acc-wrap {
  margin: 3rem 2rem 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .acc-wrap {
    font-size: 1.4rem;
    margin: 3rem 20px 0;
  }
}
.acc-wrap p {
  margin-bottom: 0;
}
.acc-wrap p.acc-txt {
  margin-bottom: 2em;
}
.acc-wrap p.acc-check {
  margin-bottom: 2em;
}

input[type=submit] {
  -webkit-appearance: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 52px;
  background: #fff;
  border: solid 1px #000;
  text-align: center;
  color: #000 !important;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    font-size: 1.4rem;
  }
}
input[type=submit]:hover {
  background: #7F7F7F;
  color: #fff;
}

span.icon {
  display: inline-block;
  width: 100px;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 1.467rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 8px 4px 7px;
}
@media screen and (max-width: 767px) {
  span.icon {
    font-size: 1.4rem;
  }
}
span.icon.info {
  background-color: #F4EADA;
}
span.icon.event {
  background-color: #E7B627;
  color: #fff;
}
span.icon.voice {
  background-color: #F3F3F3;
}
span.icon.works {
  background-color: #1F4E79;
  color: #fff;
}
span.icon.goods {
  background-color: #90C026;
  color: #fff;
}

.col4_news {
  margin-bottom: 7rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
}
.col4_news > a {
  display: flex;
  flex-direction: column;
  width: 23.17075%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .col4_news > a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col4_news {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}
.col4_news figure {
  margin-bottom: 2rem;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 0;
}
.col4_news figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
}

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

.entry-day {
  padding-left: 2rem;
  color: #404040;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .entry-day {
    font-size: 1.4rem;
  }
}

p.txt_contents {
  margin-bottom: 0;
  font-weight: 500;
}

.col2_acv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .col2_acv {
    flex-direction: column;
    align-items: unset;
    gap: 2rem;
  }
}
.col2_acv .box_img {
  width: 31.1476%;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .col2_acv .box_img {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.col2_acv .box_txt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .col2_acv .box_txt {
    flex: auto;
  }
}
.col2_acv .box_txt a {
  text-decoration: none;
}
.col2_acv.single {
  align-items: unset;
  margin-top: 3rem;
}

#layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 145px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #layout {
    width: 100%;
    flex-direction: column;
  }
}
#layout .main-box {
  width: calc(100% - 40px - 380px);
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #layout .main-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#layout .side-box {
  width: 380px;
}
@media screen and (max-width: 767px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}
#layout .side-box ul {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 35px;
}
#layout .side-box ul li {
  margin-bottom: 10px;
  border: solid 1px #BFBFBF;
}
#layout .side-box ul li:first-child {
  display: flex;
  align-items: center;
}
#layout .side-box ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}
#layout .side-box ul li a:hover {
  background: #7F7F7E;
  color: #fff;
}
#layout .side-box ul li.current-cat {
  background-color: #7F7F7E;
}
#layout .side-box ul li.current-cat a {
  color: #ffffff;
}

.article .article-box {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 10px;
  background: #F2F2F2;
}
.article .article-box .icon {
  margin-right: 15px;
}
.article .article-box .day-box {
  vertical-align: middle;
}
.article .article-box .article-link {
  padding-top: 15px;
}

.side-calen-wrap {
  width: 100%;
  padding-left: 35px;
}
.side-calen-wrap h2 {
  display: none;
}

.wp-calendar {
  width: 100%;
  border: solid 1px #BFBFBF;
}
.wp-calendar th {
  font-weight: normal;
}
.wp-calendar td {
  text-align: center;
}
.wp-calendar td.today {
  color: #E5000E;
  border-bottom: none;
}
.wp-calendar td a {
  display: block;
  color: #014DA1;
  font-weight: bold;
}
.wp-calendar td a:hover {
  background: #014DA1;
  color: #fff;
}

.wp-calendar-nav {
  position: relative;
}
.wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}
.wp-calendar-nav .wp-calendar-nav-next a {
  text-decoration: none;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
  text-decoration: none;
}

.news-details {
  margin-bottom: 5em;
}

p.news-details-day {
  margin-bottom: 0;
}

section.sub-contact {
  width: 51.04167%;
  max-width: 980px;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.sub-contact {
    width: 100%;
  }
}
section.sub-contact:not(:last-child) {
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  section.sub-contact:not(:last-child) {
    margin-bottom: 30px;
  }
}
section.sub-contact p {
  line-height: 1.8;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  section.sub-contact p {
    line-height: normal;
    margin-top: 0;
  }
}
section.sub-contact p.txt-contact-01 {
  margin-bottom: 2.5em;
}
section.sub-contact p.txt-contact-02 {
  color: #E9463F;
}

.freedial-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.freedial-box .title-freedial {
  display: inline-block;
  padding: 2px 2rem 4px;
  background: #E7B627;
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .freedial-box .title-freedial {
    font-size: 1.8rem;
  }
}
.freedial-box .freedial {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  font-size: 4.3rem;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .freedial-box .freedial {
    gap: 0 1rem;
    font-size: 3rem;
  }
}
.freedial-box .freedial::before {
  content: "";
  display: block;
  width: 5.3rem;
  height: 3rem;
  background: url(img/icon-freedial-bk.webp) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .freedial-box .freedial::before {
    width: 3.5rem;
    height: 2rem;
    margin-top: 3px;
  }
}
.freedial-box .txt-time {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .freedial-box .txt-time {
    font-size: 1.4rem;
  }
}

.sp_nav {
  display: block;
}
.sp_nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.sp_nav ul li {
  width: 50%;
  background: #FFF8E5;
  font-size: 16px;
  font-weight: 700;
}
.sp_nav ul li:first-child {
  border-right: solid 1px #FFE7A3;
}
.sp_nav ul li a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}

.wrapp-01 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.wrapp-01 .box-txt-eng {
  width: 92.708333%;
  max-width: 1780px;
  margin: 0 auto 0.5rem;
  color: #F2F2F2;
  font-size: 8rem;
  font-family: "Arial Black", "Arial Bold", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .wrapp-01 .box-txt-eng {
    font-size: 3.5rem;
  }
}
.wrapp-01 .col2-01 {
  width: 93.75%;
  max-width: 1800px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .wrapp-01 .col2-01 {
    width: 100%;
    padding-right: 0;
    flex-direction: column-reverse;
  }
}
.wrapp-01 .col2-01 figure {
  width: 45%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .wrapp-01 .col2-01 figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
.wrapp-01 .col2-01 .txt-box {
  flex: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .wrapp-01 .col2-01 .txt-box {
    flex: auto;
    width: 100%;
    padding-left: 0;
  }
}
.wrapp-01 .col2-01 .txt-box p.title {
  margin-bottom: 1em;
}
.wrapp-01 .col2-01 .txt-box p.title .marker {
  display: inline-block;
  padding: 2px 1rem 4px 10px;
  background: #E7B627;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .wrapp-01 .col2-01 .txt-box p.title .marker {
    font-size: 2rem;
  }
}
.wrapp-01 .col2-01 .txt-box div.txt {
  padding-left: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrapp-01 .col2-01 .txt-box div.txt {
    padding-left: 0;
    line-height: 1.7;
  }
}
.wrapp-01 .col2-01 .txt-box div.txt .sub-title {
  display: block;
  color: #011A6A;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.wrapp-01 .col2-01 .txt-box div.txt p {
  margin-bottom: 2em;
  line-height: 1.8;
}
.wrapp-01 .col2-01 .txt-box div.txt p:nth-last-child(1) {
  margin-bottom: 0;
}

.bg-menu {
  padding-bottom: 3.7rem;
  background: url(img/bg-menu.webp) repeat-x;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .bg-menu {
    background-size: cover;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bg-menu .col3-menu {
  width: 53.125%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 4rem 5.88%;
}
@media screen and (max-width: 767px) {
  .bg-menu .col3-menu {
    width: 100%;
    gap: 4rem 2rem;
  }
}
.bg-menu .col3-menu li {
  width: 20.5882%;
}
@media screen and (min-width: 768px) {
  .bg-menu .col3-menu li {
    max-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .bg-menu .col3-menu li {
    width: calc((100% - 2rem) / 2);
  }
}
.bg-menu .col3-menu li figure {
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.4));
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bg-menu .col3-menu li figure {
    max-width: 210px;
    margin: auto;
  }
}
.bg-menu .col3-menu li figure::before {
  content: "";
  display: block;
  width: 99%;
  height: 99%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-menu .col3-menu li:nth-child(odd) figure {
    margin-right: 0;
  }
  .bg-menu .col3-menu li:nth-child(even) figure {
    margin-left: 0;
  }
}

.bg-yel {
  background: #F4EADA;
}

.col2-menu-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5rem;
}
.col2-menu-contents figure {
  width: 38.23529%;
}
@media screen and (max-width: 767px) {
  .col2-menu-contents figure {
    width: 100%;
    text-align: center;
  }
}
.col2-menu-contents .txt-box {
  flex: 1;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .col2-menu-contents .txt-box {
    flex: auto;
    width: 100%;
    padding-top: 0;
  }
}
.col2-menu-contents .txt-box p {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.8em;
}
.col2-menu-contents .txt-box p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.col2-menu-contents.spc-b {
  margin-bottom: 6rem;
}

.col4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
}
.col4 > div {
  width: 23.17075%;
}
@media screen and (max-width: 767px) {
  .col4 > div {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.col4-flow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .col4-flow {
    gap: 4rem;
  }
}
.col4-flow .arrow-box {
  width: 2.4391%;
  background: url(img/pc_arrow-right.webp) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .col4-flow .arrow-box {
    display: none;
    background: pink;
  }
}
.col4-flow .card-wrapp {
  width: calc((100% - 12rem) / 4);
  max-width: 380px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .col4-flow .card-wrapp {
    width: 100%;
    max-width: none;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .col4-flow .card-wrapp:not(:first-child) .card::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/arrow-right.webp) no-repeat center;
    background-size: auto;
    width: 4rem;
    height: 100%;
    position: absolute;
    left: -4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .col4-flow .card-wrapp:not(:first-child) .card::before {
    height: 4rem;
    top: -4rem;
    right: 0;
    left: 0;
    margin: auto;
    rotate: 90deg;
  }
}
.col4-flow .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  position: relative;
}
.col4-flow .card figure {
  border-radius: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .col4-flow .card figure {
    text-align: center;
  }
}
.col4-flow .card .title-box {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .col4-flow .card .title-box {
    margin-bottom: 2rem;
  }
}
.col4-flow .card .title-box .step-box {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  margin-bottom: 0.8rem;
}
.col4-flow .card .title-box .step-box .step-title {
  color: #011A6A;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .col4-flow .card .title-box .step-box .step-title {
    font-size: 1.8rem;
  }
}
.col4-flow .card .title-box p.step-txt {
  color: #E9463F;
  font-size: 2.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .col4-flow .card .title-box p.step-txt {
    font-size: 1.6rem;
  }
}
.col4-flow .card .flow-txt {
  flex: 1;
  font-size: 1.6rem;
  margin-top: auto;
  margin-bottom: 0;
}
.col4-flow .card .flow-txt p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .col4-flow .card .flow-txt p {
    line-height: 1.7;
  }
}

.support-wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
}
.support-wrapp::after {
  content: "";
  display: block;
  width: 10rem;
  height: 90%;
  background: #F4EADA;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .support-wrapp::after {
    width: 50px;
  }
}
.support-wrapp li {
  width: 100%;
  padding: 4rem 4rem 2rem;
  background: #F2F2F2;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 6rem;
}
@media screen and (max-width: 767px) {
  .support-wrapp li {
    padding: 2rem;
  }
}
.support-wrapp li figure {
  width: 14.84375%;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .support-wrapp li figure {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }
}
.support-wrapp li .txt-box {
  flex: 1;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .support-wrapp li .txt-box {
    flex: auto;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.support-wrapp li .txt-box .support-title {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #A6A6A6;
  color: #011A6A;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .support-wrapp li .txt-box .support-title {
    font-size: 1.8rem;
    text-align: left;
  }
}
.support-wrapp li .txt-box .support-title .emp {
  color: #E9463F;
}
@media screen and (max-width: 767px) {
  .support-wrapp li .txt-box p {
    text-align: left;
  }
}
.support-wrapp li .txt-box p:nth-last-child(1) {
  margin-bottom: 0;
}

p.box-attention {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 4rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  p.box-attention {
    font-size: 1.4rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
p.box-attention .txt-indent {
  display: block;
  margin-left: 1.5rem;
  padding-left: 3rem;
  text-indent: -3rem;
}

p.menu-guide {
  text-align: center;
  line-height: 1.85;
  margin-top: -0.5rem;
  margin-bottom: 4.5rem;
  font-weight: 500;
}
p.support-guide {
  line-height: 1.85;
  margin-top: -0.5rem;
  margin-bottom: 4.5rem;
  font-weight: 500;
}
p.contact-guide {
  text-align: center;
  line-height: 1.85;
  margin-top: -0.5rem;
  margin-bottom: 4.5rem;
  font-weight: 500;
}

.col2-contact {
  width: 51.342%;
  max-width: 842px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 9%;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767px) {
  .col2-contact {
    width: 100%;
  }
}
.col2-contact > div {
  width: 45.5%;
  max-width: 382px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .col2-contact > div {
    width: 100%;
  }
}
.col2-contact > div span {
  display: block;
  text-align: center;
}
.col2-contact > div a {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .col2-contact > div a {
    height: auto;
  }
}
.col2-contact > div a img {
  width: 100%;
  max-width: 382px;
  aspect-ratio: 382/72;
}
@media screen and (max-width: 767px) {
  .col2-contact > div.box-mailform a {
    font-size: 1.8rem;
  }
}
.col2-contact > div.box-mailform a:hover {
  opacity: 0.6;
}

.btn-01 {
  width: 100%;
  max-width: 32rem;
  padding: 1.6rem 1rem 1.7rem;
  background: #fff;
  border: solid 1px #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
}
.btn-01::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.7rem;
  background: url(img/arrow-bk.webp) no-repeat center;
  background-size: contain;
}
.btn-01 .btn-txt {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
}
.btn-01:hover {
  background: #011A6A;
  color: #fff;
}
.btn-01:hover::after {
  filter: invert(100%);
}
.btn-01.blu {
  background: #011A6A;
  color: #fff;
}
.btn-01.blu::after {
  filter: invert(100%);
}
.btn-01.blu:hover {
  background: #fff;
  color: #011A6A;
}
.btn-01.blu:hover::after {
  background-image: url(img/arrow-nv.webp);
  filter: invert(0);
}
.btn-01.blu.contact::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 1.6rem;
  background: url(img/icon-envelope-wt.webp) no-repeat center;
  background-size: contain;
  margin-left: 1.5rem;
}
.btn-01.blu.contact:hover::before {
  background-image: url(img/icon-envelope-nv.webp);
}

.btn-02 {
  display: inline-block;
  padding: 1.2rem;
  background: #5BACDF;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
}
.btn-02 .a-txt {
  display: block;
  padding-left: 1rem;
  text-indent: -1.5rem;
  text-align: left;
}
.btn-02:hover {
  opacity: 0.6;
}

p.txt-privacy {
  font-weight: 400;
}

dl.privacy {
  margin: 0;
  padding: 0;
}
dl.privacy dt, dl.privacy dd {
  margin: 0;
  padding: 0;
}
dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}
dl.privacy dt::before {
  content: counter(title) "．";
}
dl.privacy dd {
  margin: 0 0 30px 25px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .scr-in-tbl {
    width: 100%;
    height: 400px;
    overflow: scroll;
  }
  .scr-in-tbl table {
    width: 900px;
  }
}

h2.h2 {
  width: 100%;
  margin-bottom: 3.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  h2.h2 {
    font-size: 2.5rem;
  }
}
h2.h2::after {
  content: "";
  display: block;
  background: url(img/h2-dec.webp) no-repeat center top;
  background-size: contain;
  width: 18.2rem;
  height: 0.8rem;
  margin: 0 auto;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  h2.h2::after {
    background-size: contain;
    width: 10.2rem;
  }
}
h2.h2 .h2-eng {
  display: block;
  color: #7F7F7F;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  h2.h2 .h2-eng {
    font-size: 1.6rem;
  }
}
h2.h2.wt {
  color: #fff;
}
h2.h2.wt::after {
  background-image: url(img/h2-dec-wt.webp);
}
h2.h2.wt .h2-eng {
  color: #fff;
}

h3.h3-sub {
  width: 100%;
  margin-bottom: 3.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3.h3-sub {
    font-size: 2.5rem;
  }
}
h3.h3-sub::after {
  content: "";
  display: block;
  background: url(img/h2-dec.webp) no-repeat center top;
  background-size: contain;
  width: 18.2rem;
  height: 0.8rem;
  margin: 0 auto;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  h3.h3-sub::after {
    background-size: contain;
    width: 10.2rem;
  }
}
h3.h3-sub .h2-eng {
  display: block;
  color: #7F7F7F;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  h3.h3-sub .h2-eng {
    font-size: 1.6rem;
  }
}
h3.h3-sub.wt {
  color: #fff;
}
h3.h3-sub.wt::after {
  background-image: url(img/h2-dec-wt.webp);
}
h3.h3-sub.wt .h2-eng {
  color: #fff;
}/*# sourceMappingURL=style.css.map */