@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-Bold*/
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; }
@font-face { /*NotoSansJP-Black*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Black.otf"); src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.otf") format("truetype"); font-weight: 900; }
/* 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: 1240px; }

html.showPage body { padding-top: 80px; }

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.45; 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: 70px; line-height: 1.45; }
.titles01 > span { display: block; }
.titles01 .en { font-weight: 700; font-size: 60px; text-transform: uppercase; }
.titles01 .en > span { display: inline-block; position: relative; }
.titles01 .en > span:before { content: ""; background: url("../img/common/tit-line-black.svg") no-repeat left bottom; width: 18px; height: 21px; position: absolute; left: 0; bottom: -21px; }
.titles01 .en > span:after { content: ""; width: calc(100% - 18px); height: 2px; border-radius: 0 2px 2px 0; background: #000000; position: absolute; right: 0; bottom: -2px; transform: translate3d(0, 0, 0); backface-visibility: hidden; }
.titles01 .jp { font-size: 13px; font-weight: 900; margin-top: 10px; padding-left: 21px; }

/*
body:not(.home){
	.titles01 .en > span:after{right: auto;left: 18px;width: 54px;}
	.titles02 .en > span:after{right: auto;left: 18px;width: 54px;}
}
*/
.titles02 { margin-bottom: 70px; line-height: 1.45; color: #fff; }
.titles02 > span { display: block; }
.titles02 .en { font-weight: 700; font-size: 60px; text-transform: uppercase; }
.titles02 .en > span { display: inline-block; position: relative; }
.titles02 .en > span:before { content: ""; background: url("../img/common/tit-line-white.svg") no-repeat left bottom; width: 18px; height: 21px; position: absolute; left: 0; bottom: -21px; }
.titles02 .en > span:after { content: ""; width: calc(100% - 18px); height: 2px; border-radius: 0 2px 2px 0; background: #fff; position: absolute; right: 0; bottom: -2px; transform: translate3d(0, 0, 0); backface-visibility: hidden; }
.titles02 .jp { font-size: 13px; font-weight: 900; margin-top: 10px; padding-left: 21px; }

.titles03 { line-height: 1.45; text-align: center; }
.titles03 .jp { display: block; font-size: 30px; font-weight: 700; }
.titles03 .en { display: block; font-weight: 500; font-size: 15px; margin-top: 5px; text-transform: uppercase; color: #727171; }

/*共通ボタン設定*/
.btn01 { width: 220px; height: 54px; display: table; }
.btn01 a { text-decoration: none; display: table-cell; text-align: center; vertical-align: middle; font-weight: 500; font-size: 16px; background: #F5F5F5; position: relative; border-radius: 5px; position: relative; left: 28px; }
.btn01 a .arrow { transition: 0.3s; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 100%; position: absolute; left: -28px; top: -1px; border-radius: 100%; z-index: 2; box-sizing: border-box; border: solid 3px #F5F5F5; background: #3366CC; }
.btn01 a .arrow img { display: block; opacity: 1; }
.btn01 a:before { content: ""; width: 28px; height: 100%; position: absolute; left: -28px; top: 0; }
.btn01 a:hover { color: #fff; background: #3366CC; }
.btn01 a:hover .arrow { border-color: #fff; left: calc(100% - 28px); }

/*グラデーション*/
.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*/
/* header */
/*-------------------------------------------*/
#header { width: 100%; z-index: 100; height: 80px; 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: calc(50% - 600px); top: 23px; }
div#header .logo img { display: block; }

.head-text01 { font-size: 10px; font-weight: 500; line-height: 1.5; color: #727171; position: absolute; left: calc(50% - 391px); z-index: 2; top: 25px; }

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: 80px; align-items: flex-start; justify-content: flex-end; margin: 0 auto; box-sizing: border-box; position: relative; }

.head-btn { width: 120px; height: 80px; display: table; line-height: 1.5; }
.head-btn .dr-tit { position: relative; display: table-cell; cursor: pointer; transition: 0.3s; text-align: center; vertical-align: middle; color: #fff; background: #2D2D2D; font-weight: 500; }
.head-btn .dr-tit span.dr-arrow { width: 10px; left: 0; right: 0; top: 56px; margin: 0 auto; display: block; position: absolute; }
.head-btn .dr-tit span.dr-arrow img { display: block; }

.head-btn:hover .dr-tit { background: #3366CC; }
.head-btn:hover .rec-nav-box { padding-top: 70px; padding-bottom: 70px; opacity: 1; z-index: 110; pointer-events: auto; }

.rec-nav-box { position: fixed; right: 0; top: 80px; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); background: rgba(75, 75, 75, 0.6); box-sizing: border-box; width: 400px; height: calc(100% - 80px); padding: 0 50px; opacity: 0; pointer-events: none; z-index: -5; transition: 0.3s; }
.rec-nav-box ul.nav-list01 > li { line-height: 1.5; margin-bottom: 40px; }
.rec-nav-box ul.nav-list01 > li a { color: #fff; display: inline-block; padding-left: 17px; background: url("../img/common/nav-arrow-blue.svg") no-repeat left top 8px; }
.rec-nav-box ul.nav-list01 > li:last-child { margin-bottom: 0; }
.rec-nav-box .rec-btns01.flex { margin-top: 70px; justify-content: space-between; }
.rec-nav-box .rec-btns01.flex .rec-btn { width: calc(50% - 10px); height: 60px; display: table; }
.rec-nav-box .rec-btns01.flex .rec-btn a { display: table-cell; text-decoration: none; text-align: center; vertical-align: middle; background: #fff; border-radius: 10px; font-weight: 700; }
.rec-nav-box .rec-btns01.flex .rec-btn a:hover { background: #3366CC; color: #fff; }

div.gnav { padding-top: 28px; margin-right: 60px; }
div.gnav ul.flex > li { position: relative; font-weight: 500; margin-left: 30px; line-height: 1.5; }
div.gnav ul.flex > li > a, div.gnav ul.flex > li > .dr-tit { text-decoration: none; display: block; font-size: 16px; position: relative; 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: #3366CC; }
div.gnav ul.flex > li:first-child { margin-left: 0; }

.drp-wrap { position: absolute; left: 50%; top: calc(100% + 18px); transform: translateX(-50%); background: #3366CC; width: 203px; overflow: hidden; height: 0; transition: 0.3s; box-sizing: border-box; padding: 0 20px 0 28px; border-radius: 10px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background: rgba(51, 102, 204, 0.8); }
.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: 10px; left: 0; right: 0; top: calc(100% + 5px); margin: 0 auto; display: block; position: absolute; }
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: #3366CC; }
li.drop:hover .dr-tit:before { height: 60px; }
li.drop:hover .drp-wrap { padding-top: 30px; padding-bottom: 30px; height: 138px; border: solid 1px #6D84B2; }

ul.dr-list > li { margin-bottom: 20px; line-height: 1.5; }
ul.dr-list > li a { display: inline-block; padding-left: 12px; position: relative; font-size: 13px; font-weight: 500; background: url("../img/common/btn-arrow-white.svg") no-repeat left center; background-size: 6px; }
ul.dr-list > li:last-child { margin-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: #fff !important; }

/*スクロール追従*/
/*パンくず*/
/*-------------------------------------------*/
div#bread { z-index: 2; position: relative; padding: 12px 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: 400; color: #000; vertical-align: middle; line-height: 1.2; }

ul.bread-list li a { font-size: 13px; color: #3366CC; text-decoration: underline; }

ul.bread-list li a:hover { text-decoration: none; }

ul.bread-list li:after { content: "-"; display: inline-block; position: relative; margin: 0 8px; }

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 */
/*-------------------------------------------*/
.tel-set { text-align: center; }
.tel-set .bh { font-size: 13px; }

.tel-num { line-height: 1.45; }
.tel-num a { display: inline-block; color: #fff; font-size: 30px; font-weight: 700; }

.contact-btn { width: 222px; height: 50px; display: table; }
.contact-btn a { text-decoration: none; display: table-cell; text-align: center; vertical-align: middle; border-radius: 10px; background: #fff; border: solid 1px #fff; }
.contact-btn a > span { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.contact-btn a > span .arrow { margin-right: 6px; display: inline-block; position: relative; top: 2px; }
.contact-btn a > span .arrow img { opacity: 1; display: block; transition: 0.3s; }
.contact-btn a:hover { color: #fff; background: rgba(255, 255, 255, 0); }
.contact-btn a:hover .arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%); }

aside.aside01 { width: 1100px; margin: 0 auto; box-sizing: border-box; border-radius: 20px; padding: 30px; background: url("../img/common/aside-bg.png") no-repeat center; background-size: cover; color: #fff; }
aside.aside01 .inner { padding: 49px 39px 49px 49px; border: solid 1px #4D6B95; box-sizing: border-box; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; border-radius: 20px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background: rgba(0, 42, 101, 0.45); }
aside.aside01 .inner .left { width: 416px; }
aside.aside01 .inner .left .text { line-height: 1.84; }
aside.aside01 .inner .right { width: 494px; }

h2.aside-tit { line-height: 1.45; font-size: 30px; margin-bottom: 30px; }

.contact-type01 { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; padding-bottom: 25px; margin-bottom: 25px; border-bottom: solid 1px #4D6B95; box-sizing: border-box; padding-right: 10px; }

.contact-type02 { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; }
.contact-type02 h3.ct-tit { background: url("../img/common/ico-mail-white.svg") no-repeat left top 11px; padding-left: 30px; }

h3.ct-tit { padding-left: 24px; background: url("../img/common/ico-tel-white.svg") no-repeat left top 5px; line-height: 1.45; font-size: 18px; }
h3.ct-tit .big { font-size: 22px; }

div#footer aside.aside01 { margin-bottom: 150px; margin-top: -100px; position: relative; z-index: 5; }

div.map-list { width: 1100px; display: flex; flex-wrap: wrap; margin: -40px auto 0; }
div.map-list .mapBox { width: 340px; margin: 40px 40px 0 0; text-align: center; }
div.map-list .mapBox .m-wrap { height: 340px; }
div.map-list .mapBox .m-wrap iframe { width: 100%; height: 100%; border-radius: 20px; }
div.map-list .mapBox:nth-child(3n), div.map-list .mapBox:last-child { margin-right: 0; }

.rad-tit { line-height: 1.5; margin: -26px auto 10px; position: relative; z-index: 3; text-align: center; }
.rad-tit > span { display: inline-block; min-width: 120px; border-radius: 40px; color: #fff; padding: 10px 20px; box-sizing: border-box; background: #3366CC; }

.mapBox.map02 .rad-tit > span { background: #00A1AC; }

.mapBox.map03 .rad-tit > span { background: #C644B1; }

div#ftBox01 { position: relative; z-index: 2; padding-top: 250px; }
div#ftBox01 .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
div#ftBox01 .wrap .ft-copy { width: 350px; }
div#ftBox01 .wrap .right { width: 665px; }

div.ft-info { display: flex; flex-wrap: wrap; align-items: flex-end; margin-bottom: 50px; }
div.ft-info h2.ft-logo { width: 200px; margin-right: 50px; }
div.ft-info h2.ft-logo img { display: block; }

.ft-tel-fax { display: flex; flex-wrap: wrap; align-items: flex-end; font-size: 18px; line-height: 1.45; }
.ft-tel-fax > div { margin-right: 20px; }
.ft-tel-fax > div:last-child { margin-right: 0; }

.tel-num01 { font-size: 18px; }
.tel-num01 a { padding-left: 19px; background: url("../img/common/ico-tel.svg") no-repeat left top 5px; }
.tel-num01 a span.komoji { font-size: 13px; }

.fax-num01 { font-size: 18px; }
.fax-num01 > span { padding-left: 22px; background: url("../img/common/ico-fax.svg") no-repeat left top 5px; display: inline-block; }

div#fnav { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; }

ul.fs > li { line-height: 1.6; font-size: 13px; margin-bottom: 20px; }
ul.fs > li a { display: flex; flex-wrap: wrap; align-items: flex-start; }
ul.fs > li a span.arrow { width: 16px; position: relative; top: 5px; }
ul.fs > li a span.arrow img { opacity: 1; display: block; transition: 0.3s; }
ul.fs > li a:hover { color: #3366CC; }
ul.fs > li a:hover span.arrow { width: 16px; position: relative; top: 5px; }
ul.fs > li a:hover span.arrow img { filter: brightness(0) saturate(100%) invert(34%) sepia(20%) saturate(4686%) hue-rotate(197deg) brightness(96%) contrast(81%); }
ul.fs > li:last-child { margin-bottom: 0; }

.fnav03 .inner { display: flex; flex-wrap: wrap; }
.fnav03 .inner ul.fs { margin-right: 40px; }
.fnav03 .inner ul.fs:last-child { margin-right: 0; }

.ft-tit { font-size: 13px; padding-left: 16px; margin-bottom: 20px; line-height: 1.6; }

ul.fs > li:last-child { margin-bottom: 0; }

.ft-bottom.flex { width: 1100px; margin: 50px auto 60px; justify-content: space-between; flex-direction: row-reverse; }

.copyright { font-size: 10px; }

ul.pp-list { font-size: 10px; display: flex; flex-wrap: wrap; }
ul.pp-list > li { margin-left: 16px; }

.ft-bg { height: 600px; background: url("../img/common/ft-bg01.jpg") no-repeat center top; background-size: cover; margin-top: -50px; }

/* 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; }
