@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #333333;
	text-decoration: none;
    transition: 0.3s opacity ease;
}

.sp{
	display: none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 2.0rem;
    font-weight: normal;
	font-family: "Noto Sans JP", serif;
	color: #333333;
    line-height: 2;
	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;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    min-width: 1080px;
}

.en{
    font-family: "Roboto", serif;
}

.mincho{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

img {
    max-width: 100%;
    pointer-events: none;
}

/* =====================================
	header
===================================== */

.header.pc{
	width:980px;
	height:100px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
    position: relative;
}
.header.pc .slide_block
{
	width:980px;
}
.header.pc .logo{
	position:absolute;
	margin-left:32px;
	top:50%;
    transform: translateY(-50%);
}
.header.pc .logo img{
	width: 244px;
}
.header.pc .telno{
	position:absolute;
	margin-left:450px;
	top:10px;
}

.header.pc .header_cv_btn{
	position:absolute;
	margin-left:730px;
	top:10px;
}
.header.pc .telno .counseling
{
position:absolute;
display:block;
width:250px;
height:70px;
background:#FFF;
margin-left:280px;
margin-top:-76px;
opacity:0;
filter: alpha(opacity=0);
-moz-opacity:0;

}
.header.pc .telno .counseling:hover,
.header.pc .telno .mail:hover
{
opacity:0.4;
filter: alpha(opacity=40);
-moz-opacity:40;
}
.header.pc .telno .mail
{
position:absolute;
display:block;
width:250px;
height:25px;
background:#FFF;
opacity:0;
filter: alpha(opacity=0);
-moz-opacity:0;
margin-left:280px;
margin-top:-31px;
}

/* =====================================
	main
===================================== */

.visual{
    width: 100%;
    background: url("../img/bg01.jpg") no-repeat center;
    position: relative;
}

.visual h1 img{
    margin: 0 auto;
}

.cv{
    width: 100%;
    background: #ff98cd;
    padding: 74px 40px;
}

.cv .wrap{
    width: 100%;
    max-width: 943px;
    margin: 0 auto;
    border-radius: 30px;
    background: #fff;
    padding: 33px 56.5px 38px;
}

.cv .wrap p img{
    margin: 0 auto;
}

.cv .wrap ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 17px;
}

.nayami img{
    margin: 0 auto;
}

.nayami .nayami01{
    background: url("../img/bg02.jpg") no-repeat center;
}

.nayami .nayami02{
    background: url("../img/bg03.jpg") no-repeat center;
}

.nayami .nayami02 h3{
    margin: 58px auto 30px;
}

.nayami .nayami02 .anime{
    height: 242px;
    width: auto;
}

.effects{
    background: url("../img/bg04.jpg") no-repeat center;
}

.effects img{
    margin: 0 auto;
}

.ba{
    background: url("../img/bg05.jpg") no-repeat center;
}

.ba img{
    margin: 0 auto;
}

.times img{
    margin: 0 auto;
}

.case{
    width: 100%;
    background: #f1f3f3;
    padding: 0 0 165px;
}

.case img,
.case iframe{
    margin: 0 auto;
    display: block;
}

.case ul{
    width: 100%;
    max-width: 1272px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 5.5%;
    row-gap: 100px;
    margin: 0 auto;
}

.case .video{
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}

.case .video .videoWrap{
    width: 100%;
    height: 0;
    padding-top: 56.19%;
    position: relative;
}

.case .video .videoWrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.question img{
    margin: 0 auto;
}

.question .top{
    width: 100%;
    background: #f1f3f3;
}

.question .under{
    width: 100%;
    background: url("../img/bg06.jpg") center top no-repeat;
}

.price{
    width: 100%;
    background: #53a4fe;
}

.price img{
    margin: 0 auto;
}

.reason{
    width: 100%;
    background: #e7fbff;
}

.reason img{
    margin: 0 auto;
}

.reason .txt01{
    width: 100%;
    position: relative;
}

.reason .txt01::before{
    content: "";
    width: 50%;
    height: min(26.415vw, 336px);
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.reason .txt01 img{
    position: relative;
    z-index: 3;
}

.reason .txt02{
    width: 100%;
    position: relative;
}

.reason .txt02::before{
    content: "";
    width: 50%;
    height: min(28.015vw, 369px);
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

.reason .txt02 img{
    position: relative;
    z-index: 3;
}

.flow{
    width: 100%;
}

.flow img{
    margin: 0 auto;
}

.faq{
    width: 100%;
    padding: 126px 40px;
    background: #f4f4f4;
}

.faq h2 img{
    margin: 0 auto 65px;
}

.faq dl{
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

.faq dl div{
    width: 100%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 57px;
    font-size: 3.1rem;
    color: #4e6376;
}

.faq dl div:last-child{
    margin-bottom: 0;
}

.faq dl div dt{
    width: 100%;
    line-height: 1.74;
    padding: 44px 140px 44px 95px;
    background: url("../img/icon01.png") no-repeat top 55px left 40px;
    background-size: 30px auto;
    position: relative;
    cursor: pointer;
}

.faq dl div dt::before{
    content: "";
    width: 30px;
    height: 3px;
    background: #4e6376;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
}

.faq dl div dt::after{
    content: "";
    width: 3px;
    height: 30px;
    background: #4e6376;
    position: absolute;
    top: 50%;
    right: 58px;
    transform: translateY(-50%);
}

.faq dl div dt.active::after{
    opacity: 0;
}

.faq dl div dd{
    width: 100%;
    padding: 34px 140px 34px 95px;
    line-height: 1.7;
    background: #f9f9f9 url("../img/icon02.png") no-repeat top 48px left 40px;
    background-size: 30px auto;
    display: none;
}

.last{
    width: 100%;
    background: url("../img/bg07.jpg") center no-repeat;
    position: relative;
}

.last img{
    margin: 0 auto;
}

footer{
    padding: 42px 40px;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.65;
    color: #4e6376;
}



@media screen and (max-width: 768px) {

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 4vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

#wrapper{
    padding-top: 116px;
}

/* =====================================
	header
===================================== */

.header.sp {
    position: fixed;
    top: 0;
    width: 640px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
    zoom:1;box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    -moz-box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    z-index: 10000;
}

.header.sp .logo {
    float: left;
    padding-top: 24px;
    padding-left: 24px;
}

.header.pc .logo img {
	width: 305px;
}

.header.sp .headnavi {
    float: right;
}

.header.sp .headnavi ul li {
    float: left;
}

.header.sp .headnavi ul {
    overflow: hidden;
    zoom:1;
}



/* =====================================
	main
===================================== */

.cv{
    padding: 5.067vw;
}

.cv .wrap{
    max-width: 89.867vw;
    border-radius: 4vw;
    padding: 4.933vw 4.67vw;
}

.cv .wrap p img{
    width: 67.467vw;
}

.cv .wrap ul{
    gap: 2.4vw;
    margin-top: 2.67vw;
}

.nayami .nayami02 h3{
    margin: 0 auto;
}

.nayami .nayami02 .animeWrap{
    background: url("../img/sp/bg03.jpg") no-repeat center;
    background-size: 100% auto;
}

.nayami .nayami02 .anime{
    height: 32.267vw;
}

.case{
    padding: 0 0 19.2vw;
}

.case ul{
    column-gap: 0;
    row-gap: 0;
}

.case .video{
    max-width: 74.933vw;
}

.faq{
    padding: 16.267vw 5.33vw;
}

.faq h2 img{
    margin: 0 auto 8.67vw;
    width: 38.8vw;
}

.faq dl{
    max-width: 89.6vw;
}

.faq dl div{
    border-radius: 4vw;
    margin-bottom: 7.33vw;
    font-size: 4.133vw;
}

.faq dl div dt{
    padding: 5.6vw 13.33vw 5.6vw 10.4vw;
    background: url("../img/icon01.png") no-repeat top 7.067vw left 4.933vw;
    background-size: 4vw auto;
}

.faq dl div dt::before{
    width: 4vw;
    height: 0.4vw;
    right: 6vw;
}

.faq dl div dt::after{
    width: 0.4vw;
    height: 4vw;
    right: 7.733vw;
}

.faq dl div dd{
    padding: 4.267vw 13.33vw 4.267vw 10.4vw;
    background: #f9f9f9 url("../img/icon02.png") no-repeat top 5.733vw left 4.933vw;
    background-size: 4vw auto;
}

footer{
    padding: 6vw 0;
    font-size: 2.4vw;
}

}