@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@100;200;300;400;500;600;700;800;900&family=Shippori+Mincho&family=Roboto:wght@100;300;400;500;700;900&family=Questrial&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  font-size: 16px;
  line-height: 28px;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

/* ■■■ ここから_variable.scss ■■■ */
/* CSSファイルで開いている場合、ここには何も表示されないため、_variable.scssを参照してください */
/******************************
* 要編集
******************************/
/******************************
* 変更NG
******************************/
/*
$size-identifiers: ("4l", "3l", "2l", "xl", "lg", "md", "sm", "xs", "2x");
$size-array: (
  4l: 4rem,
  3l: 3rem,
  2l: 2.5rem,
  xl: 2rem,
  lg: 1.75rem,
  md: 1.5rem,
  sm: 1.25rem,
  xs: 1rem,
  2x: 0.75rem,
);
*/
/* ■■■ ここまで_variable.scss ■■■ */
/* 
使用時の補足:
1. max-widthを指定する場合は、widthも適切に設定することを推奨
2. aspect-ratioを指定する場合は、対象となる画像やコンテンツに注意
3. reverse-mobileをtrueにする場合は、コンテンツの視覚的な優先順位を考慮
4. breakpointは実際のデザインに合わせて適切に調整
5. align, justifyの値は必要に応じてstart/center/end/space-between等を指定可能
*/
/* grid */
.container {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  /*
    padding-left: 20px;
    padding-right: 20px;
  */
  box-sizing: border-box;
}

.fluid-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.fluid-container.spacing {
  width: calc(100% - 40px);
  margin: 20px auto;
}

.pc2sp1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: calc(100% - 0px);
}
.pc2sp1 .column {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .pc2sp1 {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .pc2sp1 .column {
    width: 100%;
  }
}

.pc3sp1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: calc(100% - 0px);
}
.pc3sp1 .column {
  width: calc(100% - 20px);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

.col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 5px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .col-sp-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 768px) {
  .col-sp-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 768px) {
  .col-sp-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  .col-sp-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 768px) {
  .col-sp-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (max-width: 768px) {
  .col-sp-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .col-sp-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (max-width: 768px) {
  .col-sp-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 768px) {
  .col-sp-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (max-width: 768px) {
  .col-sp-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (max-width: 768px) {
  .col-sp-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (max-width: 768px) {
  .col-sp-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .col-sp-order {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .row-sp-order {
    flex-wrap: wrap-reverse;
  }
}

.row .bottommarginless {
  margin-bottom: 0;
}

/* parts（header、footer、drawer、topへ戻る等の機能面を管理） */
body .header {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: absolute;
  z-index: 10;
}
body .header--nav-list {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  font-family: "Noto Serif JP", serif;
}
body .header--nav-list li {
  color: #fff;
}
body .header--nav-list-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 165px;
  border: 1px solid #fff;
}
body .header--nav-list-outer a[target=_blank]:before {
  content: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ormt06");
  src: url("../fonts/icomoon.eot?ormt06#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ormt06") format("truetype"), url("../fonts/icomoon.woff?ormt06") format("woff"), url("../fonts/icomoon.svg?ormt06#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.6;
}

section .inner {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 185px;
  border: 1px solid #fff;
  color: #fff;
  padding-right: 0px;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  padding-bottom: 2.5px;
}
.btn.arrow {
  position: relative;
}
.btn.arrow:before, .btn.arrow:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-bottom: 1px solid #fff;
  right: 18px;
}
.btn.arrow:before {
  width: 16px;
  height: 1px;
}
.btn.arrow:after {
  width: 9px;
  height: 9px;
  border-left: 1px solid #fff;
  transform: rotate(-135deg);
}
.btn.arrow.slanted:before {
  transform: rotate(-45deg);
}
.btn.arrow.slanted:after {
  top: 12px;
  right: 19px;
  transform: rotate(-180deg);
}
.btn:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
.btn:hover.arrow:before, .btn:hover.arrow:after {
  border-bottom: 1px solid #000;
}
.btn:hover.arrow:after {
  border-left: 1px solid #000;
}

/* アニメーション用個別クラス */
.story.trigger {
  transform: translateY(15rem);
  opacity: 0;
  transition: 1.2s;
}
.story.trigger .inner p {
  transition-delay: 0.8s;
}
.story.trigger.set {
  transform: translateY(0rem);
  opacity: 1;
  transition: ease-out 1.2s;
}
.story.trigger.set .inner p {
  transition-delay: 0.8s;
}

.phone-icon {
  margin: 1px 6px 0px 0px;
}

.pin-icon {
  margin: 1px 6px 0px 0px;
}

/* sectionに対して適切なheadingが用意できなかった場合 */
/* 使い方
■html
<section aria-labelledby="invisible-heading">
  <h2 id="invisible-heading" class="visually-hidden">セクションタイトル</h2>
（中略）
</section>
*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Mono', monospace;
font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
*/
:root {
  font-size: 62.5%;
}

html,
body {
  font-family: "Shippori Mincho", serif;
  margin: 0px;
  padding: 0px;
  color: #fff;
  background-color: #000;
  scroll-behavior: smooth;
  word-break: break-all;
  width: 100%;
  overflow-x: clip;
  font-size: 62.5%;
  font-size: 1.6rem;
  position: relative;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mx-auto {
  margin: 0 auto;
}

.mr-auto {
  margin: 0 auto 0 0;
}

.ml-auto {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .tac-sp {
    text-align: center !important;
  }
  .tar-sp {
    text-align: right !important;
  }
  .tal-sp {
    text-align: left !important;
  }
  .mx-auto-sp {
    margin: 0 auto;
  }
  .mr-auto-sp {
    margin: 0 auto 0 0;
  }
  .ml-auto-sp {
    margin: 0 0 0 auto;
  }
}
.xy-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xy-center.start {
  align-items: flex-start;
}
.xy-center.end {
  align-items: flex-end;
}
.xy-center.column {
  flex-direction: column;
}

.xy-start {
  display: flex;
  justify-content: start;
  align-items: center;
}
.xy-start.start {
  align-items: flex-start;
}
.xy-start.end {
  align-items: flex-end;
}
.xy-start.column {
  flex-direction: column;
}

.xy-end {
  display: flex;
  justify-content: end;
  align-items: center;
}
.xy-end.start {
  align-items: flex-start;
}
.xy-end.end {
  align-items: flex-end;
}
.xy-end.column {
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .xy-center-pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xy-center-pc.start {
    align-items: flex-start;
  }
  .xy-center-pc.end {
    align-items: flex-end;
  }
  .xy-center-pc.column {
    flex-direction: column;
  }
  .xy-start-pc {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .xy-start-pc.start {
    align-items: flex-start;
  }
  .xy-start-pc.end {
    align-items: flex-end;
  }
  .xy-start-pc.column {
    flex-direction: column;
  }
  .xy-end-pc {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .xy-end-pc.start {
    align-items: flex-start;
  }
  .xy-end-pc.end {
    align-items: flex-end;
  }
  .xy-end-pc.column {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .xy-center-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xy-center-sp.start {
    align-items: flex-start;
  }
  .xy-center-sp.end {
    align-items: flex-end;
  }
  .xy-center-sp.column {
    flex-direction: column;
  }
  .xy-start-sp {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .xy-start-sp.start {
    align-items: flex-start;
  }
  .xy-start-sp.end {
    align-items: flex-end;
  }
  .xy-start-sp.column {
    flex-direction: column;
  }
  .xy-end-sp {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .xy-end-sp.start {
    align-items: flex-start;
  }
  .xy-end-sp.end {
    align-items: flex-end;
  }
  .xy-end-sp.column {
    flex-direction: column;
  }
}
.gap-xxs {
  gap: 5px !important;
}

.gap-xs {
  gap: 10px !important;
}

.gap-sm {
  gap: 20px !important;
}

.gap-md {
  gap: 30px !important;
}

.gap-lg {
  gap: 45px !important;
}

.gap-xl {
  gap: 60px !important;
}

.gap-xxl {
  gap: 85px !important;
}

/* Typography */
.heading-1 {
  font-size: 2.5rem;
}

.heading-2 {
  font-size: 2rem;
}

.heading-3 {
  font-size: 1.75rem;
}

.heading-4 {
  font-size: 1.5rem;
}

.heading-5 {
  font-size: 1.25rem;
}

.heading-6 {
  font-size: 1rem;
}

.heading-7 {
  font-size: 0.8rem;
}

/* heading style */
.head-style-1 {
  display: flex;
  justify-content: center;
  background: #999;
  color: #fff;
  align-items: center;
  font-size: 2.25rem;
  font-weight: bold;
  width: 100%;
  height: 150px;
}

.head-style-2 {
  display: block;
  width: 100%;
  background: #999;
  color: #fff;
  padding: 10px 0 10px 20px;
  font-size: 1.5rem;
  border-left: 10px solid #333;
}

.head-style-3 {
  display: block;
  width: 100%;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  font-size: 1.25rem;
  border-left: 10px solid #333;
  border-bottom: 1px solid #333;
}

.head-style-4 {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  border-left: 5px solid #333;
  padding: 0px 0px 0px 10px;
}

/* line-height */
.line-height-100 {
  line-height: 1;
}

.line-height-125 {
  line-height: 1.25;
}

.line-height-150 {
  line-height: 1.5;
}

.line-height-175 {
  line-height: 1.75;
}

.line-height-200 {
  line-height: 2;
}

.line-height-250 {
  line-height: 2.5;
}

.line-height-300 {
  line-height: 3;
}

.line-height-400 {
  line-height: 4;
}

@media (max-width: 768px) {
  .heading-1 {
    font-size: 2rem;
  }
  .heading-2 {
    font-size: 1.75rem;
  }
  .heading-3 {
    font-size: 1.5rem;
  }
  .heading-4 {
    font-size: 1.25rem;
  }
  .heading-5 {
    font-size: 1rem;
  }
  .heading-6 {
    font-size: 0.8rem;
  }
  .heading-7 {
    font-size: 0.6rem;
  }
}
/* text-color */
.text-black {
  color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-red {
  color: #ff2200 !important;
}

.text-dark-red {
  color: #c1272d;
}

.text-p-color {
  color: #e9f6fa !important;
}

.text-s-color {
  color: #00406c !important;
}

.text-t-color {
  color: #f1f1f1 !important;
}

.text-q-color {
  color: #00469a !important;
}

.text-lightorange {
  color: #fbb333;
}

/* text-shadow */
.tsd-tw {
  text-shadow: 1px 1px 1px #aaa;
}

.tsd-vw {
  text-shadow: 2px 2px 2px #999;
}

.tsd-wk {
  text-shadow: 4px 4px 4px #888;
}

.tsd-st {
  text-shadow: 6px 6px 6px #777;
}

.tsd-vs {
  text-shadow: 8px 8px 8px #666;
}

.tsd-ex {
  text-shadow: 12px 12px 12px #555;
}

/* box-shadow */
.bsd-tw {
  box-shadow: 5px 5px 5px #aaa;
}

.bsd-vw {
  box-shadow: 8px 8px 8px #999;
}

.bsd-wk {
  box-shadow: 12px 12px 12px #888;
}

.bsd-st {
  box-shadow: 15px 15px 15px #777;
}

.bsd-vs {
  box-shadow: 20px 20px 20px #666;
}

.bsd-ex {
  box-shadow: 30px 30px 30px #555;
}

/* background-color */
.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f4f4f5 !important;
}

.bg-p-color {
  background-color: #e9f6fa !important;
}

.bg-s-color {
  background-color: #00406c !important;
}

.bg-t-color {
  background-color: #f1f1f1 !important;
}

.bg-q-color {
  background-color: #00469a !important;
}

/* display element*/
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

/* z-index */
.z-index10 {
  z-index: 10;
}

.z-index20 {
  z-index: 20;
}

.z-index30 {
  z-index: 30;
}

.z-index40 {
  z-index: 40;
}

.z-index50 {
  z-index: 50;
}

.z-index60 {
  z-index: 60;
}

.z-index70 {
  z-index: 70;
}

.z-index80 {
  z-index: 80;
}

.z-index90 {
  z-index: 90;
}

.z-index100 {
  z-index: 100;
}

.z-index110 {
  z-index: 110;
}

.z-index120 {
  z-index: 120;
}

.z-index130 {
  z-index: 130;
}

.z-index140 {
  z-index: 140;
}

.z-index150 {
  z-index: 150;
}

.z-index160 {
  z-index: 160;
}

.z-index170 {
  z-index: 170;
}

.z-index180 {
  z-index: 180;
}

.z-index190 {
  z-index: 190;
}

.z-index200 {
  z-index: 200;
}

/* font-weight */
.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

/* width-helper */
.w50 {
  max-width: 50px;
  width: 100%;
}

.w100 {
  max-width: 100px;
  width: 100%;
}

.w150 {
  max-width: 150px;
  width: 100%;
}

.w200 {
  max-width: 200px;
  width: 100%;
}

.w250 {
  max-width: 250px;
  width: 100%;
}

.w300 {
  max-width: 300px;
  width: 100%;
}

.w350 {
  max-width: 350px;
  width: 100%;
}

.w400 {
  max-width: 400px;
  width: 100%;
}

.w450 {
  max-width: 450px;
  width: 100%;
}

.w500 {
  max-width: 500px;
  width: 100%;
}

.w550 {
  max-width: 550px;
  width: 100%;
}

.w600 {
  max-width: 600px;
  width: 100%;
}

.w650 {
  max-width: 650px;
  width: 100%;
}

.w700 {
  max-width: 700px;
  width: 100%;
}

.w750 {
  max-width: 750px;
  width: 100%;
}

.w800 {
  max-width: 800px;
  width: 100%;
}

.w850 {
  max-width: 850px;
  width: 100%;
}

.w900 {
  max-width: 900px;
  width: 100%;
}

.w950 {
  max-width: 950px;
  width: 100%;
}

.w1000 {
  max-width: 1000px;
  width: 100%;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

@media screen and (min-width: 769px) {
  .w5p-pc {
    width: 5% !important;
  }
  .w10p-pc {
    width: 10% !important;
  }
  .w15p-pc {
    width: 15% !important;
  }
  .w20p-pc {
    width: 20% !important;
  }
  .w25p-pc {
    width: 25% !important;
  }
  .w30p-pc {
    width: 30% !important;
  }
  .w35p-pc {
    width: 35% !important;
  }
  .w40p-pc {
    width: 40% !important;
  }
  .w45p-pc {
    width: 45% !important;
  }
  .w50p-pc {
    width: 50% !important;
  }
  .w55p-pc {
    width: 55% !important;
  }
  .w60p-pc {
    width: 60% !important;
  }
  .w65p-pc {
    width: 65% !important;
  }
  .w70p-pc {
    width: 70% !important;
  }
  .w75p-pc {
    width: 75% !important;
  }
  .w80p-pc {
    width: 80% !important;
  }
  .w85p-pc {
    width: 85% !important;
  }
  .w90p-pc {
    width: 90% !important;
  }
  .w95p-pc {
    width: 95% !important;
  }
  .w100p-pc {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .w5p-sp {
    width: 5% !important;
  }
  .w10p-sp {
    width: 10% !important;
  }
  .w15p-sp {
    width: 15% !important;
  }
  .w20p-sp {
    width: 20% !important;
  }
  .w25p-sp {
    width: 25% !important;
  }
  .w30p-sp {
    width: 30% !important;
  }
  .w35p-sp {
    width: 35% !important;
  }
  .w40p-sp {
    width: 40% !important;
  }
  .w45p-sp {
    width: 45% !important;
  }
  .w50p-sp {
    width: 50% !important;
  }
  .w55p-sp {
    width: 55% !important;
  }
  .w60p-sp {
    width: 60% !important;
  }
  .w65p-sp {
    width: 65% !important;
  }
  .w70p-sp {
    width: 70% !important;
  }
  .w75p-sp {
    width: 75% !important;
  }
  .w80p-sp {
    width: 80% !important;
  }
  .w85p-sp {
    width: 85% !important;
  }
  .w90p-sp {
    width: 90% !important;
  }
  .w95p-sp {
    width: 95% !important;
  }
  .w100p-sp {
    width: 100% !important;
  }
}
/* horizontal rule */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* target="_blank" */
a[target=_blank].outer-icon {
  position: relative;
}
a[target=_blank].outer-icon:before {
  position: absolute;
  font-family: "Line Awesome Free";
  font-size: 1.25rem;
  content: "\f35d";
  font-weight: 900;
  margin-left: 0.5rem;
  right: -25px;
  bottom: -8px;
}

/* htef="tel:" */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/** dot **/
.dotborder {
  border-top: 5px dotted #000;
}

/** in-out spacing (margin and padding) **/
.m-xxl {
  margin: 6rem !important;
}

.my-xxl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-xxl {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mt-xxl {
  margin-top: 6rem !important;
}

.mb-xxl {
  margin-bottom: 6rem !important;
}

.mr-xxl {
  margin-right: 6rem !important;
}

.ml-xxl {
  margin-left: 6rem !important;
}

.p-xxl {
  padding: 6rem !important;
}

.py-xxl {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-xxl {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.pt-xxl {
  padding-top: 6rem !important;
}

.pb-xxl {
  padding-bottom: 6rem !important;
}

.pr-xxl {
  padding-right: 6rem !important;
}

.pl-xxl {
  padding-left: 6rem !important;
}

.m-xl {
  margin: 4.4rem !important;
}

.my-xl {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.mx-xl {
  margin-left: 4.4rem !important;
  margin-right: 4.4rem !important;
}

.mt-xl {
  margin-top: 4.4rem !important;
}

.mb-xl {
  margin-bottom: 4.4rem !important;
}

.mr-xl {
  margin-right: 4.4rem !important;
}

.ml-xl {
  margin-left: 4.4rem !important;
}

.p-xl {
  padding: 4.4rem !important;
}

.py-xl {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.px-xl {
  padding-left: 4.4rem !important;
  padding-right: 4.4rem !important;
}

.pt-xl {
  padding-top: 4.4rem !important;
}

.pb-xl {
  padding-bottom: 4.4rem !important;
}

.pr-xl {
  padding-right: 4.4rem !important;
}

.pl-xl {
  padding-left: 4.4rem !important;
}

.m-lg {
  margin: 3.25rem !important;
}

.my-lg {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.mx-lg {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}

.mt-lg {
  margin-top: 3.25rem !important;
}

.mb-lg {
  margin-bottom: 3.25rem !important;
}

.mr-lg {
  margin-right: 3.25rem !important;
}

.ml-lg {
  margin-left: 3.25rem !important;
}

.p-lg {
  padding: 3.25rem !important;
}

.py-lg {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.px-lg {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

.pt-lg {
  padding-top: 3.25rem !important;
}

.pb-lg {
  padding-bottom: 3.25rem !important;
}

.pr-lg {
  padding-right: 3.25rem !important;
}

.pl-lg {
  padding-left: 3.25rem !important;
}

.m-md {
  margin: 2.4rem !important;
}

.my-md {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.mx-md {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.mt-md {
  margin-top: 2.4rem !important;
}

.mb-md {
  margin-bottom: 2.4rem !important;
}

.mr-md {
  margin-right: 2.4rem !important;
}

.ml-md {
  margin-left: 2.4rem !important;
}

.p-md {
  padding: 2.4rem !important;
}

.py-md {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.px-md {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.pt-md {
  padding-top: 2.4rem !important;
}

.pb-md {
  padding-bottom: 2.4rem !important;
}

.pr-md {
  padding-right: 2.4rem !important;
}

.pl-md {
  padding-left: 2.4rem !important;
}

.m-sm {
  margin: 1.77rem !important;
}

.my-sm {
  margin-top: 1.77rem !important;
  margin-bottom: 1.77rem !important;
}

.mx-sm {
  margin-left: 1.77rem !important;
  margin-right: 1.77rem !important;
}

.mt-sm {
  margin-top: 1.77rem !important;
}

.mb-sm {
  margin-bottom: 1.77rem !important;
}

.mr-sm {
  margin-right: 1.77rem !important;
}

.ml-sm {
  margin-left: 1.77rem !important;
}

.p-sm {
  padding: 1.77rem !important;
}

.py-sm {
  padding-top: 1.77rem !important;
  padding-bottom: 1.77rem !important;
}

.px-sm {
  padding-left: 1.77rem !important;
  padding-right: 1.77rem !important;
}

.pt-sm {
  padding-top: 1.77rem !important;
}

.pb-sm {
  padding-bottom: 1.77rem !important;
}

.pr-sm {
  padding-right: 1.77rem !important;
}

.pl-sm {
  padding-left: 1.77rem !important;
}

.m-xs {
  margin: 1.3rem !important;
}

.my-xs {
  margin-top: 1.3rem !important;
  margin-bottom: 1.3rem !important;
}

.mx-xs {
  margin-left: 1.3rem !important;
  margin-right: 1.3rem !important;
}

.mt-xs {
  margin-top: 1.3rem !important;
}

.mb-xs {
  margin-bottom: 1.3rem !important;
}

.mr-xs {
  margin-right: 1.3rem !important;
}

.ml-xs {
  margin-left: 1.3rem !important;
}

.p-xs {
  padding: 1.3rem !important;
}

.py-xs {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
}

.px-xs {
  padding-left: 1.3rem !important;
  padding-right: 1.3rem !important;
}

.pt-xs {
  padding-top: 1.3rem !important;
}

.pb-xs {
  padding-bottom: 1.3rem !important;
}

.pr-xs {
  padding-right: 1.3rem !important;
}

.pl-xs {
  padding-left: 1.3rem !important;
}

.m-xxs {
  margin: 1rem !important;
}

.my-xxs {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-xxs {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mt-xxs {
  margin-top: 1rem !important;
}

.mb-xxs {
  margin-bottom: 1rem !important;
}

.mr-xxs {
  margin-right: 1rem !important;
}

.ml-xxs {
  margin-left: 1rem !important;
}

.p-xxs {
  padding: 1rem !important;
}

.py-xxs {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-xxs {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.pt-xxs {
  padding-top: 1rem !important;
}

.pb-xxs {
  padding-bottom: 1rem !important;
}

.pr-xxs {
  padding-right: 1rem !important;
}

.pl-xxs {
  padding-left: 1rem !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  .m-xxl {
    margin: 3rem !important;
  }
  .my-xxl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-xxl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mt-xxl {
    margin-top: 3rem !important;
  }
  .mb-xxl {
    margin-bottom: 3rem !important;
  }
  .mr-xxl {
    margin-right: 3rem !important;
  }
  .ml-xxl {
    margin-left: 3rem !important;
  }
  .p-xxl {
    padding: 3rem !important;
  }
  .py-xxl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-xxl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pt-xxl {
    padding-top: 3rem !important;
  }
  .pb-xxl {
    padding-bottom: 3rem !important;
  }
  .pr-xxl {
    padding-right: 3rem !important;
  }
  .pl-xxl {
    padding-left: 3rem !important;
  }
  .m-xl {
    margin: 2.2rem !important;
  }
  .my-xl {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .mx-xl {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .mt-xl {
    margin-top: 2.2rem !important;
  }
  .mb-xl {
    margin-bottom: 2.2rem !important;
  }
  .mr-xl {
    margin-right: 2.2rem !important;
  }
  .ml-xl {
    margin-left: 2.2rem !important;
  }
  .p-xl {
    padding: 2.2rem !important;
  }
  .py-xl {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .px-xl {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .pt-xl {
    padding-top: 2.2rem !important;
  }
  .pb-xl {
    padding-bottom: 2.2rem !important;
  }
  .pr-xl {
    padding-right: 2.2rem !important;
  }
  .pl-xl {
    padding-left: 2.2rem !important;
  }
  .m-lg {
    margin: 1.625rem !important;
  }
  .my-lg {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }
  .mx-lg {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }
  .mt-lg {
    margin-top: 1.625rem !important;
  }
  .mb-lg {
    margin-bottom: 1.625rem !important;
  }
  .mr-lg {
    margin-right: 1.625rem !important;
  }
  .ml-lg {
    margin-left: 1.625rem !important;
  }
  .p-lg {
    padding: 1.625rem !important;
  }
  .py-lg {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }
  .px-lg {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }
  .pt-lg {
    padding-top: 1.625rem !important;
  }
  .pb-lg {
    padding-bottom: 1.625rem !important;
  }
  .pr-lg {
    padding-right: 1.625rem !important;
  }
  .pl-lg {
    padding-left: 1.625rem !important;
  }
  .m-md {
    margin: 1.2rem !important;
  }
  .my-md {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .mx-md {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .mt-md {
    margin-top: 1.2rem !important;
  }
  .mb-md {
    margin-bottom: 1.2rem !important;
  }
  .mr-md {
    margin-right: 1.2rem !important;
  }
  .ml-md {
    margin-left: 1.2rem !important;
  }
  .p-md {
    padding: 1.2rem !important;
  }
  .py-md {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .px-md {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .pt-md {
    padding-top: 1.2rem !important;
  }
  .pb-md {
    padding-bottom: 1.2rem !important;
  }
  .pr-md {
    padding-right: 1.2rem !important;
  }
  .pl-md {
    padding-left: 1.2rem !important;
  }
  .m-sm {
    margin: 0.885rem !important;
  }
  .my-sm {
    margin-top: 0.885rem !important;
    margin-bottom: 0.885rem !important;
  }
  .mx-sm {
    margin-left: 0.885rem !important;
    margin-right: 0.885rem !important;
  }
  .mt-sm {
    margin-top: 0.885rem !important;
  }
  .mb-sm {
    margin-bottom: 0.885rem !important;
  }
  .mr-sm {
    margin-right: 0.885rem !important;
  }
  .ml-sm {
    margin-left: 0.885rem !important;
  }
  .p-sm {
    padding: 0.885rem !important;
  }
  .py-sm {
    padding-top: 0.885rem !important;
    padding-bottom: 0.885rem !important;
  }
  .px-sm {
    padding-left: 0.885rem !important;
    padding-right: 0.885rem !important;
  }
  .pt-sm {
    padding-top: 0.885rem !important;
  }
  .pb-sm {
    padding-bottom: 0.885rem !important;
  }
  .pr-sm {
    padding-right: 0.885rem !important;
  }
  .pl-sm {
    padding-left: 0.885rem !important;
  }
  .m-xs {
    margin: 0.65rem !important;
  }
  .my-xs {
    margin-top: 0.65rem !important;
    margin-bottom: 0.65rem !important;
  }
  .mx-xs {
    margin-left: 0.65rem !important;
    margin-right: 0.65rem !important;
  }
  .mt-xs {
    margin-top: 0.65rem !important;
  }
  .mb-xs {
    margin-bottom: 0.65rem !important;
  }
  .mr-xs {
    margin-right: 0.65rem !important;
  }
  .ml-xs {
    margin-left: 0.65rem !important;
  }
  .p-xs {
    padding: 0.65rem !important;
  }
  .py-xs {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
  }
  .px-xs {
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }
  .pt-xs {
    padding-top: 0.65rem !important;
  }
  .pb-xs {
    padding-bottom: 0.65rem !important;
  }
  .pr-xs {
    padding-right: 0.65rem !important;
  }
  .pl-xs {
    padding-left: 0.65rem !important;
  }
  .m-xxs {
    margin: 0.5rem !important;
  }
  .my-xxs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-xxs {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mt-xxs {
    margin-top: 0.5rem !important;
  }
  .mb-xxs {
    margin-bottom: 0.5rem !important;
  }
  .mr-xxs {
    margin-right: 0.5rem !important;
  }
  .ml-xxs {
    margin-left: 0.5rem !important;
  }
  .p-xxs {
    padding: 0.5rem !important;
  }
  .py-xxs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-xxs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pt-xxs {
    padding-top: 0.5rem !important;
  }
  .pb-xxs {
    padding-bottom: 0.5rem !important;
  }
  .pr-xxs {
    padding-right: 0.5rem !important;
  }
  .pl-xxs {
    padding-left: 0.5rem !important;
  }
}
@media (max-width: 768px) {
  .m-xxl-sp {
    margin: 3rem !important;
  }
  .my-xxl-sp {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-xxl-sp {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mt-xxl-sp {
    margin-top: 3rem !important;
  }
  .mb-xxl-sp {
    margin-bottom: 3rem !important;
  }
  .mr-xxl-sp {
    margin-right: 3rem !important;
  }
  .ml-xxl-sp {
    margin-left: 3rem !important;
  }
  .p-xxl-sp {
    padding: 3rem !important;
  }
  .py-xxl-sp {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-xxl-sp {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pt-xxl-sp {
    padding-top: 3rem !important;
  }
  .pb-xxl-sp {
    padding-bottom: 3rem !important;
  }
  .pr-xxl-sp {
    padding-right: 3rem !important;
  }
  .pl-xxl-sp {
    padding-left: 3rem !important;
  }
  .m-xl-sp {
    margin: 2.2rem !important;
  }
  .my-xl-sp {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .mx-xl-sp {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .mt-xl-sp {
    margin-top: 2.2rem !important;
  }
  .mb-xl-sp {
    margin-bottom: 2.2rem !important;
  }
  .mr-xl-sp {
    margin-right: 2.2rem !important;
  }
  .ml-xl-sp {
    margin-left: 2.2rem !important;
  }
  .p-xl-sp {
    padding: 2.2rem !important;
  }
  .py-xl-sp {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .px-xl-sp {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .pt-xl-sp {
    padding-top: 2.2rem !important;
  }
  .pb-xl-sp {
    padding-bottom: 2.2rem !important;
  }
  .pr-xl-sp {
    padding-right: 2.2rem !important;
  }
  .pl-xl-sp {
    padding-left: 2.2rem !important;
  }
  .m-lg-sp {
    margin: 1.625rem !important;
  }
  .my-lg-sp {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }
  .mx-lg-sp {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }
  .mt-lg-sp {
    margin-top: 1.625rem !important;
  }
  .mb-lg-sp {
    margin-bottom: 1.625rem !important;
  }
  .mr-lg-sp {
    margin-right: 1.625rem !important;
  }
  .ml-lg-sp {
    margin-left: 1.625rem !important;
  }
  .p-lg-sp {
    padding: 1.625rem !important;
  }
  .py-lg-sp {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }
  .px-lg-sp {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }
  .pt-lg-sp {
    padding-top: 1.625rem !important;
  }
  .pb-lg-sp {
    padding-bottom: 1.625rem !important;
  }
  .pr-lg-sp {
    padding-right: 1.625rem !important;
  }
  .pl-lg-sp {
    padding-left: 1.625rem !important;
  }
  .m-md-sp {
    margin: 1.2rem !important;
  }
  .my-md-sp {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .mx-md-sp {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .mt-md-sp {
    margin-top: 1.2rem !important;
  }
  .mb-md-sp {
    margin-bottom: 1.2rem !important;
  }
  .mr-md-sp {
    margin-right: 1.2rem !important;
  }
  .ml-md-sp {
    margin-left: 1.2rem !important;
  }
  .p-md-sp {
    padding: 1.2rem !important;
  }
  .py-md-sp {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .px-md-sp {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .pt-md-sp {
    padding-top: 1.2rem !important;
  }
  .pb-md-sp {
    padding-bottom: 1.2rem !important;
  }
  .pr-md-sp {
    padding-right: 1.2rem !important;
  }
  .pl-md-sp {
    padding-left: 1.2rem !important;
  }
  .m-sm-sp {
    margin: 0.885rem !important;
  }
  .my-sm-sp {
    margin-top: 0.885rem !important;
    margin-bottom: 0.885rem !important;
  }
  .mx-sm-sp {
    margin-left: 0.885rem !important;
    margin-right: 0.885rem !important;
  }
  .mt-sm-sp {
    margin-top: 0.885rem !important;
  }
  .mb-sm-sp {
    margin-bottom: 0.885rem !important;
  }
  .mr-sm-sp {
    margin-right: 0.885rem !important;
  }
  .ml-sm-sp {
    margin-left: 0.885rem !important;
  }
  .p-sm-sp {
    padding: 0.885rem !important;
  }
  .py-sm-sp {
    padding-top: 0.885rem !important;
    padding-bottom: 0.885rem !important;
  }
  .px-sm-sp {
    padding-left: 0.885rem !important;
    padding-right: 0.885rem !important;
  }
  .pt-sm-sp {
    padding-top: 0.885rem !important;
  }
  .pb-sm-sp {
    padding-bottom: 0.885rem !important;
  }
  .pr-sm-sp {
    padding-right: 0.885rem !important;
  }
  .pl-sm-sp {
    padding-left: 0.885rem !important;
  }
  .m-xs-sp {
    margin: 0.65rem !important;
  }
  .my-xs-sp {
    margin-top: 0.65rem !important;
    margin-bottom: 0.65rem !important;
  }
  .mx-xs-sp {
    margin-left: 0.65rem !important;
    margin-right: 0.65rem !important;
  }
  .mt-xs-sp {
    margin-top: 0.65rem !important;
  }
  .mb-xs-sp {
    margin-bottom: 0.65rem !important;
  }
  .mr-xs-sp {
    margin-right: 0.65rem !important;
  }
  .ml-xs-sp {
    margin-left: 0.65rem !important;
  }
  .p-xs-sp {
    padding: 0.65rem !important;
  }
  .py-xs-sp {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
  }
  .px-xs-sp {
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }
  .pt-xs-sp {
    padding-top: 0.65rem !important;
  }
  .pb-xs-sp {
    padding-bottom: 0.65rem !important;
  }
  .pr-xs-sp {
    padding-right: 0.65rem !important;
  }
  .pl-xs-sp {
    padding-left: 0.65rem !important;
  }
  .m-xxs-sp {
    margin: 0.5rem !important;
  }
  .my-xxs-sp {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-xxs-sp {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mt-xxs-sp {
    margin-top: 0.5rem !important;
  }
  .mb-xxs-sp {
    margin-bottom: 0.5rem !important;
  }
  .mr-xxs-sp {
    margin-right: 0.5rem !important;
  }
  .ml-xxs-sp {
    margin-left: 0.5rem !important;
  }
  .p-xxs-sp {
    padding: 0.5rem !important;
  }
  .py-xxs-sp {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-xxs-sp {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pt-xxs-sp {
    padding-top: 0.5rem !important;
  }
  .pb-xxs-sp {
    padding-bottom: 0.5rem !important;
  }
  .pr-xxs-sp {
    padding-right: 0.5rem !important;
  }
  .pl-xxs-sp {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .m-xxl-pc {
    margin: 3rem !important;
  }
  .my-xxl-pc {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-xxl-pc {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mt-xxl-pc {
    margin-top: 3rem !important;
  }
  .mb-xxl-pc {
    margin-bottom: 3rem !important;
  }
  .mr-xxl-pc {
    margin-right: 3rem !important;
  }
  .ml-xxl-pc {
    margin-left: 3rem !important;
  }
  .p-xxl-pc {
    padding: 3rem !important;
  }
  .py-xxl-pc {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-xxl-pc {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pt-xxl-pc {
    padding-top: 3rem !important;
  }
  .pb-xxl-pc {
    padding-bottom: 3rem !important;
  }
  .pr-xxl-pc {
    padding-right: 3rem !important;
  }
  .pl-xxl-pc {
    padding-left: 3rem !important;
  }
  .m-xl-pc {
    margin: 2.2rem !important;
  }
  .my-xl-pc {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .mx-xl-pc {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .mt-xl-pc {
    margin-top: 2.2rem !important;
  }
  .mb-xl-pc {
    margin-bottom: 2.2rem !important;
  }
  .mr-xl-pc {
    margin-right: 2.2rem !important;
  }
  .ml-xl-pc {
    margin-left: 2.2rem !important;
  }
  .p-xl-pc {
    padding: 2.2rem !important;
  }
  .py-xl-pc {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .px-xl-pc {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .pt-xl-pc {
    padding-top: 2.2rem !important;
  }
  .pb-xl-pc {
    padding-bottom: 2.2rem !important;
  }
  .pr-xl-pc {
    padding-right: 2.2rem !important;
  }
  .pl-xl-pc {
    padding-left: 2.2rem !important;
  }
  .m-lg-pc {
    margin: 1.625rem !important;
  }
  .my-lg-pc {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }
  .mx-lg-pc {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }
  .mt-lg-pc {
    margin-top: 1.625rem !important;
  }
  .mb-lg-pc {
    margin-bottom: 1.625rem !important;
  }
  .mr-lg-pc {
    margin-right: 1.625rem !important;
  }
  .ml-lg-pc {
    margin-left: 1.625rem !important;
  }
  .p-lg-pc {
    padding: 1.625rem !important;
  }
  .py-lg-pc {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }
  .px-lg-pc {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }
  .pt-lg-pc {
    padding-top: 1.625rem !important;
  }
  .pb-lg-pc {
    padding-bottom: 1.625rem !important;
  }
  .pr-lg-pc {
    padding-right: 1.625rem !important;
  }
  .pl-lg-pc {
    padding-left: 1.625rem !important;
  }
  .m-md-pc {
    margin: 1.2rem !important;
  }
  .my-md-pc {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .mx-md-pc {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .mt-md-pc {
    margin-top: 1.2rem !important;
  }
  .mb-md-pc {
    margin-bottom: 1.2rem !important;
  }
  .mr-md-pc {
    margin-right: 1.2rem !important;
  }
  .ml-md-pc {
    margin-left: 1.2rem !important;
  }
  .p-md-pc {
    padding: 1.2rem !important;
  }
  .py-md-pc {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .px-md-pc {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .pt-md-pc {
    padding-top: 1.2rem !important;
  }
  .pb-md-pc {
    padding-bottom: 1.2rem !important;
  }
  .pr-md-pc {
    padding-right: 1.2rem !important;
  }
  .pl-md-pc {
    padding-left: 1.2rem !important;
  }
  .m-sm-pc {
    margin: 0.885rem !important;
  }
  .my-sm-pc {
    margin-top: 0.885rem !important;
    margin-bottom: 0.885rem !important;
  }
  .mx-sm-pc {
    margin-left: 0.885rem !important;
    margin-right: 0.885rem !important;
  }
  .mt-sm-pc {
    margin-top: 0.885rem !important;
  }
  .mb-sm-pc {
    margin-bottom: 0.885rem !important;
  }
  .mr-sm-pc {
    margin-right: 0.885rem !important;
  }
  .ml-sm-pc {
    margin-left: 0.885rem !important;
  }
  .p-sm-pc {
    padding: 0.885rem !important;
  }
  .py-sm-pc {
    padding-top: 0.885rem !important;
    padding-bottom: 0.885rem !important;
  }
  .px-sm-pc {
    padding-left: 0.885rem !important;
    padding-right: 0.885rem !important;
  }
  .pt-sm-pc {
    padding-top: 0.885rem !important;
  }
  .pb-sm-pc {
    padding-bottom: 0.885rem !important;
  }
  .pr-sm-pc {
    padding-right: 0.885rem !important;
  }
  .pl-sm-pc {
    padding-left: 0.885rem !important;
  }
  .m-xs-pc {
    margin: 0.65rem !important;
  }
  .my-xs-pc {
    margin-top: 0.65rem !important;
    margin-bottom: 0.65rem !important;
  }
  .mx-xs-pc {
    margin-left: 0.65rem !important;
    margin-right: 0.65rem !important;
  }
  .mt-xs-pc {
    margin-top: 0.65rem !important;
  }
  .mb-xs-pc {
    margin-bottom: 0.65rem !important;
  }
  .mr-xs-pc {
    margin-right: 0.65rem !important;
  }
  .ml-xs-pc {
    margin-left: 0.65rem !important;
  }
  .p-xs-pc {
    padding: 0.65rem !important;
  }
  .py-xs-pc {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
  }
  .px-xs-pc {
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }
  .pt-xs-pc {
    padding-top: 0.65rem !important;
  }
  .pb-xs-pc {
    padding-bottom: 0.65rem !important;
  }
  .pr-xs-pc {
    padding-right: 0.65rem !important;
  }
  .pl-xs-pc {
    padding-left: 0.65rem !important;
  }
  .m-xxs-pc {
    margin: 0.5rem !important;
  }
  .my-xxs-pc {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mx-xxs-pc {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mt-xxs-pc {
    margin-top: 0.5rem !important;
  }
  .mb-xxs-pc {
    margin-bottom: 0.5rem !important;
  }
  .mr-xxs-pc {
    margin-right: 0.5rem !important;
  }
  .ml-xxs-pc {
    margin-left: 0.5rem !important;
  }
  .p-xxs-pc {
    padding: 0.5rem !important;
  }
  .py-xxs-pc {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-xxs-pc {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pt-xxs-pc {
    padding-top: 0.5rem !important;
  }
  .pb-xxs-pc {
    padding-bottom: 0.5rem !important;
  }
  .pr-xxs-pc {
    padding-right: 0.5rem !important;
  }
  .pl-xxs-pc {
    padding-left: 0.5rem !important;
  }
}
.fz-xl {
  font-size: 3.9rem !important;
}

.fz-lg {
  font-size: 3.1rem !important;
}

.fz-md {
  font-size: 2.5rem !important;
}

.fz-rg {
  font-size: 2rem !important;
}

.fz-sm {
  font-size: 1.6rem !important;
}

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

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

/* letter-spacing */
.ls200r {
  letter-spacing: 2rem;
}

.ls175r {
  letter-spacing: 1.75rem;
}

.ls150r {
  letter-spacing: 1.5rem;
}

.ls125r {
  letter-spacing: 1.25rem;
}

.ls100r {
  letter-spacing: 1rem;
}

.ls075r {
  letter-spacing: 0.75rem;
}

.ls050r {
  letter-spacing: 0.5rem;
}

.ls025r {
  letter-spacing: 0.25rem;
}

/* imaging */
.x-fit-image {
  width: 100%;
  height: auto;
}

.y-fit-image {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .x-fit-image-sp {
    width: 100%;
    height: auto;
  }
  .y-fit-image-sp {
    width: auto;
    height: 100%;
  }
}
/* rounded */
.rounded-image.r-xs {
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .rounded-image.r-xs {
    border-radius: 0.5rem;
  }
}
.rounded-image.r-sm {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .rounded-image.r-sm {
    border-radius: 1rem;
  }
}
.rounded-image.r-md {
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .rounded-image.r-md {
    border-radius: 1.5rem;
  }
}
.rounded-image.r-lg {
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .rounded-image.r-lg {
    border-radius: 2rem;
  }
}
.rounded-image.r-xl {
  border-radius: 5rem;
}
@media screen and (max-width: 768px) {
  .rounded-image.r-xl {
    border-radius: 2.5rem;
  }
}

/** Component - start **/
/* list - ul,ol */
.number {
  counter-reset: number;
}
.number li {
  position: relative;
  padding-left: 2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 2.5rem;
  line-height: 2.75;
  /*
      &:after {
        position: absolute;
        content: "";
        background: #333;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        top: 0;
        left: 0;
        z-index: 10;
      }
  */
}
.number li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  border-radius: 30px;
  color: #fff;
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 7px;
  z-index: 20;
}

.text-underline {
  text-decoration: underline;
}

/* Button */
/*
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  background: transparent;
  border: 1px solid variable.$s-color;
  color: variable.$s-color;
  transition: all 0.4s;
  opacity: 1;
  position: relative;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  &.rounded {
    border-radius: 22.5px;
  }
  &:not(.normal) {
    font-family: "Questrial", sans-serif;
  }
  &:hover {
    opacity: 0.7;
  }
  &.arrow {
    position: relative;
    &:after {
      @include mixin.arrow;
    }
  }
  &.triangle {
    position: relative;
    &:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent map-get(variable.$corporate-scheme, "p-color");
      border-width: 5.5px 0px 5.5px 5.5px;
      right: 15px;
    }
  }
  &.white {
    color: #fff;
    border: 1px solid #fff;
    &.arrow {
      &:after {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
      }
    }
  }
}
*/
/* toTOP */
.toTOP {
  mix-blend-mode: difference;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  bottom: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(150px);
  transition: 0.2s;
  z-index: 100;
  cursor: pointer;
}
.toTOP.scroll {
  transform: translateX(0px);
  transition: 0.7s;
}
.toTOP:before {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(135deg);
  margin-top: 5px;
  content: "";
  border-bottom: 2px solid #012136;
  border-left: 2px solid #012136;
}
.toTOP:hover {
  background: #ffffff;
  transition: 0.2s;
}
.toTOP:hover:before {
  border-bottom: 2px solid #012136;
  border-left: 2px solid #012136;
}
.toTOP.tT-text {
  margin-bottom: 20px;
}
.toTOP.tT-text:after {
  content: "TOP";
  position: absolute;
  font-size: 15px;
  color: #fff;
  bottom: -30px;
  width: 200%;
  text-align: center;
  letter-spacing: 4px;
}
.toTOP.rounded {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .toTOP {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .toTOP:before {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    content: "";
    border-bottom: 2px solid #012136;
    border-left: 2px solid #012136;
  }
  .toTOP.tT-text {
    margin-bottom: 20px;
  }
  .toTOP.tT-text:after {
    content: "TOP";
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: -30px;
    width: 200%;
    text-align: center;
    letter-spacing: 2px;
  }
}

/* header */
body.hrz .header {
  position: fixed;
  top: 0;
  left: 0;
  height: 68px;
  width: 100%;
  padding: 0 1rem;
  transition: 0.3s;
  z-index: 9000;
  background: #333;
}
body.hrz .header.scroll {
  height: 60px;
  transition: 0.3s;
}
body.hrz .header.scroll nav .menublock .header-nav li.active {
  color: !important;
}
body.hrz .header.scroll nav .menublock .header-nav li.active:after {
  bottom: 10px;
}
body.hrz .header nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
body.hrz .header nav .logoblock .logo {
  width: clamp(5.625rem, 4.665rem + 4.8vw, 8.375rem);
  height: auto;
  margin-right: 20px;
}
body.hrz .header nav .menublock {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.hrz .header nav .menublock .header-nav {
  height: 100%;
  display: flex;
  gap: 15px;
  margin-right: 20px;
}
body.hrz .header nav .menublock .header-nav + .header-nav-contact {
  width: 200px;
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  body.hrz .header nav .menublock .header-nav + .header-nav-contact {
    margin-top: 50px;
  }
}
body.hrz .header nav .menublock .header-nav li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: 0.2s;
  font-size: 90%;
}
body.hrz .header nav .menublock .header-nav li.active {
  font-weight: bold;
  position: relative;
}
body.hrz .header nav .menublock .header-nav li.active:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 6px;
  bottom: 40px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  body.hrz .header nav .menublock .header-nav li.active:after {
    content: none;
  }
}
body.hrz .header nav .menublock .header-nav .parent-item {
  cursor: pointer;
  position: relative;
}
body.hrz .header nav .menublock .header-nav .parent-item .child-menu {
  background: #333;
  padding: 0 1rem;
  position: absolute;
  top: calc(50% + 34px);
  left: calc(-50% - 66px);
  flex-direction: column;
  width: calc(100% + 200px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  body.hrz .header nav .menublock .header-nav .parent-item .child-menu {
    padding-top: 1rem;
    background: transparent;
    left: 0;
    right: 0;
    width: 100%;
    position: static;
    box-shadow: none;
  }
}
@media screen and (min-width: 769px) {
  body.hrz .header nav .menublock .header-nav .parent-item .child-menu {
    display: none;
  }
}
body.hrz .header nav .menublock .header-nav .parent-item .child-menu li {
  text-align: center;
  padding: 0.885rem;
  border-bottom: 1px solid #ffffff;
  transition: 0.2s;
}
body.hrz .header nav .menublock .header-nav .parent-item .child-menu li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  body.hrz .header nav .menublock .header-nav .parent-item .child-menu li:last-of-type {
    border-bottom: 1px solid #6699cc;
  }
}
body.hrz .header nav .menublock .header-nav .parent-item .child-menu li:hover {
  background: rgba(255, 255, 255, 0.4);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  body.hrz .header nav .menublock .header-nav .parent-item .child-menu li {
    border-bottom: none;
    transition: 0.2s;
  }
}
body.hrz .header nav .menublock .header-nav .parent-item:hover .child-menu {
  display: flex;
}
body.hrz .header .drawer-trigger {
  display: none;
}
@media screen and (max-width: 991px) {
  body.hrz .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
  }
  body.hrz .header .logoblock {
    height: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.hrz .header .logoblock picture img {
    height: 100%;
    width: auto;
  }
  body.hrz .header nav .menublock {
    display: none;
  }
  body.hrz .header .drawer-trigger {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    background: #eee;
    cursor: pointer;
    font-size: 1.5rem;
    border: 1px solid;
    transition: 0.2s;
    right: 0px;
  }
  body.hrz .header .drawer-trigger:before {
    content: "\f0c9";
    font-family: "Line Awesome Free";
    font-size: 1.25rem;
    font-weight: 900;
  }
  body.hrz .header .drawer-trigger:hover:before {
    transition: 0.2s;
    font-family: "Line Awesome Free";
    font-size: 1.25rem;
    font-weight: 900;
  }
  body.hrz .header.menu-open .menublock {
    display: block;
    position: fixed;
    background: #eee;
    width: 100%;
    top: 68px;
    left: 0;
    height: calc(100% - 68px);
    z-index: 1000;
  }
  body.hrz .header.menu-open .menublock .header-nav {
    height: auto;
    display: block;
    padding: 40px 0 0;
  }
  body.hrz .header.menu-open .menublock .header-nav li {
    width: 70%;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    color: #333;
    border-top: 1px solid #6699cc;
  }
  body.hrz .header.menu-open .menublock .header-nav li .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  body.hrz .header.menu-open .menublock .header-nav li li {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  body.hrz .header.menu-open .drawer-trigger:before {
    content: "\f00d";
  }
}

/* header-lsm  */
body.lsm .header {
  position: fixed;
  display: flex;
  justify-content: center;
  background: #003366;
  width: clamp(12.5rem, 4.473rem + 16.72vw, 18.75rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.2s;
}
body.lsm .header + main {
  width: calc(100% - clamp(12.5rem, 4.473rem + 16.72vw, 18.75rem));
  margin-left: clamp(12.5rem, 4.473rem + 16.72vw, 18.75rem);
}
body.lsm .header nav {
  display: block;
  width: 100%;
  position: relative;
}
body.lsm .header nav .logoblock {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.lsm .header nav .logoblock p,
body.lsm .header nav .logoblock img {
  margin-bottom: 20px;
}
body.lsm .header nav .logoblock p {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
body.lsm .header nav .logoblock img {
  width: 100%;
  height: auto;
}
body.lsm .header nav .menublock .header-nav li p,
body.lsm .header nav .menublock .header-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  background: transparent;
  transition: 0.3s;
}
body.lsm .header nav .menublock .header-nav li p:hover,
body.lsm .header nav .menublock .header-nav li a:hover {
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
body.lsm .header nav .corner-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(12.5rem, 4.473rem + 16.72vw, 18.75rem);
}

body.lsm #conversion,
body.lsm footer {
  width: calc(100% - clamp(12.5rem, 4.473rem + 16.72vw, 18.75rem));
  margin-left: clamp(12.5rem, 4.473rem + 16.72vw, 18.75rem);
}

@media screen and (max-width: 768px) {
  body.lsm .header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    top: auto;
    bottom: 15px;
    left: 15px;
    transition: 0.2s;
    /* menu-open */
  }
  body.lsm .header + main {
    width: 100%;
    margin-left: initial;
  }
  body.lsm .header nav {
    display: none;
  }
  body.lsm .header:hover {
    background: #06c;
    transition: 0.2s;
  }
  body.lsm .header .drawer-trigger {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
  }
  body.lsm .header .drawer-trigger:before {
    content: "\f0c9";
    font-family: "Line Awesome Free";
    font-size: 1.75rem;
    font-weight: 900;
    color: #ffffff;
  }
  body.lsm .header.menu-open {
    display: block;
    justify-content: center;
    align-items: center;
    width: clamp(12.5rem, 4.473rem + 16.72vw, 18.75rem);
    height: 100%;
    border-radius: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
  }
  body.lsm .header.menu-open nav {
    display: block;
  }
  body.lsm .header.menu-open nav .menublock {
    position: relative;
  }
  body.lsm .header.menu-open nav .corner-btn {
    bottom: auto;
    margin-top: 30px;
  }
  body.lsm .header.menu-open .drawer-trigger {
    display: block;
    position: fixed;
    left: 30px;
    bottom: 10px;
  }
  body.lsm .header.menu-open .drawer-trigger:before {
    content: "\f00d";
  }
  body.lsm .header.menu-open:hover {
    background: #036;
  }
  body.lsm #conversion,
  body.lsm footer {
    width: 100%;
    margin-left: initial;
  }
}
/* soft-ui (Neumorphism) */
.soft-ui {
  margin: 15px;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  box-shadow: 3px 3px 5px rgba(51, 51, 68, 0.2), -3px -3px 5px rgba(255, 255, 255, 0.6);
}

/* lower page */
/* horizonal */
.pages #hero {
  height: 100%;
  width: 100%;
  min-height: 300px;
  max-height: 400px;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pages #hero {
    min-height: 150px;
    max-height: 200px;
  }
}
.pages #hero {
  background: no-repeat url("../images/common/lower-header_tc.jpg") center center/cover;
  text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 3px #fff, 0px 0px 6px #fff;
}

/* vertical */
.lsm.pages #hero {
  margin-top: auto;
}

/** Component - end **/
/* text-decoration */
.underline {
  position: relative;
}
.underline:after {
  position: absolute;
  width: calc(100% + 5px);
  height: 1px;
  content: "";
  display: inline-block;
  border-bottom: 2px solid #ccc;
  left: 0px;
  bottom: 0px;
}
.underline.ul-s-color:after {
  border-bottom: 2px solid #00b5d1;
}

.ul-white {
  position: relative;
}
.ul-white:after {
  height: 1px;
  position: absolute;
  content: "";
  display: inline-block;
  left: 0px;
  bottom: 0px;
  border-bottom: 4px solid #fff;
  width: 80px;
}

/* overflows */
.scroll-x {
  overflow-x: scroll;
}

.scroll-y {
  overflow-y: scroll;
}

@media only screen and (max-width: 1100px) {
  .scroll-x-sp {
    overflow-x: scroll;
  }
  .scroll-y-sp {
    overflow-y: scroll;
  }
}
/* table */
table.table.centered th,
table.table.centered td {
  text-align: center;
}
table.table tr {
  border-bottom: 1px solid #999;
}
table.table th {
  text-align: left;
}
table.table td {
  padding: 10px 20px;
  line-height: 2;
}
table.table th,
table.table td {
  vertical-align: middle;
  padding: 10px;
}
table.table thead th,
table.table thead td {
  font-weight: bold;
  text-align: center;
}
table.table tbody tr:last-of-type {
  border-bottom: none;
}
table.table.sand-border tbody {
  /*
  tr:first-of-type {
    border-top: 1px solid #999;
  }
  */
}
table.table.sand-border tbody tr:last-of-type {
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  table.table th,
  table.table td {
    display: block;
    width: 100%;
    text-align: left !important;
  }
  table.table th {
    padding: 10px 0px 3px;
  }
  table.table td {
    padding: 3px 0px 10px;
  }
}
table.table.thin-spacing th,
table.table.thin-spacing td {
  font-size: 88%;
  padding: 10px 5px;
}
table.table.thin-spacing th {
  min-width: 100px;
}

/* card */
/* list style */
.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list .isolate {
  width: 100%;
  margin-top: 1rem;
}
.list.c1 li {
  width: 100%;
}
.list.c2 li {
  width: 40%;
}
.list.c3 li {
  width: 33%;
}
.list.before li {
  padding-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.list.before.arrow li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #336699;
  border-bottom: 2px solid #336699;
  transform: rotate(-135deg);
  left: 0;
}
.list.before.circle li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #003366;
  left: 3px;
}
.list.before.number, .list.before.alphabet {
  margin-left: 1.25rem;
}
.list.before.number li, .list.before.alphabet li {
  padding-left: 0;
  display: list-item;
}
.list.before.number {
  list-style-type: decimal;
}
.list.before.alphabet {
  list-style-type: decimal;
}
.list .no_decorate {
  padding-left: 0 !important;
}
.list .no_decorate:before {
  content: none !important;
}

/* WYSIWYG */
#wysiwyg {
  line-height: 1.8;
}
#wysiwyg h1 {
  font-size: 6rem;
}
#wysiwyg h2 {
  font-size: 4.4rem;
}
#wysiwyg h3 {
  font-size: 3.25rem;
}
#wysiwyg h4 {
  font-size: 2.4rem;
}
#wysiwyg h5 {
  font-size: 1.77rem;
}
#wysiwyg h6 {
  font-size: 1.3rem;
}
#wysiwyg pre {
  font-family: monospace;
}
#wysiwyg strong {
  font-weight: bold;
}
#wysiwyg em {
  font-style: italic;
}
#wysiwyg ul > li {
  list-style-type: disc;
}
#wysiwyg ol > li {
  list-style-type: decimal;
}
#wysiwyg ul,
#wysiwyg ol {
  padding-left: 1.5rem;
}
#wysiwyg blockquote {
  background: #eee;
  padding: 0.75rem 1.5rem;
  line-height: 1.9rem;
  font-family: initial;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  margin: 1.5rem 0.5rem;
  font-size: 90%;
}
#wysiwyg a {
  color: #009440;
  text-decoration: underline;
}
#wysiwyg hr {
  height: auto;
  margin: 10px 0;
  padding: initial;
  border: revert;
}

@media screen and (min-width: 769px) {
  .forSP {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .forTAB {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .disTAB {
    display: none !important;
  }
}
.trigger {
  /* Delay */
  /* fade */
  /* position */
}
.trigger .tt100ms,
.trigger .tt100ms::before,
.trigger .tt100ms::after {
  transition: 0.1s;
}
.trigger .tt200ms,
.trigger .tt200ms::before,
.trigger .tt200ms::after {
  transition: 0.2s;
}
.trigger .tt300ms,
.trigger .tt300ms::before,
.trigger .tt300ms::after {
  transition: 0.3s;
}
.trigger .tt400ms,
.trigger .tt400ms::before,
.trigger .tt400ms::after {
  transition: 0.4s;
}
.trigger .tt500ms,
.trigger .tt500ms::before,
.trigger .tt500ms::after {
  transition: 0.5s;
}
.trigger .tt600ms,
.trigger .tt600ms::before,
.trigger .tt600ms::after {
  transition: 0.6s;
}
.trigger .tt700ms,
.trigger .tt700ms::before,
.trigger .tt700ms::after {
  transition: 0.7s;
}
.trigger .tt800ms,
.trigger .tt800ms::before,
.trigger .tt800ms::after {
  transition: 0.8s;
}
.trigger .tt900ms,
.trigger .tt900ms::before,
.trigger .tt900ms::after {
  transition: 0.9s;
}
.trigger .tt1000ms,
.trigger .tt1000ms::before,
.trigger .tt1000ms::after {
  transition: 1s;
}
.trigger .delay-1,
.trigger .delay-1::before,
.trigger .delay-1::after {
  transition-delay: 0.15s;
}
.trigger .delay-2,
.trigger .delay-2::before,
.trigger .delay-2::after {
  transition-delay: 0.3s;
}
.trigger .delay-3,
.trigger .delay-3::before,
.trigger .delay-3::after {
  transition-delay: 0.45s;
}
.trigger .delay-4,
.trigger .delay-4::before,
.trigger .delay-4::after {
  transition-delay: 0.6s;
}
.trigger .delay-5,
.trigger .delay-5::before,
.trigger .delay-5::after {
  transition-delay: 0.75s;
}
.trigger .delay-6,
.trigger .delay-6::before,
.trigger .delay-6::after {
  transition-delay: 0.9s;
}
.trigger .delay-7,
.trigger .delay-7::before,
.trigger .delay-7::after {
  transition-delay: 1.05s;
}
.trigger .delay-8,
.trigger .delay-8::before,
.trigger .delay-8::after {
  transition-delay: 1.2s;
}
.trigger .delay-9,
.trigger .delay-9::before,
.trigger .delay-9::after {
  transition-delay: 1.35s;
}
.trigger .delay-10,
.trigger .delay-10::before,
.trigger .delay-10::after {
  transition-delay: 1.5s;
}
.trigger .delay-11,
.trigger .delay-11::before,
.trigger .delay-11::after {
  transition-delay: 1.65s;
}
.trigger .delay-12,
.trigger .delay-12::before,
.trigger .delay-12::after {
  transition-delay: 1.8s;
}
.trigger .fade-in,
.trigger .fade-in::before,
.trigger .fade-in::after {
  opacity: 0;
}
.trigger .t2b,
.trigger .t2b::before,
.trigger .t2b::after {
  transform: translateY(-70px);
}
.trigger .b2t,
.trigger .b2t::before,
.trigger .b2t::after {
  transform: translateY(70px);
}
.trigger .r2l,
.trigger .r2l::before,
.trigger .r2l::after {
  transform: translateX(70px);
}
.trigger .l2r,
.trigger .l2r::before,
.trigger .l2r::after {
  transform: translateX(-70px);
}
.trigger .br2bl,
.trigger .br2bl::before,
.trigger .br2bl::after {
  transform: translate(70px, 70px);
}
.trigger .bl2br,
.trigger .bl2br::before,
.trigger .bl2br::after {
  transform: translate(-70px, 70px);
}
.trigger .tr2tl,
.trigger .tr2tl::before,
.trigger .tr2tl::after {
  transform: translate(70px, -70px);
}
.trigger .tl2tr,
.trigger .tl2tr::before,
.trigger .tl2tr::after {
  transform: translate(-70px, -70px);
}
.trigger .tr2bl,
.trigger .tr2bl::before,
.trigger .tr2bl::after {
  transform: translate(70px, -70px);
}
.trigger .tl2br,
.trigger .tl2br::before,
.trigger .tl2br::after {
  transform: translate(-70px, -70px);
}
.trigger .br2tl,
.trigger .br2tl::before,
.trigger .br2tl::after {
  transform: translate(70px, 70px);
}
.trigger .bl2tr,
.trigger .bl2tr::before,
.trigger .bl2tr::after {
  transform: translate(-70px, 70px);
}
.trigger.set {
  /* fade */
  /* position */
}
.trigger.set .fade-in,
.trigger.set .fade-in::before,
.trigger.set .fade-in::after {
  opacity: 1;
}
.trigger.set .br2bl, .trigger.set .bl2br, .trigger.set .tr2tl, .trigger.set .tl2tr, .trigger.set .tr2bl, .trigger.set .tl2br, .trigger.set .br2tl, .trigger.set .bl2tr, .trigger.set .t2b, .trigger.set .b2t, .trigger.set .r2l, .trigger.set .l2r,
.trigger.set .br2bl, .trigger.set .bl2br, .trigger.set .tr2tl, .trigger.set .tl2tr, .trigger.set .tr2bl, .trigger.set .tl2br, .trigger.set .br2tl, .trigger.set .bl2tr, .trigger.set .t2b, .trigger.set .b2t, .trigger.set .r2l, .trigger.set .l2r::before,
.trigger.set .br2bl, .trigger.set .bl2br, .trigger.set .tr2tl, .trigger.set .tl2tr, .trigger.set .tr2bl, .trigger.set .tl2br, .trigger.set .br2tl, .trigger.set .bl2tr, .trigger.set .t2b, .trigger.set .b2t, .trigger.set .r2l, .trigger.set .l2r::after {
  transform: translate(0px, 0px);
}/*# sourceMappingURL=style.css.map */