@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 275, ../../src/sass/_variables.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 278, ../../src/sass/_variables.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);
}

/* Box sizing rules */
/* Box sizingの定義 */
/* line 3, ../../src/sass/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 9, ../../src/sass/_reset.scss */
*:focus {
  outline: none;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
/* line 15, ../../src/sass/_reset.scss */
ul[class],
ol[class] {
  padding: 0;
}

/* line 20, ../../src/sass/_reset.scss */
code {
  white-space: initial;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
/* line 26, ../../src/sass/_reset.scss */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
/* line 45, ../../src/sass/_reset.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
/* line 54, ../../src/sass/_reset.scss */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
/* line 61, ../../src/sass/_reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
/* line 67, ../../src/sass/_reset.scss */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
/* line 74, ../../src/sass/_reset.scss */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
/* line 80, ../../src/sass/_reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* JS object fit images 用 */
/* line 88, ../../src/sass/_reset.scss */
.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  /* line 96, ../../src/sass/_reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* line 31, ../../src/sass/_button.scss */
.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: transparent;
  border: 2px solid #fff;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  text-decoration: none !important;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  padding: 0.7em 2em;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0.5em;
  text-align: center;
}
@media screen and (max-width: 1223px) {
  /* line 31, ../../src/sass/_button.scss */
  .btn {
    font-size: 2.12418vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 31, ../../src/sass/_button.scss */
  .btn {
    font-size: 4.8vw;
  }
}
/* line 50, ../../src/sass/_button.scss */
.btn.dispB {
  display: block;
}
/* line 53, ../../src/sass/_button.scss */
.btn:focus, .btn:hover {
  color: #fff;
  background: transparent;
  text-decoration: none;
  border: 2px solid #fff;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 66, ../../src/sass/_button.scss */
.btn.arrow {
  padding: 0.7em 3em;
}
/* line 68, ../../src/sass/_button.scss */
.btn.arrow:after {
  font-family: "Font Awesome 5 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/* line 80, ../../src/sass/_button.scss */
.btn.reverse {
  padding: 0.7em 3em;
}
/* line 82, ../../src/sass/_button.scss */
.btn.reverse:after {
  font-family: "Font Awesome 5 Free" !important;
  content: "" !important;
  font-weight: 600 !important;
  font-size: 1em;
  color: #fff;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
/* line 131, ../../src/sass/_button.scss */
.btn.nomark:after {
  display: none;
}
/* line 138, ../../src/sass/_button.scss */
.btn.orange {
  background: #F45A09;
  color: #fff;
}
/* line 141, ../../src/sass/_button.scss */
.btn.orange:focus, .btn.orange:hover {
  background: #D55817;
  color: #fff;
}
/* line 149, ../../src/sass/_button.scss */
.btn[href$=".pdf"], .btn[href$=".xls"], .btn[href$=".xlsx"], .btn[href$=".doc"], .btn[href$=".docx"], .btn[href$=".ppt"], .btn[href$=".pptx"] {
  padding: 0.7em 3em;
}
/* line 157, ../../src/sass/_button.scss */
.btn[href$=".pdf"]:after, .btn[href$=".xls"]:after, .btn[href$=".xlsx"]:after, .btn[href$=".doc"]:after, .btn[href$=".docx"]:after, .btn[href$=".ppt"]:after, .btn[href$=".pptx"]:after {
  position: absolute;
  right: 0;
  top: 50%;
  -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: 768px) {
  /* line 157, ../../src/sass/_button.scss */
  .btn[href$=".pdf"]:after, .btn[href$=".xls"]:after, .btn[href$=".xlsx"]:after, .btn[href$=".doc"]:after, .btn[href$=".docx"]:after, .btn[href$=".ppt"]:after, .btn[href$=".pptx"]:after {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
/* line 176, ../../src/sass/_button.scss */
.btn[target="_blank"] {
  padding: 0.7em 3em;
}
/* line 178, ../../src/sass/_button.scss */
.btn[target="_blank"]:after {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  /* line 178, ../../src/sass/_button.scss */
  .btn[target="_blank"]:after {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}

/* line 76, ../../src/sass/_header.scss */
.h1Style {
  font-size: 38px;
}
@media screen and (max-width: 1223px) {
  /* line 76, ../../src/sass/_header.scss */
  .h1Style {
    font-size: 3.10458vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 76, ../../src/sass/_header.scss */
  .h1Style {
    font-size: 10.13333vw;
  }
}

/* line 79, ../../src/sass/_header.scss */
.h2Style {
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1223px) {
  /* line 79, ../../src/sass/_header.scss */
  .h2Style {
    font-size: 2.94118vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 79, ../../src/sass/_header.scss */
  .h2Style {
    font-size: 10.13333vw;
  }
}
/* line 20, ../../src/sass/_header.scss */
.h2Style:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 3px;
  width: 140px;
  border-bottom: 4px dotted #F45A09;
}
@media screen and (min-width: 769px) and (max-width: 1223px) {
  /* line 79, ../../src/sass/_header.scss */
  .h2Style {
    margin-bottom: 4.90196vw;
  }
  /* line 32, ../../src/sass/_header.scss */
  .h2Style:after {
    bottom: -1.22549vw px;
    width: 11.43791vw;
  }
}

/* line 82, ../../src/sass/_header.scss */
.h3Style {
  font-size: 28px;
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1223px) {
  /* line 82, ../../src/sass/_header.scss */
  .h3Style {
    font-size: 2.28758vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 82, ../../src/sass/_header.scss */
  .h3Style {
    font-size: 9.06667vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 82, ../../src/sass/_header.scss */
  .h3Style {
    margin-bottom: 8vw;
  }
}
/* line 45, ../../src/sass/_header.scss */
.h3Style.normal {
  display: block;
  padding-right: 0;
}
/* line 48, ../../src/sass/_header.scss */
.h3Style.normal:before {
  display: none;
}
/* line 52, ../../src/sass/_header.scss */
.h3Style:before {
  content: "";
  width: 100%;
  height: 20px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

/* line 85, ../../src/sass/_header.scss */
.h4Style {
  font-size: 22px;
  margin-bottom: 20px;
  border-left: 5px solid #94B42A;
  padding: 0 0 0 10px;
  line-height: 1;
}
@media screen and (max-width: 1223px) {
  /* line 85, ../../src/sass/_header.scss */
  .h4Style {
    font-size: 1.79739vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 85, ../../src/sass/_header.scss */
  .h4Style {
    font-size: 8.53333vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 85, ../../src/sass/_header.scss */
  .h4Style {
    margin-bottom: 5.33333vw;
  }
}

/* line 88, ../../src/sass/_header.scss */
.h5Style {
  font-size: 18px;
  margin-bottom: 20px;
  color: #94B42A;
}
@media screen and (max-width: 1223px) {
  /* line 88, ../../src/sass/_header.scss */
  .h5Style {
    font-size: 1.47059vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 88, ../../src/sass/_header.scss */
  .h5Style {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 88, ../../src/sass/_header.scss */
  .h5Style {
    margin-bottom: 5.33333vw;
  }
}

/* line 96, ../../src/sass/_header.scss */
ul.mokuji li {
  display: flex;
  align-items: center;
}
/* line 99, ../../src/sass/_header.scss */
ul.mokuji li .title {
  order: 1;
}
/* line 102, ../../src/sass/_header.scss */
ul.mokuji li .page {
  order: 3;
}
/* line 105, ../../src/sass/_header.scss */
ul.mokuji li:after {
  content: "";
  margin: 0 1em;
  order: 2;
  flex-grow: 1;
  height: 1px;
  background: none;
  border-top: 2px dotted #999;
  display: block;
}

/* line 166, ../../src/sass/_header.scss */
.header-LR-line {
  color: #444;
  font-size: 24px;
  display: flex;
  align-items: center;
}
/* line 131, ../../src/sass/_header.scss */
.header-LR-line:before, .header-LR-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}
/* line 139, ../../src/sass/_header.scss */
.header-LR-line:before {
  margin-right: .4em;
}
/* line 142, ../../src/sass/_header.scss */
.header-LR-line:after {
  margin-left: .4em;
}
/* line 147, ../../src/sass/_header.scss */
.header-LR-line.grad:before {
  background: linear-gradient(-90deg, #888888, rgba(0, 0, 0, 0));
}
/* line 150, ../../src/sass/_header.scss */
.header-LR-line.grad:after {
  background: linear-gradient(90deg, #888888, rgba(0, 0, 0, 0));
}
/* line 156, ../../src/sass/_header.scss */
.header-LR-line.dotted:before, .header-LR-line.dotted:after {
  content: "";
  flex-grow: 1;
  background: none;
  border-top: 4px dotted #444;
  display: block;
}

/* line 185, ../../src/sass/_header.scss */
.header-tag {
  color: #505050;
  /*文字色*/
  padding: 0.5em;
  /*文字周りの余白*/
  line-height: 1.3;
  /*行高*/
  background: #dbebf8;
  /*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  /*左側の角を丸く*/
}
/* line 179, ../../src/sass/_header.scss */
.header-tag:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

/* line 204, ../../src/sass/_header.scss */
.header-steach {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom: 1em;
}
/* line 197, ../../src/sass/_header.scss */
.header-steach.white {
  border: dashed 2px white;
}
/* line 200, ../../src/sass/_header.scss */
.header-steach.kado {
  position: relative;
}
/* line 256, ../../src/sass/_variables.scss */
.header-steach.kado:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 9, ../../src/sass/_interactions.scss */
.ui-arrow-1 {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}
/* line 15, ../../src/sass/_interactions.scss */
.ui-arrow-1:before, .ui-arrow-1:after {
  content: '';
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(70% - 1px);
  margin-top: -35%;
}
/* line 25, ../../src/sass/_interactions.scss */
.ui-arrow-1:before {
  left: 50%;
  margin-left: -25%;
  transform: rotate(-45deg);
}
/* line 30, ../../src/sass/_interactions.scss */
.ui-arrow-1:after {
  right: 50%;
  margin-right: -25%;
  transform: rotate(45deg);
}
/* line 35, ../../src/sass/_interactions.scss */
.ui-arrow-1:before, .ui-arrow-1:after {
  transition: transform 0.34s ease;
}
/* line 40, ../../src/sass/_interactions.scss */
.ui-arrow-1.is-active:before {
  transform: rotate(45deg);
}
/* line 43, ../../src/sass/_interactions.scss */
.ui-arrow-1.is-active:after {
  transform: rotate(-45deg);
}

/* line 48, ../../src/sass/_interactions.scss */
.ui-arrow-2 {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  transition: transform 0.3s ease;
}
/* line 55, ../../src/sass/_interactions.scss */
.ui-arrow-2:before, .ui-arrow-2:after {
  content: '';
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(70% - 1px);
  margin-top: -35%;
}
/* line 65, ../../src/sass/_interactions.scss */
.ui-arrow-2:before {
  left: 50%;
  margin-left: -25%;
  transform: rotate(-45deg);
}
/* line 70, ../../src/sass/_interactions.scss */
.ui-arrow-2:after {
  right: 50%;
  margin-right: -25%;
  transform: rotate(45deg);
}
/* line 75, ../../src/sass/_interactions.scss */
.ui-arrow-2.is-active {
  transform: rotate(-180deg);
}

/* line 79, ../../src/sass/_interactions.scss */
.ui-hamburger-1 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
}
/* line 90, ../../src/sass/_interactions.scss */
.ui-hamburger-1:before, .ui-hamburger-1:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 100, ../../src/sass/_interactions.scss */
.ui-hamburger-1:before {
  top: 0;
  transform-origin: 9% 150%;
}
/* line 104, ../../src/sass/_interactions.scss */
.ui-hamburger-1:after {
  bottom: 0;
  transform-origin: 9% -50%;
}
/* line 108, ../../src/sass/_interactions.scss */
.ui-hamburger-1.is-active {
  background-size: 0 20%;
  transition-delay: 0s;
}
/* line 111, ../../src/sass/_interactions.scss */
.ui-hamburger-1.is-active:before {
  transform: rotate(45deg);
  transition-delay: 0.15s;
}
/* line 115, ../../src/sass/_interactions.scss */
.ui-hamburger-1.is-active:after {
  transform: rotate(-45deg);
  transition-delay: 0.15s;
}

/* line 121, ../../src/sass/_interactions.scss */
.ui-hamburger-2 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
}
/* line 132, ../../src/sass/_interactions.scss */
.ui-hamburger-2:before, .ui-hamburger-2:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 142, ../../src/sass/_interactions.scss */
.ui-hamburger-2:before {
  top: 0;
  transform-origin: 91% 150%;
}
/* line 146, ../../src/sass/_interactions.scss */
.ui-hamburger-2:after {
  bottom: 0;
  transform-origin: 91% -50%;
}
/* line 150, ../../src/sass/_interactions.scss */
.ui-hamburger-2.is-active {
  background-size: 0 20%;
  transition-delay: 0s;
}
/* line 153, ../../src/sass/_interactions.scss */
.ui-hamburger-2.is-active:before {
  transform: rotate(-45deg);
  transition-delay: 0.15s;
}
/* line 157, ../../src/sass/_interactions.scss */
.ui-hamburger-2.is-active:after {
  transform: rotate(45deg);
  transition-delay: 0.15s;
}

/* line 163, ../../src/sass/_interactions.scss */
.ui-hamburger-3 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-size 0.2s 0.45s ease;
}
/* line 174, ../../src/sass/_interactions.scss */
.ui-hamburger-3:before, .ui-hamburger-3:after {
  height: 20%;
  width: 0;
  position: absolute;
  background-color: #333;
  content: '';
  transform: rotate(0);
  top: 40%;
  transition: transform 0.3s ease, width 0.3s 0.2s ease;
}
/* line 185, ../../src/sass/_interactions.scss */
.ui-hamburger-3:before, .ui-hamburger-3:after {
  left: 0;
}
/* line 189, ../../src/sass/_interactions.scss */
.ui-hamburger-3.is-active {
  background-size: 0 40%;
  transition-delay: 0s;
}
/* line 192, ../../src/sass/_interactions.scss */
.ui-hamburger-3.is-active:before, .ui-hamburger-3.is-active:after {
  width: 100%;
  transition: width 0.3s 0.2s ease, transform 0.3s 0.4s ease;
}
/* line 197, ../../src/sass/_interactions.scss */
.ui-hamburger-3.is-active:before {
  transform: rotate(-45deg);
}
/* line 200, ../../src/sass/_interactions.scss */
.ui-hamburger-3.is-active:after {
  transform: rotate(45deg);
}

/* line 205, ../../src/sass/_interactions.scss */
.ui-hamburger-4 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 0.2s 0.45s ease;
}
/* line 216, ../../src/sass/_interactions.scss */
.ui-hamburger-4:before, .ui-hamburger-4:after {
  height: 20%;
  width: 0;
  position: absolute;
  background-color: #333;
  content: '';
  transform: rotate(0);
  top: 40%;
  transition: transform 0.3s ease, width 0.3s 0.2s ease;
}
/* line 227, ../../src/sass/_interactions.scss */
.ui-hamburger-4:before, .ui-hamburger-4:after {
  right: 0;
}
/* line 231, ../../src/sass/_interactions.scss */
.ui-hamburger-4.is-active {
  background-position: 30px 0;
  transition-delay: 0s;
}
/* line 234, ../../src/sass/_interactions.scss */
.ui-hamburger-4.is-active:before, .ui-hamburger-4.is-active:after {
  width: 100%;
  transition: width 0.3s 0.2s ease, transform 0.3s 0.4s ease;
}
/* line 239, ../../src/sass/_interactions.scss */
.ui-hamburger-4.is-active:before {
  transform: rotate(-45deg);
}
/* line 242, ../../src/sass/_interactions.scss */
.ui-hamburger-4.is-active:after {
  transform: rotate(45deg);
}

/* line 247, ../../src/sass/_interactions.scss */
.ui-hamburger-5 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #333333, #333333);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.2s 0.25s ease;
  cursor: pointer;
  transition: background-size 0.3s 0.2s ease;
}
/* line 259, ../../src/sass/_interactions.scss */
.ui-hamburger-5:before, .ui-hamburger-5:after {
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #333;
  content: '';
  transition: transform 0.3s ease;
}
/* line 269, ../../src/sass/_interactions.scss */
.ui-hamburger-5:before {
  top: 0;
}
/* line 272, ../../src/sass/_interactions.scss */
.ui-hamburger-5:after {
  bottom: 0;
}
/* line 275, ../../src/sass/_interactions.scss */
.ui-hamburger-5:before, .ui-hamburger-5:after {
  transition: 0.3s ease;
}
/* line 279, ../../src/sass/_interactions.scss */
.ui-hamburger-5.is-active {
  background-size: 0 0;
}
/* line 281, ../../src/sass/_interactions.scss */
.ui-hamburger-5.is-active:before, .ui-hamburger-5.is-active:after {
  transition-delay: 0.3s;
}
/* line 285, ../../src/sass/_interactions.scss */
.ui-hamburger-5.is-active:before {
  transform: translateY(200%) rotate(45deg);
}
/* line 288, ../../src/sass/_interactions.scss */
.ui-hamburger-5.is-active:after {
  transform: translateY(-200%) rotate(-45deg);
}

/* line 293, ../../src/sass/_interactions.scss */
.ui-hamburger-6 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  cursor: pointer;
}
/* line 299, ../../src/sass/_interactions.scss */
.ui-hamburger-6:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #333333 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 100% 40%;
  background-repeat-x: no-repeat;
  background-position: 0 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* line 312, ../../src/sass/_interactions.scss */
.ui-hamburger-6:after {
  width: 80%;
  height: 90%;
  top: 5%;
  left: 10%;
  content: '';
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, #333333 40%, #333333 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #333333 40%, #333333 60%, rgba(0, 0, 0, 0) 60%);
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* line 324, ../../src/sass/_interactions.scss */
.ui-hamburger-6.is-active:before {
  opacity: 0;
  transform: scale(0);
}
/* line 328, ../../src/sass/_interactions.scss */
.ui-hamburger-6.is-active:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  transition-delay: 0.3s ease;
}

/* line 334, ../../src/sass/_interactions.scss */
.ui-plus-1 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
/* line 341, ../../src/sass/_interactions.scss */
.ui-plus-1:before, .ui-plus-1:after {
  content: "";
  height: 20%;
  width: 100%;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10%;
}
/* line 352, ../../src/sass/_interactions.scss */
.ui-plus-1:before {
  transform: rotate(90deg);
}
/* line 355, ../../src/sass/_interactions.scss */
.ui-plus-1:before {
  transition: transform 0.3s ease;
}
/* line 358, ../../src/sass/_interactions.scss */
.ui-plus-1.is-active:before {
  transform: rotate(0);
}

/* line 362, ../../src/sass/_interactions.scss */
.ui-plus-2 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
/* line 369, ../../src/sass/_interactions.scss */
.ui-plus-2:before, .ui-plus-2:after {
  content: "";
  height: 20%;
  width: 100%;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10%;
}
/* line 380, ../../src/sass/_interactions.scss */
.ui-plus-2:before {
  transform: rotate(90deg);
}
/* line 383, ../../src/sass/_interactions.scss */
.ui-plus-2:before {
  transition: transform 0.3s ease;
}
/* line 386, ../../src/sass/_interactions.scss */
.ui-plus-2.is-active:before {
  transform: rotate(-180deg);
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 422, ../../src/sass/_interactions.scss */
.ui-loading-1 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* line 432, ../../src/sass/_interactions.scss */
.ui-loading-1:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
/* line 443, ../../src/sass/_interactions.scss */
.ui-loading-1:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}
/* line 458, ../../src/sass/_interactions.scss */
.ui-loading-1.is-active:before {
  transform: scaleX(1);
}
/* line 461, ../../src/sass/_interactions.scss */
.ui-loading-1.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 500, ../../src/sass/_interactions.scss */
.ui-loading-2 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 511, ../../src/sass/_interactions.scss */
.ui-loading-2:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

/* line 522, ../../src/sass/_interactions.scss */
.ui-loading-2:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}

/* line 537, ../../src/sass/_interactions.scss */
.ui-loading-2.is-active:before {
  transform: scaleY(1);
}

/* line 540, ../../src/sass/_interactions.scss */
.ui-loading-2.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 577, ../../src/sass/_interactions.scss */
.ui-loading-3 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 588, ../../src/sass/_interactions.scss */
.ui-loading-3:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #333;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.1s 0.3s;
}

/* line 600, ../../src/sass/_interactions.scss */
.ui-loading-3:after {
  content: '';
  border: solid 2px #fff;
  border-left-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease;
}

/* line 615, ../../src/sass/_interactions.scss */
.ui-loading-3.is-active:before {
  transition: opacity 0.3s ease;
  transform: translateX(0);
  opacity: 1;
}

/* line 620, ../../src/sass/_interactions.scss */
.ui-loading-3.is-active:after {
  animation: rotation 0.5s infinite linear;
  opacity: 1;
}

/* line 625, ../../src/sass/_interactions.scss */
.ui-toggle-1 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 636, ../../src/sass/_interactions.scss */
.ui-toggle-1:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}

/* line 647, ../../src/sass/_interactions.scss */
.ui-toggle-1.is-active {
  color: #fff;
}

/* line 650, ../../src/sass/_interactions.scss */
.ui-toggle-1:before {
  transform: translateX(calc(-100% - 1px));
}

/* line 653, ../../src/sass/_interactions.scss */
.ui-toggle-1.is-active:before {
  transform: translateX(0);
}

/* line 657, ../../src/sass/_interactions.scss */
.ui-toggle-2 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 668, ../../src/sass/_interactions.scss */
.ui-toggle-2:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}

/* line 679, ../../src/sass/_interactions.scss */
.ui-toggle-2.is-active {
  color: #fff;
}

/* line 682, ../../src/sass/_interactions.scss */
.ui-toggle-2:before {
  transform: translateX(calc(100% + 1px));
}

/* line 685, ../../src/sass/_interactions.scss */
.ui-toggle-2.is-active:before {
  transform: translateX(0);
}

/* line 689, ../../src/sass/_interactions.scss */
.ui-toggle-3 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 700, ../../src/sass/_interactions.scss */
.ui-toggle-3:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}

/* line 711, ../../src/sass/_interactions.scss */
.ui-toggle-3.is-active {
  color: #fff;
}

/* line 714, ../../src/sass/_interactions.scss */
.ui-toggle-3:before {
  transform: translateY(-100%);
}

/* line 717, ../../src/sass/_interactions.scss */
.ui-toggle-3.is-active:before {
  transform: translateY(0);
}

/* line 721, ../../src/sass/_interactions.scss */
.ui-toggle-4 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 732, ../../src/sass/_interactions.scss */
.ui-toggle-4:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
}

/* line 743, ../../src/sass/_interactions.scss */
.ui-toggle-4.is-active {
  color: #fff;
}

/* line 746, ../../src/sass/_interactions.scss */
.ui-toggle-4:before {
  transform: translateY(100%);
}

/* line 749, ../../src/sass/_interactions.scss */
.ui-toggle-4.is-active:before {
  transform: translateY(0);
}

/* line 753, ../../src/sass/_interactions.scss */
.ui-toggle-5 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 764, ../../src/sass/_interactions.scss */
.ui-toggle-5:before,
.ui-toggle-5:after {
  position: absolute;
  content: '';
  background-color: #333;
  width: 50%;
  top: 0;
  height: 100%;
  transition: transform 0.3s ease;
  z-index: -1;
}

/* line 775, ../../src/sass/_interactions.scss */
.ui-toggle-5:before {
  left: 0;
  transform: translateX(-100%);
}

/* line 779, ../../src/sass/_interactions.scss */
.ui-toggle-5:after {
  right: 0;
  transform: translateX(100%);
}

/* line 783, ../../src/sass/_interactions.scss */
.ui-toggle-5.is-active {
  color: #fff;
}

/* line 786, ../../src/sass/_interactions.scss */
.ui-toggle-5.is-active:before,
.ui-toggle-5.is-active:after {
  transform: translateX(0);
}

/* line 791, ../../src/sass/_interactions.scss */
.ui-toggle-6 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 802, ../../src/sass/_interactions.scss */
.ui-toggle-6:before,
.ui-toggle-6:after {
  position: absolute;
  content: '';
  background-color: #333;
  width: 100%;
  left: 0;
  height: 50%;
  transition: transform 0.3s ease;
  z-index: -1;
}

/* line 813, ../../src/sass/_interactions.scss */
.ui-toggle-6:before {
  top: 0;
  transform: translateY(-100%);
}

/* line 817, ../../src/sass/_interactions.scss */
.ui-toggle-6:after {
  bottom: 0;
  transform: translateY(100%);
}

/* line 821, ../../src/sass/_interactions.scss */
.ui-toggle-6.is-active {
  color: #fff;
}

/* line 824, ../../src/sass/_interactions.scss */
.ui-toggle-6.is-active:before,
.ui-toggle-6.is-active:after {
  transform: translateY(0);
}

/* line 829, ../../src/sass/_interactions.scss */
.ui-toggle-7 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 840, ../../src/sass/_interactions.scss */
.ui-toggle-7:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: rotate(-90deg);
}

/* line 853, ../../src/sass/_interactions.scss */
.ui-toggle-7.is-active {
  color: #fff;
}

/* line 856, ../../src/sass/_interactions.scss */
.ui-toggle-7.is-active:before {
  transform: rotate(0);
}

/* line 860, ../../src/sass/_interactions.scss */
.ui-toggle-8 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 871, ../../src/sass/_interactions.scss */
.ui-toggle-8:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: rotate(90deg);
}

/* line 884, ../../src/sass/_interactions.scss */
.ui-toggle-8.is-active {
  color: #fff;
}

/* line 887, ../../src/sass/_interactions.scss */
.ui-toggle-8.is-active:before {
  transform: rotate(0);
}

/* line 891, ../../src/sass/_interactions.scss */
.ui-toggle-9 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 902, ../../src/sass/_interactions.scss */
.ui-toggle-9:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}

/* line 915, ../../src/sass/_interactions.scss */
.ui-toggle-9.is-active {
  color: #fff;
}

/* line 918, ../../src/sass/_interactions.scss */
.ui-toggle-9.is-active:before {
  transform: rotate(0);
}

/* line 922, ../../src/sass/_interactions.scss */
.ui-toggle-10 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 933, ../../src/sass/_interactions.scss */
.ui-toggle-10:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(90deg);
}

/* line 946, ../../src/sass/_interactions.scss */
.ui-toggle-10.is-active {
  color: #fff;
}

/* line 949, ../../src/sass/_interactions.scss */
.ui-toggle-10.is-active:before {
  transform: rotate(0);
}

/* line 953, ../../src/sass/_interactions.scss */
.ui-toggle-11 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 964, ../../src/sass/_interactions.scss */
.ui-toggle-11:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: -1px;
  width: calc(100% + 1px);
  top: 0;
  transform-origin: top right;
  transform: rotate(-90deg);
}

/* line 978, ../../src/sass/_interactions.scss */
.ui-toggle-11.is-active {
  color: #fff;
}

/* line 981, ../../src/sass/_interactions.scss */
.ui-toggle-11.is-active:before {
  transform: rotate(0);
}

/* line 985, ../../src/sass/_interactions.scss */
.ui-toggle-12 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 996, ../../src/sass/_interactions.scss */
.ui-toggle-12:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: 0;
  top: -1px;
  height: calc(100% + 1px);
  transform-origin: top right;
  transform: rotate(90deg);
}

/* line 1010, ../../src/sass/_interactions.scss */
.ui-toggle-12.is-active {
  color: #fff;
}

/* line 1013, ../../src/sass/_interactions.scss */
.ui-toggle-12.is-active:before {
  transform: rotate(0);
}

/* line 1017, ../../src/sass/_interactions.scss */
.ui-toggle-13 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 1028, ../../src/sass/_interactions.scss */
.ui-toggle-13:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: 0;
  bottom: -1px;
  height: calc(100% + 1px);
  transform-origin: bottom right;
  transform: rotate(-90deg);
}

/* line 1042, ../../src/sass/_interactions.scss */
.ui-toggle-13.is-active {
  color: #fff;
}

/* line 1045, ../../src/sass/_interactions.scss */
.ui-toggle-13.is-active:before {
  transform: rotate(0);
}

/* line 1049, ../../src/sass/_interactions.scss */
.ui-toggle-14 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 1060, ../../src/sass/_interactions.scss */
.ui-toggle-14:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.35s ease;
  z-index: -1;
  background-color: #333;
  right: -1px;
  bottom: 0;
  width: calc(100% + 1px);
  transform-origin: bottom right;
  transform: rotate(90deg);
}

/* line 1074, ../../src/sass/_interactions.scss */
.ui-toggle-14.is-active {
  color: #fff;
}

/* line 1077, ../../src/sass/_interactions.scss */
.ui-toggle-14.is-active:before {
  transform: rotate(0);
}

/* line 1081, ../../src/sass/_interactions.scss */
.ui-toggle-15 {
  padding: 15px 25px;
  color: #333;
  cursor: pointer;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* line 1092, ../../src/sass/_interactions.scss */
.ui-toggle-15:before,
.ui-toggle-15:after {
  top: 0;
  position: absolute;
  width: calc(50% + 21px);
  height: 100%;
  content: '';
  background-color: #333;
  transition: transform 0.35s ease;
  z-index: -1;
}

/* line 1103, ../../src/sass/_interactions.scss */
.ui-toggle-15:before {
  left: 0;
  transform: skewX(-20deg) translateX(calc(-100% - 20px));
}

/* line 1107, ../../src/sass/_interactions.scss */
.ui-toggle-15:after {
  right: 0;
  transform: skewX(-20deg) translateX(calc(100% + 20px));
}

/* line 1111, ../../src/sass/_interactions.scss */
.ui-toggle-15.is-active {
  color: #fff;
}

/* line 1114, ../../src/sass/_interactions.scss */
.ui-toggle-15.is-active:before {
  transform: skewX(-20deg) translateX(-20px);
}

/* line 1117, ../../src/sass/_interactions.scss */
.ui-toggle-15.is-active:after {
  transform: skewX(-20deg) translateX(20px);
}

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

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

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

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

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

/* line 8, ../../src/sass/_pc-layout.scss */
html {
  overflow-x: hidden;
}

/* line 13, ../../src/sass/_pc-layout.scss */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* line 20, ../../src/sass/_pc-layout.scss */
h1, h2, h3, h4 {
  margin-top: 60px;
}

/* line 23, ../../src/sass/_pc-layout.scss */
h5 {
  margin-top: 60px;
}

/* line 30, ../../src/sass/_pc-layout.scss */
body {
  font-size: 16px;
  word-wrap: normal;
}
@media screen and (max-width: 1223px) {
  /* line 30, ../../src/sass/_pc-layout.scss */
  body {
    font-size: 1.30719vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 30, ../../src/sass/_pc-layout.scss */
  body {
    font-size: 4.26667vw;
  }
}

/* line 38, ../../src/sass/_pc-layout.scss */
.bgGray {
  background: #f5f5f5;
}

/* line 46, ../../src/sass/_pc-layout.scss */
p {
  line-height: 1.5;
  margin-bottom: 1em;
}

/* line 51, ../../src/sass/_pc-layout.scss */
ul, ol {
  margin-top: 1.5em;
  margin-bottom: 2em;
  margin-left: 1.5em;
}
/* line 55, ../../src/sass/_pc-layout.scss */
ul li, ol li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

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

/* line 66, ../../src/sass/_pc-layout.scss */
strong {
  color: #F45A09;
}

@media all and (-ms-high-contrast: none) {
  /* line 81, ../../src/sass/_pc-layout.scss */
  #bodyOuter {
    overflow-x: hidden;
  }
}
/* line 86, ../../src/sass/_pc-layout.scss */
#bodyOuter #wrapper {
  width: 1224px;
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (max-width: 1224px) {
  /* line 86, ../../src/sass/_pc-layout.scss */
  #bodyOuter #wrapper {
    width: 100%;
  }
}
/* line 93, ../../src/sass/_pc-layout.scss */
#bodyOuter #wrapper .ovWidth {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc(((100vw - 100%) / 2) * 1);
  padding-right: calc(((100vw - 100%) / 2) * 1);
}
/* line 100, ../../src/sass/_pc-layout.scss */
#bodyOuter #wrapper .ovLeft {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc(((100vw - 100%) / 2) * 1);
}
/* line 104, ../../src/sass/_pc-layout.scss */
#bodyOuter #wrapper .ovRight {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-right: calc(((100vw - 100%) / 2) * 1);
}

/* line 110, ../../src/sass/_pc-layout.scss */
.spOnly {
  display: none;
}

/* line 112, ../../src/sass/_pc-layout.scss */
#blackBg {
  display: none;
}

/* line 119, ../../src/sass/_pc-layout.scss */
#header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 100px;
  background: #fff;
}
/* line 125, ../../src/sass/_pc-layout.scss */
#header .inner {
  height: 100px;
  padding: 15px 40px 0;
  text-align: center;
  position: relative;
  z-index: 10;
  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: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 133, ../../src/sass/_pc-layout.scss */
#header .inner .logo {
  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;
  /* 横方向中央揃え */
}
/* line 136, ../../src/sass/_pc-layout.scss */
#header .inner .tel {
  flex: 1;
}
/* line 138, ../../src/sass/_pc-layout.scss */
#header .inner .tel .in {
  float: right;
  width: 260px;
  position: relative;
  padding-left: 50px;
  text-align: left;
}
/* line 144, ../../src/sass/_pc-layout.scss */
#header .inner .tel .in img {
  width: 38px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 152, ../../src/sass/_pc-layout.scss */
#header .inner .tel .in .no {
  font-size: 30px;
  color: #707070;
}
@media screen and (max-width: 1223px) {
  /* line 152, ../../src/sass/_pc-layout.scss */
  #header .inner .tel .in .no {
    font-size: 2.45098vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 152, ../../src/sass/_pc-layout.scss */
  #header .inner .tel .in .no {
    font-size: 4.8vw;
  }
}
/* line 156, ../../src/sass/_pc-layout.scss */
#header .inner .tel .in .time {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 1223px) {
  /* line 156, ../../src/sass/_pc-layout.scss */
  #header .inner .tel .in .time {
    font-size: 1.14379vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 156, ../../src/sass/_pc-layout.scss */
  #header .inner .tel .in .time {
    font-size: 3.2vw;
  }
}
/* line 162, ../../src/sass/_pc-layout.scss */
#header .inner .inq {
  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;
  /* 横方向中央揃え */
}
/* line 164, ../../src/sass/_pc-layout.scss */
#header .inner .inq img {
  width: auto;
  margin-left: 1em;
}
/* line 169, ../../src/sass/_pc-layout.scss */
#header .inner img {
  width: 297px;
  height: 43px;
}

/* line 176, ../../src/sass/_pc-layout.scss */
h1#mainImg {
  margin-top: 0;
  width: 100vw;
}
/* line 179, ../../src/sass/_pc-layout.scss */
h1#mainImg img {
  width: 100%;
}

/* line 187, ../../src/sass/_pc-layout.scss */
table {
  border-collapse: collapse;
  border: 1px solid #b5b5b5;
  margin-top: 1em;
  width: 100%;
}
/* line 192, ../../src/sass/_pc-layout.scss */
table th, table td {
  border: 1px solid #b5b5b5;
  padding: 1em;
  text-align: left;
}
/* line 197, ../../src/sass/_pc-layout.scss */
table th {
  background: #e5e5e5;
  font-weight: bold;
  width: 25%;
}
/* line 202, ../../src/sass/_pc-layout.scss */
table.type2 {
  border-width: 1px 0;
}
/* line 204, ../../src/sass/_pc-layout.scss */
table.type2 th, table.type2 td {
  background: transparent;
  border-width: 1px 0;
}
/* line 209, ../../src/sass/_pc-layout.scss */
table.stickyTable {
  width: 2000px;
  border: none;
  background-color: #FFF;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid #ccc;
}
/* line 216, ../../src/sass/_pc-layout.scss */
table.stickyTable th {
  border-right: 1px solid #999;
  width: auto;
  position: sticky;
  top: 0;
  z-index: 1;
}
/* line 222, ../../src/sass/_pc-layout.scss */
table.stickyTable th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
/* line 228, ../../src/sass/_pc-layout.scss */
table.stickyTable td {
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 232, ../../src/sass/_pc-layout.scss */
table.stickyTable td:first-child {
  position: sticky;
  left: 0;
  border-right: 1px solid #aaa;
}

/* line 240, ../../src/sass/_pc-layout.scss */
.tableWrapper {
  width: 100%;
  height: 500px;
  overflow: auto;
}

/* line 248, ../../src/sass/_pc-layout.scss */
section.main {
  padding: 0 12px;
  min-height: 70vh;
}
/* line 259, ../../src/sass/_pc-layout.scss */
section.main > h2:first-of-type {
  margin-top: 0;
}
/* line 265, ../../src/sass/_pc-layout.scss */
section.main figure {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  /* line 265, ../../src/sass/_pc-layout.scss */
  section.main figure {
    margin-bottom: 7.46667vw;
  }
}
/* line 269, ../../src/sass/_pc-layout.scss */
section.main img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
/* line 273, ../../src/sass/_pc-layout.scss */
section.main img.max {
  width: 100%;
}
/* line 277, ../../src/sass/_pc-layout.scss */
section.main a {
  text-decoration: underline;
}
/* line 279, ../../src/sass/_pc-layout.scss */
section.main a:focus, section.main a:hover {
  text-decoration: none;
}
/* line 287, ../../src/sass/_pc-layout.scss */
section.main .objFit {
  width: 100%;
  height: 100%;
  max-width: none;
}
/* line 291, ../../src/sass/_pc-layout.scss */
section.main .objFit.contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
}
/* line 295, ../../src/sass/_pc-layout.scss */
section.main .objFit.cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/* line 305, ../../src/sass/_pc-layout.scss */
.fRed {
  color: #E32C00;
}

/* line 308, ../../src/sass/_pc-layout.scss */
.fBlue {
  color: #005DA0;
}

/* line 312, ../../src/sass/_pc-layout.scss */
h2 img.h2-01 {
  margin-top: 80px;
}

/* line 316, ../../src/sass/_pc-layout.scss */
.fa-check-circle {
  color: #00BA29;
}

/* line 319, ../../src/sass/_pc-layout.scss */
.fa-times {
  color: #EA2C19;
}

/* line 322, ../../src/sass/_pc-layout.scss */
h3 {
  font-size: 30px;
}
@media screen and (max-width: 1223px) {
  /* line 322, ../../src/sass/_pc-layout.scss */
  h3 {
    font-size: 2.45098vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 322, ../../src/sass/_pc-layout.scss */
  h3 {
    font-size: 4.8vw;
  }
}
/* line 324, ../../src/sass/_pc-layout.scss */
h3 .fL {
  font-size: 36px;
}
@media screen and (max-width: 1223px) {
  /* line 324, ../../src/sass/_pc-layout.scss */
  h3 .fL {
    font-size: 2.94118vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 324, ../../src/sass/_pc-layout.scss */
  h3 .fL {
    font-size: 4.8vw;
  }
}

/* line 329, ../../src/sass/_pc-layout.scss */
#sec01 {
  background-color: #F5F5F5;
  background-image: url(../img/bg_section01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100vw 5.10417vw;
  padding-top: 10.41667vw;
  margin-top: 2em;
}
@media screen and (min-width: 1920px) {
  /* line 329, ../../src/sass/_pc-layout.scss */
  #sec01 {
    padding-top: 200px;
  }
}
/* line 341, ../../src/sass/_pc-layout.scss */
#sec01 .text {
  flex: 1;
  padding: 0 80px 0 100px;
}
/* line 344, ../../src/sass/_pc-layout.scss */
#sec01 .text p {
  margin-bottom: 2em;
}
/* line 347, ../../src/sass/_pc-layout.scss */
#sec01 .text h4 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 22px;
}
@media screen and (max-width: 1223px) {
  /* line 347, ../../src/sass/_pc-layout.scss */
  #sec01 .text h4 {
    font-size: 1.79739vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 347, ../../src/sass/_pc-layout.scss */
  #sec01 .text h4 {
    font-size: 4.8vw;
  }
}

/* line 354, ../../src/sass/_pc-layout.scss */
#sec02 {
  background-color: #496C86;
  background-image: url(../img/bg_section02.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100vw 5.10417vw;
  padding-top: 10.41667vw;
  margin-top: 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 1920px) {
  /* line 354, ../../src/sass/_pc-layout.scss */
  #sec02 {
    padding-top: 200px;
  }
}
/* line 366, ../../src/sass/_pc-layout.scss */
#sec02 h3 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 2em;
}
@media screen and (max-width: 1223px) {
  /* line 366, ../../src/sass/_pc-layout.scss */
  #sec02 h3 {
    font-size: 2.61438vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 366, ../../src/sass/_pc-layout.scss */
  #sec02 h3 {
    font-size: 5.33333vw;
  }
}
/* line 373, ../../src/sass/_pc-layout.scss */
#sec02 .box {
  background-color: #fff;
  text-align: center;
  padding: 1em 2em;
  margin-bottom: 1.5em !important;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
/* line 379, ../../src/sass/_pc-layout.scss */
#sec02 .box h4 {
  font-size: 26px;
  color: #004B81;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 1223px) {
  /* line 379, ../../src/sass/_pc-layout.scss */
  #sec02 .box h4 {
    font-size: 2.12418vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 379, ../../src/sass/_pc-layout.scss */
  #sec02 .box h4 {
    font-size: 4.8vw;
  }
}
/* line 386, ../../src/sass/_pc-layout.scss */
#sec02 .box p {
  margin-top: 1em;
  text-align: left;
}

/* line 392, ../../src/sass/_pc-layout.scss */
#sec03 {
  background: #F5F5F5;
  padding-bottom: 90px;
}
/* line 395, ../../src/sass/_pc-layout.scss */
#sec03 .inner {
  padding-top: 2em;
}
/* line 397, ../../src/sass/_pc-layout.scss */
#sec03 .inner .mds {
  font-size: 24px;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 80px;
}
@media screen and (max-width: 1223px) {
  /* line 397, ../../src/sass/_pc-layout.scss */
  #sec03 .inner .mds {
    font-size: 1.96078vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 397, ../../src/sass/_pc-layout.scss */
  #sec03 .inner .mds {
    font-size: 4.8vw;
  }
}
/* line 403, ../../src/sass/_pc-layout.scss */
#sec03 .inner .waku {
  background: #fff;
  padding: 2em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  font-size: 22px;
  line-height: 2;
}
@media screen and (max-width: 1223px) {
  /* line 403, ../../src/sass/_pc-layout.scss */
  #sec03 .inner .waku {
    font-size: 1.79739vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 403, ../../src/sass/_pc-layout.scss */
  #sec03 .inner .waku {
    font-size: 4.8vw;
  }
}
/* line 409, ../../src/sass/_pc-layout.scss */
#sec03 .inner .waku.line {
  border: 3px solid #FFD134;
  font-size: 20px;
}
@media screen and (max-width: 1223px) {
  /* line 409, ../../src/sass/_pc-layout.scss */
  #sec03 .inner .waku.line {
    font-size: 1.63399vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 409, ../../src/sass/_pc-layout.scss */
  #sec03 .inner .waku.line {
    font-size: 4.8vw;
  }
}
/* line 414, ../../src/sass/_pc-layout.scss */
#sec03 .inner .tri {
  margin: 30px 0;
}
/* line 417, ../../src/sass/_pc-layout.scss */
#sec03 .inner h3.headline {
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

/* line 423, ../../src/sass/_pc-layout.scss */
#sec04 {
  margin-bottom: 6em;
}
/* line 425, ../../src/sass/_pc-layout.scss */
#sec04 h2 {
  font-size: 32px;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1223px) {
  /* line 425, ../../src/sass/_pc-layout.scss */
  #sec04 h2 {
    font-size: 2.61438vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 425, ../../src/sass/_pc-layout.scss */
  #sec04 h2 {
    font-size: 5.33333vw;
  }
}
/* line 432, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table,
#sec04 .pcTable table {
  border: none;
  border-collapse: separate;
  border-spacing: 6px;
}
/* line 437, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table thead .bs,
#sec04 .pcTable table thead .bs {
  background: #BFF0FF;
  color: #1d1d1d;
}
/* line 441, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table thead .sd,
#sec04 .pcTable table thead .sd {
  background: #FFDE83;
  color: #1d1d1d;
}
/* line 445, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table thead .ex,
#sec04 .pcTable table thead .ex {
  background: #FFB2B2;
  color: #1d1d1d;
}
/* line 449, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table thead th, #sec04 .spTable table thead td,
#sec04 .pcTable table thead th,
#sec04 .pcTable table thead td {
  text-align: center;
}
/* line 454, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody td,
#sec04 .pcTable table tbody td {
  text-align: center;
}
/* line 456, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody td span,
#sec04 .pcTable table tbody td span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1223px) {
  /* line 456, ../../src/sass/_pc-layout.scss */
  #sec04 .spTable table tbody td span,
  #sec04 .pcTable table tbody td span {
    font-size: 1.14379vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 456, ../../src/sass/_pc-layout.scss */
  #sec04 .spTable table tbody td span,
  #sec04 .pcTable table tbody td span {
    font-size: 3.2vw;
  }
}
/* line 460, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody td.inlineL,
#sec04 .pcTable table tbody td.inlineL {
  text-align: left;
}
/* line 463, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody td .fRed,
#sec04 .pcTable table tbody td .fRed {
  color: #B77800;
}
/* line 466, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody td .small,
#sec04 .pcTable table tbody td .small {
  font-size: 12px;
}
@media screen and (max-width: 1223px) {
  /* line 466, ../../src/sass/_pc-layout.scss */
  #sec04 .spTable table tbody td .small,
  #sec04 .pcTable table tbody td .small {
    font-size: 0.98039vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 466, ../../src/sass/_pc-layout.scss */
  #sec04 .spTable table tbody td .small,
  #sec04 .pcTable table tbody td .small {
    font-size: 2.66667vw;
  }
}
/* line 469, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody td.w,
#sec04 .pcTable table tbody td.w {
  white-space: nowrap;
}
/* line 473, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody .bs,
#sec04 .pcTable table tbody .bs {
  background: rgba(191, 240, 255, 0.25);
}
/* line 476, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody .sd,
#sec04 .pcTable table tbody .sd {
  background: rgba(255, 222, 131, 0.25);
}
/* line 479, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table tbody .ex,
#sec04 .pcTable table tbody .ex {
  background: rgba(255, 178, 178, 0.25);
}
/* line 483, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table th, #sec04 .spTable table td,
#sec04 .pcTable table th,
#sec04 .pcTable table td {
  border: none;
  background: #F5F5F5;
  padding: 1em 0.5em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 488, ../../src/sass/_pc-layout.scss */
#sec04 .spTable table th.empty, #sec04 .spTable table td.empty,
#sec04 .pcTable table th.empty,
#sec04 .pcTable table td.empty {
  background: transparent;
}

/* line 496, ../../src/sass/_pc-layout.scss */
#sec05 {
  background: #F5F5F5;
  padding: 50px 52px;
  margin-bottom: 50px;
}
/* line 500, ../../src/sass/_pc-layout.scss */
#sec05 h2 {
  font-size: 28px;
  text-align: left;
  border-bottom: 1px solid #9D9D9D;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 1223px) {
  /* line 500, ../../src/sass/_pc-layout.scss */
  #sec05 h2 {
    font-size: 2.28758vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 500, ../../src/sass/_pc-layout.scss */
  #sec05 h2 {
    font-size: 5.33333vw;
  }
}
/* line 507, ../../src/sass/_pc-layout.scss */
#sec05 ol {
  margin-left: 0;
  padding-left: 20px;
}
/* line 510, ../../src/sass/_pc-layout.scss */
#sec05 ol li {
  margin-bottom: 1em;
  font-weight: bold;
}
/* line 513, ../../src/sass/_pc-layout.scss */
#sec05 ol li .small {
  font-weight: normal;
}

/* line 520, ../../src/sass/_pc-layout.scss */
#sec06 {
  background-color: #BFD0DD;
  background-image: url(../img/bg_section01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100vw 5.10417vw;
  padding-top: 10.41667vw;
  margin-top: 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 1920px) {
  /* line 520, ../../src/sass/_pc-layout.scss */
  #sec06 {
    padding-top: 200px;
  }
}
/* line 533, ../../src/sass/_pc-layout.scss */
#sec06 .steps .step {
  background-color: #fff;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 1em;
}
/* line 537, ../../src/sass/_pc-layout.scss */
#sec06 .steps .step .st {
  font-size: 26px;
  margin: 0 1em;
  align-self: center;
  color: #9D9D9D;
  line-height: 1;
}
@media screen and (max-width: 1223px) {
  /* line 537, ../../src/sass/_pc-layout.scss */
  #sec06 .steps .step .st {
    font-size: 2.12418vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 537, ../../src/sass/_pc-layout.scss */
  #sec06 .steps .step .st {
    font-size: 5.33333vw;
  }
}
/* line 544, ../../src/sass/_pc-layout.scss */
#sec06 .steps .step .txt {
  flex: 1;
  border-left: 2px solid #9D9D9D;
  padding-left: 1.5em;
}
/* line 548, ../../src/sass/_pc-layout.scss */
#sec06 .steps .step .txt h3 {
  color: #005DA0;
  font-size: 22px;
  margin: 0.5em 0;
}
@media screen and (max-width: 1223px) {
  /* line 548, ../../src/sass/_pc-layout.scss */
  #sec06 .steps .step .txt h3 {
    font-size: 1.79739vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 548, ../../src/sass/_pc-layout.scss */
  #sec06 .steps .step .txt h3 {
    font-size: 4.8vw;
  }
}
/* line 555, ../../src/sass/_pc-layout.scss */
#sec06 .steps .tri {
  padding-bottom: 1em;
}

/* line 561, ../../src/sass/_pc-layout.scss */
#sec07 {
  background-image: url(../img/bg_footer.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px 0;
}
/* line 567, ../../src/sass/_pc-layout.scss */
#sec07 h2 {
  margin-bottom: 2em;
}
/* line 570, ../../src/sass/_pc-layout.scss */
#sec07 a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  background-color: #FFD134;
  text-decoration: none;
  font-size: 22px;
  color: #000;
  line-height: 1;
  padding: 1em 3em 1.2em;
  -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;
}
@media screen and (max-width: 1223px) {
  /* line 570, ../../src/sass/_pc-layout.scss */
  #sec07 a {
    font-size: 1.79739vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 570, ../../src/sass/_pc-layout.scss */
  #sec07 a {
    font-size: 4.26667vw;
  }
}
/* line 581, ../../src/sass/_pc-layout.scss */
#sec07 a:hover {
  color: #005DA0;
  background-color: white;
}

/* line 588, ../../src/sass/_pc-layout.scss */
#sec08 {
  padding-top: 75px;
  padding-bottom: 120px;
}

/* line 593, ../../src/sass/_pc-layout.scss */
.cyousa {
  border-top: 4px solid #E2E2E2;
  border-bottom: 4px solid #E2E2E2;
  padding: 1em;
  margin: 1em 0;
}
/* line 598, ../../src/sass/_pc-layout.scss */
.cyousa .mds {
  font-size: 26px;
  color: #005DA0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1223px) {
  /* line 598, ../../src/sass/_pc-layout.scss */
  .cyousa .mds {
    font-size: 2.12418vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 598, ../../src/sass/_pc-layout.scss */
  .cyousa .mds {
    font-size: 5.33333vw;
  }
}

/* line 659, ../../src/sass/_pc-layout.scss */
.eng {
  font-family: 'Roboto', sans-serif;
}
/* line 661, ../../src/sass/_pc-layout.scss */
.eng.mds {
  font-size: 20px;
}
@media screen and (max-width: 1223px) {
  /* line 661, ../../src/sass/_pc-layout.scss */
  .eng.mds {
    font-size: 1.63399vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 661, ../../src/sass/_pc-layout.scss */
  .eng.mds {
    font-size: 4.8vw;
  }
}

/* line 665, ../../src/sass/_pc-layout.scss */
.green {
  color: #94B42A;
}

/* line 668, ../../src/sass/_pc-layout.scss */
h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1223px) {
  /* line 668, ../../src/sass/_pc-layout.scss */
  h2 {
    font-size: 3.26797vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 668, ../../src/sass/_pc-layout.scss */
  h2 {
    font-size: 6.4vw;
  }
}

/* line 673, ../../src/sass/_pc-layout.scss */
.mdsFds {
  margin-bottom: 20px;
}

/* line 676, ../../src/sass/_pc-layout.scss */
p {
  line-height: 1.5;
}

/* line 679, ../../src/sass/_pc-layout.scss */
.marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffd112 70%);
}

/* line 682, ../../src/sass/_pc-layout.scss */
.fBold {
  font-weight: bold;
}

/* line 699, ../../src/sass/_pc-layout.scss */
.acdjs dt {
  padding-right: 4rem;
}
/* line 701, ../../src/sass/_pc-layout.scss */
.acdjs dt:after {
  font-size: 2.4rem;
}

/* line 710, ../../src/sass/_pc-layout.scss */
#footer {
  background: #fff;
  color: #333;
}
/* line 715, ../../src/sass/_pc-layout.scss */
#footer .inner .copyright {
  font-size: 16px;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 1223px) {
  /* line 715, ../../src/sass/_pc-layout.scss */
  #footer .inner .copyright {
    font-size: 1.30719vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 715, ../../src/sass/_pc-layout.scss */
  #footer .inner .copyright {
    font-size: 3.73333vw;
  }
}
/* line 721, ../../src/sass/_pc-layout.scss */
#footer a {
  text-decoration: underline;
  color: #005DA0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 760, ../../src/sass/_pc-layout.scss */
  section.main h4 {
    padding: 7px 0 0 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1223px) {
  /* line 15, ../../src/sass/_mid-layout.scss */
  #header {
    height: 8.16993vw;
  }
  /* line 16, ../../src/sass/_mid-layout.scss */
  #header .inner {
    height: 8.16993vw;
    padding: 1.22549vw 3.26797vw 0;
  }
  /* line 20, ../../src/sass/_mid-layout.scss */
  #header .inner .tel .in {
    width: 21.24183vw;
    padding-left: 4.08497vw;
  }
  /* line 23, ../../src/sass/_mid-layout.scss */
  #header .inner .tel .in img {
    width: 3.10458vw;
    height: 4.08497vw;
  }
  /* line 29, ../../src/sass/_mid-layout.scss */
  #header .inner img {
    width: 24.26471vw;
    height: 3.51307vw;
  }

  /* line 45, ../../src/sass/_mid-layout.scss */
  section.main .h3Style:before {
    height: 1.63399vw;
  }

  /* line 55, ../../src/sass/_mid-layout.scss */
  h2 img.h2-01 {
    width: 48.20261vw;
    margin-top: 6.53595vw;
  }

  /* line 62, ../../src/sass/_mid-layout.scss */
  #sec01 .image {
    width: 36.35621vw;
  }
  /* line 65, ../../src/sass/_mid-layout.scss */
  #sec01 .text {
    padding: 0 6.53595vw 0 8.16993vw;
  }
  /* line 68, ../../src/sass/_mid-layout.scss */
  #sec01 .text h4 img {
    width: 3.26797vw;
  }

  /* line 74, ../../src/sass/_mid-layout.scss */
  #sec02 {
    padding-bottom: 8.16993vw;
  }
  /* line 77, ../../src/sass/_mid-layout.scss */
  #sec02 h3 img {
    width: 5.55556vw;
  }
  /* line 82, ../../src/sass/_mid-layout.scss */
  #sec02 .box img {
    width: 8.16993vw;
  }

  /* line 87, ../../src/sass/_mid-layout.scss */
  #sec03 {
    padding-bottom: 7.35294vw;
  }
  /* line 90, ../../src/sass/_mid-layout.scss */
  #sec03 h2 img {
    width: 69.93464vw;
  }
  /* line 95, ../../src/sass/_mid-layout.scss */
  #sec03 h3.headline img {
    width: 92.48366vw;
  }
  /* line 100, ../../src/sass/_mid-layout.scss */
  #sec03 .inner .mds {
    margin-bottom: 6.53595vw;
  }
  /* line 103, ../../src/sass/_mid-layout.scss */
  #sec03 .inner .tri {
    margin: 2.45098vw 0;
  }
  /* line 104, ../../src/sass/_mid-layout.scss */
  #sec03 .inner .tri img {
    width: 2.53268vw;
  }
  /* line 109, ../../src/sass/_mid-layout.scss */
  #sec03 .inner h3.headline {
    -moz-transform: translate(0, 2.45098vw);
    -ms-transform: translate(0, 2.45098vw);
    -webkit-transform: translate(0, 2.45098vw);
    transform: translate(0, 2.45098vw);
  }

  /* line 116, ../../src/sass/_mid-layout.scss */
  #sec04 .pcTable table {
    border-spacing: 0.4902vw;
  }

  /* line 121, ../../src/sass/_mid-layout.scss */
  #sec05 {
    padding: 4.08497vw 4.24837vw;
    margin-bottom: 4.08497vw;
  }
  /* line 124, ../../src/sass/_mid-layout.scss */
  #sec05 ol {
    padding-left: 1.63399vw;
  }

  /* line 128, ../../src/sass/_mid-layout.scss */
  #sec06 {
    padding-bottom: 8.16993vw;
  }

  /* line 131, ../../src/sass/_mid-layout.scss */
  #sec07 {
    padding: 6.53595vw 0;
  }

  /* line 135, ../../src/sass/_mid-layout.scss */
  #sec08 {
    padding-top: 6.12745vw;
    padding-bottom: 9.80392vw;
  }

  /* line 152, ../../src/sass/_mid-layout.scss */
  .acdjs dt .intBtn {
    width: 2.45098vw;
    height: 2.45098vw;
  }

  /* line 163, ../../src/sass/_mid-layout.scss */
  #footer .inner {
    padding: 4.08497vw 0;
  }
  /* line 165, ../../src/sass/_mid-layout.scss */
  #footer .inner .logo {
    font-size: 1.79739vw;
  }
  /* line 168, ../../src/sass/_mid-layout.scss */
  #footer .inner .copyright {
    bottom: 4.08497vw;
  }

  /* line 176, ../../src/sass/_mid-layout.scss */
  #pageTop {
    height: 3.26797vw;
  }
  /* line 183, ../../src/sass/_mid-layout.scss */
  #pageTop a {
    width: 8.16993vw;
    height: 3.26797vw;
    line-height: 3.26797vw;
    -moz-border-radius: 0.81699vw 0.81699vw 0 0;
    -webkit-border-radius: 0.81699vw;
    border-radius: 0.81699vw 0.81699vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 7, ../../src/sass/_sp-layout.scss */
  #bodyOuter {
    overflow-x: hidden;
  }
  /* line 9, ../../src/sass/_sp-layout.scss */
  #bodyOuter #wrapper {
    padding: 0 2.66667vw;
  }

  /* line 14, ../../src/sass/_sp-layout.scss */
  #blackBg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 8;
  }

  /* line 24, ../../src/sass/_sp-layout.scss */
  .pcOnly {
    display: none;
  }

  /* line 25, ../../src/sass/_sp-layout.scss */
  .spOnly {
    display: block;
  }

  /* line 27, ../../src/sass/_sp-layout.scss */
  .leadbun {
    text-align: left;
  }

  /* line 34, ../../src/sass/_sp-layout.scss */
  #header {
    height: auto;
  }
  /* line 36, ../../src/sass/_sp-layout.scss */
  #header a:hover {
    text-decoration: none;
  }
  /* line 39, ../../src/sass/_sp-layout.scss */
  #header .inner {
    height: auto;
    padding: 0;
  }
  /* line 42, ../../src/sass/_sp-layout.scss */
  #header .inner .logo {
    flex: unset;
    width: 50%;
  }
  /* line 45, ../../src/sass/_sp-layout.scss */
  #header .inner .logo img {
    width: 38.66667vw;
    height: auto;
  }
  /* line 50, ../../src/sass/_sp-layout.scss */
  #header .inner .tel {
    flex: unset;
    width: 50%;
  }
  /* line 53, ../../src/sass/_sp-layout.scss */
  #header .inner .tel .in {
    float: none;
    width: auto;
    padding-left: 0;
    text-align: left;
  }
  /* line 58, ../../src/sass/_sp-layout.scss */
  #header .inner .tel .in img {
    width: 6.13333vw;
    height: auto;
  }
  /* line 62, ../../src/sass/_sp-layout.scss */
  #header .inner .tel .in .no {
    padding-left: 8vw;
  }
  /* line 65, ../../src/sass/_sp-layout.scss */
  #header .inner .tel .in .time {
    padding-left: 8vw;
  }
  /* line 70, ../../src/sass/_sp-layout.scss */
  #header .inner .inq {
    width: 100%;
  }
  /* line 73, ../../src/sass/_sp-layout.scss */
  #header .inner .inq a {
    width: 50%;
    margin: 0;
    padding-top: 0.2em;
  }
  /* line 77, ../../src/sass/_sp-layout.scss */
  #header .inner .inq a img {
    margin-left: 0;
  }
  /* line 80, ../../src/sass/_sp-layout.scss */
  #header .inner .inq a.b01 {
    background-color: #FFD134;
  }
  /* line 83, ../../src/sass/_sp-layout.scss */
  #header .inner .inq a.b02 {
    background-color: #38A269;
  }

  /* line 91, ../../src/sass/_sp-layout.scss */
  h1#mainImg {
    margin-top: 0;
    width: 100vw;
  }
  /* line 94, ../../src/sass/_sp-layout.scss */
  h1#mainImg img {
    width: 100%;
  }

  /* line 103, ../../src/sass/_sp-layout.scss */
  #pageTop {
    height: 7.8125vw;
  }
  /* line 105, ../../src/sass/_sp-layout.scss */
  #pageTop a {
    width: 13.02083vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    -moz-border-radius: 1.30208vw 1.30208vw 0 0;
    -webkit-border-radius: 1.30208vw;
    border-radius: 1.30208vw 1.30208vw 0 0;
  }

  /* line 154, ../../src/sass/_sp-layout.scss */
  #sec01 .image {
    width: 100%;
    text-align: center;
  }
  /* line 157, ../../src/sass/_sp-layout.scss */
  #sec01 .image img {
    width: 66.66667vw;
  }
  /* line 161, ../../src/sass/_sp-layout.scss */
  #sec01 .text {
    flex: unset;
    width: 100%;
    padding: 0;
  }
  /* line 165, ../../src/sass/_sp-layout.scss */
  #sec01 .text h4 {
    text-align: center;
  }
  /* line 167, ../../src/sass/_sp-layout.scss */
  #sec01 .text h4 img {
    width: 8.53333vw;
  }

  /* line 173, ../../src/sass/_sp-layout.scss */
  #sec02 {
    padding-bottom: 16vw;
  }
  /* line 176, ../../src/sass/_sp-layout.scss */
  #sec02 h3 img {
    width: 13.33333vw;
    margin-bottom: 0.3em;
  }
  /* line 181, ../../src/sass/_sp-layout.scss */
  #sec02 .box {
    padding: 0.5em;
  }
  /* line 183, ../../src/sass/_sp-layout.scss */
  #sec02 .box img {
    width: 16vw;
  }

  /* line 188, ../../src/sass/_sp-layout.scss */
  #sec03 {
    padding-bottom: 13.33333vw;
  }
  /* line 190, ../../src/sass/_sp-layout.scss */
  #sec03 .inner {
    padding-top: 4em;
  }
  /* line 193, ../../src/sass/_sp-layout.scss */
  #sec03 .inner h2 img {
    margin: 0 auto;
    width: 72.53333vw;
  }
  /* line 198, ../../src/sass/_sp-layout.scss */
  #sec03 .inner .mds {
    margin-bottom: 8vw;
  }
  /* line 201, ../../src/sass/_sp-layout.scss */
  #sec03 .inner .waku {
    background: #fff;
    padding: 1em;
    text-align: left;
  }
  /* line 206, ../../src/sass/_sp-layout.scss */
  #sec03 .inner .tri {
    margin: 8vw 0;
  }
  /* line 208, ../../src/sass/_sp-layout.scss */
  #sec03 .inner .tri img {
    width: 8.26667vw;
  }
  /* line 210, ../../src/sass/_sp-layout.scss */
  #sec03 .inner h3.headline {
    -moz-transform: translate(0, 4vw);
    -ms-transform: translate(0, 4vw);
    -webkit-transform: translate(0, 4vw);
    transform: translate(0, 4vw);
  }
  /* line 212, ../../src/sass/_sp-layout.scss */
  #sec03 .inner h3.headline img.spOnly {
    width: 100vw;
  }

  /* line 220, ../../src/sass/_sp-layout.scss */
  #sec04 .spTable table {
    margin-top: 0;
    border-spacing: 1.6vw;
  }
  /* line 223, ../../src/sass/_sp-layout.scss */
  #sec04 .spTable table th, #sec04 .spTable table td {
    font-size: 3.2vw;
    width: 48%;
    -moz-border-radius: 1.6vw;
    -webkit-border-radius: 1.6vw;
    border-radius: 1.6vw;
  }

  /* line 231, ../../src/sass/_sp-layout.scss */
  #sec05 {
    padding: 1em;
    margin-bottom: 8vw;
  }
  /* line 234, ../../src/sass/_sp-layout.scss */
  #sec05 ol {
    padding-left: 5.33333vw;
  }

  /* line 238, ../../src/sass/_sp-layout.scss */
  #sec06 {
    padding-bottom: 10.66667vw;
  }
  /* line 241, ../../src/sass/_sp-layout.scss */
  #sec06 .steps .step {
    padding: 1em;
  }
  /* line 243, ../../src/sass/_sp-layout.scss */
  #sec06 .steps .step .st {
    margin: 0;
    width: 100%;
    padding-bottom: 1em;
    text-align: center;
  }
  /* line 249, ../../src/sass/_sp-layout.scss */
  #sec06 .steps .step .txt {
    flex: unset;
    width: 100%;
    border-left: none;
    border-top: 2px solid #9D9D9D;
    padding-left: 0;
    padding-top: 0.5em;
  }
  /* line 260, ../../src/sass/_sp-layout.scss */
  #sec06 .tri img {
    width: 8.26667vw;
  }

  /* line 263, ../../src/sass/_sp-layout.scss */
  #sec07 {
    background-image: url(../img/bg_footer_sp.png);
    padding: 10.66667vw 0;
  }
  /* line 266, ../../src/sass/_sp-layout.scss */
  #sec07 h2 {
    margin-bottom: 2em;
    font-size: 5.33333vw;
  }
  /* line 270, ../../src/sass/_sp-layout.scss */
  #sec07 a {
    padding: 1.5em 2.5em 1.7em;
  }

  /* line 275, ../../src/sass/_sp-layout.scss */
  #sec08 {
    padding-top: 9.33333vw;
    padding-bottom: 10.66667vw;
  }

  /* line 289, ../../src/sass/_sp-layout.scss */
  .acdjs dt, .acdjs dd {
    padding: 1em 2.5em;
  }
  /* line 292, ../../src/sass/_sp-layout.scss */
  .acdjs dt {
    margin-top: 1.5em;
    font-size: 5.06667vw;
    font-weight: bold;
    text-align: center;
  }
  /* line 297, ../../src/sass/_sp-layout.scss */
  .acdjs dt.bs {
    background-color: #BFF0FF;
  }
  /* line 298, ../../src/sass/_sp-layout.scss */
  .acdjs dt.sd {
    background-color: #FFDE83;
  }
  /* line 299, ../../src/sass/_sp-layout.scss */
  .acdjs dt.ex {
    background-color: #FFB2B2;
  }
  /* line 300, ../../src/sass/_sp-layout.scss */
  .acdjs dt:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "" !important;
    font-weight: 600 !important;
    font-size: 1em;
    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%);
    -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 309, ../../src/sass/_sp-layout.scss */
  .acdjs dt.active:after {
    -moz-transform: translate(-100%, -50%) rotate(-180deg);
    -ms-transform: translate(-100%, -50%) rotate(-180deg);
    -webkit-transform: translate(-100%, -50%) rotate(-180deg);
    transform: translate(-100%, -50%) rotate(-180deg);
  }
  /* line 319, ../../src/sass/_sp-layout.scss */
  .acdjs dt:before {
    display: none;
  }
  /* line 323, ../../src/sass/_sp-layout.scss */
  .acdjs dd {
    padding: 1em 0;
    background: #fff;
    border-top: none;
  }
  /* line 327, ../../src/sass/_sp-layout.scss */
  .acdjs dd:before {
    display: none;
  }

  /* line 337, ../../src/sass/_sp-layout.scss */
  #footer .inner {
    text-align: center;
    padding: 6.51042vw 0;
  }
  /* line 340, ../../src/sass/_sp-layout.scss */
  #footer .inner .logo {
    font-size: 8vw;
  }
  /* line 343, ../../src/sass/_sp-layout.scss */
  #footer .inner .copyright {
    position: static;
    text-align: center;
  }
}
@media print {
  /* line 87, ../../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;
  }
}
