@charset "UTF-8";
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c-notes__item, .c-notes__item::before {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-notes__item, .c-notes__item::before {
    font-size: clamp(0.75rem, 0.2604166667vw + 0.625rem, 0.875rem);
  }
}

.c-txt {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: clamp(0.875rem, 0.2604166667vw + 0.75rem, 1rem);
  }
}

.c-stepbtns__item .txt, .c-ttl, .c-ttl.fz-20 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-stepbtns__item .txt, .c-ttl, .c-ttl.fz-20 {
    font-size: clamp(1rem, 0.5208333333vw + 0.75rem, 1.25rem);
  }
}

.c-btn10__link, .c-ttl.fz-24 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-btn10__link, .c-ttl.fz-24 {
    font-size: clamp(1.25rem, 0.5208333333vw + 1rem, 1.5rem);
  }
}

.c-ttl.fz-32, .c-ttl10, .c-ttl11 {
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl.fz-32, .c-ttl10, .c-ttl11 {
    font-size: clamp(1.375rem, 3.90625vw + -0.5rem, 2rem);
  }
}

.c-ttl.fz-40 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-ttl.fz-40 {
    font-size: clamp(1.5rem, 2.0833333333vw + 0.5rem, 2.5rem);
  }
}

.c-ttl.fz-240 {
  font-size: clamp(5rem, 21.1734693878vw + 0.0374681122rem, 10.1875rem);
}
@media screen and (min-width: 768px) {
  .c-ttl.fz-240 {
    font-size: clamp(7.5rem, 15.625vw + 0rem, 15rem);
  }
}

/*!
page > common > common
------------------------------
*/
/*!
component > Texts
------------------------------
*/
.c-txt {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

/*!
component > title
------------------------------
*/
.c-ttl {
  font-weight: 700;
  line-height: 1.45;
  color: #333333;
}
.c-ttl.fw-400 {
  font-weight: 400;
}
.c-ttl.fw-900 {
  font-weight: 900;
}
.c-ttl.cl-green01 {
  color: #1EA896;
}
.c-ttl.cl-white01 {
  color: #FFFFFF;
}

.c-ttl10 {
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.71875;
  color: #FFFFFF;
}
.c-ttl10 span {
  background-image: linear-gradient(to bottom, #333 0%, #333 100%);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  padding: 5px 8px 3px 10px;
}

.c-ttl11 {
  position: relative;
  font-weight: 900;
  line-height: 1.625;
  letter-spacing: 0.04em;
  color: #333333;
  padding-left: 55px;
}
@media screen and (min-width: 768px) {
  .c-ttl11 {
    padding-left: 110px;
  }
}
.c-ttl11::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #27CF6A;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .c-ttl11::before {
    width: 80px;
    height: 4px;
    top: calc(50% + 4px);
  }
}

/*!
component > btn
------------------------------
*/
.c-btn10 {
  width: 270px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .c-btn10 {
    width: 560px;
    height: 160px;
  }
}
.c-btn10__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1EA896;
  color: #FFFFFF;
  border: 2px solid #1EA896;
  font-weight: 700;
  line-height: 1.4583333333;
}
.c-btn10__link:visited, .c-btn10__link:link {
  color: #FFFFFF;
}

.c-stepbtns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-stepbtns {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 37px;
  }
}
.c-stepbtns__item {
  width: 100%;
  max-width: 54.23%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 3px solid #1EA896;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-stepbtns__item {
    border: 6px solid #1EA896;
    max-width: 360px;
  }
}
.c-stepbtns__item .txt {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  color: #333333;
  padding: 10px 20px;
}
.c-stepbtns__item::before {
  content: "";
  display: block;
  height: 20px;
  width: 8px;
  background-color: #27CF6A;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: -23px;
  left: 50%;
  rotate: 90deg;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .c-stepbtns__item::before {
    height: 30px;
    width: 12px;
    top: 50%;
    left: -30px;
    translate: 0 -50%;
    rotate: unset;
  }
}
.c-stepbtns__item:first-child::before {
  display: none;
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.c-box01 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-box01 {
    margin-top: 29px;
  }
}
.c-box01__ttl {
  width: 100%;
  height: 40px;
  padding: 1px 10px;
  background-color: #1EA896;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-box01__ttl {
    height: 50px;
  }
}
.c-box01__contentarea {
  background-color: #FFFFFF;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-box01__contentarea {
    gap: clamp(1.875rem, 1.3020833333vw + 1.25rem, 2.5rem);
    padding: 30px 40px;
  }
}
.c-box01__contentarea .imgarea {
  width: 70px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-box01__contentarea .imgarea {
    width: clamp(5rem, 2.6041666667vw + 3.75rem, 6.25rem);
  }
}
@media screen and (min-width: 768px) {
  .c-box01__contentarea .content {
    margin-top: -2px;
  }
}
.c-box01 + .c-box01 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-box01 + .c-box01 {
    margin-top: 18px;
  }
}

.c-notes {
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .c-notes {
    margin: 19px auto 0;
  }
}
.c-notes__item {
  font-weight: 500;
  line-height: 1.5714285714;
  color: #333333;
  padding-left: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-notes__item {
    padding-left: 17px;
  }
}
.c-notes__item::before {
  content: "※";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5714285714;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/*!
layout > container
------------------------------
*/
.l-container02 {
  width: unset;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .l-container02 {
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
  }
  .l-container02 {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=m_common.css.map */
