	/*
	Theme Name: design-quest
	Author: Kanto Shirai
	*/
	
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	nav ul {
		list-style: none;
	}
	a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	input, select {
		vertical-align: middle;
	}
	* {
		box-sizing: border-box;
	}
	*:before, *:after {
		box-sizing: inherit;
	}
	html {
		font-size: 62.5%;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
	}
	body {
		font-size: 1.8rem;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		line-height: 1.76;
		letter-spacing: 1px;
		color: #404040;
		-webkit-font-feature-settings: 'palt' 1;
		font-feature-settings: 'palt' 1;
		-webkit-text-size-adjust: 100%;
	}
	img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
		object-fit: cover;
	}
	ul {
		list-style: none;
	}
	button {
		font-family: 'Montserrat', sans-serif;
		background: transparent;
		border: none;
		border-radius: 0;
		cursor: pointer;
		outline: none;
		padding: 0;
	}
	a {
		display: inline-block;
		color: #404040;
		opacity: 1;
		text-decoration: none;
		cursor: pointer;
	}
	input {
		border-radius: 0;
	}
	p {
		margin-bottom: 20px;
	}
	input[type="submit"],
	input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	outline-offset: -2px;
	}

	#header {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		-webkit-transition: all 0.5s 0s ease;
		transition: all 0.5s 0s ease;
		z-index: 100;
		background-color: transparent;
	}
	#header .header-inner {
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
        padding: 0 0 30px 0;
		max-width: 90%;
	}
	#header .logo {
		width: 30%;
		line-height: 1;
		z-index: 3;
	}
	#header .logo .main-logo {
		width: 20%;
	}
	#header .header-nav {
		display: flex;
		flex-direction: row;
	}
	#header .global-nav .menu {
		display: flex;
		flex-direction: row;
        justify-content: end;
        align-items: center;
	}
	#header .global-nav .menu-item {
        margin-left: 40px;
	}
	#header .global-nav .menu-item .nav-link {
		font-size: 1.6rem;
	}
	#header .global-nav .menu-item .nav-link:hover {
		opacity: 0.7;
        transition: 0.5s;
	}
	#header .global-nav .header-btn{
		width: 25%;
	}
	#header .global-nav .header-btn:hover{
		opacity: 0.7;
        transition: 0.5s;
	}
	#header .hamburger {
		display: none;
	}
	#header .globalMenuSp {
		display: none;
	}
    #cta {
        position: relative;
        margin-top: -100px;
        margin-bottom: -35px;
    }
    #cta4 {
        text-align: center;
        background: #fff;
        margin: 100px auto 200px 0;
    }
    #formWrap {
        width: 50%;
        margin:0 auto;
        color:#000;
        line-height:120%;
    }
    .formTable{
        width:100%;
        margin:0 auto;
        border-collapse:collapse;
    }
    .contact-title {
        text-align: center;
        max-width: 100%;
        font-size: 3.5rem;
        line-height: 1.8;
        margin-bottom: 60px;
        font-weight: bold;
    }
    .contact-title .contact-title-first {
    position: relative;
    }
    .contact-title .contact-title-first:before {
        content: "";
        background: #E59399;
        width: calc(100% + 10px);
        height: 10px;
        bottom: -8px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }
    .contact-title b {
        font-size: 2.5rem;
        display: block;
    }
    .contact-title .contact-title-notifitication {
        font-size: 1.8rem;
        line-height: 3rem;
        display: inline-block;
        position: relative;
    }
    .contact-title .contact-title-notifitication:after {
        content: "";
        background: #E59399;
        width: calc(100% + 10px);
        height: 10px;
        bottom: -15px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }
    /*以下、②左側のコメント*/
    .balloon {
        width: 100%;
        margin: 10px 0;
        overflow: hidden;
    }
    .balloon .faceicon {
    float: left;
    margin-right: -50px;
    width: 70px;
    }
    .balloon .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    }
    .balloon .chatting {
    width: 100%;
    text-align: left;
    }
    .says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 80px;
    padding: 25px;
    max-width: 70%;
    border-radius: 12px;
    background: #f5f5f5;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3rem;
    }
    .says span{
    color:tomato;
    }
    .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #f5f5f5;
    -webkit-transform: rotate(25deg);
    transform: rotate(35deg);
    }
    .says p {
    margin: 0;
    padding: 0;
    }
    .question {
        width: 100%;
        display: block;
        border: solid 1px #E59399;
        padding: 0 25px 25px 25px;
        background-color: #f6ebec;
        border-radius: 10px;
        margin: 30px 0 30px auto;
    }
    .question-title{
    display: block;
    font-size: 1.6rem;
    width:100%;
    font-weight:bold;
    text-align:left;
    margin-top: 25px;
    margin-bottom: 20px;
    }
    .question-title:nth-of-type(2){
    margin-top: 10px;
    }
    .question-contents input, .question-contents select {
    width: 100%;
    font-size: 20px;
    height: 48px;
    border-color: #E59399;
    background-color: #fff !important;
    }
    input[type="radio"] {
    display: none;
    }
    .radio {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0px 0px 8px 10px;
    padding: 15px 15px 15px 45px;
    background-color: #fff;
    border: 1px solid #E59399;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 20px;
    width: 46%;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    }
    input[type="radio"]:checked + .radio:before {
        opacity: 1;
    }
    .radio:before {
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        position: absolute;
        top: 52%;
        left: 20px;
        display: block;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #E59399;
        content: "";
        opacity: 0;
    }
    .radio:after {
        -webkit-transition: border-color 0.2s linear;
        transition: border-color 0.2s linear;
        position: absolute;
        top: 56%;
        left: 17px;
        display: block;
        margin-top: -10px;
        width: 16px;
        height: 16px;
        border: 2px solid #E59399;
        border-radius: 50px;
        content: "";
    }
    .btn {
        font-size: 1.6rem;
        width: 100%;
        padding: 12px;
        margin-top: 15px;
        color: #fff;
        border: none;
        background: #E59399;
    }
    .privacy-policy {
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    margin-top: 20px;
    }
    .privacy-policy a{
    color: #E59399;
    text-decoration: none;
    }
    .btn-submit{
        font-size: 2.0rem;
        font-weight: bold;
        width: 100%;
        padding: 25px;
        color: #fff;
        border: none;
        background: #E59399;
    }
    .q2,.q3,.q4,.q5,.q6,.q7,.q8,.q9 {
    display: none;
    }
    
    .b2,.b3,.b4,.b5,.b6,.b7,.b8,.b9 {
    display: none;
    }
    
    .scroll-in {
    display: block;
    animation-name: showAnime; 
    animation-duration: 1s; 
    animation-fill-mode: forwards;
    perspective: 10; /*スマホのちらつき防止*/
    -webkit-perspective: 10;
    }
    @keyframes showAnime {
    0% {
        opacity: 0;
        transform: translate(-50px, 0);
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
    }
    #cta2 {
        position: relative;
        margin-top: -70px;
        margin-bottom: -35px;
    }
    #cta3 {
        position: relative;
        margin-top: -35px;
    }
    #cta a img,#cta2 a img{
        position: absolute;
        bottom: 19%;
        left: 33%; 
        width: 35%;
    }
    #cta3 a img{
        position: absolute;
        bottom: 17%;
        left: 33%;
        width: 35%;
    }
    #cta a img:hover,#cta2 a img:hover,#cta3 a img:hover{
        opacity: 0.7;
        transition: 0.5s;
    }
    #point {
        margin: -330px 0;
        position: relative;
        z-index: -1;
    }
    #benefit {
        margin-top: -77px;
        margin-bottom: 67px;
    }
    #feature {
        margin-top: -95px;
    }
    #support {
        margin-top: -150px;
    }
    #course {
        margin-top: -100px;
        position: relative;
    }
    #course p{
        text-align: center;
        position: absolute;
        bottom: 120px;
        margin: 0 auto;
        left: 40%;
    }
    #course p a {
        color: #61A2D2;
        text-decoration: underline;
    }
    #why {
        margin-top: -33px;
    }
    #question {
        padding: 100px 0;
        position: relative;
        text-align: center;
        background : url(img/faqbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Montserrat', sans-serif;
    }
    #question .question-inner {
        max-width: 1200px;
        margin: 200px auto 0px auto;
    } 
    .qa-list {
        width: 100%;
    }
    .qa-list dl {
        position: relative;
        margin: 30px 0 0;
        cursor: pointer;
        text-align: left;
        background: #fff;
        border-radius: 10px;
    }
    .qa-list dl:first-child {
        margin-top: 0;
    }
    .qa-list dl::after {
        position: absolute;
        top: 18px;
        right: 70px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        content: '+';
        color: #333;
        font-size: 30px;
    }
    .qa-list .open::after {
        transform: translate(20px, 20px) rotate(45deg);
    }
    .qa-list dl dt {
        position: relative;
        margin: 0;
        padding: 30px 20px 30px 120px;
        font-weight: bold; 
    }
    .qa-list dl dt::before {
        font-size: 25px;
        line-height: 1;
        position: absolute;
        top: 22px;
        left: 40px;
        display: block;
        content: 'Q．';
        background-color: #E59399;
        color: #fff;
        padding: 10px 3px 10px 8px;
        font-family: 'Montserrat', sans-serif;
        border-radius: 50%;
    }
    .qa-list dl dd::before {
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 10px;
        left: 40px;
        display: block;
        content: 'A．';
        font-weight: bold;
        background-color: #E59399;
        color: #fff;
        padding: 11px 5px 11px 11px;
        font-family: 'Montserrat', sans-serif;
        border-radius: 50%;
    }
    .qa-list dl dd {
        position: relative;
        margin: 0;
        padding: 15px 100px 30px 120px;
    }
    .qa-list dl dd p {
        margin: 30px 0 0;
    }
    .qa-list dl dd p:first-child{
        margin-top: 0;
    }
    footer {
        margin-top: -150px;
        padding-bottom: 20px;
        background: #FFF;
        color: #3F3F3F;
    }
    .footer-inner {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }
    .footer-inner .footer-content {
        width: 30%;
    }
    .footer-inner .footer-content img{
        width: 30%;
    }
    .footer-inner .footer-content2 {
        display: flex;
    }
    .copy-right {
        background: #97B0C9;
        text-align: center;
        padding: 5px 0;
    }
    small {
        color: #ffffff;
        font-size: 10px;
        font-weight:400;
    }
    footer p {
        font-size: 15px;
        font-weight:400;
        margin-right: 60px;
        margin-bottom: 0;
    }
    footer p a{
        color: #3F3F3F;
    }
    .pc-none {
        display: none;
    }
    @media screen and (max-width: 767px) {
        .sp-none {
            display: none !important;
        }
        .pc-none {
            display: block;
        }
        #header {
            background-color: transparent !important;
        }
        #header .header-nav {
			display: none;
		}
        #header .header-inner {
            max-width: 100%;
			padding: 10px 0;
		}
		#header .logo {
			width: 150px;
		}
		#header .logo .main-logo {
			width: 40%;
			margin-left: 20px
		}
		#header .hamburger {
			display: block;      
			width: 42px;      
			height: 42px;      
			position: fixed;
			top: 0;
			right: 0;      
			z-index: 3;
			border:none;
            padding: 30px;
		}
		#header .hamburger span {
			width: 30px;      
			height: 2px;        
			display: block;
			position: absolute;  
			background-color: #000;
            border-radius: 10px;
		}
		#header .hamburger span:nth-child(1) {
            width: 25px;
			top: 35px;
            right: 20px;
		}
		#header .hamburger span:nth-child(2) {
			top: 25px;
            right: 15px;
		}
		.hamburger.active span:nth-child(1) {
            width: 30px !important;
			transform: translate(0,10px) rotate(45deg);      
			transition: transform .3s;    
            top: 20px !important;
            right: 15px !important;
		}
		.hamburger.active span:nth-child(2) {
			transform: translate(0,-10px) rotate(-45deg);      
			transition: transform .3s;  
            top: 40px !important;
		}
		#header .globalMenuSp {
			display: block;
			transform-origin: top left;
			transform: rotateZ(-90deg);
			transition: all .3s ease; 
            background: linear-gradient(212.29deg, #F7E3DB 26.86%, #DDEFEF 93.56%);
			width: 100vw;      
			height: 100vh;  
			position: fixed;      
			top: 0;      
			right: 0;       
			z-index: 2;   
		}
		#header .active{
			transform: rotateZ(0deg);
            padding-top: 70px;
		}
		#header .globalMenuSp ul {
			width: 100%;        
			height: 100%;
            text-align: center;
			padding: 30px 0 0 0;
			z-index: 2;
            font-size: 1.5rem;
            font-family: 'Montserrat', sans-serif;
		}
		#header .globalMenuSp ul .nav-link {
			display: block;
		}
		#header .globalMenuSp ul .nav-link .menu-item {
			display: block;     
            position: relative;
            padding: 10px 0;
		}
		#header .globalMenuSp ul a li img {
            margin: 50px 0;
            width: 70%;
		}
        #cta {
            position: relative;
            margin: 0 0 -35px 0;
        }
        #cta a img{
            position: absolute;
            bottom: 10%;
            left: 6%;
            width: 90%;
        }
        #cta2 a img {
            position: absolute;
            bottom: 25%;
            left: 6%;
            width: 90%;
        }
        #cta3 a img {
            position: absolute;
            bottom: 8%;
            left: 5%;
            width: 90%;
        }
        #cta4 {
            margin: 50px 0 150px 0;
        }
        #formWrap {
            width:90%;
            margin:0 auto;
        }
        .formTable {
            width: 100% !important;
        }
        .contact-title .contact-title-notifitication {
            font-size: 1.5rem;
        }
        .question {
            padding: 15px;
        }
        .question-title, .question-contents {
            width:auto;
            display:block;
        }
        .question-title {
            margin-top:5px;
            border-bottom:0;
        }
        .radio {
            width: 45%;
        }
        .question-contents input,.question-contents select {
            width: 100%;
            padding: 0;
            font-size: 16px;
            height: 35px;
        }
        form input[type="text"], form textarea {
            width: 100%;
            padding:5px;
            font-size:110%;
            display:block;
        }
        form input[type="submit"], form input[type="reset"], form input[type="button"] {
            display:block;
            width:100%;
            height:40px;
        }
        .says {
            display: block;
            max-width: 100%;
            font-size: 1.5rem;
        }
        .balloon6 .faceicon {
            width: 65px;
        }
        #point {
            margin: -130px 0 -200px 0;
        }
        #benefit {
            margin-top: -39px;
            margin-bottom: -32px;
        }
        #recommended {
            margin-top: -32px;
        }
        #feature {
            margin-top: -45px;
        }
        #course p {
            text-align: center;
            bottom: 60px;
            left: 15%;
            font-size: 1.2rem;
        }
        #support {
            margin-top: -80px;
            margin-bottom: 80px;
        }
        #voice {
            margin-top: -80px;
            overflow: hidden;
        }
        .carousel {
            position: relative;
            bottom: 1200px;
        }
        .carousel-area {
            width: 100%;
            height: 100%;
        }
        .carousel-area img{
            width: 90%;
            object-fit: cover;
            margin-left: 20px;
        }
        .slick-track {
            display: flex;
        }
        .slick-dots {
            display: flex;
            justify-content: center;
		}
		.slick-dots li button {
            width: 20px;
            height: 20px;
			border: 1px solid #EF7D85;
            margin-left: 10px;
            padding: 0.5px 5px;
			background: #fff;
            color: #fff;
            border-radius: 50%;
			box-shadow: none;
		}
		.slick-dots .slick-active button {
            background: #EF7D85;
            color: #EF7D85;
		}
		.slick-dots li button:before {
			display: none !important;
		}
        #reason {
            margin-top: -1050px;
        }
        #question {
            padding: 230px 0 0 0;
            margin: -1px 0;
            background : url(img/faqbg_sp.png);
            background-repeat: no-repeat;
            background-size: cover;
        }
        #question .question-inner {
            margin: -80px auto 0 auto;
        }
        .qa-list {
            width: 100%;
            padding: 70px 20px;
        }
        .qa-list dl {
            margin: 10px 0 0;
        }
        .qa-list dl:after {
            top: 0px;
            right: 25px;
            width: 7px;
            height: 7px;
        }
        .qa-list dl dt {
            padding: 16px 40px 16px 70px;
            font-size: 14px;
        }
        .qa-list dl dt::before {
            font-size: 18px;
            top: 8px;
            left: 15px;
            padding: 10px 4px 10px 10px;
        }
        .qa-list dl dd::before {
            font-size: 18px;
            top: 8px;
            left: 15px;
            padding: 10px 4px 10px 10px;
            margin-top: 4px;
        }
        .qa-list dl dd {
            margin: 0;
            padding: 16px 40px 16px 70px;
            font-size: 14px;
        }
        .qa-list dl dd p {
            margin: 30px 0 0;
        }
        .qa-list dl dd p:first-child{
            margin-top: 0;
        }
        footer {
            text-align: center;
            padding: 30px 0 0 0;
        }
        footer .footer-content img {
            width: 20%;
        }
        footer .footer-txt {
            display: flex;
            justify-content: center;
        }
        footer .footer-txt p{
            font-size: 10px;
            font-weight:400;
            margin: 20px 10px;
        }
        footer .footer-txt p:nth-child(3){
            margin-right: 0px;
        }
        footer small{
            font-size: 1.0rem;
            margin-right: 0px;
        }
        .yureru-j {
            animation: yureru-j 2s infinite;
        }
        @keyframes yureru-j {
            0% {
                transform: translate(0px, 3px);
            }
            5% {
                transform: translate(0px, -3px);
            }
            10% {
                transform: translate(0px, 3px);
            }
            15% {
                transform: translate(0px, -3px);
            }
            20% {
                transform: translate(0px, 3px);
            }
            25% {
                transform: translate(0px, -3px);
            }
            30% {
                transform: translate(0px, 0px);
            }
        }
        }
