@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.4285714286vw;
  }
}

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

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

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

button:hover {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

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

/* ------------------------------
    base
------------------------------ */
html, body {
  min-height: 100vh;
}

body {
  color: #000;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}

section {
  position: relative;
}

main {
  background: #fde2ac;
  flex: 1 1 auto;
}

.wrap {
  width: 94%;
  max-width: 120rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold, strong {
  font-weight: bold;
}

.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .bg_pc {
    background: url("../img/pc_bg@2x.png") no-repeat center/cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  main {
    width: 70rem;
    margin: 4rem auto 0;
    position: relative;
    z-index: 1;
  }
  .fade {
    transition: opacity 0.3s ease;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  input, textarea, select, .select {
    font-size: max(1.6rem, 16px) !important;
  }
}
/* ------------------------------
    main
------------------------------ */
#sec_fv .wrap {
  width: 96%;
}
#sec_fv .logo {
  margin: 1rem 0 2rem;
}
#sec_fv .logo img {
  width: 25rem;
}
#sec_fv .txt, #sec_fv .img {
  text-align: center;
}
#sec_fv .txt._02 {
  margin: 2rem 0 1rem;
}
#sec_fv .txt._03 {
  background: #d51723;
  padding: 0 2rem;
  margin-bottom: -14rem;
}
#sec_fv .txt._03 img {
  translate: 0 -12rem;
}
#sec_fv .txt._04 {
  padding-left: 1rem;
}

#sec_enquete {
  padding: 2rem 0;
}
#sec_enquete .wrap {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
#sec_enquete .box + .box {
  margin-top: 6rem;
}
#sec_enquete .box + .box:has(.img) {
  margin-top: 3rem;
}
#sec_enquete .box .img {
  margin-bottom: 6rem;
}
#sec_enquete .box .question {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  margin: 1rem 0 2rem;
}
#sec_enquete .box .question .ico {
  flex: 0 0 auto;
  width: 15rem;
}
#sec_enquete .box .question .name {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.8em;
}
#sec_enquete .box .question .comment {
  background: #fceedb;
  display: inline-block;
  min-height: 1.4em;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.2em 0.5em;
  border-radius: 0.5rem;
  position: relative;
}
#sec_enquete .box .question .comment::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 100%;
  margin-right: -1px;
  width: 1.5rem;
  height: 1.5rem;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #fceedb;
}
#sec_enquete .box .question .comment._loading {
  width: 6em;
  text-align: center;
}
#sec_enquete .box .question .comment._loading::after {
  content: "●　●　●";
  display: inline-block;
  color: #f7931e;
  font-size: 1.4rem;
  translate: 0 -0.3em;
}
#sec_enquete .box .question .comment small {
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.5em;
}
#sec_enquete .box .select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 3rem 0 4rem;
}
#sec_enquete .box .select label {
  background: #29a476;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  min-height: 15rem;
  border-radius: 1rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_enquete .box .select label:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
#sec_enquete .box .input {
  margin: 3rem 0 4rem;
}
#sec_enquete .box .input input {
  display: block;
  background: #e6e6e6;
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  width: 100%;
  font-size: 2.5rem;
  border-radius: 1rem;
}
#sec_enquete .box .input input::placeholder {
  color: #999;
}
#sec_enquete .box .input button {
  display: block;
  background: #f7931e;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 600;
  width: 100%;
  padding: 0.5em 1em;
  margin-top: 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_enquete .box .input button {
    font-size: 3rem !important;
  }
}
#sec_enquete .box .answer {
  text-align: right;
}
#sec_enquete .box .answer .inner {
  display: inline-block;
  text-align: left;
}
#sec_enquete .box .answer .comment {
  background: #0071bc;
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.2em 0.5em;
  border-radius: 0.5rem;
  margin-right: 1.5rem;
  position: relative;
}
#sec_enquete .box .answer .comment::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 100%;
  margin-left: -1px;
  width: 1.5rem;
  height: 1.5rem;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #0071bc;
}
#sec_enquete .box .answer .check {
  font-size: 1.8rem;
  margin-top: 0.3em;
}
#sec_enquete .box .answer .count {
  color: #d51723;
  font-size: 2rem;
}
#sec_enquete .box .submit {
  position: relative;
  margin-bottom: 4rem;
}
#sec_enquete .box .submit input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#sec_enquete .answer,
#sec_enquete .box:not(:first-child) {
  display: none;
}
#sec_enquete .comment._loading,
#sec_enquete .question .img,
#sec_enquete .select,
#sec_enquete .input {
  display: none;
}
#sec_enquete .box:first-child .select {
  display: grid;
}
#sec_enquete .box:first-child .input {
  display: block;
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
