@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: 500;
  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 {
  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;
  min-width: 1000px;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.75;
  color: #222;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: #222;
  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;
  object-fit: cover;
}

p {
  line-height: 1.75;
}

@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;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 1;
  z-index: 100;
}
.header .header__logo {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
.header .header__logo a {
  font-weight: bold;
}
.header .header__logo img {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.header .header__icon {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1001;
}
@media (any-hover: hover) {
  .header .header__icon a:hover {
    filter: brightness(120%);
    opacity: 1;
  }
}

@media screen and (max-width: 810px) {
  .header {
    min-width: 0;
    padding: 14px 16px;
  }
  .header .header__logo {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .header .header__logo img {
    width: 140px;
    height: auto;
    margin-right: 8px;
  }
  .header .header__icon {
    right: 8px;
    top: 8px;
    width: 88px;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
main {
  overflow: hidden;
}

.container {
  width: 96%;
  max-width: 1088px;
  margin: 0 auto;
}

.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;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.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: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", 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;
}

.section__title {
  text-align: center;
}

a.button {
  position: relative;
  display: inline-block;
  width: 604px;
  max-width: 100%;
  padding: 22px;
  background: #C40E18;
  border: 3px solid #fff;
  border-radius: 100vmax;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.46;
  letter-spacing: 0.03em;
  text-align: center;
  transition: all 0.5s;
  overflow: hidden;
}
@media (any-hover: hover) {
  a.button:hover {
    background: #EF7726;
    opacity: 1;
  }
}
a.button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 6px 0px 6px 10px;
  border-color: transparent transparent transparent #fff;
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
  .container {
    width: calc(100% - 32px);
  }
  a.button {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
.footer {
  position: relative;
}
.footer .footer__bg01 {
  padding: 80px 0;
}
.footer .footer__logo {
  margin-right: 6%;
  line-height: 1;
}
.footer .footer__address {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.footer .footer__address span {
  font-weight: 500;
}
.footer .footer__address .icon {
  margin-right: 8px;
}
.footer .footer__address .big {
  font-size: 1.6rem;
}
.footer .footer__address .small {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.2rem;
}
.footer .footer__address .mail {
  margin-top: 10px;
}
.footer .footer__link {
  margin-left: auto;
  padding-left: 6%;
  border-left: 2px dotted #222;
}
.footer .footer__link .link__banner {
  display: inline-block;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.16));
}
.footer .footer__link .link__official {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-align: center;
}
.footer .footer__bg02 {
  padding: 24px 0 96px;
  background: #182980;
  color: #fff;
}
.footer .footer__menkyo {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
.footer .footer__copyright {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: right;
}
.footer .footer__copyright small {
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 1080px) {
  .footer .footer__logo {
    margin-right: 4%;
  }
  .footer .footer__logo img {
    width: 150px;
  }
  .footer .footer__link {
    padding-left: 3%;
  }
}
@media screen and (max-width: 810px) {
  .footer .footer__bg01 {
    padding: 50px 0 20px;
  }
  .footer .footer__logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .footer .footer__logo img {
    width: 120px;
  }
  .footer .footer__address {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .footer .footer__address span {
    font-weight: 500;
  }
  .footer .footer__address .icon {
    margin-right: 8px;
  }
  .footer .footer__address .big {
    font-size: 1.6rem;
  }
  .footer .footer__address .small {
    display: block;
    margin-left: 0;
    line-height: 1.2;
  }
  .footer .footer__address .mail {
    position: relative;
    max-width: 270px;
    margin: 15px auto 0;
    padding-left: 30px;
    text-align: left;
  }
  .footer .footer__address .mail .icon {
    position: absolute;
    left: 0;
    top: 7px;
  }
  .footer .footer__address .tel {
    position: relative;
    max-width: 270px;
    margin: 0 auto;
    padding-left: 30px;
    text-align: left;
  }
  .footer .footer__address .tel .icon {
    position: absolute;
    left: 0;
    top: 4px;
  }
  .footer .footer__link {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding: 0 8px;
    border-left: none;
    text-align: center;
  }
  .footer .footer__link .link__official {
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
  .footer .footer__bg02 {
    padding: 30px 0 112px;
  }
  .footer .footer__menkyo {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
  .footer .footer__copyright {
    margin-top: 20px;
    text-align: left;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.ani {
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 600ms;
  transition-property: opacity, transform;
}
.ani.scroll {
  transform: translate(0, 0);
  opacity: 1;
}

.ani_fadeup {
  transform: translate(0, 30px);
}

.ani_fadefown {
  transform: translate(0, -30px);
}

.ani_fadeleft {
  transform: translate(-30px, 0);
}

.ani_faderight {
  transform: translate(30px, 0);
}

@media screen and (max-width: 810px) {
  .inview {
    transition-delay: 600ms;
  }
}
/* ---------------------------------------------------
	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: #EF7726;
  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: #222;
}
.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;
  }
}
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .header {
    position: absolute;
  }
  .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;
  }
}