@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #1A1A1C;
  background: #FDFBE2;
  font-size: 24px;
  line-height: 1.2;
  overflow-wrap: break-word;
  text-align: center;
}

body {
  background: #FDFBE2;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background: #fff;
  padding-block: 12px;
  top: 0;
  width: 100%;
  z-index: 100;
}
.c-header .inner-block {
  max-width: 2000px;
}
.c-header .logo {
  max-width: 270px;
  aspect-ratio: 27/4;
}
.c-header .logo > a {
  display: block;
  width: 100%;
}
.c-header .logo > a > img {
  width: 100%;
}

.c-footer {
  background: #CFF;
  padding: 100px;
  position: relative;
}
.c-footer #pagetop {
  right: 60px;
  z-index: 10;
}

.c-ttl {
  padding-block: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-ttl .circle {
  font-size: 36px;
  font-weight: bold;
  color: #0099B3;
  width: 48px;
  aspect-ratio: 48/60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.c-ttl .circle::before {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1;
  top: 0;
  left: -6px;
  bottom: 0;
  margin: auto;
}
.c-ttl.answer .circle {
  color: #E80;
}

.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E80;
  padding: 30px;
  max-width: 456px;
  max-height: 96px;
  width: 100%;
  height: auto;
  border-radius: 72px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(26, 26, 28, 0.25);
          box-shadow: 4px 4px 0 0 rgba(26, 26, 28, 0.25);
  position: relative;
}
.c-btn.column {
  padding-block: 16px;
}
.c-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #fff;
  border-radius: 72px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-btn.blue {
  background: #0099B3;
}
.c-btn .txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.back-btn {
  background: #D8D8DB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  max-width: 240px;
  width: 100%;
  border-radius: 72px;
  border: 2px solid #1A1A1C;
  margin: auto;
}
.back-btn .txt {
  font-size: 24px;
  line-height: 1;
}

.c-main {
  padding-top: 60px;
  padding-bottom: 64px;
}

.blue {
  color: #007C9A;
  font-weight: bold;
}

.orange {
  display: inline-block;
  font-weight: bold;
  padding-inline: 8px;
  margin-inline: 4px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(238, 136, 0, 0.5)), color-stop(20%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(238, 136, 0, 0.5) 20%, rgba(255, 255, 255, 0) 20%);
}

.ex-section {
  padding-bottom: 16px;
}
.ex-section.question {
  background: #0099B3;
}
.ex-section.answer {
  background: #E80;
}

.white-box {
  background: #fff;
  padding-block: 40px;
}
.white-box .txt + .txt {
  margin-top: 16px;
}
.white-box .img {
  width: clamp(400px, 25.3125vw, 486px);
  margin: 40px auto 0;
}
.white-box.illust {
  position: relative;
  padding-block: 104px 97px;
}
.white-box.illust .box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 928px;
  padding-inline: 20px;
}
.white-box.illust .illust-img {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 172px;
  aspect-ratio: 4/5;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 3.125vw, 60px);
  padding-top: 60px;
  padding-bottom: 4px;
}

.back-box {
  margin-top: 60px;
}

.banner-wrap {
  padding-top: 54px;
}
.banner-wrap .banner-link {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.banner-wrap .banner-link > img {
  width: 100%;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  padding-top: 16px;
}
.home .mv-section .inner-block {
  padding-bottom: 24px;
}
.home .ttl {
  width: clamp(400px, 36.4583333333vw, 700px);
  margin: auto;
  position: relative;
  z-index: 1;
}
.home .human-img {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: clamp(250px, 27.1875vw, 522px);
}
.home .white-box {
  padding-block: 32px;
}
.home .white-box .blue {
  margin-top: 16px;
  font-size: 40px;
  line-height: 1.5;
}
.home .btn-wrap {
  padding-top: 20px;
}
.home .btn-wrap .c-btn {
  padding: 36px;
  max-height: inherit;
}
.home .btn-wrap .c-btn .txt {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding-block: 6px;
  }
  .c-header .logo {
    max-width: 150px;
  }
  .c-ttl {
    padding-block: 16px;
  }
  .c-ttl .circle {
    font-size: 24px;
    width: 32px;
  }
  .c-ttl .circle::before {
    width: 40px;
    height: 40px;
    left: -4px;
  }
  .c-btn {
    padding: 30px;
    max-height: 75px;
    max-width: 358px;
  }
  .c-btn .txt {
    font-size: 18px;
  }
  .back-btn {
    width: 60%;
  }
  .back-btn .txt {
    font-size: 16px;
  }
  .c-main {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .orange {
    padding-inline: 4px;
    margin-inline: 2px;
  }
  .ex-section {
    padding-bottom: 8px;
  }
  .white-box {
    padding-block: 20px;
  }
  .white-box .txt + .txt {
    margin-top: 8px;
  }
  .white-box .img {
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
  }
  .white-box.illust {
    padding-top: 20px;
  }
  .white-box.illust .box {
    max-width: 440px;
  }
  .white-box.illust .illust-img {
    width: 100px;
  }
  .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .back-box {
    margin-top: 20px;
  }
  .banner-wrap {
    padding-top: 30px;
  }
  .banner-wrap .banner-link {
    max-width: 640px;
  }
  .home .white-box {
    padding-block: 16px;
  }
  .home .white-box .blue {
    font-size: 20px;
    margin-top: 8px;
  }
  .home .btn-wrap .c-btn {
    padding: 24px;
  }
  .home .btn-wrap .c-btn .txt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1800px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-btn:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0 0 0 0 rgba(26, 26, 28, 0.25);
            box-shadow: 0 0 0 0 rgba(26, 26, 28, 0.25);
  }
  .back-btn:hover {
    background: #fff;
  }
  .banner-wrap .banner-link:hover {
    opacity: 0.65;
  }
}
@media only screen and (max-width: 767px) and (max-width: 450px) {
  .white-box.illust .box {
    max-width: 340px;
  }
  .white-box.illust .illust-img {
    width: 75px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .home .mv-section .inner-block {
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .ttl {
    width: 100%;
    max-width: 500px;
  }
  .home .human-img {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}