@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 {/*NotoSerifJPボールド*/
  font-family: "Noto Serif JP";
  src: url('../fonts/font/NotoSerifJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSerifJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSerifJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSerifJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*NotoSerifJPブラック*/
  font-family: "Noto Serif JP";
  src: url('../fonts/font/NotoSerifJP-Black.ttf');
  src:
  url('../fonts/font/NotoSerifJP-Black.woff2') format('woff2'),
  url('../fonts/font/NotoSerifJP-Black.woff') format('woff'),
  url('../fonts/font/NotoSerifJP-Black.ttf') format('truetype');
	font-weight: 900;
}

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

a:link, a:visited {
	color: #202020;text-decoration: none;
}
a:hover, a:active {
	color: #202020;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: #202020;
	background: #FFFFFF;
	font-size:18px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
    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: 440px;height: 80px;margin: 60px auto 0;}
.btn01 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 25px 50px 25px 20px;box-sizing: border-box;position: relative;background: url("../img/common/btn_arrow01.png") no-repeat center right 20px, #E95513;background-size: 28px;border-radius: 41px;}
.btn01 a .waku {position: relative;overflow-x: hidden;overflow-y: hidden;height: 30px;margin-left: 28px;}
.btn01 a .waku .appear, .btn01 a .waku .hover-appear {transition: 0.3s;overflow-x: hidden;overflow-y: hidden;transition-duration: 600ms;width: auto;max-width: 100%;font-size: 20px;font-weight: 700;color: #FFFFFF;line-height: 30px;}
.btn01 a .waku .hover-appear {position: absolute;bottom: -30px;left: 0px;}
.btn01 a:hover .appear {transform: translate(0px, -30px);}
.btn01 a:hover .hover-appear {bottom: -30px;transform: translate(0px, -30px);}
.btn01 a:hover {text-decoration: none;}

.btn01.contact_btn a {padding: 25px 80px;background: url("../img/common/mail_icon.svg") no-repeat center left 42px, #FFD500;background-size: 34px;}
.btn01.contact_btn a .waku {margin-left: 0;}
.btn01.contact_btn a .waku .appear, .btn01.contact_btn a .waku .hover-appear {margin-left: 34px;color: #202020;}

.btn01.line_btn a {padding: 25px 80px;background: url("../img/common/line_icon.svg") no-repeat center left 40px, #06C755;background-size: 38px;}
.btn01.line_btn a .waku {margin-left: 0;}
.btn01.line_btn a .waku .appear, .btn01.line_btn a .waku .hover-appear {margin-left: 38px;}

.btn02 {display: inline-block;}
.btn02 a {display: inline-flex;align-items: center;}
.btn02 a > span.arrow {display: inline-block;width: 32px;height: 32px;background: #E95513;margin-right: 8px;border-radius: 50%;overflow: hidden;position: relative;}
.btn02 a > span.arrow:before, .btn02 a > span.arrow:after {content: "";width: 100%;height: 100%;background: url(../img/common/btn_arrow02.svg) no-repeat center;background-size: 7px;position: absolute;z-index: 2;transition: 0.3s;}
.btn02 a > span.arrow:before {left: 0;}
.btn02 a > span.arrow:after {left: -100%;}
.btn02 a > span.btn-text {font-weight: 700;color: #202020;}
.btn02 a:hover {text-decoration: none;}
.btn02 a:hover > span.arrow:before {left: 100%;}
.btn02 a:hover > span.arrow:after {left: 0;}

.title01 {padding-left: 24px;box-sizing: border-box;position: relative;margin-bottom: 60px;}
.title01::before {content: "";display: block;width: 16px;height: 16px;background: #E95513;clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.title01 span {font-family: "Noto Serif JP";font-size: 40px;font-weight: 900;letter-spacing: 0.05em;color: #431500;}
.title01 span em {color: #E95513;}
.title01 span.mini {display: block;font-size: 28px;line-height: 38px;}
.title01:has(span.mini)::before {top: 12px;left: 0;transform: translateY(0);}

.top-title01 {font-family: "Noto Serif JP";font-size: 40px;font-weight: 900;letter-spacing: 0.05em;margin-bottom: 32px;}
.top-title01 em {color: #E95513;}
.top-title01 span.sub_text {display: block;font-size: 28px;}

.sub-title {display: inline-block;font-weight: 700;padding: 0 20px;position: relative;}
.sub-title::before, .sub-title::after {content: "";display: block;width: 13px;height: 25px;background: url("../img/common/sub-title_line.svg") no-repeat center;background-size: cover;position: absolute;bottom: 0;}
.sub-title::before {left: 0;transform: scale(1, -1);}
.sub-title::after {right: 0;}

.top-title_box {text-align: center;}
.top-title_box .sub-title {margin-bottom: 4px;}
.top-title_box .title01 {display: inline-block;}

.tel_box {}
.tel_box .tel {text-align: center;}
.tel_box .tel .num {font-family: "Noto Serif JP";font-size: 56px;font-weight: 700;line-height: 80px;letter-spacing: -0.02em;padding-left: 94px;position: relative;}
.tel_box .tel .num::before {content: "";display: block;width: 84px;height: 48px;background: url("../img/common/tel_mark.png") no-repeat center;background-size: cover;position: absolute;top: 20px;left: 0;}
.tel_box .tel-text {font-weight: 400;margin-top: 4px;text-align: center;}

/*ウェブフォント*/
.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;}

.serif {font-family: "Noto Serif JP";}

.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;}
.kuro01 {color: #000000;}
.kuro02 {color: #202020;}
.ao {color: #1027A5;}
.orange {color: #E95513;}
.cha {color: #601E00;}

.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: 120px;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 {width: 1100px;margin: 0 auto;height: 100%;}
#header .header_inner .header_inner_top {height: 78px;justify-content: space-between;flex-wrap: nowrap;padding-top: 10px;box-sizing: border-box;}
#header .header_inner .header_inner_top .logo_box {width: auto;position: relative;z-index: 1;}
#header .header_inner .header_inner_top .logo {width: 325px;}
#header .header_inner .header_inner_top .logo a {display: block;width: 100%;}
#header .header_inner .header_inner_top .logo a img {width: 220px;}
#header .header_inner .header_inner_top .logo a .logo_text {display: inline-block;font-size: 14px;line-height: 19px;font-weight: 400;color: #6E6E6E;margin-left: 12px;}
#header .header_inner .header_inner_top .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .header_inner_top .right {height: 100%;justify-content: flex-end;}
#header .header_inner .header_inner_top .right .tel_box {display: flex;}
#header .header_inner .header_inner_top .right .tel_box .tel {text-align: left;}
#header .header_inner .header_inner_top .right .tel_box .tel .num {font-size: 36px;line-height: 50px;padding-left: 56px;}
#header .header_inner .header_inner_top .right .tel_box .tel .num::before {width: 48px;height: 28px;top: 14px;}
#header .header_inner .header_inner_top .right .tel_box .tel-text {font-size: 16px;margin-top: 0;margin-left: 11px;text-align: left;}
#header .header_inner .header_inner_top .right .tel_box .tel-text span {display: block;margin: 0 0 -3px -9px;}

#header .header_inner .header_inner_top .right .btn01.contact_btn {width: 220px;height: 50px;margin: 0 0 0 16px;}
#header .header_inner .header_inner_top .right .btn01.contact_btn a {padding: 11px 20px 13px 49px;background: url("../img/common/mail_icon.svg") no-repeat top 17px left 20px, #FFD500;background-size: 25px;border-radius: 27px;}
#header .header_inner .header_inner_top .right .btn01.contact_btn a .waku {height: 26px;}
#header .header_inner .header_inner_top .right .btn01.contact_btn a .waku .appear, #header .header_inner .header_inner_top .right .btn01.contact_btn a .waku .hover-appear {font-size: 18px;line-height: 26px;margin-left: 0;}
#header .header_inner .header_inner_top .right .btn01.contact_btn a .waku .hover-appear {position: absolute;bottom: -26px;left: 0px;}
#header .header_inner .header_inner_top .right .btn01.contact_btn a:hover .appear {transform: translate(0px, -26px);}
#header .header_inner .header_inner_top .right .btn01.contact_btn a:hover .hover-appear {bottom: -26px;transform: translate(0px, -26px);}

/*gnav*/
.gnav {height: 42px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;justify-content: center;}
.gnav > ul > li {padding: 0 18px;box-sizing: border-box;position: relative;}
.gnav > ul > li:first-child {padding-left: 0;}
.gnav > ul > li:last-child {padding-right: 0;}
.gnav > ul > li:last-child::after {display: none;}
.gnav > ul > li::after {content: "";display: block;width: 1px;height: 26px;border-right: 1px dashed #8F8F8F;box-sizing: border-box;position: absolute;top: 0;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 {line-height: 26px;font-weight: 700;transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover span {color: #E95513;}

.gnav .gnav_first {position: static;}
.gnav .gnav_first > p {display: flex;height: 100%;line-height: 26px;font-weight: 700;position: relative;white-space: nowrap;cursor: pointer;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 13px;height: 8px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: cover;transition: 0.3s;position: absolute;bottom: 6px;left: 50%;transform: translateX(-50%);}
.gnav .gnav_first:hover > p {color: #E95513;}
.gnav_bg {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 10px 0 40px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
}
.gnav_second {
	width: 1100px;
	margin: 0 auto;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
}
.gnav_second ul {
	width: 166px;
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0 0 0 auto;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_first .gnav_second li {
	width: 126px;
	border-bottom: 1px dashed #8F8F8F;
}
.gnav_first .gnav_second li:first-child a {
	padding-top: 0;
}
.gnav_first .gnav_second li:last-child {
	border-bottom: none;
}
.gnav_first .gnav_second li:last-child a {
	padding-bottom: 0;
}
.gnav_first .gnav_second li a {
	display: block;
	padding: 12px 0;
	box-sizing: border-box;
	font-weight: 700;
	color: #202020;
}
.gnav_first .gnav_second li a:hover {
	text-decoration: none;
	color: #E95513;
}

/* main */
/*-------------------------------------------*/
#main {margin-top:120px;}
#main.home_main {width: 100%; height: 625px;background: url("../img/main/main_bg.jpg") no-repeat center left;background-size: cover;justify-content: space-between;padding: 60px 0 0 100px;box-sizing: border-box;}
#main.home_main .text_box {width: 710px;}
#main.home_main .text_box .title_box {margin-bottom: 20px;}
#main.home_main .text_box .title_box .sub_title {display: flex;align-items: center;font-size: 32px;font-weight: 700;line-height: 48px;letter-spacing: -0.02em;margin-bottom: 8px;}
#main.home_main .text_box .title_box .sub_title .text00 {display: inline-block;margin: 0 4px;padding: 0 16px 2px;box-sizing: border-box;border-radius: 3px;letter-spacing: 0em;}
#main.home_main .text_box .title_box .sub_title .text00.text01 {background: #E95513;}
#main.home_main .text_box .title_box .sub_title .text00.text02 {background: #1027A5;}
#main.home_main .text_box .title_box .sub_title .mini {font-size: 24px;line-height: 35px;}
#main.home_main .text_box .title_box h2 {font-size: 72px;font-weight: 900;line-height: 104px;}

#main.home_main .text_box .point-list {}
#main.home_main .text_box .point-list .point00 {width: 200px;height: 180px;background: url("../img/main/point_bg.png") no-repeat center;background-size: contain;margin-right: 24px;}
#main.home_main .text_box .point-list .point00:last-child {margin-right: 0;}
#main.home_main .text_box .point-list .point00 .img {height: 50px;text-align: center;margin-bottom: 18px;}
#main.home_main .text_box .point-list .point00 .img img {width: auto;height: 100%;}
#main.home_main .text_box .point-list .point00 h3 {font-size: 24px;line-height: 32px;font-weight: 900;}
#main.home_main .text_box .point-list .point00 h3 .sub_text {display: block;font-family: 'NotoSansJP';font-size: 18px;font-weight: 500;color: #202020;}
#main.home_main .text_box .point-list .point02 .img {margin-bottom: 4px;}

#main.home_main .text_box .price_box {align-items: flex-end;}
#main.home_main .text_box .price_box .hukidashi {display: table;width: 110px;height: 110px;background: #1027A5;border-radius: 50%;margin-right: -22px;position: relative;}
#main.home_main .text_box .price_box .hukidashi::before {content: "";display: block;width: 0;height: 0;border-style: solid;border-color: transparent transparent transparent #1027a5;border-width: 6px 0px 6px 16px;position: absolute;top: 50%;transform: translateY(-50%);right: -14px;}
#main.home_main .text_box .price_box .hukidashi span {display: table-cell;vertical-align: middle;font-size: 20px;line-height: 24px;}
#main.home_main .text_box .price_box .price_box_in {width: 546px;padding: 18px 40px;box-sizing: border-box;background: #FFFFFF;border-radius: 5px;}
#main.home_main .text_box .price_box .price_box_in .price {width: 200px;position: relative;font-size: 24px;line-height: 35px;}
#main.home_main .text_box .price_box .price_box_in .price .num {display: inline-block;position: relative;width: 120px;height: 100%;z-index: 1;margin-right: 4px;}
#main.home_main .text_box .price_box .price_box_in .price .num .big {font-family: "Noto Serif JP";font-size: 100px;font-weight: 900;letter-spacing: -0.02em;line-height: 144px;position: absolute;bottom: -30px;left: 0;}
#main.home_main .text_box .price_box .price_box_in .price .num .big01 {color: #E95513;}
#main.home_main .text_box .price_box .price_box_in .price .num .big02 {-webkit-text-stroke: 20px #FFF;text-stroke: 20px #FFF;z-index: -1;}
#main.home_main .text_box .price_box .price_box_in .price .mini {font-size: 18px;line-height: 26px;font-weight: 400;position: absolute;white-space: nowrap;top: 3px;right:10px;}
#main.home_main .text_box .price_box .price_box_in .text {line-height: 27px;margin-left: 14px;}

#main.home_main .main_slide {width: calc(100% - 710px);height: 495px;margin-bottom: 0;}
#main.home_main .main_slide .slide_img {width: 700px;height: 100%;margin-right: 30px;border-radius: 10px;overflow: hidden;}
#main.home_main .main_slide .slide_img a {display: block;width: 100%;height: 100%;position: relative;}
#main.home_main .main_slide .slide_img a img {display: block;width: 100%;height: 100%;transition: 0.3s;}
#main.home_main .main_slide .slide_img a .slide-text {width: 100%;background: url("../img/main/slide_arrow.png") no-repeat center left 20px, rgba(32, 32, 32, 0.8);background-size: 24px;padding: 9px 20px 10px 52px;box-sizing: border-box;position: absolute;bottom: 0;left: 0;}
#main.home_main .main_slide .slick-dots {padding-left: 15px;box-sizing: border-box;text-align: left;bottom: -30px;}
#main.home_main .main_slide .slick-dots li {width: 10px;height: 10px;margin: 0 5px;}
#main.home_main .main_slide .slick-dots li button {width: 100%;height: 100%;padding: 0;}
#main.home_main .main_slide .slick-dots li button:before {width: 100%;height: 100%;content: "";background: #C5C5C5;border-radius: 50%;opacity: 1;}
#main.home_main .main_slide .slick-dots li.slick-active button:before {opacity: 1;background: #E95513;}
#main.home_main .main_slide .slide_img a:hover {text-decoration: none;}
#main.home_main .main_slide .slide_img a:hover img {transform: scale(1.1);}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 177px;background: url("../img/main/kasou_bg.jpg") no-repeat center;background-size: cover;}
#main.kasou .wrap {display: flex;height: 100%;align-items: center;justify-content: center;}
#main.kasou h1 {display: inline-block;padding: 27px 140px 28px 120px;position: relative;font-family: "Noto Serif JP";font-size: 40px;font-weight: 900;letter-spacing: 0.05em;color: #202020;text-align: center;}
#main.kasou h1::before, #main.kasou h1::after {content: "";display: block;width: 60px;position: absolute;top: 0;}
#main.kasou h1::before {height: 68px;background: url("../img/main/main_il01.png") no-repeat center;background-size: contain;left: 0;}
#main.kasou h1::after {height: 112px;background: url("../img/main/main_il02.png") no-repeat center;background-size: contain;right: 0;}
#main.kasou h1 span {display: block;font-size: 24px;margin-bottom: 4px;}

/*パンくず*/
div#bread {width: 100%;padding-top: 10px;background: #FFF5E5;}
ul.bread-list {font-size:14px;justify-content: flex-start;}
ul.bread-list li {line-height: 20px;color: #8F8F8F;}
ul.bread-list li a {text-decoration:none;line-height: 20px;color: #8F8F8F;}
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: #202020;}
ul.bread-list li:last-child::after{display: none;}

div#bread.single-bread {margin-top: 130px;background: #FFFFFF;}

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

/* footer */
/*-------------------------------------------*/
#contact-sec {padding: 100px 0;border-radius: 100px 100px 0 0;margin-top: -100px;background: url("../img/common/contact_bg.jpg") no-repeat center;background-size: cover;position: relative;}
#contact-sec .wrap::before {content: "";display: block;width: 230px;height: 218px;background: url("../img/common/il06.png") no-repeat center;background-size: contain;position: absolute;top:-100px;left: 0;}
#contact-sec .wrap::after {content: "";display: block;width: 270px;height: 230px;background: url("../img/common/il07.png") no-repeat center;background-size: contain;position: absolute;bottom:-100px;right: -246px;}
#contact-sec .wrap > .text01 {text-align: center;line-height: 30px;}
#contact-sec .contact-box {margin-top: 40px;}

.contact-box {background: #FFFFFF;border-radius: 10px;padding: 20px 0;}
.contact-box .contact-box_in {width: 50%;text-align: center;border-right: 1px solid #E3E3E3;padding: 10px 0 30px;box-sizing: border-box;}
.contact-box .contact-box_in:last-child {border-right: none;}
.contact-box .contact-box_in .title_box {margin-bottom: 24px;}
.contact-box .contact-box_in .title_box .sub-title {padding: 0 14px;font-size: 16px;color: #E95513;margin-bottom: 2px;}
.contact-box .contact-box_in .title_box .sub-title::before, .contact-box .contact-box_in .title_box .sub-title::after {width: 11px;height: 21px;background: url("../img/common/sub-title_line02.svg") no-repeat center;background-size: cover;}
.contact-box .contact-box_in .title_box .title {font-size: 24px;letter-spacing: 0.1em;}
.contact-box .contact-box_in .btn-list .btn01 {width: 450px;height: 83px;margin: 24px auto 0;}
.contact-box .contact-box_in .btn-list .btn01 a .waku {height: 35px;}
.contact-box .contact-box_in .btn-list .btn01 a .waku .appear, .contact-box .contact-box_in .btn-list .btn01 a .waku .hover-appear {font-size: 24px;line-height: 35px;}
.contact-box .contact-box_in .btn-list .btn01 a .waku .hover-appear {bottom: -35px;}
.contact-box .contact-box_in .btn-list .btn01 a:hover .appear {transform: translate(0px, -35px);}
.contact-box .contact-box_in .btn-list .btn01 a:hover .hover-appear {bottom: -30px;transform: translate(0px, -35px);}
.contact-box .contact-box_in .btn-list .btn01.contact_btn {margin-top: 0;}
.contact-box .contact-box_in .btn-list .btn01.contact_btn a {padding: 24px 80px;}
.contact-box .contact-box_in .btn-list .btn01.line_btn a {padding: 24px 80px;}

#map-sec {}
#map-sec > .info {width: 420px;background: #F9F9F9;}
#map-sec > .info .img {width: 100%;}
#map-sec > .info .info-list {padding: 24px;box-sizing: border-box;}
#map-sec > .info .info-list .info {align-items: flex-start;margin-bottom: 12px;}
#map-sec > .info .info-list .info:last-child {margin-bottom: 0;}
#map-sec > .info .info-list .info > span {display: inline-block;width: 70px;margin-right: 10px;line-height: 26px;padding: 2px 0 4px;text-align: center;border-radius: 3px;}
#map-sec > .info .info-list .info > span.cha {background: #EEE4DF;}
#map-sec > .info .info-list .info > span.ao {background: #E1E4F1;}
#map-sec > .info .info-list .info > p {width: calc(100% - 80px);}
#map-sec > .info .info-list .info > p > span {display: block;margin-left: -9px;}
#map-sec .map-box {width: calc(100% - 420px);position: relative;}
#map-sec .map-box  iframe {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}

#footer {padding: 100px 0 40px;background: #FFFFFF;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;flex-direction: row-reverse;margin-bottom: 60px;}
#footer .footer_box .left {width: 356px;}
#footer .footer_box .left .logo {width: 242px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a img {width: 100%;}
#footer .footer_box .left .logo a .logo_text {display: block;font-size: 16px;line-height: 24px;font-weight: 700;margin-top: 12px;padding: 2px 8px 3px;box-sizing: border-box;border: 1px solid #CECECE;border-radius: 15px;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}

#footer .footer_box .left .info-list {margin-top: 16px;}
#footer .footer_box .left .info-list .info {align-items: flex-start;margin-bottom: 12px;}
#footer .footer_box .left .info-list .info:last-child {margin-bottom: 0;}
#footer .footer_box .left .info-list .info > span {display: inline-block;width: 55px;font-size: 15px;}
#footer .footer_box .left .info-list .info > p {width: calc(100% - 55px);font-size: 15px;}

#footer .footer_box .left .footer_btn {width: 100%;height: 100px;margin-top: 32px;}
#footer .footer_box .left .footer_btn a {display: flex;width: 100%;height: 100%;background: #FFFFFF;border-radius: 5px;box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.08);}
#footer .footer_box .left .footer_btn a .btn_img {width: 150px;height: 100%;background: url("../img/common/footer_btn.jpg") no-repeat center;background-size: cover;border-radius: 5px 0 0 5px;}
#footer .footer_box .left .footer_btn a .btn_text {width: calc(100% - 150px);display: table;padding: 0 12px;box-sizing: border-box;}
#footer .footer_box .left .footer_btn a .btn_text span {display: table-cell;vertical-align: middle;}
#footer .footer_box .left .footer_btn a .btn_text span em {display: block;font-size: 20px;font-weight: 900;}
#footer .footer_box .left .footer_btn a:hover {text-decoration: none;opacity: 0.7;}

#footer .footer_box .right {width: 664px;}
.navs-list {width: 100%;justify-content: flex-start;display:flex;}
.navs-list > ul.list00 {width: auto;margin-right: 50px;}
.navs-list > ul.list03 {margin-right: 0;}
.navs-list > ul.list00 > li {margin-bottom: 20px;}
.navs-list > ul.list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.list00 > li a {display: flex;align-items: flex-start;}
.navs-list > ul.list00 > li a > span.arrow {display: inline-block;width: 20px;height: 20px;background: #E95513;margin: 3px 4px 0 0;border-radius: 50%;overflow: hidden;position: relative;}
.navs-list > ul.list00 > li a > span.arrow:before, .navs-list > ul.list00 > li a > span.arrow:after {content: "";width: 100%;height: 100%;background: url(../img/common/btn_arrow02.svg) no-repeat center;background-size: 6px;position: absolute;z-index: 2;transition: 0.3s;}
.navs-list > ul.list00 > li a > span.arrow:before {left: 0;}
.navs-list > ul.list00 > li a > span.arrow:after {left: -100%;}
.navs-list > ul.list00 > li a > span.text {font-weight: 700;color: #202020;}
.navs-list > ul.list00 > li a:hover {text-decoration: none;}
.navs-list > ul.list00 > li a:hover > span.arrow:before {left: 100%;}
.navs-list > ul.list00 > li a:hover > span.arrow:after {left: 0;}

#footer .footer_box .right .navs-list02 {display:block;margin-top: 40px;}
#footer .footer_box .right .navs-list02 .midashi {padding-bottom: 9px;border-bottom: 1px solid #E3E3E3;}
#footer .footer_box .right .navs-list02 .midashi a {display: flex;align-items: center;}
#footer .footer_box .right .navs-list02 .midashi a > span.arrow {display: inline-block;width: 20px;height: 20px;background: #E95513;margin-right: 4px;border-radius: 50%;overflow: hidden;position: relative;}
#footer .footer_box .right .navs-list02 .midashi a > span.arrow:before, #footer .footer_box .right .navs-list02 .midashi a > span.arrow:after {content: "";width: 100%;height: 100%;background: url(../img/common/btn_arrow02.svg) no-repeat center;background-size: 6px;position: absolute;z-index: 2;transition: 0.3s;}
#footer .footer_box .right .navs-list02 .midashi a > span.arrow:before {left: 0;}
#footer .footer_box .right .navs-list02 .midashi a > span.arrow:after {left: -100%;}
#footer .footer_box .right .navs-list02 .midashi a > span.text {font-weight: 700;color: #202020;}
#footer .footer_box .right .navs-list02 .midashi a:hover {text-decoration: none;}
#footer .footer_box .right .navs-list02 .midashi a:hover > span.arrow:before {left: 100%;}
#footer .footer_box .right .navs-list02 .midashi a:hover > span.arrow:after {left: 0;}
#footer .footer_box .right .navs-list02 > ul.list00 {display: flex;flex-wrap: wrap;width: 100%;margin: 0;}
#footer .footer_box .right .navs-list02 > ul.list00 > li {width: 200px;margin: 16px 32px 0 0;}
#footer .footer_box .right .navs-list02 > ul.list00 > li:nth-child(3n) {margin-right: 0;}
#footer .footer_box .right .navs-list02 > ul.list00 > li a > span.text {width: calc(100% - 24px);font-size: 16px;font-weight: 500;}

#footer .bottom_box {}
#footer .bottom_box .bottom_box_in {justify-content: space-between;align-items: center;}
#footer .bottom_box .link_list {width: auto;}
#footer .bottom_box .link_list li {font-size: 12px;line-height: 17px;margin-right: 40px;}
#footer .bottom_box .link_list li:last-child {margin-right: 0;}
#footer .bottom_box .link_list li a {color: #8F8F8F;}
#footer .bottom_box .link_list li a:hover {text-decoration: none;opacity: 0.7;}
#footer .bottom_box .copyright {font-size: 12px;line-height: 17px;color: #8F8F8F;}

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