<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
:root {
  /* s0 : 0.5em(1文字16pxの半分の8pxの場合)
  	 s1 : 8
  	 s2 : 16
  	 s3 : 24
     s4 : 32
     s5 : 40
     s6 : 48
     s7 : 56
     s8 : 64
     s10 : 80
     s14 : 104
     s15 : 120
     s19 : 152
  */
  --s0: 0.5em;
  --s1: calc(var(--s0) * 1);
  --s2: calc(var(--s0) * 2);
  --s3: calc(var(--s0) * 3);
  --s4: calc(var(--s0) * 4);
  --s5: calc(var(--s0) * 5);
  --s6: calc(var(--s0) * 6);
  --s7: calc(var(--s0) * 7);
  --s8: calc(var(--s0) * 8);
  --s10: calc(var(--s0) * 10);
  --s13: calc(var(--s0) * 13);
  --s15: calc(var(--s0) * 15);
  --s19: calc(var(--s0) * 19);
  --s9: calc(var(--s0) * 9);
  --s11: calc(var(--s0) * 11);
  --s12: calc(var(--s0) * 12);
  --s14: calc(var(--s0) * 14);
}

:root {
  --spa: 15px;
}
@media screen and (max-width: 960px) {
  :root {
    --spa: 5.6vw;
  }
}

:root {
  --k: #000;
  --k2: #333;
  --k3: #555;
  --w: #fff;
  --g1: #f0eeeb;
  --g2: #707070;
  --g3: #ccc;
  --g4: #aaa;
  --g5: #777;
  --g6: #666;
  --c1: #00a894;
  --c2: #1d443b;
  --c3: #d8695d;
  --c4: #50cc85;
  --c5: #b277e0;
  --c6: #e0c332;
  --cCaution: #e20c0c;
}

:root {
  --fzS: 1.4rem;
  --fz: 1.6rem;
  --fzM: 1.8rem;
  --fzL: 2rem;
}
@media screen and (max-width: 960px) {
  :root {
    --fzS: 1.3rem;
    --fz: 1.5rem;
    --fzM: 1.7rem;
    --fzL: 1.9rem;
  }
}

:root {
  --lhS: 1.4;
  --lh: 1.8;
  --lhL: 2.4;
}
@media screen and (max-width: 960px) {
  :root {
    --lhS: 1.4;
    --lh: 1.8;
    --lhL: 2.4;
  }
}

:root {
  --font1: "Poppins", sans-serif;
  --font2: "Roboto", sans-serif;
}

:root {
  --header-height: 120px;
}
@media screen and (max-width: 960px) {
  :root {
    --header-height: 60px;
  }
}

:root {
  --bdrs1: 4px;
  --bdrs2: 6px;
  --opacity: 0.5;
  --bxs1: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  --bxs2: 0px -6px 0px -2px rgba(0, 0, 0, 0.2) inset;
  --txs1: 0px 0px 12px rgba(0, 0, 0, 0.6);
  --grd1: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
}

:root {
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --linear: cubic-bezier(0, 0, 1, 1);
  --In: cubic-bezier(0.42, 0, 1, 1);
  --Out: cubic-bezier(0, 0, 0.58, 1);
  --InOut: cubic-bezier(0.42, 0, 0.58, 1);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --time: 200ms;
  --transition: all var(--time) var(--Out);
  --ease1: all var(--time) var(--ease);
  --ease2: all var(--time) cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease3: all var(--time) var(--easeInOutCubic);
}

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.firstload {
  transition: 0s !important;
}

.mb30 {
  margin-bottom: 30px;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: var(--fz);
  color: var(--k);
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.lang-en {
  font-family: "Poppins", sans-serif;
}
body.lang-cn {
  font-family: "Noto Sans SC", sans-serif;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

.modal-container {
  width: 100%;
  box-sizing: border-box;
  max-width: calc(1000px + var(--spa) * 2);
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .modal-container {
    max-width: unset;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 960px) {
  .modal .container {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .modal {
    padding: 15px;
  }
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-close-btn {
  position: absolute;
  right: 10px;
  top: -50px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 2;
  font-size: 5rem;
  line-height: 40px;
  font-weight: 400;
  color: var(--w);
  text-align: right;
}
@media screen and (max-width: 960px) {
  .modal-close-btn {
    font-size: 2rem;
    right: 0;
    color: var(--k);
    top: 0px;
  }
}
.modal-content {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  background-color: #F0EEEB;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  max-height: calc(100vh - 8vw);
  padding: 40px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .modal-content {
    max-height: 90vh;
  }
}
.modal-content-inner {
  padding: 30px 0;
}
.modal-content-inner h3 {
  line-height: 1.5;
}
.modal-heading {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .modal-heading {
    flex-flow: column-reverse;
  }
}
.modal-left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .modal-left {
    width: 100%;
  }
}
.modal-left img {
  max-width: 280px;
}
@media screen and (max-width: 960px) {
  .modal-left img {
    max-width: 240px;
  }
}
.modal-right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .modal-right {
    width: 100%;
    margin-bottom: 50px;
  }
}
.modal-right img {
  max-width: 220px;
}
@media screen and (max-width: 960px) {
  .modal-right img {
    max-width: 160px;
  }
}
.modal-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 530px;
  margin: 0px auto;
  background-color: #1D443B;
  color: var(--w);
  font-family: var(--font1);
  height: 70px;
  border-radius: 35px;
  font-size: 1rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .modal-footer a {
    height: 55px;
  }
}
.modal-footer a::after {
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 960px) {
  .modal-footer a::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.modal-footer a:hover {
  opacity: 0.8;
}
.modal-footer a:hover::after {
  right: 30px;
}
@media screen and (max-width: 960px) {
  .modal-footer a:hover::after {
    right: 15px;
  }
}</pre></body></html>