/* ---------------------------------------------------------------
start COMMON CSS
--------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.Mont {
	font-family: 'Montserrat', sans-serif;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 0;
}

#luxy {
	/*will-change: transform;*/
}

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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0366D6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

button {
	outline: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
}

ul {
	list-style: none;
}

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

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.ml75 {
	margin-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.ml85 {
	margin-left: 85px;
}

.ml90 {
	margin-left: 90px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.mr60 {
	margin-right: 60px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.note {
	font-size: .7em;
}

.red {
	color: #d6000e;
}

.under {
	text-decoration: underline;
}

.iblock {
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.ls1em {
	letter-spacing: 1em;
}

sup {
	vertical-align: middle;
	position: relative;
	top: -4px;
}

img.object-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.txt_prepare {
	min-height: 400px;
	padding: 120px 0 0;
	text-align: center;
}



/* --------------- common --------------- */


.col_content1 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.btn1 {
	margin: 0;
	padding: 12px 0;
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: solid 1px #000;
	cursor: pointer;
	display: table;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
	position: relative;
	z-index: 0;
}

.btn1:before {
	content: "";
	width: 100%;
	height: 0;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
	transition: all .5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.btn1 span {
	display: table-cell;
	vertical-align: middle;
}

.btn1.is-hide {
	display: none;
}

.entry-loading {
	text-align: center;
	margin: 3em 0;
	font-weight: 700;
	width: 100%;
	display: none;
}

.entry-loading.is-show {
	display: block;
}

.fade-in {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.scroll-in,
.fade-in.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.delay01 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.delay02 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.delay03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.delay04 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.delay05 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.delay06 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.delay07 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.delay08 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.delay09 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.delay1 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.delay2 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.delay22 {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.delay3 {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.delay5 {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.goTop10 {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.goTop15 {
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
}

.goTop20 {
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.goLeft15 {
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.goLeft100 {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

.goRight15 {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}



/* --------------- header --------------- */

header {
	width: 100%;
	height: 72px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	will-change: auto;
}

header.scroll,
header.scroll-team {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
}

.col_header {
	width: 96%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo_header {
	width: 102px;
}

.logo_header img {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

.navi_header {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navi_header ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navi_header ul li {
	margin: 0;
	padding: 26px 15px;
	line-height: 1.2;
	position: relative;
	z-index: 0;
	cursor: pointer;
}

.navi_header ul li>a {
	padding: 0 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	z-index: 0;
	transition: color 1s cubic-bezier(.19, 1, .22, 1);
}

.navi_header ul li>a:before {
	content: "";
	width: 0%;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.navi_header ul li>a:hover:before,
.navi_header ul li.active>a:before {
	width: 100%;
}

.subnavi {
	min-width: 180px;
	padding: 0;
	border: solid 2px #244d5d;
	position: absolute;
	top: 71px;
	left: 0;
	z-index: 10;
	opacity: 0;
	cursor: default;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

.navi_header ul li:hover .subnavi {
	visibility: visible;
	opacity: 1;
}

.subnavi.philosophy {
	width: 180px;
}

.subnavi.service {
	width: 250px;
}

.subnavi.about {
	width: 194px;
}

.subnavi.team {
	width: 180px;
}

.subnavi:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #244d5d transparent;
	position: absolute;
	top: -10px;
	left: 30px;
	z-index: 1;
}

.subnavi:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
	position: absolute;
	top: -7px;
	left: 32px;
	z-index: 2;
}

.subnavi.philosophy:before {
	left: 60px;
}

.subnavi.philosophy:after {
	left: 63px;
}

.subnavi.service:before {
	left: 40px;
}

.subnavi.service:after {
	left: 43px;
}

.subnavi.about:before {
	left: 50px;
}

.subnavi.about:after {
	left: 53px;
}

.subnavi.team:before {
	left: 30px;
}

.subnavi.team:after {
	left: 33px;
}

.subnavi a {
	padding: 12px 15px 10px;
	color: #244d5d;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #244d5d;
	background-color: rgba(255, 255, 255, 0.9);
	transition: background-color .2s;
	position: relative;
	z-index: 0;
	display: block;
}

.subnavi a:last-child {
	border-bottom: none;
}

.subnavi a:hover {
	background-color: #cae6f1;
}

#menubtn {
	width: 18px;
	height: 13px;
	margin: 0 0 0 40px;
	padding: 0;
	display: block;
	cursor: pointer;
}

#menubtn .btn {
	width: 18px;
	height: 100%;
	margin: auto;
	position: relative;
	z-index: 0;
}

#menubtn span {
	width: 100%;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	display: inline-block;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	position: absolute;
	left: 0;
	right: 0;
}

#menubtn span:nth-child(1) {
	top: -1px;
}

#menubtn span:nth-child(2) {
	top: 5px;
}

#menubtn span:nth-child(3) {
	top: 11px;
}

#menubtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: -15px;
}

#menubtn.active span:nth-of-type(2) {
	opacity: 0;
}

#menubtn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top: 25px;
}

header:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}

header.scroll:before,
header.scroll-team:before {
	background-color: #fff;
}

header.scroll .navi_header ul li>a,
header.scroll-team .navi_header ul li>a {
	color: #000;
}

header.scroll .navi_header ul li>a:before,
header.scroll-team .navi_header ul li>a:before {
	background-color: #000;
}

header.scroll #menubtn span,
header.scroll-team #menubtn span {
	background-color: #000;
}

#spnavi_header {
	width: 100%;
	max-width: 500px;
	height: calc(100vh - 72px);
	margin: 0;
	padding: 20px 25px 20px;
	background-color: #244d5d;
	position: absolute;
	top: 72px;
	right: 0;
	overflow: auto;
	z-index: 10;
	display: none;
}

#spnavi_header dl {
	margin: 0 0 20px;
	padding: 0 10px 20px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#spnavi_header dl dt {
	margin: 0 0 5px;
	padding: 0;
}

#spnavi_header dl dt.single {
	margin-bottom: 0;
}

#spnavi_header dl dt a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

#spnavi_header dl dd {
	margin: 0 0 5px;
	padding: 0 0 0 22px;
	position: relative;
	z-index: 0;
}

#spnavi_header dl dd:before {
	content: "";
	width: 8px;
	height: 1px;
	margin: auto;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
}

#spnavi_header dl dd:last-child {
	margin-bottom: 0;
}

#spnavi_header dl dd a {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}



/* --------------- footer --------------- */

footer {
	height: 570px;
	margin: 0;
	padding: 50px 0 16px;
	color: #fff;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.col_footer {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
}

.link_footer {
	margin: 0 auto 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.link_footer dl {
	margin: 0;
	padding: 0;
}

.link_footer dl.link1 {
	width: 100px;
}

.link_footer dl.link2 {
	width: 175px;
}

.link_footer dl.link3 {
	width: 225px;
}

.link_footer dl.link4 {
	width: 200px;
}

.link_footer dl.link5 {
	width: 80px;
}

.link_footer dl dt {
	margin: 0 0 15px;
	padding: 0;
}

.link_footer dl dt a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

.link_footer dl dd {
	margin: 0 0 12px;
	padding: 0 0 0 22px;
	font-size: 12px;
	line-height: 1.3;
	position: relative;
	z-index: 0;
}

.link_footer dl dd:before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #808080;
	position: absolute;
	top: 7px;
	left: 2px;
}

.link_footer dl dd a {
	color: #808080;
	font-weight: 500;
	text-decoration: none;
}

.link_footer dl dd a .small {
	font-size: 10px;
	display: block;
}

.link_footer dl dt a:hover,
.link_footer dl dd a:hover {
	text-decoration: underline;
}

.col_footerlogo {
	margin-bottom: 25px;
}

.deco_footer {
	height: 124px;
	position: relative;
	z-index: 0;
}

.hide_line_footer {
	width: 0%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../img/line_footer.png);
	background-repeat: no-repeat;
	background-position: center 4px;
	background-size: 1100px auto;
}

.sc_active .hide_line_footer {
	-webkit-animation: Footline 1.3s ease-in-out forwards;
	animation: Footline 1.3s ease-in-out forwards;
}

@-webkit-keyframes Footline {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes Footline {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.deco_footer .flash_footer {
	width: 109px;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.logo_footer {
	width: 154px;
	margin: 0 auto -15px;
	position: relative;
	z-index: 0;
	top: -15px;
	opacity: 0;
	transform: translateY(20px);
}

.sc_active .logo_footer {
	-webkit-animation: Footlogo 1s ease 1.8s forwards;
	animation: Footlogo 1s ease 1.8s forwards;
}

@-webkit-keyframes Footlogo {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes Footlogo {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.logo_footer img {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

.copy {
	padding: 0 50px 0 0;
	color: #808080;
	font-size: 11px;
	font-weight: 600;
	text-align: right;
}

.pagetop {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-color: rgba(89, 89, 89, 0.4);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
	cursor: pointer;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	display: none;
}

.pagetop:before {
	content: "";
	width: 20px;
	height: 20px;
	margin: -6px 0 0 -10px;
	padding: 0 0 0 0;
	border-left: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.pagetop:hover {
	background-color: rgba(89, 89, 89, 1);
}





/* --------------- opening anim --------------- */

#wrap_opening {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 999;
}

#wrap_opening.anim-start {
	-webkit-animation: OpeningAnimWrap 7s linear forwards;
	animation: OpeningAnimWrap 7s linear forwards;
}

@-webkit-keyframes OpeningAnimWrap {
	0% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	61% {
		height: 0;
		opacity: 0;
		display: none;
		z-index: -1;
	}

	100% {
		height: 0;
		opacity: 0;
		display: none;
		z-index: -1;
	}
}

@keyframes OpeningAnimWrap {
	0% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	61% {
		height: 0;
		opacity: 0;
		display: none;
		z-index: -1;
	}

	100% {
		height: 0;
		opacity: 0;
		display: none;
		z-index: -1;
	}
}

.bg_opning {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.bg_opning:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f3f4f5;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: right;
}

.anim-start .bg_opning:before {
	-webkit-animation: OpeningAnimBg 1.8s cubic-bezier(.19, 1, .22, 1) 3s forwards;
	animation: OpeningAnimBg 1.8s cubic-bezier(.19, 1, .22, 1) 3s forwards;
}

@-webkit-keyframes OpeningAnimBg {
	0% {
		transform-origin: left;
		transform: scaleX(1);
	}

	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
}

@keyframes OpeningAnimBg {
	0% {
		transform-origin: left;
		transform: scaleX(1);
	}

	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
}

.logo_opening {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 204px;
	height: 66px;
	margin-left: calc(204px / -2);
	margin-top: calc(66px / -2);
	z-index: 999;
	opacity: 0;
}

.anim-start .logo_opening {
	-webkit-animation: OpeningAnimLogo 3s 0.5s forwards;
	animation: OpeningAnimLogo 3s 0.5s forwards;
}

@-webkit-keyframes OpeningAnimLogo {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes OpeningAnimLogo {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


#wrap_opening.sub.anim-start {
	-webkit-animation: OpeningAnimWrapSub 3s linear 0.3s forwards;
	animation: OpeningAnimWrapSub 3s linear 0.3s forwards;
}

@-webkit-keyframes OpeningAnimWrapSub {
	0% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	61% {
		height: 0;
		opacity: 0;
		display: none;
		z-index: -1;
	}

	100% {
		height: 0;
		opacity: 0;
		display: none;
		z-index: -1;
	}
}

@keyframes OpeningAnimWrapSub {
	0% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	61% {
		height: 0;
		opacity: 0;
		display: none;
		z-index: -1;
	}

	100% {
		height: 0;
		opacity: 0;
		display: none;
		z-index: -1;
	}
}

.sub.anim-start .bg_opning:before {
	-webkit-animation: OpeningAnimBgSub 1.8s cubic-bezier(.19, 1, .22, 1) 0.3s forwards;
	animation: OpeningAnimBgSub 1.8s cubic-bezier(.19, 1, .22, 1) 0.3s forwards;
}

@-webkit-keyframes OpeningAnimBgSub {
	0% {
		transform-origin: left;
		transform: scaleX(1);
	}

	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
}

@keyframes OpeningAnimBgSub {
	0% {
		transform-origin: left;
		transform: scaleX(1);
	}

	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
}

#wrap_opening.sub .logo_opening {
	display: none;
}



/* --------------- top --------------- */



.col_topmain {
	height: 650px;
	margin: 0;
	padding: 0;
}

.img_main1 {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.img_main1 .luxy-el.bg_top1 {
	width: 87%;
	height: 100%;
	background-image: url(../img/top/mainimg1.jpg?20200611);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: 0;
	left: 13%;
	will-change: auto;
}

.lead_topmain {
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 18%;
	z-index: 1;
}

.lead_topbig {
	margin: 0;
	padding: 0;
	font-size: 46px;
	line-height: 1.33;
	letter-spacing: 0.3em;
}

.lead_topbig div {
	font-weight: 300;
}

.lead_topbig .bold {
	font-weight: 600;
}

.lead_topmain h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 0.2em;
	display: inline-block;
	position: relative;
	z-index: 0;
	opacity: 0;
	transform: translateY(20px);
}

.loadend .lead_topmain h1 {
	-webkit-animation: lead_anim_h1 1s ease-in-out 0.6s forwards;
	animation: lead_anim_h1 1s ease-in-out 0.6s forwards;
}

@-webkit-keyframes lead_anim_h1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes lead_anim_h1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.anim_lead {
	position: relative;
	z-index: 0;
}

.loadend .anim_lead:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.1em;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #244d5d;
	-webkit-animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
	animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
}

.anim_lead span {
	opacity: 0;
}

.loadend .anim_lead span {
	-webkit-animation: titleTextAnimation .2s linear .5s forwards;
	animation: titleTextAnimation .2s linear .5s forwards;
}

@-webkit-keyframes titleTextAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes titleTextAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes titleAnimation {
	0% {
		transform: scaleX(0);
		transform-origin: left center;
	}

	35% {
		transform: scaleX(1);
		transform-origin: left center;
	}

	36%,
	60% {
		transform: scaleX(1);
		transform-origin: right center;
	}

	to {
		transform: scaleX(0);
		transform-origin: right center;
	}
}

@keyframes titleAnimation {
	0% {
		transform: scaleX(0);
		transform-origin: left center;
	}

	35% {
		transform: scaleX(1);
		transform-origin: left center;
	}

	36%,
	60% {
		transform: scaleX(1);
		transform-origin: right center;
	}

	to {
		transform: scaleX(0);
		transform-origin: right center;
	}
}

.scrollbtn {
	padding: 0 60px 0 0;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: 100% 0;
	transform: rotate(90deg);
}

.scrollbtn:before {
	content: "";
	width: 25px;
	height: 1px;
	margin: auto;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 57px;
	-webkit-animation: scrollbtn1 2s ease 1s infinite;
	animation: scrollbtn1 2s ease 1s infinite;
}

@-webkit-keyframes scrollbtn1 {
	0% {
		width: 25px;
	}

	50% {
		width: 51px
	}

	100% {
		width: 25px;
	}
}

@keyframes scrollbtn1 {
	0% {
		width: 25px;
	}

	50% {
		width: 51px
	}

	100% {
		width: 25px;
	}
}

.scrollbtn:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 0 7px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 6px;
	left: 76px;
	-webkit-animation: scrollbtn2 2s ease 1s infinite;
	animation: scrollbtn2 2s ease 1s infinite;
}

@-webkit-keyframes scrollbtn2 {
	0% {
		left: 76px;
	}

	50% {
		left: 101px;
	}

	100% {
		left: 76px;
	}
}

@keyframes scrollbtn2 {
	0% {
		left: 76px;
	}

	50% {
		left: 101px;
	}

	100% {
		left: 76px;
	}
}

.scrollbtn_sp {
	display: none;
}

.col_topnews {
	margin: 0 0 88px;
	padding: 90px 0 0 0;
}

.inner_topnwes {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mds_top1 {
	margin: 0;
	padding: 0;
}

.mds_top1.news {
	width: 212px;
	margin: 0 60px 0 48px;
	position: relative;
	z-index: 0;
}

.mds_top1.news:before {
	content: "";
	width: 79px;
	height: 1px;
	background-color: #606060;
	position: absolute;
	top: 1em;
	right: 0;
}

.mds_top1 .en {
	margin: 0 0 7px;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.mds_top1 .ja {
	display: block;
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.list_topnews {
	width: calc(100% - 154px - 288px);
	margin: 0;
	padding: 0;
}

.list_topnews dl {
	margin: 0 0 20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list_topnews dl:last-child {
	margin-bottom: 0;
}

.list_topnews dl dt {
	width: 115px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: #808080;
	font-size: 12px;
	line-height: 2.2;
}

.list_topnews dl dd {
	width: calc(100% - 115px);
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #606060;
}

.list_topnews dl dd a {
	color: #808080;
}

.btn_topnews {
	width: 154px;
	margin: auto 50px 0 auto;
	padding-left: 30px;
}

.btn_topnews .btn1 {
	width: 100%;
}

.col_topphil {
	margin: 0 0 75px;
	padding: 0 0 90px;
	position: relative;
	z-index: 0;
}

.img_topphil {
	width: 84%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-color: #fff;
}

.img_topphil:before,
.img_topphil:after {
	content: '';
	width: 101%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.img_topphil:before {
	background-color: #fff;
	z-index: 2;
}

.sc_active .img_topphil:before {
	animation: slideOut 1s .75s forwards;
}

.img_topphil:after {
	background-color: #244d5d;
	z-index: 1;
	transform-origin: left;
}

.sc_active .img_topphil:after {
	-webkit-animation: slideIn 1s ease-in-out, slideOut .75s 1.8s forwards;
	animation: slideIn 1s ease-in-out, slideOut .75s 1.8s forwards;
}

@-webkit-keyframes slideIn {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	100% {
		transform-origin: left;
		transform: scaleX(1);
	}
}

@keyframes slideIn {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	100% {
		transform-origin: left;
		transform: scaleX(1);
	}
}

@-webkit-keyframes slideOut {
	0% {
		transform-origin: right;
		transform: scaleX(1);
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

@keyframes slideOut {
	0% {
		transform-origin: right;
		transform: scaleX(1);
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

.bg_topphil {
	width: 100%;
	height: 438px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.bg_topphil img {
	width: auto;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: calc(50% - 530px);
}

.inner_topphil {
	width: 90%;
	max-width: 900px;
	height: 100%;
	margin: auto;
	color: #fff;
	position: relative;
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mds_top1.phil {
	margin-bottom: 30px;
}

.mds_top1.phil .en {
	font-weight: 500;
}

.mds_top1.phil .ja {
	letter-spacing: 0.6em;
}

dl.txt_topphil {
	margin: 0 0 0 auto;
	padding: 0;
}

dl.txt_topphil dt {
	margin: 0 0 20px;
	padding: 0;
	font-size: 25px;
	line-height: 1.6;
	letter-spacing: 0.2em;
	font-weight: 200;
}

dl.txt_topphil dd {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-weight: 200;
	word-break: break-all;
}

dl.txt_topphil dd .btn1 {
	width: 200px;
	margin-top: 30px;
	color: #fff;
	border-color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.scroll_toptext1,
.scroll_toptext2 {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.scroll_toptext1 img,
.scroll_toptext2 img {
	width: 1496px;
}

.col_topservice {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 40px;
}

.mds_top1.service {
	margin-bottom: 20px;
	text-align: center;
}

.list_topservice {
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list_topservice a {
	width: 300px;
	height: 206px;
	margin: 0 50px 50px 0;
	color: #606060;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

.list_topservice a:before {
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(1);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.list_topservice dl {
	margin: 40px 0 0 0;
	padding: 0;
}

.list_topservice dl dt {
	margin: 0 0 8px;
	padding: 0 0 5px 5px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	z-index: 0;
}

.list_topservice dl dt:before {
	content: "";
	width: 225px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.list_topservice dl dt:after {
	content: "";
	width: 16px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 209px;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}

.list_topservice dl dt img {
	width: 100%;
	margin: 0 0 2px;
	display: block;
}

.list_topservice dl dd {
	width: 220px;
	margin: 0;
	padding: 0 0 0 8px;
	font-size: 14px;
	line-height: 1.4;
}

.list_topservice .rectah dl dd {
	letter-spacing: -0.06em;
}

.list_topservice a.aiai:before {
	background-image: url(../img/top/bg_service0.png);
}

.list_topservice .aiai dl dt:before,
.list_topservice .aiai dl dt:after {
	background-color: rgba(65, 155, 255, 0.5);
}

.list_topservice .aiai dl dt img {
	max-width: 133px;
	margin-bottom: 6px;
}

.list_topservice a.aiai {
	margin: 0 auto 50px;
}

.list_topservice a.ai:before {
	background-image: url(../img/top/bg_service1.png);
}

.list_topservice .ai dl dt:before,
.list_topservice .ai dl dt:after {
	background-color: rgba(0, 82, 124, 0.5);
}

.list_topservice .ai dl dt img {
	max-width: 122px;
	margin-bottom: 6px;
}

.list_topservice a.safety:before {
	background-image: url(../img/top/bg_service2.png);
}

.list_topservice .safety dl dt:before,
.list_topservice .safety dl dt:after {
	background-color: rgba(124, 14, 0, 0.5);
}

.list_topservice .safety dl dt img {
	max-width: 162px;
}

.list_topservice a.formula {
	margin-right: 0;
}

.list_topservice a.formula:before {
	background-image: url(../img/top/bg_service3.png);
}

.list_topservice .formula dl dt:before,
.list_topservice .formula dl dt:after {
	background-color: rgba(124, 0, 122, 0.5);
}

.list_topservice .formula dl dt img {
	max-width: 186px;
}

.list_topservice a.rectah:before {
	background-image: url(../img/top/bg_service4.png);
}

.list_topservice .rectah dl dt:before,
.list_topservice .rectah dl dt:after {
	background-color: rgba(255, 130, 0, 0.5);
}

.list_topservice .rectah dl dt img {
	max-width: 96px;
	margin-bottom: 6px;
}

.list_topservice a.eyecenter {}

.list_topservice a.eyecenter:before {
	background-image: url(../img/top/bg_service5.png);
}

.list_topservice a.eyecenter dl {
	margin-top: 22px;
}

.list_topservice .eyecenter dl dt:before,
.list_topservice .eyecenter dl dt:after {
	background-color: rgba(0, 124, 89, 0.5);
}

.list_topservice .eyecenter dl dt img {
	max-width: 177px;
}

.list_topservice a.ec:before {
	background-image: url(../img/top/bg_service6.png);
}

.list_topservice .ec dl dt:before,
.list_topservice .ec dl dt:after {
	background-color: rgba(124, 110, 0, 0.5);
}

.list_topservice .ec dl dt img {
	max-width: 151px;
	margin-bottom: 6px;
}

.list_topservice a.supplement {
	margin-right: 0;
}

.list_topservice a.supplement:before {
	background-image: url(../img/top/bg_service7.png);
}

.list_topservice .supplement dl dt:before,
.list_topservice .supplement dl dt:after {
	background-color: rgba(69, 69, 69, 0.5);
}

.list_topservice .supplement dl dt img {
	max-width: 156px;
}

.list_topservice a.surgery:before {
	background-image: url(../img/top/bg_service8.png);
}

.list_topservice .surgery dl dt:before,
.list_topservice .surgery dl dt:after {
	background-color: rgba(25, 0, 124, 0.5);
}

.list_topservice .surgery dl dt img {
	max-width: 181px;
}

.col_topservice .btn_topcontact {
	margin-top: 40px;
	margin-bottom: 70px;
}

.col_topteam {
	margin: 0;
	padding: 60px 0;
	background-color: #e8e8e8;
}

.mds_top1.team {
	margin-bottom: 35px;
	text-align: center;
}

.inner_topteam {
	width: 88%;
	margin: 0 auto;
}

.slidein_topteam {
	background-color: #023758;
	position: relative;
	z-index: 0;
}

.slidein_topteam:before,
.slidein_topteam:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.slidein_topteam:before {
	background-color: #023758;
	z-index: 2;
}

.sc_active .slidein_topteam:before {
	-webkit-animation: slideOutTeam 1s .75s forwards;
	animation: slideOutTeam 1s .75s forwards;
}

.slidein_topteam:after {
	background-color: #244d5d;
	z-index: 1;
	transform-origin: left;
}

.sc_active .slidein_topteam:after {
	-webkit-animation: slideInTeam 1s ease-in-out, slideOut .75s 1.8s forwards;
	animation: slideInTeam 1s ease-in-out, slideOut .75s 1.8s forwards;
}

@-webkit-keyframes slideInTeam {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	100% {
		transform-origin: left;
		transform: scaleX(1);
	}
}

@keyframes slideInTeam {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	100% {
		transform-origin: left;
		transform: scaleX(1);
	}
}

@-webkit-keyframes slideOutTeam {
	0% {
		transform-origin: right;
		transform: scaleX(1);
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

@keyframes slideOutTeam {
	0% {
		transform-origin: right;
		transform: scaleX(1);
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

.bg_topteam {
	position: relative;
	z-index: 0;
}

.bg_topteam:before,
.bg_topteam:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #023758;
	position: absolute;
	top: 0;
	z-index: -1;
}

.bg_topteam:before {
	left: -100%;
}

.bg_topteam:after {
	right: -100%;
}

.box_topteam {
	width: 94%;
	max-width: 1012px;
	margin: 0 auto -108px;
	padding: 40px 20px;
	text-align: center;
	background-color: #fff;
	position: relative;
	opacity: 0;
	top: -108px;
	z-index: 0;
	transform: translateY(20px);
}

.sc_active .box_topteam {
	-webkit-animation: box_topteam 1s ease-in-out 2s forwards;
	animation: box_topteam 1s ease-in-out 2s forwards;
}

@-webkit-keyframes box_topteam {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes box_topteam {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.txt_topteam {
	margin: 0 0 25px;
	color: #606060;
	line-height: 1.85;
}

.btn1.team1 {
	width: 200px;
	margin: 0 auto;
}

.col_topblog {
	min-height: 200px;
	margin: 0;
	padding: 70px 0 70px;
	background-image: url(../img/top/deco_blog1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: solid 1px #023758;
	position: relative;
	z-index: 0;
}

.mds_top1.blog {
	margin-bottom: 35px;
	text-align: center;
}

.inner_topblog {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.link_topblog {
	width: 23%;
	margin-right: 2%;
	color: #606060;
	text-decoration: none;
	display: block;
}

.link_topblog:last-child {
	margin-right: 0;
}

.img_topblog img {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.img_topblog {
	width: 100%;
	height: 168px;
	margin: 0 0 8px;
	background-color: #fff;
	overflow: hidden;
}

.txt_topblog {
	margin-bottom: 4px;
	line-height: 1.35;
}

.date_topblog {
	font-size: 12px;
	line-height: 1.4;
}

.btn1.topblog1 {
	width: 200px;
	margin: 45px auto 0;
}

.notxt_topblog {
	text-align: center;
}

.btn_topcontact {
	width: 504px;
	margin: 0 auto 0;
	background-color: #fff;
	background-image: url(../img/top/btn_topcontact.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	transform: translateY(20px);
}

.sc_active.btn_topcontact {
	-webkit-animation: anim_btn_topcontact 0.6s ease-in-out 0s forwards;
	animation: anim_btn_topcontact 0.6s ease-in-out 0s forwards;
}

@-webkit-keyframes anim_btn_topcontact {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes anim_btn_topcontact {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.btn_topcontact a {
	width: 100%;
	padding: 32px 0 28px 45px;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

.btn_topcontact a:before {
	content: "";
	width: 58px;
	height: 1px;
	margin: auto 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.btn_topcontact a:after {
	content: "";
	width: 11px;
	height: 1px;
	margin: auto 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	transform-origin: 100% 0;
	transform: rotate(45deg);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.btn_topcontact a span {
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
}

.btn_topcontact a span.en {
	margin: 0 20px 0 0;
	font-size: 24px;
	font-weight: 500;
}

.btn_topcontact a span.ja {
	font-size: 12px;
}

.btn_topcontact a:hover:before {
	right: 28px;
}

.btn_topcontact a:hover:after {
	right: 28px;
}



/* --------------- blog --------------- */

.col_submain {
	height: 488px;
	margin: 0;
	padding: 0;
}

.img_main1 .luxy-el.bg_top1.blog {
	background-image: url(../img/blog/mainimg1.jpg);
}

.ttl_submain {
	color: #fff;
	position: absolute;
	bottom: 70px;
	left: 18%;
	z-index: 1;
}

.ttl_submain h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 0.2em;
	display: inline-block;
	position: relative;
	z-index: 0;
	transform: translateY(20px);
}

.ttl_submain h1 .en {
	font-size: 46px;
	font-weight: 300;
	line-height: 1.3;
	display: block;
}

.ttl_submain h1 .ja {
	font-size: 16px;
	font-weight: 300;
}

.col_blog1 {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 90px 0 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap_blog1 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col_blog1 .link_topblog {
	width: 30.2%;
	margin-right: 4.7%;
	margin-bottom: 100px;
}

.col_blog1 .link_topblog:nth-child(3n) {
	margin-right: 0;
}

.col_blog1 .img_topblog {
	height: 210px;
	margin-bottom: 13px;
}

.col_blog1 .txt_topblog {
	margin-bottom: 5px;
	word-break: break-all;
}

.col_blog1 .date_topblog.pc {
	display: none;
}

.btn1.blog1 {
	width: 200px;
	margin: 0 auto 0;
}

ul.col_pagenation1 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.col_pagenation1 li {
	width: 34px;
	height: 34px;
	margin: 0 5px;
	padding: 0;
	line-height: 34px;
	text-align: center;
	border: solid 1px #244d5d;
	display: table;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}

ul.col_pagenation1 li.active,
ul.col_pagenation1 li:hover {
	background-color: #244d5d;
}

ul.col_pagenation1 li.active a,
ul.col_pagenation1 li:hover a {
	color: #fff;
}

ul.col_pagenation1 li a {
	color: #244d5d;
	font-weight: 500;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}



/* --------------- blog_d --------------- */

.col_blog_d1 {
	width: 94%;
	max-width: 908px;
	margin: 0 auto 155px;
	padding: 80px 0 0 0;
	color: #606060;
}

.title_blog_d {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
}

.date_blog_d {
	margin: 0 0 35px;
	font-size: 12px;
}

.cont_blog_d {
	padding: 0 0 100px;
	line-height: 2;
}

.cont_blog_d * {
	word-break: break-all;
}

.cont_blog_d h1 {
	margin: 0 0 15px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 500;
}

.cont_blog_d h2 {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
}

.cont_blog_d h3 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}

.cont_blog_d h4 {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.cont_blog_d h5 {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.cont_blog_d h6 {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
}

.cont_blog_d p {
	margin: 0 0 60px;
}

.cont_blog_d p:last-of-type {
	margin-bottom: 0;
}

.cont_blog_d img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.pager_blog_d {
	max-width: 908px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager_blog_d .next {
	margin-right: auto;
}

.pager_blog_d .prev {
	margin-left: auto;
}

.pager_blog_d a {
	color: #808080;
	text-decoration: none;
}

.pager_blog_d a:hover {
	text-decoration: underline;
}

.col_blog_d2 {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}


.col_submain.detail {
	height: 286px;
}

.detail .img_main1 .luxy-el.bg_top1.blog {
	background-image: url(../img/blog/mainimg2.jpg);
}

.mds_top1.blog_d {
	text-align: center;
}

.col_blog1.detail1 {
	padding-top: 80px;
}

.txt_blog_none {
	margin: 0 auto;
	padding: 50px 0 150px;
}


/* --------------- news --------------- */

.img_main1 .luxy-el.bg_top1.news {
	background-image: url(../img/news/mainimg1.jpg);
}

.news .date_topblog {
	margin-bottom: 5px;
}

.news.col_blog1 .link_topblog {
	margin-bottom: 75px;
}

.news .txt_topblog {
	height: auto;
	line-height: 1.75;
}


/* --------------- news / detail --------------- */

.detail .img_main1 .luxy-el.bg_top1.news {
	background-image: url(../img/news/mainimg2.jpg);
}


/* --------------- about --------------- */

.img_main1 .luxy-el.bg_top1.about {
	background-image: url(../img/about/mainimg1.jpg);
}

.col_about1 {
	width: 94%;
	max-width: 913px;
	margin: 0 auto;
	padding: 90px 0 110px;
	color: #606060;
}

.lead_about1 {
	width: 48%;
	margin: 0 0 17px;
	padding: 0;
	font-size: 24px;
	line-height: 1.75;
	float: left;
}

.img_about1 {
	width: 47%;
	max-width: 431px;
	float: right;
}

.txt_about1 {
	width: 47%;
	line-height: 1.75;
	word-break: break-all;
	float: left;
}

.name_about1 {
	margin: 30px 0 0 0;
	text-align: right;
	font-size: 13px;
	line-height: 1;
}

.name_about1 .big {
	margin: 0 0 0 25px;
	font-size: 24px;
	display: inline-block;
	vertical-align: sub;
}

.col_about2 {
	padding: 86px 0 100px;
	background-color: #e9e9e9;
}

.inner_about2 {
	width: 94%;
	max-width: 730px;
	margin: 0 auto;
	padding: 0;
}

.mds_top1.about1 {
	margin-bottom: 62px;
	text-align: center;
}

.wrap_about_summary {
	margin: 0 0 28px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap_about_summary .left {
	width: 46%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrap_about_summary .right {
	width: 54%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

dl.list_about1 {
	margin: 0 0 20px;
	padding: 0;
	color: #606060;
	line-height: 32px;
}

dl.list_about1:last-child {
	margin-bottom: 0;
}

dl.list_about1 dt {
	width: 5em;
	margin: 0 1.5em 0 0;
	padding: 0;
	float: left;
}

dl.list_about1 dd {
	width: calc(100% - 6.5em);
	margin: 0;
	padding: 0;
	float: left;
}

dl.list_about1.partner dd {
	color: #ff0000;
}

.col_about3 {
	padding: 110px 0 110px;
}

.inner_about3 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.mds_top1.about2 {
	margin-bottom: 40px;
	text-align: center;
}

.txt_about_access {
	margin: 0 0 45px;
	padding: 0;
	line-height: 32px;
	font-style: normal;
	text-align: center;
	color: #606060;
}

#gmap iframe {
	width: 100%;
	height: 410px;
}



/* --------------- contact --------------- */

.img_main1 .luxy-el.bg_top1.contact {
	background-image: url(../img/contact/mainimg1.jpg);
}

.col_contact1 {
	width: 94%;
	max-width: 878px;
	margin: 0 auto;
	padding: 45px 0 95px;
	color: #606060;
}

.txt_contact1 {
	margin: 0 0 50px;
	text-align: center;
	line-height: 1.8;
}

.txt_contact1 .small {
	font-size: 12px;
}

.txt_contact1 .small .req,
.form_contact1 dl dt .req {
	color: #e65a24;
}

.wrap_flow_contact {
	max-width: 564px;
	margin: 0 auto 75px;
	padding: 0 0 15px;
	position: relative;
	z-index: 0;
}

.wrap_flow_contact:before {
	content: "";
	width: calc(100% - 4em);
	height: 2px;
	margin: auto;
	background-color: #c1c1c1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.flow_contact1 {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #c1c1c1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flow_contact1 div {
	width: 4em;
	position: relative;
	z-index: 0;
}

.flow_contact1 div:after {
	content: "";
	width: 13px;
	height: 13px;
	margin: auto;
	border: solid 2px #c1c1c1;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -22px;
}

.flow_contact1 div.active {
	color: #244d5d;
}

.flow_contact1 div.active:after {
	border-color: #244d5d;
	background-color: #244d5d;
}

.form_contact1 {
	margin: 0;
	padding: 0;
}

.form_contact1 dl {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form_contact1 dl:last-of-type {
	margin-bottom: 0;
}

.form_contact1 dl.naiyo {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form_contact1 dl dt {
	width: 235px;
	margin: 0;
	padding: 8px 0;
	color: #000;
}

.form_contact1 dl dd {
	width: calc(100% - 235px);
	margin: 0;
	padding: 8px 0;
}

.form_contact1 dl dd input[type="tel"],
.form_contact1 dl dd input[type="text"],
.form_contact1 dl dd textarea {
	width: 100%;
	padding: 7px 12px;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	background-color: #fff;
	border: solid 1px #c1c1c1;
	border-radius: 5px;
	-webkit-appearance: none;
}

.form_contact1 dl.name dd input[type="text"] {
	max-width: 320px;
}

.form_contact1 dl.yubin dd input[type="text"],
.form_contact1 dl.yubin dd input[type="tel"] {
	max-width: 184px;
}

.form_contact1 dl dd textarea {
	height: 11em;
}

.form_contact1 dl dd input::placeholder,
.form_contact1 dl dd textarea::placeholder {
	color: #c1c1c1;
	font-weight: 300;
}

.form_contact1 dl dd input:-ms-input-placeholder,
.form_contact1 dl dd textarea:-ms-input-placeholder {
	color: #c1c1c1;
	font-weight: 300;
}

.form_contact1 dl dd input::-ms-input-placeholder,
.form_contact1 dl dd textarea::-ms-input-placeholder {
	color: #c1c1c1;
	font-weight: 300;
}

.form_contact1 dl dd a {
	color: #606060;
}

.btn_form_contact {
	margin: 55px 0 0 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn_form_contact input {
	width: 220px;
	height: 50px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	background-color: #244d5d;
	border: solid 1px #244d5d;
	cursor: pointer;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-webkit-appearance: none;
}

.btn_form_contact input[name="submitBack"] {
	margin: 0 20px 0 0;
	background-color: #808080;
}

.txt_contact_error {
	margin: 0 0 50px;
	text-align: center;
}

.form_contact1 dl dd .error {
	margin: 2px 0 5px 0;
	color: #d6000e;
	font-size: 15px;
	display: block;
}

.form_contact1 dl dt .conf_none {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.4;
	display: block;
}

.form_contact1 dl dt .conf_none .iblock {
	text-indent: 0;
}

.confirm .conf_none,
.form_contact1 dl dt .conf_none {
	display: none;
}

.confirm .txt_contact1 {
	display: none;
}

.txt_contact_conf {
	margin: 0 0 50px;
	text-align: center;
}

.txt_contact_thanks {
	margin: 0;
	text-align: center;
}

.btn_contact_thanks {
	width: 280px;
	margin: 50px auto 0;
	padding: 12px 0;
	color: #fff;
	font-size: 15px;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	background-color: #244d5d;
	border: solid 1px #244d5d;
	cursor: pointer;
	display: table;
	text-align: center;
	text-decoration: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.btn_contact_thanks span {
	display: table-cell;
	vertical-align: middle;
}

.note_contact {
	margin: 60px 0 0 0;
	padding: 0;
}

.note_contact p {
	margin: 0 0 5px;
}


/* --------------- service / rectah --------------- */

.col_preparation {
	margin: 100px 0 200px 0;
	font-size: 20px;
	text-align: center;
}

.col_submain.service {
	height: 650px;
}

.service .scale_service {
	width: 100%;
	height: 100%;
	transform-origin: top right;
	transform: scale(0.95);
	transition: all 0.5s;
}

.service.loadend .scale_service {
	transform: scale(1);
}

.img_main1 .luxy-el.bg_top1.rectah {
	background-image: url(../img/service/rectah/mainimg1.jpg);
}

.service .ttl_submain {
	margin: auto;
	bottom: calc(50% - 67px + 10px);
}

.col_submain.service .ttl_submain.rectah {
	max-width: 410px;
}

.col_rectah1 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 78px;
	color: #606060;
}

.mds_service1 {
	margin: 0 0 33px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
}

.txt_rectah1 {
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
	line-height: 1.8;
}

.img_rectah1 {
	width: 676px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.aiming_rectah {
	width: 105px;
	position: absolute;
	top: 61px;
	left: 245px;
	transform: translate(38px, -15px);
}

.sc_active .aiming_rectah {
	-webkit-animation: aim_rectah 2.3s ease-in-out 0.3s forwards;
	animation: aim_rectah 2.3s ease-in-out 0.3s forwards;
}

@-webkit-keyframes aim_rectah {
	0% {
		transform: translate(38px, -15px);
	}

	33% {
		transform: translate(-27px, -6px);
	}

	66% {
		transform: translate(8px, 10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes aim_rectah {
	0% {
		transform: translate(38px, -15px);
	}

	33% {
		transform: translate(-27px, -6px);
	}

	66% {
		transform: translate(8px, 10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

.col_rectah2 {
	margin: 0 auto;
	padding: 55px 0 80px;
	color: #606060;
	background-color: #e8e8e8;
}

.inner_rectah2 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}

.img_rectah2 {
	max-width: 710px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.img_rectah2>div {
	width: 20%;
	font-size: 14px;
	line-height: 1.4;
}

.img_rectah2>div img {
	margin: 0 0 3px;
	display: block;
}

.txt_rectah2 {
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
	line-height: 1.8;
}

.col_rectah3 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 65px 0 92px;
	color: #606060;
}

.txt_rectah3 {
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
	line-height: 1.8;
}

.img_rectah3 {
	max-width: 714px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.img_rectah3>div {
	width: 47.9%;
}

.col_rectah4 {
	margin: 0 auto;
	padding: 55px 0 84px;
	color: #606060;
	background-image: url(../img/service/rectah/bg_rectah3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.txt_rectah4 {
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
	line-height: 1.75;
}

.inner_rectah4 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}

.img_rectah4 {
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.img_rectah4>div {
	width: 15.5%;
	color: #000000;
}

.img_rectah4>div img {
	margin: 0 0 5px;
	display: block;
}

.col_rectah5 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 55px 0 60px;
	color: #606060;
}

.col_rectah5 .mds_service1 {
	margin-bottom: 30px;
}

.txt_rectah5 {
	margin: 0 0 55px;
	padding: 0;
	text-align: center;
	line-height: 1.75;
}

.img_rectah5 {
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.img_rectah5>div {
	width: 22%;
}

.img_rectah5>div img {
	margin: 0 0 8px;
	display: block;
}

.img_rectah5 dl {
	margin: 0;
	padding: 0;
}

.img_rectah5 dl dt {
	margin: 0 0 6px;
	padding: 0;
	color: #000;
	font-weight: 450;
}

.img_rectah5 dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.55;
	word-break: break-all;
	word-wrap: break-word;
}

.col_rectah6 {
	margin: 0 auto;
	padding: 60px 0 95px;
	color: #606060;
	background-color: #e8e8e8;
}

.inner_rectah6 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}

.col_rectah6 .mds_service1 {
	margin-bottom: 25px;
}

.name_rectah1 {
	width: 90%;
	max-width: 220px;
	margin: 0 auto 55px;
}

.detail_rectah1 {
	width: 100%;
	margin: 0 0 100px;
	padding: 0 72px 85px 0;
	border-bottom: dashed 1px #bfbfbf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail_rectah1 .left {
	width: calc(100% - 415px);
	padding-right: 50px;
	padding-left: 40px;
}

.detail_rectah1 .left img {
	max-width: 341px;
}

.detail_rectah1 .right {
	width: 415px;
	padding: 0;
}

.mds_rectah1 {
	padding: 0 0 2px 3px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	border-bottom: solid 2px #606060;
}

.mds_rectah1 .option {
	margin-left: 3em;
	font-size: 12px;
	font-weight: 450;
	display: inline-block;
}

dl.list_service1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 450;
	border-bottom: solid 1px #cacaca;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

dl.list_service1.btm {
	margin-bottom: 10px;
}

dl.list_service1 dt {
	width: 170px;
	margin: 0;
	padding: 3px 0 4px 20px;
}

dl.list_service1 dd {
	width: calc(100% - 170px);
	margin: 0;
	padding: 3px 10px 4px 0;
}

.option_rectah1 {
	max-width: 1000px;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

.option_rectah1 .left {
	width: 36.4%;
	max-width: 364px;
}

.option_rectah1 .right {
	width: calc(100% - 36.4%);
	padding-left: 30px;
	padding-right: 150px;
}

.mds_rectah2 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-size: 14px;
	line-height: 1;
	border-bottom: solid 1px #000;
}

.mds_rectah2 img {
	max-width: 340px;
	margin: 0 25px 0 0;
	display: inline-block;
}

.mds_rectah2 .iblock {
	margin-top: 10px;
	line-height: 1.3;
}

.txt_rectah_option1 {
	max-width: 448px;
	line-height: 1.9;
}

.img_rectah_option1 {
	width: 79px;
	position: absolute;
	top: -10px;
	right: 28px;
}

.col_service_link {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 120px 0 80px;
}

.col_service_link .btn_topcontact {
	margin-top: 35px;
}

/* --------------- service / aiai --------------- */
.img_main1 .luxy-el.bg_top1.aiai {
	background-image: url(../img/service/artificial_Intelligence/mainimg1.jpg);
}

.mds_aiai1 .pc_none,
.txt_ai3.aiai1 .pc_none,
.txt_ai4 .pc_none,
.feature_ai1.aiai1 .pc_none,
.feature_ai1.aiai2 .pc_none {
	display: none;
}

.col_ai1.aiai1 {
	padding: 100px 0 110px;
}

.col_ai3.aiai3 {
	padding: 100px 0 120px;
}

.mds_aiai1 {
	max-width: 121px;
	margin: 0 auto 45px;
}

.txt_ai3.aiai1 .img {
	max-width: 892px;
}

.txt_ai3.aiai1 .img img {
	width: 100%;
}

.txt_ai3 .img1 {
	max-width: 482px;
	margin: 20px auto 0;
}

.txt_ai4 {
	margin: 0 0 110px;
	padding: 0;
	text-align: left;
	line-height: 1.8;
}

.box_flex {
	display: flex;
}

.txt_ai4 .left {
	/* max-width: 450px; */
	width: 50%;
	margin: 0 5% 0 0;
}

.txt_ai4 .right {
	max-width: 392px;
}

.txt_ai4 .right img {
	width: 100%;
}

dl.feature_ai1.aiai1,
dl.feature_ai1.aiai2{
	margin: 0 auto 90px;
}

dl.feature_ai1.aiai1 dt,
dl.feature_ai1.aiai2 dt {
	border-bottom: none;
}

.feature_ai1.aiai1 .img {
	max-width: 1000px;
}

.feature_ai1.aiai1 .img img {
	width: 100%;
}

.feature_ai1.aiai2 .box_flex {
	justify-content: space-between;
}

.feature_ai1.aiai2 .left {
	max-width: 420px;
}

/* --------------- service / ai --------------- */



.img_main1 .luxy-el.bg_top1.ai {
	background-image: url(../img/service/ai/mainimg1.jpg);
}

.col_submain.service .ttl_submain.ai {
	width: 410px;
}

.col_submain.service .ttl_submain.ai h1 {
	display: block;
}

.col_submain.service .ttl_submain.ai img {
	max-width: 320px;
	margin-left: 6px;
}

.col_submain.service .ttl_submain.ai .ja {
	width: 100%;
	margin: 16px 0 0 0;
	padding: 8px 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	border-top: solid 1px #7c0e00;
	display: block;
}

.col_ai1 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0 78px;
	color: #606060;
}

.txt_ai1 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.75;
}

.col_ai2 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 78px;
	color: #606060;
	background-color: #e8e8e8;
}

.inner_ai2 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
}

.txt_ai2 {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.75;
}

.col_ai3 {
	width: 100%;
	margin: 0 auto;
	padding: 76px 0 120px;
	color: #fff;
	background-color: #000410;
	background-image: url(../img/service/ai/bg_ai1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.inner_ai3 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
}

.mds_ai1 {
	max-width: 167px;
	margin: 0 auto 45px;
}

.txt_ai3 {
	margin: 0 0 55px;
	padding: 0;
	text-align: left;
	line-height: 1.8;
}

.figure_ai1 {
	max-width: 565px;
	margin: 0 auto 105px;
}

.figure_ai1 h3 {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

.img_ai1 {
	margin: 0 0 16px;
	text-align: center;
}

.img_ai1 .small {
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
}

.img_ai1 img {
	max-width: 105px;
	margin: 0 auto 18px;
}

.img_ai1 .big {
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
}

.img_ai2 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.img_ai2 div {
	width: 164px;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}

.img_ai2 div .network {
	max-width: 104px;
	margin: 0 0 10px;
	display: block;
}

.img_ai2 div.left .network {
	margin-left: 35px;
}

.img_ai2 div.center .network {
	margin-left: auto;
	margin-right: auto;
}

.img_ai2 div.right .network {
	margin-left: 12px;
}

.img_ai2 div .neural {
	width: auto;
	height: 65px;
	margin: 13px auto 0;
}

.fade-in2 {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.fade-in2.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

dl.feature_ai1 {
	width: 100%;
	max-width: 892px;
	margin: 0 auto 60px;
	padding: 0;
	color: #fff;
}

dl.feature_ai1:last-child {
	margin-bottom: 0;
}

dl.feature_ai1 dt {
	margin: 0 0 18px;
	padding: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	border-bottom: solid 1px #1d5067;
	position: relative;
	z-index: 0;
}

dl.feature_ai1 dt:before {
	content: "";
	width: 28px;
	height: 100%;
	background-image: url(../img/service/ai/bg_feature1.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

dl.feature_ai1 dt .bg {
	min-width: 380px;
	margin: 0 0 0 28px;
	padding: 4px 8px 6px 8px;
	background-color: #1d5067;
	display: inline-block;
	position: relative;
	z-index: 0;
}

dl.feature_ai1 dt .bg:after {
	content: "";
	width: 50px;
	height: 100%;
	background-image: url(../img/service/ai/bg_feature2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: -49px;
	z-index: 1;
}

dl.feature_ai1 dd {
	margin: 0;
	padding: 0 10px 0 5px;
	line-height: 1.8;
}






/* --------------- service / safety --------------- */


.img_main1 .luxy-el.bg_top1.safety {
	background-image: url(../img/service/safety/mainimg1.jpg);
}

.col_submain.service .ttl_submain.safety {
	width: 420px;
}

.col_submain.service .ttl_submain.safety h1 {
	display: block;
}

.col_submain.service .ttl_submain.safety img {
	max-width: 414px;
	margin-left: 6px;
}

.col_submain.service .ttl_submain.safety .ja {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 8px 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	border-top: solid 1px #7c0e00;
	display: block;
}

.col_safety1 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0 78px;
	color: #606060;
}

.txt_safety1 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.75;
}

.col_safety2 {
	width: 100%;
	margin: 0 auto;
	padding: 68px 0 35px;
	color: #606060;
	background-color: #e8e8e8;
}

.inner_safety2 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inner_safety2 .left {
	width: 320px;
	margin: 0 0 0 20px;
}

.inner_safety2 .right {
	width: calc(100% - 320px);
	padding-left: 68px;
}

.col_safety2 .mds_service1 {
	text-align: left;
}

.txt_safety2 {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.75;
}

.col_safety3 {
	width: 100%;
	margin: 0 auto;
	padding: 76px 0 135px;
	color: #fff;
	background-color: #000410;
	background-image: url(../img/service/safety/bg_safety1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.inner_safety3 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
}

.mds_safety1 {
	max-width: 216px;
	margin: 0 auto 60px;
}

.figure_safety1 {
	width: 100%;
	max-width: 850px;
	margin: 0 auto 90px;
	padding: 0;
	position: relative;
	z-index: 0;
}

.img_ai_safety1 {
	max-width: 300px;
	margin: 0 auto 0;
	padding: 30px 0 20px;
	position: relative;
	z-index: 0;
}

.img_ai_safety1 .ai {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}

.img_ai_safety1 .db {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.list_safety_ai {
	margin: 0;
	padding: 0;
}

.list_safety_ai dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list_safety_ai dl.left {
	max-width: 254px;
}

.list_safety_ai dl.right {
	max-width: 264px;
}

.list_safety_ai dl dt {
	width: calc(100% - 68px);
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list_safety_ai dl dt .en {
	margin: 0 0 7px;
	font-size: 12px;
	display: block;
}

.list_safety_ai dl dd {
	width: 68px;
	margin: 0;
	padding: 0;
}

.list_safety_ai dl.right dt {
	padding-left: 20px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.list_safety_ai dl.right dd {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.list_safety_ai dl {
	position: absolute;
}

.list_safety_ai dl.left.system1 {
	top: 0;
	left: 10px;
}

.list_safety_ai dl.left.system2 {
	top: 112px;
	left: 10px;
}

.list_safety_ai dl.left.system3 {
	top: 224px;
	left: 10px;
}

.list_safety_ai dl.right.system4 {
	top: 0;
	right: 0;
}

.list_safety_ai dl.right.system5 {
	top: 112px;
	right: 0;
}

.list_safety_ai dl.right.system6 {
	top: 224px;
	right: 0;
}

.box_safety1 {
	max-width: 880px;
	margin: 0 auto 15px;
	padding: 40px 62px 38px 34px;
	color: #fff;
	background-color: rgba(47, 124, 152, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box_safety1:last-child {
	margin-bottom: 0;
}

.icon_safety2 {
	width: 85px;
}

.icon_safety2 img {
	width: 50px;
}

dl.feature_safety1 {
	width: calc(100% - 85px);
	margin: 6px 0 0 0;
	padding: 0;
}

dl.feature_safety1 dt {
	margin: 0 0 12px;
	padding: 0 0 6px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.35;
	border-bottom: solid 1px #2f7c98
}

dl.feature_safety1 dd {
	margin: 0;
	padding: 0 8px 0 0;
	line-height: 1.82;
	font-weight: 400;
}

.wrap_safety_avatar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap_safety_avatar p {
	width: 240px;
	margin: 0;
}

.img_safety_avatar {
	width: calc(100% - 240px);
	padding: 0 0 0 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.img_safety_avatar .left {
	width: 62%;
}

.img_safety_avatar .right {
	width: 38%;
	margin: auto 0 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	line-height: 1.5;
}




/* --------------- service / eyecenter --------------- */



.img_main1 .luxy-el.bg_top1.eyecenter {
	background-image: url(../img/service/eyecenter/mainimg1.jpg);
}

.col_submain.service .ttl_submain.eyecenter {
	width: 470px;
	bottom: calc(50% + 57px);
}

.col_submain.service .ttl_submain.eyecenter h1 {
	display: block;
}

.col_submain.service .ttl_submain.eyecenter img {
	max-width: 454px;
	margin-left: 6px;
}

.col_submain.service .ttl_submain.eyecenter .ja {
	width: 100%;
	margin: 12px 0 0 0;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-shadow: 0px 0px 10px #020429, 0px 0px 10px #020429;
	border-top: solid 1px #007c59;
	display: block;
}

.col_eyecenter1 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0 78px;
	color: #606060;
}

.txt_eyecenter1 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.75;
}

.col_eyecenter2 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 100px;
	color: #fff;
	background-color: #000410;
	background-image: url(../img/service/eyecenter/bg_eyecenter1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.inner_eyecenter2 {
	width: 94%;
	max-width: 892px;
	margin: 0 auto;
}

.col_eyecenter2 .mds_service1 {
	margin-bottom: 22px;
	padding-bottom: 12px;
	border-bottom: solid 1px #2f7c98;
}

.txt_eyecenter2 {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.8;
}

.txt_eyecenter2.eyecenter1 {
	margin-bottom: 100px;
}

.txt_eyecenter2.eyecenter2 {
	margin-bottom: 30px;
}

.txt_eyecenter2.eyecenter3 {
	margin-bottom: 70px;
}

.figure_eyecenter1 {
	width: 100%;
	max-width: 696px;
	height: 500px;
	margin: 0 auto 130px;
	padding: 0;
	position: relative;
	z-index: 0;
}

.img_eyecenter1 {
	max-width: 391px;
	margin: 0 auto 0;
	padding: 100px 0 20px;
	position: relative;
	z-index: 0;
}

.img_eyecenter1 .db {
	width: 100px;
	margin: 4px auto 0;
	text-align: center;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
}

.img_eyecenter1 .db img {
	width: 56px;
	margin: 0 auto;
	display: block;
}

.list_eyecenter1 {
	margin: 0;
	padding: 0;
}

.list_eyecenter1 .item1 {
	margin: 0;
	padding: 0;
	position: absolute;
}

.list_eyecenter1 .item1.surgical {
	top: 0;
	left: 0;
}

.list_eyecenter1 .item1.gairai {
	bottom: 0;
	left: 0;
}

.list_eyecenter1 .item1.doctor {
	top: 0;
	right: 0;
}

.list_eyecenter1 .item1.floor {
	bottom: 0;
	right: 0;
}

.img_eyecenter2 {
	max-width: 173px;
	margin: 0 0 10px;
}

.list_eyecenter1 dl {
	margin: 0 0 0 10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list_eyecenter1 dl dt {
	width: 37px;
	margin: 0;
	padding: 0;
}

.list_eyecenter1 dl dd {
	width: calc(100% - 37px);
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: 400;
	line-height: 1.2;
}

.list_eyecenter1 dl dd .en {
	margin: 0 0 5px;
	font-size: 12px;
	display: block;
}

.list_eyecenter1 dl dd .ja {
	font-size: 17px;
	display: block;
}

.figure_eyecenter2 {
	max-width: 656px;
	height: 428px;
	margin: 0 auto;
	background-image: url(../img/service/eyecenter/img_eyecenter.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.figure_eyecenter2 .safety {
	max-width: 150px;
	margin: 0 60px 0 40px;
}

.figure_eyecenter2 .center {
	max-width: 162px;
	margin: 0 52px 0 0;
}

.figure_eyecenter2 .surgery {
	max-width: 165px;
}




/* --------------- service / surgery --------------- */



.img_main1 .luxy-el.bg_top1.surgery {
	background-image: url(../img/service/surgery/mainimg1.jpg);
}

.col_submain.service .ttl_submain.surgery {
	width: 521px;
	bottom: calc(50% + 57px);
}

.col_submain.service .ttl_submain.surgery h1 {
	display: block;
}

.col_submain.service .ttl_submain.surgery img {
	max-width: 521px;
	margin-left: -10px;
}

.col_submain.service .ttl_submain.surgery .ja {
	width: 100%;
	margin: 2px 0 0 0;
	padding: 4px 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-shadow: 0px 0px 10px #020429, 0px 0px 10px #020429;
	border-top: solid 1px #fff;
	display: block;
}

.col_surgery1 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0 78px;
	color: #606060;
}

.txt_surgery1 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.75;
}

.col_surgery2 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 78px;
	color: #606060;
	background-color: #e8e8e8;
}

.inner_surgery2 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
}

.txt_surgery2 {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.75;
}

.col_surgery3 {
	width: 100%;
	margin: 0 auto;
	padding: 75px 0 100px;
	color: #fff;
	background-color: #000410;
	background-image: url(../img/service/surgery/bg_surgery1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.inner_surgery3 {
	width: 94%;
	max-width: 892px;
	margin: 0 auto;
}

.mds_surgery1 {
	max-width: 248px;
	margin: 0 auto 95px;
}

.col_surgery3 dl.feature_ai1 {
	margin-bottom: 90px;
}

.col_surgery3 dl.feature_ai1:last-child {
	margin-bottom: 0;
}

.img_surgery1 {
	max-width: 720px;
	margin: 42px auto;
}

.img_surgery2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.img_surgery2 .left {
	width: calc(100% - 350px);
	padding-right: 28px;
}

.img_surgery2 .right {
	width: 350px;
}


/* --------------- privacy --------------- */


.img_main1 .luxy-el.bg_top1.privacy {
	background-image: url(../img/privacy/mainimg1.jpg);
}

.col_privacy1 {
	width: 94%;
	max-width: 913px;
	margin: 0 auto;
	padding: 50px 0 140px;
	color: #606060;
}

dl.list_privacy1 {
	margin: 0 0 65px;
	padding: 0;
}

dl.list_privacy1:last-of-type {
	margin-bottom: 0;
}

dl.list_privacy1 dt {
	margin: 0 0 22px;
	padding: 0;
	font-size: 24px;
	line-height: 1.45;
	font-weight: 500;
	color: #2f7c8e;
}

dl.list_privacy1 dd {
	margin: 0;
	padding: 0;
	line-height: 2;
}

dl.list_privacy1 dd ol {
	margin: 0;
	padding: 12px 0;
	list-style-type: none;
}

dl.list_privacy1 dd ol li {
	margin: 0 0 14px;
	padding: 0 0 0 1.05em;
	text-indent: -1.05em;
	line-height: 1.7;
}

dl.list_privacy1 dd ol li:last-child {
	margin-bottom: 0;
}

.box_privacy1 {
	min-width: 660px;
	margin: 60px 0 0 0;
	padding: 12px 25px;
	border: solid 1px #c2c2c2;
	display: inline-block;
}


/* --------------- team --------------- */


.img_main1 .luxy-el.bg_top1.team {
	background-image: url(../img/team/mainimg1.jpg);
}

.col_team1 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 150px 0 190px;
	color: #606060;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link_team1 {
	width: 30.15%;
	color: #000;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

.link_team1:first-child {
	top: -55px;
}

.link_team1:last-child {
	bottom: -55px;
}

.link_team1 dl {
	margin: 0;
	padding: 0;
}

.link_team1 dl dt {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.link_team1 dl dt img {
	transform: scale(1.05);
	-webkit-transition: opacity .2s, transform .5s;
	-moz-transition: opacity .2s, transform .5s;
	-ms-transition: opacity .2s, transform .5s;
	transition: opacity .2s, transform .5s;
}

.link_team1 dl dd {
	margin: 0 0 0 17%;
	padding: 66px 0 0 25px;
	position: relative;
	z-index: 0;
	top: -25px;
}

.link_team1 dl dd:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #244d5d;
	position: absolute;
	bottom: 0;
	left: 0;
}

.link_team1 dl dd .position {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
}

.link_team1 dl dd .name_ja {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.4em;
}

.link_team1 dl dd .name_en {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
}


/* --------------- team / detail --------------- */

.col_submain.team_d {
	height: 498px;
	margin-top: 72px;
}

.img_main1 .luxy-el.bg_top1.team.tabuchi {
	background-image: url(../img/team/mainimg_tabichi.jpg);
}

.img_main1 .luxy-el.bg_top1.team.masumoto {
	background-image: url(../img/team/mainimg_masumoto.jpg);
}

.img_main1 .luxy-el.bg_top1.team.enno {
	background-image: url(../img/team/mainimg_enno.jpg);
}

.col_submain.team_d .ttl_submain {
	color: #000;
	left: 8.5%;
	bottom: 38px;
}

.col_submain.team_d .ttl_submain.bg {
	padding: 13px 14px 10px 0;
	background-color: rgba(255, 255, 255, 1);
}

.col_submain.team_d .team_position {
	margin-bottom: 14px;
	font-weight: 400;
}

.col_submain.team_d .ttl_submain h1 {
	margin-bottom: 12px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.3;
	transform: translateY(0);
}

.col_submain.team_d .team_name_en {
	font-weight: 400;
}

.col_team_d1 {
	width: 94%;
	max-width: 930px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

.list_team_d {
	margin: 0 0 50px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.list_team_d:last-of-type {
	margin-bottom: 0;
}

.list_team_d .left {
	width: 185px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}

.list_team_d .right {
	width: calc(100% - 185px);
	padding-left: 55px;
	line-height: 2;
	word-break: break-all;
	word-wrap: break-word;
	border-left: solid 1px #000;
}

dl.list_team_d1 {
	margin: 0 0 28px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

dl.list_team_d1:last-child {
	margin-bottom: 0;
}

dl.list_team_d1 dt {
	width: 100px;
	margin: 0;
	padding: 0;
}

dl.list_team_d1 dd {
	width: calc(100% - 100px);
	margin: 0;
	padding: 0;
}

.col_team_d2 {
	width: 94%;
	max-width: 930px;
	margin: 0 auto;
	padding: 50px 0 80px;
}

.mds_top1.team_d2 {
	margin: 0 0 85px;
	text-align: center;
}

.link_team_d {
	width: 100%;
	max-width: 716px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link_team_d .link_team1 {
	width: 46.6%;
}

.link_team_d .link_team1:first-child,
.link_team_d .link_team1:last-child {
	top: 0;
	bottom: 0;
}

.link_team_d .link_team1 dd {
	margin-left: 9%;
	top: -35px;
}


/* --------------- philosophy --------------- */

.img_main1 .luxy-el.bg_top1.philosophy {
	background-image: url(../img/philosophy/mainimg1.jpg);
}

.col_phil1 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 65px 0 120px;
}

ul.nav_phil1 {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.nav_phil1 li {
	margin: 0 58px 0 0;
	padding: 0;
}

ul.nav_phil1 li:last-child {
	margin-right: 0;
}

ul.nav_phil1 li a {
	padding: 0 0 0 30px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

ul.nav_phil1 li a:before {
	content: "";
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0 0 0 0;
	border-left: solid 1px #606060;
	border-top: solid 1px #606060;
	transform: rotate(225deg) translateX(0) translateY(0);
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.col_phil2 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 130px;
}

.wrap_phil1 {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap_phil1.left {
	margin-bottom: 155px;
}

.img_phil1 {
	width: 50%;
}

.subcol_phil1 {
	width: 50%;
}

.mds_top1.phil1 {
	margin-bottom: 42px;
}

dl.txt_phil1 {
	margin: 0;
	padding: 0;
	line-height: 2;
}

dl.txt_phil1 dt {
	margin: 0 0 25px;
	padding: 0;
	color: #244d5d;
	font-size: 24px;
	letter-spacing: 0.2em;
}

dl.txt_phil1 dd {
	margin: 0;
	padding: 0;
	color: #606060;
}

.wrap_phil1.left .mds_top1.phil1,
.wrap_phil1.left dl.txt_phil1 {
	max-width: 515px;
	padding-left: 50px;
}

.wrap_phil1.right {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 10
}

.wrap_phil1.right .mds_top1.phil1,
.wrap_phil1.right dl.txt_phil1 {
	max-width: 515px;
	padding-right: 50px;
	margin-left: auto;
}

.wrap_phil1.right .img_phil1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.col_phil3 {
	margin: 0;
	padding: 70px 0 70px;
	background-color: #010006;
	background-image: url(../img/philosophy/bg_phil1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.inner_phil3 {
	width: 94%;
	max-width: 914px;
	margin: 0 auto;
	padding: 0;
}

.mds_top1.phil3 {
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
}

.deco_phil_flash {
	height: 126px;
	margin-bottom: 55px;
	position: relative;
	z-index: 0;
}

.hide_line_phil {
	width: 0%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../img/philosophy/line_deco1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 901px auto;
}

.sc_active .hide_line_phil {
	-webkit-animation: Phil_line 1.3s ease-in-out forwards;
	animation: Phil_line 1.3s ease-in-out forwards;
}

@-webkit-keyframes Phil_line {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes Phil_line {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.deco_phil_flash .flash_phil {
	width: 111px;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.wrap_phil_values {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrap_phil_values dl {
	width: 29%;
	margin: 0;
	padding: 0;
}

.wrap_phil_values dl dt {
	margin: 0 0 23px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

.wrap_phil_values dl dt .ja {
	margin: 13px 0 0 0;
	color: #4394b9;
	font-size: 24px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display: block;
}

.wrap_phil_values dl dd {
	margin: 0;
	padding: 0;
	color: #959595;
	line-height: 2;
}

.col_phil4 {
	margin: 0;
	padding: 105px 0 100px;
	border-bottom: solid 1px #d5d5d5;
	background-image: url(../img/philosophy/deco2.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.inner_phil4 {
	width: 94%;
	max-width: 914px;
	margin: 0 auto;
	padding: 0;
}

.mds_top1.phil4 {
	margin-bottom: 75px;
	text-align: center;
}

.logo_phil1 {
	max-width: 304px;
	margin: 0 auto 110px;
}

.col_phil4 .wrap_phil_values dl dt {
	margin: 0 0 22px;
	font-size: 22px;
	color: #244d5d;
	font-weight: 600;
}

.col_phil4 .wrap_phil_values dl dd {
	color: #606060;
}

.col_phil5 {
	margin: 0;
	padding: 82px 0 100px;
}

.inner_phil5 {
	width: 94%;
	max-width: 914px;
	margin: 0 auto;
	padding: 0;
}

.mds_top1.phil5 {
	margin-bottom: 35px;
	text-align: center;
}

dl.lead_phil_video {
	margin: 0 0 50px;
	padding: 0;
	color: #606060;
	text-align: center;
}

dl.lead_phil_video dt {
	margin: 0 0 22px;
	padding: 0;
	line-height: 1.5;
}

dl.lead_phil_video dt .en {
	font-size: 25px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	display: block;
}

dl.lead_phil_video dt .ja {
	padding: 0 95px;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	display: inline-block;
	position: relative;
	z-index: 0;
}

dl.lead_phil_video dt .ja:before,
dl.lead_phil_video dt .ja:after {
	content: "";
	width: 74px;
	height: 1px;
	background-color: #606060;
	position: absolute;
	top: 50%;
}

dl.lead_phil_video dt .ja:before {
	left: 0;
}

dl.lead_phil_video dt .ja:after {
	right: 0;
}

dl.lead_phil_video dd {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

dl.lead_phil_video dd .cast {
	margin-bottom: 10px;
}

dl.lead_phil_video dd .name {
	margin: 0 0 0 18px;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.4em;
	vertical-align: text-bottom;
}

.video_phil1 {
	max-width: 914px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.video_phil1 video {
	vertical-align: bottom;
	position: relative;
	z-index: 0;
}

.video_phil1 .video-btn {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	position: absolute;
}

.video_phil1.finished .video-btn {
	position: absolute;
}

.video_phil1 .video-btn,
.video_phil1.finished .video-btn:after {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background-image: url(../img/philosophy/btn_play.png);
	background-repeat: no-repeat;
	background-size: 75px auto;
	background-position: center center;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}



/* --------------- service / deepformula --------------- */

.img_main1 .luxy-el.bg_top1.formula {
	background-image: url(../img/service/formula/mainimg1.jpg);
}

.col_submain.service .ttl_submain.formula {
	width: 492px;
	bottom: calc(50% - 65px);
}

.col_submain.service .ttl_submain.formula img {
	max-width: 487px;
	margin-left: 6px;
}

.col_submain.service .ttl_submain.formula .ja {
	width: 100%;
	margin: 12px 0 0 0;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-shadow: 0px 0px 10px #7c007a, 0px 0px 10px #7c007a;
	border-top: solid 1px #7c007a;
	display: block;
}

.bg_formula {
	width: 100%;
	margin: 0 auto;
	padding: 55px 0 80px;
	color: #606060;
	background-color: #e8e8e8;
}

.col_formula1 {
	width: 94%;
	max-width: 892px;
	margin: 0 auto;
}

.col_formula1 p {
	margin: 0 0 6%;
	text-align: left;
}

ul.img_formula1 {
	width: 100%;
	max-width: 758px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

ul.img_formula1 li {
	width: 47.16%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
}

ul.img_formula1 li .img {
	margin: 0;
	padding: 2px 0;
}

.mds_formula1 {
	width: 54.6%;
	max-width: 255px;
	margin: 0 auto 8%;
	padding: 0;
}

.submds_formula {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	border-bottom: solid 1px #2f7c98;
	box-sizing: border-box;
}

.submds_formula .inner {
	margin: 0;
	padding: 5px 4%;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.submds_formula .inner:before {
	content: "";
	width: calc(100% - 30px);
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #2f7c98;
	transform: skewX(-30deg);
	position: absolute;
	top: 0;
	left: 14px;
	z-index: -1;
}

.submds_formula .inner:after {
	content: "";
	width: 10px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #2f7c98;
	transform: skewX(-30deg);
	position: absolute;
	top: 0;
	left: calc(100% - 5px);
	z-index: -1;
}

ul.img_formula2 {
	width: 94%;
	max-width: 710px;
	margin: 0 auto;
	padding: 0 0 7%;
	font-size: 12px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

ul.img_formula2 li {
	width: 49.4%;
	margin: 0;
	padding: 0;
}

ul.img_formula2 li+li {
	width: 47.6%;
}

ul.img_formula2 .img {
	margin: 0 0 3px;
	padding: 0;
}

.txt_eyecenter2.formula1 {
	margin-bottom: 0px;
}

.img_formula3 {
	width: 43%;
	max-width: 330px;
	margin: 0 0 10px 25px;
	padding: 0 15px;
	box-sizing: border-box;
	float: right;
}



/* --------------- service / Think! Net. --------------- */

.img_main1 .luxy-el.bg_top1.thinknet {
	background-image: url(../img/service/ec/mainimg1.jpg);
}

.col_submain.service .ttl_submain.thinknet {
	width: 364px;
	bottom: calc(50% - 65px);
}

.col_submain.service .ttl_submain.thinknet img {
	max-width: 487px;
	margin-left: 6px;
}

.col_submain.service .ttl_submain.thinknet .ja {
	width: 100%;
	margin: 12px 0 0 0;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-shadow: 0px 0px 10px #7c6e00, 0px 0px 10px #7c6e00;
	border-top: solid 1px #7c6e00;
	display: block;
}

.bg_lead_thinknet {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 40px;
	color: #606060;
	background-color: #e8e8e8;
}

.col_lead_thinknet1 {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.img_thinknet1 {
	width: 58.08%;
	max-width: 697px;
	margin: 0 0 15px 15px;
	float: right;
}

.col_eyecenter2.thinknet {
	padding: 80px 0;
}

.mds_thinknet1 {
	width: 190px;
	margin: 0 auto 8%;
	padding: 0;
}

.txt_eyecenter2.thinknet1 {
	margin-bottom: 30px;
}

.img_thinknet1 {
	width: 44.28%;
	max-width: 395px;
	margin: 0 0 10px 15px;
	padding: 0;
	float: right;
}

.img_thinknet2 {
	max-width: 756px;
	margin: 0 auto 80px;
	padding: 0;
}



/* --------------- service / supplement --------------- */

.img_main1 .luxy-el.bg_top1.supplement {
	background-image: url(../img/service/supplement/mainimg.jpg);
}

.col_submain.service .ttl_submain.supplement {
	width: 411px;
	bottom: calc(50% - 98px);
}

.lead_supplement1 {
	margin: 0 0 15px;
	padding: 0;
	color: #231815;
	text-align: center;
}

.col_eyecenter1.supplement .mds_service1 {
	margin: 0 0 23px;
	padding: 0 0 15px;
	border-bottom: solid 1px #aaa;
}

ul.list_supplement1 {
	width: 100%;
	max-width: 960px;
	margin: 70px auto 0;
	padding: 0;
	display: flex;
}

ul.list_supplement1 li {
	width: calc(100% / 3);
	margin: 0;
	padding: 8px 2% 0;
	border-right: solid 1px #888;
	box-sizing: border-box;
}

ul.list_supplement1 li:last-child {
	border-right: none;
}

ul.list_supplement1 li .lead {
	margin: 0 0 15px;
	padding: 0;
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}


ul.list_supplement1 li .img {
	width: 80%;
	margin: 0 auto 20px;
	padding: 0;
}

ul.list_supplement1 li .txt {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.2;
}

ul.list_supplement1 li .txt img {
	margin: 7px 0 30px;
	padding: 0;
	max-width: 215px;
}

ul.list_supplement1 li .txt a {
	width: 90%;
	max-width: 162px;
	margin: 0 auto;
	padding: 1em 0.5em;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(117deg, #003659, #000006);
	background: -moz-linear-gradient(-63deg, #003659, #000006);
	background: -webkit-linear-gradient(-63deg, #003659, #000006);
	box-sizing: border-box;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	display: block;
}

.bg_supplement1 {
	margin: 0;
	padding: 0;
	background-color: #f2f6f9;
}

.mds_supplement {
	width: 100%;
	height: 535px;
	margin: 0;
	padding: 0;
}

.bg_supplement1 .mds_supplement {
	background-image: url(../img/service/supplement/bg_supplement1.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.mds_supplement .mds {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 0 0;
	font-size: 30px;
	font-weight: 600;
}

.mds_supplement .mds img {
	margin: 45px 0 0;
}

.bg_supplement1 .mds_supplement .mds img {
	max-width: 253px;
}

.col_supplement {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 0;
}

.col_supplement dl.lead {
	margin: 0 0 60px;
	padding: 0;
	color: #666;
}

.col_supplement dl.lead dt {
	margin: 0 0 13px;
	padding: 0 0 7px;
	font-size: 30px;
	text-align: center;
	border-bottom: solid 1px #888;
}

.col_supplement dl.lead dd {
	margin: 0;
	padding: 0;
	text-align: center;
}

.cont_supplement {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_supplement .left {
	width: 504px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.cont_supplement .left .img {
	width: calc(100% - 250px);
	margin: 0;
	padding: 0;
}

.cont_supplement .left .txt_component_supplement {
	width: 225px;
	margin: 0;
	padding: 0;
}

.txt_component_supplement dl {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	color: #666;
}

.txt_component_supplement dl dt {
	margin: 0;
	padding: 0 5px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px #888;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.txt_component_supplement dl dt .volume {
	color: #000;
	font-size: 17px;
}

.txt_component_supplement dl dt .volume .num {
	font-size: 60px;
	line-height: 1;
}

.txt_component_supplement dl dt .volume sup {
	font-size: 12px;
}

.txt_component_supplement dl dd {
	margin: 0;
	padding: 5px 5px 0;
	font-size: 12px;
	line-height: 1.5;
}

.txt_component_supplement .note {
	color: #000;
	font-size: 11px;
}

.txt_component_supplement .other {
	margin: 10px 0 0;
	padding: 0;
	color: #000;
	font-size: 20px;
	line-height: 1.2;
}

.cont_supplement .right {
	width: calc(98% - 504px);
	margin: 0;
	padding: 0;
}

dl.list_component_supplement {
	width: 100%;
	margin: 0;
	padding: 4px 0;
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	border-bottom: solid 1px #888;
	display: flex;
}

dl.list_component_supplement:first-child {
	border-top: solid 3px #888;
}

dl.list_component_supplement dt {
	width: 100px;
	margin: 0;
	padding: 0 3px;
	box-sizing: border-box;
}

dl.list_component_supplement dt .note {
	margin-top: 8px;
	font-size: 12px;
}

dl.list_component_supplement dd {
	width: calc(100% - 100px);
	margin: 0;
	padding: 0;
}

dl.list_component_supplement dd ul.nutrition {
	width: 100%;
	height: 126px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

dl.list_component_supplement dd ul.nutrition li {
	width: 50%;
	margin: 0;
	padding: 2px 5px;
	border-bottom: solid 1px #888;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

dl.list_component_supplement dd ul.nutrition li:nth-child(6) {
	border-bottom: none;
}

dl.list_component_supplement dd .seller {
	margin: 0 0 10px;
	padding: 0;
}

dl.list_component_supplement dd .seller:last-child {
	margin-bottom: 0;
}

.box_attention_supplement {
	margin: 0 auto;
	padding: 7px;
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	border: solid 1px #888;
}

.bg_supplement2 {
	margin: 0;
	padding: 0;
	background-color: #fdf4f1;
}

.bg_supplement2 .mds_supplement {
	background-image: url(../img/service/supplement/bg_supplement2.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.bg_supplement2 .mds_supplement .mds img {
	max-width: 402px;
}

.bg_supplement2 .cont_supplement .left .txt_component_supplement {
	width: 240px;
}

.bg_supplement2 .txt_component_supplement dl dt {
	padding: 0 0 8px;
	color: #000;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	align-items: center;
	justify-content: center;
}

.bg_supplement2 .txt_component_supplement dl dt>div {
	width: calc((100% - 46px)/2);
	text-align: center;
}

.bg_supplement2 .txt_component_supplement dl dt .plus {
	width: 30px;
	margin: 0 8px;
	font-size: 24px;
}

.bg_supplement2 .txt_component_supplement .note {
	color: #666;
}

.bg_supplement2 dl.list_component_supplement dd ul.nutrition {
	height: unset;
}

.bg_supplement2 dl.list_component_supplement dd ul.nutrition li {
	width: 100%;
}

.bg_supplement2 dl.list_component_supplement dd ul.nutrition li:last-child {
	border-bottom: none;
}

.bg_supplement3 {
	margin: 0 0 70px;
	padding: 0;
	background-color: #f2f7f4;
}

.bg_supplement3 .mds_supplement {
	background-image: url(../img/service/supplement/bg_supplement3.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.bg_supplement3 .mds_supplement .mds img {
	max-width: 390px;
}

.bg_supplement3 .txt_component_supplement dl dt {
	padding: 0 5px 8px;
	line-height: 1;
	flex-wrap: wrap;
}

.bg_supplement3 .txt_component_supplement dl dt .volume {
	width: 100%;
	text-align: right;
}

.bg_supplement3 dl.list_component_supplement dd ul.nutrition {
	height: unset;
}

.bg_supplement3 dl.list_component_supplement dd ul.nutrition li {
	width: 100%;
}

.bg_supplement3 dl.list_component_supplement dd ul.nutrition li:last-child {
	border-bottom: none;
}

.box_regular_supplement {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	border: solid 1px #555;
	box-sizing: border-box;
}

.box_regular_supplement .mds {
	margin: 0;
	padding: 0.35em;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	background-color: #000;
}

.box_regular_supplement .cont {
	margin: 0;
	padding: 40px 2% 60px;
	color: #666;
}

.box_regular_supplement .cont .lead {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}

dl.list_merit_regular {
	margin: 0 auto 50px;
	padding: 0;
	color: #000;
}

dl.list_merit_regular dt {
	margin: 0 0 20px;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

dl.list_merit_regular dd {
	margin: 0;
	padding: 0;
}

dl.list_merit_regular dd ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

dl.list_merit_regular dd ul li {
	width: 190px;
	height: 190px;
	margin: 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background-color: #e1dedd;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_item_supplement {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
}

.col_item_supplement .item {
	width: 48%;
	max-width: 250px;
	margin: 0;
	padding: 0;
}

.col_item_supplement .item:first-child {
	margin-right: 4%;
}

.col_item_supplement .item .img {
	margin: 0 0 10px;
	padding: 0;
}

.col_item_supplement .item dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.col_item_supplement .item dl dt {
	margin: 0;
	padding: 0 0 4px;
	text-align: center;
	border-bottom: solid 1px #888;
}

.col_item_supplement .item dl dd {
	margin: 0;
	padding: 5px 0 0;
	font-size: 12px;
}