@charset "utf-8";

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

body {
	width: 100%;
	min-width: 1100px;
	height: auto;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
	line-height: 2.15;
	caret-color: transparent;
}

.base_box {
	position: relative;
	width: 1100px!important;
	margin: 0 auto;
	z-index: 1;
}

.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: "pkna";
}

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

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.15rem;
}

.eng {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.15rem;
}

.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: 400;
}

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

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

a:hover { text-decoration:none; }

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

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

.img_frame {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
CONTENTS
***************************************************************************/
.fixed_btn {
	display: none;
}

/*
TOPIMG
***************************************************************************/
#topimg .inner {
	width: 100%;
	height: 720px;
	background: url(../images/pc/topimg_bg.jpg) center top no-repeat;
	background-size: cover;
}

#topimg .txt {
	position: absolute;
	top: 445px;
	left: 0;
	width: 422px;
	z-index: 1;
}

#topimg .txt dt {
	float: left;
	width: 140px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	line-height: 38px;
	letter-spacing: 0.1rem;
	background: rgba(77,77,77,0.8);
}

#topimg .txt dd {
	float: right;
	width: calc(100% - 140px);
	padding: 0 0 2px 20px;
	line-height: 38px;
	letter-spacing: 0.1rem;
	background: rgba(255,255,255,0.8);
}

#topimg .item {
	position: absolute;
	bottom: -110px;
	right: 0;
	z-index: 1;
}

#topimg .title {
	height: 110px;
	background: #fff;
}

/*
CV
***************************************************************************/
.cv_sec {
	padding: 80px 0;
}

.cv_sec.top { background:#eff0f1; }
.cv_sec.ex { transform:translateY(-20px); margin-bottom:-20px; }

.cv_sec .box {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 50px 70px;
	background: #0b1a26 url(../images/pc/cv_bg.jpg) center top no-repeat;*
	/*background: #f8e7a4 url(../images/pc/cv_bg_vol05_2.jpg) center top no-repeat;*/
}

.cv_sec.top .box { padding:0 50px 60px; }
.cv_sec.mini .box { padding:0 50px 70px; }

.cv_sec.def .title { transform:translateY(-10px); margin-bottom:-10px; }

.cv_sec .list {
	position: absolute;
	/*top: 305px;
	left: 50px;
	width: 520px;*/
top: 330px;
left: 50px;
width: 450px;
}

/*.cv_sec .list li {
	margin-bottom: 2px;
	padding: 0 20px 2px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 48px;
	background: #13518b;
}*/
.cv_sec .list li {
  margin-bottom: 2px;
  padding: 0 20px 2px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #13518b;
  line-height: 48px;
  background: white;
  border: 1px solid #13518b;
  text-align: center;
}

/*
APPLICATION
***************************************************************************/
.application_sec {
	padding: 0 50px 60px;
	background: #fff;
}

.application_sec .app_btn {
	position: relative;
	padding: 22px 20px 24px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	background: #618496;
	border-radius: 360px;
	cursor: pointer;
}

.application_sec .app_btn:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	width: 16px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.application_sec .app_btn.opened:after { transform:rotateX(-180deg); }

.application_sec .inner {
	display: none;
	padding-top: 50px;
}

.application_sec .app_box {
	margin-bottom: 40px;
	font-size: 1.4rem;
	font-weight: 400;
}

.application_sec .app_inner {
	margin: 0 10px;
}

.application_sec .app_title {
	margin-bottom: 25px;
	padding: 14px 20px 16px;
	font-size: 1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	background: #ededed;
}

.application_sec .app_catch {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #375d93;
}

.application_sec .app_close {
	position: relative;
	margin: 0 300px;
	padding: 14px 20px 16px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	background: #618496;
	border-radius: 360px;
	cursor: pointer;
}

.application_sec .app_close:after {
	content: '×';
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -20px;
	font-weight: 700;
}
.application_sec .app_inner .hojo_ttl {
	font-weight: 700;
	font-size:1.8rem;
	color:#000845
}
.application_sec .app_inner .hojo_midashi {
	font-weight: 500;
	color:#db5443
}
.application_sec .app_inner .hojobox {
	width:430px;
	margin:0 auto
}
.application_sec .app_inner .hojobox span {
	font-size: 1.2rem;
line-height: 1.6;
display: block;
}
/*
INTRO
***************************************************************************/
.intro_sec {
	padding-top: 80px;
}

.intro_sec .img {
	width: 540px;
}

.intro_sec .txt {
	width: calc(100% - 540px);
	padding-left: 30px;
	line-height: 2.4;
}

/*
COST
***************************************************************************/
.cost_sec {
	padding: 80px 0 70px;
	background: #eff0f1;
}

.cost_sec .box {
	margin-bottom: 60px;
	padding: 60px 50px 40px;
	background: #fff;
}

.cost_sec .box:last-child { margin-bottom:70px; }

.cost_sec .box .title {
	position: relative;
	margin-bottom: 40px;
	padding: 18px 15px 20px 170px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	background: #13518b;
}

.cost_sec .box .title .icon {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 100%;
	padding-top: 5px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: #13518b;
	letter-spacing: 0.05rem;
	background: #fff100;
}

.cost_sec .box .title .icon span { font-size:3.6rem; }

.cost_sec .box .sbox {
	margin-bottom: 20px;
	background: #fafafc;
}

.cost_sec .box .sbox .txt {
	width: calc(100% - 480px);
	padding: 0 100px 0 50px;
	line-height: 2.4;
}

.cost_sec .box .sbox .img {
	width: 480px;
}

.cost_sec .box .txt01 {
	padding: 30px 0;
	text-align: center;
	font-size: 4.4rem;
	font-weight: 700;
	color: #13518b;
	border-bottom: dotted 1px #505050;
}

.cost_sec .box .txt02 {
	padding: 50px 0 25px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #353535;
	line-height: 60px;
}

.cost_sec .box .txt02 .head {
	display: inline-block;
}

.cost_sec .box .txt02 .foot {
	display: inline-block;
	margin-left: 15px;
	vertical-align: 20px;
}

.cost_sec .box .txt02 .head .frame {
	display: inline-block;
	width: 140px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 58px;
}

.cost_sec .box .txt02 .head .frame.yellow { background:#fff100; }
.cost_sec .box .txt02 .head .frame.gray { background:#eff0f1; }

.cost_sec .box .txt02 .head .parts { margin:0 15px; }

.cost_sec .list li {
	float: left;
	width: calc(50% - 10px);
	padding: 16px 50px 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	background: #13518b url(../images/pc/icon_check_white.png) 20px 26px no-repeat;
}

.cost_sec .list li:nth-child(2n) { float:right; }

.cost_sec .catch {
	margin-top: 50px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	color: #13518b;
	line-height: 1.65;
	letter-spacing: -0.05rem;
}

.cost_sec .catch .marker {
	margin-right: 15px;
	font-size: 6rem;
}

/*
SIMULATOR
***************************************************************************/
.simulator_sec {
	padding-top: 90px;
}

.simulator_sec .catch {
	padding: 55px 0;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.8;
}

/*
MERIT
***************************************************************************/
.merit_sec {
	padding: 80px 0;
}

.merit_sec.environment { background:#ecf3e8; }
.merit_sec.emergency { background:#f6f6f6; }

.merit_sec .sec_inner {
	padding: 60px 50px 70px;
	background: #fff;
}

.merit_sec .intro {
	margin-bottom: 40px;
}

.merit_sec .intro .title {
	margin-bottom: 45px;
	padding: 24px 10px 26px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.05rem;
	background: linear-gradient(180deg, #256ca0 0%, #0c3a70 100%);
}

.merit_sec .intro .inner {
	flex-direction: row-reverse;
}

.merit_sec .intro .img {
	width: 560px;
}

.merit_sec .intro .content {
	width: calc(100% - 560px);
	padding-right: 60px;
}

.merit_sec .intro .catch {
	font-weight: 400;
	color: #13518b;
	line-height: 1.45;
	font-family: 'Noto Serif JP', serif;
}

.merit_sec.environment .intro .catch {
	margin-bottom: 60px;
	font-size: 4.4rem;
}

.merit_sec.emergency .intro .catch {
	margin-bottom: 30px;
	font-size: 4rem;
}

.merit_sec.environment .intro .catch span {
	display: block;
	margin-top: 20px;
	font-size: 1.6rem;
}

.merit_sec.emergency .intro .catch span {
	display: block;
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.merit_sec .intro .txt {
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.65;
}

.merit_sec .intro .content li {
	margin-bottom: 10px;
	padding: 16px 20px 18px 50px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.8;
	background: #13518b url(../images/pc/icon_check_white.png) 20px 20px no-repeat;
}

.merit_sec .intro .content li:last-child { margin-bottom:0; }

.merit_sec .list {
	padding: 50px 40px;
	background: #eff0f1;

}

.merit_sec .list .box {
	float: left;
	width: 440px;
	margin: 10px;
	padding: 30px 40px 40px;
	font-size: 1.3rem;
	background: #fff;
	overflow: hidden;
}

.merit_sec .list .title {
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 2.4rem;
	color: #13518b;
	letter-spacing: 0;
	border-bottom: dotted 1px #13518b;
}

.merit_sec .list .txt {
	margin-bottom: 30px;
}

/*
ITEM
***************************************************************************/
.item_sec {
	padding: 80px 0;
	background: #eef7ff;
}

.item_sec .vis {
	position: relative;
	height: 760px;
	margin-bottom: 80px;
}

.item_sec .vis dl {
	display: table;
	position: absolute;
	bottom: 60px;
	left: 50px;
	width: 1000px;
	z-index: 1;
}

.item_sec .vis dt {
	display: table-cell;
	width: 290px;
	padding: 30px 40px;
	vertical-align: middle;
	font-size: 2.4rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.65;
	font-family: 'Noto Serif JP', serif;
	background: #13518b;
}

.item_sec .vis dd {
	display: table-cell;
	width: calc(100% - 290px);
	padding: 30px 40px;
	vertical-align: middle;
	background: #fff;
}

.item_sec .content .box {
	margin-bottom: 50px;
	padding: 60px 50px;
	background: #fff;
}

.item_sec .content .box .title {
	position: relative;
	margin-bottom: 50px;
	padding: 18px 10px 20px 90px;
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
	background: #13518b;
}

.item_sec .content .box .title span {
	font-size: 1.4rem;
}

.item_sec .content .box .title:before {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	padding-top: 6px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
	color: #13518b;
	letter-spacing: 0;
	background: #fff100;
}

.item_sec .content .box:nth-child(1) .title:before { content:'01'; }
.item_sec .content .box:nth-child(2) .title:before { content:'02'; }
.item_sec .content .box:nth-child(3) .title:before { content:'03'; }
.item_sec .content .box:nth-child(4) .title:before { content:'04'; }
.item_sec .content .box:nth-child(5) .title:before { content:'05'; }

.item_sec .content .box .img {
	position: relative;
	margin-bottom: 50px;
}

.item_sec .content .box .img .img_title {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 3rem;
	font-weight: 500;
	color: #13518b;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}

.item_sec .content .box .img .img_txt {
	position: absolute;
	top: 135px;
	left: 0;
	font-size: 1.1rem;
}

.item_sec .content .box .img.ex .img_txt { top:280px; }

.item_sec .content .box .img dl {
	position: absolute;
	top: 200px;
	left: 0;
	width: 500px;
	padding: 35px 30px 30px;
	font-size: 1.3rem;
	font-weight: 400;
	color: #fff;
	background: #13518b;
}

.item_sec .content .box .img.ex dl { top:40px; }

.item_sec .content .box .img dt {
	margin-bottom: 20px;
	padding: 0 15px 2px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #13518b;
	line-height: 40px;
	background: #fff;
}

.item_sec .content .box .img .img_parts {
	position: absolute;
	top: 115px;
	left: 450px;
	width: 120px;
	height: 120px;
	padding-top: 35px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	background: #e2ecf4;
	border-radius: 50%;
}

.item_sec .content .box .list {
	padding: 60px 50px;
	background: #eff0f1;
}

.item_sec .content .box .list dl {
	margin-bottom: 30px;
	padding: 35px 50px 45px;
	background: #fff;
}

.item_sec .content .box .list dl:last-child { margin-bottom:0; }

.item_sec .content .box .list dt {
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #13518b;
	border-bottom: dotted 1px #13518b;
}

.item_sec .content .box .list dd .mini_txt {
	margin-left: 20px;
	font-size: 1.1rem;
}

.item_sec .content .box .catch {
	position: relative;
	margin: 60px 0 40px;
	padding: 14px 20px 16px;
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	background: #618496;
}

.item_sec .content .box .catch:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background: #618496;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.item_sec .content .box .txt {
	margin-top: 40px;
}

.item_sec .content .box .txt .simg {
	width: 560px;
}

.item_sec .content .box .txt dl {
	width: calc(100% - 560px);
	padding-left: 20px;
}

.item_sec .content .box .txt dt {
	margin-bottom: 25px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 58px;
	border-radius: 360px;
}

.item_sec .content .box .txt dt.orange { background:#e88875; }
.item_sec .content .box .txt dt.yellow { background:#d2c151; }

.item_sec .content .box .txt dt span { font-size:1.8rem; }

.item_sec .content .box .stxt {
	margin-top: 40px;
	padding-top: 40px;
	border-top: dotted 1px #6b6b6b;
}

.item_sec .content .box .stxt dl {
	width: calc(100% - 520px);
	padding-right: 30px;
}

.item_sec .content .box .stxt dt {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #13518b;
}

.item_sec .content .box .stxt .simg {
	width: 520px;
}

.item_sec .other_content {
	padding: 60px 50px;
	background: #fff;
}

.item_sec .other_content .box:first-child {
	float: left;
	width: 550px;
}

.item_sec .other_content .box:last-child {
	float: right;
	width: 420px;
}

.item_sec .other_content .box .title {
	padding-bottom: 2px;
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	line-height: 58px;
	font-family: 'Noto Serif JP', serif;
	background: #13518b;
}

.item_sec .other_content .list {
	margin: 60px 10px 40px;
}

.item_sec .other_content .list li {
	margin-bottom: 25px;
	padding-left: 36px;
	font-size: 1.8rem;
	line-height: 1.75;
	background: url(../images/pc/icon_check_black.png) left 5px no-repeat;
}

.item_sec .other_content .list li:last-child { margin-bottom:0; }

.item_sec .other_content .slist li {
	position: relative;
	margin-left: 10px;
	padding-left: 1.1em;
	font-size: 1.2rem;
}

.item_sec .other_content .slist li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.item_sec .other_content .faq .title {
	position: relative;
	margin-bottom: 35px;
	padding: 0 20px 2px 100px;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	line-height: 68px;
	font-family: 'Noto Serif JP', serif;
	background: #13518b;
}

.item_sec .other_content .faq .title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	background: #fff100 url(../images/pc/icon_q.png) center center no-repeat;
}

/*
SUPPORT
***************************************************************************/
.support_sec {
	padding: 80px 0;
	background: #eff0f1;
}

.support_sec .box {
	margin-bottom: 50px;
	padding: 60px 50px 70px;
	background: #fff;
}

.support_sec .box:last-child { margin-bottom:0; }

.support_sec .box .title {
	margin-bottom: 40px;
	padding: 0 30px 2px;
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
	line-height: 68px;
	font-family: 'Noto Serif JP', serif;
	background: #13518b;
}

.support_sec .box .content {
	padding: 60px 50px;
	background: #dcebf2;
}

.support_sec .box .content.ex { padding:40px; }

.support_sec .box .sbox {
	position: relative;
	margin-bottom: 10px;
	padding: 40px;
	background: #fff;
}

.support_sec .box .sbox:last-child { margin-bottom:0; }

.support_sec .box .sbox:before {
	content: '';
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background: url(../images/pc/icon_plus.png) no-repeat;
	z-index: 2;
}

.support_sec .box .sbox:last-child:before { display:none; }

.support_sec .box .sbox .img {
	float: left;
	width: 280px;
}

.support_sec .box .sbox .img.ex {
	width: 320px;
	margin: 0 -20px;
}

.support_sec .box .sbox .txt {
	float: right;
	width: calc(100% - 280px);
	padding-left: 35px;
	font-size: 1.4rem;
}

.support_sec .box .sbox .txt ul {
	padding-bottom: 15px;
}

.support_sec .box .sbox .txt li {
	display: inline-block;
	margin: 0 -1px 2px 0;
	padding: 0 40px 2px;
	line-height: 38px;
	background: #eff0f1;
}

.support_sec .box .sbox .stxt {
	display: inline-block;
	margin: 0 15px 10px 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: #13518b;
	line-height: 40px;
}

.support_sec .box .sbox .simg {
	display: inline-block;
}

.support_sec .box .content.ex dl {
	float: left;
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
	padding: 35px 30px;
	font-size: 1.3rem;
	line-height: 2;
	background: #fff;
}

.support_sec .box .content.ex dl:last-child { margin-right:0; }

.support_sec .box .content.ex dt {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #13518b;
	line-height: 30px;
}

.support_sec .box .content.ex dt span {
	display: inline-block;
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
}

.support_sec .box .content.ex dl:nth-child(1) dt span { background-image:url(../images/pc/icon_support01.png); }
.support_sec .box .content.ex dl:nth-child(2) dt span { background-image:url(../images/pc/icon_support02.png); }
.support_sec .box .content.ex dl:nth-child(3) dt span { background-image:url(../images/pc/icon_support03.png); }

.support_sec .box .content .inner {
	padding: 40px 40px 45px;
	background: #fff;
}

.support_sec .box .content .inner .img {
	width: 510px;
}

.support_sec .box .content .inner .price {
	width: calc(100% - 510px);
	padding-left: 20px;
	text-align: center;
	font-size: 6rem;
	font-weight: 700;
	color: #375d93;
}

.support_sec .box .content .inner dl {
	margin-bottom: 20px;
}

.support_sec .box .content .inner dt {
	float: left;
	width: 300px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	line-height: 58px;
	background: #375d93;
}

.support_sec .box .content .inner dd {
	float: right;
	width: calc(100% - 300px);
	padding-left: 35px;
	font-size: 1.4rem;
}

.support_sec .box .tel {
	margin-bottom: 50px;
	text-align: center;
	font-size: 6rem;
	font-weight: 700;
	color: #375d93;
	line-height: 60px;
}

.support_sec .box .tel span {
	display: inline-block;
	width: 80px;
	margin-right: 20px;
	padding-bottom: 2px;
	vertical-align: 14px;
	font-size: 2rem;
	color: #fff;
	line-height: 58px;
	background: #375d93;
}

.support_sec .box .info dl {
	float: left;
	width: 490px;
}

.support_sec .box .info dl:last-child { float:right; }

.support_sec .box .info dt {
	/*float: left;
	width: 140px;*/
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	line-height: 38px;
	letter-spacing: 0.05rem;
	background: #4d4c4c;
}

.support_sec .box .info dd {
	/*float: left;*/
	/*width: calc(100% - 140px);*/
	padding: 0 0 2px 0;
	font-size: 1.5rem;
	line-height: 38px;
	background: #eff0f1;
	text-align:center
}

/*
FLOW
***************************************************************************/
.flow_sec {
	padding: 80px 0;
	background: #eef7ff;
}

.flow_sec .box {
	margin-bottom: 50px;
	padding: 60px 50px 70px;
	background: #fff;
}

.flow_sec .box:last-child { margin-bottom:0; }

.flow_sec .box .title {
	margin-bottom: 40px;
	padding: 0 30px 2px;
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
	line-height: 68px;
	font-family: 'Noto Serif JP', serif;
	background: #13518b;
}

.flow_sec .box .list li {
	margin-bottom: 30px;
}

.flow_sec .box .list li:last-child { margin-bottom:0; }

.flow_sec .box .sbox {
	position: relative;
	margin-bottom: 50px;
	padding: 50px 50px 70px;
	background: #e2ecf4;
}

.flow_sec .box .sbox:last-child { margin-bottom:0; }

.flow_sec .box .sbox:after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	width: 50px;
	height: 20px;
	margin-left: -25px;
	background: #e2ecf4;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flow_sec .box .sbox:last-child:after { display:none; }

.flow_sec .box .sbox .txt {
	margin-bottom: 40px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 58px;
	letter-spacing: 0.1rem;
}

.flow_sec .box .sbox.before .txt { background:#4d4c4c; }
.flow_sec .box .sbox.after .txt { background:#13518b; }

.flow_sec .box .sbox dl {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.flow_sec .box .sbox dl:last-child { margin-bottom:0; }

.flow_sec .box .sbox dt {
	display: table-cell;
	width: 220px;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
}

.flow_sec .box .sbox.before dt { background:#4d4c4c; }
.flow_sec .box .sbox.after dt { background:#13518b; }

.flow_sec .box .sbox dd {
	display: table-cell;
	width: calc(100% - 220px);
	padding: 20px 30px;
	vertical-align: middle;
	font-size: 1.5rem;
	background: #fff;
}

.flow_sec .box .sbox dd .list01 li {
	display: inline-block;
	margin-right: 20px;
	line-height: 2;
}

.flow_sec .box .sbox.after dd .list01 li {
	color: #13518b;
}

/*
PARTS
***************************************************************************/
/* ▼BUTTON▼ */
.btn_bound img {
	-webkit-animation: bomb 3s linear 0s infinite normal;
	animation: bomb 3s linear 0s infinite normal;
	transition: .3s;
}

@-webkit-keyframes bomb {
	0% { -webkit-transform:scale(0.95); }
	7% { -webkit-transform:scale(0.98); }
	14% { -webkit-transform:scale(0.94); }
	21% { -webkit-transform:scale(1); }
	28% { -webkit-transform:scale(0.94); }
	35% { -webkit-transform:scale(0.98); }
	42% { -webkit-transform:scale(0.93); }
	49% { -webkit-transform:scale(0.97); }
	56% { -webkit-transform:scale(0.95); }
	100% { -webkit-transform:scale(0.95); }
}

@keyframes bomb {
	0% { transform:scale(0.95); }
	7% { transform:scale(0.98); }
	14% { transform:scale(0.94); }
	21% { transform:scale(1); }
	28% { transform:scale(0.94); }
	35% { transform:scale(0.98); }
	42% { transform:scale(0.93); }
	49% { transform:scale(0.97); }
	56% { transform:scale(0.95); }
	100% { transform:scale(0.95); }
}


/* ▼BOX▼ */
.pc_flex_box {
	display: flex;
	align-items: center;
}

.pc_tbl_box {
	display: table;
	width: 100%;
}

/* ▼TITLE▼ */
.sec_title {
	position: relative;
	height: 120px;
	padding: 35px 320px 0 50px;
	font-size: 2.8rem;
	font-weight: 500;
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	background: url(../images/pc/sec_title_bg.jpg) center top no-repeat;
}

.sec_title.parts:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -85px;
	width: 170px;
	height: 170px;
	margin-top: -85px;
	/*background: url(../images/pc/sec_title_parts.png) no-repeat;*/
}

.sec_title .iblock {
	padding-right: 30px;
}

.sec_title .iblock .mark {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 1rem;
}

.title01 {
	position: relative;
	padding: 22px 20px 24px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 400;
	color: #fff;
	background: #13518b;
}

.title01.arrow:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background: #13518b;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ▼TEXT▼ */
.marker {
	display: inline-block;
	position: relative;
}

.marker:before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 16px;
	background: rgba(255,241,0,0.8);
	z-index: -1;
}

/* ▼LIST▼ */
.li_mb0 > li { margin-bottom:0px!important; }
.li_mb5 > li { margin-bottom:5px!important; }
.li_mb10 > li { margin-bottom:10px!important; }
.li_mb20 > li { margin-bottom:20px!important; }
.li_mb30 > li { margin-bottom:30px!important; }
.li_mb40 > li { margin-bottom:40px!important; }
.li_mb50 > li { margin-bottom:50px!important; }

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

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

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

.list01.mark > li:before { content:'※'; }

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

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.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; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb160 { margin-bottom:160px!important; }
.pc_mb150 { margin-bottom:150px!important; }
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb130 { margin-bottom:130px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb110 { margin-bottom:110px!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_mlr300 { margin-left:300px!important; margin-right:300px!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-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-100 { margin-left:-100px!important; margin-right:-100px!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-60 { margin-top:-60px!important; }
.pc_mt-70 { margin-top:-70px!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▼ */
.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_size15 { font-size:1.5rem!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; }

.weight_300 { font-weight:300!important; }
.weight_400 { font-weight:400!important; }
.weight_500 { font-weight:500!important; }
.weight_700, .bold { font-weight:700!important; }

.c_blue { color:#13518b!important; }
.c_yellow { color:#fff100!important; }
.c_orange { color:#f47b1d!important; }

.pc_lh2 { line-height:2!important; }
.pc_lh18 { line-height:1.8!important; }
.pc_lh16 { line-height:1.6!important; }
.pc_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; }

/* ▼line▼ */
.txt_line {
	padding-bottom: 10px;
	line-height: 2.8;
	border-bottom: dotted 1px #999;
}

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

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

/* ▼追加分▼ */
#pagecap {
    padding: 10px 0 40px;
    text-align: center
}
#pagecap h2 {
    font-size:3.4rem !important;
    color: red;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 4px;
    width: 1100px;
    margin: 0 auto;
    border: 1px solid red;
    padding: 20px
}

/* ▼新CV▼ */
.cta-box {
  border: solid 2px #7b7b7b;
  padding: 0px 0px;
  margin: 0 auto;
  width: 650px;
  width: 700px;
  background-color: #fff;
	font-family: YakuHanJP,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
}
.cta-box h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 7px 0;
  background-color: #7b7b7b;
  font-size: 21px;
  background-image: url(../images/pc/bkimg-contact-tit.png);
  background-repeat: no-repeat;
  background-position: 75px 0;
	font-family: YakuHanJP,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
}
.cta-box div {
  padding: 20px 0 30px;
	color: #424242;
}
.cta-box div .contact-btns {
	width:640px;
	margin:0 auto 20px;
	overflow:hidden
}
.cta-box div .contact-btns li {
	float: left;
width: 31.5%;
margin-right: 2%;
padding-bottom: 10px;
}
.cta-box div .contact-btns li:nth-child(3) {
	margin-right:0
}
.contact-btns li a {
  border-radius: 24px;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  margin-top: 20px;
  display: inline-block;
  box-shadow: 5px 5px 5px #bbb;
	text-decoration: none;
	width:100%
}
.cta-box div .contact-btns li:nth-child(1) a {
  background-color: #7e9fbb;
}
.cta-box div .contact-btns li:nth-child(2) a {
  background-color: #5c78a0;
}
.cta-box div .contact-btns li:nth-child(3) a {
  background-color: #c7629b;
}
.cta-box > div h3 {
  font-size: 26px;
  line-height: 1em;
	width:480px;
	margin:0 auto;
	font-family: YakuHanJP,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
}
.cta-box > div p {
  font-size: 16px;
	width:480px;
	margin:0 auto;
}
.cta-box > div .contact-info {
  align-items: center;
  width: 520px;
	margin:0 auto;
	padding: 5px 0 0;
}
.cta-box > div .contact-info img {
  vertical-align: baseline;
  width: 31px;
}
.cta-box > div .contact-info p.tel {
  color: #df583d;
  font-weight: bold;
  white-space: nowrap;
	width: auto;
margin: 0;
}
.cta-box > div .contact-info p.tel img {
  width: 180px;
}
.cta-box > div .contact-info p.time {
  font-size: 11px;
  color: #484848;
  font-weight: bold;
  line-height: 1.5em;
  width: 300px;
  text-align: center;
}
.cta-box > div .contact-info p {
  line-height: 1em;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.cta-box > div .border-txt {
  border: solid 1px #7b7b7b;
  margin-top: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.cta-box > div .border-txt img {
  margin-right: 12px;
  width: 14px;
}
.spbr {
	display:none
}