@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 { /*notosansボールド*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Bold.otf"); src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

a:hover, a:active { color: #000000; text-decoration: underline; }

a { outline: none; transition: 0.3s; color: #000000; 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: 1200px; }

html.showPage body { padding-top: 100px; }

body { background: #fff; color: #000000; font-size: 16px; line-height: 2.1875; 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: 700; 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: 90px; z-index: -20; }

/*共通見出し設定*/
.titles01 { margin-bottom: 60px; line-height: 1.1; font-size: 40px; font-weight: 700; position: relative; text-align: center; }

.titles01 .en { display: block; font-size: 13px; line-height: 1; color: #0061A5; margin-bottom: 16px; }
.titles01 .en > span { display: inline-block; padding: 0 15px; background: url("../img/common/tit-ico01.svg") no-repeat left top 2px, url("../img/common/tit-ico01.svg") no-repeat right top 2px; }

.titles01 .jp { display: block; font-size: 36px; line-height: 1; }

.titles02 { font-size: 26px; font-weight: 700; line-height: 1.5; padding-bottom: 20px; border-bottom: solid 2px #DEDEDE; margin-bottom: 50px; position: relative; }

.titles02:before { content: ""; width: 40px; height: 2px; background: #0061A5; position: absolute; left: 0; bottom: -2px; }

/*共通ボタン設定*/
.btn01 { width: 355px; transition: 0.3s; }

.btn01 a { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 70px; position: relative; text-decoration: none; color: #fff; font-size: 16px; line-height: 22px; text-align: center; border-radius: 5px; font-weight: 500; border: solid 1px #0061A5; background: #0061A5; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.btn01 a .arrow { z-index: 2; width: 34px; height: 22px; margin-right: 15px; background: #fff; border-radius: 10px; transition: 0.3s; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }

.btn01 a .arrow img { display: block; transition: 0.3s; opacity: 1 !important; }

.btn01:hover a .arrow img { filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(8%) hue-rotate(353deg) brightness(101%) contrast(104%); }

.btn01:hover a { background: #fff; color: #0061A5; box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }
.btn01:hover a .arrow { background: #0061A5; }

.btn01.contact-btn a { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.btn01.contact-btn a:hover { box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }

.btn01.contact-btn a .ico { margin-right: 7px; }

.btn01.contact-btn a .ico img { transition: 0.3s; display: block; }

.btn01.contact-btn a:hover .ico img { filter: brightness(0) saturate(100%) invert(21%) sepia(98%) saturate(2138%) hue-rotate(187deg) brightness(91%) contrast(104%); }

.link-btn01 a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; line-height: 22px; font-size: 16px; }
.link-btn01 a .arrow { z-index: 2; width: 34px; height: 22px; margin-right: 15px; background: #0061A5; border-radius: 10px; transition: 0.3s; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; top: 1px; border: solid 1px #0061A5; box-sizing: border-box; box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
.link-btn01 a .arrow img { display: block; transition: 0.3s; opacity: 1 !important; }
.link-btn01 a:hover { color: #0061A5; }
.link-btn01 a:hover .arrow { background: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }
.link-btn01 a:hover .arrow img { filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(1466%) hue-rotate(182deg) brightness(97%) contrast(101%); }

/*グラデーション*/
.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'; }

/* header */
/*-------------------------------------------*/
#header { width: 100%; z-index: 100; height: 100px; background: #fff; }

#header { position: absolute; transition: 0.3s; left: 0; top: 0; z-index: 100; min-width: 1200px; align-items: center; }

div#header .tel-num, div#header .tel-num a { line-height: 1; }

div.head-inner.flex { height: 100px; align-items: center; margin: 0 auto; box-sizing: border-box; padding: 0 20px 0 100px; }
div.head-inner.flex div.center { margin-left: auto; }
div.head-inner.flex .tel-set { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
div.head-inner.flex .tel-set .tel-bh { font-weight: 500; font-size: 12px; color: #727171; margin-left: 10px; }
div.head-inner.flex .btn01.contact-btn { width: 160px; margin-left: 20px; margin-right: 10px; }
div.head-inner.flex .btn01.contact-btn a { height: 56px; font-size: 14px; }
div.head-inner.flex .btn01.contact-btn a .ico { position: relative; top: 1px; }

div#menu-btn { width: 126px; height: 56px; border-radius: 5px; background: #409CCA; color: #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); font-size: 14px; cursor: pointer; }
div#menu-btn .ico { background: url("../img/common/ico-menu.svg") no-repeat center; width: 22px; height: 14px; margin-right: 7px; }

.tel-num a { color: #0C66A5; font-weight: 700; font-size: 22px; }

div.gnav ul.flex > li { margin-left: 30px; line-height: 35px; position: relative; }
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 > .dr-tit:after { content: ""; width: 10px; height: 2px; background: #0C66A5; border-radius: 2px; position: absolute; left: 0; right: 0; bottom: 6px; margin: 0 auto; transition: 0.3s; opacity: 1; }
div.gnav ul.flex > li > a:hover { color: #0C66A5; }
div.gnav ul.flex > li:first-child { margin-left: 0; }

.drp-wrap { position: absolute; left: 50%; top: calc(100% + 18px); transform: translateX(-50%); background: #0061A5; width: 211px; overflow: hidden; height: 0; transition: 0.3s; box-sizing: border-box; padding: 0 20px; }
.drp-wrap a { color: #fff; text-decoration: none; font-size: 13px; line-height: 22px; }
.drp-wrap a:hover { text-decoration: underline; }

li.drop:hover { cursor: pointer; }
li.drop:hover .dr-tit { color: #0C66A5; }
li.drop:hover .dr-tit:before { height: 60px; }
li.drop:hover .drp-wrap { padding-top: 20px; padding-bottom: 20px; height: 242px; }

.link-dr a { display: block; padding-left: 15px; background: url("../img/common/dr-in.svg") no-repeat left top 5px; }

ul.dr-sub { padding-left: 15px; }
ul.dr-sub > li a { display: inline-block; padding-left: 15px; position: relative; line-height: 1.5; }
ul.dr-sub > li a:before { content: "-"; position: absolute; left: 0; top: 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: #fff !important; }

/*スクロール追従*/
/*パンくず*/
/*-------------------------------------------*/
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: 13px; font-weight: 500; color: #BCBCBC; vertical-align: middle; }

ul.bread-list li a { font-size: 13px; color: #BCBCBC; }
ul.bread-list li a img { display: block; vertical-align: middle; }

ul.bread-list li:after { content: ""; width: 10px; height: 1px; display: inline-block; position: relative; background: #BCBCBC; 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 { padding: 100px 0 1px; }
aside.aside01 .tit-head.flex { box-sizing: border-box; padding-right: 10px; }
aside.aside01 .tit-head.flex .sbBox { width: 844px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; }
aside.aside01 .tit-head.flex .sbBox .sb { width: 700px; box-sizing: border-box; position: relative; background: #ABABAB; border-radius: 10px; line-height: 31px; color: #fff; padding: 20px 15px 20px 25px; }
aside.aside01 .tit-head.flex .sbBox .sb:before { content: ""; width: 0; height: 0; border-left: solid 17px #ABABAB; border-top: solid 8px transparent; border-bottom: solid 8px transparent; position: absolute; top: 31px; right: -17px; }
aside.aside01 .tit-head.flex .sbBox .hum { width: 142px; margin-bottom: -50px; }

div.aside-inner.flex { box-sizing: border-box; padding: 40px; margin-bottom: -81px; border-radius: 5px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(5px); }
div.aside-inner.flex > div.box { width: 298px; padding-right: 31px; margin-right: 31px; border-right: solid 1px #BCBCBC; }
div.aside-inner.flex > div.box .btn01 { max-width: 100%; }
div.aside-inner.flex > div.box .tel-set { height: 70px; text-align: center; border-radius: 5px; background: #0061A5; color: #fff; box-sizing: border-box; padding-top: 7px; }
div.aside-inner.flex > div.box .tel-set .tel-num a { font-size: 18px; color: #fff; line-height: 1; }
div.aside-inner.flex > div.box .tel-set .tel-bh { font-size: 10px; line-height: 1.2; }
div.aside-inner.flex > div.box:last-child { margin-right: 0; padding-right: 0; border-right: none; }

h3.aside-sub { text-align: center; font-weight: 700; color: #727171; font-size: 16px; margin-bottom: 23px; }
h3.aside-sub > span { display: inline-block; padding-left: 44px; position: relative; }
h3.aside-sub > span:before { content: ""; background: url("../img/common/ico-line.svg") no-repeat left top; width: 36px; height: 33px; position: absolute; left: 0; top: 0; }
h3.aside-sub .big { font-size: 22px; }

div.box02 h3.aside-sub > span { padding-left: 40px; }
div.box02 h3.aside-sub > span:before { background: url("../img/common/ico-mail02.svg") no-repeat left top; width: 32px; height: 22px; top: 7px; }

div.box03 h3.aside-sub > span { padding-left: 31px; }
div.box03 h3.aside-sub > span:before { background: url("../img/common/ico-tel.svg") no-repeat left top; width: 21px; height: 32px; top: 0; }

div.btns01.flex { justify-content: space-between; }
div.btns01.flex > .btn01 { width: 140px; }

.btn01.blank-btn a { position: relative; }
.btn01.blank-btn a span.ico-blank { position: absolute; z-index: 2; right: 10px; bottom: 10px; }
.btn01.blank-btn a span.ico-blank img { display: block; transition: 0.3s; }
.btn01.blank-btn a:hover span.ico-blank img { filter: brightness(0) saturate(100%) invert(23%) sepia(72%) saturate(2385%) hue-rotate(186deg) brightness(91%) contrast(105%); }

div#ftBox01 { padding: 197px 0 120px; color: #fff; background: url("../img/common/ft-bg.jpg") no-repeat center top; background-size: cover; }

div#ftBox01 .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row-reverse; }

div#ftBox01 .wrap > div.left { width: 360px; }

div#ftBox01 .wrap > div.right { max-width: 650px; }

h2.ft-logo { margin-bottom: 15px; width: 300px; }
h2.ft-logo img { filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(7500%) hue-rotate(69deg) brightness(106%) contrast(106%); }

div.copyright { font-size: 13px; }

.ft-adress-tel { font-size: 13px; }
.ft-adress-tel a { color: #fff; }

div.fnav { display: flex; flex-wrap: wrap; max-width: 650px; line-height: 1.875; }
div.fnav > div { margin-right: 60px; }
div.fnav > div a { color: #fff; }
div.fnav > div:last-child { margin-right: 0; }

div.f-tit { margin-top: 25px; }

div.f-tit:first-child { margin-top: 0; }

ul.sub-nav { margin-top: 15px; }
ul.sub-nav > li { margin-bottom: 15px; line-height: 22px; font-size: 13px; position: relative; padding-left: 10px; }
ul.sub-nav > li:before { content: "-"; position: absolute; left: 0; top: 0; }
ul.sub-nav > li:last-child { margin-bottom: 0; }

ul.sub-nav02 { margin-top: 20px; }
ul.sub-nav02 > li { padding-left: 15px; font-size: 13px; background: url("../img/common/ft-arrow02.svg") no-repeat left top 5px; line-height: 22px; margin-bottom: 20px; }
ul.sub-nav02 > li:last-child { margin-bottom: 0; }
ul.sub-nav02 ul.sub-nav { margin-top: 10px; }
ul.sub-nav02 ul.sub-nav > li { margin-bottom: 10px; }
ul.sub-nav02 ul.sub-nav > li:last-child { margin-bottom: 0; }

/* 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: #0075A4; }

.blue02 { color: #0093D6; }

.yellow { color: #FFD400; }

.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; }
