@charset "UTF-8";

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

/* --reset-- */
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

a:active,
a:focus {
  outline: 0;
}

a img {
  border: 0;
  transition: 0.5s;
}

/* --reset_end-- */
/* --common-- */
html {
  overflow: auto;
}

body {
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  background: #ffe9e9;
  font-family: "Noto Sans JP", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  color: #262626;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

.sp {
  display: none;
}

.sm {
  display: none;
}

h1,
h2,
h3 {
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2;
}

.mb-m {
  margin-bottom: 40px;
}

.txt-center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #ffc3c3;
}

.header {
  width: 100%;
  padding: 0 40px;
  border-top: 30px solid #ff9999;
  background: #fff;
  text-align: center;
}

.logo {
  display: inline-block;
  max-width: 400px;
  background: #fff;
}
.logo img {
/*  width: 50%;*/
}

.main-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: calc(35%);
  /*background: url(../images/bg.png) no-repeat;*/
  background-position: center bottom;
  background-size: contain;
  text-align: center;
}

.main-visual-catch {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  font-size: 5rem;
  line-height: 1.2;
  color: #ff9999;
  letter-spacing: 0.2rem;
  transform: translateX(-50%);
}

.main-visual-catch span {
  display: block;
  font-size: 2.6rem;
  line-height: 1.8;
}

.main {
  padding: 30px;
}

.inner {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}

.question {
  overflow: hidden;
}

.question-container {
  display: flex;
  width: 300%;
  align-items: flex-start;
}

.question-unit {
  width: 100%;
  max-width: 100%;
  padding: 0 5px;
}

.indicator {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.indicator li {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #ffe9e9;
}

.indicator li.current {
  background-color: #ff9999;
}

.question-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
  /*padding-left: 30px;*/
  font-size: 2.4rem;
}

.question-title span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #ff9999;
}

.question-list {
  position: relative;
  display: flex;
  margin: 0 -10px;
  caret-color: transparent;
  flex-wrap: wrap;
  justify-content: center;
}

.question-list li {
  width: 50%;
  padding: 0 10px;
}

.question-list input:not(.contact-input) {
  position: absolute;
  z-index: -1;
}

.btn-select,
.btn-not-permitted {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 3px solid #ff9999;
  border-radius: 10px;
  background: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff9999;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

.btn-select:hover,
.btn-not-permitted:hover {
  background: #ff9999;
  color: #fff;
}

.caution {
  display: none;
}

.caution-text {
  display: block;
  margin: 60px 0;
  font-size: 3em;
  text-align: center;
}

.contact {
  display: none;
}

#calc {
  margin-bottom: 20px;
  padding: 10px;
  border: #c3c3c3 2px solid;
  background: #00bbee;
  text-align: center;
  caret-color: transparent;
}

#calc span.finish {
  display: none;
}

#calc.finish {
  background: #49b024;
}

#calc.finish span.still {
  display: none;
}

#calc.finish span.finish {
  display: block;
}

#calc span {
  font-size: 2rem;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
#calc span em {
  display: block;
  color: #edff33;
}

.contact-message {
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-message {
    text-align: left;
  }
  .contact-message br.pc {
    display: none;
  }
}
.contact-message .marker {
  background-image: linear-gradient(transparent 50%, #f9f605 50%);
  padding-bottom: .25rem;
  color: #eb0014;
  font-weight: bold;
}

.contact-item {
  margin-bottom: 30px;
}

.contact-item label {
  display: flex;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  align-items: center;
}

.required {
  display: flex;
  width: 70px;
  height: 34px;
  margin: -2px 10px -2px 0;
  border-radius: 5px;
  background-color: #da3d46;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.contact-input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #c5c5c5;
  border-radius: 18px;
  outline: none;
  background-color: #fff;
  box-shadow: none;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  transition: border-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contact-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-textarea {
  resize: none;
}

label.error {
  font-size: 2.1rem;
  color: #da3d46;
}

.contact-submit {
  margin: 50px 0 0px;
  width: 100%;
  height: auto;
}

.btn-return,
.btn-submit {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px;
  border: none;
  border-radius: 12px;
  background: url(../img/button.gif) center 0 no-repeat;
  background-size: contain;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-indent: -9999px;
  letter-spacing: 0.3rem;
  cursor: pointer;
  transition: 0.5s;
  height: 320px;
}

.contact-submit .click {
  margin-left: 75%;
}
.contact-submit .click img {
  position: relative;
  display: inline-block;
  width: 80px;
  height: auto;
  animation: click 2s infinite;
}
@keyframes click {
  0%, 50%, 100% {
    bottom: 0;
  }
  25% {
    bottom: 2rem;
  }
  75% {
    bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  @keyframes click {
    0%, 50%, 100% {
      bottom: 0;
    }
    25% {
      bottom: 5rem;
    }
    75% {
      bottom: 8rem;
    }
  }
}

.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: kiran 1.7s linear infinite;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn-return:hover,
.btn-submit:hover {
  opacity: 0.8;
}

.btn-submit-last {
  -webkit-appearance: none;
  /* safari */
}

.btn-return {
  display: none;
}

.btn-return span {
  display: inline-block;
  cursor: pointer;
}

.btn-back {
  display: none;
  text-align: center;
}

.btn-back span {
  display: inline-block;
  margin-top: 20px;
  padding: 15px;
  border-radius: 12px;
  background: #c5c5c5;
  font-size: 1.7rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  caret-color: transparent;
}

.btn-back span:hover {
  opacity: 0.8;
}

.btn-back-last {
  display: inline-block;
  margin-top: 20px;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background: #c5c5c5;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  /* safari */
}

.btn-back-last:hover {
  opacity: 0.8;
}

.footer {
  width: 100%;
  padding: 20px 15px;
  background: #ff9999;
  color: #fff;
  text-align: center;
}

.copy {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

/* office,fee,privacy.html */
/* office,fee,privacy.html */
/* mail.php */
.result h2 {
  margin-bottom: 40px;
  font-size: 3rem;
  color: #ff9999;
  text-align: center;
}

.result .inner {
  background: #fff;
}

.error-message {
  font-size: 1.7rem;
  color: #da3d46;
  text-align: center;
}

.table-data {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.table-data th,
.table-data td {
  padding: 15px 7px 15px 10px;
  border: 1px solid #ccc;
  font-size: 1.7rem;
}

.table-data th {
  width: 160px;
  border-bottom: 1px solid #ccc;
}

.table-data td {
  padding-left: 15px;
  border-top: 1px solid #ccc;
}

/* mail.php_end */
/* csshack for IE11 & Edge*/
:-ms-input-placeholder {
  color: #ddd;
}

input::-ms-input-placeholder {
  color: #ddd;
}

/* csshack for IE11 & Edge*/

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .mb-m {
    margin-bottom: 30px;
  }
/*
  .header {
    padding-right: 20px;
    padding-left: 20px;
    border-top: 20px solid #ff9999;
  }
*/
  .logo {
/*    max-width: 250px;*/
    padding: 5px 0px 0px＜＞;
  }
  .main-visual-catch {
    font-size: calc(12px + 5vw);
  }
  .main-visual-catch span {
    font-size: 4vw;
  }
  .main {
    padding: 20px;
  }
  .inner {づお
    padding: 40px 20px;
  }
  .indicator li {
    width: 14px;
    height: 14px;
    margin: 0 6px;
  }
  .question-title {
    margin: 30px 0;
    font-size: 2rem;
  }
  .question-list {
    margin: 0 -7.5px;
  }
  .question-list li {
    padding: 0 7.5px;
  }
  .btn-select,
  .btn-not-permitted {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 2rem;
  }
  .caution-text {
    margin: 30px 0;
    font-size: 2.4rem;
  }
  .contact-message {
    font-size: 1.7rem;
  }
  .contact-item label {
    font-size: 2rem;
  }
  .required {
    width: 40px;
    height: 25px;
    margin-right: 7px;
    font-size: 1.3rem;
  }
  .contact-input {
    border-radius: 10px;
    font-size: 2rem;
  }
  .btn-return,
  .btn-submit {
    padding: 20px;
    font-size: 2.1rem;
  }
  .btn-back span {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .btn-back-last {
    font-size: 1.5rem;
  }
  .copy {
    font-size: 1.2rem;
  }
  .result h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .table-data th,
  .table-data td {
    padding: 12px 7px;
    font-size: 1.5rem;
  }
  .table-data th {
    width: 120px;
  }
  .table-data td {
    padding-left: 7px;
  }
}

@media screen and (max-width: 480px) {
  .sm {
    display: block;
  }
  .main-visual-catch {
    font-size: 7.5vw;
  }
  .main {
    padding: 15px;
  }
  .inner {
    padding: 30px 15px;
  }
  .question-title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .question-list {
    margin: 0;
  }
  .question-list li {
    width: 100%;
    padding: 0;
  }
  .btn-select,
  .btn-not-permitted {
    font-size: 1.6rem;
  }
  .contact-item label {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .contact-item label.txt-s {
    font-size: 1.5rem;
  }
  .contact-input {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .contact-submit {
    margin-bottom: 0;
  }
  .btn-return,
  .btn-submit {
    padding: 0;
    font-size: 1.8rem;
    height: 200px;
  }
}

.lead {
  text-align: center;
}
.img_flow {
  margin: 0 0 20px;
}
.img_flow img {
  width: auto;
  max-height: 500px;
}

.movie video {
  width: 100%;
  margin-bottom: 20px;
}

/* terms */
.terms h1 {
  margin: 0 0 25px;
  font-size: 3rem;
  line-height: 1.2;
  color: #566632;
  letter-spacing: 0.2rem;
  text-align: center;
}
.terms h1 > span {
  font-size: .8em;
}
@media screen and (max-width: 768px) {
  .terms h1 {
    margin: 0 0 15px;
    font-size: 2rem;
  }
  .terms h1 > span {
    display: block;
  }
}
.terms p {
  margin-bottom: 15px;
  font-size: .9em;
  line-height: 1.5;
  font-weight: normal;
}
.terms p.sttl {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
}

.corp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}
.corp li:not(:last-of-type):after {
  content: '|';
  margin: 0 5px;
}
.corp a {
  font-size: 1.4rem;
  font-weight: 400;
}

.pb25 {
  padding-bottom: 25px;
}



