@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  margin: 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}
main a {
  color: #000000;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 769px) {
  .question .mainContents {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .question .mainContents {
    padding-top: 12rem;
  }
}
.question .kv {
  background-image: url("../img/kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .question .kv {
    background-image: url("../img/sp/kv.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: auto;
  }
}
.question .kv__container {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .question .kv__container {
    width: 124rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .question .kv__container {
    width: 100%;
  }
}
.question .kv__title {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .question .kv__title {
    padding: 6rem 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .question .kv__title {
    padding: 4.5rem 0;
    font-size: 3.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .question .question_contents {
    margin: 8.2rem auto 0;
    padding: 0 2rem;
    max-width: 111.8rem;
  }
}
@media screen and (max-width: 768px) {
  .question .question_contents {
    margin-top: 8.5rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .question .question_content:not(:first-child) {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .question .question_content:not(:first-child) {
    margin-top: 3.5rem;
  }
}
.question .question_title {
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .question .question_title {
    font-size: 2.4rem;
    padding-left: 4.8rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #00a8e4;
  }
}
@media screen and (max-width: 768px) {
  .question .question_title {
    font-size: 3rem;
    padding-left: 6rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #00a8e4;
  }
}
.question .question_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/question_icon.png) center/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .question .question_title::before {
    width: 2.9rem;
    height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .question .question_title::before {
    top: 36%;
    width: 3.8rem;
    height: 3.5rem;
  }
}
.question .question_box {
  background-color: #efefef;
}
@media screen and (min-width: 769px) {
  .question .question_box {
    margin-top: 1.8rem;
    padding: 2.5rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .question .question_box {
    margin-top: 1.8rem;
    padding: 3.8rem 3rem;
  }
}
@media screen and (min-width: 769px) {
  .question .question_text {
    font-size: 2rem;
    line-height: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .question .question_text {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
.question .question_text a {
  color: #82c8e6;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
}
.question .question_text a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .question .contact {
    margin: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .question .contact {
    margin: 9.8rem 0 17.5rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .question .contact .contact_box {
    width: 95rem;
    margin: 0 auto;
    padding: 2.5rem 0 1.8rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .question .contact .contact_box {
    width: 100%;
    margin: 0 auto;
    padding: 5.5rem 4.5rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
.question .contact_lead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .question .contact_lead {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .question .contact_lead {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
}
@media screen and (min-width: 769px) {
  .question .contact_items {
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .question .contact_items {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
.question .contact_btn02 {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.question .contact_btn02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .question .contact_btn02::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .question .contact_btn02:hover::before {
    right: 0;
  }
}
.question .contact_btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .question .contact_btn02::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 2.7rem;
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .question .contact_btn02::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .question .contact_btn02:hover::after {
    background-image: url(../img/arrow_on.png);
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.question .contact_btn02 span {
  position: relative;
  z-index: 20;
}
.contact_btn02:hover .question .contact_btn02 span {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 769px) {
  .question .contact_btn02 {
    width: 38rem;
    height: 5.2rem;
    border-radius: 26px;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .question .contact_btn02 {
    width: 57rem;
    border-radius: 26px;
    padding: 1.5rem 0;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .question .contact_text {
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .question .contact_text {
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.question .contact_tel {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .question .contact_tel {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .question .contact_tel {
    font-size: 5.6rem;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .question .contact_time {
    padding-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .question .contact_time {
    padding-top: 2.5rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    text-align: center;
  }
}