@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* Sass Document */
/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  background-color: #fff;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  color: #2c363c;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
  color: #116093;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
  color: #116093;
}

a:active {
  text-decoration: none;
}

a[href^="tel:"]:hover {
  color: #116093;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}
::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

picture {
  display: block;
}

main {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .u-sp-none {
    display: none;
  }
}

.u-pc-inline {
  display: inline;
}
@media screen and (max-width: 767.98px) {
  .u-pc-inline {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .u-tab {
    display: block;
  }
}

.u-no-tab {
  display: block;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .u-no-tab {
    display: none;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .u-pc {
    display: none;
  }
}

.u-l {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-l {
    display: none;
  }
}

.u-xl {
  display: block;
}
@media screen and (max-width: 1280px) {
  .u-xl {
    display: none;
  }
}

.u-ml {
  display: block;
}
@media screen and (max-width: 960px) {
  .u-ml {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .u-sp {
    display: block !important;
  }
}

.u-tab-sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .u-tab-sp {
    display: block;
  }
}
.u-align--center {
  text-align: center;
}

.c-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-sf {
  font-family: "Noto Serif JP", serif;
}

.c-gc {
  font-family: "Noto Sans JP", sans-serif;
}

.animate__animated {
  opacity: 0;
}

.js-animeOn {
  animation: fadeIn 1.5s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*breadcrumb*/
.txt-small {
  font-size: 82.35%;
  letter-spacing: 0.02em;
}

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(160px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

/* 印刷（A4） */
@page {
  margin: 10mm;
  size: 210mm 297mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    zoom: 0.8;
  }
  .l-inner {
    padding: 0rem 0rem;
  }
  .l-head,
  .l-footer {
    width: 100%;
    background-color: white !important;
  }
  .btn-right,
  .small-btn,
  .small-btn2 {
    display: none;
  }
}
.privacy li {
  list-style: none;
  margin-bottom: 14px;
  font-size: 90%;
}

.web {
  max-width: 1100px;
  margin: auto;
  background-color: white;
}
.web-inner {
  padding: 1rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .web-inner {
    padding: 1rem 2rem;
  }
}
.web-title {
  padding: 0.8rem 0;
  color: #009A69;
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
}
.web-subtitle {
  margin-top: 4rem;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.web-list {
  list-style-position: outside;
  margin-bottom: 4rem;
}
.web-list__item {
  font-weight: 800;
}
.web-u-title {
  background-color: black;
  color: white;
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  margin: 3rem 0 0.6rem;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
}

.mat-black {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 1rem;
  margin: 1rem 0;
}

.container {
  padding-bottom: 40px;
}

.l-head {
  background-color: #009A69;
  padding: 0 4rem;
  color: white;
}
@media screen and (max-width: 767.98px) {
  .l-head {
    padding: 0 2rem;
  }
}

.btn-area {
  margin: 20px auto;
  text-align: center;
}
.btn-area a {
  margin-right: 20px;
}

.l-main {
  width: 100%;
  margin: 0px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.guide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guide_title {
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  font-weight: bold;
  white-space: nowrap;
  padding: 0;
}
.guide_title__sub {
  display: block;
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  background-color: white;
  border-radius: 8px;
  color: #009A69;
  text-decoration: none;
  padding: 0.6rem 2rem;
  font-weight: 600;
}
.guide_title__sub:hover {
  background-color: #624EFA;
  color: white;
}

.l-inner {
  padding: 2rem 8rem;
}
@media screen and (max-width: 1280px) {
  .l-inner {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    padding: 2rem 2rem;
  }
}
.l-inner_box {
  padding-bottom: 8rem;
}
.l-inner .h2_title {
  position: relative;
  margin: 4rem 0;
  padding-left: 24px;
  padding: 1rem 0 1rem 4rem;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  background-color: white;
}
.l-inner .h2_title::before {
  display: block;
  content: "";
  position: absolute;
  inset: 4px auto 0 10px;
  margin: auto;
  width: 6px;
  height: 60%;
  background-color: #009A69;
  border-radius: 100vw;
}
.l-inner .h2_caption {
  display: inline-block;
  padding: 0 2rem;
  background-color: #009A69;
  color: white;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
}
.l-inner .h2_caption::before {
  display: block;
  content: "";
  position: absolute;
  inset: 24px auto 0 0;
  margin: auto;
  width: 6px;
  height: 80%;
  background-color: #009A69;
  border-radius: 100vw;
}
.l-inner p {
  margin: 0 20px;
}

.tb01 {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .tb01 tbody,
  .tb01 tr {
    display: block;
  }
}
.tb01 th,
.tb01 td {
  border: 1px solid #d3d3d3;
  padding: 2rem 1rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media screen and (max-width: 767.98px) {
  .tb01 th,
  .tb01 td {
    display: block;
    padding: 0px;
    border-bottom: 1px solid #d3d3d3;
    border-top: none;
  }
}
.tb01 th {
  background-color: #eeeeee;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.6rem 0;
}
@media screen and (max-width: 767.98px) {
  .tb01 th {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tb01 td {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .tb01 td::before {
    content: attr(data-label);
    font-weight: bold;
    padding: 0px;
    width: 70px;
    text-align: left;
    border-right: 1px solid #ddd;
    margin-right: 1rem;
    white-space: nowrap;
  }
}
.tb01_cnt {
  text-align: center;
}

.tb02 {
  width: 100%;
  border-collapse: collapse;
  margin: 4rem 0 6rem;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767.98px) {
  .tb02 {
    border: none;
  }
}
.tb02 th,
.tb02 td {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.4rem 2rem;
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
}
@media screen and (max-width: 767.98px) {
  .tb02 th,
  .tb02 td {
    display: block;
    padding: 1.4rem 1rem;
    text-align: left;
    border-bottom: none;
  }
}
.tb02 th {
  background-color: #22254C;
  color: white;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .tb02 th {
    background-color: #eeeeee;
    color: black;
    margin: 1rem 0;
  }
}
.tb02 td {
  background-color: white;
}

.tb03 {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0 6rem;
  border: 1px solid #e5e5e5;
}
.tb03 th,
.tb03 td {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0.6rem;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
}
.tb03 th {
  background-color: black;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  width: 160px;
}
.tb03 td {
  background-color: white;
}
.tb03 th:nth-child(8),
.tb03 td:nth-child(8) {
  width: 40px;
  text-align: center;
}
.tb03 th:nth-child(1),
.tb03 td:nth-child(1) {
  width: 80px;
  text-align: center;
}
.tb03 th:nth-child(2),
.tb03 td:nth-child(2) {
  max-width: 80px;
  font-size: 12px;
}

.btn-right {
  text-align: right;
}

.btn-left {
  text-align: left;
}

.small-btn {
  font-size: 14px;
  border: 1px solid lightblue;
  background-color: white;
  border-radius: 25px;
  padding: 0.6rem 2rem;
  text-decoration: none;
  cursor: pointer;
}
.small-btn:hover {
  background-color: #624EFA;
  color: white;
}

.small-btn2 {
  font-size: 14px;
  border: 1px solid red;
  color: red;
  font-weight: bold;
  background-color: white;
  border-radius: 25px;
  padding: 0.6rem 2rem;
  text-decoration: none;
  cursor: pointer;
}
.small-btn2:hover {
  background-color: red;
  color: white;
}

.cancel-btn {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 0.2rem 0.4rem;
  color: white;
  background-color: red;
}

.cancel-back td {
  background-color: rgb(255, 234, 234);
}

.editor-btn {
  background-color: white;
  color: #098bde;
  padding: 0.8rem 4rem;
  border-radius: 25px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #098bde;
}
.editor-btn:hover {
  background-color: #009A69;
  color: white;
}

.delete-btn {
  background-color: red;
  padding: 0.4rem 1.2rem;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  margin-left: 40px;
}
.delete-btn:hover {
  background-color: #624EFA;
  color: white;
}

.btn-modoru {
  background-color: #624EFA;
  font-size: 14px;
  padding: 0.4rem 1.2rem;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  margin-left: 40px;
}
@media screen and (max-width: 767.98px) {
  .btn-modoru {
    display: none;
  }
}
.btn-modoru:hover {
  color: white;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*start*/
.start {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #F4F7FC;
  color: gray;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .start {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  }
}
.start-innerBox {
  padding: 4rem 2rem 8rem;
  background-color: white;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.start h1 {
  font-size: 18px;
}

.login-list {
  margin: 6rem 0;
}
.login-list-flex {
  list-style: none;
  padding: 0;
  margin: 3rem 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.login-list-flex li {
  display: inline-block;
  font-size: 14px;
}

/*common-wrap*/
.common-wrap {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 3.4rem;
}
.common-wrap__txt-box {
  color: #22254c;
  margin: 0 2rem 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .common-wrap__txt-box {
    margin: 0 1.2rem 0 1.2rem;
  }
}
.common-wrap__txt-box .title {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: bold;
  padding: 0;
  margin: 2rem 0 0 0;
  color: #009A69;
}
.common-wrap__txt-box .title::before {
  content: "●";
  font-size: 12px;
  color: #009A69;
  margin-right: 1rem;
}
.common-wrap__txt-box .txt {
  padding: 0;
  margin: 0;
  line-height: 1.6em;
  padding-bottom: 2rem;
}
.common-wrap-imgbox {
  position: relative;
  z-index: 1;
}
.common-wrap-imgbox__index {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  margin: 0 auto;
  z-index: 100;
  padding: 0.6rem 2rem;
  background-color: #22254c;
  color: white;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  border-radius: 25px;
}
@media screen and (max-width: 767.98px) {
  .common-wrap {
    display: block;
  }
}

.list-detail {
  list-style: none;
  margin: 2rem 0 8rem;
  padding: 2rem 3rem;
  border-radius: 16px;
  background-color: #eef0ff;
  display: grid;
  grid-template-columns: 1fr 9fr;
}
@media screen and (max-width: 960px) {
  .list-detail {
    margin: 2rem 0;
    grid-template-columns: 60px 1fr;
  }
}
.list-detail dt,
.list-detail dd {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding: 0.4rem 0;
}
.list-detail dt {
  white-space: nowrap;
  font-weight: bold;
}

/*details-wrap*/
.details-wrap {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .details-wrap {
    display: block;
  }
}

.zoom-detail {
  list-style: none;
  margin: 2rem 4rem;
}
.zoom-detail dd,
.zoom-detail dt {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.zoom-detail dt {
  white-space: nowrap;
  font-weight: bold;
  margin-top: 1.2rem;
}
.zoom-detail dt::before {
  content: "●";
  font-size: 10px;
  margin-right: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .zoom-detail {
    padding-bottom: 4rem;
  }
}

.caption-line {
  background-color: #eaecff;
  padding: 0.6rem 1rem;
  font-size: 14px;
  color: #009A69;
  font-weight: bold;
}

/*3カラムgrid*/
.list-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .list-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .list-card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-card__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 2px solid #F4F7FC;
  border-radius: 8px;
}
.list-card__item-box {
  padding: 3rem 2rem;
}
.list-card__item h3 {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  color: #22254c;
}
.list-card__item h3 a {
  color: #22254c;
}
.list-card__item h3 a:hover {
  color: #009A69;
  text-decoration: underline;
}
.list-card__item p {
  margin: 0;
  text-align: left;
}
.list-card__item img {
  width: 100%;
  max-height: 300px;
  border-radius: 8px 8px 0 0;
}
.list-card__item-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-top: 2rem;
  gap: 12px;
}
.list-card__item-list li {
  display: block;
  background-color: #eaecff;
  border-radius: 25px;
  padding: 1rem 2rem;
  font-size: clamp(1.4rem, 1.6vw, 1.4rem);
  font-weight: 700;
  color: #22254c;
}

/*breadcrumb*/
.p-breadcrumb {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}
.p-breadcrumb__wrapper {
  padding: 0.1rem 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-breadcrumb__wrapper {
    display: none;
  }
}
.p-breadcrumb li {
  list-style: none;
  padding-right: 3rem;
  position: relative;
}
.p-breadcrumb li::after {
  position: absolute;
  content: "/";
  right: 1rem;
}
.p-breadcrumb li:last-of-type::after {
  display: none;
}

.howto {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.howto__item {
  padding: 0 2rem;
}
.howto__item:not(:first-child) {
  border-left: none;
}
.howto__item_tit {
  display: inline-block;
  margin: 0;
  padding: 0.6rem 2rem;
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  font-weight: 700;
  background-color: #eaecff;
  border-radius: 25px;
}
.howto__item_txt {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

/*講座詳細*/
.web-tb {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .web-tb {
    border-bottom: 1px solid #d3d3d3;
  }
}
.web-tb th,
.web-tb td {
  border: 1px solid #d3d3d3;
  padding: 2rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media screen and (max-width: 767.98px) {
  .web-tb th,
  .web-tb td {
    display: block;
    text-align: left;
    border-bottom: none;
  }
}
.web-tb th {
  white-space: nowrap;
  background-color: #009A69;
  color: white;
}
@media screen and (max-width: 767.98px) {
  .web-tb th {
    padding: 1rem 1rem;
  }
}

.web-btn-mat {
  background-color: #eaecff;
  padding: 40px;
  text-align: center;
  margin: 40px 0;
}

.web-form {
  margin: 20rem 6rem;
}

.web-form-table th {
  background-color: aquamarine;
}

.web-attention {
  padding: 2rem;
  border: 1px solid red;
  color: red;
}

.sche {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .sche {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.sche li {
  width: 25%;
  list-style: none;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-weight: bold;
  padding: 1em 2em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sche li {
    border: 1px solid #e5e5e5;
    padding: 1em 0em;
    width: 28.3333333333%;
    font-weight: normal;
  }
}
.sche li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgb(207, 201, 201);
}
.sche li:last-child::after {
  display: none;
}
.sche li.active {
  color: #009A69;
  border-color: #009A69;
  background-color: #F7F7F7;
}

.ol-list {
  list-style-position: outside;
}
.ol-list > li {
  margin-bottom: 1rem;
}

/*text*/
.notice-txt {
  color: red;
}

.notice-line {
  background-color: #ffe6e6;
  font-weight: bold;
}

.postal-txt {
  display: inline-block;
  border: 2px dashed #b8b8b8;
  padding: 1.2rem 2.8rem;
  font-weight: bold;
}

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

.pc-only {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .sp-tr {
    background-color: #e6e6e6;
  }
}

/*btn*/
.yoyaku {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 4rem 0;
  padding: 2rem 2rem 4rem;
  text-align: center;
}
.yoyaku-btn, .yoyaku-enter {
  display: inline-block;
  margin: auto;
  padding: 1.6rem 3rem;
  border-radius: 8px;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background-color: #009A69;
  color: white;
}
.yoyaku-btn:hover, .yoyaku-enter:hover {
  background-color: #624EFA;
  color: white;
}
.yoyaku-enter {
  background-color: #22254C;
}

.btn-d__u {
  display: inline-block;
  padding: 0 1rem;
  font-size: clamp(1.4rem, 1.6vw, 1.4rem);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #009A69;
  color: white;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .btn-d__u {
    margin-bottom: 0;
  }
}
.btn-d__m {
  display: inline-block;
  padding: 0 1rem;
  font-size: clamp(1.4rem, 1.6vw, 1.4rem);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #5ab6e0;
  color: white;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .btn-d__m {
    margin-bottom: 0;
  }
}
.btn-d__s {
  display: inline-block;
  padding: 0 1rem;
  font-size: clamp(1.4rem, 1.6vw, 1.4rem);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #dfdcdc;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .btn-d__s {
    margin-bottom: 0;
  }
}

.badge_cnt {
  color: red;
  font-size: 80%;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .badge_cnt {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .break {
    width: 100%;
    /* 改行のための要素 */
  }
}

/*入力フォームのレイアウト*/
.flex-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .flex-box {
    gap: 0px;
    display: block;
  }
}

.flex-box input {
  margin-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .flex-box input {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.flex-box2 {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #d3d3d3;
}
@media screen and (max-width: 767.98px) {
  .flex-box2 {
    gap: 0px;
    display: block;
  }
}

.flex-box2 input {
  margin-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .flex-box2 input {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.hint {
  background-color: #F4F7FC;
  margin-top: 4rem;
  margin-bottom: 8rem;
  padding: 0.6rem 2rem;
  border-radius: 8px;
}
.hint_tit {
  font-weight: 600;
  color: #22254c;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.hint_tit::before {
  display: inline-block;
  content: url("../common/icon_extra.svg");
  padding-right: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(3px);
}

.attention {
  font-weight: 600;
  text-decoration: underline;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  padding-top: 2rem;
}

.date-edit {
  position: relative;
}

label {
  display: inline-block;
  margin-left: -2px;
  margin-right: 20px;
}
label:hover {
  cursor: pointer;
}

input[type=date] {
  padding: 10px;
  text-align: center;
}

input[type=text] {
  box-sizing: border-box;
  padding: 0.6em;
  margin-left: 1rem;
  border: 1px solid rgb(163, 163, 163);
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  input[type=text] {
    margin-left: 0;
    width: 100%;
  }
}

select,
::picker(select) {
  appearance: base-select;
}

.badge-flex {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  outline: auto;
}
@media screen and (max-width: 767.98px) {
  .badge-flex {
    display: block;
  }
}
.badge-flex span {
  width: 80px;
}

.kanri-att {
  display: block;
  margin-top: 1rem;
  font-size: 90%;
  color: red;
}

textarea {
  line-height: 1.6em;
}

/*==============================================================*/
/*popup template design*/
.popup-background {
  /*position size*/
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  /*design*/
  background-color: gray;
  opacity: 0.5;
}

.popup {
  /*position size*/
  --height: 300px;
  --width: 300px;
  z-index: 101;
  position: fixed;
  top: calc(50vh - var(--height) / 2);
  left: calc(50vw - var(--width) / 2);
  height: var(--height);
  width: var(--width);
  /*design*/
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px gray;
}

.popup > .close-button {
  /*position size*/
  --size: 20px;
  position: absolute;
  top: calc(var(--size) / 4);
  left: calc(var(--width) - var(--size) * 5 / 4); /*css variables are available in children*/
  height: var(--size);
  width: var(--size);
  /*design*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: gray;
  font-size: var(--size);
  border-radius: calc(var(--size) / 5);
}

.popup > .close-button:hover {
  /*design*/
  background-color: red;
  color: white;
}

.popup > .content {
  padding: 10px;
  text-align: center;
}

/*hide popup*/
.popup-flag {
  display: none;
}

.popup-flag:not(:checked) + .popup-background {
  display: none;
}

.popup-flag:not(:checked) + * + .popup {
  display: none;
}

/*==============================================================*/
/*custom design*/
#popupFlag2 + * + .popup {
  /*position size*/
  --height: 150px;
  --width: 150px;
}

#popupFlag3 + * + .popup {
  /*position size*/
  --height: 150px;
  --width: 350px;
  /*design*/
  display: block;
  transform: rotate(30deg);
  box-shadow: 0px 0px 3px 1px gray;
  transition: 0.5s;
}

#popupFlag3:not(:checked) + * + .popup {
  /*position size*/
  --height: 0px;
  /*design*/
  transform: rotate(0deg);
  box-shadow: 0px 0px 0px gray;
}

.l-footer {
  padding: 4rem 2rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding: 4rem 2rem;
  }
}

.l-footer__inner {
  max-width: 118rem;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .l-footer__inner {
    background-color: transparent;
    padding: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    padding: 0;
    background-color: transparent;
  }
}
.l-footer__inner h2 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-weight: 800;
  margin-bottom: 2rem;
}
.l-footer__inner > p {
  font-size: clamp(1.4rem, 1.11111vw, 1.6rem);
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner > p {
    margin-bottom: 1.5rem;
  }
}

/*	cv_btnArea
------------------------------------------*/
.cv_btnArea {
  text-align: center;
  max-width: 900px;
  margin: 4rem auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767.98px) {
  .cv_btnArea {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 4rem auto 0;
  }
}
.cv_btnArea > [class*=cv_btn] {
  width: 48%;
  max-width: 400px;
}
@media screen and (max-width: 767.98px) {
  .cv_btnArea > [class*=cv_btn] {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.cv_btnArea > [class*=cv_btn]:nth-child(n+2) {
  margin-left: 2%;
}
@media screen and (max-width: 767.98px) {
  .cv_btnArea > [class*=cv_btn]:nth-child(n+2) {
    margin-left: 0;
  }
}

.cv_btn_balloon {
  display: block;
  position: relative;
  z-index: 2;
  padding: 8px 20px 9px;
  width: max-content;
  margin: 0 auto -13px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.11111vw, 1.6rem);
}
.cv_btn_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0;
  border-color: #fff transparent transparent transparent;
}

.cv_btn01 .cv_btn_balloon {
  border: 3px solid #009A69;
}

.cv_btn02 .cv_btn_balloon {
  border: 3px solid #3C2C25;
}

.cv_btn_balloon .pink {
  color: #FA0C81;
}

.cv_btn01 a,
.cv_btn02 a {
  position: relative;
  display: block;
  padding: 26px 30px;
  border-radius: 60px;
  font-size: clamp(1.4rem, 1.527777vw, 1.8rem);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(125, 55, 4, 0.26);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.cv_btn01 a:hover::after,
.cv_btn02 a:hover::after {
  transform: scale(1.5);
}
.cv_btn01 a::after,
.cv_btn02 a::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
  .cv_btn01 a::after,
  .cv_btn02 a::after {
    top: 2.8rem;
    right: 1.4rem;
    width: 3.4rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cv_btn01 a::after,
  .cv_btn02 a::after {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .cv_btn01 a::after,
  .cv_btn02 a::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .cv_btn01 a,
  .cv_btn02 a {
    margin-bottom: 4rem;
  }
}

/*.cv_btn01,02---------------------------------*/
.cv_btn01 a {
  background: #009A69;
  color: white;
  font-size: clamp(1.8rem, 1.527777vw, 2.2rem);
}

.cv_btn02 a {
  background: #3C2C25;
  color: white;
}

/*Footer-navi*/
.l-footernav {
  max-width: 1180px;
  margin: 6rem auto 2rem auto;
  border-top: 2px solid white;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .l-footernav {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footernav {
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }
}

.l-footernav__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.l-footernav {
  font-size: clamp(1.2rem, 1.11111vw, 1.4rem);
}
.l-footernav__ttl {
  font-size: 2rem;
  font-weight: 600;
  color: 900;
}
.l-footernav address {
  font-size: 1.4rem;
  font-style: normal;
}
.l-footernav__txt {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 1.5rem;
}

.f-navi {
  margin-top: auto;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .f-navi {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .f-navi {
    margin-top: 4rem;
  }
}
.f-navi__list {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 767.98px) {
  .f-navi__list {
    flex-direction: column;
    text-align: left;
  }
}
.f-navi__list__item {
  margin-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .f-navi__list__item {
    margin-left: 0;
    line-height: 2em;
  }
}
.f-navi__list a {
  text-decoration: none;
  color: currentColor;
  font-weight: 600;
  transition: 0.3s;
}
.f-navi__list a:hover {
  opacity: 0.7;
}

.faq {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-list .faq-list__item {
  margin-bottom: 10px;
}
.faq-list .faq-list__item .faq-toggle {
  display: none;
}
.faq-list .faq-list__item .faq-question {
  display: block;
  padding: 10px 15px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.faq-list .faq-list__item .faq-question:hover {
  background-color: #e7ffd0;
}
.faq-list .faq-list__item .faq-question span {
  position: relative;
  display: inline-block;
  background-color: #009A69;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 0.8em;
}
.faq-list .faq-list__item .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background-color: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-list .faq-list__item .faq-toggle:checked + .faq-question + .faq-answer {
  max-height: 500px;
  padding: 10px 15px;
}

.p-mv {
  width: 100%;
  background-color: #F7F7F7;
  padding: 2.4rem 0;
}

.p-mv__inner {
  width: 100%;
  max-width: 130rem;
  padding: 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  gap: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__inner {
    padding: 0 1.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.p-mv__txt-box {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  min-width: 36%;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt-box {
    text-align: center;
    min-width: 100%;
    margin-left: 0;
  }
}

.p-mv__ttl {
  padding-right: 0.6rem;
  font-size: clamp(1.4rem, 1.527777vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 2rem;
  transition: 0.3s;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .p-mv__ttl {
    font-size: 13px;
  }
}
.p-mv__ttl h2 {
  position: relative;
  font-weight: 700;
  font-size: clamp(3.6rem, 3.47222vw, 5.8rem);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #009A69;
  border-bottom: 4px solid #009A69;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-mv__ttl h2 {
    margin-bottom: 0rem;
    border-bottom: 2px solid #009A69;
  }
}
.p-mv__ttl h2 span {
  color: #FA0C81;
  font-weight: 800;
}
.p-mv__ttl h2::before, .p-mv__ttl h2::after {
  position: absolute;
  top: 100%;
  left: 30%;
  content: "";
  height: 0;
  width: 0;
}
@media screen and (max-width: 767.98px) {
  .p-mv__ttl h2::before, .p-mv__ttl h2::after {
    left: 50%;
  }
}
.p-mv__ttl h2::before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #009A69;
  margin-left: -16px;
}
@media screen and (max-width: 767.98px) {
  .p-mv__ttl h2::before {
    border: none;
  }
}
.p-mv__ttl h2::after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #eaecff;
  margin-left: -10px;
}
@media screen and (max-width: 767.98px) {
  .p-mv__ttl h2::after {
    border: none;
  }
}

.p-mv__main-txt {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.7;
  word-break: auto-phrase;
  text-wrap: balance;
  margin-bottom: 2rem;
  transition: 0.3s;
}
.p-mv__main-txt span {
  color: #FA0C81;
}
@media screen and (max-width: 767.98px) {
  .p-mv__main-txt {
    margin-bottom: 0rem;
  }
}

.p-mv__button {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__button {
    display: none;
  }
}

.p-mv__banner-image {
  width: fit-content;
  max-width: 760px;
  height: auto;
  transform: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-mv__banner-image {
    max-width: 100%;
  }
}
.p-mv__banner-image li {
  object-fit: cover;
  transform: 0.3s;
  margin-bottom: 1.4rem;
}
.p-mv__banner-image li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .p-mv__banner-image li:last-child {
    margin-bottom: 20px;
  }
}

/*快適安心な理由　特徴*/
.features {
  position: relative;
}
.features__inner {
  max-width: 118rem;
  margin: 6rem auto 4rem auto;
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .features__inner {
    flex-direction: column;
    padding: 0 2rem;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.features::before {
  position: absolute;
  right: 18rem;
  top: -11rem;
  display: block;
  content: "SUPPORT";
  font-size: 8rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  color: transparent;
  -webkit-text-stroke: 2px #d4dcdf;
}
@media screen and (max-width: 1280px) {
  .features::before {
    font-size: 7rem;
    right: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .features::before {
    font-size: 4rem;
    top: -9rem;
  }
}
.features__head {
  display: flex;
  flex-direction: column;
  min-width: 40rem;
}
@media screen and (min-width: 768px) {
  .features__head {
    min-width: 34rem;
  }
}
@media screen and (max-width: 767.98px) {
  .features__head {
    min-width: 0;
  }
}
.features__head h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
.features__head h3::after {
  background-color: #000;
  content: "";
  height: 1px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .features__head h3::after {
    width: 38%;
  }
}
.features__head h4 {
  font-size: clamp(2.4rem, 1.666666vw, 2.8rem);
  font-weight: 800;
}
.features__head h4 span {
  color: #FA0C81;
}
@media screen and (max-width: 767.98px) {
  .features__head h4 {
    margin-bottom: 2rem;
  }
}
.features p {
  margin-left: 4rem;
  font-size: clamp(1.4rem, 1.11111vw, 1.6rem);
}
@media screen and (max-width: 767.98px) {
  .features p {
    margin-left: 0;
  }
}

.features__content {
  max-width: 110rem;
  margin: auto;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .features__content {
    flex-direction: column;
    padding: 2rem;
  }
}
.features__content-ttl {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .features__content-ttl {
    max-width: 100%;
  }
}
.features__content-ttl h5 {
  font-size: clamp(1.3rem, 1.11111vw, 1.6rem);
  white-space: nowrap;
}
.features__content-ttl img {
  height: 110px;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  .features__content-ttl img {
    height: 100px;
  }
}
.features__content-ttl img:hover {
  transform: scale(1.1);
}

.features__content-list {
  margin-left: 40px;
}
@media screen and (max-width: 767.98px) {
  .features__content-list {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.features__content-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6rem;
  border: #009A69 solid 2px;
  border-radius: 12px;
  padding: 2rem 2.6rem;
  box-shadow: 1px 4px 1px lightgray;
}
@media screen and (max-width: 767.98px) {
  .features__content-list li {
    flex-direction: column;
  }
}
.features__content-list .txt {
  margin: 0;
  line-height: 1.6;
}
.features__content-list .ttl {
  display: inline-block;
  font-size: clamp(1.8rem, 1.388888vw, 2rem);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1.4rem;
  color: #009A69;
}

.list--img {
  max-width: 140px;
  object-fit: contain;
  margin-left: 20px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .list--img {
    max-width: 50%;
    margin: auto;
  }
}

.student__navi {
  border-top: 1px solid #F7F7F7;
  max-width: 1100px;
  padding: 0 8rem 4rem 8rem;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .student__navi {
    max-width: 100%;
    padding: 0 2rem 4rem 2rem;
  }
}
.student__navi-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .student__navi-list {
    justify-content: space-around;
  }
}
.student__navi-item {
  width: calc(33.3333333333% - 5rem);
  text-align: center;
  font-weight: 700;
  padding: 1rem 2rem;
  transition: 0.3s;
  border-radius: 2rem;
  box-shadow: 0 0 8px lightgray;
}
@media screen and (max-width: 767.98px) {
  .student__navi-item {
    width: calc(50% - 20px);
    margin-bottom: 2.2rem;
    padding: 1rem;
  }
}
.student__navi-item a {
  text-decoration: none;
  color: currentColor;
}
.student__navi-item a:hover {
  opacity: 0.7;
}

.item-txt {
  font-size: 12px;
  letter-spacing: 0;
}

/*ここまで*//*# sourceMappingURL=style.css.map */