@charset "UTF-8";
/*
Theme Name: マイテーマ
*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #171717;
  font-family: sans-serif;
  margin: 0;
  box-sizing: border-box;
}

div {
  font-size: 0;
  line-height: 1;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, figure {
  line-height: 1;
  margin: 0;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

input, button, select, textarea {
  background: transparent;
  border: none;
}

header {
  text-align: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  header {
    height: 110px;
  }
}
header p {
  color: #1E68B3;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  header p {
    font-size: 12px;
  }
}

.header_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header_container {
    width: 95%;
    max-width: 1140px;
    align-items: start;
  }
}

.header_logo {
  width: 100px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .header_logo {
    width: 150px;
    margin: 0;
  }
}
.header_logo:hover {
  opacity: 0.7;
}
.header_logo a {
  line-height: 1;
  display: block;
}

.header_button--box {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header_button--box {
    width: 65.6%;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.header_button--box a:hover {
  opacity: 0.7;
}

.floating_button {
  width: 100%;
  background-color: #ffc778;
  position: fixed;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .floating_button {
    display: none;
  }
}
.floating_button a {
  padding: 2%;
}

.top_page--header {
  overflow: hidden;
  position: relative;
}
.top_page--header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.top_page--header .container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_page--header .container {
    max-width: 1140px;
    margin-inline: auto;
  }
}
.top_page--header .container::before, .top_page--header .container::after {
  content: "";
  width: calc((100vw - 1138px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
}
.top_page--header .container::before {
  background-color: #0693E3;
  left: 0;
  transform: translate(calc(-100% + 1px), 0);
}
.top_page--header .container::after {
  background: rgb(249, 248, 246);
  background: linear-gradient(90deg, rgb(249, 248, 246) 0%, rgb(130, 201, 241) 40%, rgb(6, 147, 227) 90%);
  right: 0;
  transform: translate(calc(100% - 1px), 0);
}
.top_page--header .shop_name {
  text-align: center;
  font-size: 4.6vw;
  background-color: #1E68B3;
}
@media screen and (min-width: 600px) {
  .top_page--header .shop_name {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page--header .shop_name {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header .shop_name {
    font-size: 22px;
  }
}
.top_page--header .shop_name p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 1em 0;
}

section.top_page--section.section_cta {
  padding: 14% 0 30%;
  background-size: 150% auto;
  background-position: bottom center;
  background-repeat: repeat-x;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section_cta {
    padding: 10% 0 25%;
    background-size: 120% auto;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section_cta {
    padding: 8% 0 18%;
    background-size: 90% auto;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section_cta {
    padding: 80px 0 120px;
    background-size: 500px auto;
  }
}
section.top_page--section.section_cta .section_container {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section_cta .section_container {
    text-align: left;
  }
}
section.top_page--section.section_cta .section_container .contents_box {
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section_cta .section_container .contents_box {
    width: 95%;
    margin-inline: auto;
  }
}
section.top_page--section.section_cta .section_container .contents_box h2 {
  color: #3a3a3a;
  font-size: 7vw;
  margin-bottom: 0.9em;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
  line-height: 1.3;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section_cta .section_container .contents_box h2 {
    font-size: 5.7vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section_cta .section_container .contents_box h2 {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section_cta .section_container .contents_box h2 {
    font-size: 51px;
  }
}
section.top_page--section.section_cta .section_container .contents_box h2 span.linear {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ff0 0%);
}
section.top_page--section.section_cta .section_container .contents_box h2 span.linear span {
  color: #ff6600;
  font-size: 1.5em;
}
section.top_page--section.section_cta .section_container .contents_box p {
  color: #634525;
  font-size: 4.6vw;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section_cta .section_container .contents_box p {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section_cta .section_container .contents_box p {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section_cta .section_container .contents_box p {
    font-size: 30px;
  }
}
section.top_page--section.section_cta .section_container .contents_box .button_box {
  width: 80%;
  margin-inline: auto;
  display: grid;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section_cta .section_container .contents_box .button_box {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section_cta .section_container .contents_box .button_box {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section_cta .section_container .contents_box .button_box {
    width: 69%;
    margin: 0;
  }
}
section.top_page--section.section_cta .section_container .contents_box .button_box a:hover {
  opacity: 0.7;
}
section.top_page--section.section_cta .section_container .contents_box .img {
  display: none;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section_cta .section_container .contents_box .img {
    width: 33%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.top_page--contents.contents01 {
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents01 .cotents_container {
    max-width: 1140px;
    margin-inline: auto;
  }
}

ul.top_page_contents01--ul {
  font-size: 3.2vw;
  padding: 0.45em 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 600px) {
  ul.top_page_contents01--ul {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_contents01--ul {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_contents01--ul {
    font-size: 25px;
  }
}
ul.top_page_contents01--ul li {
  color: #fff;
  list-style: none;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
}
ul.top_page_contents01--ul li .img {
  width: 75%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.top_page_contents01--ul li .img {
    width: 85%;
  }
}
ul.top_page_contents01--ul li p {
  font-weight: 800;
  line-height: 1.2em;
  padding-left: 0.4em;
}
@media screen and (min-width: 1025px) {
  ul.top_page_contents01--ul li p {
    padding-left: 0.6em;
  }
}

@media screen and (min-width: 1025px) {
  section.top_page--section .section_container {
    max-width: 1140px;
    margin-inline: auto;
  }
}

section.top_page--section.section01 {
  padding: 10% 0 6%;
  background-color: #e2f1f6;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section01 {
    padding: 8% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 {
    padding: 80px 0;
  }
}
section.top_page--section.section01 .section_container {
  text-align: center;
}
section.top_page--section.section01 .section_container h2 {
  color: #3a3a3a;
  font-size: 4.3vw;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section01 .section_container h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container h2 {
    font-size: 40px;
    margin-bottom: 0.7em;
  }
}

ul.top_page_section01--ul {
  font-size: 3.5vw;
  width: 95%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5em;
}
@media screen and (min-width: 600px) {
  ul.top_page_section01--ul {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section01--ul {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul {
    font-size: 15px;
    grid-template-columns: repeat(6, 1fr);
  }
}
ul.top_page_section01--ul li {
  padding: 0.5em 0;
  list-style: none;
  background-color: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul li {
    padding: 0.6em 0;
  }
}
ul.top_page_section01--ul li img {
  width: 3.9em;
  margin-bottom: 0.7em;
  justify-self: center;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul li img {
    width: 8.6em;
  }
}
ul.top_page_section01--ul li p {
  color: #4b4f58;
  font-weight: 800;
  line-height: 1.4;
}

section.top_page--section.section02 {
  padding: 15% 0 20%;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 {
    padding: 12% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 {
    padding: 90px 0 100px;
  }
}
section.top_page--section.section02 .section_container {
  width: 86%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container {
    max-width: 950px;
  }
}
section.top_page--section.section02 .section_container h2 {
  text-align: center;
  padding: 15% 0 5%;
  margin-bottom: 10%;
  background-color: #FFF;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container h2 {
    padding: 8% 0 3%;
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2 {
    max-width: 580px;
    padding: 35px 0 15px;
    margin: 0 auto 30px;
  }
}
section.top_page--section.section02 .section_container h2 span {
  display: block;
}
section.top_page--section.section02 .section_container h2 span.bg_blue {
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0.6em 1.6em;
  background-color: #1E68B3;
  border-radius: 3em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container h2 span.bg_blue {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container h2 span.bg_blue {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2 span.bg_blue {
    font-size: 15px;
  }
}
section.top_page--section.section02 .section_container h2 span.bg_blue::before {
  content: "";
  width: 0.5em;
  background-color: #1E68B3;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 95%);
  aspect-ratio: 1/1.3;
}
section.top_page--section.section02 .section_container h2 span.large {
  color: #634525;
  font-size: 6.4vw;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container h2 span.large {
    font-size: 4.4vw;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container h2 span.large {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2 span.large {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container h2 span.large br {
    display: none;
  }
}
section.top_page--section.section02 .section_container h2 span.color_blue {
  color: #1E68B3;
  font-size: 3.8vw;
  font-family: "Arial", Sans-serif;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section02 .section_container h2 span.color_blue {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section02 .section_container h2 span.color_blue {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section02 .section_container h2 span.color_blue {
    font-size: 18px;
  }
}

ul.top_page_section02--ul li {
  list-style: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li {
    padding: 20px 35px 20px 0;
    display: grid;
    grid-template-columns: 1fr 2.1fr;
    align-items: center;
    gap: 0 40px;
  }
}
ul.top_page_section02--ul li:not(:last-of-type) {
  margin-bottom: 18%;
}
@media screen and (min-width: 600px) {
  ul.top_page_section02--ul li:not(:last-of-type) {
    margin-bottom: 14%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
ul.top_page_section02--ul li::before {
  content: "";
  width: 100%;
  height: calc(100% - 3vw);
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 10vw;
}
@media screen and (min-width: 600px) {
  ul.top_page_section02--ul li::before {
    height: calc(100% - 5vw);
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li::before {
    height: 100%;
    width: 92%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
  }
}
ul.top_page_section02--ul li .img {
  width: 88%;
  margin: 0 auto 7%;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_page_section02--ul li .img {
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li .img {
    width: 100%;
    margin: 0;
    grid-row: span 2;
  }
}
ul.top_page_section02--ul li .img img {
  border-radius: 20px;
}
ul.top_page_section02--ul li h3 {
  color: #1E68B3;
  font-size: 5.4vw;
  letter-spacing: 0.15em;
  width: 88%;
  margin: 0 auto 1.2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_page_section02--ul li h3 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section02--ul li h3 {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li h3 {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.25em;
    margin: 0.7em auto 0.8em;
  }
}
ul.top_page_section02--ul li .text_box {
  font-size: 4vw;
  width: 88%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.top_page_section02--ul li .text_box {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section02--ul li .text_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section02--ul li .text_box {
    width: 100%;
    font-size: 15px;
  }
}
ul.top_page_section02--ul li .text_box p {
  line-height: 1.6;
}
ul.top_page_section02--ul li .text_box p span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #E7FF89 0%);
}

section.top_page--section.section03 {
  padding: 15% 0 12%;
  background-color: #E2F1F6;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 {
    padding: 80px 0 90px;
  }
}
section.top_page--section.section03 .section_container {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container {
    max-width: 950px;
  }
}
section.top_page--section.section03 .section_container h2 {
  text-align: center;
  margin-bottom: 10%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 .section_container h2 {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2 {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container h2 {
    margin-bottom: 45px;
  }
}
section.top_page--section.section03 .section_container h2 span.large {
  color: #634525;
  font-size: 6.4vw;
  line-height: 1.4;
  background: linear-gradient(transparent 70%, #E7FF89 0%);
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 .section_container h2 span.large {
    font-size: 4.4vw;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2 span.large {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container h2 span.large {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 .section_container h2 span.large br {
    display: none;
  }
}
section.top_page--section.section03 .section_container h2 span.color_blue {
  color: #1E68B3;
  font-size: 3.8vw;
  font-family: "Arial", Sans-serif;
  margin-top: 1em;
  display: block;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section03 .section_container h2 span.color_blue {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section03 .section_container h2 span.color_blue {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section03 .section_container h2 span.color_blue {
    font-size: 18px;
  }
}

ul.top_page_section03--ul {
  font-size: 3.8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8em;
}
@media screen and (min-width: 600px) {
  ul.top_page_section03--ul {
    font-size: 2.9vw;
    gap: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section03--ul {
    font-size: 2.7vw;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section03--ul {
    font-size: 24px;
    gap: 45px;
  }
}
ul.top_page_section03--ul li {
  border-radius: 10px;
  list-style: none;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  aspect-ratio: 1.1/1;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section03--ul li {
    aspect-ratio: 1.08/1;
  }
}
ul.top_page_section03--ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.48/1;
}
ul.top_page_section03--ul li p {
  color: #fff;
  font-weight: bold;
  background-color: #1E68B3;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.top_page_section03--ul li p:has(br) {
  font-size: 0.9em;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section03--ul li p:has(br) {
    font-size: 0.85em;
  }
}

section.top_page--section.section04 .bg_img {
  padding-top: 25%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section04 .bg_img {
    padding-top: 18%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 .bg_img {
    padding-top: 14%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .bg_img {
    padding-top: 100px;
  }
}
section.top_page--section.section04 .bg_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #004260;
  opacity: 0.86;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_page--section.section04 .bg_img .section_container {
  padding-bottom: 15%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section04 .bg_img .section_container {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 .bg_img .section_container {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .bg_img .section_container {
    padding-bottom: 100px;
  }
}
section.top_page--section.section04 .bg_img .section_container h2 {
  text-align: center;
  color: #fff;
  font-size: 6.7vw;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section04 .bg_img .section_container h2 {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 .bg_img .section_container h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .bg_img .section_container h2 {
    font-size: 45px;
    margin-bottom: 0.5em;
  }
}
section.top_page--section.section04 .bg_img .section_container .img {
  width: 30%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section04 .bg_img .section_container .img {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 .bg_img .section_container .img {
    width: 22%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .bg_img .section_container .img {
    width: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
section.top_page--section.section04 .message_container {
  font-size: 4vw;
  padding: 2.4em 0;
  background-color: #31abd7;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section04 .message_container {
    padding: 2em 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section04 .message_container {
    padding: 1.5em 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .message_container {
    font-size: 43px;
    padding: 0.6em 0;
  }
}
section.top_page--section.section04 .message_container .message_box {
  text-align: center;
  font-size: inherit;
}
section.top_page--section.section04 .message_container .message_box p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .message_container .message_box p {
    line-height: 1.3;
  }
}
section.top_page--section.section04 .message_container .message_box p.small_text {
  color: #fff;
}
section.top_page--section.section04 .message_container .message_box p.large_text {
  color: #ffef00;
  font-size: 1.3em;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section04 .message_container .message_box p.large_text {
    font-size: 1em;
  }
}

ul.top_page_section04--ul {
  font-size: 4vw;
  width: 95%;
  margin: -2.8em auto 0;
}
@media screen and (min-width: 600px) {
  ul.top_page_section04--ul {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section04--ul {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section04--ul {
    font-size: 24px;
    width: 600px;
    margin: 0 auto;
  }
}
ul.top_page_section04--ul li {
  color: #fff;
  line-height: 1.7;
  padding: 0.5em 0.4em 0.5em 2.5em;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section04--ul li {
    padding: 0.2em 0em 0.2em 2.5em;
  }
}
ul.top_page_section04--ul li:not(:last-of-type) {
  border-bottom: 1px dotted #fff;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section04--ul li:nth-of-type(6) {
    font-size: 23px;
  }
}
ul.top_page_section04--ul li img {
  width: 1.7em;
  transform: translate(0, -10%);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section04--ul li img {
    width: 1.3em;
    transform: translate(50%, 15%);
  }
}
ul.top_page_section04--ul li span {
  font-weight: bold;
  -webkit-text-decoration: underline wavy #E7FF89;
          text-decoration: underline wavy #E7FF89;
}

section.top_page--section.section05 {
  padding: 13% 0 8%;
  background-color: #f6f9fb;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section05 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section05 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section05 {
    padding: 80px 0;
  }
}
section.top_page--section.section05 .section_container {
  width: 95%;
  margin-inline: auto;
}
section.top_page--section.section05 .section_container h2 {
  text-align: center;
  font-size: 6.2vw;
  padding: 0.75em 0;
  margin-bottom: 1em;
  background: -webkit-linear-gradient(#bdedfe, #0095ff);
  border-top: 6px double #0093da;
  border-bottom: 6px double #0093da;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section05 .section_container h2 {
    font-size: 5.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section05 .section_container h2 {
    font-size: 4.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section05 .section_container h2 {
    font-size: 45px;
    width: 53%;
    padding: 0.5em 0;
    margin: 0 auto 0.5em;
  }
}

dl.top_page_section05--dl > div:not(:last-of-type) {
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  dl.top_page_section05--dl > div:not(:last-of-type) {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section05--dl > div:not(:last-of-type) {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section05--dl > div:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
dl.top_page_section05--dl > div > dt {
  font-size: 6.7vw;
  display: grid;
  text-align: center;
}
@media screen and (min-width: 600px) {
  dl.top_page_section05--dl > div > dt {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section05--dl > div > dt {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section05--dl > div > dt {
    font-size: 30px;
    grid-template-columns: 175px 1fr;
  }
}
dl.top_page_section05--dl > div > dt span {
  line-height: 1.3;
  padding: 0.4em 0;
}
dl.top_page_section05--dl > div > dt span.case {
  color: #fff;
  font-family: "Arial", Sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
dl.top_page_section05--dl > div > dt span.ja {
  color: #3a3a3a;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section05--dl > div > dt span.ja {
    text-align: left;
    padding-left: 0.8em;
  }
}
dl.top_page_section05--dl > div.case01 > dt {
  border: 5px solid #00a3ce;
}
dl.top_page_section05--dl > div.case01 > dt span.case {
  background-color: #00a3ce;
}
dl.top_page_section05--dl > div.case02 > dt {
  border: 5px solid #34ce00;
}
dl.top_page_section05--dl > div.case02 > dt span.case {
  background-color: #34ce00;
}
dl.top_page_section05--dl > div.case03 > dt {
  border: 5px solid #00a3ce;
}
dl.top_page_section05--dl > div.case03 > dt span.case {
  background-color: #00a3ce;
}
dl.top_page_section05--dl > div.case04 > dt {
  border: 5px solid #34ce00;
}
dl.top_page_section05--dl > div.case04 > dt span.case {
  background-color: #34ce00;
}
dl.top_page_section05--dl > div > dd {
  padding: 9% 3% 3%;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section05--dl > div > dd {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 40px 10px 10px;
    gap: 20px;
  }
}
dl.top_page_section05--dl > div.case01 > dd {
  border: 5px solid #00a3ce;
  border-top: none;
}
dl.top_page_section05--dl > div.case02 > dd {
  border: 5px solid #34ce00;
  border-top: none;
}
dl.top_page_section05--dl > div.case03 > dd {
  border: 5px solid #00a3ce;
  border-top: none;
}
dl.top_page_section05--dl > div.case04 > dd {
  border: 5px solid #34ce00;
  border-top: none;
}

.top_page_section05--imgBox {
  margin-bottom: 13%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 6%;
}
@media screen and (min-width: 600px) {
  .top_page_section05--imgBox {
    margin-bottom: 10%;
    gap: 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section05--imgBox {
    margin-bottom: 8%;
    gap: 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section05--imgBox {
    margin: 0;
    gap: 0 20px;
  }
}
.top_page_section05--imgBox .img {
  position: relative;
}
.top_page_section05--imgBox .img img:nth-of-type(2) {
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -40%);
}
@media screen and (min-width: 600px) {
  .top_page_section05--imgBox .img img:nth-of-type(2) {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section05--imgBox .img img:nth-of-type(2) {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section05--imgBox .img img:nth-of-type(2) {
    width: 75px;
  }
}

.top_page_section05--infoBox {
  margin-bottom: 6%;
}
@media screen and (min-width: 600px) {
  .top_page_section05--infoBox {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section05--infoBox {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section05--infoBox {
    margin: 0;
  }
}
.top_page_section05--infoBox dl {
  text-align: center;
  font-size: 4.6vw;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  .top_page_section05--infoBox dl {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section05--infoBox dl {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section05--infoBox dl {
    font-size: 22px;
    margin-bottom: 0.8em;
  }
}
.top_page_section05--infoBox dl div {
  font-size: inherit;
  display: grid;
  grid-template-columns: 1fr 1.85fr;
}
.top_page_section05--infoBox dl div:not(:last-of-type) {
  margin-bottom: 2%;
}
.top_page_section05--infoBox dl div dt, .top_page_section05--infoBox dl div dd {
  font-weight: bold;
  padding: 1.15em 0;
}
@media screen and (min-width: 1025px) {
  .top_page_section05--infoBox dl div dt, .top_page_section05--infoBox dl div dd {
    padding: 0.85em 0;
  }
}
div.case01 .top_page_section05--infoBox dl div dt, div.case01 .top_page_section05--infoBox dl div dd {
  border: 3px solid #00a3ce;
}
div.case02 .top_page_section05--infoBox dl div dt, div.case02 .top_page_section05--infoBox dl div dd {
  border: 3px solid #34ce00;
}
div.case03 .top_page_section05--infoBox dl div dt, div.case03 .top_page_section05--infoBox dl div dd {
  border: 3px solid #00a3ce;
}
div.case04 .top_page_section05--infoBox dl div dt, div.case04 .top_page_section05--infoBox dl div dd {
  border: 3px solid #34ce00;
}
.top_page_section05--infoBox dl div dt {
  color: #fff;
}
div.case01 .top_page_section05--infoBox dl div dt {
  background-color: #00a3ce;
}
div.case02 .top_page_section05--infoBox dl div dt {
  background-color: #34ce00;
}
div.case03 .top_page_section05--infoBox dl div dt {
  background-color: #00a3ce;
}
div.case04 .top_page_section05--infoBox dl div dt {
  background-color: #34ce00;
}
.top_page_section05--infoBox dl div dd {
  color: #3a3a3a;
}
.top_page_section05--infoBox p.price {
  text-align: center;
  color: #d60000;
  font-size: 10.4vw;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .top_page_section05--infoBox p.price {
    font-size: 7.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section05--infoBox p.price {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section05--infoBox p.price {
    font-size: 54px;
  }
}

.top_page_section05--calculationBox {
  font-size: 6vw;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.1em;
}
@media screen and (min-width: 1025px) {
  .top_page_section05--calculationBox {
    font-size: 54px;
    margin: 0;
    grid-column: span 2;
    gap: 1.3em;
  }
}
.top_page_section05--calculationBox .calculation_item {
  font-size: inherit;
  display: grid;
  position: relative;
}
.top_page_section05--calculationBox .calculation_item::before {
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.top_page_section05--calculationBox .calculation_item:first-of-type::before {
  content: "–";
  right: -0.85em;
}
@media screen and (min-width: 1025px) {
  .top_page_section05--calculationBox .calculation_item:first-of-type::before {
    right: -1em;
  }
}
.top_page_section05--calculationBox .calculation_item:nth-of-type(2)::before {
  content: "=";
  right: -0.95em;
}
@media screen and (min-width: 1025px) {
  .top_page_section05--calculationBox .calculation_item:nth-of-type(2)::before {
    right: -1.1em;
  }
}
.top_page_section05--calculationBox .calculation_item span {
  text-align: center;
  font-weight: bold;
}
.top_page_section05--calculationBox .calculation_item span.price_type {
  color: #00a3ce;
  font-size: 3.5vw;
  padding: 0.2em 0;
  margin-bottom: 1em;
  background-color: #ededed;
}
@media screen and (min-width: 600px) {
  .top_page_section05--calculationBox .calculation_item span.price_type {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section05--calculationBox .calculation_item span.price_type {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section05--calculationBox .calculation_item span.price_type {
    font-size: 25px;
  }
}
.top_page_section05--calculationBox .calculation_item span.price {
  color: #d60000;
  font-size: 4.3vw;
}
@media screen and (min-width: 1025px) {
  .top_page_section05--calculationBox .calculation_item span.price {
    font-size: 54px;
  }
}

.top_page_section05--textBox {
  font-size: 3.6vw;
  padding: 1.8em 1.5em;
  background-color: #ededed;
}
@media screen and (min-width: 600px) {
  .top_page_section05--textBox {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section05--textBox {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section05--textBox {
    font-size: 15px;
    padding: 1.5em;
    grid-column: span 2;
  }
}
.top_page_section05--textBox p {
  color: #4b4f58;
  line-height: 1.8;
}
.top_page_section05--textBox p.color_blue {
  font-weight: bold;
  margin-bottom: 0.2em;
}
div.case01 .top_page_section05--textBox p.color_blue {
  color: #00ccff;
}
div.case02 .top_page_section05--textBox p.color_blue {
  color: #34ce00;
}
div.case03 .top_page_section05--textBox p.color_blue {
  color: #00ccff;
}
div.case04 .top_page_section05--textBox p.color_blue {
  color: #34ce00;
}

section.top_page--section.section06 {
  padding: 14% 0;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section06 {
    padding: 10% 0 5%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 {
    padding: 9% 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 {
    padding: 80px 0 25px;
  }
}
section.top_page--section.section06 .section_container {
  width: 95%;
  max-width: 1300px;
  margin-inline: auto;
}
section.top_page--section.section06 .section_container h2 {
  text-align: center;
  margin-bottom: 15%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section06 .section_container h2 {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container h2 {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container h2 {
    margin: 0;
  }
}
section.top_page--section.section06 .section_container h2 span {
  display: block;
}
section.top_page--section.section06 .section_container h2 span.bg_blue {
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1em;
  padding: 0.6em 1.6em;
  background-color: #1E68B3;
  border-radius: 3em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section06 .section_container h2 span.bg_blue {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container h2 span.bg_blue {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container h2 span.bg_blue {
    font-size: 18px;
  }
}
section.top_page--section.section06 .section_container h2 span.bg_blue::before {
  content: "";
  width: 0.5em;
  background-color: #1E68B3;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 95%);
  aspect-ratio: 1/1.3;
}
section.top_page--section.section06 .section_container h2 span.large {
  color: #634525;
  font-size: 6.4vw;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section06 .section_container h2 span.large {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container h2 span.large {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container h2 span.large {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) {
  section.top_page--section.section06 .section_container h2 span.large br {
    display: none;
  }
}
section.top_page--section.section06 .section_container h2 span.color_blue {
  color: #1E68B3;
  font-size: 3.8vw;
  font-family: "Arial", Sans-serif;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section06 .section_container h2 span.color_blue {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container h2 span.color_blue {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container h2 span.color_blue {
    font-size: 18px;
  }
}
section.top_page--section.section06 .section_container p.scroll {
  text-align: right;
  font-size: 2.8vw;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section06 .section_container p.scroll {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section06 .section_container p.scroll {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section06 .section_container p.scroll {
    display: none;
  }
}
section.top_page--section.section06 .section_container p.scroll i {
  margin-left: 0.5em;
}

.top_page_section06--tableBox {
  width: 90vw;
  padding: 7% 0 5px;
  margin: 0 0 0 auto;
  overflow-x: scroll;
}
@media screen and (min-width: 600px) {
  .top_page_section06--tableBox {
    padding: 6% 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section06--tableBox {
    padding: 4% 0 5px;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section06--tableBox {
    width: 100%;
    padding: 110px 0 5px;
    margin: 0 auto;
    overflow-x: inherit;
  }
}

.top_page_section06--table {
  color: #634525;
  font-size: 3.8vw;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #A3A3A3;
}
@media screen and (min-width: 600px) {
  .top_page_section06--table {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section06--table {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section06--table {
    width: 100%;
    font-size: 20px;
  }
}
.top_page_section06--table thead tr, .top_page_section06--table tbody tr {
  height: 3.7em;
  display: grid;
  grid-template-columns: 11em 16em 15em 15em;
}
@media screen and (min-width: 1025px) {
  .top_page_section06--table thead tr, .top_page_section06--table tbody tr {
    grid-template-columns: 11.2fr 19.6fr 17fr 17fr;
  }
}
.top_page_section06--table thead tr {
  border-bottom: 1px dotted #787878;
}
.top_page_section06--table thead tr th {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top_page_section06--table thead tr th:nth-of-type(2) {
  color: #fff;
  padding-bottom: 1.2em;
  background-color: #1E68B3;
}
.top_page_section06--table thead tr th:nth-of-type(2)::before {
  content: "";
  width: 100%;
  height: 130%;
  background-color: #1E68B3;
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top_page_section06--table thead tr th:nth-of-type(2) span {
  position: relative;
}
.top_page_section06--table thead tr th:nth-of-type(3) {
  background-color: #FFDEA3;
}
.top_page_section06--table thead tr th:last-of-type {
  background-color: #FEEE97;
  border-left: 1px solid #A3A3A3;
}
.top_page_section06--table tbody tr:not(:last-of-type) {
  border-bottom: 1px dotted #787878;
}
.top_page_section06--table tbody tr th {
  text-align: left;
  padding-left: 1em;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
}
.top_page_section06--table tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top_page_section06--table tbody tr td:first-of-type {
  color: #1E68B3;
  font-size: 1.2em;
  font-weight: bold;
}
.top_page_section06--table tbody tr td:first-of-type::before {
  content: "";
  width: 4px;
  height: 110%;
  background-color: #1E68B3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top_page_section06--table tbody tr td:nth-of-type(2)::before {
  content: "";
  width: 4px;
  height: 110%;
  background-color: #1E68B3;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 0);
}
.top_page_section06--table tbody tr td:last-of-type {
  border-left: 1px solid #A3A3A3;
}
.top_page_section06--table tbody tr td span {
  font-size: 0.63em;
  margin-left: 0.5em;
  transform: translate(0, 25%);
}
.top_page_section06--table tbody tr:nth-of-type(2) td:first-of-type {
  color: #D60000;
}
.top_page_section06--table tbody tr:last-of-type td:first-of-type::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #1E68B3;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%);
}

section.top_page--section.section07 {
  padding: 14% 0;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section07 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section07 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section07 {
    padding: 80px 0;
  }
}
section.top_page--section.section07 .section_container {
  width: 95%;
  margin-inline: auto;
}
section.top_page--section.section07 .section_container h2 {
  text-align: center;
  font-size: 6.2vw;
  line-height: 1.3;
  padding: 0.5em 0;
  margin-bottom: 2.7em;
  background: -webkit-linear-gradient(#ff0, #ff4c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 6px double #ff7900;
  border-bottom: 6px double #ff7900;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section07 .section_container h2 {
    font-size: 5.1vw;
    margin-bottom: 2.3em;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section07 .section_container h2 {
    font-size: 4.9vw;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section07 .section_container h2 {
    font-size: 45px;
    width: 600px;
    padding: 0.35em 0;
    margin-inline: auto;
    margin-bottom: 1.6em;
  }
}

dl.top_page_section07--dl {
  font-size: 4.3vw;
  width: 94%;
  margin-inline: auto;
  gap: 4em 0;
  display: grid;
}
@media screen and (min-width: 600px) {
  dl.top_page_section07--dl {
    font-size: 2.7vw;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section07--dl {
    font-size: 2.2vw;
    grid-template-columns: 1fr 1fr;
    gap: 4em 1em;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section07--dl {
    width: 100%;
    max-width: 1120px;
    font-size: 17px;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 20px;
  }
}
dl.top_page_section07--dl div {
  font-size: inherit;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 0 0.3em;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  dl.top_page_section07--dl div {
    grid-template-columns: auto;
    grid-template-rows: auto auto 1fr;
    gap: 0;
  }
}
dl.top_page_section07--dl div::before {
  content: "0" counter(number);
  color: #ff6400;
  font-size: 7.4vw;
  font-weight: 800;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -110%);
}
@media screen and (min-width: 600px) {
  dl.top_page_section07--dl div::before {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section07--dl div::before {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section07--dl div::before {
    font-size: 34px;
  }
}
dl.top_page_section07--dl div dt {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0.7em;
  background-color: #00a3ce;
  display: flex;
  align-items: center;
  order: 2;
}
@media screen and (min-width: 768px) {
  dl.top_page_section07--dl div dt {
    padding: 0;
    height: 3em;
    justify-content: center;
  }
}
dl.top_page_section07--dl div dd:first-of-type {
  font-size: 0;
}
dl.top_page_section07--dl div dd:first-of-type img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.55/1;
}
dl.top_page_section07--dl div dd:nth-of-type(2) {
  font-size: 3.7vw;
  line-height: 1.6;
  padding: 0.9em 0 0 0.7em;
  order: 3;
  grid-column: span 2;
}
@media screen and (min-width: 600px) {
  dl.top_page_section07--dl div dd:nth-of-type(2) {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section07--dl div dd:nth-of-type(2) {
    font-size: 1.9vw;
    padding: 1.2em 0 0 0;
    grid-column: span 1;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section07--dl div dd:nth-of-type(2) {
    font-size: 15px;
    padding: 1.3em 0 0 0;
  }
}

section.top_page--section.section08 {
  background-color: #31abd7;
  padding: 14% 0 8%;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section08 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section08 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section08 {
    padding: 80px 0 60px;
  }
}
section.top_page--section.section08 .section_container {
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section08 .section_container {
    max-width: 900px;
  }
}
section.top_page--section.section08 .section_container h2 {
  text-align: center;
  color: #fff;
  font-size: 6.4vw;
  padding: 1em 0;
  margin-bottom: 1em;
  border-top: 6px double #fff;
  border-bottom: 6px double #fff;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section08 .section_container h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section08 .section_container h2 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section08 .section_container h2 {
    font-size: 43px;
    max-width: 600px;
    padding: 0.7em 0;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 1025px) {
  .top_page_section08--contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.top_page_section08--contents .text_box {
  font-size: 3.5vw;
  padding: 2em 0 1.5em;
  background-color: #ef7c00;
}
@media screen and (min-width: 600px) {
  .top_page_section08--contents .text_box {
    padding: 1.5em 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section08--contents .text_box {
    padding: 85px 0 0;
  }
}
.top_page_section08--contents .text_box h3 {
  text-align: center;
  color: #fff;
  font-size: 5.4vw;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 600px) {
  .top_page_section08--contents .text_box h3 {
    font-size: 3.9vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section08--contents .text_box h3 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section08--contents .text_box h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.top_page_section08--contents .text_box p {
  color: #fff;
  font-size: 3.8vw;
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .top_page_section08--contents .text_box p {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section08--contents .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section08--contents .text_box p {
    font-size: 18px;
  }
}
.top_page_section08--contents .map_box {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 1025px) {
  .top_page_section08--contents .map_box {
    padding: 20px 0;
    aspect-ratio: auto;
  }
}
.top_page_section08--contents .map_box img {
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .top_page_section08--contents .map_box img {
    width: 41%;
    height: auto;
  }
}

section.top_page--section.section09 {
  background-color: #F5FBFF;
  padding: 14% 0 10%;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section09 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section09 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section09 {
    padding: 80px 0;
  }
}
section.top_page--section.section09 .section_container {
  width: 86%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section09 .section_container {
    max-width: 900px;
  }
}
section.top_page--section.section09 .section_container h2 {
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  padding: 0.9em 0;
  background-color: #1E68B3;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section09 .section_container h2 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section09 .section_container h2 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section09 .section_container h2 {
    font-size: 24px;
  }
}

.top_page_section09--contents {
  font-size: 4vw;
  padding: 1.3em;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .top_page_section09--contents {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section09--contents {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section09--contents {
    font-size: 16px;
    padding: 35px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0 25px;
  }
}
.top_page_section09--contents .map_box {
  margin-bottom: 7%;
}
@media screen and (min-width: 600px) {
  .top_page_section09--contents .map_box {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  .top_page_section09--contents .map_box {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page_section09--contents .map_box {
    margin: 0;
  }
}
.top_page_section09--contents .map_box iframe {
  width: 100%;
  aspect-ratio: 1.6/1;
}
@media screen and (min-width: 1025px) {
  .top_page_section09--contents .map_box iframe {
    height: 100%;
    aspect-ratio: auto;
  }
}
.top_page_section09--contents dl {
  color: #634525;
  border-top: 1px dotted #787878;
}
.top_page_section09--contents dl div {
  font-size: inherit;
  padding: 1em;
  border-bottom: 1px dotted #787878;
}
@media screen and (min-width: 768px) {
  .top_page_section09--contents dl div {
    display: grid;
    grid-template-columns: 7em 1fr;
  }
}
.top_page_section09--contents dl div dt, .top_page_section09--contents dl div dd {
  line-height: 2;
}
.top_page_section09--contents dl div dt {
  font-weight: bold;
}
section.top_page--section.section10 {
  padding: 14% 0;
  background-color: #fffeef;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section10 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section10 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section10 {
    padding: 80px 0;
  }
}
section.top_page--section.section10 .section_container {
  width: 95%;
  margin-inline: auto;
}
section.top_page--section.section10 .section_container h2 {
  text-align: center;
  font-size: 6.2vw;
  line-height: 1.3;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  background: -webkit-linear-gradient(#bdedfe, #0095ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 6px double #0093da;
  border-bottom: 6px double #0093da;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section10 .section_container h2 {
    font-size: 5.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section10 .section_container h2 {
    font-size: 4.9vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section10 .section_container h2 {
    font-size: 45px;
    width: 600px;
    padding: 0.35em 0;
    margin-inline: auto;
    margin-bottom: 35px;
  }
}

dl.top_page_section10--dl {
  font-size: 4.8vw;
  width: 94%;
  margin-inline: auto;
  gap: 4.5em 0;
  display: grid;
}
@media screen and (min-width: 600px) {
  dl.top_page_section10--dl {
    font-size: 3vw;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section10--dl {
    font-size: 2.4vw;
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section10--dl {
    width: 100%;
    max-width: 1120px;
    font-size: 19px;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 50px;
  }
}
dl.top_page_section10--dl div {
  font-size: inherit;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section10--dl div {
    grid-template-columns: auto;
  }
}
dl.top_page_section10--dl div:not(:last-of-type)::before {
  content: "\f0d7";
  color: #69727d;
  font-size: 2em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: -35%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  dl.top_page_section10--dl div:not(:last-of-type)::before {
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translate(25px, -50%) rotate(-90deg);
  }
}
dl.top_page_section10--dl div dt {
  font-weight: 700;
  line-height: 1.4;
  padding: 1.5em 0 0;
  display: flex;
  align-items: center;
  order: 2;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section10--dl div dt {
    padding: 0;
    height: 3em;
    justify-content: center;
  }
}
dl.top_page_section10--dl div dd:first-of-type span {
  color: #ff6400;
  font-size: 7.5vw;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 0.1em;
  display: block;
}
@media screen and (min-width: 600px) {
  dl.top_page_section10--dl div dd:first-of-type span {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section10--dl div dd:first-of-type span {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section10--dl div dd:first-of-type span {
    font-size: 26px;
  }
}
dl.top_page_section10--dl div dd:first-of-type img {
  width: 3.6em;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section10--dl div dd:first-of-type img {
    width: 128px;
  }
}
dl.top_page_section10--dl div dd:nth-of-type(2) {
  font-size: 0.75em;
  line-height: 1.8;
  padding-top: 0.5em;
  order: 3;
  grid-column: span 2;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section10--dl div dd:nth-of-type(2) {
    font-size: 15px;
    grid-column: span 1;
  }
}

section.top_page--section.section11 {
  padding: 14% 0;
  background-color: #f5fbff;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section11 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section11 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section11 {
    padding: 80px 0;
  }
}
section.top_page--section.section11 .section_container {
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section11 .section_container {
    max-width: 875px;
  }
}
section.top_page--section.section11 .section_container h2 {
  text-align: center;
  font-size: 6.2vw;
  line-height: 1.3;
  padding: 0.5em 0;
  margin-bottom: 1em;
  background: -webkit-linear-gradient(#ff0, #ff4c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 6px double #ff7900;
  border-bottom: 6px double #ff7900;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section11 .section_container h2 {
    font-size: 5.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section11 .section_container h2 {
    font-size: 4.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section11 .section_container h2 {
    font-size: 45px;
    width: 600px;
    padding: 0.35em 0;
    margin-inline: auto;
  }
}

ul.top_page_section11--ul {
  font-size: 3.6vw;
}
@media screen and (min-width: 600px) {
  ul.top_page_section11--ul {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.top_page_section11--ul {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section11--ul {
    font-size: 15px;
  }
}
ul.top_page_section11--ul li {
  padding: 2em 0;
  background-color: #fff;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section11--ul li {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 30px 30px 30px 35px;
    gap: 0 30px;
  }
}
ul.top_page_section11--ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
ul.top_page_section11--ul li div {
  font-size: inherit;
}
ul.top_page_section11--ul li div.person_box {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section11--ul li div.person_box {
    margin: 0;
  }
}
ul.top_page_section11--ul li div.person_box .img img {
  width: 6em;
  border: 2px solid #00c3ff;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section11--ul li div.person_box .img img {
    width: 80px;
  }
}
ul.top_page_section11--ul li div.person_box p {
  color: #00ace9;
  font-weight: 800;
}
ul.top_page_section11--ul li div.text_box {
  width: 83%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section11--ul li div.text_box {
    width: 100%;
  }
}
ul.top_page_section11--ul li div.text_box p {
  line-height: 1.8;
}

section.top_page--section.section12 {
  padding: 14% 0 0;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section12 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section12 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section12 {
    padding: 80px 0;
  }
}
section.top_page--section.section12 .section_container {
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section12 .section_container {
    max-width: 880px;
  }
}
section.top_page--section.section12 .section_container h2 {
  text-align: center;
  font-size: 6.2vw;
  line-height: 1.3;
  padding: 0.5em 0;
  margin-bottom: 1.1em;
  background: -webkit-linear-gradient(#bdedfe, #0095ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 6px double #0093da;
  border-bottom: 6px double #0093da;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section12 .section_container h2 {
    font-size: 5.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section12 .section_container h2 {
    font-size: 4.9vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section12 .section_container h2 {
    font-size: 45px;
    width: 600px;
    padding: 0.35em 0;
    margin-inline: auto;
    margin-bottom: 35px;
  }
}

dl.top_page_section12--dl {
  font-size: 3.6vw;
}
@media screen and (min-width: 600px) {
  dl.top_page_section12--dl {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section12--dl {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section12--dl {
    font-size: 15px;
  }
}
dl.top_page_section12--dl dt {
  color: #fff;
  line-height: 1.6;
  padding: 1em 4em 1em 2.5em;
  background-color: #00ace9;
  position: relative;
}
dl.top_page_section12--dl dt::before {
  content: "Q.";
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(35%, 50%);
}
dl.top_page_section12--dl dt button.q_a--accordionButton {
  width: 3em;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  dl.top_page_section12--dl dt button.q_a--accordionButton {
    width: 4em;
  }
}
dl.top_page_section12--dl dt button.q_a--accordionButton::before, dl.top_page_section12--dl dt button.q_a--accordionButton::after {
  content: "";
  width: 1.5em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
dl.top_page_section12--dl dt button.q_a--accordionButton::before {
  transform: translate(-50%, -50%);
}
dl.top_page_section12--dl dt button.q_a--accordionButton::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.4s;
}
dl.top_page_section12--dl dt button.q_a--accordionButton.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
dl.top_page_section12--dl dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s;
}
dl.top_page_section12--dl dd:not(:last-of-type) {
  margin-bottom: 0.8em;
}
dl.top_page_section12--dl dd.active {
  grid-template-rows: 1fr;
}
dl.top_page_section12--dl dd div {
  font-size: inherit;
  overflow: hidden;
}
dl.top_page_section12--dl dd div p {
  line-height: 1.6;
  padding: 0 1em 0 2.5em;
  opacity: 0;
  transform: translate(-30px, 0);
  position: relative;
  transition: all 0.3s 0.1s;
}
dl.top_page_section12--dl dd div p:first-of-type {
  margin-top: 1em;
}
dl.top_page_section12--dl dd div p:first-of-type::before {
  content: "A.";
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(35%, 0);
}
dl.top_page_section12--dl dd div p:last-of-type {
  margin-bottom: 1em;
}
dl.top_page_section12--dl dd.active div p {
  opacity: 1;
  transform: translate(0, 0);
}

section.top_page--section.section13 {
  padding: 8% 0;
  background: rgb(85, 189, 231);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(85, 189, 231) 100%);
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section13 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section13 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section13 {
    padding: 80px 0;
  }
}
section.top_page--section.section13 .section_container {
  width: 94%;
  padding: 15% 0;
  margin-inline: auto;
  background-color: #C0E6FF;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section13 .section_container {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section13 .section_container {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section13 .section_container {
    max-width: 900px;
    padding: 70px 0;
  }
}
section.top_page--section.section13 .section_container::before {
  content: "";
  width: 90%;
  height: 95%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  section.top_page--section.section13 .section_container::before {
    width: 92%;
  }
}
section.top_page--section.section13 .section_container h2 {
  text-align: center;
  color: #1E68B3;
  font-size: 5.4vw;
  letter-spacing: 0.1em;
  width: 74%;
  padding-bottom: 0.5em;
  margin: 0 auto 1.5em;
  border-bottom: 1px solid #1E68B3;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_page--section.section13 .section_container h2 {
    font-size: 3.7vw;
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 768px) {
  section.top_page--section.section13 .section_container h2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section13 .section_container h2 {
    font-size: 26px;
    margin: 0 auto 0.5em;
  }
}
section.top_page--section.section13 .section_container h2::before, section.top_page--section.section13 .section_container h2::after {
  content: "";
  width: 0.25em;
  background-color: #1E68B3;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(0, 65%);
  aspect-ratio: 1;
}
section.top_page--section.section13 .section_container h2::before {
  left: 0;
}
section.top_page--section.section13 .section_container h2::after {
  right: 0;
}

dl.top_page_section13--dl {
  font-size: 3.8vw;
  width: 74%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.top_page_section13--dl {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  dl.top_page_section13--dl {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section13--dl {
    font-size: 18px;
  }
}
dl.top_page_section13--dl div {
  font-size: inherit;
  padding: 1em;
  border-bottom: 1px dotted #787878;
}
@media screen and (min-width: 768px) {
  dl.top_page_section13--dl div {
    display: grid;
    grid-template-columns: 7em 1fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.top_page_section13--dl div {
    padding: 0.8em 1em 0.8em 4em;
    grid-template-columns: 11em 1fr;
  }
}
dl.top_page_section13--dl div:not(:last-of-type) {
  margin-bottom: 0.8em;
}
dl.top_page_section13--dl div dt, dl.top_page_section13--dl div dd {
  color: #634525;
  line-height: 1.6;
}
dl.top_page_section13--dl div dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  dl.top_page_section13--dl div dt {
    margin: 0;
  }
}
footer {
  text-align: center;
  font-size: 3.6vw;
  background-color: #303030;
  padding: 1em 0 7em;
}
@media screen and (min-width: 600px) {
  footer {
    font-size: 2.3vw;
    padding: 1.5em 0 1.5em;
  }
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  footer {
    font-size: 15px;
  }
}
footer small {
  color: #fff;
  font-size: inherit;
}/*# sourceMappingURL=style.css.map */