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


/* =================================================================================

   whiteArea
 
=================================================================================== */
.fieldTitSub {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 10px;
	}

.fieldTit {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 40px;
	}

.whiteArea .caution {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
	}

.whiteArea .caution li {
	text-indent: -1.4rem;
	margin-left: 1.4rem;
	margin-bottom: 8px;
	}

.whiteArea .caution li:last-child {
	margin-bottom: 0;
	}

.whiteArea .caution li:before {
	content: '※';
	}

/* investigation================================= */
.investigation {
	background: #d9f3fc;
	padding: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	}

.investigation .investigationTit {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
	}

.investigation .investigationIn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.investigation .investigationIn li {
	width: 32.5%;
	position: relative;
	background: #fff;
	display: flex;
    flex-direction: column;
	}

.investigation .investigationIn li .number {
	font-family: 'Cormorant', serif;
	color: #00b0ec;
	font-size: 6.4vw;
	position: absolute;
	top: -16%;
    left: 5%;
	}

.investigation .investigationIn li .sub,
.investigation .investigationIn li .txt {
	text-align: center;
	}

.investigation .investigationIn li .sub {
	font-size: 1.5vw;
	white-space: nowrap;
	padding: 50px 20px;
	}

.investigation .investigationIn li .txt {
	font-size: 1.1vw;
	}

.investigation .investigationIn li .mt { 
	margin-top: 10%;
	}

.investigation .investigationIn li .img {
    margin-top: auto;
}

/* other================================= */
.whiteArea.titleBox {
	position: relative;
	}

.whiteArea.titleBox .titleCircle {
	position: absolute;
	top: -50px;
    left: 50px;
    width: 16%;
	}

/* classTxt================================= */
.class {
    max-width: 977px;
    width: 100%;
    margin: 0 auto 70px;
}

.class .classTxt {
	width: 88%;
	background: #fff;
	filter: drop-shadow( 1px 1px 4px rgba(0,0,0,.1));
	padding: 40px;
	margin: -25px auto 0;
	}

.class .classTxt .classTxtBox {
	margin-bottom: 25px;
	}

.class .classTxt .classTxtBox:last-child {
	margin-bottom: 0;
	}

.class .classTxt .midashi {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
	}

/* interviewName================================= */
.interviewArea {
	margin-bottom: 80px;
	}

.class .interviewName {
	display: flex;
	justify-content: center;
	margin: 25px 20px 0;
	}

.class .interviewName .name {
	font-size: 2.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

.class .interviewName .name .sub {
	font-size: 1.4rem;
	}

.class .interviewName .kakeru {
	font-size: 3.2rem;
	margin: 0 35px;
	}

.class .classTit {
	position: relative;
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 50px;
	}

.class .classTit:before {
	content: "";
	background: #00b0ec;
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	}

.class .classTxt {
	width: 88%;
	background: #fff;
	filter: drop-shadow( 1px 1px 4px rgba(0,0,0,.1));
	padding: 40px;
	margin: -25px auto 0;
	}

/* question================================= */
.questionTxt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	}

.questionTxt .nameBox {
	width: 97px;
	}

.questionTxt .nameBox .img {
	margin-bottom: 15px;
	}

.questionTxt .nameBox .name {
	text-align: center;
	margin-bottom: 0;
	}

.questionTxt .txt {
	width: 85%;
	position: relative;
	background: #d9f3fc;
	border-radius: 15px;
	word-break: break-word;
	padding: 30px;
	margin-bottom: auto;
	}

.questionTxt .txt:before {
    content: "";
    position: absolute;
    top: 40px;
    left: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #d9f3fc;
	}

.questionTxt:nth-child(even) {
    flex-direction: row-reverse;
	}

.questionTxt:nth-child(even) .txt:before {
    left: auto;
    right: -10px;
    border-right: none;
    border-left: 10px solid #d9f3fc;
}





@media only screen and (min-width: 1300px) {
.investigation .investigationIn li .number {
	font-size: 7.5rem;
	}

.investigation .investigationIn li .sub {
	font-size: 2.1rem;
	}

.investigation .investigationIn li .txt {
	font-size: 1.4rem;
	}
}





@media only screen and (max-width: 1100px) {
.whiteArea.titleBox .titleCircle {
	top: -55px;
	left: 0;
	right: 0;
	margin: auto;
	width: 110px;
	}
}





@media only screen and (max-width: 960px) {
.fieldTitSub {
    font-size: 2rem;
    margin-bottom: 5px;
	}

.fieldTit {
    font-size: 2.8rem;
    margin-bottom: 30px;
    /*font-size: 2.2rem;
    margin-bottom: 20px;*/
	}

.whiteArea.titleBox {
	margin-top: 50px;
	padding-top: 70px;
	}

.whiteArea .midashi {
    font-size: 2rem;
	}

/* investigation================================= */
.investigation {
    padding: 25px;
	}

.investigation .investigationTit {
    font-size: 2rem;
    margin-bottom: 0;
	}

.investigation .investigationIn li {
    width: 48.5%;
    margin-top: 20px;
	}

.investigation .investigationIn li .sub {
    font-size: 1.6rem;
    padding: 50px 0;
    white-space: normal;
	}

.investigation .investigationIn li .txt {
    font-size: 1.4rem;
	}

.investigation .investigationIn li .mt {
    margin-top: 7%;
	}

.investigation .investigationIn li .number {
    font-size: 5.5rem;
    top: -45px;
	}


.class .classTit {
    font-size: 2.8rem;
	}

.class .classTxt {
    padding: 35px;
	}

.questionTxt .nameBox {
    width: 15%;
    }

.questionTxt .nameBox .img {
    margin-bottom: 5px;
}

.questionTxt .txt {
    width: 80%;
    }
    
}





@media only screen and (max-width: 520px) {
/* investigation================================= */
.investigation .investigationIn {
    display: block;
	}

.investigation .investigationIn li {
    width: 100%;
	}

.investigation .investigationIn li .number {
    top: -44px;
	}

.investigation .investigationIn li .mt {
    margin: 2.5% 0;
	}

.class {
    margin: 0 auto 60px;
    }

.class .interviewName .name {
    font-size: 2rem;
    width: calc((100% - 65px) / 2);
	}

.class .interviewName .name .sub {
    font-size: 1rem;
	}

.class .interviewName .kakeru {
    font-size: 2.2rem;
    margin: 0 20px;
    width: auto;
	}

.class .classTxt {
    padding: 25px;
	}

.class .classTxt .midashi {
    font-size: 2rem;
}

.questionTxt {
    margin-top: 20px;
    }

.questionTxt .txt {
    padding: 25px;
    }

}


