*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.5vw;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  overflow: hidden;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

.font-tsuku {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-tsuku-bold {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.wrapper {
  width: 100%;
  padding-right: 30rem;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-right: 0;
  }
}

.l-header {
  background-color: #f2f2f2;
  position: relative;
  padding-bottom: 3rem;
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 158, 152);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  background: linear-gradient(90deg, rgb(0, 158, 152) 0%, rgb(72, 141, 199) 100%);
}
.l-header__inr {
  background: url("../img/fv.jpg") no-repeat center bottom;
  background-size: cover;
  min-height: 48rem;
  padding-top: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__inr {
    min-height: 90vw;
    align-items: flex-start;
    padding-top: 10vw;
  }
}
.l-header__content {
  background-color: rgba(72, 140, 198, 0.77);
  padding: 0 22rem 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__content {
    width: 94%;
    margin: 0 auto;
    padding: 1rem 3rem 4rem;
  }
}
.l-header__content .fukidashi {
  color: #2D80BD;
  margin: 0 auto;
  width: fit-content;
  background-color: #fff;
  border-radius: 10rem;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  transform: translateY(-50%);
  position: relative;
}
.l-header__content .fukidashi::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 99%;
  left: 50%;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translate(-50%, 0);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__content .fukidashi {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -20%);
    font-size: 2.6rem;
  }
}
.l-header__content h1 {
  font-size: 6rem;
  line-height: 1.2;
  font-style: italic;
  color: #EEE93A;
  text-align: center;
  letter-spacing: -0.05em;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
.l-header__content h1 span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__content h1 {
    text-align: left;
    font-size: 5rem;
  }
}
.l-header__content .txt1 {
  margin-top: 1rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
}
.l-header__content .sm {
  width: 46rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(24%, -17%);
}
@media screen and (max-width: 767px) {
  .l-header__content .sm {
    top: 20rem;
    right: 7rem;
  }
}
.l-header__content .txt2_wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 4rem;
}
.l-header__content .txt2_wrap p {
  background-color: #fff;
  color: #2D80BD;
  font-size: 2.6rem;
  font-weight: 900;
  padding: 1rem;
  border-radius: 10rem;
  width: 22rem;
  text-align: center;
  letter-spacing: -0.05em;
  transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .l-header__content .txt2_wrap {
    flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
    position: absolute;
    top: 22rem;
    left: 3rem;
  }
}

.sec_mail {
  position: fixed;
  top: 0;
  right: 0;
  width: 30rem;
  height: 100%;
  background: #046292;
  z-index: 100;
  padding: 4rem 2rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .sec_mail {
    position: relative;
    inset: 0 0 0 0;
    width: 100%;
    height: auto;
    padding: 10rem 5rem 10rem;
  }
  .sec_mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #046292;
    clip-path: polygon(0 0, 100% 16vw, 100% 100%, 0% 100%);
  }
  .sec_mail * {
    position: relative;
    z-index: 3;
  }
}
.sec_mail h2 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec_mail h2 {
    font-size: 6rem;
    margin-bottom: 3rem;
  }
}
.sec_mail .form dt {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.sec_mail .form dt .req {
  background-color: #972F2F;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 0.3rem 0.2rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .sec_mail .form dt {
    font-size: 2.8rem;
  }
}
.sec_mail .form dd {
  margin-bottom: 1.4rem;
}
.sec_mail .form dd.clm1 input, .sec_mail .form dd.clm1 textarea {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background-color: #fff;
  color: #046292;
}
.sec_mail .form dd.clm2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.sec_mail .form dd.clm2 input {
  width: calc(50% - 0.1rem);
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background-color: #fff;
  color: #046292;
}
.sec_mail .form dd textarea {
  height: 10rem;
}
.sec_mail .form dd.chk label span {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec_mail .form dd.clm1 input, .sec_mail .form dd.clm1 textarea, .sec_mail .form dd.clm2 input, .sec_mail .form dd.clm2 textarea {
    padding: 1.4rem;
    font-size: 2.8rem;
  }
  .sec_mail .form dd.chk {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .sec_mail .form dd.chk label span {
    font-size: 2.6rem;
  }
}
.sec_mail .btn_wrap {
  text-align: center;
  margin-top: 2rem;
}
.sec_mail .btn_wrap button {
  background-color: #FFF35F;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
  width: 100%;
  height: 5rem;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec_mail .btn_wrap button {
    font-size: 3rem;
    padding: 1rem 2rem;
    height: 8rem;
  }
}

.fixed_btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.fixed_btn a {
  background: #FFF35F;
  width: 100%;
  text-align: center;
  display: block;
  padding: 1.8rem 0;
  text-align: center;
  font-size: 3rem;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

.sec1 {
  background-color: #f2f2f2;
  padding: 5rem 0 7rem;
}
.sec1 .txt1 {
  text-align: center;
  color: #2D81BE;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec1 .txt1 {
    font-size: 2.8rem;
  }
}
.sec1 h2 {
  color: #2D81BE;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  position: relative;
  line-height: 1.2;
}
.sec1 h2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
.sec1 h2 img.deco_left {
  right: calc(100% + 1rem);
}
.sec1 h2 img.deco_right {
  left: calc(100% + 1rem);
}
.sec1 .txt2 {
  width: fit-content;
  margin: 5rem auto 0;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec1 .txt2 {
    font-size: 2.8rem;
    padding: 0 5rem;
  }
}

.sec2 {
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec2 {
    padding: 5rem 0 5rem;
  }
}
.sec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../img/sec2_bg.jpg") no-repeat center top;
  background-size: auto 65rem;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  z-index: 1;
}
.sec2 * {
  position: relative;
  z-index: 3;
}
.sec2 .fukidashi {
  color: #fff;
  background-color: #2D80BD;
  width: fit-content;
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  border-radius: 10rem;
  padding: 1.4rem 4rem 2rem;
  margin: 0 auto;
  position: relative;
  transform: translateY(-2.6rem);
}
.sec2 .fukidashi span {
  display: block;
  font-size: 2rem;
}
.sec2 .fukidashi::before {
  content: "";
  width: 3rem;
  height: 1.8rem;
  position: absolute;
  top: 99%;
  left: 50%;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translate(-50%, 0);
  background-color: #2D80BD;
}
@media screen and (max-width: 767px) {
  .sec2 .fukidashi {
    transform: translateY(0);
  }
}
.sec2 .onayami {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sec2 .onayami {
    flex-direction: column;
    align-items: center;
  }
}
.sec2 .onayami li {
  width: 23rem;
  background-color: #F3F7DE;
  padding: 1.4rem 1rem 3rem;
  filter: drop-shadow(1rem 1rem 1rem rgba(0, 0, 0, 0.5));
}
.sec2 .onayami li figure {
  width: 4rem;
  margin: 0 auto 1rem;
}
.sec2 .onayami li p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7;
}
.sec2 .onayami li:nth-child(even) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec2 .onayami li {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 3rem;
    gap: 2rem;
  }
  .sec2 .onayami li figure {
    margin: 0;
    width: 6rem;
  }
  .sec2 .onayami li p {
    text-align: left;
    font-size: 3rem;
  }
  .sec2 .onayami li:nth-child(even) {
    margin-top: 0;
  }
}
.sec2 .arrow1 {
  text-align: center;
  margin: 4rem 0;
}
.sec2 .arrow1 img {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .sec2 .arrow1 {
    margin: 6rem 0;
  }
  .sec2 .arrow1 img {
    width: 60%;
  }
}
.sec2 .txt1 {
  background: rgb(0, 158, 152);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  background: linear-gradient(90deg, rgb(0, 158, 152) 0%, rgb(72, 141, 199) 100%);
  width: fit-content;
  margin: 0 auto 2rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1.4;
  padding: 1rem 3rem 2rem;
}
.sec2 .txt1 span {
  color: #F5EA29;
  font-size: 4.6rem;
  display: inline-block;
  padding: 0 1rem;
  position: relative;
}
.sec2 .txt1 span::before {
  content: "";
  width: 106%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kirakira.png") no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .sec2 .txt1 {
    clip-path: initial;
    font-size: 4.4rem;
    margin-bottom: 4rem;
  }
}
.sec2 .txt2 {
  text-align: center;
  font-size: 3.6rem;
  color: #444;
}
.sec2 .txt2 .marker {
  background: rgb(255, 238, 0);
  background: linear-gradient(0deg, rgb(255, 238, 0) 50%, rgba(255, 255, 255, 0) 50%);
}
@media screen and (max-width: 767px) {
  .sec2 .txt2 {
    white-space: nowrap;
    font-size: 4.2rem;
  }
}
.sec2 .arrow2 {
  text-align: center;
  margin-top: 2rem;
}
.sec2 .arrow2 img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .sec2 .arrow2 {
    margin-top: 4rem;
  }
  .sec2 .arrow2 img {
    width: 30%;
  }
}

.sec3 {
  position: relative;
  padding: 10.7rem 0 8rem;
  background: rgb(249, 249, 250);
  background: linear-gradient(0deg, rgb(249, 249, 250) 60%, rgb(255, 255, 255) 60%);
}
@media screen and (max-width: 767px) {
  .sec3 {
    padding: 12rem 0 4rem;
    margin-bottom: 6rem;
  }
}
.sec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec3::before {
    clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0 calc(100% - 12vw));
  }
}
.sec3 * {
  position: relative;
  z-index: 3;
}
.sec3 .point {
  display: flex;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .sec3 .point {
    flex-direction: column;
    align-items: center;
  }
}
.sec3 .point .img {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec3 .point .img {
    width: 100%;
    align-items: center;
  }
}
.sec3 .point .img figure {
  width: 50rem;
  position: relative;
}
.sec3 .point .img figure::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  top: 10%;
  background: rgb(0, 158, 152);
  background: linear-gradient(180deg, rgb(0, 158, 152) 0%, rgb(72, 141, 199) 100%);
}
@media screen and (max-width: 767px) {
  .sec3 .point .img figure {
    width: 90%;
    margin-bottom: 7rem;
  }
  .sec3 .point .img figure::before {
    inset: auto auto auto auto;
    bottom: 0;
    transform: translateY(3rem);
    width: 100%;
    height: 100%;
  }
}
.sec3 .point .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec3 .point .text {
    width: 90%;
  }
}
.sec3 .point .text .num {
  font-family: "fot-matisse-pron", sans-serif;
  transform: rotate(0.05deg);
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 40rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .sec3 .point .text .num {
    top: -4rem;
  }
}
.sec3 .point .text h2,
.sec3 .point .text .txt {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .sec3 .point .text h2,
  .sec3 .point .text .txt {
    width: 100%;
  }
}
.sec3 .point .text h2 {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .sec3 .point .text h2 {
    font-size: 4.8rem;
  }
}
.sec3 .point .text .txt {
  font-size: 2rem;
  line-height: 1.8;
  color: #444;
}
@media screen and (max-width: 767px) {
  .sec3 .point .text .txt {
    font-size: 2.6rem;
  }
}
.sec3 .point:nth-child(odd) .img {
  justify-content: flex-end;
}
.sec3 .point:nth-child(odd) .img figure::before {
  right: 10%;
}
@media screen and (max-width: 767px) {
  .sec3 .point:nth-child(odd) .img {
    justify-content: center;
  }
  .sec3 .point:nth-child(odd) .img figure {
    padding: 0 1rem 1rem 6rem;
  }
  .sec3 .point:nth-child(odd) .img figure::before {
    left: 0;
  }
}
.sec3 .point:nth-child(odd) .text {
  align-items: flex-start;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .sec3 .point:nth-child(odd) .text {
    padding-left: 0;
  }
}
.sec3 .point:nth-child(odd) .text .num {
  color: #cee6e4;
  text-shadow: 0.4rem 0.4rem 0 #cee6e4;
}
@media screen and (min-width: 1699px) {
  .sec3 .point:nth-child(odd) .text .num {
    left: 40rem;
  }
}
@media screen and (max-width: 1700px) {
  .sec3 .point:nth-child(odd) .text .num {
    right: 0;
  }
}
.sec3 .point:nth-child(odd) .text h2 {
  color: #009E96;
}
.sec3 .point:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec3 .point:nth-child(even) {
    flex-direction: column;
  }
}
.sec3 .point:nth-child(even) .img {
  justify-content: flex-start;
}
.sec3 .point:nth-child(even) .img figure::before {
  left: 10%;
}
@media screen and (max-width: 767px) {
  .sec3 .point:nth-child(even) .img {
    justify-content: center;
  }
  .sec3 .point:nth-child(even) .img figure {
    padding: 0 6rem 1rem 1rem;
  }
  .sec3 .point:nth-child(even) .img figure::before {
    left: 0;
  }
}
.sec3 .point:nth-child(even) .text {
  align-items: flex-end;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .sec3 .point:nth-child(even) .text {
    padding-right: 0;
  }
}
.sec3 .point:nth-child(even) .text .num {
  color: #b7d6d9;
  text-shadow: 0.4rem 0.4rem 0 #b7d6d9;
}
@media screen and (min-width: 1699px) {
  .sec3 .point:nth-child(even) .text .num {
    right: 40rem;
  }
}
@media screen and (max-width: 1700px) {
  .sec3 .point:nth-child(even) .text .num {
    left: 0;
  }
}
.sec3 .point:nth-child(even) .text h2 {
  color: #066393;
}
@media screen and (max-width: 767px) {
  .sec3 .point:nth-child(even) .text h2 {
    text-align: right;
  }
}

.sec4 {
  background-color: #F9F9FA;
  padding-bottom: 10rem;
}
.sec4__inr {
  width: min(90%, 125rem);
  margin: 0 auto;
}
.sec4 .fukidashi {
  color: #fff;
  background-color: #2D80BD;
  width: fit-content;
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  border-radius: 10rem;
  padding: 1.4rem 4rem 2rem;
  width: 54rem;
  margin: 0 auto;
  position: relative;
  transform: translateY(-2.6rem);
  margin-bottom: 4rem;
  filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.5));
}
.sec4 .fukidashi::before {
  content: "";
  width: 3rem;
  height: 1.8rem;
  position: absolute;
  top: 99%;
  left: 50%;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translate(-50%, 0);
  background-color: #2D80BD;
}
.sec4 .func {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  counter-reset: num;
}
.sec4 .func li {
  counter-increment: num;
  width: calc((100% - 4rem) / 3);
  background-color: #fff;
  padding: 3rem 0;
}
@media screen and (max-width: 1100px) {
  .sec4 .func li {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sec4 .func li {
    width: 100%;
  }
}
.sec4 .func li .num {
  text-align: center;
  color: #2d80bd;
  font-size: 5rem;
  font-weight: bold;
}
.sec4 .func li .num::before {
  content: counter(num, decimal-leading-zero);
}
@media screen and (max-width: 767px) {
  .sec4 .func li .num {
    font-size: 8rem;
  }
}
.sec4 .func li .txt1 {
  text-align: center;
  font-size: 1.6rem;
  color: #2D81BE;
}
@media screen and (max-width: 767px) {
  .sec4 .func li .txt1 {
    font-size: 2.8rem;
  }
}
.sec4 .func li h3 {
  text-align: center;
  font-size: min(2.8rem, 1.7vw);
}
@media screen and (max-width: 1100px) {
  .sec4 .func li h3 {
    font-size: min(2.8rem, 3vw);
  }
}
@media screen and (max-width: 767px) {
  .sec4 .func li h3 {
    font-size: 4rem;
  }
}
.sec4 .func li .img {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sec4 .func li .img img {
  width: 20rem;
  height: 20rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .sec4 .func li .img img {
    width: 40%;
    height: 40%;
  }
}
.sec4 .func li .txt2 {
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .sec4 .func li .txt2 {
    font-size: 2.8rem;
  }
}

.sec5 {
  background-color: #F9F9FA;
}
.sec5__inr {
  width: min(100%, 125rem);
  margin: 0 auto;
  background-color: #DAEFFB;
  position: relative;
  padding: 2rem 3rem 2rem 4rem;
  height: 44rem;
}
@media screen and (max-width: 767px) {
  .sec5__inr {
    height: 84rem;
    padding: 4rem 3rem 2rem 3rem;
  }
}
.sec5__inr::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background-color: rgba(74, 158, 216, 0.78);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec5__inr::before {
    top: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
  }
}
.sec5__inr p, .sec5__inr h2 {
  position: relative;
  z-index: 3;
}
.sec5__inr h2 {
  color: #fff;
  font-size: 7rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec5__inr h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.sec5__inr .txt1 {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec5__inr .txt1 {
    font-size: 3.6rem;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec5__inr .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec5__inr .img img {
    width: 100%;
  }
}
.sec5__inr .txt2 {
  position: absolute;
  top: 3rem;
  left: 55rem;
  width: 18rem;
  height: 18rem;
  background-color: #040000;
  color: #fff;
  border-radius: 50%;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.sec5__inr .txt2 span {
  font-size: 8rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 767px) {
  .sec5__inr .txt2 {
    top: 27rem;
    left: 9rem;
  }
}
.sec5__inr .txt3 {
  background-color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 8rem;
  position: absolute;
  bottom: 2rem;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .sec5__inr .txt3 {
    display: block;
    width: 90%;
    bottom: 3rem;
    left: 5%;
    font-size: 3.6rem;
    padding: 1rem 0;
    text-align: center;
  }
}

.sec6 {
  background-color: #F9F9FA;
  padding: 12rem 0;
}
.sec6 .fukidashi {
  margin: 0 auto;
  width: fit-content;
  background-color: #D7D7D8;
  border-radius: 10rem;
  padding: 3rem 3rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  transform: translateY(-50%);
  position: relative;
  filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.5));
}
.sec6 .fukidashi::before {
  content: "";
  width: 3rem;
  height: 2rem;
  position: absolute;
  top: 99%;
  left: 50%;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translate(-50%, 0);
  background-color: #D7D7D8;
}
@media screen and (max-width: 767px) {
  .sec6 .fukidashi {
    width: 90%;
    text-align: center;
    font-size: 4rem;
    line-height: 1.2;
  }
}
.sec6 h2 {
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .sec6 h2 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
.sec6 .txt1 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec6 .txt1 {
    font-size: 2.8rem;
    text-align: left;
    width: 80%;
    margin: 0 auto 4rem;
  }
}
.sec6 .qa {
  width: min(90%, 100rem);
  margin: 0 auto;
}
.sec6 .qa li dl dt {
  background: rgb(149, 179, 138);
  background: linear-gradient(90deg, rgb(149, 179, 138) 0%, rgb(0, 138, 186) 100%);
  color: #fff;
  position: relative;
  padding: 2.4rem 3rem 2.4rem 8rem;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10rem;
}
.sec6 .qa li dl dt::before {
  content: "Q";
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: 0.6rem;
  left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec6 .qa li dl dt {
    padding: 2.4rem 1rem 2.4rem 9rem;
    font-size: 3rem;
  }
  .sec6 .qa li dl dt::before {
    font-size: 7rem;
    top: 50%;
    left: 2rem;
    margin-top: -1rem;
    transform: translateY(-50%);
  }
}
.sec6 .qa li dl dd {
  padding: 2rem 3rem 4rem 8rem;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.sec6 .qa li dl dd::before {
  content: "A";
  color: #CAD4D3;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: 1.6rem;
  left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec6 .qa li dl dd {
    padding: 2rem 1rem 4rem 9rem;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.7;
  }
  .sec6 .qa li dl dd::before {
    font-size: 7rem;
    left: 2rem;
  }
}

/***************************
	footer
***************************/
footer {
  background: #4C4C4C;
  position: relative;
  z-index: 200;
}

footer .footer_top {
  padding: 30px 0;
}

footer .footer_top > div > ul {
  margin-right: 20px;
}

footer .footer_top > div > ul > li {
  margin-bottom: 10px;
}

footer .footer_top > div > ul > li > a {
  display: block;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 167px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 13px;
}

footer .footer_top > div > ul > li > a.bgblack {
  color: #fff;
  background: #000;
}

footer .footer_top > div > ul > li > a.bgred {
  color: #fff;
  background: #d60000;
}

footer .footer_top > div > ul > li > a.bgblue {
  color: #fff;
  background: #398abf;
}

footer .footer_top > div > ul > li ul {
  padding: 5px 0 5px 10px;
}

footer .footer_top > div > ul > li ul li a {
  display: block;
  font-size: 12px;
  background: url(../images/footer/icon01.png) left center no-repeat;
  padding-left: 10px;
}

footer .footer_bottom {
  width: 100%;
  background: #272828;
  padding: 20px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

footer .footer_bottom_link a {
  color: #fff;
  display: inline-block;
  background: url(../images/footer/icon01.png) left center no-repeat;
  padding-left: 10px;
  margin: 0 5px;
}

footer .footer_bottom img {
  display: block;
  margin: 20px auto 5px auto;
}

.footer_logo {
  text-align: center;
}

.l-footer__inr {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 40px 0;
}

.l-footer__logo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.l-footer__logo .logo img {
  width: 140px;
}

.l-footer__logo .btn_wrap {
  display: flex;
  gap: 20px;
}

.l-footer__logo .btn_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 38px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .l-footer__logo .btn_wrap a:hover {
    background-color: #fff;
    color: #000;
  }
}
.l-footer__navi {
  border-top: 1px solid #585959;
  border-bottom: 1px solid #585959;
  padding: 20px 0;
  margin-bottom: 20px;
}

.l-footer__navi ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.l-footer__navi ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.l-footer__navi ul li:last-child {
  position: relative;
}

.l-footer__navi ul li:last-child::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: -15px;
  top: 0;
}

.l-footer__navi ul li:last-child a {
  color: #FFF791;
}

.l-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.l-footer__bottom .access {
  color: #fff;
  font-size: 16px;
}

.l-footer__bottom .links .sns {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.l-footer__bottom .links .sns li a img {
  width: 40px;
}

.l-footer__bottom .links .link li a {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.l-footer .copyright {
  background: #fff;
  padding: 10px 0 20px 0;
}

.l-footer .copyright small {
  display: block;
  width: min(1000px, 90%);
  margin: 0 auto;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    justify-content: center;
  }
  .l-footer__navi ul {
    justify-content: center;
  }
  .l-footer__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .l-footer .copyright {
    background: #fff;
    padding: 10px 0 110px 0;
  }
}/*# sourceMappingURL=style.css.map */