@charset "UTF-8";
/*------------------------
var
------------------------*/
:root {
  --font-main:"Source Sans 3","Noto Sans JP","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  --font-web:"Noto Sans JP";
  --font-normal:"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  --font-eng:"Source Sans 3", sans-serif;
  --nav_height:60px;
  --heading_h0: 50px;
  --heading_h1: 45px;
  --heading_h2: 32px;
  --heading_h3: 24px;
  --heading_h4: 20px;
  --heading_h5: 18px;
  --heading_h6: calc(100% + 2px);
  --heading_h7: calc(100% - 2px);
  --heading_span_XL: 75%;
  --heading_span_L: 1.1rem;
  --heading_span_M: 1rem;
  --heading_span_S: 0.8rem;
  --main-color: #1797C5;
  --accent-color: #FFA124;
  --accent-color2: #579469;
  --cta-color: #1797C5;
  --sub-color: #1C366A;
  --text-color: #000000;
  --text-color_light: #ffffff;
  --nav-bg-color:#1C366A;
  --bg-white: #ffffff;
  --bg-warm: #fafafa;
  --bg-green: #eefbf0;
  --bg-cool: #e3f7fb;
  --bg-apeal-color: #fce6e2;
  --bg-sub-color: #f0f0f0;
  --caution-color: #d00000;
  --border-color:#D9D9D9;
  --border-color-light:#dddddd;
  --side-column-width:240px;
  --section-max-width:1280px;
  --section-margin-length:95px;
  --section-padding-length:20px;
  --section-padding-vertical:70px;
  --head-padding-length:20px;
}
@media only screen and (min-width: 512px) {
  :root {
    --section-padding-length:40px;
  }
}
@media screen and (min-width: 769px) {
  :root {
    --nav_height:80px;
    --section-padding-length:83px;
    --section-padding-vertical:90px;
    --head-padding-length:40px;
    --heading_h0: 64px;
    --heading_h1: 36px;
    --heading_h2: 32px;
    --heading_h3: 24px;
    --heading_h4: 22px;
    --heading_h5: 18px;
    --heading_h6: 16px;
    --heading_h7: 14px;
    --heading_span_XL: 75%;
    --heading_span_L: 1.1rem;
    --heading_span_M: 1rem;
    --heading_span_S: 0.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  :root {
    --side-column-width:300px;
  }
}
@media only screen and (min-width: 1400px) {
  :root {
    --head-padding-length:83px;
  }
}
:root .EngAdjust {
  font-size: 115%;
  vertical-align: -0.05em;
}

/*------------------------
html
------------------------*/
html {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 14px;
  }
}

/*------------------------
anti alias
------------------------*/
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: "halt" on;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/*------------------------
common
------------------------*/
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: bottom;
}

video {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

::selection {
  color: var(--text-color);
  background: var(--bg-sub-color);
}

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

.preloadImage {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0px;
  height: 0px;
  z-index: -1;
}

body {
  width: 100%;
  font-family: var(--font-main);
  -webkit-text-size-adjust: 100%;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.28px;
}

.lineHeightCancel h1, .lineHeightCancel h2, .lineHeightCancel h3, .lineHeightCancel h4, .lineHeightCancel h5, .lineHeightCancel h6, .lineHeightCancel p {
  margin-top: -0.4em;
  margin-bottom: -0.4em;
}

main {
  width: 100%;
}

.FontNormal {
  font-family: var(--font-normal);
}

object, embed {
  outline: none;
}

div, nav, main, section, article, ul, li, dl, dt, dd, p, a, span, em, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
  margin: -0.25em 0;
  padding: 0;
}

p {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p, div, li, dt {
  position: relative;
  line-height: 1.5;
  /*60px*/
}
h1.heading_h0, h2.heading_h0, h3.heading_h0, h4.heading_h0, h5.heading_h0, h6.heading_h0, p.heading_h0, div.heading_h0, li.heading_h0, dt.heading_h0 {
  font-size: var(--heading_h0);
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6, p, div, li, dt {
  /*45px*/
}
h1.heading_h1, h2.heading_h1, h3.heading_h1, h4.heading_h1, h5.heading_h1, h6.heading_h1, p.heading_h1, div.heading_h1, li.heading_h1, dt.heading_h1 {
  font-size: var(--heading_h1);
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p, div, li, dt {
  /*30px*/
}
h1.heading_h2, h2.heading_h2, h3.heading_h2, h4.heading_h2, h5.heading_h2, h6.heading_h2, p.heading_h2, div.heading_h2, li.heading_h2, dt.heading_h2 {
  font-size: var(--heading_h2);
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p, div, li, dt {
  /*24px*/
}
h1.heading_h3, h2.heading_h3, h3.heading_h3, h4.heading_h3, h5.heading_h3, h6.heading_h3, p.heading_h3, div.heading_h3, li.heading_h3, dt.heading_h3 {
  font-size: var(--heading_h3);
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p, div, li, dt {
  /*22px*/
}
h1.heading_h4, h2.heading_h4, h3.heading_h4, h4.heading_h4, h5.heading_h4, h6.heading_h4, p.heading_h4, div.heading_h4, li.heading_h4, dt.heading_h4 {
  font-size: var(--heading_h4);
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p, div, li, dt {
  /*20px*/
}
h1.heading_h5, h2.heading_h5, h3.heading_h5, h4.heading_h5, h5.heading_h5, h6.heading_h5, p.heading_h5, div.heading_h5, li.heading_h5, dt.heading_h5 {
  font-size: var(--heading_h5);
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p, div, li, dt {
  /*16px*/
}
h1.heading_h6, h2.heading_h6, h3.heading_h6, h4.heading_h6, h5.heading_h6, h6.heading_h6, p.heading_h6, div.heading_h6, li.heading_h6, dt.heading_h6 {
  font-size: var(--heading_h6);
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p, div, li, dt {
  /*14px*/
}
h1.heading_h7, h2.heading_h7, h3.heading_h7, h4.heading_h7, h5.heading_h7, h6.heading_h7, p.heading_h7, div.heading_h7, li.heading_h7, dt.heading_h7 {
  font-size: var(--heading_h7);
  font-weight: 400;
}
h1[class^=heading_h]:has(.Note), h2[class^=heading_h]:has(.Note), h3[class^=heading_h]:has(.Note), h4[class^=heading_h]:has(.Note), h5[class^=heading_h]:has(.Note), h6[class^=heading_h]:has(.Note), p[class^=heading_h]:has(.Note), div[class^=heading_h]:has(.Note), li[class^=heading_h]:has(.Note), dt[class^=heading_h]:has(.Note) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
h1[class^=heading_h] span.Note, h2[class^=heading_h] span.Note, h3[class^=heading_h] span.Note, h4[class^=heading_h] span.Note, h5[class^=heading_h] span.Note, h6[class^=heading_h] span.Note, p[class^=heading_h] span.Note, div[class^=heading_h] span.Note, li[class^=heading_h] span.Note, dt[class^=heading_h] span.Note {
  font-size: 12px;
}

a:link, a:visited {
  color: var(--main-color);
  text-decoration: underline;
}
a:link.noColor, a:visited.noColor {
  color: var(--text-color);
}
a:link:hover, a:visited:hover {
  color: var(--cta-color);
}
a:link:hover.noColor, a:visited:hover.noColor {
  color: var(--text-color);
}
a:link[target=_blank]:not(:has(br)):not(:has([class^=icon])):after, a:visited[target=_blank]:not(:has(br)):not(:has([class^=icon])):after {
  content: "";
  mask-image: url(../img/icon-blank.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--main-color);
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.25em;
  margin-left: 0.5em;
}
a:link.maplink::before, a:visited.maplink::before {
  content: "";
  mask-image: url(../img/icon-map.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--main-color);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  margin-left: 0.5em;
  transform: translateY(0.175em);
}
a:link.maplink[target=_blank]:after, a:visited.maplink[target=_blank]:after {
  display: none;
}
a:focus {
  outline: none;
}
a.arw {
  position: relative;
  display: inline-block;
  color: var(--text-color);
  padding: 0 1.5em 0 0;
}
a.arw:before {
  position: absolute;
  font-family: "iconFont";
  font-size: 50%;
  line-height: 1rem;
  color: var(--text-color_light);
  content: "\e904";
  text-align: center;
  right: 0;
  top: 50%;
  background: var(--main-color);
  border-radius: 100rem;
  width: 1rem;
  height: 1rem;
  transform: translate(0, -50%);
}
a.arw:hover {
  color: var(--main-color);
}
a.arw:hover:before {
  background: var(--sub-color);
}
a.landmark {
  position: relative;
  display: inline-block;
  padding: 0 0.25em 0 0;
}
a.landmark:before {
  content: "Link";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  background: var(--bg-dark);
  padding: 0.125em 0.5em;
  border-radius: 2px;
  font-size: 75%;
  line-height: 1;
  color: var(--bg-color3);
  transform: translate(100%, -50%);
}

a:link, a:visited {
  text-decoration: none;
}
a:link.Button, a:visited.Button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-width: 276px;
  max-width: none;
  height: 50px;
  margin: 0 auto;
  padding: 0 2.5em 0 2em;
  border-radius: 100rem;
  color: var(--text-color_light);
  text-align: justify;
  font-family: var(--font-eng);
  font-size: 16px;
  line-height: 0.88889;
  font-style: normal;
  font-weight: 400;
  background: var(--cta-color);
  text-align: center;
  transition: background 0.25s, color 0.25s;
  cursor: pointer;
}
a:link.Button:before, a:visited.Button:before {
  content: "\e904";
  position: absolute;
  left: auto;
  right: 1.75em;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  font-family: "iconFont";
  font-size: 0.667em;
  line-height: 1;
  background: none;
  transform: translate(0, -50%);
  transition: right 0.75s;
  z-index: 0;
}
a:link.Button:hover, a:visited.Button:hover {
  background: var(--accent-color);
}
a:link.Button:hover:before, a:visited.Button:hover:before {
  right: 1em;
}
a:link.Button.Line, a:visited.Button.Line {
  width: 189px;
  height: 40px;
  padding: 0;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #00CA41;
  color: var(--text-color_light);
}
a:link.Button.Line::before, a:visited.Button.Line::before {
  display: none;
}
a:link.Button.Line:hover, a:visited.Button.Line:hover {
  color: var(--accent-color);
  background: var(--main-color);
}
a:link.Button.BigSize, a:visited.Button.BigSize {
  width: 50%;
  border-color: var(--text-color);
  font-size: 2.14rem;
  padding: 2.14rem 5rem;
}
a:link.Button.BigSize span, a:visited.Button.BigSize span {
  font-size: 1rem;
  display: block;
  margin-top: 10px;
}
a:link.Button.BigSize:before, a:visited.Button.BigSize:before {
  font-size: 1.5rem;
  font-weight: bold;
  right: 2.5rem;
}
@media only screen and (max-width: 769px) {
  a:link.Button.BigSize, a:visited.Button.BigSize {
    width: 75%;
    padding: 1.75rem 3rem;
    font-size: 1.75rem;
  }
  a:link.Button.BigSize:before, a:visited.Button.BigSize:before {
    right: 1.5rem;
  }
}
a:link.ButtonSmall, a:visited.ButtonSmall {
  max-width: 120px;
  min-width: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 2em;
  font-size: 16px;
  line-height: 1;
  border-radius: 0.25rem;
  background: var(--cta-color);
  color: var(--text-color_light);
}
@media only screen and (min-width: 768px) {
  a:link.ButtonSmall, a:visited.ButtonSmall {
    height: 38px;
    max-width: 180px;
    min-width: 120px;
    font-size: 18px;
    padding: 16px 2em;
  }
}
a:link.ButtonSmall::before, a:visited.ButtonSmall::before {
  display: none;
}
a:link.ButtonSmall:hover, a:visited.ButtonSmall:hover {
  background: var(--accent-color);
}

.HighLight {
  color: var(--sub-color);
  font-weight: 700;
}

input, select, textarea {
  font-size: 100%;
  font-family: var(--font-normal);
  margin: 0 0.5em 0 0;
}

.annotation {
  padding-left: 0.52em;
  text-indent: -0.52em;
}

.annotation1 {
  padding-left: 1em;
  text-indent: -1em;
}

.annotation2 {
  padding-left: 2em;
  text-indent: -2em;
}

.annotation3 {
  padding-left: 3em;
  text-indent: -3em;
}

.annotation4 {
  padding-left: 4em;
  text-indent: -4em;
}

.annotation5 {
  padding-left: 5em;
  text-indent: -5em;
}

.annotation6 {
  padding-top: 6em;
  text-indent: -6em;
}

hr {
  border: 1px solid var(--border-color);
  border-width: 1px 0 0;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
hr.NavHeight {
  margin-bottom: var(--nav_height);
}
hr.sectMargin {
  margin-bottom: var(--section-margin-length);
}
hr.dotted {
  border: 1px dotted var(--border-color-light);
  border-width: 1px 0 0;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
hr.void {
  border: none;
  width: 100%;
  height: 0;
}
hr.underMargin {
  border: none;
  width: 100%;
  height: 15vh;
  margin: 0;
}

div.m36 {
  margin: 36px;
}

em {
  font-style: inherit;
  font-weight: inherit;
  color: var(--accent-color);
}

.mgA {
  margin: 0 auto !important;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB0-25e {
  margin-bottom: 0.25rem !important;
}

.mgB0-5e {
  margin-bottom: 0.5rem !important;
}

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

.mgB1eL0 {
  margin-bottom: 1rem !important;
}
.mgB1eL0:last-child {
  margin-bottom: 0 !important;
}

.mgB1-5e {
  margin-bottom: 1.5rem !important;
}

.mgB2e {
  margin-bottom: 2rem !important;
}

.mgB2-5e {
  margin-bottom: 2.5rem !important;
}

.mgB3e {
  margin-bottom: 3rem !important;
}

.mgB3-5e {
  margin-bottom: 3.5rem !important;
}

.mgB4e {
  margin-bottom: 4rem !important;
}

.mgB5e {
  margin-bottom: 5rem !important;
}

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

.mgBFull {
  margin-bottom: 100vh !important;
}

.mgT0 {
  margin-top: 0 !important;
}

.mgT0-5e {
  margin-top: 0.5rem !important;
}

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

.mgT1-5e {
  margin-top: 1.5rem !important;
}

.mgT2e {
  margin-top: 2rem !important;
}

.mgT2-5e {
  margin-top: 2.5rem !important;
}

.mgT3e {
  margin-top: 3rem !important;
}

.mgT4e {
  margin-top: 4rem !important;
}

.mgT5e {
  margin-top: 5rem !important;
}

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

.pad0 {
  padding: 0rem !important;
}

.pad1 {
  padding: 1rem;
}

.pad2 {
  padding: 2rem;
}
.pad2.RP {
  padding: 2rem 0;
}
@media only screen and (min-width: 769px) {
  .pad2.RP {
    padding: 2rem;
  }
}

.pad3 {
  padding: 3rem;
}

.padL0 {
  padding-left: 0 !important;
}

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

.pad0tp {
  padding-top: 0rem !important;
}

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

.pad2tp {
  padding-top: 2rem !important;
}

.pad3tp {
  padding-top: 3rem !important;
}

.pad4tp {
  padding-top: 4rem !important;
}

.pad5tp {
  padding-top: 5rem !important;
}

.pad0bt {
  padding-bottom: 0 !important;
}

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

.pad2bt {
  padding-bottom: 2rem !important;
}

.pad3bt {
  padding-bottom: 3rem !important;
}

.pad4bt {
  padding-bottom: 4rem !important;
}

.pad5bt {
  padding-bottom: 5rem !important;
}

.pad0bt_respo2 {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
  .pad0bt_respo2 {
    padding-bottom: 2rem !important;
  }
}

.pad0tt {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.pad2tt {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pad3tt {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pad0yk {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pad0-5yk {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.pad0-75yk {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

.pad1-5yk {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.pad2yk {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pad3yk {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.pad4yk {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.pad5yk {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

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

.pad0L {
  padding-left: 0 !important;
}

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

.pad2L {
  padding-left: 2rem !important;
}

.pad3L {
  padding-left: 3rem !important;
}

.pad4L {
  padding-left: 4rem !important;
}

.pad5L {
  padding-left: 5rem !important;
}

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

.pad0L_respo0 {
  padding-left: 0 !important;
}

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

.pad2L_respo0 {
  padding-left: 2rem !important;
}

.pad3L_respo0 {
  padding-left: 3rem !important;
}

.pad4L_respo0 {
  padding-left: 4rem !important;
}

.pad5L_respo0 {
  padding-left: 5rem !important;
}

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

@media only screen and (max-width: 480px) {
  .pad0L_respo0,
  .pad1L_respo0,
  .pad2L_respo0,
  .pad3L_respo0,
  .pad4L_respo0,
  .pad5L_respo0,
  .pad6L_respo0 {
    padding-left: 0 !important;
  }
}
.pad0R {
  padding-right: 0 !important;
}

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

.pad2R {
  padding-right: 2rem !important;
}

.pad3R {
  padding-right: 3rem !important;
}

.pad4R {
  padding-right: 4rem !important;
}

.pad5R {
  padding-right: 5rem !important;
}

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

.pad0R_respo0 {
  padding-right: 0 !important;
}

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

.pad2R_respo0 {
  padding-right: 2rem !important;
}

.pad3R_respo0 {
  padding-right: 3rem !important;
}

.pad4R_respo0 {
  padding-right: 4rem !important;
}

.pad5R_respo0 {
  padding-right: 5rem !important;
}

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

@media only screen and (max-width: 480px) {
  .pad0R_respo0,
  .pad1R_respo0,
  .pad2R_respo0,
  .pad3R_respo0,
  .pad4R_respo0,
  .pad5R_respo0,
  .pad6R_respo0 {
    padding-right: 0 !important;
  }
}
.ResPad4yk {
  padding: 0 4rem;
}

.Block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.Normal {
  font-weight: 400;
}

.Medium {
  font-weight: 500;
}

.Bolder {
  font-weight: bolder;
}

.Bold {
  font-weight: bold;
}

.Thinly {
  opacity: 0.6;
}

.Onehalf {
  font-size: 50%;
}

.Mini {
  font-size: 70%;
}

.Small {
  font-size: 10px;
}

.Larger {
  font-size: 114.285%;
}

.Large {
  font-size: 120%;
}

.ExLarge {
  font-size: 135%;
}

.Leadability {
  line-height: 1.8;
  letter-spacing: 0;
}

.Normal {
  font-size: 1rem;
}

.Caution {
  color: #e41409;
  font-weight: 500;
}

.txWhite {
  color: #ffffff;
}

.txRed {
  color: #dd0000;
}

.txMain {
  color: var(--main-color);
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignLR {
  text-align: justify;
  text-justify: inter-ideograph;
}

.Wrap {
  white-space: normal !important;
}

.noWrap {
  white-space: nowrap !important;
}

.LineheightHi {
  line-height: 2;
}

.LineheightLo {
  line-height: 1.2;
}

.Comments {
  font-size: 0.75rem;
  vertical-align: baseline;
  padding: 0 0.125rem;
}

/*.mx100{max-width:100vw}*/
.mx480 {
  max-width: 480px;
}

.mx640 {
  max-width: 640px;
}

.mx800 {
  max-width: 800px !important;
}

.mx960 {
  max-width: 960px !important;
}

.mx1024 {
  max-width: 1024px;
}

.mxSection {
  max-width: var(--section-max-width);
  margin: 0 auto;
}

.BorderRound {
  border-radius: 0.5rem;
}

.darkBg {
  background-color: var(--alpha-gray);
}

.lightBg {
  background-color: var(--alpha-white2);
}

.Z1 {
  position: relative;
  z-index: 1;
}

.Surround {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  font-size: 80%;
  padding: 0.125em 0.5em;
  margin-right: 0.25em;
  border-radius: 2px;
}
.Surround.nega {
  background: rgba(0, 0, 0, 0.4);
  color: var(--bg-color3);
}

.viewPC, .onlyPC {
  display: block;
}

.viewSP, .onlySP {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
}
@media (max-aspect-ratio: 3/4) {
  .viewPC {
    display: none;
  }
  .viewSP {
    display: block;
  }
}
.phone_number {
  padding: 0 0 0.5em 0;
  line-height: 1;
}
.phone_number img {
  margin: 0 0 2px;
  width: 1.2em;
}

.tate {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-text-combine-horizontal: digits;
  -webkit-text-combine: 2;
  text-combine-upright: digits;
  white-space: nowrap;
}

.tcy {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.GoogeMap {
  width: 100%;
  height: 30vh;
  border: 1px solid var(--border-color-light);
  margin: 0 auto;
}
.GoogeMap iframe {
  width: 100%;
  height: 100%;
  /*-webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);*/
  vertical-align: bottom;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
}

/*------------------------
aspect
------------------------*/
div[class^=aspect] {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
}
div[class^=aspect]::before {
  content: "";
  display: block;
  padding-top: 100%;
}
div[class^=aspect] img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  max-width: none;
  transform: translate(-50%, -50%);
}
div[class^=aspect] video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.horizontal div[class^=aspect] video {
  height: 100%;
  width: auto;
}
.vertical div[class^=aspect] video {
  height: auto;
  width: 100%;
}
div[class^=aspect] a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
div[class^=aspect].verTp img {
  top: 0;
  transform: translate(-50%, 0);
}
div.aspect4_3:before {
  padding-top: 75%;
}
div.aspect3_2:before {
  padding-top: 66.7%;
}
div.aspect16_9:before {
  padding-top: 56.25%;
}
div.aspect2_1:before {
  padding-top: 50%;
}
div.aspect61:before {
  padding-top: 61.6%;
}
div.aspectSP:before {
  padding-top: 360px;
}

@media only screen and (min-width: 769px) {
  .pad1L_respo0 {
    padding-left: 1rem !important;
  }
  .pad2L_respo0 {
    padding-left: 2rem !important;
  }
  .pad3L_respo0 {
    padding-left: 3rem !important;
  }
  .pad4L_respo0 {
    padding-left: 4rem !important;
  }
  .pad5L_respo0 {
    padding-left: 5rem !important;
  }
  .pad6L_respo0 {
    padding-left: 6rem !important;
  }
}
/*------------------------
main section
------------------------*/
main {
  position: relative;
  margin: 0 auto;
}

main .mainSide {
  width: calc(100% - 300px);
  display: inline-block;
  padding: 0 2rem 0 0;
}

section.CustomContent,
article.CustomContent {
  position: relative;
  display: block;
  padding: 4rem;
}
section.CustomContent.noPadding,
article.CustomContent.noPadding {
  padding-top: 0;
  padding-bottom: 0;
}
section.CustomContent,
article.CustomContent {
  box-sizing: border-box;
  /*margin:0 auto;*/
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.CustomContent,
  article.CustomContent {
    overflow: visible;
  }
}
section.CustomContent#SearchArea,
article.CustomContent#SearchArea {
  overflow: visible;
}
section.CustomContent section, section.CustomContent article,
article.CustomContent section,
article.CustomContent article {
  padding: 0;
}
section.CustomContent .isCurrent,
article.CustomContent .isCurrent {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  section.CustomContent.Sp_Padding,
  article.CustomContent.Sp_Padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.CustomContent.Sp_Padding .splide__arrow.splide__arrow--prev,
  article.CustomContent.Sp_Padding .splide__arrow.splide__arrow--prev {
    left: 0.75rem;
  }
  section.CustomContent.Sp_Padding .splide__arrow.splide__arrow--next,
  article.CustomContent.Sp_Padding .splide__arrow.splide__arrow--next {
    right: 0.75rem;
  }
}
section.CustomContent.FullLength,
article.CustomContent.FullLength {
  padding: 0;
}
section.CustomContent.bgAlpha,
article.CustomContent.bgAlpha {
  background: var(--alpha-bg);
  background: linear-gradient(0deg, var(--alpha-bg) 0%, var(--alpha-bg) 95%, var(--alpha-bg0) 100%);
  backdrop-filter: blur(3px);
}
section.CustomContent .container,
article.CustomContent .container {
  display: table;
}
section.CustomContent .container .case,
article.CustomContent .container .case {
  display: table-cell;
  vertical-align: top;
}
section.CustomContent .container .case .imz,
article.CustomContent .container .case .imz {
  width: 50%;
  padding: 0 2rem 0 0;
}
section div.inner,
article div.inner {
  max-width: var(--section-max-width);
  margin: 0 auto;
}

article section {
  padding: 0;
}
article section.FullLength section {
  padding: 2rem 4rem;
}

article em.line {
  background: linear-gradient(transparent 70%, var(--accent-color3) 0%);
}

/*------------------------
aside
------------------------*/
#MainSide {
  width: calc(100% - var(--side-column-width));
  display: inline-block;
  padding: 0 2rem 0 0;
  letter-spacing: normal;
}

aside#Subside {
  display: inline-block;
  width: var(--side-column-width);
  height: 100%;
  vertical-align: top;
  letter-spacing: normal;
  text-align: center;
}
aside#Subside iframe {
  width: 100%;
}

.fb-page,
.fb-page > span,
.fb-page iframe {
  width: 100% !important;
}

.fb-page {
  max-width: 500px;
  margin: 0 auto;
}

/*------------------------
response
------------------------*/
@media only screen and (max-width: 768px) {
  main {
    padding: 0;
    width: 100%;
  }
  section.CustomContent,
  article.CustomContent {
    padding: 3rem;
  }
  #MainSide {
    width: 100%;
    padding: 0 0 5rem 0;
  }
  aside {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  section.CustomContent,
  article.CustomContent {
    padding: 2rem;
  }
}
@font-face {
  font-family: "iconFont";
  src: url("fonts/8litre_v4.eot?1iyjkd");
  src: url("fonts/8litre_v4.eot?1iyjkd#iefix") format("embedded-opentype"), url("fonts/8litre_v4.ttf?1iyjkd") format("truetype"), url("fonts/8litre_v4woff?1iyjkd") format("woff"), url("fonts/8litre_v4.svg?1iyjkd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconFont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plane:before {
  content: "\e900";
}

.icon-tel:before {
  content: "\e901";
}

.icon-ufo:before {
  content: "\e902";
}

.icon-x:before {
  content: "\e903";
}

.icon-arw:before {
  content: "\e904";
}

.icon-circle-right:before {
  content: "\e905";
}

.icon-circle-left:before {
  content: "\e906";
}

.icon-reload:before {
  content: "\e907";
}

.icon-share:before {
  content: "\e908";
}

.icon-up:before {
  content: "\e90a";
}

.icon-acount:before {
  content: "\e90b";
}

.icon-cart:before {
  content: "\e90c";
}

.icon-favorite:before {
  content: "\e90d";
}

.icon-mail1:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-store:before {
  content: "\e910";
}

.icon-tiktok:before {
  content: "\e920";
}

.icon-line:before {
  content: "\e921";
}

.icon-treads:before {
  content: "\e922";
}

.icon-history:before {
  content: "\e94d";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-amazon:before {
  content: "\ea7e";
}

.icon-google:before {
  content: "\ea88";
}

.icon-facebook:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-wordpress:before {
  content: "\eab4";
}

.icon-mail:before {
  content: "\e909";
}

.icon-facebook1:before {
  content: "\ea90";
}

.icon-vimeo2:before {
  content: "\eaa1";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-linkedin2:before {
  content: "\eaca";
}

/*------------------------
Loader
------------------------*/
#loader {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: var(--sub-color);
  color: var(--text-color_light);
  z-index: 999999;
}
#loader .innnerContent {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#loader .innnerContent img {
  width: 59.2%;
  max-width: 292px;
}
@media only screen and (min-width: 769px) {
  #loader .innnerContent img {
    width: 21.37%;
  }
}

#bar {
  width: 100%;
  height: auto;
  padding: 1px;
  font-size: 1px;
  margin: 1rem 0 0;
}
#bar span {
  display: block;
  width: 0px;
  height: 1px;
  background: var(--sub-color);
  display: block !important;
}

/*------------------------
header
------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  /*background: #ffffff;*/
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--nav-bg-color);
  transition: opacity 0.25s;
}
header.OnHero::before {
  opacity: 0;
}

/*------------------------
Navigation
------------------------*/
/*.isCurrent a{color:#00ad75;}*/
hr.navigationMargin {
  height: var(--navigation-height);
  margin: -1px 0 0;
}

nav#Navigation {
  width: 100%;
  height: var(--nav_height);
  border-width: 0 0 1px;
  transform: translate(0, 0);
  transition: transform 1s;
}
#Top nav#Navigation {
  transform: translate(0, -100%);
}
#Top nav#Navigation.Opening {
  transform: translate(0, -120%);
}
nav#Navigation .nav_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--head-padding-length);
}
@media only screen and (max-aspect-ratio: 1/1) {
  nav#Navigation .nav_flex {
    padding: 0 calc(var(--head-padding-length) * 0.5) 0 var(--head-padding-length);
  }
}
@media only screen and (max-aspect-ratio: 1/1) and (max-width: 768px) {
  nav#Navigation .nav_flex {
    padding: 0 0 0 var(--head-padding-length);
  }
}
nav#Navigation .SiteName {
  height: 100%;
  margin: 0;
  font-weight: 500;
  padding: 10px 0;
}
.OnHero nav#Navigation .SiteName {
  filter: drop-shadow(0 0 0.5rem rgba(28, 54, 106, 0.5));
}
nav#Navigation .SiteName a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: start;
}
nav#Navigation .SiteName a img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
  transition: transform 0.25s;
  transform-origin: 0 0;
  --nav-btn:32px;
  --adjust-num:calc((var(--nav_height) - var(--nav-btn)) * 0.5 - 10px);
}
@media only screen and (min-width: 769px) {
  nav#Navigation .SiteName a img {
    --nav-btn:38px;
  }
}
.OnHero nav#Navigation .SiteName a img {
  transform: translate(0, var(--adjust-num)) scale(1.75);
}
nav#Navigation .menu {
  flex-grow: 3;
  height: 100%;
}
nav#Navigation .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  font-family: var(--font-eng);
  height: 100%;
}
@media only screen and (min-width: 768px) {
  nav#Navigation .menu ul {
    gap: 2.25em;
  }
}
nav#Navigation .menu ul li {
  line-height: 1;
  vertical-align: baseline;
}
nav#Navigation .menu ul li a:link {
  position: relative;
  padding: 0;
}
nav#Navigation .menu ul li a:link:link:hover, nav#Navigation .menu ul li a:link:visited:hover {
  color: var(--text-color_light);
}
nav#Navigation .menu ul li.icon a {
  padding: 0;
}
nav#Navigation .menu ul li.icon a:after {
  content: "";
  display: none;
}
nav#Navigation .menu ul li.contact a {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  nav#Navigation .menu ul li.contact a {
    transition: min-width 0.5s;
  }
  .OnHero nav#Navigation .menu ul li.contact a {
    min-width: 40px;
  }
  .OnHero nav#Navigation .menu ul li.contact a span {
    display: none;
  }
  .OnHero nav#Navigation .menu ul li.contact a::before {
    content: "\e90e";
    font-family: "iconFont" !important;
    display: block;
  }
}
nav#Navigation .menu ul a, nav#Navigation .menu ul summary {
  color: var(--text-color_light);
  line-height: 1;
  vertical-align: baseline;
}
nav#Navigation .menu ul a:link, nav#Navigation .menu ul a:visited, nav#Navigation .menu ul summary:link, nav#Navigation .menu ul summary:visited {
  color: var(--text-color_light);
  text-decoration: none;
}
nav#Navigation .menu ul a.StandOut, nav#Navigation .menu ul summary.StandOut {
  display: flex;
  height: 100%;
  align-items: center;
  background: var(--accent-color);
  padding: 0 2rem;
  transition: color 0.5s, background 0.5s;
}
@media only screen and (max-width: 768px) {
  nav#Navigation .menu ul a.StandOut, nav#Navigation .menu ul summary.StandOut {
    padding: 0 1rem;
  }
}
nav#Navigation .menu ul a.StandOut:hover, nav#Navigation .menu ul summary.StandOut:hover {
  color: var(--accent-color);
  background: var(--main-color);
}
nav#Navigation .menu ul #MenuIcon {
  position: relative;
  width: 60px;
  height: 100%;
}
nav#Navigation .menu ul #MenuIcon::before, nav#Navigation .menu ul #MenuIcon::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  width: 50%;
  height: 1px;
  background: var(--text-color_light);
  transform: translate(0, -4.5px);
}
.OnHero nav#Navigation .menu ul #MenuIcon::before, .OnHero nav#Navigation .menu ul #MenuIcon::after {
  background: var(--text-color_light);
}
nav#Navigation .menu ul #MenuIcon::after {
  width: 40%;
  transform: translate(0, 4.5px);
}
nav#Navigation a:link, nav#Navigation a:visited {
  position: relative;
  color: var(--text-color_light);
}
nav#Navigation a:link:hover, nav#Navigation a:visited:hover {
  color: var(--main-color);
}

/*nav#Navigation ul li a:after {
 content:"";
 position:absolute;
 left:0rem;
 top:50%;
 font-size:60%;
 transform:translate(0,-50%);
}*/
.navIcon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  border: 1.25rem solid transparent;
  border-width: 15px 15px;
  font-size: 0;
}

.House .navIcon, .Company .navIcon {
  border-width: 11px 15px;
}

.House .navIcon::before, .Company .navIcon::before {
  right: -9px;
  top: -9px;
  transform: rotate(22deg);
}

.navIcon img {
  height: 100%;
  max-width: none;
}

.closeIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.closeIcon::before, .closeIcon::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  width: 50%;
  height: 1px;
  background: var(--text-color_light);
  transform: translate(0, -50%) rotate(45deg);
}
.OnHero .closeIcon::before, .OnHero .closeIcon::after {
  background: var(--text-color_light);
}
.closeIcon::after {
  transform: translate(0, -50%) rotate(-45deg);
}

/*------------------
SubNavigation
------------------*/
section#SubNavigation {
  position: fixed;
  left: 101%;
  top: 0;
  width: 100%;
  height: 100dvh;
  padding: var(--section-padding-vertical) var(--section-padding-length) var(--section-padding-length);
  background: var(--sub-color);
  transition: left 0.25s;
  z-index: 10;
}
section#SubNavigation.inDisp {
  left: 0;
  transition: left 0.5;
}
section#SubNavigation nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  font-size: var(--heading_h4);
}
section#SubNavigation nav a.noHover img {
  height: 3.5em;
}
section#SubNavigation nav ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  padding: 0;
  line-height: 2;
  outline: none;
}
section#SubNavigation nav ul:focus {
  outline: none;
}
section#SubNavigation nav ul li {
  font-size: 120%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 2.2;
}
section#SubNavigation nav ul li:last-child {
  border-bottom: none;
}
section#SubNavigation nav ul li a, section#SubNavigation nav ul li summary, section#SubNavigation nav ul li a:link, section#SubNavigation nav ul li a:visited {
  color: var(--text-color_light);
}
section#SubNavigation nav ul li.icon a {
  padding-left: 0;
}
section#SubNavigation nav ul li.icon a:after {
  content: "";
  display: none;
}

#Navigation .navIcon, .closeIcon {
  display: block;
}

@media only screen and (min-width: 1025px) {
  nav#Navigation {
    transition: transform 0.25s;
  }
  nav#Navigation .menu {
    display: block;
  }
  nav#Navigation ul li:last-child {
    padding: 0;
    text-align: left;
  }
  #Navigation .navIcon, .closeIcon {
    display: none;
  }
}
/*------------------------
details{

------------------------*/
details {
  position: relative;
}
details ul {
  position: absolute;
  top: 100%;
  left: -1em;
  display: flex;
  flex-wrap: nowrap !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
  gap: 1em !important;
  height: auto !important;
  width: max-content;
  background: var(--nav-bg-color);
  padding: 1em 1.25em 1.25em 0.5em !important;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 3;
}
.OnHero details ul {
  background: none;
}
details ul li {
  position: relative;
  padding-left: 1em !important;
}
details ul li::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  width: 0.25em;
  height: 0.25em;
  background: var(--text-color_light);
  border-radius: 10rem;
  transform: translate(-50%, -50%);
}
#SubNavigation details ul {
  position: initial;
  font-size: 80%;
  padding: 0 0 0.5em 0.5em !important;
  gap: 0 !important;
}
#SubNavigation details ul li {
  width: 100%;
  border: none !important;
}
details[open] ul {
  opacity: 1;
}

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 1em;
}
summary::-webkit-details-marker {
  display: none;
}
summary::before {
  content: "\e904";
  font-family: "iconFont" !important;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.75em;
  transform: translate(0, -50%);
  transition: transform 0.2s ease;
}
details[open] summary::before {
  transform: translate(0, -50%) rotate(90deg);
}

/*------------------------
main section
------------------------*/
main {
  position: relative;
  margin: 0 auto;
  min-height: 75vh;
}
main .mainSide {
  width: calc(100% - 300px);
  display: inline-block;
  padding: 0 2rem 0 0;
}

section,
article {
  position: relative;
  display: block;
  box-sizing: border-box;
}
section.FullLength,
article.FullLength {
  padding: 0;
}
section.bgAlpha,
article.bgAlpha {
  background: var(--alpha-bg);
  background: linear-gradient(0deg, var(--alpha-bg) 0%, var(--alpha-bg) 95%, var(--alpha-bg0) 100%);
  backdrop-filter: blur(3px);
}
article section,
article article {
  padding: 0;
}
section .inner,
article .inner {
  max-width: var(--section-max-width);
  margin: 0 auto;
  padding: var(--section-padding-vertical) var(--section-padding-length);
  box-sizing: content-box;
}
section .inner:has(h1[class$=HeadIcon]),
article .inner:has(h1[class$=HeadIcon]) {
  padding: var(--section-padding-vertical) var(--section-padding-length) 0;
}
section article,
article article {
  margin: 0 auto;
  padding: 0;
}
section article .articleTTL,
article article .articleTTL {
  line-height: 35px; /* 175% */
  letter-spacing: 4px;
  margin: 25px 0 14px;
}
@media only screen and (max-width: 768px) {
  section article .articleTTL,
  article article .articleTTL {
    line-height: 1.667;
    margin: 11px 0 21px;
  }
}
section article .contentWrap,
article article .contentWrap {
  line-height: 35px; /* 250% */
  letter-spacing: 2.8px;
}
section article .contentWrap img,
article article .contentWrap img {
  display: block;
  margin-bottom: 2em;
  max-width: 100%;
}
section article .contentWrap figure,
article article .contentWrap figure {
  margin: 0;
}
section article .ReferenceLink,
article article .ReferenceLink {
  line-height: 30px; /* 214.286% */
  letter-spacing: 2.8px;
}
section .ShareSNS,
article .ShareSNS {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 0;
}
section .ShareSNS a span,
article .ShareSNS a span {
  font-size: 2rem;
  vertical-align: bottom;
}

.container {
  display: table;
}

.container .case {
  display: table-cell;
  vertical-align: top;
}

.container .imz {
  width: 50%;
  padding: 0 2rem 0 0;
}

article em.line {
  background: linear-gradient(transparent 70%, var(--accent-color3) 0%);
  /*border-bottom:solid;
  border-color:;
  border-width:0.25em;*/
}

/*article em.line::before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	background:var(--accent-color);
}*/
/*------------------------
aside
------------------------*/
#MainSide {
  width: calc(100% - var(--side-column-width));
  display: inline-block;
  padding: 0 2rem 0 0;
  letter-spacing: normal;
}

aside {
  display: inline-block;
  width: var(--side-column-width);
  height: 100%;
  vertical-align: top;
  letter-spacing: normal;
  text-align: center;
}

aside iframe {
  width: 100%;
}

.fb-page,
.fb-page > span,
.fb-page iframe {
  width: 100% !important;
}

.fb-page {
  max-width: 500px;
  margin: 0 auto;
}

/*------------------------
article
------------------------*/
article {
  font-size: 100%;
}

/*------------------------
response
------------------------*/
@media only screen and (max-width: 768px) {
  main {
    padding: 0;
    width: 100%;
  }
  #MainSide {
    width: 100%;
    padding: 0 0 5rem 0;
  }
  aside {
    width: 100%;
  }
}
/*------------------------
footer
------------------------*/
footer {
  width: 100%;
  background: var(--nav-bg-color);
  text-align: center;
  color: var(--text-color_light);
  z-index: 0;
}
footer .inner {
  position: relative;
  display: block;
  max-width: var(--section-max-width);
  margin: 0 auto;
  box-sizing: content-box;
  padding: calc(var(--section-padding-length) / 2) var(--section-padding-length);
}
@media only screen and (max-width: 768px) {
  footer .inner {
    padding: var(--section-padding-length) var(--section-padding-length);
  }
}
footer .inner .mail_address {
  display: block;
}
footer .inner .mail_address img {
  height: 1em;
  vertical-align: baseline;
}
footer .inner nav {
  position: relative;
  width: 100%;
  color: var(--text-color_light);
}
footer .inner nav .nav_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
footer .inner nav .nav_flex ul.flexList {
  align-items: center;
  gap: 1rem;
  margin: 0;
}
footer .inner nav .nav_flex ul.flexList li {
  padding: 0;
}
footer .inner nav .nav_flex div.MenuSide {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}
footer .inner nav .nav_flex .menu {
  flex-grow: 3;
  height: 100%;
  padding-top: 1.5rem;
}
footer .inner nav .nav_flex .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  font-family: var(--font-eng);
  height: 100%;
}
footer .inner nav .nav_flex .menu ul li a {
  position: relative;
  padding: 0;
}
footer .inner nav .nav_flex .menu ul li.icon a {
  padding: 0;
}
footer .inner nav .nav_flex .menu ul li.icon a:after {
  content: "";
  display: none;
}
footer .inner nav .nav_flex .menu ul a:link {
  color: var(--text-color_light);
}
footer .inner nav .nav_flex .menu ul a:link:link:hover, footer .inner nav .nav_flex .menu ul a:link:visited:hover {
  color: var(--main-color);
}
footer .inner nav div.LogoSide {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  footer .inner nav div.LogoSide {
    width: 40%;
  }
}
footer .inner nav div.LogoSide img {
  display: block;
  width: 100%;
  max-width: 180px;
}
footer .inner nav div.LogoSide span {
  display: inline-block;
  height: 100%;
}
footer .inner nav div.LogoSide span img {
  height: 100%;
  vertical-align: baseline;
}
footer .inner nav a:link, footer .inner nav a:visited {
  color: var(--text-color_light);
}
footer .inner nav a:link:hover, footer .inner nav a:visited:hover {
  color: var(--accent-color);
}
footer .inner nav a:link:hover.ButtonSmall, footer .inner nav a:visited:hover.ButtonSmall {
  color: var(--text-color_light);
}
footer .inner nav a[class^=icon-] {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  background: var(--cta-color);
  border-radius: 10rem;
  font-size: 0;
}
footer .inner nav a[class^=icon-].icon-x {
  background: #000000;
}
footer .inner nav a[class^=icon-].icon-youtube {
  background: #ff0400;
}
footer .inner nav a[class^=icon-].icon-facebook {
  background: #1453c6;
}
footer .inner nav a[class^=icon-].icon-linkedi {
  background: #066bae;
}
footer .inner nav a[class^=icon-]:hover {
  color: var(--text-color_light);
  background: var(--accent-color);
}
footer .inner nav a[class^=icon-]::before {
  content: "";
  font-family: "iconFont" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  font-size: 1.5rem;
}
footer .inner nav a.icon-tel::before {
  content: "\e901" !important;
}
footer .inner nav a.icon-x::before {
  content: "\e903" !important;
  font-size: 1.3rem;
}
footer .inner nav a.icon-share::before {
  content: "\e908" !important;
}
footer .inner nav a.icon-search::before {
  content: "\e90f" !important;
}
footer .inner nav a.icon-facebook::before {
  content: "\ea90" !important;
}
footer .inner nav a.icon-linkedin::before {
  content: "\eaca" !important;
  transform: translate(-50%, -60%);
}
footer .inner nav a.icon-youtube::before {
  content: "\ea9d" !important;
  font-size: 1.7rem;
}
footer .inner nav a.icon-mail::before {
  content: "\e909" !important;
}
footer .CopyRight {
  font-size: 10px;
  line-height: 1;
  padding: 1em 0 1.2em;
}
@media only screen and (max-width: 768px) {
  footer .CopyRight {
    font-size: 7px;
  }
}
footer .flexList li {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
footer .flexList li *::before {
  content: ", ";
}
footer .flexList li *:first-child::before {
  content: "";
}

.Icon {
  position: relative;
  font-size: 0;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 10rem;
  margin-right: 0.25rem;
  background: #041743;
  display: block;
}
.Icon::before {
  content: "";
  position: absolute;
  font-family: "iconFont" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  font-family: "iconFont" !important;
  font-size: 1rem;
  transform: translate(-50%, -50%);
}
.Tel .Icon::before {
  content: "\e901" !important;
  transform: translate(-50%, -47%);
}
.Mail .Icon::before {
  content: "\e909" !important;
  transform: translate(-50%, -48%);
}

/*------------------------
pagination
------------------------*/
nav.navigation.pagination ul.page-numbers,
nav.navigation.pagination div.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.navigation.pagination a {
  position: relative;
  display: block;
  border-radius: 100rem;
  width: 2rem;
  height: 2rem;
  color: var(--text-color);
  line-height: 1.8;
  text-align: center;
  margin: 0 5px;
  transition: background 0.5s;
}
nav.navigation.pagination span {
  position: relative;
  display: block;
  border-radius: 100rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 5px;
  transition: background 0.5s;
}
nav.navigation.pagination span.current {
  background: var(--main-color);
  color: var(--text-color_light);
}
nav.navigation.pagination span.dots {
  border: none;
  width: auto;
}
nav.navigation.pagination a.prev.page-numbers, nav.navigation.pagination a.next.page-numbers {
  position: relative;
  content: "";
  border: none;
  font-size: 0;
}
nav.navigation.pagination a.prev.page-numbers:hover, nav.navigation.pagination a.next.page-numbers:hover {
  text-decoration: underline;
  background: none;
}
nav.navigation.pagination a:hover {
  background: var(--accent-color2);
}
nav.navigation.pagination a.page-numbers::before {
  content: "";
  font-size: 1rem;
}
nav.navigation.pagination a.prev.page-numbers::after {
  content: "\e904";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "iconFont";
  font-size: 0.8rem;
  transform: translate(-50%, -50%) scale(-1, 1);
}
nav.navigation.pagination a.next.page-numbers::after {
  content: "\e904";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "iconFont";
  font-size: 0.8rem;
  transform: translate(-50%, -50%);
}

article .ControlArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: var(--section-padding-length) 0 0;
}
article .ControlArea a, article .ControlArea span {
  position: relative;
  color: var(--text-color);
  text-decoration: none;
  line-height: 1;
}
article .ControlArea a.Prev, article .ControlArea span.Prev {
  padding-left: 1.25em;
}
article .ControlArea a.Prev::before, article .ControlArea span.Prev::before {
  content: "\e904";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "iconFont";
  font-size: 80%;
  transform: translate(0, -50%) scale(-1, 1);
}
article .ControlArea a.Next, article .ControlArea span.Next {
  padding-right: 1.25em;
}
article .ControlArea a.Next::before, article .ControlArea span.Next::before {
  content: "\e904";
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "iconFont";
  font-size: 80%;
  transform: translate(0, -50%);
}
article .ControlArea span {
  opacity: 0.5;
}

.contentWrap,
.block-editor-iframe__body {
  line-height: 2.5;
  letter-spacing: 2.8px;
}
@media only screen and (min-width: 769px) {
  .contentWrap,
  .block-editor-iframe__body {
    line-height: 2.142;
  }
}
.contentWrap h1, .contentWrap h2, .contentWrap h3, .contentWrap h4, .contentWrap h5, .contentWrap h6, .contentWrap p,
.block-editor-iframe__body h1,
.block-editor-iframe__body h2,
.block-editor-iframe__body h3,
.block-editor-iframe__body h4,
.block-editor-iframe__body h5,
.block-editor-iframe__body h6,
.block-editor-iframe__body p {
  position: relative;
  line-height: 2.142;
}
.contentWrap h1.heading_h6, .contentWrap h2.heading_h6, .contentWrap h3.heading_h6, .contentWrap h4.heading_h6, .contentWrap h5.heading_h6, .contentWrap h6.heading_h6, .contentWrap p.heading_h6,
.block-editor-iframe__body h1.heading_h6,
.block-editor-iframe__body h2.heading_h6,
.block-editor-iframe__body h3.heading_h6,
.block-editor-iframe__body h4.heading_h6,
.block-editor-iframe__body h5.heading_h6,
.block-editor-iframe__body h6.heading_h6,
.block-editor-iframe__body p.heading_h6 {
  font-size: calc(1rem + 2px);
}
@media only screen and (min-width: 769px) {
  .contentWrap h1, .contentWrap h2, .contentWrap h3, .contentWrap h4, .contentWrap h5, .contentWrap h6, .contentWrap p,
  .block-editor-iframe__body h1,
  .block-editor-iframe__body h2,
  .block-editor-iframe__body h3,
  .block-editor-iframe__body h4,
  .block-editor-iframe__body h5,
  .block-editor-iframe__body h6,
  .block-editor-iframe__body p {
    line-height: 1.875;
  }
}
.contentWrap h1.annotation, .contentWrap h2.annotation, .contentWrap h3.annotation, .contentWrap h4.annotation, .contentWrap h5.annotation, .contentWrap h6.annotation, .contentWrap p.annotation,
.block-editor-iframe__body h1.annotation,
.block-editor-iframe__body h2.annotation,
.block-editor-iframe__body h3.annotation,
.block-editor-iframe__body h4.annotation,
.block-editor-iframe__body h5.annotation,
.block-editor-iframe__body h6.annotation,
.block-editor-iframe__body p.annotation {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.contentWrap h1.wp-block-post-title, .contentWrap h2.wp-block-post-title, .contentWrap h3.wp-block-post-title, .contentWrap h4.wp-block-post-title, .contentWrap h5.wp-block-post-title, .contentWrap h6.wp-block-post-title, .contentWrap p.wp-block-post-title,
.block-editor-iframe__body h1.wp-block-post-title,
.block-editor-iframe__body h2.wp-block-post-title,
.block-editor-iframe__body h3.wp-block-post-title,
.block-editor-iframe__body h4.wp-block-post-title,
.block-editor-iframe__body h5.wp-block-post-title,
.block-editor-iframe__body h6.wp-block-post-title,
.block-editor-iframe__body p.wp-block-post-title {
  color: var(--main-color);
  text-align: center;
  max-width: 100%;
  font-size: var(--heading_h2);
}
.contentWrap ul.wp-block-list, .contentWrap ol.wp-block-list,
.block-editor-iframe__body ul.wp-block-list,
.block-editor-iframe__body ol.wp-block-list {
  list-style-position: inside;
}
.contentWrap ul.wp-block-list li, .contentWrap ol.wp-block-list li,
.block-editor-iframe__body ul.wp-block-list li,
.block-editor-iframe__body ol.wp-block-list li {
  list-style: disc;
  margin-left: 1.5em;
  text-align: justify;
}
.contentWrap ol.wp-block-list,
.block-editor-iframe__body ol.wp-block-list {
  counter-reset: my-counter;
}
.contentWrap ol.wp-block-list li,
.block-editor-iframe__body ol.wp-block-list li {
  position: relative;
  list-style: none;
  counter-increment: my-counter;
  margin-left: 0;
  padding-left: 2em;
}
.contentWrap ol.wp-block-list li::before,
.block-editor-iframe__body ol.wp-block-list li::before {
  content: "（" counter(my-counter) "）";
  position: absolute;
  left: -0.5em;
}
.contentWrap ol.wp-block-list.alpha-list,
.block-editor-iframe__body ol.wp-block-list.alpha-list {
  list-style: none;
  counter-reset: alpha-counter;
}
.contentWrap ol.wp-block-list.alpha-list li,
.block-editor-iframe__body ol.wp-block-list.alpha-list li {
  counter-increment: alpha-counter;
  position: relative;
  padding-left: 1.4em;
}
.contentWrap ol.wp-block-list.alpha-list li::before,
.block-editor-iframe__body ol.wp-block-list.alpha-list li::before {
  content: counter(alpha-counter, lower-alpha) ")";
  position: absolute;
  left: 0;
}
.contentWrap strong,
.block-editor-iframe__body strong {
  font-weight: 700;
}
.contentWrap em,
.block-editor-iframe__body em {
  font-style: italic;
}
.contentWrap a.wp-block-button__link, .contentWrap a:link.wp-block-button__link, .contentWrap a:visited.wp-block-button__link, .contentWrap div.wp-block-button__link,
.block-editor-iframe__body a.wp-block-button__link,
.block-editor-iframe__body a:link.wp-block-button__link,
.block-editor-iframe__body a:visited.wp-block-button__link,
.block-editor-iframe__body div.wp-block-button__link {
  position: relative;
  display: block;
  min-width: 276px;
  max-width: none;
  margin: 2rem auto;
  padding: 0.975em 2.5em 1.025em 2em;
  border-radius: 100rem;
  color: var(--text-color);
  text-align: center;
  font-family: var(--font-eng);
  font-size: 24px;
  line-height: 0.88889;
  font-style: normal;
  font-weight: 400;
  background: var(--accent-color);
  transition: background 0.25s, color 0.25s;
  cursor: pointer;
}
.contentWrap a.wp-block-button__link:before, .contentWrap a:link.wp-block-button__link:before, .contentWrap a:visited.wp-block-button__link:before, .contentWrap div.wp-block-button__link:before,
.block-editor-iframe__body a.wp-block-button__link:before,
.block-editor-iframe__body a:link.wp-block-button__link:before,
.block-editor-iframe__body a:visited.wp-block-button__link:before,
.block-editor-iframe__body div.wp-block-button__link:before {
  content: "\e900";
  position: absolute;
  right: 1.75em;
  top: 50%;
  font-family: "iconFont";
  font-size: 0.667em;
  line-height: 1;
  transform: translate(0, -50%);
  transition: right 0.75s;
  z-index: 0;
}
.contentWrap a.wp-block-button__link:hover, .contentWrap a:link.wp-block-button__link:hover, .contentWrap a:visited.wp-block-button__link:hover, .contentWrap div.wp-block-button__link:hover,
.block-editor-iframe__body a.wp-block-button__link:hover,
.block-editor-iframe__body a:link.wp-block-button__link:hover,
.block-editor-iframe__body a:visited.wp-block-button__link:hover,
.block-editor-iframe__body div.wp-block-button__link:hover {
  color: var(--accent-color);
  background: var(--main-color);
}
.contentWrap a.wp-block-button__link:hover:before, .contentWrap a:link.wp-block-button__link:hover:before, .contentWrap a:visited.wp-block-button__link:hover:before, .contentWrap div.wp-block-button__link:hover:before,
.block-editor-iframe__body a.wp-block-button__link:hover:before,
.block-editor-iframe__body a:link.wp-block-button__link:hover:before,
.block-editor-iframe__body a:visited.wp-block-button__link:hover:before,
.block-editor-iframe__body div.wp-block-button__link:hover:before {
  right: 1em;
}
.contentWrap .wp-block-gallery,
.block-editor-iframe__body .wp-block-gallery {
  --wp--style--unstable-gallery-gap: 2rem !important;
  gap: 2rem !important;
}
.contentWrap .indent01,
.block-editor-iframe__body .indent01 {
  margin-left: 2.3em;
}
.contentWrap .indent02,
.block-editor-iframe__body .indent02 {
  margin-left: 5.6em;
}
.contentWrap .mx960,
.block-editor-iframe__body .mx960 {
  max-width: 960px;
  margin: 0 auto;
}

h1.HeadIcon {
  position: relative;
  padding-left: 1.5em;
}
h1.HeadIcon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  width: 1.1em;
  height: 1.1em;
  transform: translate(0px, -45%);
  z-index: 0;
  border-radius: 0px 10em 0px 0px;
  background: var(--accent-color);
}

h1.SubIcon, h2.SubIcon, h3.SubIcon, h4.SubIcon, h5.SubIcon, h6.SubIcon {
  position: relative;
  padding-left: calc(0.75em + 8px);
}
h1.SubIcon::before, h2.SubIcon::before, h3.SubIcon::before, h4.SubIcon::before, h5.SubIcon::before, h6.SubIcon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 8px;
  height: 85%;
  background: var(--sub-color);
  transform: translate(0, -54%);
  z-index: 0;
}

main {
  contain: paint;
}
main section.PSV .heading_h1 {
  font-size: var(--heading_h2);
}
@media only screen and (min-width: 600px) {
  main section.PSV .heading_h1 {
    font-size: var(--heading_h1);
  }
}
main section.PSV {
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.9)), url(../img/bg/04.webp);
  background-position: left top;
}
main section.PSV.c02 {
  background-image: linear-gradient(58deg, rgba(240, 245, 245, 0.9), rgba(250, 250, 250, 0.7)), url(../img/bg/05.webp);
  background-position: right center;
}
main section.PSV.c03 {
  background-image: linear-gradient(60deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), url(../img/bg/03.webp);
  background-position: left top;
}
main section.PSV.c04 {
  background-image: linear-gradient(0deg, rgba(240, 245, 245, 0.75), rgba(250, 250, 250, 0.95)), url(../img/bg/01.webp);
}
main section.PSV.c05 {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)), url(../img/bg/09.webp);
  background-position: left bottom;
}
main section.PSV.c06 {
  background-image: linear-gradient(142deg, rgba(240, 245, 245, 0.95), rgba(250, 250, 250, 0.85)), url(../img/bg/08.webp);
  background-position: left top;
}
main section.PSV.c07 {
  background-image: linear-gradient(142deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)), url(../img/bg/02.webp);
  background-position: right bottom;
}
main section.PSV {
  background-size: cover;
}
main section.PSV h2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  line-height: 1;
}
main section.PSV h2.heading_h0 {
  font-weight: 500;
}
main section.PSV h2 em {
  font-size: 150%;
  color: var(--cta-color);
  transform: translate(0, -0.025em);
}
.HScrBlock:nth-child(2n) {
  background: #f8f8f8;
}
.HScrBlock .horizontalScr {
  position: relative;
  opacity: height 0.5s;
}
.HScrBlock .horizontalScr .ViewPort {
  position: sticky;
  top: 50%;
  height: auto;
  overflow: visible;
}
.HScrBlock .horizontalScr .ViewPort h2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.HScrBlock .horizontalScr .ViewPort h2.heading_h0 {
  font-weight: 500;
}
.HScrBlock .horizontalScr .ViewPort h2 em {
  font-size: 150%;
  color: var(--cta-color);
  transform: translate(0, -0.025em);
}
.HScrBlock .horizontalScr .ViewPort .TrackArea {
  position: relative;
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.06s linear;
}
.HScrBlock .horizontalScr .ViewPort .TrackArea div {
  flex-shrink: 0;
  width: 100vw;
  height: 100%;
  padding: 0;
  display: flex;
  font-size: 2em;
  opacity: 0.5;
  transition: opacity 1s;
}
.HScrBlock .horizontalScr .ViewPort .TrackArea div.OnCenter {
  opacity: 1;
}
.HScrBlock .horizontalScr .ViewPort .progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  margin: 0 7vw;
  overflow: hidden;
}
.HScrBlock .horizontalScr .ViewPort .progress .progress__bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #8ab4ff, #b9d2ff);
  box-shadow: 0 0 20px rgba(138, 180, 255, 0.45);
}

dl.NumScr {
  position: relative;
  display: flex;
  gap: 12rem;
}
dl.NumScr div {
  position: relative;
  flex: 0 0 33%;
  width: auto;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
dl.NumScr div::after {
  content: "\e904";
  font-family: "iconFont" !important;
  position: absolute;
  top: 50%;
  right: -6rem;
  display: block;
  transform: translate(50%, -50%);
}
dl.NumScr div:last-child::after {
  display: none;
  content: "";
}
dl.NumScr div dt {
  max-width: 100%;
}
dl.NumScr div dt h3 {
  white-space: nowrap;
}
dl.NumScr div dt h3.heading_h2 {
  font-size: 48px;
}
dl.NumScr div dt span {
  display: block;
  font-size: 1.5rem;
}
dl.NumScr div dd {
  font-size: 18px;
  text-align: justify;
}

div.splidePSV {
  max-width: 90%;
}
@media only screen and (min-width: 600px) {
  div.splidePSV {
    font-size: 100%;
  }
}
@media only screen and (min-width: 769px) {
  div.splidePSV {
    max-width: 600px;
  }
}
div.splidePSV dl div.splide__slide {
  position: relative;
  padding-bottom: 2rem;
}
div.splidePSV dl div.splide__slide dt {
  max-width: 100%;
}
div.splidePSV dl div.splide__slide dt h3.heading_h2 {
  font-size: var(--heading_h2);
}
@media only screen and (min-width: 600px) {
  div.splidePSV dl div.splide__slide dt h3.heading_h2 {
    font-size: calc(var(--heading_h2) * 1.25);
  }
}
div.splidePSV dl div.splide__slide dt h3.Focus div.Parentheses {
  position: relative;
  padding: 0.25em 1em;
  margin-bottom: 1rem;
}
div.splidePSV dl div.splide__slide dt h3.Focus div.Parentheses div {
  opacity: 0;
  transition: opacity 0.5s;
  text-align: left;
  line-height: 1.5;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
  text-align: center;
}
div.splidePSV dl div.splide__slide dt h3.Focus div.Parentheses::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5%;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid var(--text-color);
  border-width: 5px 0 0 5px;
}
div.splidePSV dl div.splide__slide dt h3.Focus div.Parentheses::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid var(--text-color);
  border-width: 0 5px 5px 0;
}
div.splidePSV dl div.splide__slide dt span.Label {
  display: block;
  font-size: var(--heading_h3);
  margin-bottom: 1rem;
}
div.splidePSV dl div.splide__slide dd {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 600px) {
  div.splidePSV dl div.splide__slide dd {
    font-size: 18px;
  }
}
div.splidePSV dl div.splide__slide dd button {
  opacity: 0;
  transition: opacity 0.5s;
}
div.splidePSV dl div.splide__slide dd button.next-btn {
  margin: 2rem auto 0;
  min-width: 6em;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.5em;
  text-align: right;
  font-size: var(--heading_h3);
  font-weight: 500;
  line-height: 1;
  border: none;
  background: none;
  color: var(--sub-color);
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  div.splidePSV dl div.splide__slide dd button.next-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}
div.splidePSV dl div.splide__slide dd button.next-btn::before {
  content: "NEXT";
  display: inline-block;
  color: var(--text-color_light);
  background: var(--sub-color);
  padding: 2px;
  font-size: 50%;
  font-weight: 500;
}
div.splidePSV dl div.splide__slide dd button.next-btn::after {
  content: "";
  /*position: absolute;
  right:0.33em;
  top:50%;*/
  width: 0.4em;
  height: 0.4em;
  border: 1px solid var(--sub-color);
  border-width: 3px 3px 0 0;
  transform: rotate(45deg) translate(-20%, 0);
  transform-origin: center;
}
div.splidePSV dl div.splide__slide dd button.next-btn:hover {
  color: var(--cta-color);
}
div.splidePSV dl div.splide__slide dd button.next-btn:hover::after {
  border-color: var(--cta-color);
}
div.splidePSV dl div.splide__slide dd .ButtonSmall {
  margin: 2rem auto;
  min-width: 180px;
  opacity: 0;
  transition: opacity 0.5s;
}
@media only screen and (min-width: 1025px) {
  div.splidePSV dl div.splide__slide dd .ButtonSmall {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }
}
div.splidePSV dl div.splide__slide dd .ButtonSmall::before {
  content: "\e904";
  position: absolute;
  left: auto;
  right: 1.25em;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  display: block;
  font-family: "iconFont";
  color: var(--text-color_light);
  font-size: 0.667em;
  line-height: 1;
  background: none;
  transform: translate(0, -50%);
  transition: right 0.75s;
  z-index: 0;
}
div.splidePSV dl div.splide__slide.is-active, div.splidePSV dl div.splide__slide.has-active {
  opacity: 1;
}
div.splidePSV dl div.splide__slide.is-active dt h3.Focus div.Parentheses div, div.splidePSV dl div.splide__slide.has-active dt h3.Focus div.Parentheses div {
  opacity: 1;
}
div.splidePSV dl div.splide__slide.is-active {
  opacity: 1;
}
div.splidePSV dl div.splide__slide.is-active dd button, div.splidePSV dl div.splide__slide.is-active dd .ButtonSmall {
  opacity: 1;
}
div.splidePSV dl div.splide__slide.Value h3.Focus div.Parentheses div {
  color: var(--accent-color2);
}

dl.PLAN {
  gap: 3rem !important;
}
dl.PLAN div {
  /*border:2px solid var(--border-color);*/
  padding: 2rem;
  border-radius: 10px;
  background: var(--bg-warm);
}
dl.PLAN div dt .heading_h3::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  border-width: 2px 0 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
dl.PLAN div dd {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
dl.PLAN div dd p {
  position: relative;
  padding-left: 1em;
}
dl.PLAN div dd p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100rem;
  background: var(--accent-color);
  transform: translate(0, -50%);
}
dl.PROCESS {
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 10px;
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  dl.PROCESS {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #ffffff;
    padding: 0.75rem;
  }
}
@media only screen and (min-width: 1025px) {
  dl.PROCESS {
    grid-template-columns: repeat(4, 1fr);
  }
}
dl.PROCESS div {
  position: relative;
  padding: 2rem;
  border-radius: 10px;
  background: #ffffff;
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  dl.PROCESS div {
    padding: 0.75rem;
  }
}
dl.PROCESS div::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 0.75rem);
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--accent-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-20%, 0);
  transform-origin: center;
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  dl.PROCESS div::after {
    left: auto;
    right: 0.75rem;
    top: 1.45rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid var(--accent-color);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translate(-20%, 0);
    transform-origin: center;
  }
}
@media only screen and (min-width: 1025px) {
  dl.PROCESS div::after {
    left: calc(100% + 0.75rem);
    top: 50%;
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--accent-color);
    border-width: 3px 3px 0 0;
    transform: rotate(45deg) translate(-20%, 0);
    transform-origin: center;
  }
}
dl.PROCESS div:last-child::after {
  content: "";
  display: none;
}
@media only screen and (max-width: 1024px) {
  dl.PROCESS div dt .heading_h3 {
    font-size: var(--heading_h4);
  }
}
dl.PROCESS div dt .heading_h3::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  border-width: 2px 0 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1025px) {
  dl.PROCESS div dt .heading_h3::after {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
dl.PROCESS div dd {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
dl.PROCESS div dd p {
  position: relative;
  padding-left: 1em;
}
dl.PROCESS div dd p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100rem;
  background: var(--accent-color);
  transform: translate(0, -50%);
}

.splideMap .splide__track {
  height: 480px;
  overflow: visible;
}
.splideMap .splide__track .splide__list .splide__slide {
  flex-shrink: 0;
  width: auto !important;
}
.splideMap .splide__track .splide__list .splide__slide .OverMap {
  position: relative;
  height: 100%;
  width: 1204.8px;
  transition: transform 1s;
  --MainOfficePos:calc((480px * 2.51 * 0.71 + var(--section-padding-length) - 50vw) * -1);
}
.splideMap .splide__track .splide__list .splide__slide .OverMap img.emoji {
  position: initial;
  width: 1em;
  height: auto;
  max-width: 1em;
  aspect-ratio: 451.556/179.564;
  display: inline-block;
  margin-right: 0.25em !important;
  filter: drop-shadow(2px 2px 2px #000000);
}
.splideMap .splide__track ul.MapPoints li {
  position: absolute;
}
.splideMap .splide__track ul.MapPoints li span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  line-height: 1;
  padding: 0.4rem 0.75rem 0.3rem;
  border-radius: 5px;
  font-size: 16px;
  width: auto;
  white-space: nowrap;
}
.splideMap .splide__track ul.MapPoints li span::before {
  position: absolute;
  content: "";
  background: var(--accent-color);
  transform-origin: left top;
}
.splideMap .splide__track ul.MapPoints li.Jaipur {
  left: 68%;
  top: 48%;
}
.splideMap .splide__track ul.MapPoints li.Jaipur span {
  left: -1.5rem;
  top: -1.5rem;
  transform: translate(-100%, -100%);
  align-items: self-end;
}
.splideMap .splide__track ul.MapPoints li.Jaipur span::before {
  left: calc(100% - 0.7rem);
  top: 65%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0% 6%, 6% 0%, 100% 94%, 94% 100%);
}
.splideMap .splide__track ul.MapPoints li.Jaipur span {
  left: -2rem;
  top: -2rem;
}
.splideMap .splide__track ul.MapPoints li.Durgapur {
  left: 71%;
  top: 49%;
}
.splideMap .splide__track ul.MapPoints li.Durgapur span {
  left: 1.5rem;
  top: -1.5rem;
  transform: translate(0, -100%);
  align-items: self-start;
}
.splideMap .splide__track ul.MapPoints li.Durgapur span::before {
  left: -1.8rem;
  top: 65%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0 94%, 6% 100%, 100% 6%, 94% 0%);
}
.splideMap .splide__track ul.MapPoints li.Durgapur span {
  left: -4rem;
  top: -3rem;
}
.splideMap .splide__track ul.MapPoints li.Durgapur span::before {
  left: 0.3rem;
  top: 65%;
  width: 4rem;
  height: 4rem;
  clip-path: polygon(0% 5.5%, 5.5% 0%, 100% 94.5%, 94.5% 100%);
}
.splideMap .splide__track ul.MapPoints li.Madurai {
  left: 69.5%;
  top: 57%;
  transform: translate(-100%, 100%);
}
.splideMap .splide__track ul.MapPoints li.Madurai span {
  left: -1.5rem;
  top: 1.5rem;
  transform: translate(-100%, 0);
  align-items: self-end;
}
.splideMap .splide__track ul.MapPoints li.Madurai span::before {
  left: calc(100% - 1rem);
  top: -75%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0 94%, 6% 100%, 100% 6%, 94% 0%);
}
.splideMap .splide__track ul.MapPoints li.Madurai span {
  left: -2.5rem;
  top: 2.5rem;
}
.splideMap .splide__track ul.MapPoints li.Madurai span::before {
  left: calc(100% - 1rem);
  top: -158%;
  width: 4rem;
  height: 4rem;
  clip-path: polygon(0 96.5%, 3.5% 100%, 100% 3.5%, 96.5% 0%);
}
.splideMap .splide__track ul.MapPoints li.Kolkata {
  left: 72%;
  top: 52%;
}
.splideMap .splide__track ul.MapPoints li.Kolkata span {
  left: 1.5rem;
  top: 1.5rem;
  transform: translate(0, 0);
  align-items: self-start;
}
.splideMap .splide__track ul.MapPoints li.Kolkata span::before {
  left: -1.6rem;
  top: -90%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0% 6%, 6% 0%, 100% 94%, 94% 100%);
}
.splideMap .splide__track ul.MapPoints li.Dubai {
  left: 63%;
  top: 53%;
  transform: translate(-100%, 100%);
}
.splideMap .splide__track ul.MapPoints li.Dubai span {
  left: -1.5rem;
  top: 1.5rem;
  transform: translate(-100%, 0);
  align-items: self-end;
}
.splideMap .splide__track ul.MapPoints li.Dubai span::before {
  left: calc(100% - 1rem);
  top: -75%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0 94%, 6% 100%, 100% 6%, 94% 0%);
}
.splideMap .splide__track ul.MapPoints li.Tokyo {
  left: 86.5%;
  top: 45%;
  transform: translate(0, 0);
}
.splideMap .splide__track ul.MapPoints li.Tokyo span {
  left: 1.5rem;
  top: 1.5rem;
  transform: translate(0, 0);
  align-items: self-start;
}
.splideMap .splide__track ul.MapPoints li.Tokyo span::before {
  left: -1.6rem;
  top: -90%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0% 6%, 6% 0%, 100% 94%, 94% 100%);
}
.splideMap .splide__track ul.MapPoints li.Sannose {
  left: 13%;
  top: 41%;
}
.splideMap .splide__track ul.MapPoints li.Sannose span {
  left: -1.5rem;
  top: -1.5rem;
  transform: translate(-100%, -100%);
  align-items: self-end;
}
.splideMap .splide__track ul.MapPoints li.Sannose span::before {
  left: calc(100% - 0.7rem);
  top: 65%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0% 6%, 6% 0%, 100% 94%, 94% 100%);
}
.splideMap .splide__track ul.MapPoints li.Houston {
  left: 20%;
  top: 45%;
  transform: translate(-100%, 100%);
}
.splideMap .splide__track ul.MapPoints li.Houston span {
  left: -1.5rem;
  top: 1.5rem;
  transform: translate(-100%, 0);
  align-items: self-end;
}
.splideMap .splide__track ul.MapPoints li.Houston span::before {
  left: calc(100% - 1rem);
  top: -75%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0 94%, 6% 100%, 100% 6%, 94% 0%);
}
.splideMap .splide__track ul.MapPoints li.Atranta {
  left: 23%;
  top: 42%;
}
.splideMap .splide__track ul.MapPoints li.Atranta span {
  left: 1.5rem;
  top: 1.5rem;
  transform: translate(0, 0);
  align-items: self-start;
}
.splideMap .splide__track ul.MapPoints li.Atranta span::before {
  left: -1.6rem;
  top: -90%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0% 6%, 6% 0%, 100% 94%, 94% 100%);
}
.splideMap .splide__track ul.MapPoints li.Tront {
  left: 23.5%;
  top: 33%;
}
.splideMap .splide__track ul.MapPoints li.Tront span {
  left: 1.5rem;
  top: 1.5rem;
  transform: translate(0, 0);
  align-items: self-start;
}
.splideMap .splide__track ul.MapPoints li.Tront span::before {
  left: -1.6rem;
  top: -90%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0% 6%, 6% 0%, 100% 94%, 94% 100%);
}
.splideMap .splide__track ul.MapPoints li.Singapore {
  left: 75%;
  top: 66%;
}
.splideMap .splide__track ul.MapPoints li.Singapore span {
  left: 1.5rem;
  top: 1.5rem;
  transform: translate(0, 0);
  align-items: self-start;
}
.splideMap .splide__track ul.MapPoints li.Singapore span::before {
  left: -1.6rem;
  top: -90%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0% 6%, 6% 0%, 100% 94%, 94% 100%);
}
.splideMap .splide__track ul.MapPoints li.London {
  left: 46%;
  top: 31%;
}
.splideMap .splide__track ul.MapPoints li.London span {
  left: -1.5rem;
  top: -1.5rem;
  left: -1.5rem;
  top: -1.5rem;
  transform: translate(-100%, -100%);
  align-items: self-end;
}
.splideMap .splide__track ul.MapPoints li.London span::before {
  left: calc(100% - 0.7rem);
  top: 65%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0% 6%, 6% 0%, 100% 94%, 94% 100%);
}
.splideMap .splide__track ul.MapPoints li.Munich {
  left: 48.5%;
  top: 33%;
}
.splideMap .splide__track ul.MapPoints li.Munich span {
  left: 1.5rem;
  top: -1.5rem;
  transform: translate(0, -100%);
  align-items: self-start;
}
.splideMap .splide__track ul.MapPoints li.Munich span::before {
  left: -1.8rem;
  top: 65%;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(0 94%, 6% 100%, 100% 6%, 94% 0%);
}
.splideMap .splide__track ul.MapPoints li::before, .splideMap .splide__track ul.MapPoints li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid var(--text-color_light);
  border-radius: 10rem;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--accent-color);
  transform: translate(-50%, -50%);
}
.splideMap .splide__track ul.MapPoints li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  border-radius: 10rem;
  width: 1rem;
  height: 1rem;
  background: var(--accent-color);
  transform: translate(-50%, -50%);
  animation: blinkExpand 1.5s ease-out infinite;
}
@keyframes blinkExpand {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  10% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.splideMap.inView .OverMap {
  transform: translateX(var(--MainOfficePos));
}

.fadeinCotent {
  opacity: 0;
  transition: opacity 0.5s;
}
.fadeinCotent.inView {
  opacity: 1;
}

.title, .title-wrapper-with-link {
  margin: 0;
}

/*section.multi_flex{
  padding-top:0;
  padding-bottom:0;
}*/
/*------------------------------
BgArea
------------------------------*/
.BgArea {
  background: var(--bg-warm);
}
.BgArea.white {
  background: var(--bg-white);
}
.BgArea.warm {
  background: var(--bg-warm);
}
.BgArea.cool {
  background: var(--bg-cool);
}
.BgArea.green {
  background: var(--bg-green);
}

.BorderArea {
  border: 3px solid var(--text-color_normal);
  padding: 2rem;
}

/*------------------------------
block_content
------------------------------*/
.wide_block {
  display: block;
  width: 100%;
  padding: 0 0.8333em;
}
.wide_block .inquiry input, .wide_block .inquiry textarea {
  display: block;
  margin: 5px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
}

.inlineParent {
  letter-spacing: -0.4rem;
  margin: 0 -1rem;
}
.inlineParent .half_block {
  display: inline-block;
  width: 100%;
  padding: 0 1rem;
  vertical-align: top;
  letter-spacing: normal;
}

.half_block ul {
  display: block;
  padding: 0.8333em 0 0 1.6667em;
}
.half_block ul li {
  line-height: 1.5;
  padding: 0 0 0.5em;
}
.half_block ul li:last-child {
  padding: 0;
}

.grey_block {
  background: #f5f5f5;
  padding: 2em;
  box-sizing: border-box;
}

.seven_block {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding: 0 0.8333em;
}

.three_block {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding: 0 0.8333em;
}

.full_width {
  width: 100%;
}
.full_width img {
  width: 100%;
}

hr.Mg {
  margin: 1.6667em 0;
}

.articleContent hr.Mg {
  margin: 1.6667em 0;
}
.articleContent hr.article_under {
  height: 0.8333em;
}
.articleContent .Attention {
  font-weight: bold;
  font-size: 120%;
}
.articleContent .inlineblock {
  display: inline-block;
  padding: 0 1em 0 0;
}

/*------------------------
flex
------------------------*/
.flex_parent, .flex_parent_RP {
  display: flex;
  flex-wrap: wrap;
}

.noWrap {
  flex-wrap: nowrap;
}

.page_list .flex_parent {
  align-items: center;
}
.page_list .flex_parent.alignTop {
  align-items: flex-start;
}

.flex_padding {
  margin: 0 -1rem;
}
.flex_padding .pad {
  padding: 0 1rem;
}

.flex_dir_row, .flex_dir_row_RP {
  display: flex;
  flex-direction: row;
}

.flex_dir_rev, .flex_dir_rev_RP {
  flex-direction: row-reverse;
}

.flex_vertical_center {
  align-items: center;
}

.flex_vertical_bottom {
  align-items: flex-end;
}

.flex_vertical_bottom_RP {
  align-items: flex-start;
}

.flex_dir_col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex_item_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sp_Bt {
  justify-content: space-between;
}

.Sticky {
  position: sticky;
  top: 6rem;
}

.fl_End {
  justify-content: flex-end;
}

.flex100 {
  flex: 100%;
}

.flex75 {
  flex: 75%;
}
.flex75.padL {
  padding-left: 3rem;
}

.flex66 {
  flex: 0 0 66.6%;
}

.flex50 {
  flex: 0 0 50%;
}

.flex33 {
  flex: 0 0 33.3%;
}

.flex25 {
  flex: 25%;
}

.flex75RP, .flex66RP, .flex50RP, .flex33RP, .flex25RP {
  flex: 0 0 100%;
}

.flexFXSZ {
  width: 120px;
}

.flexFXSZRP {
  width: 20%;
  max-width: 120px;
}

.flex1, .flex_parent.flex1 * {
  flex: 1;
}

.flex2, .flex_parent.flex2 * {
  flex: 2;
}

/*------------------------
SmpleList
------------------------*/
ul.SmpleList.circle li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
ul.SmpleList.circle li::before {
  content: "●";
  font-size: 75%;
  color: var(--border-color);
  margin-right: 0.5em;
  vertical-align: 0.1em;
}

/*------------------------
flexList
------------------------*/
ul.flexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
ul.flexList.OverHead .Head {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  background: var(--sub-color);
  color: var(--text-color_light);
  padding: 0.5em 1rem;
  box-sizing: border-box;
  z-index: 1;
  transition: background 0.25s;
}
ul.flexList.OverHead a:hover .Head {
  background: var(--text-color_normal);
}
ul.flexList.OverHead a:hover:before {
  width: 0;
}
ul.flexList li {
  position: relative;
  padding: 0 1rem;
  transform: rotate(0deg);
}
ul.flexList li.flex_fullimg img {
  /*width:100%;*/
  max-width: none;
}
ul.flexList li.flex_numbering div {
  position: relative;
}
ul.flexList li.flex_numbering div span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  border: 1px solid #555555;
  border-radius: 10em;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}
ul.flexList li {
  position: relative;
  padding: 0 1rem 2rem;
}
ul.flexList.w20 li {
  flex: 0 0 50%;
}
ul.flexList.w25 li, ul.flexList.w33 li {
  flex: 0 0 100%;
}
ul.flexList.w50 li {
  flex: 0 0 100%;
}
ul.flexList.w50 li.w100 {
  flex: 0 0 100%;
}
ul.flexList.w50 li.w100 img {
  display: block;
  margin: 0 auto;
  min-width: 100%;
}
ul.flexList li h6 {
  margin-bottom: 0.5rem;
}
ul.flexList.onBg li div.TextonBg {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 1.5rem 2rem;
}
@media only screen and (min-width: 769px) {
  ul.flexList.onBg li div.TextonBg {
    padding: 1.75rem 2.25rem;
  }
}
@media only screen and (min-width: 1025px) {
  ul.flexList.onBg li div.TextonBg {
    padding: 2rem 2.5rem;
  }
}
ul.flexList.onBg div.aspect1_1 img {
  width: 100%;
  height: auto;
}
ul.FLAGS {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (min-width: 769px) {
  ul.FLAGS {
    grid-template-columns: repeat(13, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  ul.FLAGS {
    grid-template-columns: repeat(17, 1fr);
  }
}
ul.FLAGS {
  gap: 0.5em;
}
ul.FLAGS li img {
  height: 3rem;
  width: auto;
}
ul.CalList {
  margin: 0 -1rem;
}
ul.CalList li {
  padding: 0 1rem;
}
ul.CalList li div {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 3px solid #0f206c;
  border-width: 3px 3px 0;
  margin: 0 0 3rem;
}
ul.CalList li div:before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media only screen and (min-width: 481px) {
  ul.flexList.w20 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.w25 li {
    flex: 0 0 50%;
  }
  ul.flexList.RP.w20 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.RP.w25 li {
    flex: 0 0 50%;
  }
  .flex75RP {
    flex: 0 0 66.666%;
  }
  .flex25RP {
    flex: 0 0 33.333%;
  }
}
@media only screen and (min-width: 769px) {
  ul.flexList.w20 li {
    flex: 0 0 25%;
  }
  ul.flexList.w25 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.w33 li {
    flex: 0 0 50%;
  }
  ul.flexList.RP.w20 li {
    flex: 0 0 25%;
  }
  ul.flexList.RP.w25 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.RP.w33 li {
    flex: 0 0 50%;
  }
}
.inlineParent .half_block {
  width: 50%;
  padding-bottom: 2rem;
}

.flex75RP {
  flex: 66.666%;
}

.flex66RP, .flex33RP {
  flex: 0 0 50%;
}

.flex25RP {
  flex: 33.333%;
}

.flex_vertical_bottom_RP {
  align-items: flex-end;
}

@media only screen and (min-width: 1025px) {
  ul.flexList.w20 li {
    flex: 0 0 20%;
  }
  ul.flexList.w25 li {
    flex: 0 0 25%;
  }
  ul.flexList.w33 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.w50 li {
    flex: 0 0 50%;
  }
  ul.flexList.RP.w20 li {
    flex: 0 0 20%;
  }
  ul.flexList.RP.w25 li {
    flex: 0 0 25%;
  }
  ul.flexList.RP.w33 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.RP.w50 li {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1281px) {
  ul.flexList.w20 li {
    flex: 0 0 20%;
  }
  ul.flexList.w25 li {
    flex: 0 0 25%;
  }
  ul.flexList.w33 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.w50 li {
    flex: 0 0 50%;
  }
  ul.flexList.RP.w20 li {
    flex: 0 0 20%;
  }
  ul.flexList.RP.w25 li {
    flex: 0 0 25%;
  }
  ul.flexList.RP.w33 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.RP.w50 li {
    flex: 0 0 50%;
  }
  .flex75RP {
    flex: 75%;
  }
  .flex66RP {
    flex: 0 0 66.6%;
  }
  .flex50RP {
    flex: 0 0 50%;
  }
  .flex33RP {
    flex: 0 0 33.3%;
  }
  .flex25RP {
    flex: 25%;
  }
}
/*------------------------
Toggle checkbox
------------------------*/
label.Toggle {
  display: inline-block;
  position: relative;
  width: 2.6rem;
  height: 1.3rem;
  border-radius: 2rem;
  border: 2px solid var(--sub-color1);
  box-sizing: content-box;
  cursor: pointer;
  transition: border-color 0.4s;
}
label.Toggle.OnAlways {
  border-color: var(--sub-color);
  cursor: default;
}
label.Toggle:has(:checked) {
  border-color: var(--text-color_green);
}
label.Toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: calc(50% - 4px);
  height: calc(100% - 4px);
  border-radius: 2rem;
  background-color: var(--sub-color1);
  transition: left 0.25s;
}
label.Toggle.OnAlways::after {
  left: calc(50% + 1px);
  background-color: var(--sub-color);
}
label.Toggle:has(:checked)::after {
  left: calc(50% + 1px);
  background-color: var(--text-color_green);
}
label.Toggle.RightCenter {
  position: absolute;
  right: 0;
  top: 1rem;
}
label.Toggle input {
  display: none;
}

.OnAlways {
  border-color: var(--text-color_dark);
  cursor: default;
}

/*------------------------
Lists
------------------------*/
aside ul.CalList li div:before {
  padding-top: 56.25%;
}

ul.CalList li div img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  max-width: none;
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}
ul.CalList li h6 {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
}
ul.CalList li h6 a {
  display: block;
  background: #ffffff;
  border: 3px solid #0f206c;
  padding: 0.5rem 1rem;
  font-size: 125%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f206c;
  transition: background 0.5s;
}
ul.CalList li h6 a:link, ul.CalList li h6 a:visited {
  display: block;
  background: #ffffff;
  border: 3px solid #0f206c;
  padding: 0.5rem 1rem;
  font-size: 125%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f206c;
  transition: background 0.5s;
}
ul.CalList li h6 a:hover {
  background: #0f206c;
  color: #ffffff;
}
ul.CalList li span.categorie {
  position: absolute;
  left: 0;
  top: 1rem;
  width: auto;
  height: auto;
  background: #e41409;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 125%;
  color: #ffffff;
}
ul.CalList li span.categorie.linkout {
  background: #3366ff;
}
ul.newsList li {
  font-size: 128.57%;
  margin: 0 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.newsList li:last-child {
  margin: 0;
}
ul.newsList li span {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  background: #666666;
  padding: 0 0.5rem;
  margin: 0 0.5rem 0 0;
  min-width: 6rem;
  vertical-align: middle;
}
ul.pointList li {
  position: relative;
  padding-left: 1.25em;
}
ul.pointList li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  font-size: 80%;
  color: var(--sub-color);
  transform: translate(0, 10%);
}
ul.shop_list {
  display: block;
  margin: 0 -2em;
}
ul.shop_list li {
  position: relative;
  display: inline-block;
  width: 33.33333%;
  /*width:-webkit-calc(100% / 3);
  width:calc(100% / 3);*/
  box-sizing: border-box;
  padding: 1.5em 2em;
  text-align: center;
  vertical-align: top;
}
ul.shop_list li div.thumbnail {
  display: block;
  overflow: hidden;
  margin: 0 0 0.5em;
  padding: 2px 2px 5px;
}
ul.shop_list li div.book {
  display: block;
  overflow: hidden;
  margin: 0 0 0.83333em;
}
ul.shop_list img {
  width: auto;
  max-width: 100%;
  max-height: 320px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
ul.shop_list li.loadImage img {
  display: none;
}

.responseYposTune {
  transform: translate(0, -5vh);
}

.slider-container ul li div img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, 0);
}
.slider-container ul li p {
  padding: 0;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slider.slick-initialized {
  opacity: 1;
}

/*------------------------
VerticalList
------------------------*/
.VerticalList li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 2rem;
  align-items: flex-start;
}
.VerticalList li:lasr-child {
  margin: 0 -1rem;
}
.VerticalList li div.pict {
  flex: 100%;
  border: 1rem solid transparent;
  border-width: 0 1rem;
  margin-bottom: 0.5rem;
}
.VerticalList li div.discript {
  flex: 100%;
  padding: 0 1rem;
}

/*------------------------
SimpleList
------------------------*/
ul.SimpleList li {
  position: relative;
  padding-left: 0.75em;
}
ul.SimpleList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  display: block;
  width: 0.33em;
  height: 0.33em;
  background: var(--sub-color);
  border-radius: 10em;
  transform: translate(0, -50%);
}

/*------------------------
image_on_text
------------------------*/
section.image_on_text {
  display: flex;
  flex-direction: column;
}
section.image_on_text.BtMg {
  margin-bottom: var(--section-padding-length);
}
section.image_on_text div.under_Image {
  /*position: absolute;
  right:0;
  top:0;
  height: 100%;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}
section.image_on_text div.under_Image a:link {
  display: block;
  width: 100%;
  height: 100%;
}
section.image_on_text div.under_Image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
section.image_on_text div.under_Image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  transform: translate(-50%, -50%);
}
section.image_on_text div.over_Text_Wrap {
  width: calc(100% - 4rem);
  max-width: var(--section-max-width);
  margin: 0 auto;
  margin-top: -4rem;
}
section.image_on_text div.over_Text_Wrap div.over_Text {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.5rem;
  width: 100%;
  margin-left: 0;
  border-radius: 10px;
  padding: 2rem;
  overflow: hidden;
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.1));
}
section.image_on_text div.over_Text_Wrap div.over_Text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 100rem;
  width: 100px;
  height: 100px;
  background: var(--accent-color);
  transform: translate(-50%, -50%);
}
section.image_on_text div.over_Text_Wrap div.over_Text strong {
  background-image: linear-gradient(transparent 0, var(--accent-color) 0);
  background-size: 100% 0.42rem;
  background-repeat: repeat-x;
  background-position: 0 90%;
}
section.image_on_text div.over_Text_Wrap div.over_Text div.headline {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 481px) {
  section.image_on_text div.over_Text_Wrap div.over_Text div.headline {
    margin-bottom: 0.75em;
  }
}
@media only screen and (min-width: 481px) {
  section.image_on_text div.over_Text_Wrap div.over_Text div.withlink {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 769px) {
  section.image_on_text div.over_Text_Wrap div.over_Text .arw {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  section.image_on_text {
    padding: 4rem 2rem;
  }
  section.image_on_text::before {
    content: "";
    display: none;
  }
  section.image_on_text div.under_Image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    overflow: hidden;
  }
  section.image_on_text div.under_Image img {
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  section.image_on_text div.over_Text_Wrap {
    position: relative;
    top: auto;
    transform: translate(0, 0);
    max-width: var(--section-max-width);
    margin: 0 auto;
  }
  section.image_on_text div.over_Text_Wrap div.over_Text {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    width: calc(50% + 2rem);
    min-height: 16vh;
    margin-left: -1rem;
    filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.1));
  }
  section.image_on_text.Reverse div.under_Image {
    right: auto;
    left: 0;
  }
  section.image_on_text.Reverse div.over_Text_Wrap div.over_Text {
    margin-left: auto;
    margin-right: -1rem;
  }
}

@media only screen and (min-width: 481px) {
  ul.flexList.w20 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.w25 li {
    flex: 0 0 50%;
  }
  ul.flexList.RP.w20 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.RP.w25 li {
    flex: 0 0 50%;
  }
  .VerticalList li div.discript, .VerticalList li div.pict {
    flex: 50%;
  }
  .flex75RP {
    flex: 0 0 66.666%;
  }
  .flex25RP {
    flex: 0 0 33.333%;
  }
}
@media only screen and (min-width: 769px) {
  ul.flexList.w20 li {
    flex: 0 0 25%;
  }
  ul.flexList.w25 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.w33 li {
    flex: 0 0 50%;
  }
  ul.flexList.RP.w20 li {
    flex: 0 0 25%;
  }
  ul.flexList.RP.w25 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.RP.w33 li {
    flex: 0 0 50%;
  }
  .VerticalList li div.pict {
    flex: 33.333%;
    margin-bottom: 0;
  }
  .VerticalList li div.discript {
    flex: 66.666%;
  }
  .inlineParent .half_block {
    width: 50%;
    padding-bottom: 2rem;
  }
  .flex75RP {
    flex: 66.666%;
  }
  .flex66RP, .flex33RP {
    flex: 0 0 50%;
  }
  .flex25RP {
    flex: 33.333%;
  }
  .flex_vertical_bottom_RP {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  ul.flexList.w20 li {
    flex: 0 0 20%;
  }
  ul.flexList.w25 li {
    flex: 0 0 25%;
  }
  ul.flexList.w33 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.w50 li {
    flex: 0 0 50%;
  }
  ul.flexList.RP.w20 li {
    flex: 0 0 20%;
  }
  ul.flexList.RP.w25 li {
    flex: 0 0 25%;
  }
  ul.flexList.RP.w33 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.RP.w50 li {
    flex: 0 0 50%;
  }
  .VerticalList li div.pict {
    flex: 25%;
  }
  .VerticalList li div.discript {
    flex: 75%;
  }
}
@media only screen and (min-width: 1281px) {
  ul.flexList.w20 li {
    flex: 0 0 20%;
  }
  ul.flexList.w25 li {
    flex: 0 0 25%;
  }
  ul.flexList.w33 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.w50 li {
    flex: 0 0 50%;
  }
  ul.flexList.RP.w20 li {
    flex: 0 0 20%;
  }
  ul.flexList.RP.w25 li {
    flex: 0 0 25%;
  }
  ul.flexList.RP.w33 li {
    flex: 0 0 33.333%;
  }
  ul.flexList.RP.w50 li {
    flex: 0 0 50%;
  }
  .flex75RP {
    flex: 75%;
  }
  .flex66RP {
    flex: 0 0 66.6%;
  }
  .flex50RP {
    flex: 0 0 50%;
  }
  .flex33RP {
    flex: 0 0 33.3%;
  }
  .flex25RP {
    flex: 25%;
  }
}
/*---------------------
HeadIcon
----------------------*/
div.HeadIcon {
  position: relative;
  padding-left: 1.5em;
  color: var(--text-color);
}
a:hover div.HeadIcon {
  color: var(--cta-color);
}
div.HeadIcon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.1em;
  height: 1.1em;
  border-radius: 0 10em 0 0;
  background: var(--accent-color);
  transform: translate(0, 25%);
  z-index: 0;
}
div.SubInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.25em;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  div.SubInfo {
    gap: 0.5rem;
  }
}
div.SubInfo span {
  font-size: 75%;
  background: #D9D9D9;
  padding: 0 0.5em;
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
}
div.SubInfo .Ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a:link .ColorNormal, a:visited .ColorNormal {
  color: var(--text-color);
}
a:link .ColorNormal *, a:visited .ColorNormal * {
  color: var(--text-color) !important;
}
a:hover .ColorNormal {
  color: var(--sub-color);
}
a:hover .ColorNormal * {
  color: var(--sub-color) !important;
}

/*---------------------
youtube modal
----------------------*/
a#openModal, .openModal {
  cursor: pointer;
}

#Modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#Modal .ModalInner {
  position: relative;
  width: 100%;
  height: 100%;
}
#Modal .ModalInner .ModalContent {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  width: 90%;
  max-width: 800px;
  transform: translate(-50%, -50%);
  background: #000000;
}
#Modal .ModalInner .ModalContent .VideoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#Modal .ModalInner .ModalContent .VideoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Modal .ModalInner .ModalContent .CloseButton {
  position: absolute;
  content: "\e903";
  top: -1rem;
  right: 0;
  font-family: "iconFont" !important;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 0.6;
  cursor: pointer;
  transform: translate(0, -100%);
}

/*------------------------
IconList
------------------------*/
ul.IconList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
@media only screen and (min-width: 769px) {
  ul.IconList {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.IconList li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--sub-color);
}
ul.IconList li .IconWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 4rem;
  background: var(--accent-color);
  aspect-ratio: 1;
  border-radius: 10px;
}
ul.IconList li .IconWrap img {
  max-width: 3rem;
  max-height: 2.5rem;
}
ul.IconList li p {
  font-size: var(--heading_h5);
}

/*------------------------
YoutubeArea
------------------------*/
section.YoutubeArea {
  position: relative;
}
section.YoutubeArea::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/youtube_bg.webp) lightgray 100%/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
section.YoutubeArea .iframeWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}
section.YoutubeArea .iframeWrap iframe {
  width: 100%;
  height: 100%;
}

.OnAlways {
  border-color: var(--text-color_dark);
  cursor: default;
}

/*------------------------
grid_block
------------------------*/
.grid_image_content {
  display: grid;
  align-items: center;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 1024px) {
  .grid_image_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid_image_content.TopAlignment {
  align-items: start;
}
.grid_image_content.reverse {
  direction: rtl;
}
.grid_image_content.reverse * {
  direction: ltr;
}
.grid_image_content .text_side {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.grid_image_content .text_side a:link.Button, .grid_image_content .text_side a:visited.Button {
  width: 100%;
  max-width: 300px;
  font-size: var(--heading_h6);
  justify-content: left;
  min-width: 0;
  margin: 0;
}
#Main .grid_image_content .image_side .splide__track {
  overflow: hidden;
}
.grid_image_content .flex_parent {
  align-items: center;
  gap: 1rem;
}
.grid_image_content .flex_parent div {
  flex: 1;
}
.grid_image_content .flex_parent .iso_icons {
  flex: 0 0 40%;
  height: auto;
}
.grid_image_content *.FullLength {
  grid-column: 1/-1;
}

.ListFlex_column li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ListFlex_column.gap1rem li {
  gap: 1rem;
}
.ListFlex_column.gap2rem li {
  gap: 2rem;
}
.ListFlex_column.gap3rem li {
  gap: 3rem;
}

/*------------------------
Comment_block
------------------------*/
.CustomContent .Comment_block {
  position: relative;
  padding: 1.5rem;
  margin: 1rem 0 0;
  /*background: var(--alpha-white2);*/
}
.CustomContent .Comment_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 1.5rem;
  border: 1px solid var(--sub-color1);
  border-width: 2px 0 0 2px;
}
.CustomContent .Comment_block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 1.5rem;
  border: 3px solid var(--sub-color1);
  border-width: 0 2px 2px 0;
}
.CustomContent .SelfComment_block {
  position: relative;
  padding: 1.5rem;
  margin: 1rem 0 0;
  background: var(--alpha-white);
}

/*------------------------
dl dt dd
------------------------*/
dl.phoneNumber {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: left;
  padding: 0 0 0 1.5rem;
  line-height: 1.6;
}
dl.phoneNumber dt {
  flex: 0 0 60%;
  padding: 0 1rem 1rem 0;
  border: 1px dotted #eeeeee;
  border-width: 0 0 1px;
  margin: 0 0 1rem;
}
dl.phoneNumber dd {
  flex: 0 0 40%;
  padding: 0 0 1rem 0;
  border: 1px dotted #eeeeee;
  border-width: 0 0 1px;
  margin: 0 0 1rem;
  text-align: right;
}
dl.phoneNumber dt:last-child, dl.phoneNumber dt:nth-last-child(2) {
  padding: 0;
  border: none;
  border-width: 0;
  margin: 0;
}
dl.phoneNumber dd:last-child {
  padding: 0;
  border: none;
  border-width: 0;
  margin: 0;
}
dl.storeInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: left;
}
dl.storeInfo dt {
  flex: 0 0 30%;
  text-align: right;
  padding-right: 1rem;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  margin: 0 0 0.5rem;
}
dl.storeInfo dd {
  flex: 0 0 70%;
  padding-left: 1rem;
  box-sizing: border-box;
}
dl.dateInfo {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
dl.dateInfo div {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  align-items: left;
  gap: 1rem;
  line-height: 1;
}
dl.contentInfo {
  display: grid;
  gap: 0 60px;
  grid-template-columns: repeat(1, 100px 4fr);
  overflow: hidden;
}
dl.contentInfo dt {
  padding: 1.5rem 0 1.5rem 30px;
}
dl.contentInfo dd {
  position: relative;
  padding: 1.5rem 30px 1.5rem 0;
}
dl.contentInfo dd::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 1px;
  background: var(--text-color);
}
dl.contentInfo dd:last-child::before {
  display: none;
}
#Company dl.contentInfo {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.667rem 0;
  line-height: 2.5;
  letter-spacing: 2.8px;
}
#Requirements dl.contentInfo {
  max-width: 985px;
  margin: 0 auto;
  line-height: 2.5;
  letter-spacing: 2.8px;
  grid-template-columns: repeat(1, 2fr);
  --content_gap:0;
  gap: 0 var(--content_gap);
}
@media only screen and (min-width: 769px) {
  #Requirements dl.contentInfo {
    grid-template-columns: repeat(1, 175px 2fr);
    --content_gap:35px;
    gap: 0 var(--content_gap);
  }
}
#Requirements dl.contentInfo .heading_h2 {
  margin-bottom: 37px;
}
@media only screen and (min-width: 769px) {
  #Requirements dl.contentInfo .heading_h2 {
    margin-bottom: 46px;
  }
}
#Requirements dl.contentInfo dt {
  color: var(--main-color);
  padding: 21px 0 0;
}
#Requirements dl.contentInfo dt:first-child {
  padding: 0;
}
#Requirements dl.contentInfo dt {
  font-size: 15px;
}
@media only screen and (min-width: 769px) {
  #Requirements dl.contentInfo dt {
    padding: 39px 0;
    font-size: 14px;
  }
  #Requirements dl.contentInfo dt:first-child {
    padding: 39px 0;
  }
}
#Requirements dl.contentInfo dd {
  position: relative;
  padding: 0 0 21px;
}
@media only screen and (min-width: 769px) {
  #Requirements dl.contentInfo dd {
    padding: 39px 0;
  }
}
#Requirements dl.contentInfo dd p {
  line-height: 2.5;
  letter-spacing: 2.8px;
}
#Requirements dl.contentInfo dd::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 1px;
  background: #848484;
}
#Requirements dl.contentInfo dd::after {
  content: "";
  position: absolute;
  right: calc(100% + var(--content_gap));
  bottom: -1px;
  display: none;
  width: 175px;
  height: 3px;
  background: var(--main-color);
}
@media only screen and (min-width: 769px) {
  #Requirements dl.contentInfo dd::after {
    display: block;
  }
}
#Requirements dl.contentInfo dd:last-child::before, #Requirements dl.contentInfo dd:last-child::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  dl.contentInfo {
    gap: 0 30px;
    grid-template-columns: repeat(1, 70px 4fr);
  }
  dl.contentInfo dt {
    padding: 2rem 0;
  }
  dl.contentInfo dd {
    position: relative;
    padding: 2rem 0;
  }
}
dl.BorderDescription {
  border: 1px solid var(--border-color);
  border-width: 1px 0 0;
}
dl.BorderDescription div {
  position: relative;
  display: flex;
  gap: 1rem;
  border: 1px solid var(--border-color);
  border-width: 0 0 1px;
  padding: 1rem 0;
}
dl.BorderDescription div dt {
  flex: 0 0 7rem;
  font-weight: 700;
  padding-left: 1rem;
}
dl.BorderDescription div dd {
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}
dl.menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: left;
  padding: 2rem;
  border: 1px solid #979797;
}
dl.menu dt {
  flex: 0 0 70%;
  padding-right: 1rem;
  box-sizing: border-box;
  margin: 0 0 0.5rem;
}
dl.menu dd {
  flex: 0 0 30%;
  text-align: right;
  padding-left: 1rem;
  box-sizing: border-box;
}
dl.menu dt:last-of-type {
  margin: 0;
}
dl.Bullet {
  display: flex;
  flex-wrap: wrap;
  font-size: 112.5%;
  font-weight: 700;
  letter-spacing: -0.4em;
  border: 1px solid #eeeeee;
  border-width: 1px 0 0 1px;
}
dl.Bullet dt {
  display: inline-block;
  flex: 25%;
  padding: 1rem;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: normal;
  border: 1px solid #eeeeee;
  border-width: 0 1px 1px 0;
}
dl.Bullet dd {
  display: inline-block;
  flex: 75%;
  padding: 1rem;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: normal;
  border: 1px solid #eeeeee;
  border-width: 0 1px 1px 0;
}
dl.Bullet dd .ButtonArea img.app_badge {
  max-height: 3.5rem;
  padding: 0;
}
dl.Bullet dt:nth-last-child(2), dl.Bullet dt:last-child {
  margin: 0;
}
dl.Bullet dd:last-child {
  margin: 0;
}

/*------------------------
grid_parent
------------------------*/
.grid_parent {
  position: relative;
  display: grid;
  z-index: 2;
}
.grid_parent.fix1column {
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.grid_parent.fix2column {
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.grid_parent.fix3column {
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.grid_parent.resp1column {
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.grid_parent.resp2column {
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 1025px) {
  .grid_parent.resp2column {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid_parent.resp2column .wide {
  grid-column: 1/-1;
}
.grid_parent.resp3column {
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 1025px) {
  .grid_parent.resp3column {
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .grid_parent.resp3column {
    gap: 75px;
  }
}
.grid_parent.resp3column .wide {
  grid-column: 1/-2;
}
.grid_parent.resp4column {
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 769px) {
  .grid_parent.resp4column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .grid_parent.resp4column {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid_parent div {
  max-width: 100%;
}
.grid_parent div.grid_item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.grid_parent div.grid_item .ImageArea {
  flex: 0 0 100px;
  aspect-ratio: 1;
}
@media only screen and (min-width: 1025px) {
  .grid_parent div.grid_item .ImageArea {
    flex: 0 0 200px;
  }
}
.grid_parent div.grid_item .TextArea {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.grid_parent div.acpect_custom {
  position: relative;
  overflow: hidden;
}
.grid_parent div.acpect_custom::before {
  content: "";
  display: block;
  padding-top: 61.6%;
}
.grid_parent div.acpect_custom img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#Changes .grid_parent li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#Changes .grid_parent li img {
  width: 85%;
}

div.imageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
div.imageBox img {
  display: block;
}

/*------------------------
accordion
------------------------*/
dl.accordion {
  border: 1px solid var(--border-color);
  border-width: 1px 0 0;
}
dl.accordion div {
  border: 1px solid var(--border-color);
  border-width: 0 0 1px;
}
dl.accordion div dt {
  position: relative;
  padding: 1rem 0 1rem 1rem;
  font-size: var(--heading_h6);
  cursor: pointer;
}
dl.accordion div dt.trigger::before {
  font-family: "iconFont" !important;
  content: "\e90a";
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 8px;
  color: var(--sub-color1);
  transform: translate(0, -45%) rotate(180deg);
  transform-origin: conter;
  transition: transform 0.5s;
}
dl.accordion div dt.trigger.open::before {
  transform: translate(0, -50%) rotate(0);
}
dl.accordion div dt p {
  display: inline-block;
}
dl.accordion div dd {
  display: grid;
  grid-template-rows: 0fr;
  background: var(--bg-warm);
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: grid-template-rows 0.5s ease;
}
dl.accordion div dd .Content {
  overflow: hidden;
  border: 0;
}
dl.accordion div dd .Content::before, dl.accordion div dd .Content::after {
  content: "";
  display: block;
  height: 2em;
}
dl.accordion div dd .Content::after {
  content: "";
  display: block;
  height: 1.5em;
}
dl.accordion div.Open dt.trigger::before {
  transform: translate(0, -50%) rotate(0);
}
dl.accordion div.Open dd {
  grid-template-rows: 1fr;
}

/*-------------------------------
Modal
---------------------------------*/
a.open-modal {
  cursor: pointer;
}
a.open-modal:hover {
  color: var(--main-color);
}

#Modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
#Modal.OpenModal {
  display: block;
}
#Modal .ModalBody {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - var(--section-padding-length) * 2);
  max-width: var(--section-max-width);
  background: var(--bg-white);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
}

#Modal .ModalContent, .contentWrap .ModalContent {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-template-areas: "TextArea" "ImageArea" "LinkArea";
  gap: 0;
  padding: 20px;
}
#Modal .ModalContent.nopadding, .contentWrap .ModalContent.nopadding {
  padding: 0;
}
#Modal .ModalContent, .contentWrap .ModalContent {
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  #Modal .ModalContent, .contentWrap .ModalContent {
    gap: 50px 60px;
    grid-template-columns: 40% auto;
    grid-template-rows: auto auto;
    grid-template-areas: "ImageArea TextArea" "ImageArea LinkArea";
    padding: 60px;
  }
}
#Modal .ModalContent .ImageArea, .contentWrap .ModalContent .ImageArea {
  grid-area: ImageArea;
  padding-bottom: 17px;
}
#Modal .ModalContent .ImageArea .acpect_custom, .contentWrap .ModalContent .ImageArea .acpect_custom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#Modal .ModalContent .ImageArea .acpect_custom::before, .contentWrap .ModalContent .ImageArea .acpect_custom::before {
  content: "";
  padding-top: 75%;
  display: block;
}
#Modal .ModalContent .ImageArea .acpect_custom img, .contentWrap .ModalContent .ImageArea .acpect_custom img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translate(-50%, -50%);
}
#Modal .ModalContent .ImageArea .splide, .contentWrap .ModalContent .ImageArea .splide {
  padding-bottom: 2rem;
}
#Modal .ModalContent .ImageArea .splide .splide__pagination, .contentWrap .ModalContent .ImageArea .splide .splide__pagination {
  bottom: 0;
  gap: 11px;
}
#Modal .ModalContent .ImageArea .splide .splide__pagination button.splide__pagination__page, .contentWrap .ModalContent .ImageArea .splide .splide__pagination button.splide__pagination__page {
  height: 10px;
  width: 10px;
  margin: 0;
  background: var(--sub-color);
}
#Modal .ModalContent .ImageArea .splide .splide__pagination button.splide__pagination__page.is-active, .contentWrap .ModalContent .ImageArea .splide .splide__pagination button.splide__pagination__page.is-active {
  transform: none;
  background: var(--main-color);
}
@media only screen and (min-width: 1025px) {
  #Modal .ModalContent .ImageArea, .contentWrap .ModalContent .ImageArea {
    padding-bottom: 0;
  }
  #Modal .ModalContent .ImageArea .splide .splide__pagination, .contentWrap .ModalContent .ImageArea .splide .splide__pagination {
    gap: 14px;
  }
  #Modal .ModalContent .ImageArea .splide .splide__pagination button.splide__pagination__page, .contentWrap .ModalContent .ImageArea .splide .splide__pagination button.splide__pagination__page {
    height: 13px;
    width: 13px;
  }
}
#Modal .ModalContent .TextArea, .contentWrap .ModalContent .TextArea {
  flex: 1;
  padding-bottom: 17px;
}
#Modal .ModalContent .TextArea .Person, .contentWrap .ModalContent .TextArea .Person {
  position: relative;
  display: flex;
  align-items: center;
  height: 59px;
}
#Modal .ModalContent .TextArea .Person::before, .contentWrap .ModalContent .TextArea .Person::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  background: var(--main-color);
  height: 100%;
  width: 150%;
}
#Modal .ModalContent .TextArea .Person *, .contentWrap .ModalContent .TextArea .Person * {
  color: var(--text-color_light);
  line-height: 1;
  font-size: 22px;
}
#Modal .ModalContent .TextArea .heading_h2, .contentWrap .ModalContent .TextArea .heading_h2 {
  font-size: 20px;
  line-height: 1.667;
}
#Modal .ModalContent .TextArea .heading_h5, .contentWrap .ModalContent .TextArea .heading_h5 {
  font-size: 15px;
}
#Modal .ModalContent .TextArea p, .contentWrap .ModalContent .TextArea p {
  line-height: 2;
  letter-spacing: -0.05em;
}
#Modal .ModalContent .TextArea p.heading_h5, .contentWrap .ModalContent .TextArea p.heading_h5 {
  display: block;
  text-align: left;
  margin: 8px 0 10px;
  line-height: 1.667;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  #Modal .ModalContent .TextArea, .contentWrap .ModalContent .TextArea {
    padding-bottom: 0;
  }
  #Modal .ModalContent .TextArea .heading_h2, .contentWrap .ModalContent .TextArea .heading_h2 {
    font-size: 30px;
  }
  #Modal .ModalContent .TextArea .heading_h5, .contentWrap .ModalContent .TextArea .heading_h5 {
    font-size: 20px;
  }
  #Modal .ModalContent .TextArea p, .contentWrap .ModalContent .TextArea p {
    line-height: 2.8;
  }
  #Modal .ModalContent .TextArea p.heading_h5, .contentWrap .ModalContent .TextArea p.heading_h5 {
    line-height: 2;
    margin: 19px 0 23px;
  }
}
#Modal .LinkArea, .contentWrap .LinkArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#Modal .LinkArea .LeftItem, .contentWrap .LinkArea .LeftItem {
  flex-shrink: 0;
  justify-content: start;
}
#Modal .LinkArea .LeftItem a:link.ButtonSmall, #Modal .LinkArea .LeftItem a:visited.ButtonSmall, .contentWrap .LinkArea .LeftItem a:link.ButtonSmall, .contentWrap .LinkArea .LeftItem a:visited.ButtonSmall {
  color: var(--text-color);
  background: var(--accent-color);
}
#Modal .LinkArea .LeftItem a:link.ButtonSmall:hover, #Modal .LinkArea .LeftItem a:visited.ButtonSmall:hover, .contentWrap .LinkArea .LeftItem a:link.ButtonSmall:hover, .contentWrap .LinkArea .LeftItem a:visited.ButtonSmall:hover {
  color: var(--text-color_light);
  background: var(--main-color);
}
#Modal .LinkArea .RightItem, .contentWrap .LinkArea .RightItem {
  flex: 1;
  width: 100%;
  justify-content: end;
  gap: 14px;
  margin: 0;
}
#Modal .LinkArea .RightItem li, .contentWrap .LinkArea .RightItem li {
  position: relative;
  height: 20px;
  width: 20px;
  padding: 0;
}
#Modal .LinkArea .RightItem li:nth-child(2), .contentWrap .LinkArea .RightItem li:nth-child(2) {
  width: 18px;
}
#Modal .LinkArea .RightItem li:nth-child(3), .contentWrap .LinkArea .RightItem li:nth-child(3) {
  width: 22px;
}
#Modal .LinkArea .RightItem li img, .contentWrap .LinkArea .RightItem li img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
}
#Modal .LinkArea .RightItem li a:hover, .contentWrap .LinkArea .RightItem li a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
  #Modal .LinkArea, .contentWrap .LinkArea {
    flex-direction: row;
    gap: 0;
  }
  #Modal .LinkArea .LeftItem, .contentWrap .LinkArea .LeftItem {
    width: 166px;
  }
  #Modal .LinkArea .RightItem, .contentWrap .LinkArea .RightItem {
    width: auto;
    gap: 17px;
  }
  #Modal .LinkArea .RightItem li, .contentWrap .LinkArea .RightItem li {
    height: 27px;
    width: 27px;
  }
  #Modal .LinkArea .RightItem li:nth-child(2), .contentWrap .LinkArea .RightItem li:nth-child(2) {
    width: 25px;
  }
  #Modal .LinkArea .RightItem li:nth-child(3), .contentWrap .LinkArea .RightItem li:nth-child(3) {
    width: 35px;
  }
}

/*------------------------------
splide
------------------------------*/
.splide {
  position: relative;
  margin: 0 auto;
}
.splide.Related {
  width: 50%;
  max-width: 600px;
  padding-bottom: calc(2rem + 40px);
}
#Projects .splide {
  width: 90%;
  max-width: 600px;
  padding-bottom: calc(2rem + 40px);
}
.splide a p, .splide a span, .splide a div {
  color: var(--text-color);
}
.splide a:hover p, .splide a:hover span, .splide a:hover div {
  color: var(--cta-color);
}
.splide .is-disabled {
  opacity: 0;
}
.splide.splideNormal .splide__track, .splide.splidePSV .splide__track {
  overflow: visible;
}
.splide .splide__arrows {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 40px;
  transform: translate(-50%, 0);
}
.splide .splide__arrows .splide__arrow--next {
  right: 0;
}
.splide .splide__arrows .splide__arrow--prev {
  left: 0;
}
.splide .splide__arrows button.splide__arrow {
  background: var(--cta-color);
  border: 1px solid var(--cta-color);
  border-radius: 0;
  width: 40px;
  height: 40px;
  outline: none;
}
.splide .splide__arrows button.splide__arrow svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}
.splide .splide__arrows button.splide__arrow:not(:disabled) {
  opacity: 1;
}
.splide .splide__arrows button.splide__arrow:disabled {
  opacity: 1;
}
.splide .splide__arrows button.splide__arrow:hover {
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
}
.splide .splide__pagination {
  position: absolute;
  height: 40px;
  bottom: 0 !important;
}
.splide .splide__pagination .splide__pagination__page.is-active {
  background: var(--cta-color) !important;
}
.splide.NotOverlap {
  padding-bottom: 3rem;
  transform: translateY(1.5rem);
}

.splide__pagination__page.is-active {
  background: #454545 !important;
  transform: scale(1) !important;
}

.splidePost .splide__slide img {
  width: 100%;
}
.splidePost .splide__arrows {
  position: relative;
  height: auto;
}
.splidePost ul.splide__pagination {
  position: initial;
  height: auto;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0;
}
.splidePost ul.splide__pagination li button {
  margin: 0;
}
.splidePost ul.splide__pagination li .splide__pagination__page {
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .splidePost ul.splide__pagination li .splide__pagination__page {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 1025px) {
  .splidePost ul.splide__pagination li .splide__pagination__page {
    width: 90px;
    height: 90px;
  }
}
.splidePost ul.splide__pagination li .splide__pagination__page.is-active {
  opacity: 1;
}
.splidePost ul.splide__pagination li .splide__pagination__page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/*------*/
main .page-width,
main .page-width-desktop {
  padding: 0 !important;
}

/*------------------------
PleaseScroll
------------------------*/
#PleaseScroll {
  position: fixed;
  left: 0;
  bottom: 2em;
  padding: 0 2em;
  z-index: 10;
}

.PleaseScroll {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  padding: 0 2em;
  z-index: 10;
  transform: translate(-50%, 0);
}

#PleaseScroll span, .PleaseScroll span {
  position: relative;
  display: block;
  width: 3px;
  height: 2.5em;
  background: var(--bg-color);
  border-radius: 100vw;
  opacity: 1;
  -webkit-animation: pScr 2s ease infinite;
  animation: pScr 2s ease infinite;
}

#PleaseScroll span:before, .PleaseScroll span:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  bottom: 0;
  width: 12px;
  height: 3px;
  background: var(--bg-color);
  border-radius: 100vw;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}

#PleaseScroll span:after, .PleaseScroll span:after {
  content: "";
  position: absolute;
  display: block;
  left: -8px;
  bottom: 8px;
  width: 12px;
  height: 3px;
  background: var(--bg-color);
  border-radius: 100vw;
  transform: rotate(45deg);
  transform-origin: left bottom;
}

@keyframes pScr {
  0% {
    margin-bottom: 2em;
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    margin-bottom: 0;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 0;
  }
}
/*------------------------
back2top
------------------------*/
#back2top {
  position: fixed;
  display: block;
  right: 0;
  bottom: -3rem;
  padding: 0 2em;
  z-index: 1;
  cursor: pointer;
  transition: bottom 0.5s;
}
#back2top.On {
  bottom: 1.5rem;
}
#back2top span {
  position: relative;
  display: block;
  width: 1px;
  height: 2.5em;
  background: #aaaaaa;
}
#back2top span:before {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  top: 0;
  width: 0.5em;
  height: 1px;
  background: #aaaaaa;
  transform: rotate(45deg);
  transform-origin: left top;
}

/*#back2top{
	background:#000000 no-repeat center center;
	opacity:0.4;
	border-radius:20px;
}

#back2top:hover{
	opacity:0.7;
}

#back2top img{
	width:100%;
	font-size: 0;
}*/
/*------------------------
backReturn
------------------------*/
#backReturn {
  /*display:none;*/
  position: fixed;
  bottom: 1em;
  left: 1em;
  width: 30px;
  z-index: 1;
}
#backReturn a {
  display: block;
  background: #000000 no-repeat center center;
  opacity: 0.4;
  border-radius: 20px;
  font-size: 0;
}
#backReturn a:hover {
  opacity: 0.7;
}
#backReturn a img {
  width: 100%;
}

#backReturn2 {
  display: none;
  line-height: 1;
  position: fixed;
  bottom: 1.6em;
  left: 2em;
  z-index: 1;
  height: 30px;
  overflow: hidden;
  border: 1px solid #222222;
  border-radius: 9999em;
}
#backReturn2 a {
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#backReturn2 img {
  height: 100%;
}
#backReturn2 a:hover {
  background-color: rgba(245, 245, 245, 0.8);
}

/*------------------------
click2prev
------------------------*/
#click2prev {
  display: none;
  position: fixed;
  bottom: 28px;
  right: 2%;
  width: 30px;
}
#click2prev a {
  display: block;
  background: #000000 no-repeat center center;
  opacity: 0.4;
  border-radius: 20px;
  font-size: 0;
}
#click2prev a:hover {
  opacity: 0.7;
}
#click2prev a img {
  width: 100%;
}

/*------------------------
Lazy
------------------------*/
.Lazy {
  opacity: 0 !important;
  transform: translateX(-300%) !important;
  transition: 0.75s ease;
}
.Lazy.inDisp {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@media (min-aspect-ratio: 3/4) {
  #Modal .ModalBody .modalScrollwindow:before {
    padding-top: 56.25%;
  }
}
@media (min-aspect-ratio: 4/3) {
  #Modal .ModalBody .modalScrollwindow:before {
    padding-top: 54%;
  }
}
@media (min-aspect-ratio: 3/2) {
  #Modal .ModalBody .modalScrollwindow:before {
    padding-top: 52%;
  }
}
@media (min-aspect-ratio: 16/9) {
  #Modal .ModalBody .modalScrollwindow:before {
    padding-top: 45%;
  }
}
@media only screen and (min-width: 481px) {
  #Modal {
    padding: 3rem;
  }
  #Modal .ModalBody {
    width: calc(100% - 6rem);
  }
}
@media only screen and (min-width: 769px) {
  #Modal {
    padding: 4rem;
  }
  #Modal .ModalBody {
    width: calc(100% - 8rem);
  }
}
/*------------------------
form
------------------------*/
.wpcf7 {
  position: relative;
  display: block;
  position: relative;
  display: block;
}
.wpcf7 label:has([aria-required=true]) p::after {
  content: "*";
  color: var(--accent-color);
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  margin: 0;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
  padding: 1.75rem;
  min-height: 78px;
}
.wpcf7 div.Confirmation {
  margin: 0;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid var(--bg-warm);
  background: var(--bg-warm);
  padding: 1.75rem;
  min-height: 78px;
}
.wpcf7 input {
  line-height: 1;
}
.wpcf7 input[type=submit], .wpcf7 input[type=button] {
  position: relative;
  display: block;
  width: 200px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 13px 1rem;
  border: 1px solid var(--cta-color);
  border-radius: 10px;
  color: var(--text-color_light);
  background: var(--main-color);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  transition: background 0.5s, border 0.5s;
  cursor: pointer;
}
.wpcf7 input[type=submit]:disabled, .wpcf7 input[type=button]:disabled {
  cursor: default;
  background: var(--border-color);
  border: 1px solid var(--border-color);
}
.wpcf7 input[type=submit].back_button, .wpcf7 input[type=button].back_button {
  width: 120px;
  color: var(--cta-color);
  background: var(--text-color_light);
  border: 1px solid var(--cta-color);
}
.wpcf7 .inputArw:has(input[type=button]), .wpcf7 .inputArw:has(input[type=submit]) {
  position: relative;
}
.wpcf7 .inputArw:has(input[type=button]):before, .wpcf7 .inputArw:has(input[type=submit]):before {
  content: "\e904";
  position: absolute;
  left: auto;
  right: 1.75em;
  top: 50%;
  bottom: auto;
  width: auto;
  height: auto;
  font-family: "iconFont";
  font-size: 0.667em;
  color: var(--text-color_light);
  line-height: 1;
  background: none;
  transform: translate(0, -50%);
  transition: right 0.75s;
  z-index: 1;
}
.wpcf7 .inputArw:has(input[type=button]:hover) input, .wpcf7 .inputArw:has(input[type=submit]:hover) input {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
}
.wpcf7 .inputArw:has(input[type=button]:hover) input:disabled, .wpcf7 .inputArw:has(input[type=submit]:hover) input:disabled {
  background: var(--border-color);
  border: 1px solid var(--border-color);
}
.wpcf7 .inputArw:has(input[type=button]:hover):before, .wpcf7 .inputArw:has(input[type=submit]:hover):before {
  right: 1em;
}
.wpcf7 .inputArw:has(input[type=button]:disabled:hover):before {
  right: 1.75em;
}
.wpcf7 .inputArw:has(input[type=button].back_button):before {
  left: 1.75em;
  right: auto;
  color: var(--cta-color);
  transform: translate(0, -50%) scale(-1, 1);
  transition: left 0.75s;
}
.wpcf7 .inputArw:has(input[type=button].back_button:hover) input {
  background: var(--text-color_light);
  border: 1px solid var(--cta-color);
}
.wpcf7 .inputArw:has(input[type=button].back_button:hover):before {
  left: 1em;
}
.wpcf7 span {
  position: relative;
}
.wpcf7 span select {
  appearance: none;
  padding-right: 4rem;
}
.wpcf7 span:has(select)::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 1.75em;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--text-color);
  border-bottom: 3px solid var(--text-color);
  transform: translateY(-55%) rotate(45deg);
}
.wpcf7 .screen-reader-response {
  color: var(--caution-color);
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .wpcf7-response-output {
  color: var(--caution-color);
}
.wpcf7 span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .Policy {
  text-align: center;
  margin: 0 auto 30px;
}
.wpcf7 .Policy label {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
}
.wpcf7 .grid_parent {
  gap: 3rem;
}
.wpcf7 .grid_parent label {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wpcf7 .grid_parent label h1, .wpcf7 .grid_parent label h2, .wpcf7 .grid_parent label h3, .wpcf7 .grid_parent label h4, .wpcf7 .grid_parent label h5, .wpcf7 .grid_parent label h6, .wpcf7 .grid_parent label p {
  line-height: 1;
}
.wpcf7 .grid_parent label div:first-child {
  width: 220px;
  flex-shrink: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .grid_parent label div:first-child {
    padding-top: 0;
  }
}
.wpcf7 .grid_parent label div:not(:first-child) {
  flex: 1;
}
.wpcf7 .grid_parent label div select, .wpcf7 .grid_parent label div input {
  width: 100%;
  height: 39px;
}
.wpcf7 .grid_parent label div textarea {
  width: 100%;
  height: 140px;
}
.wpcf7 .grid_parent label span.Required {
  display: inline-block;
  font-size: 85.71%;
  line-height: 1.6667;
  padding: 0 7px;
  margin-left: 9px;
  background: var(--accent-color);
}
.wpcf7 .submitArea {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2.5rem;
}
.wpcf7 .submitArea span.wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7 .CotrolWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .CotrolWrap {
    flex-direction: column;
    gap: 20px;
  }
}
.wpcf7 .CotrolWrap span.wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translate(-50%, -50%);
}

/*------------------------
table
------------------------*/
section div.tableWrap {
  display: block;
  width: 100%;
  border: 1px solid var(--alpha-gray);
  border-width: 0 1px 0 0;
  overflow-x: scroll;
}

section div.tableWrap::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}

section div.tableWrap::-webkit-scrollbar-track {
  background: var(--alpha-gray);
  border-radius: 0;
}

section div.tableWrap::-webkit-scrollbar-thumb {
  background: var(--alpha-black);
  border-radius: 0;
}

section table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

section table.respo {
  overflow-x: scroll;
}

section table tbody,
section table tr {
  position: relative;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

section table td,
section table th {
  display: table-cell;
  width: auto;
  background: var(--alpha-white);
  border: 1px solid var(--alpha-gray);
  border-width: 1px 0 0 1px;
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: left;
}
section table td.tbT,
section table th.tbT {
  text-align: center;
  vertical-align: middle;
  max-width: 7em;
}
section table td.tbN,
section table th.tbN {
  text-align: center;
  vertical-align: middle;
}
section table td.tbStkY,
section table th.tbStkY {
  position: sticky;
  top: 0;
}
section table td.tbStkYX,
section table th.tbStkYX {
  position: sticky;
  left: 0;
}

section table th {
  text-align: center;
  background: var(--alpha-white2);
}

section table tr td:first-child {
  max-width: 5em;
}

section table.respo td,
section table.respo th {
  min-width: 8rem;
}

section#Course table td:nth-child(2) {
  text-align: left;
}

section#Lift table td:nth-child(5) {
  text-align: left;
}

.bgAccent {
  background: var(--accent-color);
}

@media only screen and (min-width: 768px) {
  section div.tableWrap::-webkit-scrollbar {
    height: 6px;
  }
}
.ArticleGrid {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .ArticleGrid {
    grid-template-columns: 1fr 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .ArticleGrid {
    grid-template-columns: 1fr 300px;
  }
}
.ArticleGrid {
  grid-template-rows: auto;
  align-items: start;
  gap: 3rem;
}
.ArticleGrid .HeadColumn {
  grid-column: 1;
  grid-row: 1;
}
.ArticleGrid .BodyColumn {
  grid-column: 1;
  grid-row: 2;
}
.ArticleGrid .IntroductionColumn {
  grid-column: 1;
  grid-row: 4;
}
@media only screen and (min-width: 1025px) {
  .ArticleGrid .IntroductionColumn {
    grid-row: 3;
  }
}
.ArticleGrid .DataColumn {
  position: relative;
  grid-column: 1;
  grid-row: 3;
}
@media only screen and (min-width: 1025px) {
  .ArticleGrid .DataColumn {
    grid-column: 2;
    grid-row: 1/4;
    align-self: stretch;
  }
}
.ArticleGrid .DataColumn {
  overflow: visible;
}
.ArticleGrid .DataColumn .stickyTop {
  position: sticky;
  top: var(--nav_height);
}

/*------------------------
Hero
------------------------*/
section#Hero {
  position: relative;
  height: 100vh;
  height: -webkit-fill-available;
  height: 100dvh;
  width: 100%;
}
section#Hero .Dam {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section#Hero .Dam::before {
  content: "";
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 30vh;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  transform: translate(-50%, 0);
  z-index: 1;
}
section#Hero .Dam video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#Hero .Dam .splideMain {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
section#Hero .Dam .splideMain .splide__track {
  height: 100%;
}
section#Hero .Dam .splideMain .splide__track .splide__slide {
  height: 100%;
}
section#Hero .Dam .splideMain .splide__track .splide__slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform 5s;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(1.1);
}
section#Hero .Dam .splideMain .splide__track .splide__slide.is-active img {
  transform: translate(-50%, -50%) scale(1);
}
section#Hero .inner {
  position: relative;
  height: 100%;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  align-items: end;
}
section#Hero #Features {
  position: absolute;
  left: 50%;
  bottom: var(--head-padding-length);
  width: calc(100% - (var(--head-padding-length)) * 2);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  transform: translate(-50%, 0%);
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  section#Hero #Features {
    grid-template-columns: 1fr 29vw;
    gap: 3.5vw;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  section#Hero #Features {
    gap: 3.5rem;
    grid-template-columns: 1fr 400px;
  }
}
section#Hero #Features div#Catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(0, 0);
  gap: 2vw;
  overflow: visible;
  filter: drop-shadow(0 0 0.5rem rgba(28, 54, 106, 0.5));
}
@media only screen and (min-width: 1025px) {
  section#Hero #Features div#Catch {
    gap: 1rem;
  }
}
section#Hero #Features div#Catch h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color_light);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin: 0.1em 0 -0.1em;
  font-size: 7vw;
}
@media only screen and (min-width: 769px) {
  section#Hero #Features div#Catch h2 {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 1025px) {
  section#Hero #Features div#Catch h2 {
    justify-content: left;
    font-size: 4.57vw;
  }
}
@media only screen and (min-width: 1400px) {
  section#Hero #Features div#Catch h2 {
    font-size: var(--heading_h0);
  }
}
section#Hero #Features div#Catch h2 span {
  font-size: 130%;
  line-height: 0.7;
}
section#Hero #Features div#Catch dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5vw;
}
@media only screen and (min-width: 1025px) {
  section#Hero #Features div#Catch dl {
    justify-content: left;
  }
}
@media only screen and (min-width: 1400px) {
  section#Hero #Features div#Catch dl {
    gap: 3.5rem;
  }
}
section#Hero #Features div#Catch dl div {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  z-index: 1;
  color: var(--text-color_light);
  line-height: 1;
  font-weight: 700;
}
section#Hero #Features div#Catch dl div dt {
  font-size: 1.142vw;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 1400px) {
  section#Hero #Features div#Catch dl div dt {
    font-size: 16px;
  }
}
section#Hero #Features div#Catch dl div dd {
  position: relative;
  letter-spacing: -1.6px;
  font-size: 7vw;
}
@media only screen and (min-width: 769px) {
  section#Hero #Features div#Catch dl div dd {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 1025px) {
  section#Hero #Features div#Catch dl div dd {
    font-size: 4.57vw;
  }
}
@media only screen and (min-width: 1400px) {
  section#Hero #Features div#Catch dl div dd {
    font-size: var(--heading_h0);
  }
}
section#Hero #Features div#Catch dl div dd span.more {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  display: block;
  --object-length:1.6vw;
  --object-width:0.4vw;
  width: var(--object-length);
  height: var(--object-length);
  font-size: 0;
  transform: translate(25%, -50%);
}
section#Hero #Features div#Catch dl div dd span.more::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: var(--object-length);
  height: var(--object-width);
  background: var(--accent-color);
  transform: translate(-50%, -50%);
}
section#Hero #Features div#Catch dl div dd span.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: var(--object-width);
  height: var(--object-length);
  background: var(--accent-color);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1400px) {
  section#Hero #Features div#Catch dl div dd span.more {
    --object-length:1.6rem;
    --object-width:0.4rem;
  }
}
section#Hero #Features .newsArea {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  section#Hero #Features .newsArea {
    max-width: 75vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  section#Hero #Features .newsArea {
    padding: 1rem 2rem;
  }
}
section#Hero #Features .newsArea p {
  line-height: 1;
}
section#Hero #Features .newsArea dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#Hero #Features .newsArea a:link, section#Hero #Features .newsArea a:visited {
  color: var(--text-color_light);
}
section#Hero #Features .newsArea a:link:hover, section#Hero #Features .newsArea a:visited:hover {
  color: var(--cta-color);
}

/*----------
sections
----------*/
section .inner {
  transition: opacity 0.5s;
}
section .heading_Fade {
  opacity: 1;
  transform: translateY(0);
  transition: 0.75s ease 0.75s;
}
section .imageShutter {
  transition: clip-path 0.5s ease 0.5s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
section .imageShutter.trig2 {
  transition: clip-path 0.5s ease 0.75s;
}
section .imageShutter.trig3 {
  transition: clip-path 0.5s ease 1s;
}
section .imageShutter.trig4 {
  transition: clip-path 0.5s ease 1.25s;
}
section .imageShutter.trig5 {
  transition: clip-path 0.5s ease 1.5s;
}
section .imageLeftIn {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.5s ease 0.5s, transform 1s ease 0.5s;
}
section.Weir .inner {
  opacity: 0;
}
section.Weir .heading_Fade {
  opacity: 0;
  transform: translateY(0.5em);
}
section.Weir .imageShutter {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}
section.Weir .imageLeftIn {
  opacity: 0;
  transform: translateX(-100%);
}
section .LightIssue {
  color: var(--sub-color);
}
section {
  --About-offset: 150%;
  --Artist-offset: 0;
}
@media only screen and (min-width: 769px) {
  section {
    --About-offset: 75%;
    --Artist-offset: 10%;
  }
}
section#News {
  background: var(--text-color_light);
}
section#About {
  padding-bottom: var(--About-offset);
  background: var(--sub-color);
}
@media only screen and (min-width: 769px) {
  section#About::before {
    content: "";
    padding-top: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 43.2%, 0 100%);
  }
}
section#Artist {
  margin-top: calc(var(--About-offset) * -1);
  margin-bottom: calc(var(--Artist-offset) * -1);
}
section#Artist::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  background: var(--sub-color);
  z-index: 0;
}
section#Artist a:link.Button, section#Artist a:visited.Button {
  z-index: 1;
}
section#Description {
  background: var(--sub-color);
  padding-top: var(--Artist-offset);
}
section .CrownIcon {
  font-family: var(--font-eng);
  color: var(--main-color);
  font-weight: 400;
}
section .CrownIcon:before {
  content: "\e901";
  font-family: "iconFont";
  font-weight: 100;
  font-size: 1.2em;
  vertical-align: -0.12em;
  line-height: 0.6;
  margin-right: 0.16em;
}
section .TextBox {
  width: 50%;
}
section .TextBox p {
  text-align: justify;
  line-height: 2.85714;
}
@media only screen and (max-width: 768px) {
  section .TextBox {
    line-height: 1.875;
    padding: 14px 0 62px;
  }
}
section {
  /*.MaskImageArea{
  	position: relative;
  	&::before{
  		content: "";
  		position: absolute;
  		left: 50%;
  		top: 50%;
  		width:150%;
  		height:372.68px;
  		display: block;
  		background: var(--accent-color);
  		transform: translate(-50%, -50%) rotate(-23.018deg);;
  		z-index:0;
  	}

  }*/
}
section#Audition h1 {
  line-height: 0.6;
  margin-top: 160px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  section#Audition h1 {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}
section .MainContent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  --content_gap: 0;
  gap: var(--content_gap);
  /*overflow: hidden;*/
}
@media only screen and (min-width: 769px) {
  section .MainContent {
    --content_gap: 20px;
  }
}
section .MainContent div {
  position: relative;
  z-index: 1;
}
section .MainContent div.TextArea {
  position: relative;
  flex: 0 0 calc(55% - var(--content_gap) / 2);
}
section .MainContent div.TextArea p {
  font-size: var(--heading_h5);
  line-height: 2.5;
  font-weight: 500;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  section .MainContent div.TextArea p span {
    display: inline-block;
  }
}
section .MainContent div.TextArea .LetterSpace {
  letter-spacing: 1px;
  margin-top: var(--heading_h5);
}
section .MainContent div.TextArea .LetterSpace p {
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  section .MainContent div.TextArea .LetterSpace {
    margin: 10px 0 22px;
  }
  section .MainContent div.TextArea .LetterSpace p {
    font-size: 15px;
    text-align: left;
  }
}
section .MainContent div.MaskImage01 {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  section .MainContent div.MaskImage01 {
    width: 394px;
  }
}
section .MainContent div.MaskImage01::before {
  content: "";
  display: block;
  padding-top: 85%;
}
section .MainContent div.MaskImage01 img {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 100%;
  max-width: none;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
  section .MainContent div.MaskImage01 img {
    width: 81%;
  }
}

hr.SlashBorder {
  position: relative;
  display: block;
  border: none;
  padding-top: 42.44%;
  margin-bottom: -42.44%;
  background: none;
}
hr.SlashBorder::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 42.44%;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  background: var(--accent-color);
  z-index: 1;
}

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