@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-ExtraLight.ttf');
  src:
  url('../fonts/font/NotoSansJP-ExtraLight.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-ExtraLight.woff') format('woff'),
  url('../fonts/font/NotoSansJP-ExtraLight.ttf') format('truetype');
	font-weight: 200;
}
@font-face {/*Inter*/
  font-family: "Inter";
  src: url('../fonts/font/Inter-Regular.ttf');
  src:
  url('../fonts/font/Inter-Regular.woff2') format('woff2'),
  url('../fonts/font/Inter-Regular.woff') format('woff'),
  url('../fonts/font/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
}
@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-SemiBold.ttf');
  src:
  url('../fonts/font/Inter-SemiBold.woff2') format('woff2'),
  url('../fonts/font/Inter-SemiBold.woff') format('woff'),
  url('../fonts/font/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
}
@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: #0A0A0A;text-decoration: none;
}
a:hover, a:active {
	color: #0A0A0A;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!important;}

body {
	color: #0A0A0A;
	background: #F0FBFB;
	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: 1080px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 228px;height: 60px;margin: 60px auto 0;}
.btn01 a {display: block;width: 100%;height: 100%;padding: 17px 30px 19px;box-sizing: border-box;background: #0E5DA8;border: 1px solid #0E5DA8;border-radius: 30px;text-align: center;overflow: hidden;position: relative;z-index: 1;}
.btn01 a::before {content: "";display: block;width: 100%;height: 100%;border-radius: 20px;background: #FFFFFF;position: absolute;top: 0;right: -100%;transition: 0.3s;z-index: -1;}
.btn01 a .btn-text {font-weight: 700;color: #FFFFFF;transition: 0.5s;}
.btn01 a .icon {width: 6px;height: 6px;background: #FFFFFF;border-radius: 50%;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}
.btn01 a:hover {text-decoration: none;}
.btn01 a:hover::before {right: 0;}
.btn01 a:hover .btn-text {color: #0E5DA8;}

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

.contact_btn {width: 210px;height: 70px;}
.contact_btn a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: #0E5DA8;border: 1px solid #0E5DA8;border-radius: 70px;}
.contact_btn a .icon {width: 20px;height: 20px;background: url("../img/common/icon_mail.svg") no-repeat center;background-size: contain;margin-right: 10px;}
.contact_btn a .btn-text {font-weight: 700;color: #FFFFFF;transition: 0.3s;}
.contact_btn a:hover {text-decoration: none;background: #FFFFFF;}
.contact_btn a:hover .btn-text {color: #0E5DA8;}
.contact_btn a:hover .icon {filter: brightness(0) saturate(100%) invert(31%) sepia(69%) saturate(1003%) hue-rotate(181deg) brightness(88%) contrast(110%);}

.title01 {margin-bottom: 60px;}
.title01 .en {display: block;font-family: "Inter";font-optical-sizing: auto;font-style: normal;font-size: 20px;color: #194F39;line-height: 1.2;font-weight: 500;margin-bottom: 10px;}
.title01 .ja {display: block;font-size:38px;line-height: 1.45;}

.title01.shiro .en {color: #FFFFFF;}

.tel_box {text-align: center;}
.tel_box .tel {}
.tel_box .tel .num {font-size: 22px;font-weight: 700;line-height: 1.225;}
.tel_box .tel .num em {font-size: 40px;}
.tel_box .tel-text {font-size: 14px;line-height: 1.43;}

.fax-num {font-size: 16px;line-height: 1.2;font-weight: 700;}
.fax-num em {font-size: 22px;}

.grad {display: inline-block;padding: 2px 7px 3px;box-sizing: border-box;background: url("../img/common/grad01.jpg") no-repeat center;background-size: cover;color:#FFFFFF;}

.bg_circle01 {background: #194F39;position: relative;z-index: 1;overflow: hidden;}
.bg_circle01::before, .bg_circle01::after {content: "";display: block;position: absolute;z-index: -1;}
.bg_circle01::before {width: 604px;height: 593px;background: url("../img/common/bg_circle01.png") no-repeat center;background-size: contain;top: -35px;left: -121px;}
.bg_circle01::after {width: 868px;height: 868px;background: url("../img/common/bg_circle02.png") no-repeat center;background-size: contain;bottom: -273px;right: -126px;}

.bg_circle02 {background: #F0FBFB;position: relative;z-index: 1;overflow: hidden;}
.bg_circle02::before, .bg_circle02::after {content: "";display: block;position: absolute;z-index: -1;}
.bg_circle02::before {width: 800px;height: 800px;background: url("../img/top/bg_circle01.png") no-repeat center;background-size: contain;top: -230px;left: -182px;}
.bg_circle02::after {width: 760px;height: 760px;background: url("../img/top/bg_circle02.png") no-repeat center;background-size: contain;bottom: 489px;right: -26px;}

.under-cont > section {padding: 140px 0;}
.under-cont > section:first-child {border-radius: 40px 40px 0 0;background: #FFFFFF;position: relative;z-index: 1;}

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

.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:#FFFFFF;}
.kuro {color: #000000;}
.midori {color: #194F39;}
.ao {color: #0E5DA8;}

.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: 130px;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 {width: 94%;height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;margin: 0 auto;}
#header .header_inner .logo_box {width: 260px;position: relative;z-index: 1;}
#header .header_inner .logo {width: 100%;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a .logo-text {font-size: 11px;font-weight: 400;margin-bottom: 10px;}
#header .header_inner .logo a img {width: 157px;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right {width: calc(100% - 300px);height: 100%;padding-top: 30px;padding-right: 230px;box-sizing: border-box;position: relative;}
#header .header_inner .right .right_top {height: 34px;margin-bottom: 15px;justify-content: flex-end;align-items: flex-end;}

#header .header_inner .right .right_top .link-list {width: auto;align-items: center;margin-right: 10px;}
#header .header_inner .right .right_top .link-list li {height: 100%;margin-right: 10px;}
#header .header_inner .right .right_top .link-list li:last-child {margin-right: 0;}
#header .header_inner .right .right_top .link-list li a {display: inline-block;height: 100%;padding: 8px 20px;box-sizing: border-box;background: rgba(14, 93, 168, 0.1);border-radius: 25px;font-size: 12px;font-weight: 700;line-height: 17px;color: #0E5DA8;}
#header .header_inner .right .right_top .link-list li a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right .right_top .tel_box {width: 170px;height: 100%;}
#header .header_inner .right .right_top .tel_box .tel {width: 100%;height: 100%;}
#header .header_inner .right .right_top .tel_box .tel a {display: block;width: 100%;height: 100%;background: #FFFFFF;border-radius: 25px;padding: 8px 0;border: 1px solid #0E5DA8;box-sizing: border-box;}
#header .header_inner .right .right_top .tel_box .tel .num {display: block;font-size: 12px;color: #0E5DA8;text-align: center;}
#header .header_inner .right .right_top .tel_box .tel .num em {font-size: 14px;}
#header .header_inner .right .right_top .tel_box .tel-text {display: none;}
#header .header_inner .right .right_top .contact_btn {width: 210px;height: 70px;position: absolute;top: 30px;right: 0;}

/*gnav*/
.gnav {height: 36px;}
.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-size: 15px;font-weight: 500;position: relative;transition: 0.3s;}
.gnav > ul > li > a > span {line-height: 21px;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;color: #0E5DA8;}

.gnav .gnav_first {position: relative;}
.gnav .gnav_first > p {padding-right: 18px;white-space: nowrap;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 13px;height: 7px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: contain;transition: 0.3s;position: absolute;top: 9px;right: 0;}
.gnav .gnav_first:hover > p {color: #0E5DA8;}
.gnav .gnav_first:hover > p::after {transform: rotate(180deg);}
.gnav_bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.gnav_second {
	width: 590px;
	background: #FFFFFF;
	padding: 33px 0 40px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.03);
	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 .title01 {
	align-items: flex-end;
	padding: 0 40px 20px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.gnav_first .gnav_second .title01 .en {
	font-size: 12px;
	line-height: 1.25;
	margin-left: 10px;
	margin-bottom: 2px;
}
.gnav_first .gnav_second .title01 .ja {
	font-size:18px;
}
.gnav_first .gnav_second .gnav_in {
	justify-content: space-between;
	padding: 0 40px;
	box-sizing: border-box;
}
.gnav_first .gnav_second .gnav_in > div {
	width: 150px;
	margin-right: 30px;
}
.gnav_first .gnav_second .gnav_in > div:last-child {
	margin-right: 0;
}
.gnav_first .gnav_second .gnav_in > div a {
	display: block;
	width:100%;
	text-align: center;
}
.gnav_first .gnav_second .gnav_in > div a span {
	display: inline-block;
	padding-left: 14px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	position: relative;
	margin-top: 10px;
}
.gnav_first .gnav_second .gnav_in > div a span::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url("../img/common/gnav_arrow02.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 0;
}
.gnav_first .gnav_second .gnav_in > div a:hover {
	text-decoration: none;
	color: #0E5DA8;
}

/*cta*/
#fixed-btn {position: fixed;bottom: 40px;right: -100%;transition: 0.3s;z-index: 10;}
.fixed #fixed-btn {right: 0;}
#fixed-btn .btn-icon {width: 22px;height: 22px;background: #FFFFFF;border-radius: 50%;border: 1px solid #0E5DA8;box-sizing: border-box;position: absolute;top: 50%;left: -11px;transform: translateY(-50%);}
#fixed-btn .btn-icon img {width: auto;height: 8px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#fixed-btn .open-btn {width: 50px;height: 150px;background: #0E5DA8;border-radius: 10px 0 0 10px;padding-top: 13px;box-sizing: border-box;position: absolute;bottom: 0;right: 0;transition: 0.3s;cursor: pointer;}
#fixed-btn .open-btn:hover {opacity: 0.7;}
#fixed-btn .open-btn p .icon {display: block;width: 17px;height: 17px;background: url(../img/common/icon_mail.svg) no-repeat center;background-size: contain;margin: 0 auto 1px;}
#fixed-btn .open-btn p .tate {font-size: 14px;line-height: 16px;}
#fixed-btn .contact_btn {width: 260px;position: absolute;bottom: 0;right: -275px;transition: 0.3s;}
#fixed-btn .contact_btn a {justify-content: flex-start;border-radius: 70px 0 0 70px;padding-left: 32px;box-sizing: border-box;}
#fixed-btn .contact_btn a .sub_text {padding: 6px 15px 6px 20px;box-sizing: border-box;background: #FFFFFF;border: 1px solid #0E5DA8;border-radius: 25px;font-size: 11px;position: absolute;top: -15px;left: 50%;transform: translateX(-50%);white-space: nowrap;}
#fixed-btn .contact_btn .btn-icon {transition: 0.3s;cursor: pointer;}
#fixed-btn .contact_btn .btn-icon:hover {opacity: 0.7;}
#fixed-btn.open .open-btn {right: -65px;}
#fixed-btn.open .contact_btn {right: 0;}

.safari #fixed-btn .open-btn p .icon {margin: 0 auto 6px;}
@-moz-document url-prefix(){
    #fixed-btn .open-btn p .icon {margin: 0 auto 6px;}
}

/* main */
/*-------------------------------------------*/
#main.home_main {width: 100%;background: #F0FBFB;position: relative;padding: 180px 0 440px;box-sizing: border-box;}
#main.home_main::before, #main.home_main::after {content: "";display: block;position: absolute;}
#main.home_main::before {width: 800px;height: 800px;background: url("../img/main/bg01.png") no-repeat center;background-size: contain;top: -153px;left: -182px;}
#main.home_main::after {width: 837px;height: 837px;background: url("../img/main/bg02.png") no-repeat center;background-size: contain;top: 247px;right: -102px;}
#main.home_main .wrap {width: 1200px;position: static;}
#main.home_main .main_box {justify-content: space-between;align-items: flex-start;position: relative;z-index: 1;}
#main.home_main .main_box .text_box {width: 550px;margin-top: 76px;}
#main.home_main .main_box .text_box .main_title {font-size: 38px;margin-bottom: 40px;}
#main.home_main .main_box .text_box .main_title .grad {margin-top: 10px;}
#main.home_main .main_box .text_box .text01 {font-size: 18px;margin-bottom: 40px;}
#main.home_main .main_box .text_box .main-list li {padding: 3px 20px 5px;box-sizing: border-box;background: #194F39;border-radius: 25px;font-size: 14px;line-height: 1.42;margin: 0 10px 10px 0;}
#main.home_main .main_box .text_box .main-list li:last-child, #main.home_main .main_box .text_box .main-list li:nth-child(3n) {margin-right: 0;}

#main.home_main .main_box .img_box {width: 460px;position: relative;}
#main.home_main .main_box .img_box .img02 {width: 230px;position: absolute;bottom: -55px;left: -56px;}

#main.home_main .blog_box {width: 640px;height: 70px;align-items: center;padding: 0 24px 0 40px;box-sizing: border-box;background: #FFFFFF;border-radius: 40px;position: absolute;bottom: 413px;left: 60px;z-index: 1;}
#main.home_main .blog_box h3 {width: 54px;font-weight: 600;}
#main.home_main .blog_box .top-blog01 {width: 387px;}
#main.home_main .blog_box .top-blog01 a {display: flex;align-items: center;width: 100%;}
#main.home_main .blog_box .top-blog01 a .time {width: 73px;font-size: 12px;}
#main.home_main .blog_box .top-blog01 a .title {width: calc(100% - 73px);font-weight: 400;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 14px;}
#main.home_main .blog_box .btn01 {width: 115px;height: 24px;margin: 0 0 0 20px;}
#main.home_main .blog_box .btn01 a {display: flex;justify-content: space-between;align-items: center;padding: 0;border-radius: 0;background: transparent;border: 0;}
#main.home_main .blog_box .btn01 a::before {display: none;}
#main.home_main .blog_box .btn01 a .btn-text {font-size: 14px;font-weight: 400;color: #0A0A0A;transition: 0.3s;}
#main.home_main .blog_box .btn01 a .icon {width: 24px;height: 24px;background: #0E5DA8;border: 1px solid #0E5DA8;box-sizing: border-box;border-radius: 50%;position: relative;top: 0;right: 0;transform: translateY(0);transition: 0.3s;}
#main.home_main .blog_box .btn01 a .icon::before {content: "";display: block;width: 6px;height: 6px;border-radius: 50%;background: #FFFFFF;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: 0.3s;}
#main.home_main .blog_box .btn01 a:hover {text-decoration: none;}
#main.home_main .blog_box .btn01 a:hover .btn-text {text-decoration: underline;}
#main.home_main .blog_box .btn01 a:hover .icon::before {width: 100%;height: 100%;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 400px;padding-top: 260px;box-sizing: border-box;position: relative;}
#main.kasou::before, #main.kasou::after {content: "";display: block;position: absolute;}
#main.kasou::before {width: 800px;height: 800px;background: url("../img/main/bg01.png") no-repeat center;background-size: contain;top: -153px;left: -412px;}
#main.kasou::after {width: 837px;height: 837px;background: url("../img/main/bg02.png") no-repeat center;background-size: contain;top: 167px;right: -362px;}
#main.kasou h1.main_title {font-size: 48px;line-height: 1.46;}

/*パンくず*/
div#bread {width: 100%;padding: 10px 0 30px;}
ul.bread-list {font-size:12px;justify-content: flex-start;}
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 10px;}
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: 157px 0 296px;background: url("../img/common/contact_bg.jpg") no-repeat center top;background-size: cover;}
#contact-sec .title01 {margin-bottom: 40px;}
#contact-sec .point-list {justify-content: center;margin-bottom: 30px;}
#contact-sec .point-list li {font-weight: 700;margin-right: 10px;}
#contact-sec .point-list li:last-child {margin-right: 0;}
#contact-sec .text01 {text-align: center;}
#contact-sec .cnt {justify-content: center;align-items: flex-start;flex-direction: row-reverse;margin-top: 60px;}
#contact-sec .cnt .contact_btn {width: 460px;height: 100px;margin-top: 8px;}
#contact-sec .cnt .contact_btn a .icon {width: 24px;height: 24px;margin-right: 14px;}
#contact-sec .cnt .contact_btn a .btn-text {font-size: 20px;}

#contact-sec .cnt .num_box {display: inline-block;margin-right: 86px;}
#contact-sec .cnt .num_box .tel_box .tel .num {color: #FFFFFF;}
#contact-sec .cnt .num_box .tel_box .tel-text {color: #FFFFFF;}
#contact-sec .cnt .num_box .fax-num {text-align: center;color: #FFFFFF;margin-top: 20px;}

#footer {position: relative;}
#footer .footer_box {width: 100%;height: 440px;position: absolute;top: -196px;left: 0;z-index: 2;}
#footer .footer_box::before {content: "";display: block;width: calc(100% - 60px);height: 100%;background: #FFFFFF;border-radius: 40px 0 0 40px;position: absolute;top: 0;right: 0;z-index: -1;}
#footer .footer_box .wrap {height: 100%;padding-top: 80px;box-sizing: border-box;}
#footer .footer_box .logo {width: 157px;}
#footer .footer_box .logo a {display: block;width: 100%;}
#footer .footer_box .logo a img {width: 100%;}
#footer .footer_box .logo a:hover {text-decoration: none;opacity: 0.7;}

#footer .footer_box .logo-text {font-size: 12px;margin-top: 22px;}

#footer .footer_box .map_box {width: 510px;height: 320px;border-radius: 20px;overflow: hidden;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
#footer .footer_box .map_box iframe {width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#footer .footer_box .address_box {width: 550px;align-items: center;margin-top: 40px;}
#footer .footer_box .address_box p {font-size: 14px;}
#footer .footer_box .address_box .map-btn {height: 29px;margin-left: 14px;}
#footer .footer_box .address_box .map-btn a {display: inline-block;height: 100%;padding: 6px 20px;box-sizing: border-box;background: rgba(14, 93, 168, 0.1);border-radius: 25px;font-size: 12px;font-weight: 700;line-height: 17px;color: #0E5DA8;}
#footer .footer_box .address_box .map-btn a:hover {text-decoration: none;opacity: 0.7;}
#footer .footer_box .tel_box {display: flex;align-items: center;text-align: left;margin-top: 5px;}
#footer .footer_box .tel_box .tel .num {font-size: 14px;font-weight: 400;}
#footer .footer_box .tel_box .tel .num em {font-size: 14px;}
#footer .footer_box .tel_box .tel-text {font-size: 12px;margin-left: 14px;}
#footer .footer_box .fax-num {font-size: 12px;font-weight: 400;}
#footer .footer_box .fax-num em {font-size: 12px;}

#footer .bottom_box {padding: 347px 0 80px;}
#footer .bottom_box.bg_circle01::before {top: -159px;left: -121px;}
#footer .bottom_box.bg_circle01::after {bottom: -547px;right: -146px;}
#footer .bottom_box .navs-list {justify-content: space-between;}
#footer .bottom_box .navs-list .list_in {width: auto;justify-content: space-between;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 {margin-left: 85px;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00:first-child {margin-left: 0;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li {margin-bottom: 30px;font-weight: 500;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li:last-child {margin-bottom:0;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li a {color: #FFFFFF;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li a:hover {text-decoration: none;opacity: 0.4;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li .nav-midashi {margin-bottom: 16px;color: #FFFFFF;font-weight: 500;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li .sp-nav li {font-size: 14px;font-weight: 500;margin-bottom: 10px;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li .sp-nav li:last-child {margin-bottom: 0;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li .sp-nav li a {opacity: 0.4;}
#footer .bottom_box .navs-list .list_in > ul.navs-list00 > li .sp-nav li a:hover {opacity: 1;}
#footer .bottom_box .copyright {font-size: 12px;color: #FFFFFF;margin-top: 26px;text-align: right;}

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