@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
/* to preserve line-height and selector appearance */
/*to enable resizing for IE*/
/* ページ共通
---------------------------------------------------- */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT


Copyright (c) 2015 Daniel Eden
*/
.link1 {
  text-align: right;
}
.link1 a {
  display: inline-flex;
  align-items: center;
  color: #ff4242;
  text-decoration: underline;
}
.link1 a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(-45deg);
  margin-left: 0.5em;
  align-items: center;
  border-right: 3px solid #ff4242;
  border-bottom: 3px solid #ff4242;
}

@keyframes "kakudai" {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes "coverIn" {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes "news-show" {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes "modal-show" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "fadeInUp" {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes "fadeInUp2" {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes "hayabusachan" {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes "historyBox" {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@keyframes "bgZoom" {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes "fadeInBlur" {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes "bounce" {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes "flash" {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes "pulse" {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*--------------------------------------
   レイアウト
  ---------------------------------------*/
/*--------------------------------------
   要素
  ---------------------------------------*/
/*スクロールバー全体*/
/*--------------------------------------
   パーツ
  ---------------------------------------*/
/* その他 */
/*--------------------------------------
   プラグイン
  ---------------------------------------*/
/*--------------------------------------
   メインコンテンツ
  ---------------------------------------*/
/*--------------------------------------
   intro
  ---------------------------------------*/
/*--------------------------------------
   list
  ---------------------------------------*/
/*--------------------------------------
   find
  ---------------------------------------*/
/*--------------------------------------
   syatyo
  ---------------------------------------*/
/*--------------------------------------
   flow
  ---------------------------------------*/
/*-- Width --*/
/*-- Margin --*/
/*-- Padding --*/
/*-- Font --*/
/*-- Etc --*/
/*-- Width --*/
/*-- Margin --*/
/*-- Padding --*/
/*-- Font --*/
/*-- Etc --*/

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
*:first-child + html body {
  font-size: 87%;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  font: 10px/1.4 "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 46em) {
  body {
    font-size: 14px;
  }
}

div {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

pre {
  margin: 0;
  padding: 0;
}

u {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

b {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

mark {
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  display: inline-block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffee00 70%);
}

code {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: inherit;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

legend {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

p {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

th {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img {
  border: 0;
  vertical-align: top;
  height: auto;
}

address {
  font-style: normal;
  font-weight: inherit;
}

caption {
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

cite {
  font-style: normal;
  font-weight: inherit;
}

dfn {
  font-style: normal;
  font-weight: inherit;
}

em {
  font-style: normal;
  font-weight: inherit;
}

strong {
  font-style: normal;
  font-weight: inherit;
}

var {
  font-style: normal;
  font-weight: inherit;
}

small {
  font-size: 100%;
  font-weight: inherit;
}

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

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

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

br {
  letter-spacing: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

time {
  display: block;
}

select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}

html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated2 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated3 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.animated4 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated2.infinite {
  animation-iteration-count: infinite;
}

.animated3.infinite {
  animation-iteration-count: infinite;
}

.animated4.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn {
  animation-duration: 0.75s;
}

.animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX {
  animation-duration: 0.75s;
}

.animated.flipOutY {
  animation-duration: 0.75s;
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

.flash {
  animation-name: flash;
}

.pulse {
  animation-name: pulse;
}

.l-logo {
  z-index: 999;
  width: 90.4px;
  position: absolute;
  top: 17px;
  left: 31.6px;
}

.l-cont {
  overflow: hidden;
}

.l-form .formIn {
  max-width: 350px;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100vh;
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  padding: 0px 0 30px 0;
}
.l-form .formIn h2 {
  text-align: center;
  color: #ffee00;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.l-form .formIn h2::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #ffee00;
  position: absolute;
  left: 8%;
  bottom: 0;
  transform: rotate(-25deg);
}
.l-form .formIn h2::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #ffee00;
  position: absolute;
  right: 7%;
  bottom: 0;
  transform: rotate(25deg);
}
.l-form .formIn h2 span {
  font-size: 2.2rem;
  display: block;
}
.l-form .formIn form {
  margin-top: 10px;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 46em) {
  .l-form .formIn form {
    font-size: 2.4rem;
  }
}
.l-form .formIn form .flex {
  display: flex;
  justify-content: space-between;
}
.l-form .formIn form .flex select,
.l-form .formIn form .flex label {
  width: 48%;
}
.l-form .formIn form li + li {
  margin-top: 10px;
}
.l-form .formIn form p {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 46em) {
  .l-form .formIn form p {
    font-size: 2rem;
  }
}
.l-form .formIn form input[type=text],
.l-form .formIn form select,
.l-form .formIn form textarea {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 0.4em;
  box-sizing: border-box;
}
.l-form .formIn form label {
  min-width: 100px;
  text-align: center;
  justify-content: space-between;
  background-color: #fff;
  display: inline-block;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.l-form .formIn form label input {
  margin-right: 10px;
}
.l-form .formIn form label select {
  width: 48%;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/ar_select.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  color: #000;
  border: none;
  box-sizing: border-box;
}
.l-form .formIn form label select::-ms-expand {
  display: none;
}
.l-form .formIn form label textarea {
  width: 100%;
  height: 155px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.l-form .formIn .send_but {
  width: 100%;
  margin-top: 25px;
}
.l-form .formIn .send_but button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff4b4b;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 3px 3px 0 #8f1c1c;
}
.l-form .formIn .send_but button:hover {
  transition: 0.2s;
  filter: brightness(130%);
}

svg {
  vertical-align: top;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
input[type=text]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=password]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=password]::-moz-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=password]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=password]::placeholder {
  color: #ccc;
  opacity: 1;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.u-scrlPos {
  display: block;
  position: relative;
}

.u-inner {
  margin-left: auto;
  margin-right: auto;
}

.u-ttl1 {
  font-size: 3rem;
}

.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn1.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
}

.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: opacity 0.3s;
}
.u-btn1.clr1:not([disabled]):hover {
  opacity: 0.7;
}

.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}
.u-btn1.clr2:not([disabled]):hover {
  background-color: #ff1616;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainZone {
  text-align: center;
  position: relative;
  overflow: hidden;
  background-image: url("../img/main/bg.jpg");
  background-position: center;
}
@media screen and (max-width: 46em) {
  .mainZone {
    background-image: url("../img/bg_sp.jpg");
    background-size: cover;
    padding: 20vw 12vw;
  }
}
.mainZone .boxIn {
  width: 80%;
  max-width: 550px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 46em) {
  .mainZone .boxIn {
    width: 100%;
  }
}
.mainZone .boxIn h2 {
  margin-bottom: 30px;
}
.mainZone .boxIn p {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 46em) {
  .mainZone .boxIn p {
    font-size: 3.6vw;
    text-align: left;
  }
  .mainZone .boxIn p br {
    display: none;
  }
}
.mainZone .boxIn .main {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 46em) {
  .mainZone .boxIn .main {
    font-size: 16px;
  }
}

.introZone {
  position: relative;
  z-index: 3;
}
.introZone h2 {
  margin-bottom: 1.95em;
  color: #2b73bd;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 46em) {
  .introZone h2 {
    margin-bottom: 1em;
  }
}
.introZone h2 span {
  display: inline-block;
  position: relative;
}
.introZone h2 span:before {
  content: "";
  display: block;
  background: url("../img/intro/ttl_deco.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.9em;
  height: 0.85em;
  position: absolute;
  top: -0.45em;
  left: -1.425em;
}
.introZone h2 span:after {
  content: "";
  display: block;
  background: url("../img/intro/ttl_deco.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.9em;
  height: 0.85em;
  position: absolute;
  bottom: -0.3em;
  right: -2.05em;
  transform: rotate(180deg);
}
.introZone .fl_this {
  display: flex;
  justify-content: space-between;
}
.introZone .fl_this ul {
  font-weight: bold;
  line-height: 1.47826;
  max-width: 100%;
  width: 518px;
  font-size: 2.3rem;
  padding-bottom: 2em;
}
.introZone .fl_this ul li {
  display: flex;
  align-items: center;
}
.introZone .fl_this ul li:not(:first-child) {
  background: url("../img/intro/list_line.svg") left top repeat-x;
  margin-top: 1.08696em;
  padding-top: 1.08696em;
}
.introZone .fl_this ul li:before {
  content: "";
  display: block;
  background: url("../img/intro/list_icn.svg") 0 0 no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
.introZone .fl_this .img {
  max-width: 100%;
  width: 450px;
}
.introZone .fl_this .img img {
  max-width: 100%;
}

.listZone {
  background-color: #2b73bd;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 75px 50px 65px 50px;
  position: relative;
  z-index: 2;
}
.listZone::after {
  content: "";
  display: block;
  position: absolute;
  left: 53%;
  margin-left: -105px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #2b73bd transparent transparent transparent;
}
.listZone h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 3em;
}
.listZone .u-inner {
  max-width: 900px;
  margin: 0 auto;
}
.listZone .txt {
  text-align: center;
  font-size: 1.6rem;
  border-radius: 10px;
  margin-top: 10px;
}
.listZone li {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.listZone strong {
  font-size: 30px;
}
.listZone em {
  display: block;
  font-size: 24px;
  color: #2b73bd;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 46em) {
  .listZone em {
    font-size: 3rem;
  }
}
.listZone p {
  text-align: center;
}
.listZone p a {
  text-decoration: underline;
}
@media screen and (max-width: 46em) {
  .listZone p {
    text-align: left;
  }
}
.listZone .lead {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 1em;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 46em) {
  .listZone .lead {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
}
.listZone h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
  color: #ffee00;
}
.listZone h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 86px;
  background-color: #ffee00;
  margin-right: 30px;
  transform: rotate(-25deg);
}
.listZone h2::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 86px;
  background-color: #ffee00;
  margin-left: 30px;
  transform: rotate(25deg);
}
.listZone .cap {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  color: #ffee00;
  margin: 30px 0 20px 0;
}
.listZone ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 46em) {
  .listZone ul {
    display: block;
  }
}
.listZone ul::before {
  content: "";
  background: url("../img/list/bf_list.webp") 0 0 no-repeat;
  display: block;
  position: absolute;
  left: -120px;
  bottom: -200px;
  width: 91px;
  height: 326px;
}
.listZone ul::after {
  content: "";
  background: url("../img/list/at_list.webp") 0 0 no-repeat;
  display: block;
  position: absolute;
  right: -120px;
  bottom: -200px;
  width: 88px;
  height: 292px;
}
.listZone ul li {
  width: 45%;
  padding: 30px;
  background: #fff;
  color: #2b73bd;
  margin-top: 20px;
  border-radius: 20px;
  margin: 20px 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 46em) {
  .listZone ul li {
    width: 100%;
    padding: 5vw 8vw;
  }
}
.listZone ul li p {
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
}
.listZone small {
  display: block;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
}

.findZone {
  position: relative;
  padding: 50px 50px 75px 50px;
  background-color: #2b73bd;
}
.findZone .u-inner h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  border: 5px solid #000;
  margin-top: 1em;
  padding: 1.5em;
}
.findZone .u-inner h2 mark {
  color: #ff4141;
  display: inline-block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffee00 30%);
  background-position: 0 -8px;
}
.findZone .u-inner .fl_blk {
  display: flex;
  margin-top: 65px;
}
.findZone .u-inner .fl_blk .img {
  max-width: 100%;
  width: 500px;
  position: relative;
  margin-right: 50px;
}
.findZone .u-inner .fl_blk .img::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/find/at_find.webp") 0 0 no-repeat;
  background-size: contain;
  width: 477px;
  height: 374px;
  bottom: -180px;
  left: 10%;
}
.findZone .u-inner .fl_blk .txt {
  max-width: 100%;
  width: 450px;
  margin-top: 65px;
}
.findZone .u-inner .fl_blk .txt h3 {
  font-size: 2.7rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  line-height: 1.6;
  padding: 0 8px;
}
.findZone .u-inner .fl_blk .txt p {
  font-size: 1.8rem;
  margin-top: 35px;
  color: #fff;
  line-height: 1.7;
}

.syatyoZone {
  padding: 83px 50px 90px 50px;
}
.syatyoZone h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 46em) {
  .syatyoZone h3 {
    text-align: left;
    font-size: 3.6rem;
    margin-top: 10vw;
    margin-bottom: 4vw;
  }
}
.syatyoZone h3 .meritT {
  background-color: #ffee00;
  font-weight: bold;
  display: inline-block;
  font-size: 70%;
  padding: 0.2em 0.8em;
  margin-bottom: 0.5em;
}
.syatyoZone .u-inner {
  max-width: 915px;
  margin: 0 auto;
}
.syatyoZone .meritBox {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}
.syatyoZone .meritBox.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 46em) {
  .syatyoZone .meritBox.rev {
    flex-direction: column;
  }
}
.syatyoZone .meritL {
  width: 50%;
}
@media screen and (max-width: 46em) {
  .syatyoZone .meritL {
    margin-top: 0;
    width: 100%;
  }
}
.syatyoZone .meritR {
  width: 46%;
}
@media screen and (max-width: 46em) {
  .syatyoZone .meritR {
    width: 100%;
  }
}
.syatyoZone dl {
  display: flex;
}
.syatyoZone dl dt {
  max-width: 100%;
}
.syatyoZone dl dt h4 {
  font-size: 2.4rem;
  color: #008bb9;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 46em) {
  .syatyoZone dl dt h4 {
    font-size: 2.8rem;
    margin-bottom: 0.8em;
  }
}
.syatyoZone dl dt p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.syatyoZone dl dt p + p {
  margin-top: 0.8em;
}
.syatyoZone dl dd {
  max-width: 100%;
}
.syatyoZone dl dd img {
  border-radius: 50px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.syatyoZone dl dd span {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  margin-top: 20px;
}

.flowZone {
  padding: 100px 50px 70px 50px;
}
.flowZone .u-inner {
  max-width: 915px;
  margin: 0 auto;
}
.flowZone h2 {
  text-align: center;
  font-size: 4rem;
  color: #2b73bd;
  font-weight: bold;
}
.flowZone p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 20px;
}
.flowZone ul {
  margin-top: 35px;
  max-width: 800px;
  margin: 0 auto;
}
.flowZone ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flowZone ul li::after {
  content: "";
  display: block;
  background-image: url("../img/flow/ar_flow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  height: 22px;
  margin-top: 35px;
}
.flowZone ul li h3 {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #2b73bd;
  margin-top: 10px;
}
.flowZone ul li h3 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #2b73bd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.flowZone ul li table {
  width: 100%;
  color: #fff;
  margin: 20px 0;
}
.flowZone ul li table tr th {
  background-color: #008bb9;
  width: 40%;
  padding: 5px;
  border: 1px solid #fff;
  text-align: center;
}
.flowZone ul li table tr td {
  padding: 10px;
  width: 60%;
  border: 1px solid #fff;
  background-color: #2b73bd;
  text-align: center;
}
.flowZone ul li:nth-last-child(1)::after {
  display: none;
}

.scl .btnSoudan {
  display: none;
}

.btnSoudan {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #11b516;
  color: #fff;
  display: flex;
  padding: 1em;
  justify-content: center;
  z-index: 10;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  align-items: center;
}
.btnSoudan:before {
  position: relative;
  top: -0.2em;
  content: "";
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg);
  margin-right: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.btnSoudan.hide {
  display: none;
}

.l-footer {
  font-size: 1.2rem;
  line-height: 2;
  color: #999;
}
@media screen and (max-width: 46em) {
  .l-footer {
    font-size: 10px;
  }
}
.l-footer footer {
  background: #000;
  padding: 50px 50px 100px 50px;
  text-align: center;
  color: #fff;
}
.l-footer footer .logo {
  padding: 0 0 30px 0;
}
.l-footer footer .logo svg {
  fill: #fff;
  width: 150px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
  }
  .l-logo {
    width: 10vw;
    height: auto;
    top: 4vw;
    left: 4vw;
    position: absolute;
  }
  .l-form {
    background: #008cba;
    padding: 8vw 5vw;
  }
  .l-form .formIn {
    width: 100%;
    height: auto;
    position: static;
    padding-top: 0vw;
  }
  .l-form .formIn h2 {
    font-size: 2.6rem;
    margin-bottom: 2vw;
  }
  .l-form .formIn h2::before {
    left: 8%;
    height: 12vw;
  }
  .l-form .formIn h2::after {
    right: 7%;
    height: 12vw;
  }
  .l-form .formIn h2 span {
    font-size: 2.8rem;
  }
  .l-form .formIn form {
    margin-top: 3vw;
  }
  .l-form .formIn form label input {
    padding: 3vw 4vw;
    font-size: 2.2rem;
  }
  .l-form .formIn form label select {
    padding: 3vw 4vw;
    font-size: 2.2rem;
  }
  .l-form .formIn form label textarea {
    padding: 3vw 4vw;
    font-size: 2rem;
    margin-top: 3vw;
    height: 35vw;
  }
  .l-form .formIn .send_but {
    margin-top: 5vw;
  }
  .l-form .formIn .send_but button {
    font-size: 3rem;
    height: 12vw;
  }
  .u-spPd1 {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
  .modalBox .modalInner {
    width: 90%;
  }
  .introZone {
    padding: 10vw 5vw;
  }
  .introZone h2 {
    font-size: 3.6rem;
  }
  .introZone h2 span:before {
    left: -1.05em;
  }
  .introZone h2 span:after {
    right: -1.05em;
  }
  .introZone .fl_this {
    flex-direction: column;
  }
  .introZone .fl_this ul {
    width: auto;
    font-size: 2.4rem;
  }
  .introZone .fl_this ul li:before {
    width: 5vw;
    height: 5vw;
  }
  .introZone .fl_this .img {
    width: 60vw;
    margin: 0 auto;
  }
  .listZone {
    margin-top: -20vw;
    padding: 25vw 3vw 8vw 3vw;
  }
  .listZone::after {
    display: none;
  }
  .listZone h2 {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .listZone h2::before {
    display: none;
  }
  .listZone h2::after {
    display: none;
  }
  .listZone .cap {
    font-size: 2.7rem;
    margin: 2vw 0;
  }
  .listZone ul {
    justify-content: space-between;
  }
  .listZone ul::before {
    display: none;
  }
  .listZone ul::after {
    display: none;
  }
  .listZone ul li {
    margin: 3vw 0;
  }
  .listZone ul li p {
    font-size: 2.2rem;
  }
  .listZone small {
    font-size: 2.4rem;
  }
  .findZone {
    padding: 8vw 4vw;
  }
  .findZone .u-inner h2 {
    font-size: 2.5rem;
    padding: 1.5em;
    text-align: left;
    margin-bottom: 10vw;
  }
  .findZone .u-inner .fl_blk {
    margin-top: 3vw;
    flex-direction: column-reverse;
  }
  .findZone .u-inner .fl_blk .img {
    width: auto;
    margin-top: 4vw;
    margin-right: 0;
  }
  .findZone .u-inner .fl_blk .img::after {
    width: 86vw;
    height: 68vw;
    bottom: -28vw;
    left: 0vw;
  }
  .findZone .u-inner .fl_blk .txt {
    width: auto;
    margin-top: 0;
  }
  .findZone .u-inner .fl_blk .txt h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 46em) {
  .findZone .u-inner .fl_blk .txt h3 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .findZone .u-inner .fl_blk .txt p {
    font-size: 2.2rem;
    margin-top: 3.5vw;
  }
  .syatyoZone {
    padding: 0vw 6vw 8vw;
  }
  .syatyoZone .meritT {
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3vw;
  }
  .syatyoZone dl {
    flex-direction: column;
  }
  .syatyoZone dl dt {
    width: auto;
    margin-top: 12vw;
  }
  .syatyoZone dl dt h3 {
    display: block;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.8;
  }
  .syatyoZone dl dt p {
    font-size: 2.2rem;
  }
  .syatyoZone dl dd {
    width: auto;
    margin-top: 6vw;
    margin-left: 0;
  }
  .syatyoZone dl dd span {
    margin-top: 3vw;
    font-size: 2.2rem;
  }
  .flowZone {
    padding: 8vw 6vw;
  }
  .flowZone h2 {
    font-size: 4.4rem;
  }
  .flowZone p {
    font-size: 2.2rem;
    margin-top: 3vw;
  }
  .flowZone ul {
    margin-top: 3vw;
  }
  .flowZone ul li::after {
    height: 4vw;
    margin-top: 5vw;
  }
  .flowZone ul li h3 .num {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }
  .flowZone ul li table {
    margin: 3vw 0;
  }
  .flowZone ul li table tr th {
    padding: 3vw 2vw;
    font-size: 1.8rem;
  }
  .flowZone ul li table tr td {
    padding: 3vw 2vw;
    font-size: 1.8rem;
  }
  .flowZone ul li small {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .pc {
    display: none !important;
  }
  .spWAuto {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    display: flex;
  }
  .l-cont {
    width: 100%;
  }
  .l-form {
    flex-shrink: 0;
    width: 436px;
    background: #008cba;
  }
  .u-inner:not([class*=pcSz]) {
    max-width: 1000px;
  }
  .u-inner.pcSz2 {
    max-width: 1200px;
  }
  .mainZone {
    padding: 150px 0;
    margin-bottom: 100px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 46em) {
  .mainZone {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .introZone {
    padding: 0 50px 0px;
  }
  .introZone h2 {
    font-size: 3rem;
  }
  .introZone .fl_this ul li:not(:first-child) {
    background-size: auto 3px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .l-wrapper {
    display: block;
  }
  .l-form {
    width: 100%;
    padding: 5vw;
  }
  .l-form .formIn {
    max-width: 900px;
    height: auto;
    position: static;
    padding-top: 10px;
  }
  .l-form .formIn h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .l-form .formIn h2::before {
    left: 10%;
    height: 70px;
  }
  .l-form .formIn h2::after {
    right: 10%;
    height: 70px;
  }
  .l-form .formIn h2 span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1500px) {
  .findZone .u-inner .fl_blk .img::after {
    width: 380px;
    height: 280px;
    left: 2%;
    bottom: 0px;
  }
}
.l-form .txt1 {
  text-align: center;
  margin-top: 0.5em;
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
}
.l-form .txt2 {
  margin-top: 1em;
  color: #fff;
  text-align: center;
}
.l-form .btn {
  margin-top: 1em;
  display: block;
  background-color: #ff7b00;
  text-align: center;
  padding: 1em;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 0 #da6a00;
}
.l-form dl dt {
  font-weight: bold;
  text-align: center;
}
.l-form dl dd.fin {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

.l-wrapper2 {
  width: 90%;
  margin: 0px auto;
  max-width: 800px;
}
.l-wrapper2 h2 {
  margin: 1em 0;
  background-color: rgb(0, 72, 166);
  border-radius: 5px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 0.5em;
}
.l-wrapper2 .jouken {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 2em;
}
.l-wrapper2 .jouken strong {
  font-weight: bold;
  background: linear-gradient(transparent 75%, #ffff05 75%);
}
.l-wrapper2 .jouken table {
  width: 100%;
}
.l-wrapper2 .jouken table td,
.l-wrapper2 .jouken table th {
  border: 1px solid #ccc;
  padding: 0.8em;
}
.l-wrapper2 .jouken table th {
  background-color: #eee;
}
.l-wrapper2 .jouken dt {
  background-color: #666;
  color: #fff;
  padding: 0.6em;
}
.l-wrapper2 .jouken dd {
  padding: 1em 0 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 46em) {
  .l-wrapper2 .jouken dd {
    font-size: 2rem;
  }
}
.l-wrapper2 .jouken dd ul {
  padding-left: 1.5em;
}
.l-wrapper2 .jouken dd ul li {
  list-style: disc;
}
.l-wrapper2 .jouken dd ul li + li {
  margin-top: 0.7em;
}

.l-form2 {
  margin: 0px 0 50px;
}
.l-form2 h2 {
  background-color: #ccc;
}
.l-form2 textarea {
  border: 1px solid rgb(167, 167, 167) !important;
}
.l-form2 select {
  border: 1px solid rgb(167, 167, 167) !important;
}
.l-form2 input {
  border: 1px solid rgb(167, 167, 167);
}
.l-form2 .formIn {
  box-sizing: border-box;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
}
.l-form2 .formIn label + label {
  margin-left: 5px;
}
.l-form2 .formIn table {
  background-color: #fff;
}
.l-form2 .formIn td,
.l-form2 .formIn th {
  padding: 1em;
  border: 1px solid #666;
}
@media screen and (max-width: 46em) {
  .l-form2 .formIn td,
  .l-form2 .formIn th {
    display: block;
  }
}
.l-form2 .formIn th {
  background-color: rgb(175, 214, 255);
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 46em) {
  .l-form2 .formIn th {
    width: 100%;
  }
}
.l-form2 .formIn td {
  width: 70%;
}
@media screen and (max-width: 46em) {
  .l-form2 .formIn td {
    width: 100%;
  }
}
.l-form2 .formIn textarea,
.l-form2 .formIn input[type=text] {
  padding: 0.5em;
  width: 100%;
}
.l-form2 .formIn h2 {
  text-align: center;
  color: #ffee00;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.l-form2 .formIn h2::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #ffee00;
  position: absolute;
  left: 8%;
  bottom: 0;
  transform: rotate(-25deg);
}
.l-form2 .formIn h2::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #ffee00;
  position: absolute;
  right: 7%;
  bottom: 0;
  transform: rotate(25deg);
}
.l-form2 .formIn h2 span {
  font-size: 2.2rem;
  display: block;
}
.l-form2 .formIn form {
  margin-top: 10px;
  display: block;
}
.l-form2 .formIn .send_but {
  width: 100%;
  margin-top: 25px;
}
.l-form2 .formIn .send_but button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff4b4b;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 3px 3px 0 #8f1c1c;
}
.l-form2 .formIn .send_but button:hover {
  transition: 0.2s;
  filter: brightness(130%);
}

.tbl {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 46em) {
  .tbl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 46em) {
  .tbl .detail {
    width: 40px;
  }
}
@media screen and (max-width: 46em) {
  .tbl .hName {
    width: 50vw;
  }
}
.tbl table {
  width: 100%;
}
.tbl th {
  font-weight: bold;
  background-color: #2b73bd;
  color: #fff;
}
.tbl tr:nth-child(even) td,
.tbl tr:nth-child(even) th {
  background-color: #eee;
}
.tbl td {
  color: #000;
}
.tbl td,
.tbl th {
  padding: 0.5em;
}

.btn {
  background-color: #ff9100;
  box-shadow: 0 3px 0px #ac6b48;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  margin-top: 20px;
  font-size: 30px;
  padding: 15px 0;
  font-weight: bold;
}
.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.btn span::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-right: 1em;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 46em) {
  .btn {
    font-size: 21px;
  }
}

.fix {
  position: fixed;
  bottom: -100px;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.3s;
}
.fix.show {
  bottom: 0;
}
.fix .btn {
  max-width: 500px;
  margin: 0 auto;
}

.exWrap {
  background: linear-gradient(transparent 40%, #2b73bd 0%);
}
@media screen and (max-width: 46em) {
  .exWrap {
    width: 100vw;
    overflow-x: scroll;
  }
}

ul.ex {
  padding-top: 60px;
  margin: 0 auto;
  height: 300px;
}
ul.ex img {
  max-width: 100%;
}
@media screen and (max-width: 46em) {
  ul.ex {
    padding-top: 10vw;
    min-width: 215vw;
    height: 40vw;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.planZone {
  text-align: center;
}
.planZone h2 {
  font-weight: bold;
  font-size: 40px;
  color: #2b73bd;
  padding-bottom: 1em;
}
@media screen and (max-width: 46em) {
  .planZone h2 {
    font-size: 30px;
  }
}
.planZone .txt {
  line-height: 2;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 46em) {
  .planZone .txt {
    text-align: left;
    font-size: 14px;
  }
}

.l-header {
  padding: 15px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 46em) {
  .l-header {
    padding: 0 0 0 5vw;
  }
}

.l-header header {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-header header {
    flex-direction: column;
    height: 60px;
  }
}
.l-header header .logo {
  width: 170px;
}
@media screen and (max-width: 46em) {
  .l-header header .logo {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 3vw;
  }
}

.l-header header .logo img {
  width: 100%;
}
@media screen and (max-width: 46em) {
  .l-header header .logo img {
    width: 28vw;
  }
}

.l-header header h1 {
  font-size: 10px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .l-header header h1 {
    padding-top: 0.6em;
  }
}
.l-header header h1:before {
  content: normal;
}

.l-header header .sp-menu {
  display: none;
  width: 15vw;
  height: 15vw;
  background: #000;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .l-header header .sp-menu {
    display: block;
  }
}
.l-header header .sp-menu span {
  display: block;
  background-color: #fff;
  width: 60%;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.l-header header .sp-menu span:nth-child(1) {
  top: 28%;
}

.l-header header .sp-menu span:nth-child(2) {
  top: 51%;
}

.l-header header .sp-menu span:nth-child(3) {
  top: 73%;
}

.l-header header nav {
  position: absolute;
  right: 0em;
  top: 20%;
}

@media screen and (max-width: 767px) {
  .l-header header nav {
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
}
.l-header header nav ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header header nav ul {
    height: 100%;
    justify-content: center;
    flex-direction: column;
  }
}
.l-header header nav ul li {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .l-header header nav ul li {
    font-size: 3rem;
    margin: 5vw 0;
  }
}
.l-header header nav ul li a {
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}

.l-header header nav ul li a.contact {
  display: inline-block;
  padding: 0.2em 0.5em;
  background: #000;
  color: #fff;
}

.l-header header nav ul li a.contact:hover {
  background: #666;
}

.l-header header nav ul li a:hover {
  opacity: 0.8;
}

.l-header header.spNavShow .sp-menu span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.l-header header.spNavShow .sp-menu span:nth-child(2) {
  opacity: 0;
}

.l-header header.spNavShow .sp-menu span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .l-header header.spNavShow nav {
    visibility: visible;
    opacity: 1;
  }
}
.flink {
  padding-top: 1em;
}
.flink a {
  text-decoration: underline;
}

.logoImg {
  position: relative;
}
.logoImg img,
.logoImg svg,
.logoImg path {
  max-width: 550px;
  width: 100%;
  height: auto;
}
.logoImg .main {
  animation: blurX 1s infinite;
}
.logoImg .line {
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(0.5deg);
}

.mt10 {
  margin-top: 1.5em !important;
}

.priceZone {
  background-color: #2b73bd;
  background-image: url(../img/planbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 46em) {
  .priceZone {
    padding: 10vw 6vw 20vw;
    margin-bottom: 10vw;
  }
}
.priceZone h2 {
  text-align: center;
  text-align: center;
}
.priceZone h2 span {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
.priceZone .meritList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3em;
  gap: 4%;
}
@media screen and (max-width: 46em) {
  .priceZone .meritList {
    grid-template-columns: 1fr;
    margin-top: 5vw;
  }
}
.priceZone .meritList dl {
  padding: 2.3em;
  border-radius: 25px;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 46em) {
  .priceZone .meritList dl {
    padding: 5vw;
  }
}
.priceZone .meritList dl dt {
  text-align: center;
}
.priceZone .meritList dl dt span {
  display: inline-block;
  border-bottom: 1px solid #008bb9;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #008bb9;
  font-size: 2.5rem;
  font-weight: bold;
}
.priceZone .meritList dl dt em {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 46em) {
  .priceZone .meritList dl dt em {
    font-size: 3rem;
  }
}
.priceZone .meritList dl dd {
  padding: 0;
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 46em) {
  .priceZone .meritList dl dd {
    font-size: 2.4rem;
  }
}

.qaZone {
  padding: 100px 0 100px;
  background: #e2eef8;
  margin: 0 auto;
}
@media screen and (max-width: 46em) {
  .qaZone {
    padding: 15vw 0;
  }
}
.qaZone h2 {
  position: relative;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1.5em;
}
.qaZone .slide-list {
  margin-top: 50px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #3f8ecf;
  border-radius: 20px;
  padding: 3% 4%;
}
.qaZone .slide-list li {
  position: relative;
  color: #3f8ecf;
  font-size: 2.2rem;
  cursor: pointer;
}
.qaZone .slide-list li + li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #3f8ecf;
}
.qaZone .slide-list li dl dt {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
.qaZone .slide-list li dl dt:before {
  content: "Q.";
  font-size: 3.5rem;
  line-height: 0;
  top: 0;
  left: 0;
  padding-right: 24px;
}
@media screen and (max-width: 46em) {
  .qaZone .slide-list li dl dt:before {
    padding-right: 10px;
    font-size: 3rem;
  }
}
.qaZone .slide-list li dl dt.on + dd {
  display: block;
}
.qaZone .slide-list li dl dd {
  color: #222;
  font-size: 1.8rem;
  padding: 1em 15px 0;
  display: none;
}

.thanks {
  padding: 5vw;
  text-align: center;
}
.thanks p {
  margin: 1em;
}
.thanks a {
  text-decoration: underline;
}

.contact .ttl-contact {
  text-align: center;
  padding: 2em 0 0 0;
  margin: 0 auto;
}
.contact .ttl-contact h1 {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}
.contact .ttl-contact p {
  margin-top: 1em;
  text-align: center;
}
.contact .ttl-contact img {
  width: 100%;
}
.contact .ttl-contact span {
  display: block;
  padding-top: 1em;
  font-size: 2.5rem;
  font-weight: bold;
  color: #00215b;
}/*# sourceMappingURL=style.css.map */