@charset "UTF-8";
/* Base color
============================================================= */
.bg-orange {
  background-color: #EB6C47;
}

.text-orange {
  color: #EB6C47;
}

.bg-green {
  background-color: #44896c;
}

.text-green {
  color: #44896c;
}

.bg-lightgreen {
  background-color: #eef8f4;
}

.text-lightgreen {
  color: #eef8f4;
}

.bg-lightgray {
  background-color: #F9F9FC;
}

.text-lightgray {
  color: #F9F9FC;
}

.bg-lightyellow {
  background-color: #fffaca;
}

.text-lightyellow {
  color: #fffaca;
}

.bg-lightorange {
  background-color: #ffba95;
}

.text-lightorange {
  color: #ffba95;
}

.bg-orange-grad {
  background-color: linear-gradient(to top, #EB6C47, #FFA245);
}

.text-orange-grad {
  color: linear-gradient(to top, #EB6C47, #FFA245);
}

.text-lightgreen {
  color: #22b273;
}

.text-pink {
  color: #f1777c;
}

/* Wrap
============================================================= */
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6 !important;
}

#wrapper {
  overflow: hidden;
}

.fadein {
  -webkit-animation: fadeIn 0.6s ease-in 0s 1 normal;
          animation: fadeIn 0.6s ease-in 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Font
============================================================= */
a {
  text-decoration: none;
  transition: 0.2s;
}
ahover {
  opacity: 0.8;
  color: inherit;
}

b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

small,
.small {
  font-size: 87.5% !important;
}

.badge {
  font-size: 0.875em;
  letter-spacing: 0.05em;
}

.underline-marker {
  display: inline;
  background-image: linear-gradient(transparent 84%, #DBF708 0%);
  padding-bottom: 0;
}
.underline-marker::after {
  content: "";
  display: block;
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

h2 {
  position: relative;
  text-align: center;
  margin-bottom: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3em;
  height: 4px;
  background-color: #EB6C47;
  border-radius: 2px;
  bottom: -0.375em;
  left: 50%;
  transform: translateX(-50%);
}

.letter-spacing-lg {
  letter-spacing: 0.1em;
}

ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child:not(.col),
ol li:last-child:not(.col) {
  margin-bottom: 0;
}

#worry ul li,
#about ul li,
#caution ul li {
  list-style: none;
  text-indent: -1.1rem;
}
#worry ul li::before,
#about ul li::before,
#caution ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #ffba95;
  border-radius: 50%;
  position: relative;
  margin-right: 6px;
}

/* Block
============================================================= */
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-lightgray {
  box-shadow: 6px 6px #EB6C47;
}

.bg-appeal {
  background-image: url("../img/mainimage_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

a.bg-orange-grad {
  font-weight: bold;
  color: #FFFFFF !important;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 8px 25px;
  border-radius: 10px;
  border: 2px solid #F0F0F0;
  background: #EB6C47;
  background: linear-gradient(to top, #EB6C47, #FFA245);
}
a.bg-orange-grad:hover {
  color: #FFFFFF !important;
  background: #EB402D;
  background: linear-gradient(to top, #EB402D, #EB5C5C);
}

a.bg-orange {
  color: #fff;
}

.index-contact {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 40%, #FFF 70%), url("../img/fee.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.parallelogram {
  display: none;
}
@media (min-width: 768px) {
  .parallelogram {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 1rem 0.5rem 1rem 2rem;
    top: 13rem;
    right: 0;
  }
}
@media (min-width: 992px) {
  .parallelogram {
    top: 3rem;
  }
}
.parallelogram::before {
  transform: skewX(-18deg);
  content: "";
  /*ボックスを作る*/
  position: absolute;
  /*ポジションで中央に配置*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /* 親要素の後ろに来るように-1 */
  background-color: rgba(255, 255, 255, 0.9);
}
.parallelogram h3 {
  color: #0f3ac5;
}
.parallelogram .display-2 {
  color: #009688;
}

.quote {
  position: relative;
  line-height: 1.4;
  padding: 1rem;
  display: inline-block;
  margin: 1.5rem auto;
  font-size: 1.2rem;
  font-weight: 600;
}

.quote:before,
.quote:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.quote:before {
  border-left: solid 2px #EB6C47;
  border-top: solid 2px #EB6C47;
  top: 0;
  left: 0;
}

.quote:after {
  border-right: solid 2px #EB6C47;
  border-bottom: solid 2px #EB6C47;
  bottom: 0;
  right: 0;
}

.corner {
  position: relative;
}
.corner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-width: 0 0 24px 24px;
  border-style: solid;
  border-color: #eef8f4 #eef8f4 #EB6C47;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.border-left {
  position: relative;
  padding-left: 1.75rem;
  padding-top: 1rem;
}
.border-left::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  top: 0;
  left: 0.75rem;
  display: block;
  background: #44896c;
  border-radius: 0.3rem;
}

.maxw-32em {
  max-width: 32em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container {
  max-width: calc(1000px + 1.5rem);
}
.container .maxw-32em {
  padding-right: 0;
  padding-left: 0;
}

.table {
  vertical-align: middle;
}
.table tr:first-child {
  font-weight: bold;
}
.table tr:first-child th {
  background: #fffaca;
}
.table th {
  padding: 1rem;
  min-width: 10em;
  font-weight: bold;
  background: #F9F9FC;
}
.table td {
  padding: 1rem;
  min-width: 16em;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2.5rem;
  border: 2.5rem solid transparent;
  border-top: 2.5rem solid #fff;
}

.bg-orange.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2rem;
  border: 2rem solid transparent;
  border-top: 2rem solid #EB6C47;
}

.balloon2-right {
  position: relative;
  display: flex;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  min-height: 60px;
  background: #FFF;
  border: solid 3px #ffc107;
  border-radius: 1rem;
  box-sizing: border-box;
  font-weight: bold;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #ffc107;
  z-index: 1;
}

.balloon2-right p {
  margin: auto;
  padding: 0;
}

/* Header - Navigation
============================================================= */
.bg-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 100%), url("../img/top.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 640px;
  position: relative;
  padding-top: 110px;
}
@media (max-width: 991px) {
  .bg-hero {
    height: 720px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .bg-hero {
    height: 720px;
    padding-top: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 100%), url("../img/top-md.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 575px) {
  .bg-hero {
    height: 760px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 100%), url("../img/top-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 374px) {
  .bg-hero {
    height: 730px;
  }
}
.bg-hero.sub_page {
  height: 320px;
  position: relative;
  background-position: center top 35%;
}
.bg-hero.sub_page h2 {
  margin-top: 40px;
}
.bg-hero .text-shadow {
  text-shadow: dimgray 0 0 2px;
}
.bg-hero h1 {
  font-weight: bolder;
  color: #fff;
  text-shadow: 3px 3px 0 #EB6C47;
  padding: 0 0 10px;
  line-height: 1.4;
  display: inline;
  background-image: linear-gradient(transparent 84%, #DBF708 0%);
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .bg-hero h1 {
    font-size: 6.8vw;
  }
}
.bg-hero .translate-middle-x {
  width: 100%;
}
@media (max-width: 575px) {
  .bg-hero .translate-middle-x {
    max-width: 75%;
    min-width: 300px;
  }
}
.bg-hero .bg-white {
  background: rgba(255, 255, 255, 0.9) !important;
}
@media (max-width: 767px) {
  .bg-hero .bg-white {
    font-size: 90%;
  }
}

.navbar {
  background: rgba(255, 255, 255, 0.96);
}
.navbar .navbar-brand {
  max-width: calc(100vw - 100px);
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    font-size: 3.9vw;
  }
}
.navbar .navbar-brand::first-letter {
  color: #EB6C47;
  font-size: 1.6rem;
}
@media (max-width: 575px) {
  .navbar .navbar-brand::first-letter {
    font-size: 4.6vw;
  }
}
.navbar .navbar-brand small {
  font-size: 0.875rem !important;
}
.navbar .flex-wrap .d-none a,
.navbar .offcanvas-header .fw-bolder a {
  color: #212529;
}
.navbar .badge {
  width: 60px;
  padding: 0.225em 0.65em;
}
.navbar .navbar-toggler {
  background: #EB6C47;
  background: linear-gradient(to top, #EB6C47, #FFA245);
  color: #fff;
  padding: 0.5rem;
  border-radius: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 5h22M4 15h22M4 25h22'/%3e%3c/svg%3e");
}

.offcanvas {
  width: 100%;
}
.offcanvas .nav-item {
  margin-bottom: 0;
}
.offcanvas .nav-item.current {
  position: relative;
}
.offcanvas .nav-item.current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 10px;
  display: block;
  border-bottom: 4px #ffba95 solid;
}
.offcanvas .nav-item .nav-link {
  font-weight: bold;
  color: #44896c;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.offcanvas .nav-item .nav-link:focus, .offcanvas .nav-item .nav-link:hover {
  color: #44896c;
}
@media (min-width: 992px) {
  .offcanvas .offcanvas-body {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .offcanvas {
    background: #44896c;
  }
  .offcanvas.offcanvas-top {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .offcanvas .offcanvas-header {
    padding: 1.75rem 1.75rem 0.5rem;
  }
  .offcanvas .offcanvas-header .btn-close {
    width: 48px;
    height: 48px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E87A5A'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
    padding: 1px;
    border-radius: 0;
    opacity: 1;
  }
  .offcanvas .offcanvas-header .btn-close:focus {
    opacity: 0.5;
  }
  .offcanvas .offcanvas-body {
    max-width: 500px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }
  .offcanvas .nav-item {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0.75rem 0;
  }
  .offcanvas .nav-item .nav-link {
    color: #fff;
  }
  .offcanvas .nav-item .nav-link:focus, .offcanvas .nav-item .nav-link:hover {
    color: #fff;
  }
}

.sidebar a {
  color: #44896c;
  font-weight: bold;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #dee2e6 !important;
  display: block;
  width: 100%;
}
.sidebar.fix {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .sidebar {
    width: 90%;
    margin: 1.5rem auto 3rem;
  }
  .sidebar .sidebar__inner {
    position: relative !important;
  }
}

.bg-box {
  background: rgba(243, 247, 242, 0.93);
  position: relative;
  z-index: 2;
  padding-top: 2.25rem;
  padding-bottom: 2rem;
}

/* Main
============================================================= */
#req1 {
  position: relative;
}
#req1::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 1rem;
  right: 1rem;
  background-image: url("../img/youken1.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 575px) {
  #req1::after {
    width: 72px;
    height: 72px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

#req2 {
  position: relative;
}
#req2::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 1rem;
  right: 1rem;
  background-image: url("../img/youken2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 575px) {
  #req2::after {
    width: 72px;
    height: 72px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

#req3 {
  position: relative;
}
#req3::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 1rem;
  right: 1rem;
  background-image: url("../img/youken3.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 575px) {
  #req3::after {
    width: 72px;
    height: 72px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

#req4 {
  position: relative;
}
#req4::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 1rem;
  right: 1rem;
  background-image: url("../img/youken4.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 575px) {
  #req4::after {
    width: 72px;
    height: 72px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

#req5 {
  position: relative;
}
#req5::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 1rem;
  right: 1rem;
  background-image: url("../img/youken5.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 575px) {
  #req5::after {
    width: 72px;
    height: 72px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

#req6 {
  position: relative;
}
#req6::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 1rem;
  right: 1rem;
  background-image: url("../img/youken6.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 575px) {
  #req6::after {
    width: 72px;
    height: 72px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

#req7 {
  position: relative;
}
#req7::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 1rem;
  right: 1rem;
  background-image: url("../img/youken7.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 575px) {
  #req7::after {
    width: 72px;
    height: 72px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

#req8 {
  position: relative;
}
#req8::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 1rem;
  right: 1rem;
  background-image: url("../img/youken8.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 575px) {
  #req8::after {
    width: 72px;
    height: 72px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

#message .message-box h4 {
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.4;
  color: #EB6C47;
}
@media (max-width: 991px) {
  #message .message-box h4 {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  #message .message-box h4 {
    font-size: 3vw;
  }
}
@media (max-width: 575px) {
  #message .message-box h4 {
    font-size: 1.1rem;
  }
}
#message .message-box p {
  margin-bottom: 0;
  font-size: 90%;
}

#special-permanent {
  background: url("../img/special-permanent_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#special-permanent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#special-permanent .container {
  position: relative;
  z-index: 1;
}

#caution {
  background: url("../img/caution.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#caution::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#caution .container {
  position: relative;
  z-index: 1;
}

#disapproval h3 {
  color: #EB6C47;
  font-weight: bold;
}
#disapproval .border-left i {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}
#disapproval .border-left i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* Section - step
============================================================= */
.step__list {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: step;
  margin-top: 30px;
}

.step__item {
  counter-increment: step;
  position: relative;
}

@media (min-width: 768px) {
  .step__item {
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
  }
  .step__item:last-child {
    padding-bottom: 0.5rem;
  }
  .step__item::before,
.step__item::after {
    content: "";
    display: block;
    position: absolute;
  }
  .step__item::before {
    top: 0.59rem;
    left: 49px;
    width: 0.3rem;
    height: calc(100% - 0.65rem);
    background-image: linear-gradient(#EB6C47 100%, transparent 100%);
    background-size: 0.3rem;
  }
  .step__item:last-child::before {
    display: none;
  }
  .step__item:last-child::after {
    display: none;
  }
  .step__item::after {
    width: 1rem;
    height: 0.28rem;
    bottom: -4px;
    left: 36px;
    border-top: 15px solid #EB6C47;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .step__contents {
    padding-left: 120px;
  }
}
@media (max-width: 767px) {
  .step__item + .step__item {
    margin-top: 14vw;
  }
}
.step__title {
  position: relative;
}
.step__title .circle {
  background: #44896c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  width: 100px;
  height: 100px;
  font-size: 1.6rem;
}
.step__title .circle::after {
  content: counter(step);
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .step__title .circle {
    position: absolute;
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .step__title .circle {
    margin-bottom: 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.step__title .title {
  font-weight: bold;
  color: #EB6C47;
  display: inline;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .step__title .title span {
    background-image: linear-gradient(transparent 1.1em, #DBF708 0%);
    padding-bottom: 0.12rem;
  }
}
@media (max-width: 767px) {
  .step__title .title span {
    background-image: linear-gradient(transparent 84%, #DBF708 0%);
    padding-bottom: 0;
  }
}

/* Section - fee
============================================================= */
#fee .table th {
  min-width: initial;
}
#fee .table td {
  min-width: initial;
  width: 12em;
  text-align: center;
}

.fee-table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.fee-table thead th {
  padding: 0.75rem 0.5rem;
  vertical-align: text-top;
}
.fee-table table tr {
  background-color: #fff;
  padding: 0.35em;
}
.fee-table table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.fee-table table td {
  padding: 0.5em;
  text-align: center;
}
.fee-table table tbody th {
  font-size: 0.875em;
  padding: 0.75em 0 0.75em 0.5em;
  text-align: center;
}
.fee-table table tbody th.table-category {
  padding: 0.5em;
  width: 28px;
}
.fee-table .plan1 {
  background: #03A9F4;
}
.fee-table .plan1_i {
  color: #03A9F4;
}
.fee-table .plan2 {
  background: #009688;
}
.fee-table .plan2_i {
  color: #009688;
}
.fee-table .plan3 {
  background: #4caf50;
}
.fee-table .plan3_i {
  color: #4caf50;
}
.fee-table .price {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}
.fee-table .price-text {
  background: #fff;
  color: #212529;
  padding: 0.5rem;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  width: 100%;
}

.non-taxed {
  display: none;
  color: #666;
  font-size: 0.9rem;
}
.non-taxed::before {
  content: "（税抜";
}
.non-taxed::after {
  content: "円）";
}

.tax-included {
  display: inline-block;
  font-weight: 900;
  font-size: 1rem;
}
.tax-included::after {
  white-space: pre;
  content: "円\a";
}

#faq a {
  color: #44896c;
  font-weight: bold;
}

.faq {
  max-width: 40em;
  margin: -70px auto 3rem;
  padding-top: 70px;
  /* 疑似要素でアイコンを表示 */
  /* オープン時のスタイル */
  /* アニメーション */
}
.faq details {
  margin: 1rem auto;
}
.faq summary {
  position: relative;
  display: block;
  /* 矢印を消す */
  padding: 10px 10px 10px 40px;
  /* アイコンの余白を開ける */
  cursor: pointer;
  font-weight: bold;
  background-color: #F9F9FC;
  transition: 0.2s;
}
.faq summary:hover {
  opacity: 0.8;
}
.faq summary::-webkit-details-marker {
  display: none;
  /* 矢印を消す */
}
.faq summary:before,
.faq summary:after {
  content: "";
  margin: auto 0 auto 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.faq summary:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #44896c;
}
.faq summary:after {
  left: 6px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  transition: 0.1s;
}
.faq details[open] summary {
  background-color: #ccebfb;
}
.faq details[open] summary::after {
  transform: rotate(90deg);
  /* アイコンを回転 */
  left: 4px;
  /* 位置を調整 */
  top: 5px;
  /* 位置を調整 */
}
.faq details[open] .details-content {
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
.faq .details-content {
  padding: 10px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* Contact
============================================================= */
#check {
  background: url("../img/check.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#check .container {
  position: relative;
  z-index: 1;
}

#contact form > div,
#contact form > fieldset {
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #F9F9FC;
  padding-bottom: 1.5rem;
}
#contact form .col-form-label {
  color: #EB6C47;
  font-weight: bold;
  padding-left: 3.6rem;
}
#contact form .input-group {
  width: 50%;
}
@media (max-width: 575px) {
  #contact form .input-group {
    width: 288px;
  }
}
#contact form .label-required {
  position: relative;
}
#contact form .label-required::after {
  content: "必須";
  position: absolute;
  left: 0.75rem;
  line-height: 24px;
  color: #fff;
  background-color: #E85A5A;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 0.75rem;
  top: 6px;
}
#contact form .label-optional {
  position: relative;
}
#contact form .label-optional::after {
  content: "任意";
  position: absolute;
  left: 0.75rem;
  line-height: 24px;
  color: #fff;
  background-color: #4c9e7b;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 0.75rem;
  top: 6px;
}
#contact form p[id$=_err_msg] {
  color: #E85A5A;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0.25rem;
}
#contact form input[type=button] {
  background: #f1777c;
  color: #fff;
  border: none;
  padding: 1em 2em;
  margin: auto;
  display: block;
}

/* Footer
============================================================= */
.footer .l-footer {
  background: url(../img/footer_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 0 0;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer .l-footer {
    background: url(../img/footer_bg-md.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 424px) {
  .footer .l-footer {
    background: url(../img/footer_bg-sp.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.footer .l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.55);
}
.footer .l-footer > div {
  position: relative;
}
.footer .l-footer ul {
  text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}
.footer a {
  color: #EB6C47;
  text-decoration: underline;
}
.footer .copyright {
  background: #44896c;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.25;
  padding: 0.5rem;
}

.scroll-top {
  position: fixed;
  right: 0;
  bottom: 6rem;
  z-index: 100;
  width: 45px;
  height: 45px;
  opacity: 0.6;
  padding: 0;
  border: none;
}

[hidden] {
  transition: 0.15s ease-in-out;
}

.contact-btn {
  position: fixed;
  bottom: 80px;
  filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.6));
  right: 60px;
  z-index: 100;
}
.contact-btn:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */