@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color:#000;
	text-decoration:none;
    transition: 0.3s all ease;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-style: normal;
	color: #000;
    line-height: 1.67;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

img{
    max-width: 100%;
}

sup{
    font-size: 60%;
}

/* =====================================
	header
===================================== */

header{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0 38px;
}

header img:nth-child(1){
    width: 262px;
}

header img:nth-child(2){
    width: 266px;
}

/* =====================================
	visual
===================================== */

.visual{
    width: 100%;
    position: relative;
}

.visual h1 img{
    width: 100%;
}

.visual a img{
    width: 26.57%;
    position: absolute;
    bottom: 21.3793%;
    left: 20.2143%;
}

.lead{
    width: 100%;
    padding: 62px 40px 233px;
}

.lead h2 img{
    margin: 0 auto;
}

.lead h2 + img{
    display: table;
    margin: 30px auto 0;
}

.message{
    width: 100%;
    padding: 0 40px;
    background: #f6f1ee;
    position: relative;
}

.message::before{
    content: "";
    width: 1297px;
    height: 173px;
    background: url("../img/pic01.jpg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -113px;
    left: 0;
}

.message::after{
    content: "";
    width: 1295px;
    height: 173px;
    background: url("../img/pic02.jpg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -113px;
    right: 0;
}

.message .inner{
    width: 100%;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    padding: 160px 0 189px;
    display: flex;
    justify-content: space-between;
}

.message .inner::before{
    content: "";
    background: url("../img/illust01.png") no-repeat;
    background-size: contain;
    width: min(34.22vw, 308px);
    height: min(62.44vw, 562px);
    position: absolute;
    bottom: 29px;
    left: min(4.44vw, 40px);
    z-index: 10;
}

.message .inner h2{
    width: min(41.33vw, 372px);
}

.message .inner h2 img{
    margin: 0 0 0 auto;
}

.message .inner p{
    padding-top: 47px;
    width: 50%;
    font-size: 2.0rem;
    line-height: 2.4;
}

.message .inner p strong{
    font-weight: bold;
    color: #f00000;
}

.guide{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 221px 40px 120px;
}

.guide h2 img{
    margin: 0 auto;
}

.guide dl{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
}

.guide dl div{
    width: 100%;
    padding: 71px 60px 60px;
    background: #f6f1ee;
    clip-path: polygon(0 60px, 50% 0, 100% 60px, 100% 100%, 0 100%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 5.1282%;
}

.guide dl div dt{
    width: 100%;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.guide dl div dt small{
    font-size: 2.0rem;
    font-weight: bold;
    color: #bd967c;
    display: block;
    margin-bottom: 16px;
}

.guide dl div dd{
    width: 47.4359%;
    background: #f00000;
    position: relative;
    padding-bottom: 56px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
}

.guide dl div dd img{
    width: 100%;
    border: 1px solid #000;
    border-bottom: none;
}

.guide dl div dd span{
    padding: 14px 20px 0;
    display: block;
    letter-spacing: 0.08em;
}

.guide dl div dd span + a{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    width: 140px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    color: #f00000;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding-top: 7px;
}

.reason{
    width: 100%;
    background: #f6f1ee;
    padding: 160px 40px 150px;
}

.reason h2 img{
    margin: 0 auto 60px;
}

.reason ul{
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
}

.reason ul li{
    position: relative;
}

.reason ul li a{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.reason ul li:nth-child(3)::before{
    content: "";
    position: absolute;
    bottom: -21px;
    right: -107px;
    background: url("../img/illust02.png") no-repeat;
    background-size: contain;
    width: 268px;
    height: 305px;
}

.cv{
    width: 100%;
    height: 400px;
    padding: 0 40px;
    background: url("../img/bg01.png") no-repeat center;
    background-size: cover;
}

.cv .inner{
    width: 100%;
    max-width: 900px;
    height: 100%;
    padding: 70px 0;
    position: relative;
    margin: 0 auto;
}

.cv .inner::before{
    content: "";
    width: min(41.89vw, 377px);
    height: min(47.56vw, 428px);
    background: url("../img/illust03.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0.33%;
}

.cv .inner div{
    width: 67.78%;
}

.cv .inner div p{
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.727;
    color: #fff;
    text-align: center;
}

.cv .inner div a{
    display: table;
    margin: 21px auto 0;
}

.popup-box{
    width: 100%;
    padding: 146px 0;
    position: relative;
}

.popup-box .inner{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}

.popup-box a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#pop01 a{
    bottom: 47.273%;
}

#pop01 a + a{
    bottom: 3.762%;
}

#pop02 a{
    bottom: 6.66%;
}

#pop03 a{
    bottom: 47.273%;
}

#pop03 a + a{
    bottom: 3.762%;
}

#pop04 a{
    bottom: 47.32%;
}

#pop04 a + a{
    bottom: 3.6541%;
}

#pop05 a{
    bottom: 61.5221%;
}

#pop05 a + a{
    bottom: 32.0153%;
}

#pop05 a + a + a{
    bottom: 2.551%;
}

.mfp-close{
    background: url("../img/close.png") no-repeat;
    background-size: contain;
    width: 77px;
    height: 77px;
    position: fixed;
    top: 30px;
    right: 30px;
    opacity: 1;
    cursor: pointer;
}

.mfp-close:active{
    top: 30px;
}

.floating{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0 20px;
    background: rgb(255, 255, 255, .8);
    z-index: 1000;
    display: none;
}

.floating a{
    display: table;
    margin: 0 auto;
}



@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    font-size: 3.467vw;
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 0;
}

/* =====================================
	header
===================================== */

header{
    height: 13.33vw;
    padding: 0 4vw;
}

header img:nth-child(1){
    width: 43.733vw;
}

header img:nth-child(2){
    width: 38.67vw;
}

/* =====================================
	visual
===================================== */

.visual a img{
    width: 54.933vw;
    bottom: 73.067vw;
    left: 50%;
    transform: translateX(-50%);
}

.lead{
    padding: 10.67vw 0 16vw;
}

.lead h2 img{
    width: 80vw;
    margin: 0 auto;
}

.lead h2 + img{
    width: 73.733vw;
    margin: 4vw auto 0;
}

.message{
    padding: 0;
}

.message::before{
    width: 100vw;
    height: 16.67vw;
    background: url("../img/sp/pic01.jpg") no-repeat;
    background-size: cover;
    position: inherit;
    top: auto;
    left: auto;
    display: block;
}

.message::after{
    width: 100vw;
    height: 16.67vw;
    background: url("../img/sp/pic02.jpg") no-repeat;
    background-size: cover;
    position: inherit;
    bottom: auto;
    right: auto;
    display: block;
}

.message .inner{
    padding: 10.933vw 0 23.067vw;
}

.message .inner::before{
    background: url("../img/sp/illust01.png") no-repeat;
    background-size: contain;
    width: 30.133vw;
    height: 74.933vw;
    bottom: 10.67vw;
    left: 5.33vw;
}

.message .inner h2{
    width: 24.133vw;
    margin: 2.533vw 0 0 6.533vw;
}

.message .inner p{
    padding-top: 0;
    width: 61.467vw;
    font-size: 3.467vw;
}

.guide{
    padding: 13.33vw 0 21.33vw;
}

.guide h2 img{
    width: 91.067vw;
}

.guide dl{
    gap: 8vw;
    margin: 8vw auto 0;
    width: 89.33vw;
}

.guide dl div{
    padding: 9.467vw 7.6vw 8vw;
    clip-path: polygon(0 8vw, 50% 0, 100% 8vw, 100% 100%, 0 100%);
    gap: 5.33vw;
}

.guide dl div dt{
    font-size: 6.5867vw;
    margin-bottom: 0;
}

.guide dl div dt small{
    font-size: 3.467vw;
    margin-bottom: 2.4vw;
}

.guide dl div dd{
    width: 100%;
    padding-bottom: 11.2vw;
    font-size: 4.4vw;
}

.guide dl div dd span{
    padding: 3.467vw 4.267vw 0;
}

.guide dl div dd span + a{
    font-size: 3.2vw;
    width: 28vw;
    height: 6.4vw;
    border-radius: 3.2vw;
    right: 4vw;
    bottom: 4vw;
    padding-top: 1.4vw;
}

.reason{
    padding: 21.33vw 0;
}

.reason h2 img{
    width: 79.33vw;
    margin: 0 auto 8vw;
}

.reason ul{
    width: 100%;
    gap: 8vw;
    overflow: hidden;
}

.reason ul li a{
    bottom: 8vw;
}

.reason ul li a img{
    width: 57.33vw;
}

.reason ul li:nth-child(3)::before{
    bottom: -5.33vw;
    right: -4.133vw;
    background: url("../img/sp/illust02.png") no-repeat;
    background-size: contain;
    width: 31.6vw;
    height: 40.67vw;
}

.cv{
    height: 91.067vw;
    padding: 0;
    background: url("../img/sp/bg01.png") no-repeat center;
    background-size: cover;
}

.cv .inner{
    padding: 11.733vw 0 0;
}

.cv .inner::before{
    width: 37.2vw;
    height: 69.867vw;
    background: url("../img/sp/illust03.png") no-repeat;
    background-size: contain;
    bottom: 15.2vw;
    right: auto;
    left: 5.2vw;
}

.cv .inner div{
    width: 100%;
    margin: 0 auto;
}

.cv .inner div p{
    width: 54.133vw;
    font-size: 3.81867vw;
    text-align: left;
    margin: 0 0 0 auto;
}

.cv .inner div a{
    margin: 7.2vw auto 0;
    position: relative;
    z-index: 100;
}

.cv .inner div a img{
    width: 59.733vw;
}

.popup-box{
    padding: 16vw 0;
}

.popup-box .inner{
    max-width: 92vw;
}

#pop01 a{
    bottom: 285.467vw;
}

#pop01 a + a{
    bottom: 10.67vw;
}

#pop02 a{
    bottom: 10.67vw;
}

#pop03 a{
    bottom: 285.6vw;
}

#pop03 a + a{
    bottom: 10.67vw;
}

#pop04 a{
    bottom: 288.533vw;
}

#pop04 a + a{
    bottom: 10.67vw;
}

#pop05 a{
    bottom: 557.867vw;
}

#pop05 a + a{
    bottom: 282.933vw;
}

#pop05 a + a + a{
    bottom: 10.67vw;
}

.mfp-close{
    width: 10.267vw;
    height: 10.267vw;
    top: 4vw;
    right: 4vw;
}

.mfp-close:active{
    top: 4vw;
}

.floating{
    width: 16vw;
    bottom: 17.6vw;
    left: auto;
    right: 0;
    transform: translateX(0);
    padding: 0;
    background: none;
}

}

/* 表示 / 非表示
-------------------------------------------------------------------- */
@media (max-width: 48em) {
  .u-pc-only {
    display: none !important;
  }
}

@media (min-width: 48.0625em) {
  .u-sp-only {
    display: none !important;
  }
}

@media (max-width: 90em) {
  .u-pc-only--2xl {
    display: none !important;
  }
}

@media (min-width: 90.0625em) {
  .u-sp-only--2xl {
    display: none !important;
  }
}

@media (max-width: 80em) {
  .u-pc-only--xl {
    display: none !important;
  }
}

@media (min-width: 80.0625em) {
  .u-sp-only--xl {
    display: none !important;
  }
}

@media (max-width: 66.25em) {
  .u-pc-only--lg {
    display: none !important;
  }
}

@media (min-width: 66.3125em) {
  .u-sp-only--lg {
    display: none !important;
  }
}

@media (max-width: 30em) {
  .u-pc-only--xs {
    display: none !important;
  }
}

@media (min-width: 30.0625em) {
  .u-sp-only--xs {
    display: none !important;
  }
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  /* stylelint-disable-next-line property-disallowed-list, property-no-vendor-prefix */
  clip-path: inset(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.u-relative {
  position: relative;
}

.u-overflow-visible {
  overflow: visible !important;
}

/* SVG mask
-------------------------------------------------------------------- */
.u-mask-arrow {
  flex-shrink: 0;
  display: block;
  width: 0.5em;
  height: 0.875em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-arrow-primary01.svg);
          mask-image: url(../../assets/img/common/icon-arrow-primary01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-arrow-ms {
  flex-shrink: 0;
  display: block;
  width: 0.5em;
  height: 0.875em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-arrow-ms.svg);
          mask-image: url(../../assets/img/common/icon-arrow-ms.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-download {
  flex-shrink: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-download.svg);
          mask-image: url(../../assets/img/common/icon-download.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-pdf {
  flex-shrink: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-pdf.svg);
          mask-image: url(../../assets/img/common/icon-pdf.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-external {
  flex-shrink: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-external.svg);
          mask-image: url(../../assets/img/common/icon-external.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-calender {
  flex-shrink: 0;
  display: block;
  width: 1.168125em;
  height: 1.25em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-calender.svg);
          mask-image: url(../../assets/img/common/icon-calender.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-mail {
  flex-shrink: 0;
  display: block;
  width: 1.433125em;
  height: 1.125em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-mail.svg);
          mask-image: url(../../assets/img/common/icon-mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-tel {
  flex-shrink: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-tel.svg);
          mask-image: url(../../assets/img/common/icon-tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-close {
  flex-shrink: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-close.svg);
          mask-image: url(../../assets/img/common/icon-close.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-alert {
  flex-shrink: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-alert.svg);
          mask-image: url(../../assets/img/common/icon-alert.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-access {
  flex-shrink: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-access.svg);
          mask-image: url(../../assets/img/common/icon-access.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.u-mask-calculator {
  flex-shrink: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #F00000;
  -webkit-mask-image: url(../../assets/img/common/icon-calculator.svg);
          mask-image: url(../../assets/img/common/icon-calculator.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* テキストリンク
-------------------------------------------------------------------- */
.cmn-txt-link {
  display: flex;
  align-items: center;
  gap: 0.75em;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease-out;
}
@media (max-width: 48em) {
  .cmn-txt-link {
    gap: 0.5em;
  }
}
.cmn-txt-link:hover {
  color: #F00000;
  text-decoration: underline;
}
.cmn-txt-link span {
  font-size: 1em;
}
@media (max-width: 48em) {
  .cmn-txt-link span {
    font-size: 0.875em;
  }
}
.cmn-txt-link img {
  display: block;
  width: 0.5em;
  height: auto;
}
.cmn-txt-link.--blank {
  gap: 0.25em;
}
.cmn-txt-link.--blank img {
  width: 1em;
  aspect-ratio: 1/1;
}
.cmn-txt-link.--pdf img {
  width: 0.984375em;
  aspect-ratio: 15.75/19.55;
}
.cmn-txt-link.--access {
  gap: 0.25em;
}
.cmn-txt-link.--access .u-mask-access {
  width: 1em;
  height: 1em;
}
.cmn-txt-link.--blue05 {
  color: #020055;
}
.cmn-txt-link.--blue05:hover {
  color: #020055;
}
.cmn-txt-link.--uline {
  text-decoration: underline;
}
.cmn-txt-link02 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease-out;
  color: #FFFFFF;
}
.cmn-txt-link02:hover .txt {
  text-decoration: underline;
}
.cmn-txt-link02 .txt {
  font-size: 0.875em;
}
.cmn-txt-link02 .icon-arrow {
  display: inline-block;
  margin-left: 0.5em;
  width: 0.5em;
  height: 0.875em;
  background-color: #FFFFFF;
  -webkit-mask-image: url(../../assets/img/common/icon-arrow-primary01.svg);
          mask-image: url(../../assets/img/common/icon-arrow-primary01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: background-color 0.3s ease-out;
}
.cmn-txt-link02.--blue05 {
  color: #020055;
}
.cmn-txt-link02.--blank .icon-arrow {
  width: 1em;
  height: 1em;
  background-color: #808080;
  -webkit-mask-image: url(../../assets/img/common/icon-external.svg);
          mask-image: url(../../assets/img/common/icon-external.svg);
}
.cmn-txt-link02.--normal {
  color: #000000;
}
.cmn-txt-link02.--normal .icon-arrow {
  background-color: #F00000;
}
.cmn-txt-link02.--normal:hover {
  color: #F00000;
}
.cmn-txt-link02.--large-txt .txt {
  font-size: 1em;
}
@media (max-width: 48em) {
  .cmn-txt-link02.--large-txt .txt {
    font-size: 0.875em;
  }
}

.cmn-blue-link {
  color: #074EBB;
}
.cmn-blue-link.--uline {
  text-decoration: underline;
}
.cmn-blue-link.--uline:hover {
  text-decoration: none;
}

.cmn-txt-link-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  align-items: flex-end;
}