@charset "UTF-8";
@font-face {
  font-family: "shippori";
  font-weight: 500;
  src: url(../fonts/Shippori_Mincho/ShipporiMincho-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "sawarabi";
  font-weight: 400;
  src: url(../fonts/Sawarabi_Mincho/SawarabiMincho-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "zen";
  font-weight: 400;
  src: url(../fonts/Zen_Old_Mincho/ZenOldMincho-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "abeezee";
  font-weight: 400;
  src: url(../fonts/ABeeZee/ABeeZee-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "noto-serif";
  font-weight: 400;
  src: url(../fonts/notoserif/NotoSerifJP-Regular.ttf) format("truetype");
}
/*------------------
　　共通設定
------------------*/
body {
  position: relative;
  font-size: var(--fontSize_pc32);
  font-family: "sawarabi", serif;
  font-weight: 400;
  color: #040000;
  line-height: 1.88;
  font-feature-settings: "palt";
  letter-spacing: 0;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}
body::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg1.jpg);
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.5;
  z-index: -1;
}
body::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #040000;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
body.overray::after {
  opacity: 0.5;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-upper {
  text-transform: uppercase;
}

input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 5px 1.875vw;
  letter-spacing: 0.02em;
  line-height: 2.3;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #D9D9D9;
  color: #040000;
  border-radius: 10px;
}

input::-moz-placeholder {
  color: #7E8190;
}

input::placeholder {
  color: #7E8190;
}

input[type=radio] {
  position: relative;
  background-color: #D9D9D9;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  margin-right: 10px;
}
input[type=radio]::before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  content: "";
}

input[type=radio]:checked::before {
  background: #F28C28;
}

input[type=checkbox] {
  position: relative;
  width: 33px;
  height: 33px;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 22px;
}

input[type=checkbox]:checked::before {
  position: absolute;
  top: 2px;
  left: 9px;
  transform: rotate(50deg);
  width: 10px;
  height: 16px;
  border-right: 2px solid #F28C28;
  border-bottom: 2px solid #F28C28;
  content: "";
}

textarea {
  min-height: 300px;
  line-height: 1.4;
}

label {
  display: flex;
  align-items: center;
}

picture img, picture source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1025px) {
  .tb {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .n_tb {
    display: none;
  }
  input[type=radio] {
    width: 20px;
    height: 20px;
  }
  input[type=radio]::before {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
  }
  input[type=text], input[type=email], input[type=tel], textarea {
    padding: 5px 10px;
  }
  input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  input[type=checkbox]:checked::before {
    top: 0px;
    left: 6px;
    width: 6px;
    height: 11px;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/*------------------
  フォントサイズ管理
------------------*/
:root {
  --fontSize_pc13: clamp(11px, 0.67708333vw, 15px);
  --fontSize_pc14: clamp(12px, 0.7291666vw, 16px);
  --fontSize_pc15: clamp(13px, 0.78125vw, 17px);
  --fontSize_pc16: clamp(15px, 0.83333vw, 18px);
  --fontSize_pc17: clamp(15px, 0.88541666vw, 19px);
  --fontSize_pc18: clamp(14px, 0.9375vw, 22px);
  --fontSize_pc19: clamp(14px, 0.98958333vw, 23px);
  --fontSize_pc20: clamp(15px, 1.0416666vw, 26px);
  --fontSize_pc21: clamp(15px, 1.09375vw, 27px);
  --fontSize_pc22: clamp(15px, 1.1458333vw, 28px);
  --fontSize_pc23: clamp(15px, 1.19791vw, 28px);
  --fontSize_pc24: clamp(14px, 1.25vw, 30px);
  --fontSize_pc25: clamp(16px, 1.30208333vw, 31px);
  --fontSize_pc26: clamp(18px, 1.35416666vw, 32px);
  --fontSize_pc27: clamp(18px, 1.40625vw, 32px);
  --fontSize_pc28: clamp(20px, 1.458333vw, 34px);
  --fontSize_pc29: clamp(20px, 1.51041666vw, 34px);
  --fontSize_pc30: clamp(20px, 1.5625vw, 34px);
  --fontSize_pc31: clamp(20px, 1.6145833vw, 36px);
  --fontSize_pc32: clamp(15px, 1.6666vw, 36px);
  --fontSize_pc33: clamp(22px, 1.71875vw, 38px);
  --fontSize_pc34: clamp(24px, 1.7708333vw, 38px);
  --fontSize_pc35: clamp(24px, 1.8229166vw, 38px);
  --fontSize_pc36: clamp(18px, 1.875vw, 38px);
  --fontSize_pc37: clamp(26px, 1.927vw, 38px);
  --fontSize_pc38: clamp(26px, 1.9792vw, 40px);
  --fontSize_pc39: clamp(28px, 2.03125vw, 42px);
  --fontSize_pc40: clamp(26px, 2.083333vw, 48px);
  --fontSize_pc41: clamp(30px, 2.1354166vw, 48px);
  --fontSize_pc42: clamp(30px, 2.1875vw, 50px);
  --fontSize_pc43: clamp(30px, 2.2395833vw, 52px);
  --fontSize_pc44: clamp(30px, 2.291666vw, 52px);
  --fontSize_pc45: clamp(30px, 2.34375vw, 54px);
  --fontSize_pc46: clamp(30px, 2.3958333vw, 54px);
  --fontSize_pc47: clamp(30px, 2.44791666vw, 56px);
  --fontSize_pc48: clamp(24px, 2.5vw, 58px);
  --fontSize_pc49: clamp(30px, 2.552vw, 58px);
  --fontSize_pc50: clamp(32px, 2.60416666vw, 60px);
  --fontSize_pc53: clamp(32px, 2.76041666vw, 63px);
  --fontSize_pc55: clamp(32px, 2.8645vw, 65px);
  --fontSize_pc56: clamp(32px, 2.91666vw, 67px);
  --fontSize_pc60: clamp(40px, 3.125vw, 72px);
  --fontSize_pc64: clamp(36px, 3.333vw, 76px);
  --fontSize_pc66: clamp(45px, 3.4375vw, 78px);
  --fontSize_pc70: clamp(52px, 3.64583333vw, 82px);
  --fontSize_pc73: clamp(52px, 3.8vw, 85px);
  --fontSize_pc83: clamp(70px, 4.322196666vw, 90px);
  --fontSize_pc89: clamp(76px, 4.635416666vw, 100px);
  --fontSize_pc96: clamp(60px, 5vw, 114px);
  --fontSize_sp10: clamp(10px, 2.5641vw, 14px);
  --fontSize_sp11: clamp(11px, 2.82051vw, 14px);
  --fontSize_sp12: clamp(10px, 3.076923vw, 15px);
  --fontSize_sp13: clamp(13px, 3.333333vw, 16px);
  --fontSize_sp14: clamp(13px, 3.58974vw, 17px);
  --fontSize_sp15: clamp(14px, 3.8461538vw, 18px);
  --fontSize_sp16: clamp(15px, 4.102564102vw, 19px);
  --fontSize_sp17: clamp(15px, 4.3589vw, 20px);
  --fontSize_sp18: clamp(16px, 4.6153846vw, 22px);
  --fontSize_sp19: clamp(16px, 4.8718vw, 22px);
  --fontSize_sp20: clamp(18px, 5.1282vw, 24px);
  --fontSize_sp21: clamp(19px, 5.3846153vw, 26px);
  --fontSize_sp22: clamp(20px, 5.641025vw, 27px);
  --fontSize_sp23: clamp(21px, 5.897435vw, 28px);
  --fontSize_sp24: clamp(22px, 6.15384615vw, 29px);
  --fontSize_sp25: clamp(23px, 6.41vw, 30px);
  --fontSize_sp26: clamp(24px, 6.66666666vw, 32px);
  --fontSize_sp30: clamp(28px, 7.6923076vw, 36px);
  --fontSize_sp32: clamp(28px, 8.2051282051vw, 38px);
  --fontSize_sp35: clamp(30px, 8.9743vw, 42px);
  --fontSize_sp38: clamp(36px, 9.743589vw, 70px);
  --fontSize_sp40: clamp(38px, 10.25641vw, 50px);
  --fontSize_sp45: clamp(43px, 11.53846153vw, 55px);
  --fontSize_sp50: clamp(48px, 12.82051282vw, 60px);
  --fontSize_sp60: clamp(58px, 15.38461538vw, 78px);
  --fontSize_sp77: clamp(75px, 19.743589vw, 100px);
  --innerWidth: 84.375%;
}
@media only screen and (max-width: 1024px) {
  :root {
    --innerWidth: 90%;
  }
}

/*===============================
         bl-ttl
===============================*/
.bl-ttlWrap {
  display: flex;
  align-items: center;
}
.bl-ttlWrap._center {
  justify-content: center;
}

.bl-ttl_logo {
  display: inline-block;
  width: 3vw;
  min-width: 32px;
  margin-right: 1.1vw;
}

.bl-ttl_txt {
  font-size: var(--fontSize_pc40);
}

@media only screen and (max-width: 1024px) {
  .bl-ttl_logo {
    margin-right: 8px;
  }
  .bl-ttl_txt {
    font-size: var(--fontSize_sp20);
  }
  .bl-ttlWrap._spCenter {
    justify-content: center;
  }
}
/*===============================
         md-head
===============================*/
.md-head_logoWrap {
  position: absolute;
  width: 14.1vw;
  min-width: 160px;
  top: 50%;
  left: 2.1vw;
  transform: translateY(-50%);
  z-index: 2;
}
.md-head_logoWrap a, .md-head_logoWrap img {
  display: block;
  width: 100%;
}

.md-spMenuWrap {
  position: absolute;
  right: 1.67vw;
  height: 100%;
  display: flex;
  align-items: center;
}

.md-head_navWrap {
  margin-right: 4.17vw;
  height: 100%;
}

.md-head_list {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(6, auto);
  gap: 1.8vw;
  align-items: center;
}
.md-head_list ._item {
  font-size: var(--fontSize_pc18);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.02em;
  transition: 0.2s;
}
.md-head_list ._item.active {
  color: #fff;
}

.md-head_tel {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--fontSize_pc23);
  font-family: "zen", serif;
  letter-spacing: -0.14em;
  transition: 0.3s;
  padding-left: 33px;
  /* 初期状態 */
}
.md-head_tel img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 31px;
  margin-right: 2px;
  transform: translateY(-50%);
}
.md-head_tel .normal {
  opacity: 1;
  transition: opacity 0.3s;
}
.md-head_tel .active {
  opacity: 0;
  transition: opacity 0.3s;
}
.md-head_tel.active {
  color: #fff;
}
.md-head_tel.active .normal {
  display: none;
}
.md-head_tel.active .active {
  opacity: 1;
}

.md-head_contact {
  width: 10.17em;
  height: 2.54em;
  background-color: #C97625;
  border-radius: 30px;
  color: #fff;
  font-size: var(--fontSize_pc24);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.56vw;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 1025px) {
  .md-head_list ._item:hover {
    opacity: 0.5;
  }
  .md-head_contact {
    transition: 0.3s;
  }
  .md-head_contact:hover {
    background-color: #61636F;
  }
}
@media only screen and (max-width: 1400px) {
  .md-spMenu_icon {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 30px;
    top: 50%;
    right: 2.1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  .md-spMenu_icon span {
    width: 100%;
    height: 2px;
    background-color: #040000;
  }
  .md-spMenuWrap {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
    right: 0;
    flex-direction: column;
    background-color: #fff;
    padding-top: 16vh;
    pointer-events: none;
    opacity: 0;
  }
  .md-spMenuWrap::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg1.jpg);
    opacity: 0.5;
  }
  .md-head_navWrap {
    height: auto;
    margin-right: 0;
    z-index: 2;
  }
  .md-head_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
    height: auto;
  }
  .md-head_list ._item {
    font-size: var(--fontSize_pc32);
    display: block;
  }
  .md-head_tel {
    margin-top: 5vh;
    font-size: var(--fontSize_pc32);
    z-index: 2;
  }
  .md-head_contact {
    font-size: var(--fontSize_pc32);
    margin-top: 2vh;
    z-index: 2;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .md-spMenu_icon {
    width: 40px;
    height: 24px;
  }
  .md-spMenuWrap {
    padding-top: 12vh;
  }
}
@media only screen and (max-width: 1024px) {
  .md-spMenu_icon {
    width: 32px;
    height: 20px;
    right: 20px;
  }
  .md-head_logoWrap {
    left: 20px;
  }
  .md-head_list ._item {
    font-size: var(--fontSize_sp18);
  }
  .md-head_tel {
    font-size: var(--fontSize_sp18);
    padding-left: 26px;
  }
  .md-head_tel img {
    width: 24px;
  }
  .md-head_contact {
    font-size: var(--fontSize_sp18);
  }
}
/*===============================
         md-fv
===============================*/
.md-fv_contWrap {
  position: absolute;
  height: 72.7%;
  left: 50%;
  bottom: 8.3%;
  transform: translateX(-50%);
  display: flex;
}

.md-fv_imgWrap {
  flex: 1;
  margin-left: 5.42vw;
}
.md-fv_imgWrap picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
}
.md-fv_imgWrap picture img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.md-fv_txtWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md-fv_txtWrap ._lTxt {
  width: 15vh;
  min-width: 100px;
}
.md-fv_txtWrap ._sTxt {
  flex: 1;
  font-size: var(--fontSize_pc23);
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.md-fv_txtWrap ._sTxt span {
  border-bottom: 1px solid #040000;
}

@media only screen and (max-width: 1024px) {
  .md-fv_contWrap {
    height: calc(100vh - 80px);
    top: auto;
    bottom: 20px;
    min-height: 634px;
  }
  .md-fv_imgWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .md-fv_imgWrap picture {
    border-radius: 30px;
  }
  .md-fv_imgWrap picture img {
    -o-object-position: 80% 100%;
       object-position: 80% 100%;
  }
  .md-fv_imgWrap::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.45;
    top: 0;
    left: 0;
    border-radius: 30px;
  }
  .md-fv_txtWrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
  }
  .md-fv_txtWrap ._lTxt {
    width: 14vh;
  }
  .md-fv_txtWrap ._sTxt {
    font-size: var(--fontSize_sp15);
  }
}
/*===============================
         md-abt
===============================*/
.md-abt_contWrap {
  display: flex;
  align-items: center;
}

.md-abt_imgWrap {
  position: relative;
  flex: 1;
  height: 42vw;
  margin-right: 6.4vw;
}
.md-abt_imgWrap picture {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 50px;
}
.md-abt_imgWrap ._1 {
  top: 0;
  left: 0;
  width: 15.8vw;
  aspect-ratio: 303/338;
  z-index: 2;
}
.md-abt_imgWrap ._2 {
  bottom: 0;
  right: 0;
  width: 26.2vw;
  aspect-ratio: 503/639;
}

.md-abt_txtWrap {
  width: 43.75vw;
}

.md-abt_ttlWrap {
  margin-bottom: 42px;
}

.md-abt_lTxt {
  font-size: var(--fontSize_pc64);
  line-height: 1.28;
  letter-spacing: 0.002em;
  margin-bottom: 50px;
}

.md-abt_sTxt {
  font-size: var(--fontSize_pc32);
}

@media only screen and (max-width: 1024px) {
  .md-abt_contWrap {
    flex-direction: column-reverse;
  }
  .md-abt_txtWrap {
    width: 100%;
  }
  .md-abt_ttlWrap {
    margin-bottom: 20px;
  }
  .md-abt_lTxt {
    font-size: var(--fontSize_sp30);
    text-align: center;
    margin-bottom: 30px;
  }
  .md-abt_sTxt {
    font-size: var(--fontSize_sp14);
    text-align: center;
  }
  .md-abt_imgWrap {
    width: 100%;
    height: 70vw;
    margin-right: 0;
    flex: unset;
    margin-top: 40px;
  }
  .md-abt_imgWrap picture {
    border-radius: 20px;
  }
  .md-abt_imgWrap ._1 {
    width: 40vw;
    aspect-ratio: 1.2/1;
  }
  .md-abt_imgWrap ._2 {
    width: 70vw;
    aspect-ratio: 6/4.5;
  }
}
/*===============================
         md-str
===============================*/
.md-str_ttlWrap {
  margin-bottom: 48px;
}

.md-str_lTxt {
  text-align: center;
  font-size: var(--fontSize_pc64);
  letter-spacing: 0.06em;
}

.md-str_boxWrap {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 2.8vw;
}

.md-str_box {
  background-color: #fff;
  border-radius: 50px;
  padding: 2.9vw 2.2vw 3.125vw 2.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md-str_box ._pic {
  display: block;
  min-height: 17.45vw;
}
.md-str_box ._pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-str_box ._pic._1 {
  width: 18.38vw;
  min-width: 140px;
}
.md-str_box ._pic._2 {
  width: 16.6vw;
  min-width: 120px;
}
.md-str_box ._pic._3 {
  width: 17.7vw;
  min-width: 130px;
}
.md-str_box ._mTxt {
  text-align: center;
  font-size: var(--fontSize_pc40);
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 25px;
}
.md-str_box ._sTxt {
  font-size: var(--fontSize_pc32);
  line-height: 1.5;
}

@media only screen and (max-width: 1280px) {
  .md-str_boxWrap {
    gap: 1.8vw;
  }
  .md-str_box ._mTxt {
    font-size: var(--fontSize_pc28);
  }
  .md-str_box ._sTxt {
    font-size: var(--fontSize_pc22);
  }
}
@media only screen and (max-width: 1024px) {
  .md-str_ttlWrap {
    margin-bottom: 20px;
  }
  .md-str_lTxt {
    font-size: var(--fontSize_sp30);
    line-height: 1.4;
  }
  .md-str_boxWrap {
    margin-top: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
  .md-str_box {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .md-str_box ._pic {
    min-height: unset;
    margin-bottom: 20px;
  }
  .md-str_box ._mTxt {
    font-size: var(--fontSize_sp22);
  }
  .md-str_box ._sTxt {
    font-size: var(--fontSize_sp16);
  }
}
/*===============================
         md-eq
===============================*/
.md-eq_contWrap {
  width: 67.4vw;
  min-width: 900px;
  margin: 0 auto;
  background-image: url(../images/bg2.png);
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 6vw 40px 5.4vw 40px;
  text-align: center;
  color: #fff;
}

.md-eq_lTxt {
  font-size: var(--fontSize_pc64);
  font-family: "shippori", serif;
  letter-spacing: 0.2em;
  margin-bottom: 52px;
}

.md-eq_sTxt {
  font-size: var(--fontSize_pc32);
  margin-bottom: 62px;
}

.md-eq_link {
  font-size: var(--fontSize_pc36);
  width: 10.83em;
  height: 2.42em;
  background-color: #F28C28;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  color: inherit;
  font-family: inherit;
}
.md-eq_link .active {
  display: none;
}
.md-eq_link.active {
  background-color: #61636F;
  color: #fff;
}
.md-eq_link.active .active {
  display: block;
}
.md-eq_link.active .normal {
  display: none;
}

.md-eq_hideWrap {
  margin-top: 134px;
  margin-bottom: 50px;
}

.md-modal_ttl {
  font-size: var(--fontSize_pc64);
  letter-spacing: 0.02em;
  margin-bottom: 52px;
  text-align: center;
}

.md-modal_sub {
  font-size: var(--fontSize_pc32);
  text-align: center;
  margin-bottom: 134px;
}

.md-modal_picWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.1vw;
}

.md-modal_picTxt {
  grid-column: 3/5;
  grid-row: 1/2;
}

.md-modal_picTxt ._lTxt {
  font-size: var(--fontSize_pc32);
  margin-bottom: 32px;
}
.md-modal_picTxt ._mTxt {
  font-size: var(--fontSize_pc24);
}

.md-modal_sTxt {
  margin-top: 154px;
  text-align: center;
  font-size: var(--fontSize_pc32);
}

@media only screen and (min-width: 1025px) {
  .md-eq_link {
    transition: 0.3s;
  }
  .md-eq_link:hover {
    background-color: #61636F;
  }
}
@media only screen and (max-width: 1280px) {
  .md-modalWrap {
    height: calc(100vh - 100px);
    top: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .md-eq_contWrap {
    width: var(--innerWidth);
    min-width: unset;
  }
  .md-eq_lTxt {
    font-size: var(--fontSize_sp24);
    margin-bottom: 40px;
  }
  .md-eq_sTxt {
    font-size: var(--fontSize_sp14);
    margin-bottom: 40px;
  }
  .md-eq_contWrap {
    padding: 30px 20px 40px 20px;
  }
  .md-eq_link {
    font-size: var(--fontSize_sp18);
  }
}
@media only screen and (max-width: 1024px) {
  .md-eq_hideWrap {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .md-modalWrap {
    width: var(--innerWidth);
    padding: 40px 10px 40px 20px;
  }
  .md-modalWrap ._scrollWrap {
    padding: 0 10px 0 0;
  }
  .md-modalWrap ._scrollWrap::-webkit-scrollbar {
    width: 6px;
  }
  .md-modal_ttl {
    font-size: var(--fontSize_sp22);
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .md-modal_sub {
    font-size: var(--fontSize_sp14);
    margin-bottom: 60px;
  }
  .md-modal_picWrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-modal_picTxt {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .md-modal_picTxt ._lTxt {
    font-size: var(--fontSize_sp16);
    margin-bottom: 12px;
  }
  .md-modal_picTxt ._mTxt {
    font-size: var(--fontSize_sp14);
  }
  .md-modal_sTxt {
    font-size: var(--fontSize_sp14);
    margin-top: 40px;
    text-align: left;
  }
  .md-modal_close {
    font-size: var(--fontSize_sp16);
  }
}
/*===============================
         md-msg
===============================*/
.md-msg_contWrap {
  display: flex;
  align-items: center;
}

.md-msg_txtWrap {
  width: 48.75vw;
  margin-right: 7.8vw;
}

.md-msg_ttlWrap {
  margin-bottom: 52px;
}

.md-msg_lTxt {
  font-size: var(--fontSize_pc56);
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}

.md-msg_sTxt {
  margin-bottom: 52px;
}

.md-msg_nameWrap ._s {
  font-size: var(--fontSize_pc24);
  display: block;
}
.md-msg_nameWrap ._l {
  font-size: var(--fontSize_pc36);
  margin-bottom: 20px;
  display: block;
}
.md-msg_nameWrap ._license {
  padding-left: 32px;
  border-left: 4px solid #000;
  font-size: var(--fontSize_pc24);
  line-height: 1.6;
}

.md-msg_imgWrap {
  flex: 1;
  aspect-ratio: 564/754;
  border-radius: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 1280px) {
  .md-msg_lTxt {
    margin-bottom: 40px;
  }
  .md-msg_sTxt {
    margin-bottom: 36px;
  }
  .md-msg_nameWrap ._l {
    margin-bottom: 8px;
  }
  .md-msg_nameWrap ._license {
    padding-left: 12px;
    border-left: 2px solid #000;
  }
}
@media only screen and (max-width: 1024px) {
  .md-msg_contWrap {
    display: block;
  }
  .md-msg_ttlWrap {
    margin-bottom: 20px;
  }
  .md-msg_txtWrap {
    width: 100%;
  }
  .md-msg_lTxt {
    font-size: var(--fontSize_sp30);
    line-height: 1.4;
  }
  .md-msg_sTxt {
    font-size: var(--fontSize_sp14);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md-msg_imgWrap {
    aspect-ratio: 1/0.7;
    border-radius: 20px;
  }
  .md-msg_imgWrap img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
  .md-msg_nameWrap ._s {
    font-size: var(--fontSize_sp12);
  }
  .md-msg_nameWrap ._l {
    font-size: var(--fontSize_sp18);
  }
  .md-msg_nameWrap ._license {
    font-size: var(--fontSize_sp14);
  }
}
/*===============================
         md-glry
===============================*/
.md-glry_contWrap {
  margin-top: 114px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.98vw;
}

@media only screen and (max-width: 1280px) {
  .md-glry_contWrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .md-glry_contWrap {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
/*===============================
         md-serv
===============================*/
.md-serv_contWrap {
  width: 75.7vw;
  min-width: 900px;
  margin: 0 auto;
}

.md-serv_ttlWrap {
  margin-bottom: 22px;
}

.md-serv_lTxt {
  font-size: var(--fontSize_pc56);
  font-family: "shippori", serif;
  letter-spacing: 0.06em;
  text-align: center;
}

.md-serv_flowWrap {
  margin-top: 100px;
}

.md-serv_flow {
  display: flex;
  align-items: center;
}
.md-serv_flow picture {
  flex: 1;
  aspect-ratio: 597/377;
}
.md-serv_flow ._txtWrap {
  width: 40.3125vw;
  margin-left: 4.27vw;
}
.md-serv_flow ._numWrap {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.md-serv_flow ._num {
  font-size: var(--fontSize_pc96);
  font-family: "shippori", serif;
  letter-spacing: 0.02em;
  margin-right: 50px;
  line-height: 1;
}
.md-serv_flow ._lTxt {
  font-size: var(--fontSize_pc40);
  letter-spacing: 0.02em;
  line-height: 1;
  padding-top: 0.2em;
}
.md-serv_flow + .md-serv_flow {
  margin-top: 62px;
}

.md-serv_bottomPic {
  display: block;
  margin-top: 268px;
  width: 100%;
  height: 51.2vw;
}

@media only screen and (max-width: 1280px) {
  .md-serv_flow ._num {
    margin-right: 20px;
  }
  .md-serv_flow ._txtWrap {
    width: 50vw;
  }
  .md-serv_flowWrap {
    margin-top: 60px;
  }
  .md-serv_flow + .md-serv_flow {
    margin-top: 32px;
  }
  .md-serv_bottomPic {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .md-serv_contWrap {
    width: var(--innerWidth);
    min-width: unset;
  }
  .md-serv_ttlWrap {
    margin-bottom: 20px;
  }
  .md-serv_flow {
    display: block;
  }
  .md-serv_flow picture {
    display: block;
    aspect-ratio: 1/0.6;
  }
  .md-serv_flow ._txtWrap {
    width: 100%;
    margin-top: 12px;
    font-size: var(--fontSize_sp14);
    margin-left: 0;
  }
  .md-serv_flow ._numWrap {
    margin-bottom: 20px;
  }
  .md-serv_flow ._num {
    font-size: var(--fontSize_sp26);
    margin-right: 8px;
  }
  .md-serv_flow ._lTxt {
    font-size: var(--fontSize_sp22);
  }
  .md-serv_flow + .md-serv_flow {
    margin-top: 60px;
  }
  .md-serv_lTxt {
    font-size: var(--fontSize_sp30);
  }
}
/*===============================
         md-faq
===============================*/
.md-faq_contWrap {
  width: 61.46%;
  min-width: 900px;
  margin: 0 auto;
}

.md-faq_boxWrap {
  margin-top: 128px;
}

.md-faq_box {
  border-top: 1px solid #040000;
  padding: 3.75vw 0;
}
.md-faq_box:last-of-type {
  border-bottom: 1px solid #040000;
}

.md-faq_qWrap {
  position: relative;
  display: flex;
  align-items: center;
}
.md-faq_qWrap ._q {
  margin-right: 2.5vw;
  text-transform: uppercase;
  margin-top: -0.15em;
}
.md-faq_qWrap ._qTxt, .md-faq_qWrap ._q {
  line-height: 1;
}

.md-faq_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.17vw;
  height: 4.17vw;
  max-width: 80px;
  max-height: 80px;
  min-width: 30px;
  min-height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #040000;
  cursor: pointer;
}
.md-faq_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68.6%;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.md-faq_icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.md-faq_icon.active span:last-child {
  transform: translate(-50%, -50%);
}

.md-faq_aWrap {
  padding-top: 82px;
}
.md-faq_aWrap a {
  border-bottom: 1px solid #040000;
}

@media only screen and (max-width: 1280px) {
  .md-faq_aWrap {
    padding-top: 50px;
  }
  .md-faq_boxWrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .md-faq_contWrap {
    width: var(--innerWidth);
    min-width: unset;
  }
  .md-faq_boxWrap {
    margin-top: 40px;
  }
  .md-faq_box {
    padding: 24px 0;
    font-size: var(--fontSize_sp16);
  }
  .md-faq_qWrap ._qTxt, .md-faq_qWrap ._q {
    line-height: 1.5;
  }
  .md-faq_qWrap {
    padding-right: 40px;
    align-items: start;
  }
  .md-faq_qWrap ._q {
    margin-right: 12px;
    margin-top: 0;
  }
  .md-faq_aWrap {
    padding-top: 30px;
  }
}
/*===============================
         md-info
===============================*/
.md-info_contWrap {
  width: 76.56%;
  margin: 0 auto;
}

.md-info_ttlWrap {
  margin-bottom: 64px;
}

.md-info_lTxt {
  font-size: var(--fontSize_pc56);
  font-family: "shippori", serif;
  letter-spacing: 0.06em;
  margin-bottom: 58px;
  text-align: center;
}

.md-info_sTxt {
  text-align: center;
}

.md-info_grayTxt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0 auto;
  padding: 11px 20px 11px 30px;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 106px;
}
.md-info_grayTxt img {
  width: 40px;
  margin-right: 5px;
}

.md-info_box {
  background-image: url(../images/bg2.png);
  border-radius: 50px;
  color: #fff;
}
.md-info_box ._lTxt {
  font-size: var(--fontSize_pc48);
  font-family: "shippori", serif;
  letter-spacing: 0.06em;
  margin-bottom: 64px;
}
.md-info_box._1 {
  padding: 2.6vw 3vw 3.4vw 3vw;
  display: flex;
  align-items: center;
}
.md-info_box._1 ._pic {
  width: 29.9vw;
  aspect-ratio: 575/482;
  margin-right: 5.8vw;
}
.md-info_box._1 ._pic img {
  border-radius: 30px;
}
.md-info_box._1 ._txtWrap {
  flex: 1;
}
.md-info_box._1 ._txtWrap ._list {
  margin-right: 1.25vw;
  padding-left: 3.38vw;
  border-left: 4px solid #fff;
  padding-bottom: 0.3em;
}
.md-info_box._1 ._txtWrap ._item a {
  display: flex;
  align-items: center;
}
.md-info_box._1 ._txtWrap ._item span {
  border-bottom: 1px solid #fff;
  margin-right: 16px;
  line-height: 1.6;
}
.md-info_box._1 ._txtWrap ._item img {
  width: 40px;
}
.md-info_box._1 ._txtWrap ._item + ._item {
  margin-top: 40px;
}
.md-info_box._2 {
  margin-top: 40px;
  padding: 4.69vw 5.625vw 6.15vw 5.625vw;
}

.md-info_placeGrid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
}

.md-info_placeList ._top {
  display: block;
  margin-bottom: 18px;
  font-size: var(--fontSize_pc40);
  line-height: 1.6;
}
.md-info_placeList ._list {
  padding-left: 2vw;
  border-left: 4px solid #fff;
}
.md-info_placeList ._item {
  line-height: 1.6;
}
.md-info_placeList ._item + ._item {
  margin-top: 14px;
}
.md-info_placeList a {
  border-bottom: 1px solid #fff;
}
.md-info_placeList + .md-info_placeList {
  margin-top: 3.6vw;
}

@media only screen and (min-width: 1025px) {
  .md-info_box a {
    transition: 0.2s;
  }
  .md-info_box a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1280px) {
  .md-info_ttlWrap {
    margin-bottom: 40px;
  }
  .md-info_lTxt {
    margin-bottom: 30px;
  }
  .md-info_grayTxt {
    margin: 40px auto 60px auto;
  }
  .md-info_box ._lTxt {
    margin-bottom: 30px;
  }
  .md-info_box._1 ._txtWrap ._item + ._item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .md-info_contWrap {
    width: var(--innerWidth);
  }
  .md-info_ttlWrap {
    margin-bottom: 20px;
  }
  .md-info_lTxt {
    font-size: var(--fontSize_sp30);
  }
  .md-info_grayTxt {
    padding: 10px 20px;
    font-size: var(--fontSize_sp14);
    width: 100%;
    margin: 40px auto;
  }
  .md-info_grayTxt img {
    width: 24px;
    margin-right: 14px;
  }
  .md-info_box {
    border-radius: 20px;
  }
  .md-info_box._1 {
    flex-direction: column;
    padding: 20px 20px 30px 20px;
  }
  .md-info_box._1 ._pic {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 1/0.7;
  }
  .md-info_box._1 ._pic img {
    border-radius: 20px;
  }
  .md-info_box._1 ._txtWrap {
    margin-top: 20px;
    flex: unset;
    width: 100%;
  }
  .md-info_box ._lTxt {
    font-size: var(--fontSize_sp22);
    margin-bottom: 20px;
    text-align: center;
  }
  .md-info_box._1 ._txtWrap ._list {
    padding-left: 12px;
    border-left: 2px solid #fff;
  }
  .md-info_box._1 ._txtWrap ._item + ._item {
    margin-top: 10px;
  }
  .md-info_box._1 ._txtWrap ._item span {
    margin-right: 8px;
    font-size: var(--fontSize_sp14);
  }
  .md-info_box._1 ._txtWrap ._item img {
    width: 20px;
  }
  .md-info_placeGrid {
    display: block;
  }
  .md-info_box._2 {
    padding: 30px 20px;
  }
  .md-info_box._2 ._column + ._column {
    margin-top: 24px;
  }
  .md-info_placeList ._top {
    font-size: var(--fontSize_sp19);
    margin-bottom: 6px;
  }
  .md-info_placeList ._list {
    padding-left: 12px;
    border-left: 2px solid #fff;
  }
  .md-info_placeList ._item + ._item {
    margin-top: 8px;
  }
  .md-info_placeList + .md-info_placeList {
    margin-top: 24px;
  }
  .md-info_placeList ._item {
    font-size: var(--fontSize_sp14);
  }
}
/*===============================
         md-acs
===============================*/
.md-acs_contWrap {
  width: 65.9%;
  min-width: 900px;
  margin: 0 auto;
}

.md-acs_ttlWrap {
  margin-bottom: 42px;
}

.md-acs_lTxt {
  font-size: var(--fontSize_pc56);
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 68px;
  text-align: center;
}

.md-acs_flexWrap {
  display: flex;
  align-items: start;
}
.md-acs_flexWrap ._txtWrap {
  width: 32.56vw;
  margin-right: 4.06vw;
}
.md-acs_flexWrap ._txtWrap ._lTxt {
  font-size: var(--fontSize_pc40);
  line-height: 1.44;
  margin-bottom: 24px;
}
.md-acs_flexWrap ._txtWrap ._mTxt {
  font-size: var(--fontSize_pc36);
  line-height: 1.43;
  margin-bottom: 48px;
}
.md-acs_flexWrap ._txtWrap ._grayTxt {
  background-color: #D9D9D9;
  padding: 1.56vw 2.4vw;
  font-size: var(--fontSize_pc36);
  line-height: 1.43;
}
.md-acs_flexWrap ._txtWrap ._grayTxt span {
  display: block;
  margin-bottom: 10px;
}
.md-acs_flexWrap ._imgWrap {
  flex: 1;
  aspect-ratio: 560/484;
}

.md-acs_mapWrap {
  margin-top: 96px;
  aspect-ratio: 1264/720;
}
.md-acs_mapWrap iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .md-acs_contWrap {
    width: var(--innerWidth);
    min-width: unset;
  }
  .md-acs_ttlWrap {
    margin-bottom: 20px;
  }
  .md-acs_lTxt {
    font-size: var(--fontSize_sp30);
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .md-acs_flexWrap {
    flex-direction: column-reverse;
  }
  .md-acs_flexWrap ._txtWrap {
    width: 100%;
    margin-top: 12px;
  }
  .md-acs_flexWrap ._imgWrap {
    flex: unset;
    width: 100%;
    aspect-ratio: unset;
  }
  .md-acs_flexWrap ._imgWrap picture {
    display: block;
    width: 100%;
    aspect-ratio: 1/0.7;
  }
  .md-acs_flexWrap ._txtWrap ._lTxt {
    font-size: var(--fontSize_sp22);
    margin-bottom: 14px;
  }
  .md-acs_flexWrap ._txtWrap ._mTxt {
    font-size: var(--fontSize_sp16);
    margin-bottom: 24px;
  }
  .md-acs_flexWrap ._txtWrap ._grayTxt {
    padding: 20px;
    font-size: var(--fontSize_sp16);
  }
  .md-acs_mapWrap {
    margin-top: 60px;
  }
}
/*===============================
         md-contact
===============================*/
.md-contact_ttlWrap {
  margin-bottom: 20px;
}

.md-contact_contWrap {
  width: 55.9%;
  min-width: 900px;
  margin: 0 auto;
}

.md-contct_lTxt {
  text-align: center;
  font-size: var(--fontSize_pc56);
  margin-bottom: 52px;
}

.md-contact_sTxt {
  font-size: var(--fontSize_pc36);
  line-height: 1.52;
  margin-bottom: 60px;
  text-align: center;
}

.md-contact_telWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #D9D9D9;
  padding: 1.98vw 2.5vw 2.8vw 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #040000;
}
.md-contact_telWrap ._txt {
  font-size: var(--fontSize_pc36);
  letter-spacing: 0.02em;
}
.md-contact_telWrap ._tel {
  display: flex;
  align-items: center;
}
.md-contact_telWrap ._tel img {
  width: 42px;
  margin-right: 22px;
}
.md-contact_telWrap ._tel span {
  font-size: var(--fontSize_pc48);
  font-family: "zen", serif;
  line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
  .md-contact_contWrap {
    width: var(--innerWidth);
    min-width: unset;
  }
  .md-contct_lTxt {
    font-size: var(--fontSize_sp30);
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .md-contact_sTxt {
    font-size: var(--fontSize_sp16);
    margin-bottom: 36px;
  }
  .md-contact_telWrap {
    padding: 20px;
  }
  .md-contact_telWrap ._txt {
    font-size: var(--fontSize_sp16);
  }
  .md-contact_telWrap ._tel img {
    width: 28px;
  }
  .md-contact_telWrap ._tel span {
    font-size: var(--fontSize_sp22);
  }
}
/*===============================
         md-contactForm
===============================*/
.md-contactFrom {
  margin-top: 100px;
  padding: 140px 16px 0 2.4vw;
  border-top: 4px solid #fff;
}
.md-contactFrom dl {
  font-size: var(--fontSize_pc36);
}
.md-contactFrom dl + dl {
  margin-top: 40px;
}
.md-contactFrom dl dd {
  font-size: var(--fontSize_pc24);
  line-height: 2.3;
  word-break: break-all;
}
.md-contactFrom ._radio {
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--fontSize_pc36);
}
.md-contactFrom ._radio span {
  margin-right: 3.9vw;
}
.md-contactFrom ._narrow {
  width: 435px;
}
.md-contactFrom ._address {
  display: grid;
  grid-template-columns: 9.23em 9.58em 1fr;
  grid-template-rows: repeat(3, auto);
  row-gap: 22px;
  -moz-column-gap: 2.3vw;
       column-gap: 2.3vw;
}
.md-contactFrom ._address span {
  font-size: var(--fontSize_pc24);
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.md-contactFrom ._address ._4 {
  grid-column: 1/4;
  grid-row: 2/3;
}
.md-contactFrom ._address ._5 {
  grid-column: 1/4;
  grid-row: 3/4;
}

.md-contact_policyWrap {
  margin-top: 68px;
  width: 762px;
  margin: 68px auto 0 auto;
  background-color: #D9D9D9;
  padding: 28px 6px 22px 42px;
  height: 314px;
  border-radius: 10px;
}
.md-contact_policyWrap ._txtWrap {
  height: 100%;
  overflow: scroll;
  font-size: var(--fontSize_pc20);
  color: #040000;
  padding-right: 3.4vw;
}
.md-contact_policyWrap ._txtWrap::-webkit-scrollbar {
  width: 12px;
}
.md-contact_policyWrap ._txtWrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.md-contact_policyWrap ._txtWrap::-webkit-scrollbar-thumb {
  background-color: #1E1E1E;
  border-radius: 12px;
}
.md-contact_policyWrap ._txtWrap::-webkit-scrollbar-corner {
  background-color: transparent; /* 白を防ぐ */
}

.md-contact_policyCheck {
  margin-top: 92px;
  font-size: var(--fontSize_pc24);
}
.md-contact_policyCheck label {
  justify-content: center;
}

.md-contact_sendBtn {
  margin: 68px auto 0 auto;
  width: 14.9em;
  height: 2.625em;
  font-size: var(--fontSize_pc48);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C27225;
  color: #fff;
  font-family: inherit;
  border-radius: 80px;
}
.md-contact_sendBtn._back {
  background-color: #61636F;
}

.required {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.required::before {
  position: absolute;
  content: "必須";
  display: block;
  font-size: var(--fontSize_pc20);
  width: 4.1em;
  height: 1.8em;
  line-height: 1;
  background-color: #F28C28;
  color: #040000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  right: -22px;
  top: 50%;
  transform: translate(100%, -50%);
}

@media only screen and (min-width: 1025px) {
  .md-contact_sendBtn {
    transition: 0.3s;
  }
  .md-contact_sendBtn:hover {
    background-color: #61636F;
  }
  .md-contact_sendBtn._back:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1280px) {
  .md-contactFrom {
    padding: 80px 16px 0 2.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .md-contactFrom {
    margin-top: 60px;
    padding: 60px 0 0 0;
    border-top: 2px solid #fff;
  }
  .md-contactFrom ._radio {
    padding-top: 12px;
    display: block;
  }
  .md-contactFrom ._narrow {
    width: 100%;
  }
  .md-contactFrom ._address {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 11em 1fr;
    align-items: center;
    gap: 10px;
  }
  .md-contactFrom ._address ._2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .md-contactFrom ._address ._3 {
    grid-column: 2/3;
  }
  .md-contactFrom ._address ._4 {
    grid-row: 3/4;
  }
  .md-contactFrom ._address ._5 {
    grid-row: 4/5;
  }
  .md-contactFrom ._address span {
    font-size: var(--fontSize_sp12);
  }
  .md-contact_policyWrap {
    width: 100%;
    padding: 28px 6px 20px 20px;
    margin: 50px auto 0 auto;
  }
  .md-contact_policyWrap ._txtWrap {
    font-size: var(--fontSize_sp14);
  }
  .md-contact_policyWrap ._txtWrap::-webkit-scrollbar {
    width: 6px;
  }
  .md-contactFrom dl + dl {
    margin-top: 30px;
  }
  .md-contact_policyCheck {
    margin-top: 60px;
    font-size: var(--fontSize_sp16);
  }
  .md-contact_sendBtn {
    font-size: var(--fontSize_sp18);
  }
}
/*===============================
         md-foot
===============================*/
.md-foot_logoWrap {
  display: block;
  width: 30.2vw;
  max-width: 620px;
  min-width: 250px;
  margin: 0 auto 16px auto;
}

.md-foot_bottomTxt {
  text-align: center;
  font-size: var(--fontSize_pc24);
  font-family: "abeezee", serif;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .md-foot_bottomTxt {
    font-size: var(--fontSize_sp12);
  }
}
/*===============================
        共通設定
===============================*/
.l-inner {
  margin: 0 auto;
  width: var(--innerWidth);
}

/*===============================
        l-head
===============================*/
.l-head {
  position: fixed;
  z-index: 99;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1280px) {
  .l-head {
    height: 60px;
  }
}
/*===============================
        l-fv
===============================*/
.l-fv {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 722px;
}

/*===============================
        l-abt
===============================*/
.l-abt {
  padding-top: 145px;
}

@media only screen and (max-width: 1024px) {
  .l-abt {
    padding-top: 80px;
  }
}
/*===============================
        l-str
===============================*/
.l-str {
  padding-top: 166px;
}

@media only screen and (max-width: 1024px) {
  .l-str {
    padding-top: 80px;
  }
}
/*===============================
        l-eq
===============================*/
.l-eq {
  padding-top: 188px;
}

@media only screen and (max-width: 1024px) {
  .l-eq {
    padding-top: 80px;
  }
}
/*===============================
        l-msg
===============================*/
.l-msg {
  padding-top: 230px;
}

@media only screen and (max-width: 1280px) {
  .l-msg {
    padding-top: 120px;
  }
}
/*===============================
        l-glry
===============================*/
.l-glry {
  padding-top: 238px;
  padding-bottom: 182px;
}

@media only screen and (max-width: 1280px) {
  .l-glry {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-glry {
    padding-bottom: 80px;
  }
}
/*===============================
        l-serv
===============================*/
.l-serv {
  padding-top: 192px;
  background-color: #61636F;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .l-serv {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-serv {
    padding-top: 80px;
  }
}
/*===============================
        l-faq
===============================*/
.l-faq {
  padding-top: 190px;
}

@media only screen and (max-width: 1024px) {
  .l-faq {
    padding-top: 80px;
  }
}
/*===============================
        l-info
===============================*/
.l-info {
  padding-top: 270px;
}

@media only screen and (max-width: 1280px) {
  .l-info {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-info {
    padding-top: 80px;
  }
}
/*===============================
        l-acs
===============================*/
.l-acs {
  padding-top: 194px;
  padding-bottom: 172px;
}

@media only screen and (max-width: 1280px) {
  .l-acs {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-acs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*===============================
        l-contact
===============================*/
.l-contact {
  padding-top: 180px;
  background-image: url(../images/bg2.png);
  background-repeat: repeat;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  .l-contact {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-contact {
    padding-top: 80px;
  }
}
/*===============================
        l-foot
===============================*/
.l-foot {
  padding-top: 220px;
  padding-bottom: 80px;
  background-image: url(../images/bg2.png);
  background-repeat: repeat;
}

@media only screen and (max-width: 1024px) {
  .l-foot {
    padding-top: 100px;
    padding-bottom: 12px;
  }
}
/*===============================
         js-nav
===============================*/
.js-nav {
  transition: 0.3s;
}
.js-nav.js-menu_open {
  opacity: 1;
  pointer-events: fill;
}

.js-menu_icon span {
  transition: 0.3s;
  transform-origin: left;
}
.js-menu_icon.js-menu_open span:first-child {
  transform: translateY(1px) rotate(31deg);
}
.js-menu_icon.js-menu_open span:nth-child(2) {
  transform: scaleX(0);
}
.js-menu_icon.js-menu_open span:last-child {
  transform: translateY(-1px) rotate(-31deg);
}/*# sourceMappingURL=style.css.map */