@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #1A1A1A;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
  height: 100%;
}

body {
  background: #fff;
  margin: 0;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#wrapper {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 100vh;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSans-Regular.ttf) format("truetype");
  font-family: "Noto Sans";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSans-Medium.ttf) format("truetype");
  font-family: "Noto Sans";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSans-Bold.ttf) format("truetype");
  font-family: "Noto Sans";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/Roboto-Bold.ttf) format("truetype");
  font-family: "Roboto";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background: #fff;
  position: relative;
  z-index: 5;
}
.c-header .inner-block {
  max-width: 100%;
  padding: 22px 40px;
}
.c-header .logo img {
  max-width: 229px;
  width: 100%;
}

.c-footer {
  background: #006680;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0 17px;
  height: 100%;
}
.c-footer .copyright {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.c-btn01 {
  background: #EE8800;
  border: 2px solid #EE8800;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 24px 15px;
  position: relative;
  max-width: 500px;
  margin: 0 auto 10px;
  letter-spacing: 0.04em;
  width: 100%;
}
.c-btn01.out-link::before {
  background: #fff;
  -webkit-mask-image: url(/img/home/ico-link.svg);
          mask-image: url(/img/home/ico-link.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 52px;
  margin: auto;
}
.c-btn01.blue {
  background: #0099B3;
  border-color: #0099B3;
  color: #fff;
}

.c-btn02 {
  color: #0099B3;
  border: 1px solid #0099B3;
  border-radius: 100px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  padding: 20px 15px;
  max-width: 329px;
  margin: 30px auto 0;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  background: url("../img/home/bg.jpg.webp") no-repeat center center/cover;
  overflow: hidden;
}
.home .mv-section {
  position: relative;
}
.home .mv-section .inner-block {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding-top: 40px;
}
.home .mv-section .img {
  max-width: 200px;
  position: relative;
  right: 100px;
  bottom: 50px;
  z-index: 2;
}
.home .mv-section .txt-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}
.home .mv-section .txt-wrap::before {
  background: url("../img/home/circle.png.webp") no-repeat center center/contain;
  content: "";
  display: block;
  height: 551px;
  width: 1103px;
  position: absolute;
  right: 0;
  margin: auto;
  z-index: -1;
}
.home .mv-section .mv-ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
}
.home .mv-section .mv-ttl .large {
  color: #6BAD00;
  font-size: 96px;
}
.home .mv-section .txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.home .mv-section .txt + .txt {
  margin-top: 10px;
}
.home .mv-section .note {
  font-size: 12px;
  font-weight: 500;
}
.home .mv-section .c-btn01 {
  margin-top: 33px;
}
.home .cta-section {
  position: relative;
  z-index: 2;
}
.home .cta-section .inner-block {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding-top: 30px;
  max-width: 1220px;
  padding-bottom: 30px;
}
.home .cta-section .c-btn01 {
  margin-top: 30px;
}
.home .cta-section .img-wrap {
  margin: 0 auto;
  max-width: 300px;
}

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal .modal-bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}
.modal .modal__inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.modal .modal__close {
  background: #0099B3;
  border: 2px solid #0099B3;
  border-radius: 100px;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
.modal .modal__close::before, .modal .modal__close::after {
  background: #fff;
  border-radius: 10px;
  content: "";
  height: 18px;
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal .modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  position: relative;
  max-width: 449px;
  margin: auto;
}
.modal .box .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

.plans-annai-page {
  letter-spacing: 0.04em;
}
.plans-annai-page {
  background: url("../img/plan_s/bg.jpg.webp") no-repeat no-repeat top center/cover;
}
.plans-annai-page .mv-section .inner-block {
  padding-top: 40px;
  max-width: 990px;
}
.plans-annai-page .mv-section .txt-wrap {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(40px, 2.0833333333vw);
  padding-bottom: 40px;
}
.plans-annai-page .mv-section .mv-ttl img {
  max-width: 440px;
  width: 100%;
}
.plans-annai-page .mv-section .txt .inn {
  display: block;
  color: #005DA3;
  font-size: 24px;
  font-weight: bold;
}
.plans-annai-page .mv-section .txt .inn .orange {
  color: #E80;
  font-size: 30px;
}
.plans-annai-page .mv-section .txt .inn .small {
  font-size: 20px;
}
.plans-annai-page .mv-section .txt .inn.top {
  padding-left: 15px;
}
.plans-annai-page .list-wrap {
  padding-bottom: 60px;
}
.plans-annai-page .list-wrap .inner-block {
  max-width: 1235px;
}
.plans-annai-page .list-wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plans-annai-page .list-wrap .list > li {
  width: calc((100% - 40px) / 3);
  min-width: 370px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 20px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.plans-annai-page .list-wrap .list > li .count-img {
  position: absolute;
  display: block;
  width: 62px;
  height: 75px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.plans-annai-page .list-wrap .list > li .txt-wrap {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.plans-annai-page .list-wrap .list > li .txt-wrap .txt {
  font-weight: bold;
  text-align: center;
}
.plans-annai-page .list-wrap .list > li .txt-wrap .txt .medium {
  display: block;
  font-size: 18px;
}
.plans-annai-page .list-wrap .list > li .txt-wrap .txt .medium .big {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.plans-annai-page .list-wrap .list > li .txt-wrap .txt .medium .big::before {
  content: "";
  position: absolute;
  background: #FFD8A3;
  display: block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.plans-annai-page .list-wrap .list > li .txt-wrap .txt .small {
  font-size: 14px;
  line-height: 2.4;
  display: inline-block;
}
.plans-annai-page .list-wrap .list > li .txt-wrap .txt .small .c-btn01 {
  padding: 5px 10px;
  max-width: 180px;
  font-size: 14px;
  line-height: 2;
  margin: 0;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plans-annai-page .list-wrap .list > li .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.plans-annai-page .list-wrap .btn-wrap {
  margin-top: 40px;
}
.plans-annai-page .list-wrap .btn-wrap .note {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.plans-annai-page .list-wrap .btn-wrap .note + .note {
  margin-top: 5px;
}
.plans-annai-page .list-wrap .btn-wrap .note .link {
  color: #0099B3;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .inner-block {
    padding: 20px;
  }
  .c-header .logo img {
    max-width: 150px;
  }
  .c-footer {
    padding: 23px 0px 20px;
  }
  .c-footer .copyright {
    font-size: 10px;
  }
  .c-btn01.out-link::before {
    height: 15px;
    width: 15px;
    right: 31px;
  }
  .c-btn01 {
    font-size: 16px;
    padding: 16px 15px;
    margin: 0 auto 5px;
  }
  .c-btn02 {
    max-width: 295px;
    margin: 20px auto 0;
  }
  .home {
    background: url("../img/home/bg_sp.jpg.webp") no-repeat center center/cover;
  }
  .home .mv-section .inner-block {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 80px;
  }
  .home .mv-section .img {
    max-width: 80px;
    margin: auto;
    position: absolute;
    bottom: 170px;
    right: 8px;
  }
  .home .mv-section .txt-wrap::before {
    background: url("../img/home/circle_sp.png.webp") no-repeat top center/contain;
    height: 382px;
    width: 764px;
    left: 0;
    top: -45px;
    right: 0;
    margin: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .home .mv-section .txt-wrap {
    padding-left: 0;
  }
  .home .mv-section .mv-ttl {
    font-size: 20px;
    margin: 0 auto 36px;
  }
  .home .mv-section .mv-ttl .large {
    font-size: 40px;
  }
  .home .mv-section .txt {
    font-size: 16px;
    line-height: 1.4125;
  }
  .home .mv-section .c-btn01 {
    margin-top: 50px;
    padding: 16px 49px;
  }
  .home .cta-section .inner-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home .cta-section .c-btn01 {
    margin-top: 20px;
  }
  .home .cta-section .img-wrap {
    max-width: 200px;
  }
  .modal .modal__inner {
    padding: 10.6666666667vw 0;
  }
  .modal .modal__close::before, .modal .modal__close::after {
    height: 4vw;
    width: 0.5333333333vw;
  }
  .plans-annai-page {
    position: relative;
    z-index: 0;
  }
  .plans-annai-page {
    background: url("../img/plan_s/bg.jpg.webp") no-repeat no-repeat 85% 20%/cover;
  }
  .plans-annai-page .mv-section .inner-block {
    padding-top: 30px;
    overflow: hidden;
  }
  .plans-annai-page .mv-section .txt-wrap {
    position: relative;
  }
  .plans-annai-page .mv-section .txt-wrap::before {
    content: "";
    position: absolute;
    background: url("../img/home/circle_sp.png.webp") no-repeat top center/contain;
    height: 382px;
    width: 764px;
    top: -45px;
    right: 0;
    margin: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
  }
  .plans-annai-page .mv-section .txt .inn {
    font-size: 18px;
  }
  .plans-annai-page .mv-section .txt .inn .orange {
    font-size: 24px;
  }
  .plans-annai-page .mv-section .txt .inn .small {
    font-size: 16px;
  }
  .plans-annai-page .list-wrap {
    padding-bottom: 40px;
    position: relative;
    z-index: 3;
  }
  .plans-annai-page .list-wrap .list {
    gap: 30px;
  }
  .plans-annai-page .list-wrap .list > li {
    max-width: 500px;
  }
  .plans-annai-page .list-wrap .list > li .txt-wrap {
    gap: 0;
    padding-top: 45px;
  }
  .plans-annai-page .list-wrap .btn-wrap {
    margin-top: 30px;
  }
  .plans-annai-page .list-wrap .btn-wrap .note {
    text-align: start;
    font-size: 14px;
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1300px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-btn01.blue:hover {
    color: #0099B3;
  }
  .c-btn01:hover {
    background: #fff;
    color: #EE8800;
  }
  .c-btn01:hover::before {
    background: #EE8800;
  }
  .c-btn02:hover {
    background: #0099B3;
    color: #fff;
  }
  .home .mv-section .txt-wrap::before {
    top: -50px;
    left: -209px;
  }
  .modal .modal__close:hover {
    background: #fff;
  }
  .modal .modal__close:hover::before, .modal .modal__close:hover::after {
    background: #0099B3;
  }
  .plans-annai-page .list-wrap .btn-wrap .note .link:hover {
    -webkit-text-decoration-color: #0099B3;
            text-decoration-color: #0099B3;
  }
}
@media only screen and (min-width: 361px) {
  .home .w-360 {
    display: none;
  }
  .plans-annai-page .w-360 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .home .mv-section .img {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 373px) {
  .home .mv-section .img {
    bottom: 190px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 360px) {
  .home .mv-section .img {
    max-width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1310px) {
  .home .mv-section .txt-wrap::before {
    height: 42.0610687023vw;
    width: 84.1984732824vw;
    top: -3.8167938931vw;
    left: -15.9541984733vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1310px) and (max-width: 960px) {
  .home .mv-section .txt-wrap::before {
    left: 0;
    top: -5.2083333333vw;
  }
}
@media only screen and (min-width: 961px) {
  .home .mv-section .txt-wrap {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 590px) {
  .home .mv-section .txt {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 590px) and (max-width: 360px) {
  .home .mv-section .txt {
    padding: 0;
  }
}
@media only screen and (max-width: 990px) {
  .plans-annai-page .mv-section .txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1700px) and (min-width: 1230px) {
  .plans-annai-page .mv-section .mv-ttl img {
    max-width: 300px;
  }
}