@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 {

}

/*
CP_AREA
***************************************************************************/
#cparea {
	background: #717071;
	padding: 50px 0;
	margin-bottom: 50px
}
#cparea .inner {
width: 1100px;
margin: 0 auto
}
#cparea .inner ul {
margin-bottom: 30px
}
#cparea .inner ul li:first-child , #cparea .inner ul li:nth-child(2) {
margin-bottom: 30px;
}
#cparea .inner ul li:last-child {
background: #4f4947;
border-radius: 20px;
padding: 45px 60px;
color: white;
font-weight: normal;
}
#cparea .inner ul li .mintxt {
font-size: 1.2rem;
line-height: 1.6;
text-indent: -1.9em;
padding-top: 10px;
margin-left: 21px;
}
#cparea .inner ul li .hanbai_flow {
line-height: 1.6
}
#cparea .inner ul li .hanbai_flow h3 {
font-size: 2.0rem;
margin-bottom: 5px
}

/*
TOPICS
***************************************************************************/
#topics01 {
	background: url("../images/lp06/pc/topic01_bg.jpg") no-repeat center top -300px;
	background-size: cover;
	padding: 50px 0;
	margin-bottom: 10px;
	width: 100%;
	position: relative
}
#topics02 {
	background: url("../images/lp06/pc/topic02_bg.jpg") no-repeat center top -200px;
	background-size: cover;
	padding: 50px 0;
	margin-bottom: 40px;
	width: 100%;
	position: relative
}
#topics01 .topic_ttl , #topics02 .topic_ttl {
width: 100%;
position: absolute;
top: -14px;
text-align: center
}
#topics01 .topic_ttl img , #topics02 .topic_ttl img {
width: 1000px;
}
#topics01 .topic_img , #topics02 .topic_img {
width: 1000px;
margin: 0 auto;
padding-top: 150px
}

.caution {
width: 1000px;
margin: 0 auto 60px
}
.caution p {
font-weight: normal;
font-size: 1.2rem;
line-height: 1.4;
text-indent: -1.9em;
margin-bottom: 3px
}
/*

SYSTEM
***************************************************************************/
#system {
margin-bottom: 50px
}
#system ul {
width: 1000px;
margin: 0 auto;
}
#system ul li {
margin-bottom: 30px;
border-bottom: 1px solid black;
padding-bottom: 30px;
}
#system ul li:nth-child(3) {
margin-bottom: 15px;
}
#system ul li:nth-child(3) .graph_txt {
	text-align:right;
	margin-top:5px;
	margin-right: 12px;
}
#system ul li:nth-child(5) {
padding-bottom: 0;
margin-bottom: 0
}
#system ul li:nth-child(3) , #system ul li:nth-child(4) , #system ul li:nth-child(5) {
border: none
}
#system ul li .service {
background: #fbf9d6;
border-radius: 20px;
padding: 20px
}
#system ul li .service p {
	line-height: 1.6;
	font-weight: normal;
  margin-bottom: 10px;
	width:940px
}
#system ul li .service p span {
	font-size:1.2rem;
	line-height: 1.6;
  font-weight: normal;
}
#system ul li .service .hcap {
	width:930px;
	padding-top:10px
}
#system ul li .service ul {
overflow: hidden;
width: 100%;
display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#system ul li .service ul li {
float: left;
border-right: 1px dotted black;
border-bottom: none;
padding-right: 40px;
margin-right: 40px;
font-size: 1.2rem;
line-height: 1.6;
font-weight: normal;
margin-bottom: 0
}
#system ul li .service ul li img {
margin-bottom: 10px;
width: 100%;
}
#system ul li .service ul li:nth-child(1) {
width: 300px
}
#system ul li .service ul li:nth-child(2) {
width: 270px
}
#system ul li .service ul li:last-child {
border: none;
margin-right: 0;
padding-right: 0;
width: 265px
}
/*
VOICE
***************************************************************************/
#voice {
width: 1000px;
margin: 0 auto 70px;
}
#voice ul {
overflow: hidden;
padding-top: 40px
}
#voice ul li {
float: left;
width: 48%;
margin-right: 4%
}
#voice ul li:last-child {
margin-right: 0
}
/*
ABOUT
***************************************************************************/
#about {
width: 1000px;
margin: 0 auto 30px;
}
/*

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

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

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

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

/*


/*
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
}

.kiyaku_contents {
  overflow: auto;
  height: 300px;
  padding: 20px 20px;
  position: relative;
  background-color: #fff;
  text-align: left;
  width: 750px;
  margin: 30px auto 20px;
  color: black;
  font-size: 1.2rem
}
.kiyaku_contents2 {
  overflow: auto;
  height: 300px;
  padding: 20px 20px;
  position: relative;
  background-color: #fff;
  text-align: left;
  width: 750px;
  margin: 30px auto 0;
  color: black;
  font-size: 1.2rem;
  border: 1px solid black
}
.kiyaku_contents h4 , .kiyaku_contents2 h4 {
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px !important;
}
.box {
text-align: center
}

/* ▼type_B▼ */
.cv_sec_b {
  padding: 0 0 30px;
}

#riyu {
background: url("../images/lp06/pc/bg_sky.jpg") no-repeat;
background-size: cover;
padding-bottom: 50px
}
#riyu ul {
width: 900px;
margin: 0 auto
}
#riyu ul li {
margin-bottom: 50px;
}
#riyu ul li p {
	color:white;
	font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  padding-top: 10px;
}
#riyu ul li:last-child {
margin-bottom: 0
}
.container {
  max-width: 100%;
  margin: 0 auto;
}

.block , .block2 {
  margin: 0 auto 60px;
  position: relative
}

.block p {
  margin: 0;
  padding:0;
  text-align: center;
  position: absolute;
  top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  z-index: 1;
}
.block2 p {
  margin: 0;
  padding:0;
  text-align: center;
  position: absolute;
  top: -10%;
  left: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  z-index: 1;
}
.block p img {
width: 550px
}
.block2 p img {
width: 160px
}

.block::after {
content: '';
display: block;
background-color: #fff;
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
width: 100%;
height: 180px;
}
.block2::after {
content: '';
display: block;
background-color: black;
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
width: 100%;
height: 100px;
}

.wid100 {
  width: 100%;
}
.wid30 {
  width: 30%;
}

#merit {
width: 1000px;
margin: 0 auto 50px
}

#genin {
background: url("../images/lp06/pc/genin_bg.png") no-repeat;
background-size: cover;
padding: 50px 0
}
#genin ul {
width: 900px;
margin: 0 auto
}
#genin ul li {
margin-bottom: 50px;
}
#genin ul li:last-child {
margin-bottom: 0
}

#riyu2 {
background: url("../images/lp06/pc/bg_sky.jpg") no-repeat;
background-size: cover;
padding: 0 0 100px
}
#riyu2 ul {
width: 900px;
margin: 0 auto
}
#riyu2 ul li {
margin-bottom: 50px;
}
#riyu2 ul li p {
  color: white;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  padding-top: 10px;
}
#riyu2 ul li:last-child {
margin-bottom: 0
}

.cvt_area {
width: 800px;
margin: 0 auto;
padding: 30px 0
}
.cvt_area .cvt_txt {
text-align: center;
font-size: 1.8rem;
font-weight: bold;
padding-top: 20px
}
.cvt_area .unline {
background: linear-gradient(transparent 60%, #f4d435 30%);
display: inline-block;
}

.voice_ttl {
background: #ffdb2a;
padding: 20px 0
}

.box_min {
width: 930px !important
}
.box_min img {
width: 100%
}

.f_banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 150px;
  z-index: 999;
}
.f_banner img {
	width:100%
}
	.fb_sp {
    display: none;
  }
.banner_area {
  width: 750px;
  margin: 50px auto 30px;
}
.bannercap {
  text-align: center;
  padding-top: 0px;
	color: white;
}

.video-container {
	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
