@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/*-- color --*/ :root {
  --var-maincolor: #0192D5;
  --var-subcolor: #0672B9;
  --var-graycolor: #F2F2F2;
  --var-graybluecolor: #EEF6FB;
  --var-orangecolor: #FFB40A;
}
/*-- font --*/
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url(../fonts/Poppins-Bold.ttf) format("truetype")
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(../fonts/NotoSans_regular.woff2) format("woff2"), url(../fonts/NotoSans_regular.woff) format("woff"), url(../fonts/NotoSans_regular.ttf) format("truetype"), url(../fonts/NotoSans_regular.eot) format("embedded-opentype")
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url(../fonts/NotoSans_medium.woff2) format("woff2"), url(../fonts/NotoSans_medium.woff) format("woff"), url(../fonts/NotoSans_medium.ttf) format("truetype"), url(../fonts/NotoSans_medium.eot) format("embedded-opentype")
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url(../fonts/NotoSans_bold.woff2) format("woff2"), url(../fonts/NotoSans_bold.woff) format("woff"), url(../fonts/NotoSans_bold.ttf) format("truetype"), url(../fonts/NotoSans_bold.eot) format("embedded-opentype")
}
/*-- reset --*/
/*! http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}
img {
  max-width: 100%;
  vertical-align: bottom
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
b, strong {
  font-weight: 600
}
html {
  height: 100%;
  font-size: 62.5%
}
body {
  min-height: 100%;
  overflow-y: scroll;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%
}
a {
  color: inherit;
  text-decoration: none
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block
}
button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem
}
button {
  cursor: pointer
}
select::-ms-expand {
  display: none
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?bgrvxx);
  src: url(../fonts/icomoon.eot?bgrvxx#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?bgrvxx) format("truetype"), url(../fonts/icomoon.woff?bgrvxx) format("woff"), url(../fonts/icomoon.svg?bgrvxx#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-phone:before {
  content: "\e908"
}
.icon-angle-right:before {
  content: "\e90c"
}
.icon-angle-top:before {
  content: "\e90a"
}
.icon-balloon:before {
  content: "\e90b"
}
.icon-calc:before {
  content: "\e901"
}
.icon-mail:before {
  content: "\e904"
}
.icon-map:before {
  content: "\e905"
}
.icon-search:before {
  content: "\e906"
}
.icon-twitter:before {
  content: "\e907"
}
.icon-instagram:before {
  content: "\e902"
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}
/*-- header --*/
.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 240px;
}
.logo img {
  width: 100%;
  height: auto;
}
.fix_menu {
  position: fixed;
  width: 100%;
  /*  max-width: 1200px;*/
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  padding: 40px 0;
}
#navwrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 30px 15px 0;
}
.header_menu {
  display: flex;
}
.header_menu li {
  align-items: center;
  appearance: none;
  display: inline-flex;
  fill: currentcolor;
  height: 48px;
  overflow: visible;
  position: relative;
  text-align: center;
}
.header_menu li a {
  cursor: pointer;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
}
#switch {
  display: none;
}
#switch p {
  padding: 500px 0;
  text-align: center;
}
@media screen and (max-width:1080px) {
  .logo {
    top: 10px;
  }
  #switch ~ label {
    padding: 12px 12px;
    width: 60px;
    height: 60px;
    background: #333;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
  }
  #switch ~ label span {
    display: block;
    width: 22px;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    position: absolute;
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
  }
  #switch ~ label span:before, #switch ~ label span:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #switch ~ label span:before {
    top: -9px;
  }
  #switch ~ label span:after {
    top: 9px;
  }
  #switch:checked ~ label span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #switch:checked ~ label span:before {
    top: 0;
  }
  #switch:checked ~ label span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
    margin-top: 0;
  }
  #navwrap {
    padding-top: 0;
    position: fixed;
    top: -100%;
    left: 0;
    width: calc(100% - 60px);
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.4s;
    padding: 60px;
    box-sizing: border-box;
  }
  #switch:checked ~ #navwrap {
    display: block;
    top: 0;
  }
  .fix_menu {
    padding: 30px 0;
  }
  .header_menu {
    display: flex;
    padding: 0;
    flex-direction: column;
  }
  .header_menu li {
    margin: 0 auto 30px;
  }
  .header_menu li a {
    color: #fff;
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
/*-- btn --*/
.hbutton {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px !important;
  margin-left: 20px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms, all 0.4s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}
.contact {
  color: #333 !important;
}
.download {
  background-color: #000;
  color: #fff !important;
}
.hbutton:hover {
  background: #666;
  color: #fff !important;
}
.hbutton:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}
.hbutton:focus {
  outline: none;
  border: 2px solid #4285f4;
}
.hbutton:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
.hbutton:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}
.hbutton:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
.hbutton:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}
.hbutton:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
/*-- 資料ダウンロード --*/
a.btn_download {
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  text-align: center;
  background-color: var(--var-maincolor);
  color: #F5F7FC;
}
a.btn_download:hover {
  transform: translateY(-4px);
}
a.btn_download i {
  padding-right: 10px;
}
a.btn {
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 40px;
  text-align: center;
  background-color: var(--var-maincolor);
  color: #F5F7FC;
}
a.btn:hover {
  transform: translateY(-4px);
}
a.btn i {
  margin-right: 16px;
  font-size: 30px;
  vertical-align: middle;
}
.fixed_btn {
  display: table;
  text-align: center;
}
.fixed_btn a {
  position: fixed;
  z-index: 800;
  top: 40%;
  bottom: 50%;
  right: 0;
  height: 24%;
  display: table-cell;
  vertical-align: middle;
  color: white;
  border-radius: 10px 0 0 10px;
  padding: 20px 10px 10px 10px;
  writing-mode: vertical-rl;
  background-color: var(--var-orangecolor);
  border-bottom: 2px solid var(--var-orangecolor);
  border-left: 2px solid var(--var-orangecolor);
  border-top: 2px solid var(--var-orangecolor);
  transition: 1.0s;
}
.fixed_btn a:hover {
  background-color: #FFFFFF;
  color: var(--var-orangecolor);
}
.fixed_btn i {
  padding-bottom: 6px;
}
.img_wrapper {
  position: absolute;
  top: 0;
  left: 5vw;
  z-index: -1;
}
.img_wrapper {
  position: absolute;
  top: 0;
  left: 5vw;
  z-index: -1;
}
.map_img {
  left: 15vw;
}
.img_wrapper img {
  height: 500px;
  width: auto;
}
@media (max-width: 768px) {
  .gradation {
    padding: 40px 20px;
  }
  .gradation .img_wrapper {
    width: 100%;
  }
  .introducecontent {
    width: 100% !important;
  }
  .introduceRelative {
    padding-top: 0px !important;
  }
  .img_wrapper {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .img_wrapper img {
    width: 100%;
    height: auto;
  }
  a.btn {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 140%;
    &
  }
}
/*-- スクロール時 --*/
.change-color {
  background-color: #231C1C;
  transition: 0.3s;
}
/*-- mainimg --*/
.main {
  width: 100%;
  background: url("../images/mainimg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
  height: 100vh;
  position: relative;
  padding: 0;
  box-sizing: content-box;
}
.information {
  display: table-cell;
  vertical-align: middle;
  z-index: 800;
  position: relative;
}
.information p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 160%;
  color: #fff;
}
.information p:nth-child(2) {
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 140%;
  padding: 40px 0;
}
/*-- small_window --*/
.small_window {
  border: 4px solid var(--var-maincolor);
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-top: 40px;
  margin-right: 20px;
  z-index: 2;
}
.small_window img {
  float: left;
  padding-right: 20px;
}
.small_window txt {
  float: right;
}
.small_window p {
  font-size: 1.4px !important;
  font-size: 1.4rem !important;
  line-height: 160% !important;
  color: #333 !important;
  padding: 0 0 10px 0 !important;
}
/*-- section --*/
section {
  padding: 100px 15vw;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 180%;
  text-align: left;
  margin: 0 auto;
  width: fit-content;
}
/*-- 見出し　--*/
.title-Lv2 {
  position: relative;
  padding-bottom: 50px;
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: bold;
  text-align: center;
}
.title-Lv2::before {
  content: attr(data-en);
  display: block;
  color: var(--var-maincolor);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  font-family: "Poppins" !important;
  font-weight: 700;
  text-transform: uppercase;
}
.title-Lv2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 1px;
  height: 40px;
  background-color: var(--var-maincolor);
  ;
}
.title-Lv3 {
  position: relative;
  padding: 0.25em 2em;
  color: var(--var-maincolor);
  display: inline-block;
  top: 0;
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: .1em;
}
.title-Lv3:before, .title-Lv3:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.title-Lv3:after {
  content: '';
  border-top: solid 1px var(--var-maincolor);
  border-right: solid 1px var(--var-maincolor);
  border-bottom: solid 1px var(--var-maincolor);
  right: 0;
}
.title-Lv3:before {
  border-left: solid 1px var(--var-maincolor);
  border-top: solid 1px var(--var-maincolor);
  border-bottom: solid 1px var(--var-maincolor);
  left: 0;
}
/*-- ブロックマージン　--*/
h2 + p, h3 + p, h2 + h3, p + h3 {
  margin-top: 60px;
}
h4 + p, section p + p {
  padding-top: 40px;
}
/*-- 背景 --*/
.gray {
  background-color: var(--var-graycolor);
}
.grayblue {
  background-color: var(--var-graybluecolor);
}
.gradation {
  background: -moz-linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, var(--var-maincolor) 66%, #069AB9 100%);
  background: -webkit-linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, var(--var-maincolor) 66%, #069AB9 100%);
  background: linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, var(--var-maincolor) 66%, #069AB9 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  /*min-height: calc(100vh - 2rem);*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
}
.gradation::before, .gradation::after {
  content: "";
  width: 70vmax;
  height: 70vmax;
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  left: -20vmin;
  top: -20vmin;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  transform-origin: 55% 55%;
  pointer-events: none;
}
.gradation::after {
  width: 70vmin;
  height: 70vmin;
  left: auto;
  right: -10vmin;
  top: auto;
  bottom: 0;
  animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
  transform-origin: 20% 20%;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
  .st0 {
    display: none;
  }
  .st1 {
    display: inline;
  }
  .st2 {
    opacity: 0.29;
  }
  .st3 {
    fill: #FFFFFF;
  }
  .st4 {
    clip-path: url(#SVGID_2_);
    fill: #FFFFFF;
  }
  .st5 {
    clip-path: url(#SVGID_4_);
  }
  .st6 {
    clip-path: url(#SVGID_6_);
  }
  .st7 {
    clip-path: url(#SVGID_8_);
  }
  .st8 {
    clip-path: url(#SVGID_10_);
  }
  .st9 {
    fill: none;
  }
  .st10 {
    clip-path: url(#SVGID_12_);
  }
  .st11 {
    opacity: 0.7;
  }
  .st12 {
    clip-path: url(#SVGID_14_);
  }
  .st13 {
    opacity: 0.2;
  }
  .st14 {
    clip-path: url(#SVGID_16_);
  }
  .st15 {
    opacity: 0.3;
    fill: #FFFFFF;
    enable-background: new;
  }
}
/*-- 2カラム --*/
.contentWrapper {
  position: relative;
  z-index: 1;
}
.introduceRelative {
  padding-top: 200px;
}
.introducecontent {
  width: 34vw;
  margin-left: auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.contentWrapper h4 {
  font-size: 2.4rem;
  line-height: 160%;
  font-weight: 700;
  text-align: left;
  color: var(--var-maincolor);
}
/*-- list-box --*/
.list-box {
  position: relative;
  margin: 2em 0 0 0;
  padding: 1em;
  border: solid 3px var(--var-maincolor);
}
.list-box .box-title {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: -3px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  background: var(--var-maincolor);
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw 1%;
  margin: 0 auto;
  padding: 0;
}
.list-box li {
  background-color: var(--var-graycolor);
  padding: 16px;
  width: calc(97% / 4);
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
/*-- form --*/
.pmenu {
  background: url("../images/pmenu_img.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.form {
  padding: 40px 0;
}
select {
  /* styling */
  background-color: white;
  border: thin solid var(--var-maincolor);
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select.classic {
  margin-bottom: 10px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--var-maincolor) 50%), linear-gradient(135deg, var(--var-maincolor) 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size:
    5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size:
    5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
/*-- table --*/
.plan-table {
  margin: 60px auto;
  width: fit-content;
  border-collapse: separate;
  border: none;
  border-spacing: 0px 4px;
}
.plan-table th {
  padding: 20px;
}
.plan-table td {
  padding: 10px 20px;
  font-size: 30px;
  font-size: 3.0rem;
  color: var(--var-maincolor);
}

.plan-table td span{
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.plan-table tbody td, .plan-table tfoot td {
  text-align: center;
}
/* 上部ヘッダー（背景：パステルカラー） */
.plan-table thead th {
  color: #FFF;
  font-weight: bold;
  background: var(--var-maincolor);
}
/* 上部ヘッダーの丸み */
.plan-table thead th:nth-child(2) {
  border-radius: 10px 0 0 0;
}
.plan-table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.plan-table th, .plan-table td {
  border: 0 none !important;
  vertical-align: middle;
}
/* １行ずつ色変更　不要なら削除 even:奇数行　odd:偶数行 */
.plan-table tr:nth-child(even) td {
  background: var(--var-graycolor);
}
.plan-table tr:nth-child(odd) td {
  background: #fff;
}
/* ヘッダーセル先頭・ボディ項目・フッター項目 */
.plan-table tbody th, .plan-table tfoot th, .plan-table thead th:first-child {
  background: none;
  font-weight: bold;
  text-align: right;
}
/*（共通）　項目の多いテーブルの幅を調整*/
@media (max-width: 767px) {
  .col6t th, .col6t td {
    padding: 10px 0px;
  }
  .col5t th, .col5t td {
    padding: 10px 0px;
  }
  .col4t th {
    font-size: 0.8em;
    padding: 10px 5px;
  }
  .col4t td {
    font-size: 1.8em;
    padding: 10px 5px;
  }
  .col3t th, .col3t td {
    padding: 10px 10px;
  }
}
/* スクロール */
@media (max-width: 280px) {
  .table-scroll {
    overflow: auto; /*スクロールさせる*/
    width: 260px; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
  }
  /* 以下、スクロールバーを追加 */
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #333;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}
/*-- step --*/
.step {
  width: 100%;
}
.step_inner {
  margin-top: 20px;
  display: inline-block;
}
.step_inner p {
  padding: 20px;
}
.step_inner h4 {
  padding-top: 20px;
  color: var(--var-maincolor);
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
}
.step_inner h4 span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
/*-- footer --*/
footer {
  text-align: center;
  /* padding: 40px 0; */
  display: flex;
  justify-content: center;
  column-gap: 80px;
  padding: 40px 15vw;
  width: 100%;
}

footer div:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {

  footer {
    display: block;
  }

  footer div {
    margin-top: 16px;
  }
}

/*-- form --*/

iframe {
 border: none;
	width: 100%;
}

/*-- Viewport --*/
@media all and (min-width:1367px) {
  .information {
    padding-left: 20vw;
  }
  .step {
    display: flex;
  }
  .step_inner {
    width: calc(100% / 3);
  }
  .sp-br {
    display: none;
  }
}
@media all and (max-width:1366px) and (min-width:769px) {
  section {
    padding: 80px 5vw !important;
  }
  .introduceRelative {
    padding-top: 400px;
  }
  .introducecontent {
    width: 80% !important;
  }
  .step {
    display: flex;
  }
  .step_inner {
    width: calc(100% / 3);
  }
  .information {
    padding-left: 10vw;
  }
}
@media all and (max-width:768px) {
  section p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  .step_inner {
    width: 100%;
    display: block;
  }
  .step_inner img {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  .information {
    padding: 20px;
  }
  section {
    padding: 40px 20px;
  }
  .title-Lv3 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 160%;
    text-align: left;
  }
  h2 br {
    display: none;
  }
  .pc-br {
    display: none;
  }
  .small_window {
    padding: 10px;
    margin-top: 40px;
    width: 80%;
  }
  .small_window img {
    width: 40%;
  }
  a.btn_download {
    font-size: 1.1rem;
    font-size: 11px;
  }
  .list-box ul {
    gap: 0.5vw 1%;
  }
  .list-box li {
    padding: 10px;
    width: calc(99% / 2);
    font-size: 12px;
    font-size: 1.2rem;
  }
  .list-box li br {
    display: none;
  }
  .fixed_btn a {
    height: 30%;
  }
  .information p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 140%;
  }
  .information p:nth-child(2) {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 120%;
    padding: 20px 0;
  }
  .title-Lv2 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 160%;
  }
}
@media all and (min-width:415px) {
  .small_window {
    width: 440px;
    float: right;
  }
}
@media all and (max-width:414px) {
  .small_window {
    width: 100% !important;
  }
}
@media all and (max-width:280px) {
  .logo {
    width: 180px;
  }
}