@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic";
  font-weight: 400;
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic";
  font-weight: 500;
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic";
  font-weight: 700;
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic";
  font-weight: 900;
  src: url(../fonts/ZenKakuGothicNew-Black.ttf) format("truetype");
}
/*------------------
　　共通設定
------------------*/
body {
  font-family: "zen-kaku-gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.22em;
  -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;
}

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;
  }
}
@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(12px, 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(14px, 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(16px, 1.51041666vw, 34px);
  --fontSize_pc30: clamp(16px, 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(20px, 1.8229166vw, 38px);
  --fontSize_pc36: clamp(24px, 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(22px, 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(24px, 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_pc75: clamp(54px, 3.9vw, 87px);
  --fontSize_pc80: clamp(60px, 4.166vw, 88px);
  --fontSize_pc83: clamp(70px, 4.322196666vw, 90px);
  --fontSize_pc85: clamp(72px, 4.427vw, 90px);
  --fontSize_pc89: clamp(76px, 4.635416666vw, 100px);
  --fontSize_pc90: clamp(60px, 4.6875vw, 100px);
  --fontSize_sp8: clamp(8px, 2.05vw, 12px);
  --fontSize_sp9: clamp(9px, 2.3vw, 14px);
  --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.18vw, 34px);
  --fontSize_sp30: clamp(28px, 7.6923076vw, 36px);
  --fontSize_sp32: clamp(28px, 8.2051282051vw, 38px);
  --fontSize_sp33: clamp(29px, 8.46vw, 40px);
  --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-linkBtn
===============================*/
.bl-linkBtn {
  display: block;
  width: 15.53em;
  line-height: 3;
  font-size: var(--fontSize_pc30);
  font-weight: 900;
  border-radius: 2em;
  border: 3px solid #FACC15;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-linkBtn._kocolabo{
	display: grid;
	align-content: center; 
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	line-height: 1;
	height: 3lh;
}
.bl-linkBtn._kocolabo span:first-child{
	grid-row: 1 / 2;
	font-size: var(--fontSize_pc26);
}
.bl-linkBtn._kocolabo span:nth-child(2){
	grid-row: 2 / 3;
}
.bl-linkBtn._kocolabo span:last-child{
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	margin-left: .5em;
}

@media only screen and (min-width: 1025px) {
  .bl-linkBtn:hover {
    background-color: rgba(23, 37, 84, 0.5);
  }
}
@media only screen and (max-width: 1024px) {
  .bl-linkBtn {
    width: 100%;
    height: 2.6em;
    font-size: var(--fontSize_sp18);
    letter-spacing: 0.11em;
    border: 1px solid #FACC15;
  }
  .bl-linkBtn + .bl-linkBtn {
    margin-top: 20px;
  }
	.bl-linkBtn._kocolabo span:first-child{
		font-size: var(--fontSize_sp16);
		margin-right: .5em;
	}
	.bl-linkBtn._kocolabo{
		display: block;
		height: 2.6em;
	}
	.bl-linkBtn._kocolabo span:last-child{
		margin-left: 0;
	}
}
/*===============================
         bl-secTtl
===============================*/
.bl-secTtlWrap {
  position: relative;
}

.bl-secTtl {
  position: relative;
  z-index: 2;
  font-size: var(--fontSize_pc90);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.45em;
}
.bl-secTtl._narrow {
  letter-spacing: -0.03em;
  font-size: var(--fontSize_pc75);
}
.bl-secTtl ._ls2 {
  font-size: var(--fontSize_pc90);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.bl-secTtl._black {
  color: #172554;
  letter-spacing: 0.1em;
}

.bl-secTtl_en {
  position: absolute;
  font-size: 9.17vw;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  top: 0;
  left: 0;
  transform: translateY(-65%);
  text-transform: uppercase;
  opacity: 0.2;
  color: #7D8FCD;
}
.bl-secTtl_en._black {
  color: #7D8FCD;
  letter-spacing: 0.2em;
}

.bl-secTtl_sub {
  font-size: var(--fontSize_pc45);
  line-height: 1.1;
  margin-top: 0.8em;
  letter-spacing: 0.2em;
}

.bl-secTtl_sTxt {
  font-size: var(--fontSize_pc25);
  letter-spacing: 0.22em;
  margin-top: 2em;
}

.bl-secTxtWrap {
  margin-top: 6.25vw;
  display: flex;
}
.bl-secTxtWrap ._txtWrap {
  flex: 1;
}

.bl-secTxt_mTxt {
  font-size: var(--fontSize_pc35);
  font-weight: 900;
  letter-spacing: 0.45em;
  margin-bottom: 1.4em;
}
.bl-secTxt_mTxt ._l {
  display: block;
  font-size: var(--fontSize_pc36);
}
.bl-secTxt_mTxt ._l span {
  display: inline-block;
}
.bl-secTxt_mTxt._sol {
  letter-spacing: 0.22em;
}

.bl-secTxt_sTxt {
  font-size: var(--fontSize_pc25);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.22em;
}

.bl-secTxt_imgWrap {
  width: 31.6vw;
}
.bl-secTxt_imgWrap img {
  border-radius: 20px;
}

@media only screen and (max-width: 1280px) {
  .bl-secTxt_mTxt ._l {
    font-size: var(--fontSize_pc32);
  }
}
@media only screen and (max-width: 1024px) {
  .bl-secTtl {
    font-size: var(--fontSize_sp33);
  }
  .bl-secTtl_en {
    font-size: 10.26vw;
    width: -moz-max-content;
    width: max-content;
  }
  .bl-secTtl_sub {
    font-size: var(--fontSize_sp15);
    font-weight: 700;
    line-height: 1.3;
  }
  .bl-secTxtWrap {
    flex-direction: column-reverse;
    margin-top: 7.8vw;
  }
  .bl-secTxtWrap ._txtWrap {
    margin-top: 7.7vw;
  }
  .bl-secTxt_imgWrap {
    width: 100%;
  }
  .bl-secTxt_imgWrap img {
    border-radius: 10px;
    aspect-ratio: 362/240;
  }
  .bl-secTxt_mTxt {
    font-size: var(--fontSize_sp20);
    letter-spacing: 0.3em;
    line-height: 1.25;
    margin-bottom: 0.8em;
  }
  .bl-secTxt_mTxt ._mLeft {
    margin-left: -0.9em;
  }
  .bl-secTxt_mTxt ._mRight {
    margin-right: -0.5em;
  }
  .bl-secTxt_mTxt ._l {
    font-size: var(--fontSize_sp20);
  }
  .bl-secTxt_sTxt {
    font-size: var(--fontSize_sp13);
    letter-spacing: 0.11em;
  }
  .bl-secTtl ._ls2 {
    font-size: var(--fontSize_sp33);
    letter-spacing: 0.2em;
  }
  .bl-secTtl._narrow {
    font-size: var(--fontSize_sp28);
    letter-spacing: -0.03em;
  }
  .bl-secTtl_sTxt {
    font-size: var(--fontSize_sp13);
    letter-spacing: 0.17em;
    line-height: 1.54;
  }
  .bl-secTtl._black {
    font-size: var(--fontSize_sp25);
  }
  .bl-secTtl_en._black {
    letter-spacing: 0.2em;
  }
}
/*===============================
         md-head
===============================*/
.md-head_logoWrap {
  position: absolute;
  top: 50%;
  left: 3.125%;
  width: 8.5%;
  max-width: 170px;
  min-width: 120px;
  transform: translateY(-50%);
}
.md-head_logoWrap h1{
  display: flex;
  align-items: center;
}
.md-head_navWrap {
  position: absolute;
  top: 50%;
  right: 2.3%;
  transform: translateY(-50%);
}

.md-head_nav {
  display: flex;
  align-items: center;
  gap: 2.6vw;
}

.md-head_navItem {
  font-size: var(--fontSize_pc20);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.md-head_linkBtn {
  display: block;
  font-size: var(--fontSize_pc20);
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 13.5em;
  line-height: 2.5;
  text-align: center;
  background-color: #FACC15;
  color: #172554;
  text-transform: uppercase;
  border-radius: 1.5em;
}

@media only screen and (min-width: 1025px) {
  .md-head_navItem, .md-head_linkBtn {
    transition: 0.3s;
  }
  .md-head_linkBtn:hover, .md-head_navItem:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1024px) {
  .md-head_logoWrap {
    width: 20.5%;
    max-width: 90px;
    min-width: unset;
    left: 2.8%;
  }
  .md-head_navWrap {
    width: 70.5%;
    max-width: 400px;
    right: 0;
    height: 100vh;
    background-color: rgba(14, 26, 69, 0.97);
    top: 0;
    transform: none;
    padding-top: 12.7vh;
    padding-left: 6.2vw;
    height: 91vh;
    border-bottom-left-radius: 20px;
  }
  .md-head_nav {
    flex-direction: column;
    align-items: start;
    gap: 5vw;
  }
  .md-head_navItem {
    position: relative;
    font-size: var(--fontSize_sp22);
    letter-spacing: 0.45em;
  }
  .md-head_navItem._spLs {
    letter-spacing: 0.2em;
  }
  .md-head_navItem._spLs ._lsNarrow {
    letter-spacing: -0.03em;
    font-size: var(--fontSize_sp20);
  }
  .md-head_navItem .tb {
    position: absolute;
    font-weight: 900;
    top: 0;
    left: 0;
    transform: translateY(-35%);
    width: -moz-max-content;
    width: max-content;
    letter-spacing: 0.01em;
    opacity: 0.2;
    color: #7D8FCD;
  }
  .md-head_linkBtn {
    display: none;
  }
  .md-head_menuBtn {
    position: absolute;
    top: 50%;
    right: 4.4%;
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .md-head_menuBtn span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .md-head_menuBtn.js-menu_open span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
  }
  .md-head_menuBtn.js-menu_open span:nth-child(2) {
    opacity: 0;
  }
  .md-head_menuBtn.js-menu_open span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
  }
  .js-nav {
    transform: translateX(100%);
    transition: 0.3s;
  }
  .js-nav.js-menu_open {
    transform: none;
  }
  .md-head_aptLink {
    display: flex;
    align-items: center;
    margin-bottom: calc(var(--fontSize_sp11) * 1.2);
  }
  .md-head_aptLink ._logo {
    width: 16.4vw;
    max-width: 100px;
  }
  .md-head_aptLink ._linkIcon {
    width: 7.7vw;
    max-width: 50px;
  }
  .md-head_spNav {
    position: absolute;
    bottom: 0;
  }
  .md-head_spNavItem {
    font-size: var(--fontSize_sp11);
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: -moz-fit-content;
    width: fit-content;
  }
  .md-head_spNavItem + .md-head_spNavItem {
    margin-top: 1.7em;
    line-height: 1;
  }
  .md-head_spNav_img {
    margin-top: 30px;
    bottom: 1.6vh;
    width: 90%;
    opacity: 0.25;
  }
}
/*===============================
         md-fv
===============================*/
.md-fv_contWrap {
  position: absolute;
  top: calc(84px + (100vh - 84px) / 2);
  transform: translateY(-50%);
  left: 0;
  padding-left: 7.8vw;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}

.md-fv_lTxt {
  font-size: var(--fontSize_pc70);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.md-fv_lTxt ._l {
  font-size: 5.42vw;
  margin-left: -0.5em;
}
.md-fv_lTxt ._l span {
  text-transform: uppercase;
  font-weight: 900;
  background-image: radial-gradient(circle, rgb(255, 255, 255), #FACC15 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.md-fv_lTxt ._m {
  font-size: var(--fontSize_pc85);
  font-weight: 700;
}
.md-fv_lTxt ._mWeight {
  font-weight: 500;
}

.md-fv_sTxt {
  font-size: var(--fontSize_pc30);
  line-height: 1.3;
  letter-spacing: 0.11em;
  margin-top: 7.4vh;
}

.md-fv_mTxt {
  font-size: var(--fontSize_pc35);
  letter-spacing: 0.1em;
  line-height: 1.48;
  margin-top: 5.74vh;
}

.md-fv_linkWrap {
  margin-top: 8.05vh;
  display: flex;
  gap: 3.1vw;
  align-items: center;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .md-fv_lTxt ._mWeight {
    margin-left: -0.7em;
  }
}
@media only screen and (max-width: 1024px) {
  .md-fv_contWrap {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    padding-left: 3.08vw;
    padding-right: 3.08vw;
    width: 100%;
    height: 100%;
  }
  .md-fv_lTxt {
    padding-top: 14.8vh;
    font-size: var(--fontSize_sp28);
    line-height: 1.4;
    margin-bottom: 1.2em;
  }
  .md-fv_lTxt ._l {
    font-size: clamp(3px, 12.8vw, 80px);
    line-height: 1;
  }
  .md-fv_lTxt ._mWeight {
    font-size: var(--fontSize_sp25);
  }
  .md-fv_lTxt ._m {
    font-size: var(--fontSize_sp33);
  }
  .md-fv_sTxt {
    margin-top: 0;
    font-size: var(--fontSize_sp14);
    font-weight: 500;
    line-height: 1.5;
  }
  .md-fv_mTxt {
    margin-top: 0.8em;
    font-size: var(--fontSize_sp22);
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .md-fv_linkWrap {
    display: block;
    width: 100%;
  }
}
/*===============================
         md-iss
===============================*/
.md-iss_boxWrap {
  margin-top: 3.75vw;
  display: flex;
  justify-content: space-between;
}

.md-iss_box {
  width: 26vw;
  padding: 2.6vw 8px 2.09vw 8px;
  border: 3px solid #FACC15;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.md-iss_boxImg {
  height: 4.2vw;
  min-height: 70px;
}
.md-iss_boxImg img {
  height: 100%;
  width: auto;
  text-align: center;
}

.md-iss_boxTtl {
  margin-top: 0.7em;
  font-size: var(--fontSize_pc40);
  font-weight: 900;
  line-height: 1.2;
  height: 2lh;
  letter-spacing: 0.22em;
  text-align: center;
  display: flex;
  align-items: center;
}

.md-iss_boxStxt {
  margin-top: 1.4em;
  text-align: center;
  font-size: var(--fontSize_pc25);
  letter-spacing: 0.22em;
}

@media only screen and (max-width: 1280px) {
  .md-iss_box {
    width: 32%;
    border: 1px solid #FACC15;
  }
}
@media only screen and (max-width: 1024px) {
  .md-iss_boxWrap {
    flex-direction: column;
    gap: 6.67vw;
  }
  .md-iss_box {
    width: 100%;
    padding: 5.6vw 3px 7.7vw 3px;
    border-radius: 15px;
  }
  .md-iss_boxImg {
    height: 14.4vw;
    min-height: unset;
    max-height: 80px;
  }
  .md-iss_boxTtl {
    margin-top: 0.44em;
    font-size: var(--fontSize_sp18);
    height: unset;
  }
  .md-iss_boxStxt {
    margin-top: 0.67em;
    font-size: var(--fontSize_sp12);
    line-height: 1.5;
  }
}
/*===============================
         md-sol
===============================*/
.md-sol_boxWrap {
  margin-top: calc(3.9vw + var(--fontSize_pc32) * 1.5);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 7.5vw;
}

.md-sol_box {
  position: relative;
  border: 15px solid #172554;
  background-color: #fff;
  padding: 2.3vw 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md-sol_box ._cat {
  position: absolute;
  display: block;
  top: 0;
  left: -15px;
  height: 1lh;
  padding-left: 15px;
  transform: translateY(calc(-100% - 14px));
  font-size: var(--fontSize_pc32);
  min-width: 9.375em;
  padding-right: 3em;
  line-height: 1.5;
  background-color: #172554;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
  padding-top: 1%;
}
.md-sol_box ._cat._narrow {
  letter-spacing: 0.04em;
}
.md-sol_box ._cat img {
  height: 90%;
  width: auto;
}
.md-sol_box._yellow {
  background-color: #FACC15;
}

.md-sol_boxImg {
  height: 6.25vw;
  max-height: 130px;
  min-height: 80px;
}
.md-sol_boxImg img {
  height: 100%;
  width: auto;
}

.md-sol_boxEn {
  font-size: var(--fontSize_pc29);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #002DC5;
}

.md-sol_boxLTxt {
  font-size: var(--fontSize_pc36);
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  color: #172554;
}

.md-sol_boxSTxt {
  margin-top: 0.8em;
  font-size: var(--fontSize_pc29);
  letter-spacing: 0.22em;
  line-height: 1.2;
  color: #222222;
  text-align: center;
}
.md-sol_boxSTxt span{
	letter-spacing: 0.1em;
}
.md-sol_boxRedTxt {
  font-size: var(--fontSize_pc35);
  font-weight: 900;
  color: #DF1717;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media only screen and (max-width: 1280px) {
  .md-sol_box ._cat {
    font-size: var(--fontSize_pc28);
  }
}
@media only screen and (max-width: 1024px) {
  .md-sol_boxWrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: unset;
    row-gap: 12.8vw;
  }
  .md-sol_box {
    border: #172554 7px solid;
    padding: 5.6vw 12px;
  }
  .md-sol_box ._cat {
    font-size: var(--fontSize_sp16);
    padding-left: 18px;
    line-height: 1.8;
    transform: translateY(calc(-100% - 5px));
    left: -7px;
    min-width: 11.5em;
  }
  .md-sol_boxImg {
    height: 14.9vw;
    max-height: 70px;
    min-height: unset;
  }
  .md-sol_boxEn {
    font-size: var(--fontSize_sp15);
  }
  .md-sol_boxLTxt {
    font-size: var(--fontSize_sp18);
  }
  .md-sol_boxSTxt {
    font-size: var(--fontSize_sp12);
    line-height: 1.5;
    margin-top: 1.5em;
  }
  .md-sol_boxRedTxt {
    font-size: var(--fontSize_sp18);
  }
  .md-sol_bgSp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    display: flex;
    flex-direction: column;
  }
  .md-sol_bgSp ._img {
    position: relative;
  }
  .md-sol_bgSp ._img::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #111C4A;
    opacity: 0.75;
  }
  .md-sol_bgSp ._img img {
    height: 100%;
    width: 100%;
  }
  .md-sol_bgSp ._grad {
    flex: 1;
    background-image: linear-gradient(180deg, #181B3B 20%, #8194D5 68%);
    opacity: 0.92;
  }
	.md-sol_boxSTxt span{
		letter-spacing: inherit;
	}
}
/*===============================
         md-serv
===============================*/
.md-serv_listWrap {
  margin-top: 8.6vw;
}

.md-serv_list {
  display: flex;
  gap: 5.3vw;
}

.md-serv_listImg {
  width: 36.5vw;
}
.md-serv_listImg img {
  border-radius: 20px;
}

.md-serv_listTxtWrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.md-serv_listTxtWrap ._bgTxt {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 4.95vw;
  font-weight: 900;
  line-height: 0.5;
  letter-spacing: 0.01em;
  opacity: 0.15;
  color: #7691EA;
}

.md-serv_listBg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16.7vw;
  pointer-events: none;
}
.md-serv_listBg._s {
  width: 15vw;
}

.md-serv_listMTxt {
  position: relative;
  font-size: var(--fontSize_pc35);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.37;
  margin-bottom: 0.57em;
  padding-top: 2.2275vw;
}

.md-serv_listStxt {
  font-size: var(--fontSize_pc25);
  font-weight: 500;
  letter-spacing: 0.22em;
}

.md-serv_listLink {
  margin-top: 5.42vw;
  display: block;
  line-height: 2.96em;
  width: 12.48em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  font-size: var(--fontSize_pc25);
  border: 2px solid #FACC15;
}

.md-serv_link {
  display: block;
  margin: 7.3vw auto 0 auto;
  font-size: var(--fontSize_pc34);
  font-weight: 900;
  letter-spacing: 0.11em;
  color: #172554;
  line-height: 2.85em;
  width: 22.5em;
  text-align: center;
  background-color: #FACC15;
  border-radius: 2em;
  text-transform: uppercase;
}

.md-serv_list + .md-serv_list {
  margin-top: 4.6875vw;
}

@media only screen and (min-width: 1025px) {
  .md-serv_listLink, .md-serv_link {
    transition: 0.3s;
  }
  .md-serv_listLink:hover {
    background-color: #FACC15;
    color: #172554;
  }
  .md-serv_link:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1024px) {
  .md-serv_list {
    flex-direction: column;
    gap: 12.3vw;
  }
  .md-serv_listImg {
    width: 100%;
    height: 61.5vw;
  }
  .md-serv_listTxtWrap ._bgTxt {
    font-size: var(--fontSize_sp40);
    transform: translateY(-75%);
  }
  .md-serv_listMTxt {
    font-size: var(--fontSize_sp25);
    letter-spacing: 0.13em;
    line-height: 1;
    margin-bottom: 0.6em;
  }
  .md-serv_listMTxt._narrow {
    letter-spacing: 0.08em;
  }
  .md-serv_listStxt {
    font-size: var(--fontSize_sp13);
    letter-spacing: 0.11em;
  }
  .md-serv_listBg {
    top: 50%;
    transform: translateY(-50%);
  }
  .md-serv_listBg._s {
    width: 22%;
    top: 44%;
    bottom: auto;
    max-width: 120px;

  }
 
   .md-serv_listBg,.md-serv_listBg._s._paz{
    top: auto;
    bottom: -5%;
   }
  .md-serv_listBg._l {
    width: 27%;
    max-width: 150px;
  }
  .md-serv_listBg._l._adv{
    top: 56%;
  }
  .md-serv_listLink {
    margin-left: auto;
    margin-top: 5.1vw;
    font-size: var(--fontSize_sp12);
    width: 13em;
    line-height: 3;
    border: 1px solid #FACC15;
  }
  .md-serv_link {
    width: 100%;
    max-width: 500px;
    font-size: var(--fontSize_sp13);
    line-height: 2.77;
  }
  .md-serv_list + .md-serv_list {
    margin-top: 7.7vw;
  }
}
/*===============================
         md-faq
===============================*/
.md-faq_listWrap {
  margin-top: 7.1vw;
}

.md-faq_list {
  padding: 2.4vw 7.8vw 2.6vw 8.7vw;
  background-color: rgba(110, 120, 159, 0.7);
  border-radius: 20px;
}
.md-faq_list + .md-faq_list {
  margin-top: 30px;
}
.md-faq_list ._qTxt, .md-faq_list ._aTxt {
  display: flex;
  align-items: center;
}
.md-faq_list ._qTxt span, .md-faq_list ._aTxt span {
  font-size: var(--fontSize_pc50);
  font-weight: 900;
  margin-right: 0.88em;
}
.md-faq_list ._qTxt {
  position: relative;
  font-size: var(--fontSize_pc30);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-right: 3em;
  cursor: pointer;
}
.md-faq_list ._qTxt span {
  color: #214FE9;
}
.md-faq_list ._qTxt.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.md-faq_list ._qTxt::before {
  position: absolute;
  content: "";
  width: 1.8em;
  height: 1.8em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/arrow.png);
  display: block;
  font-weight: 900;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  transition: 0.3s;
}
.md-faq_list ._aTxt {
  font-size: var(--fontSize_pc20);
  letter-spacing: 0.22em;
  line-height: 1.75;
  margin-top: 1em;
}
.md-faq_list ._aTxt span {
  color: #FACC15;
}

@media only screen and (max-width: 1024px) {
  .md-faq_list {
    padding: 3.8vw 5.1vw 3.8vw 5.1vw;
    border-radius: 5px;
  }
  .md-faq_list ._qTxt span, .md-faq_list ._aTxt span {
    font-size: var(--fontSize_sp22);
    margin-right: 0.82em;
    line-height: 0.8;
  }
  .md-faq_list ._qTxt, .md-faq_list ._aTxt {
    align-items: start;
  }
  .md-faq_list ._qTxt {
    font-size: var(--fontSize_sp18);
    letter-spacing: 0.06em;
    line-height: 1.1;
    padding-right: 1em;
  }
  .md-faq_list ._qTxt::before {
    width: 0.67em;
    height: 0.67em;
  }
  .md-faq_list ._aTxt {
    font-size: var(--fontSize_sp12);
  }
}
/*===============================
         md-footCont
===============================*/
.md-footCont_bgImg {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.md-footCont_lTxt {
  font-size: var(--fontSize_pc80);
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 0.8em;
}

.md-footCont_mTxt {
  font-size: var(--fontSize_pc25);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.92;
}
.md-footCont_mTxt + .md-footCont_mTxt {
  margin-top: 20px;
}

.md-footCont_linkWrap {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}

@media only screen and (max-width: 1024px) {
  .md-footCont_lTxt {
    font-size: var(--fontSize_sp25);
    margin-bottom: 1em;
  }
  .md-footCont_mTxt {
    font-size: var(--fontSize_sp12);
    line-height: 1.67;
  }
  .md-footCont_mTxt + .md-footCont_mTxt {
    margin-top: 10px;
  }
  .md-footCont_linkWrap {
    margin-top: 5.1vw;
    gap: 5.9vw;
    display: block;
  }
}
/*===============================
         md-footCont
===============================*/
.md-foot_flexWrap {
  display: flex;
  justify-content: space-between;
}

.md-foot_infoWrap ._logo {
  display: block;
  width: 17.6vw;
}
.md-foot_infoWrap ._info {
  margin-top: 30px;
  font-size: var(--fontSize_pc25);
  letter-spacing: 0.2em;
  line-height: 1.92;
}

.md-foot_navWrap {
  padding-top: 40px;
}
.md-foot_navWrap ul {
  display: flex;
  gap: 3.125vw;
}

.md-foot_navItem {
  font-size: var(--fontSize_pc30);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.md-foot_linkBtn {
  font-size: var(--fontSize_pc26);
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-left: auto;
  text-transform: uppercase;
  background-color: #FACC15;
  color: #172554;
  width: 15.8em;
  line-height: 2.5;
  text-align: center;
  border-radius: 2em;
  margin-top: 3.5vw;
}

.md-foot_linkWrap {
  margin-top: 3.75vw;
  display: flex;
  justify-content: center;
  gap: 2.6vw;
  font-size: var(--fontSize_pc25);
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.4;
  padding-bottom: 2.6vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.md-foot_bottomWrap {
  margin-top: 30px;
  font-size: var(--fontSize_pc16);
  letter-spacing: 0.15em;
  line-height: 2.5;
  text-align: center;
}

.md-foot_linkItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.md-foot_navItem._aptLink {
	display: flex;
	align-items: center;
}
.md-foot_navItem._aptLink ._logo {
	width: 3.3em;
}
.md-foot_navItem._aptLink ._linkIcon {
	width: 1.25em;
}

@media only screen and (min-width: 1025px) {
  .md-foot_navItem, .md-foot_linkBtn, .md-foot_linkItem {
    transition: 0.3s;
  }
  .md-foot_navItem:hover, .md-foot_linkBtn:hover, .md-foot_linkItem:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1024px) {
  .md-foot_flexWrap {
    flex-direction: column;
  }
  .md-foot_infoWrap ._logo {
    width: 17.4vw;
  }
  .md-foot_infoWrap ._info {
    margin-top: 1.2em;
    font-size: var(--fontSize_sp10);
    line-height: 1.3;
  }
  .md-foot_navWrap {
    padding-top: 26px;
  }
  .md-foot_navWrap ul {
    gap: 5.1vw;
    justify-content: center;
  }
  .md-foot_linkBtn {
    margin-right: auto;
    font-size: var(--fontSize_sp12);
    width: 19.17em;
  }
  .md-foot_linkWrap {
    margin-top: 10.26vw;
    font-size: var(--fontSize_sp8);
    padding-bottom: 2.3vw;
    gap: 4.1vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .md-foot_bottomWrap {
    margin-top: 2.05vw;
    font-size: 7px;
    letter-spacing: 0.12em;
  }
  .md-spFixedBtn {
    position: fixed;
    bottom: 80px;
    right: 3.6vw;
    display: block;
    padding: 0.6em 2.27em;
    background-color: #fff;
    color: #172554;
    font-size: var(--fontSize_sp15);
    font-weight: 700;
    line-height: 1.333;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
    border: 2px solid #000;
  }
  .md-spFixedBtn::before, .md-spFixedBtn::after {
    position: absolute;
    content: "";
    display: block;
    width: 9%;
    height: 27.6%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .md-spFixedBtn::before {
    top: 0;
    left: 0;
    background-color: #172554;
  }
  .md-spFixedBtn::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    background-color: #FACC15;
  }
}
/*===============================
        共通設定
===============================*/
.l-inner {
  margin: 0 auto;
  width: 83.125%;
}

@media only screen and (max-width: 1024px) {
  .l-inner {
    width: 92.82%;
    max-width: 800px;
  }
}
/*===============================
        ヘッダー
===============================*/
.l-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 100;
  background-color: #172554;
}

@media only screen and (max-width: 1024px) {
  .l-head {
    height: 45px;
  }
}
/*===============================
        セクション
===============================*/
.l-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 44.8vw;
  background-image: url(../images/fv_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-fv::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #000 42%, rgba(49, 49, 49, 0.32) 65%, rgba(102, 102, 102, 0) 100%);
  opacity: 0.6;
}

.l-iss {
  padding-top: 14.8vw;
  padding-bottom: 6.1vw;
  background-image: linear-gradient(135deg, #172554 20%, #5D6FAE 100%);
}

.l-sol {
  position: relative;
  padding-top: 12.5vw;
  padding-bottom: 12vw;
  background-image: url(../images/solution_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-sol::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #111C4A;
  opacity: 0.75;
  top: 0;
  left: 0;
}
.l-sol .l-inner {
  position: relative;
  z-index: 2;
}

.l-serv {
  padding-top: 14.4vw;
  padding-bottom: 8.75vw;
  background-image: linear-gradient(135deg, #172554 20%, #5D6FAE 100%);
}

.l-faq {
  padding-top: 14.2vw;
  padding-bottom: 11.5vw;
}

.l-footCont {
  position: relative;
  padding: 8.3vw 20px 4.9vw 20px;
}

@media only screen and (max-width: 1024px) {
  .l-fv {
    height: auto;
    min-height: 100vh;
    padding-bottom: 11.2vh;
    background-image: url(../images/fvBg_sp.jpg);
  }
  .l-fv::before {
    height: 50%;
    background-image: linear-gradient(135deg, #000 60%, rgba(49, 49, 49, 0.32) 80%, rgba(102, 102, 102, 0) 100%);
  }
  .l-fv::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(45deg, #000 60%, rgba(49, 49, 49, 0.32) 80%, rgba(102, 102, 102, 0) 100%);
    bottom: 0;
    left: 0;
    opacity: 0.6;
  }
  .l-iss {
    padding-top: 20.5vw;
    padding-bottom: 20.5vw;
  }
  .l-sol {
    padding-top: 20.5vw;
    padding-bottom: 20.5vw;
    background-image: unset;
  }
  .l-sol::before {
    display: none;
  }
  .l-serv {
    padding-top: 20.5vw;
    padding-bottom: 20.5vw;
  }
  .l-faq {
    padding-top: 16.9vw;
    padding-bottom: 20.5vw;
  }
  .l-footCont {
    padding: 10.3vw 2vw 20vw 2vw;
  }
}
/*===============================
        フッター
===============================*/
.l-foot {
  background-color: #020C2E;
  padding-top: 4vw;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .l-foot {
    padding-top: 20vw;
    padding-bottom: 20px;
  }
}
/*===============================
         js-
===============================*//*# sourceMappingURL=style.css.map */