@charset "utf-8";
/* CSS Document */

body{
    background-image: url("../img/footer_bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 50%;
    background-attachment: fixed;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #543B0F;
    letter-spacing: 1px;
}

nav.menu_pc{
    width: 100%;
    height: 5.2vw;
    background-image: url("../img/nav_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

nav.menu_pc p{
    width: 30%;
    margin-left: 1vw;
}

nav.menu_pc p img{
    width: 100%;
}

nav.menu_pc ul{
    width: 25%;
    height: 5.2vw;
    justify-content: space-between;
    display: flex;
    margin-right: 2vw;
}

nav.menu_pc ul li{
    width: 30%;
    height:100%;
}

nav.menu_pc ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

nav.menu_pc ul li img{
    width: 100%;
}

nav ul li:nth-child(1){
    background-image: url("../img/nav1.png");
}

nav ul li:nth-child(2){
    background-image: url("../img/nav2.png");
}

nav ul li:nth-child(3){
    background-image: url("../img/nav3.png");
}

nav ul li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition : all 0.2s ease 0s;
}

nav ul li:nth-child(1):hover{
    background-image: url("../img/nav1_hover.png");
}

nav ul li:nth-child(2):hover{
    background-image: url("../img/nav2_hover.png");
}

nav ul li:nth-child(3):hover{
    background-image: url("../img/nav3_hover.png");
}

main{
    width: 60%;
    background-color: #F8F3DA;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 5.2vw;
}

article{
    overflow: hidden;
}

.menu_interview{
    padding: 1vw 0 5vw;
    background-color: #F1E7B7;
    width: 90%;
    margin: 7vw auto 0;
}

.menu_interview h2{
    text-align: center;
    width: 60%;
    margin: 3vw auto;
}

.menu_interview h2 img{
    width: 100%;
}

.interview{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.interview_inner{
    width: 30%;
    font-size:clamp(10px, 2vw, 14px);
    margin: 2em 0 0;
}

.interview_inner .interview_min{
    font-weight: bold;
    color: #8C6856;
}

.interview_inner span{
    font-size:clamp(10px, 2.1vw, 16px);
}

.name_int{
    text-align: center;
}

.photo_int{
    width: 100%;
    background-color: #ccc;
    margin: 0.3em 0 1em;
}

.photo_int a:hover{
    opacity: 0.7;
}


.photo_int img{
    width: 100%;
}


section{
    width: 90%;
    margin: 0 auto;
    padding: 4vw 0;
}

section:first-child{
    padding-top: 5.2vw;
    margin-top: 0;
}

section>div:first-of-type{
    width: 95%;
    font-size:clamp(18px, 2.3vw, 26px);
    display: flex;
    justify-content: space-between;
    margin: 0.5em auto;
    font-weight: bold;
}

section>div:first-of-type p:first-child{
    padding: 0.5em 0.2em;
    border-bottom: 2px solid #8C6856;
    height: fit-content;
}

section ul{
    font-size:clamp(13px, 2vw, 15px);
    margin-left: 1em;
}

section ul li{
    display: flex;
    align-items:flex-end;
    margin-left: 1em;
    text-indent: -3em;
    padding-left: 3em;
    padding-bottom: 0.2em;
    line-height: 1.7;
}

section>div:first-of-type span{
    font-size:clamp(16px, 2.1vw, 20px);
    margin-right: 1em;
}

section>div:first-of-type span:first-child{
    color: #8C6856;
}

section .photo{
    width: 100%;
    margin: 3vw 0 1.3vw;    
}

section .photo img{
    width: 100%;
}

section .question{
    padding-top: 3.5em;
}

section .question:first-of-type{
    padding-top: 1em;
}

section .photo_min+.question{
    padding-top: 1em;
}

section h3{
    font-size:min(3.5vw,22px);
    margin-bottom:1.3em;
    text-indent: -1.2em;
    padding-left: 1.2em;
    font-weight: bold;
    color: #8C6856;
}


section h3:first-of-type{
    clear: both;
}

section .question_leaf{
    position: relative;
    clear: both;
}

section .question_leaf>p{
    width: 3vw;
    position: absolute;
    left: 0;
    top:-2vw;
}

section .question_leaf>p img{
    width:100%;
}



section .question_po{
    width: 100%;
    margin: 3vw auto 0;
    background-color: #F1E7B7;
    padding: 2em;
    line-height: 1.7;
}

section .question .answer{
    line-height: 1.9;
    font-size:clamp(10px, 2vw, 15px);
    text-indent: 1em;
}

section .question .answer p {
    padding-top: 0.4em;
}

section .question_po .photo_min{
    width: 100%;
    background-color: #ccc;
    margin: 1.5em 0;
}

section .question_po .photo_min img{
    width: 100%;
}

.form-btn{
	padding:1.3em 1.3em;;
	background-image:url(../img/form-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
	position:fixed;
	right:0;
	top:20vw;
    -ms-writing-mode: tb-rl;
	writing-mode:vertical-lr;
    text-orientation: upright;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
    font-size:clamp(15px, 2vw, 16px);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold;
    letter-spacing: 0.2em;
}

.form-btn a{
	display:block;
	margin: -1.3em -1.3em;
	padding: 1.3em 1.3em;
}

.form-btn:hover{
	opacity:0.7;
	transition : 0.3s;
}

div.pagetop {
	width:1.5vw;
	height:7vw;
	display: none;
	border-radius: 50%;
	position: fixed;
	left: 2vw;
	bottom: 10vw;
}

div.pagetop:hover {
	cursor: pointer;
	opacity:0.7;
}

div.pagetop img{
	width:100%;
}



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

body{
    background-size: 100%;
    background-color: #F8F3DA;
}
 
main{
    width: 100%;
    height: auto;
    background-color: transparent;
}

.menu_interview h2{
    margin: 5vw auto;
}

.interview_inner{
    width: 47%;
}

.interview_inner span{
    font-size:clamp(10px, 2.1vw, 16px);
}


section .question_leaf>p{
    width: 7vw;
    top:-4vw;
}

section .question .photo_min {
    width: 95%;
    height: 30vw;
    margin: 0 auto;
}

section>div:first-of-type {
    font-size:clamp(14px, 3.3vw, 18px);
    margin: 0.5em 0;
}

section>div:first-of-type span {
    font-size:clamp(10px, 3vw, 13px);
}

section ul {
    font-size:clamp(10px, 3vw, 12px);
}

section .question_po {
    margin-top: 10vw;
}

section .question {
    flex-wrap: wrap;
}

section .question:nth-of-type(3) .photo_min{
    order: 2;
}

section .question:nth-of-type(3) .answer{
    order: 1;
}

section .question .answer{
    width: 95%;
    margin: 0 auto;
    font-size:clamp(10px, 2.8vw, 14px);
    letter-spacing: 1px;
}


}



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



nav.menu_pc{
    width: 100%;
    height: 15vw;
    background-image: url("../img/nav_bg_sp.png");
    background-position: bottom;
}

nav.menu_pc p{
    width: 65%;
    margin: 0 auto;
    padding: 0.3em 0;
}

section ul {
    font-size:clamp(10px, 3vw, 10px);
}

.menu_interview {
    margin: 20vw auto 0;
}

.menu_interview h2{
    padding-top: 3vw;
    margin-top:1vw;
}

.form-btn{
	top:110vw;
    font-size:clamp(12px, 2vw, 13px);

}

div.pagetop {
	width:4vw;
	height:7vw;
	bottom: 20vw;
}



}


