@charset "UTF-8";
/* -------------------------------
	table
-------------------------------- */
table { line-height: 1.5; }

.table-design-1 { width: 100%; border-collapse: collapse; border-spacing: 0; 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: 1.5em 0; }
.table-design-1 > tbody > tr > th { padding-left: 1.5em; position: relative; }
.table-design-1 > tbody > tr > th:after { content: ""; position: absolute; left: 0.25em; top: 1.5em; bottom: 1.5em; width: 0.25em; border-radius: 1em; background-color: #00da1d; }
.table-design-1 > tbody > tr > td { padding-left: 2em; }

.table-design-2 { width: 100%; border-collapse: separate; border-spacing: 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td { padding: 1em; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.table-design-2 > tbody > tr > th { background: #eee; }
.table-design-2 > tbody > tr > td { background-color: #fff; }

@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 { padding: 1em 0.5em; }
  .table-design-1.table-inline tbody > tr > th, .table-design-1.table-inline tbody > tr > td { padding: 0; }
  .table-design-1.table-inline tbody > tr > th + td, .table-design-1.table-inline tbody > tr > td + td { margin-top: .5em; }
  .table-design-1.table-inline tbody > tr > th { padding-left: 1.25em; }
  .table-design-1.table-inline tbody > tr > th:after { top: 0; bottom: 0; } }
/* -------------------------------
	list
-------------------------------- */
.list-num-1 { list-style: none; padding: 0; counter-reset: number; }
.list-num-1 > li { padding-left: 2em; position: relative; }
.list-num-1 > li:before { position: absolute; top: 0; left: 0; counter-increment: number; content: counter(number,cjk-ideographic) "、"; }

/**/
.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-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-inline-md-slash { list-style: none; padding: 0; }

@media print, screen and (min-width: 768px) { .list-inline-md-slash { letter-spacing: -.4em; }
  .list-inline-md-slash > li { letter-spacing: 0.05em; display: inline-block; }
  .list-inline-md-slash > li:after { content: "/"; margin: 0 0.5em; }
  .list-inline-md-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-md-1 { list-style: none; padding-left: 0; }

@media print, screen and (min-width: 768px) { .list-inline-md-1 { letter-spacing: -.4em; margin-left: -1em; margin-right: -1em; }
  .list-inline-md-1 > li { letter-spacing: 0.06em; display: inline-block; padding-left: 1em; padding-right: 1em; }
  .list-inline-md-1.md { margin-left: -0.5em; margin-right: -0.5em; }
  .list-inline-md-1.md > li { padding-left: 0.5em; padding-right: 0.5em; } }
/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
.hr-style-1 { width: 100%; height: 1px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); background-color: #ccc; }

/* -------------------------------
	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_style_1 { margin: 0; height: 100%; }
.figure_style_1 > .photo { margin-bottom: 10px; }

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(svg) */
.img-font { width: auto; height: 1em; }

.photo-style-1 { aspect-ratio: 3/2; border-radius: 10px; overflow: hidden; }
.photo-style-1 img { max-width: inherit; width: 100%; height: 100%; object-fit: cover; }
@media print, screen and (min-width: 768px) { .photo-style-1 { aspect-ratio: auto; display: inline-block; border-radius: 71% 29% 71% 29% / 32% 72% 28% 68%; animation: key-photo-style-1 15s linear infinite; }
  .photo-style-1 img { object-fit: scale-down; } }

@keyframes key-photo-style-1 { 0% { border-radius: 77% 23% 80% 20% / 22% 77% 23% 78%; }
  50% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
  100% { border-radius: 77% 23% 80% 20% / 22% 77% 23% 78%; } }
/* 画像を枠に収める */
.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; position: absolute; left: 0; top: 0; }
.photo-ofi a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; }
.photo-ofi.cover img { object-fit: cover; }

.photo-ofi-1 { width: 100%; aspect-ratio: 4/3; display: block; border-radius: 15px; background-color: #fafafa; overflow: hidden; position: relative; }
.photo-ofi-1 img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: cover; }
.photo-ofi-1 a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; }

/* objectの位置 */
.object-lt { object-position: left top; }

.object-lb { object-position: left bottom; }

.object-rt { object-position: right top; }

.object-rb { object-position: right bottom; }

.object-cc { object-position: center center; }

@media print, screen and (min-width: 576px) { .object-sm-lt { object-position: left top; }
  .object-sm-lb { object-position: left bottom; }
  .object-sm-rt { object-position: right top; }
  .object-sm-rb { object-position: right bottom; }
  .object-sm-cc { object-position: center center; } }
@media print, screen and (min-width: 768px) { .object-md-lt { object-position: left top; }
  .object-md-lb { object-position: left bottom; }
  .object-md-rt { object-position: right top; }
  .object-md-rb { object-position: right bottom; }
  .object-md-cc { object-position: center center; } }
@media print, screen and (min-width: 992px) { .object-lg-lt { object-position: left top; }
  .object-lg-lb { object-position: left bottom; }
  .object-lg-rt { object-position: right top; }
  .object-lg-rb { object-position: right bottom; }
  .object-lg-cc { object-position: center center; } }
@media print, screen and (min-width: 1200px) { .object-xl-lt { object-position: left top; }
  .object-xl-lb { object-position: left bottom; }
  .object-xl-rt { object-position: right top; }
  .object-xl-rb { object-position: right bottom; }
  .object-xl-cc { object-position: center center; } }
/**/
.object-fit-img { max-width: inherit; max-height: inherit; width: 100%; height: 100%; object-fit: scale-down; }
.object-fit-img.cover { object-fit: cover; }

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-rel]:after { content: "\f00e"; position: absolute; left: 50%; top: 50%; z-index: 20; color: #222; font-family: 'Font Awesome 6 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-rel]:hover:after { opacity: 1; }

/* -------------------------------
	btn
-------------------------------- */
.btn-w285 { max-width: 285px; display: block; margin-left: auto; margin-right: auto; }

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

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

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

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

/* -------------------------------
	タグ調整
-------------------------------- */
h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 1.5rem; }

p, ol, ul, dl, table { margin-bottom: 1rem; }
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 { margin-top: 2rem; }
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child { margin-bottom: 0; }

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

ul { padding-left: 1.5em; }

ol { padding-left: 2em; }

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

/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
/* 見出しサイズ 1rem/16px */
.h1 { font-size: 1.75rem; }

.h2 { font-size: 1.5625rem; }

.h3 { font-size: 1.4375rem; }

.h4 { font-size: 1.1875rem; }

.h5 { font-size: 1.0625rem; }

.h6 { font-size: 1rem; }

@media print, screen and (min-width: 768px) { .h1 { font-size: 1.8125rem; }
  .h2 { font-size: 1.6875rem; }
  .h3 { font-size: 1.5rem; }
  .h4 { font-size: 1.25rem; }
  .h5 { font-size: 1.125rem; } }
/* 見出しサイズ 1rem/16px */
@media print, screen and (min-width: 992px) { .h1 { font-size: 2.6875rem; }
  .h2 { font-size: 2.125rem; }
  .h3 { font-size: 1.8125rem; }
  .h4 { font-size: 1.3125rem; }
  .h5 { font-size: 1.125rem; } }
@media print, screen and (min-width: 1200px) { .h1 { font-size: 3.6875rem; }
  .h2 { font-size: 2.625rem; }
  .h3 { font-size: 2rem; }
  .h4 { font-size: 1.5rem; }
  .h5 { font-size: 1.1875rem; } }
.fs-16-20 { font-size: calc(16px + 4 * (100vw - 320px) / 880); }

.fs-20-28 { font-size: calc(20px + 8 * (100vw - 320px) / 880); }

@media print, screen and (min-width: 1200px) { .fs-16-20 { font-size: 20px; }
  .fs-20-28 { font-size: 28px; } }
/* -------------------------------
	main title
-------------------------------- */
.title-1 { color: #00cf1c; display: flex; align-items: center; }
.title-1:after { content: ""; flex: 1; height: 2px; display: block; margin-left: 1em; background: linear-gradient(to right, #00cf1c 0%, rgba(0, 207, 28, 0) 100%); }

.title-2 { font-weight: 500; padding-left: 1em; position: relative; }
.title-2:before { content: ""; position: absolute; left: 0; top: 0; width: 0.25em; height: 100%; border-radius: 1em; background-color: #00cf1c; }

.title-3 { padding-left: 1.2em; position: relative; }
.title-3:before { content: "■"; position: absolute; left: 0; transform: scale(0.875); }

.title-hh-1 { font-size: calc(26px + 10 * (100vw - 320px) / 880); font-weight: 500; }
.title-hh-1 > .txt { display: block; }
.title-hh-1 > .subtxt { color: #00cf1c; font-weight: 700; font-size: calc(15px + 5 * (100vw - 320px) / 880); line-height: 1; display: inline-block; background: linear-gradient(to left, #00cf1c 0%, #006c0f 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
@media print, screen and (min-width: 1200px) { .title-hh-1 { font-size: 36px; }
  .title-hh-1 > .subtxt { font-size: 20px; } }

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl { width: 100%; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
@media print, screen and (min-width: 768px) { .container-fluid-xl { max-width: 1500px; padding-left: calc(50px + 48 * (100vw - 768px) / 732); padding-right: calc(50px + 48 * (100vw - 768px) / 732); } }
@media print, screen and (min-width: 1500px) { .container-fluid-xl { padding-left: 98px; padding-right: 98px; } }

/* --- row --- */
.row-gallery { margin-left: calc(-5px - 10 * (100vw - 320px) / 880); margin-right: calc(-5px - 10 * (100vw - 320px) / 880); }
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] { padding-left: calc(5px + 10 * (100vw - 320px) / 880); padding-right: calc(5px + 10 * (100vw - 320px) / 880); }
@media print, screen and (min-width: 1200px) { .row-gallery { margin-left: -15px; margin-right: -15px; }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] { padding-left: 15px; padding-right: 15px; } }

/* --- form --- */
@media print, screen and (min-width: 768px) { .select-inline { width: auto; display: inline; } }

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

.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%; } }
/* --▼color-- */
/* --▼text-- */
/* --▼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; }

/* --▼margin-- */
.mb-30 { margin-bottom: calc(10px + 20 * (100vw - 320px) / 880); }

@media print, screen and (min-width: 1200px) { .mb-30 { margin-bottom: 30px; } }
/* space */
.mt-50 { margin-top: calc(30px + 20 * (100vw - 320px) / 880); }

.mb-50 { margin-bottom: calc(30px + 20 * (100vw - 320px) / 880); }

.mtb-50 { margin-top: calc(30px + 20 * (100vw - 320px) / 880); margin-bottom: calc(30px + 20 * (100vw - 320px) / 880); }

.mt-60 { margin-top: calc(30px + 30 * (100vw - 320px) / 880); }

.mb-60 { margin-bottom: calc(30px + 30 * (100vw - 320px) / 880); }

.mtb-60 { margin-top: calc(30px + 30 * (100vw - 320px) / 880); margin-bottom: calc(30px + 30 * (100vw - 320px) / 880); }

.mt-70 { margin-top: calc(30px + 40 * (100vw - 320px) / 880); }

.mb-70 { margin-bottom: calc(30px + 40 * (100vw - 320px) / 880); }

.mtb-70 { margin-top: calc(30px + 40 * (100vw - 320px) / 880); margin-bottom: calc(30px + 40 * (100vw - 320px) / 880); }

.mt-80 { margin-top: calc(32px + 48 * (100vw - 320px) / 880); }

.mb-80 { margin-bottom: calc(32px + 48 * (100vw - 320px) / 880); }

.mtb-80 { margin-top: calc(32px + 48 * (100vw - 320px) / 880); margin-bottom: calc(32px + 48 * (100vw - 320px) / 880); }

.mt-90 { margin-top: calc(36px + 54 * (100vw - 320px) / 880); }

.mb-90 { margin-bottom: calc(36px + 54 * (100vw - 320px) / 880); }

.mtb-90 { margin-top: calc(36px + 54 * (100vw - 320px) / 880); margin-bottom: calc(36px + 54 * (100vw - 320px) / 880); }

.mt-100 { margin-top: calc(40px + 60 * (100vw - 320px) / 880); }

.mb-100 { margin-bottom: calc(40px + 60 * (100vw - 320px) / 880); }

.mtb-100 { margin-top: calc(40px + 60 * (100vw - 320px) / 880); margin-bottom: calc(40px + 60 * (100vw - 320px) / 880); }

.mt-120 { margin-top: calc(48px + 72 * (100vw - 320px) / 880); }

.mb-120 { margin-bottom: calc(48px + 72 * (100vw - 320px) / 880); }

.mtb-120 { margin-top: calc(48px + 72 * (100vw - 320px) / 880); margin-bottom: calc(48px + 72 * (100vw - 320px) / 880); }

.pt-50 { padding-top: calc(30px + 20 * (100vw - 320px) / 880); }

.pb-50 { padding-bottom: calc(30px + 20 * (100vw - 320px) / 880); }

.ptb-50 { padding-top: calc(30px + 20 * (100vw - 320px) / 880); padding-bottom: calc(30px + 20 * (100vw - 320px) / 880); }

.pt-60 { padding-top: calc(30px + 30 * (100vw - 320px) / 880); }

.pb-60 { padding-bottom: calc(30px + 30 * (100vw - 320px) / 880); }

.ptb-60 { padding-top: calc(30px + 30 * (100vw - 320px) / 880); padding-bottom: calc(30px + 30 * (100vw - 320px) / 880); }

.pt-70 { padding-top: calc(30px + 40 * (100vw - 320px) / 880); }

.pb-70 { padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); }

.ptb-70 { padding-top: calc(30px + 40 * (100vw - 320px) / 880); padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); }

.pt-80 { padding-top: calc(32px + 48 * (100vw - 320px) / 880); }

.pb-80 { padding-bottom: calc(32px + 48 * (100vw - 320px) / 880); }

.ptb-80 { padding-top: calc(32px + 48 * (100vw - 320px) / 880); padding-bottom: calc(32px + 48 * (100vw - 320px) / 880); }

.pt-90 { padding-top: calc(36px + 54 * (100vw - 320px) / 880); }

.pb-90 { padding-bottom: calc(36px + 54 * (100vw - 320px) / 880); }

.ptb-90 { padding-top: calc(36px + 54 * (100vw - 320px) / 880); padding-bottom: calc(36px + 54 * (100vw - 320px) / 880); }

.pt-100 { padding-top: calc(40px + 60 * (100vw - 320px) / 880); }

.pb-100 { padding-bottom: calc(40px + 60 * (100vw - 320px) / 880); }

.ptb-100 { padding-top: calc(40px + 60 * (100vw - 320px) / 880); padding-bottom: calc(40px + 60 * (100vw - 320px) / 880); }

.pt-120 { padding-top: calc(48px + 72 * (100vw - 320px) / 880); }

.pb-120 { padding-bottom: calc(48px + 72 * (100vw - 320px) / 880); }

.ptb-120 { padding-top: calc(48px + 72 * (100vw - 320px) / 880); padding-bottom: calc(48px + 72 * (100vw - 320px) / 880); }

@media print, screen and (min-width: 992px) { .mt-lg-50 { margin-top: calc(30px + 20 * (100vw - 320px) / 880); }
  .mb-lg-50 { margin-bottom: calc(30px + 20 * (100vw - 320px) / 880); }
  .mtb-lg-50 { margin-top: calc(30px + 20 * (100vw - 320px) / 880); margin-bottom: calc(30px + 20 * (100vw - 320px) / 880); }
  .mt-lg-60 { margin-top: calc(30px + 30 * (100vw - 320px) / 880); }
  .mb-lg-60 { margin-bottom: calc(30px + 30 * (100vw - 320px) / 880); }
  .mtb-lg-60 { margin-top: calc(30px + 30 * (100vw - 320px) / 880); margin-bottom: calc(30px + 30 * (100vw - 320px) / 880); }
  .mt-lg-70 { margin-top: calc(30px + 40 * (100vw - 320px) / 880); }
  .mb-lg-70 { margin-bottom: calc(30px + 40 * (100vw - 320px) / 880); }
  .mtb-lg-70 { margin-top: calc(30px + 40 * (100vw - 320px) / 880); margin-bottom: calc(30px + 40 * (100vw - 320px) / 880); }
  .mt-lg-80 { margin-top: calc(32px + 48 * (100vw - 320px) / 880); }
  .mb-lg-80 { margin-bottom: calc(32px + 48 * (100vw - 320px) / 880); }
  .mtb-lg-80 { margin-top: calc(32px + 48 * (100vw - 320px) / 880); margin-bottom: calc(32px + 48 * (100vw - 320px) / 880); }
  .mt-lg-90 { margin-top: calc(36px + 54 * (100vw - 320px) / 880); }
  .mb-lg-90 { margin-bottom: calc(36px + 54 * (100vw - 320px) / 880); }
  .mtb-lg-90 { margin-top: calc(36px + 54 * (100vw - 320px) / 880); margin-bottom: calc(36px + 54 * (100vw - 320px) / 880); }
  .mt-lg-100 { margin-top: calc(40px + 60 * (100vw - 320px) / 880); }
  .mb-lg-100 { margin-bottom: calc(40px + 60 * (100vw - 320px) / 880); }
  .mtb-lg-100 { margin-top: calc(40px + 60 * (100vw - 320px) / 880); margin-bottom: calc(40px + 60 * (100vw - 320px) / 880); }
  .mt-lg-120 { margin-top: calc(48px + 72 * (100vw - 320px) / 880); }
  .mb-lg-120 { margin-bottom: calc(48px + 72 * (100vw - 320px) / 880); }
  .mtb-lg-120 { margin-top: calc(48px + 72 * (100vw - 320px) / 880); margin-bottom: calc(48px + 72 * (100vw - 320px) / 880); } }
@media print, screen and (min-width: 992px) { .pt-lg-50 { padding-top: calc(30px + 20 * (100vw - 320px) / 880); }
  .pb-lg-50 { padding-bottom: calc(30px + 20 * (100vw - 320px) / 880); }
  .ptb-lg-50 { padding-top: calc(30px + 20 * (100vw - 320px) / 880); padding-bottom: calc(30px + 20 * (100vw - 320px) / 880); }
  .pt-lg-60 { padding-top: calc(30px + 30 * (100vw - 320px) / 880); }
  .pb-lg-60 { padding-bottom: calc(30px + 30 * (100vw - 320px) / 880); }
  .ptb-lg-60 { padding-top: calc(30px + 30 * (100vw - 320px) / 880); padding-bottom: calc(30px + 30 * (100vw - 320px) / 880); }
  .pt-lg-70 { padding-top: calc(30px + 40 * (100vw - 320px) / 880); }
  .pb-lg-70 { padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); }
  .ptb-lg-70 { padding-top: calc(30px + 40 * (100vw - 320px) / 880); padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); }
  .pt-lg-80 { padding-top: calc(32px + 48 * (100vw - 320px) / 880); }
  .pb-lg-80 { padding-bottom: calc(32px + 48 * (100vw - 320px) / 880); }
  .ptb-lg-80 { padding-top: calc(32px + 48 * (100vw - 320px) / 880); padding-bottom: calc(32px + 48 * (100vw - 320px) / 880); }
  .pt-lg-90 { padding-top: calc(36px + 54 * (100vw - 320px) / 880); }
  .pb-lg-90 { padding-bottom: calc(36px + 54 * (100vw - 320px) / 880); }
  .ptb-lg-90 { padding-top: calc(36px + 54 * (100vw - 320px) / 880); padding-bottom: calc(36px + 54 * (100vw - 320px) / 880); }
  .pt-lg-100 { padding-top: calc(40px + 60 * (100vw - 320px) / 880); }
  .pb-lg-100 { padding-bottom: calc(40px + 60 * (100vw - 320px) / 880); }
  .ptb-lg-100 { padding-top: calc(40px + 60 * (100vw - 320px) / 880); padding-bottom: calc(40px + 60 * (100vw - 320px) / 880); }
  .pt-lg-120 { padding-top: calc(48px + 72 * (100vw - 320px) / 880); }
  .pb-lg-120 { padding-bottom: calc(48px + 72 * (100vw - 320px) / 880); }
  .ptb-lg-120 { padding-top: calc(48px + 72 * (100vw - 320px) / 880); padding-bottom: calc(48px + 72 * (100vw - 320px) / 880); } }
@media print, screen and (min-width: 1200px) { .mt-50, .mt-lg-50 { margin-top: 50px; }
  .mb-50, .mb-lg-50 { margin-bottom: 50px; }
  .mtb-50, .mtb-lg-50 { margin-top: 50px; margin-bottom: 50px; }
  .mt-60, .mt-lg-60 { margin-top: 60px; }
  .mb-60, .mb-lg-60 { margin-bottom: 60px; }
  .mtb-60, .mtb-lg-60 { margin-top: 60px; margin-bottom: 60px; }
  .mt-70, .mt-lg-70 { margin-top: 70px; }
  .mb-70, .mb-lg-70 { margin-bottom: 70px; }
  .mtb-70, .mtb-lg-70 { margin-top: 70px; margin-bottom: 70px; }
  .mt-80, .mt-lg-80 { margin-top: 80px; }
  .mb-80, .mb-lg-80 { margin-bottom: 80px; }
  .mtb-80, .mtb-lg-80 { margin-top: 80px; margin-bottom: 80px; }
  .mt-90, .mt-lg-90 { margin-top: 90px; }
  .mb-90, .mb-lg-90 { margin-bottom: 90px; }
  .mtb-90, .mtb-lg-90 { margin-top: 90px; margin-bottom: 90px; }
  .mt-100, .mt-lg-100 { margin-top: 100px; }
  .mb-100, .mb-lg-100 { margin-bottom: 100px; }
  .mtb-100, .mtb-lg-100 { margin-top: 100px; margin-bottom: 100px; }
  .mt-120, .mt-lg-120 { margin-top: 120px; }
  .mb-120, .mb-lg-120 { margin-bottom: 120px; }
  .mtb-120, .mtb-lg-120 { margin-top: 120px; margin-bottom: 120px; } }
@media print, screen and (min-width: 1200px) { .pt-50, .pt-lg-50 { padding-top: 50px; }
  .pb-50, .pb-lg-50 { padding-bottom: 50px; }
  .ptb-50, .ptb-lg-50 { padding-top: 50px; padding-bottom: 50px; }
  .pt-60, .pt-lg-60 { padding-top: 60px; }
  .pb-60, .pb-lg-60 { padding-bottom: 60px; }
  .ptb-60, .ptb-lg-60 { padding-top: 60px; padding-bottom: 60px; }
  .pt-70, .pt-lg-70 { padding-top: 70px; }
  .pb-70, .pb-lg-70 { padding-bottom: 70px; }
  .ptb-70, .ptb-lg-70 { padding-top: 70px; padding-bottom: 70px; }
  .pt-80, .pt-lg-80 { padding-top: 80px; }
  .pb-80, .pb-lg-80 { padding-bottom: 80px; }
  .ptb-80, .ptb-lg-80 { padding-top: 80px; padding-bottom: 80px; }
  .pt-90, .pt-lg-90 { padding-top: 90px; }
  .pb-90, .pb-lg-90 { padding-bottom: 90px; }
  .ptb-90, .ptb-lg-90 { padding-top: 90px; padding-bottom: 90px; }
  .pt-100, .pt-lg-100 { padding-top: 100px; }
  .pb-100, .pb-lg-100 { padding-bottom: 100px; }
  .ptb-100, .ptb-lg-100 { padding-top: 100px; padding-bottom: 100px; }
  .pt-120, .pt-lg-120 { padding-top: 120px; }
  .pb-120, .pb-lg-120 { padding-bottom: 120px; }
  .ptb-120, .ptb-lg-120 { padding-top: 120px; padding-bottom: 120px; } }
/* -------------------------------
	box
-------------------------------- */
.box-style-1 { padding: 20px; padding: clamp(20px, 3.33334vw, 40px) clamp(20px, 4.16667vw, 50px); border-radius: 15px; border-radius: clamp(15px, 2.5vw, 30px); background-color: #bdf5c5; }

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap { position: relative; padding-top: 66.666%; /*これが縦横比*/ height: 0; border-radius: 15px; border-radius: clamp(15px, 8.3334vw, 100px); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15); 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; } }

/* -------------------------------
	動く円
-------------------------------- */
.circle-animation { aspect-ratio: 1/1; position: absolute; }
.circle-animation > span { display: block; width: 100%; height: 100%; opacity: 0.05; background-color: #00cf1c; position: absolute; left: 0; top: 0; z-index: -1; }
.circle-animation .st01 { border-radius: 62% 38% 52% 48% / 42% 41% 59% 58%; animation: uneune1 30s linear infinite; }
.circle-animation .st02 { border-radius: 32% 68% 27% 73% / 52% 48% 52% 48%; animation: uneune2 30s linear infinite; }

@keyframes uneune1 { 0% { transform: rotate(0deg); border-radius: 62% 38% 52% 48% / 42% 41% 59% 58%; }
  50% { border-radius: 29% 71% 28% 72% / 62% 65% 35% 38%; }
  100% { transform: rotate(360deg); border-radius: 62% 38% 52% 48% / 42% 41% 59% 58%; } }
@keyframes uneune2 { 0% { transform: rotate(0deg); border-radius: 32% 68% 27% 73% / 68% 73% 27% 32%; }
  25% { border-radius: 71% 29% 67% 33% / 68% 64% 36% 32%; }
  50% { border-radius: 32% 68% 27% 73% / 68% 73% 27% 32%; }
  75% { border-radius: 50% 50% 34% 66% / 38% 58% 42% 62%; }
  100% { transform: rotate(360deg); border-radius: 32% 68% 27% 73% / 68% 73% 27% 32%; } }
/**/
.scroll-txt { display: flex; align-items: center; white-space: nowrap; }
.scroll-txt .inr { display: flex; animation: flowing 100s linear infinite; transform: translateX(0); }
.scroll-txt .inr > span { display: block; width: 100%; }

@keyframes flowing { 0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); } }
/* -------------------------------
	メインビジュアル
-------------------------------- */
#mainvisual { padding-left: 17.4%; }
#mainvisual .slide-photo { height: 75vw; mask-image: url("../images/home/main_mask.svg"); mask-repeat: no-repeat; mask-position: 0 0; mask-size: 100% 100%; -webkit-mask-image: url("../images/home/main_mask.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-position: 0 0; -webkit-mask-size: 100% 100%; }
#mainvisual .slide-photo img { max-width: inherit; width: 100%; height: 100%; object-fit: cover; }
@media print, screen and (min-width: 992px) { #mainvisual .slide-photo { height: 100vh; min-height: 64px; max-height: 1200px; } }
#mainvisual .contents { display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; left: 5.15%; top: 1vw; z-index: 10; }
#mainvisual .contents .logo { width: 9.6vw; }
#mainvisual .contents .column h2 { color: #00da1d; font-weight: 700; font-size: calc(12px + 38 * (100vw - 320px) / 1180); line-height: 1; margin: 1.7em 0 0; display: inline-block; writing-mode: vertical-rl; }
@media print, screen and (min-width: 1500px) { #mainvisual .contents .column h2 { font-size: 50px; } }

/* -------------------------------
	home
-------------------------------- */
.home_company { position: relative; z-index: 0; }
.home_company .scroll-txt { position: absolute; left: 0; top: 3%; width: 100%; pointer-events: none; mix-blend-mode: multiply; }
@media print, screen and (min-width: 768px) { .home_company .scroll-txt { top: auto; bottom: 3%; } }
.home_company .bg_en_txt { color: #00da1d; font-size: 9.8vw; font-weight: 700; letter-spacing: normal; line-height: 1; text-transform: uppercase; text-align: center; opacity: 0.3; }
.home_company .circle-animation { width: 50vw; left: 5.7%; top: 0; transform: translateY(-36%); }
@media print, screen and (min-width: 768px) { .home_company .circle-animation { width: 23vw; } }
.home_company .contents h2 { font-size: calc(22px + 20 * (100vw - 320px) / 880); line-height: 1.5; padding-top: .5em; }
@media print, screen and (min-width: 1200px) { .home_company .contents h2 { font-size: 42px; } }

/* ---  --- */
.home_features { position: relative; z-index: 0; }
.home_features:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 98%; background: url("../images/common/bg001.svg") no-repeat center center/100% 100%; z-index: -1; }
@media print, screen and (min-width: 768px) { .home_features:before { width: calc(50% - 15px); } }
.home_features .figure_style_1 { max-width: 350px; margin-left: auto; margin-right: auto; }
.home_features .figure_style_1 figcaption .ttl { color: #00cf1c; font-weight: 500; font-size: 18px; text-align: center; margin-bottom: .5em; }
@media print, screen and (min-width: 992px) { .home_features .figure_style_1 figcaption .ttl { font-size: 22px; } }
@media print, screen and (min-width: 768px) { .home_features .type_2 { margin-top: calc(-56px - 24 * (100vw - 320px) / 880); }
  .home_features .type_3 { margin-top: calc(-112px - 48 * (100vw - 320px) / 880); } }
@media print, screen and (min-width: 1200px) { .home_features .type_2 { margin-top: -80px; }
  .home_features .type_3 { margin-top: -160px; } }

/* ---  --- */
.home_contents { position: relative; z-index: 0; }
.home_contents:before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 200%; background: url("../images/common/bg002.svg") no-repeat center center/100% 100%; z-index: -1; }
@media print, screen and (min-width: 768px) { .home_contents:before { width: 81.25%; } }
.home_contents .contents .content .columns { font-size: calc(16px + 2 * (100vw - 320px) / 880); letter-spacing: 0.025em; }
@media print, screen and (min-width: 1200px) { .home_contents .contents .content .columns { font-size: 18px; } }

/* ---  --- */
.home_maker h2 { font-size: calc(26px + 10 * (100vw - 320px) / 880); }
@media print, screen and (min-width: 1200px) { .home_maker h2 { font-size: 36px; } }

/* -------------------------------
	弊社の強み・施工実績
-------------------------------- */
/* --- --- */
.office_sec_1 { position: relative; z-index: 0; }
.office_sec_1 .circle-animation { width: 20%; right: 7%; transform: translateY(-25%); }

.office_before, .office_after { font-size: calc(20px + 30 * (100vw - 320px) / 880); font-weight: 700; line-height: 1; letter-spacing: 0.1em; text-transform: uppercase; text-stroke: 6px #fff; -webkit-text-stroke: 6px #fff; margin-top: -.60em; padding: 0 0.5em; position: relative; pointer-events: none; z-index: 10; }
.office_before:after, .office_after:after { text-stroke: 0px #fff !important; -webkit-text-stroke: 0px #fff !important; padding: 0 0.5em; position: absolute; left: 0; width: 100%; z-index: 10; }
@media print, screen and (min-width: 1200px) { .office_before, .office_after { font-size: 50px; } }

.office_before { color: #999; }
.office_before:after { content: "BEFORE"; color: #999; }

.office_after { color: #00da1d; text-align: right; }
.office_after:after { content: "AFTER"; color: #00da1d; }

/* -------------------------------
	業務内容
-------------------------------- */
.services_wrap { overflow: hidden; position: relative; z-index: 0; }
.services_wrap > .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; z-index: -1; }
.services_wrap > .bg > span { width: 98%; height: 33.33334%; display: block; background: url("../images/common/bg001.svg") no-repeat center center/100% 100%; }
.services_wrap > .bg > span:nth-child(even) { margin-left: auto; transform: scale(-1, 1); }
@media print, screen and (min-width: 768px) { .services_wrap > .bg > span { width: 64%; } }

@media print, screen and (min-width: 768px) { .services_contents .contents { display: flex; flex-direction: column; min-height: 100%; }
  .services_contents .contents .inner { max-width: 540px; margin: auto; } }
@media print, screen and (min-width: 768px) { .services_contents.even .row > div:first-child { order: 13; } }

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact h3 { text-align: center; }
.tel_contact .content { padding: 30px; border-radius: 30px; background-color: rgba(0, 218, 29, 0.15); }
.tel_contact .telphone { font-size: calc(20px + 16 * (100vw - 320px) / 880); text-align: center; display: flex; align-items: center; justify-content: center; }
.tel_contact .telphone i { color: #fff; font-size: 0.66667em; line-height: 2.25; letter-spacing: normal; width: 2.25em; height: 2.25em; border-radius: 50%; margin-right: 0.35em; display: block; background-color: #00cf1c; }
@media print, screen and (min-width: 1200px) { .tel_contact .telphone { font-size: 36px; } }
.tel_contact .subtxt { font-size: 0.9375rem; text-align: center; margin-top: 0.5em; }

#contactform { /**/ }
#contactform .form-control { border-color: #eee; background-color: #f6f6f6; box-shadow: none; }
#contactform .form-control:focus { border-color: #ccc; background-color: #fff; box-shadow: none; }
#contactform .form-control:not(:placeholder-shown) { border-color: #ccc; background-color: #fff; box-shadow: none; }
#contactform .custom-select { box-shadow: none !important; }
#contactform input[type="file"] { font-size: 15px; letter-spacing: normal; }
#contactform input[type="file"]::-webkit-file-upload-button { font-size: 12px; }

#contactform .form-control.red {background-color: #fff4f4;}

/* フォーム用　table */
.table-contact { line-height: 1.75; width: 100%; border-collapse: collapse; text-align: left; border-top: 1px solid #ccc; margin-bottom: 30px; }
.table-contact > tbody > tr { border-bottom: 1px solid #ccc; }
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td { padding: 1em 0; }
.table-contact > tbody > tr > th { width: 15em; padding-left: 1em; }
.table-contact > tbody > tr > th.hisu { background-image: url("../images/common/hisu.svg"); background-repeat: no-repeat; background-position: right center; }
.table-contact > tbody > tr > td { padding-left: 2em; }
.table-contact > tbody > tr > td .sm { width: auto !important; display: inline; }
.table-contact > tbody > tr > td .md { max-width: 360px !important; }
.table-contact > tbody > tr > td .rei { color: #999; font-size: 12px; line-height: normal; display: block; margin: 5px 0 0; }
@media only screen and (max-width: 767px) { .table-contact > tbody > tr { width: 100%; display: block; padding: 1em 0.5em; }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td { width: 100%; display: block; padding: 0; }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td { margin-top: .5em; } }

.img-hisu { margin: -.2em .5em 0 0; }

/*  */
.agree { text-align: center; margin-top: 20px; }

.buttons { text-align: center; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; }
.buttons .btn { font-size: 15px; margin: 0.3125em 0.625em; width: 260px; display: block; cursor: pointer; }
@media print, screen and (min-width: 1200px) { .buttons .btn { font-size: 16px; } }

/* プライバシーポリシー */
#policy { margin-top: 30px; }
#policy .contents { padding: 1.5% 3.4448%; border: solid 1px #ccc; max-height: 300px; word-wrap: break-word; overflow-wrap: break-word; overflow: auto; }
#policy .contents h5 { font-size: 1rem; font-weight: bold; margin: 2rem 0 0; }
#policy .contents p, #policy .contents ol { font-size: 0.9375rem; margin: 1rem 0; }
#policy .contents ol { padding-left: 0; list-style: none; counter-reset: number; }
#policy .contents ol li { padding-left: 2em; margin-bottom: 5px; position: relative; }
#policy .contents ol li:before { position: absolute; top: 0; left: 0; counter-increment: number; content: counter(number) " )"; }

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