/* 
sp: 320~720px base 10px 変化率 2倍
pc: 720~1280px base 16px 変化率 1.5倍
*/

html {
  scrollbar-gutter: stable;
  overflow-x: hidden;
  width: 100%;
}
body {
  background: #fff;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

body [data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body [data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
body [data-aos-delay="4000"].aos-animate {
  transition-delay: 4000ms;
}
body [data-aos-delay="5000"].aos-animate {
  transition-delay: 5000ms;
}
body [data-aos-delay="6000"].aos-animate {
  transition-delay: 6000ms;
}

.c-button {
  display: block;
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
}

.c-button.--text {
  max-width: 730px;
}

.c-button img {
  width: 100%;
  height: auto;
}

.header {
  background: #fff;
  height: 40px;
}
.header_inner {
  display: flex;
  align-items: center;
  max-width: 1100px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.header-logo {
  height: 50%;
  width: auto;
}
.header-logo img {
  height: 100%;
  width: auto;
}
.header-inquiry {
  height: 120%;
  width: auto;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
}
.header-inquiry img {
  height: 100%;
  width: auto;
}

@media (min-width: 720px) {
  .header {
    height: 60px;
  }
}

.mainvisual {
  background: linear-gradient(to bottom, #444d5c 0%, #444d5c 80%, #001f61 80%);
  height: 90vw;
}
.mainvisual_inner {
  background: linear-gradient(to bottom, transparent 80%, #001f61 80%),
    url("../img/mv-bg.jpg") no-repeat right top/auto 81%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mainvisual_content {
  max-width: 1100px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mainvisual-text {
  width: 15%;
  max-width: 90px;
  height: auto;
  position: absolute;
  right: 5%;
  top: 60%;
}
.mainvisual-text img {
  width: 100%;
  height: auto;
}

.mainvisual-main {
  width: 90%;
  position: absolute;
  top: 10%;
  left: 0;
}
.mainvisual-main_sub {
  width: 100%;
}
.mainvisual-main_sub img {
  width: 100%;
  height: auto;
}
.mainvisual-main_tip {
  width: 40%;
  margin-top: 3%;
}
.mainvisual-main_tip img {
  width: 100%;
  height: auto;
}
.mainvisual-main_main {
  width: 80%;
  margin-top: 3%;
}
.mainvisual-main_main img {
  width: 100%;
  height: auto;
}
.mainvisual-circle {
  width: 25%;
  position: absolute;
  bottom: 7%;
  left: 0;
}
.mainvisual-circle img {
  width: 100%;
  height: auto;
}
.mainvisual-info {
  width: 70%;
  position: absolute;
  bottom: 5%;
  right: 0;
}
.mainvisual-info_list {
  width: 100%;
}
.mainvisual-info_list img {
  width: 100%;
  height: auto;
}
.mainvisual-info_text {
  width: 100%;
  margin-top: min(16px, 3%);
}
.mainvisual-info_text img {
  width: 100%;
  height: auto;
}

@media (min-width: 720px) {
  .mainvisual {
    background: linear-gradient(
      to bottom,
      #444d5c 0%,
      #444d5c 80%,
      #001f61 80%
    );
    height: 90vh;
  }
  .mainvisual-text {
    right: 3%;
    top: 65%;
  }
  .mainvisual-main {
    width: 65%;
  }
  .mainvisual-main_main {
    width: 100%;
  }
  .mainvisual-main_tip {
    width: 40%;
    margin-top: 3%;
  }
  .mainvisual-circle {
    width: 20%;
  }
}

.c-section {
  padding: 24px 0;
}
.c-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 720px) {
  .c-section {
    padding: 42px 0;
  }
  .c-section_inner {
    padding: 0 20px;
  }
}

.c-arrowblock {
  padding: min(50px, 5%) 0;
}
.c-arrowblock.--nop {
  padding: 0;
}
.c-arrowblock.--section5-box {
  margin-top: 42px;
}
@media (min-width: 720px) {
  .c-arrowblock.--section5-box {
    margin-top: 84px;
  }
}
.c-arrowblock_label {
  background: #001f60;
  --fz: 1;
  font-size: var(--font-size);
  color: #fff;
  width: fit-content;
  padding: 0.2em 2em;
  margin-left: auto;
  margin-right: auto;
}
.c-arrowblock_icon {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: transparent transparent #001f60 #001f60;
  transform: rotate(-45deg);
  margin: 1% auto;
}
.c-arrowblock_text {
  --fz: 1.3;
  font-size: var(--font-size);
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
.c-arrowblock_text ._color {
  font-family: "Noto Sans JP", sans-serif;
  color: #f8931f;
  border-bottom: 2px solid #f8931f;
}
@media (min-width: 720px) {
  .c-arrowblock {
    padding: min(60px, 10%) 0;
  }
  .c-arrowblock.--nop {
    padding: 0;
  }
  .c-arrowblock_label {
    --fz: 1;
  }
  .c-arrowblock_text {
    --fz: 1.5;
  }
}

.section1-box {
  background: #eaeaf2;
  padding: min(20px, 2%) min(30px, 3%);
}
.section1-box.--bg {
  background: url("../img/pic1-1-sp.jpg") no-repeat center center/cover;
}
.section1-box_title {
  --fz: 1.4;
  font-size: var(--font-size);
  font-weight: 600;
}
.section1-box_title ._size-l {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  color: #f8931f;
}
.section1-box_list {
  margin-top: min(30px, 4%);
}
.section1-box_list.--nomt {
  margin-top: 0;
}
.section1-box_item {
  vertical-align: middle;
  text-indent: -1em;
  padding-left: 1em;
}
.section1-box_item:not(:first-child) {
  margin-top: min(16px, 4%);
}

.section1-box_item ._lottie {
  display: inline-block;
  vertical-align: middle;
  width: 3%;
  max-width: 24px;
  min-width: 16px;
  height: auto;
}
.section1-box_item ._text {
  --fz: 1;
  font-size: var(--font-size);
}

.section1-box_item ._color {
  color: #001f60;
  font-weight: 700;
}

@media (min-width: 720px) {
  .section1-box.--bg {
    background: url("../img/pic1-1.jpg") no-repeat center center/cover;
  }
  .section1-box_title {
    --fz: 1.8;
  }
  .section1-box_item ._text {
    --fz: 1;
  }
}

.c-section.--2 {
  background: url("../img/pic2-1-sp.jpg") no-repeat center center/cover;
  position: relative;
}
.c-section.--2::before {
  content: "";
  background: #001f60;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 32px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 720px) {
  .c-section.--2 {
    background: url("../img/pic2-1.jpg") no-repeat center center/cover;
  }
  .c-section.--2::before {
    width: 42px;
    height: 22px;
  }
}

.section2-wrap {
}

.section2-title {
  --fz: 1.3;
  font-size: var(--font-size);
  font-weight: 700;
  text-align: center;
  width: fit-content;
  border-bottom: 1px solid #001f60;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0 auto;
}

.section2-title_main {
  color: #001f60;
}

.section2-title_sub {
  font-size: 0.8em;
}

.section2-title_sub ._color {
  color: #f8931f;
}

.section2-title_sub ._size-l {
  font-size: 1.5em;
}

.section2-point {
  width: 100%;
  margin-top: min(30px, 4%);
}

.section2-point:not(:first-child) {
  margin-top: min(30px, 8%);
}

.section2-point_number {
  width: 20%;
  margin-bottom: -2%;
}

.section2-point_number img {
  width: 100%;
  height: auto;
}

.section2-point_box {
  background: #fff;
  border: 3px solid #a6adc7;
  padding: 2%;
}

.section2-point_title {
  --fz: 1.3;
  font-size: var(--font-size);
  font-weight: 700;
  text-align: center;
  color: #001f60;
  line-height: 1.5;
}

.section2-point_text {
  --fz: 1;
  font-size: var(--font-size);
  text-align: center;
  line-height: 1.5;
  margin-top: 2%;
}

@media (min-width: 720px) {
  .section2-title {
    --fz: 2;
    width: 80%;
  }
  .section2-point {
    width: 50%;
    margin-left: min(10%, 60px);
  }
  .section2-point:nth-child(2n) {
    margin-left: auto;
    margin-right: 10%;
  }
  .section2-point_title {
    --fz: 1.2;
  }
  .section2-point_text {
    --fz: 1;
  }
}

.section3-contact {
  margin-top: 24px;
}

.section3-contact_text {
  width: 93%;
  max-width: 720px;
  margin: 0 auto;
}

.section3-contact_button {
  margin-top: 16px;
}

.section3-contact_text img {
  width: 100%;
  height: auto;
}

.section3-box-wrap {
  margin-top: 5%;
}

.section3-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section3-box_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border: 3px solid #a5adc7;
  padding: 2%;
}

.section3-box_item ._icon {
  display: block;
  width: 20%;
  height: auto;
}

.section3-box_item ._icon img {
  width: 100%;
  height: auto;
}

.section3-box_text {
  flex: 1;
  min-width: 0;
  --fz: 1.3;
  font-size: var(--font-size);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.section3-box_text ._color {
  color: #001f60;
}

.section3-box_text ._size-l {
  font-size: 1.2em;
}

.section3-application {
  margin-top: 10%;
}
.section3-application_button {
  display: block;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

.section3-application_button img {
  width: 100%;
  height: auto;
}

@media (min-width: 720px) {
  .section3-box {
    gap: 2%;
  }
  .section3-box_item {
    flex: 1;
    min-width: 0;
    width: auto;
  }
  .section3-box_text {
    --fz: 1.2;
  }
  .section3-application_button {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
  }
}

.c-section.--4 {
  background: url("../img/pic3-1-sp.jpg") no-repeat center center/cover;
}
@media (min-width: 720px) {
  .c-section.--4 {
    background: url("../img/pic3-1.jpg") no-repeat center center/cover;
  }
}

.section4-title {
  --fz: 1.3;
  font-size: var(--font-size);
  background: #001f60;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.5em 0;
}

.section4-text {
  --fz: 1;
  font-size: var(--font-size);
  text-align: center;
  line-height: 1.5;
  margin-top: 3%;
}

.section4-case {
  position: relative;
  margin-top: min(12%, 50px);
}

.section4-case_icon {
  width: 10%;
  min-width: 50px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -20px;
  left: -2%;
  z-index: 2;
}

.section4-case_icon img {
  width: 100%;
  height: auto;
}

.section4-case_box {
  background: #fff;
  border: 3px solid #a6adc7;
  padding: 2%;
}

.section4-case_title {
  background: #fef4e8;
  --fz: 1.2;
  font-size: var(--font-size);
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  padding: 1% 10%;
  position: relative;
}

.section4-case_title::before {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #f8931f;
  width: 10%;
  aspect-ratio: 3/1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.section4-case_title ._color {
  color: #001f60;
}

.section4-case_text {
  --fz: 1;
  font-size: var(--font-size);
  text-align: center;
  line-height: 1.5;
  margin-top: 8%;
}

.section4-case_text ._color {
  color: #f8931f;
}

.section4-case_text ._bold {
  font-weight: 600;
}

.section4-application_button {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 4%;
}

.section4-application_button img {
  width: 100%;
  height: auto;
}

@media (min-width: 720px) {
  .section4-title {
    --fz: 1.2;
  }
  .section4-text {
    --fz: 1;
  }
  .section4-case_box {
    margin-top: min(5%, 30px);
  }
  .section4-case_title {
    --fz: 1.1;
    padding: 1%;
  }
  .section4-case_title::before {
    width: 5%;
  }
  .section4-case_text {
    --fz: 1;
    margin-top: 4%;
  }
}

.section5-box {
  background: url("../img/pic4-1-sp.jpg") no-repeat right center/cover;
  padding: 4% 3%;
}
@media (min-width: 720px) {
  .section5-box {
    background: url("../img/pic4-1.jpg") no-repeat right center/cover;
    padding: 4% 2%;
  }
}

.section5-box_title {
  --fz: 1.4;
  font-size: var(--font-size);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  border-bottom: 1px solid #001f60;
  padding-bottom: 0.1em;
  margin-left: auto;
  margin-right: auto;
}

.section5-box_title ._strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  color: #f8931f;
}

.section5-box_list {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.section5-box_list.--nomt {
  margin-top: 0;
}
.section5-box_item {
  text-indent: -1em;
  padding-left: 1em;
}

.section5-box_item:not(:first-child) {
  margin-top: 2%;
}

.section5-box_item ._lottie {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  max-width: 24px;
  min-width: 16px;
  height: auto;
}
.section5-box_item ._text {
  --fz: 1;
  font-size: var(--font-size);
}

.section5-box_note {
  --fz: 0.9;
  font-size: var(--font-size);
  text-align: right;
  margin-top: 16px;
}

.section5-qa-wrap {
  counter-reset: question-count 0;
  margin-top: 32px;
}
@media (min-width: 720px) {
  .section5-qa-wrap {
    margin-top: 42px;
  }
}
.section5-qa {
  background: #fff;
  border: 3px solid #a6adc7;
  padding: 2%;
}

.section5-qa_question {
  background: #fef4e8;
  --fz: 1;
  font-size: var(--font-size);
  text-align: center;
  padding: 1%;
  position: relative;
}

.section5-qa_question::before {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #f8931f;
  width: 3%;
  aspect-ratio: 2/1;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}

.section5-qa_answer {
  --fz: 1.1;
  font-size: var(--font-size);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
}

.section5-qa_text::before {
  counter-increment: question-count 1;
  content: "Q" counter(question-count) "|";
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5em;
  white-space: nowrap;
  color: #f8931f;
  margin-right: 0.3em;
}

.section5-qa_text {
  display: flex;
  align-items: center;
  color: #001f60;
  font-weight: 700;
}

.section5-qa_text ._inner {
  flex: 1;
}

@media (min-width: 720px) {
  .section5-box_title {
    --fz: 1.8;
  }
  .section5-box_item ._text {
    --fz: 1;
  }
  .section5-box_note {
    --fz: 0.8;
  }
  .section5-qa_question {
    --fz: 1;
  }
  .section5-qa_answer {
    --fz: 1.1;
  }
}

.common-text {
  --fz: 1;
  font-size: var(--font-size);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 720px) {
  .common-text {
    --fz: 1;
  }
}

.c-section.--6 {
  background: url("../img/pic5-1-sp.jpg") no-repeat center center/cover;
}
@media (min-width: 720px) {
  .c-section.--6 {
    background: url("../img/pic5-1.jpg") no-repeat center center/cover;
  }
}

.section6-title {
  --fz: 1.4;
  font-size: var(--font-size);
  background: #001f60;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.5em 0;
}

.section6-main_item {
}

.section6-main_title {
  --fz: 1.4;
  font-size: var(--font-size);
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  text-align: center;
  color: #001f60;
}

.section6-main_title::before {
  content: "[ ";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
}

.section6-main_title::after {
  content: " ]";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
}
.section6-main_text {
  --fz: 1.4;
  font-size: var(--font-size);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-top: 1%;
}

.section6-contents {
  width: fit-content;
  max-width: 680px;
  padding: 0 3%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
}

.section6-contents_text {
  --fz: 1;
  font-size: var(--font-size);
  line-height: 1.5;
  font-weight: 500;
}

.section6-contents .section6-contents_text:not(:first-child) {
  margin-top: 16px;
}

.section6-contents_text ._color-1 {
  color: #001f60;
}

.section6-contents_text ._color-2 {
  color: #f8931f;
  font-weight: 600;
}

.section6-contact {
  margin-top: 42px;
}

.section6-application_button {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 4%;
}

.section6-application_button img {
  width: 100%;
  height: auto;
}

@media (min-width: 720px) {
  .section6-title {
    --fz: 1.2;
  }
  .section6-main_title {
    --fz: 1;
  }
  .section6-main_text {
    --fz: 1.1;
  }
  .section6-contents {
    padding: 0;
  }
  .section6-contents_text {
    --fz: 0.8;
  }
}

.section7-wrap {
  background: #e9eaf1;
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section7-wrap_inner {
  padding: 18px 10px;
}

.section7-voice {
  margin-top: 2%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section7-voice_item {
  width: 100%;
}

.section7-voice_item:not(:first-child) {
  margin-top: 4%;
}

.section7-voice_item img {
  width: 100%;
  height: auto;
}

.section7-contents {
  margin-top: 10%;
}

.section7-contents_title {
  font-family: "Noto Serif JP", serif;
  --fz: 1.4;
  font-size: var(--font-size);
  font-weight: 700;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.1em;
  border-bottom: 2px solid #001f60;
}

.section7-contents_title ._strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #f8931f;
}

.section7-contents_list {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

.section7-contents_item {
  --fz: 1;
  font-size: var(--font-size);
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.section7-contents_item:not(:first-child) {
  margin-top: 3%;
}

.section7-contents_item::before {
  content: "⚫︎";
  font-weight: 900;
  color: #f8931f;
}

.section7-profile {
  width: calc(100% + 6% + 10px);
  margin-top: 10%;
  margin-left: calc(-6% - 10px);
}

.section7-profile img {
  width: 100%;
  height: auto;
}

@media (min-width: 720px) {
  .section7-voice {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4% 6%;
  }
  .section7-voice_item:not(:first-child) {
    margin-top: 0;
  }
  .section7-contents_title {
    --fz: 1.2;
  }
  .section7-contents_item {
    --fz: 0.8;
  }
  .section7-profile {
    width: 100%;
    margin-left: 0;
  }
}

.section8-contact {
  margin-top: 32px;
}

.section8-contact_text {
  width: 93%;
  max-width: 720px;
  margin: 0 auto;
}

.section8-contact_text img {
  width: 100%;
  height: auto;
}

.section8-contact_button {
  margin-top: 16px;
}

.section8-list {
  width: fit-content;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}

.section8-list_item {
  --fz: 1;
  font-size: var(--font-size);
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.section8-list_item:not(:first-child) {
  margin-top: 1%;
}

.section8-list_item::before {
  content: "⚫︎";
  font-weight: 900;
  color: #f8931f;
}

@media (min-width: 720px) {
  .section8-list_item {
    --fz: 1;
  }
}

@media (min-width: 720px) {
  .is-sp {
    display: none;
  }
}

.c-pb0 {
  padding-bottom: 0;
}

.section9-wrap {
  background: #fef4e8;
  padding: 1%;
  margin-top: 24px;
}

.section9-wrap_inner {
  border: 1px solid #f8931f;
  padding: 3% 6%;
  position: relative;
}

.section9-icon {
  width: 30%;
  position: absolute;
  top: -10%;
  left: -3%;
}

.section9-icon img {
  width: 100%;
  height: auto;
}

.section9-title {
  font-family: "Noto Serif JP", serif;
  --fz: 1.2;
  font-size: var(--font-size);
  font-weight: 700;
  padding-left: 25%;
}

.section9-title ._size-s {
  font-size: 0.8em;
}

.section9-title ._color {
  color: #001f60;
}

.section9-contents {
  margin-top: 5%;
}

.section9-contents_item {
  background: #fff;
  border: 1px solid #001f60;
  padding: 3%;
}

.section9-contents_item:not(:first-child) {
  margin-top: 3%;
}

.section9-contents_title {
  background: #001f60;
  font-family: "Noto Serif JP", serif;
  --fz: 1.4;
  font-size: var(--font-size);
  color: #fff;
  text-align: center;
  padding: 1%;
  position: relative;
}

.section9-contents_title ._icon {
  height: 110%;
  position: absolute;
  top: 0;
  left: 2px;
  transform: translateY(-40%);
}

.section9-contents_title ._icon img {
  height: 100%;
  width: auto;
}

.section9-contents_text {
  --fz: 1;
  font-size: var(--font-size);
  margin-top: 2%;
}

.section9-contents_text ._size-s {
  font-size: 0.8em;
}

.section9-text {
  --fz: 1;
  font-size: var(--font-size);
  margin-top: 3%;
}

@media (min-width: 720px) {
  .section9-icon {
    width: 20%;
    left: 5%;
  }
  .section9-title {
    --fz: 1.2;
  }
  .section9-contents {
    display: flex;
    align-items: stretch;
    gap: 3%;
  }
  .section9-contents_item {
    flex: 1;
    min-width: 0;
    margin-top: 0;
  }
  .section9-contents_item:not(:first-child) {
    margin-top: 0;
  }
  .section9-contents_title {
    --fz: 1.2;
  }
  .section9-contents_text {
    --fz: 1;
  }
  .section9-text {
    --fz: 1;
  }
}

.footer {
  margin-top: 0;
  padding: 0;
}

.footer-logo {
  width: 40%;
  max-width: 500px;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo_link img {
  width: 100%;
  height: auto;
}

.footer-copyright {
  background: #001f60;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 1%;
/*   margin-top: 24px; */
}
/* @media (min-width: 720px) {
  .footer-copyright {
    margin-top: 42px;
  }
} */

/* .test-text {
  --fz: 2;
  font-size: var(--font-size);
} */

/* すべての要素に対してデフォルト設定 */
*,
*::before,
*::after {
  --base-size: 12; /* 基準フォントサイズ(px) */
  --growth-rate: 2; /* 変化率 */
  --min-width: 320; /* 最小画面幅(px) */
  --max-width: 720; /* 最大画面幅(px) */

  /* 計算部分 */
  --fz: 1; /* デフォルト倍率 */
  --min-size: calc(var(--base-size) * var(--fz, 1)); /* 最小サイズ */
  --max-size: calc(var(--min-size) * var(--growth-rate)); /* 最大サイズ */
  --slope: calc(
    (var(--max-size) - var(--min-size)) / (var(--max-width) - var(--min-width)) *
      100vw
  );
  --intercept: calc(
    var(--min-size) -
      (
        (var(--max-size) - var(--min-size)) /
          (var(--max-width) - var(--min-width)) * var(--min-width)
      )
  );

  /* フォントサイズの計算 */
  --font-size: clamp(
    calc(var(--min-size) * 1px),
    calc(var(--intercept) * 1px + var(--slope)),
    calc(var(--max-size) * 1px)
  );
}

@media (min-width: 720px) {
  *,
  *::before,
  *::after {
    --base-size: 16; /* 基準フォントサイズ(px) */
    --growth-rate: 1.5; /* 変化率 */
    --min-width: 720; /* 最小画面幅(px) */
    --max-width: 1280; /* 最大画面幅(px) */
  }
}

@keyframes blinkFadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 初期状態で非表示 */
[data-aos="custom-blink"] {
  opacity: 0;
  transition-property: none !important; /* AOSのfade効果を無効化 */
}

/* AOSがトリガーされたらこのクラスがつく */
[data-aos="custom-blink"].aos-animate {
  animation-name: blinkFadeIn;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-duration: 1000ms;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  animation-duration: 1000ms;
}

body [data-aos-delay="2000"].aos-animate {
  animation-delay: 2000ms;
}
body [data-aos-delay="3000"].aos-animate {
  animation-delay: 3000ms;
}
body [data-aos-delay="4000"].aos-animate {
  animation-delay: 4000ms;
}


.footer-link {
	background: #001f60;
	padding: 24px 0 12px;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
	color: #fff;
	margin-top: 24px;
}
@media (min-width: 720px) {
	.footer-link {
		margin-top: 42px;
	}
}