@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	text-align: left;
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	line-height: 2.15;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.25rem;
	background: #fff;
	caret-color: transparent;
}

body.form_complete {
	min-heihgt: 100vh;
	background: #ecf2f2;
}

/* ▼CONTAINER CONTROL▼ */
.base_box {
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

.base_box.mid_large { width:1500px; }
.base_box.large { width:1600px; }
.base_box.ex_large { width:1800px; }

@media screen and (max-width: 1920px){

	.base_box.ex_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width: 1720px){

	.base_box.large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width: 1620px){

	.base_box.mid_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width: 1520px){

	.base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

.base_content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.pc_disp { display:block; }
.sp_disp { display:none; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.5rem;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 500;
}

/* ▼LINK▼ */
a {
	color: #2fcaae;
	text-decoration: none;
	outline: none;
	transition: .3s;
}

a:hover {
	text-decoration: none;
}

a.normal_link {
	font-weight: 700;
	color: #2fcaae;
	text-decoration: underline;
}

a.normal_link:hover { text-decoration:none; opacity:0.7; }

a.txt_link {
	display: inline-block;
	position: relative;
	color: #2fcaae;
}

a.txt_link::before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #2fcaae;
}

a.txt_link:hover { opacity:0.7; }

a.icon_link { margin:0 3px; }

a::before, a::after, button::before, button::after {
	content: '';
	position: absolute;
	transition: .3s;
}

.hover_light a:hover, a.hover_light:hover, .modal_switch.hover_light:hover, .hover_light button:hover, .hover_light .modal_switch:hover,
.hover_light a:hover::before, a.hover_light:hover::before, .modal_switch.hover_light:hover::before,
.hover_light a:hover::after, a.hover_light:hover::after, .modal_switch.hover_light:hover::after {
	opacity: 0.7;
}

/* ▼IMG▼ */
img, input[type="image"] {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

button, input[type="submit"] {
	padding: 0;
	vertical-align: middle;
	font-family: "Noto Sans JP", sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: .3s;
}

.hover_zoom a .img { overflow:hidden; }

.hover_zoom a:hover .img_frame {
	transform: scale(1.1);
}

/*
HEADER
***************************************************************************/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 25px;
	z-index: 50;
}

header .base_box {
	display: flex;
	align-items: center;
}

header .logo {
	width: 240px;
}

header .logo img { width:100%; }

.hnavi_list {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 600px);
	padding-right: 40px;
}

.hnavi_list li a {
	display: block;
	padding: 0 40px;
	color: #000;
	font-weight: 700;
	line-height: 70px;
}

.hnavi_list li a:hover { color:#2fcaae; }

header .btn {
	width: 360px;
}

header .btn02 {
	padding-right: 25px;
}

.btn_gnavi, #gnavi {
	display: none;
}

@media screen and (max-width: 1640px){

	.hnavi_list { padding-right:30px; }
	.hnavi_list li a { padding:0 20px; }

}

@media screen and (max-width: 1520px){

	header .logo { width:200px; }
	.hnavi_list { width: calc(100% - 560px); }

}

/*
CONTENTS
***************************************************************************/
#contents {
	position: relative;
	z-index: 1;
}

#contents::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: #ecf2f2;
	z-index: 0;
}

#contents.top::before { display:none; }

#contents .contents_inner {
	position: relative;
	background: #fff;
	border-radius: 100px;
}

#contents .contents_inner > .tel_box {
	position: absolute;
	top: -110px;
	right: 100px;
	z-index: 10;
}

@media screen and (max-width: 1640px){

	#contents .contents_inner > .tel_box { right:60px; }

}

/* ▼PAGE TITLE▼ */
#page_title {
	position: relative;
	width: 100vw;
	height: 650px;
	background: #ecf2f2 url(../common_img/pc/ptitle_bg.png) center top / cover no-repeat;
}

#page_title .base_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 650px;
}

#page_title .eng_title {
	margin-bottom: 10px;
}

#page_title .title {
	font-size: 5.6rem;
}

#page_title .article_date {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 900;
	color: #2fcaae;
	font-family: "Source Code Pro", monospace;
	letter-spacing: -0.05rem;
}

#page_title .article_title {
	font-size: 4rem;
	line-height: 1.45;
}

/* ▼PAGE NAVI▼ */
.pnavi {
	padding: 20px 0;
	background: #151d1c;
	border-bottom: solid 1px #2e3736;
}

.pnavi ul {
	display: flex;
	flex-wrap: wrap;
}

.pnavi li {
	position: relative;
	margin-right: 15px;
	padding-right: 20px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #63706e;
	letter-spacing: 0.15rem;
}

.pnavi li a { color:#808c8a; text-decoration:underline; }
.pnavi li a:hover { text-decoration:none; }

.pnavi li::after {
	content: '＞';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.pnavi li:last-child::after { display:none; }

/* ▼PAGE LIST▼ */
.page_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_list li a,
.page_list li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	font-size: 2rem;
	font-weight: 500;
	color: #000;
	font-family: "Lexend Deca", sans-serif;
}

.page_list li a:hover { color:#2fcaae; }

.page_list li .current::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 30px;
	height: 4px;
	background: #2fcaae;
	border-radius: 360px;
	transform: translateX(-50%);
}

.page_list li.prev a, .page_list li.next a {
	width: 120px;
	font-weight: 900;
	font-family: "Source Code Pro", monospace;
	letter-spacing: 0.05rem;
}

.page_list li.prev a {
	margin: 0 40px 0 0;
	padding-left: 60px;
}

.page_list li.next a {
	margin: 0 0 0 40px;
	padding-right: 60px;
	text-align: right;
}

.page_list li.prev a::after, .page_list li.next a::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #000;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .3s;
}

.page_list li.prev a::after { left:0; transform:translateY(-50%) rotate(-180deg); }
.page_list li.next a::after { right:0; }

.page_list li.prev a:hover::after, .page_list li.next a:hover::after { background-color:#2fcaae; }

/* ▼TEL▼ */
.tel_box {
	position: relative;
	width: 780px;
	padding: 40px 40px 25px;
	color: #fff;
	background-image: linear-gradient(270deg, #2167db, #2fcaae);
	border-radius: 50px;
	box-shadow: 0 0 40px 10px rgba(47,202,174,0.2);
}

.tel_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../common_img/bg_dot.png) left top / 8px repeat;
	border-radius: 50px;
}

.tel_box .head {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 240px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 48px;
	background: #000;
	border-radius: 360px;
	transform: translateX(-50%);
	z-index: 5;
}

.tel_box dl {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
	z-index: 5;
}

.tel_box dt {
	width: 150px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.45;
}

.tel_box dd {
	width: calc(100% - 150px);
	text-align: center;
	font-size: 8.4rem;
	font-weight: 300;
	line-height: 1;
	font-family: "Lexend Deca", sans-serif;
	letter-spacing: 0.1rem;
}

.tel_box ul {
	position: relative;
	text-align: center;
	padding-top: 15px;
	font-size: 1.8rem;
	z-index: 5;
}

.tel_box li {
	display: inline-block;
	margin: 0 15px;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	padding: 160px 0 70px;
	background: url(../images/pc/topimg_bg.jpg) center bottom / cover no-repeat;
}

#topimg .base_box {
	padding-top: 240px;
	background: url(../images/pc/topimg_word.png) left top no-repeat;
}

#topimg .inner {
	width: 800px;
}

#topimg .txt {
	margin: 10px 0 50px;
	line-height: 1.65;
	letter-spacing: 0.5rem;
}

#topimg .btn_scroll {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	animation: rotateAnimation 10s linear infinite;
}

@keyframes rotateAnimation{
	from { transform:rotate(0deg); }
	to { transform:rotate(360deg); }
}

/* ▼OVERVIEW▼ */
.top_overview {
	margin-bottom: 120px;
	padding-top: 110px;
	background: url(../images/pc/overview_bg.jpg) center top / cover no-repeat;
}

.top_overview .base_box {
	padding: 100px 0 60px;
	background: url(../images/pc/overview_word.png) left top no-repeat;
}

.top_overview .img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 750px;
	aspect-ratio: 5 / 4;
}

.top_overview .img img { width:100%; }

.top_overview .content {
	width: 700px;
	margin: 0 50px 0 calc(100% - 700px);
}

.top_overview .txt {
	margin-bottom: 90px;
}

.top_overview .btn {
	position: relative;
}

.top_overview .btn .head {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 400px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	line-height: 48px;
	background: #000;
	border-radius: 360px;
	transform: translateX(-50%);
	z-index: 5;
}

.top_overview .btn .btn01 {
	flex-direction: column;
	height: 160px;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.3rem;
}

.top_overview .btn .btn01 > .cover {
	padding-top: 40px;
}

.top_overview .btn .sub {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
}

@media screen and (max-width: 1720px){

	.top_overview .img { width:46.875%; }

}

/* ▼PERFORMANCE▼ */
.top_performance {
	padding: 160px 0 270px;
	font-weight: 400;
	color: #fff;
	background: url(../images/pc/performance_bg.jpg) center top / cover no-repeat;
}

.top_performance .base_box {
	padding-top: 100px;
	background: url(../images/pc/performance_word.png) center top / 100% no-repeat;
}

.top_performance .eng_title {
	color: #fff;
}

.top_performance .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
}

.top_performance .list li {
	width: calc((100% - 190px) / 3);
}

.top_performance .list li img { width:100%; }

.top_performance .note_list > li {
	font-size: 1.5rem;
	color: #fff;
}

@media screen and (max-width: 1620px){

	.top_performance .list li { width:calc((100% - 90px) / 3); }

}

/* ▼VALUE▼ */
.top_value {
	padding-top: 110px;
}

.top_value .title_box {
	padding-bottom: 35px;
	background: url(../images/pc/value_word.png) right top no-repeat;
}

.top_value .sec_inner {
	position: relative;
}

.top_value .sec_inner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #ecf2f2;
}

.top_value .box {
	position: relative;
	padding: 110px;
	background: #ecf2f2;
	border-radius: 100px;
}

.top_value .box:nth-child(2n) { background:#fff; }

.top_value .box .img {
	position: absolute;
	top: 50%;
	width: 580px;
	aspect-ratio: 1 / 1;
	margin-top: -30px;
	transform: translateY(-50%);
	z-index: 10;
}

.top_value .box:nth-child(2n+1) .img { right:110px; }
.top_value .box:nth-child(2n) .img { left:110px; }

.top_value .box .img img { width:100%; }

.top_value .box .content {
	width: 700px;
	line-height: 2;
}

.top_value .box:nth-child(2n) .content {
	margin-left: calc(100% - 700px);
}

.top_value .box .title {
	margin-bottom: 35px;
	font-size: 3.6rem;
	font-weight: 600;
}

@media screen and (max-width: 1720px){

	.top_value .box { padding:110px 80px; }
	.top_value .box .img { width:40%; }
	.top_value .box:nth-child(2n+1) .img { right:80px; }
	.top_value .box:nth-child(2n) .img { left:80px; }

}

@media screen and (max-width: 1620px){

	.top_value .box { padding:90px 60px; }
	.top_value .box .img { width:35%; }
	.top_value .box:nth-child(2n+1) .img { right:60px; }
	.top_value .box:nth-child(2n) .img { left:60px; }

}

/* ▼EFFECT▼ */
.top_effect {
	padding-top: 230px;
	background: url(../images/pc/effect_bg.jpg) center top no-repeat;
}

.top_effect .title_box {
	padding-bottom: 65px;
	background: url(../images/pc/effect_word.png) center 160px / 100% no-repeat;
}

.top_effect .sec_inner {
	position: relative;
	z-index: 10;
}

.top_effect .box.before {
	position: relative;
}

.top_effect .box.before::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background: #2fcaae;
	z-index: 0;
}

.top_effect .box.after {
	padding: 150px 0;
	background: #2fcaae;
}

.top_effect .box.before .box_inner {
	position: relative;
	padding: 60px 150px 150px;
	background: #ecf2f2;
	border-radius: 100px;
}

.top_effect .box.before .box_inner::before {
	content: '';
	position: absolute;
	top: -280px;
	right: 180px;
	width: 320px;
	height: 440px;
	background: url(../images/pc/effect_parts.png) no-repeat;
}

.top_effect .box.before .box_inner::after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: 300px;
	height: 100px;
	background: url(../common_img/down_gray.png) no-repeat;
	transform: translateX(-50%);
	z-index: 5;
}

.top_effect .box .head {
	position: relative;
	width: 220px;
	margin: 0 auto 45px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 68px;
	font-family: "Source Code Pro", monospace;
	letter-spacing: 0;
	background: #000;
	border-radius: 360px;
}

.top_effect .box .head::after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 16px;
	height: 16px;
	background: #000;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	transform: translateX(-50%);
}

.top_effect .box .head_title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.4rem;
}

.top_effect .box.after .head_title { color:#fff; }

.top_effect .box .head_txt {
	margin-bottom: 60px;
	text-align: center;
	line-height: 2;
}

.top_effect .box.before .cycle { margin-bottom:90px; }
.top_effect .box.after .cycle { margin-bottom:60px; }

.top_effect .box .cycle .title {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.2rem;
}

.top_effect .box .cycle .title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
}

.top_effect .box.before .cycle .title::before { background:#c1cccc; }
.top_effect .box.after .cycle .title::before { background:#fff; }

.top_effect .box .cycle .title span {
	display: inline-block;
	position: relative;
	padding: 0 35px 4px;
	font-size: 2.2rem;
	line-height: 48px;
	border-radius: 360px;
	z-index: 5;
}

.top_effect .box.before .cycle .title span {
	font-weight: 700;
	background: #c1cccc;
}

.top_effect .box.after .cycle .title span {
	font-weight: 900;
	color: #2fcaae;
	background: #fff;
}

.top_effect .box .cycle .list {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0 80px;
}

.top_effect .box .cycle .list .list_arrow {
	width: 36px;
	height: 26px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36px;
}

.top_effect .box.before .cycle .list .list_arrow { margin-top:170px; background-image:url(../common_img/arrow_green.png); }
.top_effect .box.after .cycle .list .list_arrow { margin-top:185px; background-image:url(../common_img/arrow_white.png); }

.top_effect .box .cycle .list dl {
	width: 350px;
	text-align: center;
}

.top_effect .box .cycle .list dt img { width:100%; }

.top_effect .box .cycle .list dd {
	margin: 25px -15px 0;
	font-size: 2.2rem;
	line-height: 1.75;
}

.top_effect .box.before .cycle .list dd {
	font-weight: 900;
}

.top_effect .box.after .cycle .list dd {
	font-weight: 700;
	color: #fff;
}

.top_effect .box .message {
	display: flex;
	align-items: center;
	position: relative;
	padding: 85px 100px;
	border-radius: 100px;
}

.top_effect .box.before .message {
	color: #fff;
	background: #282f2f;
}

.top_effect .box.after .message {
	background: #fff;
}

.top_effect .box .message::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../common_img/bg_dot.png) left top / 8px repeat;
	border-radius: 100px;
}

.top_effect .box .message .title {
	position: relative;
	width: 480px;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.45;
	z-index: 1;
}

.top_effect .box .message ul {
	position: relative;
	width: calc(100% - 480px);
	z-index: 1;
}

.top_effect .box .message li {
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 2rem;
	line-height: 1.9;
	background-position: left 12px;
	background-repeat: no-repeat;
	background-size: 16px;
}

.top_effect .box .message li:last-child { margin-bottom:0; }

.top_effect .box.before .message li { font-weight:600; background-image:url(../common_img/icon_chk_red.png); }
.top_effect .box.after .message li { font-weight:700; background-image:url(../common_img/icon_chk_green.png); }

@media screen and (min-width: 2000px){

	.top_effect { background-size:100%; }

}

@media screen and (max-width: 1760px){

	.top_effect .box.before .box_inner { padding:60px 60px 150px; }
	.top_effect .box.before .box_inner::before { right:60px; }
	.top_effect .box .message { padding:90px 60px; }

}

@media screen and (max-width: 1600px){

	.top_effect .box .cycle .list { padding:0 40px; }

}

@media screen and (max-width: 1520px){

	.top_effect .box .cycle .list { padding:0; }

}

/* ▼SERVICE▼ */
.top_service {
	padding-top: 170px;
	background: #ecf2f2;
}

.top_service .base_box {
	padding-top: 50px;
	background: url(../images/pc/service_word.png) right top no-repeat;
}

.top_service .sec_title {
	margin-bottom: 100px;
}

.top_service .cat {
	padding-bottom: 20px;
}

.top_service .cat:last-child { padding-bottom:0; }

.top_service .cat_title {
	position: relative;
	margin-bottom: 50px;
	font-size: 3rem;
	font-weight: 900;
	line-height: 40px;
	font-family: "Source Code Pro", monospace;
	letter-spacing: 0.05rem;
}

.top_service .cat_title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

.top_service .cat_title > span {
	display: inline-block;
	position: relative;
	padding-right: 10px;
	background: #ecf2f2;
	z-index: 5;
}

.top_service .cat .inner {
	margin: 0 100px;
}

.top_service .lbox {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
	line-height: 2;
}

.top_service .mbox {
	float: left;
	width: calc((100% - 70px) / 2);
	margin-bottom: 70px;
	padding: 40px 50px 50px;
	line-height: 2;
	background: #fff;
	border-radius: 30px;
}

.top_service .mbox:nth-child(2n) { float:right; }

.top_service .sbox {
	float: left;
	width: calc((100% - 140px) / 3);
	margin: 0 70px 70px 0;
	padding: 40px 40px 50px;
	line-height: 1.75;
	background: #fff;
	border-radius: 30px;
}

.top_service .sbox:nth-child(3n) { margin-right:0; }
.top_service .cat:last-child .sbox { margin-bottom:0; }

.top_service .img img { width:100%; }

.top_service .lbox .img {
	width: 600px;
}

.top_service .mbox .img {
	width: 300px;
	margin: 0 auto 25px;
}

.top_service .sbox .img {
	width: 240px;
	margin: 0 auto 15px;
}

.top_service .lbox .content {
	width: calc(100% - 600px);
	padding-left: 100px;
}

.top_service .title {
	position: relative;
	line-height: 1.5;
}

.top_service .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #2fcaae;
	border-radius: 360px;
}

.top_service .lbox .title {
	margin-bottom: 35px;
	padding: 4px 0 6px 25px;
	font-size: 3.6rem;
	font-weight: 500;
}

.top_service .mbox .title {
	margin-bottom: 20px;
	padding: 4px 0 6px 25px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
}

.top_service .sbox .title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 4px 0 6px 20px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
}

@media screen and (max-width: 1620px){

	.top_service .cat .inner { margin:0 60px; }
	.top_service .lbox .img { width:45%; }
	.top_service .lbox .content { width:55%; }
	.top_service .mbox .title { font-size:2.8rem; }

}

@media screen and (max-width: 1520px){

	.top_service .cat .inner { margin:0; }

}

/* ▼PROMISE▼ */
.top_promise {
	padding: 135px 0 100px;
	background: url(../images/pc/promise_bg.jpg) center top no-repeat;
}

.top_promise .base_box {
	padding-top: 50px;
	background: url(../images/pc/promise_word.png) right top no-repeat;
}

.top_promise .sec_title {
	margin-bottom: 45px;
}

.top_promise .box {
	float: left;
	width: calc((100% - 150px) / 3);
	margin-right: 75px;
	line-height: 1.75;
}

.top_promise .box:nth-child(3n) { margin-right:0; }

.top_promise .box .img img { width:100%; }

.top_promise .box .title {
	margin: 20px 0;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.top_promise .box .title .bold { font-weight:700!important; }

@media screen and (min-width: 2000px){

	.top_promise { background-size:100%; }

}

@media screen and (max-width: 1620px){

	.top_promise .box { width:calc((100% - 120px) / 3); margin-right:60px; }

}

/* ▼FLOW▼ */
.top_flow {
	position: relative;
	padding: 100px 0 110px;
}

.top_flow::after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: 300px;
	height: 100px;
	background: url(../common_img/down_white.png) no-repeat;
	transform: translateX(-50%);
	z-index: 5;
}

.top_flow .base_box {
	background: url(../images/pc/flow_word.png) right 30px no-repeat;
}

.top_flow .sec_title {
	margin-bottom: 80px;
}

.top_flow .sec_inner {
	position: relative;
}

.top_flow .sec_inner::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #c1cccc;
}

.top_flow .box {
	position: relative;
	float: left;
	width: calc((100% - 190px) / 3);
	margin-right: 95px;
	padding: 45px 50px 55px;
	line-height: 2;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 40px 10px rgba(47,202,174,0.2);
	z-index: 5;
}

.top_flow .box:nth-child(3n) { margin-right:0; }

.top_flow .box::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50px;
	width: 160px;
	height: 6px;
	background: #2fcaae;
	border-radius: 360px;
}

.top_flow .box .title_box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.top_flow .box .num {
	width: 160px;
	text-align: center;
	font-size: 14rem;
	font-weight: 300;
	color: #2fcaae;
	line-height: 1;
	font-family: "Lexend Deca", sans-serif;
	letter-spacing: -0.2rem;
}

.top_flow .box .title {
	width: calc(100% - 160px);
	padding-left: 20px;
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
}

.top_flow .box .note_list {
	margin-top: 15px;
}

@media screen and (max-width: 1720px){

	.top_flow .box { width:calc((100% - 160px) / 3); margin-right:80px; }
	.top_flow .box::before { width:140px; }
	.top_flow .box .num { width:140px; font-size:12rem; }
	.top_flow .box .title { width:calc(100% - 140px); font-size:2.2rem; }

}

@media screen and (max-width: 1540px){

	.top_flow .box { width:calc((100% - 120px) / 3); margin-right:60px; padding:45px 40px 55px; font-size:1.5rem; }
	.top_flow .box::before { width:120px; }
	.top_flow .box .num { width:120px; font-size:10rem; }
	.top_flow .box .title { width:calc(100% - 120px); font-size:2rem; }

}

/* ▼SCHEDULE▼ */
.top_schedule {
	padding: 160px 0 150px;
	background: #ecf2f2;
}

.top_schedule .title_box {
	text-align: center;
}

.top_schedule .sec_title {
	display: inline-block;
	position: relative;
	margin-bottom: 60px;
}

.top_schedule .sec_title .sub {
	font-size: 3rem;
}

.top_schedule .sec_title .jump_txt {
	position: absolute;
	top: -35px;
	left: 0;
	padding: 0 20px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
}

.top_schedule .sec_title .jump_txt::before, .top_schedule .sec_title .jump_txt::after {
	content: '';
	position: absolute;
	top: 3px;
	width: 2px;
	height: 100%;
	background: #000;
}

.top_schedule .sec_title .jump_txt::before { left:0; transform:rotate(-30deg); }
.top_schedule .sec_title .jump_txt::after { right:0; transform:rotate(30deg); }

.top_schedule .sec_inner {
	display: flex;
}

.top_schedule .box { width:18.75%; }
.top_schedule .box:nth-child(2n) { width:21.875%; }

.top_schedule .box .title {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 80px;
	padding-bottom: 2px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1rem;
}

.top_schedule .box:nth-child(1) .title { background:#2fcaae; }
.top_schedule .box:nth-child(2) .title { background:#1bbcba; }
.top_schedule .box:nth-child(3) .title { background:#249dd5; }
.top_schedule .box:nth-child(4) .title { background:#2484d5; }
.top_schedule .box:nth-child(5) .title { background:#2167db; }

.top_schedule .box .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: 20px;
	height: 80px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	z-index: 1;
}

.top_schedule .box:nth-child(1) .title::before { display:none; }
.top_schedule .box:nth-child(2) .title::before { background:#2fcaae; }
.top_schedule .box:nth-child(3) .title::before { background:#1bbcba; }
.top_schedule .box:nth-child(4) .title::before { background:#249dd5; }
.top_schedule .box:nth-child(5) .title::before { background:#2484d5; }

.top_schedule .box .day {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100px;
}

.top_schedule .box .day::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: -2px;
}

.top_schedule .box:nth-child(1) .day::before { background:#2fcaae; }
.top_schedule .box:nth-child(2) .day::before { background:#1bbcba; }
.top_schedule .box:nth-child(3) .day::before { background:#249dd5; }
.top_schedule .box:nth-child(4) .day::before { background:#2484d5; }
.top_schedule .box:nth-child(5) .day::before { background:#2167db; }

.top_schedule .box .day > span {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 10px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05rem;
	background: #ecf2f2;
	z-index: 1;
}

.top_schedule .box:nth-child(1) .day > span { color:#2fcaae; }
.top_schedule .box:nth-child(2) .day > span { color:#1bbcba; }
.top_schedule .box:nth-child(3) .day > span { color:#249dd5; }
.top_schedule .box:nth-child(4) .day > span { color:#2484d5; }
.top_schedule .box:nth-child(5) .day > span { color:#2167db; }

.top_schedule .box .day .num {
	display: flex;
	align-items: center;
	margin-left: 2px;
	font-size: 6rem;
	font-weight: 300;
	font-family: "Lexend Deca", sans-serif;
}

.top_schedule .box .day .num .between {
	margin: 0 2px;
	font-size: 2.2rem;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
}

.top_schedule .box .content {
	margin: 0 10px;
	padding: 50px 20px;
	line-height: 2;
	background: #fff;
	border-radius: 30px;
}

.top_schedule .box .txt { display:none; }

/* ▼SIMULATION▼ */
.top_simulation {
	position: relative;
	padding: 135px 0 150px;
	background: #ecf2f2;
}

.top_simulation::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 380px;
	background: #fff;
	z-index: 1;
}

.top_simulation::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - ((100% - 1600px) / 4));
	height: 100%;
	background: #e3ebeb;
	border-radius: 100px 0 0 100px;
	z-index: 2;
}

.top_simulation .base_box {
	padding-top: 65px;
	background: url(../images/pc/simulation_word.png) center top / 100% no-repeat;
}

.top_simulation .eng_title {
	text-align: center;
}

.top_simulation .sec_title {
	margin-bottom: 40px;
	text-align: center;
}

.top_simulation .sec_txt {
	margin-bottom: 55px;
	text-align: center;
	line-height: 1.85;
}

.top_simulation .sec_txt .sub {
	display: block;
	margin-top: 10px;
	font-size: 1.2rem;
	letter-spacing: 0.15rem;
}

.top_simulation .btn {
	position: relative;
	width: 600px;
	margin: 0 auto;
	z-index: 5;
}

.top_simulation .btn01 { letter-spacing:0.2rem; }

.top_simulation .mail_box .input {
	margin-bottom: 50px;
}

#simulation_sec {
	display: none;
	padding-top: 135px;
}

#simulation_sec.confirm, #simulation_sec.complete {
	display: block;
	padding-bottom: 150px;
	background: #ecf2f2;
}

#simulation_sec .title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
}

#simulation_sec .txt {
	margin-bottom: 15px;
	text-align: center;
}

#simulation_sec.confirm .txt, #simulation_sec.complete .txt {
	margin-bottom: 50px;
}

#simulation_sec.complete .btn {
	width: 600px;
	margin: 0 auto;
}

#simulation_sec .must_txt {
	margin-bottom: 50px;
	text-align: center;
}

#simulation_sec .must_txt span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	vertical-align: middle;
	background: #2fcaae;
	border-radius: 50%;
}

.simulation_error {
	width: 600px;
	margin: 0 auto 60px;
	padding: 50px;
	text-align: center;
	font-weight: 700;
	color: #2fcaae;
	letter-spacing: 0.15rem;
	background: #fff;
	border-radius: 30px;
}

#simulation_result {
	position: relative;
	margin-top: 100px;
	padding: 70px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
}

#simulation_result::after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: 300px;
	height: 100px;
	background: url(../common_img/down_white.png) no-repeat;
	transform: translateX(-50%);
	z-index: 5;
}

#simulation_result .head {
	width: 260px;
	margin: 0 auto 15px;
	padding-bottom: 2px;
	font-size: 2.6rem;
	font-weight: 500;
	color: #fff;
	line-height: 48px;
	background: #2fcaae;
	border-radius: 360px;
}

#simulation_result #tax_out {
	font-size: 5rem;
	font-weight: 700;
	color: #2fcaae;
	line-height: 1;
	letter-spacing: 0.15rem;
}

#simulation_result #tax_out span {
	margin-left: 10px;
	font-size: 11rem;
	font-weight: 500;
	line-height: 1;
	font-family: "Lexend Deca", sans-serif;
}

#simulation_result #tax_in {
	margin-bottom: 25px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #2fcaae;
	letter-spacing: 0.15rem;
}

#simulation_result #tax_in span {
	vertical-align: -1px;
	font-size: 3rem;
	font-weight: 500;
	font-family: "Lexend Deca", sans-serif;
}

#simulation_result .note_list {
	margin-bottom: 35px;
}

#simulation_result .note_list > li {
	padding-left: 0;
	text-align: center;
	font-size: 1.5rem;
}

#simulation_result .note_list > li span {
	position: relative;
	padding-left: 1.2em;
}

#simulation_result .note_list > li:before { display:none; }

#simulation_result .note_list > li span:before {
	content: '※';
	position: absolute;
	top: -3px;
	left: 0;
}

.form_sec {
	padding-top: 140px;
}

@media screen and (max-width: 1840px){

	.top_simulation::after { width:100%; }

}

/* ▼NEWS▼ */
.top_news {
	position: relative;
}

.top_news::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #ecf2f2;
	z-index: 1;
}

.top_news .sec_inner {
	display: flex;
	align-items: center;
	position: relative;
	padding: 150px 0;
	background-image: url(../images/pc/news_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 5;
}

.top_column, .top_info {
	width: 50%;
}

.top_news .inner {
	width: 600px;
	margin: 0 auto;
}

.top_news .eng_title {
	margin-bottom: 15px;
}

.top_news .sec_title {
	margin-bottom: 80px;
}

.top_news .link {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
	text-align: right;
}

.top_news .link a {
	position: relative;
	padding-right: 60px;
	font-size: 2rem;
	font-weight: 900;
	color: #000;
	line-height: 50px;
	font-family: "Source Code Pro", monospace;
	letter-spacing: 0.05rem;
}

.top_news .link a:hover { color:#2fcaae; }

.top_news .link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #000;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .3s;
}

.top_news .link a:hover::after { background-color:#2fcaae; }

.top_news .column_list .box {
	width: calc((100% - 40px) / 2);
	margin: 0;
}

.top_news .column_list .box:first-child {
	display: block;
	margin: 0 0 50px;
}

.top_news .column_list .box:nth-child(2n+1) { float:right; }

.top_news .column_list .box:first-child a { display:block; }

.top_news .column_list .box .img {
	height: 160px;
}

.top_news .column_list .box:first-child .img {
	width: 100%;
	height: 350px;
}

.top_news .column_list .box .content {
	padding: 25px 0;
	font-size: 1.5rem;
}

.top_news .column_list .box:first-child .content {
	width: 100%;
	padding: 30px 0 0;
	font-size: 1.6rem;
}

.top_news .column_list .box .limit {
	top: -20px;
	padding: 0 20px 2px;
	font-size: 1.4rem;
	line-height: 32px;
	background: #000;
	border-radius: 360px;
	z-index: 5;
}

.top_news .column_list .box:first-child .limit {
	position: absolute;
	top: -20px;
	margin-bottom: 0;
	padding: 0 30px 2px;
	font-size: 1.5rem;
	line-height: 38px;
}

.top_news .column_list .box .title {
	margin-bottom: 5px;
	font-size: 1.8rem;
}

.top_news .column_list .box:first-child .title {
	margin-bottom: 10px;
	font-size: 2.2rem;
}

.top_news .info_list .box a {
	padding: 35px 0;
}

.top_news .info_list .box .img {
	width: 200px;
	height: 175px;
}

.top_news .info_list .box .content {
	width: calc(100% - 200px);
	padding-left: 30px;
	font-size: 1.5rem;
}

.top_news .info_list .box .date {
	margin-bottom: 0;
	font-size: 1.8rem;
}

.top_news .info_list .box .title {
	margin-bottom: 5px;
	font-size: 1.8rem;
}

@media screen and (min-width: 2000px){

	.top_news .sec_inner { background-size:100%; }

}

/*
INFO
***************************************************************************/
/* ▼LIST▼ */
.info_sec.list {
	width: 1400px;
	margin: 0 auto;
	padding: 140px 0 40px;
}

.info_sec.list .info_list {
	margin-bottom: 150px;
}

.info_list .box {
	border-bottom: solid 1px #c3d0d0;
}

.info_list .box a {
	display: flex;
	align-items: center;
	padding: 40px 0;
	color: #000;
}

.info_list .box a:hover { opacity:0.7; }

.info_list .box .img {
	width: 280px;
	height: 244px;
	border-radius: 20px;
	overflow: hidden;
}

.info_list .box .content {
	width: calc(100% - 280px);
	padding-left: 50px;
}

.info_list .box .date {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 900;
	color: #2fcaae;
	font-family: "Source Code Pro", monospace;
	letter-spacing: -0.05rem;
}

.info_list .box .title {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: 0.25rem;
}

@media screen and (max-width: 1640px){

	.info_sec.list { width:auto; margin:0 60px; }

}

/* ▼DETAIL▼ */
.info_sec.detail {
	padding: 180px 100px 40px;
}

@media screen and (max-width: 1640px){

	.info_sec.detail { padding:180px 60px 40px; }

}

/*
COLUMN
***************************************************************************/
/* ▼LIST▼ */
.column_sec.list {
	width: 1400px;
	margin: 0 auto;
	padding: 180px 0 40px;
}

.column_sec.list .column_list {
	padding-bottom: 90px;
}

.column_list .box {
	float: left;
	width: calc((100% - 140px) / 3);
	margin: 0 70px 50px 0;
	border-bottom: solid 1px #c3d0d0;
}

.column_list .box:first-child {
	float: none;
	width: 100%;
	margin: 0 0 90px;
	border-bottom: none;
}

.column_list .box:nth-child(3n+1) { margin-right:0; }

.column_list .box a {
	display: block;
	color: #000;
}

.column_list .box a:hover { opacity:0.7; }

.column_list .box:first-child a {
	display: flex;
	align-items: center;
}

.column_list .box .img {
	width: 100%;
	height: 240px;
	border-radius: 20px;
	overflow: hidden;
}

.column_list .box:first-child .img {
	width: 50%;
	height: 400px;
	border-radius: 30px;
}

.column_list .box .content {
	position: relative;
	padding: 35px 0 40px;
	line-height: 2;
}

.column_list .box:first-child .content {
	width: 50%;
	padding: 0 0 0 50px;
}

.column_list .box .limit {
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0;
	padding: 0 25px 2px;
	font-weight: 400;
	color: #fff;
	line-height: 38px;
	letter-spacing: 0.15rem;
	background: #000;
	border-radius: 360px;
	z-index: 5;
}

.column_list .box:first-child .limit {
	position: static;
	margin-bottom: 30px;
}

.column_list .box .title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: 0.25rem;
}

.column_list .box:first-child .title {
	font-size: 2.4rem;
}

@media screen and (max-width: 1640px){

	.column_sec.list { width:auto; margin:0 60px; }

}

/* ▼DETAIL▼ */
.column_sec.detail {
	padding: 180px 100px 40px;
}

@media screen and (max-width: 1640px){

	.column_sec.detail { padding:180px 60px 40px; }

}

/*
ARTICLE CONTENT
***************************************************************************/
/* ▼DETAIL▼ */
.article_detail {
	float: left;
	width: 60%;
}

.article_content {
	border-bottom: solid 1px #c3d0d0;
}

.article_content h2 {
	margin-bottom: 25px;
	font-size: 3.4rem;
}

.article_content h3 {
	margin-bottom: 25px;
	font-size: 3.4rem;
}

.article_content > div {
	margin-bottom: 50px;
}

.article_content > p {
	margin: 0;
}

.article_content a { color:#2fcaae; text-decoration:underline; }
.article_content a:hover { text-decoration:none; }

.article_content img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin-bottom: 70px;
	border-radius: 30px;
	clear: both;
}

.article_content .alignleft { float:left; }
.article_content .aligncenter { margin:0 auto; }
.article_content .alignright { float:right; }

.article_content img.alignleft {
	float: left;
	margin: 0 50px 40px 0;
}

.article_content img.aligncenter {
	display: block;
	margin: 0 auto 40px;
}

.article_content img.alignright {
	float: right;
	margin: 0 0 40px 50px;
}

.article_content ul {
	margin-bottom: 80px;
	padding: 45px 50px;
	background: #ecf2f2;
	border-radius: 30px;
}

.article_content li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 2;
}

.article_content li:last-child { margin-bottom:0; }

.article_content li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #2fcaae;
	border-radius: 50%;
}

/* ▼LIST▼ */
.article_list {
	float: right;
	width: 40%;
	padding-left: 100px;
}

.article_list .eng_title {
	margin-bottom: 15px;
}

.article_list .info_list .box a {
	padding: 20px 0;
}

.article_list .info_list .box .img {
	width: 130px;
	height: 114px;
}

.article_list .info_list .box .content {
	width: calc(100% - 130px);
	padding-left: 20px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.article_list .info_list .box .date {
	margin-bottom: 0;
	font-size: 1.8rem;
}

.article_list .info_list .box .title {
	margin-bottom: 5px;
	font-size: 1.7rem;
}

.article_list .column_list .box {
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: solid 1px #c3d0d0;
}

.article_list .column_list .box:first-child {
	display: block;
	margin: 0;
}

.article_list .column_list .box a {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.article_list .column_list .box:first-child a { padding-top:0; }

.article_list .column_list .box .img {
	width: 200px;
	height: 114px;
}

.article_list .column_list .box:first-child .img {
	width: 200px;
	height: 114px;
	border-radius: 20px;
}

.article_list .column_list .box .content {
	width: calc(100% - 200px);
	padding: 0 0 0 20px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.article_list .column_list .box:first-child .content {
	width: calc(100% - 200px);
	padding: 0 0 0 20px;
}

.article_list .column_list .box .limit { display:none; }

.article_list .column_list .box .title {
	margin-bottom: 5px;
	font-size: 1.7rem;
}

.article_list .column_list .box:first-child .title {
	font-size: 1.7rem;
}

@media screen and (max-width: 1640px){

	.article_list { padding-left:60px; }

}

/* ▼LINK▼ */
.article_link {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	text-align: center;
}

.article_link a {
	position: relative;
	padding-right: 60px;
	font-size: 2rem;
	font-weight: 900;
	color: #000;
	line-height: 50px;
	font-family: "Source Code Pro", monospace;
	letter-spacing: 0.05rem;
}

.article_link a:hover { color:#2fcaae; }

.article_link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #000;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .3s;
}

.article_link a:hover::after { background-color:#2fcaae; }

/*
FORM
***************************************************************************/
/* ▼INPUT▼ */
.user_form {
	margin-bottom: 70px;
}

.user_form > dl {
	display: flex;
	padding: 35px 0;
	border-bottom: solid 1px #c3d0d0;
}

.user_form.conf > dl > dt, .user_form.conf > dl > dd { line-height:2; }

.user_form > dl > dt {
	position: relative;
	width: 250px;
	padding-left: 20px;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: 0.1rem;
}

.user_form > dl.ex > dt { line-height:34px; }

.user_form > dl > dt.must::before {
	content: '';
	position: absolute;
	top: 28px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #2fcaae;
	border-radius: 50%;
}

.user_form > dl.ex > dt.must::before { top:13px; }

.user_form > dl > dd {
	width: calc(100% - 250px);
	padding-right: 20px;
	letter-spacing: 0.15rem;
}

.user_form > dl > dd .num_box {
	width: 300px;
	margin-right: 15px;
}

.user_form .plus_select {
	margin-bottom: 25px;
}

.user_form .note_list {
	margin-top: 25px;
}

.error_list {
	font-weight: 900;
	color: #2fcaae;
}

/* ▼PP▼ */
.pp_box {
	padding: 20px 100px 90px;
	font-weight: 400;
	line-height: 2;
	border-bottom: solid 1px #c3d0d0;
}

.pp_box .pp_title {
	margin-bottom: 25px;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
}

/* ▼CHECKBOX▼ */
.chk_list.pp_check {
	margin: 35px 0 70px;
	text-align: center;
}

.chk_list.pp_check li {
	display: inline-block;
}

/* ▼BUTTON▼ */
.form_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form_btn li {
	width: 600px;
	margin: 0 20px;
}

.form_btn li.back { width:300px; }

.form_btn .btn01 {
	font-size: 2rem;
	line-height: 76px;
}

.form_btn #btn_disable .btn03 { cursor:default; }

/*
CONTACT
***************************************************************************/
.contact_sec {
	padding: 150px 0 80px;
	text-align: center;
	color: #fff;
	background-image: url(../images/pc/contact_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#contents.top .contact_sec {
	padding: 150px 0 0;
	background-color: #ecf2f2;
}

.contact_sec .sec_inner {
	position: relative;
}

.contact_sec .sec_inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - ((100% - 1600px) / 4));
	height: 100%;
	background-image: linear-gradient(270deg, #2167db, #2fcaae);
	border-radius: 0 100px 100px 0;
	box-shadow: 0 0 40px 10px rgba(47,202,174,0.2);
	z-index: 1;
}

.contact_sec .sec_inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - ((100% - 1600px) / 4));
	height: 100%;
	background: url(../common_img/bg_dot.png) left top / 8px repeat;
	border-radius: 0 100px 100px 0;
	z-index: 2;
}

.contact_sec .base_box {
	padding: 105px 0;
	background: url(../images/pc/contact_word.png) center bottom no-repeat;
}

.contact_sec .base_box::before {
	content: '';
	position: absolute;
	top: -160px;
	right: 0;
	width: 400px;
	height: 360px;
	background: url(../images/pc/contact_parts.png) no-repeat;
	z-index: 5;
}

.contact_sec .eng_title {
	margin-bottom: 10px;
	font-weight: 700;
	color: #fff;
}

.contact_sec .sec_title {
	margin-bottom: 15px;
	font-weight: 700;
}

.contact_sec .txt {
	margin-bottom: 60px;
	font-size: 1.8rem;
	font-weight: 400;
}

.contact_sec .tel {
	float: left;
	width: 43.75%;
}

.contact_sec .tel .head {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 48px;
	border: solid 1px #fff;
	border-radius: 360px;
}

.contact_sec .tel dl {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 20px;
	border-bottom: solid 1px #fff;
	z-index: 5;
}

.contact_sec .tel dt {
	width: 150px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.45;
}

.contact_sec .tel dd {
	width: calc(100% - 150px);
	text-align: center;
	font-size: 8.4rem;
	font-weight: 300;
	line-height: 1;
	font-family: "Lexend Deca", sans-serif;
	letter-spacing: 0.1rem;
}

.contact_sec .tel ul {
	position: relative;
	text-align: center;
	padding-top: 10px;
	font-size: 1.8rem;
	z-index: 5;
}

.contact_sec .tel li {
	display: inline-block;
	margin: 0 15px;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.contact_sec .exam {
	float: right;
	width: 50%;
}

.contact_sec .exam .head {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding: 0 25px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 40px;
}

.contact_sec .exam .head::before, .contact_sec .exam .head::after {
	content: '';
	position: absolute;
	top: 3px;
	width: 2px;
	height: 100%;
	background: #fff;
}

.contact_sec .exam .head::before { left:0; transform:rotate(-30deg); }
.contact_sec .exam .head::after { right:0; transform:rotate(30deg); }

.contact_sec .exam .btn02 {
	flex-direction: column;
	height: 160px;
	padding-bottom: 10px;
	font-size: 3.4rem;
	font-weight: 800;
	line-height: 1.9;
	letter-spacing: 0.3rem;
}

.contact_sec .exam .btn .sub {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
}

@media screen and (min-width: 2000px){

	.contact_sec { background-size:100%; }

}

@media screen and (max-width: 1840px){

	.contact_sec .sec_inner::before, .contact_sec .sec_inner::after { width:100%; }
	.contact_sec .exam .head { font-size:2rem; }
	.contact_sec .exam .btn02 { font-size:3rem; }
	.contact_sec .exam .btn .sub { font-size:1.6rem; }

}

@media screen and (max-width: 1720px){

	.contact_sec .tel dt { font-size:1.8rem; }
	.contact_sec .tel dd { font-size:6.4rem; }

}

/*
FOOTER
***************************************************************************/
footer {
	padding: 160px 0 20px;
	color: #fff;
	background: #0c1211;
}

footer .head {
	padding-bottom: 60px;
	border-bottom: solid 1px #2e3736;
}

.f_info {
	float: left;
	width: 480px;
	font-weight: 400;
	color: #878787;
	line-height: 1.85;
	letter-spacing: 0.1rem;
}

.f_info .logo {
	margin-bottom: 50px;
}

.f_info .txt {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #d5d5d5;
}

.f_info .txt span {
	margin-left: 5px;
	font-size: 1.4rem;
	letter-spacing: 0.25rem;
}

.f_info ul {
	margin-top: 5px;
}

.f_info li {
	display: inline-block;
	margin-right: 15px;
	font-size: 1.4rem;
}

.f_navi {
	float: right;
	width: 400px;
}

.fnavi_list {
	padding-bottom: 30px;
}

.fnavi_list li {
	float: left;
	width: 62.5%;
}

.fnavi_list li:nth-child(2n) { width:37.5%; }

.fnavi_list li a {
	display: block;
	font-weight: 400;
	color: #d5d5d5;
	line-height: 60px;
}

.fnavi_list li a:hover { color:#fff; }

footer .btn01 {
	padding-right: 20px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
}

footer .foot {
	margin-bottom: 50px;
	padding-top: 25px;
}

footer .copy {
	float: left;
	width: 50%;
}

footer .copy small {
	font-size: 1.2rem;
	font-weight: 400;
	color: #3f4a48;
	letter-spacing: 0.15rem;
}

.fnavi_slist {
	float: right;
	width: 50%;
	text-align: right;
}

.fnavi_slist li {
	display: inline-block;
	margin-left: 40px;
}

.fnavi_slist li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #878787;
	line-height: 40px;
	letter-spacing: 0.15rem;
}

.fnavi_slist li a:hover { color:#fff; }

footer .btn_ptop {
	width: 120px;
	margin: 0 auto;
}

/*
OVERLAY WINDOW
***************************************************************************/
#overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(61,61,61,0.8);
	z-index: 10000;
	overflow: auto;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	display: none;
	position: relative;
	width: 860px;
	height: calc(100vh - 160px);
	padding: 70px 40px 70px 100px;
	background-color: #fff;
	border-radius: 60px;
}

.overlay_content .scroll_box {
	height: calc(100vh - 300px);
}

.overlay_content .inner {
	width: 660px;
}

.overlay_content .title {
	margin-bottom: 25px;
	font-size: 3.2rem;
}

.overlay_content .txt {
	margin-bottom: 25px;
}

.modal_close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 48px;
	height: 48px;
	padding-left: 2px;
	text-align: center;
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
	line-height: 46px;
	background: #ff9f30;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1001;
}

.modal_switch, .modal_switch span {
	cursor: pointer;
	transition: .3s;
}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: 3px;
}

.scroll_box::-webkit-scrollbar-track {
	background: #e6e6e1;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #c4c4c2;
}

.gecko .scroll_box {
	scrollbar-width: 3px;
	scrollbar-color: #c4c4c2 #e6e6e1;
}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translateY(100px);
}

.delay_fade.active {
	opacity: 1.0;
	transform: translateY(0);
}

.move_parts {
	opacity: 0;
	transition: all 0.5s;
}

.move_parts.btm_top {
	transform: translateY(50px);
}

.move_parts.top_btm {
	transform: translateY(-50px);
}

.move_parts.left_right {
	transform: translateX(-50px);
}

.move_parts.right_left {
	transform: translateX(50px);
}

.move_parts.expand {
	opacity: 1;
	transform: scale(0.001);
}

.move_parts.expand.rev {
	opacity: 0;
	transform: scale(1.5);
}

.move_parts.on {
	opacity: 1;
	transform: translate(0,0);
}

/* ▼BUTTON▼ */
.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 90px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	background: transparent;
	border-radius: 360px;
	box-shadow: 0 0 40px 10px rgba(47,202,174,0.2);
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
}

.btn01:before, .btn01:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	backface-visibility: hidden;
	transition: .3s;
}

.btn01:before { z-index:-1; }
.btn01:after { z-index:-2; }

.btn01:before { background-image:linear-gradient(270deg, #2167db, #2fcaae); }
.btn01:after { background-image:linear-gradient(270deg, #2fcaae, #2167db); }

.btn01:hover { opacity:1; }
.btn01:hover:before { opacity:0; }

.btn01 > .cover {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../common_img/bg_dot.png) left top / 8px repeat;
	border-radius: 360px;
	z-index: 2;
}

.btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 68px;
	border-radius: 360px;
	transition: .3s;
	cursor: pointer;
}

.btn02.yellow { background:#d8bc1f; }
.btn02.yellow:hover { background:#f3d426; }

.btn02.black { background:#000; }
.btn02.black:hover { background:#222; }

.btn03 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-bottom: 2px;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	line-height: 88px;
	letter-spacing: 0.2rem;
	background: #a1a1a1;
	border-radius: 360px;
	transition: .3s;
	cursor: pointer;
}

.arrow .parts {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 18px;
	height: 13px;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	transform: translateY(-50%);
	transition: .3s;
	z-index: 5;
}

.arrow:hover .parts { right:20px; }

.arrow.large .parts { right:30px; }
.arrow.large:hover .parts { right:25px; }

.btn03.arrow .parts {
	right: auto;
	left: 25px;
	transform: translateY(-50%) rotate(180deg);
}

.btn03.arrow:hover .parts { right:auto; left:20px; }

/* ▼CATCH, TITLE, TEXT▼ */
.eng_title {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 800;
	color: #2fcaae;
	line-height: 1.6;
	font-family: "Source Code Pro", monospace;
	letter-spacing: 0.1rem;
}

.sec_title {
	margin-bottom: 35px;
	font-size: 4rem;
	line-height: 1.55;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #232629;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 3px;
	height: 100%;
	margin-left: -1.5px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	margin-top: -1.5px;
}

.disp_switch.opened .icon:before { display:none; }

/* ▼NOTICE LIST▼ */
.note_list > li {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.4rem;
	color: #585858;
	line-height: 1.8;
	letter-spacing: 0.2rem;
}

.note_list > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.note_list.center > li {
	padding-left: 0;
	text-align: center;
}

.note_list.center > li span {
	position: relative;
	padding-left: 1.2em;
}

.note_list.center > li:before { display:none; }

.note_list.center > li span:before {
	content: '※';
	position: absolute;
	top: -3px;
	left: 0;
}

/* ▼LIST▼ */
.li_pc_mb5 > li { margin-bottom:5px; }
.li_pc_mb10 > li { margin-bottom:10px; }
.li_pc_mb15 > li { margin-bottom:15px; }
.li_pc_mb20 > li { margin-bottom:20px; }
.li_pc_mb25 > li { margin-bottom:25px; }
.li_pc_mb30 > li { margin-bottom:30px; }

.list01 > li:last-child,
.list02 > li:last-child,
.list03 > li:last-child,
.list04 > li:last-child {
	margin-bottom: 0;
}

.list01 > li {
	position: relative;
	padding-left: 1.2em;
}

.list01 > li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.list02 > li {
	position: relative;
	padding-left: 25px;
}

.list02 > li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 1px;
	margin-top: -0.5px;
	background: #797979;
}

.list03 > li {
	position: relative;
	padding-left: 20px;
}

.list03.number_plus > li { padding-left:2.2em; }
.list03.kana > li { padding-left:30px; }

.list03 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list03 > li:nth-child(1):before { content:'a.'; }
.list03 > li:nth-child(2):before { content:'b.'; }
.list03 > li:nth-child(3):before { content:'c.'; }
.list03 > li:nth-child(4):before { content:'d.'; }
.list03 > li:nth-child(5):before { content:'e.'; }
.list03 > li:nth-child(6):before { content:'f.'; }
.list03 > li:nth-child(7):before { content:'g.'; }
.list03 > li:nth-child(8):before { content:'h.'; }
.list03 > li:nth-child(9):before { content:'i.'; }
.list03 > li:nth-child(10):before { content:'j.'; }

.list03.number > li:nth-child(1):before { content:'1.'; }
.list03.number > li:nth-child(2):before { content:'2.'; }
.list03.number > li:nth-child(3):before { content:'3.'; }
.list03.number > li:nth-child(4):before { content:'4.'; }
.list03.number > li:nth-child(5):before { content:'5.'; }
.list03.number > li:nth-child(6):before { content:'6.'; }
.list03.number > li:nth-child(7):before { content:'7.'; }
.list03.number > li:nth-child(8):before { content:'8.'; }
.list03.number > li:nth-child(9):before { content:'9.'; }
.list03.number > li:nth-child(10):before { content:'10.'; }

.list03.number_plus > li:nth-child(1):before { content:'（1）'; }
.list03.number_plus > li:nth-child(2):before { content:'（2）'; }
.list03.number_plus > li:nth-child(3):before { content:'（3）'; }
.list03.number_plus > li:nth-child(4):before { content:'（4）'; }
.list03.number_plus > li:nth-child(5):before { content:'（5）'; }
.list03.number_plus > li:nth-child(6):before { content:'（6）'; }
.list03.number_plus > li:nth-child(7):before { content:'（7）'; }
.list03.number_plus > li:nth-child(8):before { content:'（8）'; }
.list03.number_plus > li:nth-child(9):before { content:'（9）'; }
.list03.number_plus > li:nth-child(10):before { content:'（10）'; }

.list03.kana > li:nth-child(1):before { content:'ア）'; }
.list03.kana > li:nth-child(2):before { content:'イ）'; }
.list03.kana > li:nth-child(3):before { content:'ウ）'; }
.list03.kana > li:nth-child(4):before { content:'エ）'; }
.list03.kana > li:nth-child(5):before { content:'オ）'; }
.list03.kana > li:nth-child(6):before { content:'カ）'; }
.list03.kana > li:nth-child(7):before { content:'キ）'; }
.list03.kana > li:nth-child(8):before { content:'ク）'; }
.list03.kana > li:nth-child(9):before { content:'ケ）'; }
.list03.kana > li:nth-child(10):before { content:'コ）'; }

.list04 > li {
	position: relative;
	padding-left: 1.2em;
}

.list04 > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.pc_w90 { width:90px!important; }
.pc_w160 { width:160px!important; }
.pc_w250 { width:250px!important; }
.pc_w400 { width:400px!important; }
.pc_w500 { width:500px!important; }
.pc_w510 { width:510px!important; }
.pc_w580 { width:580px!important; }

.pc_h210 { height:210px!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr-40 { margin-left:-40px!important; margin-right:-40px!important; }
.pc_mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-60 { margin-left:-60px!important; margin-right:-60px!important; }
.pc_mlr-90 { margin-left:-90px!important; margin-right:-90px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.bold { font-weight:900!important; }
.normal { font-weight:500!important; }

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!important; }
.pc_size32 { font-size:3.2rem!important; }
.pc_size36 { font-size:3.6rem!important; }
.pc_size40 { font-size:4.0rem!important; }
.pc_size48 { font-size:4.8rem!important; }

.c_green { color:#2fcaae!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.u_line, .u_line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 64px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	line-height: 64px;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	border: none;
	border-radius: 10px;
	caret-color: #999;
}

input[type="text"].plus_input.disabled { background:#cbd3d3; }

textarea {
	display: block;
	width: 100%!important;
	min-height: 180px;
	padding: 25px 30px;
	line-height: 2;
}

select {
	line-height: 62px;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: none;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

.select_box {
	position: relative;
}
/*
.select_box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: url(../common_img/arrow_switch_orange.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	z-index: 10;
}
*/
input::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

label { display:block; box-sizing:border-box; width:100%; cursor:pointer; }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: 34px;
	height: 34px;
	margin: -17px 0 0;
	vertical-align: middle;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="checkbox"] {
	border-radius: 5px;
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background: #2fcaae;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background: #2fcaae url(../common_img/icon_chk.png) center center / 34px no-repeat;
}

.radio_list li label.active input[type="radio"] { border:solid 2px #2fcaae; }

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list li label.active input[type="radio"] { background:#fff; }

.radio_list li label, .chk_list li label {
	position: relative;
	padding: 0 35px 0 48px;
	line-height: 34px;
}

.radio_list.pc_col li, .chk_list.pc_col li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.radio_list.pc_col li:last-child, .chk_list.pc_col li:last-child { margin-right:0; }

.radio_list.pc_row li, .chk_list.pc_row li {
	margin-bottom: 20px;
}

.radio_list.pc_row li:last-child, .chk_list.pc_row li:last-child { margin-bottom:0; }
