@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 a:nth-child(1) img{
    width: 262px;
}

header a:nth-child(2) img{
    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 a 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 a:nth-child(1) img{
    width: 43.733vw;
}

header a:nth-child(2) img{
    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 a 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;
}

}