@charset "UTF-8";
/*
Theme Name: lp01
Theme URI:
Description: lp01
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #0075b2;
  --color-primary-light: #f2f7fa;
  --color-secondary: #fa8500;
  --color-secondary-light: #f2f7fa;
  --color-bg-primary-light: rgba(199, 162, 108, 0.05);
  --color-link: #323232;
}

.red {
  color: #eb4545;
}

.yellow {
  color: #f3ff15;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content: 880px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Inter","Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
      "Yu Gothic", "Meiryo", sans-serif;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > scroll
------------------------------
*/
.scroll_bar {
  background-color: white;
  overflow-y: scroll;
  height: 150px;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: white;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

/*!
global > effects
------------------------------
*/
.Header, .Header__menu, .Header__menu .g-menu li a::after {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*!
foundation > reset
------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  background-color: white;
  background-color: #f1f5f8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: var(--color-primary);
  word-wrap: break-word;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  a.anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

.br-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block !important;
  }
}

.br-tb {
  display: none;
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .u-ml10 {
    margin-left: 0.7692307692vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .u-ml15 {
    margin-left: 1.1538461538vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .u-mr50 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .u-mr100 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

.u-p15 {
  padding: 15px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-ptb {
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}

.u-ptb70 {
  padding: 70px 0 !important;
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 50px !important;
  }
}

.u-pb {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-p-reset {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-p5 {
    padding: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w60 {
    width: 60% !important;
    max-width: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

b {
  font-weight: bold;
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: bold;
}

.marker {
  display: inline;
  background-color: #f3ff15;
}

.u-btmMaker {
  background: linear-gradient(transparent 50%, #ffff78 50%);
}

/*!
component > title
------------------------------
*/
.title-Lv1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background-color: black;
  color: #f3ff15;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    padding: 0.75em;
    font-size: 1.9rem;
  }
}
.title-Lv1 em {
  font-size: 3.6rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .title-Lv1 em {
    font-size: 2.4rem;
  }
}
.title-Lv1 .num {
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  font-size: 10rem;
  font-weight: 600;
  opacity: 0.2;
  color: white;
}

.title-Lv2 {
  display: block;
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 2px solid rgba(50, 50, 50, 0.1);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    font-size: 1.8rem;
  }
}
.title-Lv2::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title-Lv2::after {
    width: 140px;
  }
}

.title-Lv3 {
  display: block;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #323232;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 1.7rem;
  }
}

/*!
component > btn
------------------------------
*/
.appBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 0.5em 0.75em;
  background-color: #fa8500;
  color: white;
  border-radius: 6px;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 3px 3px 0 rgba(254, 183, 103, 0.7);
  position: relative;
}
@media screen and (max-width: 767px) {
  .appBtn {
    padding-right: 2em;
    min-width: initial;
  }
}
.appBtn i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .appBtn i {
    right: 5px;
  }
}

.appLargeBtn {
  min-width: 680px;
  padding: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eb4545;
  color: white;
  font-size: 2.7rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.3;
  box-sizing: border-box;
  border-radius: 7px;
  position: relative;
  gap: 0 0.35em;
  box-shadow: 5px 5px 0 rgba(235, 69, 69, 0.2);
}
@media screen and (max-width: 767px) {
  .appLargeBtn {
    min-width: initial;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 100px) {
  .appLargeBtn {
    font-size: 1.8rem;
  }
}
.appLargeBtn em {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .appLargeBtn em {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .appLargeBtn--2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .appLargeBtn--2 em {
    font-size: 1.8rem;
  }
}

.appSmallBtn {
  padding: 0.75em 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #eb4545;
  color: white;
  font-size: 2.1rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.3;
  box-sizing: border-box;
  border-radius: 7px;
  position: relative;
  gap: 0 0.35em;
  box-shadow: 5px 5px 0 rgba(235, 69, 69, 0.2);
}
@media screen and (max-width: 767px) {
  .appSmallBtn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 100px) {
  .appSmallBtn {
    font-size: 1.8rem;
  }
}
.appSmallBtn em {
  font-size: 4rem;
}

.Shiny {
  overflow: hidden;
}
.Shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.Notes {
  display: flex;
  font-size: 1.1rem;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1rem;
  }
}
.Notes--inline {
  display: inline-flex;
}
.Notes--mark {
  padding-left: 1em;
}
.Notes--mark::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

blockquote {
  padding: 3.5%;
  background-color: #fbfbfb;
  border: 1px dashed #999;
  font-size: 1.4rem;
}

/*!
layout > container
------------------------------
*/
.l-container, .l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
}

.l-container {
  max-width: var(--width-content);
}

/*!
layout > header
------------------------------
*/
.Header {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  z-index: 30;
}
.Header__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Header__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.Header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 900px;
  max-width: 900px;
  height: 60px;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 0;
  box-sizing: border-box;
  background-color: white;
  padding: 0 1em;
  transform-origin: 100% 50%;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 2px 4px rgba(81, 106, 118, 0.15);
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .Header__menu {
    width: 69.2307692308vw;
    max-width: 69.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .Header__menu {
    display: none;
  }
}
.Header__menu nav {
  text-align: center;
}
.Header__menu .g-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .Header__menu .g-menu {
    display: none;
  }
}
.Header__menu .g-menu ul {
  display: block;
}
.Header__menu .g-menu ul li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 15;
}
.Header__menu .g-menu li {
  position: relative;
}
.Header__menu .g-menu li a {
  padding: 0.25em 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .Header__menu .g-menu li a {
    font-size: 1.1538461538vw;
    padding-left: 0.7692307692vw;
    padding-right: 0.7692307692vw;
  }
}
.Header__menu .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #323232;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.Header__menu .g-menu li a span {
  position: relative;
  z-index: 5;
}
.Header__menu .g-menu li a:hover {
  opacity: 1;
}
.Header__menu .g-menu li a:hover::after {
  width: 60px;
}
.Header__menu .g-menu li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 23px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  transform: rotate(135deg);
}
.Header__menu .g-menu li.menu-item-has-children ul {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 4;
  /*形状を指定*/
  background: #0590e0;
  width: 200px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  /*==3階層目*/
}
.Header__menu .g-menu li.menu-item-has-children ul li a {
  padding: 0.5em 1.5em;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
}
.Header__menu .g-menu li.menu-item-has-children ul li a:hover, .Header__menu .g-menu li.menu-item-has-children ul li a:active {
  background-color: #005786;
}
.Header__menu .g-menu li.menu-item-has-children ul li a::after {
  display: none;
}
.Header__menu .g-menu li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}
.Header__menu .g-menu li.menu-item-has-children ul ul {
  top: 0;
  left: 200px;
}
.Header__menu .g-menu li.top a::before {
  background: url(assets/img/icon/hikari.svg) no-repeat center;
  background-size: contain;
  background-position: center;
}
.Header__menu .g-menu li.plan a::before {
  background: url(assets/img/icon/plan.svg) no-repeat center;
  background-size: contain;
  background-position: center;
}
.Header__menu .g-menu li.kasou a::before {
  background: url(assets/img/icon/kasou.svg) no-repeat center;
  background-size: contain;
  background-position: center;
}
.Header__menu nav li.menu-item-has-children:hover > ul,
.Header__menu nav li.menu-item-has-children ul li:hover > ul,
.Header__menu nav li.menu-item-has-children:active > ul,
.Header__menu nav li.menu-item-has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
#front .Header__menu .g-menu li:first-child {
  display: none;
}
#front .Header__menu .g-menu li .sub-menu li:first-child {
  display: block;
}
@media screen and (max-width: 767px) {
  #under-pg .Header::before {
    height: 100%;
    opacity: 1;
  }
}

.Logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #323232;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .Logo a {
    max-width: 200px;
  }
}

/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 100;
}
.Footer__inner {
  padding: 35px 0;
}
.Footer__inner .Copyright {
  margin-top: 15px;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .Footer__inner .Copyright {
    font-size: 0.8461538462vw;
  }
}
.Footer__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Footer__menu li {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .Footer__menu li {
    margin: 0 0.25em;
  }
}
.Footer__menu li a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #323232;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .Footer__menu li a {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Footer__menu li a {
    font-size: 1.1rem;
  }
}
.Footer__menu li a i {
  margin-left: 0.5em;
}

#btm-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: white;
  border: 1px solid #323232;
  color: #323232;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #323232;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
}

/*!
page > top
------------------------------
*/
#Wrapper {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  box-shadow: 0 0 50px rgba(25, 42, 51, 0.25);
}
@media screen and (max-width: 767px) {
  #Wrapper {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  #Wrapper {
    padding: 0;
  }
}

sup {
  font-size: 1.1rem !important;
  vertical-align: 0.5em;
}

.linkTxt {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
}

.Fv__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    padding: 0;
  }
}

.Cnt__inner {
  padding: 7.5%;
}
@media screen and (max-width: 767px) {
  .Cnt__inner {
    padding: 10% 5%;
  }
}
.Cnt p {
  margin-top: 35px;
}
.Cnt table {
  margin-top: 35px;
  border-collapse: separate;
  border-spacing: 2px;
}
.Cnt table th, .Cnt table td {
  padding: 1em 0.5em;
  background-color: var(--color-primary-light);
  font-size: 1.6rem;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .Cnt table th, .Cnt table td {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.Cnt table th {
  background-color: #323232;
  color: white;
  font-weight: 600;
}
.Cnt table th.head {
  background-color: var(--color-primary);
  color: white;
}
.Cnt table.table-2 th, .Cnt table.table-2 td {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .Cnt table.table-2 th, .Cnt table.table-2 td {
    font-size: 1.2rem;
  }
}

.PgIndex {
  border: 12px solid var(--color-primary-light);
}
@media screen and (max-width: 767px) {
  .PgIndex {
    border-width: 7px;
  }
}
.PgIndex__inner {
  padding: 5%;
}
.PgIndex__list li {
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .PgIndex__list li {
    font-size: 1.5rem;
  }
}
.PgIndex__list li.sub {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .PgIndex__list li.sub {
    font-size: 1.3rem;
  }
}

.ToggleBox {
  padding: 20px 35px;
  background-color: white;
  border: 1.5px solid var(--color-primary);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .ToggleBox {
    padding: 15px;
  }
}
.ToggleBox dt,
.ToggleBox dd {
  display: block;
  line-height: 1.7;
  position: relative;
}
.ToggleBox dt {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ToggleBox dt {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.ToggleBox dt span::before, .ToggleBox dt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .ToggleBox dt span::before, .ToggleBox dt span::after {
    width: 14px;
    right: 0px;
  }
}
.ToggleBox dt span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.ToggleBox dt span.active::after {
  transform: rotate(0);
  transition: 0.2s;
}
.ToggleBox dt:hover {
  cursor: pointer;
}
.ToggleBox dd {
  display: none;
  padding-top: 1em;
}
.ToggleBox .checkList li {
  padding-left: 2em;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ToggleBox .checkList li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 100px) {
  .ToggleBox .checkList li {
    font-size: 1.4rem;
  }
}
.ToggleBox .checkList li i {
  position: absolute;
  top: 0.25em;
  left: 0;
  font-size: 2.4rem;
  color: #eb4545;
}
@media screen and (max-width: 767px) {
  .ToggleBox .checkList li i {
    font-size: 2rem;
  }
}
.ToggleBox .listDisc li {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 1em;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .ToggleBox .listDisc li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 100px) {
  .ToggleBox .listDisc li {
    font-size: 1.4rem;
  }
}
.ToggleBox .listDisc li:last-child {
  margin-bottom: 0;
}

.CtBox {
  padding: 0.5em;
  background-color: #093d9d;
  border-radius: 6px;
}
.CtBox__title {
  display: block;
  padding: 0 1em;
  font-size: 2rem;
  font-weight: 600;
  color: #f3ff15;
}
@media screen and (max-width: 767px) {
  .CtBox__title {
    font-size: 1.7rem;
  }
}
.CtBox__inner {
  padding: 3.5%;
  background-color: white;
  border-radius: 4px;
}
.CtBox__list li {
  margin-left: 1em;
  list-style-type: disc;
}

.btnWrap .headTxt {
  display: inline-block;
  padding: 0 1em;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .btnWrap .headTxt {
    font-size: 1.5rem;
  }
}
.btnWrap .headTxt::before, .btnWrap .headTxt::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: black;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .btnWrap .headTxt::before, .btnWrap .headTxt::after {
    width: 1px;
  }
}
.btnWrap .headTxt::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .btnWrap .headTxt::before {
    transform: translateY(-50%) rotate(-20deg);
  }
}
.btnWrap .headTxt::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .btnWrap .headTxt::after {
    transform: translateY(-50%) rotate(20deg);
  }
}
.btnWrap .PrTxt {
  display: inline-block;
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .btnWrap .PrTxt {
    font-size: 1.1rem;
  }
}

.FlowDetail__inner {
  padding: 3.5%;
}
@media screen and (max-width: 767px) {
  .FlowDetail__inner {
    padding: 0;
  }
}
.FlowDetail__head {
  display: flex;
  align-items: center;
  gap: 0 25px;
  background-color: #f3ff15;
  border: 2px solid #323232;
}
.FlowDetail__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background-color: #f3ff15;
  color: #323232;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .FlowDetail__num {
    min-width: 70px;
    width: 70px;
    height: 70px;
    font-size: 1.1rem;
  }
}
.FlowDetail__num::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #323232;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.FlowDetail__num em {
  font-size: 3.5rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .FlowDetail__num em {
    font-size: 1.8rem;
  }
}
.FlowDetail__label {
  display: block;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .FlowDetail__label {
    font-size: 1.6rem;
  }
}

.FlowArrow i {
  font-size: 3rem;
  color: #323232;
}

.Qa {
  padding-bottom: 35px;
  border-bottom: 1px solid #999;
}
.Qa__question {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .Qa__question {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.Qa__question::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-color: #eb4545;
  color: white;
  border-radius: 4px;
}

.cardImg {
  margin-left: 50px;
  float: right;
}
@media screen and (max-width: 767px) {
  .cardImg {
    float: none;
    margin: 0 auto;
  }
}

.cardSpec--2 {
  border: 1px solid #323232;
}
.cardSpec__inner--2 {
  padding: 3.5%;
}
.cardSpec__label {
  padding: 0.25em 0.75em;
  display: flex;
  align-items: center;
  font-size: 3.8rem;
  font-weight: 800;
  background-color: #f3ff15;
  border: 3px solid #323232;
  box-shadow: 3px 3px 0 #323232;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cardSpec__label {
    font-size: 2.5rem;
  }
}
.cardSpec__label--small {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .cardSpec__label--small {
    font-size: 1.9rem;
  }
}
.cardSpec__head__column {
  display: flex;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .cardSpec__head__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.cardSpec__head__img {
  display: block;
  min-width: 180px;
  width: 180px;
}
.cardSpec__head__img--2 {
  min-width: 120px;
  width: 120px;
}
.cardSpec__head__img img {
  display: block;
  width: 100%;
}
.cardSpec__head__block {
  width: 100%;
}
.cardSpec__head__block--2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cardSpec__head__block--2 {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
