@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:ital,wght@0,500;0,700;1,300&display=swap");
/* line 168, ../../src/sass/_option.scss */
.stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff 0, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 10px);
  background: repeating-linear-gradient(-45deg, #cce7ff 0, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 10px);
}

/* line 171, ../../src/sass/_option.scss */
.stripe2 {
  background: -webkit-repeating-linear-gradient(-90deg, #eef 0, #eef 5px, #fff 5px, #fff 10px);
  background: repeating-linear-gradient(-90deg, #eef 0, #eef 5px, #fff 5px, #fff 10px);
}

/* line 178, ../../src/sass/_option.scss */
.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 186, ../../src/sass/_option.scss */
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
  color: #999999;
}

/* line 195, ../../src/sass/_option.scss */
.progressbar li:before {
  display: block;
  width: 24px;
  height: 24px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  border: 2px solid #43425D;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/* line 208, ../../src/sass/_option.scss */
.progressbar li:after {
  position: absolute;
  z-index: 0;
  top: 18px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #43425D;
}

/* line 218, ../../src/sass/_option.scss */
.progressbar li:first-child:after {
  content: none;
}

/* line 221, ../../src/sass/_option.scss */
.progressbar li.active,
.progressbar li.complete {
  color: #43425D;
}

/* line 227, ../../src/sass/_option.scss */
.progressbar li.active span:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #43425D;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 12px);
  -ms-transform: translate(-50%, 12px);
  -webkit-transform: translate(-50%, 12px);
  transform: translate(-50%, 12px);
  z-index: 2;
}

/* line 241, ../../src/sass/_option.scss */
.progressbar li.active:before,
.progressbar li.complete:before {
  border: 2px solid #43425D;
  background-color: #fff;
}

/* line 250, ../../src/sass/_option.scss */
.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #43425D;
}

/* line 11, ../../src/sass/common.scss */
:root {
  --vw: 1vw;
}

/* line 19, ../../src/sass/_font.scss */
p.hb-mgn, img.hb-mgn, ul.hb-mgn, ol.hb-mgn, dl.hb-mgn, div.hb-mgn, table.hb-mgn, form.hb-mgn, figure.hb-mgn, label.hb-mgn, hr.hb-mgn {
  margin-bottom: 8rem;
}

/* line 25, ../../src/sass/_font.scss */
.wysiwyg p.hb-mgn, .wysiwyg img.hb-mgn, .wysiwyg ul.hb-mgn, .wysiwyg ol.hb-mgn, .wysiwyg dl.hb-mgn, .wysiwyg div.hb-mgn, .wysiwyg table.hb-mgn, .wysiwyg form.hb-mgn, .wysiwyg figure.hb-mgn, .wysiwyg label.hb-mgn, .wysiwyg hr.hb-mgn {
  margin-bottom: 4rem;
}

/* line 31, ../../src/sass/_font.scss */
html {
  font-size: 62.5%;
  color: #000;
}

/* line 36, ../../src/sass/_font.scss */
body {
  -webkit-text-size-adjust: 100%;
}
/* line 38, ../../src/sass/_font.scss */
body.initial * {
  transition: none !important;
}

/* line 43, ../../src/sass/_font.scss */
body {
  font-size: min(calc( var(--vw) * 3.05085 ),18px);
  word-wrap: normal;
}
@media screen and (max-width: 530px) {
  /* line 43, ../../src/sass/_font.scss */
  body {
    font-size: min(calc( var(--vw) * 3.39623 ),18px);
  }
}

/* line 68, ../../src/sass/_font.scss */
.lang-ja {
  font-family: 'Noto Sans JP', sans-serif;
}

/* line 76, ../../src/sass/_font.scss */
.lang-en {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* line 79, ../../src/sass/_font.scss */
.lang-zh-cmn-Hans {
  font-family: "Microsoft Yahei","PingHei" ,"sans-serif";
}

/* line 82, ../../src/sass/_font.scss */
.lang-zh-cmn-Hant {
  font-family: "Microsoft JhengHei", "微軟正黑體", 'PMingLiU' , sans-serif;
}

/* line 85, ../../src/sass/_font.scss */
.lang-ko {
  font-family: "Malgun Gothic","Yoon Gothic","sans-serif";
}

/* line 88, ../../src/sass/_font.scss */
.lang-fr {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* line 5, ../../src/sass/_font-inner.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* line 15, ../../src/sass/_font-inner.scss */
h1,
.h1 {
  font-size: min(calc( var(--vw) * 5.76271 ),34px);
  margin: 0 0 1em;
}
@media screen and (max-width: 530px) {
  /* line 15, ../../src/sass/_font-inner.scss */
  h1,
  .h1 {
    font-size: min(calc( var(--vw) * 5.66038 ),30px);
  }
}

/* line 20, ../../src/sass/_font-inner.scss */
h2,
.h2 {
  font-size: min(calc( var(--vw) * 5.08475 ),30px);
  margin: 0 0 1em;
}
@media screen and (max-width: 530px) {
  /* line 20, ../../src/sass/_font-inner.scss */
  h2,
  .h2 {
    font-size: min(calc( var(--vw) * 4.90566 ),26px);
  }
}

/* line 25, ../../src/sass/_font-inner.scss */
h3,
.h3 {
  font-size: min(calc( var(--vw) * 4.40678 ),26px);
  margin: 0 0 1em;
}
@media screen and (max-width: 530px) {
  /* line 25, ../../src/sass/_font-inner.scss */
  h3,
  .h3 {
    font-size: min(calc( var(--vw) * 4.15094 ),22px);
  }
}

/* line 30, ../../src/sass/_font-inner.scss */
h4,
.h4 {
  font-size: min(calc( var(--vw) * 3.72881 ),22px);
  margin: 0 0 1em;
}
@media screen and (max-width: 530px) {
  /* line 30, ../../src/sass/_font-inner.scss */
  h4,
  .h4 {
    font-size: min(calc( var(--vw) * 3.39623 ),18px);
  }
}

/* line 35, ../../src/sass/_font-inner.scss */
h5,
.h5 {
  font-size: min(calc( var(--vw) * 3.05085 ),18px);
  margin: 0 0 1em;
}
@media screen and (max-width: 530px) {
  /* line 35, ../../src/sass/_font-inner.scss */
  h5,
  .h5 {
    font-size: min(calc( var(--vw) * 2.64151 ),14px);
  }
}

/* line 40, ../../src/sass/_font-inner.scss */
h6,
.h6 {
  font-size: min(calc( var(--vw) * 2.71186 ),16px);
  margin: 0 0 1em;
}
@media screen and (max-width: 530px) {
  /* line 40, ../../src/sass/_font-inner.scss */
  h6,
  .h6 {
    font-size: min(calc( var(--vw) * 2.26415 ),12px);
  }
}

/* line 49, ../../src/sass/_font-inner.scss */
p {
  line-height: 1.8;
  margin: 0 0 1em;
}

/* line 57, ../../src/sass/_font-inner.scss */
strong {
  font-weight: bold;
}

/* line 64, ../../src/sass/_font-inner.scss */
.aka {
  color: #ff013a;
}

/* line 71, ../../src/sass/_font-inner.scss */
a {
  text-decoration: underline;
}
/* line 73, ../../src/sass/_font-inner.scss */
a:focus, a:hover {
  text-decoration: none;
}

@media screen and (max-width: 970px) {
  /* line 12, ../../src/sass/_basic.scss */
  .r-menu,
  .l-menu {
    display: none;
  }
}
/* line 31, ../../src/sass/_basic.scss */
body {
  overscroll-behavior: none;
  width: 100%;
}
/* line 36, ../../src/sass/_basic.scss */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 530px) {
  /* line 42, ../../src/sass/_basic.scss */
  body.is-active {
    left: 0;
  }
}

/* line 57, ../../src/sass/_basic.scss */
a.onPurun:hover img {
  animation: purun 0.8s linear 0s infinite;
}

/* line 64, ../../src/sass/_basic.scss */
a.snsBtn:hover {
  animation: purun 0.8s linear 0s infinite;
}

/* line 74, ../../src/sass/_basic.scss */
#btmFixed {
  background-color: #181827;
  color: #fff;
  width: min(calc( var(--vw) * 100 ),530px);
  height: min(calc( var(--vw) * 22.64151 ),120px);
  position: fixed;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
  overflow: hidden;
}
/* line 86, ../../src/sass/_basic.scss */
#btmFixed .contArea {
  padding: min(calc( var(--vw) * 3.77358 ),20px);
}
/* line 88, ../../src/sass/_basic.scss */
#btmFixed .contArea #btmSlide {
  width: min(calc( var(--vw) * 73.96226 ),392px);
  height: min(calc( var(--vw) * 15.09434 ),80px);
  overflow: hidden;
}
/* line 94, ../../src/sass/_basic.scss */
#btmFixed #hamBtn {
  position: absolute;
  top: min(calc( var(--vw) * 3.77358 ),20px);
  right: min(calc( var(--vw) * 3.77358 ),20px);
  cursor: pointer;
}
/* line 99, ../../src/sass/_basic.scss */
#btmFixed #hamBtn .close {
  display: none;
}
/* line 103, ../../src/sass/_basic.scss */
#btmFixed #hamBtn.is-active .close {
  display: block;
}
/* line 104, ../../src/sass/_basic.scss */
#btmFixed #hamBtn.is-active .open {
  display: none;
}
@media screen and (max-width: 530px) {
  /* line 94, ../../src/sass/_basic.scss */
  #btmFixed #hamBtn {
    width: min(calc( var(--vw) * 15.09434 ),80px);
    height: min(calc( var(--vw) * 15.09434 ),80px);
  }
}

@keyframes hamIn {
  0% {
    top: 110svh;
  }
  50% {
    top: 0;
  }
  55% {
    top: 80px;
  }
  60% {
    top: 0;
  }
  65% {
    top: 40px;
  }
  70% {
    top: 0;
  }
  75% {
    top: 20px;
  }
  80% {
    top: 0;
  }
  85% {
    top: 10px;
  }
  90% {
    top: 0;
  }
  95% {
    top: 6px;
  }
  96% {
    top: 0;
  }
  97% {
    top: 3px;
  }
  98% {
    top: 0;
  }
  99% {
    top: 1px;
  }
  100% {
    top: 0;
  }
}
/* line 141, ../../src/sass/_basic.scss */
.video {
  position: relative;
}
/* line 143, ../../src/sass/_basic.scss */
.video video {
  width: 100%;
  height: 100%;
}
/* line 146, ../../src/sass/_basic.scss */
.video .poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 170, ../../src/sass/_basic.scss */
#hamMenu {
  width: min(calc( var(--vw) * 100 ),530px);
  height: calc(100svh - 110px);
  position: fixed;
  z-index: 90;
  top: 110svh;
  left: calc(50% - 265px);
  overflow-y: auto;
  padding-bottom: min(calc( var(--vw) * 9.43396 ),50px);
  padding-top: min(calc( var(--vw) * 4.90566 ),26px);
  background-image: url(../img/menu/menu_bk.jpg);
  background-position: center top;
  background-size: 102%;
  background-repeat: repeat-y;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 187, ../../src/sass/_basic.scss */
#hamMenu.is-active {
  top: 0;
}
@media screen and (min-width: 531px) {
  /* line 187, ../../src/sass/_basic.scss */
  #hamMenu.is-active {
    animation: hamIn 0.6s ease-out 0s 1;
  }
}
/* line 193, ../../src/sass/_basic.scss */
#hamMenu .logo {
  display: inline-block;
  width: min(calc( var(--vw) * 37.73585 ),200px);
}
/* line 197, ../../src/sass/_basic.scss */
#hamMenu .menues {
  text-align: left;
  padding: min(calc( var(--vw) * 7.54717 ),40px) min(calc( var(--vw) * 3.77358 ),20px);
}
/* line 200, ../../src/sass/_basic.scss */
#hamMenu .menues .menu {
  display: block;
  margin-bottom: min(calc( var(--vw) * 7.54717 ),40px);
}
/* line 203, ../../src/sass/_basic.scss */
#hamMenu .menues .menu.sec {
  margin-bottom: min(calc( var(--vw) * 3.77358 ),20px);
}
/* line 207, ../../src/sass/_basic.scss */
#hamMenu .menues .subMenues {
  position: relative;
  margin-bottom: min(calc( var(--vw) * 3.77358 ),20px);
}
/* line 210, ../../src/sass/_basic.scss */
#hamMenu .menues .subMenues .submenu {
  border-top: 1px solid #fff;
  position: relative;
}
/* line 213, ../../src/sass/_basic.scss */
#hamMenu .menues .subMenues .submenu:last-of-type {
  border-bottom: 1px solid #fff;
}
/* line 216, ../../src/sass/_basic.scss */
#hamMenu .menues .subMenues .submenu a {
  display: block;
  padding: min(calc( var(--vw) * 3.77358 ),20px) min(calc( var(--vw) * 5.66038 ),30px);
}
/* line 219, ../../src/sass/_basic.scss */
#hamMenu .menues .subMenues .submenu a:after {
  content: "";
  background-image: url(../img/menu/menu_chervon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(calc( var(--vw) * 3.20755 ),17px);
  height: min(calc( var(--vw) * 4.5283 ),24px);
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/* line 233, ../../src/sass/_basic.scss */
#hamMenu .menues .subMenues .submenu a:hover img.smenu {
  animation: purun 0.8s linear 0s infinite;
}
/* line 236, ../../src/sass/_basic.scss */
#hamMenu .menues .subMenues .submenu a:hover:not(.noPurun):after {
  animation: linkGo 0.8s linear 0s infinite;
}
/* line 245, ../../src/sass/_basic.scss */
#hamMenu .followMe {
  width: 100%;
}
/* line 250, ../../src/sass/_basic.scss */
#hamMenu .followMe .flex .mds {
  width: 100%;
  text-align: center;
}
/* line 254, ../../src/sass/_basic.scss */
#hamMenu .followMe .flex .icon {
  align-self: center;
  margin: 0 0.5em;
}
@media screen and (max-width: 530px) {
  /* line 170, ../../src/sass/_basic.scss */
  #hamMenu {
    width: 100%;
    height: 100svh;
    left: 0;
    padding-top: calc( var(--vw) * 26.41509 );
  }
  /* line 266, ../../src/sass/_basic.scss */
  #hamMenu.is-active {
    top: calc( var(--vw) * -20.75472 );
  }
}

/* line 275, ../../src/sass/_basic.scss */
#retTop {
  width: min(calc( var(--vw) * 16.60377 ),88px);
  height: min(calc( var(--vw) * 33.01887 ),175px);
  position: fixed;
  bottom: min(calc( var(--vw) * 22.64151 ),120px);
  left: calc(50% + 265px + 10px);
  z-index: 2;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 286, ../../src/sass/_basic.scss */
#retTop.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: pointer;
}
@media screen and (max-width: 530px) {
  /* line 275, ../../src/sass/_basic.scss */
  #retTop {
    left: unset;
    right: 10px;
  }
}

/* line 302, ../../src/sass/_basic.scss */
section#outer {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 311, ../../src/sass/_basic.scss */
section#mainArea {
  position: relative;
  padding-top: 0;
  padding-bottom: min(calc( var(--vw) * 22.64151 ),120px);
  z-index: 1;
  background-color: transparent;
  width: 530px;
  margin: 0 auto;
  margin-bottom: -20px;
  min-height: 100svh;
  background-color: #fff;
}
@media screen and (max-width: 530px) {
  /* line 311, ../../src/sass/_basic.scss */
  section#mainArea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 328, ../../src/sass/_basic.scss */
section#mainArea.contentBg {
  background-image: url(../img/news/news_bk.jpg);
  background-size: 101% auto;
  background-position: center top;
  background-repeat: repeat-y;
}
/* line 334, ../../src/sass/_basic.scss */
section#mainArea .share {
  position: relative;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -40px;
}
@media screen and (max-width: 530px) {
  /* line 334, ../../src/sass/_basic.scss */
  section#mainArea .share {
    top: calc( var(--vw) * -7.54717 );
  }
}
/* line 341, ../../src/sass/_basic.scss */
section#mainArea .share.entry {
  top: 20px;
  margin-bottom: min(calc( var(--vw) * 11.32075 ),60px);
}
@media screen and (max-width: 530px) {
  /* line 341, ../../src/sass/_basic.scss */
  section#mainArea .share.entry {
    top: calc( var(--vw) * 3.77358 );
  }
}
/* line 348, ../../src/sass/_basic.scss */
section#mainArea .share .snsBtn {
  position: relative;
  background-color: #D7FC52;
  text-align: center;
  width: min(calc( var(--vw) * 15.09434 ),80px);
  height: min(calc( var(--vw) * 15.09434 ),80px);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 357, ../../src/sass/_basic.scss */
section#mainArea .share .snsBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 365, ../../src/sass/_basic.scss */
section#mainArea .contWrap {
  padding-bottom: 40px;
  width: 530px;
  padding-top: 1px;
  background-color: #fff;
}
@media screen and (max-width: 530px) {
  /* line 365, ../../src/sass/_basic.scss */
  section#mainArea .contWrap {
    width: 100%;
  }
}
/* line 375, ../../src/sass/_basic.scss */
section#mainArea .contWrap .newsList .news {
  color: #000;
  font-weight: bold;
  margin-bottom: min(calc( var(--vw) * 4.90566 ),26px);
}
/* line 378, ../../src/sass/_basic.scss */
section#mainArea .contWrap .newsList .news .date {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: none;
  padding: 0.6em 1em;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
/* line 386, ../../src/sass/_basic.scss */
section#mainArea .contWrap .newsList .news .title {
  color: #000;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em 1em;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 396, ../../src/sass/_basic.scss */
section#mainArea .contWrap .newsList .news a.title:hover {
  background-color: #D7FC52;
}
/* line 400, ../../src/sass/_basic.scss */
section#mainArea .contWrap .newsList .news .naiyou {
  color: #000;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  border-top: none;
  padding: 1em 1em;
  text-decoration: none;
  font-weight: normal;
}
/* line 409, ../../src/sass/_basic.scss */
section#mainArea .contWrap .newsList .news .naiyou.kotei {
  border-top: 1px solid #000;
}
/* line 417, ../../src/sass/_basic.scss */
section#mainArea .contWrap#news {
  background: transparent;
  min-height: 80svh;
  padding-top: min(calc( var(--vw) * 9.43396 ),50px);
}
@media screen and (max-width: 530px) {
  /* line 417, ../../src/sass/_basic.scss */
  section#mainArea .contWrap#news {
    min-height: 100svh;
  }
}
/* line 426, ../../src/sass/_basic.scss */
section#mainArea .contWrap#ftSec .umk {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  margin-top: min(calc( var(--vw) * 8.47458 ),50px);
}
/* line 431, ../../src/sass/_basic.scss */
section#mainArea .contWrap#ftSec .umk img {
  width: 210px;
}
/* line 435, ../../src/sass/_basic.scss */
section#mainArea .contWrap#ftSec .copy {
  font-size: min(calc( var(--vw) * 2.54237 ),15px);
}
@media screen and (max-width: 530px) {
  /* line 435, ../../src/sass/_basic.scss */
  section#mainArea .contWrap#ftSec .copy {
    font-size: min(calc( var(--vw) * 2.83019 ),15px);
  }
}

/* line 442, ../../src/sass/_basic.scss */
section#backgroundArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: #666;
  z-index: 0;
  background-image: url(../img/bk.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 530px) {
  /* line 442, ../../src/sass/_basic.scss */
  section#backgroundArea {
    display: none;
  }
}
/* line 457, ../../src/sass/_basic.scss */
section#backgroundArea .obi {
  width: 200vw;
  height: min(calc( var(--vw) * 10.16949 ),60px);
  color: #fff;
  line-height: 1;
  background-position: left center;
  background-size: min(calc( var(--vw) * 35.59322 ),210px) min(calc( var(--vw) * 8.98305 ),53px);
  background-repeat: repeat-x;
  animation: scroll-anim 5s linear infinite;
  background-image: url(../img/text_animation.svg);
  position: fixed;
}
/* line 468, ../../src/sass/_basic.scss */
section#backgroundArea .obi.green {
  background-color: #36D268;
  transform: rotate(-40deg);
  top: -13%;
  left: -70%;
}
/* line 474, ../../src/sass/_basic.scss */
section#backgroundArea .obi.blue {
  background-color: #3774FA;
  transform: rotate(-15deg);
  top: -9%;
  left: -50%;
}
@media screen and (max-width: 1500px) {
  /* line 457, ../../src/sass/_basic.scss */
  section#backgroundArea .obi {
    height: 30px;
    background-size: 105px 26px;
    animation: scroll-anim-s 5s linear infinite;
  }
}
@keyframes scroll-anim {
  100% {
    background-position: -420px center;
  }
}
@keyframes scroll-anim-s {
  100% {
    background-position: -210px center;
  }
}
/* line 500, ../../src/sass/_basic.scss */
section#backgroundArea #lSide {
  width: calc(50vw - 265px);
  position: fixed;
  height: 100svh;
  right: 50%;
  top: 0;
  -moz-transform: translate(-265px, 0);
  -ms-transform: translate(-265px, 0);
  -webkit-transform: translate(-265px, 0);
  transform: translate(-265px, 0);
}
/* line 510, ../../src/sass/_basic.scss */
section#backgroundArea #lSide .neon {
  width: 637px;
  height: 520px;
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translate(0, -480px);
  -ms-transform: translate(0, -480px);
  -webkit-transform: translate(0, -480px);
  transform: translate(0, -480px);
  z-index: 2;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1470px) {
  /* line 510, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .neon {
    -moz-transform: translate(140px, -480px) scale(0.65);
    -ms-transform: translate(140px, -480px) scale(0.65);
    -webkit-transform: translate(140px, -480px) scale(0.65);
    transform: translate(140px, -480px) scale(0.65);
  }
}
@media screen and (max-height: 830px) {
  /* line 510, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .neon {
    -moz-transform: translate(140px, -420px) scale(0.65);
    -ms-transform: translate(140px, -420px) scale(0.65);
    -webkit-transform: translate(140px, -420px) scale(0.65);
    transform: translate(140px, -420px) scale(0.65);
  }
}
@media screen and (max-width: 1190px) {
  /* line 510, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .neon {
    -moz-transform: translate(180px, -400px) scale(0.65);
    -ms-transform: translate(180px, -400px) scale(0.65);
    -webkit-transform: translate(180px, -400px) scale(0.65);
    transform: translate(180px, -400px) scale(0.65);
  }
}
@media screen and (max-width: 970px) {
  /* line 510, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .neon {
    -moz-transform: translate(220px, -50%) scale(0.5);
    -ms-transform: translate(220px, -50%) scale(0.5);
    -webkit-transform: translate(220px, -50%) scale(0.5);
    transform: translate(220px, -50%) scale(0.5);
  }
}
/* line 533, ../../src/sass/_basic.scss */
section#backgroundArea #lSide .l-menu {
  position: fixed;
  width: 450px;
  bottom: 50%;
  right: 55px;
  z-index: 3;
  -moz-transform: translate(0, 450px);
  -ms-transform: translate(0, 450px);
  -webkit-transform: translate(0, 450px);
  transform: translate(0, 450px);
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-height: 830px) {
  /* line 533, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .l-menu {
    -moz-transform: translate(70px, 300px) scale(0.7);
    -ms-transform: translate(70px, 300px) scale(0.7);
    -webkit-transform: translate(70px, 300px) scale(0.7);
    transform: translate(70px, 300px) scale(0.7);
  }
}
@media screen and (max-width: 1560px) {
  /* line 533, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .l-menu {
    right: 20px;
  }
}
@media screen and (max-width: 1470px) {
  /* line 533, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .l-menu {
    -moz-transform: translate(70px, 300px) scale(0.7);
    -ms-transform: translate(70px, 300px) scale(0.7);
    -webkit-transform: translate(70px, 300px) scale(0.7);
    transform: translate(70px, 300px) scale(0.7);
  }
}
@media screen and (max-width: 1190px) {
  /* line 533, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .l-menu {
    -moz-transform: translate(116px, 300px) scale(0.55);
    -ms-transform: translate(116px, 300px) scale(0.55);
    -webkit-transform: translate(116px, 300px) scale(0.55);
    transform: translate(116px, 300px) scale(0.55);
    right: 10px;
  }
}
/* line 554, ../../src/sass/_basic.scss */
section#backgroundArea #lSide .l-menu .lm {
  display: block;
  margin-bottom: 30px;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-height: 830px) {
  /* line 554, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .l-menu .lm {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1190px) {
  /* line 554, ../../src/sass/_basic.scss */
  section#backgroundArea #lSide .l-menu .lm {
    margin-bottom: 20px;
  }
}
/* line 564, ../../src/sass/_basic.scss */
section#backgroundArea #lSide .l-menu .lm img {
  height: 50px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 580, ../../src/sass/_basic.scss */
section#backgroundArea .r-deco2 {
  width: 634px;
  height: 551px;
  position: fixed;
  right: -180px;
  top: -130px;
  z-index: 1;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1470px) {
  /* line 580, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco2 {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    top: -150px;
  }
}
/* line 597, ../../src/sass/_basic.scss */
section#backgroundArea #rSide {
  width: calc(50vw - 265px);
  position: fixed;
  height: 100svh;
  left: 50%;
  top: 0;
  -moz-transform: translate(265px, 0);
  -ms-transform: translate(265px, 0);
  -webkit-transform: translate(265px, 0);
  transform: translate(265px, 0);
}
/* line 608, ../../src/sass/_basic.scss */
section#backgroundArea .r-deco1 {
  width: 330px;
  height: 212px;
  position: absolute;
  left: 40px;
  top: 50%;
  -moz-transform: translate(0, -488px);
  -ms-transform: translate(0, -488px);
  -webkit-transform: translate(0, -488px);
  transform: translate(0, -488px);
  z-index: 2;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-height: 830px) {
  /* line 608, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco1 {
    -moz-transform: translate(0, -350px) scale(0.7);
    -ms-transform: translate(0, -350px) scale(0.7);
    -webkit-transform: translate(0, -350px) scale(0.7);
    transform: translate(0, -350px) scale(0.7);
  }
}
@media screen and (max-width: 1280px) {
  /* line 608, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco1 {
    -moz-transform: translate(-90px, -480px) scale(0.7);
    -ms-transform: translate(-90px, -480px) scale(0.7);
    -webkit-transform: translate(-90px, -480px) scale(0.7);
    transform: translate(-90px, -480px) scale(0.7);
  }
}
@media screen and (max-width: 1190px) {
  /* line 608, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco1 {
    -moz-transform: translate(-50px, -350px) scale(0.7);
    -ms-transform: translate(-50px, -350px) scale(0.7);
    -webkit-transform: translate(-50px, -350px) scale(0.7);
    transform: translate(-50px, -350px) scale(0.7);
    left: 20px;
  }
}
@media screen and (max-width: 970px) {
  /* line 608, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco1 {
    -moz-transform: translate(-80px, -140%) scale(0.6);
    -ms-transform: translate(-80px, -140%) scale(0.6);
    -webkit-transform: translate(-80px, -140%) scale(0.6);
    transform: translate(-80px, -140%) scale(0.6);
  }
}
/* line 632, ../../src/sass/_basic.scss */
section#backgroundArea .r-deco3 {
  width: 351px;
  height: 229px;
  position: absolute;
  left: 160px;
  bottom: 50%;
  -moz-transform: translate(218px, -252px);
  -ms-transform: translate(218px, -252px);
  -webkit-transform: translate(218px, -252px);
  transform: translate(218px, -252px);
  z-index: 2;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-height: 830px) {
  /* line 632, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco3 {
    -moz-transform: translate(108px, -112px) scale(0.7);
    -ms-transform: translate(108px, -112px) scale(0.7);
    -webkit-transform: translate(108px, -112px) scale(0.7);
    transform: translate(108px, -112px) scale(0.7);
  }
}
@media screen and (max-width: 1280px) {
  /* line 632, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco3 {
    -moz-transform: translate(-40px, -222px) scale(0.6);
    -ms-transform: translate(-40px, -222px) scale(0.6);
    -webkit-transform: translate(-40px, -222px) scale(0.6);
    transform: translate(-40px, -222px) scale(0.6);
  }
}
@media screen and (max-width: 1190px) {
  /* line 632, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco3 {
    -moz-transform: translate(-50px, -200px) scale(0.6);
    -ms-transform: translate(-50px, -200px) scale(0.6);
    -webkit-transform: translate(-50px, -200px) scale(0.6);
    transform: translate(-50px, -200px) scale(0.6);
    left: 20px;
  }
}
@media screen and (max-width: 970px) {
  /* line 632, ../../src/sass/_basic.scss */
  section#backgroundArea .r-deco3 {
    -moz-transform: translate(-80px, 140%) scale(0.6);
    -ms-transform: translate(-80px, 140%) scale(0.6);
    -webkit-transform: translate(-80px, 140%) scale(0.6);
    transform: translate(-80px, 140%) scale(0.6);
  }
}
/* line 658, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu {
  width: 436px;
  height: 536px;
  position: absolute;
  left: 110px;
  top: 50%;
  z-index: 3;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-height: 830px) {
  /* line 658, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu {
    -moz-transform: translate(-50px, -50%) scale(0.7);
    -ms-transform: translate(-50px, -50%) scale(0.7);
    -webkit-transform: translate(-50px, -50%) scale(0.7);
    transform: translate(-50px, -50%) scale(0.7);
  }
}
@media screen and (max-width: 1560px) {
  /* line 658, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu {
    left: 50px;
  }
}
@media screen and (max-width: 1190px) {
  /* line 658, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu {
    -moz-transform: translate(-50px, -50%) scale(0.7);
    -ms-transform: translate(-50px, -50%) scale(0.7);
    -webkit-transform: translate(-50px, -50%) scale(0.7);
    transform: translate(-50px, -50%) scale(0.7);
    left: 20px;
  }
}
/* line 678, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu a.junbi .on {
  display: none;
}
/* line 680, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu a.junbi:hover .off {
  display: none;
}
/* line 681, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu a.junbi:hover .on {
  display: block;
}
/* line 684, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm {
  display: inline-block;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 688, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm01 {
  -moz-transform: translate(13px, 14px) rotate(-10deg);
  -ms-transform: translate(13px, 14px) rotate(-10deg);
  -webkit-transform: translate(13px, 14px) rotate(-10deg);
  transform: translate(13px, 14px) rotate(-10deg);
}
/* line 690, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm01:hover {
  -moz-transform: translate(13px, 14px) rotate(5deg);
  -ms-transform: translate(13px, 14px) rotate(5deg);
  -webkit-transform: translate(13px, 14px) rotate(5deg);
  transform: translate(13px, 14px) rotate(5deg);
}
/* line 694, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm02 {
  -moz-transform: translate(120px, 24px) rotate(-8deg);
  -ms-transform: translate(120px, 24px) rotate(-8deg);
  -webkit-transform: translate(120px, 24px) rotate(-8deg);
  transform: translate(120px, 24px) rotate(-8deg);
}
/* line 696, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm02:hover {
  -moz-transform: translate(120px, 24px) rotate(4deg);
  -ms-transform: translate(120px, 24px) rotate(4deg);
  -webkit-transform: translate(120px, 24px) rotate(4deg);
  transform: translate(120px, 24px) rotate(4deg);
}
@media screen and (max-width: 1390px) {
  /* line 694, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu .rm02 {
    -moz-transform: translate(50px, 34px) rotate(-8deg);
    -ms-transform: translate(50px, 34px) rotate(-8deg);
    -webkit-transform: translate(50px, 34px) rotate(-8deg);
    transform: translate(50px, 34px) rotate(-8deg);
  }
  /* line 701, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu .rm02:hover {
    -moz-transform: translate(50px, 34px) rotate(4deg);
    -ms-transform: translate(50px, 34px) rotate(4deg);
    -webkit-transform: translate(50px, 34px) rotate(4deg);
    transform: translate(50px, 34px) rotate(4deg);
  }
}
/* line 706, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm03 {
  -moz-transform: translate(0px, 63px) rotate(-10deg);
  -ms-transform: translate(0px, 63px) rotate(-10deg);
  -webkit-transform: translate(0px, 63px) rotate(-10deg);
  transform: translate(0px, 63px) rotate(-10deg);
}
/* line 708, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm03:hover {
  -moz-transform: translate(0px, 63px) rotate(5deg);
  -ms-transform: translate(0px, 63px) rotate(5deg);
  -webkit-transform: translate(0px, 63px) rotate(5deg);
  transform: translate(0px, 63px) rotate(5deg);
}
/* line 712, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm04 {
  -moz-transform: translate(113px, 76px) rotate(-8deg);
  -ms-transform: translate(113px, 76px) rotate(-8deg);
  -webkit-transform: translate(113px, 76px) rotate(-8deg);
  transform: translate(113px, 76px) rotate(-8deg);
}
/* line 714, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm04:hover {
  -moz-transform: translate(113px, 76px) rotate(4deg);
  -ms-transform: translate(113px, 76px) rotate(4deg);
  -webkit-transform: translate(113px, 76px) rotate(4deg);
  transform: translate(113px, 76px) rotate(4deg);
}
@media screen and (max-width: 1390px) {
  /* line 712, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu .rm04 {
    -moz-transform: translate(23px, 90px) rotate(-8deg);
    -ms-transform: translate(23px, 90px) rotate(-8deg);
    -webkit-transform: translate(23px, 90px) rotate(-8deg);
    transform: translate(23px, 90px) rotate(-8deg);
  }
  /* line 719, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu .rm04:hover {
    -moz-transform: translate(23px, 90px) rotate(4deg);
    -ms-transform: translate(23px, 90px) rotate(4deg);
    -webkit-transform: translate(23px, 90px) rotate(4deg);
    transform: translate(23px, 90px) rotate(4deg);
  }
}
/* line 724, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm05 {
  -moz-transform: translate(14px, 124px) rotate(-12deg);
  -ms-transform: translate(14px, 124px) rotate(-12deg);
  -webkit-transform: translate(14px, 124px) rotate(-12deg);
  transform: translate(14px, 124px) rotate(-12deg);
}
/* line 726, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm05:hover {
  -moz-transform: translate(14px, 124px) rotate(6deg);
  -ms-transform: translate(14px, 124px) rotate(6deg);
  -webkit-transform: translate(14px, 124px) rotate(6deg);
  transform: translate(14px, 124px) rotate(6deg);
}
/* line 730, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm06 {
  -moz-transform: translate(166px, 122px) rotate(-10deg);
  -ms-transform: translate(166px, 122px) rotate(-10deg);
  -webkit-transform: translate(166px, 122px) rotate(-10deg);
  transform: translate(166px, 122px) rotate(-10deg);
}
/* line 732, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm06:hover {
  -moz-transform: translate(166px, 122px) rotate(5deg);
  -ms-transform: translate(166px, 122px) rotate(5deg);
  -webkit-transform: translate(166px, 122px) rotate(5deg);
  transform: translate(166px, 122px) rotate(5deg);
}
@media screen and (max-width: 1390px) {
  /* line 730, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu .rm06 {
    -moz-transform: translate(76px, 142px) rotate(-8deg);
    -ms-transform: translate(76px, 142px) rotate(-8deg);
    -webkit-transform: translate(76px, 142px) rotate(-8deg);
    transform: translate(76px, 142px) rotate(-8deg);
  }
  /* line 737, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu .rm06:hover {
    -moz-transform: translate(76px, 142px) rotate(4deg);
    -ms-transform: translate(76px, 142px) rotate(4deg);
    -webkit-transform: translate(76px, 142px) rotate(4deg);
    transform: translate(76px, 142px) rotate(4deg);
  }
}
/* line 742, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm07 {
  -moz-transform: translate(26px, 162px) rotate(-8deg);
  -ms-transform: translate(26px, 162px) rotate(-8deg);
  -webkit-transform: translate(26px, 162px) rotate(-8deg);
  transform: translate(26px, 162px) rotate(-8deg);
}
/* line 744, ../../src/sass/_basic.scss */
section#backgroundArea .r-menu .rm07:hover {
  -moz-transform: translate(26px, 162px) rotate(5deg);
  -ms-transform: translate(26px, 162px) rotate(5deg);
  -webkit-transform: translate(26px, 162px) rotate(5deg);
  transform: translate(26px, 162px) rotate(5deg);
}
@media screen and (max-width: 1390px) {
  /* line 742, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu .rm07 {
    -moz-transform: translate(26px, 160px) rotate(-8deg);
    -ms-transform: translate(26px, 160px) rotate(-8deg);
    -webkit-transform: translate(26px, 160px) rotate(-8deg);
    transform: translate(26px, 160px) rotate(-8deg);
  }
  /* line 749, ../../src/sass/_basic.scss */
  section#backgroundArea .r-menu .rm07:hover {
    -moz-transform: translate(26px, 160px) rotate(4deg);
    -ms-transform: translate(26px, 160px) rotate(4deg);
    -webkit-transform: translate(26px, 160px) rotate(4deg);
    transform: translate(26px, 160px) rotate(4deg);
  }
}
/* line 755, ../../src/sass/_basic.scss */
section#backgroundArea .followMe {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
/* line 760, ../../src/sass/_basic.scss */
section#backgroundArea .followMe .flex .mds {
  width: 100%;
  text-align: center;
}
/* line 764, ../../src/sass/_basic.scss */
section#backgroundArea .followMe .flex .icon {
  align-self: center;
  margin: 0 0.5em;
}
@media screen and (max-height: 650px) {
  /* line 755, ../../src/sass/_basic.scss */
  section#backgroundArea .followMe {
    width: 128px;
    bottom: 20px;
    left: 10px;
  }
  /* line 774, ../../src/sass/_basic.scss */
  section#backgroundArea .followMe .flex .icon {
    margin: 0;
  }
}
@media screen and (max-width: 1280px) {
  /* line 755, ../../src/sass/_basic.scss */
  section#backgroundArea .followMe {
    margin: 0 0.3em;
  }
  /* line 781, ../../src/sass/_basic.scss */
  section#backgroundArea .followMe .flex .icon {
    margin: 0 0.3em;
  }
}
@media screen and (max-width: 1190px) {
  /* line 789, ../../src/sass/_basic.scss */
  section#backgroundArea .followMe .flex .icon {
    margin: 0 0.1em;
  }
}
@media screen and (max-width: 970px) {
  /* line 755, ../../src/sass/_basic.scss */
  section#backgroundArea .followMe {
    display: none;
  }
}

/* line 802, ../../src/sass/_basic.scss */
.bgGray {
  background: #f5f5f5;
}

/* line 806, ../../src/sass/_basic.scss */
ul, ol {
  margin-top: 1.5em;
  margin-bottom: 2em;
  margin-left: 2em;
}
/* line 810, ../../src/sass/_basic.scss */
ul li, ol li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* line 816, ../../src/sass/_basic.scss */
ul {
  list-style-type: disc;
  list-style-position: outside;
}

/* line 820, ../../src/sass/_basic.scss */
ol {
  list-style-type: decimal;
  list-style-position: outside;
}

/* line 827, ../../src/sass/_basic.scss */
[class^="icon-"], [class*=" icon-"] {
  margin: 0 5px;
}

/* line 831, ../../src/sass/_basic.scss */
section {
  padding-top: 1px;
}

/* line 838, ../../src/sass/_basic.scss */
.bgY {
  background-color: #ff0;
}

/* line 841, ../../src/sass/_basic.scss */
.bgR {
  background-color: #f99;
}

/* line 844, ../../src/sass/_basic.scss */
.bgB {
  background-color: #99f;
}

/* line 847, ../../src/sass/_basic.scss */
.borderR {
  border: 1px solid #f00;
}

/* line 854, ../../src/sass/_basic.scss */
header,
footer,
section {
  min-width: 0px;
  width: 100%;
}
@media screen and (max-width: 530px) {
  /* line 854, ../../src/sass/_basic.scss */
  header,
  footer,
  section {
    min-width: 0;
  }
}
/* line 858, ../../src/sass/_basic.scss */
header.pad,
footer.pad,
section.pad {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 869, ../../src/sass/_basic.scss */
.contWrap {
  width: clamp(0px,calc( var(--vw) * 95.25424 ),562px);
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 530px) {
  /* line 869, ../../src/sass/_basic.scss */
  .contWrap {
    width: 100%;
  }
}

/* line 883, ../../src/sass/_basic.scss */
#ancLinks {
  background: #FFE0D1;
  margin: 2em 0;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 530px) {
  /* line 883, ../../src/sass/_basic.scss */
  #ancLinks {
    text-align: left;
  }
}
/* line 891, ../../src/sass/_basic.scss */
#ancLinks a {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 530px) {
  /* line 891, ../../src/sass/_basic.scss */
  #ancLinks a {
    display: block;
    padding: 0.5em 0 0.5em 1.5em;
  }
}
/* line 900, ../../src/sass/_basic.scss */
#ancLinks a:before {
  font-family: "Font Awesome 6 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 530px) {
  /* line 900, ../../src/sass/_basic.scss */
  #ancLinks a:before {
    left: 0;
    top: 0;
    -moz-transform: translate(100%, 0.5em);
    -ms-transform: translate(100%, 0.5em);
    -webkit-transform: translate(100%, 0.5em);
    transform: translate(100%, 0.5em);
  }
}

/* line 915, ../../src/sass/_basic.scss */
.wrapper {
  margin: 0 auto;
  min-width: 0px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  height: inherit;
}
@media screen and (max-width: 530px) {
  /* line 915, ../../src/sass/_basic.scss */
  .wrapper {
    min-width: 0;
  }
}

@media screen and (min-width: 531px) {
  /* line 921, ../../src/sass/_basic.scss */
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  /* line 924, ../../src/sass/_basic.scss */
  .pcOnly {
    display: none;
  }
}
/* line 927, ../../src/sass/_basic.scss */
#blackBg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
}

/* line 7, ../../src/sass/_tables.scss */
.tableWrapper table,
.table {
  border-collapse: collapse;
  border: 1px solid #b5b5b5;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  vertical-align: top;
}
/* line 15, ../../src/sass/_tables.scss */
.tableWrapper table > tbody,
.table > tbody {
  vertical-align: inherit;
}
/* line 18, ../../src/sass/_tables.scss */
.tableWrapper table > thead,
.table > thead {
  vertical-align: bottom;
}
/* line 21, ../../src/sass/_tables.scss */
.tableWrapper table th, .tableWrapper table td,
.table th,
.table td {
  border: 1px solid #b5b5b5;
  padding: 1em;
  text-align: left;
}
/* line 26, ../../src/sass/_tables.scss */
.tableWrapper table th,
.table th {
  background: #e5e5e5;
  font-weight: bold;
  white-space: nowrap;
}
/* line 32, ../../src/sass/_tables.scss */
.tableWrapper table.type2,
.table.type2 {
  border-width: 1px 0;
}
/* line 34, ../../src/sass/_tables.scss */
.tableWrapper table.type2 th, .tableWrapper table.type2 td,
.table.type2 th,
.table.type2 td {
  background: transparent;
  border-width: 1px 0;
}
/* line 39, ../../src/sass/_tables.scss */
.tableWrapper table.stickyTable,
.table.stickyTable {
  width: 2000px;
  border: none;
  background-color: #FFF;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid #ccc;
}
/* line 46, ../../src/sass/_tables.scss */
.tableWrapper table.stickyTable th,
.table.stickyTable th {
  border-right: 1px solid #999;
  width: auto;
  position: sticky;
  top: 0;
  z-index: 1;
}
/* line 52, ../../src/sass/_tables.scss */
.tableWrapper table.stickyTable th:first-child,
.table.stickyTable th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
/* line 58, ../../src/sass/_tables.scss */
.tableWrapper table.stickyTable td,
.table.stickyTable td {
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 62, ../../src/sass/_tables.scss */
.tableWrapper table.stickyTable td:first-child,
.table.stickyTable td:first-child {
  position: sticky;
  left: 0;
  border-right: 1px solid #aaa;
}

/* line 79, ../../src/sass/_tables.scss */
.inputGroup {
  margin: 1em 0 1em 0;
  position: relative;
}
/* line 84, ../../src/sass/_tables.scss */
.inputGroup input {
  font-size: 100%;
  padding: 0.8em;
  outline: none;
  border: 2px solid #c8c8c8;
  background-color: transparent;
  border-radius: 10px;
  width: 100%;
}
/* line 93, ../../src/sass/_tables.scss */
.inputGroup label {
  font-size: 100%;
  position: absolute;
  left: 0;
  padding: 0.8em;
  margin-left: 0.5em;
  pointer-events: none;
  transition: all 0.3s ease;
  color: #646464;
}
/* line 103, ../../src/sass/_tables.scss */
.inputGroup label.hissu:after {
  content: "必須";
  background-color: #da3c41;
  color: #fff;
  line-height: 1;
  padding: 0.1em 0.3em;
  font-size: 0.8rem;
  margin-left: 0.5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 530px) {
  /* line 130, ../../src/sass/_tables.scss */
  .tableWrapper table,
  .wp-block-table table {
    width: 100%;
  }

  /* line 134, ../../src/sass/_tables.scss */
  .tableWrapper,
  .wp-block-table {
    overflow: auto;
    white-space: nowrap;
  }
  /* line 138, ../../src/sass/_tables.scss */
  .tableWrapper::-webkit-scrollbar,
  .wp-block-table::-webkit-scrollbar {
    height: 5px;
  }
  /* line 141, ../../src/sass/_tables.scss */
  .tableWrapper::-webkit-scrollbar-track,
  .wp-block-table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  /* line 144, ../../src/sass/_tables.scss */
  .tableWrapper::-webkit-scrollbar-thumb,
  .wp-block-table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  /* line 149, ../../src/sass/_tables.scss */
  .res_table table {
    border-collapse: collapse;
  }
  /* line 151, ../../src/sass/_tables.scss */
  .res_table table td, .res_table table th {
    width: 100%;
    padding: 8px;
    display: block;
  }
  /* line 156, ../../src/sass/_tables.scss */
  .res_table table th {
    background-color: #eee;
  }
}
/* line 166, ../../src/sass/_tables.scss */
.mailform {
  width: 100%;
  margin-bottom: 2em;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 171, ../../src/sass/_tables.scss */
.mailform .not100 {
  width: auto !important;
}
/* line 174, ../../src/sass/_tables.scss */
.mailform input.btn {
  margin: 0 auto;
  width: 80%;
}
/* line 177, ../../src/sass/_tables.scss */
.mailform input.btn:disabled {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 183, ../../src/sass/_tables.scss */
.mailform .btn {
  color: #fff;
  padding: 1em 3em;
  background: #006337;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 191, ../../src/sass/_tables.scss */
.mailform .btn:focus, .mailform .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 203, ../../src/sass/_tables.scss */
.mailform.table tr {
  border-bottom: 1px solid #ccc;
}
/* line 206, ../../src/sass/_tables.scss */
.mailform.table th {
  width: 35%;
  text-align: left !important;
  padding: 2.3em 2em 0;
  vertical-align: top;
  background: transparent;
  color: #000;
}
@media screen and (max-width: 530px) {
  /* line 206, ../../src/sass/_tables.scss */
  .mailform.table th {
    padding: 2.3em 1em 0;
  }
}
/* line 216, ../../src/sass/_tables.scss */
.mailform.table th span {
  display: inline-block;
  background: #da3c41;
  padding: 2px 0.5em;
  color: #fff;
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
}
/* line 227, ../../src/sass/_tables.scss */
.mailform.table td {
  text-align: left !important;
  vertical-align: middle;
  padding: 2em;
}
@media screen and (max-width: 530px) {
  /* line 227, ../../src/sass/_tables.scss */
  .mailform.table td {
    padding: 2em 1em;
  }
}
/* line 235, ../../src/sass/_tables.scss */
.mailform.table textarea,
.mailform.table input[type=email],
.mailform.table input[type=text] {
  outline: 0;
  width: 100%;
  border: 0;
  padding: 10px;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 249, ../../src/sass/_tables.scss */
.mailform.table textarea:focus,
.mailform.table input[type=email]:focus,
.mailform.table input[type=text]:focus {
  border: solid 1px #333;
  background: #eee;
}
/* line 247, ../../src/sass/_variables.scss */
.mailform.table textarea:placeholder-shown,
.mailform.table input[type=email]:placeholder-shown,
.mailform.table input[type=text]:placeholder-shown {
  color: #ccc;
}
/* line 250, ../../src/sass/_variables.scss */
.mailform.table textarea::-webkit-input-placeholder,
.mailform.table input[type=email]::-webkit-input-placeholder,
.mailform.table input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
/* line 253, ../../src/sass/_variables.scss */
.mailform.table textarea:-moz-placeholder,
.mailform.table input[type=email]:-moz-placeholder,
.mailform.table input[type=text]:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
/* line 257, ../../src/sass/_variables.scss */
.mailform.table textarea::-moz-placeholder,
.mailform.table input[type=email]::-moz-placeholder,
.mailform.table input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
/* line 261, ../../src/sass/_variables.scss */
.mailform.table textarea:-ms-input-placeholder,
.mailform.table input[type=email]:-ms-input-placeholder,
.mailform.table input[type=text]:-ms-input-placeholder {
  color: #ccc;
}
/* line 259, ../../src/sass/_tables.scss */
.mailform.table select::-ms-expand {
  display: none;
}
/* line 262, ../../src/sass/_tables.scss */
.mailform.table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: auto;
  border: 0;
  padding: 10px 2em 10px 10px;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 1px #ccc;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 375px) {
  /* line 202, ../../src/sass/_tables.scss */
  .mailform.table {
    display: block;
  }
  /* line 283, ../../src/sass/_tables.scss */
  .mailform.table tbody {
    display: block;
    width: 100%;
  }
  /* line 287, ../../src/sass/_tables.scss */
  .mailform.table tr, .mailform.table th, .mailform.table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1em 0 0;
    border: none;
  }
  /* line 294, ../../src/sass/_tables.scss */
  .mailform.table tr {
    padding: 1em 0 2em;
  }
  /* line 297, ../../src/sass/_tables.scss */
  .mailform.table textarea,
  .mailform.table input[type=email],
  .mailform.table input[type=text] {
    max-width: 100%;
  }
}
/* line 303, ../../src/sass/_tables.scss */
.mailform.table .select-box label {
  position: relative;
}
/* line 307, ../../src/sass/_tables.scss */
.mailform.table .select-box label:after {
  display: block;
  font-family: "Font Awesome 6 Free" !important;
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 2.0rem;
  pointer-events: none;
}
/* line 317, ../../src/sass/_tables.scss */
.mailform.table .select-area {
  position: relative;
  display: inline-block;
}
/* line 320, ../../src/sass/_tables.scss */
.mailform.table .select-area:after {
  display: block;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f0d7';
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.2rem;
  pointer-events: none;
}

/* line 335, ../../src/sass/_tables.scss */
.mw_wp_form_confirm.mw_wp_form_preview .select-area:after {
  display: none !important;
}

/* line 1024, ../../src/sass/_basic.scss */
section.main {
  padding-top: 1px;
  padding-bottom: min(calc( var(--vw) * 16.94915 ),100px);
  background: #fff;
  min-height: 70svh;
}

/* line 1034, ../../src/sass/_basic.scss */
figure {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 530px) {
  /* line 1034, ../../src/sass/_basic.scss */
  figure {
    margin-bottom: calc( var(--vw) * 5.28302 );
  }
}
/* line 1037, ../../src/sass/_basic.scss */
figure img {
  display: inline-block;
}

/* line 1041, ../../src/sass/_basic.scss */
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
/* line 1045, ../../src/sass/_basic.scss */
img.max {
  width: 100%;
}

/* line 1051, ../../src/sass/_basic.scss */
.waku {
  border: 1px solid #666;
  width: min(100%,600px);
  aspect-ratio: 1 / 1;
  margin: 1em 0;
}

/* line 1061, ../../src/sass/_basic.scss */
.objFit {
  width: 100%;
  height: 100%;
}
/* line 1067, ../../src/sass/_basic.scss */
.objFit.contain {
  object-fit: contain;
}
/* line 1073, ../../src/sass/_basic.scss */
.objFit.cover {
  object-fit: cover;
}

/* line 1129, ../../src/sass/_basic.scss */
.fuwat {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 120px);
  -ms-transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
  transform: translate(0, 120px);
}
/* line 1137, ../../src/sass/_basic.scss */
.fuwat.left {
  -moz-transform: translate(-120px, 0);
  -ms-transform: translate(-120px, 0);
  -webkit-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
}
/* line 1140, ../../src/sass/_basic.scss */
.fuwat.right {
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
/* line 1143, ../../src/sass/_basic.scss */
.fuwat.top {
  -moz-transform: translate(0, -120px);
  -ms-transform: translate(0, -120px);
  -webkit-transform: translate(0, -120px);
  transform: translate(0, -120px);
}
/* line 1146, ../../src/sass/_basic.scss */
.fuwat.active {
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1205, ../../src/sass/_basic.scss */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: min(calc( var(--vw) * 2.71186 ),16px);
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 9999;
  height: 120px;
}
@media screen and (max-width: 530px) {
  /* line 1205, ../../src/sass/_basic.scss */
  .cookie-consent {
    font-size: min(calc( var(--vw) * 3.01887 ),16px);
  }
}
/* line 1220, ../../src/sass/_basic.scss */
.cookie-consent.is-show {
  visibility: visible;
}
/* line 1223, ../../src/sass/_basic.scss */
.cookie-consent a {
  color: #fff !important;
}

/* line 1228, ../../src/sass/_basic.scss */
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}
/* line 1232, ../../src/sass/_basic.scss */
.cookie-agree:hover {
  cursor: pointer;
}

/* line 1237, ../../src/sass/_basic.scss */
.cc-hide1 {
  display: none;
}

/* line 1241, ../../src/sass/_basic.scss */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 530px) {
  /* line 1257, ../../src/sass/_basic.scss */
  .cookie-consent {
    flex-direction: column;
  }

  /* line 1260, ../../src/sass/_basic.scss */
  .cookie-text {
    margin-bottom: 1em;
  }
}
/* line 32, ../../src/sass/_button.scss */
button.bbtn,
a.btn {
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background: #D7FC52;
  border: 1px solid #000;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
  font-size: min(calc( var(--vw) * 3.55932 ),21px);
  padding: 1em 1em;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0.5em;
  text-align: center;
  -moz-box-shadow: 4px 5px 0 0 black;
  -webkit-box-shadow: 4px 5px 0 0 black;
  box-shadow: 4px 5px 0 0 black;
}
@media screen and (max-width: 530px) {
  /* line 32, ../../src/sass/_button.scss */
  button.bbtn,
  a.btn {
    font-size: min(calc( var(--vw) * 3.96226 ),21px);
  }
}
/* line 56, ../../src/sass/_button.scss */
button.bbtn.dispB,
a.btn.dispB {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 61, ../../src/sass/_button.scss */
button.bbtn:focus, button.bbtn:hover,
a.btn:focus,
a.btn:hover {
  color: #000;
  background: #D7FC52;
  text-decoration: none;
  border: 1px solid #000;
  animation: purun 0.8s linear 0s infinite;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 77, ../../src/sass/_button.scss */
button.bbtn.arrow,
a.btn.arrow {
  padding: 1em 4em;
}
/* line 79, ../../src/sass/_button.scss */
button.bbtn.arrow:after,
a.btn.arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/button_chervon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 95, ../../src/sass/_button.scss */
button.bbtn.reverse,
a.btn.reverse {
  padding: 1em 4em;
}
/* line 97, ../../src/sass/_button.scss */
button.bbtn.reverse:after,
a.btn.reverse:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/button_chervon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transform: translate(50%, -50%) rotate(180deg);
  -ms-transform: translate(50%, -50%) rotate(180deg);
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 152, ../../src/sass/_button.scss */
button.bbtn.nomark:after,
a.btn.nomark:after {
  display: none;
}
/* line 159, ../../src/sass/_button.scss */
button.bbtn.orange,
a.btn.orange {
  background: #e29112;
  color: #fff;
}
/* line 162, ../../src/sass/_button.scss */
button.bbtn.orange:focus, button.bbtn.orange:hover,
a.btn.orange:focus,
a.btn.orange:hover {
  background: #dc6d14;
  color: #fff;
}
/* line 170, ../../src/sass/_button.scss */
button.bbtn[href$=".pdf"], button.bbtn[href$=".xls"], button.bbtn[href$=".xlsx"], button.bbtn[href$=".doc"], button.bbtn[href$=".docx"], button.bbtn[href$=".ppt"], button.bbtn[href$=".pptx"],
a.btn[href$=".pdf"],
a.btn[href$=".xls"],
a.btn[href$=".xlsx"],
a.btn[href$=".doc"],
a.btn[href$=".docx"],
a.btn[href$=".ppt"],
a.btn[href$=".pptx"] {
  padding: 1em 4em;
}
/* line 178, ../../src/sass/_button.scss */
button.bbtn[href$=".pdf"]:after, button.bbtn[href$=".xls"]:after, button.bbtn[href$=".xlsx"]:after, button.bbtn[href$=".doc"]:after, button.bbtn[href$=".docx"]:after, button.bbtn[href$=".ppt"]:after, button.bbtn[href$=".pptx"]:after,
a.btn[href$=".pdf"]:after,
a.btn[href$=".xls"]:after,
a.btn[href$=".xlsx"]:after,
a.btn[href$=".doc"]:after,
a.btn[href$=".docx"]:after,
a.btn[href$=".ppt"]:after,
a.btn[href$=".pptx"]:after {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 530px) {
  /* line 178, ../../src/sass/_button.scss */
  button.bbtn[href$=".pdf"]:after, button.bbtn[href$=".xls"]:after, button.bbtn[href$=".xlsx"]:after, button.bbtn[href$=".doc"]:after, button.bbtn[href$=".docx"]:after, button.bbtn[href$=".ppt"]:after, button.bbtn[href$=".pptx"]:after,
  a.btn[href$=".pdf"]:after,
  a.btn[href$=".xls"]:after,
  a.btn[href$=".xlsx"]:after,
  a.btn[href$=".doc"]:after,
  a.btn[href$=".docx"]:after,
  a.btn[href$=".ppt"]:after,
  a.btn[href$=".pptx"]:after {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
/* line 193, ../../src/sass/_button.scss */
button.bbtn[target="_blank"],
a.btn[target="_blank"] {
  padding: 1em 4em;
}
/* line 195, ../../src/sass/_button.scss */
button.bbtn[target="_blank"]:after,
a.btn[target="_blank"]:after {
  content: "" !important;
  width: 30px;
  height: 30px;
  background-image: url(../img/button_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 219, ../../src/sass/_button.scss */
button.bbtn a[target="_blank"]:after,
button.bbtn a[href$=".pdf"]:after,
button.bbtn a.pdf:after,
button.bbtn a[href$=".doc"]:after,
button.bbtn a[href$=".docx"]:after,
button.bbtn a[href$=".xls"]:after,
button.bbtn a[href$=".xlsx"]:after,
button.bbtn a[href$=".ppt"]:after,
button.bbtn a[href$=".pptm"]:after,
button.bbtn a[href$=".pptx"]:after,
a.btn a[target="_blank"]:after,
a.btn a[href$=".pdf"]:after,
a.btn a.pdf:after,
a.btn a[href$=".doc"]:after,
a.btn a[href$=".docx"]:after,
a.btn a[href$=".xls"]:after,
a.btn a[href$=".xlsx"]:after,
a.btn a[href$=".ppt"]:after,
a.btn a[href$=".pptm"]:after,
a.btn a[href$=".pptx"]:after {
  vertical-align: baseline;
}
/* line 224, ../../src/sass/_button.scss */
button.bbtn a[target="_blank"].btn:after,
button.bbtn a[href$=".pdf"].btn:after,
button.bbtn a.pdf.btn:after,
button.bbtn a[href$=".doc"].btn:after,
button.bbtn a[href$=".docx"].btn:after,
button.bbtn a[href$=".xls"].btn:after,
button.bbtn a[href$=".xlsx"].btn:after,
button.bbtn a[href$=".ppt"].btn:after,
button.bbtn a[href$=".pptm"].btn:after,
button.bbtn a[href$=".pptx"].btn:after,
a.btn a[target="_blank"].btn:after,
a.btn a[href$=".pdf"].btn:after,
a.btn a.pdf.btn:after,
a.btn a[href$=".doc"].btn:after,
a.btn a[href$=".docx"].btn:after,
a.btn a[href$=".xls"].btn:after,
a.btn a[href$=".xlsx"].btn:after,
a.btn a[href$=".ppt"].btn:after,
a.btn a[href$=".pptm"].btn:after,
a.btn a[href$=".pptx"].btn:after {
  font-size: min(calc( var(--vw) * 3.55932 ),21px);
}
@media screen and (max-width: 530px) {
  /* line 224, ../../src/sass/_button.scss */
  button.bbtn a[target="_blank"].btn:after,
  button.bbtn a[href$=".pdf"].btn:after,
  button.bbtn a.pdf.btn:after,
  button.bbtn a[href$=".doc"].btn:after,
  button.bbtn a[href$=".docx"].btn:after,
  button.bbtn a[href$=".xls"].btn:after,
  button.bbtn a[href$=".xlsx"].btn:after,
  button.bbtn a[href$=".ppt"].btn:after,
  button.bbtn a[href$=".pptm"].btn:after,
  button.bbtn a[href$=".pptx"].btn:after,
  a.btn a[target="_blank"].btn:after,
  a.btn a[href$=".pdf"].btn:after,
  a.btn a.pdf.btn:after,
  a.btn a[href$=".doc"].btn:after,
  a.btn a[href$=".docx"].btn:after,
  a.btn a[href$=".xls"].btn:after,
  a.btn a[href$=".xlsx"].btn:after,
  a.btn a[href$=".ppt"].btn:after,
  a.btn a[href$=".pptm"].btn:after,
  a.btn a[href$=".pptx"].btn:after {
    font-size: min(calc( var(--vw) * 3.96226 ),21px);
  }
}

/* line 23, ../../src/sass/_siteheader.scss */
#header {
  height: min(calc( var(--vw) * 16.94915 ),100px);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 36, ../../src/sass/_siteheader.scss */
#header .inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 47, ../../src/sass/_siteheader.scss */
#header .inner .logo img {
  width: min(calc( var(--vw) * 33.22034 ),196px);
  height: min(calc( var(--vw) * 11.86441 ),70px);
}
/* line 53, ../../src/sass/_siteheader.scss */
#header .inner .gNavi a {
  font-size: min(calc( var(--vw) * 2.71186 ),16px);
  display: inline-block;
  margin: 0 1em;
}
@media screen and (max-width: 530px) {
  /* line 53, ../../src/sass/_siteheader.scss */
  #header .inner .gNavi a {
    font-size: min(calc( var(--vw) * 3.01887 ),16px);
  }
}

/* line 69, ../../src/sass/_siteheader.scss */
nav#drillDown .navL1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 71, ../../src/sass/_siteheader.scss */
nav#drillDown .navL1 a {
  width: calc(100%/5);
  text-decoration: none;
}
/* line 75, ../../src/sass/_siteheader.scss */
nav#drillDown .navL1 a.drill:after {
  display: inline-block;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "Font Awesome 6 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  margin-left: 0.5em;
}
/* line 81, ../../src/sass/_siteheader.scss */
nav#drillDown .navL1 a.drill.active {
  background-color: #ff0;
}
/* line 83, ../../src/sass/_siteheader.scss */
nav#drillDown .navL1 a.drill.active:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 90, ../../src/sass/_siteheader.scss */
nav#drillDown .stage {
  background-color: #fff;
}
/* line 92, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 {
  display: none;
  text-align: left;
}
/* line 95, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec {
  width: calc(100%/4);
  padding: 1em;
  border-right: 1px solid #999;
  position: relative;
  background-color: #fff;
}
/* line 101, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec.summary {
  z-index: 4;
}
/* line 104, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec.navL2 {
  z-index: 3;
}
/* line 107, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec.level3 {
  z-index: 2;
}
/* line 110, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec.level4 {
  z-index: 1;
}
/* line 113, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
}
/* line 117, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec a.drill {
  position: relative;
}
/* line 119, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec a.drill:after {
  font-family: "Font Awesome 6 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(-0.5em, -50%);
  -ms-transform: translate(-0.5em, -50%);
  -webkit-transform: translate(-0.5em, -50%);
  transform: translate(-0.5em, -50%);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 124, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec a.drill.active {
  background-color: #ff0;
}
/* line 126, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .sec a.drill.active:after {
  -moz-transform: translate(-0.5em, -50%) rotate(-180deg);
  -ms-transform: translate(-0.5em, -50%) rotate(-180deg);
  -webkit-transform: translate(-0.5em, -50%) rotate(-180deg);
  transform: translate(-0.5em, -50%) rotate(-180deg);
}
/* line 133, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .navL3, nav#drillDown .stage .level2 .navL4 {
  position: absolute;
  width: calc(100% - 2em);
  top: 1em;
  left: -120%;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 139, ../../src/sass/_siteheader.scss */
nav#drillDown .stage .level2 .navL3.open, nav#drillDown .stage .level2 .navL4.open {
  left: 1em;
}

/* line 151, ../../src/sass/_siteheader.scss */
.hamMenu {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 25px;
  z-index: 10;
}

@media screen and (max-width: 530px) {
  /* line 171, ../../src/sass/_siteheader.scss */
  #header {
    height: 70px;
    padding: 1px 20px;
  }
  /* line 175, ../../src/sass/_siteheader.scss */
  #header .inner .logo {
    text-align: left;
  }
  /* line 177, ../../src/sass/_siteheader.scss */
  #header .inner .logo img {
    width: 196px;
    height: 70px;
  }
  /* line 182, ../../src/sass/_siteheader.scss */
  #header .inner .gNavi {
    position: fixed;
    width: 100%;
    height: calc(100% - (70 * 1px));
    padding-top: 90px;
    top: 70px;
    left: 150%;
    z-index: 8;
    background-color: #ff0;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  /* line 192, ../../src/sass/_siteheader.scss */
  #header .inner .gNavi a {
    display: block;
    text-align: center;
    margin-bottom: 1em;
  }
  /* line 197, ../../src/sass/_siteheader.scss */
  #header .inner .gNavi.is-active {
    left: 0;
  }
}
/* line 7, ../../src/sass/_sitefooter.scss */
#footer {
  min-width: 0px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background: #0a6121;
  color: #fff;
}
@media screen and (max-width: 530px) {
  /* line 7, ../../src/sass/_sitefooter.scss */
  #footer {
    min-width: 0;
  }
}

/* line 16, ../../src/sass/_sitefooter.scss */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #333;
  border: 2px solid #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  z-index: 50;
}
/* line 43, ../../src/sass/_sitefooter.scss */
#pageTop a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  font-size: min(calc( var(--vw) * 2.71186 ),16px);
  text-decoration: none;
}
@media screen and (max-width: 530px) {
  /* line 43, ../../src/sass/_sitefooter.scss */
  #pageTop a {
    font-size: min(calc( var(--vw) * 3.01887 ),16px);
  }
}
/* line 53, ../../src/sass/_sitefooter.scss */
#pageTop a:hover {
  text-decoration: none;
}
@media screen and (min-width: 531px) and (max-width: 589px) {
  /* line 16, ../../src/sass/_sitefooter.scss */
  #pageTop {
    width: calc( var(--vw) * 8.47458 );
    height: calc( var(--vw) * 8.47458 );
    bottom: calc( var(--vw) * 8.47458 );
    right: calc( var(--vw) * 8.47458 );
  }
}
@media screen and (max-width: 530px) {
  /* line 16, ../../src/sass/_sitefooter.scss */
  #pageTop {
    width: calc( var(--vw) * 7.54717 );
    height: calc( var(--vw) * 7.54717 );
    bottom: calc( var(--vw) * 3.77358 );
    right: calc( var(--vw) * 1.88679 );
  }
}

@media screen and (max-width: 530px) {
  /* line 78, ../../src/sass/_sitefooter.scss */
  #footer .inner {
    text-align: center;
    padding: calc( var(--vw) * 6.51042 ) 0;
  }
  /* line 81, ../../src/sass/_sitefooter.scss */
  #footer .inner .logo {
    font-size: calc( var(--vw) * 5.66038 );
  }
  /* line 84, ../../src/sass/_sitefooter.scss */
  #footer .inner .copyright {
    position: static;
    text-align: center;
  }
  /* line 88, ../../src/sass/_sitefooter.scss */
  #footer .inner a {
    color: #fff;
    text-decoration: underline;
  }
}
@media print {
  /* line 57, ../../src/sass/common.scss */
  body {
    -webkit-print-color-adjust: exact;
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
