@charset "UTF-8";
@font-face {
  font-family: "zen";
  font-weight: 900;
  src: url(../fonts/Zen_Old_Mincho/ZenOldMincho-Black.ttf) format("truetype");
}
@font-face {
  font-family: "zen";
  font-weight: 700;
  src: url(../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "zen";
  font-weight: 600;
  src: url(../fonts/Zen_Old_Mincho/ZenOldMincho-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "zen";
  font-weight: 500;
  src: url(../fonts/Zen_Old_Mincho/ZenOldMincho-Medium.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: "cardo";
  font-weight: 700;
  src: url(../fonts/Cardo/Cardo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "cardo";
  font-weight: 400;
  src: url(../fonts/Cardo/Cardo-Regular.ttf) format("truetype");
}
/*------------------
　　共通設定
------------------*/
body {
  font-size: var(--fontSize_pc21);
  font-family: "zen", serif;
  font-weight: 700;
  color: #252A30;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0;
  background-color: #fff;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: var(--fontSize_sp15);
  }
}
.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: 10px 20px;
  letter-spacing: 0;
  border-radius: 5px;
  background-color: #E4E7ED;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #A9A9A9;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}

input[type=checkbox]:checked::before {
  position: absolute;
  top: 0;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 1px solid #252A30;
  border-bottom: 1px solid #252A30;
  content: "";
}

textarea {
  min-height: 300px;
  border-radius: 5px;
}

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;
  }
  textarea {
    min-height: 200px;
  }
}
@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(16px, 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(22px, 1.6666vw, 36px);
  --fontSize_pc33: clamp(20px, 1.71875vw, 38px);
  --fontSize_pc34: clamp(24px, 1.7708333vw, 38px);
  --fontSize_pc35: clamp(24px, 1.8229166vw, 38px);
  --fontSize_pc36: clamp(26px, 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(28px, 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(30px, 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_pc60: clamp(40px, 3.125vw, 72px);
  --fontSize_pc66: clamp(45px, 3.4375vw, 78px);
  --fontSize_pc70: clamp(52px, 3.64583333vw, 82px);
  --fontSize_pc73: clamp(52px, 3.8vw, 85px);
  --fontSize_pc80: clamp(50px, 4.1666vw, 90px);
  --fontSize_pc83: clamp(70px, 4.322196666vw, 90px);
  --fontSize_pc89: clamp(76px, 4.635416666vw, 100px);
  --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_sp28: clamp(26px, 7.1794vw, 34px);
  --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);
}

/*===============================
         bl-secTtl
===============================*/
.bl-secTtl_en {
  font-size: var(--fontSize_pc80);
  font-family: "cardo", serif;
  font-weight: 400;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(315deg, #344264 60%, #D9B46A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.bl-secTtl_en._center {
  margin: 0 auto;
}

.bl-secTtl_jp {
  font-size: var(--fontSize_pc33);
  font-weight: 600;
  line-height: 1;
  color: rgba(52, 66, 100, 0.8980392157);
  position: relative;
  padding-bottom: 14px;
  margin-top: 8px;
}
.bl-secTtl_jp::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-image: linear-gradient(90deg, #344264 60%, #D9B46A 100%);
  bottom: -2px;
  left: 0;
}
.bl-secTtl_jp._center {
  text-align: center;
}
.bl-secTtl_jp._center::before {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .bl-secTtl_en {
    font-size: var(--fontSize_sp28);
  }
  .bl-secTtl_jp {
    font-size: var(--fontSize_sp14);
    margin-top: 4px;
    padding-bottom: 8px;
  }
  .bl-secTtl_jp::before {
    width: 35px;
  }
}
/*===============================
         md-head
===============================*/
.md-head_logo {
  position: absolute;
  width: 20.8%;
  min-width: 250px;
  max-width: 320px;
  top: 12px;
  left: 2.08vw;
}
.md-head_logo img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.md-head_logo img._blue {
  opacity: 0;
}

.md-head_navWrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.08vw;
}

.md-head_nav {
  display: grid;
  grid-template-columns: repeat(6, auto);
  align-items: center;
  gap: 2.78vw;
  color: #fff;
}
.md-head_nav ._mail {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(45deg, #344264 60%, #D9B46A 100%);
  border-radius: 50%;
}
.md-head_nav ._mail img {
  position: absolute;
  width: 60%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.md-head_nav ._mail img._blue {
  opacity: 0;
}
.md-head_nav ._mail::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
}
.md-head_nav ._item {
  position: relative;
  line-height: 2;
  display: block;
}
.md-head_nav ._item::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #344264 60%, #D9B46A 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.2s;
}

.l-head.blue .md-head_logo img._white, .l-head._contact .md-head_logo img._white {
  opacity: 0;
}
.l-head.blue .md-head_logo img._blue, .l-head._contact .md-head_logo img._blue {
  opacity: 1;
}
.l-head.blue .md-head_nav, .l-head._contact .md-head_nav {
  color: #252A30;
}

@media only screen and (min-width: 1025px) {
  .md-head_nav ._mail::before, .md-head_nav ._mail img {
    transition: 0.2s;
  }
  .md-head_nav ._mail:hover::before {
    opacity: 1;
  }
  .md-head_nav ._mail:hover img._white {
    opacity: 0;
  }
  .md-head_nav ._mail:hover img._blue {
    opacity: 1;
  }
  .md-head_nav ._item:hover::before {
    transform: none;
  }
}
@media only screen and (min-width: 1025px) {
  .md-head_menuIcon {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .md-head_navWrap {
    display: none;
  }
  .md-head_logo {
    width: 120px;
    min-width: unset;
    top: 10px;
    left: 2.6vw;
  }
  .md-head_menuIcon {
    position: fixed;
    z-index: 101;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    top: 10px;
    right: 2.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
  }
  .md-head_menuIcon span {
    width: 50%;
    height: 1px;
    background-color: #252A30;
    transition: 0.2s;
  }
  .md-head_menuIcon span + span {
    margin-top: 3px;
  }
  .md-head_menuIcon.blue {
    background-color: #344264;
  }
  .md-head_menuIcon.blue span {
    background-color: #fff;
  }
  .md-head_menuIcon._contact {
    border: 1px solid #252A30;
  }
  .md-head_menuIcon._contact.blue {
    background-color: #fff;
  }
  .md-head_menuIcon._contact.blue span {
    background-color: #252A30;
  }
}
/*===============================
         md-spNav
===============================*/
.md-spNav_contWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12vh;
}

.md-spNav_logo {
  width: 46.875vw;
  margin-bottom: 38px;
}

.md-spNav_navWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  font-size: var(--fontSize_sp16);
  font-weight: 900;
  color: #fff;
}
.md-spNav_navWrap ._mail {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(45deg, #344264 60%, #D9B46A 100%);
  border-radius: 50%;
}
.md-spNav_navWrap ._mail img {
  position: absolute;
  width: 60%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*===============================
         md-fv
===============================*/
.md-fv_txtWrap {
  position: absolute;
  top: 15.56%;
  left: 6.94%;
  font-weight: 500;
}

.md-fv_lTxt, .md-fv_mTxt {
  font-family: "cardo", serif;
  color: #fff;
  line-height: 1;
}

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

.md-fv_mTxt {
  font-size: 3.47vw;
}

.md-fv_sTxt {
  margin-top: 14px;
  font-size: var(--fontSize_pc27);
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
}

.md-fv_bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.md-fv_bgImg::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(37, 42, 48, 0.5), rgba(37, 42, 48, 0));
}

.md-fv_scroll {
  position: absolute;
  padding-bottom: 74px;
  font-size: var(--fontSize_pc27);
  font-family: "cardo", serif;
  color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.md-fv_scroll::before {
  position: absolute;
  display: block;
  content: "";
  height: 60px;
  width: 2px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
}

@media only screen and (max-width: 1024px) {
  .md-fv_txtWrap {
    top: 8.89%;
    left: 5.2vw;
  }
  .md-fv_lTxt {
    font-size: var(--fontSize_sp18);
  }
  .md-fv_mTxt {
    font-size: 7.8vw;
    line-height: 1.2;
  }
  .md-fv_sTxt {
    margin-top: 0;
    font-size: var(--fontSize_sp14);
    margin-top: 8px;
  }
  .md-fv_scroll {
    padding-bottom: 30px;
    font-size: var(--fontSize_sp14);
  }
  .md-fv_scroll::before {
    height: 28px;
    width: 2px;
  }
}
/*===============================
         md-serv
===============================*/
.md-serv_ttlWrap {
  margin-bottom: 40px;
}

.md-serv_contWrap {
  display: flex;
}

.md-serv_cont {
  width: 50%;
}
.md-serv_cont:first-of-type {
  position: relative;
  padding-right: 2.78vw;
}
.md-serv_cont:first-of-type::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 86%;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #344264 60%, #D9B46A 100%);
}
.md-serv_cont:last-of-type {
  padding-left: 2.78vw;
}

.md-serv_contTtl {
  font-size: var(--fontSize_pc53);
  color: #344264;
  line-height: 1;
}

.md-serv_contTtl_en {
  font-size: var(--fontSize_pc24);
  font-family: "cardo", serif;
  font-weight: 400;
  color: #586FA2;
  margin-top: 8px;
}

.md-serv_imgWrap {
  display: block;
  margin-top: 20px;
  width: 100%;
  aspect-ratio: 580/387;
}

.md-serv_sTxt {
  margin-top: 28px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .md-serv_ttlWrap {
    margin-bottom: 34px;
  }
  .md-serv_contWrap {
    display: block;
  }
  .md-serv_cont {
    width: 100%;
  }
  .md-serv_cont + .md-serv_cont {
    margin-top: 32px;
  }
  .md-serv_contTtl {
    font-size: var(--fontSize_sp20);
  }
  .md-serv_contTtl_en {
    margin-top: 4px;
    font-size: var(--fontSize_sp12);
  }
  .md-serv_cont:first-of-type {
    padding-right: 0;
  }
  .md-serv_cont:last-of-type {
    padding-left: 0;
  }
  .md-serv_imgWrap {
    margin-top: 14px;
  }
  .md-serv_cont:first-of-type::before {
    display: none;
  }
  .md-serv_sTxt {
    margin-top: 14px;
    font-weight: 400;
    text-align: justify;
  }
}
/*===============================
         md-case
===============================*/
.md-case_ttlWrap {
  margin-bottom: 50px;
}

.md-case_contBox {
  display: flex;
  align-items: center;
}
.md-case_contBox + .md-case_contBox {
  margin-top: 6.94vw;
}
.md-case_contBox._reverse {
  flex-direction: row-reverse;
}

.md-case_imgWrap {
  width: 40.28vw;
}

.md-case_txtWrap {
  flex: 1;
}

.md-case_num {
  display: flex;
  align-items: center;
  justify-content: end;
}
.md-case_num ._border {
  flex: 1;
  height: 1px;
  background-image: linear-gradient(to right, #344264 60%, #D9B46A 100%);
  margin-right: 14px;
}
.md-case_num ._en {
  font-family: "cardo", serif;
  font-size: var(--fontSize_pc40);
  color: #344264;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 9px;
}
.md-case_num ._num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fontSize_pc27);
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #344264 60%, #D9B46A 100%);
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: -0.3em;
}

.md-case_infoWrap {
  margin-top: 20px;
  padding-left: 3.47vw;
  padding-right: 1.39vw;
}
.md-case_infoWrap ._ttl {
  font-size: var(--fontSize_pc47);
  line-height: 2;
}
.md-case_infoWrap ._info {
  font-size: var(--fontSize_pc23);
}
.md-case_infoWrap ._sTxt {
  margin-top: 24px;
  font-weight: 400;
}
.md-case_infoWrap ._list {
  font-weight: 400;
}
.md-case_infoWrap ._list li {
  display: flex;
}
.md-case_infoWrap ._list span {
  padding-right: 0.2em;
}
.md-case_infoWrap ._list p {
  flex: 1;
}

.md-case_contBox._reverse .md-case_num ._border {
  margin-right: 0;
  margin-left: 14px;
}
.md-case_contBox._reverse .md-case_infoWrap {
  padding-left: 2.78vw;
  padding-right: 3.19vw;
}

@media only screen and (max-width: 1280px) {
  .md-case_imgWrap img {
    min-height: 380px;
  }
}
@media only screen and (max-width: 1024px) {
  .md-case_ttlWrap {
    margin-bottom: 26px;
  }
  .md-case_contBox {
    display: block;
  }
  .md-case_imgWrap img {
    min-height: unset;
  }
  .md-case_txtWrap {
    margin-top: 12px;
  }
  .md-case_num {
    width: calc(100% + 5.2vw);
    transform: translateX(-5.2vw);
    margin-left: 0;
  }
  .md-case_num ._en {
    font-size: var(--fontSize_sp18);
  }
  .md-case_num ._num {
    font-size: var(--fontSize_sp16);
  }
  .md-case_infoWrap {
    margin-top: 0;
    padding-left: 0;
  }
  .md-case_infoWrap ._ttl {
    font-size: var(--fontSize_sp26);
  }
  .md-case_infoWrap ._sTxt {
    margin-top: 12px;
    font-weight: 400;
  }
  .md-case_infoWrap ._list li {
    font-weight: 400;
  }
  .md-case_contBox + .md-case_contBox {
    margin-top: 12.82vw;
  }
  .md-case_contBox._reverse .md-case_num {
    transform: none;
  }
  .md-case_contBox._reverse .md-case_infoWrap {
    padding: 0;
  }
}
/*===============================
         md-msg
===============================*/
.md-msg_contWrap {
  padding: 0 12.1vw;
}

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

.md-msg_lTxt, .md-msg_enTxt {
  text-align: center;
}

.md-msg_lTxt {
  font-size: var(--fontSize_pc60);
  line-height: 1.3;
  margin-bottom: 13px;
  color: #344264;
}

.md-msg_enTxt {
  font-size: var(--fontSize_pc23);
  font-weight: 400;
  font-family: "cardo", serif;
  color: #586FA2;
}

.md-msg_sTxt {
  margin-top: 40px;
  font-weight: 500;
  line-height: 1.5;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.md-msg_xsTxt{
  padding-top: 18px;
  display: block;
}

.md-msg_name {
  margin-top: 55px;
  text-align: right;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .md-msgImg{
    
  }
  .md-msg_contWrap {
    padding: 0;
  }
  .md-msg_ttlWrap {
    margin-bottom: 28px;
  }
  .md-msg_lTxt {
    font-size: var(--fontSize_sp21);
    margin-bottom: 0;
  }
  .md-msg_enTxt {
    font-size: var(--fontSize_sp12);
    margin-top: 6px;
  }
  .md-msg_sTxt {
    margin-top: 34px;
    font-size: var(--fontSize_sp14);
    line-height: 1.6;
  }
  .md-msg_xsTxt{
    padding-top: 15px;
  }
  .md-msg_name {
    margin-top: 25px;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: var(--fontSize_sp14);
  }
}
/*===============================
        md-fixedPic
===============================*/
.md-fixedPicWrap {
  display: flex;
}

.md-fixedPic_picWrap {
  position: relative;
  width: 41.67%;
}
.md-fixedPic_picWrap ._stickyWrap {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}

.md-fixedPic_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.md-fixedPic_contWrap {
  flex: 1;
}

@media only screen and (max-width: 1024px) {
  .md-fixedPic_picWrap {
    display: none;
  }
  .md-fixedPic_img {
    position: relative;
  }
}
/*===============================
         md-com
===============================*/
.md-com_contWrap {
  padding-right: 9.03vw;
  padding-left: 9.03vw;
}

.md-com_ttlWrap {
  margin-bottom: 54px;
}

.md-com_dlWrap dl {
  display: flex;
  align-items: center;
  line-height: 1.8;
  padding: 1em;
  border-bottom: 1px solid rgba(52, 66, 100, 0.5019607843);
  font-weight: 500;
}
.md-com_dlWrap dl dt {
  width: 10em;
}
.md-com_dlWrap dl dd {
  flex: 1;
}
.md-com_dlWrap dl dd a {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .md-com_contWrap {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .md-com_txtWrap {
    margin-top: 12.8vw;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
  .md-com_ttlWrap {
    margin-bottom: 18px;
  }
  .md-com_dlWrap dl {
    display: block;
    font-size: var(--fontSize_sp14);
    line-height: 1.8;
    padding: 0.77em 0;
    font-weight: 500;
  }
  .md-com_dlWrap dl dt {
    width: 100%;
    margin-bottom: 2px;
  }
  .md-com_dlWrap dl dd {
    line-height: 1.4;
  }
}
/*===============================
         md-acc
===============================*/
.md-acc_mapWrap {
  width: 100%;
  aspect-ratio: 580/400;
}
.md-acc_mapWrap iframe {
  width: 100%;
  height: 100%;
}

.md-acc_infoWrap {
  margin-top: 28px;
}
.md-acc_infoWrap ._info {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.8;
}
.md-acc_infoWrap ._info img {
  width: 2.8125vw;
  margin-right: 0.85em;
}
.md-acc_infoWrap ._info + ._info {
  margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
  .md-acc_mapWrap {
    margin-top: 28px;
    aspect-ratio: 280/193;
  }
  .md-acc_infoWrap {
    margin-top: 20px;
  }
  .md-acc_infoWrap ._info {
    font-size: var(--fontSize_sp14);
    line-height: 1.6;
    align-items: start;
  }
  .md-acc_infoWrap ._info img {
    width: 2.31em;
  }
  .md-acc_infoWrap ._info ._spSpace {
    display: block;
    height: 10px;
  }
}
/*===============================
         md-topContact
===============================*/
.md-topContact_contWrap {
  width: 78.82%;
  margin: 70px auto 0 auto;
  display: flex;
}

.md-topContact_txtWrap {
  width: -moz-max-content;
  width: max-content;
  margin-right: 4.17vw;
}
.md-topContact_txtWrap ._lTxt {
  font-size: var(--fontSize_pc33);
  margin-bottom: 40px;
}
.md-topContact_txtWrap ._sTxt {
  font-weight: 500;
  line-height: 1.8;
}

.md-topContact_linkWrap {
  flex: 1;
}

.md-topContact_link {
  position: relative;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  font-size: var(--fontSize_pc33);
  padding: 1.28em 0 1.28em 4.86vw;
  border-radius: 3em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(45deg, #344264 60%, #D9B46A 100%);
}
.md-topContact_link img {
  width: 1.5em;
  margin-right: 1em;
}
.md-topContact_link img, .md-topContact_link span {
  position: relative;
  z-index: 2;
}
.md-topContact_link._mail {
  color: #fff;
}
.md-topContact_link._mail::after {
  background-color: #fff;
}
.md-topContact_link._tel {
  position: relative;
  margin-top: 48px;
}
.md-topContact_link._tel::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3em;
}
.md-topContact_link._tel::after {
  background-color: #252A30;
}
.md-topContact_link::after {
  position: absolute;
  display: block;
  content: "";
  display: block;
  width: 16%;
  height: 1px;
  right: 0;
  top: 50%;
}

.md-topContact_link {
  transition: 0.2s;
}
.md-topContact_link::before {
  transition: 0.2s;
}
.md-topContact_link._mail:hover {
  opacity: 0.8;
}
.md-topContact_link._tel:hover::before {
  opacity: 0.8;
}

@media only screen and (max-width: 1280px) {
  .md-topContact_link {
    padding-left: 2.86vw;
  }
}
@media only screen and (max-width: 1024px) {
  .md-topContact_contWrap {
    width: 89.74%;
    margin-top: 28px;
    display: block;
    max-width: 600px;
  }
  .md-topContact_txtWrap {
    width: unset;
    line-height: 1.3;
    margin-right: 0;
  }
  .md-topContact_txtWrap ._lTxt {
    text-align: center;
    margin-bottom: 20px;
    color: #344264;
    font-size: var(--fontSize_sp22);
  }
  .md-topContact_txtWrap ._sTxt {
    font-size: var(--fontSize_sp14);
  }
  .md-topContact_linkWrap {
    margin-top: 12.8vw;
  }
  .md-topContact_linkWrap {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .md-topContact_link {
    font-size: var(--fontSize_sp18);
    padding: 1.1em 0 1.1em 9.2vw;
  }
  .md-topContact_link._tel {
    margin-top: 20px;
  }
}
/*===============================
         md-foot
===============================*/
.md-foot_imgWrap {
  display: block;
  width: 100%;
  height: 38.2vw;
}

.md-foot_contWrap {
  padding-top: 86px;
}

.md-foot_lTxt {
  font-size: 5vw;
  font-family: "cardo", serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

.md-foot_sTxt {
  margin-top: 10px;
  text-align: center;
  font-size: var(--fontSize_pc27);
  font-weight: 400;
}

.md-foot_bottomWrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.md-foot_infoWrap {
  display: flex;
  align-items: end;
}
.md-foot_infoWrap ._logo {
  width: 10.1vw;
  max-width: 160px;
  min-width: 120px;
  margin-right: 25px;
}
.md-foot_infoWrap ._txtWrap {
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  padding-bottom: 1.3%;
}
.md-foot_infoWrap ._txtWrap ._name {
  font-size: var(--fontSize_pc33);
  margin-bottom: 16px;
}

.md-foot_linkWrap {
  font-size: var(--fontSize_pc19);
  font-weight: 500;
  text-align: right;
}
.md-foot_linkWrap a {
  margin-bottom: 2px;
}

@media only screen and (max-width: 1024px) {
  .md-foot_contWrap {
    padding-top: 16.5vw;
  }
  .md-foot_sTxt {
    margin-top: 0;
    font-size: var(--fontSize_sp16);
  }
  .md-foot_bottomWrap {
    display: block;
  }
  .md-foot_infoWrap {
    display: block;
  }
  .md-foot_infoWrap ._logo {
    display: block;
    width: 20vw;
    min-width: unset;
  }
  .md-foot_infoWrap ._txtWrap {
    margin-top: 10px;
    padding-bottom: 0;
  }
  .md-foot_infoWrap ._txtWrap ._name {
    font-size: var(--fontSize_sp16);
    margin-bottom: 12px;
    font-weight: 700;
  }
  .md-foot_infoWrap ._txtWrap {
    font-size: var(--fontSize_sp13);
    font-weight: 500;
  }
  .md-foot_linkWrap {
    margin-top: 22px;
    font-size: var(--fontSize_sp11);
  }
  .md-foot_lTxt {
    font-size: 5.4vw;
  }
  .md-foot_imgWrap {
    aspect-ratio: unset;
    height: 71.4vw;
    display: block;
  }
}
/*===============================
         md-contact
===============================*/
.md-contact_ttlWrap {
  margin-bottom: 4.9vw;
}

.md-contact_formWrap {
  width: 52.5vw;
  margin: 0 auto;
  min-width: 756px;
}

@media only screen and (max-width: 1024px) {
  .md-contact_formWrap {
    width: 100%;
    min-width: unset;
  }
}
/*===============================
         md-contactForm
===============================*/
.md-contactFrom {
  font-size: var(--fontSize_pc24);
}
.md-contactFrom dl {
  display: flex;
}
.md-contactFrom dl + dl {
  margin-top: 30px;
}
.md-contactFrom dl dt {
  width: 12em;
  margin-right: 1.4vw;
  text-align: right;
  line-height: calc(var(--fontSize_pc18) + 20px);
}
.md-contactFrom dl dt span {
  padding-left: 3px;
  color: #D9B46A;
}
.md-contactFrom dl dd {
  flex: 1;
  font-size: var(--fontSize_pc18);
}

.md-contactFrom dl dd.md-contactFrom_policyTxt {
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #E4E7ED;
  font-size: var(--fontSize_pc18);
  font-weight: 400;
  height: 11.5em;
}
.md-contactFrom dl dd.md-contactFrom_policyTxt ._scrollWrap {
  height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.md-contactFrom dl dd.md-contactFrom_policyTxt ._scrollWrap::-webkit-scrollbar {
  width: 7px;
}
.md-contactFrom dl dd.md-contactFrom_policyTxt ._scrollWrap::-webkit-scrollbar-track {
  background: transparent;
}
.md-contactFrom dl dd.md-contactFrom_policyTxt ._scrollWrap::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}
.md-contactFrom dl dd.md-contactFrom_policyTxt ._scrollWrap::-webkit-scrollbar-thumb:hover {
  background: #7c8794;
}
.md-contactFrom dl dd.md-contactFrom_policyTxt ._scrollWrap::-webkit-scrollbar-thumb:active {
  background: #7c8794;
}

.md-contact_policyWrap {
  margin-top: 30px;
}
.md-contact_policyWrap label {
  justify-content: center;
}
.md-contact_policyWrap a {
  border-bottom: 1px solid #A9A9A9;
}

.md-contact_sendBtn {
  position: relative;
  margin: 70px auto 0 auto;
  display: block;
  display: flex;
  align-items: center;
  font-size: var(--fontSize_pc33);
  font-family: "zen", serif;
  padding: 1em 0 1em 2em;
  width: 14em;
  border-radius: 3em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(45deg, #344264 60%, #D9B46A 100%);
  color: #fff;
}
.md-contact_sendBtn::after {
  background-color: #fff;
}
.md-contact_sendBtn img {
  width: 1.5em;
  margin-right: 0.8em;
}
.md-contact_sendBtn img, .md-contact_sendBtn span {
  position: relative;
  z-index: 2;
}
.md-contact_sendBtn::after {
  position: absolute;
  display: block;
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  right: 0;
  top: 50%;
}

._topTxt {
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .md-contact_sendBtn {
    transition: 0.2s;
  }
  .md-contact_sendBtn:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 1024px) {
  .md-contactFrom {
    font-size: var(--fontSize_sp17);
  }
  .md-contactFrom dl {
    display: block;
  }
  .md-contactFrom dl dt {
    width: 100%;
    text-align: left;
  }
  .md-contactFrom dl + dl {
    margin-top: 10px;
  }
  .md-contactFrom dl dt {
    line-height: 2;
  }
  .md-contactFrom dl dt {
    font-size: var(--fontSize_sp17);
  }
  .md-contactFrom dl dd.md-contactFrom_policyTxt {
    padding: 10px 5px 10px 10px;
    font-size: var(--fontSize_sp14);
  }
  .md-contactFrom dl dd.md-contactFrom_policyTxt ._scrollWrap {
    height: 100%;
    overflow: auto;
    padding-right: 8px;
  }
  .md-contactFrom dl dd.md-contactFrom_policyTxt ._scrollWrap::-webkit-scrollbar {
    width: 5px;
  }
  .md-contact_policyWrap {
    margin-top: 50px;
  }
  .md-contact_sendBtn {
    margin-top: 50px;
  }
  .md-contact_sendBtn {
    font-size: var(--fontSize_sp20);
    padding: 1.5em 0 1.5em 2.5em;
    width: 17em;
  }
  .md-contact_sendBtn img {
    margin-right: 1em;
  }
}
/*===============================
         md-thanks
===============================*/
.md-thanks_lTxt {
  text-align: center;
  font-size: var(--fontSize_pc53);
  line-height: 2;
  margin-bottom: 10px;
}

.md-thanks_sTxt {
  text-align: center;
  font-size: var(--fontSize_pc23);
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .md-thanks_lTxt {
    margin-top: 7.9vw;
    font-size: var(--fontSize_sp26);
    margin-bottom: 20px;
  }
  .md-thanks_sTxt {
    font-size: var(--fontSize_sp16);
    line-height: 1.6;
  }
  .md-contact_sendBtn._thanks {
    padding-left: 4em;
  }
}
/*===============================
         page-top
===============================*/
#page-top {
  position: fixed;
  z-index: 9;
  width: 10.7vw;
  height: 10.7vw;
  border-radius: 50%;
  border: 1px solid #252A30;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 2.6vw;
  right: 2.6vw;
  transition: 0.3s;
  max-width: 50px;
  max-height: 50px;
}
#page-top ._arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 20%;
  height: 20%;
  border-top: 1px solid #252A30;
  border-right: 1px solid #252A30;
  transform: translate(-50%, -40%) rotate(-45deg);
}
#page-top.none {
  opacity: 0;
  bottom: -10px;
}

@media only screen and (min-width: 1025px) {
  #page-top {
    display: none;
  }
}
/*===============================
        共通設定
===============================*/
.l-inner {
  margin: 0 auto;
  width: 83.3%;
}

@media only screen and (max-width: 1024px) {
  .l-inner {
    width: 89.74%;
    max-width: 800px;
  }
}
/*===============================
        l-head
===============================*/
.l-head {
  position: fixed;
  height: 104px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

@media only screen and (max-width: 1024px) {
  .l-head {
    height: 46px;
  }
}
/*===============================
        l-spNav
===============================*/
.l-spNav {
  position: fixed;
  z-index: 100;
  width: 89.1%;
  height: 100vh;
  right: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #576A97, #344264);
}

/*===============================
        topページ
===============================*/
.l-fv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.l-serv {
  padding-top: 10.42vw;
  padding-bottom: 8.3vw;
}

.l-case {
  display: none;
  padding-top: 9.72vw;
  padding-bottom: 6.94vw;
  background-color: #EFF2F6;
}

.l-msg {
  padding-top: 9.72vw;
  padding-bottom: 9.72vw;
}

.l-com, .l-acc {
  background-color: #EFF2F6;
}

.l-com {
  padding-top: 9.7vw;
}

.l-acc {
  padding-top: 13.9vw;
  padding-bottom: 12.8vw;
}

.l-topContact {
  padding-top: 9.03vw;
  padding-bottom: 8.34vw;
}

@media only screen and (max-width: 1024px) {
  .l-serv {
    padding-top: 12.8vw;
    padding-bottom: 16vw;
  }
  .l-case {
    padding-top: 12.8vw;
    padding-bottom: 16.4vw;
    overflow: hidden;
  }
  .l-msg {
    padding-top: 15vw;
    padding-bottom: 12.8vw;
  }
  .l-com, .l-acc {
    padding-top: 0;
    padding-bottom: 12.8vw;
  }
  .l-topContact {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}
/*===============================
        contact
===============================*/
.l-contact {
  padding-top: 13.9vw;
  padding-bottom: 6.94vw;
}

@media only screen and (max-width: 1024px) {
  .l-contact {
    padding-top: 20.5vw;
    padding-bottom: 12.8vw;
  }
}
/*===============================
        l-foot
===============================*/
.l-foot {
  background-image: linear-gradient(30deg, #344264 60%, #D9B46A 100%);
  color: #fff;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
  .l-foot {
    background-image: linear-gradient(50deg, #344264 50%, #D9B46A 100%);
    padding-bottom: 10px;
  }
}
/*===============================
         js-nav
===============================*/
.js-nav {
  transform: translateX(100%);
  transition: 0.3s ease-out;
}
.js-nav.js-menu_open {
  transform: none;
}

.js-menu_icon.js-menu_open.blue {
  background-color: #fff;
}
.js-menu_icon.js-menu_open.blue span {
  background-color: #252A30;
}
.js-menu_icon.js-menu_open span:first-child {
  transform: translate(4%, 2px) rotate(45deg);
}
.js-menu_icon.js-menu_open span:last-child {
  transform: translate(2%, -2px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */