@charset "UTF-8";

/**
* Foundation
* ========================== */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin: 0;
}

abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  font-weight: normal;
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  position: relative;
  max-width: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium",
    "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #444444;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}

a {
  color: inherit;
  transition: opacity 0.2s ease-out;
}

a img {
  transition: opacity 0.2s ease-out;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media (min-width: 769px) {
  .columns {
    display: flex;
    justify-content: space-between;
  }

  section {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
  }

  a:hover {
    opacity: 0.7;
  }

  a:hover img {
    opacity: 0.7;
  }
}

.mt-20 {
  margin-top: 20px;
}

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

.is-hidden-pc {
  display: none;
}

.is-hidden-mobile {
  display: block;
}

.txt-center .is-hidden-mobile {
  display: inline-block;
}

.t-h2 .is-hidden-mobile {
  display: inline-block;
}


.contact__title .is-hidden-mobile {
    display: inline-block;
    padding-top: 90px;
}




.compare-container .is-hidden-mobile,
.compare-lead .is-hidden-mobile {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .columns.is-mobile {
    display: flex;
    justify-content: space-between;
  }

  .l-inner {
    width: 100%;
  }

  .is-hidden-pc {
    display: block;
  }

  .is-hidden-mobile {
    display: none !important;
  }
}

/**
* Layout
* ========================== */
.footer-container {
  margin-top: 304px;
  padding: 28px 0 0;
  border-top: solid 2px #72a8d5;
}

.footer-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer__brand {
  margin-bottom: 30px;
}

.footer__menu {
  margin-bottom: 10px;
}

.footer__menu li {
  display: inline-block;
}

.footer__menu a {
  font-size: 18px;
  padding: 0 24px;
}

.copyright {
  padding: 10px 0;
  background: #eaf6fd;
  text-align: center;
  font-size: 20px;
}

.scroll-top {
  position: absolute;
  top: -130px;
  right: 0%;
}

#modal {
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0s;
  background-color: rgba(234, 246, 253, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}

#modal.active {
  opacity: 1;
  visibility: visible;
}

#modal .modal_wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal .modal_inner {
  margin: auto;
}

#modal .modal_inner .btn_close {
  position: absolute;
  top: -80px;
  right: 0;
  width: 50px;
}

#modal .modal_inner .title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 30px 0;
  position: relative;
  top: -30px;
  text-align: center;
}

#modal .modal_inner .modal_content {
  background-color: #fff;
  border-radius: 15px;
  max-width: 880px;
  padding: 0 50px 30px 50px;
  position: relative;
  margin: 100px 0;
  display: none;
}

#modal .modal_inner .modal_content p {
  font-size: 14px;
  margin: 16px;
}

#modal .modal_inner .modal_content.active {
  display: block;
}

#modal.active {
  opacity: 1;
  visibility: visible;
}

body.noscroll {
  overflow-y: hidden;
}

#company .columns .column:first-child {
  width: 18%;
}

#company .columns .column:last-child {
  width: 78%;
}

@media (max-width: 768px) {
  .footer-container {
    margin-top: 80px;
    padding-bottom: 60px;
  }

  .footer__brand {
    margin-bottom: 30px;
    max-width: 46px;
    margin: 0 auto 30px;
  }

  .footer__menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .footer__menu li {
    width: 50%;
  }

  .footer__menu li a {
    padding: 0;
    display: block;
    font-size: 16px;
  }

  .copyright {
    font-size: 12px;
  }

  .scroll-top {
    width: 42px;
    height: 42px;
    right: 10px;
    top: -88px;
  }

  #modal .modal_inner {
    margin-top: 80px;
  }

  #modal .modal_inner .btn_close {
    top: -10.66667vw;
    width: 6.66667vw;
  }

  #modal .modal_inner .title {
    font-size: 5.6vw;
    margin: 0 0 9.33333vw 0;
    top: -16px;
  }

  #modal .modal_inner .modal_content {
    max-width: initial;
    padding: 0 2% 5%;
    margin: 13.33333vw 4vw;
  }

  #company .columns {
    margin-bottom: 20px;
  }

  #company .columns p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #company .columns .column:first-child {
    width: 100%;
  }

  #company .columns .column:last-child {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
  }

  .site-header__wrapper {
    padding: 12px 0 16px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding-left: 36px;
    display: flex;
    justify-content: flex-end;
  }

  .site-header__start {
    flex-grow: 2;
  }

  .site-header__info {
    margin-top: 12px;
    margin-right: 36px;
  }

  .site-header__info p {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .site-header__end {
    margin-top: 14px;
  }

  #phone-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  #phone-menu {
    opacity: 0;
    display: none;
    transition: ease-in all 0.3s;
    padding-bottom: 30px;
  }

  #phone-menu.is-active {
    z-index: 100;
    display: block;
    opacity: 1;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.95);
  }

  .menu-close {
    width: 24px;
    display: none;
  }

  .phone-menu li {
    margin-left: 20px;
  }

  .phone-menu li a {
    display: block;
    padding: 10px 20px 10px 24px;
    font-size: 14px;
    position: relative;
  }

  .phone-menu li a:before {
    content: "";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #72a8d5;
    border-right: solid 2px #72a8d5;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
  }

  .site-header__wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px;
    background: #fff;
  }

  .site-header__wrapper .brand {
    /* VuOX */
    /* width: 40px; */
    width: 60px;
    /* VuOX */
  }

  .site-header__wrapper .header-menu-button {
    display: block;
    width: 34px;
    height: 34px;
    margin-top: 10px;
    text-align: center;
  }

  .sp-bottom-stikcy {
    z-index: 100;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 8px 10px 8px;
    background: #fff;
  }

  .sp-bottom-stikcy .column {
    width: 48.5%;
  }
}

/* Contents
* ========================== */
/*============================
* about
============================*/
.about-container {
  padding-bottom: 150px;
}

.about__title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 214px;
  background: url(../images/trouble_title_bg.png) no-repeat center top;
}

.about-image {
  max-width: 1100px;
  margin: 0 auto 30px;
}

.about-row {
  padding-top: 30px;
  display: flex;
  max-width: 1100px;
  margin: 0 auto 60px;
  justify-content: flex-start;
  align-items: center;
}

.about-row .img {
  margin-left: -20px;
  width: 50%;
}

.about-row .content {
  width: 50%;
  margin-left: -3.5%;
}

.about-row .content h3 {
  margin-bottom: 20px;
}

.about-row .content p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.about-movie-container {
  max-width: 780px;
  margin: 0 auto 30px;
}

.about-movie-container h3 {
  color: #2e3d83;
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 3px;
  margin-left: 16px;
}

.about-movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0 auto 12px;
}

.about-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.about-block {
  background: url(../images/about_block_bg.png) no-repeat;
  max-width: 1000px;
  padding: 30px 60px;
  margin: 60px auto 0;
}

.about-block h3 {
  text-align: center;
  margin-bottom: 24px;
}

.about-block p {
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-size: 20px;
}

.about-files {
  margin-top: 30px;
}

.about-files p {
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 29px;
}

@media (max-width: 768px) {
  .about-container {
    padding-bottom: 30px;
  }

  .about__title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px;
    background: url(../images/trouble_title_bg.png) no-repeat center top;
  }

  .about-row {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .about-row .img {
    margin-left: 0;
    margin-bottom: 20px;
    width: 70%;
  }

  .about-row .content {
    width: 100%;
    margin-left: 0;
  }

  .about-row .content h3 {
    max-width: 85%;
    margin: 0 auto 10px;
  }

  .about-row .content p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.8;
  }

  .about-movie-container {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .about-movie-container h3 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0px;
    margin-left: 0;
  }

  .about-movie {
    margin-bottom: 6px;
  }

  .about-block {
    padding: 20px 10px;
    margin: 30px auto 20px;
    background-size: cover;
  }

  .about-block h3 {
    padding: 0 12px;
    text-align: center;
    margin-bottom: 16px;
  }

  .about-block p {
    margin-bottom: 0px;
    line-height: 1.6;
    letter-spacing: 0px;
    font-size: 14px;
  }

  .arrow img {
    width: 85px;
  }

  .about-files {
    margin-top: 20px;
    padding: 0 10px;
  }

  .about-files img {
    margin: 0 auto;
  }

  .about-files p {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/*============================
* contact
============================*/
@media (min-width: 769px) {
  .contact-container {
    margin-top: -80px;
  }

  .contact__title-container {
    margin-bottom: 90px;
    padding-bottom: 30px;
    background: url(../images/price_title_bg.png) no-repeat center bottom;
  }

  .contact__title-container .contact__title {
    text-align: center;
  }

 img.is-hidden-mobile {
    padding-top: 100px;
    }
    
    
  .contact-block {
    max-width: 1000px;
    margin: 0 auto 60px;
    text-align: center;
    padding: 70px 0;
    border: solid 4px #72a8d5;
  }

  .contact-block h3 {
    margin-bottom: 44px;
  }

  .contact-block p {
    margin-top: 20px;
    font-size: 23px;
    letter-spacing: 1px;
  }
}

.contact-form {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #9ecce9;
}

.contact-form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: dashed 1px rgba(68, 68, 68, 0.6);
}

.contact-form dl:last-of-type {
  border-bottom: none;
}

.contact-form dl:last-of-type dt {
  border-bottom: solid 2px rgba(158, 204, 233, 0.5);
}

.contact-form dl dt {
  background: #eaf6fd;
  padding-left: 20px;
  padding-right: 20px;
  width: 22%;
  font-size: 18px;
  letter-spacing: 1px;
  border-right: solid 2px rgba(158, 204, 233, 0.5);
  display: flex;
  align-items: center;
}

.contact-form dl dt span {
  color: #a7272d;
  font-size: 13px;
}

.contact-form dl dd {
  width: 78%;
  padding: 20px 30px 18px;
  margin-bottom: 0;
}

.contact-form dl dd input[type="text"],
.contact-form dl dd input[type="tel"],
.contact-form dl dd input[type="email"] {
  padding: 0 16px;
  color: #444;
  width: 100%;
  height: 54px;
  border: solid 1px rgba(178, 178, 178, 0.5);
  background: rgba(242, 242, 242, 0.5);
}

.contact-form dl dd .radios li {
  margin-left: 10px;
  margin-bottom: 12px;
}

.contact-form dl dd .radios li:last-child {
  margin-bottom: 0;
}

.contact-form dl dd .radios li label {
  font-size: 18px;
}

.contact-form dl dd .radios li input {
  vertical-align: -4px;
  width: 22px;
  height: 22px;
  margin-right: 20px;

  position: relative;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  content: "";
  background-color: white;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  top: -2px;
  margin-right: 0.5em;
}

input[type="radio"]:checked {
  background-image: radial-gradient(circle at 50% 50%,
      black 40%,
      transparent 50%);
}

.contact-form dl .textarea {
  padding: 16px;
  width: 100%;
  height: 110px;
  border: solid 1px rgba(178, 178, 178, 0.5);
  background: rgba(242, 242, 242, 0.5);
  color: #444;
}

.contact-form .privacy-policy-container {
  margin-top: 30px;
  padding-right: 30px;
}

.contact-form .privacy-policy-container .head {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form .privacy-policy-container .head p {
  font-size: 16px;
  letter-spacing: 2px;
}

.contact-form .privacy-policy-container .head p span {
  font-size: 13px;
  color: #a7272d;
}

.contact-form .privacy-policy-contents {
  max-width: 680px;
  width: 70%;
  height: 302px;
  overflow-y: scroll;
  margin-right: 0;
  margin-left: auto;
}

.contact-form .privacy-policy-contents .text {
  background: rgba(242, 242, 242, 0.5);
  padding: 12px 20px;
  font-size: 16px;
  line-height: 2;
}

.contact-form .privacy-policy-contents .text p {
  margin-bottom: 20px;
}

.contact-form .privacy-policy-contents::-webkit-scrollbar {
  width: 23px;
}

.contact-form .privacy-policy-contents::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 15px 15px 0 0;
  border: solid 1px #cccccc;
}

.contact-form .privacy-policy-contents::-webkit-scrollbar-thumb {
  background-color: #72a8d5;
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.contact-form .submit-container {
  max-width: 100%;
  width: 472px;
  height: 74px;
  position: relative;
  margin: 3px auto 0;
  
}

.contact-form .submit-container:after {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  background: url(../images/btn_icon.png) no-repeat;
  background-size: contain;
}

.contact-form .submit-btn {
  position: relative;
  font-weight: normal;
  display: block;
  max-width: 100%;
  width: 472px;
  height: 74px;
  border-radius: 80px;
  border: none;
  background: linear-gradient(45deg, #5983d2 0%, #72a8d5 100%);
  color: #fcff00;
  font-size: 30px;
  line-height: 74px;
  font-family: 'monospace;
  -webkit-appearance: none;
  transition: ease-in opacity 0.2s;
}

.contact-form .submit-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.check-policy {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

.check-policy dt {
  display: none;
}

.check-policy dd {
  width: 100% !important;
}

@media (max-width: 768px) {
  .contact-block {
    padding: 10px 16px;
    margin-bottom: 6px;
  }

  .contact-form {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #9ecce9;
  }

  .contact-form dl {
    display: flex;
    flex-direction: column;
    border-bottom: dashed 1px rgba(68, 68, 68, 0.6);
  }

  .contact-form dl dt,
  .contact-form dl dd {
    width: 100%;
  }

  .contact-form dl dt {
    padding: 10px 16px;
    font-size: 14px;
  }

  .contact-form dl dd {
    padding: 10px;
  }

  .contact-form dl dd input[type="text"],
  .contact-form dl dd input[type="tel"],
  .contact-form dl dd input[type="email"] {
    font-size: 16px;
    height: 40px;
  }

  .contact-form dl dd .radios li {
    margin-left: 10px;
    margin-bottom: 4px;
  }

  .contact-form dl dd .radios li:last-child {
    margin-bottom: 0;
  }

  .contact-form dl dd .radios li label {
    font-size: 14px;
  }

  .contact-form dl dd .radios li input {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .contact-form .privacy-policy-container {
    margin-top: 10px;
    padding-right: 0px;
  }

  .contact-form .privacy-policy-container .head {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 10px;
  }

  .contact-form .privacy-policy-container .head p {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .contact-form .privacy-policy-container .head p span {
    font-size: 12px;
  }

  .contact-form .privacy-policy-contents {
    max-width: 680px;
    width: 90%;
    height: 240px;
    margin: 0 auto;
  }

  .contact-form .privacy-policy-contents .text {
    background: rgba(242, 242, 242, 0.5);
    padding: 12px 20px;
    font-size: 14px;
    line-height: 2;
  }

  .contact-form .privacy-policy-contents .text p {
    margin-bottom: 20px;
  }

  .contact-form ::-webkit-scrollbar {
    width: 16px;
  }

  .contact-form .submit-container {
    max-width: 320px;
    height: 60px;
  }

  .contact-form .submit-container:after {
    width: 26px;
    height: 26px;
    right: 15px;
    margin-top: -13px;
  }

  .contact-form .submit-container .submit-btn {
    margin-top: 30px;
    max-width: 320px;
    height: 60px;
    line-height: 50px;
    font-size: 20px;
  }

  .success-contents {
    display: none;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    padding: 12px 20px;
  }

  .success-contents p {
    font-size: 13px;
    margin-bottom: 24px;
  }
}

/*============================
* flow
============================*/
@media (min-width: 769px) {
  .flow-container {
    margin-top: -70px;
    padding-bottom: 100px;
    /* background: url(../images/flow_bg.png) no-repeat 545px 114px; */
  }

  .flow__title-container {
    padding-bottom: 12px;
    background: url(../images/price_title_bg.png) no-repeat center bottom;
  }

  .flow__title {
    text-align: center;
  }
}

.flow-contents-container {
  max-width: 1000px;
  margin: 0 auto;
}

.flow-contents-container .flow-movie-container {
  max-width: 800px;
  margin: 84px auto 100px;
}

.flow-contents-container .flow-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d8d8d8;
  height: 444px;
  margin-bottom: 10px;
}

.flow-contents-container .flow-movie p {
  font-size: 54px;
  text-align: center;
}

.flow-lead-text {
  color: #2e3d83;
  font-weight: bold;
  font-size: 29px;
}

/* for youtube responsive
.flow-contents-container .flow-movie {
  max-width: 800px;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.flow-contents-container .flow-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
} */

.flow-case-container {
  margin-bottom: 80px;
}

.flow-case-container h2 {
  margin-bottom: 54px;
  margin-top: 60px;
}

.flow-case-container .columns .column:first-child {
  width: 420px;
  text-align: center;
}

.flow-case-container .columns .column:nth-child(2) {
  padding-top: 40px;
  width: 585px;
}

.flow-case-container .columns .column:nth-child(2) p {
  margin-top: 30px;
  letter-spacing: 1.2px;
  font-size: 16px;
  line-height: 2.2;
}

@media (max-width: 768px) {
  .flow-container {
    margin-top: -30px;
  }

  .flow-contents-container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .flow-contents-container .flow-movie-container {
    padding: 0 12px;
    margin: 30px auto 20px;
  }

  .flow-contents-container .flow-movie {
    height: 190px;
    margin-bottom: 10px;
  }

  .flow-contents-container .flow-movie p {
    font-size: 18px;
  }

  .flow-lead-text {
    color: #2e3d83;
    font-weight: bold;
    font-size: 20px;
  }

  .flow-case-container {
    margin-bottom: 40px;
  }

  .flow-case-container h2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .flow-case-container .columns .column:first-child {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 16px;
    text-align: center;
  }

  .flow-case-container .columns .column:first-child .madori {
    margin-top: 20px;
    width: 70%;
  }

  .flow-case-container .columns .column:nth-child(2) {
    padding-top: 40px;
    width: 100%;
    padding: 0 16px;
  }

  .flow-case-container .columns .column:nth-child(2) p {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
  }
}

/*============================
* faq
============================*/
@media (min-width: 769px) {
  .faq-container {
    margin-top: -70px;
    padding-bottom: 100px;
    background: url(../images/faq_bg.png) no-repeat 545px 114px;
  }

  .faq__title-container {
    padding-bottom: 12px;
    background: url(../images/price_title_bg.png) no-repeat center bottom;
  }

  .faq__title {
    text-align: center;
  }
}

.faq-items {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 84px;
}

.faq-item {
  margin-bottom: 18px;
}

.faq-item .header {
  cursor: pointer;
  padding: 12px 24px 12px 12px;
  display: flex;
  align-items: center;
  font-size: 18px;
  border: solid 1px #d8d8d8;
  background: #eaf6fd;
  box-shadow: 0px 3px 2px 4px rgba(234, 246, 253, 0.7);
  transition: ease-in opacity 0.2s;
}

.faq-item .header:hover {
  opacity: 0.7;
}

.faq-item .header p.text {
  font-weight: bold;
  padding-left: 38px;
  flex-grow: 2;
}

.faq-item .header .js-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #2e3d83;
  border-radius: 50%;
}

.faq-item .header .js-btn p {
  margin-top: -2px;
  margin-left: 2px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.faq-item .content {
  display: none;
  padding: 20px 16px 24px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .faq-items {
    padding: 30px 6px 20px;
  }

  .faq-item {
    margin-bottom: 12px;
  }

  .faq-item .header {
    cursor: pointer;
    padding: 6px 6px;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: solid 1px #d8d8d8;
    background: #eaf6fd;
    box-shadow: 0px 1px 1px 1px rgba(234, 246, 253, 0.4);
    transition: ease-in opacity 0.2s;
  }

  .faq-item .header span {
    display: block;
    width: 38px;
  }

  .faq-item .header:hover {
    opacity: 1;
  }

  .faq-item .header p.text {
    font-weight: normal;
    padding-left: 14px;
    font-size: 14px;
    flex-grow: 1;
    line-height: 1.4;
  }

  .faq-item .header .js-btn {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #2e3d83;
    border-radius: 50%;
  }

  .faq-item .header .js-btn p {
    margin-top: -1px;
    margin-left: 0px;
    color: #fff;
    font-size: 23px;
    text-align: center;
  }

  .faq-item .content {
    display: none;
    font-size: 14px;
  }

  .report a {
    text-decoration: underline;
  }
}

/*============================
* feature,
============================*/
.feature__title-container {
  background: url(../images/feature_title_bg.png) repeat;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .feature__title-container {
    margin-top: -40px;
  }
}

.feature-contents {
  max-width: 1000px;
  margin: 0 auto;
}

.feature-contents {
  padding-top: 68px;
  padding-bottom: 50px;
}

.feature-item {
  position: relative;
  border: solid 3px #72a8d5;
  margin-bottom: 40px;
}

.feature-item .feature__num {
  position: absolute;
  left: -3px;
  top: -24px;
}

.feature-row {
  display: flex;
  justify-content: space-between;
}

.feature-row .feature__thumb {
  width: 52.5%;
}

.feature-row .feature__content {
  width: 47.5%;
  padding: 46px 20px 24px 24px;
  background: url(../images/trouble_bg.png) repeat;
}

.feature-row .feature__content h3 {
  margin-bottom: 30px;
}

.feature-row .feature__content p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
}

.feature-row .feature__content p span {
  font-weight: bold;
  color: #2e3d83;
}

.second .feature__content h3 {
  margin-top: 10px;
  margin-bottom: 46px;
}

.appeal-container {
  padding: 60px 0 68px;
  background: #9ecce9;
}

.appeal-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px 54px;
  background: #fff;
}

.appeal-inner .appeal__title {
  text-align: center;
  margin-bottom: 0px;
}

.appeal-inner .appeal__lead {
  margin-bottom: 20px;
  color: #72a8d5;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}

.appeal-inner .appeal__btn {
  display: inline-block;
  margin-bottom: 40px;
}

.appeal-inner .appeal__tel {
  display: inline-block;
  margin-bottom: 16px;
}

.appeal-inner .info {
  text-align: center;
  font-size: 24px;
}

.appeal-inner .appeal__woman {
  position: absolute;
  left: -110px;
  bottom: 0;
  width: 38%;
}

@media (max-width: 768px) {
  .feature__title-container {
    background-size: 250%;
    height: auto;
    margin: 0;
    margin-top: -20px;
    padding: 10px 10px 6px 4px;
  }

  .feature-contents {
    padding: 16px 10px 24px;
  }

  .feature-item {
    position: relative;
    border: solid 2px #72a8d5;
    margin-bottom: 20px;
    background: url(../images/trouble_bg.png) repeat;
    background-size: 4%;
  }

  .feature-item:last-of-type {
    margin-bottom: 0;
  }

  .feature-item .feature__num {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 40%;
  }

  .feature-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .feature-row .feature__thumb {
    width: 65%;
    text-align: center;
    margin: 64px 0 auto;
  }

  .feature-row .feature__content {
    width: 100%;
    padding: 24px 12px;
    background: none;
  }

  .feature-row .feature__content h3 {
    margin-bottom: 16px;
  }

  .feature-row .feature__content p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.6;
  }

  .feature-row .feature__content p span {
    font-weight: bold;
    color: #2e3d83;
  }

  .second .feature__content h3 {
    margin: 10px auto 16px;
    max-width: 68%;
  }

  .appeal-container {
    padding: 10px;
  }

  .appeal-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 30px;
    background: #fff;
  }

  .appeal-inner .appeal__title {
    text-align: center;
    margin-bottom: 10px;
  }

  .appeal-inner .appeal__lead {
    margin-bottom: 20px;
    color: #72a8d5;
    font-size: 17px;
    text-align: center;
    letter-spacing: 2px;
  }

  .appeal-inner .appeal__btn {
    margin-bottom: 30px;
  }

  .appeal-inner .appeal__tel {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 24%;
  }

  .appeal-inner .info {
    text-align: right;
    font-size: 17px;
    margin-left: 24%;
  }

  .appeal-inner .appeal__woman {
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 38%;
  }
}

/*============================
* fv
============================*/
@media (min-width: 769px) {
  .fv-container {
    margin-top: 118px;
  }

  .fv__title {
    display: inline-block;
  }

  .slider-item__inner {
    padding: 54px 0 0;
    height: 668px;
    background: url(../images/fv_bg.png) no-repeat center top;
    text-align: center;
  }

  .slider-item__inner img {
    margin-left: -40px;
  }

  .banner-container {
    padding: 14px 0 4px;
    background: #2e3d83;
    text-align: center;
  }

  .banner-container img {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .fv-container {
    margin-top: 64px;
  }
}

.banner-container {}

.special-banner-container {
  padding-top: 30px;
}

.special-banner-inner {
  text-align: center;
  position: relative;
  padding: 0 10px;
}

.special-banner-inner .special-contact {
  position: absolute;
  bottom: 62px;
  left: 0;
  width: 100%;
  text-align: center;
}

.special-banner-inner .special-contact a {
  display: inline-block;
}

/*============================
* price
============================*/
@media (min-width: 769px) {
  .price-container {
    margin-top: -60px;
  }

  .price__title {
    text-align: center;
  }

  .price__title-container {
    padding-bottom: 20px;
    background: url(../images/price_title_bg.png) no-repeat center bottom;
  }

  .corona-banner-container {
    margin-top: -24px;
    padding-top: 60px;
    padding-bottom: 40px;
    background: url(../images/corona_banner_bg.png) no-repeat center top;
    margin-bottom: 80px;
  }

  .corona-banner-container .corona-banner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .corona-banner-container .corona-banner img {
    margin-left: -40px;
  }
}

.price-contents-container {
  padding-bottom: 220px;
  background: url(../images/trouble_bg.png) repeat;
}

.price-contents {
  padding-top: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.compare-container h3 {
  margin-bottom: 16px;
  text-align: center;
}

.compare-container .compare-lead {
  margin-bottom: 40px;
  text-align: center;
}

.compare-container .price-table {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .price-contents-container {
    padding-top: 16px;
    padding-bottom: 60px;
    background-size: 4%;
  }

  .price-contents {
    padding: 0 16px;
  }

  .compare-container .compare-lead {
    max-width: 86%;
    margin: 0 auto 16px;
  }

  .price-table {
    margin-top: 0;
  }
}

/*============================
* scene
============================*/

.scene-container {
  padding-bottom: 110px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-70deg,
      transparent,
      transparent 10px,
      rgba(209, 235, 247, 1) 10px,
      rgba(209, 235, 247, 1) 20px);
}

.scene-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.scene__title {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .scene__title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/scene_title_bg.png) no-repeat center center;
    margin-bottom: 60px;
    height: 308px;
    text-align: center;
  }
}

.t-emphasis {
  display: inline-block;
  position: relative;
  padding-top: 3.6rem;
}

.t-emphasis::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 3.6rem;
  color: #2e3d83;
}

.scene-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scene-item {
  position: relative;
  width: 32%;
  margin-bottom: 30px;
  padding: 2px;
  background: #72a8d5;
}

.scene__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #72a8d5;
}

.scene__text p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

.scene_num {
  position: absolute;
  left: 10px;
  bottom: 14px;
  width: 22.75%;
  height: auto;
}

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

@media (max-width: 768px) {
  .scene-container {
    padding-bottom: 24px;
  }

  .scene__title {
    position: relative;
    font-size: 23px;
    letter-spacing: 2px;
  }

  .t-emphasis {
    position: relative;
    padding-top: 14px;
  }

  .t-emphasis::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 50%;
    transform: translate(-55%, 0);
    font-size: 20px;
    color: #2e3d83;
  }

  .scene-items {
    padding: 0 6px;
  }

  .scene-item {
    margin-bottom: 15px;
    width: 49%;
    font-size: 13px;
  }

  .scene__text {
    background: #72a8d5;
    height: 32px;
  }

  .scene__text p {
    font-size: 13px;
  }

  .scene_num {
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: 22.75%;
    height: auto;
  }

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

/*============================
* trouble
============================*/
@media (min-width: 769px) {
  .trouble__title-container {
    background: url(../images/trouble_title_bg.png) no-repeat center bottom;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trouble__title {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
}

.trobule-contents-container {
  padding-top: 40px;
  background: url(../images/trouble_bg.png) repeat;
}

.trobule-contents {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .trobule-contents-container {
    padding-top: 20px;
    background: url(../images/trouble_bg.png) repeat;
    background-size: 5%;
  }
}

@media (min-width: 769px) {
  .kaiketu-text-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #2e3d83;
  }

  .kaiketu-text-container:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 75px 0 75px;
    border-color: #2e3e83 transparent transparent transparent;
    bottom: -45px;
    left: 50%;
    margin-left: -75px;
  }
}

/*============================
* voice
============================*/
.voice-container {
  padding-bottom: 130px;
  background: url(../images/voice_bg.png) no-repeat -235px -120px;
}

.voice__title-container {
  background: url(../images/voice_title_bg.png) no-repeat bottom center;
  padding-bottom: 20px;
}

.voice__title {
  text-align: center;
}

.voice-contents {
  padding-top: 80px;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.voice-item {
  width: 31.5%;
}

.voice-item .thumb {
  margin-bottom: 24px;
  text-align: center;
}

.voice-item h3 {
  padding: 6px 0;
  color: #2e3d83;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  background-color: #9ecce9;
  background-image: -webkit-gradient(linear,
      0 0,
      100% 100%,
      color-stop(0.25, rgba(190, 220, 242, 0.7)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(190, 220, 242, 0.7)),
      color-stop(0.75, rgba(190, 220, 242, 0.7)),
      color-stop(0.75, transparent),
      to(transparent));
  -webkit-background-size: 22px 22px;
}

.voice-item p {
  line-height: 1.65;
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .voice-container {
    padding-bottom: 10px;
    background: url(../images/voice_bg.png) no-repeat -500px 640px;
  }

  .voice__title-container {
    background: none;
  }

  .voice__title {
    text-align: center;
  }

  .voice-contents {
    padding: 20px 10px;
    max-width: 1100px;
    flex-direction: column;
    margin: 0 auto;
  }

  .voice-item {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dashed 2px #ccc;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .voice-item:last-of-type {
    border: none;
  }

  .voice-item .thumb {
    margin-bottom: 10px;
    text-align: center;
  }

  .voice-item h3 {
    padding: 6px 16px;
    color: #2e3d83;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 12px;
    background-color: #9ecce9;
    background-image: -webkit-gradient(linear,
        0 0,
        100% 100%,
        color-stop(0.25, rgba(190, 220, 242, 0.7)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(190, 220, 242, 0.7)),
        color-stop(0.75, rgba(190, 220, 242, 0.7)),
        color-stop(0.75, transparent),
        to(transparent));
    -webkit-background-size: 14px 14px;
  }

  .voice-item p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

#thanks {
  margin-top: 60px;
  padding: 40px 0 0;
}

.thanks-message {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.thanks-message h2 {
  font-weight: bold;
  font-size: 30px;
}

.thanks-message .lead {
  font-size: 24px;
  margin-bottom: 40px;
}

.thanks-message p {
  font-size: 18px;
  margin-bottom: 60px;
}

.thanks-message a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #thanks {
    margin-top: 30px;
    padding: 20px 0 0;
  }

  .thanks-message {
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
  }

  .thanks-message h2 {
    font-weight: bold;
    font-size: 24px;
  }

  .thanks-message .lead {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .thanks-message p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* Utility
* ========================== */
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.has-mb {
  margin-bottom: 20px;
}

.t-mincho {
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.t-yu-gothic {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue,
    Verdana, Meiryo, sans-serif;
}