/* ==========================================================================
   Foundation
   ========================================================================== */
/*
  Reset
---------------------------------*/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
input,textarea{
  background: #edf1f3;
  width: 100%;
  padding: 16px;
}
textarea{
  height: 30vh;
}
.submit-button{
  background: #fff500;;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  color: #000;
  height: 7vh;
  font-weight: bold;
}
#reserve td input[type="radio"]{
  width: auto;
  vertical-align: middle;
}
#reserve td .method-check{
  line-height: 40px;
  margin-right: 8px;
}
/*
form
*/
#reserve{
  background: #284d66;
}
#reserve h2{
  padding: 40px 0 0px;
}
.reserveBox{
  padding: 32px 24px;
  background: #284d66;
  width: 100%;
}
#reserve table,#reserve th,#reserve tr,#reserve td{
  width: 100%;
  background: #fff;
}
#reserve th,#reserve tr,#reserve td{
  display: block;
}
#reserve tr{
  font-size: 1.4em;
  padding: 0 16px
}
#reserve tr:nth-of-type(1){
  margin-top: 32px;
}
#reserve th{
  margin-bottom: 16px;
}
#reserve td{
  margin-bottom: 24px;
}
.req{
  background: #284d66;
  padding: 5px 8px;
  color: #fff;
  margin-left: 8px;
  border-radius: 4px;
}
.exp{
  margin-bottom: 32px;
  font-size: 1.2em;
  line-height: 1.6;
}
#reserve .submitBtn{
  background: #fff500;
    width: 48%;
    text-align: center;
    height: 7vh;
    font-size: 1.3em;
    color: #000;
}
#reserve .backBtn{
  background: #000;
    width: 48%;
    text-align: center;
    height: 7vh;
    font-size: 1.3em;
    color: #fff;
    margin-right: 2%;
}
#reserve .btnbox{
  margin-top: 16px;
}
.thanksBg,.confirmBg{
  background: #fff!important;
}
#reserve td p.validation-error{
  margin-top:12px;
}

@media screen and (min-width: 780px) {
  #reserve tr{
    padding: 0 32px;
  }
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}



/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}



/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
  Base
---------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #212121;
  font-weight: 500;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  }


img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/*
  Layout - Header
---------------------------------*/

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 56px;
}

@media screen and (min-width: 780px) {
  .l-header {
    height: 80px;
    width: 100%;
    margin:0 auto;
  }
  .head-container{
    width: 980px;
    margin: 0px auto;
    position: relative;
  }
}

.l-header__inner {
  pointer-events: none;
  width: 780px;
  margin: 0 auto;
}

@media screen and (min-width: 780px) {
  .l-header__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    pointer-events: auto;
  }
}

.l-header__nav {
  visibility: hidden;
  height: 100vh;
  overflow: scroll;
  background: #DEE6EF;
}

@media screen and (min-width: 780px) {
  .l-header__nav {
    height: 100%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 300px);
    max-height: none;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    overflow: unset;
  }
}

.l-header .js-is-open {
  -webkit-transform: scaleX(1) translateX(0%);
          transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: transform .3s ,opacity .3s .3s ,-webkit-transform .3s;
}

.l-header__guide {
  visibility: hidden;
  height: 100vh;
  overflow-y: scroll;
  background: #DEE6EF;
  top: 0;
  position: absolute;
  right: 0;
  left: 0;
}

@media screen and (min-width: 780px) {
  .l-header__guide {
    display: none;
  }
}

.l-header__guide .js-is-open {
  -webkit-transform: scaleX(1) translateX(0%);
          transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: transform .3s ,opacity .3s .3s ,-webkit-transform .3s;
}

.l-header-logo {
  padding-top: 18px;
  padding-bottom: 18px;
  pointer-events: all;
  width: calc(440 / 780 *100%);
  max-width: 190px;
}

@media screen and (min-width: 780px) {
  .l-header-logo {
    margin-left: 0;
    height: auto;
    padding-top: 30px;
  }
}

.l-header-logo img {
  height: 22px;
}

@media screen and (min-width: 780px) {
  .l-header-logo img {
    height: auto;
  }
}

/*
  Layout - Nav
---------------------------------*/
.l-nav {
  width: calc(644 / 780 *100%);
  padding-top: 52px;
  padding-right: 28px;
  padding-bottom: 32px;
  padding-left: 8%;
  -webkit-transform: scaleX(0) translateX(100%);
          transform: scaleX(0) translateX(100%);
  background-color: #fff;
  opacity: 0;
}

@media screen and (min-width: 780px) {
  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 685px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    max-width: 685px;
    padding: 12px 0 10px;
    margin-right: 4%;
    margin-left: 4%;
  }
}

.l-nav__item {
  position: relative;
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 780px) {
  .l-nav__item {
    font-size: 1.4rem;
    margin-top: 0;
    border: none;
  }
}

.l-nav__item > a {
  position: relative;
  display: block;
  padding-right: 40px;
  padding-top: 20px;
  line-height: calc(40 /28);
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.05, 0.02, 0.99);
  transition: color 0.3s cubic-bezier(0.46, 0.05, 0.02, 0.99);
}

@media screen and (min-width: 780px) {
  .l-nav__item > a {
    position: initial;
    padding-right: 0;
    -webkit-transition: none;
    transition: none;
    padding-top: 0;
  }
}

.l-nav__item::after {
  position: absolute;
  content: '';
  background: url(../img/arrow.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 18px;
  height: 7px;
}

@media screen and (min-width: 780px) {
  .l-nav__item::after {
    background: none;
  }
}

.l-nav a {
  color: #263330;
}

.l-guide {
  width: calc(644 / 780 *100%);
  padding-top: 52px;
  padding-right: 28px;
  padding-bottom: 32px;
  padding-left: 8%;
  background-color: #fff;
  opacity: 0;
}


.l-nav-sp-btn {
  height: 68px;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  background-color: #fff;
  pointer-events: all;
  -webkit-transition: border-radius .3s;
  transition: border-radius .3s;
  background-color: #4C768B;
}

@media screen and (min-width: 780px) {
  .l-nav-sp-btn {
    display: none;
  }
}

.l-guide-sp-btn,.l-guide-mail-btn,.l-guide-line-btn {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 56px;
  height: 56px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.l-guide-sp-btn{
  right: 4px;
}
.l-guide-mail-btn{
  right: 0px;
}
.l-guide-line-btn{
  right:124px;
}

@media screen and (min-width: 780px) {
  .l-guide-sp-btn,.l-guide-mail-btn,.l-guide-line-btn {
    width: 80px;
    height: 80px;
    /* display: none; */
  }
  .l-guide-sp-btn > a,.l-guide-mail > a{
    pointer-events: none;
  }
  .l-guide-mail-btn{
    right: 0px;
  }
  .l-guide-line-btn{
    right:188px;
  }  
}

.l-header-sp-bg {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: #DEE6EF;
}

@media screen and (min-width: 1080px) {
  .l-header-sp-bg {
    display: none;
  }
}

.l-header .l-nav, .l-header .l-sp-nav, .l-header .l-cta-nav, .l-header .l-guide {
  -webkit-transition: opacity .3s ,-webkit-transform .3s .3s;
  transition: opacity .3s ,-webkit-transform .3s .3s;
  transition: transform .3s .3s ,opacity .3s;
  transition: transform .3s .3s ,opacity .3s ,-webkit-transform .3s .3s;
}

@media screen and (min-width: 780px) {
  .l-header .l-nav, .l-header .l-sp-nav, .l-header .l-cta-nav, .l-header .l-guide {
    -webkit-transition: none;
    transition: none;
  }
}

.l-header.js-is-open .l-header-sp-bg, .l-header.js-is-open .l-nav, .l-header.js-is-open .l-sp-nav, .l-header.js-is-open .l-cta-nav,
.l-header.js-guide-is-open .l-header-sp-bg, .l-header.js-guide-is-open .l-cta-nav, .l-header.js-guide-is-open .l-guide {
  -webkit-transform: scaleX(1) translateX(0%);
          transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: opacity .3s .3s ,-webkit-transform .3s;
  -webkit-transition: opacity .3s .3s ,-webkit-transform .3s;
  transition: transform .3s ,opacity .3s .3s;
  transition: transform .3s ,opacity .3s .3s ,-webkit-transform .3s;
}

.l-header.js-is-open .l-header__inner,
.l-header.js-guide-is-open .l-header__inner {
  pointer-events: all;
}

.l-header.js-is-open .l-header-sp-bg,
.l-header.js-guide-is-open .l-header-sp-bg {
  width: 100%;
  opacity: 1;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.l-header.js-is-open .l-header__nav,
.l-header.js-guide-is-open .l-header__guide {
  visibility: visible;
}

.l-header.js-is-open .l-header-logo,
.l-header.js-guide-is-open .l-header-logo {
  display: none;
}

@media screen and (min-width: 780px) {
  .l-header.js-is-open .l-header-logo,
  .l-header.js-guide-is-open .l-header-logo {
    display: block;
  }
}

.l-container {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 780px) {
  .l-container {
    max-width: 980px;
  }
}

.l-container-sp {
  width: calc(670 / 780 *100%);
  margin: auto;
}

/*
  Layout - Section
---------------------------------*/
.l-section {
  padding: 36px 0;
}
.pc-inner{
  width: 100%;
}
@media screen and (min-width: 780px) {
  .pc-bg {
    min-height: 820px;
    text-align: center;
    background-image: url(../img/pc-bg.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
    z-index:10;
    position: relative;
}
.pc-inner{
  width: 1000px;
  margin: 0 auto;
}
}

@media screen and (min-width: 780px) {
  .l-section {
    padding: 72px 0;
  }
}

.lead-txt{
  background: #000;
  margin-top: -102px;
  padding: 120px 32px 36px;
}
.lead-txt p{
  color: #fff;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}
.lead-txt p:nth-of-type(2){
  padding: 6px 0;
}
.lead-txt > p:last-of-type{
  padding-top: 16px;
}

@media screen and (min-width: 780px) {
  .lead-txt{
    margin-top: -184px;
    padding: 220px 72px 72px;
  }
  .lead-txt p{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }
  .lead-txt > p:last-of-type{
    padding-top: 16px;
  }
}

.p-sec01{
  position: relative;
}
.sec01-ico{
  position: absolute;
  width: 34%;
  right: 0;
  top: -16px;
}
.p-sec02{
  background: url(../img/sec02-bg.webp);
  padding: 16px 24px 36px;
  background-size: cover;
}
.p-sec02 > div{
  width:100%;
}
.p-sec02 h3{
  padding-top: 32px;
}
.cvArea{
  background: url(../img/cv-area.webp);
  padding: 48px 32px 40px;
  background-size: cover;
}
.cvBox{
  margin-top: 24px;
}
.plan-box{
  width: 100%;
  padding: 32px 24px;
}
.plan-box li:last-child{
  margin: 16px 0;
}
.plan-box p,.option p{
  font-size: 1.3rem;
  line-height: 1.3;
}
.plan-box p:nth-of-type(n+2):nth-child(-n+4){
  padding:  8px 0;
}
.option{
  padding: 0 24px 28px;
}
.option-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}
.option h2{
  text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
}
.option h2::after{
  content: "";
  border-left: 1px solid #000;
  position: absolute;
  left: 171px;
  top: 32px;
  width: 0px;
  height: 28px;
  z-index: 10;
}
.option h3{
  display: block;
  text-align: center;
  margin: 20px auto;
  background: #000000;
  width: 26%;
  padding: 6px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
.option p{
  margin-top: 16px;
}
.option-bg{
  background: #edf1f3;
  padding: 8px 24px 24px;
  position: relative;
}
.option-ico{
  position: absolute;
    width: 50%;
    left: 16px;
    top: 68px;
}
.border-o-line{
  border-top:1px solid #c1c9ce;
}
.sceneBox{
  width: 100%;
  display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 10px;
      padding: 32px 24px;
  }
.sceneBox p{
  font-size: 1.3rem;
  padding-top: 6px;
}
.reasonBox{
  width: 100%;
  padding: 32px 24px;
}
.reasonBox div{
  padding-bottom: 24px;
}
.reasonBox div:last-of-type{
  padding-bottom: 0px;
}
.reasonBox p{
  font-size: 1.4rem;
  padding-top: 20px;
  line-height: 1.4;
}
.flow{
  background: #edf1f3;
    padding: 40px 0px 24px;
    position: relative;
}
.flow h2{
  margin-bottom: 36px;
}
.flow-ico{
  position: absolute;
    width: 104px;
    right: 0;
    top: 48px;
}
.flowBox{
  margin: 16px 24px;
  background: #fff;
  padding: 28px 24px;
}
.flowBox div{
  display: grid;
      grid-template-columns: 1fr 5fr;
      grid-template-rows: 1fr;
      grid-column-gap: 12px;
      grid-row-gap: 0px;
      margin-bottom: 12px;
}
.flowBox h3{
  font-size: 2rem;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
}
.flowBox p{
  font-size: 1.4rem;
  line-height: 1.4;
}
.area{
  margin: 32px 0 0;
}
.area h2{
  position: relative;
  margin-bottom: 24px;
}
.area h2::after{
  content: "";
  border-left: 1px solid #000;
  position: absolute;
  left: 194px;
  top: 40px;
  width: 0px;
  height: 32px;
  z-index: 10;
}
.area-box{
  padding: 32px 24px;
  background: #edf1f3;
}
.area-box dl.tokyo{
  margin-top: 24px;
}
.area-box dl:nth-of-type(n+2){
  margin-top:16px;
}
.area-box dl:last-of-type{
  margin-bottom:24px;
}
.area-box dt{
  background: #fff;
  padding: 16px;
  font-size: 1.6rem;
  margin-bottom:2px;
  text-align: center;
}
.area-box dd{
    background: #fff;
    padding: 24px;
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.3rem;
}
.area p{
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 16px;
}
.qa-box{
  padding: 32px 24px;
}
.qa dt{
    display: grid;
    grid-template-columns: 1fr 8fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    border-top: 1px solid #D2D2D2;
    padding: 16px 0px;
    border-bottom: 1px solid #D2D2D2;
    font-size: 1.8rem;
}
.qa dd{
  background: #fff;
  display: flex;
  font-size: 1.4rem;
  padding-top: 16px;
}
.qa dl{
  margin-bottom: 16px;
}

.qa dt::before{
  content: "";
  background: url(../img/q.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
} 

.qa dd > p{
  width: 90%;
  line-height: 1.4;
}
.qa dd::before{
  content: "";
  background: url(../img/a.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
}
/* アコーディオン */

.accordion-box {
	position: relative;
}
.accordion-box label {
	height: 160px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	font-size: 1.4rem;
	position: absolute;
	bottom: 0;
	width: 100%;
  
	/* 以下グラデーションは「背景が白」に併せて設定しています */	
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 70%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 70%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 70%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 70%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 70%);
}
.accordion-box input:checked + label {
	background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
	content: "質問の続きを見る"; /* ラベルの文字 */
	letter-spacing: .05em;
	line-height: 4rem;
	position: absolute;
	bottom: 8px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;
	background-color: #000;
	width: 18.75rem;
}
.accordion-box input {
	display: none;
}
.accordion-box .accordion-container {
	overflow: hidden;
	height: 96px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.accordion-box input:checked + label {
	/* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
	content: "閉じる";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
	padding-bottom: 64px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media screen and (min-width: 780px) {
  .index-b{
    background: #150707;
  }
  .sec01-ico {
    width: 30%;
  }
  .sec01-img{
    padding-bottom: 64px;
  }
  .p-sec02{
    padding: 32px 48px 72px;
  }
  .p-sec02 > div{
    width:980px;
    margin: 0 auto;
  }   
  .p-sec02 ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
  .p-sec02 h3{
    padding-top: 56px;
    width: 50%;
    margin: 0 auto;
  }
  .pc-cv-txt{
    display: block;
    margin-bottom: 24px;
  }
  .cvArea-pc{
    background: url(../img/cv-pc-area-bg.jpg) 50%;
    background-size: cover;
  }
  .pc-cvAreaBox{
    padding: 88px 0 184px;
  }
  .pc-cvAreaBox > div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 32px;
  }
  .cvBox{
    margin-top: 56px;
  }
  .pc-index{
    width: 40%;
    margin: 0 auto;
  }
  .plan-box{
    width: 980px;
    margin: 0 auto;
    padding:  56px 0 32px;
  }
  .plan-box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
  .plan-box li:last-child{
    margin: 0px 0;
  }
  .plan-box li{
    margin-bottom:32px;
  }
  .plan-box p, .option p{
    font-size: 1.5rem;
  }
  .option{
    width: 980px;
    margin: 0 auto 56px;
    padding: 0;
  }
  .option-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
  .option h2{
    font-size: 2.8rem;
  }
  .option h2::after{
    left: 50%;
    top:40px;
    height: 40px;
  }
  .option-bg{
    padding: 16px 64px 64px;
  }
  .option h3 {
    margin: 28px auto;
    width: 20%;
    padding: 10px;
    font-size: 1.8rem;
  }
  .option-ico {
    width: 25%;
    top: 102px;
    left: 48px;
  }
  .option p{
    margin-top: 24px;
  }
  .sceneBox{
    width: 980px;
    margin: 64px auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 24px;
    padding: 0;
  }  
  .sceneBox p{
    font-size: 1.5rem;
    padding-top: 12px;
  }
  .reasonBox{
    width: 980px;
    margin: 64px auto 12px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
  .reasonBox p{
    font-size: 1.6rem;
    padding-top: 32px;
  }
  .reasonBox div{
    padding-bottom: 36px;
  }
  .flow{
    padding: 56px 0px 48px;
  }
  .flow h2{
    width: 65%;
    margin: 0px auto 40px;
    display: block;
  }
  .flowBox div{
    grid-template-columns:1fr 19fr;
  }
  .flow-ico{
    width: 160px;
    top: 48px;
    right: 240px;
  }
  .flowBox {
    margin: 16px 0px;
    padding: 28px 32px;
}
  .flowBox p{
    font-size: 1.6rem;
  }
  .area h2{
    width: 48%;
    margin: 0 auto 24px;
    display: block;
  }
  .area h2::after{
    left: 50%;
    top:64px;
  }
  .area-box{
    padding: 48px 0;
  }
  .area-box > img{
    width: 68%;
    display: block;
    margin: 0 auto;
  }
  .area-bg{
    background: #edf1f3;
  }
  .area-ill{
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .qa-box{
    padding: 64px 0;
  }
  .qa dt{
    grid-template-columns:1fr 15fr;
    font-size: 2rem;
  }
  #reserve h2 {
    padding: 56px 0 0px;
    width: 46%;
    display: block;
    margin: 0 auto;
  }
  .reserveBox{
    padding: 48px 0;
    width: 980px;
    margin: 0 auto;
  }
}
/*
  Layout - Main
---------------------------------*/
.l-main {
  margin-top: 56px;
}

@media screen and (min-width: 780px) {
  .l-main {
    width: 100%;
    margin: 80px auto 0;
  }
}

.anc-car{
  bottom: 202px;
}
@media screen and (min-width: 780px) {

.anc-area{
  position: absolute;
  padding: 0px 32px;
  bottom: 36px;
  display: block;
}
}
@media screen and (min-width: 780px) {
  .anc-area{
    padding: 0px 64px;
    bottom: 72px;
  }
}  
/*
  Layout - Footer
---------------------------------*/
.l-footer {
  background-color: #fff;
  /* padding-bottom: 120px; */
  /* margin-bottom: calc(1vh + 5%); */
}

.l-footer__copyright {
  background: rgb(248, 248, 248);
  font-size: 1rem;
  padding: 24px 0 24px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
}
.f-nav{
  display: flex;
    background: #000;
    text-align: center;
    font-size: 1.3rem;
    padding:24px 0 24px 0;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.f-nav-item::after{
    content:"|";
    padding: 0 6px;
}
.page-top{
  background: #ddd;
    padding: 20px 0;
    font-size: 1.3rem;
    text-align: center;
}

@media screen and (min-width: 780px) {
  .l-footer{
    max-width: 100%;
    margin: 0 auto;
  }
  .l-footer__copyright {
    font-size: 1.6em;
    padding: 24px 0px;
  }
}

/* -----------------------------------------------------------------
   Project
   ----------------------------------------------------------------- */
/*
  Footer
---------------------------------*/
.p-footer__content {
  position: relative;
  padding: 24px 0 28px;
}

@media screen and (min-width: 780px) {
  .p-footer__content {
    padding: 56px 0;
  }
}

.p-footer__logo {
  width: calc(523 / 780 *100%);
  max-width: 261px;
  margin: auto;
}

@media screen and (min-width: 780px) {
  .p-footer__logo {
    width: calc(437 / 1080 *100%);
    max-width: 437px;
  }
}

.p-footer__text {
  text-align: center;
  font-size: 1.3rem;
  line-height: calc(42 / 26);
}

@media screen and (min-width: 780px) {
  .p-footer__text {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}

.p-footer__address {
  margin-top: 16px;
}

.p-footer__tell {
  margin-top: 8px;
  font-size: 1.6rem;
}

@media screen and (min-width: 780px) {
  .p-footer__tell {
    margin-top: 24px;
    font-size: 3.2rem;
  }
}

/*
  Under layer
---------------------------------*/

.under-layer-inner{
  padding: 10vw 6.4%;
}

.under-layer-inner dl{
  padding-bottom: 8%;
  border-radius: 10px;
}

.under-layer-inner dt{
  font-size: 1.4rem;
  padding-bottom: 8px;
}
.under-layer-inner dd{
  font-size: 1.3rem;
  line-height:1.4;
}
.under-layer-inner > address > dl > dd{
  background: #f8f8f8;
  padding: 15px;
}
.under-layer-inner > address > dl > dt{
  background: #0d2b53;
  padding: 15px;
  color: #fff;
}
h3.p-ttl{
  background: #10508a;
    padding: 30px 0;
}
.prfbox{
  border: 1px solid #d1d1d1;
    padding: 24px 24px;
    margin-top: 2%;
}
.cmp{
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 5%;
}
.prf{
  font-size: 1.3rem;
  line-height:1.8;
}

@media screen and (min-width: 780px) {
  .under-layer-inner{
    padding: 6vw 6.4%;
  }
}
/*
  Index
---------------------------------*/
.p-section-heading__main {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  line-height: calc(56 / 42);
  text-align: center;
}

@media screen and (min-width: 780px) {
  .p-section-heading__main {
    margin-top: 0;
    font-size: 3.4rem;
  }
}

.p-section-bg {
  background-color: #4C768B;
}

.p-head-cv {
  margin-top: calc(-59 /780 *100vw);
  position: relative;
}

.p-head-cv-tell {
  position: absolute;
  width: calc(407 / 536 *100%);
  top: 23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


@media screen and (min-width: 780px) {
  .p-kv__point {
    display: none;
  }
}
.sec-ttl{
  background: #000;
  display: block;
  padding: 25px 0px;
}

.p-sec07 address{
  padding: 40px 32px;
}
.p-sec07 p{
  font-size: 1.3rem;
    line-height: 1.5;
    width: 80%;
    margin: 16px auto 32px;
    text-align: center;
    background: #f8f8f8;
    padding: 24px;
}

.p-floating {
  z-index: 10;
  position: fixed;
  bottom: 0;
  /* transition: .5s;
  visibility: hidden;
  opacity: 0; */
}
.p-floating__inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  margin: auto;
  padding: 4%;
  background: #EFF6FC;
}
.ft-bg{
  position:absolute;
  bottom: 72px;
}
/* .fl-active{
  z-index: 10;
  visibility: visible;
  opacity: 1;
} */
@media screen and (min-width: 780px) {
  .p-sec07 h3.sec-ttl01 {
    padding-top: 64px;
  }
}
@media screen and (min-width: 780px) {
  .sec-ttl01 {
    width: 80%;
  margin: 48px auto 0;
  padding: 80px 0 0px 0;
  }
}

@media screen and (min-width: 780px) {
  .p-floating {
    display: none;
  }
}

.p-floating__inner {
  margin: auto;
}

---------------------------------*/

.js-is-in .p-floating {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* -----------------------------------------------------------------
   real-time
   ----------------------------------------------------------------- */

   .time{
    font-size: 4.3vw;
    font-weight: normal;
    color: #212121;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 4%;
    left: 15%;
  }
  .real-time{
    background: #212121;
    text-align: center;
    padding: 16px 0;
  }
  .time02{
    font-size: 4.6vw;
    font-weight: normal;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .cta-point{
    font-weight: bold;
  }
  @media screen and (min-width: 780px) {
    .time{
      font-size: 2.8rem;
      top: 43px;
      left: 176px;
    }
    .time02{
      font-size: 2.8rem;
    }
  }


/* -----------------------------------------------------------------
   Utility
   ----------------------------------------------------------------- */
.sp-only {
  display: block;
}

@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
}

.u-visibility-hidden {
  visibility: hidden;
}
