@charset "UTF-8";
.container--section {
	padding: 0;
	position: relative;
}
.mv img {
	width: 100%;
	opacity: 0;
	transition: 1s;
}
.mv.on img { opacity: 1;}
.mv-ttl {
	position: absolute;
	font-size: 31px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	color: #fff;
	background-color: #2e61ac;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
    min-width: 290px;
    min-height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	transition: 1.5s;
}
.mv.on + .mv-ttl { opacity: 1;}
.mv-cap {
	position: absolute;
	left: 20px;
	right: auto;
	z-index: 2;
	font-size: 12px;
	line-height: 1.2;
}
@media screen and (max-width: 1400px) {
	.mv-cap { font-size: 10px;}
}
@media screen and (max-width: 991px) {
	.mv-ttl {
		font-size: 24px;
		min-height: 220px;
		min-width: 220px;
	}
}
@media screen and (max-width: 767px) {
	.mv-cap {
		font-size: 10px;
        left: auto;
		right: 10px;
    }
	.mv-ttl {
        font-size: 21px;
        line-height: 1.3;
        min-width: 150px;
        min-height: 150px;
	}
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.bg_gray { background-color: rgba(238,239,232, 0.5);}
.bg_blue { background-color: rgba(228,241,251, 0.5);}
.bg_pink { background-color: rgba(255,250,245, 1);}
/* sec-intro  */
.sec_intro {
	text-align: center;
	padding: 100px 0;
}
.sec_intro h1 { margin-bottom: 15px;}
.sec_intro h1 img { max-width: 312px;}
.sec_intro h2 {
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.6;
}
@media screen and (max-width: 1023px) {
	.sec_intro h2 {
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
    .sec_intro { padding: 35px 0;}
    .sec_intro h1 { margin-bottom: 10px;}
    .sec_intro h1 img { max-width: 160px;}
    .sec_intro h2 { font-size: 14px;}
}

.tab_over { position: relative;}
.tab_over::before {
	content: "";
	background: url(../img/equipment/icon_v.svg) no-repeat center center / contain;
	width: 24px;
	height: 21px;
	top: 0;
	display: block;
	margin: auto;
}
.nav_anchor {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 3px;
	position: relative;
	padding: 45px 0 25px;
}
.nav_anchor .item a {
	background: #2e61ac;
	color: #fff;
	cursor: pointer;
	position: relative;
	text-align: center;
	line-height: 1;
	transition: all 0.3s;
	border-radius: 3px;
	padding: 25px 10px 15px;
	display: block;
	overflow: hidden;
}
.nav_anchor .item:not(.active) a:before {
	content: "";
	background: rgba(131, 137, 169, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	transition: all 0.3s;
	opacity: 1;
}
.nav_anchor .item.active a { background-color: #2e61ac;}
.nav_anchor .item span { display: block;}
.nav_anchor .item:hover a:before { opacity: 0;}
.nav_anchor .item a:hover { opacity: 1;}
.space_anchor {
	position: relative;
	transform: translateY(-30px);
}
@media only screen and (max-width: 850px) {
	.space_anchor {
		position: relative;
        transform: translateY(30px);
    }
}
@media only screen and (max-width: 767px) {
    .tab_over::before { width: 16px;}
	.nav_anchor {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto auto;
        padding: 25px 0 25px;
    }
    .nav_anchor .item a{ padding: 13px 8px 8px;}
    .nav_anchor .item:nth-child(1){ grid-column: 1/4;}
    .nav_anchor .item:nth-child(2){ grid-column: 4/7;}
    .nav_anchor .item:nth-child(3){ grid-column: 1/3;}
    .nav_anchor .item:nth-child(4){ grid-column: 3/5;}
    .nav_anchor .item:nth-child(5){ grid-column: 5/7;}
    .nav_anchor img { height: 35px;}
}
.full {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.pos_rel { position: relative;}
.h_auto { height: auto!important;}
.ac { text-align: center;}
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.sec { padding: 120px 0;}
.sec .inner { max-width: 930px;}
.head_cont {
	text-align: center;
	margin-bottom: 65px;
}
.head_cont .ttl {
	color: #2e61ac;
	position: relative;
	font-size: 33px;
	letter-spacing: 0.035em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.head_cont .ttl::before {
	content: "";
	width: 70px;
	height: 1px;
	background-color: #231815;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.head_cont .txt {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0;
}
.ttl_line {
	font-size: 19px;
	letter-spacing: 0.15em;
	font-weight: 600;
	padding-bottom: 2px;
	margin-bottom: 30px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid;
}
.ttl_line:not(:nth-child(1)) {
	margin-top: 16.5%;
}
.ttl_line02 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.4;
	padding-bottom: 5px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid;
	color: #2e61ac;
	text-align: left;
}
.box_wrap figure {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.box_wrap .item_ttl {
	font-size: 18px;
	line-height: 1.2;
	color: #2e61ac;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.box_wrap .item_ttl.sm { font-size: 16px;}
.box_wrap .item_ttl.space15 { margin-right: -15px;}
.box_wrap .item_ttl.icon_us {
	justify-content: space-between;
	align-items: center;
}
.box_wrap .item_ttl.icon_us::after {
	content: "";
	background: url(../img/equipment/icon_us.svg) no-repeat center center/contain;
	width: 40px;
	height: 40px;
	display: inline-block;
}
.box_wrap .item_ttl .num {
	background-color: #2e61ac;
	font-size: 17px;
	color: #fff;
	min-width: 23px;
	height: 23px;
	text-align: center;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_wrap figure + .item_txt { margin: 10px 0 2px;}
.box_wrap figure ~ .item_ttl { margin: 10px 0 5px;}
.box_wrap .item_txt {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
}
.box_wrap .item_txt ~ .item_ttl { margin: 0;}
.box_wrap .item_note {
	font-size: 10px;
	letter-spacing: 0;
    line-height: 1.2;
}
.box_white {
	background-color: #fff;
	padding: 40px 35px;
}
@media only screen and (max-width: 1023px) {
	.box_wrap .item_ttl { font-size: 14px;}
	.box_wrap .item_ttl.sm { font-size: 13px;}
	.box_wrap .item_txt { font-size: 11px;}
	.box_wrap .item_ttl.icon_us::after {
        width: 28px;
        height: 28px;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 767px) {
	.mb45 { margin-bottom: 30px !important;}
    .mb70 { margin-bottom: 30px !important;}
    .mb80 { margin-bottom: 60px !important;}
	.mb00_sp { margin-bottom: 0 !important;}
    .mb20_sp { margin-bottom: 20px !important;}
	.mb30_sp { margin-bottom: 30px !important;}
    .sec { padding: 35px 0;}
    .head_cont { margin-bottom: 55px;}
    .head_cont .ttl { font-size: 21px;}
    .head_cont .ttl::before { width: 45px;}
    .head_cont .txt {
        font-size: 21px;
        line-height: 1.3;
    }
    .ttl_line {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .ttl_line:not(:nth-child(1)) { margin-top: 30px;}
	.ttl_line02 { font-size: 19px;}
    .box_white { padding: 35px 15px 5px;}
	.box_white .col-12:nth-child(1) { order: 0;}
	.box_white .col-12:nth-child(2) { order: 2;}
	.box_white .col-12:nth-child(3) { order: 3;}
	.box_white .col-12:nth-child(4) { order: 1;}
    .box_wrap .item_ttl {
        font-size: 16px;
		letter-spacing: 0!important;
		align-items: flex-start;
    }
	.box_wrap .item_txt { 
		font-size: 12px;
		letter-spacing: 0!important;
	}
	.box_wrap .item_note { letter-spacing: 0!important;}
    .box_wrap .item_ttl.sm { font-size: 15px;}
    .box_wrap .item_ttl.icon_us { justify-content: initial; align-items: flex-start;}
   .box_wrap .item_ttl.space15 { margin-right: 0;}
}
.kitchen_row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 10px;
}
.list-num { margin-top: 40px;}
.list-num li {
	background-color: #2e61ac;
	color: #fff;
	font-size: 14px;
    line-height: 1.3;
	letter-spacing: 0.03em;
	padding: 15px;
    display: flex;
}
.list-num li span { margin-right: 20px;}
.list-num li + li { margin-top: 5px;}
.bathroom_row {
	display: grid;
	column-gap: 20px;
	grid-template-columns: repeat(5, 1fr);
}
.box_us {
	border: 1px solid #221714;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 20px;
    padding: 6px;
    text-align: center;
	background-color: #fff;
}
.box_us p { vertical-align: middle;}
.box_us .icon { margin-right: 10px;}
.box_us .icon img { width: 33px;}
.row.row_small02 {
	margin-left: -5px;
	margin-right: -5px;
}
.row.row_small02 [class^="col"]{
	padding-left: 5px;
	padding-right: 5px;
}
.row.row_small03 {
	margin-left: -10px;
	margin-right: -10px;
}
.row.row_small03 [class^="col"]{
	padding-left: 10px;
	padding-right: 10px;
}
@media only screen and (min-width: 768px) {
	.kitchen_row { grid-template-rows: auto 2fr;}
	.kitchen_row .item { grid-row: 1/3;}
	.kitchen_row .item:nth-child(5) {
		grid-column: 5/6;
		grid-row: 1/2;
		margin-bottom: 0 !important;
	}
	.kitchen_row .item:nth-child(5) .item_ttl { margin: 8px 0 3px;}
	.kitchen_row .item:nth-child(6) {
		grid-column: 5/6;
		grid-row: 2/3;
	}
}
@media only screen and (max-width: 1023px) {
	.list-num li {
		font-size: 12px;
		letter-spacing: 0;
		padding: 15px 10px;
	}
	.list-num li span {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 767px) {
    .row.row_small {
        margin-left: -6px;
        margin-right: -6px;
    }
    .row.row_small [class^="col"]{
        padding-left: 6px;
        padding-right: 6px;
    }
	.kitchen_row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
    .bathroom_row {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }
    .list-num li {
        padding: 10px 20px;
        align-items: center;
		font-size: 14px;
    }
    .list-num li span { margin-right: 55px;}
    .list-num li + li { margin-top: 10px;}
	.box_us { padding: 30px 6px;}
}
/* sec_storage */
.storage_info { padding-bottom: 70px;}
.storage_info .cont {
	background-color: rgba(185, 101, 129, 0.9);
	border-radius: 5px;
	color: #fff;
	padding: 50px 35px 25px;
}
.storage_info .ttl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.storage_info .ttl .icon {
	width: 145px;
	margin: 0 30px;
}
.storage_info .ttl h3 {
	font-size: 29px;
	letter-spacing: 0;
	flex: 1;
}
.storage_info .ttl h3 .sm {
	font-size: 65%;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
    margin-bottom: 5px;
}
.storage_info .txt {
	font-size: 14px;
	letter-spacing: 0;
}
.storage_ttl {
	display: flex;
	font-family: "Noto Sans JP";
	margin: 75px 0 30px;
}
.storage_ttl .icon {
	width: 97px;
	margin-right: 25px;
}
.storage_ttl .ttl { font-size: 22px;}
.storage_ttl .ttl .sm {
	font-size: 59%;
	font-weight: 400;
	display: block;
}
.storage_ttl .ttl small {
	font-size: 50%;
	color: #888888;
	position: relative;
	top: -3px;
}
.storage_ttl .ttl .lg { color: #b96581;}
.storage_wrap {
	max-width: 625px;
	margin: auto;
}
.storage_row.row .col-7 {
	-ms-flex: 0 0 52.4%;
	flex: 0 0 52.4%;
	max-width: 52.4%;
}
.storage_row.row .col-5 {
	-ms-flex: 0 0 47.5%;
	flex: 0 0 47.5%;
	max-width: 47.5%;
}
.storage_clothes .storage_list li {
	background-color: #2e61ac;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	min-height: 108px;
	text-align: center;
}
.storage_clothes .storage_list li + li { margin-top: 10px;}
@media only screen and (min-width: 768px) {
	.storage_clothes.row {
		margin-left: -23px;
		margin-right: -23px;
	}
	.storage_clothes.row [class^="col"]{
		padding-left: 23px;
		padding-right: 23px;
	}
	.storage_clothes.row .col-md-7 {
		-ms-flex: 0 0 52.3%;
		flex: 0 0 52.3%;
		max-width: 52.3%;
	}
	.storage_clothes.row .col-md-5 {
		-ms-flex: 0 0 47.7%;
		flex: 0 0 47.7%;
		max-width: 47.7%;
	}
	.storage_row .col-5 .item_note { margin-right: -15px;}
}
@media only screen and (max-width: 1023px) {
	.storage_clothes .storage_list li { font-size: 15px;}
	.storage_info .ttl h3 { font-size: 24px;}
}
@media only screen and (max-width: 767px) {
	.storage_info { padding-bottom: 30px;}
	.storage_info .cont {
		border-radius: 0;
		padding: 20px 15px;
	}
	.storage_info .ttl {
		margin-bottom: 20px;
	}
	.storage_info .ttl h3 {
		font-size: 19px;
		line-height: 1.4;
	}
	.storage_info .ttl h3 .sm {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	.storage_ttl {
		margin: 65px 0 15px;
		align-items: center;
		letter-spacing: 0;
	}
	.storage_ttl .ttl {
		font-size: 20px;
		line-height: 1.5;
	}
	.storage_ttl .icon {
		width: 100px;
		margin-right: 15px;
	}
	.storage_ttl .ttl .lg { display: block;}
	.storage_ttl .ttl small { display: block;}
	.storage_clothes .storage_list li {
		min-height: auto;
	}
	.storage_clothes .storage_list li + li { margin-top: 5px;}
}

.amenity_solution {
	background-color: #fff;
	border: 1px solid #2e61ac;
	padding: 5px;
	margin-top: 10px;
}
.amenity_solution .ttl {
	color: #2e61ac;
	font-size: 12px;
}
.amenity_solution .list_dot {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.4;
	display: grid;
	grid-template-columns: auto auto;
}
.amenity_solution .list_dot li:nth-child(1){ grid-row: 1 / 3;}
.amenity_solution .list_dot li:nth-child(3){
	grid-column: 2/3;
	grid-row-start: 2;
}
.amenity_solution .list_dot li::before {
	content: "●";
	color: #2e61ac;
	display: inline-block;
}
.amenity_env {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.amenity_env .tag { margin-bottom: 10px;}
.amenity_env .tag span {
	background-color: #000000;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 1px 6px;
}
.amenity_env .item_ttl { margin-bottom: 0;}
.amenity_env figure ~ .item_txt { margin: 35px 0 20px;}
@media only screen and (min-width: 768px) {
	.amenity_env .row .col-md-7 {
		-ms-flex: 0 0 52.2%;
        flex: 0 0 52.2%;
        max-width: 52.2%;
	}
	.amenity_env .row .col-md-5 {
		-ms-flex: 0 0 47.8%;
        flex: 0 0 47.8%;
        max-width: 47.8%;
	}
	.amenity_env .row .col-md-5 figure { width: 93%;}
}
@media only screen and (max-width: 767px) {
	.amenity_solution .list_dot { display: block;}
	.amenity_solution .list_dot li { display: flex;}
	.amenity_solution .list_dot li + li { margin-top: 5px;}
	.amenity_env .item_ttl { margin-bottom: 10px;}
	.amenity_env figure ~ .item_txt { margin: 20px 0 15px;}
	.amenity_solution .ttl { font-size: 19px;}
}
.safety_door {
	border-top: 1px solid #2e61ac;
	border-bottom: 1px solid #2e61ac;
	padding: 15px 20px 0 0;
	margin-bottom: 130px;
}
.safety_door .ttl {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
	color: #2e61ac;
}
.safety_major {
	border: 1px solid rgba(46, 97, 172, 0.5);
	padding: 10px 20px 25px;
}
.safety_major .ttl { font-size: 14px;}
.safety_major .safety_list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	row-gap: 5px;
	column-gap: 7px;
}
.safety_major .safety_list li  {
	background-color: #2e61ac;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0;
	color: #fff;
	padding: 9px 2px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.safety_major02 { padding-top: 30px;}
.safety_major02 .safety_list li { min-height: 47px;}
@media only screen and (min-width: 768px) {
	.safety_ttl {
		display: flex;
		margin-left: -8px;
		margin-right: -8px;
	}
	.safety_ttl > * {
		padding-left: 8px;
		padding-right: 8px;
	}
	.safety_ttl .item_ttl { width: 29%;}
	.safety_ttl .item_txt { flex: 1;}
	.safety_system.row figure { width: 98%;}
	.safety_system.row .col-md-9 {
		-ms-flex: 0 0 78.3%;
		flex: 0 0 78.3%;
		max-width: 78.3%;
	}
	.safety_system.row .col-md-3 {
		-ms-flex: 0 0 21.7%;
		flex: 0 0 21.7%;
		max-width: 21.7%;
	}
	.safety_row .row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.safety_row .row [class^="col"]{
		padding-left: 8px;
		padding-right: 8px;
	}
	.safety_door .col-md-3 {
		-ms-flex: 0 0 22.5%;
		flex: 0 0 22.5%;
		max-width: 22.5%;
	}
	.safety_door .col-md-9 {
		-ms-flex: 0 0 77.5%;
		flex: 0 0 77.5%;
		max-width: 77.5%;
	}
	.safety_door .col-md-3 figure {
		width: 95%;
	}
	.safety_door .col-md-4:nth-child(1) {
		-ms-flex: 0 0 35.5%;
		flex: 0 0 35.5%;
   		max-width: 35.5%;
	}
	.safety_door .col-md-4:nth-child(2),
	.safety_door .col-md-4:nth-child(3) {
		-ms-flex: 0 0 32.25%;
		flex: 0 0 32.25%;
   		max-width: 32.25%;
	}
	.safety_door .col-md-6:nth-child(1) {
		-ms-flex: 0 0 51.5%;
		flex: 0 0 51.5%;
   		max-width: 51.5%;
	}
	.safety_door .col-md-6:nth-child(2) {
		-ms-flex: 0 0 48.5%;
		flex: 0 0 48.5%;
   		max-width: 48.5%;
	}
	.safety_door .col-md-6 .item_txt,
	.safety_door .col-md-4:nth-child(1) .item_txt {
		display: flex;
		align-items: start;
	}
	.safety_door .col-md-4:nth-child(1) .item_txt img  {
		width: 33%;
		margin-left: 5px;
	}
	.safety_door .col-md-4:nth-child(2) .item_txt img,
	.safety_door .col-md-4:nth-child(3) .item_txt img  {
		margin-top: 10px;
	}
	.safety_door .col-md-4:nth-child(2) .item_txt img {
		width: 83%;
		display: block;
		margin: auto;
	}
	.safety_door .col-md-6 .item_txt img {
		margin-top: -30px;
		margin-left: 5px;
	}
	.safety_door .col-md-6:nth-child(1) .item_txt img { width: 33%;}
	.safety_door .col-md-6:nth-child(2) .item_txt img { width: 35%;}
	.safety_door .item_ttl {
		margin-bottom: 5px;
	}
	.safety_major .col-md-9 {
		-ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
	}
	.safety_major .col-md-3 {
		-ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
	}
	.safety_major02 .item_note { margin-right: -15px;}
	.safety_major02 .ttl { margin-right: -15px;}
}
@media only screen and (max-width: 1023px) {
	.safety_major .ttl { font-size: 12px;}
	.safety_major .safety_list li { font-size: 12px;}
}
@media only screen and (max-width: 767px) {
	.safety_door { margin-bottom: 50px;}
	.safety_door .item_txt { display: flex;}
	.safety_door .item_txt img {
		width: 38%;
		margin-left: 5px;
	}
	.safety_door .col-md-4:nth-child(1) .item_txt img  { width: 29%;}
	.safety_door .col-md-4:nth-child(2) .item_txt img  {
		width: 48%;
		margin-top: -15px;
	}
	.safety_row figure {
		max-width: 52%;
		margin: auto;
	}
	.safety_row .mw55 { max-width: 50%;}
	.safety_door .ttl {
    	font-size: 19px;
		margin-bottom: 20px;
	}
	.safety_door .col-md-3 figure{
		width: 47%;
		margin: auto;
	}
	.safety_major { padding: 30px 15px 20px;}
	.safety_major .col-12 { order: 1;}
	.safety_major .col-md-9 { order: 2;}
	.safety_major .col-md-3 { order: 0;}
	.safety_major02 .col-12 { order: 0;}
	.safety_major02 .col-md-3 { order: 1;}
	.safety_major .ttl { 
		font-size: 14px;
		margin-top: 20px;
	}
	.safety_major .safety_list { grid-template-columns: repeat(2, 1fr);}
	.safety_major .safety_list li {
		font-size: 14px;
		padding: 15px 2px;
	}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(1) { order: 0;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(2) { order: 1;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(3) { order: 8;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(4) { order: 2;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(5) { order: 3;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(6) { order: 11;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(7) { order: 4;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(8) { order: 5;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(9) { order: 10;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(10) { order: 6;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(11) { order: 7;}
	.safety_major:not(.safety_major02) .safety_list li:nth-child(12) { order: 11;}
}
.structure_support .structure_box {
	background-color: #fff;
	padding: 30px 20px;
	margin: 35px 0 50px;
}
.structure_step {
	padding: 30px 20px 25px;
	background-color: #fff;
}
.structure_bnr .ttl {
	font-size: 19px;
	letter-spacing: 0;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.structure_support .col-md-4 {
		-ms-flex: 0 0 35.5%;
        flex: 0 0 35.5%;
        max-width: 35.5%;
		margin-top: 40px;
	}
	.structure_support .col-md-8 {
		-ms-flex: 0 0 64.5%;
        flex: 0 0 64.5%;
        max-width: 64.5%;
	}
	.structure_step .col-md-4 {
		-ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
	}
	.structure_step .col-md-8 {
		-ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
	}
	.structure_bnr .ttl { font-size: 16px;}
}
@media only screen and (max-width: 767px) {
	.structure_bnr .ttl { font-size: 14px;}
	.structure_support .structure_box .item_ttl {
		text-align: center;
	}
	.structure_wrap {
		width: 88.5%;
   		margin: auto;
	}
	.structure_support .structure_box {
		margin: 20px 0;
		padding: 23px 10px;
	}
	.structure_step {
		padding: 0;
		background-color: transparent;
	}
}

/* Swipe icon */
.swipe_scroll{position: relative;}
.swipe_icon {display: none;}

@media only screen and (max-width: 767px) {
	.swipe_scroll_center,
	.swipe_scroll {
		overflow-x: auto;
		padding-bottom: 15px;
	}
	.swipe_scroll img {
		width: 768px;
		max-width: inherit;
	}
	.swipe_scroll_center img {
		width: 900px;
		max-width: inherit;
	}
	.swipe_icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 70px;
		height: 70px;
		display: block;
		margin: -35px;
		animation:horizontal 1s ease-in-out infinite alternate;
		z-index: 10;
	}
	.swipe_icon img {
		max-width: 100%!important;
		width: 70px!important;
	}
	@keyframes horizontal {
		0% { transform:translate(-20%,-20%); }
		100% { transform:translate(30%,-20%); }
	}
}

.service_neo {
	background : #fff;
	padding : 70px 50px;
	margin-bottom : 100px;
}

@media only screen and (max-width: 767px) {
	.service_neo {
		padding : 20px;
		margin-bottom : 40px;
	}
}

@media only screen and (min-width: 768px) {
	.neo-ttls {
		padding:0 15px;
		margin-bottom: 30px;
	}
	.neo-ttls_ttl {
		order : 1;
		width : 100%;
		font-size : 25px;
		margin-bottom : 10px;
	}
	.neo-ttls_img {
		order : 2;
		width : 126px;
		height : auto;
		align-self: self-start;
		display:block;
		margin-right : 20px;
	}
	.neo-ttls_txt {
		order : 3;
		flex:1;
		font-size : 14px;
	}
}

@media only screen and (max-width: 767px) {
	.neo-ttls {
		padding : 0 15px;
		margin-bottom : 30px;
	}
	.neo-ttls_img {
		width : 86px;
		margin-right : 10px;
	}
	.neo-ttls_ttl {
		flex : 1;
	}
	.neo-ttls_txt {
		font-size : 12px;
		margin-top : 20px;
	}
}

.neo-item {
	margin-bottom : 20px;
}

.neo-item_ttl {
	font-size : 18.5px;
	color : #933a47;
	border-bottom : 1px solid #933a47;
	margin-bottom : 10px;
	font-family: "Roboto", sans-serif;
	font-weight : bold;
}

.neo-item_txt {
	font-size : 12.5px;
}

@media only screen and (max-width: 767px) {
	.neo-item_ttl {
		font-size : 16px;
	}
	.neo-item_txt {
		margin-bottom : 40px;
	}
	.neo-item:last-child {
		margin-bottom : 0;
	}
	.neo-item:last-child .neo-item_txt {
		margin-bottom : 10px;
	}
}

.after-item {
	display:flex;
	flex-direction:column;
}

.after_ttl {
	font-size : 17px;
	text-align : center;
	margin-bottom : 10px;
}

.after_sub-ttl {
	color : #fff;
	background : #666464;
	padding : 2px 10px;
	margin-bottom : 5px;
}

.after_txt {
	margin-bottom : 10px;
	font-size : 16.5px;
}

.after_note {
	font-size : 10px;
	margin-top : auto;
}

.mente_row {
	justify-content : center;
	margin-top : 20px;
}

.mente_row img {
	width : 322px;
}

@media only screen and (max-width: 767px) {
	.mente_row img {
		width : 80%;
		margin : 10px 0;
	}
}

.service_manage {
	background : #fff;
	padding : 70px 50px;
	margin-bottom : 100px;
}

@media only screen and (max-width: 767px) {
	.service_manage {
		padding : 20px;
		margin-bottom : 40px;
	}
}

.manage_ttl {
	font-size : 18px;
	color : #2e61ac;
	margin-bottom : 10px;
}

.manage_txt {
	font-size : 12.5px;
}

.manage_imgs {
	margin : 20px 0 40px;
	justify-content : space-between;
	padding : 0;
}

.manage_img {
	width : 49%;
}

@media only screen and (max-width: 767px) {
	.manage_img {
		width : 100%;
		margin-bottom : 15px;
	}
}

.creanstaff_ttl {
	font-size : 12px;
	font-family: "Roboto", sans-serif;
	font-weight : bold;
	margin-bottom : 10px;
}

.creanstaff_note {
	display:none;
}

#kanriyouin {
	margin-top : -100px;
	padding-top : 100px;
}

.structure_haseko {
	margin-bottom : 100px;
	margin-top: -150px;
	padding-top: 150px;
}

.haseko__ttl {
	border-bottom : none;
	margin-bottom : 10px;
}

.haseko__box {
	border : solid 1px #2e61ac;
	background : #fff;
	padding : 40px;
}

@media only screen and (max-width: 767px) {
	.structure_haseko {
		margin-bottom : 40px;
	}
	.haseko__ttl {
		font-size  : 16px;
	}
	.haseko__box {
		padding : 20px 10px;
	}
}

.haseko__logo {
	display : block;
	margin : 0 auto 20px;;
	max-width : 258px;
}

.haseko__copy {
	font-size : 25px;
	text-align : center;
	margin-bottom : 10px;
}

.haseko__img1 {
	margin-bottom : 40px;
}

@media only screen and (max-width: 767px) {
	.haseko__copy {
		font-size : 23px;
		line-height : 1.4
	}
}

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

.haseko__left {
	width : calc(300 / 740 * 100%);
}

.haseko__right {
	width : calc(400 / 740 * 100%);
}

.haseko__img3 {
	margin-bottom : 20px;
}

@media only screen and (max-width: 767px) {
	.haseko__left {
		width : 90%;
		margin : 0 auto 20px;
	}
	.haseko__right {
		width : 100%;
	}
}