@charset "utf-8";

/****************************************************************************/
.wrapper {
  margin: 0 auto;
  /* width: 956px; */
  width: 1440px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

/* header
***************************************************************************/
header {
  padding: 22px 30px;
  overflow: hidden;
}
header .logo {
  margin: 0;
  width: 32%;
  max-width: 311px;
}

/* mv
***************************************************************************/
.mv {
  background-image: url("../../img/pc/mv_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  padding: 15px 30px 0 30px;
}
.mv-contents {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}
.mv-copy {
  align-self: center;
  margin: 30px 0;
}

/* simulation */
.simulation {
  align-self: flex-end;
  max-width: 580px;
  background-image: url("../../img/pc/bg_check.png");
  background-size: 3%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding: 0 20px 15px;
}
.simulation__title {
  text-align: center;
  margin: 15px 0 20px;
}
.simulation__inner {
  background-color: #fcf7dd;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 15px 40px;
}
.simulation__title img {
  width: 100%;
}
.simulation .condition {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.simulation .condition .condition__inner {
  padding: 20px 10px;
  display: flex;
  gap: 10px;
}

.simulation .condition .condition__q {
  flex: 0 0 48%;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 12px;
}
.simulation .condition .condition__q:last-child {
  margin: 0;
}
.simulation .condition .condition__q dt {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.simulation .condition .condition__q dt .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c4c93;
  color: #fff;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 6px 0 0;
}
.simulation .condition .condition__q dt .number + span {
  flex: 1 0 0;
  font-weight: bold;
  font-size: 18px;
}
.simulation .condition .condition__q dt .text--sm {
  font-size: 11px;
  letter-spacing: -0.04em;
}
.simulation .condition .condition__q dd {
  padding: 10px 0 0;
}
.simulation .condition .condition__q dd.condition__select {
  position: relative;
  text-align: center;
}
.simulation .condition .condition__q dd.condition__select::before {
  content: "";
  position: absolute;
  top: 47%;
  right: 10px;
  background: #000;
  height: 11px;
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.simulation .condition .condition__q dd.condition__select select {
  width: 100%;
  height: 32px;
  text-align: center;
  font-size: 15px;
  border: 2px solid #e9e9e9;
  background-image: none;
  border-radius: 5px;
  appearance: none;
  padding-right: 1em;
}
.simulation .condition .condition__q dd.condition__radios {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0 16px;
  margin: 0 0 0 25px;
}
.simulation .condition .condition__q dd .condition__radio input[type="radio"] {
  visibility: hidden;
}
.simulation .condition .condition__q dd .condition__radio input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  background: #000;
  border-radius: 100%;
}
.simulation .condition .condition__q dd .condition__radio label {
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 0 0 0 min(2.5vw, 15px);
}
.simulation .condition .condition__q dd .condition__radio label[for="sim_male_pc"] {
  margin-right: 0.5em;
}
.simulation .condition .condition__q dd .condition__radio label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border: 1px solid #fff;
  background-image: linear-gradient(
    0deg,
    rgba(221, 221, 221, 1),
    rgba(255, 255, 255, 1)
  );
  border-radius: 100%;
}
.simulation .calcurate {
  margin: -15px auto 0;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 50%;
}
.simulation .calcurate img {
  width: 100%;
}
.simulation .results {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin: auto;
}
.simulation .lead {
  margin: 20px 0 0;
  font-size: 15px;
}
.simulation .insurancefee {
  align-self: flex-start;
  margin: 30px 0 0;
  display: table;
  width: 100%;
}
.simulation .insurancefee .text {
  display: table-cell;
  width: 45%;
  padding-right: 0.5em;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  vertical-align: bottom;
}
.simulation .insurancefee .result {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 4px solid #fe6f44;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  min-width: 140px;
  min-height: 50px;
  display: inline-block;
  text-align: right;
  padding: 0.25em 0.5em;
  vertical-align: bottom;
}
.simulation .insurancefee .unit {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  letter-spacing: -0.05em;
  margin-left: 0.25em;
}
.simulation .cancellation {
  align-self: flex-start;
  margin: 30px 0 0;
  display: table;
  width: 100%;
}
.simulation .cancellation .lead {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  color: #2c4c93;
  vertical-align: bottom;
}
.simulation .cancellation .result {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.simulation .cancellation .text {
  display: table-cell;
  width: 45%;
  padding-right: 0.5em;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  vertical-align: bottom;
}
.simulation .cancellation .price {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 4px solid #fe6f44;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  min-width: 140px;
  min-height: 50px;
  display: inline-block;
  text-align: right;
  padding: 0.25em 0.5em;
  vertical-align: bottom;
}
.simulation .cancellation .unit {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  letter-spacing: -0.05em;
  margin-left: 0.25em;
}
.simulation .refundrate {
  align-self: flex-start;
  margin: 12px 0 0;
  display: table;
  width: 100%;
}
.simulation .refundrate .text {
  display: table-cell;
  width: 45%;
  padding-right: 0.5em;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  vertical-align: bottom;
}
.simulation .refundrate .result {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 4px solid #fe6f44;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  min-width: 140px;
  min-height: 50px;
  display: inline-block;
  text-align: right;
  padding: 0.25em 0.5em;
  vertical-align: bottom;
}
.simulation .refundrate .unit {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  letter-spacing: -0.05em;
  margin-left: 0.25em;
}

/* local-navigation
***************************************************************************/
.local-navigation {
  margin: 20px 0;
}

/* intro-voice
***************************************************************************/
.intro-voice {
  background-image: url("../../img/pc/bg_hatena.png");
  background-size: cover;
  padding: 80px 0;
}
.intro-voice-contents {
  text-align: center;
}
.intro-voice-title {
  font-size: 28px;
  margin-bottom: 30px;
}
.intro-voice-title em {
  font-size: 28px;
  font-weight: bold;
}

/* intro-product
***************************************************************************/
.intro-product {
  background-color: #fcf7dd;
  padding: 80px 0;
}
.intro-product-contents {
  text-align: center;
}
.intro-product-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}
.intro-product-text span {
  color: #ea525e;
  font-size: 32px;
  font-weight: bold;
}
.intro-product-text span em {
  font-size: 42px;
  font-weight: bold;
}

/* point
***************************************************************************/
.point {
  background-color: #fcf7dd;
  padding: 160px 0 100px;
}
.point-contents {
  background-image: url("../../img/pc/bg_check.png");
  background-size: 1%;
  border: 4px solid #2c4c93;
  position: relative;
}
.point-title {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  max-width: 810px;
}
.point-contents-inner {
  padding: 120px 90px 80px;
  text-align: center;
}

/* point01 */
.point01 .point-contents-inner {
  padding-bottom: 40px;
}
.point01-text-01 {
  color: #41a5b4;
  font-size: 30px;
  font-weight: bold;
}
.point01-text-01 em {
  font-size: 60px;
  font-weight: bold;
}
.point01-text-02 {
  font-size: 36px;
  font-weight: bold;
}
.point01-text-03 mark {
  color: #fe6f44;
  font-size: 100px;
  font-weight: bold;
}
.point01-img-01 {
  margin-top: 30px;
}
.point01-text-04 {
  font-size: 26px;
  font-weight: bold;
}
.point01-text-04 span {
  color: #fe6f44;
  font-size: 26px;
  font-weight: bold;
}
.point01-text-04 span em {
  font-size: 60px;
  font-weight: bold;
}
.point01-img-02 {
  margin-top: 40px;
}
.point-item-accordion {
  padding: 20px 0;
  text-align: left;
}
.point-item-accordion__content {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s;
}
.point-item-accordion__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.point-item-accordion__content.open::after {
  display: none;
}
.point-item-accordion__btn {
  display: block;
  margin: 40px auto 0;
  border: 0;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.point-item-accordion__btn-plus {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background-image: url("../../img/pc/point01_icon_open.png");
  background-size: cover;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.point-item-accordion__btn-plus.open {
  background-image: url("../../img/pc/point01_icon_close.png");
}

/* point02 */
.point.point02 {
  background-color: #d6f2f6;
}
.point02-text-01 {
  font-size: 36px;
  font-weight: bold;
}
.point02-text-02 {
  font-size: 60px;
  font-weight: bold;
}
.point02-text-02 mark {
  color: #ea525e;
  font-size: 60px;
  font-weight: bold;
}
.point02-img-01 {
  margin-top: 40px;
}
.point02-text-03 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
}
.point02-text-03 em {
  color: #ea525e;
  font-size: 28px;
  font-weight: bold;
}
.point02-img-02 {
  margin-top: 50px;
}

/* point03 */
.point03-text-01 {
  color: #fe6f44;
  font-size: 38px;
  font-weight: bold;
}
.point03-text-01 em {
  font-size: 50px;
  font-weight: bold;
}
.point03-text-02 {
  font-size: 30px;
  font-weight: bold;
}
.point03-img-01 {
  margin-top: 60px;
}
.point03-text-03 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 60px;
}
.point03-text-03 em {
  color: #ea525e;
  font-size: 32px;
  font-weight: bold;
}
.point03-img-02 {
  margin-top: 50px;
}
.point03 .notes-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  width: 630px;
}
.point03 .note {
  text-align: left;
}

/* koujo
***************************************************************************/
.koujo {
  background-image: url("../../img/pc/koujo_bg_01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #d6f2f6;
  padding: 80px 0;
}
.koujo-contents {
  text-align: center;
}
.koujo-item-accordion__content {
  position: relative;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.koujo-item-accordion__content.open {
  max-height: 1000px;
}
.koujo-item-accordion__btn {
  display: block;
  margin: 0 auto;
  border: 0;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  width: 700px;
  height: 90px;
}
.koujo-item-accordion__btn-plus {
  position: absolute;
  width: 700px;
  height: 90px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background-image: url("../../img/pc/koujo_btn_open.png");
  background-size: cover;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.koujo-item-accordion__btn-plus.open {
  background-image: url("../../img/pc/koujo_btn_close.png");
}
.koujo-img-03 {
  margin-top: 60px;
}
.koujo-img-04 {
  margin: 60px 0;
}

/* faq
***************************************************************************/
.faq {
  background-color: #fff;
  padding: 100px 0;
}
.faq-title {
  color: #203879;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.faq-title:after {
  content: "";
  display: block;
  background-color: #203879;
  width: 120px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.faq-accordion {
  margin-top: 60px;
}
.acBox {
  background-color: #e2e1e1;
  margin-top: 40px;
  padding: 30px 100px 30px 40px;
}
.acBox .question {
  position: relative;
  cursor: pointer;
}
.acBox .question::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #3e3e3e;
  transition: transform 0.3s ease;
}
.acBox .question.active::after {
  transform: rotate(180deg);
}
.acBox .question-contents {
  display: flex;
  align-items: center;
}
.acBox .question-icon {
  flex: 0 0 75px;
  color: #41a5b4;
  font-size: 35px;
  font-weight: bold;
}
.acBox .question-text {
  flex: 1 0 0px;
  color: #203879;
  font-size: 24px;
  font-weight: bold;
}
.acBox dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.acBox .answer-contents {
  display: flex;
  align-items: center;
  border-top: 2px solid #41a5b4;
  margin-top: 10px;
  padding-top: 20px;
}
.acBox .answer-icon {
  flex: 0 0 75px;
  color: #ea525e;
  font-size: 35px;
  font-weight: bold;
  padding-left: 0.5em;
}
.acBox .answer-text {
  flex: 1 0 0px;
  color: #000;
  font-size: 18px;
}

/* reason
***************************************************************************/
.reason {
  background-image: url("../../img/pc/reason_bg_01.png");
  background-color: #203879;
  padding: 90px 0 120px;
}
.reason-contents {
  text-align: center;
}
.reason-lists {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

/* feedback
***************************************************************************/
.feedback {
  background-color: #d6f2f6;
  padding: 100px 0;
}
.feedback-title {
  color: #203879;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.feedback-title:after {
  content: "";
  display: block;
  background-color: #203879;
  width: 120px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.feedback-contents {
  text-align: center;
}
.feedback-items {
  margin-top: 60px;
}
.feedback-item {
  margin-top: 20px;
}
.feedback-notes {
  font-size: 16px;
  margin-top: 30px;
}

/* footer-contents
***************************************************************************/
.footer-contents {
  background-image: url("../../img/pc/bg_check.png");
  background-size: 1%;
  padding: 90px 0 50px;
}
.footer-contents .caution li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
.footer-contents .contact {
  margin-top: 50px;
  text-align: center;
}
.footer-contents .contact .mark-text {
  font-size: 36px;
  font-weight: bold;
}
.footer-contents .contact .freedial-alink {
  display: inline-block;
  margin-top: 50px;
}
.footer-contents .contact .contact-hours {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.875;
}
.footer-contents .code {
  margin-top: 20px;
  font-size: 16px;
  text-align: right;
}

/* footer
***************************************************************************/
footer {
  margin: 20px 0 0;
}
footer .foot {
  margin: 20px 0 30px;
  position: relative;
  text-align: center;
}
footer .foot ul {
  overflow: hidden;
}
footer .foot li {
  padding: 0 0.5em;
  display: inline-block;
}
footer .foot li:first-child {
  border-right: 1px solid #a9a9a9;
}
footer .foot li a {
  text-decoration: underline;
}
footer .foot li a:active,
footer .foot li a:hover,
footer .foot li a:link,
footer .foot li a:visited {
  color: #005eba;
}
footer .foot li a:hover {
  opacity: 0.6;
}
footer .foot .code {
  position: absolute;
  right: 17px;
  bottom: 2px;
}

/* other
***************************************************************************/
.mark-text {
  background: linear-gradient(transparent 70%, #fbdb79 0%);
  padding: 0 0.1em;
}
.lp-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
}
.lp-container-narrow {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
.note {
  display: flex;
}
.note span {
  font-size: 16px;
  line-height: 1.6;
}
.note-mark {
  flex: 0 0 auto;
  margin-right: 0.5em;
}
.note a {
  color: #000;
  font-size: inherit;
  font-weight: bold;
  text-decoration: underline;
}
