@charset "UTF-8";
/*webフォント読み込み*/
@font-face { /*Poppins-Medium*/
font-family: 'pop'; src: url("../fonts/Poppins-Medium.ttf"); src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"); font-weight: 700; }
@font-face { /*ZenKakuGothicNew-Bold*/
font-family: 'zen'; src: url("../fonts/ZenKakuGothicNew-Bold.ttf"); src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*ZenKakuGothicNew-Medium*/
font-family: 'zen'; src: url("../fonts/ZenKakuGothicNew-Medium.ttf"); src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*ShipporiAntique-Regular*/
font-family: 'ship'; src: url("../fonts/ShipporiAntique-Regular.ttf"); src: url("../fonts/ShipporiAntique-Regular.woff2") format("woff2"), url("../fonts/ShipporiAntique-Regular.woff") format("woff"), url("../fonts/ShipporiAntique-Regular.ttf") format("truetype"); font-weight: 400; }
/* 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; }

/* 共通設定
=========================================== */
html.loght { margin-top: 0 !important; }

html.showPage body { padding-top: 8.75vw; }

html.showPage, html.showPage body.home { min-width: inherit; }

body { background: #fff; color: #000000; font-size: 16px; line-height: 2.25; font-family: 'zen',"メイリオ","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; }

body#tinymce { min-width: inherit !important; }

input, select, textarea { font-family: 'zen',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; color: #000; letter-spacing: 0; }

.wrap { width: 1100px; margin: 0 auto; position: relative; }

.home .wrap { width: auto; }

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; }
.titles01 .en { font-size: 70px; font-weight: 500; display: block; line-height: 1.14; color: #00582D; font-family: "pop"; }
.titles01 .jp { font-size: 18px; font-weight: 700; display: block; line-height: 1.4; margin-top: 15px; }

.titles03 { font-weight: 400; font-size: 30px; line-height: 1.8; font-family: "ship"; }

.titles04 { margin-bottom: 40px; font-size: 36px; font-weight: 700; line-height: 1.66; }

.titles05 { font-size: 28px; margin-bottom: 40px; font-weight: 700; line-height: 1.42; padding-left: 30px; position: relative; }

.titles05:before { content: ""; width: 4px; height: calc(100% - 10px); left: 0; top: 5px; border-radius: 4px; position: absolute; background: #00582D; }

/*共通ボタン設定*/
.btn01 { width: 100%; height: 60px; display: table; }
.btn01 a { display: table-cell; text-align: center; vertical-align: middle; border: solid 1px #000; position: relative; text-decoration: none; font-weight: 700; font-size: 16px; background: #000000; color: #fff; }
.btn01 a:hover { background-color: #fff; color: #000000; }

a.blank { background: url("../img/p05/ico-blank.svg") no-repeat right center; display: inline-block; padding-right: 16px; background-size: 15px; }

/*グラデーション*/
.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.item-mains, div.item-thumbs, div.item-slider.flex, div.slider02, div.slider03, div.des-slider, div.gallery-slider, div.gallery-thumbs { opacity: 0; transition: opacity .3s linear; }

div#mv-slider.slick-initialized, div.item-mains.slick-initialized, div.item-thumbs.slick-initialized, div.item-slider.flex.slick-initialized, div.slider02.slick-initialized, div.slider03.slick-initialized, div.des-slider.slick-initialized, div.gallery-thumbs.slick-initialized, div.gallery-slider.slick-initialized { opacity: 1; }

/*font*/
.ship { font-family: 'ship'; }

.pop { font-family: 'pop'; }

/* header */
/*-------------------------------------------*/
#header { z-index: 100; letter-spacing: 0; box-sizing: border-box; position: fixed; transition: 0.3s; left: 0; top: 0; z-index: 100; align-items: center; display: flex; flex-wrap: wrap; align-items: flex-end; padding: 2.08vw 2.77vw 0; width: 100%; }

div#header .logo { width: 18.47vw; }
div#header .logo img { width: 100%; max-width: none; }

div.right-head { margin-left: auto; }

.contact-set01 { display: flex; flex-wrap: wrap; justify-content: flex-end; margin-bottom: 0.48vw; }
.contact-set01 .btn01.contact-btn { width: 11.8vw; height: 3.75vw; border-radius: 4vw; }
.contact-set01 .btn01.contact-btn a { border-radius: 4vw; }
.contact-set01 .btn01.contact-btn span.ico-set .ico { width: 1.41vw; margin-right: 0.69vw; }
.contact-set01 .btn01.contact-btn span.ico-set .ico img { width: 100%; max-width: none; }
.contact-set01 .btn01.contact-btn span.ico-set .text { font-size: 1.04vw; }

.btn01.contact-btn span.ico-set { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.btn01.contact-btn span.ico-set .ico img { transition: 0.3s; opacity: 1; display: block; }
.btn01.contact-btn a:hover .ico img { filter: brightness(0) saturate(100%); }

div#gnav ul.flex { justify-content: flex-end; }
div#gnav ul.flex > li:first-child { margin-left: 0; }
div#gnav ul.flex > li { position: relative; margin-left: 2.08vw; }
div#gnav ul.flex > li > a { font-size: 1.04vw; }

div.btn-3d { display: inline-block; position: relative; width: 100%; height: 1.45vw; margin: 0 auto; cursor: pointer; transform-style: preserve-3d; transition: 0.3s; }

a:hover div.btn-3d span.m-off { transform: rotateX(0); }

a:hover div.btn-3d span.m-on { transform: rotateX(90deg); }

span.m-off, span.m-on { position: absolute; width: 100%; height: 100%; line-height: 32px; transition: all 0.3s; transform-origin: center center -16px; left: 0; right: 0; margin: 0 auto; }

span.m-off { transform: rotateX(-90deg); top: 0; }

span.m-on { transform: rotateX(0); position: relative; display: block; }

.tel-num a { font-size: 1.66vw; color: #00582D; line-height: 2.22vw; font-family: "pop"; }
.tel-num a > span { display: inline-block; padding-left: 1.52vw; background: url("../img/common/ico-tel.svg") no-repeat left top 0.3vw; background-size: 1.18vw; }

.tel-bh { font-weight: 700; font-size: 0.76vw; line-height: 1.66vw; margin-top: -0.25vw; }

.tel-set { text-align: right; margin-right: 2.01vw; }

.logouts.btn01 { width: 5vw; height: 2vw; }
.logouts.btn01 a { font-size: 0.7vw; border-radius: 2vw; }

/*スクロール追従*/
.fixed div#header { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); padding-top: 0.58vw; padding-bottom: 0.3vw; background: #fff; align-items: center; }

.fixed div#header .logo { width: 13.47vw; }

.fixed .contact-set01 { margin-bottom: 0; }

.fixed .contact-set01 .btn01.contact-btn { height: 3.05vw; }

/*パンくず*/
/*-------------------------------------------*/
div#bread { z-index: 2; position: relative; padding: 0 0 8px; text-align: right; }

#bread ul li { display: inline-block; font-size: 13px; font-weight: 500; color: #979797; line-height: 1.4; }

ul.bread-list li a { font-size: 13px; color: #979797; }

ul.bread-list li:after { content: "-"; margin-left: 10px; margin-right: 5px; display: inline-block; position: relative; color: #979797; }

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 */
/*-------------------------------------------*/
div#footer { padding: 4.16vw 4.16vw 1.59vw; }

div#ftBox01 > .wrap { padding-bottom: 4.79vw; background: url("../img/common/dot-line.svg") repeat-x left bottom; }

.ft-info { float: left; width: 33.33vw; }

.fnav-wrap { float: right; width: 44.44vw; display: flex; flex-wrap: wrap; }

h2.ft-logo { width: 18.47vw; margin-bottom: 4.16vw; }
h2.ft-logo img { width: 100%; max-width: none; }

.fnav.fnav01 { margin-right: 4.94vw; width: 10.5vw; }

.fnav.fnav02 { margin-right: 7.02vw; width: 9vw; }

.fnav.fnav03 { width: 9vw; }

ul.pc-nav > li { margin-bottom: 2.08vw; font-size: 1.04vw; line-height: 1.66vw; }
ul.pc-nav > li:last-child { margin-bottom: 0; }

ul.fc { margin-top: 0.69vw; }
ul.fc > li a { font-size: 0.83vw; display: inline-block; position: relative; padding-left: 0.97vw; }
ul.fc > li a:before { content: "∟"; position: absolute; left: 0; top: 0; }

.ft-address { margin-bottom: 2.77vw; line-height: 2.08vw; }
.ft-address .line01 { font-size: 0.97vw; }
.ft-address .line02 { font-size: 0.83vw; }

.sdgs-imgs.flex { align-items: center; }
.sdgs-imgs.flex .img01 { width: 16.66vw; margin-right: 2.77vw; }
.sdgs-imgs.flex .img02 { width: 11.11vw; }
.sdgs-imgs.flex img { max-width: none; width: 100%; }

.ft-bottom { padding-top: 2.08vw; }
.ft-bottom .wrap { display: flex; flex-wrap: wrap; width: 100%; align-items: center; justify-content: space-between; }
.ft-bottom .copyright { order: 1; }
.ft-bottom ul.pp-list { order: 2; margin-left: auto; }
.ft-bottom .ptsp { order: 3; margin-left: 3.05vw; width: 10.83vw; }
.ft-bottom .ptsp img { width: 100%; max-width: none; }

ul.pp-list { display: flex; flex-wrap: wrap; align-items: center; }
ul.pp-list a.blank { padding-right: 1.04vw; background-size: 0.78vw; }

ul.pp-list > li { margin-right: 1.736vw; font-size: 0.83vw; }

ul.pp-list > li:last-child { margin-right: 0; }

ul.pp-list > li.insta { margin-right: 2.08vw; width: 1.51vw; }
ul.pp-list > li.insta img { width: 100%; max-width: none; display: block; }

.copyright { font-size: 0.83vw; }

/* TOPへ戻る */
/*-------------------------------------------*/
div#top-link { position: absolute; left: 0; top: 0; opacity: 0; z-index: -20; }

/* 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: #C90714; }

.red02 { color: #ff0000; }

.blue { color: #0075A4; }

.blue02 { color: #0093D6; }

.brown { color: #C07E23; }

.yellow { color: #FFD400; }

.orange { color: #EE5A35; }

.green { color: #00582D; }

.d-green { color: #005E4B; }

.green02 { color: #01A9AE; }

.navy { color: #374b8e; }

.pink { color: #ff7373; }

.gray { color: #818181; }

.sp { display: none !important; }
