@charset "UTF-8";
/* line 268, ../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 271, ../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, ../sass/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove default margin */
/* デフォルトのmarginを削除 */
/* line 18, ../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 37, ../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 46, ../sass/_reset.scss */
ul[class],
ol[class] {
  list-style: none;
}

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

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

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

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

/* JS object fit images 用 */
/* line 80, ../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 88, ../sass/_reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* line 31, ../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: #090;
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none !important;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  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: 1103px) {
  /* line 31, ../sass/_button.scss */
  .btn {
    font-size: 1.44928vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 31, ../sass/_button.scss */
  .btn {
    font-size: 3.64583vw;
  }
}
/* line 50, ../sass/_button.scss */
.btn.dispB {
  display: block;
}
/* line 53, ../sass/_button.scss */
.btn:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
  border: none;
  -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, ../sass/_button.scss */
.btn.arrow {
  padding: 0.7em 3em;
}
/* line 68, ../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, ../sass/_button.scss */
.btn.reverse {
  padding: 0.7em 3em;
}
/* line 82, ../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, ../sass/_button.scss */
.btn.nomark:after {
  display: none;
}
/* line 138, ../sass/_button.scss */
.btn.orange {
  background: #e29112;
  color: #fff;
}
/* line 141, ../sass/_button.scss */
.btn.orange:hover {
  background: #dc6d14;
  color: #fff;
}
/* line 149, ../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, ../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, ../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, ../sass/_button.scss */
.btn[target="_blank"] {
  padding: 0.7em 3em;
}
/* line 178, ../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, ../sass/_button.scss */
  .btn[target="_blank"]:after {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}

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

/* line 79, ../sass/_header.scss */
.h2Style {
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1103px) {
  /* line 79, ../sass/_header.scss */
  .h2Style {
    font-size: 3.26087vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 79, ../sass/_header.scss */
  .h2Style {
    font-size: 4.94792vw;
  }
}
/* line 20, ../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 #e29112;
}
@media screen and (min-width: 769px) and (max-width: 1103px) {
  /* line 79, ../sass/_header.scss */
  .h2Style {
    margin-bottom: 5.43478vw;
  }
  /* line 32, ../sass/_header.scss */
  .h2Style:after {
    bottom: -1.3587vw px;
    width: 12.68116vw;
  }
}

/* line 82, ../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: 1103px) {
  /* line 82, ../sass/_header.scss */
  .h3Style {
    font-size: 2.53623vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 82, ../sass/_header.scss */
  .h3Style {
    font-size: 4.42708vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 82, ../sass/_header.scss */
  .h3Style {
    margin-bottom: 3.90625vw;
  }
}
/* line 45, ../sass/_header.scss */
.h3Style.normal {
  display: block;
  padding-right: 0;
}
/* line 48, ../sass/_header.scss */
.h3Style.normal:before {
  display: none;
}
/* line 52, ../sass/_header.scss */
.h3Style:before {
  content: "";
  width: 100%;
  height: 20px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

/* line 85, ../sass/_header.scss */
.h4Style {
  font-size: 22px;
  margin-bottom: 20px;
  border-left: 5px solid #0a6122;
  padding: 0 0 0 10px;
  line-height: 1;
}
@media screen and (max-width: 1103px) {
  /* line 85, ../sass/_header.scss */
  .h4Style {
    font-size: 1.99275vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 85, ../sass/_header.scss */
  .h4Style {
    font-size: 4.16667vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 85, ../sass/_header.scss */
  .h4Style {
    margin-bottom: 2.60417vw;
  }
}

/* line 88, ../sass/_header.scss */
.h5Style {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0a6122;
}
@media screen and (max-width: 1103px) {
  /* line 88, ../sass/_header.scss */
  .h5Style {
    font-size: 1.63043vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 88, ../sass/_header.scss */
  .h5Style {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 88, ../sass/_header.scss */
  .h5Style {
    margin-bottom: 2.60417vw;
  }
}

/* line 96, ../sass/_header.scss */
ul.mokuji li {
  display: flex;
  align-items: center;
}
/* line 99, ../sass/_header.scss */
ul.mokuji li .title {
  order: 1;
}
/* line 102, ../sass/_header.scss */
ul.mokuji li .page {
  order: 3;
}
/* line 105, ../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, ../sass/_header.scss */
.header-LR-line {
  color: #444;
  font-size: 24px;
  display: flex;
  align-items: center;
}
/* line 131, ../sass/_header.scss */
.header-LR-line:before, .header-LR-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}
/* line 139, ../sass/_header.scss */
.header-LR-line:before {
  margin-right: .4em;
}
/* line 142, ../sass/_header.scss */
.header-LR-line:after {
  margin-left: .4em;
}
/* line 147, ../sass/_header.scss */
.header-LR-line.grad:before {
  background: linear-gradient(-90deg, #888888, rgba(0, 0, 0, 0));
}
/* line 150, ../sass/_header.scss */
.header-LR-line.grad:after {
  background: linear-gradient(90deg, #888888, rgba(0, 0, 0, 0));
}
/* line 156, ../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, ../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, ../sass/_header.scss */
.header-tag:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

/* line 204, ../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, ../sass/_header.scss */
.header-steach.white {
  border: dashed 2px white;
}
/* line 200, ../sass/_header.scss */
.header-steach.kado {
  position: relative;
}
/* line 249, ../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, ../sass/_interactions.scss */
.ui-arrow-1 {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}
/* line 15, ../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, ../sass/_interactions.scss */
.ui-arrow-1:before {
  left: 50%;
  margin-left: -25%;
  transform: rotate(-45deg);
}
/* line 30, ../sass/_interactions.scss */
.ui-arrow-1:after {
  right: 50%;
  margin-right: -25%;
  transform: rotate(45deg);
}
/* line 35, ../sass/_interactions.scss */
.ui-arrow-1:before, .ui-arrow-1:after {
  transition: transform 0.34s ease;
}
/* line 40, ../sass/_interactions.scss */
.ui-arrow-1.is-active:before {
  transform: rotate(45deg);
}
/* line 43, ../sass/_interactions.scss */
.ui-arrow-1.is-active:after {
  transform: rotate(-45deg);
}

/* line 48, ../sass/_interactions.scss */
.ui-arrow-2 {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  transition: transform 0.3s ease;
}
/* line 55, ../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, ../sass/_interactions.scss */
.ui-arrow-2:before {
  left: 50%;
  margin-left: -25%;
  transform: rotate(-45deg);
}
/* line 70, ../sass/_interactions.scss */
.ui-arrow-2:after {
  right: 50%;
  margin-right: -25%;
  transform: rotate(45deg);
}
/* line 75, ../sass/_interactions.scss */
.ui-arrow-2.is-active {
  transform: rotate(-180deg);
}

/* line 79, ../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, ../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, ../sass/_interactions.scss */
.ui-hamburger-1:before {
  top: 0;
  transform-origin: 9% 150%;
}
/* line 104, ../sass/_interactions.scss */
.ui-hamburger-1:after {
  bottom: 0;
  transform-origin: 9% -50%;
}
/* line 108, ../sass/_interactions.scss */
.ui-hamburger-1.is-active {
  background-size: 0 20%;
  transition-delay: 0s;
}
/* line 111, ../sass/_interactions.scss */
.ui-hamburger-1.is-active:before {
  transform: rotate(45deg);
  transition-delay: 0.15s;
}
/* line 115, ../sass/_interactions.scss */
.ui-hamburger-1.is-active:after {
  transform: rotate(-45deg);
  transition-delay: 0.15s;
}

/* line 121, ../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, ../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, ../sass/_interactions.scss */
.ui-hamburger-2:before {
  top: 0;
  transform-origin: 91% 150%;
}
/* line 146, ../sass/_interactions.scss */
.ui-hamburger-2:after {
  bottom: 0;
  transform-origin: 91% -50%;
}
/* line 150, ../sass/_interactions.scss */
.ui-hamburger-2.is-active {
  background-size: 0 20%;
  transition-delay: 0s;
}
/* line 153, ../sass/_interactions.scss */
.ui-hamburger-2.is-active:before {
  transform: rotate(-45deg);
  transition-delay: 0.15s;
}
/* line 157, ../sass/_interactions.scss */
.ui-hamburger-2.is-active:after {
  transform: rotate(45deg);
  transition-delay: 0.15s;
}

/* line 163, ../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, ../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, ../sass/_interactions.scss */
.ui-hamburger-3:before, .ui-hamburger-3:after {
  left: 0;
}
/* line 189, ../sass/_interactions.scss */
.ui-hamburger-3.is-active {
  background-size: 0 40%;
  transition-delay: 0s;
}
/* line 192, ../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, ../sass/_interactions.scss */
.ui-hamburger-3.is-active:before {
  transform: rotate(-45deg);
}
/* line 200, ../sass/_interactions.scss */
.ui-hamburger-3.is-active:after {
  transform: rotate(45deg);
}

/* line 205, ../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, ../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, ../sass/_interactions.scss */
.ui-hamburger-4:before, .ui-hamburger-4:after {
  right: 0;
}
/* line 231, ../sass/_interactions.scss */
.ui-hamburger-4.is-active {
  background-position: 30px 0;
  transition-delay: 0s;
}
/* line 234, ../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, ../sass/_interactions.scss */
.ui-hamburger-4.is-active:before {
  transform: rotate(-45deg);
}
/* line 242, ../sass/_interactions.scss */
.ui-hamburger-4.is-active:after {
  transform: rotate(45deg);
}

/* line 247, ../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, ../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, ../sass/_interactions.scss */
.ui-hamburger-5:before {
  top: 0;
}
/* line 272, ../sass/_interactions.scss */
.ui-hamburger-5:after {
  bottom: 0;
}
/* line 275, ../sass/_interactions.scss */
.ui-hamburger-5:before, .ui-hamburger-5:after {
  transition: 0.3s ease;
}
/* line 279, ../sass/_interactions.scss */
.ui-hamburger-5.is-active {
  background-size: 0 0;
}
/* line 281, ../sass/_interactions.scss */
.ui-hamburger-5.is-active:before, .ui-hamburger-5.is-active:after {
  transition-delay: 0.3s;
}
/* line 285, ../sass/_interactions.scss */
.ui-hamburger-5.is-active:before {
  transform: translateY(200%) rotate(45deg);
}
/* line 288, ../sass/_interactions.scss */
.ui-hamburger-5.is-active:after {
  transform: translateY(-200%) rotate(-45deg);
}

/* line 293, ../sass/_interactions.scss */
.ui-hamburger-6 {
  width: 30px;
  height: 26px;
  border: none;
  position: relative;
  cursor: pointer;
}
/* line 299, ../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, ../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, ../sass/_interactions.scss */
.ui-hamburger-6.is-active:before {
  opacity: 0;
  transform: scale(0);
}
/* line 328, ../sass/_interactions.scss */
.ui-hamburger-6.is-active:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  transition-delay: 0.3s ease;
}

/* line 334, ../sass/_interactions.scss */
.ui-plus-1 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
/* line 341, ../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, ../sass/_interactions.scss */
.ui-plus-1:before {
  transform: rotate(90deg);
}
/* line 355, ../sass/_interactions.scss */
.ui-plus-1:before {
  transition: transform 0.3s ease;
}
/* line 358, ../sass/_interactions.scss */
.ui-plus-1.is-active:before {
  transform: rotate(0);
}

/* line 362, ../sass/_interactions.scss */
.ui-plus-2 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
/* line 369, ../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, ../sass/_interactions.scss */
.ui-plus-2:before {
  transform: rotate(90deg);
}
/* line 383, ../sass/_interactions.scss */
.ui-plus-2:before {
  transition: transform 0.3s ease;
}
/* line 386, ../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, ../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, ../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, ../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, ../sass/_interactions.scss */
.ui-loading-1.is-active:before {
  transform: scaleX(1);
}
/* line 461, ../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, ../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, ../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, ../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, ../sass/_interactions.scss */
.ui-loading-2.is-active:before {
  transform: scaleY(1);
}

/* line 540, ../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, ../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, ../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, ../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, ../sass/_interactions.scss */
.ui-loading-3.is-active:before {
  transition: opacity 0.3s ease;
  transform: translateX(0);
  opacity: 1;
}

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

/* line 625, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-1.is-active {
  color: #fff;
}

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

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

/* line 657, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-2.is-active {
  color: #fff;
}

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

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

/* line 689, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-3.is-active {
  color: #fff;
}

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

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

/* line 721, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-4.is-active {
  color: #fff;
}

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

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

/* line 753, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-5:before {
  left: 0;
  transform: translateX(-100%);
}

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

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

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

/* line 791, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-6:before {
  top: 0;
  transform: translateY(-100%);
}

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

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

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

/* line 829, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-7.is-active {
  color: #fff;
}

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

/* line 860, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-8.is-active {
  color: #fff;
}

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

/* line 891, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-9.is-active {
  color: #fff;
}

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

/* line 922, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-10.is-active {
  color: #fff;
}

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

/* line 953, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-11.is-active {
  color: #fff;
}

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

/* line 985, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-12.is-active {
  color: #fff;
}

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

/* line 1017, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-13.is-active {
  color: #fff;
}

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

/* line 1049, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-14.is-active {
  color: #fff;
}

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

/* line 1081, ../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, ../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, ../sass/_interactions.scss */
.ui-toggle-15:before {
  left: 0;
  transform: skewX(-20deg) translateX(calc(-100% - 20px));
}

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

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

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

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

/* line 10, ../sass/_pc-layout.scss */
body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,arial,system-ui,sans-serif;
}

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

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

/* line 33, ../sass/_pc-layout.scss */
body {
  font-size: 16px;
  word-wrap: normal;
}
@media screen and (max-width: 1103px) {
  /* line 33, ../sass/_pc-layout.scss */
  body {
    font-size: 1.44928vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 33, ../sass/_pc-layout.scss */
  body {
    font-size: 3.64583vw;
  }
}

/* line 37, ../sass/_pc-layout.scss */
.leadbun {
  font-size: 20px;
}
@media screen and (max-width: 1103px) {
  /* line 37, ../sass/_pc-layout.scss */
  .leadbun {
    font-size: 1.81159vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 37, ../sass/_pc-layout.scss */
  .leadbun {
    font-size: 3.64583vw;
  }
}

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

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

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

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

/* line 69, ../sass/_pc-layout.scss */
strong {
  color: #e29112;
}

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

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

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

/* line 120, ../sass/_pc-layout.scss */
#header {
  color: #fff;
  height: 100px;
  position: relative;
}
/* line 121, ../sass/_pc-layout.scss */
#header .inner {
  padding-top: 50px;
  background: #fff;
  position: relative;
  z-index: 10;
}
/* line 126, ../sass/_pc-layout.scss */
#header .inner .logo {
  width: 226px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 134, ../sass/_pc-layout.scss */
#header .inner .logo 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 141, ../sass/_pc-layout.scss */
#header .inner .gNavi {
  font-family: "游明朝", "YuMincho", serif !important;
  font-weight: 600;
  text-align: right;
  padding-left: 226px;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 149, ../sass/_pc-layout.scss */
#header .inner .gNavi a {
  display: inline-block;
  margin-left: 1.3em;
  line-height: 1;
  padding-bottom: 0.5em;
  border-bottom: 4px dotted #fff;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 156, ../sass/_pc-layout.scss */
#header .inner .gNavi a.now, #header .inner .gNavi a:hover {
  text-decoration: none;
  border-color: #0a6122;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 165, ../sass/_pc-layout.scss */
#header.subPage {
  color: #333;
}
/* line 169, ../sass/_pc-layout.scss */
#header.subPage:after {
  display: none;
}
/* line 172, ../sass/_pc-layout.scss */
#header.subPage .inner {
  position: relative;
  height: 100%;
}
/* line 182, ../sass/_pc-layout.scss */
#header .inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0;
}

/* line 195, ../sass/_pc-layout.scss */
#pnkz {
  font-size: 14px;
  padding: 1em 0;
}
@media screen and (max-width: 1103px) {
  /* line 195, ../sass/_pc-layout.scss */
  #pnkz {
    font-size: 1.26812vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 195, ../sass/_pc-layout.scss */
  #pnkz {
    font-size: 1.82292vw;
  }
}
/* line 199, ../sass/_pc-layout.scss */
#pnkz span:after {
  content: ">";
  margin: 0 0.5em;
}
/* line 205, ../sass/_pc-layout.scss */
#pnkz span:last-of-type:after {
  display: none;
}

/* line 215, ../sass/_pc-layout.scss */
.contHead {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100vw auto;
  height: 330px;
  color: #fff;
  position: relative;
}
/* line 222, ../sass/_pc-layout.scss */
.contHead:after {
  content: "";
  width: 100%;
  height: 330px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 233, ../sass/_pc-layout.scss */
.contHead .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 237, ../sass/_pc-layout.scss */
.contHead .inner h1 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

/* line 252, ../sass/_pc-layout.scss */
table {
  border-collapse: collapse;
  border: 1px solid #b5b5b5;
  margin-top: 1em;
  width: 100%;
}
/* line 257, ../sass/_pc-layout.scss */
table th, table td {
  border: 1px solid #b5b5b5;
  padding: 10px;
  text-align: left;
}
/* line 262, ../sass/_pc-layout.scss */
table th {
  background: #37836c;
  font-weight: bold;
  color: #fff;
  /* width: 35%; */
  text-align: center;
}
@media screen and (max-width: 768px) {
  table th {
    width: 100%;
    display: block;
  }
  table td {
    width: 100%;
    display: block;
  }
}
/* line 267, ../sass/_pc-layout.scss */
table.type2 {
  border-width: 1px 0;
}
/* line 269, ../sass/_pc-layout.scss */
table.type2 th, table.type2 td {
  background: transparent;
  border-width: 1px 0;
}

/* line 279, ../sass/_pc-layout.scss */
section.main {
  padding: 0 12px;
  padding-top: 60px !important;
  padding-bottom: 100px !important;
  background: #fff;
  min-height: 70vh;
}
/* line 286, ../sass/_pc-layout.scss */
section.main .fukidashi {
  position: relative;
  border: 3px solid #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 7px 0 39px 0;
  padding: 1.5em;
}
/* line 15, ../sass/_fukidashi.scss */
section.main .fukidashi:before {
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  -moz-transform: translate(-50%, -5.19615px);
  -ms-transform: translate(-50%, -5.19615px);
  -webkit-transform: translate(-50%, -5.19615px);
  transform: translate(-50%, -5.19615px);
}
/* line 28, ../sass/_fukidashi.scss */
section.main .fukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 30px solid #999;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 40, ../sass/_fukidashi.scss */
section.main .fukidashi.top {
  margin: 39px 0 7px 0;
}
/* line 42, ../sass/_fukidashi.scss */
section.main .fukidashi.top:before {
  border-top: 14px solid transparent;
  border-bottom: 30px solid #fff;
  bottom: auto;
  top: auto;
  bottom: 100%;
  -moz-transform: translate(-50%, 5.19615px);
  -ms-transform: translate(-50%, 5.19615px);
  -webkit-transform: translate(-50%, 5.19615px);
  transform: translate(-50%, 5.19615px);
}
/* line 51, ../sass/_fukidashi.scss */
section.main .fukidashi.top:after {
  border-top: 14px solid transparent;
  border-bottom: 30px solid #999;
  top: auto;
  bottom: 100%;
}
/* line 58, ../sass/_fukidashi.scss */
section.main .fukidashi.left {
  margin: 0 7px 0 39px;
}
/* line 60, ../sass/_fukidashi.scss */
section.main .fukidashi.left:before {
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 30px solid #fff;
  bottom: auto;
  top: 50%;
  right: 100%;
  left: auto;
  -moz-transform: translate(5.19615px, -50%);
  -ms-transform: translate(5.19615px, -50%);
  -webkit-transform: translate(5.19615px, -50%);
  transform: translate(5.19615px, -50%);
}
/* line 70, ../sass/_fukidashi.scss */
section.main .fukidashi.left:after {
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 30px solid #999;
  bottom: auto;
  top: 50%;
  right: 100%;
  left: auto;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 82, ../sass/_fukidashi.scss */
section.main .fukidashi.right {
  margin: 0 39px 0 7px;
}
/* line 84, ../sass/_fukidashi.scss */
section.main .fukidashi.right:before {
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid transparent;
  border-left: 30px solid #fff;
  bottom: auto;
  top: 50%;
  left: 100%;
  right: auto;
  -moz-transform: translate(-5.19615px, -50%);
  -ms-transform: translate(-5.19615px, -50%);
  -webkit-transform: translate(-5.19615px, -50%);
  transform: translate(-5.19615px, -50%);
}
/* line 95, ../sass/_fukidashi.scss */
section.main .fukidashi.right:after {
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid transparent;
  border-left: 30px solid #999;
  bottom: auto;
  top: 50%;
  left: 100%;
  right: auto;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 290, ../sass/_pc-layout.scss */
section.main > h2:first-of-type {
  margin-top: 0;
}
/* line 293, ../sass/_pc-layout.scss */
section.main .aka {
  color: #ff013a;
}
/* line 296, ../sass/_pc-layout.scss */
section.main figure {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  /* line 296, ../sass/_pc-layout.scss */
  section.main figure {
    margin-bottom: 3.64583vw;
  }
}
/* line 300, ../sass/_pc-layout.scss */
section.main img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
/* line 304, ../sass/_pc-layout.scss */
section.main img.max {
  width: 100%;
}
/* line 308, ../sass/_pc-layout.scss */
section.main a {
  text-decoration: underline;
}
/* line 310, ../sass/_pc-layout.scss */
section.main a:hover {
  text-decoration: none;
}
/* line 315, ../sass/_pc-layout.scss */
section.main .waku {
  border: 1px solid #666;
  width: 600px;
  height: 600px;
  margin: 1em;
}
@media screen and (min-width: 769px) and (max-width: 1103px) {
  /* line 315, ../sass/_pc-layout.scss */
  section.main .waku {
    width: 54.34783vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 315, ../sass/_pc-layout.scss */
  section.main .waku {
    width: 78.125vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1103px) {
  /* line 315, ../sass/_pc-layout.scss */
  section.main .waku {
    height: 54.34783vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 315, ../sass/_pc-layout.scss */
  section.main .waku {
    height: 78.125vw;
  }
}
/* line 325, ../sass/_pc-layout.scss */
section.main .objFit {
  width: 100%;
  height: 100%;
  max-width: none;
}
/* line 329, ../sass/_pc-layout.scss */
section.main .objFit.contain {
  object-fit: contain;
}
/* line 332, ../sass/_pc-layout.scss */
section.main .objFit.cover {
  object-fit: cover;
}

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

/* line 362, ../sass/_pc-layout.scss */
#footer {
  background: #0a6122;
  color: #fff;
}
/* line 366, ../sass/_pc-layout.scss */
#footer .inner {
  font-size: 16px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1103px) {
  /* line 366, ../sass/_pc-layout.scss */
  #footer .inner {
    font-size: 1.44928vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 366, ../sass/_pc-layout.scss */
  #footer .inner {
    font-size: 3.125vw;
  }
}
/* line 370, ../sass/_pc-layout.scss */
#footer .inner .logo {
  font-size: 22px;
}
/* line 373, ../sass/_pc-layout.scss */
#footer .inner .copyright {
  position: absolute;
  right: 0;
  bottom: 50px;
}

/* line 384, ../sass/_pc-layout.scss */
.wp-pagenavi {
  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 386, ../sass/_pc-layout.scss */
.wp-pagenavi .current,
.wp-pagenavi a {
  width: 40px;
  height: 40px;
  border: 1px solid #0a6122;
  color: #0a6122;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0.5em;
  text-align: center;
  line-height: 40px;
  text-decoration: none !important;
  font-weight: bold;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 399, ../sass/_pc-layout.scss */
.wp-pagenavi .current:hover,
.wp-pagenavi a:hover {
  background: #0a6122;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 406, ../sass/_pc-layout.scss */
.wp-pagenavi .current {
  background: #0a6122;
  color: #fff;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 414, ../sass/_pc-layout.scss */
  section.main h4 {
    padding: 7px 0 0 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1103px) {
  /* line 6, ../sass/_mid-layout.scss */
  h1, h2, h3, h4 {
    margin-top: 5.43478vw;
  }

  /* line 9, ../sass/_mid-layout.scss */
  h5 {
    margin-top: 5.43478vw;
  }

  /* line 15, ../sass/_mid-layout.scss */
  #header {
    height: 9.05797vw;
  }
  /* line 16, ../sass/_mid-layout.scss */
  #header .inner {
    padding-top: 4.52899vw;
  }
  /* line 18, ../sass/_mid-layout.scss */
  #header .inner .logo {
    width: 20.47101vw;
  }
  /* line 20, ../sass/_mid-layout.scss */
  #header .inner .logo img {
    width: 17.75362vw;
    height: 6.34058vw;
  }
  /* line 25, ../sass/_mid-layout.scss */
  #header .inner .gNavi {
    padding-left: 20.47101vw;
  }

  /* line 34, ../sass/_mid-layout.scss */
  .contHead {
    height: 29.8913vw;
  }
  /* line 36, ../sass/_mid-layout.scss */
  .contHead:after {
    height: 29.8913vw;
  }

  /* line 43, ../sass/_mid-layout.scss */
  section.main {
    padding-top: 5.43478vw !important;
    padding-bottom: 9.05797vw !important;
  }
  /* line 48, ../sass/_mid-layout.scss */
  section.main h3:before {
    height: 1.81159vw;
  }

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

  /* line 80, ../sass/_mid-layout.scss */
  #footer .inner {
    padding: 4.52899vw 0;
  }
  /* line 82, ../sass/_mid-layout.scss */
  #footer .inner .logo {
    font-size: 1.99275vw;
  }
  /* line 85, ../sass/_mid-layout.scss */
  #footer .inner .copyright {
    bottom: 4.52899vw;
  }

  /* line 93, ../sass/_mid-layout.scss */
  #pageTop {
    bottom: 7.24638vw;
    right: 1.81159vw;
    width: 9.05797vw;
    height: 9.05797vw;
  }
  /* line 98, ../sass/_mid-layout.scss */
  #pageTop a {
    width: 9.05797vw;
    height: 9.05797vw;
    line-height: 9.05797vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 7, ../sass/_sp-layout.scss */
  #bodyOuter {
    padding-top: 18.22917vw;
  }
  /* line 9, ../sass/_sp-layout.scss */
  #bodyOuter #wrapper {
    padding: 0 3.90625vw;
  }

  /* line 14, ../sass/_sp-layout.scss */
  h1, h2, h3, h4 {
    margin-top: 7.8125vw;
  }

  /* line 17, ../sass/_sp-layout.scss */
  h5 {
    margin-top: 7.8125vw;
  }

  /* line 21, ../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 31, ../sass/_sp-layout.scss */
  .pcOnly {
    display: none;
  }

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

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

  /* line 48, ../sass/_sp-layout.scss */
  #header {
    height: 18.22917vw;
    color: #fff;
    position: relative;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwYTYxMjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhNjEyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #0a6122), color-stop(50%, #0a6122));
    background-image: -moz-linear-gradient(left, #0a6122 50%, #0a6122 50%);
    background-image: -webkit-linear-gradient(left, #0a6122 50%, #0a6122 50%);
    background-image: linear-gradient(to right, #0a6122 50%, #0a6122 50%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  /* line 49, ../sass/_sp-layout.scss */
  #header .inner {
    padding-top: 6.51042vw;
    background: transparent;
  }
  /* line 52, ../sass/_sp-layout.scss */
  #header .inner .logo {
    left: 3.90625vw;
    width: 29.42708vw;
  }
  /* line 55, ../sass/_sp-layout.scss */
  #header .inner .logo img {
    width: 100%;
  }
  /* line 59, ../sass/_sp-layout.scss */
  #header .inner .gNavi {
    font-family: "游明朝", "YuMincho", serif !important;
    font-weight: 600;
    overflow: scroll;
    text-align: center;
    padding: 0 1em 18.22917vw;
    margin-top: 18.22917vw;
    margin-bottom: -18.22917vw;
    position: fixed;
    top: 0;
    right: -100vw;
    width: 60%;
    height: 100vh;
    background: #0a6122;
    color: #fff;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /* line 61, ../sass/_sp-layout.scss */
  #header .inner .gNavi.is-active {
    right: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /* line 80, ../sass/_sp-layout.scss */
  #header .inner .gNavi a {
    display: block;
    margin-left: 0;
    line-height: 2;
    padding: 0;
    border-bottom: none;
    font-size: 3.90625vw;
    font-weight: 600;
    color: #fff;
    margin: 1.46484vh 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 92, ../sass/_sp-layout.scss */
  #header .inner .gNavi a:hover {
    text-decoration: none;
    border-color: #0a6122;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /* line 97, ../sass/_sp-layout.scss */
  #header .inner .gNavi a.now {
    background: #053713;
  }
  /* line 112, ../sass/_sp-layout.scss */
  #header.subPage {
    color: #333;
  }
  /* line 116, ../sass/_sp-layout.scss */
  #header.subPage:after {
    display: none;
  }
  /* line 119, ../sass/_sp-layout.scss */
  #header.subPage .inner {
    position: relative;
    height: 100%;
  }
  /* line 128, ../sass/_sp-layout.scss */
  #header .inner {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 0;
  }

  /* line 145, ../sass/_sp-layout.scss */
  .hamMenu {
    position: fixed;
    right: 5.20833vw;
    top: 5.20833vw;
    width: 7.8125vw;
    height: 6.77083vw;
    z-index: 10;
  }

  /* line 157, ../sass/_sp-layout.scss */
  #pageTop {
    width: 11.71875vw;
    height: 11.71875vw;
    bottom: 1.30208vw;
    right: 1.30208vw;
  }
  /* line 162, ../sass/_sp-layout.scss */
  #pageTop a {
    width: 11.71875vw;
    height: 11.71875vw;
  }
  /* line 165, ../sass/_sp-layout.scss */
  #pageTop a i {
    font-size: 10.41667vw;
  }

  /* line 174, ../sass/_sp-layout.scss */
  #pnkz {
    display: none;
  }

  /* line 182, ../sass/_sp-layout.scss */
  .contHead {
    height: 42.96875vw;
  }
  /* line 184, ../sass/_sp-layout.scss */
  .contHead:after {
    height: 42.96875vw;
  }

  /* line 192, ../sass/_sp-layout.scss */
  section.main {
    padding-top: 7.8125vw !important;
    padding-bottom: 13.02083vw !important;
  }
  /* line 195, ../sass/_sp-layout.scss */
  section.main h2 {
    margin-bottom: 7.8125vw;
  }
  /* line 197, ../sass/_sp-layout.scss */
  section.main h2:after {
    bottom: -1.95313vw;
    height: 3px;
    width: 18.22917vw;
    border-bottom: 4px dotted #e29112;
  }
  /* line 205, ../sass/_sp-layout.scss */
  section.main h3:before {
    content: "";
    height: 0.9em;
  }
  /* line 210, ../sass/_sp-layout.scss */
  section.main h4 {
    line-height: 1.2;
  }

  /* line 227, ../sass/_sp-layout.scss */
  #pageTop {
    bottom: 10.41667vw;
    right: 2.60417vw;
    width: 17.70833vw;
    height: 17.70833vw;
  }
  /* line 232, ../sass/_sp-layout.scss */
  #pageTop a {
    width: 17.70833vw;
    height: 17.70833vw;
    line-height: 17.70833vw;
  }
  /* line 236, ../sass/_sp-layout.scss */
  #pageTop a img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 246, ../sass/_sp-layout.scss */
  .acdjs dt, .acdjs dd {
    padding: 1em 2.5em;
  }
  /* line 249, ../sass/_sp-layout.scss */
  .acdjs dt {
    margin-top: 1.5em;
  }
  /* line 251, ../sass/_sp-layout.scss */
  .acdjs dt .intBtn {
    width: 5.20833vw;
    height: 5.20833vw;
    right: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 257, ../sass/_sp-layout.scss */
  .acdjs dt:before {
    left: 0.3em;
  }
  /* line 261, ../sass/_sp-layout.scss */
  .acdjs dd {
    padding: 1em 0.5em 1em 2.5em;
  }
  /* line 263, ../sass/_sp-layout.scss */
  .acdjs dd:before {
    left: 0.3em;
  }

  /* line 273, ../sass/_sp-layout.scss */
  #footer .inner {
    text-align: center;
    padding: 6.51042vw 0;
  }
  /* line 276, ../sass/_sp-layout.scss */
  #footer .inner .logo {
    font-size: 3.90625vw;
  }
  /* line 279, ../sass/_sp-layout.scss */
  #footer .inner .copyright {
    position: static;
    text-align: center;
  }
  /* line 283, ../sass/_sp-layout.scss */
  #footer .inner a {
    color: #fff;
    text-decoration: underline;
  }
}
@media print {
  /* line 50, ../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;
  }
}
