@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.694444vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #333;
}

img, source {
  width: 100%;
  height: auto;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 1280px;
}

main {
  flex: 1;
  width: 100vw;
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

picture {
  display: block;
}

.font-en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

.red {
  color: #E42019;
}

.blue {
  color: #004099;
}

.yellow {
  color: #FEF400;
}

/* よくある質問・コールセンター */
.fwh-sec10 .qa-more {
  text-align: right;
  margin-right: 2rem;
  position: relative;
  transition: all 0.5s;
  font-size: 1.6rem;
}
.fwh-sec10 .qa-more::before {
  content: "";
  background: url(../img/top/icon_arrow_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.fwh-sec10 .qa-more:hover::before {
  transform: translate(0.5rem, -50%);
}
.fwh-sec10 .call-center {
  margin-top: 1rem;
}
.fwh-sec10 .call-center a {
  display: block;
  background: #eee;
  border: 0.3rem solid #ccc;
  text-align: center;
  padding: 1rem 2rem;
}
@media only screen and (min-width: 769px) {
  .fwh-sec10 .call-center a {
    width: 40%;
    margin: 2rem auto 0;
    cursor: default;
    pointer-events: none;
  }
}
.fwh-sec10 .call-center a p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.fwh-sec10 .call-center a p.head {
  font-weight: bold;
}

/* sky SIM */
.to_skysim {
  margin-top: 6rem;
}
.to_skysim p {
  text-align: center;
  margin-bottom: 0.8em;
  font-weight: 600;
  font-size: 120%;
}
@media only screen and (min-width: 769px) {
  .to_skysim p {
    margin-bottom: 0.5em;
  }
}
.to_skysim p span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 2.6em;
}
@media only screen and (min-width: 769px) {
  .to_skysim p span {
    padding: 0 1.2em;
  }
}
.to_skysim p span::before, .to_skysim p span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  height: 2px;
  width: 2.6em;
}
@media only screen and (min-width: 769px) {
  .to_skysim p span::before, .to_skysim p span::after {
    width: 1em;
  }
}
.to_skysim p span::before {
  left: 0;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.to_skysim p span::after {
  right: 0;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.to_skysim a {
  transition: all 0.4s;
}
.to_skysim a:hover {
  opacity: 0.7;
}

/* 保証オプション */
.fwh-option .fwh-sec08_option_detail_panel h5 {
  margin-top: 1.5rem;
  background: #E42019;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fwh-option .fwh-sec08_option_detail_panel h5 {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.fwh-option .fwh-sec08_option_detail_panel table {
  width: 100%;
  border-collapse: collapse;
}
.fwh-option .fwh-sec08_option_detail_panel table th, .fwh-option .fwh-sec08_option_detail_panel table td {
  font-size: 1.1rem;
  vertical-align: middle;
  text-align: center;
  border: 0.1rem solid #ccc;
}
@media only screen and (min-width: 769px) {
  .fwh-option .fwh-sec08_option_detail_panel table th, .fwh-option .fwh-sec08_option_detail_panel table td {
    font-size: 1.4rem;
  }
}
.fwh-option .fwh-sec08_option_detail_panel table thead th {
  background: #eee;
  width: 33.3333333333%;
  height: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .fwh-option .fwh-sec08_option_detail_panel table thead th {
    height: 3rem;
  }
}
.fwh-option .fwh-sec08_option_detail_panel table tbody th {
  height: 5rem;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .fwh-option .fwh-sec08_option_detail_panel table tbody th {
    height: 7rem;
  }
}
.fwh-option .fwh-sec08_option_detail_panel table tbody td {
  font-weight: bold;
}
.fwh-option .fwh-sec08_option_detail_panel table tbody td .font-en {
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .fwh-option .fwh-sec08_option_detail_panel table tbody td .font-en {
    font-size: 2.6rem;
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.modal-open .fwh-sec10_pagetop {
  display: none;
}

.price-simulation-btn {
  display: block;
  background: #333;
  color: #f6f6f6;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 999px;
  box-shadow: 0rem 0.6rem 0.7rem rgba(51, 51, 51, 0.1);
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .price-simulation-btn {
    margin: 0 auto;
    margin-top: 1.8rem;
    width: 50rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 2.4rem;
    box-shadow: 0rem 0.6rem 0.7rem rgba(51, 51, 51, 0.1);
  }
}
.price-simulation-btn::before {
  content: "";
  background: url(/assets/img/top/icon_arrow_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation-btn::before {
    width: 2.8rem;
    height: 2.8rem;
    right: 2rem;
  }
}

.fwh-sec07_inwrap .price-simulation-btn {
  margin-top: -2rem;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.price-simulation-wrapper {
  max-height: 100%;
  width: 100%;
  overflow: auto;
  padding: 4rem 3rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .price-simulation-wrapper {
    padding: 6rem 14rem;
  }
}
.price-simulation-wrapper .close-button {
  display: block;
  text-align: center;
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  background: #fff;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 4rem;
  border-radius: 99px;
  z-index: 1001;
}
@media only screen and (min-width: 769px) {
  .price-simulation-wrapper .close-button {
    top: 4rem;
    right: 12rem;
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
    line-height: 6rem;
  }
}
.price-simulation-wrapper .close-button:hover {
  background-color: #f1f1f1;
}

.price-simulation {
  width: 33rem;
  background: #f6f6f6;
  padding: 0 0rem 4rem;
  overflow-y: auto;
  max-height: 2000px;
}
@media only screen and (min-width: 769px) {
  .price-simulation {
    width: 100%;
    padding: 0rem 0rem 7rem;
  }
}
.price-simulation--ttl {
  color: #fff;
  background: #E42019;
  padding: 1rem 0;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .price-simulation--ttl {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
.price-simulation .selection {
  padding: 0 2rem;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection {
    margin-top: 4rem;
    padding: 0 15rem;
  }
}
.price-simulation .selection .selection-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-ttl {
    font-size: 2.4rem;
  }
}
.price-simulation .selection .selection-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap {
    margin-top: 2rem;
    gap: 2rem;
    flex-direction: row;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option {
  width: 100%;
  height: 13rem;
  background: #F5F5F5;
  border: #E0E0E0 solid 0.2rem;
  color: #888888;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option {
    width: 25rem;
    height: 21.5rem;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option.selected {
  background: #FAECEC;
  border: #E42019 solid 0.2rem;
  color: #333;
}
.price-simulation .selection .selection-btn-wrap .plan-option .radio {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  accent-color: #E42019;
  width: 1.6rem;
  height: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option .radio {
    left: 1.3rem;
    top: 1rem;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option label {
  display: block;
  width: 100%;
  height: 13rem;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option label {
    height: 21.5rem;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option .sub {
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option .sub {
    margin-top: 3.5rem;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option .flex-wrap {
    flex-direction: column;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option .flex-wrap .device-img {
  width: 10rem;
  padding-top: 1rem;
}
.price-simulation .selection .selection-btn-wrap .plan-option .device {
  font-weight: bold;
  font-size: 1.4rem;
}
.price-simulation .selection .selection-btn-wrap .plan-option .device .gb {
  font-weight: normal;
  font-size: 1rem;
}
.price-simulation .selection .selection-btn-wrap .plan-option .price {
  font-size: 1.3rem;
  margin-top: -0.5rem;
}
.price-simulation .selection .selection-btn-wrap .plan-option .price .ff_barlow {
  font-size: 2.8rem;
  color: #E42019;
  line-height: 1.2;
}
.price-simulation .selection .selection-btn-wrap .plan-option .price .tax {
  font-size: 1rem;
}
.price-simulation .selection.selection-option {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option {
    margin-top: 4rem;
  }
}
.price-simulation .selection.selection-option .selection-btn-wrap {
  flex-direction: row;
  gap: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option .selection-btn-wrap {
    gap: 2rem;
  }
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option {
  width: 13.7rem;
  height: 20rem;
  background: #F5F5F5;
  border: #E0E0E0 solid 0.2rem;
  color: #888888;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option .selection-btn-wrap .plan-option {
    flex-direction: row;
    width: 33rem;
    height: 14rem;
    gap: 1rem;
  }
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected {
  background: #FAECEC;
  border: #E42019 solid 0.2rem;
  color: #333;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected .option-img {
  position: relative;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected .option-img::before {
  content: "";
  background: url(/assets/img/top/option-01-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6rem;
  height: 6.274rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected .option-img.option-img-option2 {
  position: relative;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected .option-img.option-img-option2::before {
  content: "";
  background: url(/assets/img/top/option-02-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.5rem;
  height: 5.135rem;
  position: absolute;
  left: 0;
  top: 0;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-checkbox {
  width: 2rem;
  height: 2rem;
  accent-color: #E42019;
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: -1;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-img {
  width: 6rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-img {
    margin: 0;
  }
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-img.option-img-option2 {
  width: 5.5rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-img.option-img-option2 {
    margin-top: 0;
  }
}
.price-simulation .arrow {
  margin: 0 auto;
  width: 2rem;
}
.price-simulation .result {
  margin: 1rem 2rem 0;
  padding: 2rem 1rem;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result {
    margin: 1rem 24rem 0;
    padding: 3rem 6rem;
  }
}
.price-simulation .result .result-ttl {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-ttl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price {
    margin-top: 1rem;
  }
}
.price-simulation .result .monthly-price dl {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: #E0E0E0 0.1rem solid;
  padding: 0 1rem;
  color: #888;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl {
    padding: 0 2rem;
  }
}
.price-simulation .result .monthly-price dl.monthly-price-total {
  border-bottom: #E0E0E0 0.2rem solid;
  color: #333;
}
.price-simulation .result .monthly-price dl.monthly-price-total dt {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl.monthly-price-total dt {
    font-size: 2rem;
  }
}
.price-simulation .result .monthly-price dl dt {
  width: 50%;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl dt {
    font-size: 1.6rem;
  }
}
.price-simulation .result .monthly-price dl dd {
  width: 50%;
  text-align: right;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl dd {
    font-size: 1.6rem;
  }
}
.price-simulation .result .monthly-price dl dd .total {
  font-size: 3.2rem;
  color: #E42019;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl dd .total {
    font-size: 3.6rem;
  }
}
.price-simulation .result .monthly-price dl dd .tax {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl dd .tax {
    font-size: 1.2rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  border: none;
}
.price-simulation .result .monthly-price .total-detail dl dt {
  width: 60%;
  font-size: 1.3rem;
  white-space: nowrap;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dt {
    font-size: 1.6rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl dd {
  width: 40%;
  text-align: right;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dd {
    font-size: 1.6rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl dd .total {
  font-size: 4rem;
  color: #E42019;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dd .total {
    font-size: 5rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl dd .tax {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dd .tax {
    font-size: 1.2rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl dd .ff_barlow {
  font-size: 2.5rem;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dd .ff_barlow {
    font-size: 3rem;
  }
}
.price-simulation .result .plus {
  margin: 1rem auto;
  width: 2.2rem;
  height: 2.2rem;
}
.price-simulation .result .initial-administrative-fee dl {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl {
    padding: 0 3rem;
  }
}
.price-simulation .result .initial-administrative-fee dl dt {
  width: 50%;
  font-size: 1.4rem;
}
.price-simulation .result .initial-administrative-fee dl dd {
  width: 50%;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
.price-simulation .result .initial-administrative-fee dl dd .total {
  font-size: 4rem;
  color: #E42019;
}
.price-simulation .result .initial-administrative-fee dl dd .tax {
  font-size: 1rem;
}
.price-simulation .result .initial-administrative-fee dl dd .ff_barlow {
  font-size: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl dd .ff_barlow {
    font-size: 3rem;
  }
}
.price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dt {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dt {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dd {
    font-size: 2rem;
  }
}
.price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dd .ff_barlow {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dd .ff_barlow {
    font-size: 2.8rem;
  }
}
.price-simulation .toggle_wrap {
  margin-top: 3rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle_wrap {
    margin-top: 4rem;
    padding: 0 22rem;
  }
}
.price-simulation .toggle_wrap .fwh-toggle_btn {
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 4rem;
  height: 4rem;
}
.price-simulation .toggle_wrap .fwh-toggle_btn .cross {
  width: 2rem;
  height: 2rem;
}
.price-simulation .toggle_wrap .fwh-toggle_panel {
  padding: 3rem 2rem;
  border: 1px solid #333;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle_wrap .fwh-toggle_panel {
    padding: 4rem 10rem;
  }
}
.price-simulation .fwh-cta_btn {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .fwh-cta_btn {
    margin-top: 4rem;
  }
}

.toggle_panel picture {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.08);
  width: 100%;
}
header .call-center {
  background: #333;
  color: #fff;
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  font-size: 1rem;
  padding: 0 1rem;
  text-align: right;
  line-height: 1.1;
}
@media only screen and (min-width: 769px) {
  header .call-center {
    padding: 0 2rem;
    height: 2rem;
    pointer-events: none;
    cursor: default;
  }
}
header .header_wrap {
  background: #fff;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0 1rem;
}
@media only screen and (min-width: 769px) {
  header .header_wrap {
    padding: 0 5rem;
  }
}
header .header_wrap .left_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
header .header_wrap .left_wrap .logo {
  width: 10rem;
}
@media only screen and (min-width: 769px) {
  header .header_wrap .left_wrap .logo {
    width: 15rem;
  }
}
header .header_wrap .left_wrap .logo figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  header .header_wrap nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  header .header_wrap .anchor-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1.2rem;
  }
  header .header_wrap .anchor-link a {
    transition: all 0.3s ease;
  }
  header .header_wrap .anchor-link a:hover {
    opacity: 0.6;
  }
}
header .header_wrap .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media only screen and (min-width: 769px) {
  header .header_wrap .btn_wrap {
    gap: 1rem;
  }
}
header .header_wrap .btn_wrap li a {
  display: block;
  padding: 0 1.4rem;
  height: 4.5rem;
  font-size: 1rem;
  border-radius: 999px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .header_wrap .btn_wrap li a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 769px) {
  header .header_wrap .btn_wrap li a {
    font-size: 1.1rem;
  }
}
header .header_wrap .btn_wrap li a.btn_cv {
  background: #FEF400;
  font-weight: bold;
  color: #333;
}
@media only screen and (min-width: 769px) {
  header .header_wrap .btn_wrap li a.btn_cv {
    font-size: 1.2rem;
  }
}

.fwh-footer_mobile_menu {
  position: fixed;
  left: 0;
  top: -200vw;
  width: 100%;
  font-weight: bold;
  font-size: 96%;
  transition: 0.4s;
  transform: translate3d(0, 104%, 0);
  background: #fff;
}

.fwh-footer_mobile_menu li {
  width: 100%;
  height: 15vw;
}

.fwh-footer_mobile_menu li + li {
  border-top: solid 1px #dad9d9;
}

.fwh-footer_mobile_menu li #fwh-mobile_menu_link06 {
  background: #e00000;
  font-size: 120%;
}

.fwh-footer_mobile_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #777777;
  padding: 0.8em 0;
}

.fwh-footer_mobile_menu a.back_gray {
  color: #333;
  background: #fff;
}

.fwh-footer_mobile_menu figure {
  display: flex;
  align-items: center;
  width: 8.594vw;
  margin-right: 8px;
}

.fwh-footer_mobile_menu.show {
  top: 9.5rem;
  transform: translate3d(0, 0, 0);
}

.saison {
  background: #FFFCBC;
  padding: 4rem 2rem 5rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .saison {
    padding: 8rem 20rem 8rem;
  }
}
.saison .saison-ttl {
  position: relative;
  color: #E42019;
  text-align: center;
  font-weight: bold;
  line-height: 0.9;
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl {
    line-height: 1;
  }
}
.saison .saison-ttl::before, .saison .saison-ttl::after {
  content: "";
  background: url(../img/saison/saison_bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.8rem;
  height: 6.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl::before, .saison .saison-ttl::after {
    width: 5.8rem;
    height: 9.6rem;
  }
}
.saison .saison-ttl::before {
  left: 0rem;
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl::before {
    left: 19rem;
  }
}
.saison .saison-ttl::after {
  right: 0rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl::after {
    right: 19rem;
  }
}
.saison .saison-ttl .font-en {
  font-size: 6rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl .font-en {
    font-size: 9rem;
  }
}
.saison .saison-ttl .jp {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl .jp {
    font-size: 2.4rem;
  }
}
.saison .saison-content {
  background: #fff;
  width: 100%;
  padding: 7.2rem 0rem 4.6rem;
  position: relative;
  margin-top: 6rem;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .saison .saison-content {
    padding: 12.2rem 0rem 5rem;
    margin-top: 10.2rem;
  }
}
.saison .saison-content .saison-content-ttl {
  display: block;
  background: linear-gradient(135deg, #F0463F, #A10600);
  width: 28.5rem;
  height: 7.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: skewX(-15deg) translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .saison-content-ttl {
    width: 58.5rem;
    height: 13.2rem;
    font-size: 3rem;
  }
  .saison .saison-content .saison-content-ttl .font-en {
    font-size: 4.5rem;
    font-weight: 600;
  }
}
.saison .saison-content .saison-bnr {
  width: 31rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .saison-bnr {
    width: 72rem;
  }
}
.saison .saison-content .btn-wrap {
  text-align: center;
  margin-top: 1rem;
}
.saison .saison-content .btn-wrap .sub {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}
.saison .saison-content .btn-wrap .sub .red {
  font-weight: bold;
}
.saison .saison-content .btn-wrap .sub::before, .saison .saison-content .btn-wrap .sub::after {
  content: "";
  display: block;
  background: #333;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
}
.saison .saison-content .btn-wrap .sub::before {
  left: 6.5rem;
  transform: rotate(-30deg) translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .sub::before {
    left: 34rem;
  }
}
.saison .saison-content .btn-wrap .sub::after {
  right: 6.5rem;
  transform: rotate(30deg) translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .sub::after {
    right: 34rem;
  }
}
.saison .saison-content .btn-wrap .campaign-btn {
  display: block;
  background: #333;
  width: 31rem;
  height: 7.3rem;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  margin-top: 1rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .campaign-btn {
    margin: 1rem auto 0rem;
    width: 42.2rem;
    height: 7rem;
    box-shadow: 0 0.6rem 0.7rem rgba(0, 0, 0, 0.15);
  }
}
.saison .saison-content .btn-wrap .campaign-btn::before {
  content: "";
  background: url(../img/top/icon_arrow_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .campaign-btn::before {
    right: 3rem;
  }
}
.saison .saison-content .btn-wrap .campaign-btn p {
  font-size: 1.6rem;
}
.saison .saison-content .btn-wrap .campaign-btn p .font-en {
  font-size: 1.8rem;
}
.saison .saison-content .btn-wrap .btn-datail {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .btn-datail {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.saison .saison-content .btn-wrap .btn-datail::before {
  content: "";
  background: url(../img/top/icon_arrow_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
}

.fwh-footer {
  margin-top: auto;
  text-align: center;
  background: #555;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 0;
}

.fwh-footer_logo {
  line-height: 0;
  width: 14.583vw;
  margin: 3.646vw auto 0;
}

@media (max-width: 768px) {
  .fwh-footer_logo {
    width: 29.167vw;
    margin-top: 7.292vw;
  }
}
.fwh-footer_nav {
  width: 100%;
  margin: 2.604vw 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 12.458vw;
  gap: 1vw;
  font-size: 72%;
}

@media (max-width: 768px) {
  .fwh-footer_nav {
    margin: 5.208vw 0;
    padding: 0 4.167vw;
    gap: 0;
    font-size: 88%;
  }
}
.fwh-footer_nav li {
  margin: 0.4em 0;
}

@media (max-width: 768px) {
  .fwh-footer_nav li {
    margin: 0.64em 0.32em;
  }
}
.fwh-footer_nav a {
  text-decoration: underline;
}

.fwh-footer_nav a:hover {
  text-decoration: none;
}

.fwh-footer_copyright {
  color: #fff;
  background: #333;
  width: 100%;
}

.fwh-footer_copyright small {
  padding: 1em 0;
  display: block;
}

@media (max-width: 768px) {
  .fwh-footer_copyright small {
    padding-bottom: calc(1em + env(safe-area-inset-bottom));
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../assets/font/NotoSansJP-Regular.woff2") format("woff2"), url("../../../assets/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../assets/font/NotoSansJP-Bold.woff2") format("woff2"), url("../../../assets/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../../assets/font/NotoSansJP-Black.woff2") format("woff2"), url("../../../assets/font/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../../assets/font/BarlowCondensed-SemiBold.woff2") format("woff2"), url("../../../assets/font/BarlowCondensed-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../../../assets/font/Barlow-SemiBoldItalic.woff2") format("woff2"), url("../../../assets/font/Barlow-SemiBoldItalic.woff") format("woff");
}
.fwh-fv {
  margin-top: 0;
  padding-top: 0;
}

.hospitalization-fv {
  margin-top: 9.5rem;
  padding: 5rem 0 4rem;
  background: #F4FBFF;
  background: url(../img/hospital-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: bottom;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv {
    margin-top: 8rem;
    padding: 7rem 18rem;
    background: url(../img/hospital-bg-pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: bottom;
  }
}
.hospitalization-fv .txt-wrap .main-wrap .bubble {
  margin-left: 2rem;
  background: #fff;
  border-radius: 0.3rem;
  text-align: center;
  width: 16.8rem;
  height: 3rem;
  line-height: 3rem;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  color: #059BE7;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .main-wrap .bubble {
    margin-left: 3.7rem;
    width: 32rem;
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 2.3rem;
  }
}
.hospitalization-fv .txt-wrap .main-wrap .bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1rem;
  border: 1rem solid transparent;
  border-top: 1rem solid #fff;
}
.hospitalization-fv .txt-wrap .main-wrap .sub {
  margin-left: 2rem;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: #125DA6;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .main-wrap .sub {
    margin-left: 3.7rem;
    margin-top: 2rem;
    font-size: 3.3rem;
  }
}
.hospitalization-fv .txt-wrap .main-wrap .main {
  font-weight: bold;
  font-size: 3.2rem;
  color: #fff;
  transform: skewX(-8deg) translateX(-1.5rem);
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .main-wrap .main {
    font-size: 4.5rem;
    transform: skewX(-8deg);
  }
}
.hospitalization-fv .txt-wrap .main-wrap .main .bg-blue {
  background: linear-gradient(to right, #059BE7, #125DA6);
  padding: 0 1.5rem 0 3rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .main-wrap .main .bg-blue {
    padding: 0 1.5rem;
  }
}
.hospitalization-fv .txt-wrap .price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  gap: 0.5rem;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .price-wrap {
    margin-top: 2.5rem;
    gap: 2rem;
    justify-content: flex-start;
  }
}
.hospitalization-fv .txt-wrap .price-wrap .box {
  background: #125DA6;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  width: 6.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .price-wrap .box {
    width: 10.8rem;
    height: 7.7rem;
    font-size: 2.4rem;
  }
}
.hospitalization-fv .txt-wrap .price-wrap .number-wrap {
  color: #125DA6;
  position: relative;
  white-space: nowrap;
}
.hospitalization-fv .txt-wrap .price-wrap .number-wrap .month {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .price-wrap .number-wrap .month {
    font-size: 3rem;
  }
}
.hospitalization-fv .txt-wrap .price-wrap .number-wrap .number {
  font-size: 5.8rem;
  color: #E42019;
  font-style: italic;
  font-family: "Barlow", sans-serif;
  text-shadow: 0.2rem 0.2rem 0 white;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .price-wrap .number-wrap .number {
    font-size: 9.6rem;
  }
}
.hospitalization-fv .txt-wrap .price-wrap .number-wrap .yen {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .price-wrap .number-wrap .yen {
    font-size: 4.2rem;
  }
}
.hospitalization-fv .txt-wrap .price-wrap .number-wrap .non-tax {
  font-size: 0.8rem;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .price-wrap .number-wrap .non-tax {
    font-size: 1.2rem;
    right: 4.5rem;
    top: 3.5rem;
  }
}
.hospitalization-fv .txt-wrap .price-wrap .number-wrap .tax {
  font-size: 0.8rem;
  position: absolute;
  bottom: -1rem;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .txt-wrap .price-wrap .number-wrap .tax {
    font-size: 1.2rem;
    right: 0rem;
  }
}
.hospitalization-fv .fwh-cta_btn {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-fv .fwh-cta_btn {
    margin-top: 4rem;
  }
}

.hospitalization-list {
  overflow: hidden;
  padding: 5rem 2rem 5rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list {
    padding: 0 16rem 10rem;
  }
}
.hospitalization-list .hospitalization-list-ttl {
  font-size: 2.4rem;
  color: #125DA6;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list .hospitalization-list-ttl {
    font-size: 3.8rem;
  }
}
.hospitalization-list .hospitalization-list-ttl img {
  width: 14rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list .hospitalization-list-ttl img {
    width: 18rem;
  }
}
.hospitalization-list .hospitalization-list-ttl .small {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list .hospitalization-list-ttl .small {
    font-size: 3rem;
  }
}
.hospitalization-list .list {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list .list {
    margin-top: 4rem;
    flex-direction: row;
    gap: 2rem;
  }
}
.hospitalization-list .list .item {
  width: 100%;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(18, 93, 166, 0.3);
}
.hospitalization-list .list .item picture {
  width: 100%;
}
.hospitalization-list .list .item picture img {
  aspect-ratio: 7/3;
}
.hospitalization-list .list .item .txt-wrap {
  padding: 2rem 2.5rem 2.5rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list .list .item .txt-wrap {
    padding: 2rem 1.5rem;
  }
}
.hospitalization-list .list .item .txt-wrap .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list .list .item .txt-wrap .top {
    gap: 1rem;
  }
}
.hospitalization-list .list .item .txt-wrap .top .ff_barlow {
  font-size: 4.8rem;
  color: #059BE7;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list .list .item .txt-wrap .top .ff_barlow {
    font-size: 4.2rem;
  }
}
.hospitalization-list .list .item .txt-wrap .top .line {
  display: block;
  width: 1px;
  height: 5.8rem;
  background-color: #059BE7;
}
.hospitalization-list .list .item .txt-wrap .top .item-ttl {
  font-size: 1.8rem;
  background: linear-gradient(to right, #059BE7, #125DA6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 769px) {
  .hospitalization-list .list .item .txt-wrap .top .item-ttl {
    font-size: 1.6rem;
  }
}
.hospitalization-list .list .item .txt-wrap .bottom {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  text-align: center;
}

.hospitalization-reason {
  overflow: hidden;
  padding: 6rem 0rem 5rem;
  background: url(../img/hospitalization-list-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason {
    padding: 10rem 0rem 7rem;
    background: url(../img/hospitalization-list-bg-pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.hospitalization-reason .title {
  text-align: center;
  font-weight: bold;
}
.hospitalization-reason .title .sub {
  font-size: 1.8rem;
  color: #fff;
  background: #125DA6;
  position: relative;
  display: inline-block;
  border-radius: 999px;
  padding: 0.3rem 2rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .title .sub {
    font-size: 2.4rem;
  }
}
.hospitalization-reason .title .sub::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -0.8rem;
  border: 0.8rem solid transparent;
  border-top: 0.8rem solid #125DA6;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .title .sub::before {
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1rem solid #125DA6;
  }
}
.hospitalization-reason .title .main {
  color: #125DA6;
  font-size: 2.2rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .title .main {
    font-size: 3.6rem;
    margin-top: 2rem;
  }
}
.hospitalization-reason .reason-worry-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.3rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list {
    margin-top: 5rem;
    flex-direction: row;
    gap: 3rem;
    padding: 0;
  }
}
.hospitalization-reason .reason-worry-list .item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item {
    width: auto;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
.hospitalization-reason .reason-worry-list .item .bubble {
  width: 24rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  position: relative;
  background: #D6EBFF;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item .bubble {
    width: 28rem;
    height: 12rem;
  }
}
.hospitalization-reason .reason-worry-list .item .bubble::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  margin-top: -0.8rem;
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #D6EBFF;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item .bubble::before {
    background: url(../img/hospital/bubble-toge.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3.3rem;
    height: 1.6rem;
    left: 6rem;
    top: auto;
    bottom: 0;
    transform: translateY(97%);
    margin-top: 0;
    border: none;
  }
}
.hospitalization-reason .reason-worry-list .item .bubble p {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item .bubble p {
    font-size: 2rem;
  }
}
.hospitalization-reason .reason-worry-list .item figure {
  position: absolute;
  width: 12rem;
  left: -1rem;
  bottom: -4.6rem;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item figure {
    position: inherit;
    left: auto;
    bottom: auto;
    margin-top: -2.5rem;
  }
}
.hospitalization-reason .reason-worry-list .item.item-02 {
  justify-content: flex-start;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item.item-02 {
    flex-direction: column;
  }
}
.hospitalization-reason .reason-worry-list .item.item-02 .bubble::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: -1.5rem;
  margin-top: -0.8rem;
  border: 0.8rem solid transparent;
  border-left: 0.8rem solid #D6EBFF;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item.item-02 .bubble::before {
    background: url(../img/hospital/bubble-toge.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3.3rem;
    height: 1.6rem;
    left: auto;
    right: 6rem;
    top: auto;
    bottom: 0;
    transform: translateY(99%) scale(-1, 1);
    margin-top: 0;
    border: none;
  }
}
.hospitalization-reason .reason-worry-list .item.item-02 figure {
  position: absolute;
  width: 18rem;
  left: auto;
  right: -5rem;
  bottom: -3rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item.item-02 figure {
    position: inherit;
    width: 19.8rem;
    right: auto;
    bottom: auto;
    margin-top: -2rem;
    transform: scale(-1, 1);
  }
}
.hospitalization-reason .reason-worry-list .item.item-03 figure {
  width: 12rem;
  bottom: -4rem;
}
@media only screen and (min-width: 769px) {
  .hospitalization-reason .reason-worry-list .item.item-03 figure {
    width: 11rem;
    bottom: auto;
    transform: scale(-1, 1);
  }
}

#campaign_bnr {
  margin-top: 9.5rem;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 769px) {
  #campaign_bnr {
    margin-top: 8rem;
  }
}

.fwh-sec07_plan_header,
.plus-option-lists li p,
.option-result-box-intro,
.fwh-sec08_option h3 {
  background: #125DA6;
  color: #fff;
}
.fwh-sec07_plan_header::before,
.plus-option-lists li p::before,
.option-result-box-intro::before,
.fwh-sec08_option h3::before {
  color: #125DA6;
}

.fwh-sec02_table table caption,
.fwh-sec04_cancel figcaption,
.attention-title h3::after,
.attention-title h3::before,
.option02 .option02-cont .option02-contents .option02-result-contents .box-top::after,
.option02 .option02-cont .option02-contents .option02-result-contents .box-top::before,
.fwh-sec10_qa h3,
.fwh-sec10_qa h3.toggle_js .cross::before,
.fwh-sec10_qa h3.toggle_js .cross::after,
.fwh-option .fwh-sec08_option_detail_panel h5 {
  background: #125DA6 !important;
}

.fwh-sec07::after,
.fwh-cta::after {
  background: #d1e7f2;
}

.option-result-box-intro span,
.fwh-cta_detail h3.toggle_js {
  color: #fff;
}

.red, .yellow,
.list-price span,
.option-result-box-price span,
.attention .attention-cont .salestxt .txt,
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .option-name,
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price span,
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-intro span,
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-price span,
.fwh-sec06_voice_header h3,
.fwh-sec10_qa_a::before {
  color: #125DA6;
}

.option-result-title::after,
.fwh-cta_header_title p::after {
  color: #d1e7f2;
}

.fwh-cta, .fwh-sec07_header h2,
.fwh-sec07_plan_header p .span1 {
  color: #333;
}

.attention .attention-cont .salestxt .circle {
  color: #125DA6;
  border: 0.20833vw solid #125DA6;
}

.option02 .option02-cont .option02-contents .plus-option02 .plus-option02-intro {
  background: #125DA6;
  color: #fff;
}

.option02 .option02-cont .option02-contents .option02-result .option02-result-intro {
  color: #125DA6;
  border: #125DA6 2px solid;
}

.option02 .option02-cont .option02-contents .plus-option02-lists .list {
  border: 2px solid #125DA6;
  box-shadow: 1.30208vw 1.30208vw 0 #125DA6;
}
@media only screen and (min-width: 769px) {
  .option02 .option02-cont .option02-contents .plus-option02-lists .list {
    box-shadow: 0.521vw 0.521vw 0 #125DA6;
  }
}

.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-inner {
  border: 2px solid #125DA6;
  box-shadow: 1.30208vw 1.30208vw 0 #125DA6;
}
@media only screen and (min-width: 769px) {
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-inner {
    box-shadow: 0.521vw 0.521vw 0 #125DA6;
  }
}

.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box::after {
  display: none;
}

.btn_blank {
  border: 3px solid #125DA6;
}

.fwh-sec10_qa {
  border: 2px solid #125DA6;
}

.fwh-sec10_news {
  border: max(1px, min(0.26vw, 2px)) solid #125DA6;
}
.fwh-sec10_news li {
  border-bottom: max(1px, min(0.26vw, 2px)) solid #125DA6;
}

.fwh-sec10_pagetop a {
  background: #125DA6;
}
@media only screen and (min-width: 769px) {
  .fwh-sec10_pagetop a {
    background: #fff;
    color: #125DA6;
    border: 2px solid #125DA6;
  }
}

.plus-option::before {
  background: url(../img/plus-option02before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.option02 .option02-cont .option02-contents .option02-result::before {
  background: url(../img/option-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_blank::after {
  background: url(../../../../assets/img/top/icon_arrow_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#fwh-option {
  padding-top: 4rem;
}
@media only screen and (min-width: 769px) {
  #fwh-option {
    margin-top: 6rem;
  }
}

.saison .saison-content .btn-wrap .sub .red,
.initial-administrative-fee .red {
  color: #E42019;
}

.fwh-footer_mobile_menu .yellow {
  color: #fff;
}

#fwh-mobile_menu_link06 {
  background: #125DA6 !important;
}/*# sourceMappingURL=hospital.css.map */