﻿/* RESET CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
	display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table + p {
	margin-top: 2rem;
}
img {
	padding: 0;
	max-width: 100%;
	height: auto;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #666;
}
/*--------Basic--------*/
html {font-size: 62.5%;}
body {
	width: 100%;
	font-size: 2.2rem;
	color: #0B243E;
	font-weight: 500;
	line-height: 1.7;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	font-family: -apple-system-body, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック  Medium", "Yu Gothic Medium", "メイリオ", meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background: #e9f3ff;
}
section {padding: 5rem 0;}
.body_wrap {margin: 0 auto;}
.pc {display: block;}
.sp {display: none;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {	clear: both;}
.clearfix {	*zoom: 1;}
.img_right {float: right;padding: 0 0 2rem 2rem;}
.img_left {float: left;padding: 0 2rem 2rem 0;}
.img_center {	margin: 0 auto;}
.flex {	display: flex;	flex-wrap: wrap;justify-content: space-between;	align-items: flex-start;}
.flex + .flex {margin: 2rem auto 0;}
.caption {
	width: 100%;
	padding: 1rem;
	margin: 0 !important;
	border-left: 2px solid #110604;
	color: #110604;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
/* Font */
h1 {
	font-weight: normal !important;
	font-feature-settings: "palt"1;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.u {text-decoration: underline;}
.b {font-weight: bold;}
.r {color: #d11019;}
.y {color: #f4f745;}
.wht {color: #fff !important;}
.gradation_g {
	color: #f9db7f;
	background: -webkit-linear-gradient(0deg, #f9db7f, #fff8c8, #f9db7f);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Gothic MB101 Heavy', sans-serif;
}
/*.mark {
	background: linear-gradient(transparent 50%, #ffff84 50%);
}*/
.txt_c {text-align: center;}
.txt_r {text-align: right;}
.txt_l {text-align: left;}
.xxsmall {font-size: 50%;}
.xsmall {font-size: 70%;}
.small {font-size: 93%;}
.large {font-size: 110%;}
.xlarge {	font-size: 140%;}
.xxlarge {font-size: 160%;}

.notice {
    padding-top: 1rem;
    font-size: 1.5rem;
    text-align: right;
    font-weight: 400;
    font-family: sans-serif;
    color: #8a8a8a;
    letter-spacing: 1px;
}
.profile p.notice {
	text-align: left;
}
.serif {
	font-family: 游明朝, "Yu serif", Yuserif, "Hiragino serif ProN", "Hiragino serif Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.videotime {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 900;
	font-size: 115%;
}
.bg_b {background: #000;}
.bg_lg{background: #4bbfbf;}
img.form_copy {margin: 0 auto 1.5rem;	width: 60%;}
.middle {margin: 2rem 0;}
.bottom {	margin-top: 2rem;}
.top {	margin-bottom: 2rem;}
.icon_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	right: 4px;
	background: url(../img/base/icon_btn.png) no-repeat right center;
	height: 27px;
	background-size: 13px;
	padding-right: 13px;
}
.form_btn2:hover .icon_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	right: 4px;
	background: url(../img/base/icon_btn03.png) no-repeat right center;
	height: 27px;
	background-size: 13px;
	padding-right: 13px;
}
.ui-autocomplete {
	position: absolute !important;
	background: #fff;
	list-style: none;
	border-radius: 1rem;
	overflow: hidden;
	z-index: 10;
}
.ui-autocomplete li {
	border-bottom: 1px solid #ccc;
	padding: 1rem;
	font-family: inherit !important;
	text-align: left;
}
.ui-state-focus {
	background: #ff7;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
/*--------Header--------*/
header {
	width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
	background: #0e3254;
}
header img {
    width: 340px;
    margin: 0 auto;
}
/*背景アニメーション*/
/*--------Section / sub_head / sec_inner--------*/
/* 共通 */
.sub_head {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    margin: 0 auto 5rem;
    display: table;
    position: relative;
    color: #0B243E;
    border-bottom: 2px solid #1f6cb6;
    padding: 0 0 1.2rem;
}
/*.sub_head::after {
	content: "";
	height: 2px;
	width: 100px;
	background: #0ca297;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
	
}*/
.sub_
.sec_inner {
	padding: 0 ;
	margin: 0 auto;
	width: 1000px;
}
.logo2_img{width: 70%; margin: 0 auto;}
/*--------　list / box --------*/
.list1 {
	margin: 4rem 0 0 0;
    color: #1b3d7e;
    width: 68%;
    font-size: 2.2rem;
    background: #ffffff;
    padding: 2rem;
    font-weight: bold;
    border: 4px solid #1f6cb6;
}
.list1 li {position: relative;padding: 0 0 2rem 5rem;line-height: 1.4;
	      font-family: "Gothic MB101 Bold", "A-OTF ゴシックMB101 Pr6N";}
.list1 li:last-child {padding-bottom: 0;}
.list1 li::after {display: block;content: '';position: absolute;top: -.1em;left: -.1rem;width: 70px;height: 70px;background: url('../img/check.png')no-repeat; transform: scale(0.8);}
.list_ydn li {font-size: 3.3rem;}
.list_ydn li::after {top: .3em;}
/*--------　list / box --------*/
p + p{padding-top: 3rem;}
/* 共通 */
/*-------- profile --------*/
.profile {
	background: url( "../img/tadano_prf_bg.jpg")top center/cover;
	position: relative;
	padding: 2rem 0 2rem;
	width: 100vw;
	left: calc((100% - 100vw)/2);
	z-index: 0;
	overflow: hidden;
}
/* .profile_bg{background: url( "../img/she_prf_bg.jpg")top center;} */
.profile img, .profile2 img {margin: 2rem 0 0;}
.prof_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 500px;
}
.profile_wrap {
	width:1000px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.profile_name {width: 70%;padding: 2rem 0;margin: 0 30% 0 0;}
.prof_img {
	position: absolute;
    left: -113px;
    transform: translatex(120%);
    top: -40px;
    z-index: -1;
}
.prf_bg .caption {
	    color: #01484e;
    text-align: center;
    background: #ffffff;
   border: none;
}
/*
.prf_bg_txt {
    color: #fff;
    font-size: 3.5rem;
    display: inline-block;
    width: 46%;
    padding: 3rem 0;
    margin: 0px 0 0 56%;
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
	font-weight: 600;
	line-height: 1.3;
}
*/
.profile_box_wrap{width: 860px;margin: 0 auto;
}
.prf_cap {
	text-align: center;
	padding: 2rem 0 1rem;
	color: #333;
	line-height: 1.4;
	display: table-cell;
    vertical-align: middle;
    width: 420px;
    text-align: center;
    line-height: 1.43;
    		font-weight: 900;
}
.profile_box {
margin-top: 2rem;
    width: 30%;
    background: #f5f5f5;
    padding: 1.5rem 1.5rem;
    /* box-shadow: 3px 4px 30px rgb(0 0 0 / 30%); */
    position: relative;
    border-radius: 50px 0px 0px 0;
    box-shadow: 8px 8px 0 rgb(182 212 197);
}
.profile_box img { border-radius: 40px 0px 40px 0;}
.b_t {padding-top: 3rem;border-top: 2px solid #fff; font-size: 2.7rem;padding-bottom: 4rem; font-weight: 600;}
.p_r {
    padding-left: 5rem;
    padding-bottom: 2rem;
	text-align: left;
}
.profile .sec_inner{z-index: 20}
/*-------- content --------*/

.content {
	margin-top: 10rem;position: relative
}
.content .flex{align-items: center}
.content:nth-child(2n) .flex{flex-direction: row-reverse;flex-wrap: nowrap}
.content_img {
	width: 48%;
}
.content_img1 {
	    position: absolute;
    top: -2rem;
    right: -74rem;
    width: 70rem;
}
.content_text {
	position: relative;
	z-index: 10;
	width: 46%;
	font-weight: 600;
	font-family: "Gothic MB101 DemiBold", "A-OTF ゴシックMB101 Pr6N";
	color: #0B243E;
	font-size: 3.2rem;
	line-height: 1.6;
}

.content_num {
    position: absolute;
    top: 0;
    right: -16rem;
    width: 48rem;
}
.content_num1 {
    position: absolute;
    top: 0;
    left: -16rem;
    width: 48rem;
}
.xtop {margin-top: 18rem;}
.content_num_txt {font-size: 6rem;line-height: 1; padding-bottom: 2rem;position: relative;}
.content_num_txt::after {
	content: "";
    position: absolute;
    width: 11rem;
    height: 0.6rem;
    background: #1f6cb6;
    left: 0rem;
    top: 11rem;
}
.num {padding-left: 1rem;font-size: 150%;letter-spacing: 0px;}
.contents_box {
	max-width: 960px;
	margin: 0 auto;
}
.triangle1 {
    border-top: 35px solid #AB153D;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    width: 35px;
	margin: 2rem auto .5rem;}
.triangle2 {
    border-top: 35px solid #D25D61;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    width: 35px;
    margin: 0 auto 2rem;
}
.dot {
    border-bottom: 4px dotted #fff;
    
    margin: 0 auto;
    color: #fff;
    line-height: 1.3;
}
/* achiev */
.achiev_wrap {
	padding: 0;
	text-align: center;
	width: 860px;
	margin: auto;
}
.achiev {
	width: 48%;
	overflow: hidden;
	border-radius: 8px;
	border: 2px solid #070D36;
	margin: 2rem auto 0;
	margin: 2rem 0 0;
	background: #ffffff;
}
.achiev img {
	width: 100%;
}
.achiev_num {
	position: relative;
	box-sizing: border-box;
}
.achiev_num p {
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0;
	padding: 1rem;
	z-index: 2;
	width: 90px;
	text-align: center;
	font-size: 2.5rem;
	color: #fff;
	background: #070D36;
	font-weight: bold;
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
}
.achiev_txt {
	padding: 1.5rem .5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 0;
}
/* opt_sec1
------------------------------------------------------ */
.opt_sec1{background: #b8dbf0; overflow: hidden;color: #0ca297;border-top: 7px solid #1f6cb6; position: relative;}
.opt_sec1 .sub_head{margin-bottom: 0;}
.opt_sec1 .sub_ttl{width: 74rem; margin:1.3rem auto 0;display: table; background: #11546f; color: #fff;text-align: center;line-height: 1.2;}
/* .opt_sec1 .sub_head::after {content: "";background: url("../img/movie.png") no-repeat;width: 75rem; height: 25rem;position: absolute;z-index: 1; top: -8rem;left: -20rem;} */
.img_movie2 {
    position: absolute;
    left: 110px;
    top: -9px;
}
/* merit_icon
------------------------------------------------------ */
.merit_icon{ width: 100%; margin: 0rem auto 0rem;font-size: 1.4rem;}
.merit_icon.icon2{width: 60%;}
.merit_icon.icon2 li{background: none; color: #1d5d62; border: 2px dotted #488185;font-size: 80%;}
.merit_icon li span.videotime{font-family: "Gothic MB101 Medium", "ゴシックMB101 M";font-weight: normal;font-size: 100%;}
.merit_icon li{width: 32%;color: #fff;text-align: center;padding: .5rem ;border-radius: 5px;font-family: "Gothic MB101 Medium", "ゴシックMB101 M"; border: 2px dotted #fff;}
/*--------btn--------*/
.btn {width: 860px;display: block;margin:0 auto 2rem;z-index: 15; border-radius: 50px;box-shadow: 0px 4px #328d47;background: #4aab46;background: -moz-linear-gradient(-45deg, #4aab46 0%, #328d47 100%);background: -webkit-linear-gradient(-45deg, #4aab46 0%,#328d47 100%);background: linear-gradient(135deg, #4aab46 0%,#328d47 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a80d', endColorstr='#0c9b5f',GradientType=1 );text-decoration: none;transition: all .3s;line-height: 1.4;border: 3px solid #9bfeac;}
.btn p {padding: 1rem;color: #fff;font-size: 5rem;font-weight: bold;text-align: center;text-shadow: 2px 2px 2px #275431;}
.btn:hover{filter: brightness(120%);}
.btn::after {content: '》';position: absolute;display: block;right: 45px;top: 50%;transform: translateY(-50%);color: #fff;font-size: 145%;}
.move {animation: move 2s infinite;}
.move.nobottom{margin: 6rem auto;}
@keyframes move {0% {transform: translate(2px, 0px);}
	5% {transform: translate(-2px, 0px);}
	10% {transform: translate(2px, 0px);}
	15% {transform: translate(-2px, 0px);}
	20% {transform: translate(2px, 0px);}
	25% {transform: translate(-2px, 0px);}
	30% {transform: translate(0px, 0px);} }

/* scfooter
------------------------------------------------------ */
#scfooter {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 10;
	display: none;
}
#scfooter .form_btn:hover + .form_caution {
	bottom: 7rem;
}
#scfooter .form_btn:hover + .form_caution:before {
	border-top: 2rem solid #ff7;
	border-bottom: none;
	bottom: -2rem;
	top: auto;
}
#scfooter .form_btn2:hover + .form_caution {
	bottom: 7rem;
}
#scfooter .form_btn2:hover + .form_caution:before {
	border-top: 2rem solid #ff7;
	border-bottom: none;
	bottom: -2rem;
	top: auto;
}
/*-------- button:hover --------*/
@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.hvr-wobble-vertical {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/*--------吹き出し--------*/
/* 共通 */
.form_attention .attention, .form_attention .attention2 {
	display: none;
	position: absolute;
	left: 15%;
	top: 120%;
	border-radius: 10px;
	background-color: #ff0;
}
.form_attention .attention3 {
	display: none;
	position: absolute;
	left: 15%;
	bottom: 100%;
	border-radius: 10px;
	background-color: #ff0;
}
.form_attention .attention:after, .form_attention .attention2:after {
	position: absolute;
	content: "";
	top: -32px;
	left: 32px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-bottom: 16px solid #ff0;
}
.form_attention .attention3:after {
	position: absolute;
	content: "";
	bottom: -32px;
	left: 32px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 16px solid #ff0;
}
.form_attention:hover .attention, .form_attention:hover .attention2, .form_attention:hover .attention3 {
	z-index: 2;
	display: block;
}
/* 固有 */
.form_attention {
	position: relative;
	z-index: auto;
}
.form_attention img {
	width: 100%;
	height: 100%;
}
.form_attention .attention {
	width: 650px;
}
.form_attention .attention2 {
	width: 300px;
}
.form_attention .attention3 {
	width: 300px;
}
.form_attention .txt {
	top: 8px;
	left: 4px;
	padding: 1rem;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: left;
}
/*--------footer_attention--------*/
#footer_attention {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 4rem 0;
}
#footer_attention p, #footer_attention ul {
	font-size: 1.4rem;
}
#footer_attention ul {
	text-indent: -1rem;
	padding-left: 1rem;
	margin: 2rem auto;
}
#service {
	padding: 5rem 0 5rem;
	background: url("../img/she_opt_bg.jpg")no-repeat;
	background-size: cover
}
.service_list {
	margin: 0 auto;
	font-size: 80%;
	line-height: 1.4;
	background: #fff;
}
.service_list th, .service_list td {
	padding: 1.5rem;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.service_list th {
	background: #eee;
	padding: 1.5rem 0;
}
.service_list_A, .service_list_C {
	width: 24%;
}
#service .sec_inner {
	padding: 4rem 5rem 2rem;
	width: 1000px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
}
/*--------footer_attention2--------*/
p + ul {
	margin-top: 2rem;
}
.service_list2 li {
	font-size: 1.4rem;
}
.attention_box {
	margin: 2rem auto;
	background: #e9fbfa;
	border: solid 2px #cce4e3;
}
.attention_box p {
	width: 95%;
	margin: 0 auto 15px;
	padding-top: 1.5rem;
	line-height: 1.2;
	font-size: 1.4rem;
}
.attention_box h3 {
	width: 95%;
	margin: 20px auto 0;
	font-weight: bold;
}
/*--------footer--------*/
footer {
	width: 100%;
	padding: 3rem 0;
	background: #ddd;
}
#footer_inner {
	width: 1000px;
	margin: 0 auto;
	font-size: 1rem;
}
#footer_inner .logo {
	width: 25%;
	margin: -1rem auto 3rem;
}
#footer_inner ul {
	display: flex;
	justify-content: center;
}
#footer_inner li {
	padding: 0 2rem;
	border-left: 1px solid #ccc;
}
#footer_inner li:first-child {
	padding-left: 0;
	border: none;
}
#footer_inner p {
	padding-top: .5rem;
	text-align: center;
}
#footer_inner a {
	text-decoration: none;
}
#footer_inner a:link, #footer_inner a:visited, #footer_inner a:hover, #footer_inner a:active {
	color: #989898;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px) {
	.form_left, .form_left input, .form_left span{
		pointer-events: auto;
		-webkit-touch-callout:auto;
		-webkit-user-select:auto;
		-moz-touch-callout:auto;
		-moz-user-select:auto;
		touch-callout:auto;
		user-select:auto;
	}
	/*--------Basic--------*/
	body {
		width: 100%;
		font-size: 4.5vw;
	}
	a[href^="tel:"] {
		pointer-events: auto;
		text-decoration: underline;
		color: #00e;
	}
	.body_wrap {
		width: 100%;
	}
	/* Float */
	.img_right, .img_left {
		float: none;
		width: 80%;
		padding: 0 0 2rem;
		margin: 0 auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.xxsmall {
		font-size: 80%;
    display: block;
	}
	.xsmall {
		font-size: 70%;
	}
	.small {
		font-size: 80%;
	}
	.sp_small {
		font-size: 80%;
		font-weight: bold;
	}
	.large {
		ont-size: 110%;
	}
	.xlarge {
		font-size: 120%;
	}
	.xxlarge {
		font-size: 270%;
	}
	.flex p {
		margin: 0 auto;
	}
	.middle {
		margin: 3vw 0;
	}
	.bottom {
		margin-top: 3vw;
	}
	.top {
		margin-bottom: 3vw;
	}
	.s_img {
		width: 80%;
	}
	.icon_btn {
		background-size: 2.6vw;
	}
	/*--------Section / sub_head / sec_inner--------*/
	section {
		padding: 0;	
	}
	.sub_head {
		width: 96%;
		font-size: 5.5vw;
		padding: 5vw 0 2vw;
		margin: 0 auto 4rem;
		border-image: linear-gradient(linear-gradient(to right, transparent 0%, #070D36 50%, transparent 100%));
		border-image-slice: 1;
	}
	.logo2_img{width: 90%;}
	
	.sec_inner {
		width: 95%;
		padding: 0 0 7vw;
		margin: 3vw auto 0;
	}
	.bg1, .bg2{
		background-image: none;
	}
	.bg1{
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(202,242,250,1) 100%);
	}
	.bg2{
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,229,239,1) 100%);
	}
	/*--------opt_sec1--------*/
	.opt_sec1 .sub_ttl {width: 80vw;margin: 0vw auto 8vw;}
	.opt_sec1{ position: relative;height: auto;}
	.opt_sec1 .sub_head::after {transform: scale(0.4) translateX(-5%);top: -9rem;left: -50%;}
	/*--------　merit_icon --------*/
	.merit_icon{ width: 95%; margin: 1vw auto 2vw; display: flex;}
	.merit_icon.icon2{width: 85%;}
	.merit_icon.icon2 li{font-size: 70%;}
	.merit_icon li{width: 32%;padding: 1vw 0; font-size: 75%; line-height: 1.2;}
	.merit_icon li span.videotime{}
	.merit_icon li{width: 32%;padding: 2vw 0;}
	/*--------Header--------*/
	header{padding: 2vw 0;}
	header h1 img {
		width: 66vw;
		margin: 0 auto;
	}
	h1 {
		width: 100%;
	}

	/*--------　list / box --------*/
	ul.list1 {margin: 0px auto; padding:3vw;width: 96%;}
	ul.list1 li {padding: 1vw 0 1vw 8vw;font-size: 4.1vw;/*text-shadow: 1px 1px 2px rgb(0 93 170 / 50%), -1px -1px 2px rgb(0 93 170 / 50%), 1px 1px 2px rgb(0 93 170 / 50%), -1px -1px 2px rgb(0 93 170 / 50%);*/text-shadow:none;}
	.list1 li::after {top: .4vw; left: -2vw; width: 7vw; height: 7vw; background-size: 100%;}
	.list1 li:before {width: 5vw;height: 5vw;border-radius: 10px;left: 0;top: 3vw;}
	.list1 li:last-child:before {width: 20px;height: 20px;border-radius: 10px;left: 0;top: 6vw;}
	ul.list_ydn {
		padding-bottom: 1rem;
	}
	ul.list_ydn li {
		font-size: 4.6vw;
	}
	.list_ydn li::after {
		top: 3vw;
	}
	/*-------- profile--------*/
	/*-------- profile--------*/
	.profile {/*background: url("../img/rks_prf_bg_sp.jpg") top center no-repeat;*/background-size: cover; padding: 0rem 0 0rem;}
	.profile_bg {
		
	}
	.profile_wrap{width: 100%; padding: 0 3vw;}
	.profile_inner {padding: 0;margin: 0 auto;width: 100%;}
	.profile_name {width: 100%;padding: 0;margin: 0;}
	.profile img{box-shadow: none; margin: 0;}
	.prf_bg_sp {
		padding: 0vw;
	}
	.prf_bg_sp h2{
		text-align: center;
		color: #fff;
		background: #14324f;
		padding: 2vw;
		font-family: Gothic MB101 DemiBold, sans-serif;
		font-weight: 600;
	}
	.profile_box_wrap {
		width: 90%;
	}
	.profile_box {
		width: 100%;
	}
	.profile_box:first-child {
		margin-bottom: 2rem;
	}
	.prf_cap span.xsmall {
    font-size: 4vw;
}
	.profile .sec_inner{padding: 0;}
	.flex {
		display: block;
	}
	.m_b{border-bottom:1px solid #fff; padding-bottom: 1vw;}
	.p_r {color: #fff;}
		/*-------- content --------*/
	.content .flex{flex: none;}
	.contents_box {
		width: 90%;
		margin: 0 auto;
		color: #11546f;
		padding: 0 0 1rem;
	}
	.content {
		margin-top: 4vw;
		border: 1px solid #1f6cb6;
	}
	.content_img{width: 100%;}
	.content_text {
		padding: .5rem 0 1rem 28%;
		width: 100%;
		position: relative;
		font-size: 5vw;
		background: #fff;
	}
	.sp1 , .sp2,.sp3,.sp4 {
		position: relative;
		line-height: 1.2;
	}
	.sp1::after {
		content: "01";
	}
		.sp2::after {
		content: "02";
	}
		.sp3::after {
		content: "03";
	}
		.sp4::after {
		content: "04";
	}
	.sp1::after,.sp2::after,.sp3::after,.sp4::after{
		/* color: #11546f; */
		position: absolute;
		font-size: 13vw;
		left: -22vw;
		top: 2vw;
		letter-spacing: -2px;
	}
	.img_movie2 {
		opacity: 0.4;
		left: 0;
	}
	/*-------- リスト--------*/
	ul.list_yym {margin-top: 1rem;}
	ul.list_yym li {font-size: 3.7vw;}
	ul.list_yym li {margin-bottom: 1rem;}
	ul.list_yym li:before {
    top: 0.7em;
    left: 0.5em;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(20,50,79,0.5);
}
	ul.list_yym li:after {
    top: 0.9em;
    left: 1.3em;
    width: 15px;
    height:15px;
    background: rgba(20,50,70,0.3);
    -webkit-transform: rotate(
60deg
);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(
60deg
);
}
	P + P{
		padding-top: 4vw;
	}
	.form_notice p{
		padding-top: 0;
	}
	.notice{
		font-size: 3vw;
	}
	.prf_bg {
    padding: 7vw 0;
}
	.prf_bg_sp .sec_inner {
    width: 100%;
}
	.prf_bg_sp h2 {
    text-align: center;
    color: #fff;
    background: #14324f;
    padding: 2vw;
    font-family: Gothic MB101 DemiBold, sans-serif;
    font-weight: 600;
}
	.m_b {
    border-bottom: 1px solid #fff;
    padding-bottom: 1vw;
}
	.prf_bg_sp .sec_inner{
		padding: 0;
	}
	/* achiev */
	.achiev.top {
		margin-top: 0;
	}
	.achiev {
		width: 80%;
		margin: 0 auto 2rem;
	}
	.achiev img {
		width: 100%;
	}
	.achiev_num {
		position: relative;
		box-sizing: border-box;
	}
	.achiev_num p {
		top: 0;
		width: 12.5vw;
		font-size: 4vw;
		padding: 3vw;
	}
	.achiev_txt {
		padding: 3vw 2vw 2vw;
		font-size: 4.2vw;
		min-height: 18vw;
	}
	.achiev_wrap {
		width: auto;
	}

/* ヘッド内Form
------------------------------------------------------ */
.form.bg_lg { background: #4cbebf;}
/*--------btn--------*/
	.btn {width: 90%; margin: 2rem auto 3rem;border: 2px solid #9bfeac;}
	.btn p{font-size:6.8vw;padding: 1.5vw;}
	.btn::after{right: 4vw;content: '>';top: 46%;}
	.move.nobottom{margin: 0 auto ;}
	
	/*--------吹き出し--------*/
	.form_attention .attention3 {
		left: auto;
		top: -392%;
		right: 0;
		width: 310px;
	}
	.form_attention .attention3:after {
		right: 32px;
		left: auto;
	}
	/*--------footer_attention--------*/
	#service .sec_inner {width: 100%;}
	.service_list th, .service_list td {
		padding: .5em;
	}
	.service_list th {
		background: #f5f5f5;
	}
	.service_list td.large {
		font-size: 120%;
	}
	.service_list2 {
		text-indent: -1em;
		padding-left: 1em;
	}
	#service .sec_inner {
		padding: 0;
	}
	section#service {
		padding: 10vw 0 1vw;
	}#service {
    background: url(../img/she_opt_bg_sp.jpg)no-repeat;
}
	/*--------footer-------*/
	footer {
		padding: 2rem 0 10rem;
	}
	#footer_inner {
		width: 90%;
	}
	#footer_inner p {
		text-align: center;
	}
}