@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  text-size-adjust: 100%;
  letter-spacing: 0.02em;
  text-align: justify;
  box-sizing: border-box;
  word-wrap: break-word;
  line-height: 1.5;
  width: 100%;
  background-color: #FFF;
}

html, body {
  word-break: break-all;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 750px) {
  html.is-modal {
    overflow: hidden;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  color: #222222;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #000;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration-skip-ink: none;
}

:focus-visible {
  outline: #ddd solid 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.st-Header {
  width: 100%;
  max-width: 1360px;
  margin-top: 35px;
  background-color: #FFF;
  position: absolute;
  z-index: 902;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 8px 16px rgba(160, 120, 217, 0.2);
}
@media screen and (max-width: 1280px) {
  .st-Header {
    margin-top: 2.734375vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Header {
    margin-top: 2.6666666667vw;
  }
}

.st-Header_Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .st-Header_Inner {
    height: 9.375vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Header_Inner {
    height: 16vw;
    padding: 0 12vw 0 2vw;
  }
}

.st-Header_Inner > * {
  margin-right: 50px;
}
@media screen and (max-width: 1280px) {
  .st-Header_Inner > * {
    margin-right: 3.90625vw;
  }
}
.st-Header_Inner > *:last-child {
  margin-right: 0;
}

.st-Header_Logo {
  width: 240px;
}
@media screen and (max-width: 1280px) {
  .st-Header_Logo {
    width: 18.75vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Header_Logo {
    width: 29.3333333333vw;
  }
}

.st-Header_Logo a {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

.st-Header_Logo img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

.st-Header_Nav {
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .st-Header_Nav {
    display: none;
  }
}

.st-Header_Menu {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.st-Header_Item {
  position: relative;
  height: 100%;
  margin-right: 25px;
}
@media screen and (max-width: 1280px) {
  .st-Header_Item {
    margin-right: 1.953125vw;
  }
}
.st-Header_Item:last-child {
  margin-right: 0;
}

.st-Header_Link {
  position: relative;
  display: inline-block;
  padding: 1em 0;
  color: #002174;
  font-size: 16px;
  font-weight: 700;
  transition: all 200ms 0s ease-out;
}
@media screen and (max-width: 1280px) {
  .st-Header_Link {
    font-size: 1.25vw;
  }
}
.st-Header_Link::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: 10px;
  background-color: #002174;
  transform: scaleX(0);
  transition: all 200ms 0s ease-out;
}
@media screen and (max-width: 1280px) {
  .st-Header_Link::after {
    bottom: 0.78125vw;
  }
}

@media screen and (min-width: 751px) {
  .ua-pc .st-Header_Item:focus-within .st-Header_Link,
  .ua-pc .st-Header_Item:hover .st-Header_Link,
  .ua-touch .st-Header_Item.is-open .st-Header_Link {
    opacity: 0.75;
  }
  .ua-pc .st-Header_Item:focus-within .st-Header_Link::after,
  .ua-pc .st-Header_Item:hover .st-Header_Link::after,
  .ua-touch .st-Header_Item.is-open .st-Header_Link::after {
    transform: scaleX(1);
  }
}
.is-results .st-Header_Item-results {
  pointer-events: none;
}

.is-results .st-Header_Item-results a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-exhibition .st-Header_Item-exhibition {
  pointer-events: none;
}

.is-exhibition .st-Header_Item-exhibition a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.st-Header_Dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 82%;
  left: 0;
  width: 240%;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(160, 120, 217, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.25s;
}
@media screen and (max-width: 1280px) {
  .st-Header_Dropdown {
    left: -0.78125vw;
  }
}

.ua-pc .st-Header_Item:focus-within .st-Header_Dropdown,
.ua-pc .st-Header_Item:hover .st-Header_Dropdown,
.ua-touch .st-Header_Item.is-open .st-Header_Dropdown {
  visibility: visible;
  opacity: 1;
}

.st-Header_List {
  width: 100%;
}
.st-Header_List:last-child a {
  border-bottom: none;
}

.st-Header_List a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1em 3em 1em 1em;
  border-bottom: 1px solid #eee;
  color: #002174;
  font-size: 16px;
  font-weight: 700;
  transition: all 200ms 0s ease-out;
}
@media screen and (max-width: 1280px) {
  .st-Header_List a {
    font-size: 1.25vw;
  }
}
.st-Header_List a::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: 1em;
  top: 50%;
  background-image: url(../images/saveair/simulation/menu-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.st-Header_List a:focus,
.st-Header_List a:active {
  background-color: #002174;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .ua-pc .st-Header_List a:hover {
    background-color: #002174;
    color: #fff;
  }
}
.is-utility .st-Header_List-1 a::after {
  display: none;
}

.is-utility .st-Header_List-1 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-energy .st-Header_List-2 a::after {
  display: none;
}

.is-energy .st-Header_List-2 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-saveair .st-Header_List-3 a::after {
  display: none;
}

.is-saveair .st-Header_List-3 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-ou .st-Header_List-4 a::after {
  display: none;
}

.is-ou .st-Header_List-4 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-charge .st-Header_List-5 a::after {
  display: none;
}

.is-charge .st-Header_List-5 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}
.is-mieruka .st-Header_List-3-5 a::after {
  display: none;
}

.is-mieruka .st-Header_List-3-5 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.st-Header_Btns {
  width: 165px;
  height: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .st-Header_Btns {
    width: 12.890625vw;
    padding: 1.171875vw 0;
  }
}
@media screen and (max-width: 750px) {
  .st-Header_Btns {
    flex-direction: row;
    justify-content: flex-end;
    width: 50vw;
    padding: 0;
  }
}

.is-service .st-Header_Btns {
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .is-service .st-Header_Btns {
    flex-direction: row;
  }
}

.st-Header_Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 60px;
  border-radius: 7px;
  font-size: 14px;
  box-shadow: 0px 5px 0px #007f51;
  background-color: #019e65;
  font-weight: 700;
  color: #FFF;
  will-change: transform, filter, box-shadow;
  transition: transform 200ms 0s ease-out, filter 200ms 0s ease-out, box-shadow 200ms 0s ease-out;
}
@media screen and (max-width: 1280px) {
  .st-Header_Btn {
    width: 12.890625vw;
    height: 4.6875vw;
    border-radius: 0.546875vw;
    font-size: 1.09375vw;
    box-shadow: 0px 0.390625vw 0px #007f51;
  }
}
@media screen and (max-width: 750px) {
  .st-Header_Btn {
    width: 24vw;
    height: 8vw;
    border-radius: 0.9333333333vw;
    font-size: 1.8666666667vw;
    box-shadow: 0px 0.6666666667vw 0px #007f51;
  }
}

.is-service .st-Header_Btn {
  height: 40px;
}
@media screen and (max-width: 1280px) {
  .is-service .st-Header_Btn {
    height: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  .is-service .st-Header_Btn {
    width: 24vw;
    height: 8vw;
  }
}

.st-Header_Btn:before {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  background-image: url("../images/saveair/simulation/header-btn-icon-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.st-Header_Btn.st-Header_Btn-2 {
  background-color: #f34225;
  box-shadow: 0px 5px 0px #d02307;
  display: none;
}
@media screen and (max-width: 1280px) {
  .st-Header_Btn.st-Header_Btn-2 {
    box-shadow: 0px 0.390625vw 0px #d02307;
  }
}
@media screen and (max-width: 750px) {
  .st-Header_Btn.st-Header_Btn-2 {
    box-shadow: 0px 0.6666666667vw 0px #d02307;
  }
}

.is-service .st-Header_Btn.st-Header_Btn-2 {
  display: flex;
}

.st-Header_Btn.st-Header_Btn-2:before {
  display: none;
}

@media screen and (min-width: 751px) {
  .ua-pc .st-Header_Btn:hover {
    transform: translateY(4px);
    box-shadow: 0px 1px 0px #007f51;
    filter: brightness(1.1);
  }
  .ua-pc .st-Header_Btn-2:hover {
    box-shadow: 0px 1px 0px #d02307;
  }
}
@media screen and (max-width: 1280px) {
  .ua-pc .st-Header_Btn:hover {
    transform: translateY(0.390625vw);
    box-shadow: 0px 0.078125vw 0px #007f51;
  }
  .ua-pc .st-Header_Btn-2:hover {
    box-shadow: 0px 0.078125vw 0px #d02307;
  }
}
@media screen and (max-width: 1080px) {
  .st-Header_Btn:active {
    transform: translateY(0.3703703704vw);
    box-shadow: 0px 0.0925925926vw 0px #007f51;
    filter: brightness(1.1);
  }
  .st-Header_Btn-2:active {
    box-shadow: 0px 0.0925925926vw 0px #d02307;
  }
}
@media screen and (max-width: 750px) {
  .st-Header_Btn:active {
    transform: translateY(0.5333333333vw);
    box-shadow: 0px 0.6666666667vw 0px #007f51;
    filter: brightness(1.1);
  }
  .st-Header_Btn-2:active {
    box-shadow: 0px 0.6666666667vw 0px #d02307;
  }
}
.st-Header_Logo2 {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 1280px) {
  .st-Header_Logo2 {
    width: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Header_Logo2 {
    display: none;
  }
}
.st-Header_Logo2 > a {
  line-height: 1;
}

.st-Header_Hum {
  display: none;
  width: 10.66667vw;
  height: 10.66667vw;
  position: fixed;
  right: 3.73333vw;
  top: 5.33333vw;
  z-index: 915;
  background-color: #FFF;
}

@media screen and (max-width: 750px) {
  .st-Header_Hum {
    display: block;
  }
}
.st-Header_Line {
  position: absolute;
  left: 1.86667vw;
  width: 6.66667vw;
  height: 0.26667vw;
  background-color: #0068d2;
  transition: all 200ms 0s ease-out;
  will-change: transform;
}

.st-Header_Line-1 {
  top: 3.06667vw;
}

.is-active .st-Header_Line-1 {
  transform: rotate(45deg);
  top: 5.06667vw;
}

.st-Header_Line-2 {
  top: 5.06667vw;
}

.is-active .st-Header_Line-2 {
  opacity: 0;
}

.st-Header_Line-3 {
  top: 7.06667vw;
}

.is-active .st-Header_Line-3 {
  transform: rotate(-45deg);
  top: 5.06667vw;
}

.st-Menu {
  width: 100%;
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  background-color: #FFF;
  position: fixed;
  z-index: 908;
  display: none;
}

.st-Menu_Inner {
  position: relative;
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.st-Menu_Header {
  display: flex;
  align-items: center;
  height: 16vw;
  margin-top: 2.6666666667vw;
  padding: 0 12vw 0 2vw;
}

.st-Menu_Logo {
  width: 29.3333333333vw;
}

.st-Menu_Main {
  width: 100%;
  background-color: #f3f9ff;
  padding-top: 5.33333vw;
}

.st-Menu_Btns {
  width: 88%;
  margin-top: 2.66667vw;
  margin-bottom: 5.33333vw;
  margin-left: auto;
  margin-right: auto;
}

.st-Menu_BtnWrapper {
  width: 100%;
  border-radius: 1.6vw;
  background-color: #FFF;
  border: solid 1px #aed0fe;
  margin-bottom: 2.66667vw;
  box-shadow: 0px 1.06667vw 0px #aed0fe;
  overflow: hidden;
}

.st-Menu_Btn {
  transition: all 200ms 0s ease-out;
  display: flex;
  align-items: center;
  width: 100%;
  height: 20vw;
}

.st-Menu_Btn:after {
  content: "";
  background-image: url("../images/saveair/simulation/menu-arrow.png");
  background-repeat: no-repeat;
  width: 5.33333vw;
  height: 5.33333vw;
  background-size: contain;
  will-change: transform;
  display: block;
  margin-left: auto;
  margin-right: 4vw;
  transition: transform 0.25s;
}

.st-Menu_Btn:active {
  transform: translateY(0.8vw);
  filter: brightness(1.1);
}

.st-Menu_Words {
  width: 52%;
  margin-left: 6.66667vw;
}

.st-Menu_Ttl {
  font-weight: 900;
  font-size: 4.26667vw;
  color: #002074;
  line-height: 1.2;
}

.st-Menu_Cap {
  font-weight: 700;
  font-size: 2.66667vw;
  color: #002074;
  margin-top: 0.93333vw;
}

.st-Menu_Icon {
  width: 20.93333vw;
}

.st-Menu_Icon img {
  width: 100%;
  height: auto;
}

.st-Menu_Dropdown {
  display: none;
}

.st-Menu_Btn-3::after {
  transform: rotate(90deg);
}

.st-Menu_BtnWrapper.is-open .st-Menu_Btn-3::after {
  transform: rotate(-90deg);
}

.st-Menu_List {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5.3333333333vw;
  transition: all 0.25s;
}

.st-Menu_Item {
  width: 100%;
}
.st-Menu_Item:last-child a {
  border-bottom: none;
}

.st-Menu_Item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1em 3em 1em 1em;
  border-bottom: 1px solid #eee;
  color: #002174;
  font-size: 3.7333333333vw;
  font-weight: 700;
  transition: all 200ms 0s ease-out;
}
.st-Menu_Item a::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: 1em;
  top: 50%;
  background-image: url(../images/saveair/simulation/menu-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.st-Menu_Item a:active {
  color: #fff;
  background-color: #002174;
}

.is-results .st-Menu_Btn-4 {
  pointer-events: none;
}

.is-results .st-Menu_Btn-4::after {
  display: none;
}

.is-results .st-Menu_Btn-4 .st-Menu_Ttl,
.is-results .st-Menu_Btn-4 .st-Menu_Cap {
  color: #3e3d40;
  opacity: 0.6;
}

.is-exhibition .st-Menu_Btn-5 {
  pointer-events: none;
}

.is-exhibition .st-Menu_Btn-5::after {
  display: none;
}

.is-exhibition .st-Menu_Btn-5 .st-Menu_Ttl,
.is-exhibition .st-Menu_Btn-5 .st-Menu_Cap {
  color: #3e3d40;
  opacity: 0.6;
}

.is-utility .st-Menu_Item-1 a::after {
  display: none;
}

.is-utility .st-Menu_Item-1 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-energy .st-Menu_Item-2 a::after {
  display: none;
}

.is-energy .st-Menu_Item-2 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-saveair .st-Menu_Item-3 a::after {
  display: none;
}

.is-saveair .st-Menu_Item-3 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-mieruka .st-Menu_Item-4 a::after {
  display: none;
}

.is-mieruka .st-Menu_Item-4 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.is-charge .st-Menu_Item-6 a::after {
  display: none;
}

.is-charge .st-Menu_Item-6 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}
.is-ou .st-Menu_Item-5 a::after {
  display: none;
}

.is-ou .st-Menu_Item-5 a {
  color: #3e3d40;
  opacity: 0.6;
  pointer-events: none;
}

.st-Menu_UnderBtns {
  display: flex;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 3.33333vw;
}

.st-Menu_UnderBtn {
  -ms-user-select: none;
      user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  height: 12vw;
  font-size: 3.2vw;
  border-radius: 1.6vw;
  box-shadow: 0px 1.33333vw 0px #007f51;
  background-color: #019e65;
  font-weight: 700;
  color: #FFF;
  transition: all 200ms 0s ease-out;
}

.st-Menu_UnderBtn:before {
  display: block;
  content: "";
  background-image: url("../images/saveair/simulation/menu-btn-icon-1.png");
  background-repeat: no-repeat;
  width: 4.13333vw;
  height: 3.86667vw;
  background-size: contain;
}

.st-Menu_UnderBtn.st-Menu_UnderBtn-2 {
  background-color: #f34225;
  box-shadow: 0px 1.33333vw 0px #d02307;
}

.st-Menu_UnderBtn.st-Menu_UnderBtn-2:before {
  background-image: url("../images/saveair/simulation/menu-btn-icon-2.png");
  width: 4.4vw;
  height: 4.13333vw;
}

.st-Menu_UnderBtn:active {
  transform: translateY(1.06667vw);
  box-shadow: 0px 0.26667vw 0px #007f51;
  filter: brightness(1.1);
}

.st-Menu_UnderBtn:active.st-Footer_Btn-2 {
  box-shadow: 0px 0.26667vw 0px #d02307;
}

.st-Menu_UnderLogoWrapper {
  width: 100%;
  background-color: #FFF;
  margin-top: 6.66667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-Menu_UnderLogo {
  display: block;
  margin-top: 4vw;
}

.st-Menu_UnderLogo img {
  width: 100%;
  height: auto;
}

.st-Menu_UnderLogo-a {
  width: 50%;
}

.st-Menu_UnderLogo-b {
  width: 21%;
}

.st-Footer {
  width: 100%;
  position: relative;
  z-index: 904;
}

.st-Footer_Top {
  width: 100%;
  height: 510px;
  background-image: url("../images/saveair/simulation/footer-bg-dt.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Top {
    height: 39.84375vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Top {
    background-image: url("../images/saveair/simulation/footer-bg-mb.png");
    height: auto;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.st-Footer_Panel {
  width: 1160px;
  height: auto;
  padding-bottom: 40px;
  border-radius: 16px;
  background-color: #FFF;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Panel {
    width: 90.625vw;
    height: auto;
    padding-bottom: 3.125vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Panel {
    width: 92%;
    height: auto;
    padding-bottom: 5.33333vw;
    border-radius: 2.13333vw;
  }
}
.st-Footer_Panel_Ttl {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  background-color: #eef0f4;
  color: #002074;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Panel_Ttl {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Panel_Ttl {
    font-size: 5.33333vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
.st-Footer_BtnList {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .st-Footer_BtnList {
    width: 77.34375vw;
    margin-top: 3.51563vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_BtnList {
    width: 86%;
    margin-top: 8vw;
    flex-direction: column;
  }
}
.st-Footer_Btn {
  transition: transform 200ms 0s ease-out, filter 200ms 0s ease-out, box-shadow 200ms 0s ease-out;
  width: 480px;
  height: 170px;
  font-size: 32px;
  border-radius: 16px;
  background-color: #019e65;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 14px 0px #007f51;
  font-weight: 700;
  position: relative;
  will-change: transform;
}

.st-Footer_Btn:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 35px;
  content: "";
  background-repeat: no-repeat;
  width: 35.7px;
  height: 35.7px;
  background-size: contain;
  will-change: transform;
}

.st-Footer_Btn span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}

.st-Footer_Btn span:before {
  display: block;
  content: "";
  background-image: url("../images/saveair/simulation/footer-btn-icon-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 57.75px;
  height: 54.75px;
  background-position: top left;
  margin-bottom: 5px;
}

.st-Footer_Btn.st-Footer_Btn-2 {
  background-color: #f34225;
  box-shadow: 0px 14px 0px #d02307;
}

.st-Footer_Btn.st-Footer_Btn-2:after {
  background-image: url("../images/saveair/simulation/footer-btn-arrow-2.png");
}

.st-Footer_Btn.st-Footer_Btn-2 span:before {
  background-image: url("../images/saveair/simulation/footer-btn-icon-2.png");
  width: 60.48px;
  height: 56.88px;
}

@media screen and (min-width: 751px) {
  .ua-pc .st-Footer_Btn:hover {
    transform: translateY(8px);
    box-shadow: 0px 6px 0px #007f51;
    filter: brightness(1.1);
  }
  .ua-pc .st-Footer_Btn:hover.st-Footer_Btn-2 {
    box-shadow: 0px 6px 0px #d02307;
  }
}
@media screen and (max-width: 1280px) {
  .st-Footer_Btn {
    width: 37.5vw;
    height: 13.28125vw;
    font-size: 2.5vw;
    border-radius: 1.25vw;
    box-shadow: 0px 1.09375vw 0px #007f51;
  }
  .st-Footer_Btn:after {
    right: 2.73438vw;
    width: 2.78906vw;
    height: 2.78906vw;
  }
  .st-Footer_Btn span:before {
    width: 4.51172vw;
    height: 4.27734vw;
    margin-bottom: 0.39063vw;
  }
  .ua-pc .st-Footer_Btn:hover {
    transform: translateY(0.625vw);
    box-shadow: 0px 0.46875vw 0px #007f51;
  }
  .ua-pc .st-Footer_Btn:hover.st-Footer_Btn-2 {
    box-shadow: 0px 0.46875vw 0px #d02307;
  }
  .st-Footer_Btn.st-Footer_Btn-2 {
    box-shadow: 0px 1.09375vw 0px #d02307;
  }
  .st-Footer_Btn.st-Footer_Btn-2 span:before {
    width: 4.725vw;
    height: 4.44375vw;
  }
}
@media screen and (max-width: 1080px) {
  .st-Footer_Btn {
    -ms-user-select: none;
        user-select: none;
  }
  .st-Footer_Btn:active {
    transform: translateY(0.625vw);
    box-shadow: 0px 0.46875vw 0px #007f51;
    filter: brightness(1.1);
  }
  .st-Footer_Btn.st-Footer_Btn-2:active {
    box-shadow: 0px 0.46875vw 0px #d02307;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Btn {
    -ms-user-select: none;
        user-select: none;
    width: 100%;
    height: 30.66667vw;
    font-size: 6.13333vw;
    border-radius: 2.66667vw;
    box-shadow: 0px 2.13333vw 0px #007f51;
    margin-bottom: 6.66667vw;
  }
  .st-Footer_Btn:active {
    transform: translateY(1.6vw);
    box-shadow: 0px 0.53333vw 0px #007f51;
    filter: brightness(1.1);
  }
  .st-Footer_Btn:after {
    right: 4.66667vw;
    width: 6.8vw;
    height: 6.8vw;
  }
  .st-Footer_Btn span:before {
    width: 10.26667vw;
    height: 9.73333vw;
    margin-bottom: 0.66667vw;
  }
  .st-Footer_Btn.st-Footer_Btn-2 {
    box-shadow: 0px 2.13333vw 0px #d02307;
  }
  .st-Footer_Btn.st-Footer_Btn-2:active {
    box-shadow: 0px 0.53333vw 0px #d02307;
  }
  .st-Footer_Btn.st-Footer_Btn-2 span:before {
    width: 11.2vw;
    height: 10.53333vw;
  }
}
.st-Footer_Tel {
  width: 480px;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Tel {
    width: 37.5vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Tel {
    margin-top: 4vw;
    width: 100%;
  }
}
.st-Footer_TelItem {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .st-Footer_TelItem {
    margin-bottom: 2vw;
  }
}
.st-Footer_TelL {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #002074;
  display: flex;
  align-items: center;
}

.st-Footer_TelL:before {
  display: block;
  content: "";
  background-image: url("../images/saveair/simulation/footer-icon-tel.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 31px;
  background-size: contain;
  will-change: transform;
}

.st-Footer_TelL.st-Footer_TelL-fax:before {
  background-image: url("../images/saveair/simulation/footer-icon-fax.png");
}

@media screen and (max-width: 1280px) {
  .st-Footer_TelL {
    font-size: 2.34375vw;
  }
  .st-Footer_TelL:before {
    width: 3.4375vw;
    height: 2.42188vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_TelL {
    font-size: 6vw;
  }
  .st-Footer_TelL:before {
    width: 7.62667vw;
    height: 5.37333vw;
  }
}
.st-Footer_TelR {
  font-size: 45px;
  margin-left: 20px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0c71d7;
}

@media screen and (max-width: 1280px) {
  .st-Footer_TelR {
    font-size: 3.51563vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 1080px) {
  .st-Footer_TelR a {
    color: #0c71d7;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_TelR {
    font-size: 6.4vw;
    margin-left: 2.66667vw;
  }
  .st-Footer_TelR a {
    color: #0c71d7;
  }
}
.st-Footer_TelCap {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 700;
  color: #002074;
}

@media screen and (max-width: 1280px) {
  .st-Footer_TelCap {
    font-size: 1.25vw;
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_TelCap {
    font-size: 3.2vw;
    margin-top: 3.33333vw;
  }
}
.st-Footer_Team {
  padding-left: 55px;
  display: flex;
  font-size: 17px;
  margin-top: 12px;
  color: #002074;
  font-weight: 700;
}

.st-Footer_Team:before {
  flex-shrink: 0;
  display: block;
  content: "部署：";
  width: 55px;
  margin-left: -55px;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Team {
    font-size: 1.32813vw;
    margin-top: 0.9375vw;
    padding-left: 4.29688vw;
  }
  .st-Footer_Team:before {
    width: 4.29688vw;
    margin-left: -4.29688vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Team {
    font-size: 2.93333vw;
    margin-top: 3.33333vw;
    letter-spacing: -0.13333vw;
    padding-left: 8.66667vw;
  }
  .st-Footer_Team:before {
    width: 8.66667vw;
    margin-left: -8.66667vw;
  }
}
.st-Footer_Mid {
  display: none;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #eef0f4;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Mid {
    padding-top: 1.95313vw;
    padding-bottom: 1.95313vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Mid {
    padding-top: 5.33333vw;
    padding-bottom: 8vw;
  }
}
.st-Footer_Mid_Inner {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Mid_Inner {
    width: 61.71875vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Mid_Inner {
    width: 60%;
    flex-direction: column;
  }
}
.st-Footer_Mid_Txt {
  font-size: 18px;
  margin-right: 10px;
  color: #002074;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Mid_Txt {
    font-size: 1.40625vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Mid_Txt {
    font-size: 4vw;
    margin-right: 0;
    line-height: 2.2;
  }
}
.st-Footer_Mid_Btn {
  font-weight: 700;
  width: 265px;
  height: 50px;
  border-radius: 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c71d7;
  background-color: #FFF;
  transition: opacity 200ms 0s ease-out;
}

@media screen and (min-width: 751px) {
  .ua-pc .st-Footer_Mid_Btn:hover {
    opacity: 0.77;
  }
}
@media screen and (max-width: 1280px) {
  .st-Footer_Mid_Btn {
    width: 20.70313vw;
    height: 3.90625vw;
    font-size: 1.25vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 1080px) {
  .st-Footer_Mid_Btn:active {
    opacity: 0.72;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Mid_Btn {
    width: 100%;
    height: 13.33333vw;
    margin-top: 2.66667vw;
    border-radius: 1.86667vw;
    font-size: 3.2vw;
  }
  .st-Footer_Mid_Btn:active {
    opacity: 0.72;
  }
}
.st-Footer_Btm {
  background-color: #FFF;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Btm {
    padding-top: 3.125vw;
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Btm {
    padding-top: 14.66667vw;
    padding-bottom: 6.66667vw;
  }
}
.st-Footer_Logo {
  width: 337px;
  margin-left: auto;
  margin-right: auto;
}

.st-Footer_Logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Logo {
    width: 26.32813vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Logo {
    width: 82%;
  }
}
.st-Footer_Btm_Btn {
  width: 210px;
  height: 37px;
  border-radius: 6px;
  margin-top: 25px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 700;
  background-color: #b0b4c1;
  transition: filter 200ms 0s ease-out;
  position: relative;
}

.st-Footer_Btm_Btn.is-blank:before {
  content: "";
  background-image: url("../images/saveair/simulation/blank-icon-w.png");
  background-repeat: no-repeat;
  width: 15.2px;
  height: 11.2px;
  background-size: contain;
  will-change: transform;
  position: absolute;
  top: 8px;
  right: 8px;
}

@media screen and (min-width: 751px) {
  .ua-pc .st-Footer_Btm_Btn:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 1280px) {
  .st-Footer_Btm_Btn {
    width: 16.40625vw;
    height: 2.89063vw;
    border-radius: 0.46875vw;
    margin-top: 1.95313vw;
    font-size: 0.9375vw;
  }
  .st-Footer_Btm_Btn.is-blank:before {
    width: 1.1875vw;
    height: 0.875vw;
    top: 0.70313vw;
    right: 0.70313vw;
  }
}
@media screen and (max-width: 1080px) {
  .st-Footer_Btm_Btn:active {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Btm_Btn {
    width: 53%;
    height: 10vw;
    border-radius: 1.6vw;
    margin-top: 9.33333vw;
    font-size: 4vw;
  }
  .st-Footer_Btm_Btn:active {
    filter: brightness(1.1);
  }
  .st-Footer_Btm_Btn.is-blank:before {
    width: 2.53333vw;
    height: 1.86667vw;
    top: 1.73333vw;
    right: 1.73333vw;
  }
}
.st-Footer_Copy {
  margin-top: 30px;
  font-size: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1280px) {
  .st-Footer_Copy {
    margin-top: 2.34375vw;
    font-size: 0.78125vw;
    letter-spacing: 0.07813vw;
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_Copy {
    font-size: 2.4vw;
    margin-top: 10.66667vw;
    letter-spacing: 0vw;
  }
}
.st-Footer_PT {
  width: 70px;
  height: 70px;
  right: 105px;
  bottom: 15px;
  border-radius: 50%;
  background-color: #0c71d7;
  position: fixed;
  z-index: 902;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all 200ms 0s ease-out;
}

.st-Footer_PT span {
  display: block;
  width: 35px;
  transition: all 200ms 0s ease-out;
}

.st-Footer_PT span img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .ua-pc .st-Footer_PT:hover {
    filter: brightness(1.12);
  }
  .ua-pc .st-Footer_PT:hover span {
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 1280px) {
  .st-Footer_PT {
    width: 5.46875vw;
    height: 5.46875vw;
    right: 8.20313vw;
    bottom: 1.17188vw;
  }
  .st-Footer_PT span {
    width: 2.73438vw;
  }
  .ua-pc .st-Footer_PT:hover span {
    transform: translateY(-0.15625vw);
  }
}
@media screen and (max-width: 1080px) {
  .st-Footer_PT span {
    transform: translateY(0.15625vw);
  }
  .st-Footer_PT:active span {
    filter: brightness(1.13);
  }
}
@media screen and (max-width: 750px) {
  .st-Footer_PT {
    width: 12vw;
    height: 12vw;
    right: 4vw;
    bottom: 4.66667vw;
  }
  .st-Footer_PT span {
    width: 4.93333vw;
    transform: translateY(1.2vw);
  }
  .st-Footer_PT:active span {
    filter: brightness(1.13);
  }
}
.st-BreadCrumb {
  width: 100%;
  opacity: 0;
  background-color: #FFF;
}

.st-BreadCrumb.is-blue {
  background-color: #def3fd;
}

.st-BreadCrumb_Inner {
  width: 95%;
  max-width: 1280px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .st-BreadCrumb_Inner {
    max-width: 100vw;
    height: 3.90625vw;
  }
}
@media screen and (max-width: 750px) {
  .st-BreadCrumb_Inner {
    max-width: 92%;
    width: 92%;
    height: 10.66667vw;
  }
}
.st-BreadCrumb_Item {
  font-size: 14px;
  color: #0068d2;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.st-BreadCrumb_Item span {
  pointer-events: auto;
}

.st-BreadCrumb_Item:after {
  display: block;
  content: "";
  background-image: url("../images/saveair/simulation/bread-arrow.png");
  background-repeat: no-repeat;
  width: 6.4px;
  height: 12px;
  margin-left: 13px;
  margin-right: 13px;
  background-size: contain;
  will-change: transform;
}

@media screen and (max-width: 1280px) {
  .st-BreadCrumb_Item {
    font-size: 1.09375vw;
  }
  .st-BreadCrumb_Item:after {
    width: 0.5vw;
    height: 0.9375vw;
    margin-left: 1.01563vw;
    margin-right: 1.01563vw;
  }
}
@media screen and (max-width: 750px) {
  .st-BreadCrumb_Item {
    font-size: 2.93333vw;
  }
  .st-BreadCrumb_Item:after {
    width: 1.06667vw;
    height: 2vw;
    margin-left: 1.73333vw;
    margin-right: 1.73333vw;
  }
}
.st-BreadCrumb_Item-current {
  color: #222222;
  pointer-events: none;
}

.st-BreadCrumb_Item-current span {
  pointer-events: none;
}

.st-BreadCrumb_Item-current:after {
  display: none;
}

.cp-Float {
  width: 200px;
  height: 120px;
  border-radius: 10px;
  right: 205px;
  bottom: -15px;
  position: fixed;
  background-color: #eef0f4;
  z-index: 903;
  opacity: 0;
  will-change: transform;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1280px) {
  .cp-Float {
    width: 15.625vw;
    height: 9.375vw;
    border-radius: 0.78125vw;
    right: 15.625vw;
    bottom: -1.17188vw;
  }
}
@media screen and (max-width: 1080px) {
  .cp-Float {
    width: 17.1875vw;
    height: 10.9375vw;
  }
  .ua-pc .cp-Float {
    width: 15.625vw;
    height: 9.375vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-Float {
    width: 100%;
    height: 24vw;
    right: 0;
    left: 0;
  }
  .ua-pc .cp-Float {
    width: 100%;
    height: 24vw;
  }
}
.cp-Float_Ttl {
  font-weight: 700;
  color: #0c71d7;
  background-color: #FFF;
  border: solid 2px #0c71d7;
  font-size: 11px;
  border-radius: 20px;
  width: 170px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .cp-Float_Ttl {
    border: solid 0.15625vw #0c71d7;
    font-size: 0.9375vw;
    letter-spacing: -0.03906vw;
    border-radius: 1.5625vw;
    margin-top: 1.17188vw;
    width: 13.28125vw;
  }
  .ua-pc .cp-Float_Ttl {
    font-size: 0.78125vw;
    width: 13.28125vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-Float_Ttl {
    font-size: 2.8vw;
    width: 67.06667vw;
    height: 6.66667vw;
    background-image: url("../images/saveair/simulation/float-balloon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    will-change: transform;
    border-radius: 0;
    background-color: transparent;
    border: none;
    line-height: 1;
    margin-top: -2.66667vw;
  }
  .ua-pc .cp-Float_Ttl {
    font-size: 2.8vw;
    width: 67.06667vw;
  }
  .cp-Float_Ttl span {
    display: block;
    margin-top: -0.8vw;
  }
}
.cp-Float_Btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  width: 170px;
  height: 35px;
  font-size: 14px;
  border-radius: 8px;
  background-color: #019e65;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 0px #007f51;
  will-change: tranfsorm;
  font-weight: 700;
  color: #FFF;
  transition: all 200ms 0s ease-out;
}

.cp-Float_Btn:before {
  content: "";
  background-image: url("../images/saveair/simulation/footer-btn-icon-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.25px;
  height: 18.25px;
  margin-right: 5px;
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .ua-pc .cp-Float_Btn:hover {
    transform: translateY(4px);
    box-shadow: 0px 2px 0px #007f51;
    filter: brightness(1.1);
  }
  .ua-pc .cp-Float_Btn:hover.cp-Float_Btn-2 {
    box-shadow: 0px 2px 0px #d02307;
  }
}
.cp-Float_Btn.cp-Float_Btn-2 {
  background-color: #f34225;
  box-shadow: 0px 6px 0px #d02307;
}

.cp-Float_Btn.cp-Float_Btn-2:before {
  background-image: url("../images/saveair/simulation/float-icon-2.png");
  width: 24px;
  height: 23px;
}

@media screen and (max-width: 1280px) {
  .cp-Float_Btn {
    width: 13.28125vw;
    margin-top: 0.625vw;
    height: 2.73438vw;
    font-size: 1.09375vw;
    border-radius: 0.625vw;
    box-shadow: 0px 0.46875vw 0px #007f51;
  }
  .cp-Float_Btn:before {
    margin-right: 0.39063vw;
    width: 1.50391vw;
    height: 1.42578vw;
  }
  .ua-pc .cp-Float_Btn:hover {
    transform: translateY(0.3125vw);
    box-shadow: 0px 0.15625vw 0px #007f51;
  }
  .ua-pc .cp-Float_Btn:hover.cp-Float_Btn-2 {
    box-shadow: 0px 0.15625vw 0px #d02307;
  }
  .cp-Float_Btn.cp-Float_Btn-2 {
    box-shadow: 0px 0.46875vw 0px #d02307;
  }
  .cp-Float_Btn.cp-Float_Btn-2:before {
    width: 1.875vw;
    height: 1.79687vw;
  }
}
@media screen and (max-width: 1080px) {
  .cp-Float_Btn:active {
    transform: translateY(0.3125vw);
    box-shadow: 0px 0.15625vw 0px #007f51;
    filter: brightness(1.1);
  }
  .cp-Float_Btn:active.cp-Float_Btn-2 {
    box-shadow: 0px 0.15625vw 0px #d02307;
  }
}
@media screen and (max-width: 750px) {
  .cp-Float_Btn {
    width: 60%;
    height: 12vw;
    font-size: 3.73333vw;
    border-radius: 1.6vw;
    box-shadow: 0px 1.33333vw 0px #007f51;
    margin-top: 2.4vw;
  }
  .cp-Float_Btn:before {
    width: 4.10667vw;
    height: 3.89333vw;
    margin-right: 0.93333vw;
  }
  .cp-Float_Btn.cp-Float_Btn-2 {
    box-shadow: 0px 1.33333vw 0px #d02307;
  }
  .cp-Float_Btn.cp-Float_Btn-2:before {
    width: 3.2vw;
    height: 3.06667vw;
  }
  .cp-Float_Btn:active {
    transform: translateY(1.06667vw);
    box-shadow: 0px 0.26667vw 0px #007f51;
    filter: brightness(1.1);
  }
  .cp-Float_Btn:active.cp-Float_Btn-2 {
    box-shadow: 0px 0.26667vw 0px #d02307;
  }
}
.Links {
  display: none;
  width: 100%;
  background-color: #def3fd;
  padding-top: 10.66667vw;
  padding-bottom: 30.66667vw;
}

@media screen and (max-width: 750px) {
  .Links {
    display: block;
  }
}
.Links_Btns {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.Links_Btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 21.33333vw;
  border-radius: 2.13333vw;
  background-color: #FFF;
  margin-bottom: 5.33333vw;
  box-shadow: 0px 1.33333vw 0px #93bffb;
  overflow: hidden;
  transition: all 200ms 0s ease-out;
}

.Links_Btn:active {
  transform: translateY(0.8vw);
  box-shadow: 0px 0.26667vw 0px #aed0fe;
  filter: brightness(1.1);
}

.Links_Words {
  width: 46%;
  margin-left: 6.66667vw;
}

.Links_Ttl {
  font-weight: 900;
  font-size: 4.26667vw;
  color: #002074;
  line-height: 1.2;
}

.Links_Cap {
  font-weight: 700;
  font-size: 2.66667vw;
  color: #002074;
  margin-top: 0.93333vw;
}

.Links_Icon img {
  width: 100%;
  height: auto;
}

.Links_Icon-1 {
  width: 16.8vw;
}

.Links_Icon-2 {
  width: 20vw;
}

.Link_Arrow {
  width: 10.66667vw;
  height: 22.13333vw;
  margin-left: auto;
}

.Link_Arrow img {
  width: 100%;
  height: auto;
}

.Side_Tabs {
  position: fixed;
  z-index: 905;
  right: -13px;
  display: none;
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 200ms 0s ease-out;
}

@media screen and (max-width: 1280px) {
  .Side_Tabs {
    right: -1.01563vw;
  }
}
@media screen and (max-width: 750px) {
  .Side_Tabs {
    display: none;
  }
}
.Side_Tab {
  will-change: transform;
  width: 108px;
  transition: all 200ms 0s ease-out;
}

.Side_Tab img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .Side_Tab {
    width: 6.875vw;
  }
}
@media screen and (min-width: 751px) {
  .ua-pc .Side_Tab:hover {
    margin-left: -8px;
    filter: brightness(1.07);
  }
}
@media screen and (max-width: 1280px) {
  .ua-pc .Side_Tab:hover {
    margin-left: -0.625vw;
  }
}
@media screen and (max-width: 1080px) {
  .Side_Tab:active {
    filter: brightness(1.08);
  }
}
.c-rmark {
  position: relative;
  top: 0.5em;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
@media screen and (min-width: 751px) {
  .is-pc {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
}
.mt-xs {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .mt-xs {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-xs {
    margin-top: 4vw;
  }
}

.mt-sm {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .mt-sm {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-sm {
    margin-top: 5.3333333333vw;
  }
}

.mt-md {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .mt-md {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-md {
    margin-top: 6.6666666667vw;
  }
}

.mt-lg {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .mt-lg {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-lg {
    margin-top: 9.3333333333vw;
  }
}

.mt-xl {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .mt-xl {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-xl {
    margin-top: 9.3333333333vw;
  }
}

.mb-xs {
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .mb-xs {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  .mb-xs {
    margin-bottom: 4vw;
  }
}

.mb-md {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .mb-md {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .mb-md {
    margin-bottom: 6.6666666667vw;
  }
}

.mb-lg {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .mb-lg {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .mb-lg {
    margin-bottom: 9.3333333333vw;
  }
}

.pt-md {
  padding-top: 40px;
}
@media screen and (max-width: 1440px) {
  .pt-md {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .pt-md {
    padding-top: 6.6666666667vw;
  }
}

.pt-lg {
  padding-top: 60px;
}
@media screen and (max-width: 1440px) {
  .pt-lg {
    padding-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .pt-lg {
    padding-top: 9.3333333333vw;
  }
}

.pb-md {
  padding-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .pb-md {
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .pb-md {
    padding-bottom: 6.6666666667vw;
  }
}

.pb-lg {
  padding-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .pb-lg {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .pb-lg {
    padding-bottom: 9.3333333333vw;
  }
}

.pt-pagenavi {
  padding-top: 100px;
}
@media screen and (max-width: 1280px) {
  .pt-pagenavi {
    padding-top: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .pt-pagenavi {
    padding-top: 16vw;
  }
}

.pt-pagenavi--lg {
  padding-top: 180px;
}
@media screen and (max-width: 1280px) {
  .pt-pagenavi--lg {
    padding-top: 14.0625vw;
  }
}
@media screen and (max-width: 750px) {
  .pt-pagenavi--lg {
    padding-top: 40vw;
  }
}

.bg-white {
  background-color: #f6fafe;
}
