@charset "UTF-8";
@font-face {
  font-family: "zen-mincho";
  font-weight: 400;
  src: url(../font/ZenOldMincho-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "zen-mincho";
  font-weight: 500;
  src: url(../font/ZenOldMincho-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "zen-mincho";
  font-weight: 600;
  src: url(../font/ZenOldMincho-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "zen-mincho";
  font-weight: 700;
  src: url(../font/ZenOldMincho-Bold.ttf) format("truetype");
}
/*------------------
　　共通設定
------------------*/
body {
  font-family: "zen-mincho", serif;
  color: #0F0F0F;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-color: #fff;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

.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: 12px 32px;
  letter-spacing: 0.05em;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #A3AFAC;
}

input::placeholder,
textarea::placeholder {
  color: #A3AFAC;
}

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

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

input[type=checkbox] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid #484C57;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 20px;
}

input[type=checkbox]:checked::before {
  position: absolute;
  top: -1px;
  left: 2px;
  transform: rotate(50deg);
  width: 4px;
  height: 7px;
  border-right: 2px solid #5C6A9A;
  border-bottom: 2px solid #5C6A9A;
  content: "";
}

select {
  width: 19.3em;
  padding: 12px 32px;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  background-color: #fff;
}

.selectWrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.selectWrap::before, .selectWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #9b9a9a;
  transform-origin: 50% calc(100% - 1px);
  right: 30px;
  top: 50%;
}
.selectWrap::before {
  transform: translateY(-50%) rotate(45deg);
}
.selectWrap::after {
  transform: translateY(-50%) rotate(-45deg);
}

textarea {
  min-height: 218px;
  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;
  }
  input[type=text], input[type=email], input[type=tel], textarea {
    padding: 10px 16px;
  }
  select {
    width: 19.3em;
    padding: 10px 16px;
  }
  .selectWrap::before, .selectWrap::after {
    height: 6px;
  }
}
@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(22px, 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(28px, 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_pc57: clamp(32px, 2.96875vw, 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_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, 28px);
  --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);
}

/*===============================
         bl-barTxt
===============================*/
.bl-barTxt {
  position: relative;
  font-size: var(--fontSize_pc20);
  text-transform: uppercase;
}
.bl-barTxt::before {
  position: absolute;
  content: "";
  display: block;
}
.bl-barTxt._vertical {
  padding-top: 60px;
  writing-mode: vertical-rl;
}
.bl-barTxt._vertical::before {
  height: 45px;
  width: 4px;
  background-color: #5C6A9A;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl-barTxt._topStr {
  padding-left: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.bl-barTxt._topStr::before {
  height: 4px;
  width: 45px;
  background-color: #5C6A9A;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bl-barTxt._footLink {
  padding-left: 65px;
  color: #fff;
}
.bl-barTxt._footLink::before {
  height: 4px;
  width: 45px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bl-barTxt_lower {
  position: relative;
  padding-left: 80px;
}
.bl-barTxt_lower::before {
  position: absolute;
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5C6A9A;
}

@media only screen and (max-width: 1024px) {
  .bl-barTxt {
    font-size: var(--fontSize_sp12);
  }
  .bl-barTxt._vertical {
    padding-top: 0;
    padding-left: 35px;
    writing-mode: horizontal-tb;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bl-barTxt._vertical::before {
    height: 2px;
    width: 25px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .bl-barTxt._vertical._spCenter {
    margin: 0 auto;
  }
  .bl-barTxt._topStr {
    padding-left: 35px;
  }
  .bl-barTxt._topStr::before {
    height: 2px;
    width: 25px;
  }
  .bl-barTxt._footLink {
    padding-left: 35px;
  }
  .bl-barTxt._footLink::before {
    height: 2px;
    width: 25px;
  }
  .bl-barTxt_lower {
    padding-left: 35px;
  }
  .bl-barTxt_lower::before {
    height: 2px;
    width: 25px;
  }
}
/*===============================
         bl-blueLink
===============================*/
.bl-blueLink {
  font-size: var(--fontSize_pc20);
  letter-spacing: 0.05em;
  width: 11.7em;
  height: 2.53em;
  color: #fff;
  background-color: #5C6A9A;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .bl-blueLink {
    transition: 0.2s;
  }
  .bl-blueLink:hover {
    background-color: #7583A3;
  }
}
@media only screen and (max-width: 1024px) {
  .bl-blueLink {
    font-size: var(--fontSize_sp16);
  }
}
/*===============================
         bl-lowerTop
===============================*/
.bl-lowerTop_ttlWrap {
  margin-bottom: 76px;
}

.bl-lowerTop_ttlJp {
  font-size: var(--fontSize_pc55);
  font-weight: 700;
  letter-spacing: 0;
}

.bl-lowerTop_ttlEn {
  font-size: var(--fontSize_pc24);
  letter-spacing: 0;
  text-transform: uppercase;
}

.bl-lowerTop_img {
  display: block;
  width: 100%;
  height: 30.56vw;
}

.bl-lowerTop_sTxt {
  font-size: var(--fontSize_pc33);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
  padding: 90px 0;
}

@media only screen and (max-width: 1024px) {
  .bl-lowerTop_ttlWrap {
    margin-bottom: 50px;
  }
  .bl-lowerTop_ttlJp {
    font-size: var(--fontSize_sp40);
  }
  .bl-lowerTop_ttlJp._s {
    font-size: var(--fontSize_sp32);
  }
  .bl-lowerTop_ttlEn {
    font-size: var(--fontSize_sp18);
  }
  .bl-lowerTop_img {
    height: 40vw;
  }
  .bl-lowerTop_sTxt {
    padding: 60px 0;
    font-size: var(--fontSize_sp16);
  }
}
/*===============================
         bl-lowerSecTtl
===============================*/
.bl-lowerSecTtl_en {
  font-size: var(--fontSize_pc20);
  letter-spacing: 0;
  text-transform: uppercase;
}
.bl-lowerSecTtl_en._center {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.bl-lowerSecTtl_jp {
  font-size: var(--fontSize_pc53);
  font-weight: 700;
  letter-spacing: 0.05em;
}

/*===============================
         bl-arrowBtn
===============================*/
.bl-arrowBtn {
  width: 16em;
  height: 2.53em;
  background-color: #5C6A9A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4em 0 1.2em;
  font-size: var(--fontSize_pc20);
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.bl-arrowBtn img {
  width: 28px;
}
.bl-arrowBtn._center {
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .bl-arrowBtn {
    transition: 0.2s;
  }
  .bl-arrowBtn:hover {
    background-color: #484C57;
  }
}
/*===============================
         md-contact
===============================*/
.md-contact_ttlWrap {
  padding-left: 10.4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.md-contact_pic {
  width: 55.3vw;
  height: 23.6vw;
}

.md-contact_contWrap {
  display: flex;
  padding-top: 110px;
}

.md-contact_progressWrap {
  margin-right: 7vw;
  font-size: var(--fontSize_pc32);
  line-height: 1;
}
.md-contact_progressWrap ._progress + ._progress {
  margin-top: 70px;
}
.md-contact_progressWrap ._progress {
  display: flex;
  align-items: center;
}
.md-contact_progressWrap ._numWrap {
  margin-right: 10px;
  position: relative;
}
.md-contact_progressWrap ._numWrap::before {
  position: absolute;
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background-color: #CBCBCB;
  bottom: -90px;
  left: 50%;
}
.md-contact_progressWrap ._numWrap._3::before {
  display: none;
}
.md-contact_progressWrap ._num {
  position: relative;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fontSize_pc27);
  color: #fff;
  background-color: #5C6A9A;
  border-radius: 50%;
  line-height: 0;
  letter-spacing: 0;
}
.md-contact_progressWrap ._num.nonActive {
  transform: scale(0.8);
  background-color: #CBCBCB;
}
.md-contact_progressWrap .current {
  color: #5C6A9A;
}

.md-contact_formWrap {
  flex: 1;
  padding-top: 12px;
}
.md-contact_formWrap ._topTxt {
  font-size: var(--fontSize_pc20);
  font-weight: 400;
}

.md-contactFrom {
  padding: 64px 3.75vw 74px 24px;
  background-color: #F0F0F0;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: 16px;
}
.md-contactFrom dl {
  display: flex;
  font-size: var(--fontSize_pc18);
}
.md-contactFrom dl + dl {
  margin-top: 24px;
}
.md-contactFrom dl dt {
  width: 13em;
  margin-right: 5.56vw;
  text-align: right;
  line-height: calc(1em + 24px);
}
.md-contactFrom dl dd {
  flex: 1;
  word-break: break-all;
}
.md-contactFrom .radio {
  display: flex;
  padding-top: 12px;
  line-height: 1;
}
.md-contactFrom .radio span + span {
  margin-left: 14px;
}
.md-contactFrom ._address {
  display: flex;
  flex-wrap: wrap;
}
.md-contactFrom ._address ._zipCode, .md-contactFrom ._address ._region {
  min-width: 168px;
  width: 35%;
  margin-right: 1.25vw;
}
.md-contactFrom ._address ._extended {
  width: 100%;
  margin-top: 12px;
}
.md-contactFrom .error_messe {
  font-size: var(--fontSize_pc18);
}

.md-contact_policyWrap {
  margin-top: 54px;
  font-size: var(--fontSize_pc16);
}
.md-contact_policyWrap label {
  justify-content: center;
}
.md-contact_policyWrap a {
  border-bottom: 1px solid #1F1F1F;
}

.md-contact_sendBtn {
  margin: 58px auto 0 auto;
  font-family: inherit;
  border-radius: 0;
}

.required {
  position: relative;
}
.required::before {
  position: absolute;
  content: "必須";
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  background-color: #5C6A9A;
  padding: 3px 12px;
  line-height: 1;
  border-radius: 10px;
  right: -1.4vw;
  top: 12px;
  transform: translateX(100%);
  width: -moz-max-content;
  width: max-content;
}

.md-contact_confirmWrap dd {
  line-height: 1.4em;
  padding-top: calc(12px - 0.4em);
}

@media only screen and (max-width: 1280px) {
  .md-contact_contWrap {
    display: block;
  }
  .md-contact_progressWrap {
    margin-right: 0;
    display: flex;
  }
  .md-contact_progressWrap ._progress + ._progress {
    position: relative;
    margin-top: 0;
    margin-left: 4.2vw;
  }
  .md-contact_progressWrap ._progress + ._progress::before {
    position: absolute;
    content: "";
    display: block;
    width: 3.2vw;
    height: 1px;
    background-color: #CBCBCB;
    left: -3.8vw;
  }
  .md-contact_progressWrap ._numWrap::before {
    display: none;
  }
  .md-contact_formWrap {
    padding-top: 40px;
  }
  .md-contactFrom {
    margin-left: 0;
  }
  .md-contactFrom dl dt {
    margin-right: 80px;
  }
  .required::before {
    right: -12px;
  }
  .md-contactFrom .radio {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .md-contact_ttlWrap {
    display: block;
    padding-left: 0;
  }
  .md-contact_ttl {
    margin: 0 auto 50px auto;
    width: 70%;
  }
  .md-contact_progressWrap {
    font-size: var(--fontSize_sp16);
  }
  .md-contact_progressWrap ._progress + ._progress {
    margin-left: 20px;
  }
  .md-contact_progressWrap ._progress + ._progress::before {
    width: 12px;
    left: -16px;
  }
  .md-contact_progressWrap ._num {
    font-size: var(--fontSize_sp14);
  }
  .md-contact_progressWrap ._numWrap {
    margin-right: 4px;
  }
  .md-contact_contWrap {
    padding-top: 80px;
  }
  .md-contact_formWrap ._topTxt {
    font-size: var(--fontSize_sp14);
  }
  .md-contactFrom {
    padding: 40px 20px;
  }
  .md-contactFrom dl {
    display: block;
    font-size: var(--fontSize_sp14);
  }
  .md-contactFrom dl dt {
    margin-right: 0;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
  .md-contactFrom .error_messe {
    font-size: var(--fontSize_sp14);
  }
  .md-contactFrom ._address ._zipCode, .md-contactFrom ._address ._region {
    min-width: 130px;
    margin-right: 12px;
  }
  .md-contact_policyWrap {
    font-size: var(--fontSize_sp12);
  }
  .md-contact_confirmWrap dd {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .md-contact_ttl {
    width: 89.7%;
  }
  .md-contact_pic {
    width: 100%;
    height: 40vw;
    display: block;
  }
}
/*===============================
         md-thanks
===============================*/
.md-thanksWrap {
  padding: 54px 20px;
  background-color: #F0F0F0;
  border-radius: 20px;
  width: 100%;
  flex: 1;
}
.md-thanksWrap ._txt {
  font-size: var(--fontSize_pc27);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.md-thanks_btn {
  margin: 48px auto 0 auto;
}

@media only screen and (max-width: 1280px) {
  .md-thanksWrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .md-thanksWrap {
    padding: 40px 20px;
  }
  .md-thanksWrap ._txt {
    font-size: var(--fontSize_sp14);
    width: 100%;
    font-size: var(--fontSize_sp14);
    text-align: center;
  }
  .md-thanks_btn {
    margin: 32px auto 0 auto;
  }
}
/*===============================
         md-head_linkWrap
===============================*/
.md-head_linkWrap {
  padding-left: 38px;
  height: 100%;
  width: 100%;
  background-color: #33363E;
}
.md-head_linkWrap ul {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: var(--fontSize_pc20);
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 2;
}
.md-head_linkWrap ul li + li {
  margin-left: 3.3vw;
}
.md-head_linkWrap ul ._contact {
  background-color: #fff;
  width: calc(6em + 36px);
  height: 2em;
  color: #0F0F0F;
}
.md-head_linkWrap ul ._contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.md-head_linkWrap ul ._contact a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.md-head_linkWrap ul ._contact .hover {
  opacity: 0;
}

.md-head_logoWrap, .md-head_logoShadow {
  position: absolute;
  width: 31vw;
  height: 12.15vw;
  right: 0;
}

.md-head_logoWrap {
  top: 0;
  background-color: #5C6A9A;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 30% 25%, 15% 25%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 30% 25%, 15% 25%);
}
.md-head_logoWrap ._logo {
  position: absolute;
  right: 6vw;
  top: 2vw;
  width: 8.3vw;
}

.md-head_logoShadow {
  top: 14px;
  background-color: #CBCBCB;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 48% 100%, 28% 25%, 13% 25%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 48% 100%, 28% 25%, 13% 25%);
  z-index: -1;
}

@media only screen and (min-width: 1025px) {
  .md-head_linkWrap ul li {
    transition: 0.2s;
  }
  .md-head_linkWrap ul li._contact span {
    transition: 0.2s;
  }
  .md-head_linkWrap ul li:hover {
    opacity: 0.6;
  }
  .md-head_linkWrap ul li:hover._contact {
    border-radius: calc(9px + 0.5em);
    opacity: 1;
    background-color: #7583A3;
    color: #fff;
  }
  .md-head_linkWrap ul li:hover._contact .hover {
    opacity: 1;
  }
  .md-head_linkWrap ul li:hover._contact .normal {
    opacity: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .md-head_logoWrap, .md-head_logoShadow {
    width: 26vw;
    height: 12.15vw;
  }
  .md-head_logoShadow {
    top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .md-head_linkWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 140px 5.1vw 0 5.1vw;
  }
  .md-head_linkWrap ul {
    display: block;
    font-size: var(--fontSize_sp20);
  }
  .md-head_linkWrap ul li {
    position: relative;
  }
  .md-head_linkWrap ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .md-head_linkWrap ul ._contact {
    background-color: transparent;
    color: #fff;
    width: 100%;
  }
  .md-head_linkWrap ul ._contact a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md-head_linkWrap ul ._contact a span {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .md-head_linkWrap ._arrow {
    position: absolute;
    display: inline-block;
    width: 12.5px;
    height: 8.2px;
    top: 0.8em;
    right: 0;
    transition: 0.3s;
  }
  .md-head_linkWrap ._arrow.active {
    transform: rotate(180deg);
  }
  .md-head_linkWrap ._arrow::before,
  .md-head_linkWrap ._arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 10px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: 50% calc(100% - 1px);
  }
  .md-head_linkWrap ._arrow::before {
    transform: rotate(45deg);
  }
  .md-head_linkWrap ._arrow::after {
    transform: rotate(-45deg);
  }
  .md-head_logoWrap, .md-head_logoShadow {
    width: 40vw;
    height: 20vw;
    max-width: 300px;
    max-height: 150px;
  }
  .md-head_logoWrap {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 40% 40%, 15% 40%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 40% 40%, 15% 40%);
  }
  .md-head_logoWrap ._logo {
    width: 13vw;
    top: 3vw;
    right: 5vw;
    max-width: 80px;
  }
  .md-head_logoShadow {
    top: 4px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 49% 100%, 39% 40%, 14% 40%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 49% 100%, 39% 40%, 14% 40%);
  }
  .md-head_menuIcon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 28px;
    height: 36px;
    padding: 10px 0;
    z-index: 4;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .md-head_menuIcon span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .md-foot_bottomTxt._spNav {
    position: absolute;
    width: unset;
    bottom: 8px;
    margin: 0;
    right: 5.1vw;
    color: #fff;
    font-size: var(--fontSize_sp12);
  }
  .md-foot_bottomTxt._spNav a {
    display: block;
    margin-bottom: 8px;
  }
  .md-spNav_lower {
    font-size: var(--fontSize_sp14);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 2fr;
    height: 0;
    overflow: hidden;
  }
  .md-spNav_lower ._lowerLinkSp {
    display: inline-block;
  }
  .md-spNav_lower ._lowerLinkSp._guide {
    grid-area: 2/1/3/2;
  }
}
/*===============================
         md-topFv
===============================*/
.md-topFv_videoWrap {
  position: relative;
  width: 100%;
  height: 77.8vh;
}
.md-topFv_videoWrap::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.md-topFv_video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.md-topFv_txtWrap {
  position: absolute;
  top: 50%;
  left: 5.55vw;
  font-size: var(--fontSize_pc27);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
  color: #fff;
  transform: translateY(-50%);
}

.md-topFv_rightTxt {
  position: absolute;
  font-size: var(--fontSize_pc14);
  color: #fff;
  font-weight: 500;
  writing-mode: vertical-rl;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.md-topFv_imgWrap {
  position: absolute;
  width: 100%;
  bottom: 12px;
  left: 0;
}

.md-topFv_play {
  position: absolute;
  right: 7.8vw;
  top: 50%;
  transform: translateY(-50%);
  width: 6.8vw;
  min-width: 70px;
}

.md-topFv_bottomTxtWrap {
  margin-top: 18px;
  text-align: center;
  font-size: var(--fontSize_pc27);
  font-weight: 700;
  letter-spacing: 0;
}

@media only screen and (min-width: 1025px) {
  .md-topFv_play {
    transition: 0.2s;
  }
  .md-topFv_play:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1024px) {
  .md-topFv_videoWrap {
    height: 86vh;
  }
  .md-topFv_txtWrap {
    font-size: var(--fontSize_sp20);
    text-align: center;
    width: 100%;
    left: auto;
  }
  .md-topFv_play {
    right: unset;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
  }
  .md-topFv_rightTxt {
    display: none;
  }
  .md-topFv_bottomTxtWrap {
    font-size: var(--fontSize_sp18);
    margin-top: 10px;
  }
}
/*===============================
         md-topAbt
===============================*/
.md-topAbt_contWrap {
  display: flex;
  justify-content: space-between;
}

.md-topAbt_imgWrap {
  position: relative;
  width: 35.7vw;
  height: 44vw;
}
.md-topAbt_imgWrap picture {
  position: absolute;
}
.md-topAbt_imgWrap ._1 {
  top: 0;
  left: 0;
  width: 28.75vw;
  height: 34.375vw;
}
.md-topAbt_imgWrap ._2 {
  bottom: 0;
  right: 0;
  width: 20.1vw;
  height: 23.4vw;
}

.md-topAbt_txtWrap {
  position: relative;
  flex: 1;
  padding-right: 5.6vw;
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
}

.md-topAbt_txtBg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
  z-index: -1;
}
.md-topAbt_txtBg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.md-topAbt_txtBg picture img, .md-topAbt_txtBg picture source {
  -o-object-fit: contain;
     object-fit: contain;
}

.md-topAbt_lTxt {
  margin-right: 6px;
  line-height: 1.1;
  font-size: var(--fontSize_pc66);
  font-weight: 700;
}
.md-topAbt_lTxt span {
  padding-top: 0.5em;
}

.md-topAbt_sTxt {
  margin-right: 5.28vw;
  font-size: var(--fontSize_pc27);
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .md-topAbt_contWrap {
    display: block;
    position: relative;
  }
  .md-topAbt_txtWrap {
    writing-mode: horizontal-tb;
    padding-right: 0;
  }
  .md-topAbt_imgWrap_sp {
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    display: none;
  }
  .md-topAbt_imgWrap_sp._1 {
    top: 0;
    left: 0;
    height: 40vw;
    width: 70vw;
  }
  .md-topAbt_imgWrap_sp._1 img, .md-topAbt_imgWrap_sp._1 source {
    -o-object-position: 50% 80%;
       object-position: 50% 80%;
  }
  .md-topAbt_imgWrap_sp._2 {
    bottom: 0;
    right: 0;
    height: 35vw;
    width: 60vw;
  }
  .md-topAbt_lTxt {
    font-size: var(--fontSize_sp32);
    text-align: center;
    margin-top: 8px;
  }
  .md-topAbt_sTxt {
    font-size: var(--fontSize_sp14);
    margin-right: 0;
    margin-top: 26px;
    text-align: center;
  }
  .md-topAbt_txtBg {
    width: 60%;
  }
}
/*===============================
         md-topAbt
===============================*/
.md-topStr_contWrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.md-topStr_ttl {
  font-size: var(--fontSize_pc57);
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 36px;
}

.md-topStr_sTxt {
  font-size: var(--fontSize_pc20);
  line-height: 2;
  font-weight: 500;
  margin-bottom: 48px;
}

.md-topStr_link {
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .md-topStr_ttl {
    font-size: var(--fontSize_sp32);
    margin-bottom: 26px;
  }
  .md-topStr_sTxt {
    font-size: var(--fontSize_sp14);
    margin-bottom: 30px;
  }
}
/*===============================
         md-topCom
===============================*/
.md-topCom_contWrap {
  position: relative;
}

.md-topCom_ttlWrap {
  display: flex;
  padding-left: 80px;
}

.md-topCom_ttl {
  font-size: var(--fontSize_pc57);
  writing-mode: vertical-lr;
  font-weight: 700;
  margin-left: 8px;
}

.md-topCom_imgWrap {
  position: absolute;
  right: 0;
  top: -3vw;
  width: 51.4vw;
  height: 50.28vw;
  max-width: 900px;
  z-index: 2;
}
.md-topCom_imgWrap picture {
  position: absolute;
}
.md-topCom_imgWrap ._1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 53.2%;
}
.md-topCom_imgWrap ._2 {
  width: 28.3vw;
  height: 44.3%;
  right: 0;
  bottom: 0;
}

.md-topCom_txtWrap {
  position: relative;
  margin-top: 5.42vw;
  margin-right: 16.25vw;
  padding: 6.1vw 0 7.08vw 17.4vw;
  background-color: #EAEAEA;
}

.md-topCom_txt {
  position: relative;
  font-size: var(--fontSize_pc27);
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 20px;
}

.md-topCom_link {
  position: absolute;
  bottom: 3.125vw;
  left: 50vw;
  transform: translateX(-50%);
}

.md-topCom_txt, .md-topCom_link {
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .md-topCom_ttlWrap {
    padding-left: 0;
    display: block;
    z-index: 3;
    position: relative;
  }
  .md-topCom_ttl {
    writing-mode: horizontal-tb;
    margin-left: 0;
  }
  .md-topCom_txtWrap {
    position: relative;
    margin-top: -20px;
    padding: 40px 20px 30vw 15vw;
    margin-right: 15vw;
  }
  .md-topCom_txt {
    font-size: var(--fontSize_sp14);
  }
  .md-topCom_link {
    position: relative;
    transform: none;
    bottom: unset;
    left: unset;
  }
  .md-topCom_imgWrap {
    bottom: 0;
    width: 100%;
    top: auto;
    height: 70vw;
  }
  .md-topCom_imgWrap ._1 {
    width: 90%;
    height: 49%;
    right: 0;
    left: auto;
  }
  .md-topCom_imgWrap ._2 {
    width: 90%;
    height: 49%;
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .md-topCom_txtWrap {
    padding: 40px 20px 30vw 5.1vw;
    margin-right: 5.1vw;
  }
}
/*===============================
         md-topSafe_link
===============================*/
.md-topSafe_wrap {
  padding: 140px 0;
}

.md-topSafe_link {
  font-size: var(--fontSize_pc37);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 14.5em;
  height: 3.14em;
  border: 5px solid #5C6A9A;
  padding-left: 1.64em;
  padding-right: 1.14em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.md-topSafe_link img {
  width: 0.46em;
}

@media only screen and (min-width: 1025px) {
  .md-topSafe_link {
    transition: 0.2s;
  }
  .md-topSafe_link img {
    transition: 0.2s;
  }
  .md-topSafe_link:hover {
    opacity: 0.6;
  }
  .md-topSafe_link:hover img {
    transform: translateX(8px);
  }
}
@media only screen and (max-width: 1024px) {
  .md-topSafe_wrap {
    padding: 80px 20px;
  }
  .md-topSafe_link {
    font-size: var(--fontSize_sp22);
    width: 100%;
    max-width: 500px;
  }
}
/*===============================
         md-footLink
===============================*/
.md-footLink_contWrap {
  display: flex;
}

.md-footLink_box {
  position: relative;
  width: 50%;
  padding: 10.1vw 5.6vw 8.3vw 7.2vw;
  color: #fff;
  overflow: hidden;
}

.md-footLink_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s;
}
.md-footLink_bg::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  transition: 0.2s;
}

.md-footLink_flexWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.md-footLink_lTxt {
  margin-top: 6px;
  font-size: var(--fontSize_pc66);
  font-weight: 700;
}

.md-footLink_sTxt {
  margin-top: 20px;
  font-size: var(--fontSize_pc27);
  font-weight: 400;
  line-height: 1.5;
}

.md-footLink_arrow {
  position: relative;
  width: 5.7vw;
  height: 2.6vw;
  min-width: 48px;
  min-height: 22px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.md-footLink_arrow img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.md-footLink_arrow img.hover {
  opacity: 0;
  transition: 0.2s;
}

@media only screen and (min-width: 1025px) {
  .md-footLink_box:hover .md-footLink_arrow img.hover {
    opacity: 1;
  }
  .md-footLink_box:hover .md-footLink_bg {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1024px) {
  .md-footLink_contWrap {
    display: block;
  }
  .md-footLink_lTxt {
    font-size: var(--fontSize_sp26);
  }
  .md-footLink_box {
    padding: 8.2vw 5.12vw;
    display: block;
    width: 100%;
  }
  .md-footLink_sTxt {
    font-size: var(--fontSize_sp14);
  }
  .md-footLink_flexWrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
/*===============================
         md-footLink
===============================*/
.md-foot_contWrap {
  display: flex;
  justify-content: space-between;
}

.md-foot_contWrap, .md-foot_bottomTxt {
  padding: 0 4.72vw;
}

.md-foot_infoWrap {
  width: 20.13vw;
}
.md-foot_infoWrap ._logo {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}
.md-foot_infoWrap ._info {
  font-size: var(--fontSize_pc20);
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.md-foot_linkWrap {
  display: flex;
  padding-top: 30px;
}
.md-foot_linkWrap ._column {
  width: -moz-max-content;
  width: max-content;
}
.md-foot_linkWrap ._column a {
  display: block;
  letter-spacing: 0;
}
.md-foot_linkWrap ._column + ._column {
  margin-left: 4.4vw;
}
.md-foot_linkWrap ._topLink {
  font-size: var(--fontSize_pc24);
  font-weight: 700;
  margin-bottom: 16px;
}
.md-foot_linkWrap ._lowerLink {
  font-size: var(--fontSize_pc20);
  font-weight: 700;
  color: #959595;
  margin-bottom: 8px;
}

.md-foot_bottomTxt {
  margin-top: 28px;
  text-align: right;
  font-size: var(--fontSize_pc16);
  font-weight: 600;
}
.md-foot_bottomTxt a + span {
  margin-left: 32px;
}

@media only screen and (min-width: 1025px) {
  .md-foot_linkWrap ._topLink, .md-foot_linkWrap ._lowerLink {
    transition: 0.2s;
  }
  .md-foot_linkWrap ._topLink:hover {
    opacity: 0.6;
  }
  .md-foot_linkWrap ._lowerLink:hover {
    color: #7583A3;
  }
}
@media only screen and (max-width: 1024px) {
  .md-foot_contWrap, .md-foot_bottomTxt {
    width: 89.7%;
    margin: 0 auto;
    padding: 0;
  }
  .md-foot_contWrap {
    display: block;
  }
  .md-foot_infoWrap {
    width: 100%;
  }
  .md-foot_infoWrap ._logo {
    display: block;
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
  }
  .md-foot_infoWrap ._info {
    font-size: var(--fontSize_sp12);
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0 auto;
  }
  .md-foot_linkWrap {
    flex-wrap: wrap;
  }
  .md-foot_linkWrap ._column:first-child {
    display: flex;
    width: 100%;
  }
  .md-foot_linkWrap ._column:first-child ._topLink {
    width: 25%;
  }
  .md-foot_linkWrap ._column:nth-child(n+2) {
    width: 25%;
  }
  .md-foot_linkWrap ._topLink {
    font-size: var(--fontSize_sp16);
    margin-bottom: 12px;
  }
  .md-foot_linkWrap ._lowerLink {
    font-size: var(--fontSize_sp12);
  }
  .md-foot_linkWrap ._column + ._column {
    margin-left: 0;
    margin-top: 12px;
  }
  .md-foot_bottomTxt {
    font-size: var(--fontSize_sp10);
    margin-top: 40px;
  }
  .md-foot_bottomTxt a + span {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .md-foot_linkWrap {
    flex-wrap: wrap;
  }
  .md-foot_linkWrap ._column:first-child {
    flex-wrap: wrap;
  }
  .md-foot_linkWrap ._column:first-child ._topLink {
    width: 50%;
  }
  .md-foot_linkWrap ._column:nth-child(n+2) {
    width: 50%;
  }
}
/*===============================
          md-str
===============================*/
.md-str_contWrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 88px 0;
}
.md-str_contWrap::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 5.8vw);
  height: 100%;
  background-color: #ECEEF4;
  top: 0;
  z-index: -1;
}
.md-str_contWrap._left {
  margin-right: 10.4%;
}
.md-str_contWrap._left .md-str_txtWrap {
  padding-left: 14.7vw;
  margin-right: 4.6vw;
}
.md-str_contWrap._left::before {
  left: 0;
}
.md-str_contWrap._right {
  margin-left: 10.4%;
}
.md-str_contWrap._right .md-str_txtWrap {
  padding-right: 7.3vw;
  margin-left: 7.8vw;
}
.md-str_contWrap._right .md-str_sTxt {
  padding-right: 3.4vw;
}
.md-str_contWrap._right::before {
  right: 0;
}
.md-str_contWrap + .md-str_contWrap {
  margin-top: 100px;
}

.md-str_txtWrap {
  flex: 1;
}

.md-str_numTxt {
  font-size: var(--fontSize_pc33);
  letter-spacing: 0;
  margin-bottom: 24px;
  font-weight: 500;
}

.md-str_lTxt {
  font-size: var(--fontSize_pc46);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.md-str_lTxt span {
  padding-left: 8.5em;
}

.md-str_sTxt {
  font-size: var(--fontSize_pc24);
  font-weight: 400;
}

.md-str_pic {
  width: 29.9vw;
  height: 28.5vw;
}

.md-str_link {
  margin-top: 32px;
}

@media only screen and (max-width: 1024px) {
  .md-str_contWrap {
    display: block;
    padding: 20vw 0 80px 0;
  }
  .md-str_contWrap::before {
    width: 85%;
  }
  .md-str_contWrap._left {
    margin-right: 0;
    padding-right: 15%;
  }
  .md-str_contWrap._left .md-str_txtWrap {
    padding-left: 12vw;
    margin-right: 0;
    padding-right: 40px;
  }
  .md-str_contWrap._left .md-str_pic {
    right: 0;
  }
  .md-str_contWrap._right {
    margin-left: 0;
    padding-left: 15%;
  }
  .md-str_contWrap._right .md-str_txtWrap {
    padding-right: 12vw;
    margin-left: 0;
    padding-left: 40px;
  }
  .md-str_contWrap._right .md-str_sTxt {
    padding-right: 0;
  }
  .md-str_contWrap._right::before {
    right: 0;
  }
  .md-str_contWrap._right .md-str_pic {
    left: 0;
  }
  .md-str_contWrap + .md-str_contWrap {
    margin-top: 30vw;
  }
  .md-str_numTxt {
    font-size: var(--fontSize_sp14);
    margin-bottom: 8px;
  }
  .md-str_lTxt {
    font-size: var(--fontSize_sp26);
    margin-bottom: 26px;
  }
  .md-str_lTxt ._spStxt {
    font-size: var(--fontSize_sp18);
    letter-spacing: 0.05em;
  }
  .md-str_sTxt {
    font-size: var(--fontSize_sp14);
    font-weight: 400;
  }
  .md-str_pic {
    position: absolute;
    width: 76vw;
    height: 30vw;
    top: -15vw;
  }
}
@media only screen and (max-width: 768px) {
  .md-str_contWrap {
    padding: 30vw 0 60px 0;
  }
  .md-str_contWrap::before {
    width: 94.85%;
  }
  .md-str_contWrap._left {
    padding-right: 5.15%;
  }
  .md-str_contWrap._left .md-str_txtWrap {
    padding-left: 5.15vw;
    padding-right: 20px;
  }
  .md-str_contWrap._right {
    padding-left: 5.15%;
  }
  .md-str_contWrap._right .md-str_txtWrap {
    padding-right: 5.15vw;
    padding-left: 20px;
  }
  .md-str_contWrap + .md-str_contWrap {
    margin-top: 30vw;
  }
  .md-str_pic {
    position: absolute;
    width: 94.85vw;
    height: 40vw;
    top: -15vw;
  }
}
/*===============================
          md-srv
===============================*/
.md-srv_contWrap {
  display: flex;
  align-items: start;
}
.md-srv_contWrap + .md-srv_contWrap {
  margin-top: 32px;
}

.md-srv_pic {
  width: 23.3vw;
  height: 14.2vw;
  margin-right: 3.1vw;
}

.md-srv_txtWrap {
  flex: 1;
  font-weight: 700;
}

.md-srv_lTxt {
  font-size: var(--fontSize_pc40);
  background-color: #ECEEF4;
  letter-spacing: 0.05em;
  line-height: 1.9;
  padding-left: 30px;
  margin-bottom: 24px;
}

.md-srv_sTxt {
  font-size: var(--fontSize_pc22);
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .md-srv_contWrap {
    display: block;
  }
  .md-srv_contWrap + .md-srv_contWrap {
    margin-top: 80px;
  }
  .md-srv_pic {
    display: block;
    width: 100%;
    height: 50vw;
    max-height: 350px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .md-srv_lTxt {
    font-size: var(--fontSize_sp22);
    padding-left: 8px;
    margin-bottom: 24px;
  }
  .md-srv_sTxt {
    font-size: var(--fontSize_sp14);
    font-weight: 500;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .md-srv_contWrap br.tb {
    display: none;
  }
}
/*===============================
          md-safeMtg
===============================*/
.md-safeMtg_contWrap {
  display: flex;
}

.md-safeMtg_pic {
  width: 26.7vw;
  margin-right: 4.9vw;
}

.md-safeMtg_txtWrap {
  flex: 1;
}

.md-safeMtg_lTxt {
  font-size: var(--fontSize_pc33);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.md-safeMth_bgTxt {
  font-size: var(--fontSize_pc53);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #5C6A9A;
  line-height: 1.5;
  padding: 0 10px;
  margin-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
}

.md-safeMtg_sTxt {
  font-size: var(--fontSize_pc20);
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .md-safeMtg_contWrap {
    display: block;
  }
  .md-safeMtg_pic {
    display: block;
    width: 100%;
    height: 40vw;
    max-height: 350px;
  }
  .md-safeMtg_lTxt {
    text-align: center;
    margin-top: 40px;
  }
  .md-safeMth_bgTxt {
    margin: 12px auto 32px auto;
  }
}
/*===============================
          md-safePre
===============================*/
.md-safePre_contWrap {
  margin-top: 66px;
}

.md-safePre_box {
  position: relative;
  margin: 20px 0 0 15px;
  background-color: #5C6A9A;
  padding: 52px 40px;
  color: #fff;
  display: flex;
  align-items: center;
}
.md-safePre_box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: -20px;
  left: -15px;
  background-color: #E7EAF2;
  z-index: -1;
}
.md-safePre_box + .md-safePre_box {
  margin-top: 42px;
}

.md-safePre_num {
  display: flex;
  align-items: center;
  font-size: var(--fontSize_pc33);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: calc(var(--fontSize_pc33) * 10.48);
}
.md-safePre_num span {
  margin-right: 16px;
}

.md-safePre_txt {
  flex: 1;
  font-size: var(--fontSize_pc20);
  font-weight: 400;
  margin-left: 3.75vw;
}

@media only screen and (min-width: 1025px) {
  .md-safePre_box br.n_tb.sp {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .md-safePre_box {
    display: block;
    padding: 40px 20px;
    margin: 10px 0 0 8px;
  }
  .md-safePre_box::before {
    top: -10px;
    left: -8px;
  }
  .md-safePre_num {
    font-size: var(--fontSize_sp22);
    width: 100%;
    margin-bottom: 26px;
  }
  .md-safePre_num > div {
    flex: 1;
  }
  .md-safePre_txt {
    margin-left: 0;
    font-size: var(--fontSize_sp14);
  }
  .md-safePre_contWrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .md-safePre_box br.n_tb.sp {
    display: block;
  }
}
/*===============================
        md-safe_footTxt
===============================*/
.md-safe_footTxt {
  margin-top: 90px;
  margin-bottom: 80px;
  padding: 54px 0;
  background-color: #ECEEF4;
  text-align: center;
}
.md-safe_footTxt ._l {
  font-size: var(--fontSize_pc33);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.md-safe_footTxt ._s {
  font-size: var(--fontSize_pc20);
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .md-safe_footTxt {
    padding: 40px 20px;
  }
  .md-safe_footTxt ._l {
    font-size: var(--fontSize_sp24);
  }
  .md-safe_footTxt ._s {
    font-size: var(--fontSize_sp14);
  }
}
/*===============================
        md-comMsg
===============================*/
.md-comMsg_lTxt {
  font-size: var(--fontSize_pc53);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 38px;
}

.md-comMsg_sTxt {
  font-size: var(--fontSize_pc20);
  font-weight: 400;
  margin-top: 40px;
}

.md-comMsg_name {
  margin-top: 40px;
  font-weight: 700;
}
.md-comMsg_name span {
  display: block;
}
.md-comMsg_name ._s {
  font-size: var(--fontSize_pc27);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.md-comMsg_name ._l {
  font-size: var(--fontSize_pc40);
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.md-comMsg_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 18.3vw;
  min-height: 264px;
  background-color: #E7EAF2;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .md-comMsg_lTxt {
    margin-top: 24px;
    font-size: var(--fontSize_sp22);
  }
  .md-comMsg_sTxt {
    font-size: var(--fontSize_sp14);
  }
  .md-comMsg_name ._s {
    font-size: var(--fontSize_sp16);
  }
  .md-comMsg_name ._l {
    font-size: var(--fontSize_sp20);
  }
}
@media only screen and (max-width: 768px) {
  .md-comMsg_bg {
    width: 94.5%;
    height: 400px;
  }
}
/*===============================
        md-comOv
===============================*/
.md-comOv_contWrap {
  display: flex;
  position: relative;
}

.md-comOv_ttlWrap {
  margin-right: 12.5vw;
}

.md-comOv_dlWrap {
  flex: 1;
}

.md-comOv_dl {
  padding: 1.8vw 0;
  display: flex;
  font-size: var(--fontSize_pc23);
  line-height: 1.15;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.md-comOv_dl dt {
  font-weight: 700;
  margin-right: 3.3vw;
  width: 6.8em;
}
.md-comOv_dl dd {
  flex: 1;
  line-height: 1.4;
}
.md-comOv_dl dd li {
  display: flex;
}
.md-comOv_dl:first-child {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}

.md-coOv_bgImg {
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 40.7vw;
  z-index: -1;
}

@media only screen and (max-width: 1280px) {
  .md-comOv_ttlWrap {
    margin-right: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .md-comOv_contWrap {
    display: block;
  }
  .md-comOv_ttlWrap {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .md-comOv_dl {
    display: block;
    padding: 16px 0;
    font-size: var(--fontSize_sp14);
  }
  .md-comOv_dl dt {
    width: 100%;
    margin-right: 0;
  }
  .md-comOv_dl dd {
    margin-top: 10px;
  }
  .md-coOv_bgImg {
    width: 80vw;
    left: 50%;
  }
}
/*===============================
        md-coOrg
===============================*/
.md-coOrg_treeWrap {
  margin-top: 42px;
}
.md-coOrg_treeWrap picture{
  display: block;
  transform: translateX(-1%);
}
.md-coOrg_treeWrap > div {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0.8vw;
  justify-items: center;
}
.md-coOrg_treeWrap ._row1, .md-coOrg_treeWrap ._row2 {
  margin-bottom: 34px;
}
.md-coOrg_treeWrap ._row3, .md-coOrg_treeWrap ._row4 {
  margin-bottom: 64px;
}
.md-coOrg_treeWrap ._row1 .md-coOrg_treeBox {
  grid-area: 1/5/2/7;
}
.md-coOrg_treeWrap ._row2 .md-coOrg_treeBox:first-child {
  grid-area: 2/5/3/7;
}
.md-coOrg_treeWrap ._row2 .md-coOrg_treeBox:last-child {
  grid-area: 2/8/3/10;
  margin-right: auto;
  border-bottom: 0;
  border-left: 6px solid #5C6A9A;
}
.md-coOrg_treeWrap ._row3 .md-coOrg_treeBox {
  grid-area: 3/5/4/7;
}
.md-coOrg_treeWrap ._row4 {
  position: relative;
}
.md-coOrg_treeWrap ._row4 .md-coOrg_treeBox:nth-child(1) {
  grid-area: 4/2/5/4;
}
.md-coOrg_treeWrap ._row4 .md-coOrg_treeBox:nth-child(2) {
  grid-area: 4/4/5/6;
}
.md-coOrg_treeWrap ._row4 .md-coOrg_treeBox:nth-child(3) {
  grid-area: 4/6/5/8;
}
.md-coOrg_treeWrap ._row4 .md-coOrg_treeBox:nth-child(4) {
  grid-area: 4/8/5/10;
}
.md-coOrg_treeWrap ._row4::before {
  position: absolute;
  content: "";
  display: block;
  width: 60.5%;
  height: 2px;
  background-color: #5C6A9A;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.md-coOrg_treeWrap ._row5 {
  position: relative;
}
.md-coOrg_treeWrap ._row5 .md-coOrg_treeBox:nth-child(1) {
  grid-area: 5/3/6/5;
  margin-left: auto;
}
.md-coOrg_treeWrap ._row5 .md-coOrg_treeBox:nth-child(2) {
  grid-area: 5/5/6/7;
  margin-right: auto;
}
.md-coOrg_treeWrap ._row5 .md-coOrg_treeBox:nth-child(3) {
  grid-area: 5/7/6/9;
  margin-left: auto;
}
.md-coOrg_treeWrap ._row5 .md-coOrg_treeBox:nth-child(4) {
  grid-area: 5/9/6/11;
  margin-right: auto;
}
.md-coOrg_treeWrap ._row5::before, .md-coOrg_treeWrap ._row5::after {
  position: absolute;
  content: "";
  display: block;
  width: 18.3%;
  height: 2px;
  background-color: #5C6A9A;
  top: -30px;
}
.md-coOrg_treeWrap ._row5::before {
  left: 30.8%;
}
.md-coOrg_treeWrap ._row5::after {
  left: 71.2%;
}

.md-coOrg_treeBox {
  font-size: var(--fontSize_pc23);
  width: 11.4em;
  height: 4.24em;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 6px solid #5C6A9A;
}
.md-coOrg_treeBox ._en {
  font-size: var(--fontSize_pc14);
  letter-spacing: 0;
}
.md-coOrg_treeBox::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #5C6A9A;
  z-index: -1;
}
.md-coOrg_treeBox ._barLow, .md-coOrg_treeBox._barLow::before {
  position: absolute;
  width: 2px;
  height: 40px;
  bottom: -40px;
  left: calc(50% - 1px);
  background-color: #5C6A9A;
}
.md-coOrg_treeBox._barTop::before {
  width: 2px;
  height: 30px;
  top: -30px;
  left: calc(50% - 1px);
}
.md-coOrg_treeBox._barLeft::before {
  width: 12vw;
  height: 2px;
  left: -12vw;
  top: calc(50% - 1px);
}
.md-coOrg_treeBox._arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #5C6A9A;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.md-coOrg_treeBox._arrowLeft::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #5C6A9A;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1280px) {
  .md-coOrg_treeBox {
    font-size: 14px;
    width: 82%;
  }
  .md-coOrg_treeBox ._en {
    font-size: 10px;
  }
  .md-coOrg_treeWrap ._row5::before, .md-coOrg_treeWrap ._row5::after {
    width: 16.8%;
  }
  .md-coOrg_treeWrap ._row5::before {
    left: 31.5%;
  }
  .md-coOrg_treeWrap ._row5::after {
    left: 71.8%;
  }
}
@media only screen and (max-width: 1024px) {
  .md-coOrg_ttlWrap .bl-barTxt_lower.bl-lowerSecTtl_en._center {
    margin-left: 0;
  }
  .md-coOrg_ttlWrap .t-center {
    text-align: left;
  }
  .md-coOrg_scrollWrap {
    overflow: auto;
    width: 100%;
    padding-bottom: 40px;
  }
  .md-coOrg_scrollWrap::-webkit-scrollbar {
    height: 8px; /* 横スクロールバーの高さ */
    border-radius: 999px;
  }
  .md-coOrg_scrollWrap::-webkit-scrollbar-track {
    background: #d5d5d5;
  }
  .md-coOrg_scrollWrap::-webkit-scrollbar-thumb {
    background-color: #5C6A9A;
  }
  .md-coOrg_treeWrap {
    min-width: 1070px;
  }
  .md-coOrg_treeBox {
    width: 100%;
  }
  .md-coOrg_treeBox._barLeft::before {
    min-width: 200px;
    left: 0;
    transform: translateX(-100%);
  }
  .md-coOrg_treeWrap > div {
    justify-items: start;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 26px;
  }
  .md-coOrg_treeWrap ._row1 .md-coOrg_treeBox {
    grid-area: 1/1/2/2;
  }
  .md-coOrg_treeWrap ._row2 .md-coOrg_treeBox:first-child {
    grid-area: 1/1/2/2;
  }
  .md-coOrg_treeWrap ._row2 .md-coOrg_treeBox:last-child {
    grid-area: 1/2/2/3;
  }
  .md-coOrg_treeWrap ._row3 .md-coOrg_treeBox {
    grid-area: 1/1/2/2;
  }
  .md-coOrg_treeWrap ._row4 .md-coOrg_treeBox:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .md-coOrg_treeWrap ._row4 .md-coOrg_treeBox:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .md-coOrg_treeWrap ._row4 .md-coOrg_treeBox:nth-child(3) {
    grid-area: 1/3/3/4;
  }
  .md-coOrg_treeWrap ._row4 .md-coOrg_treeBox:nth-child(4) {
    grid-area: 1/4/4/5;
  }
  .md-coOrg_treeWrap ._row5 .md-coOrg_treeBox:nth-child(1) {
    grid-area: 1/2/2/3;
    margin-left: auto;
  }
  .md-coOrg_treeWrap ._row5 .md-coOrg_treeBox:nth-child(2) {
    grid-area: 1/3/3/4;
    margin-right: auto;
  }
  .md-coOrg_treeWrap ._row5 .md-coOrg_treeBox:nth-child(3) {
    grid-area: 1/4/4/5;
    margin-left: auto;
  }
  .md-coOrg_treeWrap ._row5 .md-coOrg_treeBox:nth-child(4) {
    grid-area: 1/5/5/6;
    margin-right: auto;
  }
  .md-coOrg_treeBox._arrowLeft::after {
    width: 10px;
    height: 10px;
    left: -15px;
  }
  .md-coOrg_treeBox._arrow::after {
    width: 10px;
    height: 10px;
    bottom: -15px;
  }
  .md-coOrg_treeWrap ._row4::before {
    width: 61.5%;
    left: 9%;
    transform: none;
  }
  .md-coOrg_treeWrap ._row5::before {
    left: 29.5%;
  }
  .md-coOrg_treeWrap ._row5::before, .md-coOrg_treeWrap ._row5::after {
    width: 20.5%;
  }
  .md-coOrg_treeWrap ._row5::after {
    left: 70.6%;
  }
  .md-coOrg_treeWrap picture{
    transform: none;
  }
}
/*===============================
        md-comMcn
===============================*/
.md-comMcn_tblWrap {
  margin-top: 30px;
}
.md-comMcn_tblWrap table {
  width: 100%;
}
.md-comMcn_tblWrap th, .md-comMcn_tblWrap td {
  padding: 14px 10px;
}
.md-comMcn_tblWrap table, .md-comMcn_tblWrap td, .md-comMcn_tblWrap th {
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
}
.md-comMcn_tblWrap th {
  background-color: #5C6A9A;
  color: #fff;
  font-size: var(--fontSize_pc17);
  font-weight: 700;
}
.md-comMcn_tblWrap td {
  text-align: center;
  font-size: var(--fontSize_pc18);
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
  .md-comMcn_tblWrap {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
  }
  .md-comMcn_tblWrap::-webkit-scrollbar {
    height: 8px; /* 横スクロールバーの高さ */
    border-radius: 999px;
  }
  .md-comMcn_tblWrap::-webkit-scrollbar-track {
    background: #d5d5d5;
  }
  .md-comMcn_tblWrap::-webkit-scrollbar-thumb {
    background-color: #5C6A9A;
  }
  .md-comMcn_tblWrap table {
    width: -moz-max-content;
    width: max-content;
    position: relative;
  }
  .md-comMcn_tblWrap table th, .md-comMcn_tblWrap table td {
    font-size: var(--fontSize_sp12);
  }
  .md-comMcn_tblWrap table th {
    position: sticky;
    top: 0;
    left: 0;
  }
}
/*===============================
        md-coWrk
===============================*/
.md-coWrk_boxWrap {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2.8vw;
  grid-row-gap: 56px;
  padding: 0 2.5vw;
}

.md-coWrk_box ._pic {
  width: 100%;
  height: 14.3vw;
  margin-bottom: 12px;
  display: block;
}
.md-coWrk_box ._txt {
  font-size: var(--fontSize_pc20);
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .md-coWrk_boxWrap {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 36px;
    grid-column-gap: 20px;
    padding: 0;
  }
  .md-coWrk_box ._pic {
    height: 40vw;
    max-height: 350px;
  }
  .md-coWrk_box ._txt {
    font-size: var(--fontSize_sp15);
  }
}
/*===============================
        md-coAcc
===============================*/
.md-coAcc_contWrap {
  display: flex;
  padding-left: 14.9vw;
}

.md-coAcc_ttlWrap {
  padding: 125px 0 135px 0;
  margin-right: 10.9vw;
}

.md-coAcc_lTxt {
  margin-top: 40px;
  font-size: var(--fontSize_pc33);
  font-weight: 600;
}

.md-coAcc_sTxt {
  margin-top: 24px;
  font-size: var(--fontSize_pc23);
  font-weight: 400;
}

.md-coAcc_mapWrap {
  flex: 1;
}
.md-coAcc_mapWrap iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .md-coAcc_contWrap {
    padding: 0;
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .md-coAcc_ttlWrap {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .md-coAcc_lTxt {
    margin-top: 26px;
    font-size: var(--fontSize_sp16);
  }
  .md-coAcc_sTxt {
    margin-top: 12px;
    font-size: var(--fontSize_sp14);
  }
  .md-coAcc_mapWrap {
    width: 100%;
    height: 50vw;
    max-height: 350px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .md-coAcc_contWrap {
    width: 89.7%;
  }
}
/*===============================
        md-recMsg
===============================*/
.md-recMsg_lTxt {
  margin-top: 38px;
  font-size: var(--fontSize_pc53);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
}

.md-recMsg_sTxt {
  margin-top: 48px;
  font-size: var(--fontSize_pc20);
  font-weight: 400;
  text-align: center;
}

.md-recMsg_slideHide {
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}

.md-recMsg_slider {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.md-recMsg_slideWrap {
  width: 115vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  animation: infinity-scroll-left 45s infinite linear 0.5s both;
}
.md-recMsg_slideWrap picture {
  margin-right: 20px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1024px) {
  .md-recMsg_lTxt {
    font-size: var(--fontSize_sp26);
    margin-top: 16px;
  }
  .md-recMsg_sTxt {
    margin-top: 40px;
    font-size: var(--fontSize_sp14);
  }
  .md-recMsg_slideHide {
    margin-top: 50px;
  }
  .md-recMsg_slideWrap {
    width: 210vw;
  }
  .md-recMsg_slideWrap picture {
    margin-right: 10px;
  }
}
/*===============================
        md-recGuide
===============================*/
.md-recGuide_contWrap {
  display: flex;
}

.md-recGuide_sticky {
  margin-right: 12vw;
}

.md-recGuide_ttlWrap {
  position: sticky;
  width: -moz-max-content;
  width: max-content;
  top: 130px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .md-recGuide_contWrap {
    display: block;
  }
  .md-recGuide_ttlWrap {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 26px;
  }
}
/*===============================
        md-recEn
===============================*/
.md-recEn_sTxt {
  margin-top: 14px;
  font-size: var(--fontSize_pc22);
  font-weight: 500;
  text-align: center;
}

.md-recEn_boxWrap {
  margin: 30px auto 0 auto;
  padding: 26px 60px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.md-recEn_boxWrap ._lTxt {
  font-size: var(--fontSize_pc47);
  text-align: center;
  border-bottom: 1px solid #707070;
  padding: 0 10px;
}
.md-recEn_boxWrap ._lowerTxtWrap {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.md-recEn_boxWrap ._lowerTxt {
  font-size: var(--fontSize_pc22);
  font-weight: 700;
  margin-right: 30px;
}

@media only screen and (min-width: 1025px) {
  .tbOnly {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .tbOnly {
    display: block;
  }
  .md-recEn_boxWrap {
    width: 100%;
    padding: 30px 20px;
    max-width: 600px;
  }
  .md-recEn_boxWrap ._lTxt {
    font-size: var(--fontSize_sp22);
  }
  .md-recEn_boxWrap ._lowerTxtWrap {
    margin-top: 16px;
    display: block;
    text-align: center;
  }
  .md-recEn_boxWrap ._lowerTxt {
    font-size: var(--fontSize_sp16);
  }
  .md-recEn_boxWrap .bl-arrowBtn {
    margin: 12px auto 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .tbOnly {
    display: none;
  }
}
/*===============================
        md-policy
===============================*/
.md-policy_txt {
  margin-top: 82px;
  font-size: var(--fontSize_pc16);
  line-height: 1.6;
}

.md-policyBtn {
  margin: 92px auto 0 auto;
  font-family: inherit;
  border-radius: 0;
}

@media only screen and (max-width: 1024px) {
  .md-policy_txt {
    font-size: var(--fontSize_sp14);
  }
}
/*===============================
        共通設定
===============================*/
.l-inner {
  margin: 0 auto;
  width: 85.4%;
}
.l-inner._lower {
  width: 79.2%;
}
.l-inner._safe {
  width: 60%;
  min-width: 852px;
}
.l-inner._com {
  padding: 0 4.5vw;
}

@media only screen and (max-width: 1280px) {
  .l-inner._lower._coOrg {
    width: 95%;
  }
  .l-inner._com {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .l-inner,
  .l-inner._lower,
  .l-inner._safe,
  .l-inner._lower._coOrg {
    width: 70%;
    min-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner,
  .l-inner._lower,
  .l-inner._safe,
  .l-inner._lower._coOrg {
    width: 89.7%;
  }
}
/*===============================
        l-head
===============================*/
.l-head {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
}

@media only screen and (max-width: 1024px) {
  .l-head {
    height: 60px;
  }
  .l-head::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #33363E;
  }
}
/*===============================
        l-top
===============================*/
.l-topFv {
  padding-top: 108px;
  min-height: 100vh;
}

.l-topAbt {
  padding-top: 110px;
  padding-bottom: 170px;
}

.l-topStr {
  position: relative;
  padding-top: 152px;
  padding-bottom: 125px;
  background-image: url(../images/top/topSt_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.l-topStr::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #000000;
  opacity: 0.65;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-topCom {
  padding-top: 190px;
  height: calc(50.28vw + 190px);
}

@media only screen and (max-width: 1024px) {
  .l-topFv {
    padding-top: 60px;
  }
  .l-topAbt {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .l-topStr {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-topCom {
    position: relative;
    padding-top: 80px;
    padding-bottom: 52vw;
    height: auto;
  }
}
/*===============================
        l-foot
===============================*/
.l-footLink {
  width: 100%;
}

.l-foot {
  padding-top: 60px;
  padding-bottom: 54px;
}

@media only screen and (max-width: 1024px) {
  .l-foot {
    padding-bottom: 10px;
  }
}
/*===============================
        l-lowerTop
===============================*/
.l-lowerTop {
  padding-top: 190px;
}

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

@media only screen and (max-width: 1024px) {
  .l-str {
    padding-top: 20vw;
  }
}
/*===============================
        l-srv
===============================*/
.l-srv {
  padding-bottom: 110px;
}

/*===============================
        l-safePre
===============================*/
.l-safePre {
  padding-top: 158px;
}

@media only screen and (max-width: 1024px) {
  .l-safePre {
    padding-top: 80px;
  }
}
/*===============================
        l-comMsg
===============================*/
.l-comMsg {
  position: relative;
  padding-top: 134px;
  padding-bottom: 70px;
}

.l-comOv {
  padding-top: 148px;
  padding-bottom: 130px;
}

.l-coOrg {
  position: relative;
  padding-top: 138px;
  padding-bottom: 138px;
}
.l-coOrg::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ECEEF4;
  top: 0;
  left: 0;
  z-index: -2;
}

.l-comMcn {
  padding-top: 148px;
  padding-bottom: 152px;
}

.l-coWrk {
  padding-top: 116px;
  padding-bottom: 130px;
  background-color: #F7F7F7;
}

@media only screen and (max-width: 1024px) {
  .l-comMsg {
    padding-top: 80px;
  }
  .l-comOv {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-coOrg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-comMcn {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-coWrk {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*===============================
        l-recMsg
===============================*/
.l-recMsg {
  padding-top: 80px;
}

.l-recGuide {
  padding-top: 148px;
  padding-bottom: 110px;
}

.l-recEn {
  padding-top: 86px;
  padding-bottom: 82px;
  background-color: #ECEEF4;
}

@media only screen and (max-width: 1024px) {
  .l-recGuide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*===============================
        l-recMsg
===============================*/
.l-contact {
  padding-top: 148px;
  padding-bottom: 138px;
}

@media only screen and (max-width: 1024px) {
  .l-contact {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
/*===============================
        l-policy
===============================*/
.l-policy {
  padding-top: 266px;
  padding-bottom: 134px;
}

@media only screen and (max-width: 1024px) {
  .l-policy {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
/*===============================
         js-nav
===============================*/
@media only screen and (max-width: 1024px) {
  .js-nav {
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  .js-nav.js-menu_open {
    opacity: 1;
    pointer-events: fill;
  }
  .md-head_menuIcon span {
    transform-origin: left;
    transition: 0.5s;
  }
  .md-head_menuIcon.js-menu_open span:first-child {
    transform: rotate(29.74deg) scale(1.05);
  }
  .md-head_menuIcon.js-menu_open span:nth-child(2) {
    transform: scaleX(0);
  }
  .md-head_menuIcon.js-menu_open span:last-child {
    transform: rotate(-29.74deg) scale(1.05);
  }
}
/*===============================
         js-select
===============================*/
.js-select {
  color: #A3AFAC;
}
.js-select.changed {
  color: #1C1C1C;
}/*# sourceMappingURL=style.css.map */