@charset "UTF-8";
/*webフォント読み込み*/
@font-face { /*notosansミディアム*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Medium.otf"); src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJP-ExtraBold*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-ExtraBold.otf"); src: url("../fonts/NotoSansJP-ExtraBold.woff2") format("woff2"), url("../fonts/NotoSansJP-ExtraBold.woff") format("woff"), url("../fonts/NotoSansJP-ExtraBold.otf") format("truetype"); font-weight: 800; }
/* Link
=========================================== */
a:link, a:visited { color: #404040; text-decoration: none; }

a:hover, a:active { color: #404040; text-decoration: underline; }

a { outline: none; transition: 0.3s; color: #404040; text-decoration: none; letter-spacing: 0; }

a img { transition: 0.3s; }

a:hover img { opacity: 0.7; }

:focus { outline: none; }

/* 共通設定
=========================================== */
#wpadminbar { position: absolute !important; }

html.loght { margin-top: 0 !important; }

html.showPage { margin-top: 0 !important; }

html.showPage, html.showPage body { min-width: 1240px; }

html.showPage body { padding-top: 110px; }

body { background: #fff; color: #404040; font-size: 16px; line-height: 1.9375; font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-style: normal; font-weight: 500; overflow-wrap: anywhere; /* 収まらない場合に折り返す */ word-break: normal; /* 単語の分割はデフォルトに依存 */ line-break: strict; /* 禁則処理を厳格に適用 */ }

h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-weight: 800; letter-spacing: 0; }

body#tinymce { min-width: inherit !important; }

input, select, textarea { font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; color: #000000; letter-spacing: 0; }

.wrap { width: 1100px; margin: 0 auto; position: relative; }

table { width: 100%; }

img { max-width: 100%; height: auto; }

.no-pc { display: inline-block; pointer-events: none; text-decoration: none !important; }

div#f-trigger { opacity: 0; position: absolute; left: 0; top: 110px; z-index: -20; }

/*共通見出し設定*/
.titles01 { margin-bottom: 40px; font-weight: 800; font-size: 36px; line-height: 1.44; }
.titles01 > span { display: inline-block; padding-top: 10px; background: url("../img/common/tit-ico01.svg") no-repeat left top; }
.titles01 > span .komoji { display: block; font-size: 20px; line-height: 1.1; }

.titles01.kt { line-height: 1.1; }
.titles01.kt > span { padding-top: 23px; }

.titles02 { padding-left: 15px; line-height: 1.6875; margin-bottom: 10px; font-weight: 500; background: url("../img/common/tit-ico02.svg") no-repeat left top 8px; }

.titles02:last-child { margin-bottom: 0; }

.titles04 { font-size: 18px; font-weight: 800; line-height: 1.6; padding-left: 28px; background: url("../img/common/tit-ico04.svg") no-repeat left top 6px; margin-bottom: 20px; }

.titles05 { font-size: 28px; padding-left: 16px; position: relative; line-height: 1.6; margin-bottom: 20px; }

.titles05:before { content: ""; width: 5px; height: calc(100% - 12px); position: absolute; left: 0; top: 7px; background: #2B92E8; border-radius: 1px; }

.titles06 { font-size: 24px; padding-left: 30px; position: relative; line-height: 1.6; margin-bottom: 20px; }

.titles06:before { content: ""; width: 20px; height: 2px; position: absolute; left: 0; top: 19px; background: #2B92E8; }

/*共通ボタン設定*/
.btn01 { width: 335px; height: 70px; display: table; }
.btn01 a, .btn01 .btn-in { display: table-cell; text-align: center; vertical-align: middle; text-decoration: none; color: #fff; border-radius: 10px; background: #404040; position: relative; border: solid 1px #404040; }
.btn01 a .arrow, .btn01 .btn-in .arrow { position: absolute; right: 20px; z-index: 2; top: 50%; transform: translateY(-50%); }
.btn01 a .arrow img, .btn01 .btn-in .arrow img { display: block; opacity: 1; }
.btn01 a:hover { background: #fff; color: #404040; }

.contact-btn { width: 222px; }
.contact-btn a { display: flex; flex-wrap: wrap; text-align: center; vertical-align: middle; text-decoration: none; color: #404040; border-radius: 10px; background: #FECF00; position: relative; font-weight: 700; font-size: 18px; height: 60px; border-radius: 5px; justify-content: center; align-items: center; box-sizing: border-box; border: solid 1px #FECF00; }
.contact-btn a .ico { margin-right: 5px; position: relative; top: 2px; }
.contact-btn a .ico img { display: block; }
.contact-btn a:hover { background: #fff; border-color: #404040; }

/*グラデーション*/
.gra-bg { display: inline-block; padding: 5px 12px; background: linear-gradient(120deg, #D80000 0%, #D80000 20%, #D85E00 100%); color: #fff; border-radius: 10px; }

.gra-text { background: linear-gradient(180deg, #D80000 0%, #D85E00 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }

/*スライダー　ふわっ*/
div#mv-slider, div.slider01, div.gallery-main, div.gallery-thumb, div.belt-slider { opacity: 0; transition: opacity .3s linear; }

div#mv-slider.slick-initialized, div.slider01.slick-initialized, div.gallery-main.slick-initialized, div.gallery-thumb.flex.slick-initialized, div.belt-slider.slick-initialized { opacity: 1; }

/*font*/
.robo { font-family: 'roboto'; }

.pop { font-family: 'pop'; }

.min { font-family: 'min'; }

.grecaptcha-badge { bottom: 150px !important; z-index: 190; }

/* header */
/*-------------------------------------------*/
#header { width: 100%; z-index: 100; height: 110px; background: #fff; }

#header { position: absolute; transition: 0.3s; left: 0; top: 0; z-index: 100; min-width: 1200px; align-items: flex-start; }

div#header .logo { position: absolute; z-index: 2; left: 30px; top: 40px; }
div#header .logo img { display: block; }

div#header .tel-set { display: flex; flex-wrap: wrap; align-items: center; }
div#header .tel-set .tel-num { margin-right: 10px; }

div.head-inner.flex { height: 110px; align-items: flex-start; margin: 0 auto; box-sizing: border-box; position: relative; padding-top: 20px; }
div.head-inner.flex > .center { margin-left: auto; margin-right: 30px; }
div.head-inner.flex > .center > .box01 { display: flex; flex-wrap: wrap; width: 100%; align-items: center; }
div.head-inner.flex > .center > .box01 .tube-link { margin-left: auto; margin-right: 30px; }
div.head-inner.flex > .center > .box01 .tube-link img { display: block; }

ul.fead-feat { display: flex; flex-wrap: wrap; align-items: center; }
ul.fead-feat > li { border: solid 2px #05004E; border-radius: 5px; color: #05004E; font-weight: 800; line-height: 1.4; font-size: 14px; padding: 4px 7px; margin-right: 10px; }
ul.fead-feat > li:last-child { margin-right: 0; }

.tel-num { line-height: 1.45; }
.tel-num a { font-weight: 800; font-size: 24px; padding-left: 19px; background: url("../img/common/ico-tel-blue.svg") no-repeat left top 10px; }

.bh { font-weight: 800; font-size: 14px; line-height: 1.42; }
.bh > span { display: inline-block; padding-left: 19px; background: url("../img/common/ico-clock.svg") no-repeat left top 3px; }

.head-btn.contact-btn { width: 130px; }
.head-btn.contact-btn a { height: 70px; border-radius: 5px 0 0 5px; display: block; padding-top: 17px; text-align: center; box-sizing: border-box; font-size: 16px; }
.head-btn.contact-btn a span.ico { display: block; }
.head-btn.contact-btn a span.ico img { margin: 0 auto; }
.head-btn.contact-btn a .text { width: 100%; text-align: center; margin-top: 5px; }

div.gnav { margin-top: 10px; }
div.gnav ul.flex > li { position: relative; font-weight: 800; margin-left: 25px; }
div.gnav ul.flex > li > a, div.gnav ul.flex > li > .dr-tit { text-decoration: none; display: block; font-size: 14px; position: relative; padding-bottom: 5px; transition: 0.3s; }
div.gnav ul.flex > li .dr-tit:before { content: ""; width: 200px; position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: 2; }
div.gnav ul.flex > li > a:hover { color: #0D0485; }
div.gnav ul.flex > li:first-child { margin-left: 0; }

.drp-wrap { position: absolute; left: 50%; top: calc(100% + 18px); transform: translateX(-50%); background: #0D0485; width: 188px; overflow: hidden; height: 0; transition: 0.3s; box-sizing: border-box; padding: 0 30px; border-radius: 10px; }
.drp-wrap a { color: #fff; text-decoration: none; font-size: 13px; line-height: 22px; }
.drp-wrap a:hover { text-decoration: underline; }

.dr-tit { position: relative; }

span.dr-arrow { width: 7px; left: 0; right: 0; top: calc(100% + 5px); margin: 0 auto; display: block; }
span.dr-arrow img { display: block; }

li.drop:hover { cursor: pointer; }
li.drop:hover span.dr-arrow img { filter: brightness(0) saturate(100%) invert(16%) sepia(38%) saturate(4422%) hue-rotate(225deg) brightness(88%) contrast(122%); }
li.drop:hover .dr-tit { color: #0D0485; }
li.drop:hover .dr-tit:before { height: 60px; }
li.drop:hover .drp-wrap { padding-top: 30px; padding-bottom: 30px; height: 177px; }

ul.dr-list > li { border-bottom: solid 1px rgba(255, 255, 255, 0.2); padding: 0 0 11px 10px; margin-bottom: 11px; line-height: 1.46; }
ul.dr-list > li a { display: inline-block; padding-left: 17px; position: relative; font-size: 13px; font-weight: 500; background: url("../img/common/dr-arrow02.svg") no-repeat left center; }
ul.dr-list > li a:before { content: "-"; position: absolute; left: 0; top: 0; }
ul.dr-list > li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.drop-inner > .box { padding-bottom: 17px; border-bottom: solid 1px #2679B3; margin-bottom: 17px; }
.drop-inner > .box:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; }

#header { position: fixed; left: 0; top: 0; height: auto; }

.fixed #header { box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); background: rgba(255, 255, 255, 0.4) !important; -webkit-backdrop-filter: blur(30px) brightness(1.5); backdrop-filter: blur(30px) brightness(1.5); height: 70px; }
.fixed #header div.head-inner.flex { height: 70px; padding-top: 0; align-items: center; }
.fixed #header div.head-inner.flex > .center > .box01 { display: none; }
.fixed #header .logo { width: 139px; top: 15px; }
.fixed #header div.gnav { margin-top: 0; padding-top: 10px; }

/*スクロール追従*/
/*パンくず*/
/*-------------------------------------------*/
div#bread { z-index: 2; position: relative; padding: 15px 0; }

#bread ul { display: flex; flex-wrap: wrap; align-items: center; }

#bread ul li { display: flex; flex-wrap: wrap; align-items: center; font-size: 14px; font-weight: 400; color: #1E1E1E; vertical-align: middle; line-height: 1.2; }

ul.bread-list li a { font-size: 14px; color: #1E1E1E; }

ul.bread-list li:after { content: ""; width: 10px; height: 17px; display: inline-block; position: relative; background: url("../img/common/bread-arrow.svg") no-repeat center; vertical-align: middle; margin: 0 7px; }

ul.bread-list li:last-child:after { content: none; }

/* メインビジュアル */
/*-------------------------------------------*/
/*TOPページ*/
div#mv { position: relative; z-index: 3; letter-spacing: 0; }

/*下層ページ*/
/* contents */
/*-------------------------------------------*/
.bg-blue { background: #F5F9FF; }

/* footer */
/*-------------------------------------------*/
aside.aside01 { width: 100%; display: flex; flex-wrap: wrap; }
aside.aside01 > div { width: 50%; }
aside.aside01 > div.cont { background: url("../img/common/aside-bg01.jpg") no-repeat left bottom; background-size: cover; }
aside.aside01 > div.cont > .inner { width: 450px; margin-left: auto; margin-right: 200px; padding-top: 100px; }
aside.aside01 > div.cont > .inner h2.titles01 { text-align: center; }
aside.aside01 > div.cont ul.fead-feat { margin-top: 20px; }
aside.aside01 > div.cont ul.fead-feat > li { margin-right: 15px; background: #404040; border-color: #404040; color: #fff; font-size: 16px; padding: 6px 12px 8px 12px; }
aside.aside01 > div.cont ul.fead-feat > li:last-child { margin-right: 0; }

div.map { height: 610px; }
div.map iframe { width: 100%; height: 100%; }

.aside-contact.flex { margin-top: 40px; }
.aside-contact.flex .tel-set { text-align: center; margin-right: 20px; }
.aside-contact.flex .tel-set .fax-text { display: block !important; font-weight: 500; font-size: 13px; }
.aside-contact.flex .tel-set .bh { margin-top: 10px; font-weight: 500; }

.bikou-text { margin-top: 10px; font-size: 13px; }
.bikou-text > p { padding-left: 15px; position: relative; }
.bikou-text > p:before { content: "※"; position: absolute; left: 0; top: 0; }

div#footer { overflow: hidden; padding-bottom: 80px; }

div#ftBox01 { padding-top: 100px; }
div#ftBox01 .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; box-sizing: border-box; padding-left: 43px; padding-right: 42px; }
div#ftBox01 .wrap > .left { width: 440px; box-sizing: border-box; min-height: 220px; padding-bottom: 20px; position: relative; }
div#ftBox01 .wrap > .left .ft-address { width: 100%; margin-top: 30px; }
div#ftBox01 .wrap > .left .ft-address > span { display: inline-block; padding-left: 18px; background: url("../img/common/ico-access.svg") no-repeat left center; }
div#ftBox01 .wrap > .left .tube-link { width: 43px; position: absolute; left: 214px; top: 10px; }
div#ftBox01 .wrap > .left .tube-link img { width: 100%; max-width: none; }
div#ftBox01 .wrap > .left .copyright { position: absolute; left: 0; bottom: 0; font-size: 10px; }
div#ftBox01 .wrap > .right { max-width: 600px; }

div#fnav { display: flex; flex-wrap: wrap; }
div#fnav > div { margin-right: 50px; }
div#fnav > div:last-child { margin-right: 0; }
div#fnav .fanv03 { padding-top: 41px; }

.ft-tit { font-weight: 700; margin-bottom: 11px; }

ul.fs > li { font-size: 13px; margin-bottom: 8px; }
ul.fs > li a { display: flex; flex-wrap: wrap; align-items: center; }
ul.fs > li a .arrow { margin-right: 2px; }
ul.fs > li a .arrow img { display: block; }
ul.fs > li a:hover { color: #0D0485; text-decoration: underline; }
ul.fs > li a:hover img { filter: brightness(0) saturate(100%) invert(16%) sepia(38%) saturate(4422%) hue-rotate(225deg) brightness(88%) contrast(122%); }
ul.fs > li:last-child { margin-bottom: 0; }

.scr-textBox { width: 9000px; display: flex; flex-wrap: wrap; line-height: 1; margin-top: 50px; }

.scr-text01 { font-size: 150px; font-weight: 800; color: #ECECEC; padding-right: 100px; }

.scr-text01:first-child { animation: text01 60s -30s linear infinite; }

.scr-text01:nth-child(2) { animation: text02 60s linear infinite; }

@keyframes text01 { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes text02 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
div#scr { opacity: 0; z-index: -5; pointer-events: none; transition: 0.3s; position: fixed; right: 0; bottom: 20px; width: 260px; }
div#scr .scr-bats { width: 20px; height: 20px; background: url("../img/common/scr-batsu.svg") no-repeat center; top: -6px; left: -8px; position: absolute; z-index: 2; background-size: contain; cursor: pointer; transition: 0.3s; }
div#scr .scr-bats:hover { opacity: 0.7; }
div#scr a { display: block; border-radius: 5px 0 0 5px; text-decoration: none; }
div#scr .box01 { border-radius: 5px 0 0 0; position: relative; background: #FECF00; padding: 10px 14px 10px 64px; text-align: center; font-size: 13px; font-weight: 800; line-height: 20px; }
div#scr .box01 .hum { background: url("../img/common/scr-hum.png") no-repeat center top; background-size: contain; width: 60px; height: 76px; position: absolute; left: 10px; bottom: 0; z-index: 2; }
div#scr .box01 .sb { background: url("../img/common/scr-sb.svg") no-repeat; width: 120px; height: 37px; opacity: 0; transition: 0.3s; pointer-events: none; left: 48px; top: -40px; position: absolute; }
div#scr .btn01 { width: 100%; height: 40px; }
div#scr .btn01 .btn-in { font-size: 13px; border-radius: 0 0 0 5px; transition: 0.3s; }
div#scr .btn01 .btn-in .arrow { right: 10px; }
div#scr a:hover .box01 .sb { pointer-events: auto; opacity: 1; }
div#scr a:hover .btn-in { color: #404040; background: #fff; }

.fixed div#scr { pointer-events: auto; z-index: 120; opacity: 1; }

/* TOPへ戻る */
/*-------------------------------------------*/
div#top-link { position: absolute; left: 0; top: 0; opacity: 0; z-index: -20; }

div#page-top { position: fixed; right: 20px; bottom: 50px; opacity: 0; z-index: -3; transition: opacity 0.3s; width: 80px; }

div#page-top a { display: block; width: 80px; height: 80px; border-radius: 100%; background: #fff; border: solid 2px #000000; text-align: center; box-sizing: border-box; padding-top: 16px; line-height: 1; font-size: 15px; font-weight: 700; text-decoration: none; position: relative; }

div#page-top a .text { display: block; margin-top: 3px; font-size: 19px; font-weight: 700; }

div#page-top a:before { content: ""; background: url("../img/common/char01.png") no-repeat; background-size: 87px; width: 87px; height: 110px; transition: 0.3s; position: absolute; bottom: 0; right: 63px; }

div#page-top a:hover { border-color: #D80000; background: #D80000; color: #fff; }

div#page-top a:hover svg path { stroke: #fff; }

div#page-top a:hover:before { transform: rotateZ(5deg); }

.fixed div#page-top { opacity: 1; z-index: 6; }

/* OTHER
=========================================== */
.tright { text-align: right; }

.tleft { text-align: left; }

.tcenter { text-align: center; }

.flL { float: left; }

.flR { float: right; }

.bold { font-weight: bold; }

.inb { display: inline-block; }

.block { display: block; }

.red { color: #E30606; }

.blue { color: #0D0485; }

.blue02 { color: #0093D6; }

.yellow { color: #FECF00; }

.orange { color: #EE5A35; }

.green { color: #087F82; }

.d-green { color: #005E4B; }

.green02 { color: #01A9AE; }

.navy { color: #374b8e; }

.pink { color: #ff7373; }

.gray { color: #818181; }

.sp { display: none !important; }
