@charset "UTF-8";
/* ------------------------------- font -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.en, .telphone { font-family: 'Bebas Neue', cursive; font-weight: 400; }

/* -------------------------------
	default
-------------------------------- */
html { font-size: 100%; /* 16px */ }
@media print, screen and (min-width: 992px) { html { font-size: 100%; /* 16px */ } }

body { font-family: 'Noto Sans JP', sans-serif; letter-spacing: 0.025em; margin-top: 50px; }
@media print, screen and (min-width: 992px) { body { margin-top: 120px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 1em; }

/* 基本タグ */
p, ol, ul, dl, table { margin-bottom: 1em; }

img { max-width: 100%; height: auto; vertical-align: middle; }

ul { padding-left: 1.5em; }

ol { padding-left: 2em; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

@media print, screen and (min-width: 1200px) { img { image-rendering: -webkit-optimize-contrast; } }
/* 見出しサイズ 1rem/16px */
h1, .h1 { font-size: 1.6875rem; }

h2, .h2 { font-size: 1.5rem; }

h3, .h3 { font-size: 1.3125rem; }

h4, .h4 { font-size: 1.125rem; }

h5, .h5 { font-size: 1rem; }

h6, .h6 { font-size: 1rem; }

@media print, screen and (min-width: 768px) { h1, .h1 { font-size: 2rem; }
  h2, .h2 { font-size: 1.6875rem; }
  h3, .h3 { font-size: 1.4375rem; }
  h4, .h4 { font-size: 1.1875rem; }
  h5, .h5 { font-size: 1rem; } }
/* 見出しサイズ 1rem/16px */
@media print, screen and (min-width: 992px) { h1, .h1 { font-size: 2.6875rem; }
  h2, .h2 { font-size: 2.1875rem; }
  h3, .h3 { font-size: 1.8125rem; }
  h4, .h4 { font-size: 1.5rem; }
  h5, .h5 { font-size: 1.1875rem; } }
@media print, screen and (min-width: 1200px) { h1, .h1 { font-size: 3.6875rem; }
  h2, .h2 { font-size: 2.8125rem; }
  h3, .h3 { font-size: 2.1875rem; }
  h4, .h4 { font-size: 1.6875rem; }
  h5, .h5 { font-size: 1.3125rem; } }
.fs-lg-20 { font-size: 20px; }

@media screen and (max-width: 1199px) { .fs-lg-20 { font-size: calc(16px + 4 * (100vw - 320px) / 880); } }
/* -------------------------------
	row
-------------------------------- */
.row-float { margin-left: -15px; margin-right: -15px; *zoom: 1; }
.row-float:after { content: ""; display: table; clear: both; }
.row-float > .col { width: 100%; max-width: none; float: left; padding-left: 15px; padding-right: 15px; }

.row-40 { margin-left: -20px; margin-right: -20px; }
.row-40 > [class^="col-"], .row-40 > [class*=" col-"] { padding-left: 20px; padding-right: 20px; }

.row-gallery { margin-left: -5px; margin-right: -5px; }
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 5px; padding-right: 5px; }

@media print, screen and (min-width: 768px) { .row-gallery { margin-left: -10px; margin-right: -10px; }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 10px; padding-right: 10px; } }
@media print, screen and (min-width: 992px) { .row-gallery { margin-left: -15px; margin-right: -15px; }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 15px; padding-right: 15px; } }
/* -------------------------------
	bootstrap
-------------------------------- */
@media print, screen and (min-width: 1200px) { .container-fluid-xl { width: 100%; max-width: 1470px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } }
/* -------------------------------
	form
-------------------------------- */
.select-inline { width: auto; display: inline; }

/* -------------------------------
	電話番号
-------------------------------- */
.telphone { line-height: normal; }
.telphone small { font-size: 0.6em; }
.telphone i { font-size: 1em; }
.telphone a { text-decoration: underline; }
.telphone a:hover { text-decoration: none; }

a.tel_link { color: inherit; }

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor { position: relative; z-index: -1; }
@media print, screen and (min-width: 768px) { .anchor { margin-top: -90px; padding-top: 90px; } }

/* -------------------------------
	table
-------------------------------- */
.table-design-1 { width: 100%; border-collapse: collapse; border-top: 1px solid #ccc; }
.table-design-1 > tbody > tr { border-bottom: 1px solid #ccc; }
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td { padding: 1em; }

@media only screen and (max-width: 767px) { .table-inline colgroup { display: none !important; }
  .table-inline > tbody > tr { width: 100%; display: block; }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td { width: 100% !important; display: block; }
  .table-design-1.table-inline > tbody > tr > th + td { padding-top: 0; } }
/* -------------------------------
	list
-------------------------------- */
.list-icon { list-style: none; padding: 0; }
.list-icon li { line-height: 1.875; padding-left: 1.4em; position: relative; }
.list-icon li i { line-height: 1.875; width: 1em; display: block; text-align: center; position: absolute; left: 0; }

.list-inline-slash { list-style: none; letter-spacing: -.4em; padding: 0; }
.list-inline-slash li { letter-spacing: 0.05em; display: inline-block; }
.list-inline-slash li:after { content: "／"; }
.list-inline-slash li:last-child:after { content: ""; }

.list-punctuation { list-style: none; padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; }
.list-punctuation > li:after { content: "、"; }
.list-punctuation > li:last-child:after { content: ""; }

/**/
.list-inline-1 { letter-spacing: -.4em; list-style: none; padding-left: 0; margin-left: -1em; margin-right: -1em; }
.list-inline-1 > li { letter-spacing: 0.06em; display: inline-block; padding-left: 1em; padding-right: 1em; }
.list-inline-1.md { margin-left: -0.5em; margin-right: -0.5em; }
.list-inline-1.md > li { padding-left: 0.5em; padding-right: 0.5em; }

/*file*/
.list-file { list-style: none; padding: 0; margin: 0; border-top: dotted 1px #645c64; border-bottom: dotted 1px #645c64; }
.list-file > li + li { border-top: dotted 1px #645c64; }
.list-file > li > a { color: #645c64; line-height: 1.5; text-decoration: none; padding: 0.75em 0 0.75em 2.2em; display: block; -webkit-transition: color 0.3s ease, background 0.3s ease; transition: color 0.3s ease, background 0.3s ease; position: relative; }
.list-file > li > a:before { content: "\f105"; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 1.25em; line-height: 1; text-align: center; display: block; position: absolute; left: 0.5em; top: 50%; width: 1em; height: 1em; -ms-transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
.list-file > li > a:hover { color: #645c64; background-color: #EFEEEF; }
.list-file > li.pdf > a:before { content: "\f1c1"; color: #fa0f00; }
.list-file > li.excel > a:before { content: "\f1c3"; color: #008440; }
.list-file > li.word > a:before { content: "\f1c2"; color: #2c3480; }

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.link_figure { color: inherit; text-decoration: none; }
.link_figure:hover { text-decoration: none; }

.figure { vertical-align: middle; padding: 0; margin: 0; position: relative; width: 100%; overflow: hidden; }
.figure > img { min-width: inherit; width: 100%; position: relative; display: block; }
.figure figcaption { padding: 0; margin: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; opacity: 0; }

/* -------------------------------
	画像関連
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi { height: 0; display: block; padding-top: 75%; overflow: hidden; position: relative; }
.photo-ofi img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: scale-down; font-family: 'object-fit: scale-down; object-position: 50% 50%;'; object-position: 50% 50%; /* 中央寄せ　横/縦 */ position: absolute; left: 0; top: 0; }
.photo-ofi a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; }

.photo-ofi-2 { text-align: center; }
.photo-ofi-2 a { display: inline-block; position: relative; }
.photo-ofi-2 img { display: block; margin: 0 auto; max-height: 70vh; }

/* トリミング */
.cover img { object-fit: cover; font-family: 'object-fit: cover; object-position: 50% 50%;'; }

/**/
img.object-fit-img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: scale-down; font-family: 'object-fit: scale-down; object-position: 50% 50%;'; object-position: 50% 50%; /* 中央寄せ　横/縦 */ }
img.object-fit-img.cover { object-fit: cover; font-family: 'object-fit: cover; object-position: 50% 50%;'; }

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-lightbox]:after { content: "\f00e"; position: absolute; left: 50%; top: 50%; z-index: 20; color: #222; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 1rem; line-height: 2; text-align: center; width: 2em; border-radius: 50%; margin-top: -1em; margin-left: -1em; background-color: rgba(255, 255, 255, 0.8); opacity: 0; transition: opacity .3s ease; }
a[data-lightbox]:hover:after { opacity: 1; }

/* -------------------------------
	btn
-------------------------------- */
.btn-white { color: #fff; font-weight: 700; background-color: rgba(255, 255, 255, 0); border: solid 2px #fff; border-radius: 3px; position: relative; z-index: 0; }
.btn-white:before { content: ""; position: absolute; right: 4px; bottom: 4px; width: 0; height: 0; border-style: solid; border-width: 0 0 10px 10px; border-color: transparent transparent #fff transparent; transition: all 0.3s ease; }
.btn-white:hover { color: #fff; border-color: #005bac; background-color: #005bac; }
.btn-white:hover:before { right: 0px; bottom: 0px; }

/**/
.btn-style-1 { font-size: 1.125rem; width: 100%; max-width: 340px; height: 60px; padding: 0; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }

.btn-icon-l, .btn-icon-r { position: relative; }
.btn-icon-l i, .btn-icon-r i { line-height: 1; position: absolute; top: 50%; margin-top: -.5em; }

.btn-icon-l { padding-left: 2em; }
.btn-icon-l i { left: 1em; }

.btn-icon-r { padding-right: 2em; }
.btn-icon-r i { right: 1em; }

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header { width: 100%; background-color: #fff; position: fixed; left: 0; top: 0; z-index: 30; }
#header h1 { font-size: 1rem; line-height: normal; padding: 0; margin: 0; }
#header .row-head { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; height: 50px; }
@media print, screen and (min-width: 992px) { #header .row-head { height: 120px; } }
#header .row-head .logo { padding-left: 15px; }
#header .row-head .logo h1 img { height: 34px; }
@media print, screen and (min-width: 992px) { #header .row-head .logo { -webkit-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; padding-left: 30px; }
  #header .row-head .logo h1 img { height: auto; } }
#header .row-head .head_contents { display: none; }
@media print, screen and (min-width: 992px) { #header .row-head .head_contents { -webkit-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; height: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  #header .row-head .head_contents > * { -webkit-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
@media print { #header { position: absolute; } }

/**/
.head_tel .d-flex { height: 70px; }
.head_tel .d-flex .telphone { color: #fff; font-size: 30px; margin-left: auto; -webkit-flex: 0 0 220px; flex: 0 0 220px; max-width: 220px; height: 100%; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; background-color: #005bac; }
.head_tel .d-flex .telphone i { margin-right: 0.4em; }
.head_tel .d-flex .time { -webkit-flex: 0 0 280px; flex: 0 0 280px; max-width: 280px; height: 100%; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; background-color: #f5f5f5; }
.head_tel .d-flex .time dl { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; margin: 0; }
.head_tel .d-flex .time dl dt { color: #fff; font-size: 14px; font-weight: 400; line-height: 1; text-align: center; border-radius: 3px; padding: 6px 0; width: 74px; background-color: #005bac; }
.head_tel .d-flex .time dl dd { line-height: 1.5; margin: 0; padding-left: 5px; }
.head_tel .d-flex .time dl dd .en { font-size: 24px; line-height: 1; display: inline-block; vertical-align: middle; }
.head_tel .d-flex .time dl dd small { font-size: 0.875em; line-height: 1.1; display: inline-block; vertical-align: middle; }

/* スマホ用電話番号 */
.head_tel_sp { position: absolute; right: 50px; top: 0; }
.head_tel_sp span { display: none; }
.head_tel_sp a { color: #fff; font-size: 25px; line-height: 1; letter-spacing: normal; text-align: center; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 50px; height: 50px; background-color: #005bac; }
.head_tel_sp a span { display: block; }
@media print, screen and (min-width: 768px) { .head_tel_sp { display: none; }
  .head_tel_sp a span { display: none; } }

/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi { margin-top: auto; padding-right: 30px; }

.list-gnav { list-style: none; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; margin: 0 -0.9375em; }
.list-gnav ul { list-style: none; padding: 0; margin: 0; }
.list-gnav a { text-decoration: none; }
.list-gnav > li { padding: 0 0.9375em; }
.list-gnav > li > a { color: #13293c; font-weight: 700; line-height: 2.25; display: block; position: relative; }
.list-gnav > li > a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; transform: scaleX(0); background-color: #005bac; -webkit-transition: -webkit-transform 0.3s ease, visibility 0.3s ease; transition: transform 0.3s ease, visibility 0.3s ease; visibility: hidden; }
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after { transform: scaleX(1); visibility: visible; }

/* サブメニュー */
.list-gnav > li > ul, .list-gnav > li > div { display: none; }

.list-gnav > li.child { position: relative; }
.list-gnav > li.child > ul { position: absolute; left: 0; min-width: 100%; padding: .5em 0; white-space: nowrap; }
.list-gnav > li.child > ul > li > a { display: block; padding: 1em; background-color: #fff; }

/* メガメニュー */
.list-gnav > li.mega-child { position: static; }
.list-gnav > li.mega-child > div { position: absolute; left: 0; width: 100%; height: 100px; background-color: #fff; }

/* ブレイクポイント */
#gNavi { display: none; }
@media print, screen and (min-width: 992px) { #gNavi { display: block; } }

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar { position: fixed; top: 50px; bottom: 0; left: -260px; width: 260px; text-align: left; background-color: #efefef; transition: transform 0.5s ease; overflow-y: auto; z-index: 9900; }
#sidebar ul { list-style: none; padding: 0; margin: 0; }
#sidebar a { text-decoration: none; }
#sidebar .list-sidenav { width: 100%; }
#sidebar .list-sidenav > li { text-align: left; border-bottom: solid 1px #ccc; }
#sidebar .list-sidenav > li + li { border-top: solid 1px #f3f3f3; }
#sidebar .list-sidenav > li > a { color: #13293c; font-weight: 700; line-height: 1.5; display: block; padding: 0.85em 2em 0.85em 1em; position: relative; }
#sidebar .list-sidenav > li > a:after { content: "\f105"; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; position: absolute; right: 1em; top: 50%; margin-top: -.5em; }
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover { color: #fff; background-color: #005bac; }

/* ブレイクポイント */
@media print, screen and (min-width: 992px) { #sidebar { display: none !important; } }

/* スマホ時動き */
.side-open #sidebar { transform: translate3d(100%, 0, 0); }

/* -------------------------------
	半透明
-------------------------------- */
.overlay { content: ''; visibility: hidden; position: fixed; top: 0; left: 0; display: block; width: 100%; height: 100%; background: transparent; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 3; }
.side-open .overlay { visibility: visible; cursor: pointer; background: rgba(0, 0, 0, 0.7); }
@media screen and (min-width: 992px) { .overlay { display: none; } }

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper { position: fixed; right: 0; top: 0; width: 50px; height: 50px; transform: translate3d(0, 0, 0); transition: all 0.5s ease; z-index: 9999; }
@media print, screen and (min-width: 992px) { .menuWrapper { display: none; } }

#menuButton { overflow: hidden; display: block; position: absolute; z-index: 0; width: 100%; height: 100%; cursor: pointer; background-color: #005bac; }
#menuButton span, #menuButton:before, #menuButton:after { display: block; position: absolute; top: -10px; bottom: 0; left: 0; right: 0; width: 30px; height: 3px; margin: auto; background: #fff; }
#menuButton span { overflow: hidden; z-index: 1; color: #000; }
#menuButton:before { z-index: 2; transform: translate(0, -9px); content: ""; }
#menuButton:after { z-index: 2; transform: translate(0, 9px); content: ""; }
#menuButton small { position: absolute; left: 0; bottom: 3px; width: 100%; color: #fff; font-size: 10px; line-height: 1.2; letter-spacing: 0.35em; text-indent: 0.35em; text-align: center; display: block; }

/* アニメーション */
#menuButton span { opacity: 1; transition: opacity 150ms 50ms; }
#menuButton::before, #menuButton::after { transition: transform 200ms; }
.side-open #menuButton span { opacity: 0; transition: opacity 150ms; }
.side-open #menuButton::before { transform: rotate(45deg); }
.side-open #menuButton::after { transform: rotate(-45deg); }

/* -------------------------------
	footer
-------------------------------- */
.footer_contacts { page-break-inside: avoid; }
.footer_contacts h2 { color: #005bac; font-size: 40px; line-height: 1; text-align: center; padding-bottom: 1.325em; margin: 0; position: relative; z-index: 10; }
.footer_contacts h2:before { content: ""; position: absolute; left: 50%; bottom: -0.75em; width: 2px; height: 1.5em; margin-left: -1px; background-color: #005bac; }
.footer_contacts .contents { padding: 40px 0 10px; background-color: #edf6ff; }
@media print, screen and (min-width: 768px) { .footer_contacts .contents { padding: 70px 0 40px; } }
.footer_contacts .contents .columns { width: 100%; max-width: 400px; padding: 30px; border-radius: 20px; background-color: #fff; }
@media print, screen and (min-width: 992px) { .footer_contacts .contents .columns { width: 400px; } }
.footer_contacts .contents .columns h3 { font-size: 18px; line-height: 2; text-align: center; padding-bottom: 1.1111em; margin-bottom: 0.83333em; background: url("../images/common/down_arrow.svg") no-repeat center bottom; }
.footer_contacts .contents .columns h3 > i { color: #fff; font-size: 1.9444em; width: 2em; height: 2em; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; margin: 0 auto 8px; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjAzOTYxNCIgeTE9IjAuMDQ3MjEiIHgyPSIxLjAzOTYxNCIgeTI9IjAuOTUyNzkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDViYWMiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwNWJhYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA0YmE4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0YmE4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-linear-gradient(320deg, #005bac 0%, #005bac 50%, #004ba8 50%, #004ba8 100%); background-image: linear-gradient(130deg, #005bac 0%, #005bac 50%, #004ba8 50%, #004ba8 100%); }
.footer_contacts .contents .columns .telphone { color: #005bac; font-size: 40px; line-height: 1; text-align: center; height: 60px; }
.footer_contacts .contents .columns .telphone small { color: #13293c; }
@media print, screen and (min-width: 992px) { .footer_contacts .contents .columns .telphone { font-size: 50px; } }
.footer_contacts .contents .columns .subtxt { font-size: 0.875em; line-height: normal; text-align: center; margin-top: 10px; }

/**/
.footer_area { color: #fff; padding: 30px 0; background: url("../images/common/footer_area_bg.jpg") no-repeat center center/cover; }
.footer_area .columns { padding: 20px; border: solid 2px #fff; }
.footer_area .columns > ul { font-size: 0.875rem; line-height: 1.7142857; list-style: none; padding: 0; margin: 0 -.5em; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.footer_area .columns > ul > li { padding: 0 0.5em; }

/**/
.footer_contents { color: #fff; padding: 40px 0; background-color: #005bac; }
.footer_contents h2 { font-size: 1rem; margin-bottom: 1em; }
.footer_contents p { font-size: 0.875rem; line-height: 1.42857; margin: 0; }

/**/
.f_navi { display: none; }
@media print, screen and (min-width: 768px) { .f_navi { display: block; } }
.f_navi > ul { font-weight: 700; list-style: none; padding: 0; margin: 0 -1em; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end; }
.f_navi > ul > li { padding: 0 1em; }
.f_navi > ul > li > a { color: #fff; text-decoration: none; }
.f_navi > ul > li > a:hover { text-decoration: underline; }

/**/
.copyright { color: #fff; font-size: 0.875rem; line-height: 1.42857; text-align: center; margin-top: 6.16667vw; }
@media print, screen and (min-width: 1200px) { .copyright { margin-top: 74px; } }

/* -------------------------------
	main
-------------------------------- */
#wrapper { overflow: hidden; }

/* -------------------------------
	main title
-------------------------------- */
.main_ttl { height: 350px; margin-bottom: 13.020833vw; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; background-color: #000; position: relative; z-index: 0; }
@media print, screen and (min-width: 768px) { .main_ttl { margin-top: 30px; margin-bottom: 100px; background-color: #fff; }
  .main_ttl:before { content: ""; position: absolute; left: 0; bottom: 0; width: 90%; height: 36%; background-color: #f5f5f5; z-index: -1; } }
.main_ttl .bg { position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: -1; opacity: 0.5; }
.main_ttl .bg .shutter__contents { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
@media print, screen and (min-width: 768px) { .main_ttl .bg { opacity: 1; width: 50%; height: calc(100% - 50px); } }
@media print, screen and (min-width: 992px) { .main_ttl .bg { width: 60%; } }
.main_ttl h2 { color: #fff; font-size: 40px; line-height: 1.2; text-align: center; margin: 0; }
@media screen and (max-width: 1199px) { .main_ttl h2 { font-size: calc(25px + 15 * (100vw - 320px) / 880); } }
.main_ttl h2 .txt { letter-spacing: 0.075em; display: inline-block; padding-bottom: 0.35em; margin-bottom: 0.35em; border-bottom: solid 2px #fff; }
.main_ttl h2 .en { font-size: 0.66667em; line-height: 1; display: block; }
@media print, screen and (min-width: 768px) { .main_ttl h2 { color: #005bac; text-align: left; margin-bottom: 1em; }
  .main_ttl h2 .txt { border-bottom-color: #005bac; } }
@media screen and (max-width: 1199px) { .main_ttl { height: calc(150px + 200 * (100vw - 320px) / 880); } }

/* -------------------------------
	main title
-------------------------------- */
.title01 { color: #005bac; text-align: center; }

.title02 { color: #005bac; border-left: solid 0.35em #005bac; padding-left: 0.5em; }

.title-style-1 { color: #005bac; font-size: 30px; line-height: 1.5; padding-bottom: 0.43333em; max-width: 270px; padding-top: 0; margin-bottom: 1em; position: relative; z-index: 0; }
@media screen and (max-width: 1199px) { .title-style-1 { font-size: calc(23px + 7 * (100vw - 320px) / 880); } }
@media print, screen and (min-width: 768px) { .title-style-1 { padding-top: 2.066667em; } }
.title-style-1 > .bg { font-size: 3.333334em; line-height: 0.7; opacity: 0.3; display: none; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; position: absolute; left: 0; top: 0; -ms-transform: translate3d(-90%, 0, 0); -webkit-transform: translate3d(-90%, 0, 0); transform: translate3d(-90%, 0, 0); }
@media print, screen and (min-width: 768px) { .title-style-1 > .bg { display: inline-block; } }
.title-style-1 > .txt { display: block; border-bottom: solid 2px #005bac; padding-bottom: 0.46666em; margin-bottom: 0.46666em; }
.title-style-1 > .sub { font-size: 0.66667em; line-height: 1; display: block; }
.title-style-1.white { color: #fff; }
.title-style-1.white > .txt { border-bottom-color: #fff; }

.title-style-2 { color: #005bac; text-align: center; }
.title-style-2 > .txt { display: inline-block; padding-bottom: 0.25em; margin-bottom: 0.25em; border-bottom: solid 2px #005bac; }
.title-style-2 > .en { font-size: 0.66667em; line-height: 1; display: block; }

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop { position: fixed; right: 20px; bottom: 20px; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease; transition: opacity 0.3s ease, visibility 0.3s ease; }
#pagetop.is-active { opacity: 1; visibility: visible; }
@media (max-width: 767px) { #pagetop { right: 0; bottom: 0; }
  #pagetop img { width: 40px; } }

/* -------------------------------
	box
-------------------------------- */
.box-padding-1 { padding-top: 13.020833vw; padding-bottom: 13.020833vw; }

@media print, screen and (min-width: 768px) { .box-padding-1 { padding-top: 100px; padding-bottom: 100px; } }
/**/
.box-design-1 { position: relative; z-index: 0; }
@media print, screen and (min-width: 992px) { .box-design-1 { min-height: 500px; } }
.box-design-1 .bg-img { margin-bottom: 1rem; }
@media print, screen and (min-width: 992px) { .box-design-1 .bg-img { position: absolute; top: 0; width: 50%; height: 500px; } }
.box-design-1 .column1 { font-size: 0.9375rem; padding: 15px; margin-top: 1.5rem; background-color: #edf6ff; }
.box-design-1 .column1 *:last-child { margin-bottom: 0; }
.box-design-1 .column1 .ttl { color: #005bac; font-size: 20px; margin-bottom: 0.5em; }
@media print, screen and (min-width: 992px) { .box-design-1.odd .bg-img { right: 0; } }
@media print, screen and (min-width: 992px) { .box-design-1.even .bg-img { left: 0; }
  .box-design-1.even .row { -webkit-justify-content: flex-end; justify-content: flex-end; } }

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap { position: relative; padding-top: 66.666%; /*これが縦横比*/ height: 0; border: solid 1px #ccc; background-color: #f8f8f8; overflow: hidden; z-index: 0; }
.googlemap:before { color: #ccc; font-size: 20px; content: "google map"; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; }
.googlemap iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
@media print, screen and (min-width: 768px) { .googlemap { padding-top: 560px; } }

/* -------------------------------
	蛍光ペン
-------------------------------- */
.marker_yellow { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZWY0NCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZlZWY0NCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYwLjElIiBzdG9wLWNvbG9yPSIjZmVlZjQ0Ii8+PHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNmZWVmNDQiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2ZlZWY0NCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWVmNDQiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-linear-gradient(top, rgba(254, 239, 68, 0) 0%, rgba(254, 239, 68, 0) 60%, #feef44 60.1%, #feef44 82%, rgba(254, 239, 68, 0) 83%, rgba(254, 239, 68, 0) 100%); background-image: linear-gradient(to bottom, rgba(254, 239, 68, 0) 0%, rgba(254, 239, 68, 0) 60%, #feef44 60.1%, #feef44 82%, rgba(254, 239, 68, 0) 83%, rgba(254, 239, 68, 0) 100%); display: inline; }

/* -------------------------------
	common
-------------------------------- */
.htmlarea { word-wrap: break-word; overflow-wrap: break-word; overflow: hidden; }

.clearfix { *zoom: 1; }
.clearfix:after { content: ""; display: table; clear: both; }

.ov_hi { overflow: hidden; }

.clear { clear: both; }

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft { display: block; margin: 0 auto; }

@media print, screen and (min-width: 480px) { img.alignright { max-width: 38%; margin-left: 30px; display: inline; }
  img.alignleft { max-width: 38%; margin-right: 30px; display: inline; }
  .alignright { float: right; }
  .alignleft { float: left; } }
@media print, screen and (min-width: 1200px) { /* 画像回り込み */
  img.alignright { max-width: 100%; }
  img.alignleft { max-width: 100%; } }
/* --▼bg-- */
.bg-cr-1 { background-color: #f5f5f5; }

.bg-cr-2 { background-color: #edf6ff; }

/* --▼font 16px -- */
.fs10 { font-size: 0.625rem !important; }

.fs11 { font-size: 0.6875rem !important; }

.fs12 { font-size: 0.75rem !important; }

.fs13 { font-size: 0.8125rem !important; }

.fs14 { font-size: 0.875rem !important; }

.fs15 { font-size: 0.9375rem !important; }

.fs16 { font-size: 1rem !important; }

.fs17 { font-size: 1.0625rem !important; }

.fs18 { font-size: 1.125rem !important; }

.fs19 { font-size: 1.1875rem !important; }

.fs20 { font-size: 1.25rem !important; }

.fs-sm { font-size: 0.875em !important; }

.fs-md { font-size: 1.125em !important; }

.fs-lg { font-size: 1.250em !important; }

.f-feature { font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; }

.fw4 { font-weight: 400 !important; }

.fw5 { font-weight: 500 !important; }

.fw7 { font-weight: 700 !important; }

.fwn { font-weight: 400 !important; }

.fwb { font-weight: 700 !important; }

/* --▼text-- */
/* --▼padding-- */
/* --▼margin-- */
/*bottom*/
.mb00 { margin-bottom: 0 !important; }

.mb05 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb25 { margin-bottom: 25px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb35 { margin-bottom: 35px !important; }

.mb40 { margin-bottom: 40px !important; }

/* */
.mt-40 { margin-top: 5.20833vw; }

.mb-40 { margin-bottom: 5.20833vw; }

.mt-50 { margin-top: 6.51042vw; }

.mb-50 { margin-bottom: 6.51042vw; }

.mt-70 { margin-top: 9.11458vw; }

.mb-70 { margin-bottom: 9.11458vw; }

.mt-80 { margin-top: 10.41667vw; }

.mb-80 { margin-bottom: 10.41667vw; }

.mt-90 { margin-top: 11.71875vw; }

.mb-90 { margin-bottom: 11.71875vw; }

.mt-100 { margin-top: 13.02083vw; }

.mb-100 { margin-bottom: 13.02083vw; }

.pt-40 { padding-top: 5.20833vw; }

.pb-40 { padding-bottom: 5.20833vw; }

.pt-50 { padding-top: 6.51042vw; }

.pb-50 { padding-bottom: 6.51042vw; }

.pt-70 { padding-top: 9.11458vw; }

.pb-70 { padding-bottom: 9.11458vw; }

.pt-80 { padding-top: 10.41667vw; }

.pb-80 { padding-bottom: 10.41667vw; }

.pt-90 { padding-top: 11.71875vw; }

.pb-90 { padding-bottom: 11.71875vw; }

.pt-100 { padding-top: 13.02083vw; }

.pb-100 { padding-bottom: 13.02083vw; }

@media print, screen and (min-width: 768px) { .mt-40 { margin-top: 40px; }
  .mb-40 { margin-bottom: 40px; }
  .mt-50 { margin-top: 50px; }
  .mb-50 { margin-bottom: 50px; }
  .mt-70 { margin-top: 70px; }
  .mb-70 { margin-bottom: 70px; }
  .mt-80 { margin-top: 80px; }
  .mb-80 { margin-bottom: 80px; }
  .mt-90 { margin-top: 90px; }
  .mb-90 { margin-bottom: 90px; }
  .mt-100 { margin-top: 100px; }
  .mb-100 { margin-bottom: 100px; } }
@media print, screen and (min-width: 768px) { .pt-40 { padding-top: 40px; }
  .pb-40 { padding-bottom: 40px; }
  .pt-50 { padding-top: 50px; }
  .pb-50 { padding-bottom: 50px; }
  .pt-70 { padding-top: 70px; }
  .pb-70 { padding-bottom: 70px; }
  .pt-80 { padding-top: 80px; }
  .pb-80 { padding-bottom: 80px; }
  .pt-90 { padding-top: 90px; }
  .pb-90 { padding-bottom: 90px; }
  .pt-100 { padding-top: 100px; }
  .pb-100 { padding-bottom: 100px; } }
/* -------------------------------
	シャッター　pattern01
-------------------------------- */
@media screen and (min-width: 768px) { .shutter { overflow: hidden; position: relative; z-index: 0; }
  .shutter > * { opacity: 0; }
  .shutter .shutter__element { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #005bac; z-index: -1; -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); }
  .shutter .shutter__contents { opacity: 0; height: 100%; }
  .shutter.shutter_lr.is-active > * { opacity: 1; }
  .shutter.shutter_lr.is-active .shutter__element { -webkit-animation: shutter_lr_1 1s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards; animation: shutter_lr_1 1s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards; }
  .shutter.shutter_lr.is-active .shutter__contents { opacity: 0; -webkit-animation: shutter_contents 1.2s ease 0.5s alternate forwards; animation: shutter_contents 1.2s ease 0.5s alternate forwards; }
  .shutter.shutter_lr.is-active .shutter__contents img { -ms-transform: scale(1.005, 1.005); -webkit-transform: scale(1.005, 1.005); transform: scale(1.005, 1.005); }
  .shutter.shutter_rl.is-active .shutter__element { -webkit-animation: shutter_rl_1 1s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards; animation: shutter_rl_1 1s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards; }
  .shutter.shutter_rl.is-active .shutter__contents { opacity: 0; -webkit-animation: shutter_contents 1.2s ease 0.5s alternate forwards; animation: shutter_contents 1.2s ease 0.5s alternate forwards; } }
@keyframes shutter_lr_1 { from { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; }
  100% { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; } }
@keyframes shutter_rl_1 { from { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; }
  100% { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; } }
@keyframes shutter_contents { from { opacity: 0; -ms-transform: translate3d(0, 0, 0) scale(1.5); -webkit-transform: translate3d(0, 0, 0) scale(1.5); transform: translate3d(0, 0, 0) scale(1.5); }
  40% { opacity: 0.2; }
  90% { opacity: 1; }
  100% { opacity: 1; -ms-transform: translate3d(0, 0, 0) scale(1); -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } }
/* -------------------------------
	シャッター　pattern02
-------------------------------- */
@media screen and (min-width: 768px) { .shutter2 { position: relative; z-index: 0; }
  .shutter2 .shutter__element { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #005bac; z-index: 10; -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); }
  .shutter2 .shutter__contents { opacity: 0; height: 100%; }
  .shutter2.shutter_lr.is-active .shutter__element { -webkit-animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards; animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards; }
  .shutter2.shutter_lr.is-active .shutter__contents { -webkit-animation: shutter2_contents 0s ease 0.6s alternate forwards; animation: shutter2_contents 0s ease 0.6s alternate forwards; }
  .shutter2.shutter_rl.is-active .shutter__element { -webkit-animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards; animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards; }
  .shutter2.shutter_rl.is-active .shutter__contents { -webkit-animation: shutter2_contents 0s ease 0.6s alternate forwards; animation: shutter2_contents 0s ease 0.6s alternate forwards; } }
@keyframes shutter2_lr_1 { from { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; }
  100% { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; } }
@keyframes shutter2_lr_2 { from { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; }
  100% { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; } }
@keyframes shutter2_rl_1 { from { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; }
  100% { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: right top; -webkit-transform-origin: right top; transform-origin: right top; } }
@keyframes shutter2_rl_2 { from { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; }
  100% { -ms-transform: scale(0, 1); -webkit-transform: scale(0, 1); transform: scale(0, 1); -ms-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; } }
@keyframes shutter2_contents { from { opacity: 0; }
  100% { opacity: 1; } }
/* 印刷用 */
@page { margin: 10mm 4mm 10mm 4mm; }
@media print { body { min-width: 1500px !important; }
  .container { min-width: 1200px !important; }
  .row { overflow: visible !important; }
  #pagetop { opacity: 0; visibility: hidden; }
  .page-break { page-break-inside: avoid; page-break-after: avoid; } }
/* firefox　ハック */
@-moz-document url-prefix() { @page { margin: auto; } }
/* IE11　ハック */
@media print and (-ms-high-contrast: none) { html { -ms-overflow-style: none; /* ie */ }
  body { min-width: 1500px !important; zoom: 0.84; } }

/*# sourceMappingURL=screen.css.map */
