@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (width >= 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (width >= 768px) and (width < 1200px) {
  html {
    font-size: 7.4626865672vw;
  }
}
@media only screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25vw;
  }
}

.l-body {
  color: #1e1e1e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.9375;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-feature-settings: "palt";
}
@media print, (width >= 768px) {
  .l-body {
    font-size: 0.16rem;
  }
}
@media only screen and (width < 768px) {
  .l-body {
    font-size: 0.14rem;
  }
  .l-body.is-open-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.c-decor-pattern__item {
  position: absolute;
  z-index: -1;
  will-change: transform;
}
.c-decor-pattern__item.c-decor-pattern__item--green {
  background-color: #00b400;
}
.c-decor-pattern__item.c-decor-pattern__item--orange {
  background-color: #ff8c00;
}
.c-decor-pattern__item.c-decor-pattern__item--blue {
  background-color: #1663b0;
}
.c-decor-pattern__item.c-decor-pattern__item--square {
  width: 0.1rem;
  height: 0.1rem;
}
.c-decor-pattern__item.c-decor-pattern__item--rectangle {
  width: 0.5rem;
  height: 0.1rem;
}
@media only screen and (width < 768px) {
  .c-decor-pattern__item.c-decor-pattern__item--square {
    width: 0.05rem;
    height: 0.05rem;
  }
  .c-decor-pattern__item.c-decor-pattern__item--rectangle {
    width: 0.25rem;
    height: 0.05rem;
  }
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
@media print, (width >= 768px) {
  .l-container {
    overflow: hidden;
  }
}
@media only screen and (width < 768px) {
  .l-container {
    min-width: 320px;
  }
}

@media print, (width >= 768px) {
  .l-wrapper {
    width: calc(100% - 0.6rem);
    max-width: 10.8rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.l-footer__logo {
  display: block;
}
.l-footer__copyright {
  color: #1663b0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.l-footer__link {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  list-style: none;
}
.l-footer__link-item {
  position: relative;
}
.l-footer__link-item::before {
  content: "";
  position: absolute;
  top: 50%;
  border-left: 1px solid #1e1e1e;
}
.l-footer__link-detail {
  position: relative;
  text-decoration: none;
}
.l-footer__link-detail::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.02rem;
  width: 0;
  height: 1px;
  transition: 0.2s;
  background-color: #1e1e1e;
}
.l-footer__link-detail:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.l-footer__link-detail.l-footer__link-detail--external {
  position: relative;
}
.l-footer__link-detail.l-footer__link-detail--external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/common/icn_blank_01.svg") no-repeat center/auto 100%;
}
@media print, (width >= 768px) {
  .l-footer {
    padding: 0.8rem 0 0.3rem;
  }
  .l-footer__wrapper {
    width: calc(100% - 0.6rem);
    max-width: 11.77rem;
    margin: 0 auto;
  }
  .l-footer__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.33rem;
    padding-bottom: 0.39rem;
    border-bottom: 1px solid #1663b0;
  }
  .l-footer__logo {
    width: 1.96rem;
  }
  .l-footer__bottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .l-footer__copyright {
    font-size: 0.12rem;
  }
  .l-footer__link {
    margin-right: -0.04rem;
  }
  .l-footer__link-item {
    padding: 0 0.19rem;
  }
  .l-footer__link-item::before {
    left: 0;
    height: 0.18rem;
    margin-top: -0.08rem;
  }
  .l-footer__link-item:first-child::before {
    display: none;
  }
  .l-footer__link-item:last-child {
    padding-right: 0;
  }
  .l-footer__link-detail.l-footer__link-detail--external {
    padding-right: 0.2rem;
  }
  .l-footer__link-detail.l-footer__link-detail--external::after {
    width: 0.15rem;
    height: 0.15rem;
    margin-top: -0.08rem;
  }
}
@media only screen and (width < 768px) {
  .l-footer {
    padding: 0.3rem 0.2rem 0.5rem;
  }
  .l-footer__logo {
    width: 1.95rem;
    margin: 0 auto 0.25rem;
  }
  .l-footer__copyright {
    display: block;
    font-size: 0.1rem;
    text-align: center;
  }
  .l-footer__link {
    flex-wrap: wrap;
    justify-content: center;
    width: 3.3rem;
    margin: 0 auto 0.19rem;
  }
  .l-footer__link-item {
    margin-bottom: -0.02rem;
    padding: 0 0.2rem;
  }
  .l-footer__link-item::before {
    right: 0;
    height: 0.14rem;
    margin-top: -0.06rem;
  }
  .l-footer__link-item:nth-child(even)::before, .l-footer__link-item:last-child::before {
    display: none;
  }
  .l-footer__link-detail.l-footer__link-detail--external {
    padding-right: 0.16rem;
  }
  .l-footer__link-detail.l-footer__link-detail--external::after {
    width: 0.13rem;
    height: 0.13rem;
    margin-top: -0.06rem;
  }
}

.l-footer-navigation {
  margin-right: -0.04rem;
  padding-top: 0.09rem;
}
.l-footer-navigation__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer-navigation__item {
  margin-left: 0.17rem;
}
.l-footer-navigation__link {
  position: relative;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.l-footer-navigation__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.02rem;
  width: 0;
  height: 1px;
  transition: 0.2s;
  background-color: #1e1e1e;
}
.l-footer-navigation__link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.l-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  display: block;
}
@media print, (width >= 768px) {
  .l-header__wrapper {
    min-height: 0.85rem;
    padding: 0 0.3rem;
  }
  .l-header__logo {
    width: 1.82rem;
  }
}
@media only screen and (width < 768px) {
  .l-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
  }
  .l-header__wrapper {
    min-height: 0.49rem;
    padding: 0 0.1rem;
  }
  .l-header__logo {
    width: 1.17rem;
  }
}

.l-header-navigation__list, .l-header-navigation__button {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header-navigation__link {
  text-decoration: none;
}
@media print, (width >= 768px) {
  .l-header-navigation__inner {
    display: flex;
    align-items: center;
  }
  .l-header-navigation__list, .l-header-navigation__button {
    display: flex;
    align-items: center;
  }
  .l-header-navigation__list {
    margin-right: 0.09rem;
  }
  .l-header-navigation__item {
    margin-right: 0.17rem;
  }
  .l-header-navigation__link {
    position: relative;
    transition: all 0.2s ease;
    letter-spacing: 0.04em;
  }
  .l-header-navigation__link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.02rem;
    width: 0;
    height: 1px;
    transition: 0.2s;
    background-color: #1e1e1e;
  }
  .l-header-navigation__link:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .l-header-navigation__link--current::before {
    width: 100%;
  }
  .l-header-navigation__button-item:first-child {
    margin-right: 0.09rem;
  }
}
@media only screen and (width < 768px) {
  .l-header-navigation {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background: linear-gradient(90deg, #16a0fa 20%, #1663b0 100%);
  }
  .l-header-navigation__logo {
    display: block;
    position: relative;
    top: 0.1rem;
    left: 0.1rem;
    width: 1.3rem;
  }
  .l-header-navigation__wrapper {
    height: 100%;
    padding-top: 0.2rem;
  }
  .l-header-navigation__inner {
    height: 100%;
    padding: 0.15rem 0.2rem 1rem;
    overflow-y: auto;
  }
  .l-header-navigation__inner::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header-navigation__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .l-header-navigation__item {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0.2rem;
    border-bottom: 1px solid #fff;
  }
  .l-header-navigation__item:nth-child(even) {
    margin-right: 0;
  }
  .l-header-navigation__link {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 0.45rem;
    padding: 0.05rem 0.25rem 0.05rem 0;
    color: #fff;
    font-size: 0.16rem;
    letter-spacing: 0.04em;
  }
  .l-header-navigation__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.16rem;
    height: 0.16rem;
    margin-top: -0.07rem;
    background: url("../img/common/icn_arrow_03.svg") no-repeat center/auto 100%;
  }
  .l-header-navigation__action {
    margin: 0.4rem auto 0.09rem;
  }
  .l-header-navigation .c-section-contact__inner {
    padding: 0;
    background: unset;
  }
}

.l-header-information {
  margin-top: 0.23rem;
  color: #fff;
}
.l-header-information__copyright {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 0.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.l-header-information__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 3.3rem;
  margin: 0 auto 0.19rem;
  padding: 0;
  letter-spacing: 0.04em;
  list-style: none;
}
.l-header-information__link-item {
  position: relative;
  margin-bottom: -0.02rem;
  padding: 0 0.2rem;
}
.l-header-information__link-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.14rem;
  margin-top: -0.06rem;
  border-left: 1px solid #fff;
}
.l-header-information__link-item:nth-child(even)::before, .l-header-information__link-item:last-child::before {
  display: none;
}
.l-header-information__link-detail {
  text-decoration: none;
}
.l-header-information__link-detail.l-header-information__link-detail--external {
  position: relative;
  padding-right: 0.16rem;
}
.l-header-information__link-detail.l-header-information__link-detail--external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.13rem;
  height: 0.13rem;
  margin-top: -0.06rem;
  background: url("../img/common/icn_blank_02.svg") no-repeat center/auto 100%;
}

.l-button-menu {
  position: relative;
  z-index: 1000;
  width: 0.3rem;
  height: 0.3rem;
  margin-bottom: 0.02rem;
  cursor: pointer;
}
.l-button-menu.is-active .l-button-menu__line {
  border-color: #fff;
}
.l-button-menu.is-active .l-button-menu__line:nth-child(1) {
  top: 0.15rem;
  transform: rotate(-30deg);
}
.l-button-menu.is-active .l-button-menu__line:nth-child(2) {
  opacity: 0;
}
.l-button-menu.is-active .l-button-menu__line:nth-child(3) {
  top: 0.15rem;
  transform: rotate(30deg);
}
.l-button-menu.is-active .is-open {
  opacity: 0;
}
.l-button-menu.is-active .is-close {
  opacity: 1;
}
.l-button-menu__line {
  position: absolute;
  width: 0.23rem;
  height: 0.02rem;
  margin-left: 0.02rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
  border-bottom: 0.02rem solid #1663b0;
}
.l-button-menu__line:nth-child(1) {
  top: 0.06rem;
}
.l-button-menu__line:nth-child(2) {
  top: 0.14rem;
}
.l-button-menu__line:nth-child(3) {
  top: 0.22rem;
}

.c-breadcrumb {
  position: relative;
}
.c-breadcrumb__list {
  display: flex;
  position: relative;
  z-index: 4;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-breadcrumb__list > li {
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.c-breadcrumb__list > li:last-child {
  padding: 0.04rem 0.14rem;
  border-radius: 0.15rem;
  background-color: #fff;
  color: #1664b2;
}
.is-firefox .c-breadcrumb__list > li:last-child {
  padding-bottom: 0.06rem;
}
.is-mac.is-chrome .c-breadcrumb__list > li:last-child, .is-tablet .c-breadcrumb__list > li:last-child {
  padding-bottom: 0.05rem;
}
.c-breadcrumb__list > li:last-child a::after {
  display: none;
}
.c-breadcrumb__list > li:not(:last-child) {
  margin-right: 0.09rem;
  padding-right: 0.29rem;
}
.c-breadcrumb__list > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.2rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: #fff;
}
.c-breadcrumb__list a {
  position: relative;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.c-breadcrumb__list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.2s;
  background: #fff;
}
.c-breadcrumb__list a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
@media print, (width >= 768px) {
  .c-breadcrumb {
    margin-right: -1px;
    padding-top: 0.27rem;
  }
}
@media only screen and (width >= 1100px) and (width < 1200px) {
  .c-breadcrumb__list {
    font-size: 14px;
  }
  .c-breadcrumb__list > li:last-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media only screen and (width >= 768px) and (width < 1100px) {
  .c-breadcrumb__list {
    font-size: 12px;
  }
  .c-breadcrumb__list > li:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 100px;
  }
}
@media only screen and (width >= 768px) and (width < 900px) {
  .c-breadcrumb__list {
    font-size: 10px;
  }
  .c-breadcrumb__list > li:last-child {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media only screen and (width < 768px) {
  .c-breadcrumb {
    padding-top: 0.2rem;
  }
  .c-breadcrumb__list > li {
    margin-bottom: 0.05rem;
  }
  .c-breadcrumb__list > li:last-child {
    padding-bottom: 0.05rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

@keyframes fade-in-up {
  0% {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}

@keyframes fade-in-left {
  from {
    transform: translate3d(-0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    transform: translate3d(-0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  animation-name: fade-in-left;
}

@keyframes fade-in-right {
  from {
    transform: translate3d(0.5rem, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  animation-name: fade-in-right;
}

.c-link {
  color: #1663b0;
  text-underline-offset: 0.02rem;
}

.c-button-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.c-button-skip:focus {
  display: block;
  z-index: 100;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.c-button--primary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease;
  border: 1px solid #1663b0;
  border-radius: 0.05rem;
  background-color: #1663b0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.c-button--primary .c-button__icon {
  display: flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  border-radius: 100%;
  background-color: #fff;
}
.c-button--primary .c-button__icon::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.11rem;
  transition: background-color 0.3s ease;
  background-color: #1663b0;
  -webkit-mask-image: url("../img/common/icn_arrow_01.svg");
  mask-image: url("../img/common/icn_arrow_01.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.c-button--primary .c-button__icon--calendar {
  -webkit-mask-image: url("../img/common/calendar_icn_01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/common/calendar_icn_01.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.c-button--primary .c-button__icon--document {
  -webkit-mask-image: url("../img/common/document_icon_01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/common/document_icon_01.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.c-button--primary:hover {
  background-color: #fff;
  color: #1663b0;
}
.c-button--primary:hover .c-button__icon {
  background-color: #1663b0;
}
.c-button--primary:hover .c-button__icon::after {
  background-color: #fff;
}
.c-button--primary.c-button--reverse {
  background-color: #fff;
  color: #1663b0;
}
.c-button--primary.c-button--reverse .c-button__icon {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #1663b0;
}
.c-button--primary.c-button--reverse .c-button__icon::after {
  background-color: #fff;
}
.c-button--primary.c-button--reverse:hover {
  background-color: #1663b0;
  color: #fff;
}
.c-button--primary.c-button--reverse:hover .c-button__icon {
  background-color: #fff;
}
.c-button--primary.c-button--reverse:hover .c-button__icon::after {
  background-color: #1663b0;
}
.c-button--secondary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 1.66rem;
  min-height: 0.46rem;
  padding: 0.05rem;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 0.1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.c-button--secondary.c-button--green {
  border: 1px solid #00b400;
  background-color: #00b400;
}
.is-tablet .c-button--secondary.c-button--green {
  border-width: 0.02rem;
}
.c-button--secondary.c-button--green:hover {
  background-color: #fff;
  color: #00b400;
}
.c-button--secondary.c-button--green:hover .c-button__text::before {
  background-color: #00b400;
}
.c-button--secondary.c-button--green .c-button__text {
  padding-left: 0.2rem;
}
.c-button--secondary.c-button--green .c-button__text::before {
  left: 0.02rem;
  width: 0.12rem;
  height: 0.16rem;
  margin-top: -0.08rem;
  -webkit-mask-image: url("../img/common/icn_request.svg");
  mask-image: url("../img/common/icn_request.svg");
  -webkit-mask-size: 0.12rem 0.16rem;
  mask-size: 0.12rem 0.16rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.c-button--secondary.c-button--orange {
  border: 1px solid #ff8c00;
  background-color: #ff8c00;
}
.is-tablet .c-button--secondary.c-button--orange {
  border-width: 0.02rem;
}
.c-button--secondary.c-button--orange:hover {
  background-color: #fff;
  color: #ff8c00;
}
.c-button--secondary.c-button--orange:hover .c-button__text::before {
  background-color: #ff8c00;
}
.c-button--secondary.c-button--orange .c-button__text {
  padding-left: 0.25rem;
}
.c-button--secondary.c-button--orange .c-button__text::before {
  left: -1px;
  width: 0.21rem;
  height: 0.16rem;
  margin-top: -0.08rem;
  -webkit-mask-image: url("../img/common/icn_inquiry.svg");
  mask-image: url("../img/common/icn_inquiry.svg");
  -webkit-mask-size: 0.21rem 0.16rem;
  mask-size: 0.21rem 0.16rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.c-button--secondary .c-button__text {
  position: relative;
}
.c-button--secondary .c-button__text::before {
  content: "";
  position: absolute;
  top: 50%;
  transition: background-color 0.3s ease;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.c-button--tertiary {
  display: block;
  overflow: hidden;
  border: 0.02rem solid #02773a;
  border-radius: 0.1rem;
  background: linear-gradient(90deg, rgb(0, 120, 0) 0%, rgb(0, 70, 0) 100%);
  text-decoration: none;
}
.c-button--tertiary .c-button__logo {
  display: block;
  margin: auto;
}
.c-button--tertiary .c-button__wrapper {
  display: block;
  position: relative;
  transition: background-color 0.3s ease;
  background-color: #fff;
  text-align: center;
}
.c-button--tertiary .c-button__text {
  transition: color 0.3s ease;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-button--tertiary .c-button__icon {
  display: flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  border-radius: 100%;
  background-color: #02773a;
}
.c-button--tertiary .c-button__icon::after {
  content: "";
  position: absolute;
  transition: background-color 0.3s ease;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icn_arrow_01.svg");
  mask-image: url("../img/common/icn_arrow_01.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.c-button--tertiary:hover .c-button__wrapper {
  background-color: #02773a;
}
.c-button--tertiary:hover .c-button__text {
  color: #fff;
}
.c-button--tertiary:hover .c-button__icon {
  background-color: #fff;
}
.c-button--tertiary:hover .c-button__icon::after {
  background-color: #02773a;
}
@media print, (width >= 768px) {
  .c-button--primary {
    min-height: 0.45rem;
    padding: 0.04rem 0.4rem 0.04rem 0.18rem;
    line-height: 2.1875;
  }
  .is-firefox .c-button--primary {
    padding-top: 0.03rem;
    padding-bottom: 0.05rem;
  }
  .is-tablet .c-button--primary {
    border-width: 0.02rem;
    border-radius: 0.06rem;
  }
  .c-button--primary .c-button__icon {
    right: 0.1rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.15rem;
    padding-bottom: 1px;
    padding-left: 0.02rem;
  }
  .c-button--primary.c-button--reverse {
    min-height: 0.36rem;
    padding: 0 0.4rem;
  }
  .is-mac .c-button--primary.c-button--reverse, .is-firefox .c-button--primary.c-button--reverse {
    padding-bottom: 1px;
  }
  .c-button--primary.c-button--reverse .c-button__icon {
    margin-top: -1px;
  }
  .is-firefox .c-button--primary.c-button--reverse .c-button__icon, .is-mac .c-button--primary.c-button--reverse .c-button__icon {
    margin-top: 0;
  }
  .c-button--primary.c-button--reverse .c-button__icon::after {
    -webkit-mask-image: url("../img/common/icn_arrow_02.svg");
    mask-image: url("../img/common/icn_arrow_02.svg");
  }
  .c-button--tertiary {
    width: 5.22rem;
    margin: auto;
    padding-top: 0.29rem;
  }
  .c-button--tertiary .c-button__logo {
    width: 4.4rem;
    height: 1.12rem;
    margin-bottom: 0.29rem;
  }
  .c-button--tertiary .c-button__wrapper {
    padding: 0.06rem 0.4rem 0.08rem;
  }
  .c-button--tertiary .c-button__text {
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .c-button--tertiary .c-button__icon {
    right: 0.15rem;
    width: 0.19rem;
    height: 0.19rem;
    padding-left: 1px;
  }
  .c-button--tertiary .c-button__icon::after {
    width: 0.06rem;
    height: 0.09rem;
  }
}
@media only screen and (width >= 768px) and (width < 1200px) {
  .c-button--primary {
    transition: color 0.3s ease;
  }
  .c-button--tertiary .c-button__wrapper {
    padding-top: 0.08rem;
  }
  .c-button--tertiary .c-button__icon {
    margin-top: 1px;
  }
}
@media only screen and (width < 768px) {
  .c-button--primary {
    min-height: 0.4rem;
    padding: 0.04rem 0.4rem 0.04rem 0.18rem;
    font-size: 0.14rem;
  }
  .c-button--primary .c-button__icon {
    right: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    padding-left: 0.02rem;
  }
  .is-ios .c-button--primary .c-button__icon {
    width: 0.21rem;
    height: 0.21rem;
  }
  .c-button--primary.c-button--reverse {
    min-height: 0.35rem;
    padding: 0 0.4rem;
  }
  .c-button--primary.c-button--reverse .c-button__icon {
    padding-top: 1px;
  }
  .c-button--primary.c-button--reverse .c-button__icon::after {
    height: 0.13rem;
  }
  .c-button--tertiary {
    width: 3.6rem;
    margin: auto;
    padding-top: 0.19rem;
    border-radius: 0.07rem;
  }
  .c-button--tertiary .c-button__logo {
    width: 3.04rem;
    height: 0.78rem;
    margin-bottom: 0.2rem;
  }
  .c-button--tertiary .c-button__wrapper {
    padding: 0.04rem 0.3rem 0.03rem;
  }
  .c-button--tertiary .c-button__icon {
    right: 0.09rem;
    width: 0.14rem;
    height: 0.14rem;
    padding-left: 1px;
  }
  .c-button--tertiary .c-button__icon::after {
    width: 0.05rem;
    height: 0.06rem;
  }
}
@media (max-width: 375px) and (min-resolution: 3dppx) {
  .c-button--primary .c-button__icon {
    padding-top: 1px;
  }
  .c-button--primary .c-button__icon::after {
    -webkit-mask-size: 8px 9px;
    mask-size: 8px 9px;
  }
  .is-ios .c-button--primary .c-button__icon {
    width: 0.2rem;
    height: 0.2rem;
  }
  .c-button--primary.c-button--reverse .c-button__icon {
    padding-top: 3px;
  }
}

.c-heading--primary {
  margin-bottom: 0;
  font-weight: 700;
}
.c-heading--primary .c-heading__english {
  display: block;
  color: #1663b0;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
.c-heading--primary .c-heading__japanese {
  display: block;
  color: #1e1e1e;
  letter-spacing: 0.04em;
}
.c-heading--primary .c-heading__japanese.c-heading__japanese--tracking-wide {
  letter-spacing: 0.06em;
}
.c-heading--primary.c-heading--white .c-heading__english,
.c-heading--primary.c-heading--white .c-heading__japanese {
  color: #fff;
}
.c-heading--secondary {
  display: flex;
  position: relative;
  align-items: center;
}
.c-heading--secondary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1663b0;
}
.c-heading--secondary .c-heading__box {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.05rem;
  background-color: #1663b0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.c-heading--secondary .c-heading__box-text {
  position: relative;
  letter-spacing: 0.02em;
}
.c-heading--secondary .c-heading__box-number {
  letter-spacing: 0.04em;
  line-height: 1;
}
.c-heading--secondary .c-heading__detail {
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media print, (width >= 768px) {
  .c-heading--primary .c-heading__english {
    font-size: 0.16rem;
    line-height: 1.9375;
  }
  .c-heading--primary .c-heading__english.c-heading__english--sz1 {
    margin-bottom: 1px;
    font-size: 0.14rem;
  }
  .c-heading--primary .c-heading__japanese {
    font-size: 0.4rem;
    line-height: 1.35;
  }
  .c-heading--secondary .c-heading__box {
    width: 0.73rem;
    height: 0.73rem;
    margin-right: 0.19rem;
  }
  .c-heading--secondary .c-heading__box-text {
    top: 0.05rem;
    font-size: 0.1rem;
  }
  .c-heading--secondary .c-heading__box-number {
    position: relative;
    left: 1px;
    font-size: 0.45rem;
  }
  .c-heading--secondary .c-heading__detail {
    padding-bottom: 6px;
    font-size: 0.4rem;
    line-height: 1.375;
  }
}
@media only screen and (width < 768px) {
  .c-heading--primary .c-heading__english {
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .c-heading--primary .c-heading__japanese {
    font-size: 0.24rem;
    line-height: 1.35;
  }
  .c-heading--secondary .c-heading__box {
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.1rem;
    padding-top: 0.1rem;
  }
  .c-heading--secondary .c-heading__box-text {
    margin-bottom: 0.03rem;
    font-size: 0.09rem;
  }
  .c-heading--secondary .c-heading__box-number {
    font-size: 0.28rem;
  }
  .c-heading--secondary .c-heading__detail {
    font-size: 0.22rem;
    line-height: 1.5;
  }
}

.c-text {
  letter-spacing: 0.04em;
}

.c-box {
  border-radius: 0.3rem;
  background-color: #f0f5fa;
}
.c-box--orange {
  background-color: #fff5e1;
}
@media only screen and (width < 768px) {
  .c-box {
    border-radius: 0.15rem;
  }
}

.c-section-keyvisual {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #16a0fa 0, #1663b0 100%);
}
.c-section-keyvisual::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/keyvisual_bg.png") repeat-x 0 0/cover;
}
@media print, (width >= 768px) {
  .c-section-keyvisual {
    padding: 0.7rem 0 0.2rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-keyvisual {
    margin-top: 0.5rem;
    padding: 0.4rem 0 0.2rem;
  }
}

.c-pagination__pager {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination__pager-arrow.prev, .c-pagination__pager-arrow.next {
  position: absolute;
  top: 0;
  margin: 0;
}
.c-pagination__pager-arrow.prev a, .c-pagination__pager-arrow.next a {
  display: block;
  transition: background-color 0.3s ease;
  border: 1px solid #1663b0;
  border-radius: 1rem;
  background-color: #fff;
}
.c-pagination__pager-arrow.prev a::before, .c-pagination__pager-arrow.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease;
  background-color: #1663b0;
  -webkit-mask-image: url("../img/common/icn_arrow_01.svg");
  mask-image: url("../img/common/icn_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.c-pagination__pager-arrow.prev a:hover, .c-pagination__pager-arrow.next a:hover {
  background-color: #1663b0;
}
.c-pagination__pager-arrow.prev a:hover::before, .c-pagination__pager-arrow.next a:hover::before {
  background-color: #fff;
}
.c-pagination__pager-arrow.prev {
  left: 0;
}
.c-pagination__pager-arrow.prev a::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.c-pagination__pager-arrow.next {
  right: 0;
}
.c-pagination__pager-link {
  transition: text-decoration-color 0.3s ease;
  color: #167acc;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: underline;
  cursor: pointer;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  .c-pagination__pager-link:hover {
    text-decoration-color: transparent;
  }
}
.c-pagination--primary .c-pagination__pager {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-pagination--primary .page-numbers {
  position: relative;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c-pagination--primary .page-numbers::after {
  content: "";
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-bottom: 0.03rem solid #1463ae;
  opacity: 0;
}
.c-pagination--primary .page-numbers:hover {
  color: #1463ae;
}
.c-pagination--primary .page-numbers:hover::after {
  visibility: visible;
  opacity: 1;
}
.c-pagination--primary a {
  transition: 0.3s ease;
}
.c-pagination--primary .page-numbers {
  padding: 0 0.06rem 0.03rem;
}
.c-pagination--primary .page-numbers.current {
  color: #1463ae;
  pointer-events: none;
}
.c-pagination--primary .page-numbers.current::after {
  visibility: visible;
  opacity: 1;
}
@media print, (width >= 768px) {
  .c-pagination__pager-arrow.prev, .c-pagination__pager-arrow.next {
    top: -0.02rem;
  }
  .is-firefox .c-pagination__pager-arrow.prev, .is-mac.is-chrome .c-pagination__pager-arrow.prev, .is-firefox .c-pagination__pager-arrow.next, .is-mac.is-chrome .c-pagination__pager-arrow.next {
    top: 0;
  }
  .is-mac .c-pagination__pager-arrow.prev, .is-mac .c-pagination__pager-arrow.next {
    top: -1px;
  }
  .c-pagination__pager-arrow.prev a, .c-pagination__pager-arrow.next a {
    width: 0.35rem;
    height: 0.35rem;
  }
  .c-pagination__pager-arrow.prev a::before, .c-pagination__pager-arrow.next a::before {
    width: 0.1rem;
    height: 0.15rem;
    -webkit-mask-size: 0.1rem 0.15rem;
    mask-size: 0.1rem 0.15rem;
  }
  .c-pagination__pager-arrow.prev {
    padding-left: 1px;
  }
  .c-pagination__pager-arrow.next {
    padding-right: 1px;
  }
  .c-pagination--primary .c-pagination__pager {
    padding: 0 0.48rem 0 0.52rem;
    font-size: 0.18rem;
  }
  .c-pagination--primary .c-pagination__pager > li {
    margin: 0 0.035rem;
  }
}
@media only screen and (width >= 768px) and (width < 1200px) {
  .c-pagination--primary .c-pagination__pager-arrow.prev,
  .c-pagination--primary .c-pagination__pager-arrow.next {
    top: 0;
  }
}
@media only screen and (width < 768px) {
  .c-pagination__pager-arrow.prev, .c-pagination__pager-arrow.next {
    top: -0.02rem;
  }
  .c-pagination__pager-arrow.prev a, .c-pagination__pager-arrow.next a {
    width: 0.35rem;
    height: 0.35rem;
  }
  .c-pagination__pager-arrow.prev a::before, .c-pagination__pager-arrow.next a::before {
    width: 0.14rem;
    height: 0.185rem;
    -webkit-mask-size: 0.14rem 0.185rem;
    mask-size: 0.14rem 0.185rem;
  }
  .c-pagination__pager-arrow.prev {
    padding-left: 1px;
  }
  .c-pagination__pager-arrow.prev a::before {
    margin-left: -1px;
  }
  .c-pagination__pager-arrow.next {
    padding-right: 1px;
  }
  .c-pagination__pager-arrow.next a::before {
    margin-left: 1px;
  }
  .c-pagination--primary .c-pagination__pager {
    padding: 0 0.5rem 0 0.55rem;
    font-size: 0.16rem;
  }
  .c-pagination--primary .c-pagination__pager > li {
    margin: 0 0.05rem;
  }
}
@media (max-width: 375px) and (min-resolution: 3dppx) {
  .c-pagination__pager-arrow.prev a::before, .c-pagination__pager-arrow.next a::before {
    width: 0.13rem;
    height: 0.17rem;
    -webkit-mask-size: 0.13rem 0.17rem;
    mask-size: 0.13rem 0.17rem;
  }
}

.c-table--primary tr,
.c-table--primary th,
.c-table--primary td {
  border: none;
  color: #1e1e1e;
}
.c-table--primary tr {
  position: relative;
  height: 0.76rem;
  border-top: 1px solid #bed2f0;
}
.c-table--primary tr:last-child th::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background-color: #167acc;
}
.c-table--primary tr:last-child {
  border-bottom: 1px solid #bed2f0;
}
.c-table--primary th,
.c-table--primary td {
  padding: 0.14rem 0.14rem 0.14rem 0;
  text-align: left;
  vertical-align: middle;
}
.c-table--primary th {
  position: relative;
  width: 1.09rem;
  color: #167acc;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-table--primary th::before {
  content: "";
  position: absolute;
  top: -1.5px;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background-color: #167acc;
}
.c-table--primary td {
  letter-spacing: 0.04em;
}

.c-form__row {
  margin-bottom: 0.35rem;
}
.c-form__content--spacing .c-form__heading-label {
  font-weight: 400;
}
.c-form__heading {
  display: flex;
  align-items: flex-start;
  gap: 0.08rem;
}
.c-form__heading-label {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.c-form__label-icon {
  display: inline-flex;
  position: relative;
  top: 0.05rem;
  align-items: center;
  justify-content: center;
  min-width: 0.4rem;
  min-height: 0.18rem;
  padding: 0.02rem 0.04rem 0.04rem;
  border-radius: 0.03rem;
  background-color: #167acc;
  color: #fff;
  font-size: 0.12rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
.is-firefox .c-form__label-icon, .is-tablet .c-form__label-icon {
  padding-bottom: 0.05rem;
}
.is-mac .c-form__label-icon {
  padding-top: 0.03rem;
}
.c-form__confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-form__confirmation a {
  text-underline-offset: 0.04rem;
}
.c-form .c-button.c-button--primary {
  position: relative;
  width: 1.75rem;
  height: 0.46rem;
  pointer-events: none;
}
.c-form .c-button.c-button--primary:has(.wpcf7-submit:not(:disabled)), .c-form .c-button.c-button--primary:has(.c-form__action--confirm) {
  pointer-events: auto;
}
.c-form .c-button.c-button--primary .wpcf7-submit,
.c-form .c-button.c-button--primary .c-form__action--confirm {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.58rem;
  height: 0.46rem;
  padding-right: 0.16rem;
  padding-bottom: 0.04rem;
  color: #fff;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.is-mac .c-form .c-button.c-button--primary .wpcf7-submit,
.is-mac .c-form .c-button.c-button--primary .c-form__action--confirm {
  padding-bottom: 0.02rem;
}
.is-mac.is-chrome .c-form .c-button.c-button--primary .wpcf7-submit,
.is-mac.is-chrome .c-form .c-button.c-button--primary .c-form__action--confirm {
  padding-bottom: 0.03rem;
}
.c-form .c-button.c-button--primary .wpcf7-submit:focus,
.c-form .c-button.c-button--primary .c-form__action--confirm:focus {
  outline: unset;
}
.c-form .c-button.c-button--primary:hover .wpcf7-submit,
.c-form .c-button.c-button--primary:hover .c-form__action--confirm {
  color: #1663b0;
}
.c-form__summary {
  margin-bottom: 0.4rem;
}
.c-form__summary-row .c-form__heading {
  color: #1e1e1e;
}
.c-form__summary-value {
  letter-spacing: 0.04em;
  line-height: 1.625;
  word-break: break-word;
}
.c-form__summary-empty {
  color: #969696;
}
.c-form__back-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
}
.c-form__action--back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.75rem;
  height: 0.46rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #1663b0;
  border-radius: 0.05rem;
  background-color: #fff;
  color: #1663b0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  cursor: pointer;
}
.c-form__action--back:hover {
  background-color: #1663b0;
  color: #fff;
}
.c-form [hidden] {
  display: none !important;
}
@media print, (width >= 768px) {
  .c-form__heading {
    width: 2.31rem;
    margin-left: -0.02rem;
    padding-top: 0.05rem;
    padding-right: 0.1rem;
  }
  .c-form__content {
    flex: 1;
    width: 100%;
  }
  .c-form__content--spacing {
    padding-left: 0.05rem;
  }
  .c-form__content--spacing .c-form__row--middle .c-form__heading {
    padding-bottom: 0.04rem;
  }
  .c-form__content .c-form__row {
    gap: 0.11rem;
    margin-bottom: 0.3rem;
  }
  .c-form__content .c-form__row:last-child {
    margin-bottom: 0;
  }
  .c-form__content .c-form__heading {
    max-width: 1.4rem;
  }
  .c-form__content .c-input,
  .c-form__content .c-select {
    flex: 1;
    width: 100%;
  }
  .c-form__row, .c-form__wrapper {
    display: flex;
    align-items: flex-start;
  }
  .c-form__row {
    margin-bottom: 0.4rem;
  }
  .c-form__row--middle {
    align-items: baseline;
  }
  .c-form__row--middle .c-form__heading {
    padding-top: 0;
    padding-bottom: 0.03rem;
  }
  .c-form__wrapper {
    gap: 0.2rem;
  }
  .c-form__wrapper--half .c-input {
    flex: 0 0 50%;
    max-width: 3.36rem;
  }
  .c-form__wrapper--margin {
    margin-bottom: 0.3rem;
  }
  .c-form__agree {
    margin-bottom: 0.61rem;
  }
  .c-form__agree .c-radio .wpcf7-list-item-label::before {
    top: 0.19rem;
  }
  .is-tablet .c-form__agree .c-radio .wpcf7-list-item-label::before {
    top: 0.2rem;
  }
  .c-form__confirmation {
    padding-top: 0.11rem;
  }
}
@media only screen and (width >= 768px) and (width < 1200px) {
  .c-form__label-icon {
    margin-top: -2px;
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 1.2;
  }
}
@media only screen and (width >= 768px) and (width < 1100px) {
  .c-form__label-icon {
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 9px;
    line-height: 1.4;
  }
}
@media only screen and (width >= 768px) and (width < 900px) {
  .c-form__label-icon {
    margin-top: -1px;
    font-size: 7px;
  }
}
@media only screen and (width < 768px) {
  .c-form__heading {
    margin-bottom: 0.24rem;
  }
  .c-form__label-icon {
    position: relative;
    top: 0.05rem;
    padding-top: 0.03rem;
  }
  .c-form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .c-form__wrapper--margin {
    margin-bottom: 0.3rem;
  }
  .c-form__agree {
    margin-bottom: 0.3rem;
  }
  .c-form__agree .c-radio .wpcf7-list-item-label {
    padding-bottom: 0.1rem;
  }
  .c-form__agree .c-radio .wpcf7-list-item-label::before {
    top: 0.17rem;
  }
}

.c-input input,
.c-textarea input,
.c-select input {
  letter-spacing: 0.04em;
}
.c-input .wpcf7-form-control,
.c-textarea .wpcf7-form-control,
.c-select .wpcf7-form-control {
  width: 100%;
  min-height: 0.44rem;
  padding: 0.05rem 0.13rem;
  border: 1px solid #bed2f0;
  border-radius: 0.05rem;
}
.c-input .wpcf7-form-control::-moz-placeholder, .c-textarea .wpcf7-form-control::-moz-placeholder, .c-select .wpcf7-form-control::-moz-placeholder {
  color: #969696;
}
.c-input .wpcf7-form-control::placeholder,
.c-textarea .wpcf7-form-control::placeholder,
.c-select .wpcf7-form-control::placeholder {
  color: #969696;
}
.is-firefox .c-input .wpcf7-form-control, .is-tablet .c-input .wpcf7-form-control,
.is-firefox .c-textarea .wpcf7-form-control,
.is-tablet .c-textarea .wpcf7-form-control,
.is-firefox .c-select .wpcf7-form-control,
.is-tablet .c-select .wpcf7-form-control {
  padding-bottom: 0.07rem;
}
@media only screen and (width < 768px) {
  .c-input input,
  .c-input textarea,
  .c-input select,
  .c-textarea input,
  .c-textarea textarea,
  .c-textarea select,
  .c-select input,
  .c-select textarea,
  .c-select select {
    font-size: 0.16rem;
  }
  .c-input .wpcf7-form-control,
  .c-textarea .wpcf7-form-control,
  .c-select .wpcf7-form-control {
    padding-top: 0.04rem;
    padding-bottom: 0.06rem;
  }
}

.c-select {
  position: relative;
}
.c-select .wpcf7-form-control {
  width: 100%;
  background: url("../img/common/icn_select.svg") no-repeat right 0.1rem center/0.12rem 0.07rem;
  background-color: #fff;
  color: #1e1e1e;
  cursor: pointer;
}
.c-select .wpcf7-form-control:has(option:first-child:checked) {
  color: #969696;
}
.c-select .wpcf7-form-control option {
  color: #1e1e1e;
}
.c-select .wpcf7-select option:first-child {
  display: none;
  color: #969696;
}

.c-input {
  position: relative;
}

.c-textarea {
  position: relative;
}
.c-textarea textarea {
  letter-spacing: 0.04em;
}
.c-textarea .wpcf7-form-control {
  height: 1.72rem;
  padding: 0.08rem 0.14rem;
}
.is-firefox .c-textarea .wpcf7-form-control, .is-mac .c-textarea .wpcf7-form-control {
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
}

.c-radio {
  margin-bottom: 0.25rem;
}
.c-radio .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 0.17rem 0.28rem;
}
.c-radio .wpcf7-list-item-label {
  display: inline-flex;
  position: relative;
  top: 0;
  padding: 0.02rem 0 0.02rem 0.31rem;
  letter-spacing: 0.04em;
}
.c-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  flex: 0 0 auto;
  width: 0.22rem;
  height: 0.22rem;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  border: 1px solid #1e1e1e;
  border-radius: 999.99rem;
  box-shadow: inset 0 0 0 0.03rem #fff;
}
.is-tablet .c-radio .wpcf7-list-item-label::before {
  left: 1px;
}
.c-radio .wpcf7-list-item {
  display: inline-flex;
  margin-left: 0;
  overflow: hidden;
}
.c-radio .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}
.c-radio .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
.c-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-color: #167acc;
}
@media print, (width >= 768px) {
  .c-radio {
    margin-bottom: -0.07rem;
  }
  .c-radio .wpcf7-list-item-label::before {
    top: 0.18rem;
  }
  .is-firefox .c-radio .wpcf7-list-item-label::before {
    top: 0.19rem;
  }
}
@media only screen and (width < 768px) {
  .c-radio:last-child {
    margin-bottom: 0;
  }
  .c-radio .wpcf7-list-item-label::before {
    top: 0.15rem;
  }
}

.c-form__error {
  margin-top: 0.06rem;
  color: #e60012;
  font-size: 0.14rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.js-form-confirm-flow .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  position: absolute;
  bottom: calc(50% - 0.5rem);
  left: 50%;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  color: #ffb900;
  font-weight: 500;
  text-align: center;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.8;
  cursor: not-allowed !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
@media print, (width >= 768px) {
  .wpcf7-not-valid-tip {
    bottom: -0.27rem;
    font-size: 0.14rem;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-not-valid-tip {
    bottom: -0.22rem;
    font-size: 0.12rem;
  }
}

.wpcf7-form-control-wrap {
  position: unset;
}

.c-post {
  overflow-wrap: break-word;
  color: #1e1e1e;
}
.c-post p {
  margin-bottom: 2em;
  letter-spacing: 0.04em;
  text-align: justify;
}
.c-post p:last-child {
  margin-bottom: 0;
}
.c-post b,
.c-post strong {
  font-weight: 700;
}
.c-post i,
.c-post em {
  font-style: italic;
}
.c-post a {
  color: inherit;
  text-decoration: underline;
}
.c-post a:hover {
  text-decoration: none;
}
.c-post sup,
.c-post sub {
  position: relative;
  font-size: 0.6em;
}
.c-post sup {
  vertical-align: top;
}
.c-post sub {
  vertical-align: bottom;
}
.c-post figure,
.c-post picture,
.c-post img,
.c-post video,
.c-post iframe,
.c-post table {
  max-width: 100%;
  margin-bottom: 2em;
}
.c-post figure:last-child,
.c-post picture:last-child,
.c-post img:last-child,
.c-post video:last-child,
.c-post iframe:last-child,
.c-post table:last-child {
  margin-bottom: 0;
}
.c-post figure img,
.c-post figure video,
.c-post figure iframe,
.c-post figure table {
  margin-bottom: 0;
}
.c-post figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.c-post figcaption:last-child {
  margin-bottom: 0;
}
.c-post blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.c-post blockquote::before, .c-post blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.c-post blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.c-post blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  transform: scale(-1, -1);
}
.c-post blockquote:last-child {
  margin-bottom: 0;
}
.c-post pre,
.c-post code {
  margin-bottom: 2em;
}
.c-post pre:last-child,
.c-post code:last-child {
  margin-bottom: 0;
}
.c-post ul li:last-child,
.c-post ol li:last-child {
  margin-bottom: 0;
}
.c-post ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.c-post ul:last-child {
  margin-bottom: 0;
}
.c-post ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.c-post ol:last-child {
  margin-bottom: 0;
}
.c-post h2,
.c-post h3,
.c-post h4,
.c-post h5,
.c-post h6 {
  font-weight: 700;
  line-height: 1.2;
}
.c-post h2 {
  position: relative;
  margin-bottom: 0.36rem;
  padding-left: 0.13rem;
  color: #1663b0;
  font-size: 0.24rem;
  letter-spacing: 0.06em;
}
.c-post h2::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  bottom: 1px;
  left: 0;
  width: 0.03rem;
  background-color: #1663b0;
}
.c-post h2:last-child {
  margin-bottom: 0;
}
.c-post h3 {
  margin-bottom: 0.25rem;
  color: #1663b0;
  font-size: 0.24rem;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.c-post h3:last-child {
  margin-bottom: 0;
}
.c-post h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.c-post h4:last-child {
  margin-bottom: 0;
}
.c-post h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.c-post h5:last-child {
  margin-bottom: 0;
}
.c-post h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.c-post h6:last-child {
  margin-bottom: 0;
}
.c-post > div {
  margin-bottom: 2em;
}
.c-post > div:last-child {
  margin-bottom: 0;
}
.c-post .is-layout-flex {
  display: flex;
}
.c-post .has-background {
  background-color: #ccc;
}
.c-post .has-small-font-size {
  font-size: 0.13rem;
}
.c-post .has-large-font-size {
  font-size: 0.36rem;
}
.c-post .has-x-large-font-size {
  font-size: 0.42rem;
}
.c-post .wp-block-table {
  overflow: unset;
}
.c-post .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.c-post .wp-block-table thead,
.c-post .wp-block-table tbody,
.c-post .wp-block-table tfoot {
  border: none;
}
.c-post .wp-block-table th,
.c-post .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.c-post .wp-block-table th {
  background-color: #ccc;
  font-weight: 700;
}
.c-post .wp-block-table table:not(:has(th)) {
  border: none;
}
.c-post .wp-block-table table:not(:has(th)) tr,
.c-post .wp-block-table table:not(:has(th)) th,
.c-post .wp-block-table table:not(:has(th)) td {
  border: none;
  color: #1e1e1e;
}
.c-post .wp-block-table table:not(:has(th)) tr {
  position: relative;
  height: 0.76rem;
  border-top: 1px solid #bed2f0;
}
.c-post .wp-block-table table:not(:has(th)) tr:last-child td::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background-color: #167acc;
}
.c-post .wp-block-table table:not(:has(th)) tr:last-child {
  border-bottom: 1px solid #bed2f0;
}
.c-post .wp-block-table table:not(:has(th)) td {
  padding: 0.14rem 0.14rem 0.14rem 0;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.04em;
}
.c-post .wp-block-table table:not(:has(th)) td:first-child {
  position: relative;
  width: 1.09rem;
  color: #167acc;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-post .wp-block-table table:not(:has(th)) td:first-child::before {
  content: "";
  position: absolute;
  top: -1.5px;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background-color: #167acc;
}
.c-post .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.c-post .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.c-post .wp-block-column {
  margin: 0 1em;
}
.c-post .wp-block-column:first-child {
  margin-left: 0;
}
.c-post .wp-block-column:last-child {
  margin-right: 0;
}
.c-post .c-list.c-list--post-case {
  padding: 0;
  list-style: none;
}
.c-post .c-list.c-list--post-case h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.12rem;
  padding-left: 0;
  border-bottom: 1px solid #bed2f0;
  letter-spacing: 0.04em;
  line-height: 1.5;
  gap: 0.2rem;
}
.c-post .c-list.c-list--post-case h2::before {
  content: none;
}
.c-post .c-list.c-list--post-case h2 > span {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0.73rem;
  min-height: 0.73rem;
  border-radius: 0.1rem;
  background-color: #1663b0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
.c-post .c-list.c-list--post-case h2 span > span {
  display: inline-block;
  margin-top: -0.07rem;
  padding-left: 1px;
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.c-post .c-list.c-list--post-case li:last-child {
  margin-bottom: 0;
}
.c-post h2.c-heading--question {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.12rem;
  padding-left: 0;
  border-bottom: 1px solid #bed2f0;
  letter-spacing: 0.04em;
  line-height: 1.5;
  gap: 0.2rem;
}
.c-post h2.c-heading--question::before {
  content: none;
}
.c-post h2.c-heading--question > span {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0.73rem;
  min-height: 0.73rem;
  border-radius: 0.1rem;
  background-color: #1663b0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
.c-post h2.c-heading--question span > span {
  display: inline-block;
  margin-top: -0.07rem;
  padding-left: 1px;
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media print, (width >= 768px) {
  .c-post p {
    margin-bottom: 0.52rem;
    font-size: 0.16rem;
    line-height: 1.9375;
  }
  .c-post--seminar p {
    margin-bottom: 0.52rem;
    font-size: 0.18rem;
    line-height: 1.8333333333;
  }
  .c-post .c-list.c-list--post-case {
    margin-top: 1.04rem;
  }
  .c-post .c-list.c-list--post-case h2 {
    padding-left: 0.02rem;
    font-size: 0.3rem;
  }
  .c-post .c-list.c-list--post-case h2 span {
    position: relative;
    top: 0.02rem;
  }
  .c-post .c-list.c-list--post-case figure {
    width: 7.55rem;
    margin: 0.5rem auto 0;
  }
  .c-post .c-list.c-list--post-case li {
    margin-bottom: 1.12rem;
  }
  .c-post h2.c-heading--question {
    padding-left: 0.02rem;
    font-size: 0.3rem;
  }
  .c-post h2.c-heading--question span {
    position: relative;
    top: 0.02rem;
  }
}
@media only screen and (width < 768px) {
  .c-post p {
    margin-bottom: 0.3rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .c-post h2::before {
    top: 1px;
    bottom: 0;
  }
  .c-post h3 {
    font-size: 0.22rem;
  }
  .c-post .c-list.c-list--post-case li {
    margin-bottom: 0.6rem;
  }
  .c-post .c-list.c-list--post-case h2 {
    flex-direction: column;
    gap: 0.1rem;
  }
  .c-post .c-list.c-list--post-case h2 > span {
    min-width: 0.65rem;
    min-height: 0.65rem;
  }
  .c-post .c-list.c-list--post-case h2 span > span {
    margin-top: -0.05rem;
    padding-top: 0.05rem;
    padding-left: 1px;
    font-size: 0.3rem;
  }
  .c-post h2.c-heading--question {
    flex-direction: column;
    gap: 0.1rem;
  }
  .c-post h2.c-heading--question > span {
    min-width: 0.65rem;
    min-height: 0.65rem;
  }
  .c-post h2.c-heading--question span > span {
    margin-top: -0.05rem;
    padding-top: 0.05rem;
    padding-left: 1px;
    font-size: 0.3rem;
  }
}

.c-list-company__slider {
  max-width: 100%;
  margin: 0 auto 0.2rem;
}
.c-list-company__slider:last-child {
  margin-bottom: 0;
}
.c-list-company__inner {
  display: flex;
  justify-content: center;
}
.c-list-company__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.c-list-company__item {
  width: 1.75rem;
  margin-right: 0.2rem;
}
.c-list-company__image {
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #fff;
  padding: 10px 15px;
}
@media only screen and (width < 768px) {
  .c-list-company__image {
    height: auto;
  }
}
@media print, (width >= 768px) {
  .c-list-company__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (width < 768px) {
  .c-list-company {
    overflow: hidden;
  }
  .c-list-company__inner {
    display: block;
  }
  .c-list-company__item {
    margin: 0 0.1rem;
    flex-shrink: 0;
  }
  .c-list-company__slider {
    overflow-y: auto;
    padding-bottom: 0.1rem;
    margin: 0 0.1rem 0.1rem;
  }
}

.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list--primary {
  overflow: hidden;
  border: 0.02rem solid #bed2f0;
}
.c-list--primary .c-list__item-image {
  height: 1.91rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
.c-list--primary .c-list__item-title {
  display: -webkit-box;
  overflow: hidden;
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-list--primary .c-list__item-text {
  display: -webkit-box;
  overflow: hidden;
  letter-spacing: 0.06em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-list--secondary .c-list__item-wrapper {
  display: flex;
}
.c-list--secondary .c-list__item-image {
  overflow: hidden;
}
.c-list--secondary .c-list__item-number {
  border-left: 1px solid #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
  writing-mode: vertical-lr;
}
.c-list--secondary .c-list__item-time {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-list--secondary .c-list__item-text {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-list--disc {
  letter-spacing: 0.04em;
}
@media print, (width >= 768px) {
  .c-list--primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -0.02rem;
    border-radius: 0.3rem;
  }
  .c-list--primary .c-list__item {
    width: 33.3333333333%;
    padding: 0.28rem 0.285rem 0.29rem;
    border-right: 0.02rem solid #bed2f0;
  }
  .c-list--primary .c-list__item:nth-child(3n) {
    border-color: #fff;
  }
  .c-list--primary .c-list__item-logo {
    margin-bottom: 0.24rem;
  }
  .c-list--primary .c-list__item-image {
    margin-bottom: 0.21rem;
  }
  .c-list--primary .c-list__item-title {
    margin-bottom: 0.02rem;
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .c-list--primary .c-list__item-text {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 2.1875;
  }
  .c-list--primary .c-button.c-button--primary.c-button--reverse .c-button__icon {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0.02rem;
  }
  .is-firefox .c-list--primary .c-button.c-button--primary.c-button--reverse .c-button__icon {
    padding-left: 1px;
  }
  .c-list--primary .c-button.c-button--primary.c-button--reverse .c-button__icon::after {
    width: 0.06rem;
    height: 0.08rem;
  }
  .c-list--secondary {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.3rem 0 -0.2rem;
  }
  .c-list--secondary .c-list__item-image {
    width: 3.07rem;
    height: 2.06rem;
    border-radius: 0.11rem;
  }
  .c-list--secondary .c-list__item-content {
    margin-top: 0.2rem;
  }
  .c-list--secondary .c-list__item {
    width: 50%;
    padding: 0 0.32rem 0 0.2rem;
  }
  .c-list--secondary .c-list__item:first-child {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .c-list--secondary .c-list__item:first-child .c-list__item-image {
    flex-shrink: 0;
    width: 4.19rem;
    height: 2.57rem;
    margin-right: 0.3rem;
    border-radius: 0.14rem;
  }
  .c-list--secondary .c-list__item:first-child .c-list__item-content {
    margin-top: 0;
    padding-bottom: 0.08rem;
  }
  .c-list--secondary .c-list__item-number {
    margin-right: 0.11rem;
  }
  .c-list--secondary .c-list__item-text {
    margin-bottom: 0.22rem;
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .c-list--secondary .c-list__item-time {
    margin-bottom: 1px;
  }
  .c-list--secondary .c-list__item-link {
    padding-right: 0.07rem;
  }
  .c-list--secondary .c-list__item-link .c-button.c-button--primary {
    min-height: 0.35rem;
    padding-bottom: 0.02rem;
    line-height: 2;
  }
  .c-list--secondary .c-list__item-link .c-button.c-button--primary .c-button__icon {
    margin-top: 0;
  }
  .is-firefox .c-list--secondary .c-list__item-link .c-button.c-button--primary .c-button__icon {
    padding-left: 0;
  }
  .c-list--disc .c-list__item {
    margin-left: 0.15rem;
    text-indent: -0.15rem;
  }
}
@media only screen and (width < 768px) {
  .c-list--primary {
    border-radius: 0.2rem;
  }
  .c-list--primary .c-list__item {
    padding: 0.25rem 0.2rem 0.3rem;
    border-bottom: 0.02rem solid #bed2f0;
  }
  .c-list--primary .c-list__item:last-child {
    border-color: #fff;
  }
  .c-list--primary .c-list__item-logo {
    margin-bottom: 0.18rem;
  }
  .c-list--primary .c-list__item-image {
    margin-bottom: 0.2rem;
  }
  .c-list--primary .c-list__item-title {
    margin-bottom: 0.08rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .c-list--primary .c-list__item-text {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 1.6;
  }
  .c-list--primary .c-button.c-button--primary.c-button--reverse .c-button__icon {
    padding-top: 0;
  }
  .c-list--primary .c-button.c-button--primary.c-button--reverse .c-button__icon::after {
    width: 0.08rem;
    height: 0.1rem;
  }
  .c-list--secondary .c-list__item:not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .c-list--secondary .c-list__item-wrapper {
    margin-bottom: 0.12rem;
  }
  .c-list--secondary .c-list__item-image {
    position: relative;
    width: 3.6rem;
    padding-top: 57.2222222222%;
    border-radius: 0.11rem;
  }
  .c-list--secondary .c-list__item-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-list--secondary .c-list__item-number {
    margin-right: 0.08rem;
    padding-left: 1px;
  }
  .c-list--secondary .c-list__item-text {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .c-list--secondary .c-list__item-time {
    margin-bottom: -1px;
  }
  .c-list--secondary .c-button.c-button--primary .c-button__icon {
    padding-top: 0;
  }
  .c-list--disc .c-list__item {
    margin-left: 0.15rem;
    text-indent: -0.11rem;
  }
}
@media (max-width: 375px) and (min-resolution: 3dppx) {
  .c-list--primary .c-button.c-button--primary.c-button--reverse .c-button__icon::after {
    width: 8px;
    height: 9px;
  }
  .c-list--secondary .c-button.c-button--primary.c-button--reverse .c-button__icon::after {
    width: 7px;
    height: 9px;
  }
}

.c-block-fixed {
  position: fixed;
  z-index: 998;
  right: 0;
  bottom: -1px;
  left: 0;
}
.c-block-fixed__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-block-fixed__item {
  width: 50%;
}
.c-block-fixed .c-button.c-button--secondary {
  width: 100%;
  padding: 0.06rem 0.1rem;
  border-radius: 0;
  font-size: 0.16rem;
}
.c-block-fixed .c-button.c-button--secondary.c-button--green .c-button__text::before {
  margin-top: -0.07rem;
}

.c-block-simulator {
  position: relative;
}
.c-block-simulator__decor {
  position: relative;
}
@media print, (width >= 768px) {
  .c-block-simulator {
    max-width: 13.4rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.21rem;
  }
  .c-block-simulator__decor {
    top: -0.86rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(1) {
    top: 0.36rem;
    left: 1.13rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(2) {
    top: 0.18rem;
    left: 3.65rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(3) {
    top: -0.13rem;
    left: 5.78rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(4) {
    top: 2.87rem;
    left: 2.37rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(5) {
    top: 1.21rem;
    left: 3.09rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(6) {
    top: 1.24rem;
    left: 2.02rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(7) {
    top: 1.25rem;
    left: 0.42rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(8) {
    top: 3.8rem;
    left: 4.24rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(9) {
    top: 3.47rem;
    left: 5.81rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(10) {
    top: 1.68rem;
    right: 2.37rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(11) {
    top: 3.83rem;
    left: 1.15rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(12) {
    top: 2.34rem;
    left: 1rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(13) {
    top: 1px;
    right: 4.6rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(14) {
    top: 0.18rem;
    right: 3.25rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(15) {
    top: 0.88rem;
    right: 0.89rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(16) {
    top: 3.47rem;
    right: 1.11rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(17) {
    top: 1.92rem;
    right: 1.27rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(18) {
    top: 2.66rem;
    right: 3.35rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(19) {
    top: 3.75rem;
    right: 4.51rem;
  }
  .c-block-simulator .c-button.c-button--tertiary {
    position: relative;
    left: -0.17rem;
  }
}
@media only screen and (width < 768px) {
  .c-block-simulator {
    padding: 1rem 0 1.5rem;
  }
  .c-block-simulator__decor {
    top: -0.5rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(1) {
    top: -0.3rem;
    left: 0.2rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(2) {
    top: 0.2rem;
    left: 0.3rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(3) {
    top: 0.2rem;
    right: 1.5rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(4) {
    top: 0;
    right: 0.2rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(5) {
    top: 0.06rem;
    left: 0.55rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(6) {
    top: 2.5rem;
    right: 0.3rem;
    width: 0.25rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(7) {
    top: 3.05rem;
    left: 0.8rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(8) {
    top: 1.9rem;
    left: 0.09rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(9) {
    top: 1.8rem;
    right: 0.07rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(10) {
    top: 2.5rem;
    left: 0.15rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(11) {
    top: 1.2rem;
    right: 0.09rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(12) {
    top: -0.3rem;
    left: 2.1rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(13) {
    top: 0.1rem;
    right: 2.1rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(14) {
    top: 2.9rem;
    right: 1rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(15) {
    top: 3.1rem;
    right: 3.6rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(16) {
    top: -0.15rem;
    right: 2.8rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(17) {
    top: 2.8rem;
    right: 1.8rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(18) {
    top: 2.3rem;
    right: 1.8rem;
    width: 0.25rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(19) {
    top: -0.25rem;
    right: 0.9rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(20) {
    top: 3.3rem;
    right: 0.35rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(21) {
    top: 2.95rem;
    right: 2.5rem;
  }
  .c-block-simulator .c-decor-pattern__item:nth-child(22) {
    top: 2.45rem;
    right: 2.8rem;
  }
}

.c-block-heading__date {
  display: block;
  color: #167acc;
  font-family: "Outfit", sans-serif;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-block-heading__title {
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.c-block-heading__title:last-child {
  margin-bottom: 0;
}
.c-block-heading__wrapper {
  position: relative;
  border-bottom: 1px solid #bed2f0;
}
.c-block-heading__image img {
  display: block;
  width: 100%;
}
.c-block-heading--case .c-block-heading__title {
  margin-bottom: 0.22rem;
  color: #1663b0;
}
.c-block-heading--case .c-block-heading__subtitle,
.c-block-heading--case .c-block-heading__describe {
  color: #0a0a0a;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-block-heading--case .c-block-heading__subtitle {
  margin-bottom: 0.22rem;
  font-size: 0.2rem;
  line-height: 1.75;
}
.c-block-heading--case .c-block-heading__describe {
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
}
@media print, (width >= 768px) {
  .c-block-heading {
    margin-bottom: 0.54rem;
  }
  .c-block-heading__title {
    font-size: 0.3rem;
  }
  .c-block-heading__wrapper {
    margin-bottom: 0.58rem;
    padding-bottom: 0.21rem;
  }
  .c-block-heading__image {
    width: 7.58rem;
    margin: 0 auto;
  }
  .c-block-heading--case {
    margin-bottom: 0.57rem;
  }
  .c-block-heading--case .c-block-heading__wrapper {
    margin-bottom: 0.59rem;
  }
}
@media only screen and (width < 768px) {
  .c-block-heading {
    margin-bottom: 0.4rem;
  }
  .c-block-heading__title {
    font-size: 0.24rem;
  }
  .c-block-heading__wrapper {
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
  }
}

.c-block-introduction__heading {
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-block-introduction__text {
  letter-spacing: 0.06em;
}
@media print, (width >= 768px) {
  .c-block-introduction {
    display: flex;
    align-items: center;
  }
  .c-block-introduction__content {
    flex: 1;
    margin-right: 0.2rem;
  }
  .c-block-introduction__heading {
    margin-bottom: 0.24rem;
    font-size: 0.4rem;
    line-height: 1.375;
  }
  .c-block-introduction__image {
    width: 3.47rem;
  }
}
@media only screen and (width < 768px) {
  .c-block-introduction__content {
    margin-bottom: 0.4rem;
  }
  .c-block-introduction__heading {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    line-height: 1.5;
    text-align: center;
  }
  .c-block-introduction__image {
    display: flex;
    justify-content: center;
  }
}

.c-section-contact {
  color: #fff;
}
.c-section-contact__inner {
  background: linear-gradient(90deg, rgb(22, 160, 250) 0%, rgb(22, 99, 176) 100%);
}
.c-section-contact__title {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-section-contact__text {
  font-weight: 400;
  letter-spacing: 0.06em;
}
.c-section-contact__icon {
  position: relative;
}
.c-section-contact__list {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  list-style-type: none;
  border: 1px solid #bed2f0;
}
.c-section-contact__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #fff;
  color: #1663b0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.c-section-contact__link span {
  display: block;
}
.c-section-contact__link:hover {
  background-color: #1663b0;
  color: #fff;
}
.c-section-contact__link-time {
  font-weight: 400;
  letter-spacing: 0.04em;
}
.c-section-contact__link-small {
  letter-spacing: 0.04em;
}
.c-section-contact__link-small--english {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
.c-section-contact__link-large {
  letter-spacing: 0.04em;
}
.c-section-contact__link-phone {
  font-family: "Outfit", sans-serif;
}
@media print, (width >= 768px) {
  .c-section-contact__inner {
    width: calc(100% - 0.6rem);
    max-width: 12.6rem;
    margin: auto;
    padding: 0.13rem 0.6rem 0.56rem;
    border-radius: 0.3rem;
  }
  .c-section-contact__wrapper {
    text-align: center;
  }
  .c-section-contact__content {
    padding: 0.32rem 0;
  }
  .c-section-contact__title {
    margin-bottom: 0.12rem;
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .c-section-contact__text {
    margin-bottom: 0;
    font-size: 0.18rem;
    line-height: 1.9444444444;
  }
  .c-section-contact__icon {
    top: 0.05rem;
    flex-shrink: 0;
    width: 5.83rem;
    height: 2.56rem;
    margin-left: 0.2rem;
  }
  .c-section-contact__list {
    justify-content: space-between;
    border-radius: 0.15rem;
  }
  .c-section-contact__item {
    width: 33.3333333333%;
    min-height: 1.89rem;
    border-right: 1px solid #bed2f0;
  }
  .c-section-contact__item:nth-child(3n) {
    border-right: 0;
  }
  .c-section-contact__link {
    height: 100%;
    padding: 0.2rem 0.3rem 0.26rem;
  }
  .c-section-contact__link-small--english {
    margin-bottom: 0.04rem;
  }
  .c-section-contact__link-large {
    font-size: 0.4rem;
    line-height: 1.2;
  }
  .c-section-contact__link-phone {
    margin: 0.04rem 0 -0.05rem;
    font-size: 0.44rem;
    line-height: 1.2;
  }
  .c-section-contact__link-time {
    margin-bottom: -0.05rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-contact__inner {
    padding: 0.25rem 0.2rem 0.3rem;
    border-radius: 0.2rem;
  }
  .c-section-contact__title {
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .c-section-contact__icon {
    left: -0.02rem;
    width: 2.86rem;
    height: 1.26rem;
    margin: 0 auto -0.02rem;
  }
  .c-section-contact__list {
    border-radius: 0.1rem;
  }
  .c-section-contact__item {
    width: 50%;
  }
  .c-section-contact__item:nth-child(2n) {
    border-left: 1px solid #bed2f0;
  }
  .c-section-contact__item--is-full-width {
    width: 100%;
    border-top: 1px solid #bed2f0;
  }
  .c-section-contact__link {
    height: 100%;
    padding: 0.15rem 0.1rem 0.17rem;
  }
  .c-section-contact__link-small {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .c-section-contact__link-large {
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .c-section-contact__link-phone {
    margin: -1px 0 -0.06rem;
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .c-section-contact__link-time {
    margin-bottom: -0.06rem;
    font-size: 0.14rem;
    line-height: 2.2142857143;
  }
}

.c-section-entry {
  color: #fff;
}
.c-section-entry__wrapper {
  border-radius: 0.15rem;
  background: linear-gradient(90deg, #16a0fa 0%, #1663b0 100%);
}
.c-section-entry__wrapper:last-child {
  margin-bottom: 0;
}
.c-section-entry__title {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-section-entry__description {
  letter-spacing: 0.06em;
}
@media print, (width >= 768px) {
  .c-section-entry {
    padding: 0.6rem 0 0.5rem;
  }
  .c-section-entry__banner {
    position: absolute;
    top: 0.18rem;
    left: 0.19rem;
    flex: 0 0 auto;
    width: 6.18rem;
  }
  .c-section-entry__wrapper {
    position: relative;
    min-height: 3.07rem;
    margin-bottom: 0.4rem;
    padding: 0.19rem 0.25rem 0 0.19rem;
  }
  .c-section-entry__wrapper.c-section-entry__wrapper--reverse {
    padding: 0.19rem 0 0 0.3rem;
  }
  .c-section-entry__wrapper.c-section-entry__wrapper--reverse .c-section-entry__banner {
    top: 0.2rem;
    right: -1px;
    left: unset;
    width: 6.87rem;
  }
  .c-section-entry__wrapper.c-section-entry__wrapper--reverse .c-section-entry__content {
    padding: 0.25rem 6.8rem 0.15rem 0.3rem;
  }
  .c-section-entry__content {
    padding: 0.24rem 0 0.1rem 6.41rem;
  }
  .c-section-entry__title {
    margin-bottom: 0.08rem;
    font-size: 0.3rem;
  }
  .c-section-entry__description {
    margin-bottom: 0.22rem;
  }
  .c-section-entry .c-button.c-button--secondary {
    width: 2.5rem;
    min-height: 0.53rem;
    border-radius: 0.05rem;
  }
  .c-section-entry .c-button.c-button--secondary .c-button__text {
    display: block;
    width: 100%;
    font-size: 0.19rem;
    text-align: center;
  }
  .c-section-entry .c-button.c-button--secondary.c-button--green {
    padding: 0.05rem 0.18rem 0.05rem 0.47rem;
  }
  .is-firefox .c-section-entry .c-button.c-button--secondary.c-button--green, .is-mac .c-section-entry .c-button.c-button--secondary.c-button--green {
    padding-bottom: 0.06rem;
  }
  .c-section-entry .c-button.c-button--secondary.c-button--green .c-button__text {
    padding-right: 0.5rem;
    padding-left: 0;
  }
  .c-section-entry .c-button.c-button--secondary.c-button--green .c-button__text::before {
    right: 0;
    left: unset;
    width: 0.17rem;
    height: 0.22rem;
    margin-top: -0.11rem;
    -webkit-mask-size: 0.17rem 0.22rem;
  }
  .c-section-entry .c-button.c-button--secondary.c-button--orange {
    padding: 0.05rem 0.13rem 0.05rem 0.48rem;
  }
  .is-firefox .c-section-entry .c-button.c-button--secondary.c-button--orange {
    padding-bottom: 0.08rem;
  }
  .is-mac .c-section-entry .c-button.c-button--secondary.c-button--orange {
    padding-bottom: 0.06rem;
  }
  .c-section-entry .c-button.c-button--secondary.c-button--orange .c-button__text {
    padding-right: 0.5rem;
    padding-left: 0;
  }
  .c-section-entry .c-button.c-button--secondary.c-button--orange .c-button__text::before {
    right: 0;
    left: unset;
    width: 0.33rem;
    height: 0.23rem;
    margin-top: -0.12rem;
    -webkit-mask-size: 0.33rem 0.23rem;
  }
  .is-firefox .c-section-entry .c-button.c-button--secondary.c-button--orange .c-button__text::before {
    margin-top: -0.11rem;
  }
}
@media only screen and (width >= 768px) and (width < 1200px) {
  .c-section-entry .c-button.c-button--secondary.c-button--green {
    padding-bottom: 0.06rem;
  }
  .c-section-entry .c-button.c-button--secondary.c-button--green .c-button__text::before {
    margin-top: -0.12rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-entry {
    padding-top: 0.6rem;
  }
  .c-section-entry__wrapper {
    min-height: 3.61rem;
    margin-bottom: 0.4rem;
    padding: 0.18rem 0.2rem;
    border-radius: 0.1rem;
  }
  .c-section-entry__wrapper:last-child {
    margin-bottom: 0;
  }
  .c-section-entry__title {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    text-align: center;
  }
  .c-section-entry__banner {
    margin-bottom: 0.02rem;
  }
  .c-section-entry__description {
    margin-bottom: 0.24rem;
    line-height: 1.7142857143;
    text-align: center;
  }
  .c-section-entry .c-button.c-button--secondary {
    width: 3rem;
    min-height: 0.33rem;
    margin: 0 auto;
    padding: 0.02rem 0.05rem;
    border-radius: 0.05rem;
  }
}

.c-section-thanks {
  text-align: center;
}
.c-section-thanks__title {
  color: #1664b2;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-section-thanks__text {
  color: #0a0a0a;
  letter-spacing: 0.06em;
}
.c-section-thanks__link {
  width: 1.82rem;
  margin: auto;
}
.c-section-thanks__link .c-button--primary {
  min-height: 0.46rem;
  padding-left: 0.24rem;
  border-radius: 0.1rem;
}
.c-section-thanks__link .c-button--primary .c-button__icon {
  width: 0.24rem;
  height: 0.24rem;
  margin-top: 0;
  padding-left: 0.02rem;
}
@media print, (width >= 768px) {
  .c-section-thanks {
    padding: 1.45rem 0 0.79rem;
  }
  .c-section-thanks__title {
    margin-bottom: 0.17rem;
    font-size: 0.3rem;
    line-height: 1.8333333333;
  }
  .c-section-thanks__text {
    margin-bottom: 0.72rem;
  }
  .c-section-thanks .c-button--primary {
    padding-bottom: 1px;
  }
  .is-firefox .c-section-thanks .c-button--primary {
    padding-bottom: 0.02rem;
  }
}
@media (orientation: portrait) {
  .is-tablet .c-section-thanks {
    height: calc(100vh - 700px);
  }
}
@media only screen and (width < 768px) {
  .c-section-thanks {
    padding: 0.6rem 0;
  }
  .c-section-thanks__title {
    margin-bottom: 0.15rem;
    font-size: 0.22rem;
  }
  .c-section-thanks__text {
    margin-bottom: 0.4rem;
  }
}

.u-align-center {
  text-align: center;
}

.u-hover-trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.u-hover-trans:hover {
  opacity: 0.6;
}

.u-loading-first-view {
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .u-loading-first-view {
  opacity: 1;
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (width < 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, (width >= 768px) {
  .u-sp {
    display: none !important;
  }
}

.p-section-assignment-comparison__row {
  position: relative;
}
.p-section-assignment-comparison__row::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.45rem;
  height: 0.63rem;
  transform: translateX(-50%);
  background: url("../img/assignment/comparison_icn.svg") center/cover no-repeat;
}
.p-section-assignment-comparison__row:last-of-type {
  margin-bottom: 0;
}
.p-section-assignment-comparison__row:last-of-type::after {
  content: unset;
}
.p-section-assignment-comparison__row--orange .p-section-assignment-comparison__head,
.p-section-assignment-comparison__row--orange .p-section-assignment-comparison__title {
  color: #ff8c00;
}
.p-section-assignment-comparison__head {
  display: block;
  color: #1663b0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-section-assignment-comparison__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-assignment-comparison__item {
  border-radius: 0.15rem;
  background-color: #fff;
}
.p-section-assignment-comparison__photo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.p-section-assignment-comparison__photo .u-image {
  width: auto;
  height: 100%;
}
.p-section-assignment-comparison__title {
  margin-bottom: 0;
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media print, (width >= 768px) {
  .p-section-assignment-comparison {
    padding: 1rem 0;
  }
  .p-section-assignment-comparison__row {
    margin-bottom: 0.84rem;
  }
  .p-section-assignment-comparison__row::after {
    bottom: -0.74rem;
  }
  .p-section-assignment-comparison__row--orange .p-section-assignment-comparison__photo {
    height: 1.45rem;
  }
  .p-section-assignment-comparison__head {
    margin-bottom: 0.02rem;
    font-size: 0.3rem;
  }
  .p-section-assignment-comparison__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .p-section-assignment-comparison__item {
    display: flex;
    flex-direction: column;
    width: 3.06rem;
    padding: 0.4rem 0.4rem 0.35rem;
  }
  .p-section-assignment-comparison__photo {
    height: 1.46rem;
    margin-bottom: 0.22rem;
  }
  .p-section-assignment-comparison__photo--large {
    height: 1.66rem;
    margin-bottom: 0.1rem;
  }
  .p-section-assignment-comparison__title {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .p-section-assignment-comparison .c-box {
    padding: 1px 0.4rem 0.4rem;
  }
  .p-section-assignment-comparison .c-heading {
    margin-bottom: 0.33rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-assignment-comparison {
    padding-top: 0.6rem;
  }
  .p-section-assignment-comparison__row {
    margin-bottom: 0.9rem;
  }
  .p-section-assignment-comparison__row::after {
    bottom: -0.76rem;
  }
  .p-section-assignment-comparison__head {
    font-size: 0.22rem;
  }
  .p-section-assignment-comparison__item {
    margin-bottom: 0.2rem;
    padding: 0.2rem;
  }
  .p-section-assignment-comparison__item:last-of-type {
    margin-bottom: 0;
  }
  .p-section-assignment-comparison__photo {
    height: 1.4rem;
    margin-bottom: 0.1rem;
  }
  .p-section-assignment-comparison__title {
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .p-section-assignment-comparison .c-box {
    padding: 0 0.2rem 0.2rem;
  }
  .p-section-assignment-comparison .c-heading {
    margin-bottom: 0.5rem;
  }
}

@media print, (width >= 768px) {
  .p-section-assignment-introduction {
    padding: 0.76rem 0 0.82rem;
  }
  .p-section-assignment-introduction .c-block-introduction__image {
    width: 3.34rem;
    margin-top: 1px;
    margin-left: -0.82rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-assignment-introduction {
    padding-top: 0.6rem;
  }
}

.p-section-assignment__list {
  padding-left: 0;
  list-style-type: none;
}
.p-section-assignment__item-link {
  display: block;
}
.p-section-assignment__item-number {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 1.48rem;
  margin: 0 auto -0.1rem;
  padding: 0.02rem 0.05rem 1px;
  border-radius: 0.05rem;
  background-color: #1663b0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.is-mac .p-section-assignment__item-number {
  padding-bottom: 0.02rem;
}
.is-firefox .p-section-assignment__item-number {
  padding-bottom: 0.03rem;
}
.p-section-assignment__item-content {
  border-radius: 0.2rem;
  background-color: #f0f5fa;
}
.p-section-assignment__item-heading {
  margin-bottom: 0;
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-section-assignment__item-image {
  width: 2rem;
  margin: auto;
}
@media print, (width >= 768px) {
  .p-section-assignment {
    padding: 0.29rem 0 0.51rem;
  }
  .p-section-assignment__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0.23rem -0.2rem 1.6rem;
  }
  .p-section-assignment__item {
    width: 25%;
    padding: 0 0.2rem;
  }
  .p-section-assignment__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 2.4rem;
    padding: 0.3rem 0.1rem 0.25rem;
  }
  .p-section-assignment__item-heading {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-section-assignment__item-image {
    min-height: 1.2rem;
    margin-bottom: 0.15rem;
  }
}
@media only screen and (width >= 768px) and (width < 1200px) {
  .p-section-assignment__item-number {
    width: 108px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
    line-height: 1.5;
  }
}
@media only screen and (width < 768px) {
  .p-section-assignment {
    padding-top: 0.6rem;
  }
  .p-section-assignment .c-heading.c-heading--primary {
    margin-bottom: 0.5rem;
  }
  .p-section-assignment__list {
    margin-bottom: 0.5rem;
  }
  .p-section-assignment__item:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .p-section-assignment__item-content {
    padding: 0.3rem 0.3rem 0.25rem;
  }
  .p-section-assignment__item-heading {
    font-size: 0.18rem;
    line-height: 1.5;
    text-align: center;
  }
  .p-section-assignment__item-image {
    margin-bottom: 0.2rem;
  }
}

.p-block-assignment-solution__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.p-block-assignment-solution__item:last-child {
  margin-bottom: 0;
}
.p-block-assignment-solution__box {
  border-radius: 0.15rem;
  background-color: #fff;
}
.p-block-assignment-solution__box--solution {
  position: relative;
}
.p-block-assignment-solution__box--solution::after {
  content: "";
  position: absolute;
  background: url("../img/assignment/assignment_arrow.svg") no-repeat center center/cover;
}
.p-block-assignment-solution__box--solution .p-block-assignment-solution__heading {
  position: relative;
  background-color: #ff8c00;
}
.p-block-assignment-solution__box--solution .p-block-assignment-solution__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0.16rem solid #ff8c00;
  border-right: 0.18rem solid transparent;
  border-left: 0.18rem solid transparent;
}
.p-block-assignment-solution__box--solution .p-block-assignment-solution__heading-english {
  color: #eb7800;
}
.p-block-assignment-solution__heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  border-radius: 0.15rem 0.15rem 0 0;
  background-color: #1663b0;
  font-weight: 700;
  text-align: center;
}
.p-block-assignment-solution__heading-english {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #024f9c;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.p-block-assignment-solution__heading-japanese {
  display: block;
  color: #fff;
  letter-spacing: 0.06em;
}
.p-block-assignment-solution__content {
  letter-spacing: 0.06em;
}
.p-block-assignment-solution__subtitle {
  color: #ff8c00;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-block-assignment-solution__wrapper {
  letter-spacing: 0.06em;
}
.p-block-assignment-solution .c-list--disc {
  letter-spacing: 0.06em;
}
.p-block-assignment-solution .c-text {
  letter-spacing: 0.06em;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-block-assignment-solution .c-heading.c-heading--secondary {
    margin-bottom: 0.44rem;
    margin-left: 0.02rem;
  }
  .p-block-assignment-solution__item {
    margin-bottom: 1.2rem;
    padding: 0.6rem;
  }
  .p-block-assignment-solution__inner {
    display: flex;
    margin: -0.05rem -0.3rem 0;
  }
  .p-block-assignment-solution__inner--column {
    flex-direction: column;
    row-gap: 0.41rem;
  }
  .p-block-assignment-solution__inner--column .p-block-assignment-solution__box--solution::after {
    top: -0.46rem;
    left: 50%;
    width: 0.4rem;
    height: 0.28rem;
    transform: translateX(-50%) rotate(90deg);
  }
  .p-block-assignment-solution__group {
    display: flex;
    flex: 1 1 0;
    padding: 0 0.2rem;
  }
  .p-block-assignment-solution__group--column {
    flex-direction: column;
  }
  .p-block-assignment-solution__group--column .p-block-assignment-solution__box:last-child {
    margin-bottom: 0;
  }
  .p-block-assignment-solution__box {
    flex: 1;
    margin: 0 0.1rem 0.2rem;
  }
  .p-block-assignment-solution__heading {
    padding: 0.09rem 0.1rem 0.1rem;
  }
  .p-block-assignment-solution__heading-english {
    margin-top: -1px;
    font-size: 0.4rem;
  }
  .p-block-assignment-solution__heading-japanese {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-block-assignment-solution__box--solution {
    margin-bottom: 0;
  }
  .p-block-assignment-solution__box--solution::after {
    top: 50%;
    left: -0.5rem;
    width: 0.4rem;
    height: 0.28rem;
    margin-top: 1px;
  }
  .p-block-assignment-solution__box--solution .p-block-assignment-solution__heading {
    padding-top: 0.06rem;
    padding-bottom: 0.07rem;
  }
  .p-block-assignment-solution__box--solution .p-block-assignment-solution__heading::after {
    bottom: -0.13rem;
  }
  .p-block-assignment-solution__box--solution .p-block-assignment-solution__heading-japanese {
    font-size: 0.3rem;
  }
  .p-block-assignment-solution__content {
    padding: 0.21rem 0.29rem 0.22rem;
  }
  .p-block-assignment-solution__content--flex {
    position: relative;
    padding: 0.51rem 4rem 0.51rem 0.6rem;
  }
  .p-block-assignment-solution__content--flex .p-block-assignment-solution__image {
    position: absolute;
    z-index: 1;
  }
  .p-block-assignment-solution__subtitle {
    margin-top: 0.02rem;
    margin-bottom: 0.16rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .p-block-assignment-solution__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .p-block-assignment-solution__image {
    flex-shrink: 0;
    width: 1.85rem;
    margin: 0.07rem -0.09rem 0 0.18rem;
  }
  .p-block-assignment-solution__image--medium {
    top: -0.33rem;
    right: 0.57rem;
    width: 3.61rem;
  }
  .p-block-assignment-solution__image--large {
    top: -0.42rem;
    right: 0.03rem;
    width: 4.2rem;
  }
  .p-block-assignment-solution .c-text {
    margin-bottom: 0;
  }
}
@media only screen and (width < 768px) {
  .p-block-assignment-solution__item {
    margin-bottom: 0.5rem;
    padding: 0.2rem;
  }
  .p-block-assignment-solution__inner {
    margin-top: -0.1rem;
  }
  .p-block-assignment-solution__heading {
    padding: 0.02rem 0.15rem;
  }
  .p-block-assignment-solution__heading-japanese {
    font-size: 0.18rem;
  }
  .p-block-assignment-solution__heading-english {
    margin-top: 1px;
    font-size: 0.3rem;
  }
  .p-block-assignment-solution__box {
    margin-bottom: 0.15rem;
  }
  .p-block-assignment-solution__box--solution {
    margin-top: 0.5rem;
  }
  .p-block-assignment-solution__box--solution::after {
    top: -0.36rem;
    left: 50%;
    width: 0.34rem;
    height: 0.22rem;
    transform: translateX(-50%) rotate(90deg);
  }
  .p-block-assignment-solution__box--solution .p-block-assignment-solution__heading-japanese {
    font-size: 0.24rem;
  }
  .p-block-assignment-solution__content {
    padding: 0.15rem 0.2rem;
  }
  .p-block-assignment-solution__image {
    width: 65%;
    margin: auto;
  }
  .p-block-assignment-solution__content--flex {
    padding: 0.3rem 0.2rem;
  }
  .p-block-assignment-solution__content--flex .p-block-assignment-solution__image {
    width: 100%;
  }
  .p-block-assignment-solution__subtitle {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.p-section-case .c-list.c-list--primary {
  margin-right: 0;
  border: 0;
  border-radius: 0;
}
.p-section-case .c-list.c-list--primary .c-list__item {
  border: 0.02rem solid #bed2f0;
  border-radius: 0.3rem;
}
.p-section-case .c-list.c-list--primary .c-list__item-logo {
  width: 2.56rem;
  margin: 0 auto 0.24rem;
}
.p-section-case .c-list.c-list--primary .c-list__item-image {
  border-radius: 0.15rem;
}
.p-section-case .c-list.c-list--primary .c-list__item-text:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-case {
    padding: 1.59rem 0 0.97rem;
  }
  .p-section-case__pagination {
    margin-top: 0.22rem;
    margin-right: 0.48rem;
  }
  .p-section-case .c-list.c-list--primary .c-list__item {
    width: calc((100% - 0.8rem) / 3);
    margin: 0 0.4rem 0.38rem 0;
    padding: 0.39rem 0.38rem 0.3rem;
  }
  .p-section-case .c-list.c-list--primary .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-section-case .c-list.c-list--primary .c-list__item-logo {
    width: 2.56rem;
    margin: 0 auto 0.24rem;
  }
  .p-section-case .c-list.c-list--primary .c-list__item-image {
    width: 2.53rem;
    height: 1.61rem;
    margin: 0 auto 0.21rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-case {
    padding-top: 0.6rem;
  }
  .p-section-case__pagination {
    margin-top: 0.3rem;
    margin-right: 0.3rem;
  }
  .p-section-case .c-list.c-list--primary .c-list__item {
    margin-bottom: 0.4rem;
    padding: 0.3rem;
  }
  .p-section-case .c-list.c-list--primary .c-list__item:last-child {
    margin-bottom: 0;
  }
  .p-section-case .c-list.c-list--primary .c-list__item-logo {
    width: 80%;
    margin: 0 auto 0.2rem;
  }
  .p-section-case .c-list.c-list--primary .c-list__item-image {
    height: 1.8rem;
    margin: 0 auto 0.1rem;
  }
  .p-section-case .c-list.c-list--primary .c-list__item-title {
    margin-bottom: 0.1rem;
  }
}

.p-section-case-details .c-table--primary th {
  width: 0.9rem;
  color: #1e1e1e;
}
.p-section-case-details .c-table--primary th::before {
  width: 0.9rem;
}
.p-section-case-details .c-table--primary tr:last-child th::after {
  width: 0.9rem;
}
@media print, (width >= 768px) {
  .p-section-case-details {
    padding: 1.51rem 0 1rem;
  }
  .p-section-case-details .l-wrapper {
    max-width: 9.2rem;
  }
  .p-section-case-details .c-block-heading__image {
    max-width: 7.55rem;
  }
  .p-section-case-details .c-block-content {
    margin-bottom: 1.21rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-case-details {
    padding-top: 0.6rem;
  }
  .p-section-case-details .c-block-content {
    margin-bottom: 0.6rem;
  }
}

.c-section-form .c-heading--tertiary {
  margin-bottom: 0.2rem;
}
.c-section-form .c-button--secondary {
  padding: 0.05rem 0.4rem 0.05rem 0.26rem;
}
.c-section-form__describe {
  letter-spacing: 0.06em;
  text-align: center;
}
@media print, (width >= 768px) {
  .c-section-form {
    padding: 1.51rem 0 0.79rem;
  }
  .c-section-form__action {
    max-width: 1.83rem;
    margin: 0 auto;
  }
  .c-section-form__describe {
    margin-bottom: 0.63rem;
    font-size: 0.16rem;
    line-height: 1.9375;
  }
  .c-section-form .c-form {
    max-width: 9.2rem;
    margin: 0 auto;
  }
}
@media only screen and (width < 768px) {
  .c-section-form {
    padding: 0.6rem 0;
  }
  .c-section-form__describe {
    margin-bottom: 0.6rem;
  }
}

.p-section-faq {
  letter-spacing: 0.04em;
}
.p-section-faq__text {
  color: #494949;
}
.p-section-faq__list {
  margin-bottom: 0;
  list-style-type: none;
  background: #f0f5fa;
}
.p-section-faq__item:last-child {
  margin-bottom: 0;
}
.p-section-faq__item:last-child .p-section-faq__answer {
  margin-bottom: 0;
}
.p-section-faq__item.is-active .p-section-faq__question::after {
  transform: rotate(0deg);
}
.p-section-faq__question {
  display: block;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #969696;
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.p-section-faq__question::before, .p-section-faq__question::after {
  content: "";
  position: absolute;
  top: 0.29rem;
  right: 1px;
  width: 0.1rem;
  height: 1px;
  transition: transform 0.3s ease;
  background: #1e1e1e;
}
.p-section-faq__question::after {
  transform: rotate(90deg);
}
.p-section-faq__answer {
  display: none;
  position: relative;
}
.p-section-faq__question-symbol, .p-section-faq__answer-symbol {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 100%;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}
.p-section-faq__question-symbol {
  left: 0;
  padding: 0 0 1px 1px;
  background: #1663b0;
}
.p-section-faq__answer-symbol {
  left: 0;
  padding: 0 0 0.02rem 0.02rem;
  background: #ff8c00;
}
@media print, (width >= 768px) {
  .p-section-faq {
    padding: 1.51rem 0 0.6rem;
  }
  .p-section-faq__text {
    margin-bottom: 0.72rem;
  }
  .p-section-faq__list {
    padding: 0.61rem 0.81rem 0.72rem;
    border-radius: 0.3rem;
  }
  .p-section-faq__item {
    margin-bottom: 0.52rem;
  }
  .p-section-faq__question {
    padding: 0.15rem 0.36rem;
    transition: opacity 0.3s ease;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
  .p-section-faq__question:hover {
    opacity: 0.6;
  }
  .is-tablet .p-section-faq__question:hover {
    transition: unset;
    opacity: 1;
  }
  .p-section-faq__answer-wrapper {
    padding: 0.12rem 0 0 0.37rem;
  }
  .is-tablet .p-section-faq__answer-wrapper {
    padding-top: 0.15rem;
  }
  .p-section-faq__question-symbol {
    top: 0.19rem;
    left: 0;
    padding-bottom: 0.02rem;
    padding-left: 0.03rem;
  }
  .is-mac .p-section-faq__question-symbol {
    padding-left: 0.02rem;
  }
  .is-tablet .p-section-faq__question-symbol {
    top: 0.18rem;
    padding-bottom: 0;
  }
  .p-section-faq__answer-symbol {
    top: 0.15rem;
    left: 0;
    padding-left: 0.03rem;
  }
  .is-mac .p-section-faq__answer-symbol {
    top: 0.16rem;
  }
  .is-tablet .p-section-faq__answer-symbol {
    top: 0.19rem;
    padding-bottom: 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-faq {
    padding-top: 0.6rem;
  }
  .p-section-faq__text {
    margin-bottom: 0.4rem;
  }
  .p-section-faq__list {
    padding: 0.4rem 0.2rem;
    border-radius: 0.2rem;
  }
  .p-section-faq__item {
    margin-bottom: 0.35rem;
  }
  .p-section-faq__question {
    padding: 0.15rem 0.25rem 0.15rem 0.3rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .p-section-faq__question::before, .p-section-faq__question::after {
    top: 50%;
  }
  .p-section-faq__question-symbol {
    top: 0.16rem;
    padding-left: 0.03rem;
  }
  .p-section-faq__answer-symbol {
    top: 0.13rem;
    padding-left: 0.03rem;
  }
  .p-section-faq__answer-wrapper {
    padding: 0.12rem 0 0 0.32rem;
  }
}

.p-section-function__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-function__item:last-child {
  margin-bottom: 0;
}
.p-section-function__item-description {
  letter-spacing: 0.06em;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-section-function {
    padding: 1.05rem 0 1rem;
  }
}
@media print, print and (width >= 768px) {
  .p-section-function {
    margin-bottom: 100px;
  }
}
@media print, (width >= 768px) {
  .p-section-function .c-block-introduction {
    margin-bottom: 0.68rem;
  }
  .p-section-function .c-block-introduction__image {
    position: relative;
    top: 1px;
    right: -0.11rem;
  }
  .p-section-function__body {
    margin-top: 0.6rem;
  }
  .p-section-function__item {
    margin-bottom: 0.8rem;
    padding: 0.6rem 0.34rem 0.51rem 0.6rem;
    border-radius: 0.15rem;
  }
}
@media print, print and (width >= 768px) {
  .p-section-function__item:nth-child(1) {
    margin-bottom: 5rem;
  }
}
@media print, (width >= 768px) {
  .p-section-function__item.p-section-function__item--reverse {
    padding-right: 0.61rem;
    padding-left: 0.38rem;
  }
  .p-section-function__item.p-section-function__item--reverse .p-section-function__item-wrapper {
    flex-direction: row-reverse;
  }
  .p-section-function__item.p-section-function__item--reverse .p-section-function__item-content {
    margin: 0 0 0 0.37rem;
  }
  .p-section-function__item.p-section-function__item--reverse .p-section-function__item-image {
    margin-bottom: 0.06rem;
  }
  .p-section-function__item.p-section-function__item--margin .c-heading.c-heading--secondary .c-heading__detail {
    letter-spacing: 0;
  }
  .p-section-function__item.p-section-function__item--margin .p-section-function__item-content {
    margin-right: 0.35rem;
  }
  .p-section-function__item-wrapper {
    display: flex;
    align-items: center;
  }
  .p-section-function__item-content {
    flex: 1;
    margin-top: 1px;
    margin-right: 0.41rem;
  }
  .p-section-function .c-heading.c-heading--secondary {
    margin-bottom: 0.32rem;
  }
  .p-section-function .c-heading.c-heading--secondary .c-heading__detail {
    font-size: 0.3rem;
    line-height: 1.8333333333;
  }
  .p-section-function__item-image {
    width: 4.95rem;
    margin-bottom: 0.1rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-function {
    padding-top: 0.6rem;
  }
  .p-section-function .c-block-introduction {
    margin-bottom: 0.6rem;
  }
  .p-section-function__body {
    margin-top: 0.6rem;
  }
  .p-section-function__item {
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.2rem;
  }
  .p-section-function__item-content {
    margin-bottom: 0.3rem;
  }
  .p-section-function .c-heading.c-heading--secondary {
    margin-bottom: 0.3rem;
  }
  .p-section-function__item-image {
    display: flex;
    justify-content: center;
  }
}

.p-list-function-anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-list-function-anchor__item:nth-child(2n) .c-button.c-button--primary {
  border-color: #2a77c4;
  background-color: #2a77c4;
}
.p-list-function-anchor__item:nth-child(2n) .c-button.c-button--primary:hover {
  background-color: #fff;
  color: #2a77c4;
}
.p-list-function-anchor__item:nth-child(2n) .c-button.c-button--primary:hover .c-button__icon {
  background-color: #2a77c4;
}
.p-list-function-anchor__item.p-list-function-anchor__item--spacing .c-button.c-button--primary {
  letter-spacing: 0;
}
.p-list-function-anchor:nth-child(even) .p-list-function-anchor__item:nth-child(odd) .c-button.c-button--primary {
  border-color: #2a77c4;
  background-color: #2a77c4;
}
.p-list-function-anchor:nth-child(even) .p-list-function-anchor__item:nth-child(odd) .c-button.c-button--primary:hover {
  background-color: #fff;
  color: #2a77c4;
}
.p-list-function-anchor:nth-child(even) .p-list-function-anchor__item:nth-child(odd) .c-button.c-button--primary:hover .c-button__icon {
  background-color: #2a77c4;
}
.p-list-function-anchor:nth-child(even) .p-list-function-anchor__item:nth-child(even) .c-button.c-button--primary {
  border-color: #1663b0;
  background-color: #1663b0;
}
.p-list-function-anchor:nth-child(even) .p-list-function-anchor__item:nth-child(even) .c-button.c-button--primary:hover {
  background-color: #fff;
  color: #1663b0;
}
.p-list-function-anchor:nth-child(even) .p-list-function-anchor__item:nth-child(even) .c-button.c-button--primary:hover .c-button__icon {
  background-color: #1663b0;
}
.p-list-function-anchor .c-button.c-button--primary {
  height: 100%;
  text-align: center;
}
.p-list-function-anchor .c-button.c-button--primary .c-button__icon {
  transform: rotate(90deg) translateX(-50%);
}
.p-list-function-anchor .c-button.c-button--primary .c-button__icon::after {
  height: 0.12rem;
}
@media print, (width >= 768px) {
  .p-list-function-anchor__item {
    width: calc((100% - 0.6rem) / 4);
    margin: 0 0.2rem 0.2rem 0;
  }
  .p-list-function-anchor__item:nth-child(4n) {
    margin-right: 0;
  }
  .p-list-function-anchor .c-button.c-button--primary {
    padding-right: 0.3rem;
    padding-left: 0.11rem;
  }
  .p-list-function-anchor .c-button.c-button--primary .c-button__icon {
    right: 0.09rem;
  }
}
@media only screen and (width >= 768px) and (width < 1070px) {
  .p-list-function-anchor .c-button.c-button--primary .c-button__icon::after {
    width: 0.1rem;
    height: 0.13rem;
  }
}
@media only screen and (width >= 768px) and (width < 1000px) {
  .p-list-function-anchor .c-button.c-button--primary .c-button__icon {
    padding-bottom: 0;
  }
}
@media only screen and (width < 768px) {
  .p-list-function-anchor__item {
    width: calc((100% - 0.1rem) / 2);
    margin: 0 0.1rem 0.1rem 0;
  }
  .p-list-function-anchor__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-list-function-anchor .c-button.c-button--primary {
    padding-right: 0.3rem;
    padding-left: 0.15rem;
    line-height: 1.5;
  }
  .p-list-function-anchor .c-button.c-button--primary .c-button__icon {
    right: 0.05rem;
  }
}

.c-parts {
  padding: 1rem 0;
}
.c-parts__row {
  margin-bottom: 0.5rem;
}
.c-parts__row-button {
  width: 3rem;
}

.p-section-privacy__text {
  color: #494949;
  letter-spacing: 0.04em;
}
.p-section-privacy__title {
  border-bottom: 1px solid #bed2f0;
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-section-privacy__list, .p-section-privacy__sub {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.p-section-privacy__item:last-child, .p-section-privacy__sub-item:last-child {
  margin-bottom: 0;
}
.p-section-privacy__sub-title {
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media print, (width >= 768px) {
  .p-section-privacy {
    padding: 1.51rem 0 0.93rem;
  }
  .p-section-privacy .l-wrapper {
    max-width: 9.19rem;
  }
  .p-section-privacy__text {
    margin-bottom: 0.63rem;
  }
  .p-section-privacy__title {
    margin-bottom: 0.22rem;
    padding-bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .p-section-privacy__list {
    margin-bottom: 0.31rem;
  }
  .p-section-privacy__item {
    margin-bottom: 0.62rem;
  }
  .p-section-privacy__sub {
    margin-top: 0.26rem;
  }
  .p-section-privacy__sub-item {
    margin-bottom: 0.36rem;
  }
  .p-section-privacy__sub-title {
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
    line-height: 1.3125;
  }
}
@media only screen and (width < 768px) {
  .p-section-privacy {
    padding-top: 0.6rem;
  }
  .p-section-privacy__text {
    margin-bottom: 0.4rem;
  }
  .p-section-privacy__title {
    margin-bottom: 0.15rem;
    padding-bottom: 0.08rem;
    font-size: 0.16rem;
  }
  .p-section-privacy__list {
    margin-bottom: 0.28rem;
  }
  .p-section-privacy__item {
    margin-bottom: 0.3rem;
  }
  .p-section-privacy__sub-item {
    margin-bottom: 0.25rem;
  }
  .p-section-privacy__sub-title {
    margin-bottom: 0.02rem;
    font-size: 0.14rem;
  }
}

.p-section-seminar__description {
  letter-spacing: 0.06em;
}
.p-section-seminar .c-list.c-list--secondary .c-list__item-number {
  border-color: #1e1e1e;
}
.p-section-seminar .c-list.c-list--secondary .c-list__item-time {
  color: #1663b0;
}
.p-section-seminar .c-list.c-list--secondary .c-list__item-text {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-seminar {
    padding: 1.51rem 0 0.97rem;
  }
}
@media print, print and (width >= 768px) {
  .p-section-seminar {
    padding-bottom: 1.5rem !important;
  }
}
@media print, (width >= 768px) {
  .p-section-seminar__description {
    margin-bottom: 0.7rem;
    font-size: 0.18rem;
  }
  .p-section-seminar__body {
    margin: 0 0.28rem 0 0.2rem;
  }
  .p-section-seminar__pagination {
    margin-top: 0.04rem;
    margin-right: 0.5rem;
  }
  .p-section-seminar .c-list.c-list--secondary .c-list__item {
    width: calc((100% - 0.8rem) / 3);
    margin: 0 0.4rem 0.19rem 0;
    padding: 0;
  }
  .p-section-seminar .c-list.c-list--secondary .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-section-seminar .c-list.c-list--secondary .c-list__item-number {
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .p-section-seminar .c-list.c-list--secondary .c-list__item-image {
    width: 2.92rem;
    height: 1.96rem;
    margin: 0 auto 0.21rem;
  }
  .p-section-seminar .c-list.c-list--secondary .c-list__item-content {
    margin-top: 0.06rem;
  }
  .p-section-seminar .c-list.c-list--secondary .c-list__item-time {
    margin-bottom: -0.03rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-seminar {
    padding-top: 0.6rem;
  }
  .p-section-seminar__description {
    margin-bottom: 0.4rem;
  }
  .p-section-seminar__pagination {
    margin-top: 0.3rem;
    margin-right: 0.3rem;
  }
  .p-section-seminar .c-list--secondary .c-list__item:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}

@media print, (width >= 768px) {
  .p-section-seminar-details {
    padding: 1.51rem 0 0.4rem;
  }
}
@media print, print and (width >= 768px) {
  .p-section-seminar-details {
    margin-bottom: 1rem;
  }
}
@media print, (width >= 768px) {
  .p-section-seminar-details .l-wrapper {
    max-width: 9.2rem;
  }
  .p-section-seminar-details .c-block-content {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-seminar-details {
    padding-top: 0.6rem;
  }
  .p-section-seminar-details .c-block-content {
    margin-bottom: 0.6rem;
  }
}

.p-section-strength__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-strength__item:last-child {
  margin-bottom: 0;
}
.p-section-strength__heading {
  color: #1663b0;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-section-strength__text {
  letter-spacing: 0.06em;
}
@media print, (width >= 768px) {
  .p-section-strength {
    padding: 0.95rem 0 1rem;
  }
  .p-section-strength__body {
    margin-top: 0.58rem;
  }
  .p-section-strength__item {
    margin-bottom: 1.2rem;
    padding: 0.6rem;
  }
}
@media print, print and (width >= 768px) {
  .p-section-strength__item {
    margin-bottom: 2.4rem !important;
  }
}
@media print, print and (width >= 768px) {
  .p-section-strength__item:nth-child(2) {
    margin: 10rem 0 1.5rem !important;
  }
}
@media print, print and (width >= 768px) {
  .p-section-strength__item:nth-child(4) {
    margin-bottom: 1rem !important;
  }
}
@media print, (width >= 768px) {
  .p-section-strength__heading {
    margin-bottom: 0.19rem;
    font-size: 0.3rem;
    line-height: 1.8333333333;
  }
  .p-section-strength__text {
    margin-bottom: 0.52rem;
  }
  .p-section-strength .c-heading.c-heading--secondary {
    margin-bottom: 0.26rem;
    margin-left: 0.02rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-strength {
    padding-top: 0.6rem;
  }
  .p-section-strength__body {
    margin-top: 0.6rem;
  }
  .p-section-strength__item {
    margin-bottom: 0.6rem;
    padding: 0.3rem 0.2rem;
  }
  .p-section-strength__heading {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-section-strength__text {
    margin-bottom: 0.4rem;
  }
  .p-section-strength .c-heading.c-heading--secondary {
    margin-bottom: 0.2rem;
  }
}

.p-list-strength {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-list-strength__item {
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #fff;
}
.p-list-strength__item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1663b0;
  color: #fff;
}
.p-list-strength__item-number {
  margin-bottom: 0.04rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.p-list-strength__item-heading {
  margin-bottom: 0;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}
.p-list-strength__item-text {
  letter-spacing: 0.06em;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-list-strength {
    display: flex;
    flex-wrap: wrap;
  }
  .p-list-strength__item {
    position: relative;
    width: calc((100% - 0.8rem) / 3);
    margin: 0 0.4rem 0 0;
  }
  .p-list-strength__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-list-strength__item-head {
    min-height: 1.17rem;
    padding: 0.4rem 0.2rem 0.13rem;
  }
  .p-list-strength__item-head.p-list-strength__item-head--custom {
    min-height: auto;
  }
  .p-list-strength__item-number {
    position: absolute;
    top: 0.17rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-list-strength__item-content {
    padding: 0.3rem 0.2rem 0.32rem;
  }
  .p-list-strength__item-image {
    width: 2.15rem;
    margin: 0 auto 0.2rem;
  }
  .p-list-strength__item-text {
    padding: 0 0.2rem;
  }
}
@media only screen and (width < 768px) {
  .p-list-strength__item {
    margin-bottom: 0.4rem;
  }
  .p-list-strength__item:last-child {
    margin-bottom: 0;
  }
  .p-list-strength__item-head {
    padding: 0.15rem;
  }
  .p-list-strength__item-content {
    padding: 0.3rem 0.2rem;
  }
  .p-list-strength__item-image {
    width: 2.15rem;
    margin: 0 auto 0.2rem;
  }
}

.p-section-top-analog {
  position: relative;
  background-color: #f0f5fa;
}
.p-section-top-analog__wrapper {
  position: relative;
  z-index: 1;
}
.p-section-top-analog__heading {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-section-top-analog__heading-detail, .p-section-top-analog__heading-logo {
  display: block;
}
.p-section-top-analog__action {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (width >= 768px) {
  .p-section-top-analog {
    padding: 1.43rem 0 1.6rem;
  }
  .p-section-top-analog__wrapper {
    max-width: 13.4rem;
    margin: 0 auto;
  }
  .p-section-top-analog .c-decor-pattern {
    position: relative;
    top: -0.04rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(1) {
    top: -0.12rem;
    left: 0.61rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(2) {
    top: -1rem;
    left: 1.17rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(3) {
    top: -0.11rem;
    left: 3.24rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(4) {
    top: 0.92rem;
    left: 1.46rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(5) {
    top: 2.9rem;
    left: 1.61rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(6) {
    top: 2.02rem;
    left: 0.55rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(7) {
    top: 9.4rem;
    left: 0.65rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(8) {
    top: -0.71rem;
    left: 5.93rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(9) {
    top: 2.53rem;
    right: 2.82rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(10) {
    top: 2.22rem;
    right: 4.63rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(11) {
    top: 4.34rem;
    left: 0.57rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(12) {
    top: 1.39rem;
    left: 2.42rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(13) {
    top: 1.15rem;
    right: 3.18rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(14) {
    top: 3.52rem;
    right: 2.18rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(15) {
    top: 2.2rem;
    right: 0.71rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(16) {
    top: 9.45rem;
    right: 0.28rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(17) {
    top: 9.63rem;
    right: 2.34rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(18) {
    top: -0.31rem;
    right: 2.55rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(19) {
    top: 10.06rem;
    right: 3.99rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(20) {
    top: 2.66rem;
    left: 4.09rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(21) {
    top: 9.11rem;
    left: 1.95rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(22) {
    top: 10.18rem;
    left: 1.46rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(23) {
    top: 5.9rem;
    left: 1.34rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(24) {
    top: 8.82rem;
    right: 2.88rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(25) {
    top: 7.6rem;
    left: 0.68rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(26) {
    top: 9.92rem;
    left: 7.24rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(27) {
    top: 10.02rem;
    left: 4.99rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(28) {
    top: 4.81rem;
    right: 0.58rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(29) {
    top: 6.27rem;
    right: 1.2rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(30) {
    top: 7.97rem;
    right: 1.03rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(31) {
    top: 0.46rem;
    right: 1.09rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(32) {
    top: 9.73rem;
    left: 3.34rem;
  }
  .p-section-top-analog .c-decor-pattern__item:nth-child(33) {
    top: 10.3rem;
    right: 1.06rem;
  }
  .p-section-top-analog__heading {
    margin-bottom: 0.58rem;
    font-size: 0.3rem;
  }
  .p-section-top-analog__heading-detail {
    margin-bottom: 0.07rem;
  }
  .p-section-top-analog__heading-logo {
    width: 4.97rem;
    margin: 0 auto;
  }
  .p-section-top-analog__image {
    width: 9.35rem;
    margin: 0 auto 0.59rem;
  }
  .p-section-top-analog__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 5.36rem;
    margin: 0 auto;
  }
  .p-section-top-analog__action .c-button.c-button--primary {
    width: 2.48rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-analog {
    margin-top: 0.6rem;
    padding: 0.6rem 0;
  }
  .p-section-top-analog__heading {
    margin-bottom: 0.58rem;
    font-size: 0.23rem;
    line-height: 1.5;
  }
  .p-section-top-analog__heading-detail {
    margin-bottom: 0.07rem;
  }
  .p-section-top-analog__heading-logo {
    width: 100%;
    margin: 0 auto;
  }
  .p-section-top-analog__image {
    width: 100%;
    margin: 0 auto 0.19rem;
  }
  .p-section-top-analog__action {
    margin-top: 0.4rem;
  }
  .p-section-top-analog__action-item {
    margin-bottom: 0.2rem;
  }
  .p-section-top-analog__action-item:last-child {
    margin-bottom: 0;
  }
  .p-section-top-analog__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p-section-top-analog__item {
    margin-bottom: 0.2rem;
    padding: 0.23rem 0.2rem 0.3rem;
    border: 0.03rem solid #bed2f0;
    border-radius: 0.2rem;
    background-color: #fff;
  }
  .p-section-top-analog__item:last-child {
    margin-bottom: 0;
  }
  .p-section-top-analog__item:first-child .p-section-top-analog__item-description {
    margin-bottom: -0.07rem;
  }
  .p-section-top-analog__item-head {
    margin-bottom: 0.04rem;
    color: #1663b0;
    font-weight: 700;
    text-align: center;
  }
  .p-section-top-analog__item-number {
    margin-bottom: 1px;
    font-family: "Outfit", sans-serif;
    font-size: 0.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .p-section-top-analog__item-heading {
    font-size: 0.18rem;
    letter-spacing: 0.06em;
  }
  .p-section-top-analog__item-description {
    margin: 0 0.12rem 0.11rem;
    letter-spacing: 0.06em;
    line-height: 2.0714285714;
  }
  .p-section-top-analog__item-image {
    width: 2.33rem;
    margin: 0 auto;
  }
}

.p-section-top-function__description {
  letter-spacing: 0.06em;
  text-align: center;
}
.p-section-top-function__heading {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-section-top-function__label {
  text-align: center;
}
.p-section-top-function__label-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8200;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.p-section-top-function__scroll {
  scrollbar-width: none;
}
.p-section-top-function__scroll::-webkit-scrollbar {
  display: none;
}

@media print, (width >= 768px) {
  .p-section-top-function {
    padding: 1rem 0 2rem;
  }

	.p-section-top-function .scroll-hint-icon-wrap {
    display: none;
  }
	
  .p-section-top-function .c-heading.c-heading--primary {
    margin-bottom: 0.23rem;
  }
  .p-section-top-function__description {
    margin-bottom: 0.51rem;
    font-size: 0.18rem;
  }
  .p-section-top-function__image {
    margin: 0 -0.005rem 0.47rem;
  }
  .p-section-top-function__heading {
    margin-bottom: 0.1rem;
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .p-section-top-function__label-detail {
    min-height: 0.66rem;
    padding: 0 0.2rem 0.06rem;
    font-size: 0.5rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-function {
    padding-top: 0.6rem;
  }
  .p-section-top-function .c-heading--primary {
    margin-bottom: 0.2rem;
  }
  .p-section-top-function__description {
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
  }
  .p-section-top-function__scroll {
    margin-bottom: 0.4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-section-top-function__image {
    margin-bottom: 0;
  }
  .p-section-top-function__image img {
    width: 7.2rem;
    max-width: none;
  }
  .p-section-top-function__heading {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .p-section-top-function__label-detail {
    min-height: 0.6rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.32rem;
  }
}

.p-section-top-strength__heading-detail {
  display: block;
  margin-bottom: 0.1rem;
  color: #1663b0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-section-top-strength__heading-logo {
  display: block;
}
.p-section-top-strength__head-description {
  letter-spacing: 0.06em;
}
@media print, (width >= 768px) {
  .p-section-top-strength {
    padding: 1.5rem 0 1rem;
  }
  .p-section-top-strength__head {
    margin-bottom: 0.26rem;
  }
  .p-section-top-strength__heading {
    margin-bottom: 0.11rem;
  }
  .p-section-top-strength__heading-detail {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
  .p-section-top-strength__heading-logo {
    width: 3.19rem;
  }
  .p-section-top-strength__head-content {
    display: flex;
    align-items: flex-start;
  }
  .p-section-top-strength__head-description {
    flex: 1;
    justify-content: space-between;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.18rem;
  }
  .p-section-top-strength__head-action {
    width: 1.98rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-strength {
    padding-top: 0.6rem;
  }
  .p-section-top-strength__head {
    margin-bottom: 0.6rem;
  }
  .p-section-top-strength__heading {
    margin-bottom: 0.2rem;
  }
  .p-section-top-strength__heading-detail {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }
  .p-section-top-strength__heading-logo {
    width: 2.4rem;
  }
  .p-section-top-strength__head-description {
    font-size: 0.16rem;
  }
  .p-section-top-strength__head-action {
    width: 1.98rem;
    margin: 0 auto;
  }
	
		.p-section-top-function__scroll {
        scrollbar-width: thin;
}
.p-section-top-function__scroll::-webkit-scrollbar {
  display: block;
}
}

.p-block-top-strength__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-block-top-strength__head {
  color: #1663b0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.p-block-top-strength__head-text {
  font-size: 0.14rem;
  letter-spacing: 0.1em;
}
.p-block-top-strength__head-number {
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-block-top-strength__title {
  color: #0a0a0a;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-block-top-strength__title-highlight {
  color: #1663b0;
}
.p-block-top-strength__information {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #bed2f0;
  border-radius: 0.1rem;
  list-style: none;
}
.p-block-top-strength__information-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  border-bottom: 1px solid #bed2f0;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-block-top-strength__information-item:last-child {
  border-bottom: 0;
}
.p-block-top-strength .c-button--primary.c-button--reverse {
  min-height: 0.47rem;
  margin-top: 0.35rem;
  border-radius: 0.1rem;
}
.p-block-top-strength .c-button--primary.c-button--reverse .c-button__icon {
  width: 0.24rem;
  height: 0.24rem;
  padding-bottom: 1px;
}
@media print, (width >= 768px) {
  .p-block-top-strength__container {
    max-width: 14.85rem;
    margin: 0 auto;
  }
  .p-block-top-strength__wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-right: -1.86rem;
    margin-left: 0.9rem;
  }
}
@media print, print and (width >= 768px) {
  .p-block-top-strength__wrapper {
    align-items: flex-start;
  }
}
@media print, (width >= 768px) {
  .p-block-top-strength__item {
    display: flex;
    align-items: center;
    min-height: 6.54rem;
    padding-right: 0.4rem;
    padding-left: 0.42rem;
  }
  .p-block-top-strength__inner {
    width: 4.6rem;
  }
  .p-block-top-strength__head {
    margin-bottom: 0.11rem;
  }
  .p-block-top-strength__head-text {
    margin-bottom: -0.06rem;
  }
  .p-block-top-strength__head-number {
    font-size: 0.71rem;
  }
  .p-block-top-strength__content {
    flex: 1;
    align-items: flex-start;
    width: 7.24rem;
  }
  .p-block-top-strength__title {
    margin-bottom: 0.32rem;
    font-size: 0.4rem;
    line-height: 1.375;
  }
  .p-block-top-strength__slide {
    position: relative;
    z-index: 1;
    width: 8.56rem;
    height: 6.54rem;
  }
  .p-block-top-strength__slide::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100vw;
    bottom: 0;
    left: 0;
    border-radius: 0.3rem 0 0 0.3rem;
    background-color: #f0f5fa;
  }
}
@media print, print and (width >= 768px) {
  .p-block-top-strength__slide {
    height: auto !important;
  }
  .p-block-top-strength__slide::after {
    bottom: -1.5rem !important;
  }
}
@media print, (width >= 768px) {
  .p-block-top-strength__slide.is-fixed {
    position: fixed;
  }
}
@media print, print and (width >= 768px) {
  .p-block-top-strength__slide.is-fixed {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}
@media print, (width >= 768px) {
  .p-block-top-strength__slide.is-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .p-block-top-strength__slide.is-bottom::after {
    position: absolute;
  }
}
@media print, print and (width >= 768px) {
  .p-block-top-strength__slide.is-bottom {
    position: relative !important;
  }
}
@media print, (width >= 768px) {
  .p-block-top-strength__slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media print, print and (width >= 768px) {
  .p-block-top-strength__slide-wrapper {
    overflow: unset !important;
  }
}
@media print, (width >= 768px) {
  .p-block-top-strength__slide-item {
    position: absolute;
    top: 0%;
    left: -3%;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    opacity: 0;
  }
}
@media screen and (width >= 768px) and (max-width: 1600px) {
  .p-block-top-strength__slide-item {
    width: 85%;
    top: 7%;
    left: -2%;
  }
}
@media print, print and (width >= 768px) {
  .p-block-top-strength__slide-item {
    position: relative !important;
    margin-bottom: -0.4rem;
    opacity: 1 !important;
  }
}
@media print, (width >= 768px) {
  .p-block-top-strength__slide-item.is-active {
    opacity: 1;
  }
  .p-block-top-strength__information {
    width: 4.6rem;
    margin: 0 auto 0.38rem;
  }
  .p-block-top-strength__information-item {
    min-height: 0.5rem;
    padding-bottom: 1px;
    font-size: 0.18rem;
  }
}
@media only screen and (width > 1200px) and (width < 1320px) {
  .p-block-top-strength__item {
    padding-left: 0;
  }
  .p-block-top-strength__wrapper {
    margin-left: 0.4rem;
  }
  .p-block-top-strength__slide {
    width: 8rem;
  }
}
@media only screen and (width < 768px) {
  .p-block-top-strength__container {
    padding: 0 0.2rem;
  }
  .p-block-top-strength__item {
    margin-bottom: 0.8rem;
  }
  .p-block-top-strength__item:last-child {
    margin-bottom: 0;
  }
  .p-block-top-strength__head {
    margin-bottom: 0.1rem;
  }
  .p-block-top-strength__head-number {
    font-size: 0.5rem;
  }
  .p-block-top-strength__title {
    margin-bottom: 0;
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .p-block-top-strength__information-item {
    min-height: 0.5rem;
    padding-bottom: 1px;
    font-size: 0.16rem;
  }
}

.p-section-top-case__text {
  letter-spacing: 0.06em;
}
@media print, (width >= 768px) {
  .p-section-top-case {
    padding: 1.5rem 0 1.58rem;
  }
}
@media print, print and (width >= 768px) {
  .p-section-top-case {
    margin-top: -1rem;
  }
}
@media print, (width >= 768px) {
  .p-section-top-case__introduction {
    position: relative;
    margin-bottom: 0.51rem;
    padding-right: 2rem;
  }
  .p-section-top-case__text {
    margin-top: 0.22rem;
    font-size: 0.18rem;
    line-height: 1.9444444444;
  }
  .p-section-top-case__action {
    position: absolute;
    right: 0;
    bottom: 0.08rem;
    width: 1.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-case {
    padding-top: 0.6rem;
  }
  .p-section-top-case__introduction {
    margin-bottom: 0.35rem;
  }
  .p-section-top-case__text {
    margin: 0.15rem 0;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .p-section-top-case__action {
    width: 1.8rem;
    margin-left: auto;
  }
}

.p-section-top-support {
  position: relative;
}
.p-section-top-support__decor {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-section-top-support__wrapper {
  position: relative;
  z-index: 1;
}
.p-section-top-support__text {
  letter-spacing: 0.06em;
  text-align: center;
}
.p-section-top-support__list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.p-section-top-support__item {
  position: relative;
  flex-shrink: 0;
  width: calc((100% - 0.4rem) / 5);
  margin-right: 0.1rem;
  padding: 0.38rem 0.2rem 0.26rem;
  background: #fff;
}
.p-section-top-support__item:nth-child(5n) {
  margin-right: 0;
}
.p-section-top-support__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -0.17rem;
  bottom: 0;
  left: 0;
  background: url("../img/top/support_frame_03.svg") no-repeat 0 0/contain;
  pointer-events: none;
  will-change: transform;
}
.p-section-top-support__item:first-child {
  z-index: 6;
}
.p-section-top-support__item:first-child::after {
  right: -0.18rem;
  background-image: url("../img/top/support_frame_01.svg");
}
.p-section-top-support__item:nth-child(2) {
  z-index: 5;
}
.p-section-top-support__item:nth-child(3) {
  z-index: 4;
}
.p-section-top-support__item:nth-child(4) {
  z-index: 3;
}
.p-section-top-support__item:last-child {
  margin-right: 0;
}
.p-section-top-support__item:last-child::after {
  right: -0.02rem;
  background-image: url("../img/top/support_frame_02.svg");
}
.p-section-top-support__number {
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 50%;
  width: 1.11rem;
  padding: 1px 0.1rem;
  transform: translateX(-50%);
  border-radius: 0.11rem;
  background: #1663b0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.p-section-top-support__icon {
  width: 1.05rem;
  height: 1.07rem;
  margin: 0 auto 0.08rem;
}
.p-section-top-support__title {
  margin-bottom: 0;
  color: #282828;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7222222222;
  text-align: center;
}
@media print, (width >= 768px) {
  .p-section-top-support__wrapper {
    width: calc(100% - 0.6rem);
    max-width: 12.4rem;
    margin: auto;
    padding: 1.12rem 0.8rem 0;
  }
  .p-section-top-support__wrapper::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.1rem;
    border-radius: 0.3rem;
    background: #f0f5fa;
  }
  .p-section-top-support__step {
    overflow: unset !important;
  }
  .p-section-top-support__step .scroll-hint-icon-wrap {
    display: none !important;
  }
  .p-section-top-support__number {
    padding-top: 0.02rem;
    padding-bottom: 0;
  }
  .is-firefox .p-section-top-support__number {
    padding-bottom: 0.02rem;
  }
  .is-mac .p-section-top-support__number {
    padding-bottom: 1px;
  }
  .p-section-top-support__text {
    margin: 0.24rem 0 0.51rem;
    font-size: 0.18rem;
    line-height: 1.9444444444;
  }
}
@media only screen and (width > 1200px) and (width < 1220px) {
  .p-section-top-support__item {
    padding: 0.26rem 0.1rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-support {
    padding-top: 0.6rem;
    overflow: hidden;
  }
  .p-section-top-support__item {
    width: 2.08rem;
  }
  .p-section-top-support__step {
    padding: 0.12rem 0;
  }
  .p-section-top-support__step .scroll-hint-icon-wrap {
    z-index: 999;
  }
  .p-section-top-support__text {
    margin: 0.2rem 0.1rem 0.3rem;
    font-size: 0.16rem;
  }
  .p-section-top-support__wrapper {
    padding: 0 0.12rem;
  }
  .p-section-top-support__number {
    padding-top: 0.04rem;
    padding-bottom: 0.03rem;
  }
}

.p-section-top-company {
  background-color: #f0f5fa;
}
.p-section-top-company__heading {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-section-top-company__heading-logo {
  display: inline-block;
  position: relative;
  width: 1.43rem;
}
@media print, (width >= 768px) {
  .p-section-top-company {
    padding: 0.65rem 0 0.8rem;
    margin-top: 1.5rem;
  }
}
@media print, print and (width >= 768px) {
  .p-section-top-company {
    margin-top: 2rem;
  }
}
@media print, (width >= 768px) {
  .p-section-top-company__heading {
    margin-bottom: 0.25rem;
    font-size: 0.3rem;
  }
  .p-section-top-company__heading-logo {
    top: 0.04rem;
    left: 0.05rem;
  }
  .p-section-top-company__heading-detail {
    margin-left: 0.09rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-company {
    padding: 0.6rem 0;
  }
  .p-section-top-company__heading {
    margin-bottom: 0.4rem;
    padding: 0 0.2rem;
    font-size: 0.25rem;
    line-height: 1.5;
  }
  .p-section-top-company__heading-logo {
    position: relative;
    top: 0.05rem;
    margin-right: 0.05rem;
  }
  .p-section-top-company__heading-detail {
    line-height: 1.5;
  }
}

.p-section-top-seminar__wrapper {
  background: #1663b0;
  color: #fff;
}
.p-section-top-seminar__text {
  letter-spacing: 0.06em;
}
.p-section-top-seminar__action {
  width: 1.8rem;
}
.p-section-top-seminar .c-heading__english,
.p-section-top-seminar .c-heading__japanese {
  color: #fff;
}
.p-section-top-seminar .c-button {
  border-color: #fff;
}
.p-section-top-seminar .c-button .c-button__icon::after {
  width: 0.05rem;
  height: 0.11rem;
  -webkit-mask-image: url("../img/common/icn_arrow_04.svg");
  mask-image: url("../img/common/icn_arrow_04.svg");
}
@media print, (width >= 768px) {
  .p-section-top-seminar__wrapper {
    display: flex;
    width: calc(100% - 0.6rem);
    max-width: 12.4rem;
    margin: auto;
    padding: 1.11rem 0.7rem 0.58rem 0.8rem;
    border-radius: 0.2rem;
  }
  .p-section-top-seminar__head {
    flex-shrink: 0;
    margin-right: 0.77rem;
  }
  .p-section-top-seminar__action .c-button.c-button--primary.c-button--reverse {
    min-height: 0.45rem;
    padding-left: 0.2rem;
  }
  .p-section-top-seminar__action .c-button.c-button--primary.c-button--reverse .c-button__icon {
    right: 0.14rem;
    margin-top: 0;
    padding-left: 0.02rem;
  }
  .is-firefox .p-section-top-seminar__action .c-button.c-button--primary.c-button--reverse .c-button__icon {
    margin-top: 1px;
  }
  .is-firefox .p-section-top-seminar__action .c-button.c-button--primary.c-button--reverse .c-button__icon, .is-mac .p-section-top-seminar__action .c-button.c-button--primary.c-button--reverse .c-button__icon {
    padding-left: 1px;
  }
  .p-section-top-seminar__text {
    margin: 0.22rem 0 0.3rem;
    font-size: 0.18rem;
    line-height: 1.9444444444;
  }
  .p-section-top-seminar__icon {
    width: 9.52rem;
    height: 3.14rem;
    margin: 0 auto -0.64rem;
  }
  .p-section-top-seminar__body {
    margin-top: 0.09rem;
  }
}
@media only screen and (width > 1200px) and (width < 1220px) {
  .p-section-top-seminar__head {
    margin-right: 0.5rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-seminar {
    padding-top: 0.8rem;
  }
  .p-section-top-seminar__icon {
    width: 90%;
    margin: 0 auto -0.24rem;
  }
  .p-section-top-seminar__wrapper {
    padding: 0.6rem 0.2rem;
  }
  .p-section-top-seminar__head {
    margin-bottom: 0.62rem;
  }
  .p-section-top-seminar__text {
    margin: 0.15rem 0;
    font-size: 0.16rem;
  }
  .p-section-top-seminar__action {
    width: 100%;
  }
  .p-section-top-seminar .c-button.c-button--primary .c-button__icon {
    padding-top: 0;
  }
}
@media (max-width: 375px) and (min-resolution: 3dppx) {
  .p-section-top-seminar .c-button.c-button--primary.c-button--reverse .c-button__icon::after {
    width: 7px;
    height: 9px;
  }
}

.p-section-top-hero__content-button {
  display: flex;
  flex-direction: column;
}
.p-section-top-hero__wrapper {
  display: flex;
}
.p-section-top-hero .c-heading--primary {
  position: relative;
  margin-bottom: 0.1rem;
}
.p-section-top-hero .c-button--primary {
  min-height: 0.62rem;
  padding: 0.08rem 0.5rem 0.1rem 0.85rem;
  overflow: inherit;
  border-color: #00b400;
  background-color: #00b400;
}
.p-section-top-hero .c-button--primary:hover {
  background-color: #fff;
  color: #00b400;
}
.p-section-top-hero .c-button--primary:hover .c-button__icon {
  background-color: #00b400;
}
.p-section-top-hero .c-button--primary:hover .c-button__icon::after {
  background-color: #fff;
}
.p-section-top-hero .c-button--primary .c-button__describe,
.p-section-top-hero .c-button--primary .c-button__image {
  position: absolute;
}
.p-section-top-hero .c-button--primary .c-button__image {
  display: block;
  z-index: 1;
  top: 50%;
  left: 0.15rem;
  width: 0.71rem;
  transform: translateY(-50%);
}
.p-section-top-hero .c-button--primary .c-button__icon {
  position: absolute;
  right: 0.14rem;
  width: 0.18rem;
  height: 0.2rem;
}
.p-section-top-hero .c-button--primary .c-button__icon::after {
  content: none;
}
.p-section-top-hero .c-button--primary .c-button__describe {
  display: inline-flex;
  z-index: 2;
  top: -0.16rem;
  left: 50%;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 0.27rem;
  padding: 0.03rem 0.2rem;
  transform: translateX(-50%);
  border-radius: 0.15rem;
  background: linear-gradient(90deg, #007800, #004600);
  color: #02773a;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-wrap: auto;
  word-break: keep-all;
}
.p-section-top-hero .c-button--primary .c-button__describe::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 0.1344rem;
  background: #fff;
}
.p-section-top-hero .c-button--primary.c-button--pink {
  border-color: #f00082;
  background-color: #f00082;
}
.p-section-top-hero .c-button--primary.c-button--pink:hover {
  color: #f00082;
  background-color: #fff;
}
.p-section-top-hero .c-button--primary.c-button--pink .c-button__describe {
  background: linear-gradient(90deg, #ff5064 20%, #ff0064 100%);
  color: #ff3164;
}
.p-section-top-hero__banner {
  position: relative;
}
.p-section-top-hero__object {
  position: absolute;
  will-change: transform;
  animation: floatDrift 3s ease-in-out infinite;
}
.p-section-top-hero__object img {
  display: block;
  width: 100%;
}
.p-section-top-hero__object--01 {
  top: 0%;
  left: 11%;
  width: 10.45vw;
  animation-duration: 6.6s;
  animation-delay: 0s;
  animation-direction: normal;
}
.p-section-top-hero__object--02 {
  top: -2%;
  left: 42%;
  width: 3.88vw;
  animation-duration: 7.2s;
  animation-delay: -0.6s;
  animation-direction: reverse;
}
.p-section-top-hero__object--03 {
  top: -5%;
  left: 68%;
  width: 10.45vw;
  animation-duration: 7.8s;
  animation-delay: -1.2s;
  animation-direction: normal;
}
.p-section-top-hero__object--04 {
  top: 23%;
  left: 0%;
  width: 5.22vw;
  animation-duration: 6s;
  animation-delay: -1.8s;
  animation-direction: reverse;
}
.p-section-top-hero__object--05 {
  top: 17%;
  left: 50%;
  width: 7.46vw;
  animation-duration: 6.6s;
  animation-delay: -2.4s;
  animation-direction: normal;
}
.p-section-top-hero__object--06 {
  top: 30%;
  left: 35%;
  width: 3.43vw;
  animation-duration: 7.2s;
  animation-delay: -3s;
  animation-direction: reverse;
}
.p-section-top-hero__object--07 {
  top: 26%;
  left: 80%;
  width: 7.46vw;
  animation-duration: 7.8s;
  animation-delay: -3.6s;
  animation-direction: normal;
}
.p-section-top-hero__object--08 {
  top: 38%;
  left: 24%;
  width: 4.85vw;
  animation-duration: 6s;
  animation-delay: 0s;
  animation-direction: reverse;
}
.p-section-top-hero__object--09 {
  top: 38%;
  left: 16%;
  width: 7.46vw;
  animation-duration: 6.6s;
  animation-delay: -0.6s;
  animation-direction: normal;
}
.p-section-top-hero__object--10 {
  top: 49%;
  left: 49%;
  width: 8.96vw;
  animation-duration: 7.2s;
  animation-delay: -1.2s;
  animation-direction: reverse;
}
.p-section-top-hero__object--11 {
  top: 58%;
  left: 90%;
  width: 3.73vw;
  animation-duration: 7.8s;
  animation-delay: -1.8s;
  animation-direction: normal;
}
.p-section-top-hero__object--12 {
  top: 62%;
  left: 0%;
  width: 8.43vw;
  animation-duration: 6s;
  animation-delay: -2.4s;
  animation-direction: reverse;
}
.p-section-top-hero__object--13 {
  top: 72%;
  left: 35%;
  width: 11.19vw;
  animation-duration: 6.6s;
  animation-delay: -3s;
  animation-direction: normal;
}
.p-section-top-hero__object--14 {
  top: 96%;
  left: 18%;
  width: 5.52vw;
  animation-duration: 7.2s;
  animation-delay: -3.6s;
  animation-direction: reverse;
}
.p-section-top-hero__object--15 {
  top: 78%;
  left: 65%;
  width: 13.43vw;
  animation-duration: 7.8s;
  animation-delay: 0s;
  animation-direction: normal;
}
.p-section-top-hero__banner--motion-updown .p-section-top-hero__object {
  animation-name: floatUpDown;
}
@media only screen and (width < 768px) {
  .p-section-top-hero__object--03 {
    display: none;
  }
}
.p-section-top-hero__object--05 {
  animation-name: floatTilt !important;
}
@media only screen and (width < 768px) {
  .p-section-top-hero__object--05 {
    animation-name: floatUpDown !important;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-hero__object--07 {
    animation-name: floatTilt !important;
  }
}
.p-section-top-hero__object--08 {
  animation-name: floatTilt !important;
}
@media only screen and (width < 768px) {
  .p-section-top-hero__object--08 {
    display: none;
  }
}
.p-section-top-hero__object--09 {
  animation-name: floatTilt !important;
}
@media only screen and (width < 768px) {
  .p-section-top-hero__object--09 {
    display: none;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-hero__object--10 {
    display: none;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-hero__object--12 {
    display: none;
  }
}
.p-section-top-hero__object--14 {
  animation-name: floatTilt !important;
}
@media only screen and (width < 768px) {
  .p-section-top-hero__object--15 {
    animation-name: floatTilt !important;
  }
}
@media print, (width >= 768px) {
  .p-section-top-hero {
    padding: 0.84rem 0 0.6rem;
  }
  .p-section-top-hero .l-wrapper {
    max-width: 100%;
    width: calc(100% - 2rem);
  }
  .p-section-top-hero__banner {
    position: relative;
    right: -0.01rem;
    width: 36vw;
    margin-top: -0.09rem;
    margin-right: -0.82rem;
  }
  .p-section-top-hero__content {
    flex: 1;
    max-width: 50vw;
    padding-top: 0.13rem;
  }
  .p-section-top-hero__content .c-heading {
    font-size: 6vw;
    line-height: 1.2;
    margin-bottom: 0rem;
    font-family: "Outfit", sans-serif;
  }
  .p-section-top-hero__content .c-heading--blue {
    font-size: 6vw;
    color: #1663b0;
  }
  .p-section-top-hero__content-sub {
    font-size: 2.2vw;
    font-weight: bold;
    color: #1663b0;
    margin-top: 0.05rem;
    margin-bottom: 0.2rem;
    line-height: 1;
  }
  .p-section-top-hero__content-button {
    gap: 0.37rem;
    max-width: 3.42rem;
  }
  .p-section-top-hero .c-button--primary {
    width: 100%;
  }
  .p-section-top-hero__content-detail {
    margin-right: -0.1rem;
    margin-bottom: 0.38rem;
  }
  .p-section-top-hero__wrapper {
    margin-bottom: 0.78rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-hero {
    position: relative;
    padding: 2rem 0 0rem;
  }
  .p-section-top-hero__wrapper {
    flex-direction: column;
    position: relative;
  }
  .p-section-top-hero__content {
    display: contents;
  }
  .p-section-top-hero__content-button {
    gap: 0.3rem;
    width: 100%;
    order: 2;
  }
  .p-section-top-hero .c-heading {
    position: absolute;
    top: -1.15rem;
    right: 0;
    left: 0;
    text-align: left;
    font-family: "Outfit", sans-serif;
    font-size: 0.43rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .p-section-top-hero .c-heading--blue {
    color: #1663b0;
    font-family: "Outfit", sans-serif;
    font-size: 0.43rem;
    text-align: left;
  }
  .p-section-top-hero__content-sub {
    text-align: left;
    color: #1663b0;
    font-weight: bold;
    font-size: 0.2rem;
    margin: 0.05rem 0 0.2rem;
    line-height: 1;
  }
  .p-section-top-hero__banner {
    width: 3.5rem;
    height: 2rem;
    margin: 0 auto 0.8rem;
    order: 1;
  }
  .p-section-top-hero__object--01 {
    top: 0%;
    left: 12%;
    width: 1rem;
  }
  .p-section-top-hero__object--02 {
    top: 42%;
    left: 64%;
    width: 0.45rem;
  }
  .p-section-top-hero__object--03 {
    top: -5%;
    left: 68%;
    width: 0.84rem;
  }
  .p-section-top-hero__object--04 {
    top: 23%;
    left: 0%;
    width: 0.42rem;
  }
  .p-section-top-hero__object--05 {
    top: 8%;
    left: 37%;
    width: 1rem;
  }
  .p-section-top-hero__object--06 {
    top: 60%;
    left: 27%;
    width: 0.35rem;
  }
  .p-section-top-hero__object--07 {
    top: 14%;
    left: 80%;
    width: 0.65rem;
  }
  .p-section-top-hero__object--08 {
    top: 38%;
    left: 24%;
    width: 0.39rem;
  }
  .p-section-top-hero__object--09 {
    top: 38%;
    left: 16%;
    width: 0.6rem;
  }
  .p-section-top-hero__object--10 {
    top: 49%;
    left: 49%;
    width: 0.72rem;
  }
  .p-section-top-hero__object--11 {
    top: 58%;
    left: 90%;
    width: 0.3rem;
  }
  .p-section-top-hero__object--12 {
    top: 62%;
    left: 0%;
    width: 0.68rem;
  }
  .p-section-top-hero__object--13 {
    top: 72%;
    left: 40%;
    width: 0.9rem;
  }
  .p-section-top-hero__object--14 {
    top: 78%;
    left: 6%;
    width: 0.56rem;
  }
  .p-section-top-hero__object--15 {
    top: 78%;
    left: 66%;
    width: 1.14rem;
  }
  .p-section-top-hero__content-detail {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.9375;
    text-align: left;
  }
}

@keyframes floatDrift {
  0% {
    transform: translate(0, -0.09rem) rotate(0deg);
  }
  25% {
    transform: translate(0.09rem, 0) rotate(2deg);
  }
  50% {
    transform: translate(0, 0.09rem) rotate(0deg);
  }
  75% {
    transform: translate(-0.09rem, 0) rotate(-2deg);
  }
  100% {
    transform: translate(0, -0.09rem) rotate(0deg);
  }
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(-0.09rem);
  }
  50% {
    transform: translateY(0.22rem);
  }
}
@keyframes floatTilt {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-section-top-hero__object {
    animation: none;
  }
}
@media print, (width >= 768px) {
  .single-case .c-heading--primary .c-heading__japanese {
    font-size: 0.3rem;
  }
}
.p-section-top-seminar__info {
  margin-top: 0.24rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-top-seminar__info-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.p-section-top-seminar__info-link {
  display: flex;
  align-items: center;
  gap: 0.24rem;
  padding: 0.2rem 0.05rem;
  transition: opacity 0.3s ease;
  color: #fff;
  text-decoration: none;
}
.p-section-top-seminar__info-link:hover {
  opacity: 0.7;
}
.p-section-top-seminar__info-date {
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 0.14rem;
  letter-spacing: 0.04em;
}
.p-section-top-seminar__info-title {
  flex: 1;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-section-top-seminar__info-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  background-color: #fff;
}
.p-section-top-seminar__info-arrow::after {
  content: "";
  width: 0.05rem;
  height: 0.11rem;
  background-color: #1663b0;
  -webkit-mask: url("../img/common/icn_arrow_01.svg") no-repeat center / 100% 100%;
  mask: url("../img/common/icn_arrow_01.svg") no-repeat center / 100% 100%;
}
@media only screen and (width <= 767px) {
  .p-section-top-seminar__info-link {
    flex-wrap: wrap;
    gap: 0.1rem 0.16rem;
  }
  .p-section-top-seminar__info-date {
    width: 100%;
  }
}
.single-case #main-contents {
  overflow-x: clip;
}
/*# sourceMappingURL=styles.css.map */