@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: #0F0F0F;text-decoration: none;
}
a:hover, a:active {
	color: #0F0F0F;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: #0F0F0F;
	background: #FFFFFF;
	font-size:16px;
	line-height:1.5;
	font-family: '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: 300px;height:70px;margin-top: 60px;}
.btn01 a {display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;padding: 22px 23px 22px 39px;box-sizing: border-box;position: relative;background: #FFFFFF;border: 1px solid #0B50CF;border-radius: 35px;}
.btn01 a .btn-text {color: #0B50CF;font-weight: 700;transition: 0.3s;}
.btn01 a .arrow {display: block;width: 22px;height: 22px;background: #0A50CF;border-radius: 50%;position: relative;}
.btn01 a .arrow::before {content: "";display: block;width: 9px;height: 9px;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: #0A50CF;}
.btn01 a:hover .btn-text {color: #FFFFFF;}
.btn01 a:hover .arrow {background: #FFFFFF;}
.btn01 a:hover .arrow::before {filter: brightness(0) saturate(100%) invert(25%) sepia(52%) saturate(3365%) hue-rotate(207deg) brightness(92%) contrast(98%);}

.btn01.shiro a {background: transparent;border: 1px solid #FFFFFF;}
.btn01.shiro a .btn-text {color: #FFFFFF;}
.btn01.shiro a .arrow {background: #FFFFFF;}
.btn01.shiro a .arrow::before {filter: brightness(0) saturate(100%) invert(25%) sepia(52%) saturate(3365%) hue-rotate(207deg) brightness(92%) contrast(98%);}
.btn01.shiro a:hover {background: #FFFFFF;}
.btn01.shiro a:hover .btn-text {color: #0B50CF;}
.btn01.shiro a:hover .arrow {background: #0B50CF;}
.btn01.shiro a:hover .arrow::before {filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(194deg) brightness(103%) contrast(102%);}

.contact_btn {width: 220px;height: 40px;}
.contact_btn a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 9px 24px 10px;box-sizing: border-box;background: #FFF000;border: 2px solid #0F0F0F;border-radius: 20px;}
.contact_btn a .btn-text {font-size: 12px;font-weight: 700;padding-left: 21px;box-sizing: border-box;position: relative;transition: 0.3s;}
.contact_btn a .btn-text::before {content: "";display: block;width: 14px;height: 11px;background: url("../img/common/icon_mail.svg");background-size: contain;position: absolute;top: 5px;left: 0;}
.contact_btn a:hover {text-decoration: none;background: #0F0F0F;}
.contact_btn a:hover .btn-text {color: #FFF000;}
.contact_btn a:hover .btn-text::before {filter: brightness(0) saturate(100%) invert(95%) sepia(86%) saturate(5782%) hue-rotate(345deg) brightness(96%) contrast(113%);}

.title01 {margin-bottom: 60px;}
.title01 .ja {display: block;font-size:18px;line-height:1.44;padding-left: 16px;box-sizing: border-box;position: relative;margin-bottom: 10px;}
.title01 .ja::before {content: "";display: block;width: 8px;height: 8px;background: #0B50CF;border-radius: 50%;position: absolute;top: 11px;left: 0;}
.title01 .en {display: block;font-family: "Inter";font-size: 50px;color: #0B50CF;line-height: 1.2;font-weight: 500;}

.title01.shiro .ja::before {background: #FFFFFF;}
.title01.shiro .en {color: #FFFFFF;}

.tel_box {display: inline-block;text-align: right;}
.tel_box .tel {}
.tel_box .tel .num {font-size: 40px;font-weight: 500;line-height: 1.2;padding-left: 34px;position: relative;}
.tel_box .tel .num::before {content: "";display: block;width: 34px;height: 34px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 11px;left: 0;}
.tel_box .tel-text {font-size: 14px;line-height: 1.43;font-weight: 500;margin-top: 4px;}

.common_line {width: 100%;height: 1px;background: #0A50CF;position: relative;}
.common_line::before, .common_line::after {content: "";display: block;width: 7px;height: 7px;background: #0A50CF;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);}
.common_line::before {left: 0;}
.common_line::after {right: 0;}

.common_line.gray {background: #EEEEEE;}
.common_line.gray::before, .common_line.gray::after {background: #EEEEEE;}

.text-bg {display: inline-block;padding: 1px 10px 4px;box-sizing: border-box;background: #0B50CF;color: #FFFFFF;margin: 9px 5px 10px 0;}

.under-cont > section {padding: 140px 0;background: #F7F9FF;}
.under-cont > section:first-child {padding-top: 94px;}
.under-cont > section:nth-child(2n) {background: #FFFFFF;}

.grecaptcha-badge { visibility: hidden; }

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

.common_text {line-height: 2;}

.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;}
.safari .tate {letter-spacing: 0.1em;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
}

/*色*/
.shiro {color:#fff;}
.ao {color: #0A50CF;}
.ao02 {color: #0B50CF;}
.yellow {color: #FFF000;}

.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: 100px;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;background: #fff;}
#header .header_inner {height: 100%;padding-top: 12px;box-sizing: border-box;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
#header .header_inner .logo_box {width: auto;margin-left: 60px;position: relative;z-index: 1;}
#header .header_inner .logo {display: flex;align-items: flex-end;justify-content: space-between;width: 400px;}
#header .header_inner .logo a {display: block;width: 151px;position: relative;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}
#header .header_inner .logo a .logo-img02 {position: absolute;top: 0;left: 0;opacity: 0;}
#header .header_inner .logo .logo-text {font-size: 12px;font-weight: 400;margin-bottom: 13px;}

#header .header_inner .right {height: 100%;justify-content: flex-end;margin-right: 60px;}
#header .header_inner .right .right_top {height: 40px;margin-bottom: 18px;justify-content: flex-end;align-items: flex-start;}
#header .header_inner .right .right_top .icon_text {display: inline-block;padding: 4px 20px;box-sizing: border-box;background: #000000;border-radius: 35px;font-size: 14px;line-height: 1.42;margin: 2px 17px 0 0;}
#header .header_inner .right .right_top .tel_box .tel .num {font-size: 20px;padding-left: 17px;}
#header .header_inner .right .right_top .tel_box .tel .num::before {width: 16px;height: 16px;top: 5px;}
#header .header_inner .right .right_top .tel_box .tel-text {font-size: 11px;margin-top: 0;}
#header .header_inner .right .right_top .contact_btn {width: 140px;height: 36px;margin: 2px 0 0 20px;}
#header .header_inner .right .right_top .contact_btn a {padding: 7px 17px 6px;border-radius: 35px;}
#header .header_inner .right .right_top .contact_btn a .btn-text {font-size: 14px;padding-left: 18px;}
#header .header_inner .right .right_top .contact_btn a .btn-text::before {width: 12px;height: 10px;top: 5px;}

/*gnav*/
.gnav {height: 30px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 26px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span, .gnav .gnav_first > p {font-size: 15px;line-height: 1.4;font-weight: 500;white-space: nowrap;position: relative;}
.gnav > ul > li > a > span::before, .gnav .gnav_first > p::before {content: "";display: block;width: 0;height: 1px;background: #0F0F0F;position: absolute;bottom: 6px;left: 0;transition: 0.3s;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover > span::before, .gnav .gnav_first:hover > p::before {width: 100%;}

.gnav .gnav_first {position: relative;}
.gnav .gnav_first > p {display: flex;height: 100%;padding-right: 12px;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 7px;height: 4px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: cover;transition: 0.3s;position: absolute;top: 10px;right: 0;}
.gnav .gnav_first:hover > p::after {transform: rotate(180deg);}
.gnav_bg {
	position: absolute;
	padding-top: 10px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
}
.gnav_bg01 {
	left: 50%;
	transform: translateX(-50%);
}
.gnav_bg02 {
	right: 0;
}
.gnav_second {
	width: 800px;
	align-items: flex-start;
	background: #FFFFFF;
	padding: 15px 40px;
	box-sizing: border-box;
	border-radius: 35px;
	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 .nav-title {
	width: 118px;
	font-size: 15px;
	padding-top: 5px;
	box-sizing: border-box;
}
.gnav_first .gnav_second ul {
	width: calc(100% - 118px);
	padding: 5px 0 5px 40px;
	box-sizing: border-box;
	border-left: 1px solid #EEEEEE;
}
.gnav_first01 .gnav_second .nav-title {
	width: 138px;
}
.gnav_first01 .gnav_second ul {
	width: calc(100% - 138px);
}
.gnav_first .gnav_second ul li {
	margin-right: 30px;
}
.gnav_first .gnav_second ul li:last-child {
	margin-right: 0;
}
.gnav_first .gnav_second ul li a {
	display: block;
	padding-left: 24px;
	box-sizing: border-box;
	font-size: 15px;
	position: relative;
}
.gnav_first .gnav_second ul li a::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/common/btn_arrow.svg") no-repeat center, #0A50CF;
	background-size: 5px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}
.gnav_first .gnav_second li a:hover {
	text-decoration: none;
	color: #0A50CF;
}

/* CTA */
#fixed-box {width: 380px;position: fixed;bottom: 0;right: 0;z-index: 10;transition: 0.3s;}
#fixed-box .close-btn {width: 20px;background: #0A50CF;border-radius: 10px 0 0 10px;cursor: pointer;position: relative;transition: 0.3s;}
#fixed-box .close-btn img {width: 8px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(180deg);}
#fixed-box .box_in {width: 360px;padding: 30px;box-sizing: border-box;background: #F7F9FF;border: 1px solid #0A50CF;position: relative;}
#fixed-box .box_in .midashi {font-size: 17px;font-weight: 800;line-height: 1.47;margin-bottom: 6px;}
#fixed-box .box_in .box {width: 100%;position: relative;}
#fixed-box .box_in .box .sub_text {font-size: 12px;line-height: 1.42;position: relative;}
#fixed-box .box_in .box .sub_text span {display: inline-block;padding: 2px 10px;background: #0A50CF;border-radius: 35px;box-sizing: border-box;font-size: 12px;line-height: 1.42;margin-right: 5px;}
#fixed-box .box_in .box .contact_btn {margin-top: 10px;}
#fixed-box .box_in .box .img {width: 78px;position: absolute;bottom: 0;right: -16px;}

#fixed-box.is-closed {right: -360px;}
#fixed-box.is-closed .close-btn img {transform: translate(-50%, -50%);}

/* main */
/*-------------------------------------------*/
#main {margin-top:100px;}
#main.home_main {width: 100%; height: 770px;padding: 180px 0 40px;box-sizing: border-box;background: url("../img/main/main_bg.jpg") no-repeat center top;background-size: cover;position: relative;margin-top: 0;}
#main.home_main .bg-text {width: 100%;height: 146px;background: url("../img/main/main_text.png") repeat-X center;background-size: cover;position: absolute;bottom: 56px;left: 0;animation: bgMoveMain 80s linear infinite;}
@keyframes bgMoveMain {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2619px 0;
	}
}
#main.home_main .main_box {width: 1100px;margin: 0 auto;justify-content: space-between;align-items: flex-start;}
#main.home_main .main_box .text_box {width: 480px;}
#main.home_main .main_box .text_box .sub_title {font-size: 26px;line-height: 64px;}
#main.home_main .main_box .text_box .sub_title em {display: inline-block;font-size: 44px;position: relative;}
#main.home_main .main_box .text_box .sub_title em::before {content:"ゼロ";display: block;width: 24px;font-size: 12px;line-height: 17px;position:absolute;top: -2px;left: 50%;transform: translateX(-50%);}
#main.home_main .main_box .text_box h2 {margin-bottom: 40px;}
#main.home_main .main_box .text_box h2 > span {display: block;font-size: 48px;line-height: 1.46;}
#main.home_main .main_box .text_box h2 > span:last-child {padding-left: 40px;box-sizing: border-box;}
#main.home_main .main_box .text_box h2 > span .mini {font-size: 42px;}
#main.home_main .main_box .text_box .main-list li {display: table;width: 130px;height: 130px;border: 2px solid #FFFFFF;box-sizing: border-box;border-radius: 80px;text-align: center;margin-right: 18px;}
#main.home_main .main_box .text_box .main-list li:last-child {margin-right: 0;}
#main.home_main .main_box .text_box .main-list li span {display: table-cell;font-size: 18px;vertical-align: middle;}
#main.home_main .main_box .img_box {width: 560px;position: relative;}
#main.home_main .main_box .img_box img {position: absolute;top: 0;left: -20px;max-width: 820px;width: 820px;}

#main.home_main .main_news_box {width: 850px;height: 60px;align-items: center;padding: 15px 15px 15px 40px;box-sizing: border-box;background: #FFFFFF;border-radius: 35px;position: absolute;bottom: 40px;left: 60px;z-index: 1;}
#main.home_main .main_news_box h2 {align-items: flex-end;width: 130px;margin-right: 30px;position: relative;}
#main.home_main .main_news_box h2::before {content: "";display: block;width: 1px;height: 30px;background: #EEEEEE;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
#main.home_main .main_news_box h2 .ja {font-size: 14px;}
#main.home_main .main_news_box h2 .en {font-size: 12px;font-weight: 500;margin-left: 10px;}

#main.home_main .main_news_box .top-news01 {width: calc(100% - 280px);}
#main.home_main .main_news_box .top-news01 a {display: flex;align-items: flex-start;width: 100%;}
#main.home_main .main_news_box .top-news01 a .time {display: block;width: 70px;font-size: 12px;line-height: 15px;margin-top: 3px;}
#main.home_main .main_news_box .top-news01 a .title {width: calc(100% - 70px);font-size: 14px;line-height: 20px;font-weight: 400;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;transition: 0.3s;}
#main.home_main .main_news_box .top-news01 a:hover {text-decoration: none;}
#main.home_main .main_news_box .top-news01 a:hover .title {color: #0B50CF;}

#main.home_main .main_news_box .btn {width: 100px;height: 30px;margin-left: 20px;}
#main.home_main .main_news_box .btn a {display: block;width: 100%;height: 100%;padding: 8px 20px;box-sizing: border-box;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center right 11px;background-size: 7px;background-color: #0B50CF;border-radius: 35px;}
#main.home_main .main_news_box .btn a .btn-text {display: block;font-size: 11px;line-height: 14px;font-weight: 500;color: #FFFFFF;}
#main.home_main .main_news_box .btn a:hover {text-decoration: none;background-color: #0F0F0F;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 300px;position: relative;background: url("../img/main/kasou_bg.jpg") no-repeat center;background-size: cover;}
#main.kasou .wrap {height: 100%;}
#main.kasou img {display: block;width: auto;height: 211px;position: absolute;top: 40px;left: 60px;}
#main.kasou h1.main_title {font-size: 48px;line-height: 1.46;color: #FFFFFF;position: absolute;bottom: 60px;left: 0;z-index: 1;}

/*パンくず*/
div#bread {width: 100%;padding-top: 8px;background: #F7F9FF;}
ul.bread-list {font-size:13px;justify-content: flex-end;}
ul.bread-list li {line-height: 19px;}
ul.bread-list li a {text-decoration:none;line-height: 19px;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"＞";margin: 0 8px;}
ul.bread-list li:last-child::after{display: none;}

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

/* footer */
/*-------------------------------------------*/
#contact-sec {padding: 140px 0 180px;background: url("../img/common/contact_bg.png") no-repeat center bottom;background-size: cover;color: #FFFFFF;}
#contact-sec .title {margin-bottom: 27px;}
#contact-sec .title .en {display: block;font-size: 22px;font-weight: 600;line-height: 1.2;margin-bottom: 12px;}
#contact-sec .title .ja {display: block;font-size: 40px;line-height: 1.45;}
#contact-sec .list {justify-content: center;margin-bottom: 60px;}
#contact-sec .list li {padding: 4px 30px;box-sizing: border-box;background: #0B50CF;border-radius: 35px;font-weight: 700;margin-right: 10px;}
#contact-sec .list li:last-child {margin-right: 0;}
#contact-sec .list + p.common_text {text-align: center;}

#contact-sec .box-list {justify-content: center;position: relative;margin-top: 60px;}
#contact-sec .box-list::before, #contact-sec .box-list::after {content: "";display: block;width: 100vw;height: 1px;background: #174BAA;position: absolute;left: 50%;transform: translateX(-50%);}
#contact-sec .box-list::before {top: 0;}
#contact-sec .box-list::after {bottom: 0;}
#contact-sec .box-list .box {display: flex;justify-content: center;align-items: center;width: 50%;height: 326px;border-right: 1px solid #174BAA;box-sizing: border-box;}
#contact-sec .box-list .box.box_left {border-left: 1px solid #174BAA;}
#contact-sec .box-list .box.box_left .tel_box .tel .num {color: #FFF000;}
#contact-sec .box-list .box.box_left .tel_box .tel .num::before {background: url("../img/common/icon_tel03.svg") no-repeat center;background-size: contain;}
#contact-sec .box-list .box.box_left .fax-num {font-size: 14px;font-weight: 500;text-align: right;margin-top: 30px;}
#contact-sec .box-list .box.box_left .fax-num em {font-size: 24px;}
#contact-sec .box-list .box.box_right {padding: 0 40px 0 80px;}
#contact-sec .box-list .box.box_right .box_in {justify-content: space-between;align-items: center;}
#contact-sec .box-list .box.box_right .box_in h3 .en {display: block;font-size: 40px;font-weight: 500;line-height: 1.25;margin-bottom: 12px;}
#contact-sec .box-list .box.box_right .box_in h3 .ja {display: block;font-size: 18px;line-height: 1.45;}
#contact-sec .box-list .box.box_right .box_in a {display: block;width: 70px;height: 70px;background: #FFF000;border: 1px solid #FFF000;box-sizing: border-box;border-radius: 50%;position: relative;}
#contact-sec .box-list .box.box_right .box_in a img {display: block;width: 20px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: 0s;}
#contact-sec .box-list .box.box_right .box_in a:hover {background: transparent;}
#contact-sec .box-list .box.box_right .box_in a:hover img {filter: brightness(0) saturate(100%) invert(88%) sepia(54%) saturate(6112%) hue-rotate(349deg) brightness(96%) contrast(109%);}

#map-sec {width: 100%;height: 450px;position: relative;margin-top: -60px;z-index: -1;}
#map-sec iframe {width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#footer {padding: 115px 0 64px;}
#footer .wrap {width: 1280px;}
#footer .footer_box {flex-wrap: nowrap;justify-content: space-between;align-items: flex-start;margin-bottom: 60px;}
#footer .footer_box .left {width: 385px;}
#footer .footer_box .left .logo {display: flex;align-items: flex-end;justify-content: space-between;}
#footer .footer_box .left .logo a {display: block;width: 151px;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}
#footer .footer_box .left .logo .logo-text {font-size: 11px;font-weight: 400;margin-bottom: 13px;}
#footer .footer_box .left .address {font-size: 11px;margin-top: 31px;}
#footer .footer_box .left .address span {display: block;}

#footer .footer_box .right {width: auto;justify-content: space-between;align-items: flex-start;}
.navs-list > ul.navs-list00 {margin-right: 63px;}
.navs-list > ul.navs-list00:last-child {margin-right: 0;}
.navs-list > ul.navs-list01 {margin-right: 107px;}
.navs-list > ul.navs-list00 li {margin-bottom: 26px;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 li a:hover {text-decoration: none;color: #0A50CF;}
.navs-list > ul > li .nav-midashi {margin-bottom: 26px;}
#footer .footer_box .right .navs-list > ul > li .nav-midashi {display: none;}
.navs-list > ul > li .sp-nav {display: block;}

#footer .bottom_box {margin-top: 30px;}
#footer .bottom_box .bottom_box_in {justify-content: space-between;align-items: center;flex-direction: row-reverse;}
#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: #0A50CF;}
#footer .bottom_box .copyright {font-size: 11px;line-height: 1.3;}
#footer .bottom_box .bottom_text {padding: 30px;box-sizing: border-box;background: #F6F6F6;font-size: 12px;margin-top: 30px;}

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