a {
	outline: none;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	position: relative;
	color: #333333;
	font-weight: 700;
	background: #ffffff;
	background-size: cover;
}
.jigyou{
	background-color: #333;
	color: #FFF;
}
.maincatch {
	background: #336fc2 url(images/machi.png) top 30px center no-repeat;
	color: #FFF;
}
.maincatch_c{
	padding: 80px 0 320px 0 !important;
	background: url(images/top_img.png) center bottom no-repeat;

}
.maincatch .yellow{
	border-bottom: 1px solid #fdff70;
}
.logo{
	max-width: 800px;
	margin: 0 auto;
}
.logo img{
	display: block;
	margin-top: 30px;
}
h1 {
	margin-bottom: 0px;
	font-size: 130%;
}

li {
	list-style-type: none;
}

.big {
	font-size: 140%;
	font-weight: 900;
	line-height: 1.7;
}
.bign {
	font-size: 140%;
	font-weight: 700;
	line-height: 1.7;
}
.bigs {
	font-size: 140%;
	font-weight: 400;
	line-height: 1.7;
}

.big2 {
	font-size: 180%;
	font-weight: 700;
	line-height: 1.7;
}

.maincatchbtn{
	gap: 30px;
	justify-content: center;
}
.wrap980 {
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
}

.wrap1200 {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

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

.flex-2, .flex-3, .flex-4,.gap30{
	gap: 30px;
}

.flex-2 li,.flex-2-c{
	width: calc((100% - 30px) / 2);
}

.flex-3 li {
	width: calc((100% - 60px) / 3);
}

.flex-4 li {
	width: calc((100% - 90px) / 4);
}

.alc {
	align-items: center;
}

.small {
	font-size: 90%;
	line-height: 1.4;
}

.small2 {
	font-size: 80%;
	line-height: 1.4;
	font-weight: 400;
}

.small3 {
	font-size: 75%;
	line-height: 1.4;
}

.blue {
	color: #336fc2;
}
.yellow{
	color: #fffb0b;
}
.pink {
	color: #f73384;
}

.pink2 {
	color: #fcbed8;
}
.fw400{
	font-weight: 400;
}

nav {
	background-color: #0352a2;
	color: #FFF;
}

nav a {
	background-color: #004b96;
	color: #FFF;
	padding: 10px 14px;
	transition: .4s;
	display: inline-block;
	text-decoration: none;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

nav a:hover {
	background-color: #002d5a;
}

nav span {
	display: inline-block;
	margin-right: 20px;
}

.flex40 {
	width: 40%;
	margin-right: 5%;
}

.flex60 {
	flex: 1;
}

.table01 {
	margin: 10px 0 30px 0;
	width: 100%;
	border: 1px solid #dad3cf;
	border-collapse: collapse;
	line-height: 1.6;
}

.table01 th {
	white-space: nowrap;
	background-color: #E0ECD6;
	color: #474241;
	border-right: 1px solid #dad3cf;
	border-bottom: 1px solid #dad3cf;
	padding: 10px 30px;
}

.table01 td {
	border-bottom: 1px solid #dad3cf;
	border-right: 1px solid #dad3cf;
	padding: 10px 30px;
	background-color: #fff;
}


footer {
	background-color: #FFF;
	border-top:5px solid #336fc2; 
	padding: 60px 0 0;
	text-align: center;
}

.footban img{
	transition: .4s;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.footban img:hover{
opacity: 0.8;
}
.footlink{
	text-align: center;	
	display: flex;
	justify-content: center;
	gap: 10px;
}
.footlink img{
	width: 300px;
	height: auto;
}
.copy {
	background-color: #e9e9e9;
	padding: 6px 10px;
	font-size: 80%;
}
.fade-in{
	opacity:0;
	transform:translateY(20px) scale(.6);
}

.fade-in.active{
	animation:popIn .7s forwards;
}

@keyframes popIn{
	0%{
		opacity:0;
		transform:translateY(20px) scale(.6);
	}
	70%{
		opacity:1;
		transform:translateY(-3px) scale(1.08);
	}
	100%{
		opacity:1;
		transform:translateY(0) scale(1);
	}
}

.fade-in.active.fade2 {
	animation-delay: .2s;
}

.fade-in.active.fade3 {
	animation-delay: .4s;
}
.txc {
	text-align: center;
}
.txc .centertxt{
	text-align: left;
	display: inline-block;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

@media screen and (min-width:768px) {
	.sp_only {
		display: none;
	}

	.pc_txc {
		text-align: center;
	}
}

@media (min-width: 767px) and (max-width: 1200px) {
	.wrap1200 {
		padding: 0 10px;
	}

	.mainttl {
		padding: 14px 10px;
		min-height: auto;
	}
}

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

	.maincatch_c{
	padding: 20px 14px 180px 14px !important;
	background: url(images/top_img.png) center bottom no-repeat;
	background-size: 90% auto;}

.logo img{
	margin-top: 10px;
}
	.pc_only {
		display: none;
	}

	.sp_txt, .small {
		font-size: 80% !important;
		line-height: 1.5;
	}
	.sp_txt_s{
		font-size: 70% !important;
		line-height: 1.5;
	}

	.big2 ,.bign{
	font-size: 120%;
	font-weight: 700;
	line-height: 1.6;
}
.bigs{
	font-size: 110%;
	font-weight: 400;
	line-height: 1.6;
}
	.sp_txc {
		text-align: center;
	}

	.sp_img_s {
		width: 60%;
		margin: 0 auto;
		display: block;
	}

	.sp_pd {
		padding: 0 10px;
	}

	.flex-b,.flex-4{
		flex-direction: column;
	}

	.flex40 {
		width: 100%;
	}
	 
	.flex-4 li,.henka li,.support li{
		width: 100%;
	}
	.flex-2, .flex-3, .flex-4,.gap30{
	gap: 12px;
}

	.table01 .table01 tbody,
	.table01 tr,
	.table01 th,
	.table01 td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.table01 th {
		border-bottom: none;
		padding: 5px;
	}

	.table01 td {
		line-height: 1.6;
		font-size: 90%;
		padding: 5px;
	}

}

@media screen and (max-width:767px) {
	.mb60, .mb90 {
		margin-bottom: 30px !important;
	}

}

.gfont {
	font-family: "Bungee", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.g_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed,
.g_map video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sttl {
	text-align: center;
	font-size: 180%;
	margin-bottom: 30px;
}

.sttl span.gfont {
	display: block;
	color: #336fc2;
	margin-bottom: 8px;
}

.bgblue2 .sttl span.gfont {
	color: #FFF;
}

.sttl2 {
	background-color: #336fc2;
	color: #FFF;
	text-align: center;
	padding: 10px;
	border-radius: 100vh;
	margin-bottom: 30px;
}
.ttl-l{
		font-size: 220%;
	font-weight: 900;
	line-height: 1.7;
}

.ribbonttl{
    display: block;
    padding: 10px 1rem;
	background-color: #336fc2;
	color: #FFF;
	border-radius: 100vh;
	font-size: 130%;
    font-weight: bold;
    text-align: center;
	margin-bottom: 30px;
}

.real {
	font-size: 120%;
}

.real .blue {
	display: block;
	font-size: 350%;
	font-weight: 900;
	margin-top: 8px;
	line-height: 1;
}
.real li{
	background: url(images/fukidashi.svg) center center no-repeat;
	background-size: auto 100%;
	padding: 40px 0;
}

.chuilist li {
	background:url(images/yajirushi.svg) center bottom no-repeat;
	background-size: 50px 30px;
	padding-bottom: 40px;
	font-size: 110%;
	text-align: center;
	margin-bottom: 10px;
}
.chuilist li p{
	padding: 18px 10px 18px 10px;
	border-radius: 100vh;
	background-color: #e2edfa 
}
.chuilist li:last-child{
	background: none;
}

.bgblue {
	background-color: #e2ebf6;
}

.bgblue2, .kouka li {
	background-color: #336fc2;
	color: #FFF;
}

.pd80 {
	padding: 80px 0;
}
.koukattl{
	display: inline-block;
	padding: 15px 74px;
	background-image: url(images/chon_l.png),url(images/chon_r.png);
	background-position: 0 center,right center;
	background-repeat: no-repeat;
}

.kouka {
	gap: 10px;
}

.kouka li{
	width: calc((100% - 30px) / 4);
	border: 2px solid #333;
	border-radius: 14px;
	padding: 20px;

	opacity:0;
	transform:translateY(50px) scale(0.9);
	transition:
		opacity .6s ease,
		transform .6s ease;
}

/* 表示時 */
.kouka li.show{
	opacity:1;
	transform:translateY(0) scale(1);
}

/* 順番に遅延 */
.kouka li:nth-child(1){
	transition-delay:0s;
}
.kouka li:nth-child(2){
	transition-delay:.3s;
}
.kouka li:nth-child(3){
	transition-delay:.6s;
}
.kouka li:nth-child(4){
	transition-delay:.9s;
}
.kouka h3 {
	color: #ffff9a;
	font-size: 150%;
	margin-bottom: 10px;
}

.kouka h3 .gfont {
	color: #FFF;
	font-size: 120%;
	margin-bottom: 6px;
	display: block;
}
.linklist li{
	border-bottom: 2px dotted #3959b3;
	padding: 0 0 20px 0;
}
.linklist a {
	padding: 14px 10px;
	text-decoration: none;
	display: block;
	color: #333;
}

.linklist a:hover {
	background-color: #eaeff5;
}
.linktxt{
	padding: 0 10px;
}

.linkurl{
	background: url(images/gaibu.svg) right center no-repeat;
	background-size: 16px 16px;
	padding-right: 26px;
	text-decoration: underline;
	color: #336fc2;
	overflow-wrap: anywhere;
}

.sec4wrap{
	background: url(images/checklistimg.png) right 10% top 40px no-repeat;
}
#sec4{
	display: inline-block;
	font-size: 160%;
	background: url(images/icon_check.svg) 0 bottom no-repeat;
	background-size: 40px auto;
	padding: 0 0 5px 44px;
}

.btn01,.btn02,.sindanbtn{
	position: relative;
	margin-top: 20px;
	display: inline-block;
	border: 3px solid #333;
	padding: 18px 50px;
	text-decoration: none;
	color: #fff;
	background-color: #f73384;
	box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 1);
	z-index: 1;
	font-size: 130%;
	cursor: pointer;
	letter-spacing: 0.02em;
	font-weight: 700;
}
.support .btn01{
	font-size: 100%;
	padding: 14px 20px;
}
.btn02{
	background-color: #8ad157
}
#sp02 .btn01{
	background-color: #ffd102;
	color: #333;
}
#sp03 .btn01{
	background-color: #8452c5;
}
.btn01:after,.btn02:after,.sindanbtn::after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #e0e5ec;
	transition: all 0.3s ease;
}

.btn01:hover,.btn02:hover,.sindanbtn:hover{
	color: #000;
}

.btn01:hover:after,.btn02:hover:after,.sindanbtn:hover::after{
	left: 0;
	width: 100%;
}

.btn01:active,.btn02:active,.sindanbtn:active{
	top: 2px;
}

.sec7catch{
	background-color: #336fc2;
	color: #FFF;
	padding: 6px 80px;
	border-radius: 100vh;
	display: inline-block;

	margin: 0 auto;}

@media screen and (max-width:767px) {
	.wrap1200 {
		padding: 0 16px;
	}

	.big {
		font-size: 110%;
		line-height: 1.6;
	}
	.ttl-l{
		font-size:130%;
	font-weight: 700;
	line-height: 1.6;
}
#kensyuttl.ttl-l span.gfont{
	font-size: 90%;

}
.kensyumaru{
	flex-direction: column;
}
.kensyumaru li{
	width: 80%;
	margin: 0 auto;
}
.sttl {
	font-size: 130%;
}
.sttl2 {

	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.pd80 {
	padding: 30px 0;
}
	.chuilist li, .kouka li, .linklist li {
		width: 100%;
	}
	.chuilist li p{
	padding: 12px 10px 12px 10px;
	border-radius:8px;

}
.kouka li{
	padding: 14px;}

	.kouka h3 .gfont {
		display: inline-block;
		margin-right: 6px;
		font-size: 110%;
	}
	.maincatchbtn{
	gap: 10px;
}
.real{
	flex-direction: column;
}
.real li{
	width: 100%;
}
.real .blue{
	font-size: 250%;
}
	.btn01,.btn02,.sindanbtn{
		font-size: 110%;
		width: 90%;
		text-align: center;
		padding: 18px 12px;
	}
	.sec4wrap{
	background: url(images/checklistimg.png) right 10% top 40px no-repeat;
	background-size: 100px auto;
}
	#sec4{
	background: url(images/icon_check.svg) 0 0 no-repeat;
	background-size: 40px auto;

}

}


/*そのほかの関連情報開閉アニメーション*/
.more-button{
	display: block;
	margin: 20px auto;
	line-height: 100%;
}

.hidden-content{
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);

  transition:
    height .6s ease,
    opacity .4s ease,
    transform .4s ease;
}

.hidden-content.show{
  opacity: 1;
  transform: translateY(0);
}
.linkmore .more-button{
  display: inline-flex;
  align-items: center;
  gap: .5em;
  margin: 30px auto;
  padding: 14px 32px;
  border: none;
  border-radius: 999px;
  background: #336fc2;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: .3s;
}

.linkmore .more-button::after{
  content: "▼";
  font-size: .8em;
  transition: .3s;
}

.linkmore .more-button:hover{
  background: #2459a5;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.linkmore .more-button:hover::after{
  transform: translateY(2px);
}
.close-text{
  display:none;
}

.more-button.active .open-text{
  display:none;
}

.linkmore .more-button.active .close-text,.sindanbtn.active .close-text{
  display:inline;
}

.koushibox{
	padding: 0 40px;
}
.koushi_txt{
	flex: 1;
	font-weight: 400;
}

.koushi_txt h5{
	font-size: 160%;
	line-height: 1.5;
	margin-bottom: 20px;
}

.gaibulink{
	padding: 30px 0;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	margin: 20px 0;
}

.henka li{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 20px;
	border-radius: 20px;
}
.henka h3{
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.henka h3 span{
	font-size: 80%;
	display: inline-block;
	padding: 4px 10px 6px;
	border-radius: 8px;
	line-height: 100%;
	color: #FFF;
	margin: 0 10px 0 0;
	background-color: #0068b7;
}
/*診断*/

.sindan-wrap{
	padding: 40px 20px;
	background-color: #FFF;
	border-radius: 10px;
	color: #000;
}
.diagnosis-wrap{
    max-width:800px;
    margin:0 auto;
    padding:60px 20px;
}

.diagnosis-wrap h2{
    text-align:center;
    font-size:2rem;
    margin-bottom:15px;
}

.lead{
    text-align:center;
    margin-bottom:30px;
    line-height:1.8;
}

.question{
    background:#fff;
    padding:14px;

}

.question h3{
    margin:0 0 15px;
    font-size:1.1rem;
	padding: 8px;
	text-align: left;
	border-radius: 10px;
	background-color: #e0e8f0;
}

.question label{
    display:block;
    padding:10px 0;
    cursor:pointer;
}

.question input{
    margin-right:10px;
}

#checkBtn{
    display:block;
    width:300px;
    max-width:100%;
    margin:40px auto;
    padding:16px;
    border:none;
    border-radius:50px;
    background:#0068b7;
    color:#fff;
    font-size:1.1rem;
    cursor:pointer;
}

#checkBtn:hover{
    opacity:.85;
}
.support li,.kensyu{
	background-color: #FFF;
	padding: 30px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.support h3 span,#kensyuttl span.gfont{
	display: inline-block;
	background:#0068b7;
	color: #FFF;
	border-radius: 10px;
	margin-bottom: 6px;
	padding: 1px 10px 1px 10px;
}

#kensyuttl span.gfont{
	font-size: 50%;
	margin-bottom: 0;
}

.kensyu_c img.icon_seminer{
	height: auto;
	width:120px;
	margin: 10px auto 10px;
	display: block;
}
.support h3{
	padding: 0 0 8px 0;
	text-align: center;
	margin-bottom: 10px;

}
.support p{
	flex: 1;
	font-weight: 400;
	min-height: 120px;
}
.support img{
	height: auto;
	width:60px;
	margin: 0 auto 10px;
	display: block;
}
.type li{
	padding: 20px 30px;
	border-radius: 14px;
}
.type li p{
	color: #333;
	font-weight: 700;
	font-size: 90%;
	line-height: 1.6;
}
.type h4{
	font-size: 160%;
	margin-bottom: 10px;
}

#result{
    display:none;
    margin-top:60px;
    padding:50px 30px;
	    background:#f5f8fc;
    border-radius:20px;
}
.txc{
    text-align: center;
}
#result p{
    margin-bottom: 30px;
}
#result h4{
    font-size: 110%;
        padding: 4px 14px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#result.sabaku,.bgsabaku{
    background:#f9eee8;
}
#result.sabaku h4{
    background-color: #e87466;
    color: #FFF;
}
.bgsabaku h4{
	color: #e87466;
}
#result.oasis,.bgoasis{
    background:#e0ebf4;
}
#result.oasis h4{
    background-color: #357be2;
    color: #FFF;
}
.bgoasis h4{
	color: #357be2;
}
#result.daichi,.bgdaichi{
    background:#e8f1e3;
}
#result.daichi h4{
    background-color: #5d945d;
    color: #FFF;
}
.bgdaichi h4{
	color: #5d945d;}

#result.rakuen,.bgrakuen{
    background-color: #fdf9d7;
}
#result.rakuen h4{
    background-color: #d4991b;
    color: #FFF;
}
.bgrakuen h4{
	color: #d4991b;}

.result-rank{
    font-size:2rem;
    margin-bottom:20px;
}

.result-score strong{
    font-size:4rem;
    line-height:1;
}

.result-score span{
    font-size:1.3rem;
}

.result-comment{
    max-width:700px;
    margin:30px auto;
    line-height:2;
}

.resultBtn{
    display:inline-block;
    padding:18px 40px;
    border-radius:100vh;
    text-decoration:none;
    color:#FFF;
    background:#8ad157;
    font-weight:bold;
}
.btn_mrmg{
	background: #8452c5;
	color: #FFF;
}
.answer-group{
    display: flex;
    gap: 15px;
}
.answer-btn{
    font-size: 90%;
    width: calc((100% - 45px) / 4 );
}

.answer-btn input{
    display:none;
}

.answer-btn span{
    display:block;
    padding:15px 8px;
    border:2px solid #ddd;
    border-radius:10px;
    text-align:center;
}

.answer-btn input:checked + span{
    background:#0d6efd;
    border-color:#0d6efd;
    color:#fff;
}
.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.jirei{
	border: 2px solid #333;
	border-radius: 10px;
	padding: 30px;
}
.casettl{
	margin-left: -30px;
	display: inline-block;
	padding: 4px 16px 4px 50px;
	line-height: 100%;
	margin-bottom: 20px;
	color: #FFF;
	background-color:#ff1884;
}
.jirei h3 span.small{
	font-size: 60%;
	display: block;
}
.jyusyou{
	background-color: #d7e3f5;
	padding: 2px 8px;
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 1.4;
	display: inline-block;
}
.jirei dt{
	background-color: #e4e4e4;
	border: 2px solid #333;
	border-radius: 10px;
	position: relative;
	padding: 10px 14px 10px 50px;
	margin-bottom: 14px;
}
.jirei dt::before {
  content: "Q";
  position: absolute;
  left: 18px;
  top: 6px;
  font-size: 140%;
  color: #0066cc;
  font-weight: bold;
}
.jirei dd{
	position: relative;
	margin-left:20px;
	padding-left: 32px;
	margin-bottom: 20px;
	font-weight: 400;
}
.jirei dd::before{
  content: "A";
  font-size: 140%;
  position: absolute;
  left: 0;
  color: #ff1884;
  font-weight: bold;
}

.jirei .flex40{
	width: 38%;
	margin: 0 0 0 20px;
}
.jirei .flex40 img{
	border-radius: 10px;
}
@media screen and (max-width:767px) {
	.type {
		flex-direction: row;
	}
	.type li{
		padding: 10px;
		width: calc((100% - 12px) / 2);
	}
.type li img{
	height: 60px;
	width: auto;
}
.koushi_txt,.jirei dd{
	font-size: 90%;
}
.koushibox,.question label{
	padding: 0px;
}
.question{
	padding: 0 0 12px 0;
}
.footban{
	padding: 0 14px;
}
.d30min{
	margin-bottom: 20px;
}

.answer-group{
    flex-direction: column;
    gap: 10px;
}
.answer-btn{
    font-size: 90%;
    width: 100%;
}
.dougabox,.footban,.jirei_txt{
	flex-direction: column;
}
.dougabox .flex-2-c{
	width: 100%;
}
.footban .flex-2-c{
	width: 80%;
	margin: 0 auto;
}
.jirei{
	padding: 14px;
}
.casettl{
	margin-left: -14px;
	padding: 4px 16px 4px 20px;
}
.jirei .flex40{
	width: 80%;
	margin: 0 auto;
}
}