@charset "UTF-8";
/* color */
/* -------------------------------------------------------- */
/* width */
/* -------------------------------------------------------- */
/* Mixin */
/* -------------------------------------------------------- */
/* import */
/* -------------------------------------------------------- */
/* reset */
/* -------------------------------------------------------- */
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, main, section, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

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

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

@media (max-width: 767px) {
  video {
    width: 100%;
  }
}

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

/* base settings */
/* -------------------------------------------------------- */
html {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #3C3C3C;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

a {
  color: #3C3C3C;
  transition: all 0.3s;
}
a img {
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* layout setting
-------------------------------------------------- */
.main_width {
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1080px;
}

/* common setting
-------------------------------------------------- */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.cen {
  margin: 0 auto;
  text-align: center;
}

.en {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

#pagetop {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
  float: right;
}
#pagetop a {
  text-decoration: none;
}
#pagetop img {
  width: 60px;
  height: 60px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 20px;
  right: 60px;
  z-index: 9999;
}
@media (max-width: 767px) {
  #pagetop.f_fixed {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}
.gmap iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  video {
    width: 100%;
  }
}
.btn a {
  position: relative;
  margin: 0 auto;
  width: 260px;
  height: 60px;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: linear-gradient(90deg, #1e64aa 0%, #0f4182 100%);
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.9s;
}
.btn a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 12px;
  background: url(../img/common/arrow-white.svg) no-repeat 0 0/contain;
  top: calc(50% - 5px);
  right: 22px;
  z-index: 2;
}
.btn a:hover {
  background: linear-gradient(90deg, #468CD2 0%, #468CD2 100%);
}

/* wp editor */
/* -------------------------------------------------- */
.post_contents {
  overflow: hidden;
  color: #323232;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.post_contents h1 {
  margin-bottom: 20px;
  color: #0F4182;
  font-size: clamp(2rem, 2vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.08;
  text-align: center;
}
.post_contents h2 {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 30px;
  padding-bottom: 5px;
  color: #323232;
  font-family: unset;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.46;
  text-align: left;
}
.post_contents h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1e64aa 0%, #0f4182 100%);
  bottom: 0;
  left: 0;
}
.post_contents h3 {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 24px;
  padding: 5px 16px;
  color: #FFF;
  font-size: clamp(1.7rem, 1.7vw, 1.9rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.47;
  background: linear-gradient(90deg, #1e64aa 0%, #0f4182 100%);
}
.post_contents h4 {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 24px;
  padding-left: 16px;
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.65;
}
.post_contents h4::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background: #1E64AA;
  top: 0;
  left: 0;
}
.post_contents h5 {
  margin-top: 1.5em;
  margin-bottom: 26px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.65;
  background: url(../img/common/dot_line_post.png) repeat-x 0 bottom;
}
.post_contents h6 {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 18px;
  padding-left: 1em;
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.65;
}
.post_contents h6::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #323232;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.post_contents p {
  margin-bottom: 1em;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 2.13;
}
.post_contents ul, .post_contents ol {
  margin-left: 1.6em;
  margin-bottom: 1em;
}
.post_contents ul li, .post_contents ol li {
  margin-bottom: 0.5em;
  list-style-type: disc;
  letter-spacing: 0.03em;
  line-height: 2.13;
}
.post_contents ul li::marker, .post_contents ol li::marker {
  color: #1E64AA;
}
.post_contents ol li {
  list-style-type: decimal;
}

.wp-block-image img {
  width: initial;
  width: auto;
}

.wp-block-image figcaption {
  margin-top: 1.45em;
  color: #726C6D;
  font-size: 1.4rem;
  line-height: 1.7;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* bread_crumb */
/* ------------------------------------ */
/*
.bread_crumb {
  padding: 50px 0 0;
  @include breakpoint__max (device_sp) {
    padding: 20px 0 0;
  }
  ul {
    display: flex;
    li {
      &:not(:last-child):after {
        display: inline-block;
        content: "＞";
        padding: 0 0.5em;
        font-size: 1.4rem;
        font-weight: 500;
      }
      a, span {
        font-size: 1.4rem;
        font-weight: 500;
      }
      a {
        &:hover {
          text-decoration: underline;
        }
      }
    }
  }
}
*/
/* page_numbers */
/* ------------------------------------ */
.page_numbers_wrap {
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .page_numbers_wrap {
    margin: 40px auto 0;
    flex-wrap: wrap;
  }
}
.page_numbers_wrap a {
  color: #FFF;
  font-weight: 500;
}
.page_numbers_wrap ul {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 48px;
}
@media (max-width: 1139px) {
  .page_numbers_wrap ul {
    width: 100%;
    gap: 0 24px;
  }
}
@media (max-width: 767px) {
  .page_numbers_wrap ul {
    width: 100%;
    gap: 0 10px;
  }
}
.page_numbers_wrap ul li {
  width: 40px;
  height: 40px;
  line-height: 1;
}
@media (max-width: 520px) {
  .page_numbers_wrap ul li {
    padding: 0 0.5em;
    width: 20px;
    height: 20px;
  }
}
.page_numbers_wrap ul li a, .page_numbers_wrap ul li span {
  width: 40px;
  height: 40px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 520px) {
  .page_numbers_wrap ul li a, .page_numbers_wrap ul li span {
    width: 20px;
    height: 20px;
  }
}
.page_numbers_wrap ul li a:hover,
.page_numbers_wrap ul li .current {
  color: #FFF;
  font-weight: 700;
  width: 40px;
  height: 40px;
  background: #468CD2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 520px) {
  .page_numbers_wrap ul li a:hover,
  .page_numbers_wrap ul li .current {
    width: 20px;
    height: 20px;
  }
}
.page_numbers_wrap ul li.prev {
  padding: 0 2em 0 1em;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .page_numbers_wrap ul li.prev {
    padding: 0 1em;
  }
}
.page_numbers_wrap ul li.prev::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #7D8791 transparent transparent;
  top: 0;
  left: 0;
}
.page_numbers_wrap ul li.next {
  padding: 0 1em 0 2em;
  letter-spacing: 0.04em;
}
@media (max-width: 520px) {
  .page_numbers_wrap ul li.next {
    padding: 0 1em;
  }
}
.page_numbers_wrap ul li.next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #7D8791;
  top: 0;
  right: 0;
}
.page_numbers_wrap .prev_next {
  position: relative;
  padding-bottom: 8px;
  width: 140px;
  color: #FFF;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 520px) {
  .page_numbers_wrap .prev_next {
    width: 80px;
    font-size: clamp(1rem, 1.1vw, 1.3rem);
  }
}
.page_numbers_wrap .prev_next:hover {
  opacity: 0.4;
}
.page_numbers_wrap .prev_next::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  bottom: 0;
  left: 0;
}
.page_numbers_wrap .prev_next::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 0;
  width: 14px;
  height: 1px;
  background: #FFF;
  transform: rotate(40deg);
}
@media (max-width: 767px) {
  .page_numbers_wrap .prev_next::after {
    bottom: 2px;
    width: 7px;
  }
}
.page_numbers_wrap .prev_next.prev {
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .page_numbers_wrap .prev_next.prev {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.page_numbers_wrap .prev_next.prev::after {
  right: auto;
  left: 0;
  transform: rotate(-40deg);
}
.page_numbers_wrap .prev_next.next {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .page_numbers_wrap .prev_next.next {
    margin-top: 10px;
    margin-left: auto;
    padding-left: 0;
  }
}
.page_numbers_wrap .to_list a {
  color: #FFF;
  font-weight: 700;
  width: 200px;
  height: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #468CD2;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page_numbers_wrap .to_list a {
    width: 150px;
  }
}
@media (max-width: 520px) {
  .page_numbers_wrap .to_list a {
    width: 100px;
  }
}
.page_numbers_wrap .to_list a:hover {
  opacity: 0.7;
}

/* page_bg */
/* -------------------------------------------------------- */
.page_bg {
  position: relative;
}
.page_bg::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

/* header */
/* -------------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 140px;
  z-index: 99;
  top: 0;
  left: 0;
}
.header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 140px;
  background: url("../img/common/h-bg.png") repeat-x 0 0/auto 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #1e64aa 0%, #0f4182 100%);
  top: 0;
  left: 0;
}
.header .h_inner {
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header .h_inner {
    justify-content: center;
  }
}
.header .h_inner .h_logo {
  margin-top: 35px;
  margin-right: 20px;
  max-width: 235px;
  height: 30px;
  font-size: 0;
}
@media (max-width: 1024px) {
  .header .h_inner .h_logo {
    margin-top: 24px;
    margin-right: 0;
    max-width: 207px;
  }
}
.header .h_inner .h_logo a {
  display: block;
}
.header .h_inner .nav_content {
  padding-top: 24px;
  width: 100%;
  max-width: 730px;
}
@media (max-width: 1024px) {
  .header .h_inner .nav_content {
    width: 70%;
  }
}
.header .h_inner .nav_content .gnav {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  gap: 0 30px;
}
.header .h_inner .nav_content .gnav ul {
  padding: 10px 0;
  width: 100%;
  max-width: 540px;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.header .h_inner .nav_content .gnav ul li {
  border-right: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.header .h_inner .nav_content .gnav ul li:first-of-type {
  border-left: 1px solid #FFF;
}
.header .h_inner .nav_content .gnav ul li.sp {
  display: none !important;
}
.header .h_inner .nav_content .gnav ul li a {
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  color: #FFF;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  display: block;
}
@media (max-width: 1024px) {
  .header .h_inner .nav_content .gnav ul li a {
    padding-left: 1vw;
    padding-right: 1vw;
    color: #464646;
  }
}
@media (min-width: 1025px) {
  .header .h_inner .nav_content .gnav ul li.active a::before,
  .header .h_inner .nav_content .gnav ul li a:hover::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 8px;
    background: url(../img/common/h-mark.svg) no-repeat 0 0/contain;
    top: -12px;
    left: calc(50% - 6px);
  }
}
.header .h_inner .nav_content .gnav .h_btn {
  padding-top: 4px;
  width: 160px;
  height: 52px;
}
@media (max-width: 1024px) {
  .header .h_inner .nav_content .gnav .h_btn {
    display: none;
  }
}
.header .h_inner .nav_content .gnav .h_btn a {
  position: relative;
  padding: 8px 10px 8px 40px;
  width: 100%;
  color: #FFF;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 600;
  line-height: 1.29;
  white-space: nowrap;
  background: linear-gradient(#1e64aa 0%, #0f4182 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  transition: all 0.9s;
}
.header .h_inner .nav_content .gnav .h_btn a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24.804px;
  background: url(../img/common/icn-cart.svg) no-repeat 0 0/contain;
  top: 13px;
  left: 13px;
}
.header .h_inner .nav_content .gnav .h_btn a:hover {
  background: linear-gradient(90deg, #468CD2 0%, #468CD2 100%);
}

.menu_button {
  display: none;
}

@media (max-width: 1024px) {
  .header .h_inner .nav_content {
    position: fixed;
    padding-top: 0;
    width: 74.6%;
    max-width: 100%;
    height: 100dvh;
    top: 0;
    right: -120%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    transition: all 0.5s;
  }
  .header .h_inner .nav_content.active {
    right: 0;
  }
  .header .h_inner .nav_content .gnav {
    margin: 80px auto;
    padding-left: 28px;
    padding-right: 20px;
    width: 100%;
    height: 100%;
    transform: none;
    overflow: hidden;
    display: block;
  }
  .header .h_inner .nav_content .gnav ul {
    margin: 0 auto;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px 0;
  }
  .header .h_inner .nav_content .gnav ul li {
    padding-left: 20px;
    border: none !important;
  }
  .header .h_inner .nav_content .gnav ul li.sp {
    display: block !important;
  }
  .header .h_inner .nav_content .gnav ul li:first-of-type {
    margin-bottom: 25px;
  }
  .header .h_inner .nav_content .gnav ul li:last-of-type {
    margin-top: 25px;
  }
  .header .h_inner .nav_content .gnav ul li a {
    padding: 0;
    font-size: 1.6rem;
  }
  .header .h_inner .nav_content .gnav ul li a::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 8px;
    background: url(../img/common/h-mark.svg) no-repeat 0 0/contain;
    top: 4px;
    left: -18px;
    transform: rotate(-90deg);
  }
  .header .h_inner .nav_content .gnav .h_btn {
    margin: 40px auto;
    padding-top: 0;
  }
  .header .h_inner .nav_content .gnav .h_btn a {
    font-size: 1.4rem;
  }
  .menu_button {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 16px;
    top: 29px;
    right: 20px;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 99999;
  }
  .menu_button span {
    display: block;
    width: 28px;
    height: 2px;
    background: #FFF;
  }
  .menu_button span + span {
    margin-top: 4px;
  }
  .menu_button.close {
    top: 24px;
  }
  .menu_button.close::after {
    content: "";
  }
  .menu_button.close span {
    background: #464646;
  }
  .menu_button.close span:nth-of-type(1) {
    transform: rotate(-45deg);
    position: relative;
    top: 2px;
  }
  .menu_button.close span:nth-of-type(2) {
    display: none;
  }
  .menu_button.close span:nth-of-type(3) {
    transform: rotate(45deg);
  }
  .menu_button.close span + span {
    margin-top: 0;
  }
}
/* footer */
/* -------------------------------------------------------- */
.footer {
  padding: 30px 10px 0;
  height: 200px;
  background: #000;
}
@media (max-width: 1024px) {
  .footer {
    height: auto;
  }
}
.footer .inner {
  margin: 0 auto;
  width: calc(100% - 9.6vw);
  max-width: 1080px;
}
@media (max-width: 1024px) {
  .footer .inner {
    width: calc(100% - 32vw);
  }
}
.footer .inner .f_logo {
  margin-bottom: 20px;
  max-width: 235px;
}
@media (max-width: 1024px) {
  .footer .inner .f_logo {
    margin: 0 auto 36px;
  }
}
.footer .inner .f_nav {
  padding: 10px 0;
  height: 60px;
}
@media (max-width: 1024px) {
  .footer .inner .f_nav {
    padding: 0;
    height: auto;
  }
}
.footer .inner .f_nav ul {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .footer .inner .f_nav ul {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
}
.footer .inner .f_nav ul li {
  border-right: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media (max-width: 1024px) {
  .footer .inner .f_nav ul li {
    flex: unset;
    border: none;
  }
}
.footer .inner .f_nav ul li:first-of-type {
  border-left: 1px solid #FFF;
}
@media (max-width: 1024px) {
  .footer .inner .f_nav ul li:first-of-type {
    border: none;
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .footer .inner .f_nav ul li:last-of-type {
    padding-top: 25px;
  }
}
.footer .inner .f_nav ul li a {
  padding-left: 2vw;
  padding-right: 2vw;
  color: #FFF;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  display: block;
}
@media (max-width: 1024px) {
  .footer .inner .f_nav ul li a {
    padding: 0;
    font-size: 1.4rem;
  }
}
.footer .inner .f_nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer .inner .copy {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer .inner .copy {
    padding-bottom: 100px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.footer .inner .copy .copyright {
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .footer .inner .main_width {
    display: block;
  }
  .footer .inner .main_width .f_left .f_logo {
    max-width: 200px;
  }
  .footer .inner .main_width .f_right {
    justify-content: space-between;
    gap: 0 15px;
  }
  .footer .inner .main_width .f_right dl {
    width: auto;
    min-width: 90px;
  }
  .footer .inner .main_width .f_right dl dt a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .footer .inner .main_width .f_right dl dd {
    padding-left: 5px;
  }
  .footer .inner .main_width .f_right dl dd a {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer .inner .main_width .copy {
    margin-top: 30px;
    text-align: center;
  }
  .footer .inner .main_width .copy .copyright {
    padding-left: 0;
    letter-spacing: 0.1em;
  }
}
/* main */
/* -------------------------------------------------------- */
main {
  position: relative;
  width: 100%;
  margin-top: 140px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  main {
    padding-bottom: 80px;
  }
}
main .bottom_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .top_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, calc(50% - 16px) 0, 50% 16px, calc(50% + 16px) 0, 100% 0, 100% 100%, 0 100%);
  top: 0;
  left: 0;
}

.under main {
  margin-top: 0;
}
.under .bg_sec {
  position: relative;
  top: 0;
}
.under .bg_sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(30, 30, 30, 0.5);
  clip-path: polygon(0 0, calc(50% - 16px) 0, 50% 16px, calc(50% + 16px) 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
  top: 0;
}
.under .bg_sec.white::before {
  background: rgba(245, 245, 245, 0.9);
}
.under .bg_all {
  padding-top: 140px;
  background: rgba(30, 30, 30, 0.5);
}
@media (max-width: 767px) {
  .under .bg_all {
    padding-top: 100px;
  }
}

/* cookie-notice */
/* -------------------------------------------------------- */
#cookie-notice .cn-text-container {
  display: block;
  margin-bottom: 10px;
}
#cookie-notice .cn-button {
  color: #464646 !important;
}

/* bottom_nav */
/* -------------------------------------------------------- */
#bottom_nav {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 1025px) {
  #bottom_nav {
    display: none;
  }
}
#bottom_nav #btn_contact {
  width: 100%;
  height: 50px;
}
#bottom_nav #btn_contact a {
  padding: 12px;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #1E64AA;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* modal */
/* -------------------------------------------------------- */
.modal_box {
  position: fixed;
  display: none;
  width: 80%;
  max-width: 818px;
  height: 80%;
  max-height: 616px;
  margin: 0;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  z-index: 7777;
}
.modal_box .modal_in {
  padding: 26px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 520px) {
  .modal_box .modal_in {
    padding: 13px 10px;
  }
}
.modal_box .modal_in figure {
  max-width: 600px;
}

.modal_inner {
  position: relative;
  padding: 20px 22px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 520px) {
  .modal_inner {
    padding: 10px 12px;
  }
}

.modal_close {
  position: sticky;
  width: 39px;
  height: 39px;
  display: block;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 520px) {
  .modal_close {
    width: 20px;
    height: 20px;
  }
}

.modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 6666;
}/*# sourceMappingURL=style.css.map */