@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, img {
  image-rendering: -webkit-optimize-contrast;
}

/*--------------------------------------------------------------
/pub/template/
--------------------------------------------------------------*/
/* *****************************************
/*+  common  +******************************
/***************************************** */
body {
  margin: 0;
  padding: 0;
}
@media (min-width: 521px) {
  body {
    background-color: #fdf6ea;
  }
}

#template {
  max-width: 520px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  background-color: #FFF;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  color: #383838;
  font-weight: 400;
}
@media (min-width: 521px) {
  #template {
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 521px) {
  #template {
    font-size: 19.5px;
  }
}
#template a {
  color: #b79771;
  text-decoration: underline;
}
#template a:link, #template a:visited {
  color: #b79771;
  text-decoration: underline;
}
#template a:hover, #template a:active {
  color: #b79771;
  text-decoration: none;
}
@media (min-width: 521px) {
  #template a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #template a {
    transition: .3s all;
  }
  #template a:hover {
    opacity: .7;
  }
}
#template * {
  margin: 0;
  padding: 0;
}
#template div, #template h1, #template h2, #template h3, #template h4, #template h5, #template h6, #template form, #template fieldset, #template p, #template th, #template td, #template dl, #template dt, #template dd {
  line-height: 1.65;
}
#template img, #template input[type="image"] {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
#template video {
  width: 100%;
  height: auto;
  display: block;
}
#template ol, #template ul {
  list-style: none;
}
#template sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  letter-spacing: .05em;
}
#template .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#template *, #template *:before, #template *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#template .fade {
  transition: 0.5s;
}
#template .fade:hover {
  opacity: .75;
}
#template .text-pink {
  color: #d37583;
}
#template .bold {
  font-weight: 700;
}
#template .text-small {
  font-size: 80%;
}
#template .notes {
  margin: 0 6.25%;
}
#template .note {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.5vw;
  text-align: left;
  letter-spacing: 0.05em;
  color: #404040;
}
@media (min-width: 521px) {
  #template .note {
    font-size: 13px;
  }
}
#template .note li {
  letter-spacing: normal;
  text-indent: -1em;
  padding-left: 1em;
}
#template dl.note {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  text-align: left;
}
#template dl.note dt {
  width: 1em;
}
#template dl.note dd {
  width: calc(100% - 1em);
}
#template dl.note.numbering dt {
  width: 2em;
}
#template dl.note.numbering dd {
  width: calc(100% - 2em);
}
#template .tr {
  text-align: right;
}
#template .tl {
  text-align: left;
}
#template .tc {
  text-align: center;
}
#template .under-line {
  background: linear-gradient(0deg, #f9ba00 15%, white 15%);
}
#template #footer {
  padding: 1em 0;
}
#template .fadeIn {
  opacity: 0;
  transition: .3s;
}
#template .fadeIn.lazyloaded {
  opacity: 1;
}

.effected, .effected::before, .effected::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

/* *****************************************
/*+  content  +********************************
/***************************************** */
/*+ common object + ------------------------------ */
/*+ block + ------------------------------ */
#template {
  /* fv */
  /* enquete */
  /* slide__wrapper */
  /* question */
  /* column */
  /* cv */
  /* guide */
}
#template > section, #template .area {
  position: relative;
  z-index: 0;
}
#template .fv {
  position: relative;
  z-index: 2;
}
#template .fv__arrow {
  margin-top: calc( -41 / 640 * 100%);
}
#template .enquete {
  z-index: 1;
  background: #fbfaf6;
  margin: calc( -80 / 640 * 100%) 0 0;
  padding: calc( 150 / 640 * 100%) 0 0;
}
#template .question {
  padding: 2em 0 0;
}
#template .question__inner {
  position: relative;
  background-color: #FFF;
  margin: 0 calc( 40 / 640 * 100%) calc( 80 / 640 * 100%);
  padding: 0 0 calc( 50 / 640 * 100%);
  box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.4);
  border-radius: clamp(5px, 1.5625vw, 8.125px);
}
#template .question__q {
  width: calc( 560 / 560 * 100%);
  margin: 0 0 -2em;
  transform: translateY(-2em);
}
#template .question__paragraph {
  margin: 0 calc( 40 / 560 * 100%) 1.5em;
}
#template .question__note {
  margin: 1.5em calc( 40 / 560 * 100%) 0;
}
#template .question__btn-next {
  display: inline-block;
  background-image: linear-gradient(180deg, #f1d58b 1%, #ff9036 100%);
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 5.3125vw;
  color: #FFF;
  margin: calc( 40 / 560 * 100%) 0 0;
  padding: .25em 2em;
  border-radius: 999px;
  cursor: pointer;
}
@media (min-width: 521px) {
  #template .question__btn-next {
    font-size: 27.625px;
  }
}
#template .question__checklist {
  margin: 0 calc( 40 / 560 * 100%);
}
#template .question__checklist li {
  cursor: pointer;
  text-align: left;
  position: relative;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 4.6875vw;
  line-height: 1.4;
  letter-spacing: .05em;
  font-weight: 500;
  margin-bottom: calc( 20 / 560 * 100%);
}
@media (min-width: 521px) {
  #template .question__checklist li {
    font-size: 24.375px;
  }
}
#template .question__checklist li.small {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.90625vw;
}
@media (min-width: 521px) {
  #template .question__checklist li.small {
    font-size: 20.3125px;
  }
}
#template .question__checklist li:last-of-type {
  margin-bottom: 0;
}
#template .question__checklist input {
  display: none;
}
#template .question__checklist label {
  color: #595959;
  cursor: pointer;
  display: block;
  background-color: #f3e9ce;
  padding: calc( 20 / 560 * 100%) calc( 10 / 560 * 100%) calc( 20 / 560 * 100%) calc( 70 / 560 * 100%);
}
#template .question__checklist label::before {
  content: "";
  width: clamp(12px, 3.75vw, 19.5px);
  height: clamp(12px, 3.75vw, 19.5px);
  display: block;
  position: absolute;
  top: 50%;
  left: clamp(12px, 3.75vw, 19.5px);
  transform: translateY(-50%);
  border: clamp(1px, 0.3125vw, 1.625px) solid #dee0cc;
  border-radius: 50%;
  background-color: #fff;
}
#template .question__checklist input[type="radio"]:checked + label {
  background-color: #e6cd90;
  color: #FFF;
}
#template .question__checklist input[type="radio"]:checked + label::after {
  content: "";
  width: clamp(8px, 2.5vw, 13px);
  height: clamp(8px, 2.5vw, 13px);
  display: block;
  position: absolute;
  top: 50%;
  left: clamp(14px, 4.375vw, 22.75px);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #d37583;
}
#template .question__checklist-checkbox label {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 4.375vw;
  line-height: 1.4;
  letter-spacing: .06em;
}
@media (min-width: 521px) {
  #template .question__checklist-checkbox label {
    font-size: 22.75px;
  }
}
#template .question__checklist-checkbox label::before {
  border-radius: 0;
}
#template .question__checklist-checkbox input[type="checkbox"]:checked + label {
  background-color: #e6cd90;
  color: #FFF;
}
#template .question__checklist-checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  width: clamp(5px, 1.5625vw, 8.125px);
  height: clamp(8px, 2.5vw, 13px);
  display: block;
  position: absolute;
  top: 50%;
  left: clamp(16px, 5vw, 26px);
  transform: translateY(-65%) rotate(40deg);
  border-bottom: clamp(2px, 0.625vw, 3.25px) solid #d37583;
  border-right: clamp(2px, 0.625vw, 3.25px) solid #d37583;
}
#template .column {
  margin: 0 calc( 40 / 640 * 100%) calc( 80 / 640 * 100%);
  padding-top: calc( 40 / 640 * 100%);
  filter: drop-shadow(4px 4px 10px rgba(154, 154, 154, 0.5));
}
#template .column__paragraph {
  margin: 0 0 3em;
}
#template .column__paragraph.q2_check {
  position: relative;
}
#template .column__paragraph .q2_check__figure {
  position: absolute;
  width: 85%;
  top: 0;
  left: 0;
  right: 0;
  margin: 8em auto 0;
}
#template .cv {
  position: relative;
  padding: 0 0 0;
}
#template .cv__btn {
  position: absolute;
  margin: 0 calc( 60 / 640 * 100%) 0;
  bottom: 9.75em;
  filter: drop-shadow(4px 4px 10px rgba(154, 154, 154, 0.5));
}
#template .guide {
  margin: 0;
  padding: 2em 0 0;
  letter-spacing: normal;
}
#template .guide .guidance {
  width: 49.21875%;
  margin: 2em auto 6.25%;
}
#template .guide #tokushou, #template .guide .company-outline, #template .guide .policy {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.125vw;
  margin-bottom: .5em;
}
@media (min-width: 521px) {
  #template .guide #tokushou, #template .guide .company-outline, #template .guide .policy {
    font-size: 16.25px;
  }
}
#template .guide .note {
  text-align: left;
  margin: 2em 4.6875%;
}
#template .guide .note h3 {
  margin-top: 1em;
}
#template .guide .note p {
  margin-bottom: 1em;
}
#template .guide .returnTop {
  text-align: right;
  margin: 1.5em 3.125%;
}
#template .guide a {
  color: #b79771;
  text-decoration: none;
}
