@charset "utf-8";
/*-------------------------------------------------
 Body
 -------------------------------------------------*/

html {
	font-size: 100%;
} /* font-size　16px*62.5%＝10px */
body {
	font-size: 1.0rem;
} /* 16px　100％ 同*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:none;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#212121;
	box-sizing: border-box;
}
#body-wrap {
	width:100%;
	position:relative;
	overflow:hidden;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:none;
	outline: none;
 transition: all .3s;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	color:#d7bc4d;
	text-decoration:none;
 transition: all .3s;
}
img {
	display:block;
}
a img {
	transition: 0.5s;
}
a img:hover {
	opacity: 0.7;/* 透過率50% */
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
pre {
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
* {
	box-sizing: border-box;
}
/*-------------------------------------------------
 Header
-------------------------------------------------*/
.head-wrap {
	width:100%;
	height:auto;
	z-index:30;
	background:rgba(255, 255, 255, 1.0);
	pointer-events: none;
}
.head-flex-bloc {
	max-width:calc(1180px + 0);
	width:100%;
	height:70px;
	padding:0 0%;
	margin:0 auto;
	box-sizing: border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.head-logo {
	width:80%;
	height:auto;
	padding:0px;
	box-sizing: border-box;
	pointer-events: auto;
	margin:0 auto;
}
.head-logo img {
	max-width:558px;
	width:100%;
	height:auto;
	margin:0 auto;
}
/* header */

/*-------------------------------------------------
 Contents
-------------------------------------------------*/
.cont-wrap {
	width:100%;
	height:auto;
	margin:0px auto;
	background:url(../images/back-ques01.png) center center /auto 100% no-repeat, #ecf2f2;
}
.simu-scre-wrap {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-start;
	width:100%;
	max-width:750px;   /* 1画面分の幅を決める */
	margin:0 auto;
	overflow:hidden;
}
 .cont-wrap::before {
 content: "";
 position: absolute;
 top: 70px;
 left: 0;
 width: 100%;
 height: 50px;
 background: #007BFF; /* 好きな青に変更 */
 z-index: 1;
}
.simu-inner {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	transition: transform 0.4s ease; /* 動くスピード */
	will-change: transform; /* アニメーションを滑らかにするおまじない */
	z-index:5;
}
.simu-scre {
	flex:0 0 100%;     /* 1スライド = wrap の 100% 幅 */
	max-width:750px;
	height:auto;
	position:relative;
	z-index:10;
	padding:0;
	margin:0;
	text-align:center;
	overflow:hidden;
}
.scre-titl {
	font-size:1.7rem;
	color:#ffffff;
	font-weight:700;
	height:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	background:#007BFF;
}
.scre-cont {
	max-width:780px;
	width:100%;
	height:auto;
	padding:30px 2.5% 5%;
	margin:0 auto;
	box-sizing: border-box;
	background:rgba(255, 255, 255, 0.8);
	position:relative;
	z-index:10;
}
.scre-cap {
	font-size:1.2rem;
	font-weight:700;
	color:#252525;
	letter-spacing:0;
	line-height:140%;
	padding-bottom:30px;
}
.scre-flex-doub, .scre-flex-doub-icon {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	gap:20px;
	align-items:flex-start;
}
.flex-doub-item {
	width:46%;
	height:auto;
}
.butt-flex-doub, .butt-flex-doub-icon {
	width:100%;
	max-height:170px;
	min-height:170px;
	height:auto;
	background-color: #0385cb;
	color: #ffffff;
	font-size:1.6rem;
	font-weight:700;
	border: 3px solid #87d1f5;
	box-sizing: border-box;
	padding:10% 1.5%;
	border-radius: 12px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s ease;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.butt-flex-doub:hover,.butt-flex-doub-icon:hover {
	color:#0385cb;
	box-shadow: none;
	background:#fffde3;
	border: 3px solid #0385cb;
	transform: translate(4px, 4px);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.scre-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:20px;
	align-items:flex-start;
}
.flex-item {
	width:90%;
	height:auto;
}
.flex-item:last-of-type {
	margin-bottom:0px;
}
.flex-item .font-smal, .flex-doub-item .font-smal {
	width:100%;
	display:block;
	font-size:1.0rem;
	box-sizing: border-box;
}
.butt-flex {
	width:100%;
	height:auto;
	background-color: #0385cb;
	color: #ffffff;
	font-size:1.6rem;
	font-weight:700;
	border: 3px solid #87d1f5;
	padding:10% 1.5%;
	border-radius: 12px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s ease;
}
.butt-flex:hover {
	color:#0385cb;
	box-shadow: none;
	background:#fffde3;
	border: 3px solid #0385cb;
	transform: translate(4px, 4px);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.butt-flex-doub-icon img {
	max-height:54px;
	width:auto;
	height:100%;
	margin-right:10px;
}
.font-bold-yell {
	font-weight:700;
	color:#ffff48;
}
.resu-pict {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:320px;
	border: 3px solid #87d1f5;
	box-sizing: border-box;
	padding:0;
	border-radius: 12px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s ease;
}
.resu-pict img {
	border-radius: 12px;
	width:100%;
	height:auto;
	margin:0 auto;
}
.resu-serv-title {
	max-width:638px;
	font-size:1.6rem;
	font-weight:700;
	color:#252525;
	letter-spacing:0;
	line-height:140%;
	background:#fffde3;
	margin:15px auto;
}
.resu-capt {
	margin:0 auto;
	text-align:left;
	max-width:638px;
}
.resu-capt p {
	text-align:left;
	font-size:1.1rem;
	font-weight:700;
	color:#252525;
	letter-spacing:0;
	line-height:140%;
}
.resu-link-wrap {
	text-align:right;
	margin:15px auto 20px;
}
.resu-link-wrap a {
	color:#0385cb;
	text-decoration:underline;
}
.resu-butt-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	gap:20px;
	align-items:flex-start;
}
.butt-resu-back, .butt-resu-prev {
	width:44%;
	height:auto;
	background: #ed9d2b;
	color: #ffffff;
	font-size:1.2rem;
	font-weight:700;
	border: 0px solid #87d1f5;
	padding:1.5% 1.5%;
	border-radius: 12px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s ease;
}
.butt-resu-back {
	background:url(../images/icon-chev-left01.svg) left 5px center/24px auto no-repeat, #ed9d2b;
}
.butt-resu-prev {
	background:url(../images/icon-chev-righ01.svg) right 5px center/24px auto no-repeat, #ed9d2b;
}
.butt-resu-back:hover, .butt-resu-prev:hover {
	color:#ffffff;
	box-shadow: none;
	background:center center, #ff9600;
	transform: translate(2px, 2px);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
/*-------------------------------------------------
 Footer
-------------------------------------------------*/
.foot-wrap {
	height:auto;
	width:100%;
	padding:10px 1.25% 10px;
	background:#0385cb;
	box-sizing: border-box;
}
.foot-bloc {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
}
.foot-logo {
	max-width:160px;
	width:100%;
	height:auto;
	margin:auto;
}
.foot-logo img {
	width:100%;
	height:auto;
}
.foot-corp {
	padding:10px 2.5%;
	text-align:center;
	font-size:0.8rem;
	background:#0385cb;
	line-height:150%;
	color:#ffffff;
}
.foot-corp a {
	color:#ffffff;
}
.foot-corp br {
	display:none;
}
 @media screen and (max-width: 580px) {
 .scre-titl {
 font-size:5vw;
 color:#ffffff;
 font-weight:700;
 height:50px;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
 background:#007BFF;
}
.scre-cont {
 max-width:780px;
 width:100%;
 height:auto;
 padding:15px 2.5% 5%;
 margin:0 auto;
 box-sizing: border-box;
 background:rgba(255, 255, 255, 0.8);
 position:relative;
 z-index:10;
}
.scre-cap {
 font-size:1.2rem;
 font-weight:700;
 color:#252525;
 letter-spacing:0;
 line-height:140%;
 padding-bottom:15px;
}
.butt-flex-doub, .butt-flex-doub-icon {
	width:100%;
	max-height:170px;
	min-height:170px;
	height:auto;
	background-color: #0385cb;
	color: #ffffff;
	font-size:5vw;
	font-weight:700;
	border: 3px solid #87d1f5;
	box-sizing: border-box;
	padding:10% 1.5%;
	border-radius: 12px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s ease;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.butt-flex-doub:hover, .butt-flex-doub-icon:hover {
	color:#ffffff;
	box-shadow: none;
	background:#0385cb;
	border: 3px solid #87d1f5;
	transform: translate(0px, 0px);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.butt-flex {
	width:100%;
	height:auto;
	background-color: #0385cb;
	color: #ffffff;
	font-size:5vw;
	font-weight:700;
	border: 3px solid #87d1f5;
	padding:10% 1.5%;
	border-radius: 12px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s ease;
}
.butt-flex:hover {
	color:#ffffff;
	box-shadow: none;
	background:#0385cb;
	border: 3px solid #87d1f5;
	transform: translate(0px, 0px);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.flex-item .font-smal, .flex-doub-item .font-smal {
 width:100%;
 display:block;
 font-size:3vw;
 box-sizing: border-box;
}
.foot-corp br {
	display:block;
}
.butt-resu-back, .butt-resu-prev {
	width:44%;
	height:auto;
	background: #ed9d2b;
	color: #ffffff;
	font-size:4vw;
	font-weight:700;
	border: 0px solid #87d1f5;
	padding:1.5% 1.5%;
	border-radius: 12px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s ease;
}
.butt-resu-back {
	background:url(../images/icon-chev-left01.svg) left 5px center/24px auto no-repeat, #ed9d2b;
}
.butt-resu-prev {
	background:url(../images/icon-chev-righ01.svg) right 5px center/24px auto no-repeat, #ed9d2b;
}
.butt-resu-back:hover {
	color:#ffffff;
	box-shadow: none;
	transform: translate(0px, 0px);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	background:url(../images/icon-chev-left01.svg) left 5px center/24px auto no-repeat, #ed9d2b;
}
.butt-resu-prev:hover {
	color:#ffffff;
	box-shadow: none;
	transform: translate(0px, 0px);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	background:url(../images/icon-chev-righ01.svg) right 5px center/24px auto no-repeat, #ed9d2b;

}

}
 @media screen and (max-width: 380px) {
}
 @media screen and (max-width: 360px) {
}
