@charset "utf-8";

/* =================== */
/*        reset        */
/* =================== */
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	text-align: left;
	background-color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

table {
	font-size: inherit;
	/* モダンブラウザ向け */
	font: 100%;
	/* Win IE 5-5.5､6(後方互換モード)向け */
}

fieldset,
img {
	border: 0;
}

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

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

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

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

abbr,
acronym {
	border: 0;
}

input[type="radio"],
input[type="checkbox"],
label,
button,
input[type="submit"] {
	cursor: pointer;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #cccccc;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

select {
	height: 50px;
	padding: 5px 5px 5px 20px;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #cccccc;
	box-sizing: border-box;
	border-radius: 0;
}

textarea {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #cccccc;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}

/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}

/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}

/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}

/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}

/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}

/* Android chrome対策 */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	max-height: 100%;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 100%;
}

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

a:link {
	color: #0B8BD2;
}

a:visited {
	color: #0B8BD2;
}

a.normal:link {
	color: #231815;
}

a.normal:visited {
	color: #231815;
}

a:hover {
	text-decoration: none;
}

a:active {}

a.noline {
	text-decoration: none;
}

a.reverse {
	text-decoration: none;
}

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

.linkBox {
	cursor: pointer;
}

body {
	text-align: center;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

a {
	/* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}

.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ov:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* ie 8 */
	-moz-opacity: 0.7;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;
	/* Safari 1.x */
}

.ovImg:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* ie 8 */
	-moz-opacity: 0.7;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;
	/* Safari 1.x */
}

.nowrap {
	white-space: nowrap;
}

.mincho {
	font-family: "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'メイリオ', "HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}

.gothic {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}

.lato {
	font-family: 'Lato', sans-serif;
}

* {
	box-sizing: border-box;
}

/* Utility */
@media screen and (max-width:767px) {
	.u-sp-hide {
		display: none;
	}
}

.u-sp-show,
.u-sp-show-inline {
	display: none;
}

@media screen and (max-width:767px) {
	.u-sp-show {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.u-sp-show-inline {
		display: inline;
	}
}

.u-yellow-maker {
	font-weight: bold;
	background: linear-gradient(transparent 30%, #FFEF00 0%);

}

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

	body {
		font-size: 16px;
	}

	input[type="text"],
	input[type="search"],
	input[type="tel"],
	input[type="url"],
	input[type="email"],
	input[type="password"],
	input[type="date"],
	input[type="number"] {
		height: 45px;
		padding: 5px 10px;
		font-size: 25px;
		border: 2px solid #cccccc;
	}

	select {
		width: 100%;
		height: 45px;
		padding: 5px 5px 5px 10px;
		font-size: 25px;
		border: 2px solid #cccccc;
	}

	textarea {
		padding: 5px 10px;
		font-size: 25px;
		border: 2px solid #cccccc;
	}
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb75 {
	margin-bottom: 75px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb85 {
	margin-bottom: 85px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb95 {
	margin-bottom: 95px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb110 {
	margin-bottom: 110px;
}

.mb120 {
	margin-bottom: 120px;
}

/* margin-top */
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

/* margin-left */
.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

/* margin-right */
.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

/* padding-top */
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

/* padding-bottom */
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb55 {
	padding-bottom: 55px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

/* width */
.w10 {
	width: 10px;
}

.w20 {
	width: 20px;
}

.w30 {
	width: 30px;
}

.w40 {
	width: 40px;
}

.w50 {
	width: 50px;
}

.w60 {
	width: 60px;
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px;
}

.w90 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w110 {
	width: 110px;
}

.w120 {
	width: 120px;
}

.w130 {
	width: 130px;
}

.w140 {
	width: 140px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w240 {
	width: 240px;
}

.w250 {
	width: 250px;
}

.w300 {
	width: 300px;
}

.w350 {
	width: 350px;
}

.w400 {
	width: 400px;
}

.w450 {
	width: 450px;
}

.w500 {
	width: 500px;
}

.wfull {
	width: 100%;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

.alignL {
	text-align: left;
}

.veralignT {
	vertical-align: top;
}

.veralignM {
	vertical-align: middle;
}

.veralignB {
	vertical-align: bottom;
}

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

.bold {
	font-weight: bold;
}

.red {
	color: #ff3f00;
}

.blue {
	color: #1184df;
}

.yellow {
	color: #fdea01;
}

.bgYellow {
	background-color: #fff100;
}

.marker {
	background: linear-gradient(transparent 60%, #fdea02 60%);
}

.underline {
	text-decoration: underline;
}

.large {
	font-size: 24px;
}

.large-x {
	font-size: 36px;
}

.small {
	font-size: 86%;
}

@media screen and (min-width:768px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.pc {
		display: none;
	}

	.large {
		font-size: 15px;
	}

	.large-x {
		font-size: 18px;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 24px;
}


.define_wrap {
	padding: 0 24px;
}

.define_inner {
	max-width: 100%;
	width: 1100px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 18px;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 50px;
	z-index: 5;
}

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

	.l-pageTop {
		width: 60px;
		bottom: 120px;
		right: 24px;
	}
}

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

	.l-pageTop {
		width: 80px;
		bottom: 170px;
		right: 15px;
	}

	.l-wrap {
		min-width: 767px;
		overflow: hidden;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background: #fff;
}

.l-header__logo {
	margin-left: 50px;
}

.l-header__right {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.l-header__right__tel {
	margin-right: 35px;
}



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

	.l-header {
		height: 80px;
		padding: 0 24px 0 24px;
	}

	.l-header__logo {
		width: 200px;

	}

	.l-header__right__tel {
		width: 215px;
		margin-right: 15px;
	}

	.l-header__right__btn a {
		padding: 10px 50px 10px 15px;
		font-size: 14px;
	}
}

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

	.l-header {
		height: auto;
		padding: 0;
	}

	.l-header__logo {
		width: 450px;
		margin: 20px auto;
	}

	.l-header__logo img {
		width: 100%;
	}

	.l-header__right__btn {
		width: 55px;
		height: 55px;
		margin-bottom: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: none;
	}

	.l-header__right__btn a {
		padding: 0;
		font-size: 14px;
	}

	.l-header__right {

		margin-right: 0;
	}

}

/**********************************

 l-footer

***********************************/
.l-footer {
	margin-bottom: 100px;
}

.l-footer__top {
	background-color: #fff;
}

.l-footer__top__inner {
	padding: 25px 0;
}

.l-footer__top__inner p {
	text-align: center;
}

.l-footer__bottom {
	background-color: #f8f8f8;
}

.l-footer__bottom__inner {
	padding: 35px 0;
}

.l-footer__bottom__inner p {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px) {
	.l-footer {
		margin-bottom: 140px;
		border-top: 1px solid #dddddd;
		min-width: 767px;
		overflow: hidden;
	}

	.l-footer__top__inner {
		padding: 12px 0;
	}

	.l-footer__top__inner p {
		width: 169px;
		margin: 0 auto;
	}

	.l-footer__bottom__inner {
		padding: 20px 0;
	}

	.l-footer__bottom__inner p {
		font-size: 10px;
	}
}

/**********************************

 l-floatingBnrPc

***********************************/
.l-floatingBnrPc {
	width: 100%;
	height: 100px;
	background-color: #fff;
	border-top: 3px solid #ff3f00;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-floatingBnrPc__inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
	position: relative;
}

.l-floatingBnrPc__inner__logo {
	width: 25.3061224%;
	padding-right: 15px;
}

.l-floatingBnrPc__inner__tel {
	width: 27.1428571%;
	padding-right: 15px;
}

.l-floatingBnrPc__inner__btn {
	margin-right: 150px;
	margin-bottom: 3px;
}



.l-floatingBnrPc__inner__pic {
	width: 333px;
	height: 133px;
	position: absolute;
	bottom: 36px;
	right: -190px;
}

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

	.l-floatingBnrPc__inner__pic {
		width: 200px;
		height: 133px;
		position: absolute;
		bottom: -20px;
		right: -40px;
	}

}

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

	.l-floatingBnrPc__inner__btn a {
		padding: 15px 12px 15px 12px;
		font-size: 14px;
	}

	.l-floatingBnrPc__inner__pic {
		width: 200px;
		height: 133px;
		position: absolute;
		bottom: -20px;
		right: -40px;
	}

}

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

/**********************************

 l-floatingBnrSp

***********************************/
.l-floatingBnrSp {
	width: 100%;
	background-color: #238c00;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	max-width: 767px;
	height: 140px;
}

.l-floatingBnrSp>a {
	display: block;
	text-align: center;
}

.l-floatingBnrSp>a>img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.l-floatingBnrSp ul {
	display: flex;
}

.l-floatingBnrSp ul li {
	display: flex;
	justify-content: center;
}

.l-floatingBnrSp ul li a {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.l-floatingBnrSp ul li:nth-child(1) {
	width: 67%;
	background: #2993c2;
}

.l-floatingBnrSp ul li:nth-child(2) {
	width: 33%;
	background: #ffdf00;
}

.l-floatingBnrSp ul li img {
	/* height: 50px; */
	height: 140px;
	max-width: inherit;
	/* width: 100%; */
}



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


/**********************************

 heroSec

***********************************/

.heroSec {
	background: url(../image/hero_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 50px 0;
}

.heroSec_inner_ttl {
	padding-bottom: 30px;
}

.heroSec_inner_ttl img {
	width: 60%;
	height: auto;
}

@media screen and (max-width:767px) {
	.heroSec_inner_ttl img {
		width: 100%;
	}
}



.heroSec_inner_ttl_sp {
	display: none;
}

.heroSec_inner_point {
	display: flex;
	width: 660px;
}

@media screen and (max-width:767px) {
	.heroSec_inner_point {
		display: block;
		width: 100%;
		margin-top: 100px;
	}

	.heroSec_inner_point li {
		margin-bottom: 20px;
	}

	.heroSec_inner_500yen {
		text-align: center;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	/* .heroSec_inner h2{
		display: none;
	} */

	/* .heroSec{
		background: url(../image/mob_fv.png);
		height: 1050px;
	} */

	.heroSec {
		background: url(../image/hero_bg_sp.png) no-repeat center;
		background-size: cover;
		padding: 0 20px;
	}

	.heroSec_inner_ttl_sp {
		display: block;
		width: 100%;
	}


	/* .camp_bnr_inner{
		display: none;
	} */
}





/**********************************

 campaignBannarSec

***********************************/
.camp_bnr {
	/* background: url(../image/camp_bnr_bg.jpg) no-repeat center center;
	background-size: cover; */
	background: #174663;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
	.camp_bnr {
		padding: 10px 0 40px;
	}

	.camp_bnr .u-sp-show {
		text-align: center;
	}
}

.camp_bnr_txt_yellow {
	text-align: left;
	color: #FAED00;
	font-weight: bold;
	font-size: 45px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding-top: 10px;
	z-index: 1;
	position: relative;
}

.camp_bnr_txt_white {
	text-align: left;
	color: #FFF;
	letter-spacing: 0.10em;
	font-size: 20px;
	font-weight: bold;
	z-index: 1;
	position: relative;
}

.camp_bnr .flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 960px;
	margin: -20px auto 0;
}

@media screen and (min-width: 768px) {
	.camp_bnr .flex .item:nth-child(1) {
		padding-right: 25px;
	}

	.camp_bnr .flex .item:nth-child(2) {
		width: 310px;
	}
}

.camp_bnr_cv {
	border: 2px solid #fff;
	position: relative;
	padding: 60px 0 30px;
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0;
}

.camp_bnr_cv dt {
	position: absolute;
	background: #ffff00;
	color: #174662;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	top: -25px;
	width: 90%;
}

.camp_bnr_cv dt span {
	color: #f15a24;
}

.camp_bnr_cv dt span b {
	font-size: 26px;
}

.camp_bnr_cv dd ul {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}

.camp_bnr_cv dd ul li {
	width: 48%;
}

.camp_bnr_img {
	margin-top: -30px;
}

/* .camp_bnr_img{
	position: absolute;
	left: 57%;
	top: -30px;
	z-index: 0;
} */

.camp_bnr_img img {
	width: 300px;
}

@media screen and (max-width:767px) {
	.camp_bnr_img img {
		display: none;
	}

	.camp_bnr_txt_yellow,
	.camp_bnr_txt_white {
		text-align: center;
	}

	.camp_bnr_txt_white span {
		color: #E95513;
		font-size: 25px;
	}

	.camp_bnr_cv {
		width: 90%;
		margin-top: 70px;
		padding: 90px 0 30px;
	}

	.camp_bnr_cv dt {
		font-size: 26px;
		width: 95%;
		top: -50px;
	}

	.camp_bnr_cv dt span b {
		font-size: 34px;
	}

	.camp_bnr_cv dd ul {
		flex-direction: column;
		align-items: center;
		width: 80%;
	}

	.camp_bnr_cv dd ul li {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.camp_bnr_cv dd ul li+li {
		margin-top: 25px;
	}


}

/**********************************

 About

***********************************/
.aboutSec_inner {
	position: relative;
}

@media screen and (max-width: 767px) {
	.aboutSec_inner {
		padding: 0 18px;
	}
}

.aboutSec_inner_t {
	width: 70%;
}

.aboutSec_inner_ttl {
	color: #174663;
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}

@media screen and (max-width:767px) {
	.aboutSec_inner_ttl {
		font-size: 46px;
	}
}

.aboutSec_inner_ttl .orange {
	color: #E95513;
}

.aboutSec_inner_txt1 {
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.75em;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width:767px) {
	.aboutSec_inner_txt1 {
		font-size: 30px;
	}
}

.aboutSec_inner_txt2 {
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.75em;
	font-size: 20px;
	z-index: 2;
	position: relative;
	width: 80%;
}

@media screen and (max-width:767px) {
	.aboutSec_inner_txt2 {
		width: 100%;
		font-size: 30px;
	}
}

.aboutSec_inner_txt3 {
	display: inline;
	font-weight: bold;
	font-size: 25px;
	background: linear-gradient(transparent 70%, rgba(233, 85, 19, 0.38) 70%);
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}

.aboutSec_inner_txt23 {
	margin-bottom: 100px;
}



.aboutSec_inner_bg1 {
	text-align: center;
}

.aboutSec_inner_bg1 img {}

.aboutSec_bg2 {
	text-align: center;
}

.aboutSec_bg2 img {}



.aboutSec_inner_phone {
	position: absolute;
	right: 0;
	top: -5%;
	width: 40%;
	z-index: 1;
}

.aboutSec_inner_phone_sp {
	text-align: center;
}

.aboutSec_inner_phone img {
	width: 500px;
}

@media screen and (max-width:767px) {
	.aboutSec_inner_t {
		width: 100%;
	}

	/* .aboutSec_inner_ttl{
		width: 65%;
	} */

	/* .aboutSec_inner_txt1{
	  width: 65%;
	} */

	/* .aboutSec_inner_txt2{
		width: 80%;
	} */

	.aboutSec_inner_phone {
		right: -5%;
		top: 5%;
	}





}



/**********************************

 cvSec

***********************************/
.cvSec {
	background: url(../img/bnr_bg_01.jpg) no-repeat center center;
	background-size: cover;
}

.cvSec.--nonbg {
	background: #174663;
	padding: 10px 0 15px;
	margin-top: 0;
}

.cvSec.--nonbg .cvSec_inner_ttl {
	font-size: 25px;
}

@media screen and (max-width: 767px) {
	.cvSec.--nonbg {
		background: #174663;
		padding: 45px 0 55px;
		margin-top: 25px;
		min-width: 767px;
		overflow: hidden;
	}

	.cvSec.--nonbg .cvSec_inner_ttl {
		font-size: 32px;
		margin-bottom: 10px;
	}
}

.cvSec_inner_ttl {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 0.15em;
	font-size: 27px;
}

@media screen and (max-width:767px) {
	.cvSec_inner_ttl {
		font-size: 32px;
	}
}

.cvSec_inner_ttl span {
	color: #FAED00;
}

.cvSec_inner_ul {
	display: flex;
	justify-content: center;
	padding: 40px 30px;
}

/* .cvSec_inner_ul img{
	width: 500px;
} */

.cvSec_inner_ul li+li {
	margin: 0 0 0 60px;
}



@media screen and (min-width:768px) {
	.cvSec_inner_ul li+li {
		margin-left: 60px;
	}

	.cvSec_inner_ul li img {
		max-width: 320px;
	}

	/* .cvSec_inner_ul li a[href^="tel:"] {
		pointer-events: none;
	} */
}

@media screen and (max-width: 767px) {
	.cvSec_inner_ul {
		flex-direction: column;
	}

	.cvSec_inner_ul li {
		display: flex;
		justify-content: center;
	}

	.cvSec_inner_ul li+li {
		margin: 20px 0 0 0;
	}
}



/**********************************

 troubleSec

***********************************/
.troubleSec {
	background: #C8DDDF;
	padding-top: 50px;
}

.troubleSec_inner {
	position: relative;
}

.troubleSec_inner_ttl {
	color: #174663;
	font-weight: bold;
	font-size: 30px;
	width: 450px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15em;
	position: relative;
}

@media screen and (max-width:767px) {
	.troubleSec_inner_ttl {
		font-size: 36px;
		width: 560px;
	}
}

.troubleSec_inner_ttl::after,
.troubleSec_inner_ttl::before {
	position: absolute;
	top: 0;
	content: '';
	width: 80px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.troubleSec_inner_ttl::after {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-right: 1px solid #174663;
	right: 0;
}

.troubleSec_inner_ttl::before {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-left: 1px solid #174663;
	left: 0;
}

.troubleSec_inner_flex {
	display: flex;
	justify-content: space-around;
	margin: 100px 50px 0 50px;
}

.troubleSec_inner_flex_item {
	background-color: #FFF;
	width: 230px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:767px) {
	.troubleSec_inner_flex_item {
		width: 560px;
		padding: 20px;
	}
}

.troubleSec_inner_flex_item::after,
.troubleSec_inner_flex_item::before {
	position: absolute;
	top: -10px;
	content: '';
	width: 100px;
	height: calc(100% + 20px);
	display: inline-block;
	box-sizing: border-box;
}

.troubleSec_inner_flex_item::after {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-right: 1px solid #174663;
	right: -10px;
}

.troubleSec_inner_flex_item::before {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-left: 1px solid #174663;
	left: -10px;
}

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

	.troubleSec_inner_flex_item::after,
	.troubleSec_inner_flex_item::before {
		width: 180px;
		top: -5px;
		height: calc(100% + 10px);
	}

	.troubleSec_inner_flex_item::before {
		left: -5px;
	}

	.troubleSec_inner_flex_item::after {
		right: -5px;
	}
}


.troubleSec_inner_flex_txt {
	text-align: center;
	color: #174663;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
	.troubleSec_inner_flex_txt {
		font-size: 30px;
	}
}

.troubleSec_inner_flex_item img {
	position: absolute;
	width: 70px;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.troubleSec_inner_txt {
	padding-top: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.troubleSec_inner_txt img {
	width: 100%;
}

.troubleSec_inner_man {
	position: absolute;
	top: 40px;
	left: -120px;
	z-index: 0;
}

.troubleSec_inner_man img {
	width: 250px;
}

.troubleSec_inner_solution {
	max-width: 1000px;
	margin: 80px auto 0;
}

@media screen and (max-width:767px) {
	.troubleSec_inner_flex {
		display: block;
		margin-top: 50px;
	}

	.troubleSec_inner_flex_item {
		margin: 0 auto 60px auto;
	}

	.troubleSec_inner_flex_item:nth-child(3) {
		margin-bottom: 0;
	}

}




/**********************************

 catchbnrSec

***********************************/
.catchbnrSec {
	background-image: url(../image/catch_bnr_bg.jpg);
	background: #174662;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	color: #FFF;
	margin-top: -54px;
	position: relative;
}

.catchbnrSec::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #174662 transparent transparent transparent;
}

.catchbnrSec_inner {
	position: relative;
	padding: 15px 0;
}

.catchbnrSec_inner img {
	position: absolute;
	width: 430px;
	top: 35px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.catchbnrSec_inner_txt {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.1em;
}

.catchbnrSec_inner_ttl {
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	letter-spacing: 0.1em;

}

@media screen and (max-width:767px) {
	.catchbnrSec_inner_ttl {
		font-size: 30px;
	}

	.catchbnrSec_inner_txt {
		font-size: 25px;
	}

	.catchbnrSec_inner img {
		width: 360px;
		top: 33px;
	}
}


/**********************************

 catchSec

***********************************/
.catchSec {
	position: relative;
}

.catchSec_inner {
	position: relative;
	padding-top: 100px;
}

.catchSec_inner_img {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.catchSec_inner_img img {
	width: 70px;
}

.catchSec_inner_ttl {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #174663;
	position: relative;
	width: 450px;
	margin: 0 auto 100px auto;
}

@media screen and (max-width:767px) {
	.catchSec_inner_ttl {
		font-size: 36px;
	}
}

.catchSec_inner_ttl::after,
.catchSec_inner_ttl::before {
	position: absolute;
	top: 0;
	content: '';
	width: 80px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.catchSec_inner_ttl::after {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-right: 1px solid #174663;
	right: 0;
}

.catchSec_inner_ttl::before {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-left: 1px solid #174663;
	left: 0;
}


.catchSec_inner_txt {
	padding-bottom: 50px;
}

.catchSec_inner_txt_kon {
	font-size: 40px;
	font-weight: 900;
	color: #174663;
	letter-spacing: 0.15em;
	padding-bottom: 10px;

}

.catchSec_inner_txt_orange {
	font-size: 50px;
	color: #E95513;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-bottom: 50px;

}

.catchSec_flex {
	display: flex;
	justify-content: space-between;
}

.catchSec_flex .item {
	width: 55%;
}

.catchSec_flex .item:nth-child(2) {
	width: 45%;
}

@media screen and (max-width: 767px) {
	.catchSec_flex {
		flex-direction: column-reverse;
	}

	.catchSec_flex .item,
	.catchSec_flex .item:nth-child(2) {
		width: 100%;
		text-align: center;
	}

	.catchSec_flex .item:nth-child(2) {
		margin-bottom: 10px;
	}

	.catchSec_flex .item p {
		text-align: center;
	}
}

.catchSec_txt {
	background: #C8DDDF;
	padding: 5px 0;
}

.catchSec_txt p {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #174663;
}

@media screen and (max-width:767px) {
	.catchSec_txt {
		min-width: 767px;
		overflow: hidden;
	}

	.catchSec_txt p {
		font-size: 36px;
	}
}

.catchSec_txt span {
	font-size: 35px;
}

@media screen and (max-width:767px) {
	.catchSec_txt span {
		font-size: 42px;
	}
}

.catchSec_txt span.orange {
	color: #E95513;
}

.catchSec_txt .catchSec_txt_subtext {
	font-size: 22px;
	line-height: 1;
}

@media screen and (max-width:767px) {
	.catchSec_txt .catchSec_txt_subtext {
		font-size: 28px;
	}
}

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

	.catchSec_inner_txt {
		padding: 0 5%;
	}
}

/**********************************

 comparisonSec

***********************************/
.comparisonSec {
	position: relative;
	padding: 60px 0 50px;
	background: rgba(250, 237, 0, .15);
	margin-bottom: 60px;
}


.comparisonSec_inner {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}

.comparisonSec_inner_ttl {
	text-align: center;
	margin-bottom: 50px;
}

.comparisonSec_inner_ttl>div {
	padding-top: 10px;
	font-weight: bold;
	font-size: 38px;
	color: #174663;
	display: inline;
	background: linear-gradient(transparent 55%, #fcee21 55%);
}

@media screen and (max-width:767px) {
	.comparisonSec_inner_ttl>div {
		font-size: 46px;
	}
}

.comparisonSec_inner img {
	width: 100%;
}

.c_table_ttl {
	width: 85%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.c_table_ttl img {
	width: 100%;
}


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



/**********************************

 reasonSec

***********************************/
.reasonSec {
	background: url(../image/reason_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 150px 0;
}

.reasonSec_inner {
	position: relative;
}

.reasonSec_inner_txt {
	position: absolute;
	bottom: -220px;
	left: 0;
	width: 100%;
}

.reasonSec_inner_txt img {
	width: 100%;
}

.reasonSec_inner_ttl {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #174663;
	letter-spacing: 0.1em;
	position: relative;
	width: 500px;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.reasonSec {
		min-width: 767px;
	}

	.reasonSec_inner_ttl {
		font-size: 40px;
	}

	.reasonSec_inner_txt {
		overflow: hidden;
		/* overflow: hidden;
		min-width: 767px; */
	}
}

.reasonSec_inner_t {
	position: relative;
}

.reasonSec_inner_t img {
	position: absolute;
	width: 70px;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}

.reasonSec_inner_ttl::after,
.reasonSec_inner_ttl::before {
	position: absolute;
	top: 0;
	content: '';
	width: 70px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.reasonSec_inner_ttl::after {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-right: 1px solid #174663;
	right: 0;
}

.reasonSec_inner_ttl::before {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-left: 1px solid #174663;
	left: 0;
}

.reasonSec_inner_flex {
	display: flex;
	justify-content: space-around;
	padding-top: 70px;
}

@media screen and (max-width:767px) {
	.reasonSec_inner_flex {
		display: block;
		max-width: 700px;
		margin: 0 auto;
	}
}

.reasonSec_inner_flex_item {
	width: 300px;
}

@media screen and (max-width:767px) {
	.reasonSec_inner_flex_item {
		width: auto;
	}
}

.reasonSec_inner_flex_img {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
	.reasonSec_inner_flex_img {
		margin-bottom: 0;
	}
}

.reasonSec_inner_flex_img img {
	width: 100px;
}

@media screen and (max-width:767px) {
	.reasonSec_inner_flex_img img {
		width: 160px;
	}
}

.reasonSec_inner_flex_txt {
	background-color: #FFF;
	font-weight: bold;
	font-size: 17px;
	padding: 10px;
	position: relative;
	color: #174663;
}

@media screen and (max-width:767px) {
	.reasonSec_inner_flex_txt {
		margin-bottom: 20px;
		font-size: 30px;
	}
}

.reasonSec_inner_flex_txt::after,
.reasonSec_inner_flex_txt::before {
	position: absolute;
	top: -6px;
	content: '';
	width: 100px;
	height: calc(100% + 12px);
	display: inline-block;
	box-sizing: border-box;
}

.reasonSec_inner_flex_txt::after {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-right: 1px solid #174663;
	right: -6px;
}

.reasonSec_inner_flex_txt::before {
	border-top: 1px solid #174663;
	border-bottom: 1px solid #174663;
	border-left: 1px solid #174663;
	left: -6px;
}

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


/**********************************

 resultttlSec

***********************************/
.resultttlSec {
	padding-top: 150px;
	padding-bottom: 0;
	background-color: #174663;
}

.resultttlSec_inner {
	position: relative;
}

.resultttlSec_inner img {
	position: absolute;
	width: 70px;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}



.resultttlSec_inner_txt {
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	position: relative;
	width: 400px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.resultttlSec_achievements {
	display: flex;
	justify-content: center;
	padding-top: 0;
	max-width: 1150px;
	margin: auto;
	padding-right: 20px;
}

@media screen and (max-width:767px) {
	.resultttlSec {
		min-width: 767px;
		overflow: hidden;
	}

	.resultttlSec_inner_txt {
		font-size: 40px;
		width: 450px;
		height: 60px;
	}

	.resultttlSec_achievements {
		padding-right: 0;
	}
}

.resultttlSec_inner_txt::after,
.resultttlSec_inner_txt::before {
	position: absolute;
	top: 0;
	content: '';
	width: 60px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.resultttlSec_inner_txt::after {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	right: 0;
}

.resultttlSec_inner_txt::before {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	left: 0;
}

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





/**********************************

 resultSec

***********************************/
.resultSec {
	background: url(../image/result_bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: top;
}

.resultSec_inner_ttl {
	text-align: center;
	color: #174663;
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.resultSec_inner_txt {
	text-align: center;
	color: #174663;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
}

.resultSec_inner_flex {
	text-align: center;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-around;
}

.resultSec_inner_flex img {
	width: 300px;
}

.resultSec_inner_P {
	padding: 50px 0 30px 0;
}

.resultSec_inner_G {
	padding: 50px 0 30px 0;
}

.resultSec_inner_D {
	padding: 50px 0 30px 0;
}

.resultSec_inner_flex_bottom {
	display: flex;
	justify-content: space-around;
	position: relative;
}

.resultSec_inner_flex_bottom_img {
	width: 50%;
}

.resultSec_inner_flex_bottom_img img {
	width: 100%;
}

.resultSec_inner_flex_bottom_t {
	width: 40%;
	position: relative;
	margin-right: 50px;
}

@media screen and (max-width:767px) {
	.resultSec_inner_flex_bottom_t {
		width: 60%;
		margin-left: auto;
	}
}

.resultSec_inner_flex_bottom_txt {
	margin-top: 150px;
	height: auto;
	color: #174663;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.1em;
	border: 3px solid #174663;
	padding: 30px 20px;
	margin-bottom: 50px;
}

.resultSec_inner_flex_bottom_txt span {
	color: #E95513;
}

.resultSec_inner_flex_bottom_t img {
	position: absolute;
	top: 135px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
}

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

	.resultSec_inner_flex img {
		width: 200px;
	}

	.resultSec_inner_flex_bottom_img {
		margin-top: 50px;
		position: absolute;
		left: 0;
	}

	.resultSec_inner_P {
		padding: 50px 0 30px 0;
	}

	.resultSec_inner_G {
		padding: 100px 0 80px 0;
	}

	.resultSec_inner_D {
		padding: 100px 0 50px 0;
	}

	.resultSec_inner_flex_bottom_txt {
		font-size: 28px;
	}



}


/**********************************

 qaSec

***********************************/
.qaSec {
	background: #C8DDDF;
	padding-bottom: 150px;
	position: relative;
}

.qaSec_inner {
	position: relative;
}

.qaSec_inner_ttl {
	padding: 50px 0;
	text-align: center;
}

.qaSec_inner_ttl img {
	width: 200px;
}

.qaSec_inner_flex {
	display: flex;
	justify-content: space-between;
}

.qaSec_inner_flex_ul:nth-child(1) {
	padding-left: 30px;
}

.qaSec_inner_flex_ul {
	width: 45%;
}

.qaSec_inner_flex_q {
	color: #174663;
	background: #FFF;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 5px;
	position: relative;
}

@media screen and (max-width:767px) {
	.qaSec {
		min-width: 767px;
		overflow: hidden;
	}

	.qaSec_inner_flex_q {
		font-size: 26px;
	}
}

.qaSec_inner_flex_a {
	color: #00913A;
	background: #FFF;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	border: 2px solid #00913A;
	position: relative;
	z-index: 3;
}

@media screen and (max-width:767px) {
	.qaSec_inner_flex_a {
		font-size: 22px;
	}
}

.qaSec_inner_flex_q img {
	position: absolute;
	left: -30px;
	top: 0;
}

.qaSec_inner_flex_a img {
	position: absolute;
	left: -30px;
	top: 0;
}




.qaSec_inner_bg {
	position: relative;
	padding: 25px;
}


.qaSec_inner_txt img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.qaSec_inner_bg_people {
	position: absolute;
	top: -270px;
	left: 0;
	z-index: 1;
	width: 50%;
}

.qaSec_inner_bg_people img {
	width: 100%;
}

.acd-check {
	display: none;
}

.acd-label {
	display: block;
	position: relative;
}

.acd-label::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 15px;
	height: 2px;
	/*縦線に*/
	transform: rotate(90deg);
	background: #174663;
	transition: all .3s ease-in-out;
}

.acd-label::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	/*横線*/
	width: 15px;
	height: 2px;
	background: #174663;
	transition: all .2s ease-in-out;
}

.acd-content {
	opacity: 0;
	transition: .5s;
	visibility: hidden;
}

.acd-check:checked+.acd-label::after {
	opacity: 0;
}

.acd-check:checked+.acd-label::before {
	transform: rotate(180deg)
}


.acd-check:checked+.acd-label+.acd-content {
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

@media screen and (max-width:1000px) {
	.qaSec_inner_bg_people {
		position: absolute;
		top: -210px;
		left: 0;
	}

	.qaSec_inner_bg_people img {
		width: 100%;
	}

}



@media screen and (max-width:767px) {
	.qaSec_inner_bg {
		min-width: 767px;
	}

	.qaSec_inner_flex {
		display: block;
		padding-bottom: 180px;
	}

	.qaSec_inner_flex_ul {
		margin: 0 auto;
		width: 80%;
	}

	.qaSec {
		padding-bottom: 0;
	}

	.qaSec_inner_flex_ul:nth-child(1) {
		padding-left: 0;
	}



}


/**********************************

 companyaboutSec

***********************************/
.companyaboutSec {
	background: url(../image/companySec_bg.jpg) no-repeat center center;
	background-size: cover;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: "Yu Mincho", "YuMincho", serif;
}

@media screen and (max-width:767px) {
	.companyaboutSec {
		font-size: 20px;
		min-width: 767px;
		overflow: hidden;
	}
}

.companyaboutSec_inner_txt1 {
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.2em;
	position: relative;
	margin-bottom: 10px;
}

.companyaboutSec_inner_txt1::after,
.companyaboutSec_inner_txt1::before {
	position: absolute;
	top: 0;
	content: '';
	width: 70px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.companyaboutSec_inner_txt1::after {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	right: 0;
}

.companyaboutSec_inner_txt1::before {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	left: 0;
}


.companyaboutSec_inner_container {
	width: 60%;
	margin: 0 auto;
}

.companyaboutSec_inner_ttl {
	text-align: center;
	font-weight: 900;
	display: flex;
	align-items: center;
	padding: 10px;
}

.companyaboutSec_inner_ttl::after,
.companyaboutSec_inner_ttl::before {
	content: '';
	border-top: 1px solid #FFF;
	flex-grow: 1;
}

.companyaboutSec_inner_ttl::after {
	margin-left: 1rem;
}

.companyaboutSec_inner_ttl::before {
	margin-right: 1rem
}

.companyaboutSec_inner_flex {
	display: flex;
	justify-content: space-between;
}

.companyaboutSec_inner_flex_ul {
	font-weight: 900;
}

.companyaboutSec_inner_flex_ul li {
	padding-bottom: 5px;
}

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

	.companyaboutSec_inner_flex {
		display: block;
	}

	.companyaboutSec_inner_flex_ul li {
		text-align: center;
	}

}

/**********************************

 formSec

***********************************/
.formSec {
	background: url(../images/bg01.png) repeat;
}

.formSec__inner {
	padding: 80px 0 90px;
}

.formSec__inner__contact {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 15px;
	margin-bottom: 40px;
	border: 3px solid #e6e6e6;
	border-radius: 6px;
	background-color: #fff;
}

.formSec__inner__contact__ttl {
	margin-right: 20px;
	font-size: 20px;
	font-weight: bold;
}

.formSec__inner__contact__tel {}

.formSec__inner__form {}

.formSec__inner__form dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.formSec__inner__form dl dt {
	display: table-cell;
	width: 310px;
	padding: 20px 20px;
	vertical-align: middle;
	color: #fff;
	background-color: #174663;
}

.formSec__inner__form dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.formSec__inner__form dl dt .inner .txtArea {}

.formSec__inner__form dl dt .inner .txtArea .name {
	font-size: 20px;
	font-weight: bold;
}

.formSec__inner__form dl dt .inner .txtArea .note {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.formSec__inner__form dl dt .inner .required,
.formSec__inner__form dl dt .inner .any {
	padding: 1px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

.formSec__inner__form dl dt .inner .required {
	background-color: #ff3f00;
}

.formSec__inner__form dl dt .inner .any {
	background-color: #00a3d9;
}

.formSec__inner__form dl dd {
	display: table-cell;
	padding: 14px 20px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.formSec__inner__form dl dd .checkList {
	display: flex;
	flex-wrap: wrap;
}

.formSec__inner__form dl dd .checkList li {
	margin-right: 1em;
	font-size: 18px;
	font-weight: bold;
}

.formSec__inner__form dl dd .checkList li:last-child {
	margin-right: 0;
}

.formSec__inner__form dl dd .checkList li input {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.formSec__inner__form dl dd textarea {
	height: 150px;
}

.formSec__inner__form__btn {
	width: 460px;
	margin: 60px auto 0;
	text-align: center;
}

.formSec__inner__form__btn button {
	width: 100%;
	padding: 20px 10px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 5px 0px 0px #6f0d12;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e83c44+0,d91a23+100 */
	background: #E95513;
	/* Old browsers */
	background: -moz-linear-gradient(top, #E95513 0%, #E95513 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #E95513 0%, #E95513 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #E95513 0%, #E95513 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e83c44', endColorstr='#d91a23', GradientType=0);
	/* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:767px) {
	.formSec {
		background-size: 5px auto;
		min-width: 767px;
		overflow: hidden;
	}

	.formSec__inner {
		padding: 30px 0 35px;
	}

	.formSec__inner__contact {
		display: block;
		padding: 10px 10px;
		margin-bottom: 30px;
	}

	.formSec__inner__contact__tel {
		width: 215px;
		margin: 0 auto;
	}

	.formSec__inner__form {}

	.formSec__inner__form dl {
		display: block;
		width: 100%;
	}

	.formSec__inner__form dl dt {
		display: block;
		width: 100%;
		padding: 10px 12px;
	}

	.formSec__inner__form dl dt .inner {
		display: block;
		position: relative;
	}

	.formSec__inner__form dl dt .inner .txtArea {}

	.formSec__inner__form dl dt .inner .txtArea .name {
		font-size: 30px;
		text-align: center;
	}

	.formSec__inner__form dl dt .inner .txtArea .note {
		font-size: 12px;
		text-align: center;
	}

	.formSec__inner__form dl dt .inner .required,
	.formSec__inner__form dl dt .inner .any {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		font-size: 20px;
	}

	.formSec__inner__form dl dd {
		display: block;
		padding: 14px 14px;
	}

	.formSec__inner__form dl dd .checkList {
		display: block;
	}

	.formSec__inner__form dl dd .checkList li {
		margin-right: 0;
		font-size: 25px;
	}

	.formSec__inner__form dl dd .checkList li input {
		transform: none;
		-webkit-transform: none;
	}

	.formSec__inner__form dl dd textarea {
		height: 35vw;
	}

	.formSec__inner__form__btn {
		width: 70.8%;
		margin-top: 30px;
	}

	.formSec__inner__form__btn button {
		padding: 12px 10px;
		font-size: 36px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px #6f0d12;
	}
}



/**********************************

 companySec

***********************************/
.companySec {
	background-color: #fffef9;
}

.companySec * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.companySec__inner {
	padding: 0 0 90px;
}

.companySec__inner__head {
	background-color: #174663;
	width: 100%;
}

.companySec__head__inner {
	width: 980px;
	margin: 0 auto 80px;
}

.companySec__head__inner h2 {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	color: #FFF;
	padding: 30px;
	letter-spacing: 0.2rem;
}

.companySec__inner__ttl {
	width: 63.877551%;
	margin: 0 auto 70px;
	text-align: center;
}

.companySec__inner__box {}

.companySec__inner__box__ttl {
	padding: 15px 0;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #cccccc;
}

.companySec__inner__box__cont {}

.companySec__inner__box__cont dl {
	display: flex;
	margin-bottom: 30px;
}

.companySec__inner__box__cont dl dt {
	width: 200px;
	padding: 0 10px 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	border-right: 1px solid #cccccc;
}

.companySec__inner__box__cont dl dd {
	flex: 1;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1.8;
}

.companySec__inner__box__cont dl dd .place_flex {
	display: flex;
	align-items: flex-start;
	max-width: 580px;
}

.companySec__inner__box__cont dl dd .place_flex+.place_flex {
	margin-top: 20px;
}

.companySec__inner__box__cont dl dd .place_flex .item>b {
	color: #0071bc;
}

.companySec__inner__box__cont dl dd .place_flex .item:nth-child(1) {
	width: 80%;
}

.companySec__inner__box__cont dl dd .place_flex .item:nth-child(2) {
	width: 20%;
}

@media screen and (max-width: 767px) {
	.companySec__inner__box__cont dl dd .place_flex {
		width: 100%;
		justify-content: space-between;
		max-width: inherit;
	}

	.companySec__inner__box__cont dl dd .place_flex:first-child {
		padding-top: 10px;
	}

	.companySec__inner__box__cont dl dd .place_flex:last-child {
		padding-bottom: 25px;
	}

	.companySec__inner__box__cont dl dd .place_flex+.place_flex {
		margin-top: 20px;
	}

	.companySec__inner__box__cont dl dd .place_flex .item>b {
		font-size: 25px;
	}

	.companySec__inner__box__cont dl dd .place_flex .item>p {
		font-size: 24px;
	}

	.companySec__inner__box__cont dl dd .place_flex .item:nth-child(1) {
		padding-right: 15px;
	}
}

.companySec__inner__box__cont dl dd a {
	color: #333;
	text-decoration: none;
}

.companySec__inner__box__cont dl dd a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.companySec {
		min-width: 767px;
		overflow: hidden;
	}

	.companySec__inner {
		padding: 30px 0 40px;
	}

	.companySec__head {}

	.companySec__head__inner {
		display: block;
		width: 100%;
		margin: 0 auto 40px;
		padding: 0;
	}

	companySecSec__head__inner img {
		width: 100%;
		height: auto;
	}

	.companySec__inner__ttl {
		width: auto;
		margin: 0 auto 30px;
	}

	.companySec__inner__ttl img {
		width: 100%;
		max-width: none;
	}

	.companySec__inner__box {
		width: 90%;
	}

	.companySec__inner__box__ttl {
		padding: 10px 0;
		margin-bottom: 20px;
		font-size: 36px;
	}

	.companySec__inner__box__cont dl {
		display: block;
		margin-bottom: 8px;
	}

	.companySec__inner__box__cont dl dt {
		width: auto;
		padding: 8px 0;
		margin-bottom: 8px;
		font-size: 30px;
		text-align: center;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-right: none;
	}

	.companySec__inner__box__cont dl dd {
		padding-left: 0;
		font-size: 30px;
		text-align: left;
	}
}



/**********************************

 slide-in

***********************************/

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

.slideRight {
	transform: translateX(50px);
}

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

.slideBottom {
	transform: translateY(50px);
}

.slide {
	opacity: 0;
	transition: .6s ease-out;
}

.slide.in {
	transform: translate(0, 0);
	opacity: 1;
}

.td02 {
	transition-delay: .2s;
}

.td04 {
	transition-delay: .4s;
}

.td06 {
	transition-delay: .6s;
}

.td08 {
	transition-delay: .8s;
}

.td10 {
	transition-delay: 1.0s;
}

.td12 {
	transition-delay: 1.2s;
}

.td14 {
	transition-delay: 1.4s;
}

.td16 {
	transition-delay: 1.6s;
}

.td18 {
	transition-delay: 1.8s;
}

.td20 {
	transition-delay: 2.0s;
}

.td22 {
	transition-delay: 2.2s;
}


CSS .reflection {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.reflection:after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.reflection {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.reflection:after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.reflection-text {
	background-image: linear-gradient(70deg,
			#E95513 45%,
			/* font color */
			#FFF 50%,
			#E95513 55%
			/* font color */
		);
	background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 2s ease-in-out infinite;
}

@keyframes shine {
	0% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.resultttlSec {}

.bg-gray {
	background: #e6e6e6;
}

.bg-yellow {
	background: #ffffff;
}

.resultttlSec-bg {
	max-width: 1012px;
	margin: 60px auto 0;
	padding: 45px 35px;
	background: #fff;
}

.resultttlSec-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
	.resultttlSec-main .item {
		width: 47%;
	}

	.resultttlSec-main .item:nth-child(n + 3) {
		margin-top: 6%;
	}
}

@media screen and (max-width: 991px) {
	.resultttlSec-main .item {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.resultttlSec-main .item:not(:last-child) {
		margin-bottom: 35px;
	}
}

.resultttlSec-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.resultttlSec-text .reflection {
	margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
	.resultttlSec-text .reflection {
		margin-bottom: 30px;
	}
}

.resultttlSec-contact {
	max-width: 1012px;
	margin: 20px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 991px) {
	.resultttlSec-contact {
		padding-bottom: 20px;
	}
}

.resultttlSec-contact .cvSec_inner_ul li img {
	max-width: 230px;
}

.resultttlSec-contact .cvSec_inner_ul li+li {
	margin-left: 30px;
}

@media screen and (max-width:767px) {
	.resultttlSec-contact .cvSec_inner_ul li img {
		max-width: none;
	}

	.resultttlSec-contact .cvSec_inner_ul li+li {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
	.resultttlSec-contact .cvSec_inner_ul {
		width: 55%;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10%;
	}
}

@media screen and (max-width: 991px) {
	.resultttlSec-contact .cvSec_inner_ul {
		margin-top: 20px;
	}
}

.chkResult {
	padding: 10px 0 0;
	position: relative;
	background: url(../image/bg_chk_result.png) center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.chkResult {
		padding: 30px 0;
		min-width: 767px;
		overflow: hidden;
	}
}

.keyBox {
	max-width: 780px;
	margin: 0 auto;
	padding: 50px 0 35px;
}

@media screen and (max-width: 991px) {
	.keyBox {
		padding: 50px 5% 70px;
	}
}

.keyBox-ttl {
	color: #174663;
	margin-bottom: 35px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.keyBox-ttl {
		margin-bottom: 25px;
	}
}

.keyBox-ttl .t1 {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}

@media screen and (max-width: 991px) {
	.keyBox-ttl .t1 {
		font-size: 50px;
	}
}

.keyBox-ttl .t2 {
	display: inline;
	margin: auto;
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	background: linear-gradient(transparent 35%, #fcee21 35%);
}

@media screen and (max-width: 991px) {
	.keyBox-ttl .t2 {
		font-size: 50px;
	}
}

.keyBox-ttl .t2>span {
	font-size: 44px;
}

@media screen and (max-width: 991px) {
	.keyBox-ttl .t2>span {
		font-size: 64px;
	}
}

.keyBox-main {
	display: flex;
}

@media screen and (max-width: 991px) {
	.keyBox-main {
		flex-direction: column;
		align-items: center;
	}
}

.keyBox-main .item p {
	line-height: 1.8;
	padding-top: 15px;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 991px) {
	.keyBox-main .item p {
		font-size: 30px;
	}
}

.keyBox-main .item:nth-child(1) {
	width: calc(100% - 280px);
	padding-right: 50px;
}

@media screen and (max-width: 991px) {
	.keyBox-main .item:nth-child(1) {
		width: 100%;
		padding-right: 0;
	}
}

.keyBox-main .item:nth-child(2) {
	width: 280px;
}

@media screen and (max-width: 991px) {
	.keyBox-main .item:nth-child(2) {
		width: 100%;
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}
}

.knowhowBox-main {
	max-width: 850px;
	margin: 0 auto;
	position: relative;
	background: url(../image/bg_knowhow.png) left bottom no-repeat;
	background-size: 100%;
	z-index: 1;
}

@media screen and (max-width: 991px) {
	.knowhowBox-main {
		padding: 30px 0;
		background: url(../image/bg_knowhow_sp.png) left top no-repeat;
		background-size: 100%;
		background-color: #f3f4f8;
	}
}

.knowhowBox-main .item {
	width: 60%;
	padding: 50px 10px 30px 25px;
}

@media screen and (max-width: 991px) {
	.knowhowBox-main .item {
		width: 100%;
		padding: 70px 5% 10px;
	}
}

.knowhowBox-main .item p {
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
	.knowhowBox-main .item p {
		font-size: 30px;
	}
}

.knowhowBox-main .item p>span {
	font-weight: bold;
	background: linear-gradient(transparent 0%, #fcee21 0%);
}

@media screen and (max-width: 991px) {
	.knowhowBox-main .item img {
		display: block;
		margin: auto;
	}
}

.knowhowBox-ttl {
	position: relative;
	padding-left: 110px;
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.knowhowBox-ttl {
		padding-left: 0;
		margin-bottom: 80px;
	}
}

.knowhowBox-ttl img {
	position: absolute;
	width: 96px;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 991px) {
	.knowhowBox-ttl img {
		right: 0;
		bottom: inherit;
		margin: auto;
		top: -130px;
		width: 120px;
	}
}

.knowhowBox-ttl .t1 {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	color: #174663;
}

@media screen and (max-width: 991px) {
	.knowhowBox-ttl .t1 {
		justify-content: flex-start;
		font-size: 43px;
	}
}

.knowhowBox-ttl .t2 {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	color: #174663;
	white-space: nowrap;
}

@media screen and (max-width: 991px) {
	.knowhowBox-ttl .t2 {
		justify-content: flex-start;
		font-size: 43px;
	}
}

.knowhowBox-ttl .t2 span {
	font-size: 42px;
}

@media screen and (max-width: 991px) {
	.knowhowBox-ttl .t2 span {
		font-size: 57px;
	}
}

.knowhowBox-image {
	margin: -20px auto 0;
	background: url(../image/bg_knowhow02.png) center center no-repeat;
	background-size: cover;
}

.knowhowBox-image>div {
	padding-left: 80px;
	max-width: 850px;
	display: flex;
	justify-content: center;
	margin: auto;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 991px) {
	.knowhowBox-image>div {
		padding-left: 0;
	}
}

/* footer */
.footer {
	padding: 60px 0 10px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.footer {
		padding: 30px 0 70px;
		min-width: 767px;
		overflow: hidden;
	}
}

.footer .inner {
	padding: 0 3%;
}

@media screen and (max-width: 991px) {
	.footer-google>img {
		max-width: 70px;
	}
}

.footer-google p {
	text-align: center;
	font-size: 1.5rem;
	padding: 20px 0 30px;
}

@media screen and (max-width: 991px) {
	.footer-google p {
		font-size: 1.2rem;
		padding: 10px 0 15px;
	}
}

.footer-copy {
	text-align: center;
	font-size: 1.2rem;
	display: block;
	margin-top: 35px;
}

@media screen and (max-width: 991px) {
	.footer-copy {
		font-size: 1rem;
		margin-top: 20px;
	}
}

.footer-google {
	text-align: center;
}

.footer-img {
	text-align: center;
}

.contactSec {
	margin: 50px 0;
}

.contactSec_bg {
	background: #f2f2f2;
	max-width: 900px;
	margin: auto;
	padding: 30px;
}

.contactSec_tel .t1 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	color: #174663;
}

.contactSec_tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 65px;
}

.contactSec_flex {
	display: flex;
	justify-content: space-between;
}

.contactSec_txt {
	padding-left: 20px;
}

.contactSec_txt dt {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 45px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	background-image: linear-gradient(70deg,
			#174663 45%,
			/* font color */
			#FFF 50%,
			#174663 55%
			/* font color */
		);
	background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 3s ease-in-out infinite;
}

.contactSec_txt dt::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
	height: 1px;
	background: #736357;
}

.contactSec_flex .item .t1 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #174663;
	line-height: 1.8;
}

.contactSec_flex .item .t1 .drawline {
	position: relative;
	background-image: linear-gradient(90deg, #ffff66, #ffff66);
	/* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 60%;
	/* '30%'の部分にマーカーの太さを記入 */
	transition: all 2s ease;
}

.contactSec_flex .item .t1 .drawline.in {
	background-size: 100% 60%;
}

.contactSec_flex .item .t2 {
	font-size: 15px;
	line-height: 1.8;
}


@media screen and (min-width: 768px) {
	.contactSec_tel a {
		pointer-events: none;
	}

	.contactSec_flex .item:nth-child(1) {
		width: 65%;
		padding-right: 40px;
	}

	.contactSec_flex .item:nth-child(2) {
		width: 35%;
	}
}

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

	.contactSec {
		min-width: 767px;
	}

	.contactSec_bg {
		padding: 50px 5%;
	}

	.contactSec_tel a {
		width: 90%;
		margin: auto;
	}

	.contactSec_tel img {
		width: 100%;
		display: block;
	}

	.contactSec_tel .t1 {
		font-size: 35px;
		margin-bottom: 30px;
	}

	.contactSec_txt dt {
		font-size: 33px;
	}

	.contactSec_flex {
		flex-direction: column-reverse;
	}

	.contactSec_flex .item img {
		width: 100%;
	}

	.contactSec_flex .item .t1 {
		font-size: 31px;
		padding-top: 25px;
	}

	.contactSec_flex .item .t2 {
		font-size: 28px;
	}
}



.aboutSec_interview {
	padding-bottom: 70px;
}

.aboutSec_interview .interview_ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aboutSec_interview .interview_ttl img {
	width: 50px;
}

.aboutSec_interview .interview_ttl>div {
	padding-top: 10px;
	font-weight: bold;
	font-size: 38px;
	color: #174663;
	background: linear-gradient(transparent 55%, #fcee21 55%);
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .interview_ttl>div {
		font-size: 46px;
	}
}

.aboutSec_interview .interview_ttl+p {
	text-align: center;
	padding-top: 40px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .interview_ttl+p {
		font-size: 30px;
	}
}

.aboutSec_interview .item_interview {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.aboutSec_interview .item_interview .flex {
	display: flex;
	justify-content: space-between;
	padding: 30px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .flex {
		flex-direction: column;
	}
}

.aboutSec_interview .item_interview .flex .item {
	position: relative;
}

.aboutSec_interview .item_interview .flex .item dl dt {
	font-size: 28px;
	font-weight: bold;
	color: #174663;
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .flex .item dl dt {
		font-size: 30px;
	}
}

.aboutSec_interview .item_interview .flex .item dl dd p {
	font-weight: bold;
	line-height: 2;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .flex .item dl dd p {
		font-size: 24px;
	}
}

.aboutSec_interview .item_interview .flex .item .link_interview {
	display: flex;
	justify-content: center;
	background: #174663;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	padding: 15px 20px;
	margin: auto;
	width: 100%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	margin-top: 20px;
}

@media screen and (min-width: 992px) {
	.aboutSec_interview .item_interview .flex .item .link_interview {
		position: absolute;
		bottom: 0;
		left: 0;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
	}

	.aboutSec_interview .item_interview .flex .item .link_interview:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .flex .item .link_interview {
		font-size: 30px;
	}
}

.aboutSec_interview .item_interview .flex .item .image {
	position: relative;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .flex .item .image img {
		width: 100%;
	}
}

.aboutSec_interview .item_interview .flex .item .image>div {
	position: absolute;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	left: 0;
	top: 0;
	background: #174663;
	padding: 10px 15px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .flex .item .image>div {
		font-size: 26px;
	}
}

.aboutSec_interview .item_interview .flex .item .image>div>b {
	font-size: 18px;
	margin-right: 10px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .flex .item .image>div>b {
		font-size: 30px;
	}
}

@media screen and (min-width: 992px) {
	.aboutSec_interview .item_interview .flex .item:nth-child(1) {
		width: 43%;
	}

	.aboutSec_interview .item_interview .flex .item:nth-child(2) {
		width: 53%;
	}
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .flex .item:nth-child(2) {
		margin-top: 30px;
	}
}

.aboutSec_interview .item_interview+.item_interview {
	margin-top: 50px;
}

.aboutSec_interview .item_interview .arrow_interview {
	position: relative;
	height: 40px;
	width: 100%;
	background: #f2f2f2;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .arrow_interview {
		height: 60px;
	}
}

.aboutSec_interview .item_interview .arrow_interview::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../image/arrow_interview.svg) left center no-repeat;
	background-size: contain;
	width: 25px;
	height: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .item_interview .arrow_interview::after {
		width: 30px;
		height: 18px;
	}
}

.aboutSec_interview .item_interview .arrow_interview.active::after {
	transform: rotate(180deg);
}

.aboutSec_interview .panel_interview {
	display: none;
	padding: 0 30px 30px 30px;
}

.aboutSec_interview .panel_interview>dl+dl {
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview>dl+dl {
		margin-top: 60px;
	}
}

.aboutSec_interview .panel_interview>dl>dt {
	position: relative;
	padding: 10px 0 10px 30px;
	border-top: 2px solid #174663;
	border-bottom: 2px solid #174663;
	color: #174663;
	font-weight: bold;
	font-size: 20px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview>dl>dt {
		padding: 15px 0 15px 60px;
		font-size: 30px;
	}
}

.aboutSec_interview .panel_interview>dl>dt::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(../image/icon_interview_voice.svg) left center no-repeat;
	background-size: contain;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview>dl>dt::before {
		width: 40px;
		height: 40px;
	}
}

.aboutSec_interview .panel_interview>dl>dd .flex02 {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview>dl>dd .flex02 {
		flex-direction: column;
	}
}

.aboutSec_interview .panel_interview>dl>dd .flex02.--reverse {
	flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview>dl>dd .flex02.--reverse {
		flex-direction: column;
	}
}

@media screen and (min-width: 992px) {
	.aboutSec_interview .panel_interview>dl>dd .flex02 .item:nth-child(1) {
		width: calc(100% - 463px);
	}

	.aboutSec_interview .panel_interview>dl>dd .flex02 .item:nth-child(2) {
		width: 433px;
	}

	.aboutSec_interview .panel_interview>dl>dd .flex02 .item:nth-child(2) img {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview>dl>dd .flex02 .item {
		width: 100%;
	}

	.aboutSec_interview .panel_interview>dl>dd .flex02 .item:nth-child(2) {
		margin-top: 30px;
	}

	.aboutSec_interview .panel_interview>dl>dd .flex02 .item img {
		width: 100%;
	}
}

.aboutSec_interview .panel_interview>dl>dd .txt_interview p {
	font-weight: bold;
	line-height: 2;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview>dl>dd .txt_interview p {
		font-size: 26px;
	}
}

.aboutSec_interview .panel_interview>dl>dd .txt_interview p+p {
	margin-top: 25px;
}

.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_meo,
.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_client {
	position: relative;
	padding-left: 50px;
}

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

	.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_meo,
	.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_client {
		padding-left: 80px;
	}
}

.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_meo::before,
.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_client::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	background: url(../image/icon_interview_m.svg) left center no-repeat;
	background-size: contain;
}

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

	.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_meo::before,
	.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_client::before {
		width: 60px;
		height: 60px;
	}
}

.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_meo>span,
.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_client>span {
	margin-right: 15px;
}

.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_meo>span {
	background: linear-gradient(transparent 0%, #d6e1eb 0%);
}

.aboutSec_interview .panel_interview>dl>dd .txt_interview .ico_client>span {
	background: linear-gradient(transparent 0%, #fcee21 0%);
}

.aboutSec_interview .panel_interview#interview1 .ico_client::before {
	background-image: url(../image/icon_interview01.svg);
}

.aboutSec_interview .panel_interview#interview2 .ico_client::before {
	background-image: url(../image/icon_interview02.svg);
}

.aboutSec_interview .panel_interview#interview3 .ico_client::before {
	background-image: url(../image/icon_interview03.svg);
}

.aboutSec_interview .panel_interview .cv_interview {
	background: #e6e6e6;
	border-top: 3px solid #174663;
	border-bottom: 3px solid #174663;
	padding: 15px 0 20px;
	position: relative;
	margin-top: 60px;
}

.aboutSec_interview .panel_interview .cv_interview::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 2;
}

.aboutSec_interview .panel_interview .cv_interview::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #174663;
	z-index: 1;
}

.aboutSec_interview .panel_interview .cv_interview>dl>dt {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aboutSec_interview .panel_interview .cv_interview>dl>dt span {
	font-size: 20px;
	font-weight: bold;
	color: #174663;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview .cv_interview>dl>dt span {
		font-size: 30px;
	}
}

.aboutSec_interview .panel_interview .cv_interview>dl>dt b {
	font-size: 38px;
	font-weight: bold;
	color: #174663;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview .cv_interview>dl>dt b {
		font-size: 40px;
	}
}

.aboutSec_interview .panel_interview .cv_interview>dl>dd {
	padding-top: 20px;
}

.aboutSec_interview .panel_interview .cv_interview>dl>dd ul {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview .cv_interview>dl>dd ul {
		flex-direction: column;
		padding: 10px 30px;
		align-items: center;
	}
}

.aboutSec_interview .panel_interview .cv_interview>dl>dd ul li+li {
	margin-left: 30px;
}

@media screen and (max-width: 991px) {
	.aboutSec_interview .panel_interview .cv_interview>dl>dd ul li+li {
		margin: 20px 0 0 0;
	}
}


.achievementsSec {
	padding-bottom: 50px;
}

.achievementsSec .image {
	display: flex;
	justify-content: center;
}




footer {
  padding: 56px 0 0;
  background: #102f46;
  color: #a8c3ce;
  font-size: var(--fs-base);
}
.footer-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
	max-width: 1180px;
	margin: auto;
}
.footer-label {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-companyname {
  display: inline-block;
  margin-bottom: 14px;
  color: #fff;
  font-size: var(--fs-lg);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-companyname:hover {
  color: var(--aqua);
}
.footer-company address {
  color: #FFF;
  font-style: normal;
  line-height: 1.8;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: .5em;
}
.footer-links a {
  color: #FFF;
  text-decoration: none;
	font-size: .8em;
  transition: color 0.2s ease;
}
.footer-links a:first-child {
  margin-bottom: 4px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.footer-links a:hover {
  color: var(--aqua);
}
.footer-copy {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #7a97a3;
  text-align: center;
  font-size: 13px;
}