@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPミディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*NotoSansJPエクストラボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-ExtraBold.ttf');
  src:
  url('../fonts/font/NotoSansJP-ExtraBold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-ExtraBold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-ExtraBold.ttf') format('truetype');
	font-weight: 800;
}
@font-face {/*Interミディアム*/
  font-family: "Inter";
  src: url('../fonts/font/Inter-Medium.ttf');
  src:
  url('../fonts/font/Inter-Medium.woff2') format('woff2'),
  url('../fonts/font/Inter-Medium.woff') format('woff'),
  url('../fonts/font/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*Interボールド*/
  font-family: "Inter";
  src: url('../fonts/font/Inter-Bold.ttf');
  src:
  url('../fonts/font/Inter-Bold.woff2') format('woff2'),
  url('../fonts/font/Inter-Bold.woff') format('woff'),
  url('../fonts/font/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #000000;text-decoration: none;
}
a:hover, a:active {
	color: #000000;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #000000;
	background: #FFFFFF;
	font-size:16px;
	line-height:1.5;
	font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 276px;height: 56px;margin-top: 40px;}
.btn01 a {display: block;width: 270px;height: 100%;padding: 17px 55px 18px 30px;background: #D6141C;border: 1px solid #D6141C;box-sizing: border-box;border-radius: 100px;position: relative;}
.btn01 a .btn-text {display: block;font-size: 15px;line-height: 1.4;font-weight: 700;color: #FFFFFF;transition: 0.3s;}
.btn01 a .icon {display: block;width: 56px;height: 56px;border-radius: 100px;background: #D6141C;border: 1px solid #FFFFFF;box-sizing: border-box;position: absolute;top: 0;right: -6px;z-index: 1;transition: 0.3s;}
.btn01 a .icon::before {content: "";display: block;width: 15px;height: 15px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn01 a:hover {text-decoration: none;background: #FFFFFF;}
.btn01 a:hover .btn-text {color: #D6141C;}

.btn01.shiro a {background: #FFFFFF;border: 1px solid #FFFFFF;}
.btn01.shiro a .btn-text {color: #000000;}
.btn01.shiro a:hover {background: #D6141C;}
.btn01.shiro a:hover .btn-text {color: #FFFFFF;}

.btn01.btn_contact a .icon::before {width: 15px;height: 12px;background: url("../img/common/icon_mail.svg") no-repeat center;background-size: contain;}

.btn02 {display: inline-block;}
.btn02 a {display: inline-flex;align-items: center;}
.btn02 a .btn-text {font-size: 14px;font-weight: 500;line-height: 1.43;}
.btn02 a .arrow {display: inline-block;width: 16px;height: 16px;border-radius: 50%;background-color: #D6141C;border: 1px solid #D6141C;box-sizing: border-box;margin-left: 2px;position: relative;transition: 0.3s;}
.btn02 a .arrow::before {content: "";display: block;width: 7px;height: 7px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn02 a:hover {text-decoration: none;}
.btn02 a:hover .arrow {background-color: #FFFFFF;}
.btn02 a:hover .arrow::before {filter: brightness(0) saturate(100%) invert(13%) sepia(91%) saturate(5577%) hue-rotate(353deg) brightness(87%) contrast(93%);}

.title01 {margin-bottom: 40px;}
.title01 .en {display: inline-block;font-family: "Inter";font-size: 16px;color: #142FC6;line-height:1.25;padding-left: 26px;box-sizing: border-box;position: relative;margin-bottom: 10px;text-transform: capitalize;}
.title01 .en::before {content: "";display: block;width: 16px;height: 6px;background: url("../img/common/icon_title01.png") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.title01 .ja {display: block;font-size:40px;line-height:1.45;}

.title01.shiro .en {color: #FFFFFF;}
.title01.shiro .en::before {background: url("../img/common/icon_title01_shiro.png") no-repeat center;background-size: contain;}

.title02 {padding-left: 30px;box-sizing: border-box;font-size: 32px;line-height: 1.4;font-weight: 700;position: relative;margin-bottom: 30px;}
.title02::before {content: "";display: block;width: 16px;height: 6px;background: url("../img/common/icon_title01.png") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}

.tel_box {text-align: center;}
.tel_box .tel {}
.tel_box .tel .num {font-size: 26px;line-height: 1.2;padding-left: 20px;box-sizing: border-box;position: relative;}
.tel_box .tel .num::before {content: "";display: block;width: 14px;height: 20px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 6px;left:0;}
.tel_box .tel-text {font-size: 12px;line-height: 1.33;}

.fax_box {text-align: center;}
.fax_box .fax {font-weight: 500;}
.fax_box .fax .midashi {font-size: 12px;line-height: 20px;}
.fax_box .fax .num {font-size: 16px;line-height: 20px;}
.fax_box .fax-text {font-size: 11px;line-height: 1.45;}

.under-cont > section {padding: 120px 0;}
.under-cont > section:first-child {padding-top: 80px;}
.under-cont > section:nth-child(2n) {background: #F2F3FC;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium{font-weight: 500;}
.bold{font-weight: 700;}
.exBold{font-weight: 800;}

.common_text {line-height: 2;}
.common_text16 {line-height: 1.625;}

.text_uppercase {text-transform: uppercase;}
.text_capitalize {text-transform: capitalize;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.inter {font-family: "Inter";}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 10px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate .tate-line {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate .tate-line {margin: 5px 0;}
}

/*色*/
.shiro {color:#fff;}
.ao {color: #142FC6;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 110px;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;}
.fixed #header {background: #FFFFFF;}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
#header .header_inner .logo_box {width: 230px;height: 100%;background: #142FC6;border-bottom-right-radius: 10px;position: relative;z-index: 1;}
#header .header_inner .logo {width: 133px;position: absolute;top: 26px;left: 43px;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}
#header .header_inner .logo_box .logo-text {width: auto;align-items: center;flex-wrap: nowrap;white-space: nowrap;position: absolute;top: 15px;left: 250px;}
#header .header_inner .logo_box .logo-text p {display: inline-block;font-size: 13px;line-height: 1.46;margin-right: 11px;}
#header .header_inner .logo_box .logo-text ul {width: auto;flex-wrap: nowrap;white-space: nowrap;}
#header .header_inner .logo_box .logo-text ul li {font-size: 13px;line-height: 1.46;font-weight: 500;padding: 2px 11px 1px;box-sizing: border-box;border: 1px solid #142FC6;border-radius: 100px;margin-right: 6px;}
#header .header_inner .logo_box .logo-text ul li:last-child {margin-right: 0;}

#header .header_inner .right {height: 100%;justify-content: flex-end;margin-right: 40px;padding: 5px 0;box-sizing: border-box;}
#header .header_inner .right .right_top {height: 56px;justify-content: flex-end;align-items: center;}
#header .header_inner .right .right_top .tel_box {text-align: right;}
#header .header_inner .right .right_top .tel_box .tel .num {font-weight: 700;padding-left: 16px;}
#header .header_inner .right .right_top .tel_box .tel-text {font-size: 14px;line-height: 19px;margin-top: -3px;}
#header .header_inner .right .right_top .btn01 {height: 100%;margin-top: 0;margin-left: 15px;}
#header .header_inner .right .right_top .btn01 a:hover {text-decoration: none;background: #142FC6;border: 1px solid #142FC6;}
#header .header_inner .right .right_top .btn01 a:hover .icon {background: #142FC6;}
#header .header_inner .right .right_top .btn01 a:hover .btn-text {color: #FFFFFF;}

/*gnav*/
.gnav {height: 34px;margin-top: 10px;}
.gnav > ul.flex {width:auto;height: 100%;justify-content: flex-end;flex-wrap: nowrap;}
.gnav > ul > li {height: 100%;margin-right: 26px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a, .gnav .gnav_first > p {display: block;height: 100%;font-weight: 500;position: relative;transition: 0.3s;}
.gnav > ul > li > a > span {line-height: 24px;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;color: #142FC6;}

.gnav .gnav_first {position: relative;}
.gnav .gnav_first > p {white-space: nowrap;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 11px;height: 6px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: contain;transition: 0.3s;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.gnav .gnav_first:hover > p {color: #142FC6;}
.gnav .gnav_first:hover > p::after {transform: translateX(-50%) rotate(180deg);}
.gnav_bg {
	position: absolute;
	padding-top: 10px;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.gnav_second {
	align-items: center;
	width: 880px;
	background: #FFFFFF;
	padding: 20px 10px 20px;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.01);
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_first .gnav_second .gnav_title {
	width: 120px;
	border-right: 1px solid #EEEEEE;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	margin-right: 40px;
}
.gnav_first .gnav_second .gnav_in {
	width: calc(100% - 160px);
	align-items: center;
}
.gnav_first .gnav_second .gnav_in > li {
	margin-right: 40px;
}
.gnav_first .gnav_second .gnav_in > li:last-child {
	margin-right: 0;
}
.gnav_first .gnav_second .gnav_in > li a {
	display: block;
	padding-left: 62px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 21px;
	position: relative;
}
.gnav_first .gnav_second .gnav_in > li a .arrow {
	display: inline-block;
	width: 50px;
	height: 20px;
	background: #F1F2FB;
	border-radius: 22px;
	position: absolute;
	top: 1px;
	left: 0;
	transition: 0.3s;
}
.gnav_first .gnav_second .gnav_in > li a .arrow::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 7px;
	background: url("../img/common/gnav_arrow02.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gnav_first .gnav_second .gnav_in > li a:hover {
	text-decoration: none;
}
.gnav_first .gnav_second .gnav_in > li a:hover .arrow {
	background: #142FC6;
}
.gnav_first .gnav_second .gnav_in > li a:hover .arrow::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(30deg) brightness(103%) contrast(103%);
}

/* CTA */
#fixed-box {width: 294px;position: fixed;bottom: 5px;right: -100%;z-index: 10;transition: 0.5s;}
.fixed #fixed-box {right: 5px;}
#fixed-box .close-btn {width: 25px;height: 25px;background: #2A2F4E;border-radius: 50%;color: #FFFFFF;font-size: 20px;text-align: center;line-height: 22px;cursor: pointer;position: absolute;top: -30px;right: 5px;transition: 0.3s;}
#fixed-box .close-btn:hover {opacity: 0.7;}
#fixed-box .btn01.btn_contact {width: 100%;margin-top: 0;transition: 0.3s;}
#fixed-box .btn01.btn_contact a {width: 288px;padding-left: 48px;border-top-left-radius: 0;}
#fixed-box .btn01.btn_contact a::before {content: "";display: block;width: 97px;height: 100px;background: url("../img/main/il01.png") no-repeat center;background-size: contain;position: absolute;left: -60px;bottom: -1px;}

#fixed-box.is-closed .btn01.btn_contact {display: none;}
#fixed-box.is-closed  .close-btn {transform: rotate(45deg);}

/* main */
/*-------------------------------------------*/
#main.home_main {width: 100%;position: relative;z-index: 1;padding: 134px 0 100px;}
#main.home_main::before {content: "";display: block;width: 100%;height: 1096px;background: url("../img/main/main_bg.jpg") no-repeat center bottom;background-size: cover;position: absolute;top: 0;left: 0;z-index: -1;}

#main.home_main .main_img {width: 100%;height: 307px;background: url("../img/main/main_img.png") repeat-x center;background-size: cover;animation: mainBgMove01 80s linear infinite;}
@keyframes mainBgMove01 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2534px 0;
	}
}
#main.home_main .main_box {justify-content: space-between;align-items: flex-start;margin-top: -60px;position: relative;z-index: 1;}
#main.home_main .main_box .left {width: 580px;}
#main.home_main .main_box .left .check-list {margin-bottom: 20px;}
#main.home_main .main_box .left .check-list li {padding: 4px 30px 8px 35px;box-sizing: border-box;background: #2A2F4E;border-radius: 5px;font-size: 23px;line-height: 39px;margin: 0 20px 0 14px;position: relative;}
#main.home_main .main_box .left .check-list li em {font-size: 27px;}
#main.home_main .main_box .left .check-list li .check {display: inline-block;width: 28px;height: 27px;background: url("../img/main/icon_check.svg") no-repeat center, #FFF000;background-size: 13px;border-radius: 50%;position: absolute;top: 50%;left: -14px;transform: translateY(-50%);}
#main.home_main .main_box .left .check-list li:last-child {margin-right: 0;padding-right: 25px;}
#main.home_main .main_box .left .main_title {font-size: 44px;color: #2A2F4E;line-height: 79px;}
#main.home_main .main_box .left .main_title .big {font-size: 54px;background-image: radial-gradient(circle at center, #142FC6 15%, transparent 15%);background-position: top right;background-repeat: repeat-x;background-size: 1em 0.3em;padding-top: .1em;}
#main.home_main .main_box .left .main_title em {display: block;font-size: 62px;line-height: 85px;margin-top: -17px;}
#main.home_main .main_box .left .main_title em span {display: inline-block;position: relative;}
#main.home_main .main_box .left .main_title em span::before {content: "";display: block;width: calc(100% - 8px);height: 2px;background: #142FC6;border-radius: 4px; position: absolute;bottom: 2px;left: 4px;}

#main.home_main .main_box .right {width: 470px;}
#main.home_main .main_box .right .main-list .list_in00 {width: 230px;padding: 54px 20px 20px;box-sizing: border-box;background: #FFFFFF;border-radius: 10px;box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.01);position: relative;margin: 37px 10px 0 0;}
#main.home_main .main_box .right .main-list .list_in00:nth-child(-n+2) {margin-top: 0;padding-bottom: 25px;}
#main.home_main .main_box .right .main-list .list_in00:nth-child(2n) {margin-right: 0;}
#main.home_main .main_box .right .main-list .list_in00 .icon {width: 100px;height: 100px;background: #142FC6;border-radius: 50%;position: absolute;top: -50px;left: 50%;transform: translateX(-50%);z-index: 1;}
#main.home_main .main_box .right .main-list .list_in00 .icon img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#main.home_main .main_box .right .main-list .list_in00 p {font-weight: 500;line-height: 1.34;}
#main.home_main .main_box .right .main-list .list_in00 p em {display: block;font-size: 22px;font-weight: 700;}
#main.home_main .main_box .right .main-list .list_in01 .icon img {width: 50px;}
#main.home_main .main_box .right .main-list .list_in02 .icon img {width: 60px;}
#main.home_main .main_box .right .main-list .list_in03 .icon img {width: 66px;}
#main.home_main .main_box .right .main-list .list_in03 p {font-size: 22px;font-weight: 700;}
#main.home_main .main_box .right .main-list .list_in04 .icon img {width: 54px;}

#main.home_main .main_bottom_box {margin-top: 44px;position: relative;}
#main.home_main .main_bottom_box .news_box {width: 810px;align-items: center;}
#main.home_main .main_bottom_box .news_box h3 {width: 100px;padding: 5px 0;background: #142FC6;border-radius: 10px;line-height: 20px;text-align: center;margin-right: 20px;}
#main.home_main .main_bottom_box .news_box .top-blog01 {width: 560px;}
#main.home_main .main_bottom_box .news_box .top-blog01 a {display: flex;align-items: center;width: 100%;}
#main.home_main .main_bottom_box .news_box .top-blog01 a .time {width: 100px;line-height: 20px;color: #142FC6;}
#main.home_main .main_bottom_box .news_box .top-blog01 a .title {width: calc(100% - 100px);font-weight: 400;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;transition: 0.3s;}
#main.home_main .main_bottom_box .news_box .top-blog01 a:hover {text-decoration: none;}
#main.home_main .main_bottom_box .news_box .top-blog01 a:hover .title {color: #142FC6;}
#main.home_main .main_bottom_box .news_box .btn02 {width: 90px;margin-left: 40px;}
#main.home_main .main_bottom_box .btn01.btn_contact {width: 294px;margin-top: 0;position: absolute;right: -153px;top: 15px;}
#main.home_main .main_bottom_box .btn01.btn_contact a {width: 288px;padding-left: 48px;border-top-left-radius: 0;}
#main.home_main .main_bottom_box .btn01.btn_contact a::before {content: "";display: block;width: 97px;height: 100px;background: url("../img/main/il01.png") no-repeat center;background-size: contain;position: absolute;left: -60px;bottom: -1px;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 360px;padding-top: 174px;box-sizing: border-box;background: url("../img/main/kasou_bg.jpg") no-repeat center;background-size: cover;}
#main.kasou .wrap {height: 100%;}
#main.kasou .title01 {margin-bottom: 0;}
#main.kasou .title01 .ja {font-size:45px;}

/*パンくず*/
div#bread {width: 100%;position: absolute;bottom: 20px;right: 0;}
ul.bread-list {font-size:12px;justify-content: flex-end;}
ul.bread-list li {line-height: 17px;}
ul.bread-list li a {text-decoration:none;line-height: 17px;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"-";margin: 0 12px;}
ul.bread-list li:last-child {color: #142FC6;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#contact-sec {background: #FFFFFF;padding-left: 40px;box-sizing: border-box;}
#contact-sec .sec_in {background: #142FC6;border-radius: 20px 0 0 20px;padding: 120px 0 140px;position: relative;}
#contact-sec .sec_in::before {content: "";display: block;width: 538px;height: 474px;background: url("../img/common/contact_bg.png") no-repeat center;background-size: contain;position: absolute;bottom: 0;right: 0;}
#contact-sec .wrap {z-index: 1;}
#contact-sec .cnt {justify-content: space-between;align-items: flex-start;}
#contact-sec .cnt .left {width: 540px;}
#contact-sec .cnt .left .check-list {margin-bottom: 30px;}
#contact-sec .cnt .left .check-list li {padding: 9px 39px;box-sizing: border-box;border: 1px solid #FFFFFF;border-radius: 5px;margin: 12px 10px 0 13px;position: relative;}
#contact-sec .cnt .left .check-list li .check {display: inline-block;width: 26px;height: 26px;background: url("../img/common/icon_check.svg") no-repeat center, #FFF000;background-size: 13px;border-radius: 50%;position: absolute;top: 50%;left: -13px;transform: translateY(-50%);}
#contact-sec .cnt .left .check-list li:nth-child(-n+3) {margin-top: 0;}
#contact-sec .cnt .left .check-list li:nth-child(3n), #contact-sec .cnt .left .check-list li:last-child {margin-right: 0;}

#contact-sec .cnt .right {width: 510px;}
#contact-sec .cnt .right .btn01.btn_contact {width: 440px;height: 100px;margin-top: 0;}
#contact-sec .cnt .right .btn01.btn_contact a {width: 100%;padding: 36px 120px 35px 40px;}
#contact-sec .cnt .right .btn01.btn_contact a .btn-text {font-size: 20px;}
#contact-sec .cnt .right .btn01.btn_contact a .icon {width: 100px;height: 100px;right: 0;}
#contact-sec .cnt .right .btn01.btn_contact a .icon::before {width: 26px;height: 20px;}
#contact-sec .cnt .right > div.flex {margin-top: 30px;align-items: flex-end;justify-content: space-between;}
#contact-sec .cnt .right > div.flex .tel_box {text-align: right;color: #FFFFFF;}
#contact-sec .cnt .right > div.flex .tel_box .tel .num {font-size: 40px;padding-left: 30px;color: #FFFFFF;}
#contact-sec .cnt .right > div.flex .tel_box .tel .num::before {width: 24px;height: 34px;top: 10px;}
#contact-sec .cnt .right > div.flex .tel_box .tel-text {margin: 1px 13px 0 0;}
#contact-sec .cnt .right > div.flex .fax_box {text-align: right;color: #FFFFFF;}
#contact-sec .cnt .right > div.flex .fax_box .fax .midashi {font-size: 14px;}
#contact-sec .cnt .right > div.flex .fax_box .fax .num {font-size: 18px;}

#recruit-sec {display: none;padding: 120px 0;background: #F2F3FC;}
#recruit-sec .cnt {justify-content: space-between;align-items: flex-end;}
#recruit-sec .cnt .text_box {width: 515px;}
#recruit-sec .cnt .text_box .midashi {font-size: 32px;line-height: 1.53;margin-bottom: 30px;}
#recruit-sec .cnt .text_box .point {display: inline-block;padding: 6px 30px;box-sizing: border-box;background: #DCDFF7;border-radius: 100px;margin-bottom: 30px;}
#recruit-sec .cnt .text_box .btn01 {margin-top: 60px;}
#recruit-sec .cnt .img_box {width: 500px;}

#map-sec {display: none;width: 100%; height: 424px; position: relative; }
#map-sec iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#footer {padding: 80px 0 20px;}
#footer .footer_box {flex-wrap: nowrap;margin-bottom: 40px;}
#footer .footer_box .left {width: 300px;margin-right: 30px;}
#footer .footer_box .left .logo {width: 160px;margin-bottom: 19px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}
#footer .footer_box .left .logo-text02 {font-size: 11px;line-height: 1.45;margin-top: 8px;}
#footer .footer_box .left ul.flex {width: auto;flex-wrap: nowrap;white-space: nowrap;margin-top: 7px;}
#footer .footer_box .left ul.flex li {font-size: 13px;line-height: 1.46;font-weight: 500;padding: 2px 11px 1px;box-sizing: border-box;border: 1px solid #142FC6;border-radius: 100px;margin-right: 6px;}
#footer .footer_box .left ul.flex li:last-child {margin-right: 0;}

.navs-list {width: 365px;justify-content: space-between;display:flex;margin-top: 30px;}
.navs-list > ul.navs-list00 > li {margin-bottom: 30px;font-size: 15px;line-height: 1.4;font-weight: 500;color: #1A1A1A;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li a {color: #1A1A1A;}
.navs-list > ul.navs-list00 > li .sp-nav {margin-top: 20px;}
.navs-list > ul.navs-list00 > li .sp-nav li {margin-bottom: 8px;}
.navs-list > ul.navs-list00 > li .sp-nav li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li .sp-nav li a {display: block;padding-left: 17px;box-sizing: border-box;position: relative;font-size: 14px;line-height: 1.43;color: #333333;}
.navs-list > ul.navs-list00 > li .sp-nav li a::before {content: "";display: block;width: 14px;height: 20px;background: url("../img/common/spnav01.svg") no-repeat center;background-size: contain;position:  absolute;top: 0;left: 0;}
.navs-list > ul.navs-list00 > li a:hover {text-decoration: none;color: #142FC6!important;}

#footer .footer_box .right {width: 340px;padding: 40px 30px 50px;box-sizing: border-box;background: #FFF2F2;border-radius: 10px;margin-left: 65px;}
#footer .footer_box .right .fax_box {margin-top: 10px;}
#footer .footer_box .right .fax_box .fax-text {display: none;}
#footer .footer_box .right .btn01 {margin: 20px auto 0;}

#footer .bottom_box {justify-content: space-between;align-items: center;padding-top: 20px;border-top: 1px solid #EEEEEE;}
#footer .bottom_box .link_list {width: auto;}
#footer .bottom_box .link_list li {font-size: 12px;line-height: 1.42;margin-right: 30px;}
#footer .bottom_box .link_list li:last-child {margin-right: 0;}
#footer .bottom_box .link_list li a:hover {text-decoration: none;color: #142FC6;}
#footer .bottom_box .copyright {font-size: 12px;line-height: 1.42;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
