@charset "UTF-8";
body {
  font-family: "";
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  max-height: 80px;
  bottom: 0;
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 999;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .floating {
    max-height: 8.5625rem;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: auto;
  }
}
.floating a {
  display: block;
  height: inherit;
  width: auto;
}
.floating a picture {
  display: block;
  height: inherit;
}
.floating a img {
  display: block;
  height: inherit;
  width: auto;
  height: inherit;
}
.floating a:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#009FD4), color-stop(40%, #009FD4), to(#8BD3EB));
  background: linear-gradient(to top, #009FD4 0%, #009FD4 40%, #8BD3EB 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .floating a:first-of-type {
    max-width: 34.375rem;
  }
}
.floating a:first-of-type picture img {
  max-width: 255px;
  max-width: 15.9375rem;
}
@media screen and (min-width: 768px) {
  .floating a:first-of-type picture img {
    max-width: 31.5625rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.floating a:last-of-type picture img {
  max-width: 80px;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .floating a:last-of-type picture img {
    max-width: 8.625rem;
  }
}

.footer {
  background-color: #0073CB;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 5.625rem;
  }
}
.footer img {
  width: 200px;
}
.footer h2 {
  font-size: 16px;
  background-color: #fff;
  color: #0073CB;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 16px;
  line-height: 1.6;
}
.footer p {
  margin-top: 10px;
  font-style: normal;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer p {
    font-weight: 700;
  }
}

.footer__wrap {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    margin-right: 1.875rem;
  }
}

.footer__nav {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__items {
    display: block;
    border-left: #fff solid 1px;
    padding-left: 1.25rem;
  }
}

.footer__item {
  color: #fff;
  font-size: 12px;
  padding-right: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__item {
    padding-bottom: 1rem;
  }
}
.footer__item:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .footer__item:last-of-type {
    padding-bottom: 0;
  }
}
.footer__item::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 1px;
  height: 100%;
  left: -10px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .footer__item::before {
    content: none;
  }
}
.footer__item:last-of-type::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 1px;
  height: 100%;
  right: -10px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .footer__item:last-of-type::after {
    content: none;
  }
}
.footer__item a {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer__item a {
    font-weight: 700;
  }
}

.footer__copy {
  background-color: #231815;
  text-align: center;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }
}

.footer__indent {
  padding-left: 16px;
}

.footer__inline-block {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .header__container {
    max-width: 75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.8125rem;
  }
}

.header {
  font-size: 20px;
  font-size: 1.25rem;
  color: #111;
  width: 100%;
  max-width: 1920px;
  max-width: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.75rem;
    height: 83px;
  }
}

.header__logo {
  width: 148px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 210px;
  }
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .header__nav-item {
    position: relative;
    margin-right: 2.5rem;
    position: relative;
  }
}
.header__nav-item:last-child {
  margin-right: 0;
}
.header__nav-item a {
  text-transform: uppercase;
}
.header__nav-item:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .header__nav-item:last-of-type {
    padding-bottom: 0;
  }
}
.header__nav-item::before {
  content: none;
  position: absolute;
  display: block;
  background-color: #000;
  width: 1px;
  height: 100%;
  left: -20px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .header__nav-item::before {
    content: "";
  }
}
.header__nav-item:last-of-type::after {
  content: none;
  position: absolute;
  display: block;
  background-color: #000;
  width: 1px;
  height: 100%;
  right: -20px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .header__nav-item:last-of-type::after {
    content: "";
  }
}

.header__cta {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__cta-item {
  height: inherit;
  display: block;
}
.header__cta-item a {
  display: block;
  height: inherit;
}
.header__cta-item picture {
  display: block;
  height: inherit;
}
.header__cta-item img {
  display: block;
  height: inherit;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.privacy {
  width: 100%;
  padding: 60px 14px;
}
@media screen and (min-width: 768px) {
  .privacy {
    max-width: 75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-top: 12.5rem;
    padding-bottom: 7.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.privacy__title h1 {
  font-size: 24px;
  color: #0073CB;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .privacy__title h1 {
    font-size: 1.75rem;
    background-color: #fff;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__title h1::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #0073CB;
    width: 100%;
    height: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
  }
}
.privacy__title h1 span {
  background-color: #fff;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  z-index: 2;
}
.privacy__title p {
  margin-top: 20px;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .privacy__title p {
    margin-top: 5rem;
    margin-bottom: 7.5rem;
    max-width: 52.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .privacy__block {
    width: 100%;
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.privacy__block h2 {
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 17px;
  font-size: 1.0625rem;
}
.privacy__block h2::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #0073CB;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}
.privacy__block p {
  padding-left: 6px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .privacy__block p {
    padding-left: 1.875rem;
  }
}

.sctl {
  width: 100%;
  padding: 60px 14px 30px 14px;
}
@media screen and (min-width: 768px) {
  .sctl {
    max-width: 75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-top: 12.5rem;
    padding-bottom: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.sctl table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .sctl table {
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.sctl table tr {
  border-top: #B7B8B8 1px solid;
}
.sctl table tr:last-of-type {
  border-bottom: #B7B8B8 1px solid;
}
.sctl table th {
  width: 31%;
  background-color: rgba(0, 115, 203, .1490196078);
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sctl table th {
    width: 7.25rem;
  }
}
.sctl table td {
  width: 69%;
  font-weight: 500;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .sctl table td {
    width: auto;
  }
}

.sctl__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sctl__title {
    margin-bottom: 3.75rem;
  }
}
.sctl__title h1 {
  font-size: 24px;
  color: #0073CB;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sctl__title h1 {
    font-size: 1.75rem;
    background-color: #fff;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .sctl__title h1::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #0073CB;
    width: 100%;
    height: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
  }
}
.sctl__title h1 span {
  background-color: #fff;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  z-index: 2;
}

.area {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .area {
    padding-top: 6.25rem;
    padding-bottom: 6.875rem;
  }
}

.covid {
  padding-top: 13px;
  padding-bottom: 20px;
  background-color: #C4DCE8;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .covid {
    padding-top: 9.0625rem;
    padding-bottom: 12.1875rem;
    background-color: transparent;
  }
}

.cta01 {
  background-image: url(../images/2x/cta_01_bg_sp.png);
  background-size: 100% 100%;
  background-position: center;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .cta01 {
    background-image: url(../images/2x/cta_01_bg.png);
    padding-top: 2.625rem;
    padding-bottom: 5.125rem;
  }
}
.cta01 a img {
  margin: 16px auto;
}

.cta02 {
  background-image: url(../images/2x/cta02_bg_sp.png);
  background-size: cover;
  background-position: center;
  padding-top: 22px;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .cta02 {
    padding-top: 1.875rem;
    padding-bottom: 5.3125rem;
    background-image: url(../images/2x/cta02_bg.png);
  }
}

.dangerous {
  background-image: url(../images/2x/dange_bg_sp.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .dangerous {
    padding-top: 4.1875rem;
    padding-bottom: 3.4375rem;
    background-image: url(../images/2x/dange_bg.png);
  }
}
.dangerous > img {
  max-width: 1876px !important;
  max-width: 117.25rem !important;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .dangerous > img {
    padding-right: 20% !important;
  }
}

.faq {
  background-color: #F4D475;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 5.25rem;
    padding-bottom: 9.5625rem;
  }
}

.form {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .form {
    padding-top: 6.25rem;
    padding-bottom: 4.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .form form {
    max-width: 50rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.form h2 {
  color: #FFCB00;
  text-align: center;
  width: 100%;
  background-color: #0073CB;
  border-radius: 1.5625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .form h2 {
    font-size: 2.25rem;
    max-width: 23.4375rem;
    height: 5.25rem;
    padding-top: 1.0625rem;
    border-radius: 2.625rem;
  }
}
.form > picture img {
  padding: 0;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .form > picture img {
    max-width: 67.5rem;
    margin-top: 11.4375rem;
  }
}

.form__topic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .form__topic {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .form__topic:first-of-type {
    margin-top: 5.625rem;
  }
}
.form__topic span {
  display: block;
}
@media screen and (min-width: 768px) {
  .form__topic span {
    width: 100%;
    max-width: 10.6875rem;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    margin-right: 1.375rem;
  }
}
.form__topic span::after {
  content: "必須";
  display: inline-block;
  color: red;
  font-size: 12px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .form__topic span::after {
    margin-left: auto;
    position: absolute;
    display: block;
    left: auto;
    right: 0;
    top: 50%;
    font-size: 0.875rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.form__topic input {
  border: solid #333 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__topic input {
    width: 22.375rem;
    height: 2.5625rem;
  }
}
.form__topic select {
  border: solid #333 1px;
  width: 100%;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .form__topic select {
    width: 22.375rem;
    height: 2.5625rem;
  }
}
.form__topic textarea {
  border: solid #333 1px;
  width: 100%;
  min-height: 150px;
}
@media screen and (min-width: 768px) {
  .form__topic textarea {
    max-width: 30.9375rem;
    height: 13.375rem;
  }
}

.form__button {
  text-align: center;
}
.form__button input {
  background-color: #FF8200;
  color: #fff;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, .3);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, .3);
}
@media screen and (min-width: 768px) {
  .form__button input {
    font-size: 0.875rem;
    max-width: 9.375rem;
  }
}

.form__topic--naiyou span {
  padding-right: 20px;
  padding-right: 1.25rem;
}
.form__topic--naiyou span::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .form__topic--naiyou span::after {
    content: "必須";
  }
}
@media screen and (min-width: 768px) {
  .form__topic--naiyou span {
    padding-right: 0;
  }
}

.mainview {
  background-image: url(../images/2x/mv_bg_sp.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .mainview {
    padding-top: 4.4375rem;
    padding-bottom: 6.875rem;
    background-image: url(../images/2x/mv_bg.png);
  }
}
.mainview picture img {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .mainview picture img {
    padding-right: 9.375rem;
    max-width: 87.5rem;
  }
}

.prefer {
  background-color: #E3F0F9;
  padding-top: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .prefer {
    padding-top: 4.875rem;
    padding-bottom: 8.4375rem;
  }
}

.reason {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .reason {
    padding-bottom: 2.9375rem;
  }
}

.top img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top img {
    max-width: 75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.troubles {
  background-color: #FBEECC;
  background-size: cover;
  background-position: center;
  padding-top: 17px;
  padding-bottom: 31px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .troubles {
    padding-top: 4.25rem;
    padding-bottom: 9.375rem;
  }
}
.troubles picture img {
  padding: 0;
}

.voice {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-top: 8.125rem;
    padding-bottom: 9.375rem;
    background-size: cover;
    background-position: center;
    background-image: url(../images/2x/review_bg.png);
  }
}
.voice img {
  padding-left: 0;
  padding-right: 0;
}
/*# sourceMappingURL=styles.css.map */
