@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
/* reset-------------------------------------------*/
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
} /* Reset margin */
body,
h1,
h2,
h3,
p,
figure,
blockquote,
ul, ol, li,
dl, dt, dd {
  margin: 0;
} /* Body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
} /* Images */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
} /* Forms */
input,
button,
textarea,
select {
  font: inherit;
} /* Remove list styles */
ul,
ol {
  list-style: none;
  padding: 0;
} /* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* helper-------------------------------------------*/
/*-- display --*/
.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.dib {
  display: inline-block !important;
}

/*-- fonts --*/
.fwN {
  font-weight: normal !important;
}

.fwB {
  font-weight: bold !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

/*-- colors --*/
.c-red {
  color: #f00 !important;
}

.c-blue {
  color: #00f !important;
}

.c-black {
  color: #000 !important;
}

/*-- position --*/
.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

/*-- border --*/
.bd {
  border: 1px solid #000 !important;
}

.bdt {
  border-top: 1px solid #000 !important;
}

.bdr {
  border-right: 1px solid #000 !important;
}

.bdb {
  border-bottom: 1px solid #000 !important;
}

.bdl {
  border-left: 1px solid #000 !important;
}

.bdN {
  border: none !important;
}

.bdtN {
  border-top: none !important;
}

.bdrN {
  border-right: none !important;
}

.bdbN {
  border-bottom: none !important;
}

.bdlN {
  border-left: none !important;
}

/*-- vertical-align --*/
.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

/*-- text-align --*/
.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

/*-- float --*/
.flR {
  float: right !important;
}

.flL {
  float: left !important;
}

.flN {
  float: none !important;
}

/*-- margin --*/
.mc {
  margin: 0 auto;
}

.m00 {
  margin: 0 !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mta {
  margin-top: auto;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mra {
  margin-right: auto;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mba {
  margin-bottom: auto;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mla {
  margin-left: auto;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/*-- padding --*/
.p00 {
  padding: 0;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: #1A1A1A;
  position: relative;
  display: inline-block;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #1A1A1A;
}

video {
  width: 100%;
}

div {
  word-break: break-word;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
  color: #1A1A1A;
}

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

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

body {
  color: #1A1A1A;
  background: #fff;
  line-height: 1.7;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    text-decoration: none;
  }
}
/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

strong {
  font-weight: bold;
}

section,
article {
  position: relative;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

.svg-box {
  width: 0;
  height: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
#page:not(.page-home) {
  opacity: 0;
}
#page.show {
  opacity: 1;
}

.flex-wrapper {
  display: flex;
}

.l-inner {
  padding: 0 30px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
  }
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "Albert Sans", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}
.noinfo {
  font-size: 16px;
  font-weight: 500px;
  color: #554d4d;
  text-align: center;
  padding: 67px 0 31px;
}
@media screen and (min-width: 769px) {
  .noinfo {
    padding-bottom: 43px;
  }
}

/* ヘッダー-------------------------------------------*/
@media (max-width: 1100px) {
  .header-pc {
    display: none !important;
  }
}
@media (min-width: 1101px) {
  .header-sp {
    display: none !important;
  }
}
.header-pc {
  position: fixed;
  width: 100%;
  top: 20px;
  height: fit-content;
  z-index: 20;
  padding: 0 min(2.5751072961vw, 30px);
  display: flex;
  gap: min(3.4334763948vw, 80px);
  justify-content: center;
  align-items: flex-start;
}
@media (any-hover: hover) {
  .header-pc a:hover {
    opacity: 1;
  }
}
.header-pc .hd-logo {
  width: 100px;
  height: 100px;
}
.header-pc .header-pc__nav {
  padding: 17px min(1.7167381974vw, 20px) 17px min(3.4334763948vw, 40px);
  height: 80px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(201, 201, 201, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 0;
}
.header-pc .header-pc__nav nav ul {
  display: flex;
  align-items: center;
  gap: min(1.7167381974vw, 26px);
  font-size: min(0.9442060086vw, 13px);
}
@media (any-hover: hover) {
  .header-pc .header-pc__nav nav ul li a:hover {
    color: #F03525;
  }
}
.header-pc .header-pc__nav .header-btn__cta {
  margin-left: 14px;
  border-radius: 23px;
  text-align: center;
  color: #fff;
  font-size: min(1.0300429185vw, 12px);
  font-weight: 600;
  text-align: center;
  padding: 14px min(2.4034334764vw, 28px) 12px;
  position: relative;
}
.header-pc .header-pc__nav .header-btn__cta::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.header-pc .header-pc__nav .header-btn__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  background: #F03525;
  transition: 0.3s;
  z-index: -1;
}
@media (any-hover: hover) {
  .header-pc .header-pc__nav .header-btn__cta:hover::before {
    transform: scale(1.03);
  }
}
.header-pc .header-pc__nav .header-btn__contact {
  display: flex;
  align-items: center;
  border-radius: 23px;
  padding: 14px min(1.4592274678vw, 17px) 12px;
  gap: 5px;
  font-size: min(1.0300429185vw, 12px);
  font-weight: 600;
  position: relative;
}
.header-pc .header-pc__nav .header-btn__contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  background: #F3F1EF;
  transition: 0.3s;
  z-index: -1;
}
@media (any-hover: hover) {
  .header-pc .header-pc__nav .header-btn__contact:hover::before {
    transform: scale(1.05);
  }
}
.header-pc .header-pc__nav .header-btn__contact img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.header-pc .header-pc__nav .header-btn__sns {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #F3F1EF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header-pc .header-pc__nav .header-btn__sns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F3F1EF;
  transition: 0.3s;
  z-index: -1;
}
@media (any-hover: hover) {
  .header-pc .header-pc__nav .header-btn__sns:hover::before {
    transform: scale(1.05);
  }
}
.header-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: 20;
}
.header-sp.is-open .header-sp__bar {
  background: #fff;
}
.header-sp.is-open .header-sp__bar .header-sp__right .icon-bars {
  opacity: 0;
}
.header-sp.is-open .header-sp__bar .header-sp__right #menu-close-btn {
  opacity: 1;
  display: block;
}
.header-sp .header-sp__bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.header-sp .header-sp__bar .hd-logo {
  width: 80px;
  margin-top: 10px;
  margin-left: 10px;
}
.header-sp .header-sp__bar .header-sp__right {
  height: 56px;
  border-radius: 28px 0px 0px 28px;
  background: #F03525;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px;
  margin-top: 1px;
  transform: translateY(-1px);
}
.header-sp .header-sp__bar .header-sp__right .header-btn__contact {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 23px;
  padding: 10px;
  gap: 5px;
  margin-right: 6px;
  font-size: 10px;
  font-weight: 600;
}
.header-sp .header-sp__bar .header-sp__right .header-btn__contact img {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
}
.header-sp .header-sp__bar .header-sp__right .header-btn__sns {
  margin-right: 9px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-sp .header-sp__bar .header-sp__right #menu-open-btn {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  display: flex;
  gap: 8px;
}
.header-sp .header-sp__bar .header-sp__right #menu-open-btn .icon-bars {
  transition: 0.3s;
  display: inline-block;
  width: 18px;
  height: 15px;
  position: relative;
}
.header-sp .header-sp__bar .header-sp__right #menu-open-btn .icon-bars span,
.header-sp .header-sp__bar .header-sp__right #menu-open-btn .icon-bars span::before,
.header-sp .header-sp__bar .header-sp__right #menu-open-btn .icon-bars span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #fff;
}
.header-sp .header-sp__bar .header-sp__right #menu-open-btn .icon-bars span {
  top: 6px;
}
.header-sp .header-sp__bar .header-sp__right #menu-open-btn .icon-bars span::before {
  top: -6px;
}
.header-sp .header-sp__bar .header-sp__right #menu-open-btn .icon-bars span::after {
  top: 6px;
}
.header-sp .header-sp__bar .header-sp__right #menu-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 23px;
  background: #F03525;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
  display: none;
}
.header-sp #sp-drawer {
  background: #fff;
  border-radius: 0 0 0 60px;
  position: absolute;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
  z-index: 5;
  padding: 40px 50px 60px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-sp #sp-drawer[hidden] {
  display: none;
}
.header-sp #sp-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-sp #sp-drawer.is-closing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-sp #sp-drawer nav {
  width: 73.0666666667vw;
  margin-inline: auto;
}
.header-sp #sp-drawer nav ul {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: calc(100% - 40px);
}
.header-sp #sp-drawer nav ul li {
  padding-left: 26px;
  position: relative;
  line-height: 1;
}
.header-sp #sp-drawer nav ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #F03525;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.header-sp #sp-drawer nav .header-btn__cta {
  width: 274px;
  margin-top: 32px;
  display: block;
  border-radius: 30px;
  background: #f03525;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 0 14px;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 769px) {
  .header-sp #sp-drawer nav .header-btn__cta {
    padding: 22px 0;
    border-radius: 38px;
    font-size: 18px;
    width: 338px;
    margin-top: 55px;
  }
}
.header-sp #sp-drawer nav .header-btn__cta::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  margin: auto;
}

body.menu-open {
  overflow: hidden;
}

#main-content {
  padding-top: 77px;
  background: #f3f1ef;
}
@media (min-width: 769px) {
  #main-content {
    padding-top: 120px;
  }
}

/* 下層タイトル-------------------------------------------*/
#page-title-box {
  position: relative;
  min-height: 172px;
}
#page-title-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5.3333333333vw;
  width: 50.9333333333vw;
  height: 34.6666666667vw;
  background: url(../images/common/page_title_deco.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  #page-title-box::before {
    width: 368px;
    height: 250px;
    right: 49px;
  }
}
#page-title-box .l-inner {
  padding-top: 60px;
}
@media (min-width: 769px) {
  #page-title-box .l-inner {
    padding-top: 81px;
    padding-bottom: 85px;
  }
}
#page-title-box .l-inner .page-title .txt-en {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #F03525;
  margin-bottom: 8px;
  font-family: "Albert Sans", sans-serif;
}
@media (min-width: 769px) {
  #page-title-box .l-inner .page-title .txt-en {
    font-size: 22px;
  }
}
#page-title-box .l-inner .page-title .txt-jp {
  display: block;
  font-weight: 500;
  font-size: 28px;
}
@media (min-width: 769px) {
  #page-title-box .l-inner .page-title .txt-jp {
    font-size: 40px;
  }
}

.l-box {
  background: #fff;
  border-radius: 40px;
  padding: 50px 0;
}
@media (min-width: 769px) {
  .l-box {
    border-radius: 80px;
    padding: 110px 0;
  }
}

/* NEWSリスト-------------------------------------------*/
@media (min-width: 769px) {
  .news-list {
    flex: 1;
    margin-top: 20px;
  }
}
.news-list li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f3f1ef;
}
@media (min-width: 769px) {
  .news-list li {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
.news-list li .news-item .news-hd {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.news-list li .news-item .news-hd .category {
  width: fit-content;
  text-align: center;
  padding: 5px 24px;
  border-radius: 18px;
  background: #f3f1ef;
  position: relative;
}
.news-list li .news-item .news-hd .date {
  color: #5a5a5a;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
@media (min-width: 769px) {
  .news-list li .news-item .news-hd .date {
    font-size: 18px;
  }
}
.news-list .icon-pdf {
  margin-left: 10px;
  position: relative;
}
.news-list .icon-pdf::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_pdf.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .news-list .icon-pdf::before {
    width: 19px;
    height: 19px;
  }
}
.news-list .icon-nw {
  margin-left: 10px;
  position: relative;
}
.news-list .icon-nw::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_nw.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .news-list .icon-nw::before {
    width: 16px;
    height: 16px;
  }
}

/* ページャー-------------------------------------------*/
.pager-box {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .pager-box {
    margin-top: 70px;
    gap: 20px;
  }
}
.pager-box li {
  margin: 0;
}
.pager-box li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
@media (min-width: 769px) {
  .pager-box li a {
    font-size: 18px;
  }
}
.pager-box li a:hover {
  opacity: 0.8;
}
.pager-box li:not(.btn-side) a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F3F1EF;
  color: #5A5A5A;
  font-family: "Albert Sans", sans-serif;
}
@media (min-width: 769px) {
  .pager-box li:not(.btn-side) a {
    width: 46px;
    height: 46px;
  }
}
.pager-box li.current a {
  background-color: #F03525;
  color: #fff;
}
.pager-box li.btn-side a {
  height: 40px;
  border-radius: 20px;
  background-color: #F03525;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  width: 74px;
}
@media (min-width: 769px) {
  .pager-box li.btn-side a {
    height: 46px;
    border-radius: 23px;
    width: 112px;
  }
}
.pager-box li.btn-side a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
@media (min-width: 769px) {
  .pager-box li.btn-side a::after {
    left: 20px;
  }
}
@media (min-width: 769px) {
  .pager-box li.btn-back {
    margin-right: 12px;
  }
}
.pager-box li.btn-back a {
  padding-left: 10px;
}
.pager-box li.btn-back a::after {
  transform: scale(-1, 1);
}
@media (min-width: 769px) {
  .pager-box li.btn-next {
    margin-left: 12px;
  }
}
.pager-box li.btn-next a {
  padding-right: 10px;
}
.pager-box li.btn-next a:after {
  left: auto;
  right: 20px;
}

/* WYSIWYG-------------------------------------------*/
.wysiwyg {
  font-size: inherit;
  line-height: 1.8;
  word-break: break-all;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
}

.wysiwyg h1 {
  font-size: 200%;
}

.wysiwyg h2 {
  font-size: 180%;
}

.wysiwyg h3 {
  font-size: 160%;
}

.wysiwyg h4 {
  font-size: 140%;
}

.wysiwyg h5 {
  font-size: 120%;
}

.wysiwyg h6 {
  font-size: 100%;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg a {
  text-decoration: underline;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}

.wysiwyg code {
  display: block;
  padding: 20px;
  background: #eee;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  width: 100% !important;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar {
    height: 15px;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}
/* SNSシェア-------------------------------------------*/
/* パンくず-------------------------------------------*/
.breadcrumb-area {
  background: #F3F1EF;
  display: block;
  margin: 0 auto;
  padding: 40px 20px 35px;
  width: 100%;
}
@media (min-width: 769px) {
  .breadcrumb-area {
    padding: 60px min(12.017167382vw, 140px) 35px;
  }
}
.breadcrumb-area .breadcrumb {
  font-size: 12px;
}
@media (min-width: 769px) {
  .breadcrumb-area .breadcrumb {
    margin: 0 auto;
    font-size: 14px;
  }
}
.breadcrumb-area .breadcrumb li {
  position: relative;
  padding-right: 32px;
  display: inline;
}
.breadcrumb-area .breadcrumb li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #1A1A1A;
  border-top: 1px solid #1A1A1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}
.breadcrumb-area .breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb-area .current a {
  text-decoration: none;
  color: #554d4d;
}

/* フッター-------------------------------------------*/
footer.footer {
  position: relative;
  padding-top: 24.5333333333vw;
  padding-bottom: 24px;
  background: #f3f1ef;
}
@media (min-width: 769px) {
  footer.footer {
    padding-top: 9.4420600858vw;
    padding-bottom: 0;
  }
}
footer.footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 9.8666666667vw;
  background-image: url(../images/common/line_btm_sp.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  footer.footer::after {
    background-size: 100% auto;
    height: 9.7854077253vw;
    background-image: url(../images/common/line_btm_pc.svg);
  }
}
@media (max-width: 768px) {
  footer.footer .l-inner {
    padding: 0 60px;
  }
}
@media (min-width: 769px) {
  footer.footer .l-inner {
    display: flex;
    align-items: center;
    gap: min(12.7038626609vw, 148px);
    padding: 50px;
    max-width: 1360px;
  }
}
footer.footer .l-inner .ft-logo {
  width: 186px;
  margin-inline: auto;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 769px) {
  footer.footer .l-inner .ft-logo {
    width: 220px;
    margin-left: 90px;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  footer.footer .l-inner .ft-nav-wrapper {
    flex: 1;
  }
}
footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-txt {
  display: flex;
}
@media (max-width: 768px) {
  footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-txt {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-txt {
    margin-bottom: 40px;
    gap: 35px;
  }
}
footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-txt li {
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-txt li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #F03525;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (any-hover: hover) {
  footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-txt li a:hover {
    color: #F03525;
    opacity: 1;
  }
}
footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-bnr {
  display: flex;
}
@media (max-width: 768px) {
  footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-bnr {
    flex-direction: column;
    gap: 7px;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-bnr {
    gap: 20px;
  }
}
footer.footer .l-inner .ft-nav-wrapper .ft-nav .ft-nav-bnr li {
  line-height: 1;
}
footer.footer .l-inner .copyright {
  font-size: 10px;
  color: #9a9a9a;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (min-width: 769px) {
  footer.footer .l-inner .copyright {
    font-size: 12px;
    width: auto;
    text-align: right;
    position: absolute;
    right: 49px;
    bottom: 24px;
  }
}
/*# sourceMappingURL=_map/common.css.map */
