@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 212, ../sass/_variables.scss */
body {
  font-size: 16px;
}
@media screen and (max-width: 1223px) {
  /* line 212, ../sass/_variables.scss */
  body {
    font-size: max(1.30719vw,14px);
  }
}
@media screen and (max-width: 768px) {
  /* line 212, ../sass/_variables.scss */
  body {
    font-size: 4.26667vw;
  }
}

/* line 313, ../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 316, ../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;
}

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

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

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

/* Remove default margin */
/* デフォルトのmarginを削除 */
/* line 26, ../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, ../sass/_reset.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

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

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

/* JS object fit images 用 */
/* line 83, ../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 91, ../sass/_reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* line 106, ../sass/_reset.scss */
input[type="button"] {
  -webkit-appearance: none;
}

/* line 11, ../sass/_font.scss */
body {
  word-wrap: normal;
}
@media screen and (max-width: 768px) {
  /* line 14, ../sass/_font.scss */
  body p, body div, body table, body li {
    font-size: max(1em,14px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 14, ../sass/_font.scss */
  body p, body div, body table, body li {
    font-size: clamp(14px,1em,20px);
  }
}

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

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

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

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

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

/* line 56, ../sass/_font.scss */
h1,
.h1Style {
  font-size: max(2.375em,14px);
}
@media screen and (max-width: 768px) {
  /* line 56, ../sass/_font.scss */
  h1,
  .h1Style {
    font-size: clamp(14px,2.25em,24px);
  }
}

/* line 60, ../sass/_font.scss */
h2,
.h2Style {
  font-size: max(2.25em,14px);
}
@media screen and (max-width: 768px) {
  /* line 60, ../sass/_font.scss */
  h2,
  .h2Style {
    font-size: clamp(14px,2.0625em,20px);
  }
}

/* line 64, ../sass/_font.scss */
h3,
.h3Style {
  font-size: max(2.125em,14px);
}
@media screen and (max-width: 768px) {
  /* line 64, ../sass/_font.scss */
  h3,
  .h3Style {
    font-size: clamp(14px,1.875em,18px);
  }
}

/* line 68, ../sass/_font.scss */
h4,
.h4Style {
  font-size: max(2em,14px);
}
@media screen and (max-width: 768px) {
  /* line 68, ../sass/_font.scss */
  h4,
  .h4Style {
    font-size: clamp(14px,1.75em,22px);
  }
}

/* line 72, ../sass/_font.scss */
h5,
.h5Style {
  font-size: max(1.875em,14px);
}
@media screen and (max-width: 768px) {
  /* line 72, ../sass/_font.scss */
  h5,
  .h5Style {
    font-size: clamp(14px,1.625em,18px);
  }
}

/* line 76, ../sass/_font.scss */
h6,
.h6Style {
  font-size: max(1.625em,14px);
}
@media screen and (max-width: 768px) {
  /* line 76, ../sass/_font.scss */
  h6,
  .h6Style {
    font-size: clamp(14px,1.25em,16px);
  }
}

/* line 80, ../sass/_font.scss */
.mont {
  font-family: 'Montserrat', sans-serif;
}

/* line 86, ../sass/_font.scss */
p {
  line-height: 1.5;
  margin-bottom: 1em;
}

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

/* line 97, ../sass/_font.scss */
.aka {
  color: #ff013a;
}

/* line 100, ../sass/_font.scss */
a {
  text-decoration: none;
}
/* line 102, ../sass/_font.scss */
a:focus, a:hover {
  text-decoration: underline;
}

/* line 5, ../sass/_basic.scss */
html {
  overflow-x: hidden;
}

/* line 10, ../sass/_basic.scss */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

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

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

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

/* line 37, ../sass/_basic.scss */
section {
  padding-top: 1px;
}
/* line 39, ../sass/_basic.scss */
section:first-of-type {
  padding-top: 0;
}

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

/* line 82, ../sass/_basic.scss */
.wrapper {
  margin: 0 auto;
  width: min(100%,1200px);
  height: inherit;
}

@media screen and (min-width: 769px) and (max-width: 1223px) {
  /* line 90, ../sass/_basic.scss */
  .wrapper {
    padding: 0 1em;
  }
}
@media screen and (min-width: 769px) {
  /* line 95, ../sass/_basic.scss */
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 98, ../sass/_basic.scss */
  .pcOnly {
    display: none;
  }
}
/* line 101, ../sass/_basic.scss */
#blackBg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
}

/* line 111, ../sass/_basic.scss */
.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 118, ../sass/_basic.scss */
.ovLeft {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc(((100vw - 100%) / 2) * 1);
}

/* line 122, ../sass/_basic.scss */
.ovRight {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-right: calc(((100vw - 100%) / 2) * 1);
}

/* line 130, ../sass/_basic.scss */
#pnkz {
  font-size: max(0.875em,14px);
  padding: 1em 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 130, ../sass/_basic.scss */
  #pnkz {
    font-size: clamp(14px,0.875em,60px);
  }
}
/* line 135, ../sass/_basic.scss */
#pnkz span:after {
  content: ">";
  margin: 0 0.5em;
}
/* line 141, ../sass/_basic.scss */
#pnkz span:last-of-type:after {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 130, ../sass/_basic.scss */
  #pnkz {
    display: none;
  }
}

/* line 154, ../sass/_basic.scss */
.contHead {
  margin-top: 100px;
}
/* line 156, ../sass/_basic.scss */
.contHead .relative {
  width: clamp(400px, 90%, 1450px);
  margin: 0 auto;
  position: relative;
  height: 520px;
}
@media screen and (max-width: 768px) {
  /* line 156, ../sass/_basic.scss */
  .contHead .relative {
    width: 90%;
    height: 55.98958vw;
  }
}
/* line 166, ../sass/_basic.scss */
.contHead .cont_main {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}
/* line 172, ../sass/_basic.scss */
.contHead .cont_main:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1D4E87;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  /* line 166, ../sass/_basic.scss */
  .contHead .cont_main {
    background-size: cover;
    height: 48.82813vw;
  }
}
/* line 187, ../sass/_basic.scss */
.contHead .cont_main h1 {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 1em;
  margin: 0 auto;
  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 201, ../sass/_basic.scss */
.contHead .bg_blue {
  position: absolute;
  bottom: 0;
  left: -60%;
  width: 100%;
  height: 360px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  /* line 201, ../sass/_basic.scss */
  .contHead .bg_blue {
    height: 31.25vw;
  }
}

/* line 218, ../sass/_basic.scss */
table {
  border-collapse: collapse;
  border: 1px solid #E2E2E3;
  margin-top: 1em;
  width: 100%;
}
/* line 223, ../sass/_basic.scss */
table th, table td {
  border: 1px solid #E2E2E3;
  padding: 1em;
  text-align: left;
}
/* line 228, ../sass/_basic.scss */
table th {
  background-color: #F9FAFB;
  font-weight: bold;
  width: 25%;
}
/* line 233, ../sass/_basic.scss */
table.type2 {
  border: none;
  border-collapse: separate;
  border-spacing: 10px 0;
}
/* line 238, ../sass/_basic.scss */
table.type2 th, table.type2 td {
  border: none;
  background: transparent;
}
/* line 242, ../sass/_basic.scss */
table.type2 th {
  border-bottom: 1px solid #1781DC;
}
/* line 245, ../sass/_basic.scss */
table.type2 td {
  border-bottom: 1px solid #E2E2E3;
}
/* line 249, ../sass/_basic.scss */
table.stickyTable {
  width: 2000px;
  border: none;
  background-color: #FFF;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid #ccc;
}
/* line 256, ../sass/_basic.scss */
table.stickyTable th {
  border-right: 1px solid #999;
  width: auto;
  position: sticky;
  top: 0;
  z-index: 1;
}
/* line 262, ../sass/_basic.scss */
table.stickyTable th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
/* line 268, ../sass/_basic.scss */
table.stickyTable td {
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 272, ../sass/_basic.scss */
table.stickyTable td:first-child {
  position: sticky;
  left: 0;
  border-right: 1px solid #aaa;
}

/* line 280, ../sass/_basic.scss */
.tableWrapper {
  width: 100%;
  height: 500px;
  overflow: auto;
}

/* line 288, ../sass/_basic.scss */
section.main {
  padding: 0 12px;
  padding-top: min(4.90196vw,60px);
  padding-bottom: min(8.16993vw,100px);
  background: #fff;
  min-height: 70vh;
}

/* line 299, ../sass/_basic.scss */
figure {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  /* line 299, ../sass/_basic.scss */
  figure {
    margin-bottom: 7.46667vw;
  }
}

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

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

/* line 323, ../sass/_basic.scss */
.objFit {
  width: 100%;
  height: 100%;
  max-width: none;
}
/* line 327, ../sass/_basic.scss */
.objFit.contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
}
/* line 331, ../sass/_basic.scss */
.objFit.cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/* line 341, ../sass/_basic.scss */
.fuwat {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 120px);
  -ms-transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
  transform: translate(0, 120px);
}
/* line 349, ../sass/_basic.scss */
.fuwat.left {
  -moz-transform: translate(-120px, 0);
  -ms-transform: translate(-120px, 0);
  -webkit-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
}
/* line 352, ../sass/_basic.scss */
.fuwat.right {
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
/* line 355, ../sass/_basic.scss */
.fuwat.top {
  -moz-transform: translate(0, -120px);
  -ms-transform: translate(0, -120px);
  -webkit-transform: translate(0, -120px);
  transform: translate(0, -120px);
}
/* line 358, ../sass/_basic.scss */
.fuwat.active {
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  /* line 341, ../sass/_basic.scss */
  .fuwat {
    -moz-transform: translate(0, 120px);
    -ms-transform: translate(0, 120px);
    -webkit-transform: translate(0, 120px);
    transform: translate(0, 120px);
  }
  /* line 366, ../sass/_basic.scss */
  .fuwat.left {
    -moz-transform: translate(-120px, 0);
    -ms-transform: translate(-120px, 0);
    -webkit-transform: translate(-120px, 0);
    transform: translate(-120px, 0);
  }
  /* line 369, ../sass/_basic.scss */
  .fuwat.right {
    -moz-transform: translate(120px, 0);
    -ms-transform: translate(120px, 0);
    -webkit-transform: translate(120px, 0);
    transform: translate(120px, 0);
  }
  /* line 372, ../sass/_basic.scss */
  .fuwat.top {
    -moz-transform: translate(0, -120px);
    -ms-transform: translate(0, -120px);
    -webkit-transform: translate(0, -120px);
    transform: translate(0, -120px);
  }
  /* line 375, ../sass/_basic.scss */
  .fuwat.active {
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
}

/* line 387, ../sass/_basic.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 389, ../sass/_basic.scss */
.wp-pagenavi .current_page,
.wp-pagenavi .current,
.wp-pagenavi a {
  width: 50px;
  height: 50px;
  color: #98A6B5;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  text-decoration: none !important;
  font-weight: bold;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 404, ../sass/_basic.scss */
.wp-pagenavi .current_page:focus, .wp-pagenavi .current_page:hover,
.wp-pagenavi .current:focus,
.wp-pagenavi .current:hover,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover {
  color: #004BB1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 410, ../sass/_basic.scss */
.wp-pagenavi .current_page.nextpostslink,
.wp-pagenavi .current.nextpostslink,
.wp-pagenavi a.nextpostslink {
  background-image: url(../img/work/slide_arrow_right.png);
  text-indent: -99999%;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 416, ../sass/_basic.scss */
.wp-pagenavi .current_page.previouspostslink,
.wp-pagenavi .current.previouspostslink,
.wp-pagenavi a.previouspostslink {
  background-image: url(../img/work/slide_arrow_left.png);
  text-indent: -99999%;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 423, ../sass/_basic.scss */
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background-color: #FAFAFA;
  color: #004BB1;
  font-size: 18px;
}
/* line 430, ../sass/_basic.scss */
.wp-pagenavi .current_page,
.wp-pagenavi .current {
  color: #004BB1;
}

/* line 440, ../sass/_basic.scss */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: max(1em,14px);
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  /* line 440, ../sass/_basic.scss */
  .cookie-consent {
    font-size: clamp(14px,1em,60px);
  }
}
/* line 454, ../sass/_basic.scss */
.cookie-consent.is-show {
  visibility: visible;
}
/* line 457, ../sass/_basic.scss */
.cookie-consent a {
  color: #fff !important;
}

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

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

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

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

  /* line 494, ../sass/_basic.scss */
  .cookie-text {
    margin-bottom: 1em;
  }
}
/* line 33, ../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: #173876;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  width: min(54.05405vw,280px);
  color: #fff;
  font-size: max(0.875em,14px);
  padding: 1em 3em 1em 1.5em;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0.5em;
  text-align: left;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 33, ../sass/_button.scss */
  .btn {
    font-size: clamp(14px,1em,28px);
  }
}
@media screen and (max-width: 768px) {
  /* line 33, ../sass/_button.scss */
  .btn {
    width: 80%;
  }
}
/* line 58, ../sass/_button.scss */
.btn:after {
  content: "";
  display: block;
  background-image: url(../img/yajirushi_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 4px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 71, ../sass/_button.scss */
.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  transition: transform .3s;
  content: "";
  transform-origin: right top;
  transform: scale(0, 1);
}
/* line 84, ../sass/_button.scss */
.btn.dispB {
  display: block;
}
/* line 87, ../sass/_button.scss */
.btn.gray {
  background: #8B8B8B;
  width: min(21.875vw,320px);
}
/* line 92, ../sass/_button.scss */
.btn.white {
  background-color: #fff;
  color: #000;
}
/* line 95, ../sass/_button.scss */
.btn.white:after {
  background-image: url(../img/yajirushi_bl.svg);
}
/* line 98, ../sass/_button.scss */
.btn.white:hover {
  color: #000;
}
/* line 103, ../sass/_button.scss */
.btn.white:hover:before {
  background: rgba(0, 0, 0, 0.25);
}
/* line 108, ../sass/_button.scss */
.btn:focus, .btn:hover {
  color: #fff;
  text-decoration: 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 117, ../sass/_button.scss */
.btn:focus:before, .btn:hover:before {
  transform-origin: left bottom;
  transform: scale(2, 2);
  content: "";
}
/* line 126, ../sass/_button.scss */
.btn.arrow {
  padding: 0.7em 2.5em;
}
/* line 128, ../sass/_button.scss */
.btn.arrow:after {
  font-family: "Font Awesome 6 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 140, ../sass/_button.scss */
.btn.reverse {
  padding: 0.7em 2.5em;
}
/* line 142, ../sass/_button.scss */
.btn.reverse:after {
  font-family: "Font Awesome 6 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 191, ../sass/_button.scss */
.btn.nomark:after {
  display: none;
}
/* line 198, ../sass/_button.scss */
.btn.orange {
  background: #e29112;
  color: #fff;
}
/* line 201, ../sass/_button.scss */
.btn.orange:focus, .btn.orange:hover {
  background: #dc6d14;
  color: #fff;
}
/* line 209, ../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 2.5em;
}
/* line 217, ../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 217, ../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 236, ../sass/_button.scss */
.btn[target="_blank"] {
  padding: 0.7em 2.5em;
}
/* line 238, ../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 238, ../sass/_button.scss */
  .btn[target="_blank"]:after {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
/* line 261, ../sass/_button.scss */
.btn a[target="_blank"]:after,
.btn a[href$=".pdf"]:after,
.btn a.pdf:after,
.btn a[href$=".doc"]:after,
.btn a[href$=".docx"]:after,
.btn a[href$=".xls"]:after,
.btn a[href$=".xlsx"]:after,
.btn a[href$=".ppt"]:after,
.btn a[href$=".pptm"]:after,
.btn a[href$=".pptx"]:after {
  vertical-align: baseline;
}
/* line 266, ../sass/_button.scss */
.btn a[target="_blank"].btn:after,
.btn a[href$=".pdf"].btn:after,
.btn a.pdf.btn:after,
.btn a[href$=".doc"].btn:after,
.btn a[href$=".docx"].btn:after,
.btn a[href$=".xls"].btn:after,
.btn a[href$=".xlsx"].btn:after,
.btn a[href$=".ppt"].btn:after,
.btn a[href$=".pptm"].btn:after,
.btn a[href$=".pptx"].btn:after {
  font-size: max(0.875em,14px);
}
@media screen and (max-width: 768px) {
  /* line 266, ../sass/_button.scss */
  .btn a[target="_blank"].btn:after,
  .btn a[href$=".pdf"].btn:after,
  .btn a.pdf.btn:after,
  .btn a[href$=".doc"].btn:after,
  .btn a[href$=".docx"].btn:after,
  .btn a[href$=".xls"].btn:after,
  .btn a[href$=".xlsx"].btn:after,
  .btn a[href$=".ppt"].btn:after,
  .btn a[href$=".pptm"].btn:after,
  .btn a[href$=".pptx"].btn:after {
    font-size: clamp(14px,1em,28px);
  }
}

/* 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: 40px;
  height: 26px;
  border: none;
  position: relative;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  background-size: 100% 10%;
  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: 10%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #fff;
  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(450%) rotate(45deg);
}
/* line 288, ../sass/_interactions.scss */
.ui-hamburger-5.is-active:after {
  transform: translateY(-450%) 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: 10%;
  width: 60%;
  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 9, ../sass/_option.scss */
.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 16, ../sass/_option.scss */
.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 29, ../sass/_option.scss */
.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 41, ../sass/_option.scss */
.fukidashi.top {
  margin: 39px 0 7px 0;
}
/* line 43, ../sass/_option.scss */
.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 52, ../sass/_option.scss */
.fukidashi.top:after {
  border-top: 14px solid transparent;
  border-bottom: 30px solid #999;
  top: auto;
  bottom: 100%;
}
/* line 59, ../sass/_option.scss */
.fukidashi.left {
  margin: 0 7px 0 39px;
}
/* line 61, ../sass/_option.scss */
.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 71, ../sass/_option.scss */
.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 83, ../sass/_option.scss */
.fukidashi.right {
  margin: 0 39px 0 7px;
}
/* line 85, ../sass/_option.scss */
.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 96, ../sass/_option.scss */
.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 116, ../sass/_option.scss */
ul.mokuji li {
  display: flex;
  align-items: center;
}
/* line 119, ../sass/_option.scss */
ul.mokuji li .title {
  order: 1;
}
/* line 122, ../sass/_option.scss */
ul.mokuji li .page {
  order: 3;
}
/* line 125, ../sass/_option.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 14, ../sass/_siteheader.scss */
#outer {
  padding-top: min(8.16993vw,100px);
}
@media screen and (max-width: 768px) {
  /* line 14, ../sass/_siteheader.scss */
  #outer {
    padding-top: 70px;
  }
}

/* line 23, ../sass/_siteheader.scss */
#header {
  background: rgba(255, 255, 255, 0.4);
  width: 100vw;
  height: min(8.16993vw,100px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: .5s;
  text-align: center;
  padding: 0;
}
/* line 37, ../sass/_siteheader.scss */
#header.active {
  background-color: #fff;
  transition: .5s;
}
/* line 44, ../sass/_siteheader.scss */
#header .hmb_btn {
  display: none;
}
/* line 47, ../sass/_siteheader.scss */
#header .logo {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
/* line 52, ../sass/_siteheader.scss */
#header .logo img {
  width: min(15.03268vw,184px);
  vertical-align: baseline;
}
/* line 58, ../sass/_siteheader.scss */
#header .gNavi {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
/* line 64, ../sass/_siteheader.scss */
#header .gNavi nav .nav_link {
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  position: relative;
}
/* line 70, ../sass/_siteheader.scss */
#header .gNavi nav .nav_link:after {
  content: "";
  width: 25%;
  height: 2px;
  background-color: #1D4E87;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}
/* line 85, ../sass/_siteheader.scss */
#header .gNavi nav .nav_link:hover:after {
  opacity: 1;
  transform: translateY(5px);
  transition: 0.3s;
}

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

@media screen and (max-width: 768px) {
  /* line 121, ../sass/_siteheader.scss */
  #header {
    height: 70px;
  }
  /* line 123, ../sass/_siteheader.scss */
  #header .hmb_btn {
    position: absolute;
    width: 50px;
    text-align: center;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    right: 0;
    background-color: #000;
    box-sizing: content-box;
    height: 61px;
    padding: 4.5px 10px;
  }
  /* line 135, ../sass/_siteheader.scss */
  #header .hmb_btn:after {
    content: "MENU";
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  /* line 144, ../sass/_siteheader.scss */
  #header .hmb_btn.is-active:after {
    content: "CLOSE";
  }
  /* line 149, ../sass/_siteheader.scss */
  #header .logo {
    text-align: left;
    z-index: 2;
  }
  /* line 152, ../sass/_siteheader.scss */
  #header .logo img {
    width: 163px;
  }
  /* line 157, ../sass/_siteheader.scss */
  #header .sp_nav {
    position: fixed;
    width: 100%;
    padding-top: 90px;
    padding-left: 1em;
    padding-right: 1em;
    top: 0;
    left: 150%;
    z-index: 0;
    background-color: #fff;
    height: 100%;
    -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 170, ../sass/_siteheader.scss */
  #header .sp_nav a {
    display: block;
    text-align: left;
    font-size: 22px;
    color: #1D4E87;
    padding: 7.5px 0;
    text-decoration: none;
    border-bottom: 1px solid #888;
    position: relative;
  }
  /* line 179, ../sass/_siteheader.scss */
  #header .sp_nav a:first-child {
    padding-top: 0;
  }
  /* line 182, ../sass/_siteheader.scss */
  #header .sp_nav a span {
    display: block;
    font-size: 11px;
    color: #173876;
  }
  /* line 187, ../sass/_siteheader.scss */
  #header .sp_nav a:after {
    content: "";
    display: block;
    background-image: url(../img/yajirushi_bl.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 4px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 201, ../sass/_siteheader.scss */
  #header .sp_nav.is-active {
    left: 0;
  }
}
/* line 7, ../sass/_sitefooter.scss */
#sec07 {
  background-color: #00266E;
  padding: 100px 0 130px;
}
/* line 11, ../sass/_sitefooter.scss */
#sec07 .wrapper h2 {
  font-size: 54px;
  font-weight: 400;
  color: #247BE4;
  margin-bottom: 60px;
  text-align: center;
}
/* line 19, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex {
  margin-left: 0;
  margin-right: 0;
}
/* line 22, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box {
  width: 25%;
}
@media screen and (max-width: 1100px) {
  /* line 22, ../sass/_sitefooter.scss */
  #sec07 .wrapper .flex .box {
    width: 31%;
  }
}
@media screen and (max-width: 1100px) {
  /* line 22, ../sass/_sitefooter.scss */
  #sec07 .wrapper .flex .box {
    width: 31%;
  }
}
/* line 30, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box .btn {
  width: 100%;
  margin: 10px 0 0 0;
}
/* line 34, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box .icon {
  display: block;
  padding-left: 35px;
  position: relative;
  font-size: 20px;
  color: #fff;
}
/* line 40, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box .icon:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 56, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box.tel .icon:before {
  background-image: url(../img/contact_icon_phone.png);
}
/* line 60, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box.tel .btn {
  text-align: center;
  padding: 0.5em 1.5em;
  font-size: 22px;
}
/* line 64, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box.tel .btn:after {
  display: none;
}
/* line 71, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box.mail .icon:before {
  background-image: url(../img/contact_icon_mail.png);
}
/* line 78, ../sass/_sitefooter.scss */
#sec07 .wrapper .flex .box.info .icon:before {
  background-image: url(../img/contact_icon_letter.png);
}

/* line 87, ../sass/_sitefooter.scss */
#footer {
  background: #F0F0F0;
}
/* line 89, ../sass/_sitefooter.scss */
#footer .wrapper {
  font-size: max(1em,14px);
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 89, ../sass/_sitefooter.scss */
  #footer .wrapper {
    font-size: clamp(14px,1.5em,60px);
  }
}
/* line 94, ../sass/_sitefooter.scss */
#footer .wrapper .f_logo img {
  width: min(15.03268vw,184px);
  margin-bottom: 10px;
}
/* line 99, ../sass/_sitefooter.scss */
#footer .wrapper .f_logo .cp_name {
  font-size: 18px;
  font-weight: 600;
}
/* line 105, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left {
  width: 48%;
  margin: 1%;
}
/* line 108, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left .address {
  margin-bottom: 10px;
}
/* line 111, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left .time {
  margin-bottom: 40px;
}
/* line 114, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left .infomation {
  margin-bottom: 40px;
}
/* line 116, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left .infomation .tel {
  display: inline-block;
  position: relative;
  padding-left: 1.3em;
  margin-right: 30px;
}
/* line 121, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left .infomation .tel:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/footer_icon_phone.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 136, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left .infomation .fax {
  display: inline-block;
  position: relative;
  padding-left: 1.3em;
}
/* line 140, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left .infomation .fax:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/footer_icon_fax.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 157, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_left .f_link a {
  color: #333;
}
/* line 162, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_right {
  width: 48%;
  margin: 1%;
}
/* line 165, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_right .f_bnr {
  text-align: right;
}
/* line 167, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_right .f_bnr .bnr {
  display: inline-block;
  width: 420px;
  margin-bottom: 15px;
}
/* line 171, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_right .f_bnr .bnr:last-child {
  margin-bottom: 0;
}
/* line 174, ../sass/_sitefooter.scss */
#footer .wrapper .flex .f_right .f_bnr .bnr.noIcon {
  padding: 0;
}
/* line 181, ../sass/_sitefooter.scss */
#footer .wrapper .copy {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1223px) {
  /* line 193, ../sass/_sitefooter.scss */
  #footer .inner {
    padding: 4.08497vw 0;
  }
  /* line 195, ../sass/_sitefooter.scss */
  #footer .inner .logo {
    font-size: 1.79739vw;
  }
  /* line 198, ../sass/_sitefooter.scss */
  #footer .inner .copyright {
    bottom: 4.08497vw;
  }
}
/* line 207, ../sass/_sitefooter.scss */
.fix_cont {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 999;
  width: 61px;
  background-color: #000;
}
/* line 214, ../sass/_sitefooter.scss */
.fix_cont a {
  display: block;
  font-size: 15px;
  width: 90px;
  color: #fff;
  background-color: #333;
  padding: 23px 53px 60px 23px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}
/* line 225, ../sass/_sitefooter.scss */
.fix_cont a:hover {
  transform: translateX(-30px);
  transition: 0.5s;
}
/* line 229, ../sass/_sitefooter.scss */
.fix_cont a .arrow {
  position: absolute;
  bottom: 20px;
  left: 35%;
  transform: translateX(-50%);
}
/* line 235, ../sass/_sitefooter.scss */
.fix_cont a.info {
  background-color: #1E559F;
}
/* line 237, ../sass/_sitefooter.scss */
.fix_cont a.info span {
  display: block;
}
/* line 241, ../sass/_sitefooter.scss */
.fix_cont a.contact {
  background-color: #0084AC;
}
/* line 245, ../sass/_sitefooter.scss */
.fix_cont .pageTop {
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  /* line 255, ../sass/_sitefooter.scss */
  #sec07 {
    padding: 20.83333vw 1em;
  }
  /* line 258, ../sass/_sitefooter.scss */
  #sec07 .wrapper h2 {
    font-size: max(2em,14px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 258, ../sass/_sitefooter.scss */
  #sec07 .wrapper h2 {
    font-size: clamp(14px,2.125em,36px);
  }
}
@media screen and (max-width: 768px) {
  /* line 262, ../sass/_sitefooter.scss */
  #sec07 .wrapper .flex .box {
    width: 100%;
    text-align: center;
  }
  /* line 265, ../sass/_sitefooter.scss */
  #sec07 .wrapper .flex .box .btn {
    margin-bottom: 20px;
  }
  /* line 268, ../sass/_sitefooter.scss */
  #sec07 .wrapper .flex .box .icon {
    display: inline-block;
    text-align: center;
  }

  /* line 300, ../sass/_sitefooter.scss */
  #footer {
    background: #F0F0F0;
    padding: 7.8125vw 1em;
  }
  /* line 304, ../sass/_sitefooter.scss */
  #footer .wrapper .f_logo {
    text-align: left;
  }
  /* line 306, ../sass/_sitefooter.scss */
  #footer .wrapper .f_logo img {
    width: 163px;
  }
  /* line 310, ../sass/_sitefooter.scss */
  #footer .wrapper .f_logo .cp_name {
    font-size: 14px;
  }
  /* line 315, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left {
    width: 100%;
    margin: 0 0 30px;
  }
  /* line 318, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left .address {
    margin-bottom: 10px;
  }
  /* line 321, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left .time {
    margin-bottom: 40px;
  }
  /* line 324, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left .infomation {
    margin-bottom: 40px;
  }
  /* line 326, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left .infomation .tel {
    display: inline-block;
    position: relative;
    padding-left: 1.3em;
    margin-right: 30px;
  }
  /* line 331, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left .infomation .tel:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/footer_icon_phone.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 346, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left .infomation .fax {
    display: inline-block;
    position: relative;
    padding-left: 1.3em;
  }
  /* line 350, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left .infomation .fax:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/footer_icon_fax.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 367, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_left .f_link a {
    color: #333;
  }
  /* line 372, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_right {
    width: 100%;
    margin: 0;
  }
  /* line 375, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_right .f_bnr {
    text-align: center;
  }
  /* line 377, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_right .f_bnr .bnr {
    display: inline-block;
    width: 90%;
    margin: 0 auto 15px;
  }
  /* line 381, ../sass/_sitefooter.scss */
  #footer .wrapper .flex .f_right .f_bnr .bnr:last-child {
    margin-bottom: 0;
  }
  /* line 388, ../sass/_sitefooter.scss */
  #footer .wrapper .copyright {
    position: absolute;
    right: 0;
    bottom: 50px;
  }

  /* line 395, ../sass/_sitefooter.scss */
  .fix_cont {
    position: fixed;
    right: 0;
    left: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    height: 60px;
    overflow-y: hidden;
    z-index: 999;
    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 406, ../sass/_sitefooter.scss */
  .fix_cont a {
    width: 44%;
    padding: 22px 10px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    font-size: 13px;
  }
  /* line 413, ../sass/_sitefooter.scss */
  .fix_cont a .arrow {
    position: absolute;
    bottom: 20px;
    left: unset;
    right: 5px;
    transform: translateX(-50%);
  }
  /* line 420, ../sass/_sitefooter.scss */
  .fix_cont a.info {
    background-color: #1E559F;
  }
  /* line 422, ../sass/_sitefooter.scss */
  .fix_cont a.info span {
    display: inline-block;
  }
  /* line 426, ../sass/_sitefooter.scss */
  .fix_cont a.contact {
    background-color: #0084AC;
  }
  /* line 430, ../sass/_sitefooter.scss */
  .fix_cont .pageTop {
    padding: 0;
    background-color: #000;
    text-align: center;
    width: 12%;
    display: block;
    height: 60px;
    padding: 8px 0;
  }
}
@media print {
  /* line 53, ../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;
  }
}
