@charset "UTF-8";



/*evidence
---------------------------------------------------------*/
#evidence {
	margin-bottom: 200px;
}
#evidence .com_bg1::after {
	content: "";	/*下グラデ*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 35vw;
	max-height: 400px;
	left: 0;
	bottom: 0;
	transform: translateY(30%);
	background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(7, 59, 102, 1) 100%);
}
#evidence .lead_box::before {
	content: "";	/*上影*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 4vw;
	max-height: 55px;
	left: 0;
	top: 0;
	opacity: 0.2;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
#evidence .lead_box::after {
	content: "";	/*左上写真*/
	position: absolute;
	z-index: 1;
	width: 45%;
	max-width: 650px;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/lead_bg1@2x.png") no-repeat left top;
	background-size: 100% auto;
}
#evidence .lead_box {
	width: 100%;
	padding: 100px 0;
	color: #fff;
}
#evidence .lead_box .w1290 {
	position: relative;
	z-index: 2;
}
#evidence .lead_box .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#evidence .lead_box .flex_box .box_l {
	width: 40%;
	max-width: 480px;
	position: relative;
}
#evidence .lead_box .flex_box .box_r {
	width: 57%;
	max-width: 720px;
}
#evidence .lead_box .flex_box .box_l div {
	width: 100%;
	max-width: 370px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
}
#evidence .lead_box .flex_box .box_l .ft_ivymode {
	text-align: right;
	font-size: min(775%,8.5vw);
	letter-spacing: .06em;
	line-height: 1.0em;
	opacity: 0.14;
	position: absolute;
	right: 13%;
	bottom: -.55em;
}
#evidence .lead_box .flex_box .box_r .risk {
	opacity: 0.7;
	margin-top: 3.0em;
}

#case .title_box .in_box {
	background: #052947;
	padding: 40px 0;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}
#case .title_box h2 {
	font-size: min(175%,2.6vw);
	letter-spacing: .075em;
	line-height: 1.5em;
}
#case .title_box .ft_ivymode {
	font-size: 105%;
	letter-spacing: .15em;
	line-height: 1.0em;
	margin-top: .8em;
}
#case .title_box .in_box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4vw;
	max-height: 40px;
	background: url("../images/fukidashi2@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: calc(100% - 1px);
}
#case .slide_box {
	position: relative;
	z-index: 0;
	margin-top: 30px;
}
#case .case_slider .swiper-slide {
	width: 60vw;
	max-width: 748px;
	background: #E6EBF0;
	box-sizing: border-box;
	padding: 50px 5%;
	text-align: left;
}
#case .case_slider h3 {
	color: #073B66;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.5em;
	padding-left: 1.0em;
	margin-bottom: 1.0em;
	position: relative;
}
#case .case_slider h3::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #073B66;
	left: 0;
	top: 0;
}
#case .case_slider .photo_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
#case .case_slider .photo_flex div {
	width: 46%;
	max-width: 270px;
}
#case .case_slider .photo_flex::before {
	font-family: 'fontello';
	content: '\e801';
	text-align: center;
	font-size: 80%;
	color: #ADAEB3;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#case .case_slider .detail {
	margin-top: 30px;
	width: 100%;
	border-top: solid 1px rgba(173,174,179,0.7);
}
#case .case_slider .detail th,
#case .case_slider .detail td {
	text-align: left;
	font-weight: 400;
	box-sizing: border-box;
	padding: .6em 4%;
	border-bottom: solid 1px rgba(173,174,179,0.7);
}
#case .case_slider .detail th {
	width: 28%;
	vertical-align: top;
	background: rgba(102,102,102,0.06);
}
#case .case_slider .detail td {
	width: 72%;
	vertical-align: middle;
}
#case .slide_box .arrow_list div {
	position: absolute;
	z-index: 2;
	top: 40%;
}
#case .slide_box .arrow_list .swiper-button-prev {
	left: calc(50% - 410px);
	transform: translateY(-50%) rotate(180deg);
}
#case .slide_box .arrow_list .swiper-button-next {
	right: calc(50% - 410px);
	transform: translateY(-50%);
}
#case .slide_box .arrow_list .com_arrow {
	font-size: min(100%,1.4vw);
	width: 6.0em;
	line-height: 6.0em;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
#case .slide_box .arrow_list .com_arrow::before {background: #5484b2;}
#case .slide_box .arrow_list .com_arrow i {color: #073B66;}

#case .case_zyunbi {
	padding: 80px 0 50px;
	color: #fff;
	letter-spacing: .3em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#evidence {
	margin-bottom: 14%;
}
#evidence .lead_box::after {
	width: 45%;	/*左上写真*/
}
#evidence .lead_box {
	padding: 10% 0 8%;
}
#evidence .lead_box .flex_box .box_r .risk {
	margin-top: 2.0em;
}

#case .title_box .in_box {
	padding: 4% 0;
}
#case .title_box .ft_ivymode {
	font-size: 90%;
	margin-top: .5em;
}
#case .slide_box {
	margin-top: 3%;
}
#case .case_slider .swiper-slide {
	padding: 4%;
}
#case .case_slider h3 {
	letter-spacing: .15em;
	padding-left: .8em;
}
#case .case_slider .detail {
	margin-top: 5%;
}
#case .case_slider .detail th {
	width: 25%;
}
#case .case_slider .detail td {
	width: 75%;
	letter-spacing: normal;
}
#case .slide_box .arrow_list .swiper-button-prev {
	left: 2%;
}
#case .slide_box .arrow_list .swiper-button-next {
	right: 2%;
}
#case .slide_box .arrow_list .com_arrow {
	font-size: 1.6vw;
	width: 4.5em;
	line-height: 4.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#evidence {
	margin-bottom: 20%;
}
#evidence .com_bg1::after {
	height: 40vw;	/*下グラデ*/
	max-height: 100%;
}
#evidence .lead_box::before {
	height: 6vw;	/*上影*/
	max-height: 100%;
}
#evidence .lead_box::after {
	width: 80%;	/*左上写真*/
}
#evidence .lead_box {
	padding: 10% 0 14%;
}
#evidence .lead_box .flex_box {
	display: block;
}
#evidence .lead_box .flex_box .box_l {
	width: 100%;
	margin: 0 auto 8%;
}
#evidence .lead_box .flex_box .box_r {
	width: 100%;
	max-width: 100%;
}
#evidence .lead_box .flex_box .box_l div {
	width: 70%;
	margin-right: -3%;
}
#evidence .lead_box .flex_box .box_l .ft_ivymode {
	font-size: 380%;
	right: auto;
	left: -6%;
	bottom: -.2em;
}
#evidence .lead_box .flex_box .box_r .risk {
	margin-top: 1.5em;
}

#case .title_box .in_box {
	padding: 7% 0;
}
#case .title_box h2 {
	font-size: 125%;
	letter-spacing: .05em;
}
#case .title_box .ft_ivymode {
	font-size: 90%;
	letter-spacing: .1em;
	margin-top: .4em;
}
#case .title_box .in_box::before {
	height: 6vw;
	max-height: 100%;
}
#case .slide_box {
	margin-top: 4%;
}
#case .case_slider .swiper-slide {
	width: 90vw;
	max-width: 100%;
	padding: 8% 6%;
}
#case .case_slider h3 {
	font-size: 130%;
	letter-spacing: normal;
	padding-left: .6em;
	margin-bottom: .8em;
}
#case .case_slider .detail {
	margin-top: 7%;
	font-size: 90%;
	line-height: 1.6em;
}
#case .slide_box .arrow_list div {
	top: 48vw;
}
#case .slide_box .arrow_list .swiper-button-prev {
	left: 2%;
}
#case .slide_box .arrow_list .swiper-button-next {
	right: 2%;
}
#case .slide_box .arrow_list .com_arrow {
	font-size: 80%;
	width: 3.0em;
	line-height: 3.0em;
}
}



/*features
---------------------------------------------------------*/
#features {
	position: relative;
	z-index: 1;
}
#features .point_box .title_box {
	width: 90%;
	max-width: 1050px;
	position: relative;
	z-index: 2;
	margin: 0 auto 110px;
}
#features .point_box .title_box h2 {
	width: 76%;
	max-width: 797px;
	position: relative;
	z-index: 1;
}
#features .point_box .title_box div {
	width: 27%;
	max-width: 278px;
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-52%);
}
#features .point_list > li {
	margin-bottom: 100px;
}
#features .point_list > li:last-child {
	margin-bottom: 0;
}

#features .point_list .box_txt {
	position: relative;
	z-index: 1;
}
#features .point_list .no {
	position: relative;
	z-index: -1;
	width: 23vw;
	max-width: 290px;
	margin-bottom: 10px;
}

#features .point_list h3 {
	color: #073B66;
	font-size: min(305%,3.8vw);
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
#features .point_list h3 .txt_small {
	display: block;
	font-size: 70%;
	letter-spacing: .05em;
	line-height: 1.4em;
}

/*レイアウト*/
#features .point_list .point_bg {
	position: relative;
	z-index: 1;
	padding-top: 3.5%;
}
#features .point_list .point_bg::before {
	content: "";	/*円グラデ*/
	position: absolute;
	z-index: -1;
	width: 102%;
	aspect-ratio: 1318 / 1184;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#features .point_list .point_bg.img_r::before {
	background-image: url("../images/feat_bg1@2x.png");
	transform: translateX(-8%);
}
#features .point_list .point_bg.img_l::before {
	background-image: url("../images/feat_bg2@2x.png");
	transform: translateX(8%);
}

#features .point_list .point_float .box_txt {
	width: 50%;
	float: left;
}
#features .point_list .point_float .box_img {
	width: 47%;
	max-width: 594px;
	float: right;
	padding-top: 6.5%;
}
#features .point_list .img_l .point_float .box_txt {
	float: right;
}
#features .point_list .img_l .point_float .box_img {
	float: left;
}
#features .point_list .box_txt h3,
#features .point_list .box_txt .txt {
	width: 95%;
	max-width: 575px;
}
#features .point_list .img_r .box_txt h3,
#features .point_list .img_r .box_txt .txt {
	margin-left: auto;
	margin-right: 0;
}
#features .point_list .img_l .no {
	margin-left: auto;
	margin-right: 0;
}

#features .point_list .com_style_fs25 > dt,
#features .point_list .com_style_fs27 > dt {
	text-align: center;
	color: #073B66;
}

/*詳細*/
#features .point_list .point_sub {
	margin-top: 60px;
	background: #F3F5F7;
	box-sizing: border-box;
	padding: 40px 3%;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
#features .point_list .point_detail {
	margin-top: 60px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

/*box1*/
#features .box1 h3 .txt_small,
#features .box5 h3 .txt_small {
	margin-top: .4em;
}

/*box2*/
#features .box2 h3 .txt_small {
	margin-bottom: .4em;
}
#features .box2 .point_detail .inbox_1150 {
	box-sizing: border-box;
	padding: 70px 3%;
	position: relative;
}
#features .box2 .point_detail .abs {
	text-align: right;
	font-size: min(740%,8.5vw);
	letter-spacing: .06em;
	line-height: 1.0em;
	opacity: 0.07;
	position: absolute;
	z-index: 0;
	right: .2em;
	top: .15em;
}
#features .box2 .point_detail > div {
	position: relative;
	z-index: 1;
}
#features .box2 .dr_name {
	font-size: min(140%,2.1vw);
	letter-spacing: .075em;
	line-height: 1.4em;
	margin-bottom: .6em;
}
#features .box2 .dr_name dd {
	font-size: 135%;
	letter-spacing: .075em;
	line-height: 1.4em;
}
#features .box2 .message {
	line-height: 2.0em;
}
#features .box2 .profile {
	margin-top: 40px;
}
#features .box2 .profile.col2 {
	display: flex;
    justify-content: space-between;
}
#features .box2 .profile.col2 .prof_l {
	width: 55%;
}
#features .box2 .profile.col2 .prof_r {
	width: 40%;
}
#features .box2 .prof_style {
	margin-top: 1.5em;
}
#features .box2 .prof_style:first-of-type {
	margin-top: 0;
}
#features .box2 .prof_style > dt {
	color: #073B66;
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#features .box2 .prof_style > dd {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
#features .box2 .prof_list > li {
	box-sizing: border-box;
	padding-left: 1.5em;
	position: relative;
	margin-top: .4em;
}
#features .box2 .prof_list > li:first-child {
	margin-top: 0;
}
#features .box2 .prof_list > li::before {
	content: "";
	position: absolute;
	width: .6em;
	height: .6em;
	background: #073B66;
	border-radius: 50%;
	left: 0;
	top: .5em;
}

#features .box2 .dr_box {
	padding-bottom: 60px;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	margin-bottom: 60px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#features .box2 .dr_box .box_l {
	width: 27%;
	max-width: 300px;
}
#features .box2 .dr_box .box_r {
	width: 69%;
	max-width: 790px;
	padding-top: 4%;
}
#features .box2 .dr_box .dr_name {
	display: flex;
    align-items: center;
}
#features .box2 .dr_box .dr_name > dt {
	margin-right: 1.5em;
}

#features .box2 .dr_list {
	padding-bottom: 60px;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	margin-bottom: 60px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#features .box2 .dr_list > div {
	width: 48%;
	max-width: 540px;
}
#features .box2 .dr_list .photo_name {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#features .box2 .dr_list .photo_name .box_l {
	width: 38%;
	max-width: 200px;
}
#features .box2 .dr_list .photo_name .box_r {
	width: 56%;
	max-width: 300px;
}

/*box3*/
#features .box3 .point_detail > div {
	padding-left: 3%;
	padding-right: 3%;
}
#features .box3 .point_detail .in_box1 {
	padding-top: 60px;
	padding-bottom: 70px;
}
#features .box3 .point_detail .in_box1 h4 {
	text-align: center;
	margin-bottom: 40px;
}
#features .box3 .point_detail .in_box1 h4 .ft_ivymode {
	display: block;
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
#features .box3 .point_detail .in_box1 .flex_box {
	display: flex;
    justify-content: space-between;
}
#features .box3 .point_detail .in_box1 .flex_box .box_img {
	width: 46%;
	max-width: 525px;
}
#features .box3 .point_detail .in_box1 .box_txt {
	width: 50%;
	max-width: 555px;
}
#features .box3 .point_detail .in_box1 .box_txt dt {
	background: #F7F7F7;
	color: #073B66;
	font-size: min(140%,2.2vw);
	letter-spacing: .075em;
	line-height: 1.4em;
	padding: .6em;
	padding-left: 2.8em;
	position: relative;
	margin-top: 1.0em;
	margin-bottom: .5em;
}
#features .box3 .point_detail .in_box1 .box_txt dt:first-child {
	margin-top: 0;
}
#features .box3 .point_detail .in_box1 .box_txt dt::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: #fff url("../images/check1@2x.png") no-repeat center center;
	background-size: contain;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	left: 1.0em;
	top: .7em;
}
#features .box3 .point_detail .in_box1 .box_txt dd {
	line-height: 2.0em;
}
#features .box3 .point_detail .in_box2 {
	padding-top: 70px;
	padding-bottom: 50px;
	background: #F3F5F7;
	position: relative;
}
#features .box3 .point_detail .in_box2::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 5vw;
	max-height: 52px;
	background: url("../images/fukidashi1@2x.png") no-repeat center top;
	background-size: contain;
	left: 0;
	top: 0;
}
#features .box3 .point_detail .in_box2 h5 {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: min(190%,3.0vw);
	letter-spacing: .075em;
	line-height: 1.6em;
	margin-bottom: 40px;
}
#features .box3 .point_detail .in_box2 .flex_box {
	display: flex;
    justify-content: space-between;
	position: relative;
}
#features .box3 .point_detail .in_box2 .flex_box::before {
	content: "";	/*罫線*/
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	background: rgba(0,0,0,0.3);
}
#features .box3 .point_detail .in_box2 .flex_box > div {
	width: 46%;
	max-width: 500px;
}
#features .box3 .point_detail .in_box2 .img_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 40px;
}
#features .box3 .point_detail .in_box2 .img_flex div {
	width: 44%;
	max-width: 220px;
}
#features .box3 .point_detail .in_box2 .img_flex p {
	width: 50%;
	font-size: min(155%,2.2vw);
	letter-spacing: 0.075em;
	line-height: 1.7em;
}
#features .box3 .point_detail .in_box2 p .ft_ivymode {
	display: block;
	font-size: 80%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
#features .box3 .point_detail .in_box3 {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*box6*/
#features .box6 {
	position: relative;
	padding-top: 3.5%;
}
#features .box6 .no {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
#features .box6 .in_box {
	width: 95%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
#features .box6 h3 {
	padding-left: 20%;
}

#features .slide_box .swiper-slide {
	width: 35vw;
	max-width: 450px;
}

#features .com_contact {
	margin-bottom: 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#features .point_box .title_box {
	width: 90%;
	margin-bottom: 8%;
}
#features .point_list > li {
	margin-bottom: 8%;
}

/*レイアウト*/
#features .point_list .point_float .box_txt {
	width: 100%;
	float: none !important;
}
#features .point_list .point_float .box_img {
	margin-bottom: 1.0em;
}
#features .point_list .img_r .point_float .box_img {
	margin-left: 4%;
}
#features .point_list .img_l .point_float .box_img {
	margin-right: 4%;
}
#features .point_list .box_txt h3,
#features .point_list .box_txt .txt {
	width: 100%;
	max-width: 100%;
}

/*詳細*/
#features .point_list .point_sub {
	margin-top: 5%;
	padding: 4% 4%;
}
#features .point_list .point_detail {
	margin-top: 5%;
}

/*box2*/
#features .box2 .point_detail .inbox_1150 {
	padding: 6% 4%;
}
#features .box2 .dr_name {
	font-size: 2.2vw;
	letter-spacing: .05em;
}
#features .box2 .dr_name dd {
	letter-spacing: .05em;
}
#features .box2 .message {
	letter-spacing: normal;
	line-height: 1.8em;
}
#features .box2 .profile {
	margin-top: 1.5em;
}
#features .box2 .prof_style > dt {
	letter-spacing: .1em;
	margin-bottom: .2em;
}
#features .box2 .prof_style > dd {
	letter-spacing: normal;
}
#features .box2 .prof_list > li {
	padding-left: 1.0em;
	margin-top: 0;
}
#features .box2 .prof_list > li::before {
	top: .4em;
}

#features .box2 .dr_box {
	padding-bottom: 6%;
	margin-bottom: 7%;
}
#features .box2 .dr_box .dr_name > dt {
	margin-right: 1.0em;
}

#features .box2 .dr_list {
	padding-bottom: 6%;
	margin-bottom: 6%;
}
#features .box2 .dr_list .profile.col2 {
	display: block;
}
#features .box2 .dr_list .profile.col2 .prof_l {
	width: 100%;
}
#features .box2 .dr_list .profile.col2 .prof_r {
	width: 100%;
	margin-top: 1.5em;
}

/*box3*/
#features .box3 .point_detail > div {
	padding-left: 4%;
	padding-right: 4%;
}
#features .box3 .point_detail .in_box1 {
	padding-top: 6%;
	padding-bottom: 6%;
}
#features .box3 .point_detail .in_box1 h4 {
	margin-bottom: 4%;
}
#features .box3 .point_detail .in_box1 .flex_box .box_img {
	width: 41%;
}
#features .box3 .point_detail .in_box1 .box_txt {
	width: 55%;
}
#features .box3 .point_detail .in_box1 .box_txt dt {
	font-size: 2.4vw;
	letter-spacing: .05em;
}
#features .box3 .point_detail .in_box1 .box_txt dd {
	line-height: 1.8em;
}
#features .box3 .point_detail .in_box2 {
	padding-top: 6%;
	padding-bottom: 5%;
}
#features .box3 .point_detail .in_box2 h5 {
	font-size: 3.2vw;
	letter-spacing: .05em;
	margin-bottom: 4%;
}
#features .box3 .point_detail .in_box2 .img_flex {
    align-items: flex-start;
	margin-bottom: 6%;
}
#features .box3 .point_detail .in_box2 .img_flex div {
	width: 40%;
}
#features .box3 .point_detail .in_box2 .img_flex p {
	width: 54%;
	font-size: 2.5vw;
	letter-spacing: normal;
	line-height: 1.5em;
}
#features .box3 .point_detail .in_box3 {
	padding-top: 5%;
	padding-bottom: 5%;
}

/*box6*/
#features .box6 {
	margin-top: 10%;
}
#features .box6 h3 {
	padding-left: 23%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#features .point_box .title_box {
	width: 100%;
	margin-bottom: 10%;
}
#features .point_box .title_box h2 {
	width: 95%;
	margin-left: -3%;
}
#features .point_box .title_box div {
	width: 25%;
	right: 0;
	top: 0%;
	transform: translate(15%,-50%);
}
#features .point_list > li {
	margin-bottom: 12%;
}
#features .point_list > li:last-child {
	margin-bottom: 0;
}

#features .point_list .no {
	width: 25vw;
}
#features .point_list h3 {
	font-size: 160%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: .6em;
}
#features .point_list h3 .txt_small {
	font-size: 80%;
}

/*レイアウト*/
#features .point_list .point_bg {
	padding-top: 0;
}
#features .point_list .point_bg::before {
	width: 140%;	/*円グラデ*/
	top: 8vw;
	left: 50%;
	transform: translateX(-50%) !important;
}

#features .point_list .point_float {
	display: flex;
	align-items: flex-start;
	flex-direction: column-reverse;
}
#features .point_list .point_float .box_txt {
	width: 100%;
	float: none !important;
}
#features .point_list .point_float .box_img {
	width: 100%;
	float: none !important;
	padding-top: 0;
	margin: 6% auto 0;
	position: relative;
}
#features .point_list .box_txt h3,
#features .point_list .box_txt .txt {
	width: 100%;
	max-width: 100%;
}
#features .point_list .no {
	position: static;
}

/*詳細*/
#features .point_list .point_sub {
	margin-top: 8%;
	padding: 8% 6%;
}
#features .point_list .point_detail {
	margin-top: 10%;
}

#features .point_list .com_style_fs25 > dt,
#features .point_list .com_style_fs27 > dt {
	text-align: left;
}

/*box1*/
#features .box1 h3 .txt_small,
#features .box5 h3 .txt_small {
	margin-top: .2em;
}
#features .box1 h3 .txt_small {
	margin-right: -.5em;
}
#features .box1 .point_sub {
	margin-top: 6%;
}

/*box2*/
#features .box2 h3 .txt_small {
	margin-bottom: .2em;
}
#features .box2 .point_detail .inbox_1150 {
	padding: 14% 6% 8%;
}
#features .box2 .point_detail .abs {
	font-size: 300%;
	top: 0;
}	
	
#features .box2 .dr_name {
	font-size: 115%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
#features .box2 .dr_name dd {
	letter-spacing: .05em;
}
#features .box2 .message {
	line-height: 1.8em;
}
#features .box2 .profile {
	margin-top: 1.0em;
}
#features .box2 .profile.col2 {
	display: block;
}
#features .box2 .profile.col2 .prof_l {
	width: 100%;
}
#features .box2 .profile.col2 .prof_r {
	width: 100%;
	margin-top: 1.0em;
}
#features .box2 .prof_style {
	margin-top: 1.0em;
}
#features .box2 .prof_style > dt {
	margin-bottom: .2em;
}
#features .box2 .prof_style > dd {
	letter-spacing: normal;
}
#features .box2 .prof_list > li {
	padding-left: 1.0em;
	margin-top: 0;
}
#features .box2 .prof_list > li::before {
	top: .5em;
}

#features .box2 .dr_box {
	padding-bottom: 10%;
	margin-bottom: 10%;
	display: block;
}
#features .box2 .dr_box .box_l {
	width: 60%;
	margin: 0 auto 1.0em;
}
#features .box2 .dr_box .box_r {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}
#features .box2 .dr_box .dr_name > dt {
	margin-right: .8em;
}

#features .box2 .dr_list {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
	display: block;
}
#features .box2 .dr_list > div {
	width: 100%;
	max-width: 100%;
	padding-bottom: 10%;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	margin-bottom: 10%;
}
#features .box2 .dr_list .photo_name {
	display: block;
	position: relative;
}
#features .box2 .dr_list .photo_name .box_l {
	width: 38%;
}
#features .box2 .dr_list .photo_name .box_r {
	width: 100%;
	max-width: 100%;
	margin-top: 6%;
}
#features .box2 .dr_list .photo_name .dr_name {
	width: 58%;
	position: absolute;
	right: 0;
	top: 14vw;
	transform: translateY(-50%);
}

/*box3*/
#features .box3 .point_detail > div {
	padding-left: 6%;
	padding-right: 6%;
}
#features .box3 .point_detail .in_box1 {
	padding-top: 8%;
	padding-bottom: 10%;
}
#features .box3 .point_detail .in_box1 h4 {
	margin-bottom: 6%;
}
#features .box3 .point_detail .in_box1 .flex_box {
	display: block;
}
#features .box3 .point_detail .in_box1 .flex_box .box_img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 6%;
}
#features .box3 .point_detail .in_box1 .box_txt {
	width: 100%;
	max-width: 100%;
}
#features .box3 .point_detail .in_box1 .box_txt dt {
	font-size: 115%;
	letter-spacing: normal;
	padding: .6em 0;
	padding-left: 2.5em;
}
#features .box3 .point_detail .in_box1 .box_txt dt::before {
	left: .8em;
}
#features .box3 .point_detail .in_box1 .box_txt dd {
	line-height: 1.8em;
}
#features .box3 .point_detail .in_box2 {
	padding-top: 10%;
	padding-bottom: 8%;
}
#features .box3 .point_detail .in_box2::before {
	height: 6vw;
	max-height: 100%;
}
#features .box3 .point_detail .in_box2 h5 {
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: 6%;
}
#features .box3 .point_detail .in_box2 .flex_box {
	display: block;
}
#features .box3 .point_detail .in_box2 .flex_box::before {
	display: none;	/*罫線*/
}
#features .box3 .point_detail .in_box2 .flex_box > div {
	width: 100%;
	max-width: 100%;
	padding-bottom: 8%;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	margin-bottom: 10%;
}
#features .box3 .point_detail .in_box2 .flex_box > div:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#features .box3 .point_detail .in_box2 .img_flex {
	margin-bottom: 6%;
}
#features .box3 .point_detail .in_box2 .img_flex div {
	width: 36%;
}
#features .box3 .point_detail .in_box2 .img_flex p {
	width: 58%;
	font-size: 120%;
	letter-spacing: normal;
	line-height: 1.6em;
}
#features .box3 .point_detail .in_box2 .img_flex p br {
	display: block !important;
}
#features .box3 .point_detail .in_box3 {
	padding-top: 8%;
	padding-bottom: 8%;
}

/*box6*/
#features .box6 {
	padding-top: 0;
}
#features .box6 .no {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	margin: 0 auto 1.0em !important;
}
#features .box6 .in_box {
	width: 100%;
}
#features .box6 h3 {
	padding-left: 0;
	text-align: center;
}

#features .slide_box .swiper-slide {
	width: 50vw;
}

#features .com_contact {
	margin-bottom: 6%;
}
}



/*reason
---------------------------------------------------------*/
#reason .anc_padding {
	position: relative;
	padding-top: 50px;	/*アンカーリンクでふきだしが切れないように*/
}
#reason .w1290 {
	position: relative;
	z-index: 1;
	padding-top: 160px;
}
#reason .abs1 {
	width: 50%;
	max-width: 540px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-35%);
}
#reason .lead_box {
	text-align: center;
	position: relative;
}
#reason .lead_box p {
	position: relative;
	z-index: 1;
}
#reason .lead_box h2 {
	font-size: min(310%,4.5vw);
	letter-spacing: .075em;
	line-height: 1.4em;
	margin: .3em 0 .7em;
}
#reason .lead_box h2 .txt_small {
	display: block;
	font-size: 70%;
	letter-spacing: .075em;
	line-height: 1.4em;
}
#reason .lead_box h2 .txt_small span {
	display: inline-block;
	color: #9CB1C2;
	font-size: 205%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-left: .6em;
	padding-right: .5em;
	position: relative;
}
#reason .lead_box h2 .txt_small span::before,
#reason .lead_box h2 .txt_small span::after {
	font-family: 'fontello';
	color: #073B66;
	font-size: 40%;
	font-weight: normal;
	position: absolute;
	top: 0;
	transform: translateY(-30%);
}
#reason .lead_box h2 .txt_small span::before {
	content: '\e804';
	left: .3em;
}
#reason .lead_box h2 .txt_small span::after {
	content: '\e805';
	right: 0;
}
#reason .lead_box .abs2 li {
	position: absolute;
	z-index: 0;
	width: 13%;
	max-width: 166px;
	bottom: 0;
	transform: translateY(10%);
}
#reason .lead_box .abs2 li:first-child {left: 8%;}
#reason .lead_box .abs2 li:last-child {right: 8%;}

#reason .box_list > li {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 60px 3% 50px;
	margin-bottom: 50px;
}
#reason .box_list > li:last-child {
	margin-bottom: 0;
}
#reason .box_list .flt_box .box_l {
	float: left;
	width: 35%;
	max-width: 380px;
	position: relative;
	z-index: 1;
}
#reason .box_list .flt_box .box_r {
	float: right;
	width: 62%;
	max-width: 710px;
	position: relative;
	z-index: 0;
}
#reason .box_list .com_style_fs27 > dt {
	color: #073B66;
	position: relative;
	z-index: 0;
	padding-bottom: .8em;
}
#reason .box_list .com_style_fs27 > dt::before {
	content: "";
	position: absolute;
	width: 150%;
	height: 1px;
	background: #000;
	opacity: 0.3;
	right: 0;
	bottom: 0;
}

#reason .com_style_fs40 > dt {
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#reason .anc_padding {
	padding-top: 4%;	/*アンカーリンクでふきだしが切れないように*/
}
#reason .w1290 {
	padding-top: 14%;
}
#reason .abs1 {
	width: 55%;
}
#reason .lead_box h2 {
	font-size: 4.8vw;
	letter-spacing: .05em;
}
#reason .lead_box h2 .txt_small {
	letter-spacing: .05em;
}
#reason .lead_box .abs2 li {
	bottom: 50%;
	transform: translateY(50%);
}
#reason .lead_box .abs2 li:first-child {left: 0;}
#reason .lead_box .abs2 li:last-child {right: 0;}

#reason .box_list > li {
	padding: 4% 4%;
	margin-bottom: 3%;
}
#reason .box_list .flt_box .box_l {
	margin-right: 4%;
	margin-bottom: 1.0em;
}
#reason .box_list .flt_box .box_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
#reason .box_list .com_style_fs27 > dt {
	padding-bottom: .5em;
}
#reason .box_list .com_style_fs27 > dt::before {
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#reason .anc_padding {
	padding-top: 8%;	/*アンカーリンクでふきだしが切れないように*/
}
#reason .w1290 {
	padding-top: 22%;
}
#reason .abs1 {
	width: 90%;
}
#reason .lead_box h2 {
	font-size: 155%;
	letter-spacing: .05em;
	margin: .3em 0 .7em;
}
#reason .lead_box h2 .txt_small {
	font-size: 70%;
	letter-spacing: .05em;
}
#reason .lead_box .abs2 {
	width: 50%;
	margin: 1% auto 0;
	display: flex;
    justify-content: space-between;
}
#reason .lead_box .abs2 li {
	position: relative;
	width: 50%;
	left: auto;
	right: auto !important;
	bottom: auto !important;
	transform: none;
}

#reason .box_list > li {
	padding: 8% 6% 8%;
	margin-bottom: 6%;
	overflow: hidden;
}
#reason .box_list .flt_box .box_l {
	float: none;
	width: 70%;
	margin: 0 auto 1.0em;
}
#reason .box_list .flt_box .box_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
#reason .box_list .com_style_fs27 > dt {
	text-align: center;
	padding-bottom: .6em;
	margin-bottom: .8em;
}
#reason .box_list .com_style_fs27 > dt::before {
	width: 100%;
}

#reason .com_style_fs40 > dt {
	font-size: 145%;
	letter-spacing: normal;
}
}



/*about
---------------------------------------------------------*/
#about .bg1 {
	position: relative;
	background: #073B66;
}
#about .bg1::before,
#about .bg1::after {
	content: "";	/*背景*/
	position: absolute;
	width: 100%;
	height: 20vw;
	max-height: 265px;
	left: 0;
	background: url("../images/bg_circle1@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
#about .bg1::before {
	z-index: 0;
	top: 0;
	background: url("../images/com_bg2@2x.png") repeat-y center top;
	background-size: 100% auto;
}
#about .bg1::after {
	z-index: 1;
	top: 20px;	/*アンカーリンクで画像が切れないように*/
	background: url("../images/bg_circle1@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
#about .bg1 > div {
	position: relative;
	z-index: 2;
}

#about .bg1 .lead_box {
	position: relative;
	color: #fff;
}
#about .bg1 .lead_box .abs1 {
	width: 48%;
	margin: 0 auto 20px;
}
#about .bg1 .lead_box .abs2 {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.07;
	text-align: center;
	font-size: min(2300%,24vw);
	letter-spacing: .16em;
	line-height: 1.0em;
	margin-left: .05em;
}
#about .bg1 .lead_box .fs60 {
	text-align: center;
	margin: .1em 0 1.0em;
}
#about .bg1 .lead_box .img_box {
	position: relative;
}
#about .bg1 .lead_box .img_box .com_style_fs30 {
	position: relative;
	z-index: 1;	
}
#about .bg1 .lead_box .img_box .com_style_fs30 > dd {
	width: 75%;
	max-width: 830px;
}
#about .bg1 .lead_box .img_box .img_item {
	width: 41%;
	max-width: 470px;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 50%;
	transform: translate(20%,-35%);
}

#about .bg1 .com_box_bg1 .flt_box .img_l {
	width: 26%;
	max-width: 290px;
	float: left;
	padding-top: .8em;
}
#about .bg1 .com_box_bg1 .flt_box .txt_r {
	width: 71%;
	float: right;
}
#about .bg1 .com_box_bg1 .flt_box .com_style_fs30 > dt {
	padding-bottom: .7em;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
#about .bg1 .comparison {
	background: #fff;
	padding: 60px 3% 70px;
}
#about .bg1 .comparison .in_box1 {
	position: relative;
	z-index: 1;
	padding-bottom: 70px;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	margin-bottom: 60px;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 {
	width: 90%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 > dt {
	width: 30%;
	margin: 0;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 > dd {
	width: 70%;
}
#about .bg1 .comparison .in_box1 .abs {
	width: 17%;
	max-width: 190px;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	transform: translate(12%,-22%);
}
#about .bg1 .comparison .in_box2 .com_col2_box .com_style_fs30 > dt {
	text-align: center;
	margin-top: .7em;
	padding-bottom: .7em;
	position: relative;
}
#about .bg1 .comparison .in_box2 .com_col2_box .com_style_fs30 > dt::before {
	content: "";
	position: absolute;
	width: 106%;
	height: 1px;
	background: rgba(0,0,0,0.3);
	left: -3%;
	bottom: 0;
}
#about .bg1 .slash {
	color: #fff;
}
#about .bg1 .slash span::before,
#about .bg1 .slash span::after {
	height: 2.8em;
}

#about .bg2 {
	position: relative;
	background: #A9CAD0;
	overflow: hidden;
}
#about .bg2::before {
	content: "";	/*上部の白グラデ*/
	position: absolute;
	z-index: 0;
	width: 200%;
	aspect-ratio: 1 / 1;
	background: #FFFFFF;
	background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
	left: 50%;
	top: 0%;
	transform: translate(-50%,-50%);
}
#about .bg2::after {
	content: "";	/*上部の三角*/
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 15vw;
	max-height: 177px;
	background: url("../images/root_bg2@2x.png") no-repeat center top;
	background-size: 100% 100%;
	left: 0;
	top: 0;
	border-top: solid 20px #073B66;	/*abs1の分*/
}
#about .bg2 .com_btm_shadow {
	position: relative;
	z-index: 2;
}
#about .bg2 .w1290 {
	position: relative;
	z-index: 1;
}

#about .bg2 .img_point {
	width: 45%;
	max-width: 529px;
	margin: 0 auto 40px;
}
#about .bg2 h3.fs60 {
	margin-bottom: .2em;
}

#about .bg2 .com_check_box > li {
	background: none;
	border: solid 1px #073B66;
	padding-top: 50px;
	padding-bottom: 30px;
}
#about .bg2 .com_check_box dt {
	text-align: center;
	color: #073B66;
	font-size: min(187%,2.2vw);
	letter-spacing: .075em;
	line-height: 1.4em;
	margin-bottom: .4em;
}
#about .bg2 .com_check_box .color2 {border-color: #076617;}
#about .bg2 .com_check_box .color2::before {background-color: #076617;}
#about .bg2 .com_check_box .color2 dt {color: #076617;}
#about .bg2 .com_check_box .color3 {border-color: #664007;}
#about .bg2 .com_check_box .color3::before {background-color: #664007;}
#about .bg2 .com_check_box .color3 dt {color: #664007;}

#about .bg2 .com_layout1 {
	box-shadow: none;
}
#about .bg2 .com_layout1 .abs_img {
	width: 20%;
	max-width: 175px;
	right: 59%;
	top: 42%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#about .bg1 .lead_box .abs1 {
	margin-bottom: 1%;
}
#about .bg1 .lead_box .fs60 {
	margin: .1em 0 1.0em;
}
#about .bg1 .com_box_bg1 .flt_box .img_l {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 1.0em;
	padding-top: 0;
}
#about .bg1 .com_box_bg1 .flt_box .txt_r {
	width: 100%;
	float: none;
}
#about .bg1 .comparison {
	padding: 5% 4% 6%;
}
#about .bg1 .comparison .in_box1 {
	padding-bottom: 5%;
	margin-bottom: 5%;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 {
	width: 85%;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 > dt {
	width: 35%;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 > dd {
	width: 65%;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 > dt {
	width: 35%;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 > dd {
	width: 65%;
}
#about .bg1 .comparison .in_box1 .abs {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#about .bg1 .comparison .in_box2 .com_col2_box .com_style_fs30 > dt {
	margin-top: .5em;
	padding-bottom: .5em;
}

#about .bg2 .img_point {
	margin-bottom: 3%;
}
#about .bg2 .com_check_box > li {
	padding-top: 5%;
	padding-bottom: 3%;
}
#about .bg2 .com_check_box dt {
	font-size: 2.4vw;
	letter-spacing: normal;
	margin-bottom: .4em;
}
#about .bg2 .com_layout1 .abs_img {
	left: 5%;
	right: auto;
	top: 42%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about .bg1::before,
#about .bg1::after {
	height: 30vw;	/*背景*/
	max-height: 100%;
}
#about .bg1 .lead_box .abs1 {
	width: 90%;
	margin-bottom: 3%;
}
#about .bg1 .lead_box .abs2 {
	font-size: 26vw;
	letter-spacing: .1em;
	top: 60vw;
	left: 50%;
	transform: translate(-50%,0%);
}
#about .bg1 .lead_box .fs60 {
	text-align: center;
	margin: .1em 0 1.0em;
}
#about .bg1 .lead_box .img_box .com_style_fs30 > dt {
	text-align: center;
}
#about .bg1 .lead_box .img_box .com_style_fs30 > dd {
	width: 100%;
	max-width: 100%;
}
#about .bg1 .lead_box .img_box .img_item {
	width: 60%;
	margin: 5% auto -10%;
	position: relative;
	right: auto;
	top: auto;
	transform: none;
}

#about .bg1 .com_box_bg1 .flt_box .img_l {
	width: 70%;
	margin: 0 auto 3%;
	float: none;
	padding: 0;
}
#about .bg1 .com_box_bg1 .flt_box .txt_r {
	width: 100%;
	float: none;
}
#about .bg1 .com_box_bg1 .flt_box .com_style_fs30 > dt {
	text-align: center;
	padding-bottom: .5em;
	margin-bottom: .8em;
}
#about .bg1 #comparison {
	padding-top: 10% !important;
}
#about .bg1 .comparison {
	padding: 8% 6% 8%;
}
#about .bg1 .comparison .in_box1 {
	padding-bottom: 8%;
	margin-bottom: 8%;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 {
	width: 100%;
	display: block;
	padding-top: 16%;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 > dt {
	width: 100%;
	text-align: center;
	margin-bottom: .5em;
}
#about .bg1 .comparison .in_box1 .com_style_fs30 > dd {
	width: 100%;
}
#about .bg1 .comparison .in_box1 .abs {
	width: 40%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(0%,-60%);
}
#about .bg1 .comparison .in_box2 .com_col2_box .com_style_fs30 > dt {
	margin-top: .5em;
	padding-bottom: .5em;
}

#about .bg2 .img_point {
	width: 80%;
	margin: 0 auto 6%;
}

#about .bg2 .com_check_box > li {
	padding-top: 8%;
	padding-bottom: 6%;
}
#about .bg2 .com_check_box dt {
	font-size: 120%;
	letter-spacing: normal;
}

#about .bg2 .com_layout1 .abs_img {
	width: 40%;
	margin-right: 5%;
	right: auto;
	top: auto;
}
}



/*form-function
---------------------------------------------------------*/
#form-function .bg {
	background: #E6EBF0;
}
#form-function .com_width_title::before {background-image: url("../images/title1_bg1@2x.jpg");}
#form-function .com_width_title::after {background-image: url("../images/title1_bg2@2x.jpg");}

#form-function .lead_box .com_style_fs30 > dt {
	text-align: center;
}
#form-function .lead_box .com_style_fs30 > dd {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row-reverse;
}
#form-function .lead_box .com_style_fs30 .img_item {
	width: 35%;
	box-sizing: border-box;
	padding-right: 5%;
}
#form-function .lead_box .com_style_fs30 .txt {
	width: 62%;
	max-width: 710px;
}

#form-function .titanium_box {
	background: #CDD8E0;
	border-radius: 30px;
	padding: 60px 3%;
}
#form-function .titanium_box h4 {
	text-align: center;
	position: relative;
	margin-bottom: .8em;
}
#form-function .titanium_box h4::before,
#form-function .titanium_box h4::after {
	font-family: 'fontello';
	content: '\e804';
	color: #fff;
	font-size: 350%;
	opacity: 0.5;
	position: absolute;
	z-index: 0;
	bottom: .1em;
}
#form-function .titanium_box h4::before {
	left: 10%;
}
#form-function .titanium_box h4::after {
	content: '\e805';
	right: 10%;
}
#form-function .titanium_box h4 span {
	position: relative;
	z-index: 1;
}
#form-function .titanium_box .com_col2_box > div {
	max-width: 630px;
	background: #396285;
	color: #fff;
}
#form-function .titanium_box .com_col2_box .com_top_over::before {
	height: 60px;
	background: #CDD8E0;
}
#form-function .titanium_box .com_col2_box .com_style_fs27 > dt {
	margin-top: .8em;
	text-align: center;
	letter-spacing: .05em;
	height: 3.5em;
	position: relative;
}
#form-function .titanium_box .com_col2_box .com_style_fs27 > dt span {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#form-function .box1 .com_style_fs30 dt ul {
	margin: .8em 0 1.0em;
	display: flex;
    justify-content: center;
    align-items: center;
}
#form-function .box1 .com_style_fs30 dt li {
	margin: 0 0.8%;
	background: #073B66;
	background: linear-gradient(135deg,rgba(7, 59, 102, 1) 20%, rgba(1, 28, 51, 1) 100%);
	border-radius: 50%;
	color: #fff;
	line-height: 1.6em;
	width: 7.5em;
	height: 7.5em;
	position: relative;
}
#form-function .box1 .com_style_fs30 dt li span {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#form-function .box2 .com_layout1 {
	background-image: url("../images/form_bg1@2x.jpg");
}
#form-function .box2 .com_layout1 .abs_img {
	width: 30%;
	max-width: 300px;
	right: 56%;
	top: 50%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#form-function .lead_box .com_style_fs30 .img_item {
	width: 32%;
	padding-right: 0;
}
#form-function .lead_box .com_style_fs30 .txt {
	width: 65%;
}

#form-function .titanium_box {
	padding: 6% 3%;
}

#form-function .box2 .com_layout1 .abs_img {
	right: auto;
	left: 2%;
	top: auto;
	bottom: 5%;
	transform: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#form-function .lead_box .com_style_fs30 > dt {
	text-align: left;
}
#form-function .lead_box .com_style_fs30 > dd {
	display: block;
}
#form-function .lead_box .com_style_fs30 .img_item {
	width: 75%;
	margin: 0 auto 4%;
}
#form-function .lead_box .com_style_fs30 .txt {
	width: 100%;
	max-width: 100%;
}

#form-function .titanium_box {
	border-radius: 5vw;
	padding: 8% 6%;
}
#form-function .titanium_box h4 {
	margin-bottom: .5em;
}
#form-function .titanium_box h4::before,
#form-function .titanium_box h4::after {
	font-size: 200%;
	top: 0;
	bottom: auto;
}
#form-function .titanium_box h4::before {
	left: 0%;
}
#form-function .titanium_box h4::after {
	right: 0%;
}
#form-function .titanium_box .com_col2_box .com_top_over::before {
	height: 8vw;
}
#form-function .titanium_box .com_col2_box .com_style_fs27 > dt {
	margin-top: .8em;
	letter-spacing: normal;
	height: auto;
}
#form-function .titanium_box .com_col2_box .com_style_fs27 > dt span {
	position: static;
	transform: none;
}

#form-function .box1 .com_style_fs30 dt ul {
	margin: .8em 0 1.0em;
    justify-content: space-between;
}
#form-function .box1 .com_style_fs30 dt li {
	margin: 0;
	font-size: 80%;
	width: 6.5em;
	height: 6.5em;
}

#form-function .box2 .com_layout1 {
	padding-top: 0;
}
#form-function .box2 .com_layout1 .abs_img {
	width: 70%;
	right: auto;
	top: auto;
	transform: none;
}
}



/*implant-choice
---------------------------------------------------------*/
#implant-choice .bg {
	background: #E6EBF0;
}
#implant-choice .com_width_title::before {background-image: url("../images/title2_bg1@2x.jpg");}
#implant-choice .com_width_title::after {background-image: url("../images/title2_bg2@2x.jpg");}

#implant-choice .com_check_box .chec_txt > dt {
	height: 4.0em;
	position: relative;
}
#implant-choice .com_check_box .chec_txt > dt span {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: calc(50% - .8em);
	transform: translateY(-50%);
}

#implant-choice .com_col2_box > div {
	max-width: 627px;
	background: #CDD8E0;
}
#implant-choice .com_col2_box .com_top_over::before {
	background: #E6EBF0;
}
#implant-choice .com_col2_box .com_style_fs27 > dt {
	text-align: center;
	color: #073B66;
}
#implant-choice .com_col2_box .com_top_over .com_style_fs27 > dt {
	margin-top: 1.2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#implant-choice .com_check_box .chec_txt > dt {
	height: auto;
}
#implant-choice .com_check_box .chec_txt > dt span {
	position: static;
	transform: none;
}

#implant-choice .com_col2_box .com_top_over .com_style_fs27 > dt {
	margin-top: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#implant-choice .com_check_box .chec_txt > dt {
	height: auto;
}
#implant-choice .com_check_box .chec_txt > dt span {
	position: static;
	transform: none;
}
#implant-choice .com_col2_box .com_top_over .com_style_fs27 > dt {
	margin-top: .8em;
}
#implant-choice .box2 .com_layout2 {
	margin-bottom: 12%;
}
#implant-choice .box4 .com_col2_box > div {
	margin-top: 4% !important;
}
}



/*flow
---------------------------------------------------------*/
#flow .bg {
	background: #DAE2E8;
}
#flow .com_width_title::before {background-image: url("../images/title3_bg1@2x.jpg");}
#flow .com_width_title::after {background-image: url("../images/title3_bg2@2x.jpg");}

#flow .flow_list > li {
	background: #fff;
	box-sizing: border-box;
	padding: 40px 3%;
	position: relative;
	margin-bottom: 80px;
}
#flow .flow_list > li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3vw;
	max-height: 34px;
	background: url("../images/fukidashi1@2x.png") no-repeat center top;
	background-size: contain;
	left: 0;
	top: calc(100% - 1px);
}
#flow .flow_list > li:last-child {
	margin-bottom: 0;
}
#flow .flow_list > li:last-child::before {
	display: none;
}
#flow .flow_list .flt_box .img_l {
	float: left;
	width: 34%;
	max-width: 390px;
}
#flow .flow_list .flt_box .txt_r {
	float: right;
	width: 62%;
	max-width: 690px;
}
#flow .flow_list .txt_r {
	padding-top: 1.0em;
}
#flow .flow_list .txt_r::before {
	content: "Step1";
	position: absolute;
	top: -.4em;
	font-family: "ivymode", serif;
	font-weight: 200;
	font-style: normal;
	color: #999999;
	font-size: min(340%,4.5vw);
	letter-spacing: .1em;
	line-height: 1.0em;
}
#flow .flow_list .flow_style > dt {
	font-size: min(160%,2.4vw);
	letter-spacing: .075em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
#flow .flow_list > li:nth-child(2) .txt_r::before {content: "Step2";}
#flow .flow_list > li:nth-child(3) .txt_r::before {content: "Step3";}
#flow .flow_list > li:nth-child(4) .txt_r::before {content: "Step4";}
#flow .flow_list > li:nth-child(5) .txt_r::before {content: "Step5";}
#flow .flow_list > li:nth-child(6) .txt_r::before {content: "Step6";}
#flow .flow_list > li:nth-child(7) .txt_r::before {content: "Step7";}
#flow .flow_list > li:nth-child(8) .txt_r::before {content: "Step8";}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flow .flow_list > li {
	padding: 5% 3%;
	margin-bottom: 6%;
}
#flow .flow_list .txt_r {
	padding-top: .5em;
}
#flow .flow_list .txt_r::before {
	font-size: 4.8vw;
}
#flow .flow_list .flow_style > dt {
	font-size: 2.6vw;
	letter-spacing: .05em;
	margin-bottom: .3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .flow_list > li {
	padding: 8% 6%;
	margin-bottom: 8%;
}
#flow .flow_list > li::before {
	height: 5vw;
	max-height: 100%;
}
#flow .flow_list .flt_box .img_l {
	float: none;
	width: 70%;
	margin: 0 auto 1.0em;
}
#flow .flow_list .flt_box .txt_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
#flow .flow_list .txt_r {
	padding-top: 0;
}
#flow .flow_list .txt_r::before {
	font-size: 200%;
	top: -.6em;
}
#flow .flow_list .flow_style > dt {
	font-size: 130%;
	letter-spacing: .02em;
	line-height: 1.5em;
	margin-bottom: .3em;
}
}



/*fear-relief
---------------------------------------------------------*/
#fear-relief .bg {
	background: #456C8C;
	color: #fff;
}
#fear-relief .com_width_title::before {background-image: url("../images/title4_bg1@2x.jpg");}
#fear-relief .com_width_title::after {background-image: url("../images/title4_bg2@2x.jpg");}

#fear-relief .com_layout3 {
	color: #000;
}
#fear-relief .com_layout3 .com_list1 {
	margin-top: 1.0em;
}
#fear-relief .com_layout3 .com_list1.col2 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#fear-relief .com_layout3 .com_list1.col2 li {
	width: 48%;
}
#fear-relief .box3 .com_list1 {
	width: 100%;
	max-width: 850px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#fear-relief .com_layout3 .com_list1.col2 {
	display: block;
}
#fear-relief .com_layout3 .com_list1.col2 li {
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#fear-relief .com_layout3 .com_list1 {
	margin-top: .5em;
}
#fear-relief .com_layout3 .com_list1.col2 {
	display: block;
}
#fear-relief .com_layout3 .com_list1.col2 li {
	width: 100%;
}
}



/*bone-augmentation
---------------------------------------------------------*/
#bone-augmentation .bg {
	background: #E6EBF0;
}
#bone-augmentation .com_width_title::before {background-image: url("../images/title5_bg1@2x.jpg");}
#bone-augmentation .com_width_title::after {background-image: url("../images/title5_bg2@2x.jpg");}

#bone-augmentation .box2 {
	background: #CDD8E0;
	position: relative;
	padding-bottom: 60px;
}
#bone-augmentation .box2::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 10vw;
	max-height: 130px;
	background: #E6EBF0;
	left: 0;
	top: -1px;
}
#bone-augmentation .box2 .w1290 {
	position: relative;
	z-index: 1;
}

#bone-augmentation .box3 .com_col3_box {
	margin-bottom: 30px;
}
#bone-augmentation .box3 .com_col3_box .com_top_over::before {
	background: #E6EBF0;
}
#bone-augmentation .box3 .com_col3_box .com_style_fs30 > dt {
	text-align: center;
	color: #073B66;
	line-height: 1.4em;
	letter-spacing: .05em;
	margin-top: .7em;
	padding-bottom: .5em;
	min-height: 2.8em;
	position: relative;
}
#bone-augmentation .box3 .com_col3_box .com_style_fs30 > dt .txt_small {
	display: block;
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
#bone-augmentation .box3 .com_col3_box .com_style_fs30 > dt::before {
	content: "";
	position: absolute;
	width: 106%;
	height: 1px;
	background: rgba(0,0,0,0.3);
	left: -3%;
	bottom: 0;
}
#bone-augmentation .box3 .com_box_bg2 .flt_box .img_l {
	width: 22%;
	max-width: 250px;
	float: left;
}
#bone-augmentation .box3 .com_box_bg2 .flt_box .txt_r {
	width: 76%;
	max-width: 870px;
	float: right;
}

#bone-augmentation .box4 .com_layout1 {
	background-image: url("../images/bone_bg1@2x.jpg");
}
#bone-augmentation .box4 .com_layout1 .abs_img {
	width: 22%;
	max-width: 240px;
	right: 60%;
	bottom: 10%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#bone-augmentation .box2 {
	padding-bottom: 5%;
}

#bone-augmentation .box3 .com_col3_box {
	margin-bottom: 2%;
}
#bone-augmentation .box3 .com_col3_box .com_style_fs30 > dt {
	font-size: 2.7vw;
	letter-spacing: normal;
}
#bone-augmentation .box3 .com_col3_box .com_style_fs30 > dt .txt_small {
	font-size: 75%;
	letter-spacing: normal;
}
#bone-augmentation .box3 .com_box_bg2 .flt_box .img_l {
	width: 25%;
	margin-right: 2%;
	margin-bottom: 1.0em;
}
#bone-augmentation .box3 .com_box_bg2 .flt_box .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}

#bone-augmentation .box4 .com_layout1 .abs_img {
	left: 6%;
	right: auto;
	bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#bone-augmentation .box2 {
	padding-bottom: 8%;
}
#bone-augmentation .box2::before {
	height: 15vw;
	max-height: 100%;
}

#bone-augmentation .box3 .com_col3_box {
	margin-bottom: 2%;
}
#bone-augmentation .box3 .com_col3_box .com_style_fs30 > dt {
	margin-top: .5em;
	min-height: 0;
}
#bone-augmentation .box3 .com_box_bg2 .flt_box .img_l {
	width: 60%;
	margin: 0 auto 1.0em;
	float: none;
}
#bone-augmentation .box3 .com_box_bg2 .flt_box .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}
#bone-augmentation .box3 .com_box_bg2 .flt_box .txt_r dt {
	text-align: center;
}

#bone-augmentation .box4 .com_layout1 .abs_img {
	width: 60%;
	right: auto;
	bottom: auto;
	margin-bottom: -5%;
}
}



/*price
---------------------------------------------------------*/
#price .com_width_title::before {background-image: url("../images/title6_bg1@2x.jpg");}
#price .com_width_title::after {background-image: url("../images/title6_bg2@2x.jpg");}

#price .box1 .com_box_bg3 h4 {
	text-align: center;
	color: #073B66;
	margin-bottom: .6em;
}
#price .box1 .com_box_bg3 .com_layout4 {
	margin: 30px 0;
}
#price .box1 .com_box_bg3 .com_layout4 .com_list1 {
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#price .box1 .in_box1 .com_layout4 .com_list1 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#price .box1 .in_box1 .com_layout4 .com_list1 li:nth-child(odd) {
	width: 40%;
}
#price .box1 .in_box1 .com_layout4 .com_list1 li:nth-child(even) {
	width: 56%;
}
#price .box1 .in_box1 .sub_txt {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#price .box1 .in_box1 .sub_txt dt {
	width: 20%;
	max-width: 230px;
}
#price .box1 .in_box1 .sub_txt dd {
	width: 78%;
	max-width: 890px;
}

#price .com_bg3 {
	background-image: url("../images/bg_circle3@2x.png");
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#price .box1 .com_box_bg3 .com_layout4 {
	margin: 20px 0;
}
#price .box1 .in_box1 .com_layout4 .com_list1 {
	display: block;
}
#price .box1 .in_box1 .com_layout4 .com_list1 li {
	width: 100% !important;
}
#price .box1 .in_box1 .sub_txt dt {
	width: 27%;
}
#price .box1 .in_box1 .sub_txt dd {
	width: 70%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#price .box1 .com_box_bg3 h4 {
	margin-bottom: .4em;
}
#price .box1 .com_box_bg3 .com_layout4 {
	margin: 1.0em 0;
}
#price .box1 .com_box_bg3 .com_layout4 dt br {
	display: none;
}
#price .box1 .in_box1 .com_layout4 .com_list1 {
	display: block;
}
#price .box1 .in_box1 .com_layout4 .com_list1 li {
	width: 100% !important;
}
#price .box1 .in_box1 .sub_txt {
	display: block;
}
#price .box1 .in_box1 .sub_txt dt {
	width: 60%;
	margin: 0 auto 1.0em;
}
#price .box1 .in_box1 .sub_txt dd {
	width: 100%;
	max-width: 100%;
}
}



/*continue
---------------------------------------------------------*/
#continue .com_bg1::after {
	content: "";	/*左上写真*/
	position: absolute;
	z-index: 1;
	width: 70%;
	max-width: 980px;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/long_bg1@2x.png") no-repeat left top;
	background-size: 100% auto;
}
#continue .com_bg1 .com_btm_shadow {
	padding-top: 100px;
	color: #fff;
}

#continue .box2 .com_box_bg1 .flt_box .img_r,
#continue .box2 .com_box_bg1 .flt_box .img_l {
	width: 37%;
	max-width: 420px;
	position: relative;
	z-index: 1;
}
#continue .box2 .com_box_bg1 .flt_box .txt_l,
#continue .box2 .com_box_bg1 .flt_box .txt_r {
	width: 59%;
	max-width: 660px;
	position: relative;
	z-index: 0;
}
#continue .box2 .com_box_bg1 .flt_box .img_r,
#continue .box2 .com_box_bg1 .flt_box .txt_r {
	float: right;
}
#continue .box2 .com_box_bg1 .flt_box .img_l,
#continue .box2 .com_box_bg1 .flt_box .txt_l {
	float: left;
}
#continue .box2 .com_box_bg1 .com_style_fs30 > dt {
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	position: relative;
}
#continue .box2 .com_box_bg1 .com_style_fs30 > dt::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 1px;
	background: #fff;
	bottom: 0;
}
#continue .box2 .com_box_bg1 .txt_r .com_style_fs30 > dt::before {
	right: 0;
}
#continue .box2 .com_box_bg1 .txt_l .com_style_fs30 > dt::before {
	left: 0;
}

#continue .com_bg3 {
	background-image: url("../images/bg_circle4@2x.png");
}
#continue .box3 {
	position: relative;
	padding-top: 250px;
}
#continue .box3 .abs1 {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-15%);
}
#continue .box3 .com_index2 {
	color: #fff;
	border-color: rgba(255,255,255,0.3);
}
#continue .box3 .com_layout1 {
	color: #000;
	background-image: url("../images/long_bg2@2x.jpg");
}
#continue .box3 .com_layout1 .abs_img {
	width: 27%;
	max-width: 300px;
	right: 60%;
	bottom: 17%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#continue .com_bg1 .com_btm_shadow {
	padding-top: 10%;
}

#continue .box2 .com_box_bg1 .flt_box .img_r,
#continue .box2 .com_box_bg1 .flt_box .img_l {
	margin-bottom: 1.0em;
}
#continue .box2 .com_box_bg1 .flt_box .txt_l,
#continue .box2 .com_box_bg1 .flt_box .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}
#continue .box2 .com_box_bg1 .flt_box .img_r {
	margin-left: 3%;
}
#continue .box2 .com_box_bg1 .flt_box .img_l {
	margin-right: 3%;
}
#continue .box2 .com_box_bg1 .com_style_fs30 > dt {
	padding-bottom: .8em;
	margin-bottom: .8em;
}
#continue .box2 .com_box_bg1 .com_style_fs30 > dt::before {
	width: 70%;
}
#continue .box3 {
	padding-top: 22%;
}
#continue .box3 .com_layout1 .abs_img {
	right: auto;
	left: 2%;
	bottom: 17%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#continue .com_bg1 .com_btm_shadow {
	padding-top: 12%;
}

#continue .box2 .com_box_bg1 .flt_box .img_r,
#continue .box2 .com_box_bg1 .flt_box .img_l {
	width: 70%;
	margin: 0 auto 1.0em;
	float: none;
}
#continue .box2 .com_box_bg1 .flt_box .txt_l,
#continue .box2 .com_box_bg1 .flt_box .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}
#continue .box2 .com_box_bg1 .com_style_fs30 > dt {
	text-align: center;
	padding-bottom: .8em;
	margin-bottom: .8em;
}
#continue .box2 .com_box_bg1 .com_style_fs30 > dt::before {
	width: 100%;
	opacity: 0.5;
}

#continue .box3 {
	padding-top: 35%;
}
#continue .box3 .abs1 {
	width: 90%;
}
#continue .box3 .com_layout1 {
	padding-top: 4%;
}
#continue .box3 .com_layout1 .abs_img {
	width: 70%;
	right: auto;
	bottom: auto;
	margin-bottom: 4%;
}
}



/*select
---------------------------------------------------------*/
#select .com_bg2 {
	position: relative;
	padding-top: 23%;
}
#select .com_bg2::before {
	content: "";	/*背景イメージ*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/sele_bg1@2x.png") no-repeat center top;
	background-size: 100% auto;
}
#select .com_bg2 > div {
	position: relative;
	z-index: 1;
}

#select .box1 .pont_txt {
	text-align: center;
	line-height: 1.5em;
	display: flex;
    justify-content: center;
    align-items: center;
}
#select .box1 .pont_txt li {
	margin: 0 1%;
	width: 7.5em;
	height: 7.5em;
	background: #DCE4EA;
	background: linear-gradient(135deg,rgba(220, 228, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 50%;
	position: relative;
}
#select .box1 .pont_txt li p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#select .box1 .lead_box {
	position: relative;
	z-index: 1;
}
#select .box1 .lead_box .arrow_txt {
	font-size: min(160%,2.5vw);
	letter-spacing: .075em;
	line-height: 1.9em;
	position: relative;
}
#select .box1 .lead_box .arrow_txt::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 106vw;
	max-width: 1600px;
	height: 12vw;
	max-height: 170px;
	background: url("../images/sele_arrow1@2x.png") no-repeat center center;
	background-size: 100% 100%;
	left: 50%;
	top: 100%;
	transform: translate(-50%,-40%);
}

#select .box1 .com_box_bg3 .title_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
}
#select .box1 .com_box_bg3 .title_box .point {
	width: 18%;
	max-width: 180px;
}
#select .box1 .com_box_bg3 .title_box .txt {
	width: 80%;
	margin-bottom: 0;
	padding-top: .5em;
}
#select .box1 .com_box_bg3 .title_box .txt p {
	font-size: 83%;
	letter-spacing: .075em;
	line-height: 1.5em;
	margin-bottom: .2em;
}
#select .box1 .com_box_bg3 .com_layout4 {
	margin: 40px 0;
}
#select .box1 .com_box_bg3 .com_layout4 .com_list1 {
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#select .box1 .com_box_bg3.color1 {background: #DAE8EB;}
#select .box1 .com_box_bg3.color2 {background: #DAE2E8;}
#select .box1 .com_box_bg3.color1 .txt {color: #000;}
#select .box1 .com_box_bg3.color2 .txt {color: #073B66;}
#select .box1 .com_box_bg3.color1 .com_layout4 > dt {background: #6F9EA8;}
#select .box1 .com_box_bg3.color2 .com_layout4 > dt {background: #396285;}
#select .box1 .com_box_bg3.color1 .com_list1 > li::before {background: #6F9EA8;}
#select .box1 .com_box_bg3.color2 .com_list1 > li::before {background: #396285;}

#select .box2 {
	padding-top: 40px;
	position: relative;
	z-index: 1;
}
#select .box2 .com_style_fs40 {
	position: relative;
	z-index: 1;
}
#select .box2 .com_style_fs40 > dd {
	width: 65%;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}
#select .box2 .abs1 li,
#select .box2 .abs2 li {
	position: absolute;
	z-index: 0;
}
#select .box2 .abs1 li:nth-child(1) {
	width: 14%;
	max-width: 175px;
	left: 7%;
	top: 0;
}
#select .box2 .abs1 li:nth-child(2) {
	width: 16%;
	max-width: 205px;
	right: 8%;
	top: 0;
	transform: translateY(-10%);
}
#select .box2 .abs2 li:nth-child(1) {
	width: 20%;
	max-width: 250px;
	left: 3.5%;
	bottom: 0;
	transform: translateY(45%);
}
#select .box2 .abs2 li:nth-child(2) {
	width: 14%;
	max-width: 170px;
	right: 3.5%;
	bottom: 0;
	transform: translateY(35%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#select .com_bg2 {
	padding-top: 20%;
}
#select .box1 .lead_box .arrow_txt {
	font-size: 2.7vw;
	letter-spacing: 0.05em;
}

#select .box1 .com_box_bg3 .title_box {
	margin-bottom: 3%;
}
#select .box1 .com_box_bg3 .title_box .txt p {
	letter-spacing: .05em;
	margin-bottom: 0;
}
#select .box1 .com_box_bg3 .com_layout4 {
	margin: 3% 0;
}

#select .box2 {
	padding-top: 0;
}
#select .box2 .abs1 li:nth-child(1) {
	width: 14%;
	max-width: 175px;
	left: 7%;
	top: 0;
}
#select .box2 .abs2 li:nth-child(1) {
	left: 0;
	bottom: 0;
	transform: translateY(80%);
}
#select .box2 .abs2 li:nth-child(2) {
	right: 2.5%;
	bottom: 0;
	transform: translateY(35%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#select .com_bg2 {
	padding-top: 23%;
}
#select .box1 .pont_txt {
    justify-content: space-between;
	font-size: 110%;
}
#select .box1 .pont_txt li {
	margin: 0;
	width: 6.5em;
	height: 6.5em;
}
#select .box1 .lead_box .arrow_txt {
	font-size: 125%;
	letter-spacing: normal;
	line-height: 1.5em;
}
#select .box1 .lead_box .arrow_txt::before {
	height: 15vw;
	max-height: 100%;
	transform: translate(-50%,-20%);
}

#select .box1 .com_box_bg3 {
	padding-top: 4%;
}
#select .box1 .com_box_bg3 .title_box {
	display: block;
	text-align: center;
	margin-bottom: 5%;
}
#select .box1 .com_box_bg3 .title_box .point {
	width: 25%;
	margin: 0 auto;
}
#select .box1 .com_box_bg3 .title_box .txt {
	width: 100%;
}
#select .box1 .com_box_bg3 .title_box .txt p {
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: .2em;
}
#select .box1 .com_box_bg3 .com_layout4 {
	margin: 6% 0;
}
#select .box1 .com_box_bg3 .com_layout4 dt br {
	display: none;
}

#select .box2 {
	padding-top: 0;
}
#select .box2 .com_style_fs40 > dd {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10%;
}
#select .box2 .abs1,
#select .box2 .abs2 {
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
#select .box2 .abs1 li,
#select .box2 .abs2 li {
	position: relative;
	z-index: 0;
	margin: 0 5%;
}
#select .box2 .abs1 li:nth-child(1) {
	width: 27%;
	left: auto;
	top: auto;
}
#select .box2 .abs1 li:nth-child(2) {
	width: 30%;
	right: auto;
	top: auto;
	transform: translateY(-15%);
}
#select .box2 .abs2 li:nth-child(1) {
	width: 45%;
	left: auto;
	bottom: auto;
	transform: none;
}
#select .box2 .abs2 li:nth-child(2) {
	width: 27%;
	right: auto;
	bottom: auto;
	transform: translateY(20%);
}
}



/*faq
---------------------------------------------------------*/
#faq .bg {
	background: #E6EBF0;
	padding-top: 120px;
}
#faq .title_box {
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 50px;
}
#faq .title_box .ft_ivymode {
	font-size: 460%;
	letter-spacing: .08em;
	line-height: 1.0em;
	margin-bottom: .2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#faq .bg {
	padding-top: 10%;
}
#faq .title_box {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#faq .bg {
	padding-top: 12%;
}
#faq .title_box {
	margin-bottom: 8%;
}
#faq .title_box .ft_ivymode {
	font-size: 300%;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}