@charset "UTF-8";
/* ACCORDER Inc.
/* reset.css
/* Based on Yahoo! CSS Reset (YUI 3)
*/
html {
			background: #FFF;
			color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
			margin: 0;
			padding: 0;
}

body {
			-webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
			display: block;
}

audio, canvas, progress, video {
			display: inline-block;
			vertical-align: baseline;
}

svg:not(:root) {
			overflow: hidden;
}

table {
			border-collapse: collapse;
			border-spacing: 0;
}

fieldset, img {
			height: auto;
			border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
			font-style: normal;
			font-weight: normal;
}

li {
			list-style: none;
}

caption, th {
			text-align: left;
}

h1, h2, h3, h4, h5, h6 {
			font-size: 100%;
			font-weight: normal;
}

q:before, q:after {
			content: "";
}

abbr, acronym {
			border: 0;
			font-variant: normal;
}

sup {
			vertical-align: super;
}

sub {
			vertical-align: sub;
}

input, textarea, select {
			font-family: inherit;
			font-size: inherit;
			font-weight: inherit;
}

input, textarea, select {
			*font-size: 100%;
}

input, select {
			vertical-align: middle;
}

legend {
			color: #000;
}

*, *:before, *:after {
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
}

/* ACCORDER Inc. */
/* Base Style
----------------------- */
*, body {
			font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
			letter-spacing: 0;
			font-size: 16px;
			color: #222;
}

*,
*:before,
*:after {
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
}

.clearfix:after {
			content: ".";
			display: block;
			height: 0px;
			clear: both;
			visibility: hidden;
} /* Crearfix for Modern Browsers including Firefox, Opera, Safari, etc */
.clearfix {
			display: inline-block;
} /* For Windows IE7 and Mac IE5 */
* html .clearfix {
			height: 1px;
} /* For Windows IE5/IE6: Hides from IE-mac */
.clearfix {
			display: block;
}

.clear {
			clear: both;
} /* End hide from IE-mac */
img {
			-ms-interpolation-mode: bicubic;
			image-rendering: optimizequality;
			vertical-align: bottom;
} /* Better images when resized for IE7, FF3.5+ */
figure {
			-webkit-margin-start: 0;
			        margin-inline-start: 0;
			-webkit-margin-end: 0;
			        margin-inline-end: 0;
}

a {
			text-decoration: none;
}

a._hover {
			text-decoration: none;
}

html, body {
			height: 100%;
}

body {
			background: #fff;
}

@media (hover: hover) {
			a[href^="tel:"] {
						pointer-events: none;
			}
}
._text_hover:hover {
			color: #00A0D0;
			-webkit-transition: all 0.2s;
			transition: all 0.2s;
}

button {
			background-color: transparent;
			border: none;
			cursor: pointer;
			outline: none;
			padding: 0;
			margin: 0;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
}

._en {
			font-family: "Roboto", sans-serif;
}

header {
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
}
header .header_content {
			width: 93%;
			max-width: 1476px;
			margin: 0 auto;
			position: relative;
			z-index: 1;
			text-align: right;
}
@media screen and (max-width: 1024px) {
			header .header_content {
						height: 86px;
			}
}
header .header_content ._logo {
			width: 225px;
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
			header .header_content ._logo {
						width: 165px;
			}
}
header .header_content ._logo img {
			width: 100%;
}
header .header_content ._nav {
			padding: 50px 0;
			letter-spacing: 0;
			font-size: 0;
}
@media screen and (max-width: 1024px) {
			header .header_content ._nav {
						display: none;
			}
}
header .header_content ._nav li {
			display: inline-block;
			position: relative;
}
header .header_content ._nav li:nth-child(n+2) {
			margin-left: 21px;
}
header .header_content ._nav li a {
			padding: 11px 10px;
			display: block;
			border-radius: 100px;
			-webkit-transition: opacity 0.3s;
			transition: opacity 0.3s;
}
header .header_content ._nav li a span {
			line-height: 1.5;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 17px;
			color: #FFF;
}
header .header_content ._nav li a:hover {
			opacity: 0.7;
}
header .header_content ._nav li._on {
			opacity: 0.5;
}
header .header_content ._nav li._contact a {
			background: #0057B0;
			padding: 11px 28px 11px 32px;
}
header .header_content ._nav li._out a span {
			padding-right: 17px;
			position: relative;
}
header .header_content ._nav li._out a span:after {
			content: "";
			background: url(../images/all_ico_out_white.svg) no-repeat center/contain;
			width: 10px;
			height: 10px;
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
			header ._menu {
						background: #0057B0;
						width: 52px;
						height: 52px;
						position: fixed;
						top: 16px;
						right: 16px;
						display: block;
						border-radius: 100%;
			}
			header ._menu span {
						background: #FFF;
						width: 16px;
						height: 2px;
						position: absolute;
						left: 50%;
						-webkit-transform: translateX(-50%);
						        transform: translateX(-50%);
						border-radius: 10px;
			}
			header ._menu span:nth-child(1) {
						top: 20px;
			}
			header ._menu span:nth-child(2) {
						bottom: 25px;
			}
			header ._menu span:nth-child(3) {
						bottom: 20px;
			}
}
header ._sp_menu {
			background: #FFF;
			width: 100%;
			height: 100%;
			padding: 25px 38px 0;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 100;
			opacity: 0;
			-webkit-transform: translateX(100%);
			        transform: translateX(100%);
			-webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
			transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
			transition: opacity 0.4s ease, transform 0s 0.4s ease;
			transition: opacity 0.4s ease, transform 0s 0.4s ease, -webkit-transform 0s 0.4s ease;
			display: none;
}
@media screen and (max-width: 1024px) {
			header ._sp_menu {
						display: block;
			}
}
header ._sp_menu._on {
			opacity: 1;
			-webkit-transform: translateX(0%);
			        transform: translateX(0%);
			-webkit-transition: opacity 0.4s ease;
			transition: opacity 0.4s ease;
}
header ._sp_menu:after {
			content: "";
			background: url(../images/logo_deco_sp.svg) no-repeat center/contain;
			width: 225px;
			height: 225px;
			position: absolute;
			bottom: 0;
			right: 0;
}
header ._sp_menu ._close {
			background: #0057B0;
			width: 52px;
			height: 52px;
			position: fixed;
			top: 16px;
			right: 16px;
			display: block;
			border-radius: 100%;
}
header ._sp_menu ._close span {
			background: #FFF;
			width: 24px;
			height: 2px;
			position: absolute;
			top: 50%;
			left: 50%;
			border-radius: 10px;
}
header ._sp_menu ._close span:nth-child(1) {
			-webkit-transform: translate(-50%, -50%) rotate(45deg);
			        transform: translate(-50%, -50%) rotate(45deg);
}
header ._sp_menu ._close span:nth-child(2) {
			-webkit-transform: translate(-50%, -50%) rotate(-45deg);
			        transform: translate(-50%, -50%) rotate(-45deg);
}
header ._sp_menu ._nav {
			width: 250px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
			letter-spacing: 0;
			font-size: 0;
}
header ._sp_menu ._nav li {
			display: block;
			position: relative;
}
header ._sp_menu ._nav li:nth-child(n+2) {
			margin-top: 20px;
}
header ._sp_menu ._nav li a {
			padding: 10px 5px;
			display: block;
			border-radius: 100px;
			text-align: center;
}
header ._sp_menu ._nav li a span {
			line-height: 1.5;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 17px;
			color: #222222;
}
header ._sp_menu ._nav li._contact {
			max-width: 200px;
			margin: 40px auto 0;
}
header ._sp_menu ._nav li._contact a {
			background: #0057B0;
			padding: 11px 28px 11px 32px;
}
header ._sp_menu ._nav li._contact a span {
			color: #FFF;
}
header ._sp_menu ._nav li._contact a span:after {
			content: "";
			background: url(../images/all_ico_out_white.svg) no-repeat center/contain !important;
}
header ._sp_menu ._nav li._out a span {
			padding-right: 17px;
			position: relative;
}
header ._sp_menu ._nav li._out a span:after {
			content: "";
			background: url(../images/all_ico_out_black.svg) no-repeat center/contain;
			width: 10px;
			height: 10px;
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
footer {
			background: #042F4D;
			padding: 90px 0 40px;
}
@media screen and (max-width: 600px) {
			footer {
						padding: 45px 0 40px;
			}
}
footer ._top {
			margin-bottom: 50px;
			letter-spacing: 0;
			font-size: 0;
}
@media screen and (max-width: 600px) {
			footer ._top {
						margin-bottom: 25px;
			}
}
footer ._top ._logo {
			width: 225px;
			display: inline-block;
}
@media screen and (max-width: 768px) {
			footer ._top ._logo {
						display: block;
			}
}
footer ._top ._logo img {
			width: 100%;
}
footer ._top ._tel_box {
			display: inline-block;
			float: right;
}
@media screen and (max-width: 768px) {
			footer ._top ._tel_box {
						max-width: 100%;
						min-width: 335px;
						margin-top: 60px;
						float: none;
			}
}
@media screen and (max-width: 600px) {
			footer ._top ._tel_box {
						width: 100%;
						min-width: auto;
			}
}
footer ._top ._tel_box a {
			padding: 15px 40px 20px 0;
			position: relative;
			display: block;
			border: 1px solid #FFF;
			border-radius: 10px;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			pointer-events: none;
}
@media screen and (max-width: 768px) {
			footer ._top ._tel_box a {
						padding: 19px 25px 22px 0;
						pointer-events: all;
			}
}
@media screen and (max-width: 600px) {
			footer ._top ._tel_box a {
						text-align: center;
			}
}
footer ._top ._tel_box a ._tel_box_inner {
			padding-left: 105px;
			position: relative;
			display: inline-block;
}
@media screen and (max-width: 768px) {
			footer ._top ._tel_box a ._tel_box_inner {
						padding-left: 65px;
			}
}
footer ._top ._tel_box a ._ico {
			background: #688294;
			width: 52px;
			height: 52px;
			position: absolute;
			top: 50%;
			left: 25px;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			border-radius: 100%;
}
@media screen and (max-width: 768px) {
			footer ._top ._tel_box a ._ico {
						width: 42px;
						height: 42px;
						left: 14px;
			}
}
@media screen and (max-width: 600px) {
			footer ._top ._tel_box a ._ico {
						width: 30px;
						height: 30px;
						left: 20px;
			}
}
footer ._top ._tel_box a ._ico:after {
			content: "";
			background: url(../images/all_ico_phone.svg) no-repeat center/contain;
			width: 26px;
			height: 26px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
			footer ._top ._tel_box a ._ico:after {
						width: 21px;
						height: 21px;
			}
}
@media screen and (max-width: 600px) {
			footer ._top ._tel_box a ._ico:after {
						width: 16px;
						height: 16px;
			}
}
footer ._top ._tel_box a ._txt {
			margin-bottom: 8px;
			line-height: 1.6;
			letter-spacing: 0.03em;
			font-size: 18px;
			color: #FFF;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
@media screen and (max-width: 600px) {
			footer ._top ._tel_box a ._txt {
						margin-bottom: 5px;
						font-size: 14px;
			}
}
footer ._top ._tel_box a ._tel {
			line-height: 1;
			letter-spacing: 0;
			font-size: 36px;
			color: #FFF;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
@media screen and (max-width: 600px) {
			footer ._top ._tel_box a ._tel {
						font-size: 26px;
			}
}
footer ._top ._tel_box a ._tel span {
			margin-left: 5px;
			display: inline-block;
			border-bottom: 1px solid #FFF;
			line-height: 1;
			letter-spacing: 0.03em;
			font-size: 36px;
			color: #FFF;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
@media screen and (max-width: 600px) {
			footer ._top ._tel_box a ._tel span {
						padding-bottom: 3px;
						font-size: 26px;
			}
}
footer ._bot {
			letter-spacing: 0;
			font-size: 0;
}
footer ._bot ._nav {
			display: inline-block;
			letter-spacing: 0;
			font-size: 0;
}
footer ._bot ._nav li {
			display: inline-block;
			position: relative;
}
@media screen and (max-width: 600px) {
			footer ._bot ._nav li {
						display: block;
			}
}
footer ._bot ._nav li:nth-child(n+2) {
			margin-left: 21px;
}
@media screen and (max-width: 600px) {
			footer ._bot ._nav li:nth-child(n+2) {
						margin-left: 0;
						margin-top: 3px;
			}
}
footer ._bot ._nav li a {
			padding: 11px 10px;
			display: block;
			border-radius: 100px;
			-webkit-transition: opacity 0.3s;
			transition: opacity 0.3s;
}
footer ._bot ._nav li a:hover {
			opacity: 0.7;
}
@media screen and (max-width: 600px) {
			footer ._bot ._nav li a {
						display: inline-block;
						padding-left: 0;
			}
}
footer ._bot ._nav li a span {
			line-height: 1.5;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 17px;
			color: #FFF;
}
@media screen and (max-width: 600px) {
			footer ._bot ._nav li a span {
						font-size: 16px;
			}
}
footer ._bot ._nav li._contact a {
			background: #0057B0;
			padding: 11px 28px 11px 32px;
}
footer ._bot ._nav li._out a span {
			padding-right: 17px;
			position: relative;
}
footer ._bot ._nav li._out a span:after {
			content: "";
			background: url(../images/all_ico_out_white.svg) no-repeat center/contain;
			width: 10px;
			height: 10px;
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
footer ._bot ._copyright {
			margin-top: 13px;
			float: right;
			line-height: 1.6;
			letter-spacing: 0;
			font-size: 14px;
			color: #FFF;
}
@media screen and (max-width: 768px) {
			footer ._bot ._copyright {
						float: none;
						margin-top: 48px;
			}
}
.top .loading {
			background: #FFF;
			width: 100vw;
			height: 100vh;
			position: fixed;
			z-index: 10;
			top: 0;
			left: 0;
}
.top .loading ._logo_wrapper {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
}
.top .loading ._logo_wrapper ._logo {
			width: 375px;
			height: 375px;
			opacity: 0;
			-webkit-transition: opacity 1.2s;
			transition: opacity 1.2s;
}
.top .loading ._logo_wrapper ._logo img {
			width: 100%;
}
.top .loading ._logo_wrapper ._txt {
			width: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
			text-align: center;
			opacity: 0;
			-webkit-transition: opacity 1.2s;
			transition: opacity 1.2s;
}
.top .loading ._logo_wrapper ._txt p {
			line-height: 1;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 32px;
			color: #0057B0;
}
.top .loading ._logo_wrapper ._txt p + p {
			margin-top: 32px;
}
.top .loading.animeA ._logo_wrapper ._logo {
			opacity: 1;
}
.top .loading.animeB ._logo_wrapper ._txt {
			opacity: 1;
}
.top .loading.animeE {
			opacity: 0;
}
.top .top_mv {
			width: 100vw;
			height: 100vh;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
}
@media screen and (max-width: 1024px) {
			.top .top_mv {
						display: block;
			}
}
.top .top_mv ._el {
			position: relative;
			-webkit-transition: -webkit-flex-basis 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
			transition: -webkit-flex-basis 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
			transition: flex-basis 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
			transition: flex-basis 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-flex-basis 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex-preferred-size 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 50%;
			        flex: 1 1 50%;
}
@media screen and (max-width: 1024px) {
			.top .top_mv ._el {
						width: 100%;
						height: 50vh;
			}
}
.top .top_mv ._el:hover {
			-ms-flex-preferred-size: 65%;
			    flex-basis: 65%;
}
.top .top_mv ._el a {
			display: block;
}
.top .top_mv ._el a:after {
			content: "";
			background: rgb(253, 252, 252);
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 252, 252, 0)), to(rgb(0, 0, 0)));
			background: linear-gradient(180deg, rgba(253, 252, 252, 0) 0%, rgb(0, 0, 0) 100%);
			width: 100%;
			height: 100%;
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			-webkit-transition: all 0.4s;
			transition: all 0.4s;
}
.top .top_mv ._el._opa a:after {
			opacity: 0.4;
}
.top .top_mv ._el._no_opa a:after {
			opacity: 0 !important;
}
.top .top_mv ._el ._img {
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			position: absolute;
			overflow: hidden;
			overflow: clip;
}
.top .top_mv ._el ._img ._pc {
			display: block;
}
@media screen and (max-width: 600px) {
			.top .top_mv ._el ._img ._pc {
						display: none;
			}
}
.top .top_mv ._el ._img ._sp {
			display: none;
}
@media screen and (max-width: 600px) {
			.top .top_mv ._el ._img ._sp {
						display: block;
			}
}
.top .top_mv ._el ._img img {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
			-o-object-fit: cover;
			object-fit: cover;
}
.top .top_mv ._el ._info {
			position: absolute;
			bottom: 70px;
			left: 60px;
}
@media screen and (max-width: 1024px) {
			.top .top_mv ._el ._info {
						bottom: 30px;
						left: 20px;
			}
}
.top .top_mv ._el ._info ._pc {
			display: block;
}
@media screen and (max-width: 1024px) {
			.top .top_mv ._el ._info ._pc {
						display: none;
			}
}
.top .top_mv ._el ._info ._sp {
			display: none;
}
@media screen and (max-width: 1024px) {
			.top .top_mv ._el ._info ._sp {
						display: block;
			}
}
.top .top_mv ._el ._btn {
			width: 180px;
			position: absolute;
			z-index: 1;
			bottom: 70px;
			right: 80px;
			opacity: 0;
			-webkit-transition: opacity 0.3s;
			transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
			.top .top_mv ._el ._btn {
						width: auto;
						bottom: 30px;
						right: 28px;
						opacity: 1;
			}
}
.top .top_mv ._el ._btn ._inner {
			padding: 13px 0;
			position: relative;
			display: block;
			border: 1px solid #FFF;
			border-radius: 100px;
			text-align: center;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
			.top .top_mv ._el ._btn ._inner {
						width: 40px;
						height: 40px;
						position: relative;
						display: block;
						border: 1px solid #FFF;
						border-radius: 100px;
						text-align: center;
						-webkit-transition: all 0.3s;
						transition: all 0.3s;
			}
			.top .top_mv ._el ._btn ._inner:after {
						content: "";
						background: url(../images/all_btn_arrowA_off.svg) no-repeat center/contain;
						width: 13px;
						height: 15px;
						position: absolute;
						top: 50%;
						left: 50%;
						-webkit-transform: translate(-50%, -50%);
						        transform: translate(-50%, -50%);
						z-index: 2;
			}
}
.top .top_mv ._el ._btn ._inner span {
			padding-right: 33px;
			position: relative;
			line-height: 1;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 17px;
			color: #FFF;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
			.top .top_mv ._el ._btn ._inner span {
						display: none;
			}
}
.top .top_mv ._el ._btn ._inner span:after, .top .top_mv ._el ._btn ._inner span:before {
			content: "";
			width: 13px;
			height: 15px;
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			-webkit-transition: opacity 0.3s;
			transition: opacity 0.3s;
}
.top .top_mv ._el ._btn ._inner span:after {
			background: url(../images/all_btn_arrowA_off.svg) no-repeat center/contain;
			z-index: 2;
			opacity: 1;
}
.top .top_mv ._el ._btn ._inner span:before {
			background: url(../images/all_btn_arrowA_on.svg) no-repeat center/contain;
			z-index: 1;
			opacity: 0;
}
.top .top_mv ._el ._btn ._inner:hover {
			background: #FFF;
}
.top .top_mv ._el ._btn ._inner:hover span {
			color: #3C3C3C;
}
.top .top_mv ._el ._btn ._inner:hover span:after {
			opacity: 0;
}
.top .top_mv ._el ._btn ._inner:hover span:before {
			opacity: 1;
}
.top .top_mv ._el:hover ._btn {
			opacity: 1;
}

.all_new_line {
			display: inline-block;
			line-height: inherit;
			letter-spacing: inherit;
			font-size: inherit;
			color: inherit;
}

._contents {
			width: 90%;
			max-width: 1200px;
			margin: 0 auto;
}

.all_sub {
			position: relative;
}
.all_sub .hidden {
			display: none;
}
.all_sub .deco_wrapper {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
			overflow: hidden;
}
.all_sub .deco_wrapper .all_deco {
			width: 100%;
			max-width: 1575px;
			position: absolute;
}
.all_sub .deco_wrapper .all_deco img {
			width: 100%;
}
.all_sub .deco_wrapper .all_deco._deco01 {
			top: -360px;
			left: -27%;
}
.all_sub .deco_wrapper .all_deco._deco02 {
			top: 16%;
			left: -27%;
}
.all_sub .deco_wrapper .all_deco._deco03 {
			top: 29%;
			left: -27%;
}
.all_sub .deco_wrapper .all_deco._deco04 {
			top: 0%;
			right: -27%;
}
.all_sub .deco_wrapper .all_deco._deco05 {
			top: 20%;
			right: -27%;
}
.all_sub .deco_wrapper .all_deco._deco06 {
			top: 18%;
			left: -27%;
}
.all_sub .deco_wrapper .all_deco._deco07 {
			top: 35%;
			left: -27%;
}
.all_sub .deco_wrapper .all_deco._deco08 {
			top: 25%;
			right: -27%;
}
.all_sub .sub_mv {
			width: 100%;
			height: 100vh;
			position: relative;
}
@media screen and (max-width: 600px) {
			.all_sub .sub_mv {
						height: 334px;
						position: relative;
			}
}
.all_sub .sub_mv ._contents {
			position: absolute;
			bottom: 0;
			left: 50%;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
}
.all_sub .sub_mv ._logo {
			position: absolute;
			bottom: 130px;
			left: 0;
}
@media screen and (max-width: 600px) {
			.all_sub .sub_mv ._logo {
						bottom: 30px;
			}
}
.all_sub .sub_mv ._logo img {
			-webkit-transform: translateY(50px);
			        transform: translateY(50px);
			display: block;
			opacity: 0;
			-webkit-transition: all 0.6s;
			transition: all 0.6s;
}
.all_sub .sub_mv ._logo img._on {
			-webkit-transform: translateY(0);
			        transform: translateY(0);
			opacity: 1;
}
.all_sub .sub_mv ._logo._pc {
			display: block;
}
.all_sub .sub_mv ._logo._pc img + img {
			margin-top: 60px;
}
@media screen and (max-width: 600px) {
			.all_sub .sub_mv ._logo._pc {
						display: none;
			}
}
.all_sub .sub_mv ._logo._sp {
			display: none;
}
.all_sub .sub_mv ._logo._sp img + img {
			margin-top: 18px;
}
@media screen and (max-width: 600px) {
			.all_sub .sub_mv ._logo._sp {
						display: block;
			}
}
@-webkit-keyframes scrollDown {
			0% {
						top: -16px;
			}
			to {
						top: 100%;
			}
}
@keyframes scrollDown {
			0% {
						top: -16px;
			}
			to {
						top: 100%;
			}
}
.all_sub .sub_mv .all_scroll_down {
			width: 1px;
			height: 178px;
			position: absolute;
			right: 3%;
			bottom: 0;
			z-index: 2;
}
@media screen and (max-width: 600px) {
			.all_sub .sub_mv .all_scroll_down {
						display: none;
			}
}
.all_sub .sub_mv .all_scroll_down ._text {
			position: absolute;
			top: -45px;
			left: -7px;
			-webkit-writing-mode: tb;
			    -ms-writing-mode: tb;
			        writing-mode: tb;
			font-size: 14px;
			color: #FFF;
}
.all_sub .sub_mv .all_scroll_down ._down {
			background: rgba(255, 255, 255, 0.5);
			width: 1px;
			height: 100%;
			position: absolute;
			right: 0;
			top: 0;
			overflow: hidden;
}
.all_sub .sub_mv .all_scroll_down ._down:after {
			content: "";
			background: #FFF;
			width: 1px;
			height: 18px;
			position: absolute;
			right: 0;
			top: 0;
			display: block;
			-webkit-animation: scrollDown 2s ease-in-out infinite;
			        animation: scrollDown 2s ease-in-out infinite;
}
.all_sub.davinci .sub_mv {
			background: url(../images/davinci_mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 600px) {
			.all_sub.davinci .sub_mv {
						background: url(../images/davinci_mv_sp.jpg) no-repeat center/cover;
			}
}
.all_sub.mako .sub_mv {
			background: url(../images/mako_mv.jpg) no-repeat center/cover;
}
.all_sub .main_contents {
			padding-top: 155px;
			position: relative;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents {
						padding-top: 100px;
			}
}
.all_sub .main_contents .main_intro {
			letter-spacing: 0;
			font-size: 0;
}
.all_sub .main_contents .main_intro ._left {
			width: 50%;
			display: inline-block;
			vertical-align: top;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .main_intro ._left {
						width: 100%;
			}
}
.all_sub .main_contents .main_intro ._left ._logo {
			width: 100%;
}
.all_sub .main_contents .main_intro ._left ._logo._sp {
			display: none;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .main_intro ._left ._logo._sp {
						display: block;
			}
			.all_sub .main_contents .main_intro ._left ._logo._sp img {
						width: 100%;
						max-width: 224px;
			}
}
.all_sub .main_contents .main_intro ._left ._device {
			padding: 0 25px;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .main_intro ._left ._device {
						margin-top: 50px;
						padding: 0;
			}
}
.all_sub .main_contents .main_intro ._left ._device img {
			width: 100%;
			max-width: 475px;
			margin: 0 auto;
			display: block;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .main_intro ._left ._device img {
						max-width: 275px;
			}
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .main_intro ._left ._device img {
						max-width: 258px;
			}
}
.all_sub .main_contents .main_intro ._left ._device._makoo img {
			max-width: 475px;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .main_intro ._left ._device._makoo img {
						max-width: 275px;
			}
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .main_intro ._left ._device._makoo img {
						max-width: 258px;
			}
}
.all_sub .main_contents .main_intro ._right {
			width: 50%;
			padding: 0 4.5% 0 8%;
			position: relative;
			top: 40px;
			display: inline-block;
			vertical-align: top;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .main_intro ._right {
						width: 100%;
						padding: 0;
			}
}
.all_sub .main_contents .main_intro ._right ._logo {
			font-size: 0;
}
.all_sub .main_contents .main_intro ._right ._logo._pc {
			display: block;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .main_intro ._right ._logo._pc {
						display: none;
			}
}
.all_sub .main_contents .main_intro ._right ._logo img {
			width: 100%;
			max-width: 292px;
}
.all_sub .main_contents .main_intro ._right ._txt {
			margin-top: 65px;
			line-height: 2;
			letter-spacing: 0.05em;
			font-size: 16px;
}
.all_sub .main_contents .main_intro ._right ._txt + ._txt {
			margin-top: 8px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .main_intro ._right ._txt {
						margin-top: 43px;
			}
}
.all_sub .main_contents .main_intro ._top_grey_box {
			background: rgba(216, 216, 216, 0.1);
			margin-top: 45px;
			padding: 30px 20px 26px 40px;
			border-radius: 8px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .main_intro ._top_grey_box {
						margin-top: 30px;
						padding: 25px 10px 20px 20px;
						border-radius: 6px;
			}
}
.all_sub .main_contents .main_intro ._top_grey_box ._head {
			margin-bottom: 18px;
			line-height: 1.7;
			letter-spacing: 0.02em;
			font-weight: 600;
			font-size: 18px;
			color: #4082C4;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .main_intro ._top_grey_box ._head {
						font-size: 16px;
			}
}
.all_sub .main_contents .main_intro ._top_grey_box ._achievs li {
			padding-left: 20px;
			position: relative;
			line-height: 1.8;
			font-size: 17px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .main_intro ._top_grey_box ._achievs li {
						font-size: 15px;
			}
}
.all_sub .main_contents .main_intro ._top_grey_box ._achievs li + li {
			margin-top: 6px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .main_intro ._top_grey_box ._achievs li + li {
						margin-top: 4px;
			}
}
.all_sub .main_contents .main_intro ._top_grey_box ._achievs li:after {
			content: "";
			background: #4082C4;
			width: 10px;
			height: 10px;
			position: absolute;
			top: 10px;
			left: 0;
			border-radius: 100%;
}
.all_sub .main_contents .all_index {
			background: #fbfbfb;
			margin: 180px auto 0;
			padding: 50px 0 60px;
			border-radius: 12px;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .all_index {
						margin: 85px auto 0;
			}
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .all_index {
						margin: 85px auto 0;
						padding: 22px 0 40px;
						border-radius: 12px;
			}
}
.all_sub .main_contents .all_index ._inner {
			width: 88%;
			max-width: 1050px;
			margin: 0 auto;
			position: relative;
}
.all_sub .main_contents .all_index ._inner span {
			position: absolute;
			top: 18px;
			left: 0;
			letter-spacing: 0.02em;
			font-weight: 700;
			font-size: 20px;
			color: #4082C4;
}
.all_sub .main_contents .all_index ._inner ul {
			padding-left: 18.5%;
			letter-spacing: 0;
			font-size: 0;
}
@media screen and (max-width: 1024px) {
			.all_sub .main_contents .all_index ._inner ul {
						padding-left: 160px;
			}
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .all_index ._inner ul {
						padding: 55px 0 0 0;
			}
}
.all_sub .main_contents .all_index ._inner ul li {
			width: 29.2%;
			margin-left: 6.2%;
			display: inline-block;
}
.all_sub .main_contents .all_index ._inner ul li:nth-child(3n+1) {
			margin-left: 0;
}
.all_sub .main_contents .all_index ._inner ul li:nth-child(n+4) {
			margin-top: 22px;
}
@media screen and (max-width: 1024px) {
			.all_sub .main_contents .all_index ._inner ul li {
						width: 47%;
						margin-left: 6%;
			}
			.all_sub .main_contents .all_index ._inner ul li:nth-child(3n+1) {
						margin-left: 6%;
			}
			.all_sub .main_contents .all_index ._inner ul li:nth-child(2n+1) {
						margin-left: 0;
			}
			.all_sub .main_contents .all_index ._inner ul li:nth-child(n+3) {
						margin-top: 22px;
			}
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .all_index ._inner ul li {
						width: 100%;
						margin-left: 0;
			}
			.all_sub .main_contents .all_index ._inner ul li:nth-child(3n+1) {
						margin-left: 0;
			}
			.all_sub .main_contents .all_index ._inner ul li:nth-child(n+2) {
						margin-top: 6px;
			}
}
.all_sub .main_contents .all_index ._inner ul li a {
			padding: 14px 30px 14px 0;
			position: relative;
			display: block;
			border-bottom: 1px solid #e4e4e4;
			font-weight: 600;
			letter-spacing: 0.03em;
			font-size: 16px;
			color: #2E2E2E;
			-webkit-transition: opacity 0.3s;
			transition: opacity 0.3s;
}
.all_sub .main_contents .all_index ._inner ul li a:after {
			content: "";
			background: url(../images/all_ico_arrow_down_blue.svg) no-repeat center/contain;
			width: 15px;
			height: 9px;
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
.all_sub .main_contents .all_index ._inner ul li a:hover {
			opacity: 0.7;
}
.all_sub .main_contents .all_intro {
			text-align: center;
}
.all_sub .main_contents .all_intro ._small_ttl {
			margin-bottom: 33px;
			padding-left: 23px;
			position: relative;
			display: inline-block;
			line-height: 1.6;
			letter-spacing: 0;
			font-weight: 600;
			font-size: 18px;
			color: #4082C4;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .all_intro ._small_ttl {
						margin-bottom: 15px;
						font-size: 16px;
			}
}
.all_sub .main_contents .all_intro ._small_ttl:after {
			content: "";
			background: url(../images/all_ttl_pip.svg) no-repeat center/contain;
			width: 13px;
			height: 13px;
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
.all_sub .main_contents .all_intro ._ttl {
			line-height: 1.5;
			letter-spacing: 0.03em;
			text-align: center;
			font-weight: 600;
			font-size: 40px;
			color: #0057B0;
}
.all_sub .main_contents .all_intro ._ttl ._sp {
			display: none;
}
.all_sub .main_contents .all_intro ._ttl ._pc {
			display: block;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents .all_intro ._ttl {
						font-size: 32px;
			}
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .all_intro ._ttl {
						font-size: 24px;
			}
			.all_sub .main_contents .all_intro ._ttl ._sp {
						display: block;
			}
			.all_sub .main_contents .all_intro ._ttl ._pc {
						display: none;
			}
}
.all_sub .main_contents ._points {
			margin: 105px 0 100px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points {
						margin: 150px 0 120px;
			}
}
.all_sub .main_contents ._points ._list {
			margin-top: 80px;
}
.all_sub .main_contents ._points ._list li {
			letter-spacing: 0;
			font-size: 0;
}
.all_sub .main_contents ._points ._list li ._info {
			width: 56%;
			padding-right: 5%;
			display: inline-block;
			vertical-align: top;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li ._info {
						width: 100%;
						padding-right: 0;
			}
}
.all_sub .main_contents ._points ._list li ._info ._nb {
			letter-spacing: 0.02em;
			font-weight: 700;
			font-size: 20px;
			color: #4082C4;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li ._info ._nb {
						font-size: 18px;
			}
}
.all_sub .main_contents ._points ._list li ._info ._ttl {
			margin-top: 25px;
			letter-spacing: 0;
			font-size: 0;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li ._info ._ttl {
						margin-top: 8px;
			}
}
.all_sub .main_contents ._points ._list li ._info ._ttl ._jp {
			margin-right: 16px;
			display: inline-block;
			vertical-align: middle;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 24px;
			color: #222;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li ._info ._ttl ._jp {
						display: block;
			}
}
.all_sub .main_contents ._points ._list li ._info ._ttl ._en {
			display: inline-block;
			vertical-align: middle;
			opacity: 0.2;
			letter-spacing: 0.03em;
			font-weight: 500;
			font-size: 14px;
			color: #222;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li ._info ._ttl ._en {
						margin-top: 5px;
						display: block;
			}
}
.all_sub .main_contents ._points ._list li ._info ._txt {
			margin-top: 18px;
			line-height: 2;
			letter-spacing: 0;
			font-size: 16px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li ._info ._txt {
						margin-top: 16px;
			}
}
.all_sub .main_contents ._points ._list li ._pic {
			width: 44%;
			display: inline-block;
			vertical-align: top;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li ._pic {
						width: 100%;
						margin-top: 32px;
						padding-right: 0;
			}
}
.all_sub .main_contents ._points ._list li ._pic img {
			width: 100%;
			border-radius: 12px;
}
.all_sub .main_contents ._points ._list li._float ._info {
			padding-right: 0;
			padding-left: 6%;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li._float ._info {
						padding-left: 0;
			}
}
.all_sub .main_contents ._points ._list li._float ._pic {
			float: left;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li._float ._pic {
						float: none;
			}
}
.all_sub .main_contents ._points ._list li:nth-child(n+2) {
			margin-top: 88px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._points ._list li:nth-child(n+2) {
						margin-top: 58px;
			}
}
.all_sub .main_contents ._points ._list li:nth-child(1) ._info {
			padding-top: 5.2%;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents ._points ._list li:nth-child(1) ._info {
						padding-top: 0%;
			}
}
.all_sub .main_contents ._points ._list li:nth-child(2) ._info {
			padding-top: 4%;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents ._points ._list li:nth-child(2) ._info {
						padding-top: 0%;
			}
}
.all_sub .main_contents ._points ._list li:nth-child(3) ._info {
			padding-top: 2.5%;
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents ._points ._list li:nth-child(3) ._info {
						padding-top: 0%;
			}
}
.all_sub .main_contents ._blue_bg {
			background: url(../images/davinci_blue_bg.jpg) no-repeat center bottom/cover;
			padding: 160px 0 190px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg {
						padding: 95px 0 100px;
			}
}
.all_sub .main_contents ._blue_bg ._inner {
			padding-top: 10px;
			position: relative;
}
@media screen and (max-width: 1024px) {
			.all_sub .main_contents ._blue_bg ._inner {
						padding-top: 0;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._ttl_box {
			position: absolute;
			top: 0;
			left: 0;
}
.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._small_ttl {
			margin-right: 26px;
			padding-top: 23px;
			position: relative;
			display: inline-block;
			vertical-align: top;
			line-height: 1.6;
			letter-spacing: 0;
			font-weight: 600;
			font-size: 18px;
			color: #FFF;
			-webkit-writing-mode: vertical-lr;
			    -ms-writing-mode: tb-lr;
			        writing-mode: vertical-lr;
}
.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._small_ttl:after {
			content: "";
			background: url(../images/all_ttl_pip_white.svg) no-repeat center/contain;
			width: 13px;
			height: 13px;
			position: absolute;
			top: 0;
			left: 50%;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
}
.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._ttl {
			display: inline-block;
			vertical-align: top;
			line-height: 1.6;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 40px;
			color: #FFF;
			-webkit-writing-mode: vertical-lr;
			    -ms-writing-mode: tb-lr;
			        writing-mode: vertical-lr;
}
@media screen and (max-width: 1024px) {
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box {
						margin-bottom: 75px;
						position: static;
						text-align: center;
			}
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._ttl {
						display: block;
						line-height: 1.5;
						letter-spacing: 0.03em;
						text-align: center;
						font-weight: 600;
						font-size: 40px;
						-webkit-writing-mode: initial;
						    -ms-writing-mode: initial;
						        writing-mode: initial;
			}
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._small_ttl {
						margin-right: 0;
						padding-top: 0;
						margin-bottom: 33px;
						padding-left: 23px;
						display: inline-block;
						line-height: 1.6;
						letter-spacing: 0;
						text-align: center;
						font-weight: 600;
						font-size: 18px;
						-webkit-writing-mode: initial;
						    -ms-writing-mode: initial;
						        writing-mode: initial;
			}
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._small_ttl:after {
						position: absolute;
						top: 50%;
						left: 0;
						-webkit-transform: translateY(-50%);
						        transform: translateY(-50%);
			}
}
@media screen and (max-width: 768px) {
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._small_ttl {
						margin-bottom: 15px;
						font-size: 16px;
			}
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._ttl {
						font-size: 32px;
			}
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box {
						margin-bottom: 40px;
			}
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._ttl {
						font-size: 24px;
			}
			.all_sub .main_contents ._blue_bg ._inner ._ttl_box ._ttl ._sp {
						display: block;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details {
			background-size: 10px 1px;
			background-image: linear-gradient(to right, #FFF 5px, transparent 5px);
			background-repeat: repeat-x;
			background-position: left top;
			width: 75%;
			margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
			.all_sub .main_contents ._blue_bg ._inner ._details {
						width: 100%;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li {
			background-size: 10px 1px;
			background-image: linear-gradient(to right, #FFF 5px, transparent 5px);
			background-repeat: repeat-x;
			background-position: left bottom;
			padding: 64px 10px 43px 95px;
			position: relative;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._details li {
						padding: 37px 0 24px;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._deco {
			background: rgba(255, 255, 255, 0.4);
			width: 64px;
			height: 64px;
			position: absolute;
			top: 50px;
			left: 0;
			border-radius: 100%;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._details li ._deco {
						width: 40px;
						height: 40px;
						position: absolute;
						top: 50%;
						left: 0;
						-webkit-transform: translateY(-50%);
						        transform: translateY(-50%);
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._deco:after {
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco01:after {
			background: url(../images/all_ico_bandage.svg) no-repeat center/contain;
			width: 32px;
			height: 32px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco01:after {
						width: 20px;
						height: 20px;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco02:after {
			background: url(../images/all_ico_drip.svg) no-repeat center/contain;
			width: 33px;
			height: 33px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco02:after {
						width: 21px;
						height: 21px;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco03:after {
			background: url(../images/all_ico_heart.svg) no-repeat center/contain;
			width: 38px;
			height: 33px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco03:after {
						width: 24px;
						height: 21px;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco04:after {
			background: url(../images/all_ico_run.svg) no-repeat center/contain;
			width: 34px;
			height: 39px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco04:after {
						width: 21px;
						height: 25px;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco05:after {
			background: url(../images/all_ico_table.svg) no-repeat center/contain;
			width: 28px;
			height: 29px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._details li ._deco._deco05:after {
						width: 21px;
						height: 25px;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._ttl {
			margin-bottom: 12px;
			position: static;
			line-height: 1.6;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 24px;
			color: #FFF;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._blue_bg ._inner ._details li ._ttl {
						margin-bottom: 20px;
						padding-left: 58px;
						position: relative;
						font-size: 20px;
			}
}
.all_sub .main_contents ._blue_bg ._inner ._details li ._txt {
			line-height: 2;
			letter-spacing: 0;
			font-size: 16px;
			color: #FFF;
}
.all_sub .main_contents .message {
			padding: 155px 0 115px;
			position: relative;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message {
						padding: 90px 0;
			}
}
.all_sub .main_contents .message:after {
			content: "";
			background: url(../images/all_message_deco.png) no-repeat center/contain;
			width: 74.797%;
			padding-top: 49.4%;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: -1;
			opacity: 0.8;
}
.all_sub .main_contents .message ._doc {
			width: 100%;
			max-width: 1000px;
			margin: 80px auto 0;
}
.all_sub .main_contents .message ._doc ._el + ._el {
			margin-top: 150px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el + ._el {
						margin-top: 40px;
			}
}
.all_sub .main_contents .message ._doc ._el ._details {
			letter-spacing: 0;
			font-size: 0;
}
.all_sub .main_contents .message ._doc ._el ._details ._pic {
			width: 35%;
			display: inline-block;
			vertical-align: top;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._details ._pic {
						width: 100%;
			}
}
.all_sub .main_contents .message ._doc ._el ._details ._pic img {
			width: 100%;
}
.all_sub .main_contents .message ._doc ._el ._details ._pic img._pc {
			display: block;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._details ._pic img._pc {
						display: none;
			}
}
.all_sub .main_contents .message ._doc ._el ._details ._pic img._sp {
			display: none;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._details ._pic img._sp {
						display: block;
			}
}
.all_sub .main_contents .message ._doc ._el ._details ._details_side {
			width: 65%;
			padding-left: 8%;
			padding-top: 16px;
			display: inline-block;
			vertical-align: top;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._details ._details_side {
						width: 100%;
						margin-top: 33px;
						padding: 0;
			}
}
.all_sub .main_contents .message ._doc ._el ._details ._details_side ._motto {
			line-height: 1.7;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 28px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._details ._details_side ._motto {
						font-size: 20px;
			}
}
.all_sub .main_contents .message ._doc ._el ._details ._details_side ._info {
			margin-top: 30px;
			letter-spacing: 0;
			font-size: 0;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._details ._details_side ._info {
						margin-top: 25px;
			}
}
.all_sub .main_contents .message ._doc ._el ._details ._details_side ._info ._pos {
			margin-right: 20px;
			display: inline-block;
			vertical-align: middle;
			line-height: 1;
			letter-spacing: 0.03em;
			font-size: 17px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._details ._details_side ._info ._pos {
						font-size: 15px;
			}
}
.all_sub .main_contents .message ._doc ._el ._details ._details_side ._info ._name {
			display: inline-block;
			vertical-align: middle;
			line-height: 1;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 24px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._details ._details_side ._info ._name {
						font-size: 18px;
			}
}
.all_sub .main_contents .message ._doc ._el ._txt {
			margin-top: 40px;
			line-height: 2;
			letter-spacing: 0;
			font-size: 16px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .message ._doc ._el ._txt {
						margin-top: 32px;
						font-size: 15px;
			}
}
.all_sub .main_contents ._achievs_grey_box {
			background: #fbfbfb;
			margin-top: 65px;
			padding: 40px 40px 35px 40px;
			border-radius: 8px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._achievs_grey_box {
						margin-top: 33px;
						padding: 33px 20px 25px 20px;
						border-radius: 6px;
			}
}
.all_sub .main_contents ._achievs_grey_box ._head {
			margin-bottom: 18px;
			letter-spacing: 0.02em;
			font-weight: 600;
			font-size: 20px;
			color: #4082C4;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._achievs_grey_box ._head {
						font-size: 18px;
			}
}
.all_sub .main_contents ._achievs_grey_box ._achievs li {
			padding-left: 20px;
			padding-right: 20px;
			position: relative;
			line-height: 1.8;
			font-size: 17px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._achievs_grey_box ._achievs li {
						font-size: 15px;
			}
}
.all_sub .main_contents ._achievs_grey_box ._achievs li + li {
			margin-top: 6px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._achievs_grey_box ._achievs li + li {
						margin-top: 4px;
			}
}
.all_sub .main_contents ._achievs_grey_box ._achievs li:after {
			content: "";
			background: #4082C4;
			width: 10px;
			height: 10px;
			position: absolute;
			top: 10px;
			left: 0;
			border-radius: 100%;
}
.all_sub .main_contents ._achievs_grey_box._double ._achievs {
			letter-spacing: 0;
			font-size: 0;
}
.all_sub .main_contents ._achievs_grey_box._double ._achievs li {
			width: 50%;
			display: inline-block;
			vertical-align: top;
}
.all_sub .main_contents ._achievs_grey_box._double ._achievs li + li {
			margin-top: 0;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._achievs_grey_box._double ._achievs li + li {
						margin-top: 0;
			}
}
.all_sub .main_contents ._achievs_grey_box._double ._achievs li:nth-child(n+3) {
			margin-top: 6px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents ._achievs_grey_box._double ._achievs li {
						width: 100%;
						padding-right: 0;
			}
			.all_sub .main_contents ._achievs_grey_box._double ._achievs li:nth-child(n+2) {
						margin-top: 6px;
			}
}
.all_sub .main_contents .faq {
			background: #f6f9fd;
			padding: 105px 0 155px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .faq {
						padding: 90px 0 100px;
			}
}
.all_sub .main_contents .faq .faq_list {
			width: 90%;
			max-width: 1000px;
			margin: 86px auto 0;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .faq .faq_list {
						margin: 45px auto 0;
			}
}
.all_sub .main_contents .faq .faq_list ._el {
			background: #FFF;
			border-radius: 12px;
}
.all_sub .main_contents .faq .faq_list ._el:nth-child(n+2) {
			margin-top: 32px;
}
.all_sub .main_contents .faq .faq_list ._el ._head a {
			padding: 22px 80px 22px 70px;
			position: relative;
			z-index: 1;
			display: block;
			line-height: 2;
			letter-spacing: 0.03em;
			font-size: 19px;
			font-weight: 600;
			color: #2E2E2E;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .faq .faq_list ._el ._head a {
						padding: 15px 50px 14px 55px;
						line-height: 2;
						font-size: 16px;
			}
}
.all_sub .main_contents .faq .faq_list ._el ._head a ._q {
			position: absolute;
			top: 25px;
			left: 28px;
			font-size: 32px;
			font-weight: 600;
			color: #49A0D4;
			line-height: 1;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .faq .faq_list ._el ._head a ._q {
						top: 19px;
						left: 24px;
						font-size: 24px;
			}
}
.all_sub .main_contents .faq .faq_list ._el ._head a:after {
			content: "";
			background: url(../images/all_ico_arrow_down_blue.svg) no-repeat center/contain;
			width: 15px;
			height: 9px;
			position: absolute;
			top: 50%;
			right: 32px;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			-webkit-transition: all 0.4s;
			transition: all 0.4s;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .faq .faq_list ._el ._head a:after {
						right: 20px;
			}
}
.all_sub .main_contents .faq .faq_list ._el ._head a._on:after {
			content: "";
			-webkit-transform: translateY(-50%) rotate(180deg);
			        transform: translateY(-50%) rotate(180deg);
}
.all_sub .main_contents .faq .faq_list ._el ._body {
			padding: 2px 50px 18px 70px;
			position: relative;
			display: none;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .faq .faq_list ._el ._body {
						padding: 0px 50px 18px 55px;
			}
}
.all_sub .main_contents .faq .faq_list ._el ._body p {
			line-height: 2;
			font-size: 16px;
}
.all_sub .main_contents .faq .faq_list ._el ._body p ._q {
			position: absolute;
			top: 4px;
			left: 28px;
			font-size: 32px;
			font-weight: 600;
			color: #49A0D4;
			line-height: 1;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .faq .faq_list ._el ._body p ._q {
						top: 5px;
						left: 24px;
						font-size: 24px;
			}
}
.all_sub .main_contents .movie {
			padding: 150px 0 120px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .movie {
						padding: 95px 0 100px;
			}
}
.all_sub .main_contents .movie ._movie_link {
			max-width: 800px;
			margin: 64px auto 0;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .movie ._movie_link {
						margin: 40px auto 0;
			}
}
.all_sub .main_contents .movie ._movie_link p + p {
			margin-top: 85px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .movie ._movie_link p + p {
						margin-top: 45px;
			}
}
.all_sub .main_contents .movie ._movie_link a {
			padding-top: 56.5%;
			display: block;
			position: relative;
			border-radius: 16px;
			overflow: hidden;
}
.all_sub .main_contents .movie ._movie_link a:after {
			content: "";
			background: url(../images/all_ico_play.svg) no-repeat center/contain;
			width: 70px;
			height: 70px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
}
.all_sub .main_contents .movie ._movie_link a span {
			position: absolute;
			bottom: 36px;
			left: 35px;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 26px;
			color: #FFF;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .movie ._movie_link a span {
						bottom: 16px;
						left: 22px;
						font-size: 15px;
			}
}
.all_sub .main_contents .movie ._movie_link a img {
			width: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
.all_sub .main_contents .movie ._movie_link a img._sp {
			display: none;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .movie ._movie_link a img._pc {
						display: none;
			}
			.all_sub .main_contents .movie ._movie_link a img._sp {
						display: block;
			}
}
.all_sub .main_contents .movie ._movie_link a:hover img {
			-webkit-transform: translate(-50%, -50%) scale(1.1);
			        transform: translate(-50%, -50%) scale(1.1);
}
.all_sub .main_contents .all_video_modal {
			width: 100vw;
			height: 100vh;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 10;
			opacity: 0;
			-webkit-transform: translateX(100%);
			        transform: translateX(100%);
			-webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
			transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
			transition: opacity 0.4s ease, transform 0s 0.4s ease;
			transition: opacity 0.4s ease, transform 0s 0.4s ease, -webkit-transform 0s 0.4s ease;
}
.all_sub .main_contents .all_video_modal._on {
			opacity: 1;
			-webkit-transform: translateX(0%);
			        transform: translateX(0%);
			-webkit-transition: opacity 0.4s ease;
			transition: opacity 0.4s ease;
}
.all_sub .main_contents .all_video_modal ._bg {
			content: "";
			background: #000;
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: -1;
			top: 0;
			left: 0;
			opacity: 0.7;
}
.all_sub .main_contents .all_video_modal ._inner {
			width: 90%;
			max-width: 1000px;
			max-height: 90vh;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
}
.all_sub .main_contents .all_video_modal ._inner ._close {
			width: 40px;
			height: 40px;
			position: absolute;
			top: -48px;
			right: -2px;
			cursor: pointer;
}
.all_sub .main_contents .all_video_modal ._inner ._close img {
			width: 28px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
}
.all_sub .main_contents .all_video_modal ._inner video {
			width: 100%;
}
.all_sub .main_contents .pamphlet {
			padding: 78px 0 120px;
			text-align: center;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet {
						padding: 90px 0 100px;
			}
}
.all_sub .main_contents .pamphlet ._ttl {
			margin-bottom: 45px;
			line-height: 1.6;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 28px;
			color: #4082C4;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet ._ttl {
						margin-bottom: 40px;
						font-size: 24px;
			}
}
.all_sub .main_contents .pamphlet ._list {
			letter-spacing: 0;
			font-size: 0;
}
.all_sub .main_contents .pamphlet ._list ._el {
			width: 100%;
			max-width: 470px;
			display: inline-block;
			border: 1px solid rgba(112, 112, 112, 0.2);
			border-radius: 8px;
}
.all_sub .main_contents .pamphlet ._list ._el a {
			padding: 34px 0;
			position: relative;
			display: block;
			letter-spacing: 0;
			font-size: 0;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet ._list ._el a {
						padding: 24px 0;
			}
}
.all_sub .main_contents .pamphlet ._list ._el a ._img {
			width: 46.5%;
			display: inline-block;
			vertical-align: middle;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet ._list ._el a ._img {
						width: 40.5%;
			}
}
.all_sub .main_contents .pamphlet ._list ._el a ._img ._inner {
			padding: 0 15px;
}
.all_sub .main_contents .pamphlet ._list ._el a ._img ._inner p {
			width: 100%;
			max-width: 137px;
			padding-top: 100%;
			margin: 0 auto;
			position: relative;
			display: block;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet ._list ._el a ._img ._inner p {
						padding-top: 125%;
						max-width: 95px;
			}
}
.all_sub .main_contents .pamphlet ._list ._el a ._img ._inner p img {
			width: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
.all_sub .main_contents .pamphlet ._list ._el a ._details {
			width: 53.5%;
			display: inline-block;
			vertical-align: middle;
			text-align: left;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet ._list ._el a ._details {
						width: 59.5%;
						padding-left: 5px;
			}
}
.all_sub .main_contents .pamphlet ._list ._el a ._details ._type {
			margin-bottom: 14px;
			line-height: 1.2;
			letter-spacing: 0.03em;
			font-size: 18px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet ._list ._el a ._details ._type {
						margin-bottom: 10px;
						font-size: 16px;
			}
}
.all_sub .main_contents .pamphlet ._list ._el a ._details ._name {
			line-height: 1.2;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 36px;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet ._list ._el a ._details ._name {
						font-size: 24px;
			}
}
.all_sub .main_contents .pamphlet ._list ._el a ._ico {
			width: 65px;
			height: 65px;
			position: absolute;
			bottom: 15px;
			right: 15px;
			border: 1px solid rgba(112, 112, 112, 0.2);
			border-radius: 100%;
}
@media screen and (max-width: 600px) {
			.all_sub .main_contents .pamphlet ._list ._el a ._ico {
						width: 45px;
						height: 45px;
						bottom: 10px;
						right: 10px;
			}
}
.all_sub .main_contents .pamphlet ._list ._el a ._ico:after {
			content: "";
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
}
.all_sub .main_contents .pamphlet ._list ._el a:hover ._img ._inner p img {
			-webkit-transform: translate(-50%, -50%) scale(1.1);
			        transform: translate(-50%, -50%) scale(1.1);
}
.all_sub .main_contents .pamphlet ._list ._el._pdf ._ico:after {
			background-image: url(../images/all_ico_pdf.svg);
			width: 20px;
			height: 20px;
}
.all_sub.davinci .main_contents .main_intro ._right ._logo img {
			max-width: 305px;
}
@media screen and (max-width: 600px) {
			.all_sub.davinci .main_contents .main_intro ._right ._logo img {
						max-width: 227px;
			}
}
.all_sub.davinci .main_contents .message:after {
			background: url(../images/all_message_deco.png) no-repeat center/contain;
}
.all_sub.davinci .main_contents ._blue_bg {
			background: url(../images/davinci_blue_bg.jpg) no-repeat center bottom/cover;
}
.all_sub.mako .main_contents .message:after {
			background: url(../images/all_message_deco_mako.png) no-repeat center/contain;
}
.all_sub.mako .main_contents ._blue_bg {
			background: url(../images/mako_blue_bg.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 600px) {
			.all_sub.endo ._points ._list {
						margin-top: 40px;
			}
			.all_sub.endo .message ._doc {
						margin: 40px auto 0;
			}
			.all_sub.endo .main_contents {
						padding-top: 70px;
			}
}
.all_sub.endo header .header_content ._nav li._contact a {
			background: #F59170;
			border: 1px solid #F59170;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
.all_sub.endo header .header_content ._nav li._contact a span {
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
.all_sub.endo header .header_content ._nav li._contact a:hover {
			background: #FFF;
			opacity: 1;
}
.all_sub.endo header .header_content ._nav li._contact a:hover span {
			color: #F59170;
}
.all_sub.endo header ._menu {
			background: #F59170;
}
.all_sub.endo header ._sp_menu ._close {
			background: #F59170;
}
.all_sub.endo header ._sp_menu ._nav {
			width: 100%;
			max-width: 320px;
}
.all_sub.endo header ._sp_menu ._nav li._contact a {
			background: #F59170;
}
.all_sub.endo header ._sp_menu ._nav li._cont {
			margin-top: 65px;
}
.all_sub.endo header ._sp_menu ._nav li._contact {
			max-width: 200px;
			margin: 25px auto 0;
}
.all_sub.endo header ._sp_menu:after {
			background: url(../images/logo_deco_sp_orange.svg) no-repeat center/contain;
}
.all_sub.endo header ._menu_contact_box {
			padding: 20px 0 10px;
			border-radius: 16px;
			border: 1px solid #F59170;
			text-align: center;
}
.all_sub.endo header ._menu_contact_box ._top {
			letter-spacing: 0.03em;
			text-align: center;
			font-size: 16px;
}
.all_sub.endo header ._menu_contact_box ._bot {
			font-size: 16px;
}
.all_sub.endo header ._menu_contact_box ._bot a {
			padding-left: 40px;
			position: relative;
			display: inline-block;
}
.all_sub.endo header ._menu_contact_box ._bot a:after {
			content: "";
			background: url(../images/tel_orange.svg) no-repeat center/contain;
			width: 33px;
			height: 33px;
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
.all_sub.endo header ._menu_contact_box ._bot ._line {
			border-bottom: 1px solid #F49270;
			letter-spacing: 0.03em;
			font-weight: 500;
			font-size: 24px;
			color: #F49270;
}
.all_sub.endo header ._menu_contact_box ._bot ._let {
			display: inline-block;
			letter-spacing: 0;
			font-weight: inherit;
			font-size: inherit;
			color: inherit;
}
.all_sub.endo .sub_mv {
			background: url(../images/endo_mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 600px) {
			.all_sub.endo .sub_mv {
						background: url(../images/endo_mv_sp.jpg) no-repeat center/cover;
			}
}
.all_sub.endo .sub_mv ._logo._pc img + img {
			margin-top: 50px;
}
.all_sub.endo .main_contents .all_index {
			margin: 160px auto 0;
}
@media screen and (max-width: 600px) {
			.all_sub.endo .main_contents .all_index {
						margin: 85px auto 0;
			}
}
.all_sub.endo .main_contents .message:after {
			content: "";
			background: url(../images/all_message_deco_endo.png) no-repeat center/contain;
			width: 18.8%;
			padding-top: 34.4%;
			position: absolute;
			bottom: 50%;
			left: 0;
			z-index: -1;
			opacity: 1;
}
@media screen and (max-width: 600px) {
			.all_sub.endo .main_contents .message:after {
						width: 50%;
						padding-top: 92%;
						bottom: 0;
			}
}
.all_sub.endo .main_contents .main_intro ._right ._txt {
			margin-top: 0;
}
.all_sub.endo .main_contents .main_intro ._right ._txt + ._txt {
			margin-top: 8px;
}
.all_sub.endo .main_contents .more_main_ttl {
			margin-top: 30px;
			margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
			.all_sub.endo .main_contents .more_main_ttl {
						margin-bottom: 40px;
			}
}
.all_sub.endo .main_contents .more_main_ttl ._top {
			margin-bottom: 40px;
			padding-left: 46px;
			position: relative;
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 15px;
}
@media screen and (max-width: 600px) {
			.all_sub.endo .main_contents .more_main_ttl ._top {
						margin-bottom: 15px;
			}
}
.all_sub.endo .main_contents .more_main_ttl ._top:after {
			content: "";
			background: url(../images/all_flower_orange.svg) no-repeat center left/contain;
			width: 30px;
			height: 30px;
			position: absolute;
			top: 50%;
			left: 3px;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
}
.all_sub.endo .main_contents .more_main_ttl ._bot {
			letter-spacing: 0.03em;
			font-weight: 600;
			font-size: 40px;
			color: #F59170;
}
@media screen and (max-width: 600px) {
			.all_sub.endo .main_contents .more_main_ttl ._bot {
						font-size: 24px;
			}
}
.all_sub.endo .main_contents .all_intro ._small_ttl {
			color: #F59170;
}
.all_sub.endo .main_contents .all_intro ._small_ttl:after {
			background: url(../images/all_ttl_pip_orange.svg) no-repeat center/contain;
}
.all_sub.endo .main_contents .all_intro ._ttl {
			color: #F59170;
}
.all_sub.endo .main_contents ._points ._list li ._info ._nb {
			color: #F59170;
}
.all_sub.endo .main_contents ._blue_bg {
			background: url(../images/endo_orange_bg.jpg) no-repeat center bottom/cover;
}
.all_sub.endo .main_contents .all_index ._inner ul li a:after {
			background: url(../images/all_ico_arrow_down_orange.svg) no-repeat center/contain;
}
.all_sub.endo .main_contents .all_index ._inner span {
			color: #F3A68C;
}
.all_sub.endo .main_contents .main_intro ._right {
			padding: 0 0 0 8%;
			top: -5px;
}
@media screen and (max-width: 600px) {
			.all_sub.endo .main_contents .main_intro ._right {
						padding: 40px 0 0 0;
						top: 0;
			}
}
.all_sub.endo .main_contents .main_intro ._top_grey_box {
			background: rgba(245, 145, 112, 0.15);
			margin-top: 0;
			padding: 30px 20px 26px 40px;
			border-radius: 8px;
}
.all_sub.endo .main_contents .main_intro ._top_grey_box ._head {
			color: #F59170;
}
.all_sub.endo .main_contents .main_intro ._top_grey_box ._achievs li:after {
			background: #F59170;
}
.all_sub.endo .main_contents .main_intro ._top_grey_box ._achievs li ._bold {
			margin-bottom: 2px;
			display: block;
			font-weight: 600;
}
.all_sub.endo .main_contents .main_intro ._top_grey_box ._achievs li + li {
			margin-top: 18px;
}
.all_sub.endo .main_contents ._message:after {
			content: none;
}
.all_sub.endo .main_contents ._achievs_grey_box {
			position: relative;
}
.all_sub.endo .main_contents ._achievs_grey_box ._head {
			color: #F59170;
}
.all_sub.endo .main_contents ._achievs_grey_box ._achievs li:after {
			background: #F59170;
}
.all_sub.endo .main_contents ._new_txt {
			margin-top: 47px;
}
.all_sub.endo .main_contents ._new_txt ._txt {
			line-height: 2;
			letter-spacing: 0;
			font-size: 16px;
}
.all_sub.endo .main_contents ._new_txt ._txt + ._txt {
			margin-top: 10px;
}
.all_sub.endo .main_contents ._doc ._el ._details ._pic {
			vertical-align: middle;
}
.all_sub.endo .main_contents ._doc ._el ._details ._details_side {
			padding-top: 0;
			vertical-align: middle;
}
.all_sub.endo .main_contents ._doc ._el ._details ._details_side ._info {
			margin-top: 24px;
}
.all_sub.endo .main_contents ._doc ._el ._details ._details_side ._info ._name {
			display: block;
			margin-top: 15px;
}
.all_sub.endo .main_contents ._doc ._el ._details ._details_side ._pos {
			line-height: 1.8 !important;
}
.all_sub.endo .main_contents .faq {
			background: rgba(245, 145, 112, 0.2);
}
.all_sub.endo .main_contents .faq .faq_list ._el ._head a:after {
			background: url(../images/all_ico_arrow_down_orange.svg) no-repeat center/contain;
}
.all_sub.endo .main_contents .faq .faq_list ._el ._head a ._q {
			color: #F59170;
}
.all_sub.endo .main_contents .faq .faq_list ._el ._body p ._q {
			color: #F59170;
}
.all_sub.endo footer {
			background: #D3785B;
}
.all_sub footer ._top ._tel_box a ._ico {
			background: rgba(255, 255, 255, 0.4);
}
