@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Noto+Serif+JP:wght@300;600&family=Noto+Sans+JP:wght@400;500&display=swap');
/*'Noto Serif JP',*/
html,body {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 2;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #111;
}
*:focus {
outline: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}

img {
	border: none;
	width: 100%;
}
h1,h2,h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
}
@media only screen and (max-width: 768px)  {
	html,body {
		font-size: 11px;
	}
}


.clear {
	clear: both;
}
.spview {
	display:none;
}
.fade {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade.ac {
	opacity: 1;
}
.spbr {
	display: none;
}
@media only screen and (max-width: 768px)  {
	.pcview {
		display: none;
	}	
	.spview {
		display: block;
	}
	.spbr {
		display: block;
	}
	.pcbr {
		display: none;
	}
}
.hr {
	width: 100%;
	height: 8px;
	position: relative;
}
.hr::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #555;
}
.hr::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #555;
}


#by_wrap {
	background: #efe8dc;
	padding: 5%;
	opacity: 0;
	transition: 1s all 0s ease;
}
#by_wrap.is-active {
  opacity: 1;
}
@media only screen and (max-width: 768px)  {
	#by_wrap {
		background: #efe8dc;
		padding: 2.5%;
	}	
}



#main_visual {
	max-width: 1100px;
	margin: 0 auto;
	border: 2px solid #555555;
	border-radius: 10px;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	padding: 100px 50px 0;
}
#main_visual .title {
/*	position: absolute;
	top: 100px;
	left:8%;*/
	width: 44%;
	float: left;
	padding-bottom: 4%;
	padding-left: 2%;
}
#main_visual .title h1 {
	width: 90%;
	margin: 0 auto 8%;
}
#main_visual .title .logo {
	width: 45%;
	margin: 0 auto 8%;
}
#main_visual .visual {
	width: 50%;

	float: right;
}
#main_visual .read {
/*	position: absolute;
	top: 400px;
	left: 8%;*/
	width: 44%;
	float: left;
	padding-left: 2%;
}
#main_visual .read h2 {
	font-size: 13px;
	line-height: 2.4;
}
#main_visual .next {
	width: 35%;
	margin: 0 auto 0;
	position: relative;
	top: 75px;
}
#main_visual .next .txt {
	font-size: 18px;
	text-align: center;
	margin: 5% 0;
}
#main_visual .next .c-button__item {
  cursor: pointer;
  display: block;
  padding: 25px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#main_visual .next .copy {
	font-size: 9px;
	text-align: center;
	margin: 10px 0 0;
}
@media only screen and (max-width: 768px)  {
	#main_visual {
		padding: 10% 0%;
	}
	#main_visual .title {
		position: relative;
		top: auto;;
		left:auto;
		width: 86%;
		margin: 0 auto;
		float: none;
		padding-left: 0;
	}
	#main_visual .title h1 {
		width: 86%;
		margin: 0 auto 6%;
	}
	#main_visual .title .logo {
		margin: 0 auto 10%;
	}
	#main_visual .visual {
		width:90%;
		margin: 10% auto;
		float: none;
	}
	#main_visual .read {
		position: relative;
		top: auto;
		left: auto;
		width: 86%;
		margin: 0 auto;
		float: none;
		padding-left: 0;
	}
	#main_visual .read h2 {
		font-size: 11px;
		line-height: 2.0;
	}
	#main_visual .next {
		width: 100%;
		margin: -100px auto 50px;
		position: relative;
		top: 150px;
	}
#main_visual .next .c-button__item {
	width: 65%;
	margin: 0 auto;
	}
}




#question {
}
#question .question-wrap {
	display: none;
	margin: 5% auto;
}
#question .question-wrap .set {
	transition: opacity .3s ease;
	opacity: 0;
}

#question .question-wrap .set.is-show {
  opacity: 1;
}

#question .question-wrap .set:first-child .karte {
  display: block !important;
}

#question .question-wrap .karte {
  display: none;
}

#question .question-wrap .karte.is-show {
  display: block;

}
#question .question-wrap .question-box {
	max-width: 1100px;
	margin: 100px auto 50px;
	border: 2px solid #555555;
	border-radius: 10px;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
}

.question-box:before {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: calc(50% - 10px);
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top-color: #555;
  transform: scaleX(0.6);
}
#question .question-wrap .inner {
	position: relative;
	width: 75%;
	margin: 0 auto;
} 
#question .question-wrap .inner .img {
	width:35%;
	float: left;
} 
#question .question-wrap .inner .txt {
	width:60%;
	float: right;
	padding-top: 5%;
} 
#question .question-wrap .inner .txt .tit {
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 32px;
} 
#question .question-wrap .inner .txt .question_txt {
	font-size: 24px;
} 
.question-buttons {
	width:57%;
	float: right;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	box-sizing: border-box;
	padding-right: 20%;
	margin-top: 25px;
}
.question-buttons a {
	  cursor: pointer;
	  display: block;
	  padding: 5px;
	  border-radius: 50px;
	  color: #fff;
	  text-align: center;
	  font-size: 1.8rem;
	  font-weight: bold;
	width: 80%;
	margin-right: 20%;
}
.is-yes {
	background: #c43232;
}
.is-no {
	background: #3b63ad;
}
@media only screen and (max-width: 768px)  {
	#question .question-wrap .inner {
		position: relative;
		width: 90%;
		margin: 0 auto;
		padding: 5% 0
	} 
	#question .question-wrap .inner .img {
		width:45%;
	} 
	#question .question-wrap .inner .txt {
		width:55%;
		padding-top: 5%;
	} 
	#question .question-wrap .inner .txt .tit {
		font-size: 20px;
	} 
	#question .question-wrap .inner .txt .question_txt {
		font-size: 13px;
	} 
	.question-buttons {
		width:70%;
		float: none;
		padding: 0;
		margin: 25px auto;
	}
	.question-buttons a {
		  padding: 5px;
		  font-weight: bold;
		width: 80%;
		margin:0 auto;
	}
}




#type {
	max-width: 1100px;
	margin: 150px auto 50px;
}
#type h2 {
	width: 38%;
	margin: 10% auto 2%;
}
#type ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}
#type li {
	margin: 0 auto;
	border: 2px solid #555555;
	border-radius: 10px;
	overflow: hidden;
	width: 94%;
	margin-right: 6%;
	line-height: 0;
}
#type li:nth-of-type(2) {
	margin-right: 3%;
	margin-left: 3%;
}
#type li:nth-of-type(3) {
	margin-left: 6%;
}
.other__item {
  position: relative;
  cursor: pointer;
}

.other__item.is-show {
}
@media only screen and (max-width: 768px)  {
	#type h2 {
		width: 75%;
		margin: 10% auto 2%;
	}
	#type ul {
		display: block;
		grid-template-columns: 1fr;
	}
	#type li,#type li:nth-of-type(2),#type li:nth-of-type(3) {
		width: 100%;
		margin: 5% auto
	}
}
#comment {
	max-width: 1100px;
	margin: 5% auto;
}
#comment .box {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 5%;
}

#comment .box h3 {
	font-size: 24px;
	line-height: 1.6;
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	margin-bottom: 15px;
}
#comment .box .read {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
#comment .box .read .prof {
	display: block;
	font-size: 12px;
}
#comment .box .read .prof.wh {
	opacity: 0;
}
#comment .box .txt {
	font-size: 12px;
}
@media only screen and (max-width: 768px)  {
	#comment .box {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 5%;
		margin: 0 auto 10%;
	}
	#comment .box .read {
		font-size: 13px;
	}
	#comment .box .read .prof {
		display: block;
		font-size: 11px;
	}
	#comment .box .txt {
		font-size: 11px;
	}
}





.result-list {
  position: relative;
  display: none;
  opacity: 0;
  transition: ease opacity 0.5s;
}

.result-list.is-show {
  opacity: 1;
}
.result {
  display: none;
  position: relative;
}
.section {
	max-width: 1100px;
	margin: 100px auto;
	border: 2px solid #555555;
	border-radius: 10px;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	padding: 5%;
}

.section .mainbox {
	width: 100%;
	margin: 5% auto;
	position: relative;
}
.section .mainbox .img {
	width: 40%;
	box-sizing: border-box;
	padding-left: 15%;
}
.section .mainbox .title {
	position: absolute;
	top: 15%;
	right: 0;
	width: 55%;
}
.section .mainbox .title .tit {
	width: 60%;
	margin-bottom: 10px;
}
.section .mainbox .title h2 {
	font-size: 20px;
}

.section .mainbox .txtbox {
	position: absolute;
	top: 40%;
	right: 0;
	width: 55%;
	border-top: 1px solid #000;
	padding-top: 25px;
}
.section .mainbox .txtbox h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.section .mainbox .txtbox .txt {
	font-size: 14px;
	width: 75%;
}
@media only screen and (max-width: 768px)  {
	.section {
		margin: 75px auto;
		padding: 10% 5%;
	}
	.section .mainbox {
		margin: 5% auto 15%;
	}
	.section .mainbox .img {
		width: 45%;
		padding-left: 0;
	}
	.section .mainbox .title {
		position: absolute;
		top: 22%;
		right: 2%;
		width: 52%;
	}
	.section .mainbox .title .tit {
		width: 100%;
	}
	.section .mainbox .title h2 {
		font-size: 14px;
		text-align: center;
	}
	.section .mainbox .txtbox {
		position: relative;
		top: auto;
		right: auto;
		width: 90%;
		border-top:none;
		padding-top: 0;
		margin: 0 auto;
	}
	.section .mainbox .txtbox h3 {
		font-size: 14px;
		margin-bottom: 15px;
		text-align: center;
	}
	.section .mainbox .txtbox .txt {
		font-size: 11px;
		width: 100%;
	}
}





.section .boxwrap {
}
.section .boxwrap .title{
	border-bottom: 1px solid #555;
	box-sizing: border-box;
	padding:3%;
}
.section .boxwrap .title .tit{
	width:45%;
	margin: 0 auto 15px;
}
.section .boxwrap .title h3{
	text-align: center;
	font-size: 18px;
}
.section .boxwrap .box {
	width: 50%;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 6%;
}
.section .boxwrap .box .name {
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 10px 0;

}
@media only screen and (max-width: 768px)  {
	.section .boxwrap .title{
		padding:10% 0%;
	}
	.section .boxwrap .title .tit{
		width:85%;
		margin: 0 auto 15px;
	}
	.section .boxwrap .title h3{
		text-align: center;
		font-size: 11px;
	}
	.section .boxwrap .box {
		width: 100%;
		float: none;
		padding: 10% 5%;
		border-bottom: 1px solid #555;
	}	
}


.section .boxwrap.stylebox .box .name {
	font-size: 18px;
	font-weight: 600;

}
.section .boxwrap .box .link {
	text-align: center;
	font-size: 12px;
	margin: 25px 0 0
}
.section .boxwrap .box .link a {
	display: block;
	background: #000;
	width: 50%;
	border-radius: 50px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	margin: 10px auto 0;
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.section .boxwrap .bo::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #555;
	z-index: 100
}

@media only screen and (max-width: 768px)  {
	
	.section .boxwrap .bo::before {
		opacity: 0;
	}
}





.section .comment {
	border-bottom: 1px solid #555;
	box-sizing: border-box;
	padding: 5%;
	font-size: 12px;
	line-height: 2.2;
}
.section .comment .big {
	font-size: 24px;
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 20px;
	font-weight: 600;
}

.section .btn {
	text-align:center;
	font-size: 18px;
	box-sizing: border-box;
	padding: 5% 5% 0;
	
}
.section .btn a {
	text-align:center;
	font-size: 20px;
	padding: 10px;
	display: block;
	background: #000;
	color: #FFF;
	border-radius: 50px;
	margin: 15px auto 0;
	width: 30%;
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c-button  {
	text-align: center;
	margin: 5% auto 0;
	font-size: 12px;
	cursor: pointer;
}
@media only screen and (max-width: 768px)  {
	.section .comment {
		padding: 10% 5%;
		font-size: 11px;
	}
	.section .comment .big {
		font-size: 18px;
	}
	.section .btn {
		text-align:center;
		font-size: 14px;
		padding: 10% 0 0;
	}
	.section .btn a {
		font-size: 18px;
		padding: 10px;
		width: 75%;
	}
}


.staff {
	text-align: center;
	font-size: 10px;
	margin-bottom: 10%;
}
#footer {
	margin:5% auto 5%;
	padding-top: 5%;
	border-top: 1px solid #555;
}
#footer .logo {
	width: 75%;
	max-width: 350px;
	margin: 0 auto 35px;
}
#footer .copy {
	text-align: center;
	font-size: 10px;
}


.small {
	display: inline-block;
	color: #D00003;
	font-size: 9px;
	font-weight: 400;
	line-height: 1.7;
	text-align: center;
	margin: 5px auto;
}

