@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #333;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
    font-size: 1.5rem;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/*-------------------------------------------*/
/*
/*loading
/*
/*-------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 999999;
}
#loading .loading_logo {
  width: 100%;
  animation: loadingAnime 1.5s infinite;
}
#loading .loading_logo img {
  max-width: 80%;
}
#loading #loading_bar {
  width: 0;
  height: 3px;
  background: #f00;
  border-radius: 2px;
  transition-duration: 1s;
}

/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
.site-header {
  position: relative;
  display: flex;
  width: calc(50% - 290px);
  justify-content: space-between;
  z-index: 1000;
}
.site-header .header-fix {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
}
.site-header .header-logo {
  position: sticky;
  left: 0;
  top: 40px;
  margin-top: 30px;
  line-height: 1;
}
.site-header .main-navigation {
  position: sticky;
  left: 0;
  top: 188px;
  line-height: 1.2;
}
.site-header .main-navigation .navi-list {
  gap: 38px;
  flex-direction: column;
}
.site-header .main-navigation .navi-list li a {
  display: inline-block;
  font-weight: 600;
}
.site-header .header-sns {
  display: none;
}
.site-header .menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  padding-top: 16px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  z-index: 10;
}
.site-header .menu-toggle.open .bar {
  background: transparent;
}
.site-header .menu-toggle.open .bar:before {
  transform: rotate(45deg) translate(4px, 8px);
}
.site-header .menu-toggle.open .bar:after {
  transform: rotate(-45deg) translate(4px, -8px);
}
.site-header .menu-toggle .bar {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background: #333;
}
.site-header .menu-toggle .bar:before, .site-header .menu-toggle .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background: #333;
  transition: all 0.5s;
}
.site-header .menu-toggle .bar:before {
  top: -8px;
}
.site-header .menu-toggle .bar:after {
  top: 8px;
}
.site-header .menu-toggle .text {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

.header-sns {
  width: max-content;
  margin-left: auto;
  gap: 20px;
}
.header-sns-wrap {
  width: calc(100% - 380px);
  margin-left: auto;
  padding: 113px 0 50px;
}

@media screen and (max-width: 1260px) {
  .site-header {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 810px) {
  .site-header {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    padding: 24px 20px;
    background: #fff;
    align-items: center;
  }
  .site-header .header-fix {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .site-header .header-logo {
    position: relative;
    left: 0;
    top: auto;
    margin-top: 0;
    z-index: 10;
  }
  .site-header .header-logo img {
    width: 173px;
    height: auto;
  }
  .site-header .header-sns {
    display: flex;
    z-index: 10;
  }
  .site-header .main-navigation {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100svh;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .site-header .main-navigation .navi-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 38px;
    padding: 130px 50px 50px;
    font-size: 2.2rem;
    flex-direction: column;
    transition: all 0.5s;
  }
  .header-sns {
    width: 58px;
    margin-left: auto;
    gap: 10px;
  }
  .header-sns-wrap {
    width: 100%;
    margin-left: auto;
    padding: 0px 0 0px;
  }
}
@media screen and (max-height: 480px) {
  .site-header .main-navigation .navi-list {
    gap: 20px;
    font-size: 1.8rem;
  }
}
/*  side
------------------------------------*/
.page-header {
  padding: 0 0 90px;
}
.page-header .page-mv {
  margin-bottom: 30px;
}
.page-header .page-mv img {
  width: 100%;
  min-height: 100%;
  aspect-ratio: 880/300;
  object-fit: cover;
}
.page-header .page-title {
  margin-top: 20px;
  font-size: 5rem;
  font-family: "Raleway", "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 810px) {
  .page-header {
    padding: 130px 0 60px;
  }
  .page-header .page-mv {
    margin-bottom: 50px;
  }
  .page-header .page-mv img {
    aspect-ratio: 335/220;
  }
  .page-header .page-title {
    margin-top: 20px;
    font-size: 3.5rem;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
.site {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  flex-direction: row;
}

.site-main {
  width: calc(50% + 290px);
  max-width: 880px;
}

.container {
  max-width: 880px;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

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

.gothic {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Raleway", sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.break span {
  display: inline-block;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
.sec-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
}

a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 8px 50px 8px 0;
  cursor: pointer;
  line-height: 1.5;
  text-align: left;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  a.btn:hover,
  .btn_nolink:hover {
    opacity: 1;
  }
}
a.btn .arrow,
.btn_nolink .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 16px;
  border: 1px solid #919191;
  border-radius: 50%;
  vertical-align: middle;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 0;
  border-top: 1px solid #919191;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (any-hover: hover) {
  a:has(.arrow):hover {
    opacity: 1;
  }
  a:has(.arrow):hover .arrow {
    background: rgba(145, 145, 145, 0.1);
  }
  a:has(.arrow):hover .arrow::after {
    transform: translateX(10px);
  }
}

/* 汎用テーブル */
.table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.table caption {
  margin: 0 0 16px;
  line-height: 1.75;
}
.table th,
.table td {
  padding: 10px 20px 9px;
  vertical-align: middle;
}
.table th {
  position: relative;
  width: 20%;
  text-align: center;
}
@media screen and (min-width: calc(810px + 1px)) {
  .pc_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1240px) {
  .site-main {
    padding-right: 20px;
  }
}
@media screen and (max-width: 810px) {
  .site-main {
    width: 100%;
    padding-right: 0;
  }
  .container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  /* 汎用見出し */
  .sec-title {
    font-size: 2.5rem;
  }
  a.btn,
  .btn_nolink {
    font-size: 1.4rem;
  }
}
/*-------------------------------------------*/
/*
/*　　footer-contact
/*
/*-------------------------------------------*/
.footer-contact {
  padding: 100px 0 100px;
}
.footer-contact .sec-title {
  text-align: center;
}
.footer-contact .contact-text {
  margin-top: 30px;
  text-align: center;
}
.footer-contact .contact-btn {
  margin-top: 30px;
  line-height: 1;
  text-align: center;
}
.footer-contact .contact-btn .btn {
  width: 537px;
  max-width: 100%;
  padding: 20px 20px 20px;
  background: #F6F6F6;
  border-radius: 100vmax;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.footer-contact .contact-btn .btn .icon {
  margin-right: 10px;
}
.footer-contact .contact-btn .btn .arrow {
  position: relative;
  top: 5px;
}

@media screen and (max-width: 810px) {
  .top-contact {
    padding: 50px 0 50px;
  }
  .top-contact .contact-text {
    margin-top: 25px;
  }
  .top-contact .contact-btn {
    margin-top: 20px;
  }
  .top-contact .contact-btn .btn {
    padding: 25px 10px 25px;
    border-radius: 100vmax;
  }
  .top-contact .contact-btn .btn .icon {
    margin-right: 8px;
  }
}
@media screen and (max-width: 640px) {
  .top-contact {
    padding: 50px 0 50px;
  }
  .top-contact .contact-btn .btn .arrow {
    display: block;
    margin: 5px auto 5px;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
.site-footer {
  padding: 70px 0 50px;
}
.site-footer .footer-sns {
  gap: 40px;
  line-height: 1;
}
.site-footer .footer-copyright {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
.site-footer .footer-copyright small {
  font-size: 1.2rem;
}

@media screen and (max-width: 810px) {
  .site-footer {
    padding: 80px 0 40px;
    text-align: center;
  }
  .site-footer > .flexbox {
    display: block;
  }
  .site-footer .footer-sns {
    margin: 0 auto;
    justify-content: center;
  }
  .site-footer .footer-copyright {
    margin-top: 35px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
  .site-footer .footer-copyright small {
    font-size: 1.2rem;
  }
}
/*  sp_footer
------------------------------------*/
.not-found {
  padding: 80px 0;
}

@media screen and (max-width: 810px) {
  .not-found {
    padding: 120px 0 20px;
  }
}
/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1080px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_tit {
  margin: 0;
  padding: 12px 60px 12px;
  background: #919191;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 64px;
}

.modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #333;
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 810px) {
  #modal_section .modal_tit {
    padding: 10px 60px 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

@media screen and (max-width: 810px) {
  .pc_block {
    display: none;
  }
  .tabsp_block {
    display: block;
  }
  .tabsp_hidden {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .tabsp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .pctab_block {
    display: none;
  }
  .pctab_inline {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tab_block {
    display: block;
  }
  .tab_inline {
    display: inline;
  }
  .tab_hidden {
    display: none;
  }
}