@charset "UTF-8";
:root {
  --ltr-space-default: .05em;
  --ltr-space-ttl: .1em;
  --line-height-default: 1.7;
  --line-height-hdr: 1.5;
  --line-height-none: 1;
  --font-primary: "Roboto","こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004";
  --font-secondary: "ヒラギノ角ゴ オールド W3 JIS2004", "Hiragino Sans Old W3 JIS2004";
  --font-secondary--light: "ヒラギノ角ゴ オールド W3 JIS2004", "Hiragino Sans Old W3 JIS2004";
  --font-jp: "Roboto","こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-jp-b: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-jp-en: "Roboto","こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-jp-en-b: "Roboto", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-noto-sans: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --inner: 90%;
  --inner-sp: 90%;
  --inner-max: 1080px;
  --fz-primary: 1.125rem;
  --fz-half: .5rem;
  --clr-main: #009140;
  --clr-txt-sub: #c4d100;
  --clr-body: #3c3939;
  --clr-dark-blue: #101560;
  --clr-link: #333;
  --clr-wht: #fff;
  --clr-blk: #000;
  --bg-main: #009140;
  --bg-sub: #F3F6CC;
  --bg-wht: #fff;
  --bg-off_wht: #dcedfc;
  --bg-blk: #000;
  --btn-bg-main: #3C3939;
  --btn-bg-main-hvr: #009140;
  --btn-bg-cta: var(--clr-main);
  --btn-bg-cta-hvr: #096331;
  --btn-bg-cta-red: #dc559a;
  --btn-bg-cta-red-hvr: #D71379;
  --btn-clr-main: #fff;
  --btn-clr--sec: #fff;
  --btn-clr-line: #c3d000;
  --btn-clr-emr: #ff6d41;
  --btn-clr-emr-hvr: #d85128;
  --btn-clr-wht: #333;
  --btn-bg-wht: #fff;
  --btn-clr-wht-hvr: #fff;
  --btn-bg-wht-hvr: var(--clr-main);
  --brd-main: #009140;
  --bezier: cubic-bezier(0.4, 0.16, 0.34, 0.94);
  --bezier-out: cubic-bezier(0.03, 0.57, 0.34, 0.94);
  --transit-default: all 0.4s ease-out;
  --shadow-defalut: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

/* ##############################################################################

    KEYFRAMES

############################################################################## */
/* ####################################################################################

    このサイト用のmixin

#################################################################################### */
/* タイトル汎用
 ############################### */
/* イージング
 ############################### */
/* ##############################################################################

    style info : リセット及びフォントサイズ

############################################################################## */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  background: #fff;
  color: #333;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-- ClearFix --*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/*隙間消し*/
li img {
  vertical-align: bottom;
}

/* Reset input[type="search"] */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* iOS reset */
input[type=submit] {
  -webkit-appearance: none;
}

@media print, screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  * {
    font-feature-settings: "palt";
  }
}
/* ##############################################################################

    COMMON

############################################################################## */
html {
  font-size: 16px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  html {
    overflow-y: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: var(--font-primary, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif);
  line-height: var(--line-height-default, 1.8);
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: var(--ltr-space-default, 0.08em);
  *font-size: small;
  *font: x-small;
  color: var(--clr-body, #333);
  -webkit-font-smoothing: antialiased;
  height: 100%;
  word-break: break-word;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 47.9375em) {
  body {
    padding-top: 88px;
    -webkit-text-size-adjust: none;
  }
}

ul,
ol {
  list-style: none;
}

small {
  font-size: 0.875rem; /* 14px */
}
@media screen and (max-width: 47.9375em) {
  small {
    font-size: 0.813rem; /* 13px */
  }
}

/*! purgecss start ignore */
a,
a[href="javascript:void(0);"]:hover {
  color: var(--clr-link, #333);
  text-decoration: none;
  transition: var(--transit-default, all 0.2s ease-out);
  outline: none;
}

a[href="javascript:void(0);"],
a[href="javascript:void(0);"]::before {
  color: inherit;
  cursor: default;
  opacity: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*! purgecss end ignore */
a:focus {
  text-decoration: none !important;
}

img {
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  img {
    max-width: 100%;
    height: auto;
  }
}

address,
em,
i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: var(--line-height-hdr, 1.4);
}

svg {
  transition: var(--transit-default, all 0.4s ease-out);
}

/* Wysiwyg editor
 **************************************** */
.mce-content-body ol {
  list-style: decimal;
}

.mce-content-body ul:not(:first-child),
.mce-content-body ol:not(:first-child) {
  margin-top: 1em;
}

.mce-content-body ul:not(:last-child),
.mce-content-body ol:not(:last-child) {
  margin-bottom: 1em;
}

.mce-content-body ul li,
.mce-content-body ol li {
  position: relative;
  margin: 0;
  border-bottom: none;
  padding: 0;
  margin-left: 2em;
  padding-top: 0.5em;
}

.mce-content-body ul li {
  list-style: none;
}

.mce-content-body ul li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -1.3em;
  width: 10px;
  height: 10px;
  border: 1px solid var(--clr-main, #009140);
  background-color: var(--clr-main, #009140);
}

.mce-content-body ul[style="list-style-type: circle;"] li::before {
  background-color: #fff;
}

.mce-content-body ul:not([style="list-style-type: square;"]) li::before {
  border-radius: 50%;
}

.mce-content-body img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}

.mce-content-body hr {
  border-color: #009140;
  border-style: dotted;
}

.mce-content-body .box {
  padding: 24px 32px;
  background-color: var(--bg-sub);
  border-radius: 16px;
  line-height: 2;
}

.mce-content-body .box:not(:first-child) {
  margin-top: 2em;
}

.mce-content-body .box:not(:last-child) {
  margin-bottom: 2em;
}

.mce-content-body .box-wh {
  background-color: var(--bg-wht, #fff);
  border: 0;
}

.mce-content-body .alignleft {
  float: left;
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.mce-content-body .alignright {
  float: right;
  clear: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.mce-content-body .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.mce-content-body img.aligncenter {
  display: block;
}

.mce-content-body .alignleft:last-child,
.mce-content-body .alignright:last-child,
.mce-content-body .aligncenter:last-child {
  margin-bottom: 0;
}

.mce-content-body p {
  letter-spacing: 0.1em;
}

.mce-content-body p:not(:last-child) {
  margin-bottom: 1em;
}

.mce-content-body strong {
  font-weight: bold;
}

.mce-content-body blockquote {
  margin: 1em 0;
  padding: 15px 40px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  font-style: oblique;
  color: #666;
  background-color: #f8f8f8;
}

.mce-content-body blockquote p {
  margin-bottom: 0;
}

.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0.25;
}

.mce-content-body blockquote::before {
  background-image: url("../images/common/icon-quote_left.svg");
  top: 13px;
  left: 10px;
}

.mce-content-body blockquote::after {
  background-image: url("../images/common/icon-quote_right.svg");
  bottom: 13px;
  right: 10px;
}

.mce-content-body a {
  text-decoration: underline;
}

.mce-content-body a:hover {
  text-decoration: none;
}

.mce-content-body .footer_text small {
  display: block;
  margin-top: 8px;
  text-align: right;
}

.mce-content-body table {
  border: none;
  height: auto !important;
}

.mce-content-body table:not(:first-child) {
  margin-top: 1em;
}

.mce-content-body table:not(:last-child) {
  margin-bottom: 1em;
}

.mce-content-body th,
.mce-content-body td,
.mce-content-body tr {
  height: auto !important;
}

.mce-content-body th,
.mce-content-body td {
  padding: 1em;
  border: 1px solid #D3D3D3;
  vertical-align: middle;
}

.mce-content-body th {
  min-width: 120px;
  text-align: left;
}

.mce-content-body sup {
  font-size: 0.75rem; /* 12px */
  color: #555;
}

.bold {
  font-weight: bold;
  color: var(--clr-main, #009140);
}

/* iframe */
.mce-content-body iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}

.mce-content-body iframe:not(:first-child) {
  margin-top: 2em;
}

.mce-content-body iframe:not(:last-child) {
  margin-bottom: 2em;
}

/* table scroll */
.table-sp-scroll {
  white-space: nowrap;
}

.scroll {
  overflow-x: scroll;
  margin-bottom: 1em;
  -webkit-overflow-scrolling: touch;
}

.scroll table {
  margin: 0;
}

.scroll--cap {
  text-align: right;
  margin: 1em 0 0 !important;
  opacity: 0.25;
  font-size: 0.875rem; /* 14px */
}

@media screen and (max-width: 47.9375em) {
  .mce-content-body p:not([class]) {
    text-align: left !important;
  }
  .mce-content-body .alignright,
  .mce-content-body .alignleft {
    width: 100% !important;
    float: none;
    margin: 1em auto;
    display: block;
  }
  .mce-content-body blockquote {
    padding: 15px;
  }
  .mce-content-body blockquote::before {
    top: 0;
    left: 0;
  }
  .mce-content-body blockquote::after {
    bottom: 0;
    right: 0;
  }
  .mce-content-body ul li::before {
    width: 8px;
    height: 8px;
  }
  .mce-content-body table {
    max-width: none !important;
  }
  .mce-content-body th {
    font-weight: bold;
  }
  .mce-content-body th,
  .mce-content-body td {
    padding: 0.5em 1em;
  }
  .table-sp-full {
    width: 100% !important;
  }
  .table-sp-full th,
  .table-sp-full td {
    flex: 1;
  }
  .table-sp-block,
  .table-sp-block th,
  .table-sp-block td {
    width: 100% !important;
  }
  .table-sp-block th,
  .table-sp-block td {
    display: block;
  }
  .mce-content-body .box {
    padding: 24px;
  }
  .mce-content-body iframe[src*="google.com/maps"] {
    aspect-ratio: 4/3;
  }
}
/* 管理画面エディタ用
*************************************************** */
.mce-content-body.wp-editor {
  padding: 24px !important;
  max-height: 100vh !important;
  overflow-y: scroll !important;
}

@media screen and (max-width: 47.9375em) {
  .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2),
  .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2) ~ * {
    display: table-cell;
    width: auto !important;
  }
}
/* add quicktag
*************************************************** */
/* 見出し */
.editor-ttl:not(:first-child),
.editor-ttl2:not(:first-child),
.editor-ttl3:not(:first-child) {
  margin-top: 1em;
}

.editor-ttl:not(:last-child),
.editor-ttl2:not(:last-child),
.editor-ttl3:not(:last-child) {
  margin-bottom: 0.5em;
}

.editor-ttl {
  font-size: 2rem;
  color: var(--clr-main);
  margin-bottom: 1em;
  font-family: var(--font-jp-en-b);
  letter-spacing: var(--ltr-space-ttl);
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl {
    font-size: 1.4285714286rem;
  }
}

.editor-ttl2 {
  font-size: 1.5rem;
  color: var(--clr-blk);
  margin-bottom: 1em;
  font-family: var(--font-jp-en-b);
  letter-spacing: var(--ltr-space-ttl);
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl2 {
    font-size: 1.2857142857rem;
  }
}

.editor-ttl3 {
  font-size: 1.25rem;
  color: var(--clr-blk);
  margin-bottom: 1em;
  font-family: var(--font-jp-en-b);
  letter-spacing: var(--ltr-space-ttl);
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl3 {
    font-size: 1.1428571429rem;
  }
}

/* 注意書き */
.txt-attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.875rem; /* 14px */
  color: #999;
}

.txt-attention::before {
  content: "※";
}

.txt-attention a {
  color: #999;
  text-decoration: underline;
}

/* テーブル */
.mce-content-body table:not(.table1) th,
.table2 th {
  background-color: var(--clr-main, #009140);
  color: var(--clr-wht, #fff);
}

.table1 th,
.table1 td {
  position: relative;
  border: 0;
  padding: 1em 1.5em;
}

.table1 th {
  color: var(--clr-main, #009140);
  font-size: 1.125rem; /* 18px */
  font-family: var(--font-jp-en-b);
  font-weight: 700;
  border-bottom: 1px solid var(--clr-main);
}

.table1 td {
  border-bottom: 1px dotted #9D9C9C;
}

.mce-content-body .table2 {
  border: 1px solid var(--clr-main);
  border-collapse: separate;
  border-radius: 20px;
  overflow: hidden;
}
.mce-content-body .table2 th {
  font-family: var(--font-jp-en-b);
  font-weight: 700;
}
.mce-content-body .table2 th, .mce-content-body .table2 td {
  border: none;
}
.mce-content-body .table2 td {
  background-color: #fff;
}
.mce-content-body .table2 tr:not(:last-child) th {
  border-bottom: 1px dotted #007C3E;
}
.mce-content-body .table2 tr:not(:last-child) td {
  border-bottom: 1px dotted #9D9C9C;
}

.table2 tr:first-child td:first-child,
.table2 tr:first-child tr:first-child { /* 最初のtr(行) かつ、最初の td(列) つまり、1行目1列目に適用*/
  border-radius: 20px 0 0 0; /* 左上から指定してゆく */
}

.table2 tr:first-child td:last-child,
.table2 tr:first-child tr:last-child { /* 最初のtr(行) かつ、最後の td(列) つまり、1行目3列目に適用*/
  border-radius: 0 20px 0 0;
}

.table2 tr:last-child td:first-child,
.table2 tr:last-child tr:first-child { /* 最後のtr(行) かつ、最初の td(列) つまり、3行目1列目に適用*/
  border-radius: 0 0 0 20px;
}

.table2 tr:last-child td:last-child,
.table2 tr:last-child tr:last-child { /* 最後のtr(行) かつ、最後の td(列) つまり、3行目3列目に適用*/
  border-radius: 0 0 20px 0;
}

@media screen and (max-width: 47.9375em) {
  /* テーブル */
  .table2.table-sp-block th,
  .table2.table-sp-block td {
    border-bottom: 0;
  }
  .table2.table-sp-block tr:last-child > *:last-child {
    border-bottom: 1px solid #D3D3D3;
  }
  .table1.table-sp-block td::before {
    display: none;
  }
  /* 注意書き */
  .txt-attention {
    font-size: 0.929rem; /* 13px */
  }
}
/* --- font-size --- */
.fz-8 {
  font-size: 0.5rem;
}

.fz-9 {
  font-size: 0.5625rem;
}

.fz-10 {
  font-size: 0.625rem;
}

.fz-11 {
  font-size: 0.6875rem;
}

.fz-12 {
  font-size: 0.75rem;
}

.fz-13 {
  font-size: 0.8125rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-15 {
  font-size: 0.9375rem;
}

.fz-16 {
  font-size: 1rem;
}

.fz-17 {
  font-size: 1.0625rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-19 {
  font-size: 1.1875rem;
}

.fz-20 {
  font-size: 1.25rem;
}

.fz-21 {
  font-size: 1.3125rem;
}

.fz-22 {
  font-size: 1.375rem;
}

.fz-23 {
  font-size: 1.4375rem;
}

.fz-24 {
  font-size: 1.5rem;
}

.fz-25 {
  font-size: 1.5625rem;
}

.fz-26 {
  font-size: 1.625rem;
}

.fz-27 {
  font-size: 1.6875rem;
}

.fz-28 {
  font-size: 1.75rem;
}

.fz-29 {
  font-size: 1.8125rem;
}

.fz-30 {
  font-size: 1.875rem;
}

.fz-31 {
  font-size: 1.9375rem;
}

.fz-32 {
  font-size: 2rem;
}

.fz-33 {
  font-size: 2.0625rem;
}

.fz-34 {
  font-size: 2.125rem;
}

.fz-35 {
  font-size: 2.1875rem;
}

.fz-36 {
  font-size: 2.25rem;
}

.fz-37 {
  font-size: 2.3125rem;
}

.fz-38 {
  font-size: 2.375rem;
}

.fz-39 {
  font-size: 2.4375rem;
}

.fz-40 {
  font-size: 2.5rem;
}

.fz-41 {
  font-size: 2.5625rem;
}

.fz-42 {
  font-size: 2.625rem;
}

.fz-43 {
  font-size: 2.6875rem;
}

.fz-44 {
  font-size: 2.75rem;
}

.fz-45 {
  font-size: 2.8125rem;
}

.fz-46 {
  font-size: 2.875rem;
}

.fz-47 {
  font-size: 2.9375rem;
}

.fz-48 {
  font-size: 3rem;
}

.fz-49 {
  font-size: 3.0625rem;
}

.fz-50 {
  font-size: 3.125rem;
}

.fz-51 {
  font-size: 3.1875rem;
}

.fz-52 {
  font-size: 3.25rem;
}

.fz-53 {
  font-size: 3.3125rem;
}

.fz-54 {
  font-size: 3.375rem;
}

.fz-55 {
  font-size: 3.4375rem;
}

.fz-56 {
  font-size: 3.5rem;
}

.fz-57 {
  font-size: 3.5625rem;
}

.fz-58 {
  font-size: 3.625rem;
}

.fz-59 {
  font-size: 3.6875rem;
}

.fz-60 {
  font-size: 3.75rem;
}

.fz-61 {
  font-size: 3.8125rem;
}

.fz-62 {
  font-size: 3.875rem;
}

.fz-63 {
  font-size: 3.9375rem;
}

.fz-64 {
  font-size: 4rem;
}

.fz-65 {
  font-size: 4.0625rem;
}

.fz-66 {
  font-size: 4.125rem;
}

.fz-67 {
  font-size: 4.1875rem;
}

.fz-68 {
  font-size: 4.25rem;
}

.fz-69 {
  font-size: 4.3125rem;
}

.fz-70 {
  font-size: 4.375rem;
}

.fz-71 {
  font-size: 4.4375rem;
}

.fz-72 {
  font-size: 4.5rem;
}

.fz-73 {
  font-size: 4.5625rem;
}

.fz-74 {
  font-size: 4.625rem;
}

.fz-75 {
  font-size: 4.6875rem;
}

.fz-76 {
  font-size: 4.75rem;
}

.fz-77 {
  font-size: 4.8125rem;
}

.fz-78 {
  font-size: 4.875rem;
}

.fz-79 {
  font-size: 4.9375rem;
}

.fz-80 {
  font-size: 5rem;
}

.fz-81 {
  font-size: 5.0625rem;
}

.fz-82 {
  font-size: 5.125rem;
}

.fz-83 {
  font-size: 5.1875rem;
}

.fz-84 {
  font-size: 5.25rem;
}

.fz-85 {
  font-size: 5.3125rem;
}

.fz-86 {
  font-size: 5.375rem;
}

.fz-87 {
  font-size: 5.4375rem;
}

.fz-88 {
  font-size: 5.5rem;
}

.fz-89 {
  font-size: 5.5625rem;
}

.fz-90 {
  font-size: 5.625rem;
}

.fz-91 {
  font-size: 5.6875rem;
}

.fz-92 {
  font-size: 5.75rem;
}

.fz-93 {
  font-size: 5.8125rem;
}

.fz-94 {
  font-size: 5.875rem;
}

.fz-95 {
  font-size: 5.9375rem;
}

.fz-96 {
  font-size: 6rem;
}

.fz-97 {
  font-size: 6.0625rem;
}

.fz-98 {
  font-size: 6.125rem;
}

.fz-99 {
  font-size: 6.1875rem;
}

.fz-100 {
  font-size: 6.25rem;
}

.fz-101 {
  font-size: 6.3125rem;
}

.fz-102 {
  font-size: 6.375rem;
}

.fz-103 {
  font-size: 6.4375rem;
}

.fz-104 {
  font-size: 6.5rem;
}

.fz-105 {
  font-size: 6.5625rem;
}

.fz-106 {
  font-size: 6.625rem;
}

.fz-107 {
  font-size: 6.6875rem;
}

.fz-108 {
  font-size: 6.75rem;
}

.fz-109 {
  font-size: 6.8125rem;
}

.fz-110 {
  font-size: 6.875rem;
}

.fz-111 {
  font-size: 6.9375rem;
}

.fz-112 {
  font-size: 7rem;
}

.fz-113 {
  font-size: 7.0625rem;
}

.fz-114 {
  font-size: 7.125rem;
}

.fz-115 {
  font-size: 7.1875rem;
}

.fz-116 {
  font-size: 7.25rem;
}

.fz-117 {
  font-size: 7.3125rem;
}

.fz-118 {
  font-size: 7.375rem;
}

.fz-119 {
  font-size: 7.4375rem;
}

.fz-120 {
  font-size: 7.5rem;
}

.fz-121 {
  font-size: 7.5625rem;
}

.fz-122 {
  font-size: 7.625rem;
}

.fz-123 {
  font-size: 7.6875rem;
}

.fz-124 {
  font-size: 7.75rem;
}

.fz-125 {
  font-size: 7.8125rem;
}

.fz-126 {
  font-size: 7.875rem;
}

.fz-127 {
  font-size: 7.9375rem;
}

.fz-128 {
  font-size: 8rem;
}

.fz-129 {
  font-size: 8.0625rem;
}

.fz-130 {
  font-size: 8.125rem;
}

.fz-131 {
  font-size: 8.1875rem;
}

.fz-132 {
  font-size: 8.25rem;
}

.fz-133 {
  font-size: 8.3125rem;
}

.fz-134 {
  font-size: 8.375rem;
}

.fz-135 {
  font-size: 8.4375rem;
}

.fz-136 {
  font-size: 8.5rem;
}

.fz-137 {
  font-size: 8.5625rem;
}

.fz-138 {
  font-size: 8.625rem;
}

.fz-139 {
  font-size: 8.6875rem;
}

@media screen and (max-width: 47.9375em) {
  .fz-sp-8 {
    font-size: 0.5714285714rem;
  }
  .fz-sp-9 {
    font-size: 0.6428571429rem;
  }
  .fz-sp-10 {
    font-size: 0.7142857143rem;
  }
  .fz-sp-11 {
    font-size: 0.7857142857rem;
  }
  .fz-sp-12 {
    font-size: 0.8571428571rem;
  }
  .fz-sp-13 {
    font-size: 0.9285714286rem;
  }
  .fz-sp-14 {
    font-size: 1rem;
  }
  .fz-sp-15 {
    font-size: 1.0714285714rem;
  }
  .fz-sp-16 {
    font-size: 1.1428571429rem;
  }
  .fz-sp-17 {
    font-size: 1.2142857143rem;
  }
  .fz-sp-18 {
    font-size: 1.2857142857rem;
  }
  .fz-sp-19 {
    font-size: 1.3571428571rem;
  }
  .fz-sp-20 {
    font-size: 1.4285714286rem;
  }
  .fz-sp-21 {
    font-size: 1.5rem;
  }
  .fz-sp-22 {
    font-size: 1.5714285714rem;
  }
  .fz-sp-23 {
    font-size: 1.6428571429rem;
  }
  .fz-sp-24 {
    font-size: 1.7142857143rem;
  }
  .fz-sp-25 {
    font-size: 1.7857142857rem;
  }
  .fz-sp-26 {
    font-size: 1.8571428571rem;
  }
  .fz-sp-27 {
    font-size: 1.9285714286rem;
  }
  .fz-sp-28 {
    font-size: 2rem;
  }
  .fz-sp-29 {
    font-size: 2.0714285714rem;
  }
  .fz-sp-30 {
    font-size: 2.1428571429rem;
  }
  .fz-sp-31 {
    font-size: 2.2142857143rem;
  }
  .fz-sp-32 {
    font-size: 2.2857142857rem;
  }
  .fz-sp-33 {
    font-size: 2.3571428571rem;
  }
  .fz-sp-34 {
    font-size: 2.4285714286rem;
  }
  .fz-sp-35 {
    font-size: 2.5rem;
  }
  .fz-sp-36 {
    font-size: 2.5714285714rem;
  }
  .fz-sp-37 {
    font-size: 2.6428571429rem;
  }
  .fz-sp-38 {
    font-size: 2.7142857143rem;
  }
  .fz-sp-39 {
    font-size: 2.7857142857rem;
  }
}
/* txt
**************************************** */
.txt-lg {
  font-size: 1.125rem; /* 18px */
}

.txt-sm {
  font-size: 0.875rem; /* 14px */
}

.txt-wh,
.txt-wh * {
  color: var(--clr-wht, #fff);
}

.txt-main,
.txt-main * {
  color: var(--clr-main, #009140);
}

.txt-sub,
.txt-sub * {
  color: var(--clr-txt-sub, #eee);
}

/* --- font --- */
.font-jp {
  font-family: var(--font-jp, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif);
}

.font-jp-b {
  font-family: var(--font-jp-b, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", sans-serif);
  font-weight: 700;
}

.font-jp-en {
  font-family: var(--font-jp-en);
}

.font-jp-en-b {
  font-family: var(--font-jp-en-b);
  font-weight: 700;
}

.font-en {
  font-family: var(--font-en, "Roboto", sans-serif);
  font-weight: 500;
}

/* txt
**************************************** */
.txt-ctr,
.txt-ctr-pc {
  text-align: center;
}

.txt-rgt,
.txt-rgt-pc {
  text-align: right;
}

.txt-underline {
  text-decoration: underline;
}

@media screen and (max-width: 47.9375em) {
  .txt-lg {
    font-size: 1.071rem; /* 15px */
  }
  .txt-sm {
    font-size: 0.929rem; /* 13px */
  }
  .txt-ctr-pc,
  .txt-rgt-pc {
    text-align: left;
  }
}
/* letter-spacing
**************************************** */
.ltr-default {
  letter-spacing: var(--ltr-space-default);
}

.ltr-ttl {
  letter-spacing: var(--ltr-space-ttl);
}

/* bg
********************************************** */
.bg-main {
  background-color: var(--bg-main, #009140);
}

.bg-sub {
  background-color: var(--bg-sub);
}

.bg-wh {
  background-color: var(--bg-wht, #fff);
}

.bg-pattern {
  background-image: url(../images/common/pt_bg_02.jpg);
}

.bg-pattern-brush {
  position: relative;
}
.bg-pattern-brush::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  background-image: url(../images/common/pt_bg_02.jpg);
  -webkit-mask-image: url(../images/common/pt_bg_mask.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 180px, rgb(0, 0, 0) 180px, rgb(0, 0, 0) 100%);
  -webkit-mask-mode: luminance;
  mask-image: url(../images/common/pt_bg_mask.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 180px, rgb(0, 0, 0) 180px, rgb(0, 0, 0) 100%);
  mask-mode: luminance;
  z-index: -1;
}
@media screen and (max-width: 47.9375em) {
  .bg-pattern-brush::before {
    top: -72px;
    -webkit-mask-image: url(../images/common/pt_bg_mask.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 50px, rgb(0, 0, 0) 50px, rgb(0, 0, 0) 100%);
    mask-image: url(../images/common/pt_bg_mask.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 50px, rgb(0, 0, 0) 50px, rgb(0, 0, 0) 100%);
    -webkit-mask-size: 100% auto, auto;
    mask-size: 100% auto, auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.bg-dot_circle {
  background-image: url(../images/common/bg-dot-line-circle.svg);
  background-position: top center;
  background-size: 115% auto;
  background-repeat: repeat-y;
}

/* box
********************************************** */
.box-shadow {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 80px;
  border-radius: 24px;
}
@media screen and (max-width: 47.9375em) {
  .box-shadow {
    padding: 32px;
    border-radius: 16px;
  }
}

/* loops
********************************************** */
.lps_sec:nth-child(2n):not([style^=background]) {
  background-image: url(../images/common/pt_bg_02.jpg);
}

.lps_sec:nth-child(2n) {
  z-index: 2;
}
.lps_sec:nth-child(2n)::before, .lps_sec:nth-child(2n)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 145px;
  background-size: 1265px 100%;
  background-position: center;
}
.lps_sec:nth-child(2n)::before {
  background-image: url(../images/common/ttl_sec-top_gr_01.png);
  top: -144px;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec:nth-child(2n)::before {
    height: 80px;
    top: -79px;
  }
}
.lps_sec:nth-child(2n)::after {
  background-image: url(../images/common/ttl_sec-btm_gr_01.png);
  bottom: -144px;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec:nth-child(2n)::after {
    height: 80px;
    bottom: -79px;
  }
}
.lps_sec:nth-child(2n):last-child::after {
  display: none;
}

.lps_sec:nth-child(4n)::before {
  background-image: url(../images/common/ttl_sec-top_gr_02.png);
}
.lps_sec:nth-child(4n)::after {
  background-image: url(../images/common/ttl_sec-btm_gr_02.png);
}

.lps_sec.section_add_bg:nth-child(odd):not(:first-child) {
  background-image: url(../images/common/bg-trees.png);
  background-repeat: repeat-y;
  background-position: right 16px center;
  background-size: min(320px, 16.6vw) auto;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec.section_add_bg:nth-child(odd):not(:first-child) {
    background-image: none;
  }
}

.lps_sec .lps_sec-illust {
  position: absolute;
  top: 0;
  width: 90%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1080px;
  transform: translateY(-100%);
}
@media screen and (max-width: 47.9375em) {
  .lps_sec .lps_sec-illust {
    top: -10px;
  }
}

.lps_sec:nth-child(odd) .lps_sec-illust {
  display: none;
}

.d-block {
  display: block;
}

/* --- pc or sp --- */
.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none-inline {
  display: inline;
}

.sp-none-table {
  display: table;
}

.sp-none-flex {
  display: flex;
}

@media screen and (max-width: 47.9375em) {
  /* --- pc or sp --- */
  .sp-none,
  .sp-none-inline,
  .sp-none-table,
  .sp-none-flex {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .pc-none-inline {
    display: inline;
  }
  .pc-none-table {
    display: table;
  }
  .pc-none-flex {
    display: flex;
  }
}
/* img
********************************************** */
.img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-trim.pos_rel::before {
  content: "";
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-cover.pos_ab {
  inset: 0;
  margin: auto;
}

.img-contain {
  object-fit: contain;
}

.mgn-auto {
  margin: auto;
}

/* --- margin 　古い・削除--- */
.mgn-btm8 {
  margin-bottom: 8px;
}

.mgn-btm16 {
  margin-bottom: 16px;
}

.mgn-btm24 {
  margin-bottom: 24px;
}

.mgn-btm32 {
  margin-bottom: 32px;
}

.mgn-btm40 {
  margin-bottom: 40px;
}

.mgn-btm48 {
  margin-bottom: 48px;
}

.mgn-btm56 {
  margin-bottom: 56px;
}

.mgn-btm64 {
  margin-bottom: 64px;
}

.mgn-btm72 {
  margin-bottom: 72px;
}

.mgn-btm80 {
  margin-bottom: 80px;
}

.mgn-0 {
  margin: 0 rem;
}

.mgn-top0 {
  margin-top: 0 rem;
}

.mgn-rgt0 {
  margin-right: 0 rem;
}

.mgn-btm0 {
  margin-bottom: 0 rem;
}

.mgn-lft0 {
  margin-left: 0 rem;
}

.mgn-1 {
  margin: 0.0625 rem;
}

.mgn-top1 {
  margin-top: 0.0625 rem;
}

.mgn-rgt1 {
  margin-right: 0.0625 rem;
}

.mgn-btm1 {
  margin-bottom: 0.0625 rem;
}

.mgn-lft1 {
  margin-left: 0.0625 rem;
}

.mgn-2 {
  margin: 0.125 rem;
}

.mgn-top2 {
  margin-top: 0.125 rem;
}

.mgn-rgt2 {
  margin-right: 0.125 rem;
}

.mgn-btm2 {
  margin-bottom: 0.125 rem;
}

.mgn-lft2 {
  margin-left: 0.125 rem;
}

.mgn-3 {
  margin: 0.1875 rem;
}

.mgn-top3 {
  margin-top: 0.1875 rem;
}

.mgn-rgt3 {
  margin-right: 0.1875 rem;
}

.mgn-btm3 {
  margin-bottom: 0.1875 rem;
}

.mgn-lft3 {
  margin-left: 0.1875 rem;
}

.mgn-4 {
  margin: 0.25 rem;
}

.mgn-top4 {
  margin-top: 0.25 rem;
}

.mgn-rgt4 {
  margin-right: 0.25 rem;
}

.mgn-btm4 {
  margin-bottom: 0.25 rem;
}

.mgn-lft4 {
  margin-left: 0.25 rem;
}

.mgn-5 {
  margin: 0.3125 rem;
}

.mgn-top5 {
  margin-top: 0.3125 rem;
}

.mgn-rgt5 {
  margin-right: 0.3125 rem;
}

.mgn-btm5 {
  margin-bottom: 0.3125 rem;
}

.mgn-lft5 {
  margin-left: 0.3125 rem;
}

.mgn-6 {
  margin: 0.375 rem;
}

.mgn-top6 {
  margin-top: 0.375 rem;
}

.mgn-rgt6 {
  margin-right: 0.375 rem;
}

.mgn-btm6 {
  margin-bottom: 0.375 rem;
}

.mgn-lft6 {
  margin-left: 0.375 rem;
}

.mgn-7 {
  margin: 0.4375 rem;
}

.mgn-top7 {
  margin-top: 0.4375 rem;
}

.mgn-rgt7 {
  margin-right: 0.4375 rem;
}

.mgn-btm7 {
  margin-bottom: 0.4375 rem;
}

.mgn-lft7 {
  margin-left: 0.4375 rem;
}

.mgn-8 {
  margin: 0.5 rem;
}

.mgn-top8 {
  margin-top: 0.5 rem;
}

.mgn-rgt8 {
  margin-right: 0.5 rem;
}

.mgn-btm8 {
  margin-bottom: 0.5 rem;
}

.mgn-lft8 {
  margin-left: 0.5 rem;
}

.mgn-9 {
  margin: 0.5625 rem;
}

.mgn-top9 {
  margin-top: 0.5625 rem;
}

.mgn-rgt9 {
  margin-right: 0.5625 rem;
}

.mgn-btm9 {
  margin-bottom: 0.5625 rem;
}

.mgn-lft9 {
  margin-left: 0.5625 rem;
}

.mgn-10 {
  margin: 0.625 rem;
}

.mgn-top10 {
  margin-top: 0.625 rem;
}

.mgn-rgt10 {
  margin-right: 0.625 rem;
}

.mgn-btm10 {
  margin-bottom: 0.625 rem;
}

.mgn-lft10 {
  margin-left: 0.625 rem;
}

.mgn-11 {
  margin: 0.6875 rem;
}

.mgn-top11 {
  margin-top: 0.6875 rem;
}

.mgn-rgt11 {
  margin-right: 0.6875 rem;
}

.mgn-btm11 {
  margin-bottom: 0.6875 rem;
}

.mgn-lft11 {
  margin-left: 0.6875 rem;
}

.mgn-12 {
  margin: 0.75 rem;
}

.mgn-top12 {
  margin-top: 0.75 rem;
}

.mgn-rgt12 {
  margin-right: 0.75 rem;
}

.mgn-btm12 {
  margin-bottom: 0.75 rem;
}

.mgn-lft12 {
  margin-left: 0.75 rem;
}

.mgn-13 {
  margin: 0.8125 rem;
}

.mgn-top13 {
  margin-top: 0.8125 rem;
}

.mgn-rgt13 {
  margin-right: 0.8125 rem;
}

.mgn-btm13 {
  margin-bottom: 0.8125 rem;
}

.mgn-lft13 {
  margin-left: 0.8125 rem;
}

.mgn-14 {
  margin: 0.875 rem;
}

.mgn-top14 {
  margin-top: 0.875 rem;
}

.mgn-rgt14 {
  margin-right: 0.875 rem;
}

.mgn-btm14 {
  margin-bottom: 0.875 rem;
}

.mgn-lft14 {
  margin-left: 0.875 rem;
}

.mgn-15 {
  margin: 0.9375 rem;
}

.mgn-top15 {
  margin-top: 0.9375 rem;
}

.mgn-rgt15 {
  margin-right: 0.9375 rem;
}

.mgn-btm15 {
  margin-bottom: 0.9375 rem;
}

.mgn-lft15 {
  margin-left: 0.9375 rem;
}

.mgn-16 {
  margin: 1 rem;
}

.mgn-top16 {
  margin-top: 1 rem;
}

.mgn-rgt16 {
  margin-right: 1 rem;
}

.mgn-btm16 {
  margin-bottom: 1 rem;
}

.mgn-lft16 {
  margin-left: 1 rem;
}

.mgn-17 {
  margin: 1.0625 rem;
}

.mgn-top17 {
  margin-top: 1.0625 rem;
}

.mgn-rgt17 {
  margin-right: 1.0625 rem;
}

.mgn-btm17 {
  margin-bottom: 1.0625 rem;
}

.mgn-lft17 {
  margin-left: 1.0625 rem;
}

.mgn-18 {
  margin: 1.125 rem;
}

.mgn-top18 {
  margin-top: 1.125 rem;
}

.mgn-rgt18 {
  margin-right: 1.125 rem;
}

.mgn-btm18 {
  margin-bottom: 1.125 rem;
}

.mgn-lft18 {
  margin-left: 1.125 rem;
}

.mgn-19 {
  margin: 1.1875 rem;
}

.mgn-top19 {
  margin-top: 1.1875 rem;
}

.mgn-rgt19 {
  margin-right: 1.1875 rem;
}

.mgn-btm19 {
  margin-bottom: 1.1875 rem;
}

.mgn-lft19 {
  margin-left: 1.1875 rem;
}

.mgn-20 {
  margin: 1.25 rem;
}

.mgn-top20 {
  margin-top: 1.25 rem;
}

.mgn-rgt20 {
  margin-right: 1.25 rem;
}

.mgn-btm20 {
  margin-bottom: 1.25 rem;
}

.mgn-lft20 {
  margin-left: 1.25 rem;
}

.mgn-21 {
  margin: 1.3125 rem;
}

.mgn-top21 {
  margin-top: 1.3125 rem;
}

.mgn-rgt21 {
  margin-right: 1.3125 rem;
}

.mgn-btm21 {
  margin-bottom: 1.3125 rem;
}

.mgn-lft21 {
  margin-left: 1.3125 rem;
}

.mgn-22 {
  margin: 1.375 rem;
}

.mgn-top22 {
  margin-top: 1.375 rem;
}

.mgn-rgt22 {
  margin-right: 1.375 rem;
}

.mgn-btm22 {
  margin-bottom: 1.375 rem;
}

.mgn-lft22 {
  margin-left: 1.375 rem;
}

.mgn-23 {
  margin: 1.4375 rem;
}

.mgn-top23 {
  margin-top: 1.4375 rem;
}

.mgn-rgt23 {
  margin-right: 1.4375 rem;
}

.mgn-btm23 {
  margin-bottom: 1.4375 rem;
}

.mgn-lft23 {
  margin-left: 1.4375 rem;
}

.mgn-24 {
  margin: 1.5 rem;
}

.mgn-top24 {
  margin-top: 1.5 rem;
}

.mgn-rgt24 {
  margin-right: 1.5 rem;
}

.mgn-btm24 {
  margin-bottom: 1.5 rem;
}

.mgn-lft24 {
  margin-left: 1.5 rem;
}

.mgn-25 {
  margin: 1.5625 rem;
}

.mgn-top25 {
  margin-top: 1.5625 rem;
}

.mgn-rgt25 {
  margin-right: 1.5625 rem;
}

.mgn-btm25 {
  margin-bottom: 1.5625 rem;
}

.mgn-lft25 {
  margin-left: 1.5625 rem;
}

.mgn-26 {
  margin: 1.625 rem;
}

.mgn-top26 {
  margin-top: 1.625 rem;
}

.mgn-rgt26 {
  margin-right: 1.625 rem;
}

.mgn-btm26 {
  margin-bottom: 1.625 rem;
}

.mgn-lft26 {
  margin-left: 1.625 rem;
}

.mgn-27 {
  margin: 1.6875 rem;
}

.mgn-top27 {
  margin-top: 1.6875 rem;
}

.mgn-rgt27 {
  margin-right: 1.6875 rem;
}

.mgn-btm27 {
  margin-bottom: 1.6875 rem;
}

.mgn-lft27 {
  margin-left: 1.6875 rem;
}

.mgn-28 {
  margin: 1.75 rem;
}

.mgn-top28 {
  margin-top: 1.75 rem;
}

.mgn-rgt28 {
  margin-right: 1.75 rem;
}

.mgn-btm28 {
  margin-bottom: 1.75 rem;
}

.mgn-lft28 {
  margin-left: 1.75 rem;
}

.mgn-29 {
  margin: 1.8125 rem;
}

.mgn-top29 {
  margin-top: 1.8125 rem;
}

.mgn-rgt29 {
  margin-right: 1.8125 rem;
}

.mgn-btm29 {
  margin-bottom: 1.8125 rem;
}

.mgn-lft29 {
  margin-left: 1.8125 rem;
}

.mgn-30 {
  margin: 1.875 rem;
}

.mgn-top30 {
  margin-top: 1.875 rem;
}

.mgn-rgt30 {
  margin-right: 1.875 rem;
}

.mgn-btm30 {
  margin-bottom: 1.875 rem;
}

.mgn-lft30 {
  margin-left: 1.875 rem;
}

.mgn-31 {
  margin: 1.9375 rem;
}

.mgn-top31 {
  margin-top: 1.9375 rem;
}

.mgn-rgt31 {
  margin-right: 1.9375 rem;
}

.mgn-btm31 {
  margin-bottom: 1.9375 rem;
}

.mgn-lft31 {
  margin-left: 1.9375 rem;
}

.mgn-32 {
  margin: 2 rem;
}

.mgn-top32 {
  margin-top: 2 rem;
}

.mgn-rgt32 {
  margin-right: 2 rem;
}

.mgn-btm32 {
  margin-bottom: 2 rem;
}

.mgn-lft32 {
  margin-left: 2 rem;
}

.mgn-33 {
  margin: 2.0625 rem;
}

.mgn-top33 {
  margin-top: 2.0625 rem;
}

.mgn-rgt33 {
  margin-right: 2.0625 rem;
}

.mgn-btm33 {
  margin-bottom: 2.0625 rem;
}

.mgn-lft33 {
  margin-left: 2.0625 rem;
}

.mgn-34 {
  margin: 2.125 rem;
}

.mgn-top34 {
  margin-top: 2.125 rem;
}

.mgn-rgt34 {
  margin-right: 2.125 rem;
}

.mgn-btm34 {
  margin-bottom: 2.125 rem;
}

.mgn-lft34 {
  margin-left: 2.125 rem;
}

.mgn-35 {
  margin: 2.1875 rem;
}

.mgn-top35 {
  margin-top: 2.1875 rem;
}

.mgn-rgt35 {
  margin-right: 2.1875 rem;
}

.mgn-btm35 {
  margin-bottom: 2.1875 rem;
}

.mgn-lft35 {
  margin-left: 2.1875 rem;
}

.mgn-36 {
  margin: 2.25 rem;
}

.mgn-top36 {
  margin-top: 2.25 rem;
}

.mgn-rgt36 {
  margin-right: 2.25 rem;
}

.mgn-btm36 {
  margin-bottom: 2.25 rem;
}

.mgn-lft36 {
  margin-left: 2.25 rem;
}

.mgn-37 {
  margin: 2.3125 rem;
}

.mgn-top37 {
  margin-top: 2.3125 rem;
}

.mgn-rgt37 {
  margin-right: 2.3125 rem;
}

.mgn-btm37 {
  margin-bottom: 2.3125 rem;
}

.mgn-lft37 {
  margin-left: 2.3125 rem;
}

.mgn-38 {
  margin: 2.375 rem;
}

.mgn-top38 {
  margin-top: 2.375 rem;
}

.mgn-rgt38 {
  margin-right: 2.375 rem;
}

.mgn-btm38 {
  margin-bottom: 2.375 rem;
}

.mgn-lft38 {
  margin-left: 2.375 rem;
}

.mgn-39 {
  margin: 2.4375 rem;
}

.mgn-top39 {
  margin-top: 2.4375 rem;
}

.mgn-rgt39 {
  margin-right: 2.4375 rem;
}

.mgn-btm39 {
  margin-bottom: 2.4375 rem;
}

.mgn-lft39 {
  margin-left: 2.4375 rem;
}

.mgn-40 {
  margin: 2.5 rem;
}

.mgn-top40 {
  margin-top: 2.5 rem;
}

.mgn-rgt40 {
  margin-right: 2.5 rem;
}

.mgn-btm40 {
  margin-bottom: 2.5 rem;
}

.mgn-lft40 {
  margin-left: 2.5 rem;
}

.mgn-41 {
  margin: 2.5625 rem;
}

.mgn-top41 {
  margin-top: 2.5625 rem;
}

.mgn-rgt41 {
  margin-right: 2.5625 rem;
}

.mgn-btm41 {
  margin-bottom: 2.5625 rem;
}

.mgn-lft41 {
  margin-left: 2.5625 rem;
}

.mgn-42 {
  margin: 2.625 rem;
}

.mgn-top42 {
  margin-top: 2.625 rem;
}

.mgn-rgt42 {
  margin-right: 2.625 rem;
}

.mgn-btm42 {
  margin-bottom: 2.625 rem;
}

.mgn-lft42 {
  margin-left: 2.625 rem;
}

.mgn-43 {
  margin: 2.6875 rem;
}

.mgn-top43 {
  margin-top: 2.6875 rem;
}

.mgn-rgt43 {
  margin-right: 2.6875 rem;
}

.mgn-btm43 {
  margin-bottom: 2.6875 rem;
}

.mgn-lft43 {
  margin-left: 2.6875 rem;
}

.mgn-44 {
  margin: 2.75 rem;
}

.mgn-top44 {
  margin-top: 2.75 rem;
}

.mgn-rgt44 {
  margin-right: 2.75 rem;
}

.mgn-btm44 {
  margin-bottom: 2.75 rem;
}

.mgn-lft44 {
  margin-left: 2.75 rem;
}

.mgn-45 {
  margin: 2.8125 rem;
}

.mgn-top45 {
  margin-top: 2.8125 rem;
}

.mgn-rgt45 {
  margin-right: 2.8125 rem;
}

.mgn-btm45 {
  margin-bottom: 2.8125 rem;
}

.mgn-lft45 {
  margin-left: 2.8125 rem;
}

.mgn-46 {
  margin: 2.875 rem;
}

.mgn-top46 {
  margin-top: 2.875 rem;
}

.mgn-rgt46 {
  margin-right: 2.875 rem;
}

.mgn-btm46 {
  margin-bottom: 2.875 rem;
}

.mgn-lft46 {
  margin-left: 2.875 rem;
}

.mgn-47 {
  margin: 2.9375 rem;
}

.mgn-top47 {
  margin-top: 2.9375 rem;
}

.mgn-rgt47 {
  margin-right: 2.9375 rem;
}

.mgn-btm47 {
  margin-bottom: 2.9375 rem;
}

.mgn-lft47 {
  margin-left: 2.9375 rem;
}

.mgn-48 {
  margin: 3 rem;
}

.mgn-top48 {
  margin-top: 3 rem;
}

.mgn-rgt48 {
  margin-right: 3 rem;
}

.mgn-btm48 {
  margin-bottom: 3 rem;
}

.mgn-lft48 {
  margin-left: 3 rem;
}

.mgn-49 {
  margin: 3.0625 rem;
}

.mgn-top49 {
  margin-top: 3.0625 rem;
}

.mgn-rgt49 {
  margin-right: 3.0625 rem;
}

.mgn-btm49 {
  margin-bottom: 3.0625 rem;
}

.mgn-lft49 {
  margin-left: 3.0625 rem;
}

.mgn-50 {
  margin: 3.125 rem;
}

.mgn-top50 {
  margin-top: 3.125 rem;
}

.mgn-rgt50 {
  margin-right: 3.125 rem;
}

.mgn-btm50 {
  margin-bottom: 3.125 rem;
}

.mgn-lft50 {
  margin-left: 3.125 rem;
}

.mgn-51 {
  margin: 3.1875 rem;
}

.mgn-top51 {
  margin-top: 3.1875 rem;
}

.mgn-rgt51 {
  margin-right: 3.1875 rem;
}

.mgn-btm51 {
  margin-bottom: 3.1875 rem;
}

.mgn-lft51 {
  margin-left: 3.1875 rem;
}

.mgn-52 {
  margin: 3.25 rem;
}

.mgn-top52 {
  margin-top: 3.25 rem;
}

.mgn-rgt52 {
  margin-right: 3.25 rem;
}

.mgn-btm52 {
  margin-bottom: 3.25 rem;
}

.mgn-lft52 {
  margin-left: 3.25 rem;
}

.mgn-53 {
  margin: 3.3125 rem;
}

.mgn-top53 {
  margin-top: 3.3125 rem;
}

.mgn-rgt53 {
  margin-right: 3.3125 rem;
}

.mgn-btm53 {
  margin-bottom: 3.3125 rem;
}

.mgn-lft53 {
  margin-left: 3.3125 rem;
}

.mgn-54 {
  margin: 3.375 rem;
}

.mgn-top54 {
  margin-top: 3.375 rem;
}

.mgn-rgt54 {
  margin-right: 3.375 rem;
}

.mgn-btm54 {
  margin-bottom: 3.375 rem;
}

.mgn-lft54 {
  margin-left: 3.375 rem;
}

.mgn-55 {
  margin: 3.4375 rem;
}

.mgn-top55 {
  margin-top: 3.4375 rem;
}

.mgn-rgt55 {
  margin-right: 3.4375 rem;
}

.mgn-btm55 {
  margin-bottom: 3.4375 rem;
}

.mgn-lft55 {
  margin-left: 3.4375 rem;
}

.mgn-56 {
  margin: 3.5 rem;
}

.mgn-top56 {
  margin-top: 3.5 rem;
}

.mgn-rgt56 {
  margin-right: 3.5 rem;
}

.mgn-btm56 {
  margin-bottom: 3.5 rem;
}

.mgn-lft56 {
  margin-left: 3.5 rem;
}

.mgn-57 {
  margin: 3.5625 rem;
}

.mgn-top57 {
  margin-top: 3.5625 rem;
}

.mgn-rgt57 {
  margin-right: 3.5625 rem;
}

.mgn-btm57 {
  margin-bottom: 3.5625 rem;
}

.mgn-lft57 {
  margin-left: 3.5625 rem;
}

.mgn-58 {
  margin: 3.625 rem;
}

.mgn-top58 {
  margin-top: 3.625 rem;
}

.mgn-rgt58 {
  margin-right: 3.625 rem;
}

.mgn-btm58 {
  margin-bottom: 3.625 rem;
}

.mgn-lft58 {
  margin-left: 3.625 rem;
}

.mgn-59 {
  margin: 3.6875 rem;
}

.mgn-top59 {
  margin-top: 3.6875 rem;
}

.mgn-rgt59 {
  margin-right: 3.6875 rem;
}

.mgn-btm59 {
  margin-bottom: 3.6875 rem;
}

.mgn-lft59 {
  margin-left: 3.6875 rem;
}

.mgn-60 {
  margin: 3.75 rem;
}

.mgn-top60 {
  margin-top: 3.75 rem;
}

.mgn-rgt60 {
  margin-right: 3.75 rem;
}

.mgn-btm60 {
  margin-bottom: 3.75 rem;
}

.mgn-lft60 {
  margin-left: 3.75 rem;
}

.mgn-61 {
  margin: 3.8125 rem;
}

.mgn-top61 {
  margin-top: 3.8125 rem;
}

.mgn-rgt61 {
  margin-right: 3.8125 rem;
}

.mgn-btm61 {
  margin-bottom: 3.8125 rem;
}

.mgn-lft61 {
  margin-left: 3.8125 rem;
}

.mgn-62 {
  margin: 3.875 rem;
}

.mgn-top62 {
  margin-top: 3.875 rem;
}

.mgn-rgt62 {
  margin-right: 3.875 rem;
}

.mgn-btm62 {
  margin-bottom: 3.875 rem;
}

.mgn-lft62 {
  margin-left: 3.875 rem;
}

.mgn-63 {
  margin: 3.9375 rem;
}

.mgn-top63 {
  margin-top: 3.9375 rem;
}

.mgn-rgt63 {
  margin-right: 3.9375 rem;
}

.mgn-btm63 {
  margin-bottom: 3.9375 rem;
}

.mgn-lft63 {
  margin-left: 3.9375 rem;
}

.mgn-64 {
  margin: 4 rem;
}

.mgn-top64 {
  margin-top: 4 rem;
}

.mgn-rgt64 {
  margin-right: 4 rem;
}

.mgn-btm64 {
  margin-bottom: 4 rem;
}

.mgn-lft64 {
  margin-left: 4 rem;
}

.mgn-65 {
  margin: 4.0625 rem;
}

.mgn-top65 {
  margin-top: 4.0625 rem;
}

.mgn-rgt65 {
  margin-right: 4.0625 rem;
}

.mgn-btm65 {
  margin-bottom: 4.0625 rem;
}

.mgn-lft65 {
  margin-left: 4.0625 rem;
}

.mgn-66 {
  margin: 4.125 rem;
}

.mgn-top66 {
  margin-top: 4.125 rem;
}

.mgn-rgt66 {
  margin-right: 4.125 rem;
}

.mgn-btm66 {
  margin-bottom: 4.125 rem;
}

.mgn-lft66 {
  margin-left: 4.125 rem;
}

.mgn-67 {
  margin: 4.1875 rem;
}

.mgn-top67 {
  margin-top: 4.1875 rem;
}

.mgn-rgt67 {
  margin-right: 4.1875 rem;
}

.mgn-btm67 {
  margin-bottom: 4.1875 rem;
}

.mgn-lft67 {
  margin-left: 4.1875 rem;
}

.mgn-68 {
  margin: 4.25 rem;
}

.mgn-top68 {
  margin-top: 4.25 rem;
}

.mgn-rgt68 {
  margin-right: 4.25 rem;
}

.mgn-btm68 {
  margin-bottom: 4.25 rem;
}

.mgn-lft68 {
  margin-left: 4.25 rem;
}

.mgn-69 {
  margin: 4.3125 rem;
}

.mgn-top69 {
  margin-top: 4.3125 rem;
}

.mgn-rgt69 {
  margin-right: 4.3125 rem;
}

.mgn-btm69 {
  margin-bottom: 4.3125 rem;
}

.mgn-lft69 {
  margin-left: 4.3125 rem;
}

.mgn-70 {
  margin: 4.375 rem;
}

.mgn-top70 {
  margin-top: 4.375 rem;
}

.mgn-rgt70 {
  margin-right: 4.375 rem;
}

.mgn-btm70 {
  margin-bottom: 4.375 rem;
}

.mgn-lft70 {
  margin-left: 4.375 rem;
}

.mgn-71 {
  margin: 4.4375 rem;
}

.mgn-top71 {
  margin-top: 4.4375 rem;
}

.mgn-rgt71 {
  margin-right: 4.4375 rem;
}

.mgn-btm71 {
  margin-bottom: 4.4375 rem;
}

.mgn-lft71 {
  margin-left: 4.4375 rem;
}

.mgn-72 {
  margin: 4.5 rem;
}

.mgn-top72 {
  margin-top: 4.5 rem;
}

.mgn-rgt72 {
  margin-right: 4.5 rem;
}

.mgn-btm72 {
  margin-bottom: 4.5 rem;
}

.mgn-lft72 {
  margin-left: 4.5 rem;
}

.mgn-73 {
  margin: 4.5625 rem;
}

.mgn-top73 {
  margin-top: 4.5625 rem;
}

.mgn-rgt73 {
  margin-right: 4.5625 rem;
}

.mgn-btm73 {
  margin-bottom: 4.5625 rem;
}

.mgn-lft73 {
  margin-left: 4.5625 rem;
}

.mgn-74 {
  margin: 4.625 rem;
}

.mgn-top74 {
  margin-top: 4.625 rem;
}

.mgn-rgt74 {
  margin-right: 4.625 rem;
}

.mgn-btm74 {
  margin-bottom: 4.625 rem;
}

.mgn-lft74 {
  margin-left: 4.625 rem;
}

.mgn-75 {
  margin: 4.6875 rem;
}

.mgn-top75 {
  margin-top: 4.6875 rem;
}

.mgn-rgt75 {
  margin-right: 4.6875 rem;
}

.mgn-btm75 {
  margin-bottom: 4.6875 rem;
}

.mgn-lft75 {
  margin-left: 4.6875 rem;
}

.mgn-76 {
  margin: 4.75 rem;
}

.mgn-top76 {
  margin-top: 4.75 rem;
}

.mgn-rgt76 {
  margin-right: 4.75 rem;
}

.mgn-btm76 {
  margin-bottom: 4.75 rem;
}

.mgn-lft76 {
  margin-left: 4.75 rem;
}

.mgn-77 {
  margin: 4.8125 rem;
}

.mgn-top77 {
  margin-top: 4.8125 rem;
}

.mgn-rgt77 {
  margin-right: 4.8125 rem;
}

.mgn-btm77 {
  margin-bottom: 4.8125 rem;
}

.mgn-lft77 {
  margin-left: 4.8125 rem;
}

.mgn-78 {
  margin: 4.875 rem;
}

.mgn-top78 {
  margin-top: 4.875 rem;
}

.mgn-rgt78 {
  margin-right: 4.875 rem;
}

.mgn-btm78 {
  margin-bottom: 4.875 rem;
}

.mgn-lft78 {
  margin-left: 4.875 rem;
}

.mgn-79 {
  margin: 4.9375 rem;
}

.mgn-top79 {
  margin-top: 4.9375 rem;
}

.mgn-rgt79 {
  margin-right: 4.9375 rem;
}

.mgn-btm79 {
  margin-bottom: 4.9375 rem;
}

.mgn-lft79 {
  margin-left: 4.9375 rem;
}

.mgn-80 {
  margin: 5 rem;
}

.mgn-top80 {
  margin-top: 5 rem;
}

.mgn-rgt80 {
  margin-right: 5 rem;
}

.mgn-btm80 {
  margin-bottom: 5 rem;
}

.mgn-lft80 {
  margin-left: 5 rem;
}

.mgn-81 {
  margin: 5.0625 rem;
}

.mgn-top81 {
  margin-top: 5.0625 rem;
}

.mgn-rgt81 {
  margin-right: 5.0625 rem;
}

.mgn-btm81 {
  margin-bottom: 5.0625 rem;
}

.mgn-lft81 {
  margin-left: 5.0625 rem;
}

.mgn-82 {
  margin: 5.125 rem;
}

.mgn-top82 {
  margin-top: 5.125 rem;
}

.mgn-rgt82 {
  margin-right: 5.125 rem;
}

.mgn-btm82 {
  margin-bottom: 5.125 rem;
}

.mgn-lft82 {
  margin-left: 5.125 rem;
}

.mgn-83 {
  margin: 5.1875 rem;
}

.mgn-top83 {
  margin-top: 5.1875 rem;
}

.mgn-rgt83 {
  margin-right: 5.1875 rem;
}

.mgn-btm83 {
  margin-bottom: 5.1875 rem;
}

.mgn-lft83 {
  margin-left: 5.1875 rem;
}

.mgn-84 {
  margin: 5.25 rem;
}

.mgn-top84 {
  margin-top: 5.25 rem;
}

.mgn-rgt84 {
  margin-right: 5.25 rem;
}

.mgn-btm84 {
  margin-bottom: 5.25 rem;
}

.mgn-lft84 {
  margin-left: 5.25 rem;
}

.mgn-85 {
  margin: 5.3125 rem;
}

.mgn-top85 {
  margin-top: 5.3125 rem;
}

.mgn-rgt85 {
  margin-right: 5.3125 rem;
}

.mgn-btm85 {
  margin-bottom: 5.3125 rem;
}

.mgn-lft85 {
  margin-left: 5.3125 rem;
}

.mgn-86 {
  margin: 5.375 rem;
}

.mgn-top86 {
  margin-top: 5.375 rem;
}

.mgn-rgt86 {
  margin-right: 5.375 rem;
}

.mgn-btm86 {
  margin-bottom: 5.375 rem;
}

.mgn-lft86 {
  margin-left: 5.375 rem;
}

.mgn-87 {
  margin: 5.4375 rem;
}

.mgn-top87 {
  margin-top: 5.4375 rem;
}

.mgn-rgt87 {
  margin-right: 5.4375 rem;
}

.mgn-btm87 {
  margin-bottom: 5.4375 rem;
}

.mgn-lft87 {
  margin-left: 5.4375 rem;
}

.mgn-88 {
  margin: 5.5 rem;
}

.mgn-top88 {
  margin-top: 5.5 rem;
}

.mgn-rgt88 {
  margin-right: 5.5 rem;
}

.mgn-btm88 {
  margin-bottom: 5.5 rem;
}

.mgn-lft88 {
  margin-left: 5.5 rem;
}

.mgn-89 {
  margin: 5.5625 rem;
}

.mgn-top89 {
  margin-top: 5.5625 rem;
}

.mgn-rgt89 {
  margin-right: 5.5625 rem;
}

.mgn-btm89 {
  margin-bottom: 5.5625 rem;
}

.mgn-lft89 {
  margin-left: 5.5625 rem;
}

.mgn-90 {
  margin: 5.625 rem;
}

.mgn-top90 {
  margin-top: 5.625 rem;
}

.mgn-rgt90 {
  margin-right: 5.625 rem;
}

.mgn-btm90 {
  margin-bottom: 5.625 rem;
}

.mgn-lft90 {
  margin-left: 5.625 rem;
}

.mgn-91 {
  margin: 5.6875 rem;
}

.mgn-top91 {
  margin-top: 5.6875 rem;
}

.mgn-rgt91 {
  margin-right: 5.6875 rem;
}

.mgn-btm91 {
  margin-bottom: 5.6875 rem;
}

.mgn-lft91 {
  margin-left: 5.6875 rem;
}

.mgn-92 {
  margin: 5.75 rem;
}

.mgn-top92 {
  margin-top: 5.75 rem;
}

.mgn-rgt92 {
  margin-right: 5.75 rem;
}

.mgn-btm92 {
  margin-bottom: 5.75 rem;
}

.mgn-lft92 {
  margin-left: 5.75 rem;
}

.mgn-93 {
  margin: 5.8125 rem;
}

.mgn-top93 {
  margin-top: 5.8125 rem;
}

.mgn-rgt93 {
  margin-right: 5.8125 rem;
}

.mgn-btm93 {
  margin-bottom: 5.8125 rem;
}

.mgn-lft93 {
  margin-left: 5.8125 rem;
}

.mgn-94 {
  margin: 5.875 rem;
}

.mgn-top94 {
  margin-top: 5.875 rem;
}

.mgn-rgt94 {
  margin-right: 5.875 rem;
}

.mgn-btm94 {
  margin-bottom: 5.875 rem;
}

.mgn-lft94 {
  margin-left: 5.875 rem;
}

.mgn-95 {
  margin: 5.9375 rem;
}

.mgn-top95 {
  margin-top: 5.9375 rem;
}

.mgn-rgt95 {
  margin-right: 5.9375 rem;
}

.mgn-btm95 {
  margin-bottom: 5.9375 rem;
}

.mgn-lft95 {
  margin-left: 5.9375 rem;
}

.mgn-96 {
  margin: 6 rem;
}

.mgn-top96 {
  margin-top: 6 rem;
}

.mgn-rgt96 {
  margin-right: 6 rem;
}

.mgn-btm96 {
  margin-bottom: 6 rem;
}

.mgn-lft96 {
  margin-left: 6 rem;
}

.mgn-97 {
  margin: 6.0625 rem;
}

.mgn-top97 {
  margin-top: 6.0625 rem;
}

.mgn-rgt97 {
  margin-right: 6.0625 rem;
}

.mgn-btm97 {
  margin-bottom: 6.0625 rem;
}

.mgn-lft97 {
  margin-left: 6.0625 rem;
}

.mgn-98 {
  margin: 6.125 rem;
}

.mgn-top98 {
  margin-top: 6.125 rem;
}

.mgn-rgt98 {
  margin-right: 6.125 rem;
}

.mgn-btm98 {
  margin-bottom: 6.125 rem;
}

.mgn-lft98 {
  margin-left: 6.125 rem;
}

.mgn-99 {
  margin: 6.1875 rem;
}

.mgn-top99 {
  margin-top: 6.1875 rem;
}

.mgn-rgt99 {
  margin-right: 6.1875 rem;
}

.mgn-btm99 {
  margin-bottom: 6.1875 rem;
}

.mgn-lft99 {
  margin-left: 6.1875 rem;
}

.mgn-100 {
  margin: 6.25 rem;
}

.mgn-top100 {
  margin-top: 6.25 rem;
}

.mgn-rgt100 {
  margin-right: 6.25 rem;
}

.mgn-btm100 {
  margin-bottom: 6.25 rem;
}

.mgn-lft100 {
  margin-left: 6.25 rem;
}

.mgn-101 {
  margin: 6.3125 rem;
}

.mgn-top101 {
  margin-top: 6.3125 rem;
}

.mgn-rgt101 {
  margin-right: 6.3125 rem;
}

.mgn-btm101 {
  margin-bottom: 6.3125 rem;
}

.mgn-lft101 {
  margin-left: 6.3125 rem;
}

.mgn-102 {
  margin: 6.375 rem;
}

.mgn-top102 {
  margin-top: 6.375 rem;
}

.mgn-rgt102 {
  margin-right: 6.375 rem;
}

.mgn-btm102 {
  margin-bottom: 6.375 rem;
}

.mgn-lft102 {
  margin-left: 6.375 rem;
}

.mgn-103 {
  margin: 6.4375 rem;
}

.mgn-top103 {
  margin-top: 6.4375 rem;
}

.mgn-rgt103 {
  margin-right: 6.4375 rem;
}

.mgn-btm103 {
  margin-bottom: 6.4375 rem;
}

.mgn-lft103 {
  margin-left: 6.4375 rem;
}

.mgn-104 {
  margin: 6.5 rem;
}

.mgn-top104 {
  margin-top: 6.5 rem;
}

.mgn-rgt104 {
  margin-right: 6.5 rem;
}

.mgn-btm104 {
  margin-bottom: 6.5 rem;
}

.mgn-lft104 {
  margin-left: 6.5 rem;
}

.mgn-105 {
  margin: 6.5625 rem;
}

.mgn-top105 {
  margin-top: 6.5625 rem;
}

.mgn-rgt105 {
  margin-right: 6.5625 rem;
}

.mgn-btm105 {
  margin-bottom: 6.5625 rem;
}

.mgn-lft105 {
  margin-left: 6.5625 rem;
}

.mgn-106 {
  margin: 6.625 rem;
}

.mgn-top106 {
  margin-top: 6.625 rem;
}

.mgn-rgt106 {
  margin-right: 6.625 rem;
}

.mgn-btm106 {
  margin-bottom: 6.625 rem;
}

.mgn-lft106 {
  margin-left: 6.625 rem;
}

.mgn-107 {
  margin: 6.6875 rem;
}

.mgn-top107 {
  margin-top: 6.6875 rem;
}

.mgn-rgt107 {
  margin-right: 6.6875 rem;
}

.mgn-btm107 {
  margin-bottom: 6.6875 rem;
}

.mgn-lft107 {
  margin-left: 6.6875 rem;
}

.mgn-108 {
  margin: 6.75 rem;
}

.mgn-top108 {
  margin-top: 6.75 rem;
}

.mgn-rgt108 {
  margin-right: 6.75 rem;
}

.mgn-btm108 {
  margin-bottom: 6.75 rem;
}

.mgn-lft108 {
  margin-left: 6.75 rem;
}

.mgn-109 {
  margin: 6.8125 rem;
}

.mgn-top109 {
  margin-top: 6.8125 rem;
}

.mgn-rgt109 {
  margin-right: 6.8125 rem;
}

.mgn-btm109 {
  margin-bottom: 6.8125 rem;
}

.mgn-lft109 {
  margin-left: 6.8125 rem;
}

.mgn-110 {
  margin: 6.875 rem;
}

.mgn-top110 {
  margin-top: 6.875 rem;
}

.mgn-rgt110 {
  margin-right: 6.875 rem;
}

.mgn-btm110 {
  margin-bottom: 6.875 rem;
}

.mgn-lft110 {
  margin-left: 6.875 rem;
}

.mgn-111 {
  margin: 6.9375 rem;
}

.mgn-top111 {
  margin-top: 6.9375 rem;
}

.mgn-rgt111 {
  margin-right: 6.9375 rem;
}

.mgn-btm111 {
  margin-bottom: 6.9375 rem;
}

.mgn-lft111 {
  margin-left: 6.9375 rem;
}

.mgn-112 {
  margin: 7 rem;
}

.mgn-top112 {
  margin-top: 7 rem;
}

.mgn-rgt112 {
  margin-right: 7 rem;
}

.mgn-btm112 {
  margin-bottom: 7 rem;
}

.mgn-lft112 {
  margin-left: 7 rem;
}

.mgn-113 {
  margin: 7.0625 rem;
}

.mgn-top113 {
  margin-top: 7.0625 rem;
}

.mgn-rgt113 {
  margin-right: 7.0625 rem;
}

.mgn-btm113 {
  margin-bottom: 7.0625 rem;
}

.mgn-lft113 {
  margin-left: 7.0625 rem;
}

.mgn-114 {
  margin: 7.125 rem;
}

.mgn-top114 {
  margin-top: 7.125 rem;
}

.mgn-rgt114 {
  margin-right: 7.125 rem;
}

.mgn-btm114 {
  margin-bottom: 7.125 rem;
}

.mgn-lft114 {
  margin-left: 7.125 rem;
}

.mgn-115 {
  margin: 7.1875 rem;
}

.mgn-top115 {
  margin-top: 7.1875 rem;
}

.mgn-rgt115 {
  margin-right: 7.1875 rem;
}

.mgn-btm115 {
  margin-bottom: 7.1875 rem;
}

.mgn-lft115 {
  margin-left: 7.1875 rem;
}

.mgn-116 {
  margin: 7.25 rem;
}

.mgn-top116 {
  margin-top: 7.25 rem;
}

.mgn-rgt116 {
  margin-right: 7.25 rem;
}

.mgn-btm116 {
  margin-bottom: 7.25 rem;
}

.mgn-lft116 {
  margin-left: 7.25 rem;
}

.mgn-117 {
  margin: 7.3125 rem;
}

.mgn-top117 {
  margin-top: 7.3125 rem;
}

.mgn-rgt117 {
  margin-right: 7.3125 rem;
}

.mgn-btm117 {
  margin-bottom: 7.3125 rem;
}

.mgn-lft117 {
  margin-left: 7.3125 rem;
}

.mgn-118 {
  margin: 7.375 rem;
}

.mgn-top118 {
  margin-top: 7.375 rem;
}

.mgn-rgt118 {
  margin-right: 7.375 rem;
}

.mgn-btm118 {
  margin-bottom: 7.375 rem;
}

.mgn-lft118 {
  margin-left: 7.375 rem;
}

.mgn-119 {
  margin: 7.4375 rem;
}

.mgn-top119 {
  margin-top: 7.4375 rem;
}

.mgn-rgt119 {
  margin-right: 7.4375 rem;
}

.mgn-btm119 {
  margin-bottom: 7.4375 rem;
}

.mgn-lft119 {
  margin-left: 7.4375 rem;
}

.mgn-120 {
  margin: 7.5 rem;
}

.mgn-top120 {
  margin-top: 7.5 rem;
}

.mgn-rgt120 {
  margin-right: 7.5 rem;
}

.mgn-btm120 {
  margin-bottom: 7.5 rem;
}

.mgn-lft120 {
  margin-left: 7.5 rem;
}

.mgn-121 {
  margin: 7.5625 rem;
}

.mgn-top121 {
  margin-top: 7.5625 rem;
}

.mgn-rgt121 {
  margin-right: 7.5625 rem;
}

.mgn-btm121 {
  margin-bottom: 7.5625 rem;
}

.mgn-lft121 {
  margin-left: 7.5625 rem;
}

.mgn-122 {
  margin: 7.625 rem;
}

.mgn-top122 {
  margin-top: 7.625 rem;
}

.mgn-rgt122 {
  margin-right: 7.625 rem;
}

.mgn-btm122 {
  margin-bottom: 7.625 rem;
}

.mgn-lft122 {
  margin-left: 7.625 rem;
}

.mgn-123 {
  margin: 7.6875 rem;
}

.mgn-top123 {
  margin-top: 7.6875 rem;
}

.mgn-rgt123 {
  margin-right: 7.6875 rem;
}

.mgn-btm123 {
  margin-bottom: 7.6875 rem;
}

.mgn-lft123 {
  margin-left: 7.6875 rem;
}

.mgn-124 {
  margin: 7.75 rem;
}

.mgn-top124 {
  margin-top: 7.75 rem;
}

.mgn-rgt124 {
  margin-right: 7.75 rem;
}

.mgn-btm124 {
  margin-bottom: 7.75 rem;
}

.mgn-lft124 {
  margin-left: 7.75 rem;
}

.mgn-125 {
  margin: 7.8125 rem;
}

.mgn-top125 {
  margin-top: 7.8125 rem;
}

.mgn-rgt125 {
  margin-right: 7.8125 rem;
}

.mgn-btm125 {
  margin-bottom: 7.8125 rem;
}

.mgn-lft125 {
  margin-left: 7.8125 rem;
}

.mgn-126 {
  margin: 7.875 rem;
}

.mgn-top126 {
  margin-top: 7.875 rem;
}

.mgn-rgt126 {
  margin-right: 7.875 rem;
}

.mgn-btm126 {
  margin-bottom: 7.875 rem;
}

.mgn-lft126 {
  margin-left: 7.875 rem;
}

.mgn-127 {
  margin: 7.9375 rem;
}

.mgn-top127 {
  margin-top: 7.9375 rem;
}

.mgn-rgt127 {
  margin-right: 7.9375 rem;
}

.mgn-btm127 {
  margin-bottom: 7.9375 rem;
}

.mgn-lft127 {
  margin-left: 7.9375 rem;
}

.mgn-128 {
  margin: 8 rem;
}

.mgn-top128 {
  margin-top: 8 rem;
}

.mgn-rgt128 {
  margin-right: 8 rem;
}

.mgn-btm128 {
  margin-bottom: 8 rem;
}

.mgn-lft128 {
  margin-left: 8 rem;
}

.mgn-129 {
  margin: 8.0625 rem;
}

.mgn-top129 {
  margin-top: 8.0625 rem;
}

.mgn-rgt129 {
  margin-right: 8.0625 rem;
}

.mgn-btm129 {
  margin-bottom: 8.0625 rem;
}

.mgn-lft129 {
  margin-left: 8.0625 rem;
}

.mgn-130 {
  margin: 8.125 rem;
}

.mgn-top130 {
  margin-top: 8.125 rem;
}

.mgn-rgt130 {
  margin-right: 8.125 rem;
}

.mgn-btm130 {
  margin-bottom: 8.125 rem;
}

.mgn-lft130 {
  margin-left: 8.125 rem;
}

.mgn-131 {
  margin: 8.1875 rem;
}

.mgn-top131 {
  margin-top: 8.1875 rem;
}

.mgn-rgt131 {
  margin-right: 8.1875 rem;
}

.mgn-btm131 {
  margin-bottom: 8.1875 rem;
}

.mgn-lft131 {
  margin-left: 8.1875 rem;
}

.mgn-132 {
  margin: 8.25 rem;
}

.mgn-top132 {
  margin-top: 8.25 rem;
}

.mgn-rgt132 {
  margin-right: 8.25 rem;
}

.mgn-btm132 {
  margin-bottom: 8.25 rem;
}

.mgn-lft132 {
  margin-left: 8.25 rem;
}

.mgn-133 {
  margin: 8.3125 rem;
}

.mgn-top133 {
  margin-top: 8.3125 rem;
}

.mgn-rgt133 {
  margin-right: 8.3125 rem;
}

.mgn-btm133 {
  margin-bottom: 8.3125 rem;
}

.mgn-lft133 {
  margin-left: 8.3125 rem;
}

.mgn-134 {
  margin: 8.375 rem;
}

.mgn-top134 {
  margin-top: 8.375 rem;
}

.mgn-rgt134 {
  margin-right: 8.375 rem;
}

.mgn-btm134 {
  margin-bottom: 8.375 rem;
}

.mgn-lft134 {
  margin-left: 8.375 rem;
}

.mgn-135 {
  margin: 8.4375 rem;
}

.mgn-top135 {
  margin-top: 8.4375 rem;
}

.mgn-rgt135 {
  margin-right: 8.4375 rem;
}

.mgn-btm135 {
  margin-bottom: 8.4375 rem;
}

.mgn-lft135 {
  margin-left: 8.4375 rem;
}

.mgn-136 {
  margin: 8.5 rem;
}

.mgn-top136 {
  margin-top: 8.5 rem;
}

.mgn-rgt136 {
  margin-right: 8.5 rem;
}

.mgn-btm136 {
  margin-bottom: 8.5 rem;
}

.mgn-lft136 {
  margin-left: 8.5 rem;
}

.mgn-137 {
  margin: 8.5625 rem;
}

.mgn-top137 {
  margin-top: 8.5625 rem;
}

.mgn-rgt137 {
  margin-right: 8.5625 rem;
}

.mgn-btm137 {
  margin-bottom: 8.5625 rem;
}

.mgn-lft137 {
  margin-left: 8.5625 rem;
}

.mgn-138 {
  margin: 8.625 rem;
}

.mgn-top138 {
  margin-top: 8.625 rem;
}

.mgn-rgt138 {
  margin-right: 8.625 rem;
}

.mgn-btm138 {
  margin-bottom: 8.625 rem;
}

.mgn-lft138 {
  margin-left: 8.625 rem;
}

.mgn-139 {
  margin: 8.6875 rem;
}

.mgn-top139 {
  margin-top: 8.6875 rem;
}

.mgn-rgt139 {
  margin-right: 8.6875 rem;
}

.mgn-btm139 {
  margin-bottom: 8.6875 rem;
}

.mgn-lft139 {
  margin-left: 8.6875 rem;
}

.mgn-140 {
  margin: 8.75 rem;
}

.mgn-top140 {
  margin-top: 8.75 rem;
}

.mgn-rgt140 {
  margin-right: 8.75 rem;
}

.mgn-btm140 {
  margin-bottom: 8.75 rem;
}

.mgn-lft140 {
  margin-left: 8.75 rem;
}

.mgn-141 {
  margin: 8.8125 rem;
}

.mgn-top141 {
  margin-top: 8.8125 rem;
}

.mgn-rgt141 {
  margin-right: 8.8125 rem;
}

.mgn-btm141 {
  margin-bottom: 8.8125 rem;
}

.mgn-lft141 {
  margin-left: 8.8125 rem;
}

.mgn-142 {
  margin: 8.875 rem;
}

.mgn-top142 {
  margin-top: 8.875 rem;
}

.mgn-rgt142 {
  margin-right: 8.875 rem;
}

.mgn-btm142 {
  margin-bottom: 8.875 rem;
}

.mgn-lft142 {
  margin-left: 8.875 rem;
}

.mgn-143 {
  margin: 8.9375 rem;
}

.mgn-top143 {
  margin-top: 8.9375 rem;
}

.mgn-rgt143 {
  margin-right: 8.9375 rem;
}

.mgn-btm143 {
  margin-bottom: 8.9375 rem;
}

.mgn-lft143 {
  margin-left: 8.9375 rem;
}

.mgn-144 {
  margin: 9 rem;
}

.mgn-top144 {
  margin-top: 9 rem;
}

.mgn-rgt144 {
  margin-right: 9 rem;
}

.mgn-btm144 {
  margin-bottom: 9 rem;
}

.mgn-lft144 {
  margin-left: 9 rem;
}

.mgn-145 {
  margin: 9.0625 rem;
}

.mgn-top145 {
  margin-top: 9.0625 rem;
}

.mgn-rgt145 {
  margin-right: 9.0625 rem;
}

.mgn-btm145 {
  margin-bottom: 9.0625 rem;
}

.mgn-lft145 {
  margin-left: 9.0625 rem;
}

.mgn-146 {
  margin: 9.125 rem;
}

.mgn-top146 {
  margin-top: 9.125 rem;
}

.mgn-rgt146 {
  margin-right: 9.125 rem;
}

.mgn-btm146 {
  margin-bottom: 9.125 rem;
}

.mgn-lft146 {
  margin-left: 9.125 rem;
}

.mgn-147 {
  margin: 9.1875 rem;
}

.mgn-top147 {
  margin-top: 9.1875 rem;
}

.mgn-rgt147 {
  margin-right: 9.1875 rem;
}

.mgn-btm147 {
  margin-bottom: 9.1875 rem;
}

.mgn-lft147 {
  margin-left: 9.1875 rem;
}

.mgn-148 {
  margin: 9.25 rem;
}

.mgn-top148 {
  margin-top: 9.25 rem;
}

.mgn-rgt148 {
  margin-right: 9.25 rem;
}

.mgn-btm148 {
  margin-bottom: 9.25 rem;
}

.mgn-lft148 {
  margin-left: 9.25 rem;
}

.mgn-149 {
  margin: 9.3125 rem;
}

.mgn-top149 {
  margin-top: 9.3125 rem;
}

.mgn-rgt149 {
  margin-right: 9.3125 rem;
}

.mgn-btm149 {
  margin-bottom: 9.3125 rem;
}

.mgn-lft149 {
  margin-left: 9.3125 rem;
}

.mgn-150 {
  margin: 9.375 rem;
}

.mgn-top150 {
  margin-top: 9.375 rem;
}

.mgn-rgt150 {
  margin-right: 9.375 rem;
}

.mgn-btm150 {
  margin-bottom: 9.375 rem;
}

.mgn-lft150 {
  margin-left: 9.375 rem;
}

@media screen and (max-width: 47.9375em) {
  /* --- margin --- 古い・削除*/
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24 {
    margin-bottom: 16px;
  }
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 24px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56 {
    margin-bottom: 32px;
  }
  .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72 {
    margin-bottom: 40px;
  }
  .mgn-btm80 {
    margin-bottom: 40px;
  }
}
.mgn-0_em {
  margin: 0em;
}

.mgn-top0_em {
  margin-top: 0em;
}

.mgn-rgt0_em {
  margin-right: 0em;
}

.mgn-btm0_em {
  margin-bottom: 0em;
}

.mgn-lft0_em {
  margin-left: 0em;
}

.mgn-1_em {
  margin: 1em;
}

.mgn-top1_em {
  margin-top: 1em;
}

.mgn-rgt1_em {
  margin-right: 1em;
}

.mgn-btm1_em {
  margin-bottom: 1em;
}

.mgn-lft1_em {
  margin-left: 1em;
}

.mgn-2_em {
  margin: 2em;
}

.mgn-top2_em {
  margin-top: 2em;
}

.mgn-rgt2_em {
  margin-right: 2em;
}

.mgn-btm2_em {
  margin-bottom: 2em;
}

.mgn-lft2_em {
  margin-left: 2em;
}

.mgn-3_em {
  margin: 3em;
}

.mgn-top3_em {
  margin-top: 3em;
}

.mgn-rgt3_em {
  margin-right: 3em;
}

.mgn-btm3_em {
  margin-bottom: 3em;
}

.mgn-lft3_em {
  margin-left: 3em;
}

.mgn-4_em {
  margin: 4em;
}

.mgn-top4_em {
  margin-top: 4em;
}

.mgn-rgt4_em {
  margin-right: 4em;
}

.mgn-btm4_em {
  margin-bottom: 4em;
}

.mgn-lft4_em {
  margin-left: 4em;
}

.mgn-5_em {
  margin: 5em;
}

.mgn-top5_em {
  margin-top: 5em;
}

.mgn-rgt5_em {
  margin-right: 5em;
}

.mgn-btm5_em {
  margin-bottom: 5em;
}

.mgn-lft5_em {
  margin-left: 5em;
}

.mgn-6_em {
  margin: 6em;
}

.mgn-top6_em {
  margin-top: 6em;
}

.mgn-rgt6_em {
  margin-right: 6em;
}

.mgn-btm6_em {
  margin-bottom: 6em;
}

.mgn-lft6_em {
  margin-left: 6em;
}

.mgn-7_em {
  margin: 7em;
}

.mgn-top7_em {
  margin-top: 7em;
}

.mgn-rgt7_em {
  margin-right: 7em;
}

.mgn-btm7_em {
  margin-bottom: 7em;
}

.mgn-lft7_em {
  margin-left: 7em;
}

.mgn-8_em {
  margin: 8em;
}

.mgn-top8_em {
  margin-top: 8em;
}

.mgn-rgt8_em {
  margin-right: 8em;
}

.mgn-btm8_em {
  margin-bottom: 8em;
}

.mgn-lft8_em {
  margin-left: 8em;
}

.mgn-9_em {
  margin: 9em;
}

.mgn-top9_em {
  margin-top: 9em;
}

.mgn-rgt9_em {
  margin-right: 9em;
}

.mgn-btm9_em {
  margin-bottom: 9em;
}

.mgn-lft9_em {
  margin-left: 9em;
}

.mgn-10_em {
  margin: 10em;
}

.mgn-top10_em {
  margin-top: 10em;
}

.mgn-rgt10_em {
  margin-right: 10em;
}

.mgn-btm10_em {
  margin-bottom: 10em;
}

.mgn-lft10_em {
  margin-left: 10em;
}

.mgn-11_em {
  margin: 11em;
}

.mgn-top11_em {
  margin-top: 11em;
}

.mgn-rgt11_em {
  margin-right: 11em;
}

.mgn-btm11_em {
  margin-bottom: 11em;
}

.mgn-lft11_em {
  margin-left: 11em;
}

.mgn-12_em {
  margin: 12em;
}

.mgn-top12_em {
  margin-top: 12em;
}

.mgn-rgt12_em {
  margin-right: 12em;
}

.mgn-btm12_em {
  margin-bottom: 12em;
}

.mgn-lft12_em {
  margin-left: 12em;
}

.mgn-13_em {
  margin: 13em;
}

.mgn-top13_em {
  margin-top: 13em;
}

.mgn-rgt13_em {
  margin-right: 13em;
}

.mgn-btm13_em {
  margin-bottom: 13em;
}

.mgn-lft13_em {
  margin-left: 13em;
}

.mgn-14_em {
  margin: 14em;
}

.mgn-top14_em {
  margin-top: 14em;
}

.mgn-rgt14_em {
  margin-right: 14em;
}

.mgn-btm14_em {
  margin-bottom: 14em;
}

.mgn-lft14_em {
  margin-left: 14em;
}

.mgn-15_em {
  margin: 15em;
}

.mgn-top15_em {
  margin-top: 15em;
}

.mgn-rgt15_em {
  margin-right: 15em;
}

.mgn-btm15_em {
  margin-bottom: 15em;
}

.mgn-lft15_em {
  margin-left: 15em;
}

.pdg-0 {
  padding: 0px;
}

.pdg-top0 {
  padding-top: 0px;
}

.pdg-rgt0 {
  padding-right: 0px;
}

.pdg-btm0 {
  padding-bottom: 0px;
}

.pdg-lft0 {
  padding-left: 0px;
}

.pdg-1 {
  padding: 1px;
}

.pdg-top1 {
  padding-top: 1px;
}

.pdg-rgt1 {
  padding-right: 1px;
}

.pdg-btm1 {
  padding-bottom: 1px;
}

.pdg-lft1 {
  padding-left: 1px;
}

.pdg-2 {
  padding: 2px;
}

.pdg-top2 {
  padding-top: 2px;
}

.pdg-rgt2 {
  padding-right: 2px;
}

.pdg-btm2 {
  padding-bottom: 2px;
}

.pdg-lft2 {
  padding-left: 2px;
}

.pdg-3 {
  padding: 3px;
}

.pdg-top3 {
  padding-top: 3px;
}

.pdg-rgt3 {
  padding-right: 3px;
}

.pdg-btm3 {
  padding-bottom: 3px;
}

.pdg-lft3 {
  padding-left: 3px;
}

.pdg-4 {
  padding: 4px;
}

.pdg-top4 {
  padding-top: 4px;
}

.pdg-rgt4 {
  padding-right: 4px;
}

.pdg-btm4 {
  padding-bottom: 4px;
}

.pdg-lft4 {
  padding-left: 4px;
}

.pdg-5 {
  padding: 5px;
}

.pdg-top5 {
  padding-top: 5px;
}

.pdg-rgt5 {
  padding-right: 5px;
}

.pdg-btm5 {
  padding-bottom: 5px;
}

.pdg-lft5 {
  padding-left: 5px;
}

.pdg-6 {
  padding: 6px;
}

.pdg-top6 {
  padding-top: 6px;
}

.pdg-rgt6 {
  padding-right: 6px;
}

.pdg-btm6 {
  padding-bottom: 6px;
}

.pdg-lft6 {
  padding-left: 6px;
}

.pdg-7 {
  padding: 7px;
}

.pdg-top7 {
  padding-top: 7px;
}

.pdg-rgt7 {
  padding-right: 7px;
}

.pdg-btm7 {
  padding-bottom: 7px;
}

.pdg-lft7 {
  padding-left: 7px;
}

.pdg-8 {
  padding: 8px;
}

.pdg-top8 {
  padding-top: 8px;
}

.pdg-rgt8 {
  padding-right: 8px;
}

.pdg-btm8 {
  padding-bottom: 8px;
}

.pdg-lft8 {
  padding-left: 8px;
}

.pdg-9 {
  padding: 9px;
}

.pdg-top9 {
  padding-top: 9px;
}

.pdg-rgt9 {
  padding-right: 9px;
}

.pdg-btm9 {
  padding-bottom: 9px;
}

.pdg-lft9 {
  padding-left: 9px;
}

.pdg-10 {
  padding: 10px;
}

.pdg-top10 {
  padding-top: 10px;
}

.pdg-rgt10 {
  padding-right: 10px;
}

.pdg-btm10 {
  padding-bottom: 10px;
}

.pdg-lft10 {
  padding-left: 10px;
}

.pdg-11 {
  padding: 11px;
}

.pdg-top11 {
  padding-top: 11px;
}

.pdg-rgt11 {
  padding-right: 11px;
}

.pdg-btm11 {
  padding-bottom: 11px;
}

.pdg-lft11 {
  padding-left: 11px;
}

.pdg-12 {
  padding: 12px;
}

.pdg-top12 {
  padding-top: 12px;
}

.pdg-rgt12 {
  padding-right: 12px;
}

.pdg-btm12 {
  padding-bottom: 12px;
}

.pdg-lft12 {
  padding-left: 12px;
}

.pdg-13 {
  padding: 13px;
}

.pdg-top13 {
  padding-top: 13px;
}

.pdg-rgt13 {
  padding-right: 13px;
}

.pdg-btm13 {
  padding-bottom: 13px;
}

.pdg-lft13 {
  padding-left: 13px;
}

.pdg-14 {
  padding: 14px;
}

.pdg-top14 {
  padding-top: 14px;
}

.pdg-rgt14 {
  padding-right: 14px;
}

.pdg-btm14 {
  padding-bottom: 14px;
}

.pdg-lft14 {
  padding-left: 14px;
}

.pdg-15 {
  padding: 15px;
}

.pdg-top15 {
  padding-top: 15px;
}

.pdg-rgt15 {
  padding-right: 15px;
}

.pdg-btm15 {
  padding-bottom: 15px;
}

.pdg-lft15 {
  padding-left: 15px;
}

.pdg-16 {
  padding: 16px;
}

.pdg-top16 {
  padding-top: 16px;
}

.pdg-rgt16 {
  padding-right: 16px;
}

.pdg-btm16 {
  padding-bottom: 16px;
}

.pdg-lft16 {
  padding-left: 16px;
}

.pdg-17 {
  padding: 17px;
}

.pdg-top17 {
  padding-top: 17px;
}

.pdg-rgt17 {
  padding-right: 17px;
}

.pdg-btm17 {
  padding-bottom: 17px;
}

.pdg-lft17 {
  padding-left: 17px;
}

.pdg-18 {
  padding: 18px;
}

.pdg-top18 {
  padding-top: 18px;
}

.pdg-rgt18 {
  padding-right: 18px;
}

.pdg-btm18 {
  padding-bottom: 18px;
}

.pdg-lft18 {
  padding-left: 18px;
}

.pdg-19 {
  padding: 19px;
}

.pdg-top19 {
  padding-top: 19px;
}

.pdg-rgt19 {
  padding-right: 19px;
}

.pdg-btm19 {
  padding-bottom: 19px;
}

.pdg-lft19 {
  padding-left: 19px;
}

.pdg-20 {
  padding: 20px;
}

.pdg-top20 {
  padding-top: 20px;
}

.pdg-rgt20 {
  padding-right: 20px;
}

.pdg-btm20 {
  padding-bottom: 20px;
}

.pdg-lft20 {
  padding-left: 20px;
}

.pdg-21 {
  padding: 21px;
}

.pdg-top21 {
  padding-top: 21px;
}

.pdg-rgt21 {
  padding-right: 21px;
}

.pdg-btm21 {
  padding-bottom: 21px;
}

.pdg-lft21 {
  padding-left: 21px;
}

.pdg-22 {
  padding: 22px;
}

.pdg-top22 {
  padding-top: 22px;
}

.pdg-rgt22 {
  padding-right: 22px;
}

.pdg-btm22 {
  padding-bottom: 22px;
}

.pdg-lft22 {
  padding-left: 22px;
}

.pdg-23 {
  padding: 23px;
}

.pdg-top23 {
  padding-top: 23px;
}

.pdg-rgt23 {
  padding-right: 23px;
}

.pdg-btm23 {
  padding-bottom: 23px;
}

.pdg-lft23 {
  padding-left: 23px;
}

.pdg-24 {
  padding: 24px;
}

.pdg-top24 {
  padding-top: 24px;
}

.pdg-rgt24 {
  padding-right: 24px;
}

.pdg-btm24 {
  padding-bottom: 24px;
}

.pdg-lft24 {
  padding-left: 24px;
}

.pdg-25 {
  padding: 25px;
}

.pdg-top25 {
  padding-top: 25px;
}

.pdg-rgt25 {
  padding-right: 25px;
}

.pdg-btm25 {
  padding-bottom: 25px;
}

.pdg-lft25 {
  padding-left: 25px;
}

.pdg-26 {
  padding: 26px;
}

.pdg-top26 {
  padding-top: 26px;
}

.pdg-rgt26 {
  padding-right: 26px;
}

.pdg-btm26 {
  padding-bottom: 26px;
}

.pdg-lft26 {
  padding-left: 26px;
}

.pdg-27 {
  padding: 27px;
}

.pdg-top27 {
  padding-top: 27px;
}

.pdg-rgt27 {
  padding-right: 27px;
}

.pdg-btm27 {
  padding-bottom: 27px;
}

.pdg-lft27 {
  padding-left: 27px;
}

.pdg-28 {
  padding: 28px;
}

.pdg-top28 {
  padding-top: 28px;
}

.pdg-rgt28 {
  padding-right: 28px;
}

.pdg-btm28 {
  padding-bottom: 28px;
}

.pdg-lft28 {
  padding-left: 28px;
}

.pdg-29 {
  padding: 29px;
}

.pdg-top29 {
  padding-top: 29px;
}

.pdg-rgt29 {
  padding-right: 29px;
}

.pdg-btm29 {
  padding-bottom: 29px;
}

.pdg-lft29 {
  padding-left: 29px;
}

.pdg-30 {
  padding: 30px;
}

.pdg-top30 {
  padding-top: 30px;
}

.pdg-rgt30 {
  padding-right: 30px;
}

.pdg-btm30 {
  padding-bottom: 30px;
}

.pdg-lft30 {
  padding-left: 30px;
}

.pdg-31 {
  padding: 31px;
}

.pdg-top31 {
  padding-top: 31px;
}

.pdg-rgt31 {
  padding-right: 31px;
}

.pdg-btm31 {
  padding-bottom: 31px;
}

.pdg-lft31 {
  padding-left: 31px;
}

.pdg-32 {
  padding: 32px;
}

.pdg-top32 {
  padding-top: 32px;
}

.pdg-rgt32 {
  padding-right: 32px;
}

.pdg-btm32 {
  padding-bottom: 32px;
}

.pdg-lft32 {
  padding-left: 32px;
}

.pdg-33 {
  padding: 33px;
}

.pdg-top33 {
  padding-top: 33px;
}

.pdg-rgt33 {
  padding-right: 33px;
}

.pdg-btm33 {
  padding-bottom: 33px;
}

.pdg-lft33 {
  padding-left: 33px;
}

.pdg-34 {
  padding: 34px;
}

.pdg-top34 {
  padding-top: 34px;
}

.pdg-rgt34 {
  padding-right: 34px;
}

.pdg-btm34 {
  padding-bottom: 34px;
}

.pdg-lft34 {
  padding-left: 34px;
}

.pdg-35 {
  padding: 35px;
}

.pdg-top35 {
  padding-top: 35px;
}

.pdg-rgt35 {
  padding-right: 35px;
}

.pdg-btm35 {
  padding-bottom: 35px;
}

.pdg-lft35 {
  padding-left: 35px;
}

.pdg-36 {
  padding: 36px;
}

.pdg-top36 {
  padding-top: 36px;
}

.pdg-rgt36 {
  padding-right: 36px;
}

.pdg-btm36 {
  padding-bottom: 36px;
}

.pdg-lft36 {
  padding-left: 36px;
}

.pdg-37 {
  padding: 37px;
}

.pdg-top37 {
  padding-top: 37px;
}

.pdg-rgt37 {
  padding-right: 37px;
}

.pdg-btm37 {
  padding-bottom: 37px;
}

.pdg-lft37 {
  padding-left: 37px;
}

.pdg-38 {
  padding: 38px;
}

.pdg-top38 {
  padding-top: 38px;
}

.pdg-rgt38 {
  padding-right: 38px;
}

.pdg-btm38 {
  padding-bottom: 38px;
}

.pdg-lft38 {
  padding-left: 38px;
}

.pdg-39 {
  padding: 39px;
}

.pdg-top39 {
  padding-top: 39px;
}

.pdg-rgt39 {
  padding-right: 39px;
}

.pdg-btm39 {
  padding-bottom: 39px;
}

.pdg-lft39 {
  padding-left: 39px;
}

.pdg-40 {
  padding: 40px;
}

.pdg-top40 {
  padding-top: 40px;
}

.pdg-rgt40 {
  padding-right: 40px;
}

.pdg-btm40 {
  padding-bottom: 40px;
}

.pdg-lft40 {
  padding-left: 40px;
}

.pdg-41 {
  padding: 41px;
}

.pdg-top41 {
  padding-top: 41px;
}

.pdg-rgt41 {
  padding-right: 41px;
}

.pdg-btm41 {
  padding-bottom: 41px;
}

.pdg-lft41 {
  padding-left: 41px;
}

.pdg-42 {
  padding: 42px;
}

.pdg-top42 {
  padding-top: 42px;
}

.pdg-rgt42 {
  padding-right: 42px;
}

.pdg-btm42 {
  padding-bottom: 42px;
}

.pdg-lft42 {
  padding-left: 42px;
}

.pdg-43 {
  padding: 43px;
}

.pdg-top43 {
  padding-top: 43px;
}

.pdg-rgt43 {
  padding-right: 43px;
}

.pdg-btm43 {
  padding-bottom: 43px;
}

.pdg-lft43 {
  padding-left: 43px;
}

.pdg-44 {
  padding: 44px;
}

.pdg-top44 {
  padding-top: 44px;
}

.pdg-rgt44 {
  padding-right: 44px;
}

.pdg-btm44 {
  padding-bottom: 44px;
}

.pdg-lft44 {
  padding-left: 44px;
}

.pdg-45 {
  padding: 45px;
}

.pdg-top45 {
  padding-top: 45px;
}

.pdg-rgt45 {
  padding-right: 45px;
}

.pdg-btm45 {
  padding-bottom: 45px;
}

.pdg-lft45 {
  padding-left: 45px;
}

.pdg-46 {
  padding: 46px;
}

.pdg-top46 {
  padding-top: 46px;
}

.pdg-rgt46 {
  padding-right: 46px;
}

.pdg-btm46 {
  padding-bottom: 46px;
}

.pdg-lft46 {
  padding-left: 46px;
}

.pdg-47 {
  padding: 47px;
}

.pdg-top47 {
  padding-top: 47px;
}

.pdg-rgt47 {
  padding-right: 47px;
}

.pdg-btm47 {
  padding-bottom: 47px;
}

.pdg-lft47 {
  padding-left: 47px;
}

.pdg-48 {
  padding: 48px;
}

.pdg-top48 {
  padding-top: 48px;
}

.pdg-rgt48 {
  padding-right: 48px;
}

.pdg-btm48 {
  padding-bottom: 48px;
}

.pdg-lft48 {
  padding-left: 48px;
}

.pdg-49 {
  padding: 49px;
}

.pdg-top49 {
  padding-top: 49px;
}

.pdg-rgt49 {
  padding-right: 49px;
}

.pdg-btm49 {
  padding-bottom: 49px;
}

.pdg-lft49 {
  padding-left: 49px;
}

.pdg-50 {
  padding: 50px;
}

.pdg-top50 {
  padding-top: 50px;
}

.pdg-rgt50 {
  padding-right: 50px;
}

.pdg-btm50 {
  padding-bottom: 50px;
}

.pdg-lft50 {
  padding-left: 50px;
}

.pdg-51 {
  padding: 51px;
}

.pdg-top51 {
  padding-top: 51px;
}

.pdg-rgt51 {
  padding-right: 51px;
}

.pdg-btm51 {
  padding-bottom: 51px;
}

.pdg-lft51 {
  padding-left: 51px;
}

.pdg-52 {
  padding: 52px;
}

.pdg-top52 {
  padding-top: 52px;
}

.pdg-rgt52 {
  padding-right: 52px;
}

.pdg-btm52 {
  padding-bottom: 52px;
}

.pdg-lft52 {
  padding-left: 52px;
}

.pdg-53 {
  padding: 53px;
}

.pdg-top53 {
  padding-top: 53px;
}

.pdg-rgt53 {
  padding-right: 53px;
}

.pdg-btm53 {
  padding-bottom: 53px;
}

.pdg-lft53 {
  padding-left: 53px;
}

.pdg-54 {
  padding: 54px;
}

.pdg-top54 {
  padding-top: 54px;
}

.pdg-rgt54 {
  padding-right: 54px;
}

.pdg-btm54 {
  padding-bottom: 54px;
}

.pdg-lft54 {
  padding-left: 54px;
}

.pdg-55 {
  padding: 55px;
}

.pdg-top55 {
  padding-top: 55px;
}

.pdg-rgt55 {
  padding-right: 55px;
}

.pdg-btm55 {
  padding-bottom: 55px;
}

.pdg-lft55 {
  padding-left: 55px;
}

.pdg-56 {
  padding: 56px;
}

.pdg-top56 {
  padding-top: 56px;
}

.pdg-rgt56 {
  padding-right: 56px;
}

.pdg-btm56 {
  padding-bottom: 56px;
}

.pdg-lft56 {
  padding-left: 56px;
}

.pdg-57 {
  padding: 57px;
}

.pdg-top57 {
  padding-top: 57px;
}

.pdg-rgt57 {
  padding-right: 57px;
}

.pdg-btm57 {
  padding-bottom: 57px;
}

.pdg-lft57 {
  padding-left: 57px;
}

.pdg-58 {
  padding: 58px;
}

.pdg-top58 {
  padding-top: 58px;
}

.pdg-rgt58 {
  padding-right: 58px;
}

.pdg-btm58 {
  padding-bottom: 58px;
}

.pdg-lft58 {
  padding-left: 58px;
}

.pdg-59 {
  padding: 59px;
}

.pdg-top59 {
  padding-top: 59px;
}

.pdg-rgt59 {
  padding-right: 59px;
}

.pdg-btm59 {
  padding-bottom: 59px;
}

.pdg-lft59 {
  padding-left: 59px;
}

.pdg-60 {
  padding: 60px;
}

.pdg-top60 {
  padding-top: 60px;
}

.pdg-rgt60 {
  padding-right: 60px;
}

.pdg-btm60 {
  padding-bottom: 60px;
}

.pdg-lft60 {
  padding-left: 60px;
}

.pdg-61 {
  padding: 61px;
}

.pdg-top61 {
  padding-top: 61px;
}

.pdg-rgt61 {
  padding-right: 61px;
}

.pdg-btm61 {
  padding-bottom: 61px;
}

.pdg-lft61 {
  padding-left: 61px;
}

.pdg-62 {
  padding: 62px;
}

.pdg-top62 {
  padding-top: 62px;
}

.pdg-rgt62 {
  padding-right: 62px;
}

.pdg-btm62 {
  padding-bottom: 62px;
}

.pdg-lft62 {
  padding-left: 62px;
}

.pdg-63 {
  padding: 63px;
}

.pdg-top63 {
  padding-top: 63px;
}

.pdg-rgt63 {
  padding-right: 63px;
}

.pdg-btm63 {
  padding-bottom: 63px;
}

.pdg-lft63 {
  padding-left: 63px;
}

.pdg-64 {
  padding: 64px;
}

.pdg-top64 {
  padding-top: 64px;
}

.pdg-rgt64 {
  padding-right: 64px;
}

.pdg-btm64 {
  padding-bottom: 64px;
}

.pdg-lft64 {
  padding-left: 64px;
}

.pdg-65 {
  padding: 65px;
}

.pdg-top65 {
  padding-top: 65px;
}

.pdg-rgt65 {
  padding-right: 65px;
}

.pdg-btm65 {
  padding-bottom: 65px;
}

.pdg-lft65 {
  padding-left: 65px;
}

.pdg-66 {
  padding: 66px;
}

.pdg-top66 {
  padding-top: 66px;
}

.pdg-rgt66 {
  padding-right: 66px;
}

.pdg-btm66 {
  padding-bottom: 66px;
}

.pdg-lft66 {
  padding-left: 66px;
}

.pdg-67 {
  padding: 67px;
}

.pdg-top67 {
  padding-top: 67px;
}

.pdg-rgt67 {
  padding-right: 67px;
}

.pdg-btm67 {
  padding-bottom: 67px;
}

.pdg-lft67 {
  padding-left: 67px;
}

.pdg-68 {
  padding: 68px;
}

.pdg-top68 {
  padding-top: 68px;
}

.pdg-rgt68 {
  padding-right: 68px;
}

.pdg-btm68 {
  padding-bottom: 68px;
}

.pdg-lft68 {
  padding-left: 68px;
}

.pdg-69 {
  padding: 69px;
}

.pdg-top69 {
  padding-top: 69px;
}

.pdg-rgt69 {
  padding-right: 69px;
}

.pdg-btm69 {
  padding-bottom: 69px;
}

.pdg-lft69 {
  padding-left: 69px;
}

.pdg-70 {
  padding: 70px;
}

.pdg-top70 {
  padding-top: 70px;
}

.pdg-rgt70 {
  padding-right: 70px;
}

.pdg-btm70 {
  padding-bottom: 70px;
}

.pdg-lft70 {
  padding-left: 70px;
}

.pdg-71 {
  padding: 71px;
}

.pdg-top71 {
  padding-top: 71px;
}

.pdg-rgt71 {
  padding-right: 71px;
}

.pdg-btm71 {
  padding-bottom: 71px;
}

.pdg-lft71 {
  padding-left: 71px;
}

.pdg-72 {
  padding: 72px;
}

.pdg-top72 {
  padding-top: 72px;
}

.pdg-rgt72 {
  padding-right: 72px;
}

.pdg-btm72 {
  padding-bottom: 72px;
}

.pdg-lft72 {
  padding-left: 72px;
}

.pdg-73 {
  padding: 73px;
}

.pdg-top73 {
  padding-top: 73px;
}

.pdg-rgt73 {
  padding-right: 73px;
}

.pdg-btm73 {
  padding-bottom: 73px;
}

.pdg-lft73 {
  padding-left: 73px;
}

.pdg-74 {
  padding: 74px;
}

.pdg-top74 {
  padding-top: 74px;
}

.pdg-rgt74 {
  padding-right: 74px;
}

.pdg-btm74 {
  padding-bottom: 74px;
}

.pdg-lft74 {
  padding-left: 74px;
}

.pdg-75 {
  padding: 75px;
}

.pdg-top75 {
  padding-top: 75px;
}

.pdg-rgt75 {
  padding-right: 75px;
}

.pdg-btm75 {
  padding-bottom: 75px;
}

.pdg-lft75 {
  padding-left: 75px;
}

.pdg-76 {
  padding: 76px;
}

.pdg-top76 {
  padding-top: 76px;
}

.pdg-rgt76 {
  padding-right: 76px;
}

.pdg-btm76 {
  padding-bottom: 76px;
}

.pdg-lft76 {
  padding-left: 76px;
}

.pdg-77 {
  padding: 77px;
}

.pdg-top77 {
  padding-top: 77px;
}

.pdg-rgt77 {
  padding-right: 77px;
}

.pdg-btm77 {
  padding-bottom: 77px;
}

.pdg-lft77 {
  padding-left: 77px;
}

.pdg-78 {
  padding: 78px;
}

.pdg-top78 {
  padding-top: 78px;
}

.pdg-rgt78 {
  padding-right: 78px;
}

.pdg-btm78 {
  padding-bottom: 78px;
}

.pdg-lft78 {
  padding-left: 78px;
}

.pdg-79 {
  padding: 79px;
}

.pdg-top79 {
  padding-top: 79px;
}

.pdg-rgt79 {
  padding-right: 79px;
}

.pdg-btm79 {
  padding-bottom: 79px;
}

.pdg-lft79 {
  padding-left: 79px;
}

.pdg-80 {
  padding: 80px;
}

.pdg-top80 {
  padding-top: 80px;
}

.pdg-rgt80 {
  padding-right: 80px;
}

.pdg-btm80 {
  padding-bottom: 80px;
}

.pdg-lft80 {
  padding-left: 80px;
}

.pdg-81 {
  padding: 81px;
}

.pdg-top81 {
  padding-top: 81px;
}

.pdg-rgt81 {
  padding-right: 81px;
}

.pdg-btm81 {
  padding-bottom: 81px;
}

.pdg-lft81 {
  padding-left: 81px;
}

.pdg-82 {
  padding: 82px;
}

.pdg-top82 {
  padding-top: 82px;
}

.pdg-rgt82 {
  padding-right: 82px;
}

.pdg-btm82 {
  padding-bottom: 82px;
}

.pdg-lft82 {
  padding-left: 82px;
}

.pdg-83 {
  padding: 83px;
}

.pdg-top83 {
  padding-top: 83px;
}

.pdg-rgt83 {
  padding-right: 83px;
}

.pdg-btm83 {
  padding-bottom: 83px;
}

.pdg-lft83 {
  padding-left: 83px;
}

.pdg-84 {
  padding: 84px;
}

.pdg-top84 {
  padding-top: 84px;
}

.pdg-rgt84 {
  padding-right: 84px;
}

.pdg-btm84 {
  padding-bottom: 84px;
}

.pdg-lft84 {
  padding-left: 84px;
}

.pdg-85 {
  padding: 85px;
}

.pdg-top85 {
  padding-top: 85px;
}

.pdg-rgt85 {
  padding-right: 85px;
}

.pdg-btm85 {
  padding-bottom: 85px;
}

.pdg-lft85 {
  padding-left: 85px;
}

.pdg-86 {
  padding: 86px;
}

.pdg-top86 {
  padding-top: 86px;
}

.pdg-rgt86 {
  padding-right: 86px;
}

.pdg-btm86 {
  padding-bottom: 86px;
}

.pdg-lft86 {
  padding-left: 86px;
}

.pdg-87 {
  padding: 87px;
}

.pdg-top87 {
  padding-top: 87px;
}

.pdg-rgt87 {
  padding-right: 87px;
}

.pdg-btm87 {
  padding-bottom: 87px;
}

.pdg-lft87 {
  padding-left: 87px;
}

.pdg-88 {
  padding: 88px;
}

.pdg-top88 {
  padding-top: 88px;
}

.pdg-rgt88 {
  padding-right: 88px;
}

.pdg-btm88 {
  padding-bottom: 88px;
}

.pdg-lft88 {
  padding-left: 88px;
}

.pdg-89 {
  padding: 89px;
}

.pdg-top89 {
  padding-top: 89px;
}

.pdg-rgt89 {
  padding-right: 89px;
}

.pdg-btm89 {
  padding-bottom: 89px;
}

.pdg-lft89 {
  padding-left: 89px;
}

.pdg-90 {
  padding: 90px;
}

.pdg-top90 {
  padding-top: 90px;
}

.pdg-rgt90 {
  padding-right: 90px;
}

.pdg-btm90 {
  padding-bottom: 90px;
}

.pdg-lft90 {
  padding-left: 90px;
}

.pdg-91 {
  padding: 91px;
}

.pdg-top91 {
  padding-top: 91px;
}

.pdg-rgt91 {
  padding-right: 91px;
}

.pdg-btm91 {
  padding-bottom: 91px;
}

.pdg-lft91 {
  padding-left: 91px;
}

.pdg-92 {
  padding: 92px;
}

.pdg-top92 {
  padding-top: 92px;
}

.pdg-rgt92 {
  padding-right: 92px;
}

.pdg-btm92 {
  padding-bottom: 92px;
}

.pdg-lft92 {
  padding-left: 92px;
}

.pdg-93 {
  padding: 93px;
}

.pdg-top93 {
  padding-top: 93px;
}

.pdg-rgt93 {
  padding-right: 93px;
}

.pdg-btm93 {
  padding-bottom: 93px;
}

.pdg-lft93 {
  padding-left: 93px;
}

.pdg-94 {
  padding: 94px;
}

.pdg-top94 {
  padding-top: 94px;
}

.pdg-rgt94 {
  padding-right: 94px;
}

.pdg-btm94 {
  padding-bottom: 94px;
}

.pdg-lft94 {
  padding-left: 94px;
}

.pdg-95 {
  padding: 95px;
}

.pdg-top95 {
  padding-top: 95px;
}

.pdg-rgt95 {
  padding-right: 95px;
}

.pdg-btm95 {
  padding-bottom: 95px;
}

.pdg-lft95 {
  padding-left: 95px;
}

.pdg-96 {
  padding: 96px;
}

.pdg-top96 {
  padding-top: 96px;
}

.pdg-rgt96 {
  padding-right: 96px;
}

.pdg-btm96 {
  padding-bottom: 96px;
}

.pdg-lft96 {
  padding-left: 96px;
}

.pdg-97 {
  padding: 97px;
}

.pdg-top97 {
  padding-top: 97px;
}

.pdg-rgt97 {
  padding-right: 97px;
}

.pdg-btm97 {
  padding-bottom: 97px;
}

.pdg-lft97 {
  padding-left: 97px;
}

.pdg-98 {
  padding: 98px;
}

.pdg-top98 {
  padding-top: 98px;
}

.pdg-rgt98 {
  padding-right: 98px;
}

.pdg-btm98 {
  padding-bottom: 98px;
}

.pdg-lft98 {
  padding-left: 98px;
}

.pdg-99 {
  padding: 99px;
}

.pdg-top99 {
  padding-top: 99px;
}

.pdg-rgt99 {
  padding-right: 99px;
}

.pdg-btm99 {
  padding-bottom: 99px;
}

.pdg-lft99 {
  padding-left: 99px;
}

.pdg-100 {
  padding: 100px;
}

.pdg-top100 {
  padding-top: 100px;
}

.pdg-rgt100 {
  padding-right: 100px;
}

.pdg-btm100 {
  padding-bottom: 100px;
}

.pdg-lft100 {
  padding-left: 100px;
}

.pdg-101 {
  padding: 101px;
}

.pdg-top101 {
  padding-top: 101px;
}

.pdg-rgt101 {
  padding-right: 101px;
}

.pdg-btm101 {
  padding-bottom: 101px;
}

.pdg-lft101 {
  padding-left: 101px;
}

.pdg-102 {
  padding: 102px;
}

.pdg-top102 {
  padding-top: 102px;
}

.pdg-rgt102 {
  padding-right: 102px;
}

.pdg-btm102 {
  padding-bottom: 102px;
}

.pdg-lft102 {
  padding-left: 102px;
}

.pdg-103 {
  padding: 103px;
}

.pdg-top103 {
  padding-top: 103px;
}

.pdg-rgt103 {
  padding-right: 103px;
}

.pdg-btm103 {
  padding-bottom: 103px;
}

.pdg-lft103 {
  padding-left: 103px;
}

.pdg-104 {
  padding: 104px;
}

.pdg-top104 {
  padding-top: 104px;
}

.pdg-rgt104 {
  padding-right: 104px;
}

.pdg-btm104 {
  padding-bottom: 104px;
}

.pdg-lft104 {
  padding-left: 104px;
}

.pdg-105 {
  padding: 105px;
}

.pdg-top105 {
  padding-top: 105px;
}

.pdg-rgt105 {
  padding-right: 105px;
}

.pdg-btm105 {
  padding-bottom: 105px;
}

.pdg-lft105 {
  padding-left: 105px;
}

.pdg-106 {
  padding: 106px;
}

.pdg-top106 {
  padding-top: 106px;
}

.pdg-rgt106 {
  padding-right: 106px;
}

.pdg-btm106 {
  padding-bottom: 106px;
}

.pdg-lft106 {
  padding-left: 106px;
}

.pdg-107 {
  padding: 107px;
}

.pdg-top107 {
  padding-top: 107px;
}

.pdg-rgt107 {
  padding-right: 107px;
}

.pdg-btm107 {
  padding-bottom: 107px;
}

.pdg-lft107 {
  padding-left: 107px;
}

.pdg-108 {
  padding: 108px;
}

.pdg-top108 {
  padding-top: 108px;
}

.pdg-rgt108 {
  padding-right: 108px;
}

.pdg-btm108 {
  padding-bottom: 108px;
}

.pdg-lft108 {
  padding-left: 108px;
}

.pdg-109 {
  padding: 109px;
}

.pdg-top109 {
  padding-top: 109px;
}

.pdg-rgt109 {
  padding-right: 109px;
}

.pdg-btm109 {
  padding-bottom: 109px;
}

.pdg-lft109 {
  padding-left: 109px;
}

.pdg-110 {
  padding: 110px;
}

.pdg-top110 {
  padding-top: 110px;
}

.pdg-rgt110 {
  padding-right: 110px;
}

.pdg-btm110 {
  padding-bottom: 110px;
}

.pdg-lft110 {
  padding-left: 110px;
}

.pdg-111 {
  padding: 111px;
}

.pdg-top111 {
  padding-top: 111px;
}

.pdg-rgt111 {
  padding-right: 111px;
}

.pdg-btm111 {
  padding-bottom: 111px;
}

.pdg-lft111 {
  padding-left: 111px;
}

.pdg-112 {
  padding: 112px;
}

.pdg-top112 {
  padding-top: 112px;
}

.pdg-rgt112 {
  padding-right: 112px;
}

.pdg-btm112 {
  padding-bottom: 112px;
}

.pdg-lft112 {
  padding-left: 112px;
}

.pdg-113 {
  padding: 113px;
}

.pdg-top113 {
  padding-top: 113px;
}

.pdg-rgt113 {
  padding-right: 113px;
}

.pdg-btm113 {
  padding-bottom: 113px;
}

.pdg-lft113 {
  padding-left: 113px;
}

.pdg-114 {
  padding: 114px;
}

.pdg-top114 {
  padding-top: 114px;
}

.pdg-rgt114 {
  padding-right: 114px;
}

.pdg-btm114 {
  padding-bottom: 114px;
}

.pdg-lft114 {
  padding-left: 114px;
}

.pdg-115 {
  padding: 115px;
}

.pdg-top115 {
  padding-top: 115px;
}

.pdg-rgt115 {
  padding-right: 115px;
}

.pdg-btm115 {
  padding-bottom: 115px;
}

.pdg-lft115 {
  padding-left: 115px;
}

.pdg-116 {
  padding: 116px;
}

.pdg-top116 {
  padding-top: 116px;
}

.pdg-rgt116 {
  padding-right: 116px;
}

.pdg-btm116 {
  padding-bottom: 116px;
}

.pdg-lft116 {
  padding-left: 116px;
}

.pdg-117 {
  padding: 117px;
}

.pdg-top117 {
  padding-top: 117px;
}

.pdg-rgt117 {
  padding-right: 117px;
}

.pdg-btm117 {
  padding-bottom: 117px;
}

.pdg-lft117 {
  padding-left: 117px;
}

.pdg-118 {
  padding: 118px;
}

.pdg-top118 {
  padding-top: 118px;
}

.pdg-rgt118 {
  padding-right: 118px;
}

.pdg-btm118 {
  padding-bottom: 118px;
}

.pdg-lft118 {
  padding-left: 118px;
}

.pdg-119 {
  padding: 119px;
}

.pdg-top119 {
  padding-top: 119px;
}

.pdg-rgt119 {
  padding-right: 119px;
}

.pdg-btm119 {
  padding-bottom: 119px;
}

.pdg-lft119 {
  padding-left: 119px;
}

.pdg-120 {
  padding: 120px;
}

.pdg-top120 {
  padding-top: 120px;
}

.pdg-rgt120 {
  padding-right: 120px;
}

.pdg-btm120 {
  padding-bottom: 120px;
}

.pdg-lft120 {
  padding-left: 120px;
}

.pdg-121 {
  padding: 121px;
}

.pdg-top121 {
  padding-top: 121px;
}

.pdg-rgt121 {
  padding-right: 121px;
}

.pdg-btm121 {
  padding-bottom: 121px;
}

.pdg-lft121 {
  padding-left: 121px;
}

.pdg-122 {
  padding: 122px;
}

.pdg-top122 {
  padding-top: 122px;
}

.pdg-rgt122 {
  padding-right: 122px;
}

.pdg-btm122 {
  padding-bottom: 122px;
}

.pdg-lft122 {
  padding-left: 122px;
}

.pdg-123 {
  padding: 123px;
}

.pdg-top123 {
  padding-top: 123px;
}

.pdg-rgt123 {
  padding-right: 123px;
}

.pdg-btm123 {
  padding-bottom: 123px;
}

.pdg-lft123 {
  padding-left: 123px;
}

.pdg-124 {
  padding: 124px;
}

.pdg-top124 {
  padding-top: 124px;
}

.pdg-rgt124 {
  padding-right: 124px;
}

.pdg-btm124 {
  padding-bottom: 124px;
}

.pdg-lft124 {
  padding-left: 124px;
}

.pdg-125 {
  padding: 125px;
}

.pdg-top125 {
  padding-top: 125px;
}

.pdg-rgt125 {
  padding-right: 125px;
}

.pdg-btm125 {
  padding-bottom: 125px;
}

.pdg-lft125 {
  padding-left: 125px;
}

.pdg-126 {
  padding: 126px;
}

.pdg-top126 {
  padding-top: 126px;
}

.pdg-rgt126 {
  padding-right: 126px;
}

.pdg-btm126 {
  padding-bottom: 126px;
}

.pdg-lft126 {
  padding-left: 126px;
}

.pdg-127 {
  padding: 127px;
}

.pdg-top127 {
  padding-top: 127px;
}

.pdg-rgt127 {
  padding-right: 127px;
}

.pdg-btm127 {
  padding-bottom: 127px;
}

.pdg-lft127 {
  padding-left: 127px;
}

.pdg-128 {
  padding: 128px;
}

.pdg-top128 {
  padding-top: 128px;
}

.pdg-rgt128 {
  padding-right: 128px;
}

.pdg-btm128 {
  padding-bottom: 128px;
}

.pdg-lft128 {
  padding-left: 128px;
}

.pdg-129 {
  padding: 129px;
}

.pdg-top129 {
  padding-top: 129px;
}

.pdg-rgt129 {
  padding-right: 129px;
}

.pdg-btm129 {
  padding-bottom: 129px;
}

.pdg-lft129 {
  padding-left: 129px;
}

.pdg-130 {
  padding: 130px;
}

.pdg-top130 {
  padding-top: 130px;
}

.pdg-rgt130 {
  padding-right: 130px;
}

.pdg-btm130 {
  padding-bottom: 130px;
}

.pdg-lft130 {
  padding-left: 130px;
}

.pdg-131 {
  padding: 131px;
}

.pdg-top131 {
  padding-top: 131px;
}

.pdg-rgt131 {
  padding-right: 131px;
}

.pdg-btm131 {
  padding-bottom: 131px;
}

.pdg-lft131 {
  padding-left: 131px;
}

.pdg-132 {
  padding: 132px;
}

.pdg-top132 {
  padding-top: 132px;
}

.pdg-rgt132 {
  padding-right: 132px;
}

.pdg-btm132 {
  padding-bottom: 132px;
}

.pdg-lft132 {
  padding-left: 132px;
}

.pdg-133 {
  padding: 133px;
}

.pdg-top133 {
  padding-top: 133px;
}

.pdg-rgt133 {
  padding-right: 133px;
}

.pdg-btm133 {
  padding-bottom: 133px;
}

.pdg-lft133 {
  padding-left: 133px;
}

.pdg-134 {
  padding: 134px;
}

.pdg-top134 {
  padding-top: 134px;
}

.pdg-rgt134 {
  padding-right: 134px;
}

.pdg-btm134 {
  padding-bottom: 134px;
}

.pdg-lft134 {
  padding-left: 134px;
}

.pdg-135 {
  padding: 135px;
}

.pdg-top135 {
  padding-top: 135px;
}

.pdg-rgt135 {
  padding-right: 135px;
}

.pdg-btm135 {
  padding-bottom: 135px;
}

.pdg-lft135 {
  padding-left: 135px;
}

.pdg-136 {
  padding: 136px;
}

.pdg-top136 {
  padding-top: 136px;
}

.pdg-rgt136 {
  padding-right: 136px;
}

.pdg-btm136 {
  padding-bottom: 136px;
}

.pdg-lft136 {
  padding-left: 136px;
}

.pdg-137 {
  padding: 137px;
}

.pdg-top137 {
  padding-top: 137px;
}

.pdg-rgt137 {
  padding-right: 137px;
}

.pdg-btm137 {
  padding-bottom: 137px;
}

.pdg-lft137 {
  padding-left: 137px;
}

.pdg-138 {
  padding: 138px;
}

.pdg-top138 {
  padding-top: 138px;
}

.pdg-rgt138 {
  padding-right: 138px;
}

.pdg-btm138 {
  padding-bottom: 138px;
}

.pdg-lft138 {
  padding-left: 138px;
}

.pdg-139 {
  padding: 139px;
}

.pdg-top139 {
  padding-top: 139px;
}

.pdg-rgt139 {
  padding-right: 139px;
}

.pdg-btm139 {
  padding-bottom: 139px;
}

.pdg-lft139 {
  padding-left: 139px;
}

.pdg-140 {
  padding: 140px;
}

.pdg-top140 {
  padding-top: 140px;
}

.pdg-rgt140 {
  padding-right: 140px;
}

.pdg-btm140 {
  padding-bottom: 140px;
}

.pdg-lft140 {
  padding-left: 140px;
}

.pdg-141 {
  padding: 141px;
}

.pdg-top141 {
  padding-top: 141px;
}

.pdg-rgt141 {
  padding-right: 141px;
}

.pdg-btm141 {
  padding-bottom: 141px;
}

.pdg-lft141 {
  padding-left: 141px;
}

.pdg-142 {
  padding: 142px;
}

.pdg-top142 {
  padding-top: 142px;
}

.pdg-rgt142 {
  padding-right: 142px;
}

.pdg-btm142 {
  padding-bottom: 142px;
}

.pdg-lft142 {
  padding-left: 142px;
}

.pdg-143 {
  padding: 143px;
}

.pdg-top143 {
  padding-top: 143px;
}

.pdg-rgt143 {
  padding-right: 143px;
}

.pdg-btm143 {
  padding-bottom: 143px;
}

.pdg-lft143 {
  padding-left: 143px;
}

.pdg-144 {
  padding: 144px;
}

.pdg-top144 {
  padding-top: 144px;
}

.pdg-rgt144 {
  padding-right: 144px;
}

.pdg-btm144 {
  padding-bottom: 144px;
}

.pdg-lft144 {
  padding-left: 144px;
}

.pdg-145 {
  padding: 145px;
}

.pdg-top145 {
  padding-top: 145px;
}

.pdg-rgt145 {
  padding-right: 145px;
}

.pdg-btm145 {
  padding-bottom: 145px;
}

.pdg-lft145 {
  padding-left: 145px;
}

.pdg-146 {
  padding: 146px;
}

.pdg-top146 {
  padding-top: 146px;
}

.pdg-rgt146 {
  padding-right: 146px;
}

.pdg-btm146 {
  padding-bottom: 146px;
}

.pdg-lft146 {
  padding-left: 146px;
}

.pdg-147 {
  padding: 147px;
}

.pdg-top147 {
  padding-top: 147px;
}

.pdg-rgt147 {
  padding-right: 147px;
}

.pdg-btm147 {
  padding-bottom: 147px;
}

.pdg-lft147 {
  padding-left: 147px;
}

.pdg-148 {
  padding: 148px;
}

.pdg-top148 {
  padding-top: 148px;
}

.pdg-rgt148 {
  padding-right: 148px;
}

.pdg-btm148 {
  padding-bottom: 148px;
}

.pdg-lft148 {
  padding-left: 148px;
}

.pdg-149 {
  padding: 149px;
}

.pdg-top149 {
  padding-top: 149px;
}

.pdg-rgt149 {
  padding-right: 149px;
}

.pdg-btm149 {
  padding-bottom: 149px;
}

.pdg-lft149 {
  padding-left: 149px;
}

.pdg-150 {
  padding: 150px;
}

.pdg-top150 {
  padding-top: 150px;
}

.pdg-rgt150 {
  padding-right: 150px;
}

.pdg-btm150 {
  padding-bottom: 150px;
}

.pdg-lft150 {
  padding-left: 150px;
}

/* --- position --- */
.pos_rel {
  position: relative;
}

.pos_ab {
  position: absolute;
}

/* --- float --- */
.flt-rgt {
  float: right;
}

.flt-lft {
  float: left;
}

.tr-default {
  transition: var(--transit-default);
}

.tr-bezier-out {
  transition-timing-function: var(--bezier-out);
}

/* --- duration --- */
.tr-1 {
  transition-duration: 0.1s;
}

.tr-2 {
  transition-duration: 0.2s;
}

.tr-3 {
  transition-duration: 0.3s;
}

.tr-4 {
  transition-duration: 0.4s;
}

.tr-5 {
  transition-duration: 0.5s;
}

.tr-6 {
  transition-duration: 0.6s;
}

.tr-7 {
  transition-duration: 0.7s;
}

.tr-8 {
  transition-duration: 0.8s;
}

.tr-9 {
  transition-duration: 0.9s;
}

.tr-10 {
  transition-duration: 1s;
}

.tr-11 {
  transition-duration: 1.1s;
}

.tr-12 {
  transition-duration: 1.2s;
}

.tr-13 {
  transition-duration: 1.3s;
}

.tr-14 {
  transition-duration: 1.4s;
}

.tr-15 {
  transition-duration: 1.5s;
}

.tr-16 {
  transition-duration: 1.6s;
}

.tr-17 {
  transition-duration: 1.7s;
}

.tr-18 {
  transition-duration: 1.8s;
}

.tr-19 {
  transition-duration: 1.9s;
}

.tr-20 {
  transition-duration: 2s;
}

.tr-21 {
  transition-duration: 2.1s;
}

.tr-22 {
  transition-duration: 2.2s;
}

.tr-23 {
  transition-duration: 2.3s;
}

.tr-24 {
  transition-duration: 2.4s;
}

.tr-25 {
  transition-duration: 2.5s;
}

.tr-26 {
  transition-duration: 2.6s;
}

.tr-27 {
  transition-duration: 2.7s;
}

.tr-28 {
  transition-duration: 2.8s;
}

.tr-29 {
  transition-duration: 2.9s;
}

/* --- delay --- */
.tr-delay-1 {
  transition-delay: 0.1s;
}

.tr-delay-2 {
  transition-delay: 0.2s;
}

.tr-delay-3 {
  transition-delay: 0.3s;
}

.tr-delay-4 {
  transition-delay: 0.4s;
}

.tr-delay-5 {
  transition-delay: 0.5s;
}

.tr-delay-6 {
  transition-delay: 0.6s;
}

.tr-delay-7 {
  transition-delay: 0.7s;
}

.tr-delay-8 {
  transition-delay: 0.8s;
}

.tr-delay-9 {
  transition-delay: 0.9s;
}

.tr-delay-10 {
  transition-delay: 1s;
}

.tr-delay-11 {
  transition-delay: 1.1s;
}

.tr-delay-12 {
  transition-delay: 1.2s;
}

.tr-delay-13 {
  transition-delay: 1.3s;
}

.tr-delay-14 {
  transition-delay: 1.4s;
}

.tr-delay-15 {
  transition-delay: 1.5s;
}

.tr-delay-16 {
  transition-delay: 1.6s;
}

.tr-delay-17 {
  transition-delay: 1.7s;
}

.tr-delay-18 {
  transition-delay: 1.8s;
}

.tr-delay-19 {
  transition-delay: 1.9s;
}

.tr-delay-20 {
  transition-delay: 2s;
}

.tr-delay-21 {
  transition-delay: 2.1s;
}

.tr-delay-22 {
  transition-delay: 2.2s;
}

.tr-delay-23 {
  transition-delay: 2.3s;
}

.tr-delay-24 {
  transition-delay: 2.4s;
}

.tr-delay-25 {
  transition-delay: 2.5s;
}

.tr-delay-26 {
  transition-delay: 2.6s;
}

.tr-delay-27 {
  transition-delay: 2.7s;
}

.tr-delay-28 {
  transition-delay: 2.8s;
}

.tr-delay-29 {
  transition-delay: 2.9s;
}

.anime-fadein-btm {
  transform: translateY(70px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: var(--bezier);
}
.active .anime-fadein-btm, .anime-fadein-btm.active {
  transform: translateY(0);
  opacity: 1;
}

.will-tra {
  will-change: transform;
}

/* breadcrumbs
**************************************** */
@media screen and (min-width: 48em) {
  .page .breadcrumbs {
    position: absolute;
    top: 114px;
    left: 0;
    width: min(512px, 26.6vw);
    padding: 16px 0;
    z-index: 10;
    text-align: left;
    padding: 0 7.5%;
    color: var(--clr-body);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 47.9375em) {
  .page .breadcrumbs {
    width: 100%;
    margin: auto;
    margin-top: 1em;
    font-size: 0.8571428571rem;
    color: var(--clr-body);
    grid-row: 2;
  }
}

body:not(.page) .breadcrumbs {
  position: absolute;
  top: 114px;
  left: 0;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 47.9375em) {
  body:not(.page) .breadcrumbs {
    display: block;
    bottom: auto;
    top: auto;
    margin-top: 12px;
    position: relative;
  }
}

.breadcrumbs a {
  color: var(--clr-main, #009140);
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs .breadcrumb_last {
  display: table-cell;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* btn
********************************************** */
*:not(.flex) > .btn:not(:last-child) {
  margin-bottom: 8px;
}

.btn a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 40px;
  border-radius: 100px;
  width: fit-content;
  max-width: 100%;
  min-width: 256px;
  color: var(--btn-clr-main, #fff);
  text-align: center;
  background-color: var(--btn-bg-main, #009140);
  font-family: var(--font-jp-en-b);
  font-weight: 700;
}
@media screen and (max-width: 47.9375em) {
  .btn a {
    max-width: 100%;
  }
}

.flex > .btn a {
  max-width: 100%;
}

.btn.txt-ctr a {
  margin-left: auto;
  margin-right: auto;
}

.btn a:hover {
  background-color: var(--btn-bg-main-hvr, #015691);
}

.btn a:where(:not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]):not([target=_blank]))::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  transition: var(--transit-default, all 0.4s ease-out);
}

.btn svg {
  fill: var(--btn-clr-main, #fff);
}

.btn.btn-next_page a {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  text-align: left;
  border-radius: 100px;
}

/* utilities */
.btn.btn-w100 a {
  width: 100%;
}

.btn.btn-radius a {
  border-radius: 8px;
}

/* --- btn-wh --- */
.btn-wh a {
  color: var(--btn-clr-wht, #333);
  background-color: var(--btn-bg-wht, #fff);
}

.btn-wh svg {
  fill: var(--btn-clr-wht, #333);
}

.btn-wh a:hover {
  color: var(--btn-clr-wht-hvr, #fff);
  background-color: var(--btn-bg-wht-hvr, #333);
}

.btn-wh a:hover svg {
  fill: var(--btn-clr-wht-hvr, #fff);
}

@media screen and (max-width: 47.9375em) {
  .flex > .btn:not(:last-child) {
    margin-bottom: 8px !important;
  }
}
/* --- btn-red --- */
.btn-red a {
  color: #fff;
  background-color: var(--btn-bg-cta-red, #fff);
}

.btn-red svg {
  fill: #fff;
}

.btn-red a:hover {
  color: #fff;
  background-color: var(--btn-bg-cta-red-hvr, #333);
}

.btn-red a:hover svg {
  fill: #fff;
}

.btn-red.icon a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icn_logomark.svg);
  background-size: cover;
}

/* --- btn-big --- */
.btn-big a {
  width: 688px;
  height: 120px;
  padding: 42px 40px;
  font-size: 24px;
  border-radius: 8px;
}
.btn-big a:not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
  width: 12px;
  height: 12px;
  border-top: solid 2px;
  border-right: solid 2px;
}
@media screen and (max-width: 67.5em) {
  .btn-big a {
    padding: 22px 40px;
    font-size: 1.7142857143rem;
    height: 80px;
  }
}
@media screen and (max-width: 47.9375em) {
  .btn-big a {
    width: 100%;
    padding: 23px 30px;
    font-size: 1.2857142857rem;
    height: 72px;
  }
}

/* --- btn-emr --- */
.btn-emr a {
  background-color: var(--btn-clr-emr);
  color: #fff;
}
.btn-emr a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icn_info.svg);
  background-size: cover;
}
.btn-emr a:hover {
  background-color: var(--btn-clr-emr-hvr);
}

.icon-logo-list {
  position: relative;
}
.icon-logo-list::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../images/common/icon-logo-list.svg);
  flex-shrink: 0;
}
.icon-logo-list.flex::before {
  position: relative;
  top: 0.15em;
  margin-right: 8px;
}

.icon-arrow-list {
  position: relative;
}
.icon-arrow-list::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon-arrow-list.svg);
}

.box-line {
  border: 1px solid var(--clr-main);
  padding: 1.8vw 2.5vw;
  border-radius: 16px;
}
@media screen and (max-width: 47.9375em) {
  .box-line {
    padding: 3.1vw 4vw;
  }
}

/* insurance color
 ############################### */
.color01 {
  color: #007c3e;
}

.bgc01 {
  background-color: #007c3e;
}

.color02 {
  color: #cf263b;
}

.bgc02 {
  background-color: #cf263b;
}

.color03 {
  color: #eac600;
}

.bgc03 {
  background-color: #eac600;
}

.color04 {
  color: #00469d;
}

.bgc04 {
  background-color: #00469d;
}

.color05 {
  color: #ff6d41;
}

.bgc05 {
  background-color: #ff6d41;
}

.color06 {
  color: #b0a056;
}

.bgc06 {
  background-color: #b0a056;
}

.color07 {
  color: #bd2aa4;
}

.bgc07 {
  background-color: #bd2aa4;
}

.color08 {
  color: #00a2e0;
}

.bgc08 {
  background-color: #00a2e0;
}

/* ##############################################################################

  FORMY

############################################################################## */
/* contactページの調整 */
.page-contact .lps_sec:nth-child(2n):not([style^=background]) {
  background: transparent;
}

.page-thanks #section-01 {
  padding-top: 0;
}

/*! purgecss start ignore */
#formy_form table {
  width: 100%;
}

#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 47.9375em) {
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
@media screen and (max-width: 47.9375em) {
  #formy_form th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
    font-family: var(--font-jp-b);
  }
}

#formy_form table input[type=text],
#formy_form table input[type=email],
#formy_form table input[type=tel],
#formy_form table input[type=date],
#formy_form table input[type=password],
#formy_form table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}

#formy_form table input[type=text],
#formy_form table input[type=email],
#formy_form table input[type=tel],
#formy_form table input[type=date],
#formy_form table input[type=password],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 1rem;
  font-family: var(--font-noto-sans) !important;
}

#formy_form textarea {
  height: 100px;
}

#formy_form select {
  height: 40px;
}

#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#formy_form input:hover {
  opacity: 0.7;
}

#formy_form textarea:hover {
  opacity: 0.7;
}

#formy_form input:focus {
  outline: none;
}

#formy_form .parsley-validated {
  background-color: #eee;
}

#formy_form .parsley-error {
  background-color: #fee;
}

#formy_form .parsley-success {
  background-color: #fff;
}

.help_text {
  font-size: 0.875rem; /* 14px */
  color: #999;
}

.hidden_help {
  display: none;
}

.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 0.875rem; /* 14px */
  padding: 8px 16px;
}

.requiredIcon {
  background-color: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 0.75rem; /* 12px */
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}

#formy_btn {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  #formy_btn {
    padding-top: 8px;
  }
}

#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  margin-bottom: 24px;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--font-jp);
}
@media screen and (max-width: 47.9375em) {
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
}

#formy_form ul li input[type=radio],
#formy_form ul li input[type=checkbox] {
  display: none !important;
}

#formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: 0.5em 8px 0.5em 40px;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
  font-family: var(--font-noto-sans) !important;
}

#formy_form ul li label:hover {
  opacity: 0.7;
}

#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}

#formy_form ul li input[type=radio] + label::before {
  border-radius: 10px;
}

#formy_form ul li input[type=radio]:checked + label,
#formy_form ul li input[type=checkbox]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}

#formy_form ul li input[type=radio]:checked + label::before,
#formy_form ul li input[type=checkbox]:checked + label::before {
  border-color: #e75f5f;
}

#formy_form ul li input[type=radio]:checked + label::after,
#formy_form ul li input[type=checkbox]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
}

.formy_confirm {
  background-color: var(--btn-bg-cta-red);
  min-width: 300px;
}

.formy_submit_disabled {
  background-color: #ccc;
}

#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}

#formy_btn input.autoConfirmBack {
  position: relative;
  background-color: transparent;
  color: #555;
  padding: 8px 27px;
  min-width: auto;
  font-size: 92%;
  border: 1px solid #aaa;
  border-radius: 32px;
}

.formy_send {
  background-color: #ff6600;
  min-width: 300px;
}

#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
  font-family: var(--font-noto-sans) !important;
}

@media print, screen and (min-width: 768px) {
  #formy_form .confirm-message {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  #formy_form td {
    padding-top: 0;
  }
  .autoConfirmBack {
    margin-bottom: 8px;
  }
}
/*! purgecss end ignore */
/* --- anchor --- */
.anchor {
  position: absolute;
  top: -140px; /* 固定ヘッダーの高さ */
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 67.5em) {
  .anchor {
    top: -64px; /* 固定ヘッダーの高さ */
  }
}

.lps_parts--insurance .anchor {
  top: -180px;
}

/* contact
********************************************** */
.contact--btnarea {
  padding-top: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 85.375em) {
  .contact--btnarea {
    padding-top: 80px;
  }
}
.contact--btnarea a {
  max-width: 100%;
  width: 350px;
  padding: 32px 40px;
  border-radius: 16px;
  font-size: 18px;
  margin: 16px;
}
@media screen and (max-width: 47.9375em) {
  .contact--btnarea a {
    width: min(350px, 100%);
    margin: 0 auto 16px;
  }
}
.contact--btnarea a::before {
  transform: rotate(135deg);
  top: calc(50% - 8px);
}
.contact--btnarea .btn a::after {
  width: 32px;
  height: 32px;
}

.page-contact .lps_sec:nth-child(2n)::before {
  display: none;
}

.page-contact .page_wrapper #section-01 {
  padding-top: 80px;
}
.page-contact .page_wrapper #section-01::after {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .page-contact .page_wrapper #section-01 {
    padding-top: 40px;
  }
}

.page-contact #section-01 .ttl-02 span:not(.anchor) {
  width: fit-content;
  display: block;
}
.page-contact #section-01 .ttl-02 span:not(.anchor) #sec-accident {
  border-bottom: 2px dashed var(--btn-clr-emr);
}
.page-contact #section-01 .ttl-02 span:not(.anchor) #sec-accident::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/common/icn_info_clr.svg);
  background-size: cover;
  vertical-align: -0.13em;
  margin-right: 12px;
}
.page-contact #section-01 .ttl-02 span:not(.anchor) #sec-consult {
  border-bottom: 2px dashed var(--btn-bg-cta-red);
}
.page-contact #section-01 .ttl-02 span:not(.anchor) #sec-consult::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/common/icn_logomark_pink.svg);
  background-size: cover;
  vertical-align: -0.13em;
  margin-right: 12px;
}

#anchor-contact {
  padding-top: 0;
}

.page-contact #section-01 a[href^=tel]::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  vertical-align: -0.4em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBmaWxsPSIjMDA5MTQwIiBkPSJNMjY3LjI1LDEwOTguOWExLjY5LDEuNjksMCwwLDAtMi41NDQsMGMtMC41OTMuNTktMS4xODksMS4xOC0xLjc3MywxLjc4YTAuMzU1LDAuMzU1LDAsMCwxLS40OS4wOWMtMC4zODUtLjIxLTAuNzk1LTAuMzgtMS4xNjQtMC42MWExOC4zNjYsMTguMzY2LDAsMCwxLTQuNDQ4LTQuMDUsMTAuNTA2LDEwLjUwNiwwLDAsMS0xLjU5My0yLjU1LDAuMzY2LDAuMzY2LDAsMCwxLC4wOS0wLjQ3YzAuNTk0LS41OCwxLjE3NC0xLjE2LDEuNzU5LTEuNzVhMS43LDEuNywwLDAsMC0uMDA2LTIuNjFjLTAuNDY0LS40Ny0wLjkyOS0wLjkyLTEuMzk0LTEuMzlzLTAuOTU0LS45Ny0xLjQzOS0xLjQ0YTEuNjg4LDEuNjg4LDAsMCwwLTIuNTQzLDBjLTAuNi41OS0xLjE3NSwxLjItMS43ODQsMS43OGEyLjg2NiwyLjg2NiwwLDAsMC0uOTEsMS45NSw4LjI2MSw4LjI2MSwwLDAsMCwuNjQsMy41NiwyMS42MTEsMjEuNjExLDAsMCwwLDMuODQzLDYuNCwyMy43NjEsMjMuNzYxLDAsMCwwLDcuODc1LDYuMTYsMTEuNDcsMTEuNDcsMCwwLDAsNC4zNjIsMS4yNywzLjIsMy4yLDAsMCwwLDIuNzQzLTEuMDRjMC41MS0uNTgsMS4wODUtMS4wOSwxLjYyNC0xLjY0YTEuNywxLjcsMCwwLDAsLjAxLTIuNTlRMjY4LjY4NCwxMTAwLjMyNSwyNjcuMjUsMTA5OC45Wm0tMC45NTQtMy45OCwxLjg0NC0uMzJhOC4yNCw4LjI0LDAsMCwwLTIuMy00LjQ0LDguMTU3LDguMTU3LDAsMCwwLTQuNy0yLjM0bC0wLjI2LDEuODVBNi4zODYsNi4zODYsMCwwLDEsMjY2LjMsMTA5NC45MlptMi44ODMtOC4wMWExMy41NjQsMTMuNTY0LDAsMCwwLTcuNzk1LTMuODlsLTAuMjYsMS44NWExMS44NjksMTEuODY5LDAsMCwxLDEwLjAzOSw5LjczbDEuODQzLS4zMUExMy42NjgsMTMuNjY4LDAsMCwwLDI2OS4xNzksMTA4Ni45MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNDkgLTEwODMuMDMpIj48L3BhdGg+Cjwvc3ZnPg==");
  background-size: cover;
  margin-right: 7px;
}

@media screen and (min-width: 48em) {
  .page-contact .box-shadow {
    padding: min(80px, 4vw);
  }
}
@media screen and (max-width: 47.9375em) {
  .contact .box-shadow {
    padding: 24px;
  }
}
.contact .cta_tel {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.contact .cta_tel a {
  padding: 24px 40px;
  border-radius: 16px;
}
@media screen and (max-width: 47.9375em) {
  .contact .cta_tel a {
    padding: 18px 12px;
    border-radius: 9px;
  }
}

/* flex
**************************************** */
/* --- ブロック要素 --- */
.flex {
  display: flex;
}

/* --- インライン要素 --- */
.flex-inline {
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  justify-content: flex-start;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  align-items: flex-start;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flex-a-baseline {
  align-items: baseline;
}

.flex-a-stretch {
  align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  flex-wrap: nowrap;
}

.flex-c-wrap {
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  flex-wrap: wrap-reverse;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-end {
  align-content: flex-end;
}

.flex-c-ctr {
  align-content: center;
}

.flex-c-baseline {
  align-content: baseline;
}

.flex-c-stretch {
  align-content: stretch;
}

@media screen and (max-width: 47.9375em) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    flex-direction: column;
  }
}
.flex-col2,
.flex-col3,
.flex-col4 {
  flex-wrap: wrap;
}

.flex-col1 > * {
  width: 100%;
}

.flex-col2 > * {
  width: 50%;
}

.flex-col3 > * {
  width: 33.3333333333%;
}

.flex-col4 > * {
  width: 25%;
}

.flex-col2.gap {
  gap: 4%;
}

.flex-col3.gap {
  gap: 3%;
}

.flex-col4.gap {
  gap: 2%;
}

.flex-col2.gap > * {
  width: 48%;
  margin-bottom: 4%;
}

.flex-col3.gap > * {
  width: 31.33%;
  margin-bottom: 3%;
}

.flex-col4.gap > * {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (min-width: 48em) {
  .flex-col2.gap-wide {
    gap: 6%;
  }
  .flex-col3.gap-wide {
    gap: 5%;
  }
  .flex-col4.gap-wide {
    gap: 4%;
  }
  .flex-col2.gap-wide > * {
    width: 47%;
    margin-bottom: 6%;
  }
  .flex-col3.gap-wide > * {
    width: 30%;
    margin-bottom: 5%;
  }
  .flex-col4.gap-wide > * {
    width: 22%;
    margin-bottom: 4%;
  }
  .flex-col2.column-gap > *,
  .flex-col3.column-gap > *,
  .flex-col4.column-gap > * {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .flex-col2.flex-sp-block > *,
  .flex-col3.flex-sp-block > *,
  .flex-col4.flex-sp-block > * {
    width: 100%;
  }
  .flex-col2.gap.flex-sp-block > *,
  .flex-col3.gap.flex-sp-block > *,
  .flex-col4.gap.flex-sp-block > * {
    margin-bottom: 24px;
  }
  .flex-col2.gap.flex-sp-block > *:last-child,
  .flex-col3.gap.flex-sp-block > *:last-child,
  .flex-col4.gap.flex-sp-block > *:last-child {
    margin-bottom: 0;
  }
  .flex-col4.gap.flex-sp-col3 > * {
    width: 32%;
  }
  .flex-col4.gap.flex-sp-col2 > * {
    width: 49%;
  }
  .flex-col3.gap.flex-sp-col2 > * {
    width: 48.5%;
  }
}
/* ##############################################################################

    FOOTER

############################################################################## */
.footer {
  background-image: linear-gradient(90deg, #3c3939 25%, #363333 25%, #363333 50%, #3c3939 50%, #3c3939 75%, #363333 75%, #363333);
  background-size: 8px 8px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .btn a {
  background-color: var(--bg-main);
}
.footer .btn a:hover {
  background-color: var(--btn-bg-cta-hvr);
}

.footer_top > .inner {
  display: grid;
  grid-template-columns: auto auto;
  align-content: unset;
  grid-gap: 4vw;
  justify-content: center;
}
@media screen and (max-width: 75em) {
  .footer_top > .inner {
    grid-template-columns: auto;
  }
}

/* footer cta
********************************************** */
.footer--cta {
  background-image: url(../images/common/contact_bg_01.jpg);
  padding-bottom: 56px;
  background-position: center;
}
body:not(.home) .footer--cta {
  padding-top: 112px;
}
@media screen and (max-width: 67.5em) {
  body:not(.home) .footer--cta {
    padding-top: 72px;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer--cta {
    background-image: url(../images/common/contact_bg_01_sp.webp);
    background-size: auto 100%;
  }
}

.footer--cta .inner {
  max-width: 720px;
}

.footer--cta--box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.37);
  padding: min(64px, 4vw);
  padding-top: 106px;
  border-radius: 16px;
}
@media screen and (max-width: 67.5em) {
  .footer--cta--box {
    padding-top: 52px;
  }
}
.footer--cta--box h2 {
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 10rem;
}
@media screen and (max-width: 67.5em) {
  .footer--cta--box h2 {
    font-size: min(80px, 18vw);
  }
}

.footer--cta--catch {
  background-color: #fff;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 24px 40px;
  border-radius: 8px;
}
@media screen and (max-width: 67.5em) {
  .footer--cta--catch {
    padding: 12px 24px;
  }
}

.footer--tel {
  display: grid;
  place-content: center;
}
.footer--tel a {
  display: grid !important;
  place-content: center;
  text-align: center;
}
.footer--tel .tel {
  padding: 0 16px;
  border-bottom: 1px dotted var(--clr-main);
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 67.5em) {
  .footer--tel .tel {
    font-size: 1.4285714286rem;
  }
  .footer--tel .num {
    font-size: 2.1428571429rem;
  }
}

/* footer_top
********************************************** */
/* --- info --- */
@media screen and (max-width: 75em) {
  .footer--info {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer--info {
    margin-bottom: 16px;
  }
}

/* ---fnav --- */
.fnav {
  max-width: 1000px;
  width: 60vw;
}
@media screen and (max-width: 75em) {
  .fnav {
    width: 100%;
  }
}

.fnav--menu {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  grid-row-gap: 10px;
  margin-bottom: 40px;
}
.fnav--menu #menu-item-3279 {
  grid-row: span 4;
}
.fnav--menu #menu-item-3279 a {
  margin-bottom: 10px;
}
.fnav--menu #menu-item-3273 {
  grid-row: span 2;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
  .fnav--menu #menu-item-3279 {
    grid-row: span 1;
  }
  .fnav--menu #menu-item-3279 .sub-menu a {
    padding-left: 8px;
  }
  .fnav--menu #menu-item-3273 {
    grid-row: span 1;
  }
  .fnav--menu #menu-item-3279 a {
    margin-bottom: 0;
  }
}

.fnav--menu a {
  display: block;
  padding: 0 1em;
}
.fnav--menu a:not([href=""]):hover {
  opacity: 0.7;
}
.fnav--menu a[href=""] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu a {
    position: relative;
    padding: 0.3em 0.5em 0.3em 0;
  }
}

.footer .sub-menu a::before {
  content: "−";
  color: var(--clr-txt-sub);
  margin-right: 8px;
}

.fnav--line .btn {
  margin-bottom: 0;
  margin-right: 16px;
}
@media screen and (max-width: 47.9375em) {
  .fnav--line .btn {
    margin-right: 0;
  }
  .fnav--line p {
    margin-top: 16px;
  }
}

/* ---sns_area --- */
.sns_area {
  margin-top: 40px;
}
@media screen and (max-width: 47.9375em) {
  .sns_area {
    margin-top: 24px;
  }
}

.sns--list li:not(:last-child) {
  margin-right: 0.5rem;
}

.sns--list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem; /* 24px */
}

.sns--list a:hover {
  opacity: 0.7;
}

/* footer_btm
*************************************************** */
.footer_btm {
  padding: 8px 0;
}

.pbl a {
  opacity: 0.5;
}
.pbl a:hover {
  opacity: 1;
}

@media screen and (max-width: 47.9375em) {
  .copyright {
    margin-right: 1em;
  }
}
/* ##############################################################################

    HEADER

############################################################################## */
/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  background-color: transparent;
  z-index: 9999;
  transition: var(--transit-default, all 0.4s ease-out);
}
.header > .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 24px;
}
@media screen and (max-width: 67.5em) {
  .header {
    height: 64px;
  }
  .header > .inner {
    padding-left: 18px;
  }
  .header.gnav_active {
    background-color: #fff;
  }
}

.header.header-sm {
  background-color: rgba(255, 255, 255, 0.93);
}

.header:not(.header-sm) .header--logo img[class=""] {
  opacity: 0;
  transition: 0.2s;
}
@media screen and (min-width: 67.5625em) {
  .header-sm .header:not(.header-sm) .header--logo img[class=""], body:not(.home) .header:not(.header-sm) .header--logo img[class=""] {
    opacity: 1;
  }
}
@media screen and (max-width: 67.5em) {
  .header:not(.header-sm) .header--logo img[class=""] {
    opacity: 0;
  }
}

.header--logo {
  width: min(318px, 18.6vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .header--logo {
    width: 210px;
  }
}

.header--logo-wh {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
@media screen and (min-width: 67.5625em) {
  .header-sm .header--logo-wh, body:not(.home) .header--logo-wh {
    opacity: 0;
  }
}

.header--logo a,
.footer--logo a {
  display: block;
}

.header--logo a:hover,
.footer--logo a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 67.5625em) {
  .header-sm {
    height: 96px;
  }
}
@media screen and (max-width: 67.5em) {
  .header--logo img {
    width: auto;
    max-height: 40px;
  }
}
/* gnav
********************************************** */
.gnav {
  font-size: 0.9375rem;
}

.gnav a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnav--link {
  padding: 0 min(20px, 0.85vw);
}

.gnav--link[href=""] {
  cursor: default;
  pointer-events: none;
}

.gnav--menu {
  z-index: 5;
}

.gnav--cta {
  z-index: 10;
}

@media screen and (min-width: 67.5625em) {
  .head_sub_nav--wrap {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    padding: 20px 0 40px;
    z-index: 100;
    transition: var(--transit-default, all 0.4s ease-out);
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.93);
  }
  #menu-item-menu-item-4031 {
    display: none;
  }
}
.header .menu-item-has-children {
  position: relative;
  padding-right: 8px;
}
@media screen and (min-width: 67.5625em) {
  .header .menu-item-has-children::after {
    content: "";
    position: absolute;
    right: 4px;
    top: -4px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--clr-main);
    border-bottom: 1px solid var(--clr-main);
    transform: rotate(45deg);
  }
}

.head_sub_nav {
  display: flex;
  justify-content: center;
}

.head_sub_nav a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 8px;
  border-bottom: 1px dotted var(--bg-main);
  margin: 0 40px;
}
.head_sub_nav a::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("../images/common/nav_arrow.svg");
  margin-left: 8px;
}

/* ---CTA --- */
.cta_tel a {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.4;
}
.page-contact .cta_tel a {
  align-items: center;
}
.page-contact .cta_tel a span {
  color: #fff;
}

.cta_tel a > span {
  display: block;
}

.gnav--tel,
.gnav--contact {
  margin-left: 8px;
}

.gnav--tel a {
  display: flex !important;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0 24px;
}

.header-sm .gnav--tel a {
  background-color: transparent;
}

.gnav--contact a {
  position: relative;
  overflow: hidden;
  width: min(168px, 11vw);
  height: min(152px, 10vw);
  min-width: auto;
  border-radius: 0 0 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background-color: var(--btn-bg-cta-red, #fff);
}
.gnav--contact a:hover {
  background-color: var(--btn-bg-cta-red, #fff);
}

.gnav--contact svg {
  fill: #fff;
  margin-right: 8px;
}

.gnav--cta .tel {
  font-size: min(28px, 1.8vw);
}

.gnav--cta .hours {
  font-size: 0.875rem; /* 14px */
}

.gnav--sub_cta {
  position: absolute;
  right: 0;
}
.gnav--sub_cta a {
  display: flex;
  flex-direction: column;
  border-right: 0;
  width: min(136px, 9.5vw);
  height: min(136px, 9.5vw);
  background-color: var(--btn-clr-line);
  border: 2px solid var(--btn-clr-line);
  border-radius: 16px 0 0 16px;
  font-size: fzr(18);
  line-height: 1.3;
  overflow: hidden;
}
.gnav--sub_cta img, .gnav--sub_cta span {
  transition: var(--transit-default);
}

.gnav--sub_cta a::before,
.gnav--contact a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.19);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.2s;
  border-radius: 24px;
  transform-origin: center center;
}
.gnav--sub_cta a:hover::before,
.gnav--contact a:hover::before {
  transform: scale(1.5);
  opacity: 1;
}

.gnav--line {
  right: 0;
  bottom: -200px;
}
.gnav--line a {
  background-color: var(--btn-clr-line);
  border: 2px solid var(--btn-clr-line);
}

.gnav--emr {
  right: 0;
  bottom: -344px;
}
.gnav--emr a {
  background-color: var(--btn-clr-emr);
  border: 2px solid var(--btn-clr-emr);
  color: #fff;
}

.header-sm .gnav--sub_cta a {
  width: 86px;
}
.header-sm .gnav--sub_cta span {
  font-size: 0.875rem;
}
.header-sm .gnav--line img {
  width: 50px;
}
.header-sm .gnav--emr img {
  width: 33px;
}

@media print, screen and (min-width: 67.5625em) {
  .gnav,
  .gnav--menu,
  .gnav--menu li,
  .gnav--tel ul,
  .gnav--tel li,
  .gnav--menu a,
  .gnav--tel a {
    height: 100%;
  }
  .gnav a {
    position: relative;
  }
  .gnav {
    display: flex;
  }
  .gnav_btn,
  .tel_btn {
    display: none;
  }
  .gnav--link {
    text-align: center;
  }
  .gnav--menu > li > .gnav--link:not([href="javascript:void(0);"]):not([href=""]):hover,
  .gnav--menu > li.current-menu-item > .gnav--link {
    color: var(--clr-main);
  }
  .gnav--menu > li > .gnav--link:not([href=""])::after,
  .head_sub_nav > li > .gnav--link::after {
    content: "";
    position: absolute;
    top: 2.5em;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background-color: var(--clr-main);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .head_sub_nav > li > .gnav--link::after {
    width: 100%;
    bottom: -4px;
  }
  .gnav--menu > li > .gnav--link:not([href="javascript:void(0);"]):hover::after,
  .gnav--menu > li.current-menu-item > .gnav--link::after,
  .head_sub_nav > li > .gnav--link:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .gnav_sub_toggle {
    display: none;
  }
  /* hover */
  .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .head_sub_nav a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 85.375em) {
  .gnav--contact {
    position: absolute;
    bottom: -150px;
    right: 0;
  }
  .gnav--contact a {
    border-radius: 8px 0 0 8px;
    width: 130px;
    height: 128px;
    padding-top: 8px;
  }
  .gnav--contact a span {
    font-size: 1.125rem;
  }
  .gnav--sub_cta a {
    border-radius: 8px 0 0 8px;
    width: 86px;
    height: 108px;
  }
  .gnav--sub_cta span {
    font-size: 0.875rem;
  }
  .gnav--line {
    bottom: -266px;
  }
  .gnav--line img {
    width: 50px;
  }
  .gnav--emr {
    bottom: -382px;
  }
  .gnav--emr img {
    width: 33px;
  }
}
@media screen and (max-width: 67.5em) {
  .gnav,
  .gnav_overlay {
    position: fixed;
    top: 64px;
    right: 0;
    height: calc(100% - 64px);
    opacity: 0;
    pointer-events: none;
    transition: var(--transit-default, all 0.4s ease-out);
  }
  .gnav_overlay {
    top: 0;
    height: 100%;
  }
  .gnav {
    width: min(480px, 85%);
    margin: 0;
    padding: 24px 7%;
    overflow: scroll;
    background-image: url(../images/common/bg_menu_sp.jpg);
    background-size: cover;
    z-index: 300;
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
  }
  .gnav_overlay {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .gnav.active,
  .gnav_overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  .gnav.active {
    transform: translateX(0);
  }
  .gnav--menu,
  .gnav--cta {
    display: block;
  }
  .gnav--menu {
    margin-bottom: 24px;
    border-bottom: 1px dotted var(--clr-main);
  }
  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }
  .gnav--menu li:not(:last-child) {
    border-bottom: 1px dotted var(--clr-main, #009140);
  }
  .gnav--menu a {
    display: block;
    padding: 18.5px 16px;
  }
  .gnav--menu li:not(.menu-item-has-children) a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url(../images/common/icon-arrow-list.svg);
    background-size: cover;
  }
  .head_sub_nav--wrap {
    position: relative;
    width: 100%;
    border-top: 1px dotted var(--clr-main, #009140);
    transition: none;
    opacity: 1;
    pointer-events: inherit;
    display: none;
  }
  .head_sub_nav--wrap h4 {
    display: none;
  }
  .menu-item-has-children.active .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .header .menu-item-has-children {
    padding: 0;
  }
  .head_sub_nav {
    display: block;
  }
  .head_sub_nav a {
    padding-left: 32px !important;
    border: none;
    margin: 0;
  }
  .gnav_sub_toggle {
    position: absolute;
    top: 0;
    right: -14px;
    width: 64px;
    height: 64px;
    transition: var(--transit-default, all 0.4s ease-out);
    color: var(--clr-main, #009140);
  }
  #menu-item-menu-item-3265 .head_sub_nav--wrap .gnav_sub_toggle {
    display: none;
  }
  .gnav_sub_toggle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url(../images/common/icon-arrow-plus.svg);
    background-size: cover;
  }
  .gnav_sub_toggle.active::before {
    background-image: url(../images/common/icon-arrow-minus.svg);
  }
  .head_sub_nav {
    position: relative;
  }
  .tel_btn,
  .gnav_btn {
    position: fixed;
    top: 0;
    width: 64px;
    height: 64px;
    z-index: 9999;
  }
  .tel_btn {
    right: 64px;
  }
  .tel_btn a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--btn-bg-cta-red);
    border-radius: 0 0 0 8px;
    padding-top: 4px;
  }
  .tel_btn img {
    width: 26px;
    height: 26px;
    margin-bottom: 2px;
  }
  .tel_btn p {
    font-size: 0.8571428571rem;
  }
  .gnav_btn {
    right: 0;
    transition: var(--transit-default, all 0.4s ease-out);
    background-color: var(--clr-main);
    border-left: 1px solid #fff;
  }
  .gnav_btn.active {
    background-color: #e6f8f8;
  }
  .gnav_btn--lines {
    position: relative;
    width: 24px;
    height: 16px;
  }
  .gnav_btn--lines span {
    transition: var(--transit-default, all 0.4s ease-out);
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .active .gnav_btn--lines span {
    background-color: var(--clr-main);
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 7px;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  /* ---CTA --- */
  .gnav--cta li:not(:last-child) {
    margin-bottom: 16px;
  }
  .gnav--tel {
    margin-left: 0;
    text-align: center;
  }
  .gnav--tel a {
    border: 1px solid var(--clr-main);
    border-radius: 100px;
    align-items: center;
    padding: 12px;
    margin-bottom: 6px;
  }
  .gnav--tel a span.tel {
    font-size: 1.4285714286rem;
  }
  .gnav--tel a .hours {
    display: none;
  }
  .gnav--contact {
    margin-left: 0;
    margin-bottom: 0 !important;
  }
  .gnav--contact a {
    padding: 10px 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .gnav--cta.cta-sp {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gnav--cta.cta-sp a:not([href^=tel]) {
    flex-direction: row;
    height: 86px;
  }
  .gnav--cta.cta-sp a:not([href^=tel]) span {
    text-align: left;
    font-size: 1rem;
  }
  .gnav--cta.cta-sp .gnav--tel {
    grid-column: span 2;
  }
  .gnav--cta.cta-sp .gnav--contact {
    grid-column: span 2;
    margin-bottom: 0;
  }
  .gnav--cta.cta-sp .gnav--contact img {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .gnav--cta.cta-sp .gnav--contact a span {
    font-size: 1.1428571429rem;
  }
  .gnav--cta.cta-sp .gnav--line img {
    width: 44px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  .gnav--cta.cta-sp .gnav--emr img {
    width: 32px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  /* subnav */
  .gnav--sp_sub {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: baseline;
    grid-row-gap: 8px;
    margin-bottom: 20px;
  }
  .gnav--sp_sub li a::before {
    content: "-";
    color: var(--clr-main);
    margin-right: 8px;
  }
}
@media screen and (max-width: 47.9375em) {
  .gnav--menu a {
    padding: 19px 16px;
  }
  .gnav--contact svg {
    width: 16px;
    height: 11px;
  }
}
/* hero
********************************************** */
.hero {
  position: relative;
  height: min(960px, 50vw);
}
@media screen and (max-width: 47.9375em) {
  .hero {
    height: auto;
    padding-top: 88px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 180px;
  }
}

.top_map_area {
  position: relative;
  overflow: hidden;
}

/* hero illust */
.hero--illust_map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  margin: auto;
  transform: translateX(-50%);
}
.hero--illust_map img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 120.0625em) {
  .hero--illust_map,
  .hero--illust_map img {
    width: 100%;
  }
}

.hero--illust_tree {
  position: absolute;
  width: 96%;
  left: 0;
  right: 0;
  margin: auto;
  top: 5.9vw;
}
@media screen and (max-width: 47.9375em) {
  .hero--illust_tree {
    display: none;
  }
}

.hero--illust_base {
  position: absolute;
  top: -2vw;
  left: 0;
  right: 4vw;
  bottom: 0;
  width: 33vw;
  height: 34vw;
  margin: auto;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .hero--illust_base {
    position: absolute;
    top: 69vw;
    left: 16vw;
    right: 4vw;
    bottom: auto;
    width: 73vw;
    height: 77vw;
    margin: auto;
    letter-spacing: 0;
    z-index: 20;
  }
}
.hero--illust_base .hero--illust_home {
  top: 23%;
  left: -17%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: fit-content;
  transform-origin: center bottom;
  transition: transform 0.5s cubic-bezier(0.02, 0.82, 0.58, 1.64);
}
.hero--illust_base .hero--illust_home img {
  transform-origin: center bottom;
  transform: scale(1, 0);
}
.hero--illust_base .hero--illust_home:hover {
  transform: scale(1.08);
}
.hero--illust_base .hero--illust_balloon {
  position: absolute;
  top: 3%;
  left: 55%;
  right: 0;
  bottom: 0;
  margin: auto;
  display: grid;
  place-content: center;
  width: 26%;
  height: 21%;
  background-image: url(../images/index/hero_balloon.svg);
  color: #dc559b;
  font-size: min(1.75rem, 1.4vw);
  background-size: 100% 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 47.9375em) {
  .hero--illust_base .hero--illust_balloon {
    top: -1%;
    left: 60%;
    width: 31%;
    height: 26%;
    font-size: 1.1428571429rem;
  }
}
@media screen and (min-width: 120.0625em) {
  .hero--illust_base {
    top: 6vw;
  }
  .hero--illust_base .hero--illust_01 {
    width: 100%;
  }
}

.hero--bg {
  position: absolute;
  top: 0;
  width: max(1920px, 100%);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  opacity: 0.9;
  background-image: url(../images/index/hero_bg_01.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 47.9375em) {
  .hero--bg {
    width: 150%;
    background-image: url(../images/index/hero_bg_01_sp.webp);
  }
}

body:not(.loaded) .hero--illust_base {
  transform: translateY(15px);
  opacity: 0;
}
body:not(.loaded) .hero--illust_home img {
  opacity: 0;
}
body:not(.loaded) .hero--illust_balloon {
  transform: rotate(-15deg);
  opacity: 0;
}

body.loaded .hero--illust_home img {
  animation: hero_home 1s ease-out 1.3s 1 normal forwards;
  transition: opacity 0.5s 0.8s;
  opacity: 1;
}
body.loaded .hero--illust_balloon {
  transform-origin: left bottom;
  transform: rotate(5deg);
  transition: transform 0.9s 2.4s cubic-bezier(0, 0, 0.24, 1), opacity 0.3s 2.4s;
  opacity: 1;
  animation: hero_balloon 5s ease-out 3.3s infinite alternate none;
}

@keyframes hero_home {
  0% {
    transform: scale(1, 0);
  }
  35% {
    transform: scale(0.98, 1.2);
  }
  50% {
    transform: scale(0.95, 1.22);
  }
  70% {
    transform: scale(1.02, 0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hero_balloon {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
/* hero content */
.hero--catch {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 48em) {
  .hero--catch {
    position: absolute;
    top: min(152px, 10vw);
    left: 4.79vw;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero--catch {
    height: 143vw;
  }
}
.hero--catch h2 {
  font-size: min(3rem, 2.66vw);
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.06em;
  margin-bottom: min(40px, 2vw);
  line-height: 1.4;
}
.hero--catch h2 span {
  font-size: 80%;
}
@media screen and (max-width: 47.9375em) {
  .hero--catch h2 {
    font-size: min(1.8571428571rem, 6.7vw);
  }
}
.hero--catch p {
  font-size: clamp(0.875rem, 1.13vw, 1rem);
  line-height: 2.5;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 47.9375em) {
  .hero--catch p {
    font-size: 0.7857142857rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.hero_slide_imgarea {
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-image: url(../images/index/hero_slide_pc2.jpg);
  background-size: 100% auto;
  animation: slide_bg 60s linear infinite;
}

@media screen and (min-width: 48em) {
  .hero_slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 37.8vw;
    height: calc(100% - 120px);
    overflow: hidden;
  }
  .hero_slide_wrap {
    height: 120vh;
    width: min(370px, 20vw);
    transform: translate(-50%, -50%) rotate(19deg);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 0.5vw;
    background-color: #fff;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero_slide {
    position: relative;
    width: 100vw;
    left: -5%;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    margin-bottom: 32px;
  }
  .hero_slide_wrap {
    width: 100%;
    height: 160px;
  }
  .hero_slide_imgarea {
    background-image: url(../images/index/hero_slide_sp2.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: slide_bg_sp 180s linear infinite;
  }
}
@keyframes slide_bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 240.3851vw;
  }
}
@keyframes slide_bg_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 0;
  }
}
/* news */
/* --- hero--news --- */
.hero--news {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .hero--news {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: min(750px, 39vw);
  }
}
@media screen and (min-width: 120.0625em) {
  .hero--news {
    width: 860px;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero--news {
    margin-bottom: 16px;
  }
}

.hero--news--h {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  width: 48px;
  border: 2px solid #fff;
}

.hero--news--h,
.hero--news--slide,
.hero--news--more {
  height: 120px;
}

.hero--news--slide {
  background-color: rgba(255, 255, 255, 0.85);
  width: calc(100% - 138px);
}
@media screen and (max-width: 47.9375em) {
  .hero--news--slide {
    width: calc(100% - 48px);
  }
}

.hero--news--slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 120px;
  padding: 24px;
}

.hero--news--slide a span {
  margin-right: 16px;
  margin-bottom: 1px;
}

.hero--news--slide a h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hero--news--more {
  position: absolute;
  right: 31px;
  bottom: 28px;
  height: auto;
}

.hero--news--arrows {
  position: absolute;
  top: 31px;
  right: 26px;
  width: 45px;
  justify-content: space-between;
}
.hero--news--arrows div {
  content: "";
  width: 13px;
  height: 13px;
  border: solid var(--clr-main);
  border-width: 2px 2px 0 0;
}
.hero--news--arrows .slick-prev {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.hero--news--arrows .slick-next {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 47.9375em) {
  .hero--news--arrows {
    top: 21px;
    right: 17px;
  }
}

.hero--news--ui {
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 47.9375em) {
  .hero--news--ui {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 47.9375em) {
  .hero_slide-pc {
    display: none !important;
  }
  .hero_slide-sp {
    display: block !important;
  }
  .hero--news--h span {
    margin-top: auto;
    margin-bottom: auto;
  }
  .hero--news--more-sp {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 8px;
    border-top: 2px solid #fff;
  }
  .hero--news--more-sp svg {
    margin: auto;
    width: 24px;
  }
}
/* hero sp cta */
@media screen and (max-width: 67.5em) {
  .cta-sp {
    display: grid;
    grid-template-columns: 40% 1fr 1fr;
    gap: 12px;
  }
  .cta-sp .gnav--sub_cta,
  .cta-sp .gnav--contact {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
  .cta-sp a:not([href^=tel]) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 136px;
    border-radius: 8px;
  }
  .cta-sp a:not([href^=tel]) span {
    font-size: 1.1428571429rem;
    line-height: 1.3;
  }
  .cta-sp .gnav--contact a {
    background-color: var(--btn-bg-cta-red);
  }
  .cta-sp .gnav--contact img {
    width: 40px;
  }
  .cta-sp .gnav--contact span {
    font-size: 1.4285714286rem;
  }
  .cta-sp .gnav--line img {
    width: 64px;
    margin-bottom: 4px;
  }
  .cta-sp .gnav--emr img {
    width: 48px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 48em) {
  .hero--sp_cta {
    display: none;
  }
}
/* home_news
********************************************** */
.home_news {
  padding: 40px 0;
  background-color: #fff;
  border-bottom: 1px solid #EEE;
}
@media screen and (max-width: 47.9375em) {
  .home_news {
    padding: 20px 5%;
  }
}

.home_news .news_list {
  flex: 1;
}

.news_list--ttl {
  display: block;
  position: relative;
  margin-right: 40px;
  padding: 0;
  line-height: 1.2;
}
@media screen and (max-width: 47.9375em) {
  .news_list--ttl {
    width: auto;
    float: none;
    height: auto;
    margin-bottom: 16px;
  }
}

/* --- inner --- */
.inner {
  width: var(--inner);
  max-width: var(--inner-max);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .inner {
    width: var(--inner-sp);
  }
}

.inner-sm {
  max-width: 880px;
}

.inner-lg {
  max-width: 1440px;
}

.inner-xl {
  max-width: calc(100% - 112px);
}
@media screen and (max-width: 67.5em) {
  .inner-xl {
    max-width: 90%;
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-xl {
    max-width: 90%;
  }
}

.page_wrapper {
  position: relative;
  display: flex;
}
@media screen and (max-width: 47.9375em) {
  .page_wrapper {
    display: block;
  }
}

.page_wrapper .page_ttl {
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  text-align: left;
  align-items: flex-start;
  flex-shrink: 0;
  width: min(512px, 26.6vw);
  height: 100vh;
  padding-top: 180px;
  background-image: url(../images/common/bg_side_left.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.page_wrapper .page_ttl > .inner {
  width: 85%;
  position: relative;
  text-align: left;
  padding: 0;
  padding-bottom: min(70px, 7vh);
}
.page_wrapper .page_ttl > .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 222px;
  height: 8px;
  background-image: url(../images/common/ttl_line_01.svg);
}
@media screen and (max-width: 47.9375em) {
  .page_wrapper .page_ttl > .inner::after {
    background-image: url(../images/common/ttl_line_sp.svg);
    width: 100%;
    height: 4px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.page_wrapper .page_ttl .page_ttl-jp {
  font-size: min(3.5rem, 3.4vw);
  line-height: 1.15;
  transform: translateX(-0.07em);
}
.page_wrapper .page_ttl::after {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .page_wrapper .page_ttl {
    position: relative;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
    height: auto;
    width: var(--inner-sp);
    background-image: url(../images/common/ttl_bg_logomark.png);
    background-size: 64px 90px;
    background-repeat: no-repeat;
    background-position: right 34px top 0px;
    padding-top: 16px;
    margin: auto;
  }
  .page_wrapper .page_ttl > .inner {
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
  }
  .page_wrapper .page_ttl .page_ttl-jp {
    font-size: 1.7142857143rem;
  }
}

.page_wrapper main {
  width: auto;
  flex-grow: 1;
  margin-left: auto;
}
@media screen and (max-width: 47.9375em) {
  .page_wrapper main {
    width: 100%;
  }
}

.page_wrapper::after {
  content: "";
  position: sticky;
  top: 0;
  right: 0;
  width: min(144px, 5.8vw);
  height: 100vh;
  background-image: url(../images/common/bg_side_right.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}

/* anchor navi
################################ */
.anchor_nav .inner {
  width: 70%;
  margin-left: 7%;
  border-radius: 8px;
  margin-top: 40px;
  font-size: 0.875rem;
}
.anchor_nav .inner a {
  position: relative;
  display: block;
  padding: 0.2em 0.9em;
  background-color: #fff;
  margin: 4px 0;
  width: fit-content;
  border-radius: 2px;
  font-size: 0.8125rem;
  box-shadow: #c4d100 1px 1px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: var(--bezier);
}
.anchor_nav .inner a.current {
  padding-left: 1.5em;
  color: var(--clr-main);
}
.anchor_nav .inner a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--clr-main);
  border-radius: 50%;
  transform: translateX(-50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: var(--bezier);
}
@media screen and (max-width: 47.9375em) {
  .anchor_nav .inner a::before {
    display: none;
  }
}
.anchor_nav .inner a.current::before {
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 47.9375em) {
  .anchor_nav .inner {
    width: 100%;
    margin-left: 0;
    border-radius: 8px;
    margin-top: 40px;
    font-size: 0.875rem;
  }
  .anchor_nav .inner ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    padding-bottom: 4px;
  }
  .anchor_nav .inner a {
    display: flex;
    align-items: center;
    box-shadow: none;
    border-bottom: 1px dotted var(--clr-main);
    border-radius: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-right: 2.4em;
    padding-left: 0.8em;
  }
  .anchor_nav .inner a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url(../images/common/icon-arrow-list.svg);
    background-size: cover;
  }
}
.page-promise .anchor_nav {
  display: none;
}

/* loops contents 
################################ */
.page_wrapper #section-01::after {
  content: "";
  position: absolute;
  right: 69px;
  top: 120px;
  display: block;
  width: min(248px, 15.5vw);
  height: 349px;
  background-image: url(../images/common/ttl_bg_logomark.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 100em) {
  .page_wrapper #section-01::after {
    opacity: 0.4;
  }
}
@media screen and (max-width: 47.9375em) {
  .page_wrapper #section-01::after {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .page_wrapper #section-01 {
    padding-top: 146px;
  }
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section_pdg-t {
  padding-top: 80px;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-t {
    padding-top: 40px;
  }
}

.section_pdg-b {
  padding-bottom: 80px;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-b {
    padding-bottom: 40px;
  }
}

.section_pdg-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/* ttl
********************************************** */
/* --- page_ttl --- */
.page_ttl {
  position: relative;
  z-index: 10;
  overflow: hidden;
  justify-content: flex-end;
  align-items: flex-end;
  color: var(--clr-main);
  letter-spacing: var(--ltr-space-ttl);
  height: 356px;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    background-image: url(../images/common/ttl_bg_logomark.png);
    background-size: 64px 90px;
    background-repeat: no-repeat;
    background-position: right 34px top 0px;
    padding-top: 16px;
  }
  .page_ttl > .inner {
    width: var(--inner-sp);
    text-align: center;
    padding-bottom: 32px;
    padding-top: 0;
  }
  .page_ttl br {
    display: none;
  }
}
.page_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 880px;
  height: 4px;
  background-image: url(../images/common/ttl_line.svg);
  background-position: center;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl::after {
    width: 100%;
    height: 4px;
    background-repeat: no-repeat;
    background-image: url(../images/common/ttl_line_sp.svg);
  }
}

.page_ttl--bg-wrap {
  height: 500px;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl--bg-wrap {
    height: 120px;
  }
}

.page_ttl--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.page_ttl-jp {
  font-size: 3.5rem; /* 48px */
  margin-bottom: 0.2em;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-jp {
    font-size: 1.7142857143rem; /* 28px */
  }
}

.page_ttl-en {
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem; /* 18px */
  font-family: var(--font-en, "Montserrat", sans-serif);
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-en {
    font-size: 1rem; /* 16px */
  }
}

/* --- ttl --- */
.ttl-01,
.ttl-02,
.ttl-03 {
  letter-spacing: 0.1em;
  font-family: var(--font-jp-en-b);
}

.ttl-01 {
  font-size: min(3rem, 3vw); /* 48px */
  color: var(--clr-blk);
  line-height: 1.33;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 {
    font-size: 2.143rem; /* 30px */
  }
}

.ttl-02 {
  font-size: 2.5rem; /* 40px */
}
@media screen and (max-width: 47.9375em) {
  .ttl-02 {
    font-size: 1.8571428571rem; /* 28px */
  }
}

.lps_parts--img_text .inner-lg .ttl-03 {
  font-size: 2.5rem; /* 40px */
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg .ttl-03 {
    font-size: 1.4285714286rem;
  }
}

.ttl-03 {
  font-size: 1.75rem; /* 28px */
}
@media screen and (max-width: 47.9375em) {
  .ttl-03 {
    font-size: 1.4285714286rem;
  }
}

.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03 {
  position: relative;
  z-index: 1;
}

.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 1em;
}

.ttl-04 {
  font-size: 1.5rem; /* 24px */
}

.lps_sec .column-3 .ttl-03,
.lps_sec .column-4 .ttl-03 {
  font-size: 1.5rem; /* 24px */
}
@media screen and (max-width: 47.9375em) {
  .lps_sec .column-3 .ttl-03,
  .lps_sec .column-4 .ttl-03 {
    font-size: 1.714rem; /* 24px */
  }
}

.heading-1 {
  font-size: 2rem;
  color: var(--clr-main);
  margin-bottom: 1em;
  font-family: var(--font-jp-en-b);
  letter-spacing: var(--ltr-space-ttl);
}
@media screen and (max-width: 47.9375em) {
  .heading-1 {
    font-size: 1.4285714286rem;
  }
}

.heading-2 {
  font-size: 1.5rem;
  color: var(--clr-blk);
  margin-bottom: 1em;
  font-family: var(--font-jp-en-b);
  letter-spacing: var(--ltr-space-ttl);
}
@media screen and (max-width: 47.9375em) {
  .heading-2 {
    font-size: 1.2857142857rem;
  }
}

.heading-3 {
  font-size: 1.25rem;
  color: var(--clr-blk);
  margin-bottom: 1em;
  font-family: var(--font-jp-en-b);
  letter-spacing: var(--ltr-space-ttl);
}
@media screen and (max-width: 47.9375em) {
  .heading-3 {
    font-size: 1.1428571429rem;
  }
}

.ttl-side_border {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--clr-main);
  font-family: var(--font-jp-b);
  margin-bottom: 1em;
}
.ttl-side_border::before, .ttl-side_border::after {
  content: "";
  height: 1px;
  width: auto;
  flex-grow: 1;
  border: 1px dashed var(--clr-main);
}
.ttl-side_border::before {
  margin-right: 1em;
}
.ttl-side_border::after {
  margin-left: 1em;
}

/* ##############################################################################

    ARCHIVE

############################################################################## */
/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: min(80px, 5vw);
  overflow: hidden;
}

/* --- post --- */
.post {
  position: relative;
}

.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.post--date {
  color: #aaa;
}

.post--info.flex .post--date + .cat_list {
  margin-left: auto;
}

.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.post--txtarea {
  width: 100%;
}

.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.813rem; /* 13px */
  background-color: var(--clr-main, #009140);
  color: #fff;
  padding: 0.25em 1em;
  float: left;
  white-space: nowrap;
  margin: 2px;
  border-radius: 4px;
}

.cat_list a:hover {
  opacity: 0.7;
}

/* eyecatch hover */
.hover_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 145, 64, 0.5);
  font-size: 120%;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.hover_overlay span {
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.3, 0.45, 0, 1.03);
}

@media screen and (min-width: 768px) {
  /* PC hover */
  .hover_overlay_item:hover .hover_overlay {
    opacity: 1;
  }
  .hover_overlay_item:hover .hover_overlay span {
    transform: translateY(0);
    opacity: 1;
  }
  .hover_overlay_item:hover .hover_overlay span:nth-child(2) {
    transition-delay: 0.05s;
  }
  .hover_overlay_item:hover .hover_overlay span:nth-child(3) {
    transition-delay: 0.1s;
  }
  .hover_overlay_item:hover .hover_overlay span:nth-child(4) {
    transition-delay: 0.15s;
  }
}
@media screen and (max-width: 68.75em) {
  .container > .inner.flex {
    display: block;
  }
  .main_column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
/* --- post-blog --- */
.post-blog {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 47.9375em) {
  .post-blog {
    align-items: flex-start;
  }
}

.post-blog .post--img {
  width: 240px;
  height: 180px;
  flex-shrink: 0;
  margin-right: 32px;
}
@media screen and (max-width: 47.9375em) {
  .post-blog .post--img {
    width: 35%;
    height: auto;
    margin-right: 1.5em;
  }
  .post-blog .post--img::before {
    padding-top: 66.6%;
  }
}

.post-blog:hover .post--ttl a {
  color: var(--clr-main);
}

@media screen and (max-width: 47.9375em) {
  .post-blog .post--ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .post-blog .post--txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .post-blog .post--info {
    margin-bottom: 4px;
  }
  .post-blog .cat_list a {
    font-size: 0.5714285714rem;
  }
}
/* side_column
**************************************** */
.side_column {
  width: 264px;
}
@media screen and (max-width: 68.75em) {
  .side_column {
    width: 100%;
  }
}

.side_section:not(:last-child) {
  margin-bottom: 64px;
}

.side--ttl {
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 16px;
}

.side--ttl small {
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 1px;
  margin-left: 8px;
}

/* --- list --- */
.side--list a {
  display: block;
}

/* --- post --- */
.posts-side .post:not(:last-child) {
  margin-bottom: 16px;
}

.posts-side .post--img {
  margin-right: 16px;
  width: 64px;
  height: 64px;
}
.posts-side .post--img img {
  border-radius: 8px;
}

.posts-side .txtarea {
  flex: 1;
}

.posts-side .post--date {
  margin-bottom: 0;
}

.posts-side .post--ttl {
  line-height: 1.4;
}

/* --- archive --- */
.side_column .archive_list,
.side_column .cat-item a {
  background-color: #fff;
  padding: 4px 18px;
  border-radius: 16px;
}

.side_column .cat-item a:hover {
  color: var(--clr-main);
}

.side_column .archive_list {
  margin-bottom: 8px;
}

.side_column .cat-item {
  margin-bottom: 8px;
}

.side_column .archive_list--ttl {
  cursor: pointer;
  font-weight: 500;
  line-height: 1.8;
}

.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: var(--trans-default, all 0.4s ease-out);
  border-color: var(--clr-main);
}

.side_column .archive_list--ttl.active::after {
  transform: rotate(315deg);
}

.side_column .archive_month {
  display: none;
}
.side_column .archive_month a {
  padding-left: 8px;
}
.side_column .archive_month a:hover {
  color: var(--clr-main);
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}

.archive-pulldown .archive_list {
  position: relative;
}

.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}

.archive-pulldown .archive_list a {
  display: block;
  padding: 0.25em 1em;
  text-align: left;
}

.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.archive-pulldown .archive_list a:hover {
  background-color: #eee;
}

.archive-pulldown .archive_list--label {
  margin-right: 8px;
}

.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 0.25em 4em 0.25em 2em;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: var(--font-primary, "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif);
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.4em;
  right: 0.8em;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.archive-pulldown .active .archive_list--btn::after {
  bottom: -0.2em;
  transform: rotate(225deg);
}

.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* column
**************************************** */
.post-type-column {
  background-image: url(../images/common/pt_bg_02.jpg);
}

.post-type-column .main_column {
  padding: min(100px, 6.66vw);
  background-color: #fff;
}

.posts-column .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}

.posts-column .post:first-child {
  border-top: 1px solid #e5e5e5;
}

.posts-column .post--txtarea {
  flex: 1;
  word-break: break-word;
}

.posts-column .post--img {
  width: 280px;
  margin-right: 40px;
}

.posts-column .post--img::before {
  padding-top: 75%;
}

@media screen and (max-width: 47.9375em) {
  .posts-column .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-column .post--img {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .posts-column .post--img img {
    width: auto;
    max-width: 100%;
  }
  .archive-column .inner {
    width: 95%;
  }
  .archive-column .side_column {
    width: 90%;
    margin: auto;
  }
}
/* news
**************************************** */
/* --- news--archive --- */
.news--archive {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
}

.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}

.news--archive a {
  color: #fff;
}

@media screen and (max-width: 47.9375em) {
  .archive-news .bg-dot_circle {
    background-image: none;
  }
}
/* --- news_list --- */
.news_list .post {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 47.9375em) {
  .news_list .post {
    display: block;
  }
}

.news_list .post--info {
  margin-right: 32px;
}
@media screen and (max-width: 47.9375em) {
  .news_list .post--info {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

.news_list .post--link:not([href="javascript:void(0);"]):hover {
  color: var(--clr-main, #009140);
}

.news_list .post--link:hover svg {
  fill: var(--clr-main, #009140);
}

.news_list .post--info.flex .post--date + .cat_list {
  margin-left: 16px;
}

.news_list .cat_list a:nth-child(n+2) {
  display: none;
}

.news_list .has_link::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  transform: rotate(45deg);
}

.news_list .has_link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: var(--clr-main);
  transition: width 0.3s ease-out, opacity 0.3s;
}

.news_list .has_link:hover::after {
  width: 100%;
  opacity: 1;
}

/* voice
**************************************** */
.archive-voice .main_column {
  margin-right: 0;
  overflow: visible;
}

@media screen and (max-width: 47.9375em) {
  .voice--read {
    width: 100%;
  }
}
/* catlist */
.voice--catlist {
  position: relative;
  width: min(880px, 100%);
  margin: 0 auto 64px;
  box-shadow: var(--shadow-defalut);
  border-radius: 16px;
  padding: 40px;
}
.voice--catlist h3 {
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 2px;
}
.voice--catlist h3 img {
  width: 32px;
  margin-right: 10px;
}
.voice--catlist a {
  display: inline-block;
  background-color: var(--bg-sub);
  padding: 0.1em 0.8em;
  margin: 4px;
  border-radius: 4px;
  border: 1px solid var(--bg-sub);
}
.voice--catlist a:hover {
  border: 1px solid var(--clr-main);
}
@media screen and (max-width: 47.9375em) {
  .voice--catlist {
    padding: 20px;
  }
  .voice--catlist h3 {
    margin-bottom: 8px;
  }
  .voice--catlist::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--clr-main);
    clip-path: url(#svg_plus);
    display: none;
  }
}

/* --- post-voice --- */
.post-voice .post--img::before {
  padding-top: 80%;
}

.post-voice table th {
  font-size: 1rem;
  padding: 1em 0.5em 1em 0;
}
@media screen and (max-width: 75em) {
  .post-voice table th {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 75em) {
  .post-voice h2 {
    font-size: 1.25rem;
  }
}

.post-voice .post--ttl em,
.single-voice .post--ttl em {
  padding: 4px;
  background-color: var(--clr-txt-sub);
  color: var(--clr-body);
}

.post-voice .no_img {
  background-image: url(../images/common/pt_bg_02.jpg);
}

.post-voice table {
  width: 100%;
}
@media screen and (max-width: 75em) {
  .post-voice table {
    font-size: 0.875rem;
  }
  .post-voice table th, .post-voice table td {
    padding: 1em 0.5em;
  }
}

/* feature
 ############################### */
@media screen and (max-width: 47.9375em) {
  .page-feature .ttl-01 img {
    width: 140px;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-customer #section-03 .column-2 .lps_parts--child {
    display: flex;
    flex-direction: row;
  }
  .page-customer #section-03 .column-2 .lps_parts--child .column_item {
    width: 48%;
    background-color: transparent;
    background-image: none;
  }
  .page-customer #section-03 .column-2 .lps_parts--child .text {
    padding: 0;
  }
  .page-customer #section-03 .column-2 .lps_parts--child .editor-ttl2 span {
    font-size: 1.4285714286rem;
  }
}
/* company
 ############################### */
@media screen and (min-width: 48em) {
  .page-company #section-01 .ttl-01 {
    max-width: 1400px;
  }
  .page-company #section-01::after {
    display: none;
  }
}
/* thanks
 ############################### */
@media screen and (min-width: 67.5625em) {
  .page-thanks .page_wrapper .page_ttl .page_ttl-jp {
    font-size: min(3.5rem, 2.5vw);
  }
}
/* 404
############################### */
@media screen and (min-width: 67.5625em) {
  .page-404 .page_wrapper .page_ttl .page_ttl-jp {
    font-size: min(3.5rem, 2.5vw);
  }
  .page-404 .section_pdg {
    padding-top: 120px;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-404 .page_wrapper .page_ttl .page_ttl-jp {
    font-size: 1.5rem;
  }
}
/* ##############################################################################

    SEARCH

############################################################################## */
#search-list .section_pdg {
  padding-top: 50px;
  padding-bottom: 50px;
}

#search-list .ttl-01 {
  margin: 70px 0 0;
}

/* ##############################################################################

    SINGLE

############################################################################## */
/* --- ページタイトルがない場合 --- */
.single .container {
  padding-top: 120px;
}
@media screen and (max-width: 47.9375em) {
  .single .container {
    padding-top: 0;
  }
}

/* --- アイキャッチ --- */
.eyecatch {
  margin-bottom: 2rem;
}

/* --- 目次 --- */
div#ez-toc-container {
  padding: 24px;
  background: #fafafa;
}

.ez-toc-title-container {
  margin-bottom: 10px;
}

div#ez-toc-container p.ez-toc-title {
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
}

#ez-toc-container.counter-hierarchy ul {
  font-size: 1.0625rem;
}

#ez-toc-container.counter-hierarchy ul li {
  margin-top: 8px;
}

#ez-toc-container.counter-hierarchy ul ul {
  margin-left: 1rem;
}

#ez-toc-container.counter-hierarchy ul ul a {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}

#ez-toc-container.counter-hierarchy ul ul a::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.6rem;
  height: 0;
  border-bottom: 1px solid;
}

/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}

#pass input[name=post_password] {
  padding: 5px;
  border: solid 1px #aaa;
  outline: none;
}

#pass input[type=submit] {
  padding: 4px 16px;
  letter-spacing: 0.15em;
  background-color: #ddd;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: var(--transit-default, all 0.4s ease-out);
}

#pass input[type=submit]:hover {
  opacity: 0.7;
}

/* column
**************************************** */
.single-column .post--info {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .single-column .section_ttl {
    font-size: 1.4285714286rem;
  }
  .single-column .inner {
    width: 95%;
    padding-top: 24px;
  }
  .single-column .side_column {
    width: 90%;
    margin: auto;
  }
}
/* blog--share
**************************************** */
.blog--share {
  margin-top: 4rem;
}

.blog--share_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem; /* 6px */
}
@media screen and (max-width: 47.9375em) {
  .blog--share_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog--share_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0.5em;
  line-height: 1;
  font-size: 0.75rem; /* 12px */
  font-weight: bold;
  border: 1px solid #ddd;
}

.blog--share_list li.twitter a {
  color: #2BA1F2;
}
.blog--share_list li.facebook a {
  color: #2477F2;
}
.blog--share_list li.line a {
  color: #27C754;
}
.blog--share_list li.pocket a {
  color: #EF4056;
}
.blog--share_list li.linkedin a {
  color: #2867B2;
}
.blog--share_list li.hatena a {
  color: #29A4DE;
}

.blog--share_list img {
  margin-right: 10px;
}

.blog--share_list a:hover {
  opacity: 0.5;
}

/* blog--related
**************************************** */
.posts_scroll {
  overflow: auto;
  padding-bottom: 2rem;
}

.posts_scroll .post {
  display: block;
  width: 46%;
  flex-shrink: 0;
}
@media screen and (max-width: 47.9375em) {
  .posts_scroll .post {
    width: 70%;
    margin-bottom: 0;
  }
}

.posts_scroll .post:not(:last-child) {
  margin-right: 2rem;
}

.posts_scroll .post--img {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}

.posts_scroll .post--img::before {
  padding-top: 66.666%;
}

.posts_scroll .post--txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.posts_scroll::-webkit-scrollbar {
  height: 6px;
}

.posts_scroll::-webkit-scrollbar-thumb {
  background-color: var(--clr-main);
}

.posts_scroll::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi {
    margin-top: 24px;
  }
}

.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}

.wp-pagenavi a {
  position: relative;
  padding: 0.5em 1em;
  background-color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-pagenavi a:hover {
  opacity: 0.7;
}

.wp-pagenavi a {
  color: #fff;
}

.wp-pagenavi > *:not(.pages) {
  max-width: 38.4615384615%;
}

.archive .wp-pagenavi > *:not(.pages) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 47.9375em) {
  .archive .wp-pagenavi > *:not(.pages) {
    width: 32px;
    height: 32px;
  }
}

.wp-pagenavi-single a[rel=prev],
.wp-pagenavi-single a[rel=next] {
  width: 40px;
}

.wp-pagenavi > *:not(.pages) {
  margin-bottom: 4px;
}

.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 4px;
}

.wp-pagenavi .extend {
  width: 24px !important;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 8px;
  height: 8px;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  transform: rotate(-135deg);
}

.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=prev]::before {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=next]::before {
  transform: rotate(-135deg);
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -6px;
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -6px;
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}

@media screen and (max-width: 47.9375em) {
  .wp-pagenavi-single a[rel=prev],
  .wp-pagenavi-single a[rel=next] {
    width: 32px;
  }
}
/* voice
**************************************** */
.single-voice .main_column {
  margin-right: 0;
}

.single-voice .post--info--txt {
  width: 50%;
  margin-right: 5%;
}
.single-voice .post--info--txt table {
  width: 100%;
}
.single-voice .post--info--txt table th,
.single-voice .post--info--txt table td {
  font-size: 0.875rem;
  padding: 0.7em;
}
.single-voice .post--info--txt table th {
  width: 130px;
}

.single-voice .eyecatch {
  width: 45%;
  flex-shrink: 0;
}
.single-voice .eyecatch img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 24px;
}
.single-voice .eyecatch::before {
  content: "";
  position: absolute;
  background-image: url(../images/index/txt_voice.svg);
  display: block;
  width: 180px;
  height: 90px;
  top: -60px;
  left: -10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.voice--content .inner {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 80px;
  border-radius: 24px;
}

@media screen and (max-width: 47.9375em) {
  .single-voice .post--info {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-voice .post--ttl {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .single-voice .post--info--txt {
    width: 100%;
  }
  .single-voice .eyecatch {
    width: 100%;
  }
  .single-voice .eyecatch::before {
    width: 123px;
  }
  .voice--content .inner {
    padding: 32px 30px;
  }
  .voice--hero {
    padding-top: 64px;
    margin-bottom: 64px;
  }
  .single-voice .blog--related h2 {
    font-size: 1.1428571429rem;
    margin-bottom: 16px;
  }
  .single-voice .blog--related th {
    min-width: 80px;
  }
  .single-voice .posts_scroll .post {
    width: 88%;
  }
}
/* news
**************************************** */
@media screen and (max-width: 47.9375em) {
  .single-news .bg-dot_circle {
    background-image: none;
  }
}
/* sitemap
*************************************************** */
.sitemap--menu {
  flex: 1;
}

.sitemap--menu a,
.sitemap--menu span {
  display: block;
}

.sitemap--menu a {
  position: relative;
}

.sitemap--menu a:hover {
  color: var(--clr-main, #009140);
}

.sitemap--menu > li > a {
  font-size: 1.125rem; /* 18px */
  border-bottom: 1px dashed var(--clr-main);
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
}

.sitemap_sub_nav--wrap {
  padding-left: 1.25em;
  margin-bottom: 1.5em;
}

.sitemap_sub_nav a {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1.25em;
}

.sitemap_sub_nav a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--clr-main, #009140);
  border-right: 1px solid var(--clr-main, #009140);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 48em) {
  .sitemap--menu:not(:last-child) {
    margin-right: 7.41%; /* 80px */
  }
}
@media screen and (max-width: 47.9375em) {
  .sitemap--menu:not(:last-child) {
    margin-bottom: 24px;
  }
  .page-sitemap .lps_sec:first-child {
    padding-top: 40px;
  }
}
/* top common
 ############################### */
.section_ttl-top {
  position: relative;
  width: fit-content;
  font-size: 3rem;
  font-family: var(--font-jp-b);
  letter-spacing: var(--ltr-space-ttl);
  overflow: hidden;
  padding: 0 0.3em 40px 0.3em;
}
.section_ttl-top span {
  position: absolute;
  right: 28px;
  display: block;
  font-size: 1rem;
  font-family: var(--font-en);
  color: var(--clr-main);
  letter-spacing: var(--ltr-space-default);
  font-weight: 500;
}
.section_ttl-top span::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1010px;
  width: 1000px;
  height: 4px;
  background-color: var(--clr-main);
}
.section_ttl-top span::after {
  content: "";
  position: absolute;
  top: 0.8em;
  right: -1010px;
  width: 1000px;
  height: 4px;
  background-color: var(--clr-main);
}
@media screen and (max-width: 47.9375em) {
  .section_ttl-top {
    font-size: 2.1428571429rem;
    padding: 0 0 32px 0;
  }
}

.section_ttl-top.section_ttl-top-sm {
  margin-left: auto;
  margin-right: auto;
}
.section_ttl-top.section_ttl-top-sm span {
  position: relative;
  right: auto;
  text-align: center;
}
.section_ttl-top.section_ttl-top-sm span::before,
.section_ttl-top.section_ttl-top-sm span::after {
  display: none;
}

@media screen and (max-width: 47.9375em) {
  body.home {
    padding-top: 0;
  }
}
/* insurance
 ############################### */
@media screen and (max-width: 47.9375em) {
  .top--insurance {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 130px, rgb(243, 246, 204) 130px);
    padding-top: 20px;
    padding-bottom: 158px;
  }
}
.top_map_area {
  padding-bottom: 260px;
}
@media screen and (max-width: 47.9375em) {
  .top_map_area {
    padding-bottom: 0;
  }
}

.top--insurance .section_ttl-top,
.top--insurance .top--insurance--menu {
  margin-left: 2%;
}

.top--insurance--menu {
  height: 80px;
  align-items: flex-end;
}
.top--insurance--menu > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  width: min(400px, 33%);
  height: 72px;
  background-color: #8a8888;
  color: #fff;
  border-radius: 24px 24px 0 0;
  margin-right: 1px;
  transition: var(--transit-default);
  transition-duration: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .top--insurance--menu > div::after {
    content: "";
    position: absolute;
    right: 26px;
    display: block;
    width: 11px;
    height: 11px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 75em) {
  .top--insurance--menu > div {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .top--insurance--menu > div {
    font-size: 1.1428571429rem;
    line-height: 1.2;
    text-align: center;
  }
}
.top--insurance--menu > div.active {
  height: 80px;
  background-color: #30a649;
}

.top--insurance--content > div {
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 48px;
}
@media screen and (max-width: 47.9375em) {
  .top--insurance--content > div {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.45);
  }
}
.top--insurance--content > div.active {
  display: block;
}

/* business */
.business_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px 32px;
}
@media screen and (max-width: 100em) {
  .business_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 68.75em) {
  .business_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 47.9375em) {
  .business_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.business_list > li {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: clamp(24px, 1.94vw, 35px);
  overflow: hidden;
}
.business_list .business_icon {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  transition: 0.45s cubic-bezier(0.52, 2.96, 0.44, 0.71);
}
@media screen and (max-width: 47.9375em) {
  .business_list .business_icon {
    width: 100px;
  }
}
.business_list li:hover .business_icon {
  transform: scale(1.08);
}
.business_list h4 {
  text-align: center;
  font-family: var(--font-jp-b);
  font-size: clamp(1.5rem, 1.6vw, 1.75rem);
  margin-bottom: 16px;
}
.business_list p {
  font-size: 0.9375rem;
  margin-bottom: 24px;
}
.business_list .business--all {
  background-color: #007c3e;
}
.business_list .business--all h4 {
  color: #c3d000;
}
.business_list .business--all .business_list--arrow {
  background-color: #c3d000;
}

.business_list--arrow {
  position: absolute;
  display: flex;
  align-items: center;
  right: -30px;
  bottom: -30px;
  transform: rotate(45deg);
  width: 60px;
  height: 60px;
  opacity: 0.5;
  transition: 0.3s;
}
.business_list--arrow img {
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  color: #fff;
}
li:hover .business_list--arrow {
  opacity: 1;
}

.business_child_list {
  font-family: var(--font-jp-b);
  font-size: 1.25rem;
}
.business_child_list span {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted var(--clr-main);
  padding: 4px 2px 4px 2px;
  line-height: 1.4;
}
.business_child_list span::before {
  margin-right: 8px;
}
.business_child_list span::after {
  position: absolute;
  right: 8px;
}
.business--all .business_child_list {
  color: #fff;
}
.business--all .business_child_list span {
  border-bottom: 1px dotted #c3d000;
}

/* person */
.top--insurance--content .insurance-person {
  position: relative;
}
.top--insurance--content .insurance-person > p {
  margin-bottom: 80px;
}
.top--insurance--content .insurance-person::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: min(202px, 13.4vw);
  height: 188px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/index/insurance_img_person01.png");
  z-index: 2;
}
.top--insurance--content .insurance-person::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 40px;
  width: min(203px, 13.4vw);
  height: 168px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/index/insurance_img_person02.png");
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .top--insurance--content .insurance-person::before, .top--insurance--content .insurance-person::after {
    top: 133px;
  }
}

.person--wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 27px;
}
@media screen and (max-width: 47.9375em) {
  .person--wrap {
    grid-template-columns: 1fr;
    grid-gap: 76px;
  }
}

.person--wrap .person--content {
  position: relative;
  background-color: #fff;
  padding: 148px 2vw 2vw;
  border-radius: 16px;
}
@media screen and (max-width: 47.9375em) {
  .person--wrap .person--content {
    padding: 88px 2vw 2vw;
  }
}

.person_ttl {
  text-align: center;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  width: 224px;
  height: 225px;
  margin: auto;
  padding-top: 48px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  .person_ttl {
    top: -62px;
    width: 144px;
    height: 144px;
    padding-top: 27px;
  }
}
.person_ttl img {
  margin-bottom: 8px;
}
@media screen and (max-width: 47.9375em) {
  .person_ttl img {
    height: 54px;
    width: auto;
  }
}
.person_ttl h4 {
  font-size: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .person_ttl h4 {
    font-size: 1.5714285714rem;
  }
}
.person--content-damage .person_ttl {
  color: #14b062;
}
.person--content-life .person_ttl {
  color: #f15d5d;
}

.person--wrap .person_list {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  row-gap: 8px;
  flex-wrap: wrap;
  color: #fff;
}
.person--wrap .person_list li {
  display: flex;
  width: calc(33.3333333333% - 5.3333333333px);
  flex-direction: column;
  align-items: center;
  padding: 1.6vw 0.6vw 1vw;
  background-color: var(--clr-main);
  border-radius: 8px;
}
@media screen and (max-width: 47.9375em) {
  .person--wrap .person_list li {
    width: calc(50% - 8px);
    padding: 12px 8px 12px;
  }
}
.person--wrap .person_list .person_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 7vw;
  height: 7vw;
  background-color: #fff;
  border-radius: 505%;
}
@media screen and (max-width: 47.9375em) {
  .person--wrap .person_list .person_icon {
    width: 16vw;
    height: 16vw;
    margin-bottom: 8px;
  }
}
.person--wrap .person_list img {
  width: 80%;
  height: 57%;
  object-fit: contain;
}
.person--wrap .person_list p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: min(1.375rem, 1.2vw);
  height: 2.36em;
  line-height: 1.2;
  font-family: var(--font-jp-b);
}
.person--wrap .person_list p span {
  font-size: 70%;
  margin-top: 0.1em;
}
@media screen and (max-width: 47.9375em) {
  .person--wrap .person_list p {
    font-size: 1.1428571429rem;
  }
}

.person--content-damage li:nth-child(1) {
  background-color: #009141;
}
.person--content-damage li:nth-child(2) {
  background-color: #14b062;
}
.person--content-damage li:nth-child(3) {
  background-color: #44c082;
}
.person--content-damage li:nth-child(4) {
  background-color: #308820;
}
.person--content-damage li:nth-child(5) {
  background-color: #519b43;
}
.person--content-damage li:nth-child(6) {
  background-color: #6db15f;
}

.person--content-life li:nth-child(1) {
  background-color: #f15d5d;
}
.person--content-life li:nth-child(2) {
  background-color: #fb8080;
}
.person--content-life li:nth-child(3) {
  background-color: #f89b9b;
}
.person--content-life li:nth-child(4) {
  background-color: #f15d6e;
}
.person--content-life li:nth-child(5) {
  background-color: #f97988;
}
.person--content-life li:nth-child(6) {
  background-color: #ff97a3;
}

@media screen and (max-width: 47.9375em) {
  .person--content-damage li:nth-child(1) {
    background-color: #009141;
  }
  .person--content-damage li:nth-child(3) {
    background-color: #14b062;
  }
  .person--content-damage li:nth-child(5) {
    background-color: #44c082;
  }
  .person--content-damage li:nth-child(2) {
    background-color: #308820;
  }
  .person--content-damage li:nth-child(4) {
    background-color: #519b43;
  }
  .person--content-damage li:nth-child(6) {
    background-color: #6db15f;
  }
  .person--content-life li:nth-child(1) {
    background-color: #f15d5d;
  }
  .person--content-life li:nth-child(3) {
    background-color: #fb8080;
  }
  .person--content-life li:nth-child(5) {
    background-color: #f89b9b;
  }
  .person--content-life li:nth-child(2) {
    background-color: #f15d6e;
  }
  .person--content-life li:nth-child(4) {
    background-color: #f97988;
  }
  .person--content-life li:nth-child(6) {
    background-color: #ff97a3;
  }
}
/* teacher */
.top--insurance--content .insurance-teacher {
  position: relative;
}
.top--insurance--content .insurance-teacher::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: min(350px, 18.2vw);
  height: 155px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/index/insurance_img_person03.png");
  z-index: 2;
}
.top--insurance--content .insurance-teacher::after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 40px;
  width: min(233px, 12.1vw);
  height: 151px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/index/insurance_img_person04.png");
  z-index: 2;
}
@media screen and (max-width: 85.375em) {
  .top--insurance--content .insurance-teacher::before {
    content: "";
    position: absolute;
    top: 26px;
    bottom: auto;
    width: min(350px, 17.2vw);
  }
  .top--insurance--content .insurance-teacher::after {
    content: "";
    bottom: 20px;
    right: 21px;
    width: min(233px, 12.1vw);
    height: 111px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top--insurance--content .insurance-teacher::before, .top--insurance--content .insurance-teacher::after {
    display: none;
  }
}

@media screen and (max-width: 85.375em) {
  .insurance-teacher .teacher--wrap {
    flex-direction: column;
  }
}

.insurance-teacher h3 {
  font-size: min(2.5rem, 2vw);
}
@media screen and (max-width: 85.375em) {
  .insurance-teacher h3 {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .insurance-teacher h3 {
    font-size: 1.4285714286rem;
  }
}

.teacher_txt {
  margin-right: min(80px, 5vw);
  width: 43%;
}
@media screen and (max-width: 85.375em) {
  .teacher_txt {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    max-width: 860px;
  }
}
@media screen and (max-width: 47.9375em) {
  .teacher_txt {
    width: 100%;
  }
}

.teacher_item_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
@media screen and (max-width: 47.9375em) {
  .teacher_item_list {
    grid-template-columns: 1fr;
  }
}
.teacher_item_list li {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5vw 1vw;
  font-size: 1.5rem;
  font-family: var(--font-jp-b);
  border-radius: 16px;
  width: 15.1vw;
  overflow: hidden;
}
@media screen and (max-width: 85.375em) {
  .teacher_item_list li {
    width: auto;
    padding: 2.5vw 3.3vw;
  }
}
@media screen and (max-width: 47.9375em) {
  .teacher_item_list li {
    flex-direction: row;
  }
}
.teacher_item_list .teacher_icon {
  text-align: center;
}
.teacher_item_list .teacher_icon img {
  max-width: 75%;
  margin-bottom: 16px;
  transition: 0.45s cubic-bezier(0.52, 2.96, 0.44, 0.71);
}
@media screen and (max-width: 47.9375em) {
  .teacher_item_list .teacher_icon img {
    width: 120px;
    margin-bottom: 0;
  }
}
.teacher_item_list li:hover .teacher_icon img {
  transform: scale(1.08);
}
.teacher_item_list p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.25rem, 1.4vw, 1.5rem);
  height: 2.36em;
  line-height: 1.4;
}
.teacher_item_list p span {
  font-size: 80%;
}
@media screen and (max-width: 47.9375em) {
  .teacher_item_list p {
    text-align: left;
  }
}

@media screen and (max-width: 47.9375em) {
  .teacher_txt--box h5 {
    font-size: 1.2857142857rem;
  }
}
/* reason
 ############################### */
.home #wrapper::before {
  content: "";
  position: absolute;
  top: -188px;
  left: 0;
  width: 100%;
  height: 190px;
  background-image: url(../images/index/hero_bg_sec_wh.svg);
  background-size: auto 300px;
  background-position: top;
}

@media screen and (max-width: 47.9375em) {
  .home #wrapper::before {
    width: 100%;
    height: 130px;
    top: -129px;
    background-size: auto 170px;
  }
  .top--insurance::before {
    content: "";
    position: absolute;
    top: -129px;
    left: 0;
    width: 100%;
    height: 130px;
    background-image: url(../images/index/hero_bg_sec_wh.svg);
    background-size: auto 170px;
    background-position: top;
  }
}
.top--reason {
  padding-top: 20px;
  overflow: hidden;
}

.top--reason .section_ttl-top {
  margin-right: 100px;
  flex-shrink: 0;
}

.top--reason .slide_wrap {
  width: 85%;
  max-width: 1360px;
}

.reason_list {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(448px, 23.3vw);
  height: 450px !important;
  padding: min(48px, 3vw);
}
@media screen and (max-width: 47.9375em) {
  .reason_list {
    height: 360px !important;
    padding: 32px;
  }
}
.reason_list .reason_list--icon {
  margin-bottom: 64px;
  transition: transform 0.5s cubic-bezier(0.02, 0.82, 0.58, 1.64);
}
@media screen and (max-width: 47.9375em) {
  .reason_list .reason_list--icon {
    margin-bottom: 44px;
  }
}
.reason_list:hover .reason_list--icon {
  transform: scale(1.1);
}
.reason_list h3 {
  position: relative;
  text-align: center;
  font-size: min(1.75rem, 1.7vw);
  font-family: var(--font-jp-b);
  margin-bottom: 16px;
}
@media screen and (max-width: 47.9375em) {
  .reason_list h3 {
    font-size: 1.4285714286rem;
  }
}
.reason_list h3::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 32px;
  height: 2px;
  background-color: var(--clr-main);
}
.reason_list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/pt_bg_02.jpg);
  z-index: -1;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: 0.2s ease-out;
}
.reason_list:hover::before {
  border: 2px solid var(--clr-main);
}
@media screen and (min-width: 64.125em) {
  .reason_list.swiper-slide-next::before {
    height: 110%;
    margin: auto;
    border: 2px solid var(--clr-main);
  }
}
@media screen and (max-width: 47.9375em) {
  .reason_list img {
    height: 80px;
    margin: auto;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--clr-main);
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: -3rem;
}

.swiper-button-next {
  right: -3rem;
}

.swiper-button-prev::before {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next::before {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

/* customer
 ############################### */
.top--customer .section_ttl-top {
  overflow: visible;
}
@media screen and (max-width: 47.9375em) {
  .top--customer .section_ttl-top {
    width: 100%;
    text-align: center;
  }
}
.top--customer .section_ttl-top::before, .top--customer .section_ttl-top::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -120px;
  display: block;
  width: 64px;
  height: 72px;
  background-image: url(../images/illust/illust_tree_06.svg);
  background-size: 100% auto;
}
.top--customer .section_ttl-top::after {
  left: auto;
  right: -120px;
}
@media screen and (max-width: 47.9375em) {
  .top--customer .section_ttl-top::before, .top--customer .section_ttl-top::after {
    width: 44px;
    height: 50px;
  }
  .top--customer .section_ttl-top::before {
    left: 0;
  }
  .top--customer .section_ttl-top::after {
    right: 0;
  }
}

.top--customer .customer_box {
  border-radius: 16px;
  padding: min(64px, 4vw) 24px;
}

.top--customer .customer_box--data > div {
  padding: 0 20px;
}
@media screen and (max-width: 47.9375em) {
  .top--customer .customer_box--data > div {
    padding: 20px 0;
  }
}
.top--customer .customer_box--data > div:first-child {
  border-right: 2px solid var(--clr-main);
}
@media screen and (max-width: 47.9375em) {
  .top--customer .customer_box--data > div:first-child {
    border-right: none;
    border-bottom: 2px solid var(--clr-main);
  }
}
.top--customer .customer_box--data li {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top--customer .customer_box--data li:first-child {
  margin-right: 24px;
}
.top--customer .customer_box--data span {
  font-size: min(4rem, 4vw);
  letter-spacing: 0.05em;
  margin: 0 4px;
}
@media screen and (max-width: 85.375em) {
  .top--customer .customer_box--data .fz-24 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 71.875em) {
  .top--customer .customer_box--data .customer_box--data--num {
    flex-direction: column;
    align-items: center;
  }
  .top--customer .customer_box--data h2 {
    margin-bottom: 16px;
  }
  .top--customer .customer_box--data li:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .top--customer .customer_box--data span {
    font-size: 2.2857142857rem;
    line-height: 1.3;
  }
}

.top--customer .customer_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: min(48px, 3vw);
  row-gap: 56px;
  -webkit-mask-image: linear-gradient(to top, transparent -10%, #7e7e7e 100%);
  mask-image: linear-gradient(to top, transparent -10%, #7e7e7e 100%);
}
.top--customer .customer_list .customer_list--type {
  background-color: var(--bg-sub);
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  margin-bottom: 32px;
}
.top--customer .customer_list .customer_list--name {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 85.375em) {
  .top--customer .customer_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .top--customer .customer_list .customer_list--name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .top--customer .customer_list {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }
  .top--customer .customer_list .customer_list--type {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 47.9375em) {
  .customer_box--data {
    flex-direction: column;
  }
  .top--customer .customer_box--data > div {
    width: 100%;
  }
  .customer_list li:nth-last-child(1),
  .customer_list li:nth-last-child(2) {
    display: none;
  }
}
/* voice
 ############################### */
.top--voice .post-voice {
  padding-top: 32px;
}

.top--voice .post-voice::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  width: min(200px, 12.5vw);
  height: min(60px, 3.75vw);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
  background-image: url(../images/index/voice_txt_01.svg);
}
@media screen and (max-width: 47.9375em) {
  .top--voice .post-voice::before {
    top: 0px;
    left: -20px;
    width: 169px;
    height: 51px;
  }
}

.top--voice .post-voice:nth-child(2)::before {
  background-image: url(../images/index/voice_txt_02.svg);
}

.top--voice .post-voice:nth-child(3)::before {
  background-image: url(../images/index/voice_txt_03.svg);
}

@media screen and (max-width: 47.9375em) {
  .top--voice .posts {
    flex-wrap: nowrap;
    width: fit-content;
  }
  .top--voice .posts article {
    width: 75vw !important;
  }
  .top--voice .posts article:last-child {
    margin-right: 32px;
  }
  .top--voice--scroll {
    overflow: scroll;
    width: 100vw;
    position: relative;
    left: -5vw;
    padding: 0 10vw;
    margin-bottom: 16px;
  }
}
/* content
 ############################### */
.content_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
}
.content_list h3 {
  font-size: min(2.5rem, 2.5vw);
  margin-bottom: min(24px, 1.5vw);
}
.content_list p {
  margin-bottom: min(56px, 3.5vw);
}
.content_list--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(448px, 26vw);
  background-size: cover;
}
.content_list--item:first-child {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), url(../images/index/flow_bg_01.jpg);
}
.content_list--item:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), url(../images/index/faq_bg_01.jpg);
}
.content_list--item:nth-child(3) {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), url(../images/index/promise_bg_01.jpg);
}
@media screen and (max-width: 47.9375em) {
  .content_list {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .content_list .content_list--item {
    height: 240px;
  }
  .content_list h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}

/* thought
 ############################### */
.top--thought {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 47.9375em) {
  .top--thought {
    padding-bottom: 118px;
    padding-top: 40px;
  }
}

.thought--bg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: auto;
  transform: scale(0.8);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: var(--bezier);
}
.active .thought--bg {
  transform: scale(1);
  opacity: 1;
}

.top--thought .thought--main_img {
  width: min(1140px, 68vw);
}
@media screen and (max-width: 47.9375em) {
  .top--thought .thought--main_img {
    width: 95%;
  }
}

.top--thought .thought--sub_img {
  position: absolute;
  right: 0;
  top: 0;
  width: min(440px, 27.5vw);
}
@media screen and (max-width: 47.9375em) {
  .top--thought .thought--sub_img {
    top: auto;
    width: min(238px, 50vw);
    bottom: 0;
  }
}

.top--thought .thought--wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 93.75em) {
  .top--thought .thought--wrap {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 85.375em) {
  .top--thought .thought--wrap {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top--thought .thought--wrap {
    position: relative;
    width: 100vw;
    left: -5vw;
    height: auto;
    padding: 0;
  }
}

.top--thought .thought--txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(500px, 33.5vw);
  height: auto;
  padding: min(55px, 3.6vw);
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 47.9375em) {
  .top--thought .thought--txt {
    position: relative;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    margin-left: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.top--thought .thought--txt > * {
  position: relative;
}
.top--thought .thought--txt h3 {
  font-size: min(2rem, 2.13vw);
}
@media screen and (max-width: 47.9375em) {
  .top--thought .thought--txt h3 {
    font-size: 1.4285714286rem;
  }
}
.top--thought .thought--txt .thought--bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 110%;
  height: 110%;
}
.top--thought .thought--txt .thought--bg img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 47.9375em) {
  .top--thought .section_ttl-top {
    font-size: min(1.9285714286rem, 6.8vw);
  }
}
/* column
 ############################### */
.top--column {
  overflow: hidden;
  padding-bottom: 120px;
}
@media screen and (max-width: 47.9375em) {
  .top--column {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 47.9375em) {
  .top--column .section_ttl-top {
    font-size: 1.9285714286rem;
  }
}

.top--column .column_ttl_deco {
  position: relative;
  color: var(--clr-main);
  font-family: var(--font-en);
  font-size: 2.5rem;
}
.top--column .column_ttl_deco::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icn_logomark_green.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 47.9375em) {
  .top--column .column_ttl_deco::before {
    top: -8px;
    right: 0px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top--column .column_ttl_deco {
    font-size: 1.7857142857rem;
  }
}

.top--column .inner {
  max-width: 800px;
}
@media screen and (max-width: 85.375em) {
  .top--column .inner {
    max-width: 650px;
  }
}
.top--column .inner::before {
  content: "";
  position: absolute;
  right: -350px;
  top: 0px;
  display: block;
  width: 289px;
  height: 64px;
  background-image: url(../images/index/blog_img_03.png);
  background-size: cover;
  margin-bottom: 32px;
}

.top--column .post {
  margin-bottom: 2.2rem;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--clr-main);
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .top--column .post {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.top--column .post:last-child {
  border-bottom: 1px solid var(--clr-main);
}
.top--column .post .post--img {
  width: 200px;
  height: 150px;
}
@media screen and (max-width: 47.9375em) {
  .top--column .post .post--img {
    width: 150px;
    height: 112px;
  }
}

.column--img_left,
.column--img_right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.column--img_left {
  left: -50%;
  height: min(400px, 26vw);
  width: min(348px, 25.2vw);
}
.column--img_left img {
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 15px 5px;
}
.column--img_left img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
}
.column--img_left img:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
}
@media screen and (max-width: 85.375em) {
  .column--img_left {
    left: -28vw;
  }
}

.column--img_right {
  right: -50%;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 15px 5px;
}
@media screen and (max-width: 85.375em) {
  .column--img_right {
    right: -60%;
  }
}

/* staff
 ############################### */
.top--staff {
  overflow: hidden;
  margin-bottom: 148px;
}
@media screen and (max-width: 47.9375em) {
  .top--staff {
    margin-bottom: 110px;
    margin-top: 40px;
  }
}

.staff_slide .swiper-wrapper {
  transition-timing-function: linear;
}

.staff_slide .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: min(448px, 26.3vw);
}
@media screen and (max-width: 47.9375em) {
  .staff_slide .swiper-slide {
    width: 45vw;
  }
}

/* point
 ############################### */
.top--point {
  position: relative;
  padding-top: 50px;
  padding-bottom: 16px;
  margin-bottom: 120px;
}
@media screen and (max-width: 47.9375em) {
  .top--point {
    margin-top: 20px;
  }
}
.top--point::after {
  content: "";
  position: absolute;
  bottom: -148px;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url(../images/index/sec_bg_03.png);
  background-size: auto 150px;
  background-position: top;
  background-repeat: repeat-x;
}
@media screen and (max-width: 47.9375em) {
  .top--point::after {
    background-image: url(../images/index/sec_bg_03.webp);
  }
}

.top--point .point_list .point_item {
  position: relative;
  padding: 30px 30px 104px;
}
@media screen and (max-width: 47.9375em) {
  .top--point .point_list .point_item {
    padding: 30px 30px 74px;
    margin-bottom: 50px;
  }
}
.top--point .point_list .point_item img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
}
@media screen and (max-width: 47.9375em) {
  .top--point .point_list .point_item img {
    margin: auto;
    bottom: -35px;
    transform: scale(0.7);
    left: auto;
  }
}
.top--point .point_list .point_item::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -20px;
  width: min(177px, 11vw);
  height: 141px;
  background-image: url(../images/index/thought_balloon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 47.9375em) {
  .top--point .point_list .point_item::before {
    top: -80px;
    left: -200px;
    right: 0;
    margin: auto;
    width: 113px;
    height: 141px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top--point .point_list .point_item p {
    font-size: 1.1428571429rem;
  }
}

/* lps_parts--button
********************************************** */
.lps_parts--button .btn:first-child {
  margin-left: auto;
}

.lps_parts--button .btn:last-child {
  margin-right: auto;
}

.lps_parts--button a {
  margin: auto;
}

@media print, screen and (min-width: 48em) {
  .lps_parts--column.column-2 + .lps_parts--button,
  .lps_parts--column.column-3 + .lps_parts--button,
  .lps_parts--column.column-4 + .lps_parts--button {
    margin-top: 0;
  }
}
/* lps_parts--column
********************************************** */
.lps_parts--column:not(.column-1) + .lps_parts--column {
  margin-top: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column:not(.column-1) + .lps_parts--column {
    margin-top: 24px;
  }
}

.lps_parts--column .column_item,
.lps_parts--column .text {
  position: relative;
  display: flex;
  flex-direction: column;
}

.lps_parts--column:not(.column-1) .text {
  height: 100%;
}

.lps_parts--column .img {
  flex-shrink: 0;
}

.lps_parts--column .img + .text {
  padding-top: 24px;
}

.lps_parts--column .bg-wh {
  border-radius: 8px;
}

.lps_parts--column .bg-wh .text {
  padding: 6%;
}

.lps_parts--column .column_item:empty {
  background-color: transparent;
}

.lps_parts--column:not(.column-1) table {
  width: 100%;
}

.lps_parts--column.column-1 .box {
  padding: 40px;
}

.lps_parts--column.column-1 .inner-sm {
  max-width: var(--inner-max);
  width: var(--inner);
}
.lps_parts--column.column-1 .inner-sm .column_item {
  width: min(720px, 90%);
  margin-left: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column.column-1 .inner-sm .column_item {
    width: 100%;
  }
}

.column_item.column_add_bg {
  background-image: url(../images/illust/illust_flower_01.png);
  background-size: 27px 40px;
  background-position: right 12px bottom 12px;
  background-repeat: no-repeat;
}
.column-3 .column_item.column_add_bg, .column-4 .column_item.column_add_bg, .column-5 .column_item.column_add_bg {
  background-size: 22px 32px;
  background-position: right 9px bottom 7px;
}

.column_item.column_add_bg:nth-child(even) {
  background-image: url(../images/illust/illust_flower_02.png);
  background-size: 43px 32px;
}
.column-3 .column_item.column_add_bg:nth-child(even), .column-4 .column_item.column_add_bg:nth-child(even), .column-5 .column_item.column_add_bg:nth-child(even) {
  background-size: 33px 26px;
}

.column_item.column_add_bg .text {
  padding: 8%;
}

.lps_parts--column .column_item.column_add_num {
  padding-top: 40px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column .column_item.column_add_num {
    padding-top: 16px;
  }
}

.column_item.column_add_num::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: min(200px, 12.5vw);
  height: min(60px, 3.75vw);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
}
@media screen and (max-width: 47.9375em) {
  .column_item.column_add_num::before {
    top: 9px;
    left: -11px;
    width: 141px;
    height: 41px;
  }
}

.column_item.column_add_num.column_num-1::before {
  background-image: url(../images/common/case_txt_01.svg);
}

.column_item.column_add_num.column_num-2::before {
  background-image: url(../images/common/case_txt_02.svg);
}

.column_item.column_add_num.column_num-3::before {
  background-image: url(../images/common/case_txt_03.svg);
}

.column_item.column_add_num.column_num-4::before {
  background-image: url(../images/common/case_txt_04.svg);
}

.column_item.column_add_num.column_num-5::before {
  background-image: url(../images/common/case_txt_05.svg);
}

.column_item.column_add_num.column_num-6::before {
  background-image: url(../images/common/case_txt_06.svg);
}

.column_item.column_add_num.column_num-7::before {
  background-image: url(../images/common/case_txt_07.svg);
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--column + .lps_parts--column,
  .lps_parts--column:not(.column-1) + .lps_parts--column {
    margin-top: 24px;
  }
  .lps_parts--column .lps_parts--child {
    display: block;
  }
  .lps_parts--column {
    width: 100%;
    max-width: 100%;
  }
  .lps_parts--column .column_item {
    width: 100%;
  }
  .lps_parts--column .column_item:not(:last-child) {
    margin-bottom: 24px;
  }
  .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
    width: 100%;
    margin-right: 0;
  }
  .lps_parts--column .column_item:not(:last-child) {
    margin-right: 0;
  }
  .lps_parts--column .text.bg-wh,
  .lps_parts--column.column-1 .box {
    padding: 24px;
  }
}
/* post-edit-link
********************************************** */
.post-edit-link {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  padding: 16px;
  border-radius: 50%;
  border: 1px solid #999;
}
@media screen and (max-width: 47.9375em) {
  .post-edit-link {
    display: none;
  }
}
.post-edit-link:hover {
  background-color: #ddd;
}
.post-edit-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K");
}

/* lps_parts--faq
********************************************** */
.lps_parts--faq .faq_item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .faq_item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.lps_parts--faq .ttl-03,
.lps_parts--faq .mce-content-body {
  padding: 20px 48px 20px 104px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .ttl-03,
  .lps_parts--faq .mce-content-body {
    padding: 16px 24px 16px 56px;
  }
}

.lps_parts--faq .ttl-03 {
  background-color: var(--clr-main, #009140);
  margin-bottom: 0 !important;
  font-size: 1.5rem; /* 24px */
  color: #fff;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .ttl-03 {
    font-size: 1.2857142857rem;
  }
}

.lps_parts--faq .mce-content-body {
  position: relative;
  background-color: #fff;
  border: 1px solid var(--clr-main, #009140);
  border-radius: 0 0 8px 8px;
}

.lps_parts--faq .ttl-03::after,
.lps_parts--faq .mce-content-body::after {
  position: absolute;
  left: 48px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2rem; /* 32px */
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .ttl-03::after,
  .lps_parts--faq .mce-content-body::after {
    left: 20px;
    font-size: 1.857rem; /* 26px */
  }
}

.lps_parts--faq .ttl-03::after {
  content: "Q";
  top: 14px;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .ttl-03::after {
    top: 10px;
  }
}

.lps_parts--faq .mce-content-body::after {
  content: "A";
  top: 8px;
  -webkit-text-stroke: 2px var(--clr-main);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .mce-content-body::after {
    top: 6px;
  }
}

.lps_parts--faq .mce-content-body .editor-ttl2 {
  margin-top: 0;
}

.lps_parts--faq .text img {
  max-width: 248px;
  margin-top: 0;
  margin-right: 40px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .text img {
    float: none !important;
    margin-top: 2px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 8px !important;
    border-radius: 8px;
  }
}

/* lps_parts--flow
********************************************** */
.lps_parts--flow .flow_item {
  position: relative;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 86px;
  counter-increment: number;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item {
    padding-left: 56px;
  }
}

.lps_parts--flow .flow_item:not(:last-child) {
  padding-bottom: 64px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) {
    padding-bottom: 20px;
  }
}

.lps_parts--flow .ttl-03 {
  font-size: 2rem; /* 32px */
  color: var(--clr-main, #009140);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .ttl-03 {
    font-size: 1.429rem; /* 20px */
  }
}
.lps_parts--flow .ttl-03::after {
  content: "";
  position: absolute;
  top: -18px;
  left: -118px;
  width: 105px;
  height: 83px;
  background-size: 100% auto;
}
@media screen and (max-width: 85.375em) {
  .lps_parts--flow .ttl-03::after {
    top: -8px;
    left: -105px;
    width: 85px;
    height: 66px;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .ttl-03::after {
    top: -6px;
    left: -66px;
    width: 54px;
    height: 43px;
    font-size: 1.286rem; /* 18px */
  }
}

.lps_parts--flow .flow_item:nth-child(1) .ttl-03::after {
  background-image: url(../images/common/txt_flow_01.svg);
}

.lps_parts--flow .flow_item:nth-child(2) .ttl-03::after {
  background-image: url(../images/common/txt_flow_02.svg);
}

.lps_parts--flow .flow_item:nth-child(3) .ttl-03::after {
  background-image: url(../images/common/txt_flow_03.svg);
}

.lps_parts--flow .flow_item:nth-child(4) .ttl-03::after {
  background-image: url(../images/common/txt_flow_04.svg);
}

.lps_parts--flow .flow_item:nth-child(5) .ttl-03::after {
  background-image: url(../images/common/txt_flow_05.svg);
}

.lps_parts--flow .flow_item:nth-child(6) .ttl-03::after {
  background-image: url(../images/common/txt_flow_06.svg);
}

.lps_parts--flow .flow_item:nth-child(7) .ttl-03::after {
  background-image: url(../images/common/txt_flow_07.svg);
}

.lps_parts--flow .flow_item:nth-child(8) .ttl-03::after {
  background-image: url(../images/common/txt_flow_08.svg);
}

.lps_parts--flow .flow_item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  display: block;
  width: 0;
  height: calc(100% - 19px);
  border-right: 1px dashed var(--clr-main, #009140);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child)::before {
    top: 36px;
    left: 18px;
    height: calc(100% - 48px);
  }
}

.lps_parts--flow .txt-wh .ttl-03 {
  color: #fff;
}

.lps_parts--flow .flow_item.txt-wh:not(:last-child)::before {
  border-color: #fff;
}

.lps_parts--flow .txt-wh .ttl-03::after {
  color: var(--clr-main, #009140);
  background-color: #fff;
}

.lps_parts--flow .text img {
  max-width: 248px;
  margin-top: 0;
  margin-right: 40px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .text img {
    float: none !important;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 16px !important;
  }
}

/* ##############################################################################

    Loops モジュール

############################################################################## */
.btn .icon-svg {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  transition: var(--transit-default, all 0.4s ease-out);
}

.icon-new_tab {
  width: 14px;
  height: 14px;
}

.btn .icon-new_tab {
  right: 19px;
}

.icon-pdf {
  width: 27px;
  height: 12px;
}

.btn .icon-pdf {
  left: 15px;
}
@media screen and (max-width: 47.9375em) {
  .btn .icon-pdf {
    left: 12px;
  }
}

.lps_sec {
  position: relative;
}

.lps_sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .btn .icon-new_tab {
    right: 24px;
  }
}
/* padding
********************************************** */
.lps_sec:nth-child(odd) {
  padding-top: 160px;
  padding-bottom: 160px;
}

.lps_sec:nth-child(even) {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 47.9375em) {
  .lps_sec:nth-child(odd) {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  #section-01 {
    padding-top: 64px;
  }
}
/* section_add_img
********************************************** */
.lps_sec .section_add_img_wrap {
  position: relative;
  margin-top: 64px;
}
.lps_sec .section_add_img_wrap img {
  width: 100%;
  height: min(800px, 35vw);
  object-fit: cover;
}

/* 奇数セクション（しろ）に画像をつけたとき */
.lps_sec:nth-child(odd).section_add_img {
  padding-bottom: 0;
}

.lps_sec:nth-child(odd).section_add_img + .lps_sec:nth-child(even) {
  padding-top: 80px;
}
.lps_sec:nth-child(odd).section_add_img + .lps_sec:nth-child(even)::before {
  display: none;
}

/* 偶数セクション（みどり） に画像をつけたとき*/
.lps_sec:nth-child(even).section_add_img {
  padding-bottom: 0;
}
.lps_sec:nth-child(even).section_add_img::after {
  display: none;
}

.lps_sec:nth-child(even).section_add_img + .lps_sec:nth-child(odd) {
  padding-top: 80px;
}

/* ttl
********************************************** */
.lps_sec .ttl-01.ttl_add_illust:not(.txt-ctr)::before {
  content: "";
  display: block;
  width: 200px;
  height: 40px;
  background-image: url(../images/common/ttl_img_01.png);
  background-size: cover;
  margin-bottom: 32px;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec .ttl-01.ttl_add_illust:not(.txt-ctr)::before {
    width: 120px;
    height: 30px;
    background-image: url(../images/common/ttl_img_01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 12px;
  }
}

.lps_sec .ttl-01.ttl_add_illust.txt-ctr::before {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background-image: url(../images/common/ttl_logomark.svg);
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

/* lps_parts
********************************************** */
.lps_parts {
  position: relative;
  z-index: 1;
}

.lps_parts .img-detail::before {
  padding-top: 66.666%;
}

.lps_parts + .ttl-02,
.lps_parts--button + .ttl-02,
.lps_parts--button + .lps_parts,
.lps_parts + .lps_parts {
  margin-top: 80px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts + .ttl-02,
  .lps_parts--button + .ttl-02,
  .lps_parts--button + .lps_parts,
  .lps_parts + .lps_parts {
    margin-top: 40px;
  }
}

.lps_parts--column + .lps_parts--column,
.lps_parts + .lps_parts--button {
  margin-top: 40px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column + .lps_parts--column,
  .lps_parts + .lps_parts--button {
    margin-top: 16px;
  }
}

.lps_parts iframe {
  width: 100%;
}

.lps_parts .text:not(:last-child) {
  margin-bottom: 24px;
}

.lps_parts--column .btn,
.lps_parts--slide .btn {
  text-align: center;
}

.lps_parts--column *:not(.btn) + .btn {
  margin-top: auto;
}

.lps_parts--column .btn a {
  margin-left: auto;
  margin-right: auto;
}

.lps_parts .mce-content-body:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts .mce-content-body:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 47.9375em) {
  .lps_parts .btn {
    text-align: center;
  }
  .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
    width: 100%;
    margin-right: 0;
  }
}
/* next-page
********************************************** */
.lps_sec.next_page:nth-child(odd) {
  padding: 180px 0 80px;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec.next_page:nth-child(odd) {
    padding: 120px 0 40px;
  }
}

.lps_sec.next_page:nth-child(even) {
  padding: 40px 0 80px;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec.next_page:nth-child(even) {
    padding: 20px 0 40px;
  }
}

/* lps_parts--img_text
********************************************** */
.lps_parts--img_text .img_text--child:only-child,
.lps_parts--img_text .lps_parts--child.bg-wh .img_text--child:only-child {
  width: 100%;
}

.lps_parts--img_text .lps_parts--child .img_text--img:only-child .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.lps_parts--img_text .img_text--child .img-detail {
  height: 100%;
}

.lps_parts--img_text .bg-wh .img_text--txt {
  padding: 5%;
}

.lps_parts--img_text .img_text--txt--inner {
  width: 100%;
}

.lps_parts--img_text .text {
  justify-content: flex-start;
}

.lps_parts--img_text .img_text--txt table {
  width: 100%;
}

.lps_parts--img_text .inner-lg .img_text--img {
  position: absolute;
  top: 0;
}

.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--img {
  left: 0;
}

.lps_parts--img_text .inner-lg.flex-reverse .img_text--img {
  right: 0;
}

.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
  margin-left: auto;
}

.lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--img {
    height: 100%;
  }
  .lps_parts--img_text .inner-lg .img_text--txt {
    display: flex;
    align-items: center;
    min-height: 607.64px;
  }
  .lps_parts--img_text .inner-lg.bg-wh .img_text--txt {
    padding: 6%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .bg-wh .img_text--txt {
    padding: 24px;
  }
  .lps_parts--img_text .btn {
    text-align: center;
  }
  .lps_parts--img_text .inner-lg .img_text--txt {
    margin-right: auto;
  }
  .lps_parts--img_text .inner-lg.bg-wh .img_text--txt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .lps_parts--img_text.bg-wh + .bg-wh {
    margin-top: 0;
  }
  .lps_parts--img_text .inner-lg .img_text--img {
    position: relative;
  }
  .lps_parts--img_text .inner-lg .img_text--child .img-detail {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
/* lps_parts--insurance
********************************************** */
.insurance_color-01 .lps_parts--child {
  background-color: #f0fac1;
}

.insurance_color-02 .lps_parts--child {
  background-color: #ffe9ec;
}

.insurance_color-03 .lps_parts--child {
  background-color: #ffffe6;
}

.insurance_color-04 .lps_parts--child {
  background-color: #e6f8f8;
}

.insurance_color-05 .lps_parts--child {
  background-color: #fef4ea;
}

.insurance_color-06 .lps_parts--child {
  background-color: #f3f3dc;
}

.insurance_color-07 .lps_parts--child {
  background-color: #fdf7fd;
}

.insurance_color-08 .lps_parts--child {
  background-color: #f1ffff;
}

.insurance_color-01 .lps_parts--child .insurance_icon {
  background-color: #007c3e;
}

.insurance_color-02 .lps_parts--child .insurance_icon {
  background-color: #cf263b;
}

.insurance_color-03 .lps_parts--child .insurance_icon {
  background-color: #eac600;
}

.insurance_color-04 .lps_parts--child .insurance_icon {
  background-color: #00469d;
}

.insurance_color-05 .lps_parts--child .insurance_icon {
  background-color: #ff6d41;
}

.insurance_color-06 .lps_parts--child .insurance_icon {
  background-color: #b0a056;
}

.insurance_color-07 .lps_parts--child .insurance_icon {
  background-color: #bd2aa4;
}

.insurance_color-08 .lps_parts--child .insurance_icon {
  background-color: #00a2e0;
}

.insurance_color-01 .lps_parts--child::before {
  background-image: url(../images/common/pt_insurance_01.jpg);
}

.insurance_color-02 .lps_parts--child::before {
  background-image: url(../images/common/pt_insurance_02.jpg);
}

.insurance_color-03 .lps_parts--child::before {
  background-image: url(../images/common/pt_insurance_03.jpg);
}

.insurance_color-04 .lps_parts--child::before {
  background-image: url(../images/common/pt_insurance_04.jpg);
  background-size: 250px auto;
  background-position: center;
}

.insurance_color-05 .lps_parts--child::before {
  background-image: url(../images/common/pt_insurance_05.jpg);
}

.insurance_color-06 .lps_parts--child::before {
  background-image: url(../images/common/pt_insurance_06.jpg);
}

.insurance_color-07 .lps_parts--child::before {
  background-image: url(../images/common/pt_insurance_07.jpg);
}

.insurance_color-08 .lps_parts--child::before {
  background-image: url(../images/common/pt_insurance_08.jpg);
}

.lps_parts--insurance .lps_parts--child {
  position: relative;
  margin-top: 120px;
  padding: 100px 5% 5%;
  border-radius: 16px;
}
.lps_parts--insurance .lps_parts--child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 16px 16px 0 0;
}
.lps_parts--insurance .lps_parts--child .insurance_icon {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  margin: auto;
}
.lps_parts--insurance .lps_parts--child .insurance_icon img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--insurance .lps_parts--child .insurance_icon {
    top: -46px;
    width: 124px;
    height: 124px;
  }
  .lps_parts--insurance .lps_parts--child .insurance_icon img {
    width: 72px;
    height: 72px;
  }
}
.lps_parts--insurance .lps_parts--child .insurance_item_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: min(32px, 2vw);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--insurance .lps_parts--child .insurance_item_wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--insurance .lps_parts--child h4 {
    font-size: 2rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.lps_parts--insurance .lps_parts--child .insurance_item a {
  position: relative;
  display: block;
  border: 1px solid var(--clr-main);
  color: var(--clr-main);
  font-size: min(1.5rem, 1.5vw);
  border-radius: 100px;
  background-color: #fff;
  padding: 16px 40px 16px 32px;
  line-height: 1.3;
  margin-bottom: 16px;
  overflow: hidden;
}
.lps_parts--insurance .lps_parts--child .insurance_item a span {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 2;
}
.lps_parts--insurance .lps_parts--child .insurance_item a small {
  font-size: 86%;
}
.lps_parts--insurance .lps_parts--child .insurance_item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--bg-sub);
  transform: translateX(-100%);
  transition: all 0.3s cubic-bezier(0.03, 0.57, 0.34, 0.94), opacity 0.15s linear;
  opacity: 0;
}
.lps_parts--insurance .lps_parts--child .insurance_item a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.lps_parts--insurance .lps_parts--child .insurance_item a svg {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: var(--clr-main);
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--insurance .lps_parts--child .insurance_item a {
    font-size: 1.2857142857rem;
    margin-bottom: 16px;
  }
}
.lps_parts--insurance .lps_parts--child .insurance_item p {
  padding: 0 min(32px, 2vw);
}

/* lps_parts--slide
********************************************** */
.lps_parts--slide .img img {
  display: inline-block;
}

.lps_parts--slide .img + .text {
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .img + .text {
    margin-top: 16px;
  }
}

.lps_parts--slide .slick-list {
  margin-bottom: 32px;
}

.lps_parts--slide .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  text-decoration: none;
  color: var(--clr-main);
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-arrow {
    width: 56px;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide .slick-arrow {
    width: 40px;
  }
}

.lps_parts--slide .slick-prev {
  left: -60px;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-prev {
    left: 0;
  }
}

.lps_parts--slide .slick-next {
  right: -60px;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-next {
    right: 0;
  }
}

.lps_parts--slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-dots {
    position: relative;
    bottom: 4px;
  }
}

.lps_parts--slide .slick-arrow::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-color: currentColor;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-arrow::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--slide .slick-arrow::after {
    width: 16px;
    height: 16px;
  }
}

.lps_parts--slide .slick-prev::after {
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.lps_parts--slide .slick-next::after {
  border-top: 1px solid;
  border-right: 1px solid;
}

.lps_parts--slide .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transit-default, all 0.4s ease-out);
  margin: 6px;
}

.lps_parts--slide .slick-dots li.slick-active {
  background-color: var(--clr-main);
}

.lps_parts--slide .slick-dots li:hover {
  opacity: 0.7;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */
