@charset "UTF-8";
/* ------------------------------- font -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
.en { font-family: 'Roboto', sans-serif; }

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

body { font-family: 'Noto Sans JP', sans-serif; height: 100%; }

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

p + h4, p + h5, p + h6, ol + h4, ol + h5, ol + h6, ul + h4, ul + h5, ul + h6, dl + h4, dl + h5, dl + h6, table + h4, table + h5, table + h6 { margin-top: 2rem; }

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

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; }

/* 見出しサイズ 1rem/16px */
h1, .h1 { font-size: 1.75rem; }

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

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

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

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

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

@media print, screen and (min-width: 768px) { h1, .h1 { font-size: 1.8125rem; }
  h2, .h2 { font-size: 1.6875rem; }
  h3, .h3 { font-size: 1.5rem; }
  h4, .h4 { font-size: 1.25rem; }
  h5, .h5 { font-size: 1.125rem; } }
/* 見出しサイズ 1rem/16px */
@media print, screen and (min-width: 992px) { h1, .h1 { font-size: 2.6875rem; }
  h2, .h2 { font-size: 2.125rem; }
  h3, .h3 { font-size: 1.8125rem; }
  h4, .h4 { font-size: 1.3125rem; }
  h5, .h5 { font-size: 1.125rem; } }
@media print, screen and (min-width: 1200px) { h1, .h1 { font-size: 3.6875rem; }
  h2, .h2 { font-size: 2.625rem; }
  h3, .h3 { font-size: 2.1875rem; }
  h4, .h4 { font-size: 1.5rem; }
  h5, .h5 { font-size: 1.1875rem; } }
@media print, screen and (min-width: 768px) { .fs-md-16-20 { font-size: calc(16px + 4 * (100vw - 768px) / 432); } }
@media print, screen and (min-width: 1200px) { .fs-md-16-20 { font-size: 20px; } }
/* -------------------------------
	row
-------------------------------- */
.row-float { margin-left: -15px; margin-right: -15px; }
.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-gallery { margin-left: -1.953125vw; margin-right: -1.953125vw; }
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 1.953125vw; padding-right: 1.953125vw; margin-bottom: 3.90625vw; }
@media print, screen and (min-width: 768px) { .row-gallery { margin-left: -15px; margin-right: -15px; }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] { padding-left: 15px; padding-right: 15px; margin-bottom: 30px; } }

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl { width: 100%; padding-right: 15px; padding-left: 15px; }

@media print, screen and (min-width: 1200px) { .container-fluid-xl { max-width: 1470px; margin-right: auto; margin-left: auto; } }
/* -------------------------------
	form
-------------------------------- */
.select-inline { width: auto; display: inline; }

/* -------------------------------
	電話番号
-------------------------------- */
.telphone small { font-size: 0.8333em; }
.telphone i { font-size: 0.8333em; }
.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: separate; border-spacing: 0; text-align: left; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td { padding: 1em; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.table-design-1 > tbody > tr > th { background: #f3f3f3; }
.table-design-1 > tbody > tr > td { background-color: #fff; }

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

@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-2.table-inline > tbody > tr { padding: 0.5em; }
  .table-design-2.table-inline > tbody > tr > th, .table-design-2.table-inline > tbody > tr > td { padding: 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: "/"; margin: 0 0.5em; }
.list-inline-slash li:last-child:after { content: ""; }

.list-punctuation { list-style: none; padding-left: 0; display: flex; 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; }

/**/
.list-style-1 { line-height: 2; list-style: none; padding-left: 0; }
.list-style-1 > li { padding-left: 1.5em; position: relative; }
.list-style-1 > li:before { content: ""; position: absolute; left: 0.5em; top: 1em; width: 0.5em; height: 1px; background-color: #636f79; }

/**/
.list-sns-1 { list-style: none; padding-left: 0; }
.list-sns-1 > li + li { margin-top: .5em; }
.list-sns-1 > li img { width: 1.5em; margin-right: .5em; }
.list-sns-1 > li > a { color: #636f79; text-decoration: none; transition: opacity 0.3s ease; }
.list-sns-1 > li > a:hover { opacity: 0.65; }

.list-sns-2 { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; }
.list-sns-2 > li { padding: 0 5px; }
.list-sns-2 > li img { width: 32px; }

/**/
.list-num-1 { list-style: none; padding-left: 0; list-style: none; counter-reset: number; }
.list-num-1 > li { padding-left: 2em; margin-bottom: 5px; position: relative; }
.list-num-1 > li:before { position: absolute; top: 0; left: 0.5em; counter-increment: number; content: counter(number) " ，"; }

.list-question { list-style: none; padding: 0; }
.list-question > li { line-height: 1.5; padding-left: 1.8em; position: relative; }
.list-question > li:before { content: "\f059"; color: transparent; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 1.5em; line-height: 1; position: absolute; left: 0px; display: block; background-image: url(../images/common/bg01.svg); background-repeat: no-repeat; background-size: 100% 100%; -webkit-background-clip: text; }
.list-question > li + li { margin-top: .5em; }

/* -------------------------------
	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_business_1 { max-width: 350px; margin: 0 auto; }
.figure_business_1 > a, .figure_business_1 > img { display: block; }
.figure_business_1 figcaption { line-height: 1.5; margin-top: 1em; padding: 0 1em; }

/* -------------------------------
	画像関連
-------------------------------- */
/* 画像を枠に収める */
.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; 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; }

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

/* -------------------------------
	画像拡大
-------------------------------- */
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; }

/**/
.img-mail { height: 1em; }

/* -------------------------------
	btn
-------------------------------- */
.btn-1 { color: #fff; border-radius: 1em; background: url("../images/common/bg01.svg") no-repeat center center/100% 100%; transition: color 0.3s ease, opacity 0.3s ease; }
.btn-1:hover { color: #fff; opacity: 0.65; }

.btn-xl { font-size: clamp(16px, 2vw, 24px); padding: 1.5em 1em; }

.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; }

/* file icon */
.a-icon:before { content: ""; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 1em; }
.a-icon[href$=".pdf"]:before { content: "\f1c1"; }
.a-icon[href$=".xls"]:before, .a-icon[href$=".xlsx"]:before { content: "\f1c3"; }
.a-icon[href$=".doc"]:before, .a-icon[href$=".docx"]:before { content: "\f1c2"; }
.a-icon [target="_blank"]:before { content: "\f35d"; font-size: 0.875em; }

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header { width: 100%; position: fixed; left: 0; top: 0; z-index: 30; background-color: rgba(255, 255, 255, 0.8); }
#header h1 { font-size: 1rem; line-height: normal; padding: 0; margin: 0; }
#header .row-head { display: flex; align-items: center; height: 50px; }
@media print, screen and (min-width: 992px) { #header .row-head { height: 100px; } }
#header .row-head .logo h1 img { height: 24px; }
@media print, screen and (min-width: 768px) { #header .row-head .logo { flex: 0 0 25%; }
  #header .row-head .logo h1 img { height: auto; } }
@media print, screen and (min-width: 768px) { #header .row-head .head_contents { display: flex; justify-content: flex-end; flex: 0 0 75%; } }
@media print { #header { position: absolute; } }

@media screen and (min-width: 768px) { #header.anime { transform: translateY(-100%); transition: transform 0.5s ease; }
  #header.anime.is-active { transform: translateY(0%); } }

/* スマホ用電話番号 */
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi { display: none; }
@media print, screen and (min-width: 992px) { #gNavi { display: block; position: fixed; right: 0; top: 50px; width: 160px; z-index: 50; } }

.list-gnav { font-size: 15px; list-style: none; padding: 1em 0; margin: 0; }
.list-gnav ul { list-style: none; padding: 0; margin: 0; }
.list-gnav a { text-decoration: none; }
.list-gnav > li + li { margin-top: .75em; }
.list-gnav > li > a { color: #636f79; line-height: 1.2; text-align: left; display: block; padding-left: 20px; position: relative; }
.list-gnav > li > a:after { content: ''; position: absolute; top: 50%; left: 0; width: 5px; height: 5px; margin-top: -3px; border-radius: 50%; background-color: #636f79; transition: transform .3s ease; }
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after { transform: scale(2); }
.list-gnav > li.child2 a:after { background-color: #ffc000; }
.list-gnav > li.child3 a:after { background-color: #00ccff; }
.list-gnav > li.child4 a:after { background-color: #FFDD00; }
.list-gnav > li.child5 a:after { background-color: #00cc99; }
.list-gnav > li.child6 a:after { background-color: #ff99ff; }
.list-gnav > li.child7 a:after { background-color: #9999ff; }

/**/
#gNavi.home_gnavi { opacity: 0; }
#gNavi.home_gnavi .list-gnav > li { transform: translateX(3em); opacity: 0; visibility: hidden; }
#gNavi.home_gnavi .list-gnav > li:nth-child(1) { transition: all 1s cubic-bezier(0.02, 0.7, 0.07, 1.4) 0s; }
#gNavi.home_gnavi .list-gnav > li:nth-child(2) { transition: all 1s cubic-bezier(0.02, 0.7, 0.07, 1.4) 0.3s; }
#gNavi.home_gnavi .list-gnav > li:nth-child(3) { transition: all 1s cubic-bezier(0.02, 0.7, 0.07, 1.4) 0.6s; }
#gNavi.home_gnavi .list-gnav > li:nth-child(4) { transition: all 1s cubic-bezier(0.02, 0.7, 0.07, 1.4) 0.9s; }
#gNavi.home_gnavi .list-gnav > li:nth-child(5) { transition: all 1s cubic-bezier(0.02, 0.7, 0.07, 1.4) 1.2s; }
#gNavi.home_gnavi .list-gnav > li:nth-child(6) { transition: all 1s cubic-bezier(0.02, 0.7, 0.07, 1.4) 1.5s; }

#gNavi.home_gnavi.active { opacity: 1; }
#gNavi.home_gnavi.active .list-gnav > li { transform: translateX(0); opacity: 1; visibility: visible; }

/**/
#hNavi { display: none; }
@media print, screen and (min-width: 992px) { #hNavi { display: block; } }

.list-hnav { line-height: 1.5; list-style: none; padding: 0; margin: 0; display: flex; }
.list-hnav > li + li { margin-left: 1.5em; }
.list-hnav > li > a { color: #636f79; line-height: 2; text-decoration: none; display: block; position: relative; z-index: 0; }
.list-hnav > li > a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #636f79; transition: transform .3s ease, visibility .3s ease; visibility: hidden; transform: scaleX(0); }
.list-hnav > li > a:hover:after, .list-hnav > li.active > a:after { transform: scaleX(1); visibility: visible; }
.list-hnav > li.child2 a:after { background-color: #ffc000; }
.list-hnav > li.child3 a:after { background-color: #00ccff; }
.list-hnav > li.child4 a:after { background-color: #FFDD00; }
.list-hnav > li.child5 a:after { background-color: #00cc99; }
.list-hnav > li.child6 a:after { background-color: #ff99ff; }
.list-hnav > li.child7 a:after { background-color: #9999ff; }

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar { position: fixed; top: 0; bottom: 0; left: 0; width: 100%; text-align: left; display: flex; flex-direction: column; background-color: #fff; opacity: 0; visibility: hidden; transform: translate3d(0, 20%, 0) scale(0.8); transition: transform 0.5s cubic-bezier(0.02, 0.7, 0.28, 1.35), opacity 0.5s cubic-bezier(0.48, 0.52, 0.68, 0.69), visibility 0.5s cubic-bezier(0.48, 0.52, 0.68, 0.69); overflow-y: auto; z-index: 9900; }
.side-open #sidebar { transform: translate3d(0, 0, 0) scale(1); opacity: 1; visibility: visible; }
@media print, screen and (min-width: 992px) { #sidebar { display: none !important; } }
#sidebar .inner { margin: auto; }
#sidebar ul { list-style: none; padding: 0; margin: 0; }
#sidebar a { text-decoration: none; }
#sidebar .list-sidenav > li + li { margin-top: 1em; }
#sidebar .list-sidenav > li > a { color: #636f79; line-height: 1.5; display: block; padding-left: 2em; position: relative; }
#sidebar .list-sidenav > li > a:after { content: ''; position: absolute; top: 50%; left: 0; width: 5px; height: 5px; margin-top: -3px; border-radius: 50%; background-color: #636f79; transition: transform .3s ease; }
#sidebar .list-sidenav > li > a:hover:after, #sidebar .list-sidenav > li.active > a:after { transform: scale(2); }
#sidebar .list-sidenav > li:nth-child(2) a:after { background-color: #ffc000; }
#sidebar .list-sidenav > li:nth-child(3) a:after { background-color: #00ccff; }
#sidebar .list-sidenav > li:nth-child(4) a:after { background-color: #FFDD00; }
#sidebar .list-sidenav > li:nth-child(5) a:after { background-color: #00cc99; }
#sidebar .list-sidenav > li:nth-child(6) a:after { background-color: #ff99ff; }
#sidebar .list-sidenav > li:nth-child(7) a:after { background-color: #9999ff; }

/*  下層メニュー */
#sidebar .list-sidenav li > ul { display: none; }

#sidebar .list-sidenav .child { position: relative; }
#sidebar .list-sidenav .child > a:after { display: none; }
#sidebar .list-sidenav .child > ul { background-color: #fff; }
#sidebar .list-sidenav .child > ul > li { position: relative; }
#sidebar .list-sidenav .child > ul > li > a { color: #333; font-size: 0.875em; padding: 0.65em 2em 0.65em 1.3em; display: block; background-color: #fff; position: relative; }
#sidebar .list-sidenav .child > ul > li > a:before { content: "\f0da"; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; position: absolute; right: 1rem; top: 50%; margin-top: -.5em; }
#sidebar .list-sidenav .child > ul > li.active > a, #sidebar .list-sidenav .child > ul > li > a:hover { background-color: #ddd; }

/* 下層メニュー用ボタン */
#sidebar .list-sidenav .child .mean-expand { position: absolute; right: 5px; top: 0.25em; width: 32px; height: 32px; background-color: #000; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
#sidebar .list-sidenav .child .mean-expand:before, #sidebar .list-sidenav .child .mean-expand:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 14px; height: 2px; margin: auto; background: #fff; transition: transform 0.3s ease; }
#sidebar .list-sidenav .child .mean-expand:after { transform: rotate(90deg); }
#sidebar .list-sidenav .child.open .mean-expand:before { transform: rotate(360deg); }
#sidebar .list-sidenav .child.open .mean-expand:after { transform: rotate(0deg); }

/* -------------------------------
	半透明
-------------------------------- */
.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; }
#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: #000; }
#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: #000; font-size: 10px; line-height: 1.2; letter-spacing: normal; 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
-------------------------------- */
#home-footer { page-break-inside: avoid; position: relative; z-index: 20; }
#home-footer .foot_sns { margin-bottom: 20px; }
#home-footer .foot_sns ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; }
#home-footer .foot_sns ul > li { padding: 0 5px; }
#home-footer .foot_sns ul > li img { width: 32px; }
@media print, screen and (min-width: 768px) { #home-footer .foot_sns { margin-bottom: 0; position: fixed; left: 20px; bottom: 20px; } }
#home-footer .copyright { font-size: 12px; text-align: center; }
@media print, screen and (min-width: 768px) { #home-footer .copyright { position: fixed; left: 1%; top: 50%; padding-bottom: 20%; writing-mode: vertical-rl; transform: translateY(-50%); } }
#home-footer .foot_anime { opacity: 0; transition: opacity 0.3s ease; }
#home-footer .foot_anime.active { opacity: 1; }

#footer { padding: clamp(20px, 5vw, 60px); page-break-inside: avoid; }
#footer .foot_sns { margin-bottom: 20px; }
#footer .foot_sns ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; }
#footer .foot_sns ul > li { padding: 0 5px; }
#footer .foot_sns ul > li img { width: 32px; }
#footer .copyright { font-size: 12px; text-align: center; margin-bottom: 0; }

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

/* -------------------------------
	main title
-------------------------------- */
.main_ttl { height: 300px; display: flex; align-items: center; margin-top: 50px; position: relative; z-index: 0; }
.main_ttl.sub_main_ttl { margin-top: 0 !important; }
@media print, screen and (min-width: 1200px) { .main_ttl { margin-top: 100px; } }
@media screen and (max-width: 1199px) { .main_ttl { height: calc(120px + 180 * (100vw - 320px) / 880); }
  .main_ttl.sub_main_ttl { height: auto; } }
.main_ttl h2 { color: #000; font-size: calc(15px + 5 * (100vw - 375px) / 393); line-height: 1.3333; text-align: center; margin: 0; background-color: #fff; }
.main_ttl h2 .en { color: transparent; font-size: 2em; font-weight: 700; line-height: 1; display: inline-block; margin-bottom: 0.25em; background-image: url("../images/common/bg01.svg"); background-repeat: no-repeat; background-size: cover; -webkit-background-clip: text; }
.main_ttl h2 .txt { display: block; }
@media print, screen and (min-width: 768px) { .main_ttl h2 { font-size: calc(30px + 10 * (100vw - 768px) / 432); text-align: left; }
  .main_ttl h2:before { content: ""; position: absolute; left: 0; top: 50%; width: calc((100% - 720px) / 2); height: 1px; background-color: #636f79; }
  .main_ttl h2 .en { line-height: 1.2; position: absolute; left: 50%; top: 50%; font-size: calc(40px + 40 * (100vw - 768px) / 432); opacity: 0.5; margin-top: -.6em; margin-bottom: 0; white-space: nowrap; }
  .main_ttl h2 .txt { display: flex; }
  .main_ttl h2 .txt:before { flex: 0 0 2em; display: block; height: 1px; margin-right: 1em; background: #444; } }
@media print, screen and (min-width: 992px) { .main_ttl h2:before { width: calc((100% - 960px) / 2); } }
@media print, screen and (min-width: 1200px) { .main_ttl h2 { font-size: 40px; }
  .main_ttl h2:before { width: calc((100% - 1140px) / 2); }
  .main_ttl h2 .en { font-size: 80px; } }
body.a .main_ttl { background-image: url("../images/common/main_ttl_a.jpg"); }

@media screen and (min-width: 768px) { .main_ttl.anime h2:before { transform: scale(0, 1); transform-origin: left bottom; transition: transform 2s ease .3s; }
  .main_ttl.anime h2 .en { opacity: 0; transform: translate(20%, 0); transition: opacity 1s ease .3s, transform 1s ease .3s; }
  .main_ttl.anime.is-active h2:before { transform: scale(1, 1); }
  .main_ttl.anime.is-active h2 .en { opacity: 0.5; transform: translate(0, 0); } }
/* -------------------------------
	main title
-------------------------------- */
/* -------------------------------
	pagetop
-------------------------------- */
#pagetop { position: fixed; right: 20px; bottom: 20px; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; z-index: 10; }
#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: clamp(32px, 8.3333vw, 100px); padding-bottom: clamp(32px, 8.3333vw, 100px); }

.box-style-1 { padding: 5%; border: solid 1px #ccc; }

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap { position: relative; padding-top: 66.666%; /*これが縦横比*/ height: 0; 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; } }

.video { position: relative; background-color: #fff; padding-bottom: 56.25%; overflow: hidden; }
.video video { position: absolute; top: 0; left: 0; height: 100%; width: 100%; vertical-align: middle; }
.video #btn_mute { font-size: 30px; line-height: 1; position: absolute; right: 2%; bottom: 2%; z-index: 10; width: 1em; height: 1em; cursor: pointer; z-index: 99; }
.video #btn_mute:before { content: "\f6a9"; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; text-align: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.35; }
.video #btn_mute.on:before { content: "\f028"; }

/* -------------------------------
	youtube
-------------------------------- */
.youtube { position: relative; padding-bottom: 56.25%; overflow: hidden; }
.youtube iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; vertical-align: middle; }

/* -------------------------------
	蛍光ペン
-------------------------------- */
.marker_yellow { background-image: linear-gradient(180deg, rgba(254, 239, 68, 0) 0%, rgba(254, 239, 68, 0) 60%, #feef44 60.1%, #feef44 92%, rgba(254, 239, 68, 0) 93%, rgba(254, 239, 68, 0) 100%); display: inline; }

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

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

.ov_hi { overflow: hidden; }

.clear { clear: both; }

.ezm_htmlarea *:last-child { margin-bottom: 0; }

/* スクロールバー */
div { scrollbar-color: #9F9F9F #eeeeee; scrollbar-width: thin; }

div::-webkit-scrollbar { width: 6px; height: 6px; }

div::-webkit-scrollbar-track { background: #eeeeee; }

div::-webkit-scrollbar-thumb { background: #9F9F9F; }

/* 画像回り込み */
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%; } }
/* --▼width-- */
.ww250 { width: 250px; }

/* --▼color-- */
.text-gradation { color: transparent; font-weight: 700; display: inline-block; background-image: url("../images/common/bg01.svg"); background-repeat: no-repeat; background-size: 100% 100%; -webkit-background-clip: text; }

.bg-cr-1 { background-color: #FFF8DC; }

/* --▼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; }

.fs-xl { font-size: 2em !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: 500 !important; }

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

/*margin*/
.mb00 { margin-bottom: 0px; }

.mt00 { margin-top: 0px; }

.mb05 { margin-bottom: 5px; }

.mt05 { margin-top: 5px; }

.mb10 { margin-bottom: 10px; }

.mt10 { margin-top: 10px; }

.mb15 { margin-bottom: 15px; }

.mt15 { margin-top: 15px; }

.mb20 { margin-bottom: 20px; }

.mt20 { margin-top: 20px; }

.mb25 { margin-bottom: 25px; }

.mt25 { margin-top: 25px; }

.mb30 { margin-bottom: 30px; }

.mt30 { margin-top: 30px; }

.mb35 { margin-bottom: 35px; }

.mt35 { margin-top: 35px; }

.mb40 { margin-bottom: 40px; }

.mt40 { margin-top: 40px; }

.mb45 { margin-bottom: 45px; }

.mt45 { margin-top: 45px; }

.mb50 { margin-bottom: 50px; }

.mt50 { margin-top: 50px; }

/* space */
.mt-40 { margin-top: clamp(13px, 3.33333vw, 40px); }

.mb-40 { margin-bottom: clamp(13px, 3.33333vw, 40px); }

.mt-50 { margin-top: clamp(16px, 4.16667vw, 50px); }

.mb-50 { margin-bottom: clamp(16px, 4.16667vw, 50px); }

.mt-60 { margin-top: clamp(19px, 5vw, 60px); }

.mb-60 { margin-bottom: clamp(19px, 5vw, 60px); }

.mt-80 { margin-top: clamp(25px, 6.66667vw, 80px); }

.mb-80 { margin-bottom: clamp(25px, 6.66667vw, 80px); }

.mt-100 { margin-top: clamp(32px, 8.33333vw, 100px); }

.mb-100 { margin-bottom: clamp(32px, 8.33333vw, 100px); }

.mt-120 { margin-top: clamp(38px, 10vw, 120px); }

.mb-120 { margin-bottom: clamp(38px, 10vw, 120px); }

.pt-40 { padding-top: clamp(13px, 3.33333vw, 40px); }

.pb-40 { padding-bottom: clamp(13px, 3.33333vw, 40px); }

.pt-50 { padding-top: clamp(16px, 4.16667vw, 50px); }

.pb-50 { padding-bottom: clamp(16px, 4.16667vw, 50px); }

.pt-60 { padding-top: clamp(19px, 5vw, 60px); }

.pb-60 { padding-bottom: clamp(19px, 5vw, 60px); }

.pt-80 { padding-top: clamp(25px, 6.66667vw, 80px); }

.pb-80 { padding-bottom: clamp(25px, 6.66667vw, 80px); }

.pt-100 { padding-top: clamp(32px, 8.33333vw, 100px); }

.pb-100 { padding-bottom: clamp(32px, 8.33333vw, 100px); }

.pt-120 { padding-top: clamp(38px, 10vw, 120px); }

.pb-120 { padding-bottom: clamp(38px, 10vw, 120px); }

/* -------------------------------
	シャッター　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: #0da4e9; z-index: -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 { 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; animation: shutter_contents 1.2s ease 0.5s alternate forwards; }
  .shutter.shutter_lr.is-active .shutter__contents img { transform: scale(1.005); }
  .shutter.shutter_rl.is-active .shutter__element { 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; animation: shutter_contents 1.2s ease 0.5s alternate forwards; } }
@keyframes shutter_lr_1 { from { transform: scale(0, 1); transform-origin: left top; }
  100% { transform: scale(1, 1); transform-origin: left top; } }
@keyframes shutter_rl_1 { from { transform: scale(0, 1); transform-origin: right top; }
  100% { transform: scale(1, 1); transform-origin: right top; } }
@keyframes shutter_contents { from { opacity: 0; transform: translate3d(0, 0, 0) scale(1.5); }
  40% { opacity: 0.2; }
  90% { opacity: 1; }
  100% { opacity: 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: url("../images/common/bg01.svg") no-repeat center center/100% 100%; z-index: 10; transform: scale(0, 1); }
  .shutter2 .shutter__contents { opacity: 0; height: 100%; }
  .shutter2.shutter_lr.is-active .shutter__element { 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 { animation: shutter2_contents 0s ease 0.6s alternate forwards; }
  .shutter2.shutter_rl.is-active .shutter__element { 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 { animation: shutter2_contents 0s ease .6s alternate forwards; } }
@keyframes shutter2_lr_1 { from { transform: scale(0, 1); transform-origin: left top; }
  100% { transform: scale(1, 1); transform-origin: left top; } }
@keyframes shutter2_lr_2 { from { transform: scale(1, 1); transform-origin: right top; }
  100% { transform: scale(0, 1); transform-origin: right top; } }
@keyframes shutter2_rl_1 { from { transform: scale(0, 1); transform-origin: right top; }
  100% { transform: scale(1, 1); transform-origin: right top; } }
@keyframes shutter2_rl_2 { from { transform: scale(1, 1); transform-origin: left top; }
  100% { transform: scale(0, 1); 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 */