@charset "UTF-8";
/*
Theme Name: クリア
*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #142B3A;
  font-size: clamp(12px, 9.888px + 0.564vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  box-sizing: border-box;
}

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

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

dl {
  margin: 0;
}

dd {
  margin: 0;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
  box-sizing: border-box;
}

img {
  width: 100%;
}

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

header {
  height: 4.5em;
  background: linear-gradient(180deg, rgb(219, 236, 245) 0%, rgb(242, 254, 255) 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  header {
    height: 6.7em;
  }
}

@media screen and (min-width: 1025px) {
  .header_container {
    width: 75%;
    min-width: 950px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header_container .logo {
  text-align: center;
}
.header_container .logo p {
  font-size: 0.85em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .header_container .logo p {
    font-size: 0.7em;
  }
}
.header_container .logo img {
  width: 6em;
}
@media screen and (min-width: 768px) {
  .header_container .logo img {
    width: 9.2em;
  }
}

.CV_button--box {
  width: 100%;
  padding: 0.3em 0.5em;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 0.2em;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .CV_button--box {
    width: auto;
    padding: 0.4em 0.6em;
    background: none;
    gap: 0 0.85em;
    position: relative;
  }
}
.CV_button--box a {
  text-align: center;
  color: #fff;
  padding: 0.3em 0 0.7em;
  border-radius: 20px;
  display: grid;
  gap: 0.3em 0;
}
@media screen and (min-width: 768px) {
  .CV_button--box a {
    padding: 0.5em 1.3em;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.1em 0;
  }
}
@media screen and (min-width: 1025px) {
  .CV_button--box a {
    width: 13.9em;
    border-radius: 10em;
  }
}
.CV_button--box a.tel {
  background-color: #0049B0;
}
.CV_button--box a.tel span.num {
  font-size: 1.1em;
  font-weight: bold;
}
.CV_button--box a.tel span.time {
  font-size: 0.8em;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3em 0.5em;
  margin-inline: auto;
  background-color: #FF6666;
  border-radius: 5em;
}
@media screen and (min-width: 1025px) {
  .CV_button--box a.tel span.time {
    font-size: 0.6em;
    padding: 0.3em 1.2em;
  }
}
.CV_button--box a.mail {
  background-color: #FFAE01;
}
.CV_button--box a.mail span.text01 {
  font-weight: bold;
}
.CV_button--box a.mail span.text02 {
  font-size: 0.8em;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .CV_button--box a.mail span.text02 {
    font-size: 0.75em;
    line-height: 1;
  }
}
.CV_button--box a.line {
  background-color: #06C755;
}
.CV_button--box a.line span.text01 {
  font-weight: bold;
}
.CV_button--box a.line span.text02 {
  font-size: 0.8em;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .CV_button--box a.line span.text02 {
    font-size: 0.75em;
    line-height: 1;
  }
}
.CV_button--box a:hover {
  opacity: 0.7;
}
.CV_button--box a i {
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: span 2;
}
@media screen and (min-width: 1025px) {
  .CV_button--box a i {
    height: 2.4em;
    height: auto;
  }
}
.CV_button--box a.tel i::before {
  font-size: 1.7em;
}
@media screen and (min-width: 1025px) {
  .CV_button--box a.tel i::before {
    font-size: 1.6em;
  }
}
.CV_button--box a.mail i::before {
  font-size: 1.8em;
}
@media screen and (min-width: 1025px) {
  .CV_button--box a.mail i::before {
    font-size: 1.7em;
  }
}
.CV_button--box a.line img {
  width: 2.1em;
  margin-inline: auto;
  display: block;
  grid-row: span 2;
}
@media screen and (min-width: 1025px) {
  .CV_button--box a.line img {
    width: 2.8em;
  }
}

.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%;
}

.FP_header {
  overflow: hidden;
  position: relative;
}
.FP_header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.FP_header picture {
  font-size: 0;
  display: block;
}
.FP_header .shop_name--box {
  text-align: center;
  background-color: #13568B;
}
.FP_header .shop_name--box p {
  color: #fff;
  font-size: 1.35em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.1em 0;
}

section.FP_section.FP_CVsection {
  position: relative;
  z-index: 1;
}
section.FP_section.FP_CVsection .section_container {
  padding: 3em 0;
  background-color: #0049B0;
  border-radius: 2.5em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_CVsection .section_container {
    padding: 3em 0 4em;
    border-radius: 2.8em;
  }
}
section.FP_section.FP_CVsection .section_container h2 {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_CVsection .section_container h2 {
    font-size: 2.2em;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_CVsection .section_container h2 br {
    display: none;
  }
}
section.FP_section.FP_CVsection .section_container .box {
  text-align: center;
  width: 88%;
  padding: 2.5em 0;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 0.9em;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_CVsection .section_container .box {
    width: 95%;
    max-width: 1300px;
    padding: 1em min(6.2vw, 5em) 0 min(7.5vw, 6em);
    border-radius: 2.8em;
    display: grid;
    grid-template: auto auto 1fr/auto 1fr;
  }
}
section.FP_section.FP_CVsection .section_container .box p.text01 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_CVsection .section_container .box p.text01 {
    font-size: 1.5em;
    margin: 0.6em auto 0;
  }
}
section.FP_section.FP_CVsection .section_container .box p.text01::before, section.FP_section.FP_CVsection .section_container .box p.text01::after {
  color: #FF0000;
  position: absolute;
  bottom: 0;
}
section.FP_section.FP_CVsection .section_container .box p.text01::before {
  content: "＼";
  left: 0;
  translate: -140% 0;
}
section.FP_section.FP_CVsection .section_container .box p.text01::after {
  content: "／";
  right: 0;
  translate: 140% 0;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_CVsection .section_container .box p.text01 br {
    display: none;
  }
}
section.FP_section.FP_CVsection .section_container .box p.text02 {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_CVsection .section_container .box p.text02 {
    font-size: 1.5em;
    margin-bottom: 0.7em;
  }
}
section.FP_section.FP_CVsection .section_container .box p.text02 span.text_large {
  font-size: 1.1em;
  text-decoration: underline;
  text-underline-offset: -0.15em;
  text-decoration-thickness: 0.55em;
  text-decoration-color: #FFAE01;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: block;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_CVsection .section_container .box p.text02 span.text_large {
    font-size: 1.2em;
    display: inline;
  }
}
section.FP_section.FP_CVsection .section_container .box p.text02 span.color_red {
  color: #FF0000;
}
section.FP_section.FP_CVsection .section_container .box .img {
  display: none;
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_CVsection .section_container .box .img {
    font-size: 0;
    width: 70%;
    min-width: 200px;
    display: block;
    justify-self: right;
    grid-row: 1/4;
    grid-column: 2/3;
  }
}

.FP_CVsection--buttonBox {
  text-align: center;
  display: grid;
  justify-content: center;
  gap: 0.9em 0;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 0.85em;
  }
}
.FP_CVsection--buttonBox a {
  color: #fff;
  letter-spacing: 0.1em;
  width: 20.9em;
  height: 5.6em;
  padding: 0 2em;
  border-radius: 10em;
  display: grid;
  grid-template: auto auto/auto 1fr;
  align-items: center;
  gap: 0.6em 0.3em;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a {
    width: 13.9em;
    height: 3.75em;
    padding: 0 1.5em;
    gap: 0.4em 0.2em;
  }
}
.FP_CVsection--buttonBox a:hover {
  opacity: 0.7;
}
.FP_CVsection--buttonBox a.tel_button {
  background-color: #0049B0;
}
.FP_CVsection--buttonBox a.mail_button {
  background-color: #FFAE01;
}
.FP_CVsection--buttonBox a.line_button {
  padding: 0 2.5em 0 1.5em;
  background-color: #06C755;
  gap: 0.6em 0;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a.line_button {
    padding: 0 1.8em 0 1.2em;
    gap: 0.4em 0;
  }
}
.FP_CVsection--buttonBox a p.text {
  font-weight: 600;
  align-self: end;
}
.FP_CVsection--buttonBox a p.time {
  align-self: start;
}
.FP_CVsection--buttonBox a.tel_button p.text {
  font-size: 1.7em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a.tel_button p.text {
    font-size: 1.1em;
  }
}
.FP_CVsection--buttonBox a.tel_button p.time {
  font-size: 0.9em;
  letter-spacing: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3em 1.8em;
  margin-inline: auto;
  background-color: #ff6666;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a.tel_button p.time {
    font-size: 0.6em;
  }
}
.FP_CVsection--buttonBox a.mail_button p.text {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a.mail_button p.text {
    font-size: 1em;
  }
}
.FP_CVsection--buttonBox a.mail_button p.time {
  font-size: 1.1em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a.mail_button p.time {
    font-size: 0.75em;
  }
}
.FP_CVsection--buttonBox a.line_button p.text {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a.line_button p.text {
    font-size: 1em;
  }
}
.FP_CVsection--buttonBox a.line_button p.time {
  font-size: 1.1em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a.line_button p.time {
    font-size: 0.75em;
  }
}
.FP_CVsection--buttonBox a i {
  font-size: 2.5em;
  grid-row: span 2;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a i {
    font-size: 1.6em;
  }
}
.FP_CVsection--buttonBox a img {
  width: 4em;
  grid-row: span 2;
}
@media screen and (min-width: 768px) {
  .FP_CVsection--buttonBox a img {
    width: 2.5em;
  }
}

hgroup.FP_hgroup {
  color: #0049B0;
  font-size: 1.7em;
}
@media screen and (min-width: 768px) {
  hgroup.FP_hgroup {
    font-size: 2.35em;
  }
}
hgroup.FP_hgroup h2 {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  hgroup.FP_hgroup h2 {
    margin-bottom: 0.4em;
  }
}
hgroup.FP_hgroup h2 span {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  hgroup.FP_hgroup h2 span {
    font-size: 0.65em;
  }
}
hgroup.FP_hgroup p {
  font-size: 0.5em;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0 0.7em;
  position: relative;
}
@media screen and (min-width: 768px) {
  hgroup.FP_hgroup p {
    font-size: 0.35em;
    padding-left: 0.25em;
  }
}
hgroup.FP_hgroup p::before {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #0049B0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  hgroup.FP_hgroup p::before {
    width: 1.2em;
    height: 3px;
  }
}

.FP_contents01 {
  padding: 1.6em 0 5em;
  background-color: #DDF9FB;
}
@media screen and (min-width: 1025px) {
  .FP_contents01 {
    padding: 4.8em 0 6em;
  }
}
.FP_contents01 .contents_container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container {
    width: 95%;
    max-width: 1080px;
    margin-inline: auto;
  }
}
.FP_contents01 .contents_container::before {
  content: "";
  width: 100%;
  height: 95%;
  background-color: #fff;
  border-radius: 3.4em;
  position: absolute;
  left: 0;
  bottom: -4.5em;
}
@media screen and (min-width: 1025px) {
  .FP_contents01 .contents_container::before {
    width: 45.8em;
    height: 17.2em;
    border-radius: 40em;
    left: calc(50% + 4em);
    bottom: -2em;
    translate: -50% 0;
  }
}
.FP_contents01 .contents_container .img {
  width: 15.5em;
  margin: -2em auto 1.5em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .FP_contents01 .contents_container .img {
    width: 17em;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -40%;
  }
}
.FP_contents01 .contents_container p {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .FP_contents01 .contents_container p {
    translate: 4em 0;
  }
}
.FP_contents01 .contents_container p::before, .FP_contents01 .contents_container p::after {
  content: "";
  font-size: 2.9em;
  width: 0.15em;
  height: 1em;
  background-color: #FF6666;
  border-radius: 10em;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container p::before, .FP_contents01 .contents_container p::after {
    font-size: 2.5em;
    height: 1.1em;
  }
}
.FP_contents01 .contents_container p::before {
  left: 0;
  rotate: -35deg;
  translate: -1.05em 0.05em;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container p::before {
    translate: -1.35em 0.05em;
  }
}
.FP_contents01 .contents_container p::after {
  right: 0;
  rotate: 35deg;
  translate: 1.05em 0.05em;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container p::after {
    translate: 1.25em 0.05em;
  }
}
.FP_contents01 .contents_container p > span {
  color: #000;
  font-weight: bold;
  display: block;
}
.FP_contents01 .contents_container p > span.text01 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container p > span.text01 {
    font-size: 2.2em;
  }
}
.FP_contents01 .contents_container p > span.text01 span {
  color: #0049B0;
  font-weight: bold;
  padding: 0.2em 0.25em;
  margin-right: 0.2em;
  border: 4px solid #0049B0;
  display: inline-block;
}
.FP_contents01 .contents_container p > span.text02 {
  font-size: 2.9em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container p > span.text02 {
    font-size: 2.5em;
  }
}
.FP_contents01 .contents_container p > span.text02::before, .FP_contents01 .contents_container p > span.text02::after {
  content: "";
  width: 0.15em;
  height: 1em;
  background-color: #FF6666;
  border-radius: 10em;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container p > span.text02::before, .FP_contents01 .contents_container p > span.text02::after {
    height: 1.1em;
  }
}
.FP_contents01 .contents_container p > span.text02::before {
  left: 0;
  rotate: -35deg;
  translate: -0.5em 0.05em;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container p > span.text02::before {
    translate: -0.8em 0.05em;
  }
}
.FP_contents01 .contents_container p > span.text02::after {
  right: 0;
  rotate: 35deg;
  translate: 0.5em 0.05em;
}
@media screen and (min-width: 768px) {
  .FP_contents01 .contents_container p > span.text02::after {
    translate: 0.7em 0.05em;
  }
}

.FP_contents01--ul {
  width: 29em;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em 0.9em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_contents01--ul {
    width: 38.4em;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 0.2em;
  }
}
@media screen and (min-width: 1025px) {
  .FP_contents01--ul {
    margin-bottom: 1.2em;
    translate: 4em 0;
  }
}
.FP_contents01--ul li {
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  list-style: none;
  background-image: url(../image/FP_contents01_ul_bg.png);
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .FP_contents01--ul li {
    font-size: 1.8em;
  }
}

section.FP_section.FP_section01 {
  padding: 3em 0 4em;
  background-color: #DDF9FB;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_section01 {
    padding: 0 0 4em;
  }
}
section.FP_section.FP_section01::before {
  content: "";
  width: 100%;
  height: 5em;
  background-color: #DDF9FB;
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 100%;
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_section01 .section_container {
    width: 95%;
    max-width: 1130px;
    padding-left: 1.5em;
    margin-inline: auto;
    display: grid;
    grid-template: auto 1fr/auto 1fr;
  }
}
section.FP_section.FP_section01 .section_container h2 {
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_section01 .section_container h2 {
    margin: 1em 0 1.8em;
  }
}
section.FP_section.FP_section01 .section_container h2 > span {
  display: block;
}
section.FP_section.FP_section01 .section_container h2 > span.text01 {
  font-size: 2em;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section01 .section_container h2 > span.text01 {
    font-size: 2.2em;
    margin-bottom: 0.5em;
  }
}
section.FP_section.FP_section01 .section_container h2 > span.text02 {
  font-size: 2.7em;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2em 1.7em 0.5em;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 10em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section01 .section_container h2 > span.text02 {
    font-size: 2.2em;
    padding: 0.3em 1.6em 0.6em;
  }
}
section.FP_section.FP_section01 .section_container h2 > span.text02 span.text_large {
  font-size: 1.7em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section01 .section_container h2 > span.text02 span.text_large {
    font-size: 1.75em;
  }
}
section.FP_section.FP_section01 .section_container h2 > span.text02 span.color_blue {
  color: #0049B0;
}
section.FP_section.FP_section01 .section_container .text_box {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3em;
}
section.FP_section.FP_section01 .section_container .text_box p {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section01 .section_container .text_box p {
    font-size: 1em;
    line-height: 1.9;
  }
}
section.FP_section.FP_section01 .section_container .text_box p span {
  text-decoration: underline;
  text-underline-offset: -0.15em;
  text-decoration-thickness: 0.55em;
  text-decoration-color: #FFAE01;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

ul.FP_section01--ul {
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em 1.5em;
}
@media screen and (min-width: 768px) {
  ul.FP_section01--ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  ul.FP_section01--ul {
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 38.4em;
    grid-row: 1/3;
    grid-column: 2/3;
    gap: 1.5em 1.1em;
  }
}
ul.FP_section01--ul li {
  list-style: none;
  background-color: #fff;
  border-radius: 5em 5em 3em 3em;
}
@media screen and (min-width: 768px) {
  ul.FP_section01--ul li {
    background: none;
  }
}
ul.FP_section01--ul li p.title {
  text-align: center;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.5;
  padding: 1.2em 0;
  margin-bottom: 0.4em;
  background-color: #0049B0;
  border-radius: 3em 3em 0 0;
}
@media screen and (min-width: 768px) {
  ul.FP_section01--ul li p.title {
    font-size: 1em;
    padding: 0.55em 0;
    margin-bottom: 0.8em;
    border-radius: 5em;
  }
}
ul.FP_section01--ul li .img {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  ul.FP_section01--ul li .img {
    width: 86%;
    background-image: radial-gradient(circle closest-corner, #fff 70%, transparent 70%);
  }
}

section.FP_section.FP_section02 {
  padding: 4em 0;
  background-color: #F0F2F5;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section02 {
    padding: 3.5em 0;
  }
}
section.FP_section.FP_section02::before {
  content: "";
  width: 100%;
  height: 5em;
  background-color: #F0F2F5;
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
}
section.FP_section.FP_section02 .section_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section02 .section_container {
    width: 95%;
    max-width: 1130px;
  }
}
section.FP_section.FP_section02 .section_container hgroup.FP_hgroup {
  margin-bottom: 2.2em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section02 .section_container hgroup.FP_hgroup {
    margin-bottom: 1.2em;
  }
}

ul.FP_section02--ul {
  display: grid;
  gap: 2em 0;
}
@media screen and (min-width: 768px) {
  ul.FP_section02--ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  ul.FP_section02--ul {
    gap: 0 1.4em;
  }
}
ul.FP_section02--ul li {
  list-style: none;
  padding: 2.5em 2em;
  background-color: #fff;
  position: relative;
  counter-increment: number;
}
@media screen and (min-width: 768px) {
  ul.FP_section02--ul li {
    padding: 2.4em 1.7em;
  }
}
ul.FP_section02--ul li::before {
  content: "0" counter(number);
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  width: 4em;
  padding: 0.5em;
  box-sizing: border-box;
  background-color: #0049B0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  ul.FP_section02--ul li::before {
    font-size: 1.8em;
    width: 3.6em;
    padding: 0.4em;
  }
}
ul.FP_section02--ul li h3 {
  color: #13568B;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0 0 1.4em 3em;
}
@media screen and (min-width: 768px) {
  ul.FP_section02--ul li h3 {
    font-size: 1.1em;
    margin: 0 0 1.7em 2.8em;
  }
}
ul.FP_section02--ul li .img {
  width: 54%;
  margin: 0 auto 2.2em;
}
@media screen and (min-width: 768px) {
  ul.FP_section02--ul li .img {
    width: 63%;
    margin: 0 auto 1.9em;
  }
}
ul.FP_section02--ul li p {
  font-size: 1.25em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  ul.FP_section02--ul li p {
    font-size: 1em;
  }
}
ul.FP_section02--ul li p span {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.15em;
  text-decoration-thickness: 0.55em;
  text-decoration-color: #FFAE01;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

section.FP_section.FP_section03 {
  padding: 5em 0;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section03 {
    padding: 4.5em 0 6em;
  }
}
section.FP_section.FP_section03 .section_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section03 .section_container {
    width: 95%;
    max-width: 1130px;
  }
}
section.FP_section.FP_section03 .section_container hgroup.FP_hgroup {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section03 .section_container hgroup.FP_hgroup {
    margin-bottom: 0.8em;
  }
}
section.FP_section.FP_section03 .section_container .text_box {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section03 .section_container .text_box {
    margin-bottom: 2em;
  }
}
section.FP_section.FP_section03 .section_container .text_box p {
  font-size: 1.35em;
  line-height: 1.6;
}
section.FP_section.FP_section03 .section_container .text_box p span {
  font-weight: bold;
}

ul.FP_section03--ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8em 0.5em;
}
@media screen and (min-width: 768px) {
  ul.FP_section03--ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.2em 0.35em;
  }
}
@media screen and (min-width: 1025px) {
  ul.FP_section03--ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
ul.FP_section03--ul li {
  list-style: none;
  border: 2px solid #13568B;
}
ul.FP_section03--ul li p.title {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0.6em 0;
  background-color: #13568B;
}
@media screen and (min-width: 768px) {
  ul.FP_section03--ul li p.title {
    padding: 0.9em 0;
  }
}
ul.FP_section03--ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

section.FP_section.FP_section04 {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 {
    padding-bottom: 5.6em;
  }
}
section.FP_section.FP_section04::before {
  content: "";
  width: 100%;
  height: 8em;
  background-color: #FBFBE2;
  position: absolute;
  left: 0;
  bottom: 3em;
  translate: 0 100%;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04::before {
    content: none;
  }
}
section.FP_section.FP_section04 .section_container {
  padding: 4.2em 0 8.2em;
  background-color: #FBFBE2;
  border-radius: 2.5em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container {
    width: 95%;
    max-width: 1130px;
    padding: 4.4em 0 4em;
    margin-inline: auto;
    border-radius: 2.8em;
    position: relative;
  }
}
section.FP_section.FP_section04 .section_container h2 {
  font-size: 1.7em;
  margin-bottom: 1.4em;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0 1.8em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container h2 {
    font-size: 2.5em;
    position: absolute;
    left: 50%;
    top: 2em;
    translate: -50% 0;
    gap: 0 0.4em;
  }
}
section.FP_section.FP_section04 .section_container h2 span.vertical {
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container h2 span.vertical {
    letter-spacing: 0.4em;
  }
}
section.FP_section.FP_section04 .section_container h2 span.vertical span {
  color: #0049B0;
  padding: 0.3em 0.2em;
  background-color: #fff;
  border: 4px solid #0049B0;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container h2 span.vertical span {
    font-size: 1.05em;
    letter-spacing: 0.3em;
    padding: 0.4em 0.1em;
    display: inline-block;
  }
}
section.FP_section.FP_section04 .section_container .img {
  width: 16em;
  line-height: 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container .img {
    width: 24.9em;
    margin-top: -3em;
    position: relative;
  }
}
section.FP_section.FP_section04 .section_container p.yellow_tri {
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  padding: 1em 0 3.8em;
  margin-bottom: 1em;
  background-color: #FFAE01;
  clip-path: polygon(0 0, 100% 0, 100% 1.8em, 50% 100%, 0 1.8em);
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container p.yellow_tri {
    font-size: 2.5em;
    width: 95%;
    max-width: 735px;
    padding: 0.6em 0 2em;
    margin-inline: auto;
    clip-path: polygon(0 0, 100% 0, 100% 0.95em, 50% 100%, 0 0.95em);
  }
}
section.FP_section.FP_section04 .section_container p.text {
  text-align: center;
  color: #000;
  font-size: 2.9em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container p.text {
    font-size: 2.5em;
    line-height: 1.4;
  }
}
section.FP_section.FP_section04 .section_container p.text img {
  width: 5.9em;
  margin: 0.8em 0.5em 0 0;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container p.text img {
    width: 7em;
  }
}
section.FP_section.FP_section04 .section_container p.text span.clear {
  font-size: 0.55em;
  position: absolute;
  left: 50%;
  translate: -50% 0.6em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container p.text span.clear {
    font-size: 0.45em;
    translate: -50% 1.6em;
  }
}
section.FP_section.FP_section04 .section_container p.text span.large_text {
  color: #0049B0;
  font-size: 1.15em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section04 .section_container p.text span.large_text {
    font-size: 1.2em;
    margin-top: 0.5em;
    display: inline-block;
  }
}

ul.FP_section04--ul {
  width: 88%;
  margin: 0 auto 2em;
  display: grid;
  gap: 2.2em 0;
}
@media screen and (min-width: 768px) {
  ul.FP_section04--ul {
    width: 95%;
    max-width: 940px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 4.5em 0;
  }
}
ul.FP_section04--ul li {
  list-style: none;
  width: 79%;
  padding: 1.7em 0;
  border-radius: 1.7em;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.FP_section04--ul li {
    width: 78.5%;
    padding: 1.45em 0;
  }
}
ul.FP_section04--ul li:nth-of-type(even) {
  margin: 0 0 0 auto;
}
ul.FP_section04--ul li:nth-of-type(3n - 2) {
  background-color: #142B3F;
}
ul.FP_section04--ul li:nth-of-type(3n - 1) {
  background-color: #0049B0;
}
ul.FP_section04--ul li:nth-of-type(3n) {
  background-color: #13568B;
}
ul.FP_section04--ul li::before {
  content: "";
  width: 2.3em;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 99%;
  aspect-ratio: 1.7/1;
}
@media screen and (min-width: 768px) {
  ul.FP_section04--ul li::before {
    width: 2.1em;
  }
}
ul.FP_section04--ul li:nth-of-type(3n - 2)::before {
  background-color: #142B3F;
}
ul.FP_section04--ul li:nth-of-type(3n - 1)::before {
  background-color: #0049B0;
}
ul.FP_section04--ul li:nth-of-type(3n)::before {
  background-color: #13568B;
}
ul.FP_section04--ul li:nth-of-type(odd)::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
ul.FP_section04--ul li:nth-of-type(even)::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
ul.FP_section04--ul li p {
  color: #fff;
  font-size: 1.35em;
  line-height: 1.8;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
ul.FP_section04--ul li p span {
  font-weight: 600;
}

section.FP_section.FP_section05 {
  padding: 4.2em 0;
  background-color: #DDF9FB;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section05 {
    padding: 5em 0;
  }
}
section.FP_section.FP_section05::before {
  content: "";
  width: 100%;
  height: 5em;
  background-color: #DDF9FB;
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
}
section.FP_section.FP_section05 .section_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section05 .section_container {
    width: 95%;
    max-width: 1130px;
  }
}
section.FP_section.FP_section05 .section_container hgroup.FP_hgroup {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section05 .section_container hgroup.FP_hgroup {
    margin-bottom: 1.4em;
  }
}

ul.FP_section05--ul li {
  padding: 1.5em 1em;
  list-style: none;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li {
    padding: 1.8em 2.5em 2.5em;
    display: grid;
    grid-template-columns: 1fr 18.4em;
    gap: 1.8em 3em;
  }
}
ul.FP_section05--ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li:not(:last-of-type) {
    margin-bottom: 2.5em;
  }
}
ul.FP_section05--ul li hgroup {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li hgroup {
    margin: 0;
    grid-column: span 2;
  }
}
ul.FP_section05--ul li hgroup h3 {
  text-align: center;
  color: #fff;
  font-size: 1.35em;
  width: 12em;
  padding: 0.4em 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li hgroup h3 {
    font-size: 1.1em;
    width: 11.7em;
    padding: 0.7em 0;
  }
}
ul.FP_section05--ul li hgroup h3.color_pink {
  background-color: #FF6666;
}
ul.FP_section05--ul li hgroup h3.color_yellow {
  background-color: #FFAE01;
}
ul.FP_section05--ul li hgroup h3.color_green {
  background-color: #66CB3C;
}
ul.FP_section05--ul li hgroup h3.color_blue {
  background-color: #0049B0;
}
ul.FP_section05--ul li hgroup p {
  color: #13568B;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li hgroup p {
    font-size: 1.45em;
  }
}
ul.FP_section05--ul li .img_box {
  margin-bottom: 1.2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 0.4em;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li .img_box {
    margin: 0;
    gap: 0 1.1em;
  }
}
ul.FP_section05--ul li .img_box .img {
  position: relative;
}
ul.FP_section05--ul li .img_box .img::before {
  text-align: center;
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
  width: 4.9em;
  padding: 0.4em 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li .img_box .img::before {
    font-size: 0.9em;
    width: 5.6em;
    padding: 0.6em 0;
  }
}
ul.FP_section05--ul li .img_box .img.before::before {
  content: "Before";
  background-color: #000;
}
ul.FP_section05--ul li .img_box .img.after::before {
  content: "After";
  background-color: #13568B;
}
ul.FP_section05--ul li .img_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.2/1;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li .img_box .img img {
    aspect-ratio: 1.25/1;
  }
}
ul.FP_section05--ul li dl {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li dl {
    margin: 0;
  }
}
ul.FP_section05--ul li dl div {
  padding: 1em 1.6em;
  border-bottom: 2px solid #CAE9FF;
  display: grid;
  grid-template-columns: 11em 1fr;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li dl div {
    padding: 0 0 1.1em;
    grid-template-columns: 8em 1fr;
  }
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li dl div:not(:last-of-type) {
    margin-bottom: 1.1em;
  }
}
ul.FP_section05--ul li dl div dt {
  color: #13568B;
  font-size: 1.2em;
  font-weight: 500;
}
ul.FP_section05--ul li dl div dd {
  font-size: 1.35em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li dl div dd {
    font-size: 1.2em;
  }
}
ul.FP_section05--ul li dl div dd span {
  color: #FF0000;
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li dl div dd span {
    font-size: 1.7em;
  }
}
ul.FP_section05--ul li .comment_box {
  padding: 2em 1.5em;
  background-color: #F0F2F5;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li .comment_box {
    grid-column: span 2;
  }
}
ul.FP_section05--ul li .comment_box h4 {
  color: #13568B;
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li .comment_box h4 {
    font-size: 1.2em;
  }
}
ul.FP_section05--ul li .comment_box p {
  font-size: 1.25em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  ul.FP_section05--ul li .comment_box p {
    font-size: 1.1em;
  }
}

section.FP_section.FP_section06 {
  padding: 4.2em 0 6em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section06 {
    padding: 5em 0 4.5em;
  }
}
section.FP_section.FP_section06 .section_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section06 .section_container {
    width: 95%;
    max-width: 1130px;
  }
}
section.FP_section.FP_section06 .section_container hgroup.FP_hgroup {
  margin-bottom: 3.2em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section06 .section_container hgroup.FP_hgroup {
    margin-bottom: 2.4em;
  }
}

dl.FP_section06--dl {
  padding: 0 2.5em;
}
@media screen and (min-width: 768px) {
  dl.FP_section06--dl > div {
    display: grid;
    grid-template-columns: 16.1em 1fr;
  }
}
dl.FP_section06--dl > div:not(:last-of-type) {
  margin-bottom: 3em;
}

dt.FP_section06--dt {
  text-align: center;
  color: #fff;
  font-size: 1.35em;
  font-weight: 600;
  padding: 0.95em 0;
  margin-bottom: 1em;
  background-color: #13568B;
}
@media screen and (min-width: 768px) {
  dt.FP_section06--dt {
    font-size: 1.2em;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

dd.FP_section06--dd > dl div {
  padding-bottom: 1.2em;
  border-bottom: 2px solid #CAE9FF;
}
@media screen and (min-width: 768px) {
  dd.FP_section06--dd > dl div {
    padding: 0 0 1.2em 2em;
    display: grid;
    grid-template-columns: 9em 1fr;
  }
}
dd.FP_section06--dd > dl div:not(:last-of-type) {
  margin-bottom: 1.2em;
}
dd.FP_section06--dd > dl div > dt {
  color: #13568B;
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dd.FP_section06--dd > dl div > dt {
    margin: 0;
  }
}
dd.FP_section06--dd > dl div > dd {
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  dd.FP_section06--dd > dl div > dd {
    font-size: 0.95em;
  }
}
dd.FP_section06--dd > dl div > dd span {
  color: #FF0000;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  dd.FP_section06--dd > dl div > dd span {
    font-size: 1.9em;
    line-height: 0.6;
    margin: 0;
  }
}
dd.FP_section06--dd > dl div > dd dl dt, dd.FP_section06--dd > dl div > dd dl dd {
  line-height: 1.4;
}
dd.FP_section06--dd > dl div > dd dl dt {
  margin-bottom: 0.5em;
}
dd.FP_section06--dd > dl div > dd dl dd:not(:last-of-type) {
  margin-bottom: 0.5em;
}

section.FP_section.FP_section07 {
  padding: 4.2em 0;
  background-color: #F0F2F5;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section07 {
    padding: 5em 0 7em;
  }
}
section.FP_section.FP_section07 .section_container {
  width: 94%;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_section07 .section_container {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section07 .section_container hgroup.FP_hgroup {
    margin-bottom: 2.3em;
  }
}
section.FP_section.FP_section07 .section_container .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section07 .section_container .img_box {
    align-items: end;
    position: absolute;
    left: 12.2em;
    top: 0.5em;
  }
}
section.FP_section.FP_section07 .section_container .img_box p {
  color: #fff;
  font-size: 1.35em;
  font-weight: 500;
  padding: 1em 1.1em;
  margin: 2em 1.5em 0 0;
  background-color: #FFAE01;
  border-radius: 5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section07 .section_container .img_box p {
    font-size: 1.1em;
    padding: 1.05em 1.4em;
    margin: 0 1.6em 0.7em 0;
  }
}
section.FP_section.FP_section07 .section_container .img_box p::before {
  content: "";
  width: 1.2em;
  background-color: #FFAE01;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  aspect-ratio: 1.2/1;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 80% -50%;
}
section.FP_section.FP_section07 .section_container .img_box img {
  width: 10.8em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section07 .section_container .img_box img {
    width: 9.5em;
  }
}
section.FP_section.FP_section07 .section_container p.scroll {
  text-align: right;
  color: #0049B0;
  margin: 2em 2em 1em;
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_section07 .section_container p.scroll {
    display: none;
  }
}

.FP_section07--tableBox {
  padding: 1.2em 0;
  overflow-x: scroll;
}
@media screen and (min-width: 1025px) {
  .FP_section07--tableBox {
    width: 100%;
    margin: 0 auto;
    overflow-x: inherit;
  }
}

.FP_section07--table {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1025px) {
  .FP_section07--table {
    width: 100%;
  }
}
.FP_section07--table thead tr, .FP_section07--table tbody tr {
  height: 4em;
  display: grid;
  grid-template-columns: 13em 23em 20em 20em;
  gap: 0 5px;
}
@media screen and (min-width: 1025px) {
  .FP_section07--table thead tr, .FP_section07--table tbody tr {
    grid-template-columns: 17% 1fr 25.8% 25.8%;
  }
}
.FP_section07--table thead tr th {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_section07--table thead tr th {
    font-size: 1.1em;
  }
}
.FP_section07--table thead tr th:nth-of-type(2) {
  color: #fff;
  padding-bottom: 1.2em;
  background-color: #FF6666;
}
.FP_section07--table thead tr th:nth-of-type(2)::before {
  content: "";
  width: 100%;
  height: 130%;
  background-color: #FF6666;
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.FP_section07--table thead tr th:nth-of-type(2) span {
  position: relative;
}
.FP_section07--table tbody tr:not(:last-of-type) {
  margin-bottom: 5px;
}
.FP_section07--table tbody tr th {
  font-size: 1.2em;
  text-align: left;
  padding-left: 1em;
  background-color: #CDD9EB;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .FP_section07--table tbody tr th {
    font-size: min(1.5vw, 1.1em);
  }
}
.FP_section07--table tbody tr td {
  font-size: 1.2em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FP_section07--table tbody tr td {
    font-size: min(1.5vw, 1.1em);
  }
}
.FP_section07--table tbody tr td:first-of-type {
  color: #13568B;
  font-size: 1.35em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .FP_section07--table tbody tr td:first-of-type {
    font-size: min(1.7vw, 1.35em);
  }
}
.FP_section07--table tbody tr td:first-of-type::before {
  content: "";
  width: 100%;
  height: 110%;
  background: linear-gradient(90deg, rgb(255, 102, 102) 0%, rgb(255, 102, 102) 10px, transparent 10px, transparent calc(100% - 10px), rgb(255, 102, 102) calc(100% - 10px), rgb(255, 102, 102) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .FP_section07--table tbody tr td:first-of-type::before {
    background: linear-gradient(90deg, rgb(255, 102, 102) 0%, rgb(255, 102, 102) 15px, transparent 15px, transparent calc(100% - 15px), rgb(255, 102, 102) calc(100% - 15px), rgb(255, 102, 102) 100%);
  }
}
.FP_section07--table tbody tr td:first-of-type::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #FF6666;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%);
}
.FP_section07--table tbody tr td img {
  width: 2em;
  position: absolute;
  left: 1.7em;
  top: 50%;
  translate: -50% -50%;
}
.FP_section07--table tbody tr td img.icon_cross {
  width: 1.5em;
}
.FP_section07--table tbody tr td:first-of-type img {
  width: 1.6296296296em;
  left: calc(1.8em + 5px);
}
.FP_section07--table tbody tr td span {
  font-size: 0.63em;
  margin-left: 0.5em;
  transform: translate(0, 25%);
}
.FP_section07--table tbody tr:last-of-type td:first-of-type::after {
  height: 10px;
}
@media screen and (min-width: 768px) {
  .FP_section07--table tbody tr:last-of-type td:first-of-type::after {
    height: 15px;
  }
}
.FP_section07--table tbody tr:nth-of-type(6) td:first-of-type {
  padding-left: 1em;
}

section.FP_section.FP_section08 {
  padding-bottom: 4em;
  background-color: #F0F2F5;
  position: relative;
}
section.FP_section.FP_section08::before {
  content: "";
  width: 100%;
  height: 5em;
  background-color: #F0F2F5;
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 100%;
}
section.FP_section.FP_section08 .section_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section08 .section_container {
    width: 95%;
    max-width: 1300px;
  }
}
section.FP_section.FP_section08 .section_container h2 {
  width: 25em;
  margin: 0 auto 3.5em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section08 .section_container h2 {
    width: 26.4em;
    margin: 0 auto 2.7em;
  }
}
section.FP_section.FP_section08 .section_container h3 {
  text-align: center;
  color: #fff;
  font-size: 1.7em;
  padding: 1.6em 0;
  background-color: #13568B;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section08 .section_container h3 {
    font-size: 2.1em;
    padding: 0.9em 0;
  }
}
section.FP_section.FP_section08 .section_container .contents_box {
  padding: 3em 0;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  section.FP_section.FP_section08 .section_container .contents_box {
    padding: 2.6em 4.5em 2.6em 3.5em;
    display: grid;
    grid-template-columns: 27.6em 1fr;
    gap: 0 4.5em;
  }
}

.FP_section08--mapBox {
  width: 22em;
  margin: 0 auto 2.5em;
  border: 2px solid #13568B;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .FP_section08--mapBox {
    width: 100%;
  }
}
.FP_section08--mapBox figure {
  padding: 1em;
}
.FP_section08--mapBox figure figcaption {
  font-size: 3em;
  font-weight: bold;
  -webkit-text-stroke: 0.25em #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 1025px) {
  .FP_section08--mapBox figure figcaption {
    font-size: 2em;
  }
}
.FP_section08--mapBox figure figcaption::before {
  content: attr(data-name);
  -webkit-text-stroke: 0px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.FP_section08--infoBox p {
  text-align: center;
  color: #13568B;
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 3em;
}
@media screen and (min-width: 1025px) {
  .FP_section08--infoBox p {
    font-size: 1em;
  }
}
.FP_section08--infoBox p span {
  text-decoration: underline;
  text-underline-offset: -0.15em;
  text-decoration-thickness: 0.55em;
  text-decoration-color: #FFAE01;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .FP_section08--infoBox p br.br_sp {
    display: none;
  }
}
.FP_section08--infoBox p br.br_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .FP_section08--infoBox p br.br_pc {
    display: block;
  }
}
.FP_section08--infoBox h4 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .FP_section08--infoBox h4 {
    font-size: 1.35em;
  }
}
.FP_section08--infoBox dl {
  width: 82%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .FP_section08--infoBox dl {
    width: 100%;
  }
}
.FP_section08--infoBox dl div {
  padding-bottom: 1em;
  border-bottom: 2px solid #CAE9FF;
}
@media screen and (min-width: 768px) {
  .FP_section08--infoBox dl div {
    display: grid;
    grid-template-columns: 7em 1fr;
  }
}
.FP_section08--infoBox dl div:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.FP_section08--infoBox dl div dt, .FP_section08--infoBox dl div dd {
  color: #13568B;
}
.FP_section08--infoBox dl div dt {
  font-size: 1.15em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .FP_section08--infoBox dl div dt {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0;
  }
}
.FP_section08--infoBox dl div dd {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .FP_section08--infoBox dl div dd {
    font-size: 1.2em;
  }
}
.FP_section08--infoBox dl div dd a {
  color: inherit;
}
.FP_section08--infoBox dl div dd a:hover {
  opacity: 0.7;
}
.FP_section08--infoBox dl div dd a.map {
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.3em;
  display: flex;
  align-items: baseline;
  gap: 0 0.5em;
}
.FP_section08--infoBox dl div dd a.map i {
  color: #FF0000;
  font-size: 1.2em;
  translate: 0 15%;
}
.FP_section08--infoBox dl div dd a.map span {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #13568B;
}

section.FP_section.FP_section09 {
  padding: 4.2em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section09 {
    padding: 5em 0;
  }
}
section.FP_section.FP_section09 .section_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section09 .section_container {
    width: 95%;
    max-width: 1130px;
  }
}
section.FP_section.FP_section09 .section_container hgroup.FP_hgroup {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section09 .section_container hgroup.FP_hgroup {
    margin-bottom: 1.4em;
  }
}

ul.FP_section09--ul li {
  padding: 2.2em 2em;
  background-color: #FBFBE2;
  border-radius: 1.65em;
  list-style: none;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li {
    padding: 2.2em 2.5em 2em;
    border-radius: 1.1em;
    display: grid;
    grid-template: auto 1fr/1fr 18.6em;
    gap: 0 3.4em;
  }
}
ul.FP_section09--ul li:not(:last-of-type) {
  margin-bottom: 7.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li:not(:last-of-type) {
    margin-bottom: 5em;
  }
}
ul.FP_section09--ul li:not(:last-of-type)::before {
  content: "";
  width: 4em;
  background-color: #FF6666;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -5.2em;
  translate: -50% 0;
  aspect-ratio: 1.6/1;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li:not(:last-of-type)::before {
    width: 2.8em;
    bottom: -3.5em;
  }
}
ul.FP_section09--ul li hgroup {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li hgroup {
    margin-bottom: 1.8em;
  }
}
ul.FP_section09--ul li hgroup p {
  color: #0049B0;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li hgroup p {
    font-size: 1.1em;
    margin-bottom: 1.2em;
  }
}
ul.FP_section09--ul li hgroup p span {
  font-size: 2em;
  margin-left: 0.3em;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li hgroup p span {
    margin-left: 0.2em;
  }
}
ul.FP_section09--ul li hgroup h3 {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li hgroup h3 {
    font-size: 1.65em;
  }
}
ul.FP_section09--ul li > p {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2.2em;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li > p {
    font-size: 1.1em;
    margin: 0;
  }
}
ul.FP_section09--ul li .FP_CVsection--buttonBox {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li .FP_CVsection--buttonBox {
    margin: 1.4em 0 0;
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  ul.FP_section09--ul li .img {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}

section.FP_section.FP_section10 {
  padding: 4.2em 0;
  background-color: #0049B0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section10 {
    padding: 5.5em 0;
  }
}
section.FP_section.FP_section10 .section_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section10 .section_container {
    width: 95%;
    max-width: 1130px;
  }
}
section.FP_section.FP_section10 .section_container hgroup.FP_hgroup {
  color: #fff;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section10 .section_container hgroup.FP_hgroup {
    margin-bottom: 1.4em;
  }
}
section.FP_section.FP_section10 .section_container hgroup.FP_hgroup p::before {
  background-color: #fff;
}

dl.FP_section10--dl dt, dl.FP_section10--dl dd {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  dl.FP_section10--dl dt, dl.FP_section10--dl dd {
    font-size: 1em;
  }
}
dl.FP_section10--dl dt {
  color: #13568B;
  font-weight: 600;
  line-height: 1.6;
  padding: 1em 4em;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  dl.FP_section10--dl dt {
    padding: 1.55em 7.5em;
  }
}
dl.FP_section10--dl dt:has(.q_a--accordionButton.active) {
  color: #fff;
  background-color: #FF6666;
}
dl.FP_section10--dl dt::before {
  content: "Q";
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  width: 2.25em;
  padding-bottom: 0.2em;
  background-color: #142B3F;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.7em;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  dl.FP_section10--dl dt::before {
    font-size: 1.35em;
    left: 1.7em;
  }
}
dl.FP_section10--dl dt:has(.q_a--accordionButton.active)::before {
  color: #142B3F;
  background-color: #fff;
}
dl.FP_section10--dl dt button.q_a--accordionButton {
  width: 4em;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  dl.FP_section10--dl dt button.q_a--accordionButton {
    width: 6em;
  }
}
dl.FP_section10--dl dt button.q_a--accordionButton::before, dl.FP_section10--dl dt button.q_a--accordionButton::after {
  content: "";
  width: 1.5em;
  height: 2px;
  background-color: #FF6666;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
}
dl.FP_section10--dl dt button.q_a--accordionButton::before {
  transform: translate(-50%, -50%);
}
dl.FP_section10--dl dt button.q_a--accordionButton::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.4s;
}
dl.FP_section10--dl dt button.q_a--accordionButton.active::before, dl.FP_section10--dl dt button.q_a--accordionButton.active::after {
  background-color: #fff;
}
dl.FP_section10--dl dt button.q_a--accordionButton.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
dl.FP_section10--dl dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s;
}
dl.FP_section10--dl dd:not(:last-of-type) {
  margin-bottom: 1.2em;
}
dl.FP_section10--dl dd.active {
  grid-template-rows: 1fr;
}
dl.FP_section10--dl dd div {
  font-size: inherit;
  overflow: hidden;
}
dl.FP_section10--dl dd div p {
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  min-height: 2em;
  padding: 0 1em 0 4em;
  opacity: 0;
  transform: translate(-30px, 0);
  position: relative;
  transition: all 0.3s 0.1s;
}
@media screen and (min-width: 768px) {
  dl.FP_section10--dl dd div p {
    min-height: 4em;
    padding: 1em 3em 0 7.5em;
  }
}
dl.FP_section10--dl dd div p:first-of-type {
  margin-top: 1em;
}
dl.FP_section10--dl dd div p:first-of-type::before {
  content: "A";
  color: #FF6666;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  width: 2.25em;
  padding-bottom: 0.2em;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.7em;
  top: 0;
  translate: 0 15%;
  transition: all 0.3s;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  dl.FP_section10--dl dd div p:first-of-type::before {
    font-size: 1.35em;
    left: 1.7em;
  }
}
dl.FP_section10--dl dd div p:last-of-type {
  margin-bottom: 1em;
}
dl.FP_section10--dl dd.active div p {
  opacity: 1;
  transform: translate(0, 0);
}

section.FP_section.FP_section11 {
  padding: 4.2em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section11 {
    padding: 5em 0 5.5em;
  }
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section11 .section_container {
    width: 95%;
    max-width: 1130px;
    margin-inline: auto;
  }
}
section.FP_section.FP_section11 .section_container hgroup.FP_hgroup {
  width: 88%;
  margin: 0 auto 1.8em;
}
@media screen and (min-width: 768px) {
  section.FP_section.FP_section11 .section_container hgroup.FP_hgroup {
    width: 100%;
    margin: 0 auto 1.2em;
  }
}

ul.FP_section11--ul {
  width: 91%;
  margin-inline: auto;
  display: grid;
  gap: 3.5em 0;
}
@media screen and (min-width: 768px) {
  ul.FP_section11--ul {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 2.5em 4.5em;
  }
}
ul.FP_section11--ul li {
  padding: 2em;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.3em 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.FP_section11--ul li {
    padding: 0.5em 2.1em 1.7em;
    gap: 0;
  }
}
ul.FP_section11--ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 7.7em, 100% 100%, 0 100%, 0% 7.7em);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  ul.FP_section11--ul li::before {
    clip-path: polygon(50% 0%, 100% 7.85em, 100% 100%, 0 100%, 0% 7.85em);
  }
}
ul.FP_section11--ul li:nth-of-type(3n-2)::before {
  background-color: #FBFBE2;
}
ul.FP_section11--ul li:nth-of-type(3n-1)::before {
  background-color: #FFEBE9;
}
ul.FP_section11--ul li:nth-of-type(3n)::before {
  background-color: #F0F2F5;
}
ul.FP_section11--ul li .img {
  width: 8.4em;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.FP_section11--ul li .img {
    width: 10.4em;
  }
}
ul.FP_section11--ul li p.name {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.FP_section11--ul li p.name {
    font-size: 1em;
    margin-top: 3em;
  }
}
ul.FP_section11--ul li .text_box {
  padding: 1.3em 2em;
  background-color: #fff;
  grid-column: span 2;
  position: relative;
}
ul.FP_section11--ul li .text_box p {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  ul.FP_section11--ul li .text_box p {
    font-size: 1.05em;
  }
}
ul.FP_section11--ul li .text_box p:not(:last-of-type) {
  margin-bottom: 0.5em;
}

footer {
  padding: 3.5em 0 9em;
  background: linear-gradient(180deg, rgb(236, 249, 250) 0%, rgb(219, 236, 245) 100%);
}
@media screen and (min-width: 1025px) {
  footer {
    padding: 7em 0 2.5em;
  }
}
footer small {
  text-align: center;
  font-size: 0.8em;
  display: block;
}
@media screen and (min-width: 768px) {
  footer small {
    font-size: 0.7em;
  }
}

section.footer_section {
  width: 88%;
  padding: 1.5em 2.5em 3em;
  margin: 0 auto 2.5em;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.footer_section {
    width: 95%;
    max-width: 1300px;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_section {
    padding: 5.5em min(10vw, 8em) 3.8em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 6.3em;
  }
}
section.footer_section::before {
  content: "";
  width: 100%;
  height: 5em;
  background-color: rgb(236, 249, 250);
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
}
section.footer_section .logo {
  width: 8.6em;
  margin: 0 auto 2.7em;
}
@media screen and (min-width: 1025px) {
  section.footer_section .logo {
    width: 9.2em;
    grid-row: span 2;
  }
}
section.footer_section h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.6em 0;
  margin-bottom: 2em;
  border-top: 4px solid #CAE9FF;
  border-bottom: 4px solid #CAE9FF;
}
@media screen and (min-width: 1025px) {
  section.footer_section h2 {
    font-size: 1.3em;
    letter-spacing: 0.15em;
    margin-bottom: 1.2em;
  }
}
section.footer_section a.partner {
  text-align: center;
  color: #fff;
  width: 20.9em;
  padding: 1.1em 0;
  margin: 0 auto 3em;
  background-color: #13568B;
  border-radius: 10em;
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.footer_section a.partner {
    width: 100%;
    padding: 1.9em 6em;
    margin: 0 auto 2em;
    grid-template-columns: auto 1fr;
    align-items: baseline;
  }
}
@media screen and (min-width: 1025px) {
  section.footer_section a.partner {
    width: 100%;
    max-width: 46.7em;
    grid-column: span 2;
  }
}
section.footer_section a.partner:hover {
  opacity: 0.7;
}
section.footer_section a.partner::before {
  content: "";
  width: 0.6em;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 2em;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1/2.3;
}
@media screen and (min-width: 768px) {
  section.footer_section a.partner::before {
    width: 0.7em;
    right: 6em;
    aspect-ratio: 1/1.3;
  }
}
section.footer_section a.partner span {
  letter-spacing: 0.1em;
}
section.footer_section a.partner span.large_text {
  font-size: 1.25em;
  font-weight: 600;
}
section.footer_section a.partner span.small_text {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.footer_section a.partner span.small_text {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  section.footer_section a.partner span.small_text br {
    display: none;
  }
}

dl.footer_section--dl {
  margin-bottom: 4em;
}
@media screen and (min-width: 1025px) {
  dl.footer_section--dl {
    margin-bottom: 3em;
  }
}
dl.footer_section--dl div {
  border-bottom: 2px solid #CAE9FF;
}
@media screen and (min-width: 1025px) {
  dl.footer_section--dl div {
    display: grid;
    grid-template-columns: 12em 1fr;
  }
}
dl.footer_section--dl div:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  dl.footer_section--dl div:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
}
dl.footer_section--dl div dt, dl.footer_section--dl div dd {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  dl.footer_section--dl div dt, dl.footer_section--dl div dd {
    font-size: 0.9em;
    margin-bottom: 1.2em;
  }
}
dl.footer_section--dl div dt {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  dl.footer_section--dl div dt {
    padding-left: 2em;
  }
}
dl.footer_section--dl div dd {
  font-weight: 500;
}
dl.footer_section--dl div dd ul li {
  line-height: 1.4;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  dl.footer_section--dl div dd br.br_sp {
    display: none;
  }
}

.footer_bannerBox {
  width: 79%;
  margin-inline: auto;
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 768px) {
  .footer_bannerBox {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1.1em;
  }
}
@media screen and (min-width: 1025px) {
  .footer_bannerBox {
    width: 100%;
    max-width: 46.7em;
    grid-column: span 2;
  }
}