@charset "UTF-8";
/* =============================================
  media query
============================================= */
/* =============================================
  px vw
============================================= */
/* =============================================
  default settings
============================================= */
:root {
  --color-primary: #0032a8;
  --color-cerulean: #29abe2;
  --color-red: #c50f40;
  --color-navy: #3468CC;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}
body.active {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}

ul, ol {
  list-style: none;
}

.inner {
  max-width: calc(1000px + 8rem);
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 8vw;
  }
}

@keyframes acceAnim {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  3% {
    opacity: 1;
    transform: translateY(20px);
  }
  31% {
    opacity: 1;
    transform: translateY(-40px) rotate(20deg);
  }
  33% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block !important;
  }
}

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity ease 1s, transform ease 1s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

.sns__list {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sns__list {
    gap: 5.3333333333vw;
  }
}
.sns__list .icon {
  display: inline-block;
  transition: opacity ease 0.3s;
}
.sns__list .icon:hover {
  opacity: 0.7;
}
.sns__list .icon-facebook {
  width: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sns__list .icon-facebook {
    width: 3.2vw;
  }
}
.sns__list .icon-line {
  width: 2.3rem;
}
@media screen and (max-width: 768px) {
  .sns__list .icon-line {
    width: 6.1333333333vw;
  }
}
.sns__list .icon-x {
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .sns__list .icon-x {
    width: 5.8666666667vw;
  }
}

.font-source {
  font-family: "Source Sans 3", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.section-head {
  text-align: center;
}
.section-head__subttl {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .section-head__subttl {
    font-size: 4.2666666667vw;
  }
}
.section-head__ttl {
  font-weight: 700;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .section-head__ttl {
    font-size: 8.5333333333vw;
  }
}
.section-head__ttl span {
  font-size: 5.7rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section-head__ttl span {
    font-size: 9.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table {
    width: 198.4vw;
  }
}
.table thead tr th {
  background: #e6e6e6;
  border-radius: 1.5rem 1.5rem 0 0;
  height: 9rem;
  font-size: 2rem;
  color: #666;
  border-right: 0.15rem solid #fff;
}
.table thead tr th:nth-of-type(1) {
  background: transparent;
  position: relative;
}
.table thead tr th:nth-of-type(1)::after {
  content: "他社との比較";
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  background: var(--color-primary);
  color: #fff;
  font-size: 1.8rem;
  width: 71%;
  height: 5.5rem;
  line-height: 5.5rem;
  text-align: left;
  padding-left: 2.5rem;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.table thead tr th:nth-of-type(2) {
  background: #c2d2f0;
}
.table thead tr th img {
  width: 5.5rem;
}
.table thead tr th span {
  font-size: 3.4rem;
  margin-right: 0.5rem;
}
.table tbody tr td {
  border: 1px solid #b1b1b1;
  height: 5.5rem;
  text-align: center;
  width: 16.7%;
  font-size: 2rem;
}
.table tbody tr td:first-of-type {
  width: 33rem;
  text-align: left;
  padding-left: 2.5rem;
  font-size: 1.7rem;
}
.table tbody tr td:nth-of-type(2) {
  background: #ebf0fa;
  color: var(--color-primary);
  font-weight: 900;
  font-size: 2.7rem;
}
.table tbody tr td .circle {
  width: 2.6rem;
  height: 2.6rem;
  border: 3px solid var(--color-primary);
  border-radius: 50%;
  display: inline-block;
}

.list li {
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  position: relative;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .list li {
    font-size: 4vw;
    padding-left: 6.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.list li::before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  top: 0.85rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .list li::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    top: 2.1333333333vw;
  }
}
.list li:last-child {
  margin-bottom: 0;
}
.list--cerulean li::before {
  background: no-repeat url(../img/icon-check-cerulean.svg) center center/contain;
}
.list--navy li::before {
  background: no-repeat url(../img/icon-check-navy.svg) center center/contain;
}

.breadcrumb span span {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb span span {
    font-size: 3.4666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.breadcrumb span span:last-child {
  margin-right: 0;
}
.breadcrumb span span::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  transform: rotate(45deg);
  right: -1.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #646464;
  border-right: 0.1rem solid #646464;
}
@media screen and (max-width: 768px) {
  .breadcrumb span span::after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.2666666667vw solid #646464;
    border-right: 0.2666666667vw solid #646464;
    top: 1.8666666667vw;
    right: -3.4666666667vw;
  }
}
.breadcrumb span span:last-child::after {
  content: none;
}
.breadcrumb span span a {
  color: #646464;
  display: inline-block;
  transition: opacity ease 0.3s;
}
.breadcrumb span span a:hover {
  opacity: 0.7;
}
.breadcrumb--bottom {
  margin-top: 10rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb--bottom {
    margin-top: 21.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}

.text-align-right {
  text-align: right;
}

.of-hidden {
  overflow-x: hidden;
}

.color-red {
  color: var(--color-red);
}

.color-blue {
  color: var(--color-primary);
}

.color-navy {
  color: var(--color-navy);
}

.color-cerulean {
  color: var(--color-cerulean);
}

.bg-red {
  background-color: var(--color-red);
}

.bg-blue {
  background-color: var(--color-primary);
}

.bg-navy {
  background-color: var(--color-navy);
}

.bg-mix {
  background: linear-gradient(60deg, #C50F40 0%, #C50F40 50%, #3468CC 50%, #3468CC 100%);
}

.required {
  color: var(--color-red);
  font-weight: 600;
}

.scroll-hint-shadow-wrap {
  position: static !important;
}
.scroll-hint-shadow-wrap::before, .scroll-hint-shadow-wrap::after {
  content: none !important;
}

.fs-xs {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .fs-xs {
    font-size: 3.2vw !important;
  }
}
.fs-sm {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  .fs-sm {
    font-size: 3.7333333333vw !important;
  }
}
.fs-md {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .fs-md {
    font-size: 4.2666666667vw !important;
  }
}
.fs-lg {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  .fs-lg {
    font-size: 4.8vw !important;
  }
}
.fs-xl {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  .fs-xl {
    font-size: 5.3333333333vw !important;
  }
}
.fs-2xl {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .fs-2xl {
    font-size: 6.4vw !important;
  }
}
.fs-3xl {
  font-size: 3rem !important;
}
@media screen and (max-width: 768px) {
  .fs-3xl {
    font-size: 8vw !important;
  }
}
.fs-4xl {
  font-size: 3.6rem !important;
}
@media screen and (max-width: 768px) {
  .fs-4xl {
    font-size: 9.6vw !important;
  }
}
.fs-5xl {
  font-size: 4.8rem !important;
}
@media screen and (max-width: 768px) {
  .fs-5xl {
    font-size: 12.8vw !important;
  }
}
.fs-6xl {
  font-size: 6.4rem !important;
}
@media screen and (max-width: 768px) {
  .fs-6xl {
    font-size: 17.0666666667vw !important;
  }
}

.space-xs {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  .space-xs {
    margin-bottom: 2.6666666667vw !important;
  }
}
.space-sm {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 768px) {
  .space-sm {
    margin-bottom: 5.3333333333vw !important;
  }
}
.space-md {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  .space-md {
    margin-bottom: 8vw !important;
  }
}
.space-lg {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 768px) {
  .space-lg {
    margin-bottom: 10.6666666667vw !important;
  }
}
.space-xl {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 768px) {
  .space-xl {
    margin-bottom: 13.3333333333vw !important;
  }
}
.space-2xl {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  .space-2xl {
    margin-bottom: 16vw !important;
  }
}

@media screen and (max-width: 768px) {
  .col-reverse {
    flex-direction: column-reverse !important;
  }
}

.read-more {
  position: relative;
}
.read-more div {
  position: relative;
  max-height: 20rem;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}
@media screen and (max-width: 768px) {
  .read-more div {
    max-height: 53.3333333333vw;
  }
}
.read-more div::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}
.read-more label {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #0032a8;
  font-size: 1.4rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .read-more label {
    font-size: 3.7333333333vw;
    bottom: -4vw;
  }
}
.read-more label:hover {
  opacity: 0.7;
  cursor: pointer;
}
.read-more input {
  display: none;
}
.read-more:has(:checked) div {
  max-height: none;
}
.read-more:has(:checked) div::after {
  content: none;
}
.read-more:has(:checked) label {
  display: none;
}

/* =============================================
  search list
============================================= */
.srch__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .srch__list {
    flex-direction: column;
    margin-bottom: 13.3333333333vw;
    gap: 4vw;
  }
}
.srch__list li {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 768px) {
  .srch__list li {
    width: 100%;
  }
}
.srch__list li a {
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  display: block;
  width: 100%;
  text-align: center;
  background: #bfbfbf;
  color: #676767;
  font-size: 1.7rem;
  font-weight: 500;
  transition: color ease 0.3s, background ease 0.3s;
}
@media screen and (max-width: 768px) {
  .srch__list li a {
    height: 16vw;
    line-height: 16vw;
    border-radius: 16vw;
    font-size: 4.5333333333vw;
  }
}
.srch__list li a:hover {
  color: #fff;
  background: var(--color-primary);
}
.srch__list li a.active {
  color: #fff;
  background: var(--color-primary);
}
.srch__categories {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .srch__categories {
    gap: 2.6666666667vw;
    flex-direction: column;
  }
}
.srch__categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15.5rem;
  height: 100%;
  width: 1px;
  background: #c6c6c6;
}
@media screen and (max-width: 768px) {
  .srch__categories::before {
    content: none;
  }
}
.srch__categories a {
  min-width: 13.5rem;
  padding: 0.3rem 1rem;
  border-radius: 1.2rem;
  color: #676767;
  background: #bfbfbf;
  text-align: center;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  transition: color ease 0.3s, background ease 0.3s;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 768px) {
  .srch__categories a {
    min-width: 36vw;
    padding: 0.8vw 2.6666666667vw;
    border-radius: 3.2vw;
    font-size: 3.2vw;
  }
}
.srch__categories a:hover {
  color: #fff;
  background: var(--color-primary);
}
.srch__categories a.active {
  color: #fff;
  background: var(--color-primary);
}
.srch__categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
@media screen and (max-width: 768px) {
  .srch__categories ul {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .srch__categories ul.justify-between {
    justify-content: space-between;
  }
}
.srch__subcategories {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .srch__subcategories {
    margin-top: 8vw;
  }
}
.srch__subcategories ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .srch__subcategories ul {
    justify-content: flex-start;
    gap: 4vw 0;
    margin-left: -6.6666666667vw;
  }
}
.srch__subcategories ul li {
  border-right: 1px solid #707070;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .srch__subcategories ul li {
    padding: 0 6.6666666667vw;
  }
}
.srch__subcategories ul li:last-child {
  border-right: none;
}
.srch__subcategories ul li a {
  display: block;
  font-size: 1.3rem;
  transition: color ease 0.3s;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .srch__subcategories ul li a {
    font-size: 3.4666666667vw;
  }
}
.srch__subcategories ul li a:hover {
  color: var(--color-primary);
}
.srch__subcategories ul li a.active {
  color: var(--color-primary);
}

/* =============================================
  cf7
============================================= */
.wpcf7-list-item {
  margin: 0;
  display: block;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}

/* =============================================
  swiper.js
============================================= */
.swiper-slide {
  border-radius: 1rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  transition: filter ease 0.3s;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 8vw;
    height: 8vw;
    border: 0.2666666667vw solid #fff;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: brightness(1.1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 4.2666666667vw;
  }
}

.swiper-button-prev {
  left: -2.5rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: -4vw;
  }
}

.swiper-button-next {
  right: -2.5rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: -4vw;
  }
}

.swiper-button-red {
  background: #d65779;
}

.swiper-button-blue {
  background: #29abe2;
}

.swiper-button-darkblue {
  background: #3491cb;
  border: none;
  box-shadow: 1px 1px 3px #6f6f6f;
}
@media screen and (max-width: 768px) {
  .swiper-button-darkblue {
    box-shadow: none;
  }
}

/* =============================================
  btn
============================================= */
.btn {
  display: inline-block;
  font-weight: 500;
  position: relative;
  transition: opacity ease 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
.btn::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn::after {
    right: 1.3333333333vw;
  }
}
.btn--reason {
  padding-left: 10.5rem;
  color: #fff;
  background-color: var(--color-cerulean);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--reason {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 28vw;
  }
}
.btn--reason::after {
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .btn--reason::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--open {
  padding-left: 9.5rem;
  color: #fff;
  background-color: #3491cb;
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--open {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 25.3333333333vw;
  }
}
.btn--open::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--open::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--manage {
  padding-left: 9.5rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--manage {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 25.3333333333vw;
  }
}
.btn--manage::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--manage::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--voice {
  padding-left: 10.5rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--voice {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 28vw;
  }
}
.btn--voice::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--voice::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--news {
  padding-left: 9.5rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--news {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 25.3333333333vw;
  }
}
.btn--news::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--news::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--seminar {
  padding-left: 7.5rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--seminar {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 20vw;
  }
}
.btn--seminar::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--seminar::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--system01 {
  padding-left: 8.5rem;
  color: var(--color-red);
  background-color: #fff;
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--system01 {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 22.6666666667vw;
  }
}
.btn--system01::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow-red.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--system01::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--system02 {
  padding-left: 8.5rem;
  color: var(--color-red);
  background-color: #fff;
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--system02 {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 22.6666666667vw;
  }
}
.btn--system02::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow-red.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--system02::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--contents01 {
  padding-left: 5.5rem;
  color: var(--color-primary);
  background-color: #fff;
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--contents01 {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 14.6666666667vw;
  }
}
.btn--contents01::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow-blue.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--contents01::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--contents02 {
  padding-left: 8.5rem;
  color: var(--color-primary);
  background-color: #fff;
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--contents02 {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 22.6666666667vw;
  }
}
.btn--contents02::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow-blue.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--contents02::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--price {
  padding-left: 8.5rem;
  color: #fff;
  background-color: var(--color-cerulean);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--price {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8vw;
    font-size: 4.266vw;
    padding-left: 22.6666666667vw;
  }
}
.btn--price::after {
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .btn--price::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--faq {
  padding-left: 10.5rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--faq {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 28vw;
  }
}
.btn--faq::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--faq::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--funcBack {
  padding-left: 10.5rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--funcBack {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 28vw;
  }
}
.btn--funcBack::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--funcBack::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--seminarBack {
  padding-left: 10.5rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--seminarBack {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 28vw;
  }
}
.btn--seminarBack::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--seminarBack::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--official {
  padding-left: 4rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--official {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 10.6666666667vw;
  }
}
.btn--official::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--official::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--voice {
  padding-left: 10rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--voice {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8vw;
    font-size: 4.266vw;
    padding-left: 26.6666666667vw;
  }
}
.btn--voice::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--voice::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--voiceBack {
  padding-left: 5.5rem;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--voiceBack {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 14.6666666667vw;
  }
}
.btn--voiceBack::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--voiceBack::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--myKomon {
  margin: 2rem auto;
  display: block;
  padding-left: 1.3rem;
  color: #fff;
  background-color: var(--color-red);
  width: 17.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1.75rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .btn--myKomon {
    margin: 5.3333333333vw auto;
    padding-left: 3.4666666667vw;
    width: 46.66vw;
    height: 9.33vw;
    line-height: 9.33vw;
    border-radius: 4.66vw;
    font-size: 3.46vw;
  }
}
.btn--myKomon::after {
  width: 2.8rem;
  height: 2.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--myKomon::after {
    width: 7.46vw;
    height: 7.46vw;
  }
}
.btn--conf::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--conf::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--conf input {
  padding-left: 8.5rem;
  text-align: left;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--conf input {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 20vw;
  }
}
.btn--seminarConf::after {
  width: 2.8rem;
  height: 2.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--seminarConf::after {
    width: 7.46vw;
    height: 7.46vw;
  }
}
.btn--seminarConf input {
  padding-left: 3.5rem;
  text-align: left;
  color: #fff;
  background-color: var(--color-navy);
  width: 17.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1.75rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .btn--seminarConf input {
    width: 46.66vw;
    height: 9.33vw;
    line-height: 9.33vw;
    border-radius: 4.66vw;
    font-size: 3.46vw;
    padding-left: 9.3333333333vw;
  }
}
.btn--send::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--send::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--send input {
  padding-left: 11.5rem;
  text-align: left;
  color: #fff;
  background-color: var(--color-navy);
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--send input {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 30.6666666667vw;
  }
}
.btn--back::after {
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat url(../img/btn-arrow.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .btn--back::after {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.btn--back input {
  padding-left: 8.5rem;
  text-align: left;
  color: #fff;
  background-color: #898989;
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .btn--back input {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 8VW;
    font-size: 4.266vw;
    padding-left: 22.6666666667vw;
  }
}
.btn--foot {
  width: 18.5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--color-primary);
  text-align: center;
  border: 0.15rem solid #fff;
  transition: color ease 0.3s, background ease 0.3s;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .btn--foot {
    width: 49.33vw;
    height: 13.33vw;
    line-height: 13.33vw;
    border-radius: 6.66vw;
    font-size: 4vw;
  }
}
.btn--foot::after {
  content: none;
}
.btn--foot:hover {
  color: var(--color-primary);
  background: #fff;
}
.btn--func {
  width: 26.8rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 2.25rem;
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
  padding-left: 7rem;
}
@media screen and (max-width: 768px) {
  .btn--func {
    width: 71.46vw;
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
    font-size: 4vw;
    padding-left: 18.6666666667vw;
  }
}
.btn--func::after {
  background: no-repeat url(../img/icon-pdf.svg) center center/contain;
  width: 3.4rem;
  height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .btn--func::after {
    width: 9.06vw;
    height: 9.06vw;
  }
}
.btn--redSearch {
  width: 26.8rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 2.25rem;
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .btn--redSearch {
    width: 71.46vw;
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
    font-size: 4vw;
    padding-left: 10.6666666667vw;
  }
}
.btn--redSearch::after {
  background: no-repeat url(../img/icon-circle-search.svg) center center/contain;
  width: 3.4rem;
  height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .btn--redSearch::after {
    width: 9.06vw;
    height: 9.06vw;
  }
}
.btn--blueSearch {
  width: 26.8rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 2.25rem;
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .btn--blueSearch {
    width: 71.46vw;
    height: 12vw;
    line-height: 12vw;
    border-radius: 6vw;
    font-size: 4vw;
    padding-left: 10.6666666667vw;
  }
}
.btn--blueSearch::after {
  background: no-repeat url(../img/icon-circle-search-blue.svg) center center/contain;
  width: 3.4rem;
  height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .btn--blueSearch::after {
    width: 9.06vw;
    height: 9.06vw;
  }
}

.btn-square {
  width: 43rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background: var(--color-primary);
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  transition: opacity ease 0.3s;
}
.btn-square:hover {
  opacity: 0.7;
}
.btn-square span {
  position: relative;
  display: inline-block;
}
.btn-square span::after {
  content: "";
  position: absolute;
}
.btn-square span.icon-mail::after {
  background: no-repeat url("../img/icon-mail.svg") center center/contain;
  width: 3.3rem;
  height: 2.4rem;
  right: -4.5rem;
  top: 0.8rem;
}
.btn-square span.icon-materials::after {
  background: no-repeat url("../img/icon-materials.svg") center center/contain;
  width: 3.3rem;
  height: 4rem;
  right: -4.5rem;
  top: 0rem;
}

/* =============================================
  pageNavigation
============================================= */
.pagination--top {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .pagination--top {
    margin-bottom: 9.3333333333vw;
  }
}
.pagination--bottom {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .pagination--bottom {
    margin-top: 9.3333333333vw;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 9.3333333333vw;
    gap: 8vw;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 5.3333333333vw;
  }
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  font-weight: 500;
  position: relative;
}
.wp-pagenavi a.current::before, .wp-pagenavi span.current::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.8rem;
  height: 0.1rem;
  background: #646464;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.current::before, .wp-pagenavi span.current::before {
    width: 4.8vw;
    height: 0.2666666667vw;
    bottom: -0.5333333333vw;
  }
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi span.nextpostslink {
  background: #fff;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 50%;
  box-shadow: 0 0.3rem 0.6rem rgba(100, 100, 100, 0.15);
  display: inline-block;
  text-align: center;
  color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi span.nextpostslink {
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
    box-shadow: 0 0.8vw 1.6vw rgba(100, 100, 100, 0.15);
  }
}
.wp-pagenavi a.previouspostslink::after, .wp-pagenavi span.previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.2rem solid #646464;
  border-left: 0.2rem solid #646464;
  transform: translate(-40%, -40%) rotate(-45deg);
  width: 0.8rem;
  height: 0.8rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.previouspostslink::after, .wp-pagenavi span.previouspostslink::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #646464;
    border-right: 0.5333333333vw solid #646464;
  }
}
.wp-pagenavi a.nextpostslink::after, .wp-pagenavi span.nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.2rem solid #646464;
  border-right: 0.2rem solid #646464;
  transform: translate(-60%, -40%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.nextpostslink::after, .wp-pagenavi span.nextpostslink::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #646464;
    border-right: 0.5333333333vw solid #646464;
  }
}
.wp-pagenavi a {
  transition: opacity ease 0.3s;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}

/* =============================================
  accordion
============================================= */
.accordions {
  margin: 3rem auto 0;
  max-width: 73rem;
}
@media screen and (max-width: 768px) {
  .accordions {
    margin: 2.6666666667vw auto 0;
  }
}
.accordions--simple {
  max-width: none;
}
.accordions .acc {
  border-bottom: 0.1rem solid var(--color-primary);
}
.accordions .acc:last-child {
  border-bottom: none;
}
.accordions .acc:last-child .acc__head {
  border-bottom: none;
}
.accordions .acc--simple {
  border-bottom: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  padding: 0 4.5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .accordions .acc--simple {
    border-radius: 5.3333333333vw;
    margin-bottom: 8vw;
    padding: 0 6.6666666667vw;
  }
}
.accordions .acc__head {
  padding: 2rem 5rem 2rem 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordions .acc__head {
    padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 0;
    gap: 4vw;
  }
}
.accordions .acc__head-q {
  text-align: center;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  background: #3491cb;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .accordions .acc__head-q {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.accordions .acc__head-ttl {
  font-size: 1.9rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .accordions .acc__head-ttl {
    font-size: 4.2666666667vw;
    width: calc(100% - 10.666vw - 4vw);
  }
}
.accordions .acc__head-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .accordions .acc__head-btn {
    right: 5.3333333333vw;
  }
}
.accordions .acc__head-btn.is-show::before {
  transform: rotate(360deg);
}
.accordions .acc__head-btn.is-show::after {
  transform: rotate(360deg);
  opacity: 0;
}
.accordions .acc__head-btn::before, .accordions .acc__head-btn::after {
  position: absolute;
  background: var(--color-primary);
  display: inline-block;
  height: 0.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  transition: transform ease 0.3s, opacity ease 0.3s;
  content: "";
}
@media screen and (max-width: 768px) {
  .accordions .acc__head-btn::before, .accordions .acc__head-btn::after {
    height: 1.3333333333vw;
    border-radius: 0.6666666667vw;
    width: 3.4666666667vw;
  }
}
.accordions .acc__head-btn::after {
  transform: rotate(90deg);
}
.accordions .acc__body {
  display: none;
  padding: 0 10rem 3rem 7rem;
  line-height: 180%;
  font-weight: 500;
  text-align: justify;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .accordions .acc__body {
    padding: 0 10.6666666667vw 5.3333333333vw 14.6666666667vw;
    gap: 4vw;
  }
}
.accordions .acc__body a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: opacity ease 0.3s;
}
.accordions .acc__body a:hover {
  opacity: 0.7;
}

/* =============================================
  header
============================================= */
.header {
  position: fixed;
  top: 2.5rem;
  left: 0;
  width: 100%;
  padding: 0 4rem;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 5.3333333333vw;
    top: 8vw;
  }
}
.header__inner {
  height: 7rem;
  border-radius: 3.5rem;
  padding: 0 0.8rem 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid #efefef;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 16vw;
    border-radius: 8vw;
    padding: 0 2.6666666667vw 0 2.6666666667vw;
  }
}
.header__logo {
  display: inline-block;
  width: 28rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 67.7333333333vw;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__tel {
  width: 16.5rem;
  margin: 0 2rem 0 4rem;
  transition: opacity ease 0.3s;
}
.header__tel:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .header__tel {
    width: 14rem;
    margin: 0 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .header__tel {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .header__nav ul {
    gap: 2rem;
  }
}
.header__nav ul li a {
  transition: color ease 0.3s;
  font-weight: 500;
}
.header__nav ul li a:hover {
  color: var(--color-primary);
}

/* =============================================
  hamburger
============================================= */
.hamburger__btn {
  background: var(--color-primary);
  display: inline-block;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger__btn {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}
.hamburger__btn span {
  position: absolute;
  left: 50%;
  background: #fff;
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  transform: translateX(-50%);
  transition: transform ease 0.3s;
}
@media screen and (max-width: 768px) {
  .hamburger__btn span {
    width: 4vw;
    height: 0.4vw;
  }
}
.hamburger__btn span:nth-of-type(1) {
  top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .hamburger__btn span:nth-of-type(1) {
    top: 3.2vw;
  }
}
.hamburger__btn span:nth-of-type(1).active {
  top: 2.7rem;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .hamburger__btn span:nth-of-type(1).active {
    top: 5.3333333333vw;
  }
}
.hamburger__btn span:nth-of-type(2) {
  top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .hamburger__btn span:nth-of-type(2) {
    top: 4.8vw;
  }
}
.hamburger__btn span:nth-of-type(2).active {
  opacity: 0;
}
.hamburger__btn span:nth-of-type(3) {
  top: 3.6rem;
}
@media screen and (max-width: 768px) {
  .hamburger__btn span:nth-of-type(3) {
    top: 6.4vw;
  }
}
.hamburger__btn span:nth-of-type(3).active {
  top: 2.7rem;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .hamburger__btn span:nth-of-type(3).active {
    top: 5.3333333333vw;
  }
}
.hamburger__btn02 {
  background: #fff;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  position: absolute;
  top: 3.4rem;
  right: 5rem;
}
@media screen and (max-width: 768px) {
  .hamburger__btn02 {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    top: 11.2vw;
    right: 8.2666666667vw;
  }
}
.hamburger__btn02 span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-primary);
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  transform: translateX(-50%);
  transition: transform ease 0.3s;
}
@media screen and (max-width: 768px) {
  .hamburger__btn02 span {
    width: 4vw;
    height: 0.4vw;
  }
}
.hamburger__btn02 span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger__btn02 span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger__menu {
  position: fixed;
  top: 0;
  right: 0;
  background: var(--color-primary);
  z-index: 1001;
  transform: translateX(50rem);
  transition: transform ease 0.3s;
  height: 100%;
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    width: 100%;
    transform: translateX(100%);
  }
}
.hamburger__menu.active {
  transform: translateX(0);
}
.hamburger__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.3s;
}
.hamburger__overlay.active {
  opacity: 1;
  visibility: visible;
}
.hamburger__scroll {
  padding: 8rem;
  height: 100%;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .hamburger__scroll {
    padding: 16vw 8vw;
  }
}
.hamburger__nav ul li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .hamburger__nav ul li {
    margin-bottom: 5.3333333333vw;
  }
}
.hamburger__nav ul li:last-child {
  margin-bottom: 0;
}
.hamburger__nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .hamburger__nav ul li a {
    font-size: 4.2666666667vw;
  }
}
.hamburger__nav ul li a:hover {
  opacity: 0.7;
}
.hamburger__btns {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hamburger__tel {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger__tel {
    margin-top: 9.3333333333vw;
    width: 49.3333333333vw;
    display: inline-block;
    transition: opacity ease 0.3s;
  }
}
.hamburger__tel:hover {
  opacity: 0.7;
}

/* =============================================
  mv
============================================= */
.mv {
  background: #F1F4F6;
  padding: 0 0 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 0;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
  }
}
.mv__ttl {
  position: absolute;
  top: 23rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 45rem;
}
@media screen and (max-width: 768px) {
  .mv__ttl {
    top: 50.6666666667vw;
    width: 61.8666666667vw;
  }
}
.mv__cards {
  margin-bottom: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mv__cards {
    margin-bottom: 1rem;
  }
}
.mv__cards:last-child {
  margin-bottom: 0;
}
.mv__card {
  height: 18rem;
  width: auto;
  aspect-ratio: 125/135;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mv__card {
    height: 26.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.mv__services {
  position: relative;
  background: var(--color-primary);
  border-radius: 4rem;
  width: calc(100% - 6rem);
  max-width: 1300px;
  margin: -11rem auto 0;
  z-index: 2;
  padding: 6rem 10rem 9rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .mv__services {
    padding: 7rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__services {
    margin: 0;
    width: 100%;
    flex-direction: column;
    padding: 18.6666666667vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
    gap: 12vw;
  }
}
.mv__service {
  background: #fff;
  border-radius: 0 2rem 2rem 2rem;
  padding: 4rem 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__service {
    border-radius: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    padding: 8vw 9.3333333333vw;
  }
}
.mv__service-label {
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
  position: absolute;
  top: -3rem;
  left: 0;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mv__service-label {
    width: 34.6666666667vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    top: -6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.mv__service-label--red {
  background: #C50F40;
}
.mv__service-label--blue {
  background: var(--color-navy);
}
.mv__service-label--cerulean {
  background: #29ABE2;
}
.mv__service-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__service-ttl {
    font-size: 4.8vw;
  }
}
.mv__service-ttl--red {
  color: #C50F40;
}
.mv__service-ttl--blue {
  color: var(--color-navy);
}
.mv__service-ttl--cerulean {
  color: #29ABE2;
}
.mv__service-ttl .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mv__service-ttl .small {
    font-size: 3.4666666667vw;
  }
}
.mv__service-ttl .large {
  font-size: 3rem;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .mv__service-ttl .large {
    font-size: 7.7333333333vw;
  }
}
.mv__service-number {
  margin: 1rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .mv__service-number {
    margin: 4vw 0 5.3333333333vw;
  }
}
.mv__service-link {
  display: block;
  width: 90%;
  margin: 0 auto;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .mv__service-link {
    width: 100%;
  }
}
.mv__service-link:hover {
  opacity: 0.7;
}
.mv__service-btn {
  position: absolute;
  display: block;
  width: 36%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9%;
  transition: filter ease 0.3s;
}
@media screen and (max-width: 768px) {
  .mv__service-btn {
    position: static;
    margin-top: 16vw auto 0;
    width: 108%;
    transform: translateX(-4%);
  }
}
.mv__service-btn:hover {
  filter: brightness(1.1);
}

.mv02 {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv02 {
    overflow-x: hidden;
  }
}
.mv02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1366px;
  height: 635px;
  z-index: -1;
  background: no-repeat url(../img/page/mv-blue.png) top left/contain;
}
@media screen and (max-width: 768px) {
  .mv02::after {
    width: 233.3333333333vw;
    height: 112.8vw;
    transform: translateX(0);
    left: 0;
    top: 24vw;
  }
}
.mv02__inner {
  padding: 22rem 4rem 18rem;
}
@media screen and (max-width: 768px) {
  .mv02__inner {
    padding: 41.6vw 0 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv02__heading {
    padding: 0 8vw;
  }
}
.mv02__heading p {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv02__heading p {
    font-size: 5.0666666667vw;
  }
}
.mv02__heading h1 {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mv02__heading h1 {
    font-size: 10.1333333333vw;
  }
}
.mv02__heading span {
  font-size: 2.3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mv02__heading span {
    font-size: 4.2666666667vw;
  }
}
.mv02__pc {
  position: absolute;
  bottom: -8rem;
  right: -5rem;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .mv02__pc {
    width: 62%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv02__pc {
    position: static;
    width: 100%;
    margin-top: 8vw;
  }
}
.mv02__bread {
  position: absolute;
  bottom: 6rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .mv02__bread {
    position: static;
    padding: 10.6666666667vw 8vw 1.3333333333vw;
  }
}

.mv03 {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv03 {
    overflow-x: hidden;
  }
}
.mv03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1366px;
  height: 635px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .mv03::after {
    width: 242.6666666667vw;
    height: 112.8vw;
    left: 0;
    transform: translateX(0);
    top: 24vw;
  }
}
.mv03--red::after {
  background: no-repeat url(../img/page/mv-red.png) top left/contain;
}
.mv03--blue::after {
  background: no-repeat url(../img/page/mv-blue.png) top left/contain;
}
.mv03__inner {
  padding: 22rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .mv03__inner {
    padding: 38.6666666667vw 8vw 0;
  }
}
.mv03__heading p {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv03__heading p {
    font-size: 4.8vw;
  }
}
.mv03__heading h1 {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mv03__heading h1 {
    font-size: 10.1333333333vw;
  }
}
.mv03__heading span {
  font-size: 2.3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mv03__heading span {
    font-size: 4vw;
  }
}
.mv03__pc {
  position: absolute;
  bottom: 15rem;
  right: -5rem;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .mv03__pc {
    width: 62%;
    right: 0;
    bottom: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .mv03__pc {
    display: none;
  }
}
.mv03__pc--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv03__pc--sp {
    display: block;
    margin-top: 6.6666666667vw;
    width: 100vw;
    transform: translateX(-10.666vw);
  }
}
.mv03__bread {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .mv03__bread {
    margin-top: 10.6666666667vw;
  }
}
.mv03__bottom {
  margin-top: 1rem;
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .mv03__bottom {
    margin-top: 2.6666666667vw;
    padding: 10.6666666667vw;
  }
}
.mv03__bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 13rem;
  background: #fff;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .mv03__bottom::before {
    height: 74.6666666667vw;
  }
}
.mv03__bottom::after {
  content: "";
  height: 100%;
  width: 1300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .mv03__bottom::after {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
}
.mv03__bottom--red::after {
  background: var(--color-red);
}
.mv03__bottom--blue::after {
  background: var(--color-primary);
}
.mv03__bottom--cerulean::after {
  background: var(--color-cerulean);
}
.mv03__bottom--navy::after {
  background: var(--color-navy);
}
.mv03__bottom h2 {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .mv03__bottom h2 {
    font-size: 5.0666666667vw;
  }
}
.mv03__bottom p {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .mv03__bottom p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.mv04 {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv04::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1366px;
  height: 635px;
  z-index: -1;
  background: no-repeat url(../img/page/mv-blue.png) top left/contain;
}
@media screen and (max-width: 768px) {
  .mv04::after {
    width: 242.6666666667vw;
    height: 112.8vw;
    left: 0;
    transform: translateX(0);
    top: 24vw;
  }
}
.mv04__inner {
  padding: 22rem 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .mv04__inner {
    padding: 31.4666666667vw 8vw 5.3333333333vw;
  }
}
.mv04__heading h1 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .mv04__heading h1 {
    font-size: 8vw;
  }
}
.mv04__bread {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .mv04__bread {
    margin-top: 11.2044817927vw;
  }
}
.mv04__category {
  margin-top: 1rem;
  color: #646464;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mv04__category {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.mv04__category span {
  width: 13rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background: #3491CB;
  color: #fff;
  border-radius: 1.2rem;
  display: inline-block;
  margin-left: 0.8rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mv04__category span {
    width: 34.6666666667vw;
    height: 6.4vw;
    line-height: 6.4vw;
    border-radius: 3.2vw;
    font-size: 3.2vw;
    margin-left: 2.1333333333vw;
  }
}
.mv04__category span.gray {
  background: #abb3b7;
}

.mv05 {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
.mv05::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1366px;
  height: 635px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv05::after {
    width: 233.3333333333vw;
    height: 112.8vw;
    transform: translateX(0);
    left: 0;
    top: 24vw;
  }
}
.mv05--red::after {
  background: no-repeat url(../img/page/mv-red.png) top left/contain;
}
.mv05--navy::after {
  background: no-repeat url(../img/page/mv-blue.png) top left/contain;
}
.mv05__inner {
  padding: 25rem 4rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .mv05__inner {
    padding: 40vw 8vw 2.6666666667vw;
  }
}
.mv05__heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .mv05__heading {
    width: 100%;
    gap: 1.3333333333vw;
  }
}
.mv05__heading img {
  height: 5.1rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .mv05__heading img {
    height: 13.6vw;
  }
}
.mv05__heading h1 {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .mv05__heading h1 {
    font-size: 8vw;
  }
}
.mv05__pc {
  position: absolute;
  bottom: -8rem;
  right: -5rem;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .mv05__pc {
    width: 62%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv05__pc {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
    margin-top: 10.6666666667vw;
  }
}
.mv05__pc .screen {
  position: absolute;
  top: 8.3%;
  left: 14.3%;
  width: 73.15%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv05__bread {
  margin-top: 10rem;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .mv05__bread {
    margin-top: 10.6666666667vw;
    max-width: none;
  }
}
.mv05__category {
  margin-top: 1rem;
  color: #646464;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mv05__category {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.mv05__category span {
  min-width: 13rem;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 1.2rem;
  display: inline-block;
  margin-left: 0.8rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mv05__category span {
    min-width: 34.6666666667vw;
    padding: 0.5333333333vw 2.6666666667vw;
    border-radius: 3.2vw;
    margin-left: 2.1333333333vw;
  }
}

.mv06 {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv06 {
    overflow: hidden;
  }
}
.mv06::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1366px;
  height: 635px;
  z-index: -1;
  background: no-repeat url(../img/page/mv-blue.png) top left/contain;
}
@media screen and (max-width: 768px) {
  .mv06::after {
    width: 233.3333333333vw;
    height: 112.8vw;
    transform: translateX(0);
    left: 0;
    top: 24vw;
  }
}
.mv06__inner {
  padding: 22rem 4rem 18rem;
}
@media screen and (max-width: 768px) {
  .mv06__inner {
    padding: 49.0666666667vw 0 41.6vw;
  }
}
@media screen and (max-width: 768px) {
  .mv06__heading {
    padding: 0 8vw;
  }
}
.mv06__heading p {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv06__heading p {
    font-size: 5.0666666667vw;
  }
}
.mv06__heading h1 {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mv06__heading h1 {
    font-size: 10.1333333333vw;
  }
}
.mv06__heading span {
  font-size: 2.3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mv06__heading span {
    font-size: 4.2666666667vw;
  }
}
.mv06__bread {
  position: absolute;
  bottom: 6rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .mv06__bread {
    left: 8vw;
    bottom: 10.6666666667vw;
  }
}

/* =============================================
  top
============================================= */
.top {
  /* =============================================
    advanced
  ============================================= */
  /* =============================================
    reason
  ============================================= */
  /* =============================================
    match
  ============================================= */
  /* =============================================
    voice
  ============================================= */
  /* =============================================
    news
  ============================================= */
  /* =============================================
    seminar
  ============================================= */
  /* =============================================
    system
  ============================================= */
  /* =============================================
    contents
  ============================================= */
  /* =============================================
    price
  ============================================= */
  /* =============================================
    faq
  ============================================= */
  /* =============================================
    system & contents common parts
  ============================================= */
}
.top-advan {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .top-advan {
    padding: 18.6666666667vw 0;
  }
}
.top-advan__sentence {
  margin-top: 4rem;
  line-height: 180%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-advan__sentence {
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.top-advan__table {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-advan__table {
    margin-top: 10.6666666667vw;
    overflow-x: scroll;
  }
}
.top-reason {
  padding: 10rem 0 9rem;
  background: #eef1f4;
}
@media screen and (max-width: 768px) {
  .top-reason {
    padding: 18.6666666667vw 0;
  }
}
.top-reason__img {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-reason__img {
    margin-top: 16vw;
  }
}
.top-reason__list {
  margin-top: 3rem;
}
.top-reason__btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-reason__btn {
    margin-top: 12vw;
  }
}
.top-match {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .top-match {
    padding: 18.6666666667vw 0;
  }
}
.top-match__items {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-match__items {
    margin-top: 6.6666666667vw;
    flex-direction: column;
    gap: 26.6666666667vw;
  }
}
.top-match__item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .top-match__item {
    width: 100%;
  }
}
.top-match__item-img {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-match__item-img {
    margin-bottom: 8vw;
  }
}
.top-match__item-ttl span {
  font-size: 1.3rem;
  color: #fff;
  width: 10rem;
  height: 2.8rem;
  line-height: 2.8rem;
  display: block;
  text-align: center;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-match__item-ttl span {
    font-size: 3.4666666667vw;
    width: 30.6666666667vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
  }
}
.top-match__item-ttl span::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 1.2rem 0.6rem 0;
}
@media screen and (max-width: 768px) {
  .top-match__item-ttl span::after {
    bottom: -1.3333333333vw;
    left: 2.6666666667vw;
    border-width: 1.6vw 3.2vw 1.6vw 0;
  }
}
.top-match__item-ttl h3 {
  font-size: 3.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top-match__item-ttl h3 {
    font-size: 6.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.top-match__item-ttl--cerulean span {
  background: var(--color-cerulean);
}
.top-match__item-ttl--cerulean span::after {
  border-color: transparent var(--color-cerulean) transparent transparent;
}
.top-match__item-ttl--cerulean h3 {
  color: var(--color-cerulean);
}
.top-match__item-ttl--navy span {
  background: var(--color-navy);
}
.top-match__item-ttl--navy span::after {
  border-color: transparent var(--color-navy) transparent transparent;
}
.top-match__item-ttl--navy h3 {
  color: var(--color-navy);
}
.top-match__item-list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-match__item-list {
    margin-top: 2.6666666667vw;
  }
}
.top-match__item-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top-match__item-btn {
    margin-top: 6.6666666667vw;
  }
}
.top-voice {
  padding: 10rem 0;
  background: #e2e7ef;
}
@media screen and (max-width: 768px) {
  .top-voice {
    padding: 18.6666666667vw 0;
  }
}
.top-voice__list {
  margin-top: 4rem;
  gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-voice__list {
    margin-top: 13.3333333333vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13.3333333333vw 8vw;
  }
}
.top-voice__item-ttl {
  bottom: 22rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 20rem;
  background: #fff;
  text-align: center;
  font-weight: 500;
  padding: 2rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-voice__item-ttl {
    padding: 6.6666666667vw 1.3333333333vw;
    border-radius: 8vw;
    font-size: 3.7333333333vw;
    bottom: 42.6666666667vw;
    width: 42.0168067227vw;
  }
}
.top-voice__item-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  z-index: 1;
  clip-path: polygon(100% 0, 0 0, 100% 76%);
}
@media screen and (max-width: 768px) {
  .top-voice__item-ttl::after {
    bottom: -3.7333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.top-voice__item-img {
  position: relative;
  margin: 13rem auto 0;
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .top-voice__item-img {
    margin: 32vw auto 0;
    width: 34.6666666667vw;
  }
}
.top-voice__item-depart {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-voice__item-depart {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.top-voice__btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-voice__btn {
    margin-top: 14.6666666667vw;
  }
}
.top-news {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 18.6666666667vw 0;
  }
}
.top-news__list {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin: 5.3333333333vw auto 0;
  }
}
.top-news__item {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news__item {
    padding: 8vw 0;
  }
}
.top-news__item::after {
  position: absolute;
  content: "";
  background: repeat url(../img/dashed-news.png) center center;
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: 0;
}
.top-news__item:last-child::after {
  content: none;
}
.top-news__item-ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-news__item-ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.top-news__item-ttl h3 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .top-news__item-ttl h3 {
    font-size: 5.0666666667vw;
  }
}
.top-news__item-ttl span {
  color: var(--color-cerulean);
}
@media screen and (max-width: 768px) {
  .top-news__item-ttl span {
    font-size: 4.2666666667vw;
  }
}
.top-news__item-sentence {
  margin-top: 1.5rem;
  text-align: justify;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .top-news__item-sentence {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.top-news__item-link {
  margin-top: 1.5rem;
  display: inline-block;
  color: var(--color-cerulean);
  position: relative;
  transition: opacity ease 0.3s;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-news__item-link {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.top-news__item-link:hover {
  opacity: 0.7;
}
.top-news__item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  width: 1.3rem;
  height: 1.3rem;
  background: no-repeat url(../img/icon-circle-arrow.svg) center center;
}
@media screen and (max-width: 768px) {
  .top-news__item-link::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: -6.6666666667vw;
  }
}
.top-news__btn {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    margin-top: 8vw;
  }
}
.top-seminar {
  padding: 10rem 0;
  background: #eef1f4;
}
@media screen and (max-width: 768px) {
  .top-seminar {
    padding: 18.6666666667vw 0;
  }
}
.top-seminar__slider {
  margin-top: 5.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-seminar__slider {
    margin-top: 6.6666666667vw;
  }
}
.top-seminar__btn {
  margin-top: 6.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-seminar__btn {
    margin-top: 12vw;
  }
}
.top-system {
  padding: 10rem 0;
  background: #c50f40;
}
@media screen and (max-width: 768px) {
  .top-system {
    padding: 18.6666666667vw 0;
  }
}
.top-contents {
  padding: 10rem 0;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .top-contents {
    padding: 18.6666666667vw 0;
  }
}
.top-price {
  padding: 10rem 0;
  background: #eef1f4;
}
@media screen and (max-width: 768px) {
  .top-price {
    padding: 18.6666666667vw 0;
  }
}
.top-price__img {
  width: 56.7rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-price__img {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.top-price__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7.5rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .top-price__list {
    grid-template-columns: 1fr;
    gap: 17.3333333333vw;
    margin-top: 16vw;
  }
}
.top-price__item-ttl {
  background: #c2d2f0;
  color: var(--color-primary);
  text-align: center;
  border-radius: 1rem;
  height: 4rem;
  line-height: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-price__item-ttl {
    font-size: 5.6vw;
    width: 100%;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.top-price__item-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-price__item-list {
    margin-top: 4vw;
  }
}
.top-price__item-img {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .top-price__item-img {
    margin-top: 5.3333333333vw;
  }
}
.top-price__item-sentence {
  margin-top: 1rem;
  text-align: justify;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .top-price__item-sentence {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
  }
}
.top-price__btn {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-price__btn {
    margin-top: 12vw;
  }
}
.top-faq {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 18.6666666667vw 0;
  }
}
.top-faq_btn {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-faq_btn {
    margin-top: 8vw;
  }
}
.top-intro__ttl {
  max-width: 48rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-intro__ttl {
    width: 52.5333333333vw;
  }
}
.top-intro__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  background: #fff;
  text-align: center;
  aspect-ratio: 1/1;
  padding: 1rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .top-intro__slide {
    gap: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.top-intro__slide:hover {
  opacity: 0.9;
}
.top-intro__slide img {
  height: 8rem;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .top-intro__slide img {
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-intro__slide img {
    height: 13.3333333333vw;
  }
}
.top-intro__slide p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .top-intro__slide p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-intro__slide p {
    font-size: 4vw;
  }
}
.top-intro__slider {
  margin: 3rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-intro__slider {
    margin: 8vw 0;
  }
}
.top-intro__sentence {
  color: #fff;
  line-height: 180%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-intro__sentence {
    font-size: 3.7333333333vw;
  }
}
.top-intro__voice {
  width: 41rem;
  margin: 10rem auto 4rem;
}
@media screen and (max-width: 768px) {
  .top-intro__voice {
    width: 55.4666666667vw;
    margin: 16vw auto 12vw;
  }
}
.top-intro__list {
  gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-intro__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13.3333333333vw 8vw;
  }
}
.top-intro__item-ttl {
  text-align: center;
  font-weight: 500;
  padding: 2rem;
  border-radius: 3rem;
  font-size: 1.5rem;
  position: absolute;
  bottom: 15rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .top-intro__item-ttl {
    padding: 6.6666666667vw 1.3333333333vw;
    border-radius: 8vw;
    font-size: 3.7333333333vw;
    width: 42.0168067227vw;
    bottom: 42.6666666667vw;
  }
}
.top-intro__item-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
  clip-path: polygon(100% 0, 0 0, 100% 76%);
}
@media screen and (max-width: 768px) {
  .top-intro__item-ttl::after {
    bottom: -3.7333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.top-intro__item-ttl--red {
  background: #d4626c;
}
.top-intro__item-ttl--red::after {
  background: #d4626c;
}
.top-intro__item-ttl--blue {
  background: #3491cb;
}
.top-intro__item-ttl--blue::after {
  background: #3491cb;
}
.top-intro__item-img {
  margin: 13rem auto 0;
  width: 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-intro__item-img {
    margin: 32vw auto 0;
    width: 34.6666666667vw;
  }
}
.top-intro__item-depart {
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-intro__item-depart {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.top-intro__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .top-intro__buttons {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}

/* =============================================
  contact area
============================================= */
.contact-area {
  background: #e2e7ef;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .contact-area {
    padding: 18.6666666667vw 0;
  }
}
.contact-area__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 88.5rem;
}
@media screen and (max-width: 768px) {
  .contact-area__flex {
    gap: 4vw;
    flex-direction: column;
  }
}
.contact-area__flex a {
  transition: opacity ease 0.3s;
}
.contact-area__flex a:hover {
  opacity: 0.7;
}

/* =============================================
  footer
============================================= */
.footer {
  background: var(--color-primary);
}
.footer__inner {
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 5.3333333333vw;
  }
}
.footer__flex {
  padding: 4.5rem 0 6.5rem;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .footer__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__flex {
    padding: 12vw 0 9.3333333333vw;
    gap: 8vw;
  }
}
.footer__info p {
  color: #fff;
  line-height: 150%;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer__info p {
    font-size: 4vw;
  }
}
.footer__info .tel {
  font-size: 3.85rem;
  font-weight: 900;
  color: #fff;
  transition: opacity ease 0.3s;
}
.footer__info .tel:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer__info .tel {
    font-size: 10.1333333333vw;
  }
}
.footer__logo {
  width: 34.2rem;
  display: inline-block;
  margin-bottom: 2.5rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100%;
  }
}
.footer__logo:hover {
  opacity: 0.7;
}
.footer__nav {
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer__list {
    gap: 3.2vw;
  }
}
.footer__list li a {
  color: #fff;
  font-size: 1.4rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__list li a {
    font-size: 3.7333333333vw;
  }
}
.footer__list li a:hover {
  opacity: 0.7;
}
.footer__copy {
  padding: 3.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.6666666667vw 0;
    gap: 4vw;
    font-size: 3.4666666667vw;
  }
}
.footer__copy a {
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 0.2rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__copy a {
    font-size: 3.2vw;
  }
}
.footer__copy a:hover {
  opacity: 0.7;
}
.footer__copy small {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 3.2vw;
  }
}
.footer__btns {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .footer__btns {
    margin-top: 5.3333333333vw;
    gap: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}

/* =============================================
  page
============================================= */
.page__menu {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__menu {
    padding: 8vw 0;
  }
}
.page__menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.page__menu ul {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page__menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.4666666667vw 0;
    align-items: flex-start;
  }
}
.page__menu ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__menu ul li:nth-of-type(odd) {
    border-right: 1px solid #cbcbcb;
  }
  .page__menu ul li:nth-of-type(even) {
    padding-left: 5.3333333333vw;
  }
}
.page__menu ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3.8rem;
  height: 100%;
  width: 0.1rem;
  background: #CBCBCB;
}
@media screen and (max-width: 768px) {
  .page__menu ul li::after {
    content: none;
  }
}
.page__menu ul li:last-child::after {
  content: none;
}
.page__menu-link {
  position: relative;
  display: inline-block;
  transition: opacity ease 0.3s;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .page__menu-link {
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.page__menu-link:hover {
  opacity: 0.7;
}
.page__menu-link::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page__menu-link::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 0.9333333333vw;
  }
}
.page__menu-link--red::before {
  background: no-repeat url(../img/icon-circle-red.svg) center center/contain;
}
.page__menu-link--blue::before {
  background: no-repeat url(../img/icon-circle-blue.svg) center center/contain;
}
.page-links {
  background: #E5E9F0;
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-links {
    padding: 16vw 0;
  }
}
.page-links__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-links__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10.6666666667vw 0;
  }
}
.page-links__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  transition: opacity ease 0.3s;
}
.page-links__link:hover {
  opacity: 0.7;
}
.page-links__item {
  border-right: 0.05rem solid var(--color-primary);
}
@media screen and (max-width: 768px) {
  .page-links__item {
    gap: 5.3333333333vw;
    border-right: none;
  }
}
.page-links__item:first-child {
  padding: 0 8rem 0 0;
}
@media screen and (max-width: 1000px) {
  .page-links__item:first-child {
    padding: 0 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-links__item:first-child {
    padding: 0;
  }
}
.page-links__item:nth-of-type(2) {
  padding: 0 8.8rem;
}
@media screen and (max-width: 1000px) {
  .page-links__item:nth-of-type(2) {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-links__item:nth-of-type(2) {
    padding: 0;
  }
}
.page-links__item:nth-of-type(3) {
  padding: 0 6.8rem;
}
@media screen and (max-width: 1000px) {
  .page-links__item:nth-of-type(3) {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-links__item:nth-of-type(3) {
    padding: 0;
  }
}
.page-links__item:last-child {
  border-right: none;
  padding: 0 0 0 8rem;
}
@media screen and (max-width: 1000px) {
  .page-links__item:last-child {
    padding: 0 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-links__item:last-child {
    padding: 0;
  }
}
.page-links__item:nth-of-type(odd) {
  border-right: 0.05rem solid var(--color-primary);
}
@media screen and (max-width: 768px) {
  .page-links__img {
    height: 8vw;
  }
}
.page-links__img--search {
  width: 2.2rem;
}
@media screen and (max-width: 768px) {
  .page-links__img--search {
    width: 5.8666666667vw;
  }
}
.page-links__img--yen {
  width: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-links__img--yen {
    width: 4.2666666667vw;
  }
}
.page-links__img--mail {
  width: 2.65rem;
}
@media screen and (max-width: 768px) {
  .page-links__img--mail {
    width: 7.0666666667vw;
  }
}
.page-links__img--file {
  width: 2.63rem;
}
@media screen and (max-width: 768px) {
  .page-links__img--file {
    width: 7.0133333333vw;
  }
}
.page-links__text {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color-primary);
  padding-right: 2.5rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-links__text {
    font-size: 4.5333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.page-links__text::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 0;
  background: no-repeat url(../img/icon-circle-navy.svg) center center/contain;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page-links__text::after {
    width: 4vw;
    height: 4vw;
    top: 1.6vw;
  }
}
.page-links__btns {
  margin-top: 5.5rem;
  display: flex;
  gap: 4.2rem;
}
@media screen and (max-width: 768px) {
  .page-links__btns {
    margin-top: 10.6666666667vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.page-links__btn {
  transition: opacity ease 0.3s;
}
.page-links__btn:hover {
  opacity: 0.7;
}
.page-prob {
  padding: 9rem 0 11rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .page-prob {
    padding: 8vw 0 16vw;
  }
}
.page-prob__inner {
  max-width: calc(1300px + 7rem);
  padding: 0 3.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .page-prob__inner {
    flex-direction: column;
    padding: 0 8vw;
    gap: 22.6666666667vw;
  }
}
.page-prob__img {
  width: 47%;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .page-prob__img {
    width: 100%;
  }
}
.page-prob__body {
  max-width: 51rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-prob__body {
    max-width: none;
  }
}
.page-prob__body::before {
  content: "";
  position: absolute;
  top: -4.5rem;
  left: -32rem;
  width: 77.7rem;
  height: 48.1rem;
  background: no-repeat url(../img/prob/bg-prob.png) top left/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-prob__body::before {
    width: 86.9333333333vw;
    height: 83.4666666667vw;
    background: no-repeat url(../img/prob/bg-prob-sp.png) top left/contain;
    left: 0;
    top: -17.3333333333vw;
  }
}
.page-prob__subttl {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-prob__subttl {
    font-size: 5.0666666667vw;
  }
}
.page-prob__ttl {
  font-size: 3.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-prob__ttl {
    font-size: 10.1333333333vw;
  }
}
.page-prob__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-prob__list {
    margin-top: 5.3333333333vw;
  }
}
.page-sol {
  padding: 10rem 0 0;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .page-sol {
    padding: 26.6666666667vw 0 0;
    overflow-x: hidden;
  }
}
.page-sol__inner {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .page-sol__inner {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.page-sol__head {
  padding-top: 13rem;
  top: 2rem;
  position: sticky;
  z-index: 1;
  width: 36%;
}
@media screen and (max-width: 768px) {
  .page-sol__head {
    padding-top: 0;
    width: 100%;
    position: static;
  }
}
.page-sol__head::before {
  content: "";
  position: absolute;
  width: 868px;
  height: 733px;
  top: 3rem;
  left: -15rem;
  background: no-repeat url(../img/prob/bg-solu.png) top left/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-sol__head::before {
    background: no-repeat url(../img/prob/bg-solu-sp.png) top left/contain;
    width: 104vw;
    height: 145.8666666667vw;
    left: 0;
    top: -16vw;
  }
}
.page-sol__pc {
  width: 135%;
  margin-left: -20%;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .page-sol__pc {
    width: 120%;
    margin: 8vw;
    margin-left: -12%;
  }
}
.page-sol__subttl {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-sol__subttl {
    font-size: 4.8vw;
  }
}
.page-sol__ttl {
  font-size: 3.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-sol__ttl {
    font-size: 10.1333333333vw;
  }
}
.page-sol__text {
  line-height: 180%;
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page-sol__text {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.page-sol__right {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .page-sol__right {
    width: 100%;
  }
}
.page-sol__box {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 7.5rem 6rem 6rem;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .page-sol__box {
    padding: 20vw 6.6666666667vw 13.3333333333vw;
    border-radius: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.page-sol__box:last-child {
  margin-bottom: 0;
}
.page-sol__box-label {
  position: absolute;
  top: 3.5rem;
  left: -1rem;
  width: 10rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-sol__box-label {
    top: 8vw;
    left: -2.6666666667vw;
    width: 26.6666666667vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}
.page-sol__box-label::before {
  content: "";
  width: 1rem;
  height: 0.7rem;
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  .page-sol__box-label::before {
    height: 1.8666666667vw;
    width: 2.6666666667vw;
    bottom: -1.8666666667vw;
  }
}
.page-sol__box-label--cerulean {
  background: var(--color-cerulean);
}
.page-sol__box-label--cerulean::before {
  background: var(--color-cerulean);
}
.page-sol__box-label--navy {
  background: var(--color-navy);
}
.page-sol__box-label--navy::before {
  background: var(--color-navy);
}
.page-sol__box-ttl {
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page-sol__box-ttl {
    font-size: 6.6666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page-sol__box-ttl--cerulean {
  border-bottom: 1px solid var(--color-cerulean);
}
.page-sol__box-ttl--navy {
  border-bottom: 1px solid var(--color-navy);
}
.page-sol__box-text {
  font-size: 1.5rem;
  line-height: 180%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page-sol__box-text {
    font-size: 3.7333333333vw;
  }
}
.page-sol__box-img {
  max-width: 27.5rem;
  margin: 3rem auto 2rem;
}
@media screen and (max-width: 768px) {
  .page-sol__box-img {
    max-width: none;
    width: 53.3333333333vw;
    margin: 8vw auto 5.3333333333vw;
  }
}
.page-sol__box-sample {
  font-weight: 600;
}
.page-sol__box-func {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-sol__box-func {
    margin-top: 1.3333333333vw;
    margin-bottom: 8vw;
  }
}
.page-sol__box-links {
  margin-top: 2.5rem;
}
.page-sol__box-links li {
  margin-bottom: 0.5rem;
}
.page-sol__box-links li:last-child {
  margin-bottom: 0;
}
.page-sol__box-links li a {
  padding-left: 1.3em;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  transition: opacity ease 0.3s;
}
.page-sol__box-links li a:hover {
  opacity: 0.7;
}
.page-sol__box-links li a::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: no-repeat url(../img/icon-circle-blue.svg) center center/contain;
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(-90deg);
}

/* =============================================
  feature
============================================= */
.feat-sec {
  padding: 8.5rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .feat-sec {
    padding: 21.3333333333vw 0 16vw;
    overflow-x: hidden;
  }
}
.feat-sec:nth-of-type(odd) {
  background: #EFEFEF;
}
.feat-sec:nth-of-type(even) {
  background: #F7F7F7;
}
.feat-sec:nth-of-type(4) {
  padding: 8.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .feat-sec:nth-of-type(4) {
    padding: 21.3333333333vw 0 0;
  }
}
.feat-sec__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__inner {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.feat-sec__left {
  position: sticky;
  top: 10rem;
  padding-top: 15rem;
  max-width: 300px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .feat-sec__left {
    position: relative;
    top: 0;
    padding-top: 0;
    max-width: none;
  }
}
.feat-sec__left::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: -18rem;
  width: 868px;
  height: 627px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .feat-sec__left::before {
    width: 104vw;
    height: 105.3333333333vw;
    top: -10.6666666667vw;
    left: -10.6666666667vw;
  }
}
.feat-sec__left--fixed {
  position: static;
}
.feat-sec__left--group::before {
  background: no-repeat url(../img/system/bg-groupware.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .feat-sec__left--group::before {
    background: no-repeat url(../img/system/bg-groupware-sp.png) center center/contain;
  }
}
.feat-sec__left--manage::before {
  background: no-repeat url(../img/system/bg-manage.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .feat-sec__left--manage::before {
    background: no-repeat url(../img/system/bg-manage-sp.png) center center/contain;
  }
}
.feat-sec__left--communicate::before {
  background: no-repeat url(../img/system/bg-communicate.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .feat-sec__left--communicate::before {
    background: no-repeat url(../img/system/bg-communicate-sp.png) center center/contain;
  }
}
.feat-sec__left--attend::before {
  background: no-repeat url(../img/system/bg-attend.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .feat-sec__left--attend::before {
    background: no-repeat url(../img/system/bg-attend-sp.png) center center/contain;
  }
}
.feat-sec__left--info::before {
  background: no-repeat url(../img/contents/bg-information.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .feat-sec__left--info::before {
    background: no-repeat url(../img/contents/bg-information-sp.png) center center/contain;
  }
}
.feat-sec__left--support::before {
  background: no-repeat url(../img/contents/bg-support.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .feat-sec__left--support::before {
    background: no-repeat url(../img/contents/bg-support-sp.png) center center/contain;
  }
}
.feat-sec__left--seminar::before {
  background: no-repeat url(../img/contents/bg-seminar.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .feat-sec__left--seminar::before {
    background: no-repeat url(../img/contents/bg-seminar-sp.png) center center/contain;
  }
}
.feat-sec__left--medical::before {
  background: no-repeat url(../img/contents/bg-medical.png) center center/contain;
}
@media screen and (max-width: 768px) {
  .feat-sec__left--medical::before {
    background: no-repeat url(../img/contents/bg-medical-sp.png) center center/contain;
  }
}
.feat-sec__subttl {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .feat-sec__subttl {
    font-size: 4.5333333333vw;
  }
}
.feat-sec__ttl {
  font-size: 3.8rem;
  font-weight: bold;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .feat-sec__ttl {
    font-size: 9.3333333333vw;
    word-break: break-all;
  }
}
.feat-sec__sentence {
  margin-top: 1.4rem;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  min-width: 30rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__sentence {
    margin-top: 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.feat-sec__btns {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__btns {
    margin-top: 6.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.feat-sec__box {
  background: #fff;
  border-radius: 2rem;
  padding: 7.8rem 6rem 2.5rem;
  position: relative;
  z-index: 1;
  box-shadow: 0.1rem 0.3rem 0.5rem #9b9b9b;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box {
    padding: 17.3333333333vw 5.3333333333vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.feat-sec__box:last-child {
  margin-bottom: 0;
}
.feat-sec__box-label {
  position: absolute;
  top: 3rem;
  left: -1rem;
  color: #fff;
  padding: 0.3rem 1.3rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-label {
    top: 8vw;
    left: -2.6666666667vw;
    padding: 0.8vw 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.feat-sec__box-label::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 1rem;
  height: 0.6rem;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  .feat-sec__box-label::after {
    bottom: -1.6vw;
    height: 1.6vw;
    width: 2.6666666667vw;
  }
}
.feat-sec__box-label--red {
  background: var(--color-red);
}
.feat-sec__box-label--red::after {
  background: #972935;
}
.feat-sec__box-label--blue {
  background: var(--color-navy);
}
.feat-sec__box-label--blue::after {
  background: #00268F;
}
.feat-sec__box-head {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-head {
    gap: 5.3333333333vw;
  }
}
.feat-sec__box-subttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-subttl {
    font-size: 4vw;
  }
}
.feat-sec__box-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-ttl {
    font-size: 6.4vw;
  }
}
.feat-sec__box-ttl span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-ttl span {
    font-size: 3.7333333333vw;
  }
}
.feat-sec__box-icon {
  height: 5.2rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-icon {
    height: 13.8666666667vw;
  }
}
.feat-sec__box-icon img {
  width: auto;
  height: 100%;
}
.feat-sec__box-list {
  margin-top: 1.8rem;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-list {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.feat-sec__box-list li {
  position: relative;
  padding-left: 1em;
}
.feat-sec__box-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.feat-sec__box-sentence {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-sentence {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.feat-sec__box-img {
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-img {
    margin-top: 5.3333333333vw;
  }
}
.feat-sec__box-link {
  margin-top: 2rem;
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-link {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.feat-sec__box-link:hover {
  opacity: 0.7;
}
.feat-sec__box-link::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  transform: rotate(-90deg);
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 768px) {
  .feat-sec__box-link::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 0.8vw;
  }
}
.feat-sec__box-link--red::after {
  background: no-repeat url(../img/icon-circle-red.svg) center center/contain;
}
.feat-sec__box-link--blue::after {
  background: no-repeat url(../img/icon-circle-blue.svg) center center/contain;
}

/* =============================================
  rein
============================================= */
.rein {
  /* =============================================
    effect
  ============================================= */
  /* =============================================
    point
  ============================================= */
  /* =============================================
    mykomon
  ============================================= */
}
.rein__subttl {
  text-align: center;
  font-size: 2.1rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .rein__subttl {
    font-size: 4.8vw;
  }
}
.rein__ttl {
  text-align: center;
  font-size: 3.8rem;
  line-height: 120%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .rein__ttl {
    font-size: 7.4666666667vw;
  }
}
.rein__ttl span {
  font-size: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .rein__ttl span {
    font-size: 13.3333333333vw;
  }
}
.rein__ttl--blue {
  color: var(--color-primary);
}
.rein-effect {
  padding: 17rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .rein-effect {
    padding: 18.6666666667vw 0 16vw;
    overflow-x: hidden;
  }
}
.rein-effect__inner::before {
  content: "";
  position: absolute;
  background: no-repeat url(../img/rein/text-synergistic.png) top left/contain;
  top: -11rem;
  left: -10rem;
  width: 57.2rem;
  height: 11rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .rein-effect__inner::before {
    width: 146.6666666667vw;
    height: 22.6666666667vw;
    left: 0;
    top: -21.3333333333vw;
  }
}
.rein-effect__img {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .rein-effect__img {
    margin-top: 8vw;
  }
}
.rein-effect__sentence {
  max-width: 767px;
  margin: 3rem auto 0;
  font-size: 1.5rem;
  line-height: 180%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .rein-effect__sentence {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.rein-point {
  padding: 17rem 0;
  background: #efefef;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .rein-point {
    padding: 16vw 0;
  }
}
.rein-point__inner::before {
  content: "";
  position: absolute;
  top: -16rem;
  left: -15rem;
  width: 1366px;
  height: 1294px;
  background: no-repeat url(../img/rein/text-strength.png) top left/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .rein-point__inner::before {
    content: none;
  }
}
.rein-point__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .rein-point__boxes {
    margin-top: 9.3333333333vw;
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.rein-point__box {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.5rem 4rem;
  width: calc(33.333% - 1.6666666667rem);
}
@media screen and (max-width: 768px) {
  .rein-point__box {
    width: 100%;
    padding: 8vw 6.6666666667vw;
  }
}
.rein-point__box:nth-of-type(1), .rein-point__box:nth-of-type(2) {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 768px) {
  .rein-point__box:nth-of-type(1), .rein-point__box:nth-of-type(2) {
    width: 100%;
  }
}
.rein-point__box-number {
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 2rem;
  display: inline-block;
  color: #fff;
  width: 10.5rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rein-point__box-number {
    font-size: 3.4666666667vw;
    width: 28vw;
    height: 6.4vw;
    line-height: 6.4vw;
    border-radius: 3.2vw;
  }
}
.rein-point__box-subttl {
  text-align: center;
  font-weight: 600;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .rein-point__box-subttl {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
  }
}
.rein-point__box-ttl {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .rein-point__box-ttl {
    font-size: 6.1333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.rein-point__box-text {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .rein-point__box-text {
    font-size: 3.7333333333vw;
  }
}
.rein-mk {
  padding: 11rem 0 0;
}
@media screen and (max-width: 768px) {
  .rein-mk {
    padding: 16vw 0 0;
  }
}
.rein-mk__flex {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .rein-mk__flex {
    flex-direction: column;
    gap: 8vw;
  }
}
.rein-mk__img {
  width: 23.5rem;
}
@media screen and (max-width: 768px) {
  .rein-mk__img {
    width: 55.4666666667vw;
  }
}
.rein-mk__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .rein-mk__ttl {
    margin-top: 0;
    font-size: 4.2666666667vw;
  }
}
.rein-mk__sentence {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 180%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .rein-mk__sentence {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}

/* =============================================
  voice
============================================= */
.voi {
  /* =============================================
    member
  ============================================= */
}
.voi-mm {
  padding: 9rem 0 0;
}
@media screen and (max-width: 768px) {
  .voi-mm {
    padding: 14.6666666667vw 0 0;
  }
}
.voi-mm__item {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .voi-mm__item {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-bottom: 16vw;
  }
}
.voi-mm__item:last-child {
  margin-bottom: 0;
}
.voi-mm__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .voi-mm__item--reverse {
    flex-direction: column;
  }
}
.voi-mm__item-head {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .voi-mm__item-head {
    width: 100%;
  }
}
.voi-mm__item-body {
  width: calc(100% - 15rem - 3rem);
  background: #E5E9F0;
  border-radius: 3.5rem;
  padding: 5.5rem 4.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voi-mm__item-body {
    width: 100%;
    border-radius: 9.3333333333vw;
    padding: 9.3333333333vw 6.6666666667vw;
  }
}
.voi-mm__item-body::before {
  content: "";
  width: 3.5rem;
  height: 4.8rem;
  background: #E5E9F0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voi-mm__item-body::before {
    content: none;
  }
}
.voi-mm__item-body--left::before {
  left: -2.5rem;
  clip-path: polygon(0 50%, 100% 85%, 100% 15%);
}
@media screen and (max-width: 768px) {
  .voi-mm__item-body--left::before {
    left: -5.3333333333vw;
  }
}
.voi-mm__item-body--right::before {
  right: -2.5rem;
  clip-path: polygon(100% 50%, 0 85%, 0 15%);
}
@media screen and (max-width: 768px) {
  .voi-mm__item-body--right::before {
    right: -5.3333333333vw;
  }
}
.voi-mm__item-pic {
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  .voi-mm__item-pic {
    width: 40vw;
    margin: 0 auto;
  }
}
.voi-mm__item-name {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .voi-mm__item-name {
    font-size: 3.2vw;
    margin-top: 3.2vw;
    font-weight: 500;
  }
}
.voi-mm__item-ttl {
  font-size: 2.2rem;
  line-height: 180%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .voi-mm__item-ttl {
    font-size: 4.5333333333vw;
    line-height: 160%;
  }
}
.voi-mm__item-text {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  line-height: 180%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .voi-mm__item-text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    text-align: left;
  }
}
.voi-mm__btn {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .voi-mm__btn {
    margin-top: 18.6666666667vw;
  }
}

/* =============================================
  faq
============================================= */
.faq {
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 16vw 0 0;
  }
}

/* =============================================
  price
============================================= */
.price {
  /* =============================================
    overview
  ============================================= */
  /* =============================================
    intro
  ============================================= */
  /* =============================================
    guide
  ============================================= */
}
.price-ov {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .price-ov {
    padding: 16vw 0;
  }
}
.price-ov__ttl {
  width: 66.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .price-ov__ttl {
    width: 100%;
  }
}
.price-ov__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .price-ov__list {
    grid-template-columns: 1fr;
    margin-top: 14.0056022409vw;
    gap: 16.8067226891vw;
    padding: 0 4vw;
  }
}
.price-ov__item-ttl {
  color: var(--color-primary);
  background: #C2D2F0;
  border-radius: 1rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-ov__item-ttl {
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}
.price-ov__item-img {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .price-ov__item-img {
    margin-top: 8vw;
  }
}
.price-int {
  padding: 9rem 0 13rem;
  background: #F1F4F6;
}
@media screen and (max-width: 768px) {
  .price-int {
    padding: 16vw 0;
  }
}
.price-int__ttl {
  text-align: center;
  font-size: 4.2rem;
  color: #676767;
}
@media screen and (max-width: 768px) {
  .price-int__ttl {
    font-size: 7.4666666667vw;
  }
}
.price-int__table {
  margin-top: 3.5rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  padding: 7rem;
}
@media screen and (max-width: 768px) {
  .price-int__table {
    margin-top: 16vw;
    overflow-x: scroll;
    padding: 4rem 2.5rem;
  }
}
.price-int__table table {
  border-collapse: collapse;
  margin-bottom: 6.5rem;
}
.price-int__table table:last-child {
  margin-bottom: 0;
}
.price-int__table table thead tr th {
  padding: 0 1.5rem 1.5rem;
}
.price-int__table table thead tr th:nth-of-type(1), .price-int__table table thead tr th:nth-of-type(2), .price-int__table table thead tr th:nth-of-type(3) {
  border-right: 1px solid var(--color-navy);
}
.price-int__table table thead tr th span {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  background: var(--color-navy);
  color: #fff;
  font-size: 2rem;
  border-radius: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price-int__table table thead tr th span {
    font-size: 1.6rem;
  }
}
.price-int__table table tbody tr {
  border-bottom: 1px solid var(--color-navy);
}
.price-int__table table tbody tr:last-child {
  border-bottom: none;
}
.price-int__table table tbody tr td {
  padding: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .price-int__table table tbody tr td {
    min-width: 15rem;
  }
}
.price-int__table table tbody tr td:nth-of-type(1) {
  text-align: left;
  width: 33.5rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .price-int__table table tbody tr td:nth-of-type(1) {
    min-width: 25rem;
  }
}
.price-int__table table tbody tr td:nth-of-type(1), .price-int__table table tbody tr td:nth-of-type(2), .price-int__table table tbody tr td:nth-of-type(3) {
  border-right: 1px solid var(--color-navy);
}
.price-int__table table tbody tr td .circle {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #646464;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.price-int__table table tbody tr td .small {
  font-size: 1.2rem;
}
.price-int__table table tbody tr td .line {
  width: 2.2rem;
  height: 1px;
  background: #646464;
  display: block;
  margin: 0 auto;
}
.price-guide {
  padding: 12rem 0 0;
}
@media screen and (max-width: 768px) {
  .price-guide {
    padding: 16vw 0 0;
  }
}
.price-guide__ttl01 {
  font-size: 1.8rem;
  color: #646464;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price-guide__ttl01 {
    font-size: 4.8vw;
  }
}
.price-guide__ttl01:nth-of-type(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .price-guide__ttl01:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.price-guide__ttl02 {
  font-size: 2.5rem;
  color: #646464;
  margin: 0 0 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price-guide__ttl02 {
    font-size: 6.4vw;
    text-align: center;
    margin: 0 0 6.6666666667vw;
  }
}
.price-guide__ttl02:nth-of-type(n+2) {
  margin: 7.2rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .price-guide__ttl02:nth-of-type(n+2) {
    margin: 26.6666666667vw 0 6.6666666667vw;
  }
}
.price-guide__list01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .price-guide__list01 {
    margin-top: 4vw;
  }
}
.price-guide__list01 li {
  padding-left: 1.1em;
  position: relative;
  font-size: 1.5rem;
  color: #646464;
  margin-bottom: 0.5rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .price-guide__list01 li {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 0;
  }
}
.price-guide__list01 li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .price-guide__list01 li::before {
    top: 0.2666666667vw;
  }
}
.price-guide__list01 li.color-navy {
  color: var(--color-navy);
}
.price-guide__list01 li:last-child {
  margin-bottom: 0;
}
.price-guide__list02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .price-guide__list02 {
    margin-top: 4vw;
  }
}
.price-guide__list02 li {
  padding-left: 1.1em;
  position: relative;
  font-size: 1.5rem;
  color: #646464;
  margin-bottom: 0.5rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .price-guide__list02 li {
    font-size: 3.7333333333vw;
    padding-left: 4vw;
    margin-bottom: 0;
  }
}
.price-guide__list02 li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .price-guide__list02 li::before {
    top: 0.2666666667vw;
  }
}
.price-guide__list02 li:last-child {
  margin-bottom: 0;
}
.price-guide__list03 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .price-guide__list03 {
    margin-top: 4vw;
  }
}
.price-guide__list03 dt {
  color: var(--color-navy);
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price-guide__list03 dt {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.price-guide__list03 dt span {
  color: #646464;
  font-size: 1.4rem;
  margin-left: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .price-guide__list03 dt span {
    font-size: 3.7333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.price-guide__list03 dd {
  color: #646464;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .price-guide__list03 dd {
    font-size: 3.7333333333vw;
  }
}
.price-guide__label {
  background: #C2D2F0;
  width: 15rem;
  height: 4rem;
  line-height: 4rem;
  color: var(--color-navy);
  text-align: center;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .price-guide__label {
    width: 40vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.price-guide__arrow {
  margin: 2rem 0 2rem 5rem;
  width: 4.3rem;
}
@media screen and (max-width: 768px) {
  .price-guide__arrow {
    width: 6.6666666667vw;
    margin: 5.3333333333vw auto;
  }
}

/* =============================================
  option
============================================= */
.option-ttl {
  margin-top: 13rem;
  font-size: 3rem;
  color: #646464;
  border-bottom: 1px solid #646464;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .option-ttl {
    margin-top: 32vw;
    font-size: 6.4vw;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5.3333333333vw;
  }
}
.option-ttl span {
  font-size: 1.5rem;
  margin-left: 2.5rem;
  color: #646464;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .option-ttl span {
    margin-left: 0;
    font-size: 3.4666666667vw;
  }
}
.option-cards {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .option-cards {
    grid-template-columns: 1fr;
    margin-top: 8vw;
    gap: 10.6666666667vw;
  }
}
.option-card {
  background: #fff;
  border-radius: 2rem;
  padding: 0 3rem 4rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .option-card {
    border-radius: 5.3333333333vw;
    padding: 0 8vw 10.6666666667vw;
  }
}
.option-card__ttl {
  margin-bottom: 3.5rem;
  border-bottom: 1px solid var(--color-navy);
  color: #646464;
  font-size: 2.2rem;
  font-weight: 600;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .option-card__ttl {
    margin-bottom: 8vw;
    font-size: 5.8666666667vw;
    height: 32vw;
  }
}
.option-card__ttl .small {
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 0.5rem;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .option-card__ttl .small {
    font-size: 2.9333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.option-card__ttl .medium {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .option-card__ttl .medium {
    font-size: 4vw;
  }
}
.option-card__notes {
  text-align: center;
  font-size: 1.1rem;
  color: #646464;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .option-card__notes {
    font-size: 2.9333333333vw;
  }
}
.option-card__notes span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .option-card__notes span {
    font-size: 3.7333333333vw;
  }
}
.option-card__price {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .option-card__price {
    font-size: 6.9333333333vw;
  }
}
.option-card__price span {
  font-size: 6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .option-card__price span {
    font-size: 16vw;
  }
}
.option-card__price--text {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
  margin-top: 2.5rem;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .option-card__price--text {
    font-size: 4.5333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.option-card__text {
  color: #646464;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .option-card__text {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}

/* =============================================
  company
============================================= */
.co {
  /* =============================================
    overview
  ============================================= */
  /* =============================================
    about
  ============================================= */
}
.co-over {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .co-over {
    padding: 16vw 0 32vw;
  }
}
.co-over__ttl {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .co-over__ttl {
    width: 100%;
  }
}
.co-over__ttl:nth-child(n+2) {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .co-over__ttl:nth-child(n+2) {
    margin-top: 32vw;
  }
}
.co-over__text {
  color: #646464;
  margin-top: 3rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .co-over__text {
    margin-top: 6.6666666667vw;
  }
}
.co-over__flex {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .co-over__flex {
    flex-direction: column;
    gap: 16vw;
    margin-top: 10.6666666667vw;
  }
}
.co-over__map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .co-over__map {
    width: 100%;
  }
}
.co-over__map iframe {
  width: 100%;
  aspect-ratio: 550/400;
  border-radius: 4rem;
  filter: grayscale(1);
  transition: filter ease 0.3s;
}
@media screen and (max-width: 768px) {
  .co-over__map iframe {
    border-radius: 10.6666666667vw;
  }
}
.co-over__map iframe:hover {
  filter: grayscale(0);
}
.co-over__map-link {
  margin-top: 1rem;
  border-bottom: 1px solid var(--color-navy);
  display: inline-block;
  padding-bottom: 0.3rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .co-over__map-link {
    margin-top: 8vw;
    padding-bottom: 1.3333333333vw;
  }
}
.co-over__map-link:hover {
  opacity: 0.7;
}
.co-over__list div {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .co-over__list div {
    margin-bottom: 5.3333333333vw;
  }
}
.co-over__list div:last-child {
  margin-bottom: 0;
}
.co-over__list div dt {
  font-weight: 500;
  color: #646464;
}
.co-over__list div dd {
  color: #646464;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .co-over__list div dd {
    margin-top: 1.3333333333vw;
  }
}
.co-over__btn {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .co-over__btn {
    margin-top: 18.6666666667vw;
  }
}
.co-about__ttl {
  width: 38.7rem;
}
@media screen and (max-width: 768px) {
  .co-about__ttl {
    width: 53.3333333333vw;
  }
}
.co-about__text {
  margin-top: 2rem;
  color: #646464;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .co-about__text {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
  }
}
.co-about__img {
  max-width: 85rem;
  margin: 7.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .co-about__img {
    margin-top: 8vw;
  }
}

/* =============================================
  function
============================================= */
.func-srch {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .func-srch {
    padding: 16vw 0;
  }
}
.func-contents {
  padding: 10rem 0 0;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .func-contents {
    padding: 16vw 0 0;
  }
}
.func__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .func__list {
    gap: 12vw;
    grid-template-columns: 1fr;
  }
}
.func__item {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  padding: 3.5rem 3.5rem 7rem;
  position: relative;
  transition: opacity ease 0.3s;
}
.func__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  .func__item {
    padding: 3.5rem 3.5rem 9vw;
  }
}
@media screen and (max-width: 768px) {
  .func__item {
    border-radius: 5.3333333333vw;
    padding: 10.6666666667vw 9.3333333333vw 5.3333333333vw;
  }
}
.func__item-img {
  height: 6.4rem;
  width: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .func__item-img {
    height: 17.0666666667vw;
  }
}
.func__item-ttl {
  font-size: 2.4rem;
  margin: 1rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .func__item-ttl {
    margin-top: 2.6666666667vw;
    font-size: 6.4vw;
  }
}
.func__item-text {
  font-size: 1.5rem;
  margin-top: 1.8rem;
  line-height: 180%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .func__item-text {
    font-size: 3.7333333333vw;
    margin-top: 4.8vw;
  }
}
.func__item-flex {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  position: absolute;
  bottom: 2rem;
  width: calc(100% - 7rem);
}
@media screen and (max-width: 768px) {
  .func__item-flex {
    position: static;
    margin-top: 5.3333333333vw;
    gap: 1.3333333333vw 2.6666666667vw;
    width: 100%;
  }
}
.func__item-category {
  font-size: 1.2rem;
  color: #fff;
  width: 12.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 1.1rem;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .func__item-category {
    font-size: 3.2vw;
    width: 33.3333333333vw;
    height: 5.8666666667vw;
    line-height: 5.8666666667vw;
    border-radius: 2.9333333333vw;
  }
}
.func__item-linkText {
  font-size: 1.3rem;
  color: #646464;
  padding-right: 2.5rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .func__item-linkText {
    font-size: 3.4666666667vw;
    padding-right: 5.3333333333vw;
  }
}
.func__item-linkText::after {
  content: "";
  top: 0.25rem;
  right: 0;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .func__item-linkText::after {
    width: 4vw;
    height: 4vw;
    top: 0.8vw;
  }
}
.func__item-linkText--navy::after {
  background-image: url(../img/icon-circle-blue.svg);
  transform: rotate(-90deg);
}
.func__item-linkText--red::after {
  background-image: url(../img/icon-circle-red.svg);
  background-size: contain;
  transform: rotate(-90deg);
}

/* =============================================
  single
============================================= */
.single {
  padding: 12rem 0 0;
}
@media screen and (max-width: 768px) {
  .single {
    padding: 16vw 0 0;
  }
}
.single__contents * {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .single__contents * {
    margin-bottom: 4vw;
  }
}
.single__contents *:last-child {
  margin-bottom: 0;
}
.single__contents .wp-block-spacer {
  margin-bottom: 0;
}
.single__contents p {
  line-height: 180%;
}
.single__contents a {
  color: var(--color-primary);
  transition: opacity ease 0.3s;
  text-decoration: underline;
}
.single__contents a:hover {
  opacity: 0.7;
}
.single__contents ul {
  list-style: disc;
  padding-left: 1em;
}
.single__contents ol {
  list-style: auto;
  padding-left: 1em;
}
.single__contents .list {
  list-style: none;
  padding-left: 0;
}
.single__contents .list li {
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single__contents .list li {
    padding-left: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.single__contents .list li::before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  top: 0.9rem;
  background: no-repeat url(../img/icon-check-navy.svg) center center/contain;
  left: 0;
}
@media screen and (max-width: 768px) {
  .single__contents .list li::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    top: 2.08vw;
  }
}
.single__contents .list li:last-child {
  margin-bottom: 0;
}
.single__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .single__link {
    margin-top: 16vw;
  }
}

/* =============================================
  seminar
============================================= */
.seminar__srch {
  padding: 10rem 0 9rem;
}
.seminar__contents {
  padding: 7.5rem 0 0;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .seminar__contents {
    padding: 16vw 0 0;
  }
}
.seminar__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .seminar__wrap {
    grid-template-columns: 1fr;
    gap: 12vw;
  }
}
.seminar__card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 3.5rem 3rem;
  box-shadow: 2px 2px 3px #b8b8b8;
  transition: opacity ease 0.3s;
  display: block;
  height: 100%;
}
.seminar__card:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .seminar__card {
    border-radius: 4vw;
    box-shadow: none;
    padding: 5.3333333333vw;
  }
}
.seminar__cardWrap {
  padding: 0.3rem 0.3rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .seminar__cardWrap {
    padding: 0;
  }
}
.seminar__cardImg {
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .seminar__cardImg {
    border-radius: 4vw;
  }
}
.seminar__cardImg img {
  height: auto;
}
.seminar__cardCategory {
  padding: 0.3rem 2.5rem;
  font-size: 1.3rem;
  background: #3491CB;
  border-radius: 1.5rem;
  color: #fff;
  display: inline-block;
  margin-top: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .seminar__cardCategory {
    padding: 0.8vw 6.6666666667vw;
    font-size: 2.6666666667vw;
    border-radius: 4vw;
    margin-top: 4vw;
  }
}
.seminar__cardCategory--gray {
  background: #abb3b7;
}
.seminar__cardTitle {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: justify;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .seminar__cardTitle {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
.seminar__cardList {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .seminar__cardList {
    margin-top: 5.3333333333vw;
  }
}
.seminar__cardList div {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .seminar__cardList div {
    grid-template-columns: 17.3333333333vw 1fr;
    gap: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.seminar__cardList div:last-child {
  margin-bottom: 0;
}
.seminar__cardList div dt {
  background: #EAF0F4;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 1.3rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .seminar__cardList div dt {
    height: 6.4vw;
    line-height: 6.4vw;
    font-size: 3.2vw;
    padding: 0 1.3333333333vw;
  }
}
.seminar__cardList div dd {
  font-size: 1.4rem;
  color: #6A6A6A;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .seminar__cardList div dd {
    font-size: 3.2vw;
  }
}
.seminar__cardList div dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -2px;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .seminar__cardList div dd ul {
    gap: 1.6vw;
    margin-top: 0.8vw;
  }
}
.seminar__cardList div dd ul li {
  width: 8rem;
  border: 1px solid #3491CB;
  color: #3491CB;
  border-radius: 4rem;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .seminar__cardList div dd ul li {
    font-size: 2.6666666667vw;
    width: 21.3333333333vw;
    border-radius: 10.6666666667vw;
  }
}
.seminar__presenter {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .seminar__presenter {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .seminar__presenter {
    padding-right: 2.6666666667vw;
  }
}
.seminar__presenter-img {
  width: 10rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .seminar__presenter-img {
    width: 24vw;
  }
}
.seminar__presenter-detail {
  color: #6a6a6a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .seminar__presenter-detail {
    font-size: 3.2vw;
    text-align: center;
  }
}
.seminar__presenter-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .seminar__presenter-name {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 1.3333333333vw;
  }
}
.seminar__info {
  padding-left: 1.5rem;
  border-left: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .seminar__info {
    padding-left: 4vw;
  }
}
.seminar__schedule {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .seminar__schedule {
    font-size: 3.2vw;
  }
}
.seminar__schedule li {
  margin-bottom: 1.5rem;
  color: #6a6a6a;
}
@media screen and (max-width: 768px) {
  .seminar__schedule li {
    margin-bottom: 4vw;
  }
}
.seminar__schedule li:last-child {
  margin-bottom: 0;
}
.seminar__schedule li span {
  color: #3491CB;
  display: block;
}
.seminar__tags {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .seminar__tags {
    flex-direction: column;
    margin-top: 1.3333333333vw;
    gap: 8vw;
  }
}
.seminar__category {
  background: #3491CB;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.25rem 2rem 0.4rem;
  border-radius: 2rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .seminar__category {
    font-size: 3.2vw;
    padding: 0.6666666667vw 4vw 1.0666666667vw;
  }
}

/* =============================================
  sidebar
============================================= */
.sidebar {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar__box {
  padding: 3rem;
  background: #efefef;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sidebar__box {
    padding: 8vw;
    border-radius: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.sidebar__box:last-child {
  margin-bottom: 0;
}
.sidebar__ttl {
  font-weight: 500;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .sidebar__ttl {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.sidebar__ttl::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #000;
  position: absolute;
  top: 0.55rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sidebar__ttl::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 1.7333333333vw;
  }
}
.sidebar__text {
  font-size: 1.3rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .sidebar__text {
    font-size: 3.6414565826vw;
  }
}

/* =============================================
  entries
============================================= */
.entry {
  width: calc(60% + 3rem);
}
@media screen and (max-width: 768px) {
  .entry {
    width: 100%;
  }
}
.entry--w100 {
  width: 100%;
}
.entry__flex {
  display: flex;
  align-items: flex-start;
  padding: 10rem 4rem;
  max-width: calc(1000px + 8rem);
  margin: 0 auto;
  position: relative;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .entry__flex {
    flex-direction: column;
    padding: 10.6666666667vw 8vw 16vw;
    gap: 16vw;
  }
}
.entry__wrap {
  padding: 10rem 4rem;
  max-width: calc(1000px + 8rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry__wrap {
    padding: 10.6666666667vw 8vw 16vw;
  }
}
.entry__thumbnail {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .entry__thumbnail {
    margin-bottom: 8vw;
  }
}
.entry__thumbnail img {
  height: auto;
}
.entry__table {
  background: #E5E9F0;
  border-radius: 2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .entry__table {
    margin-bottom: 14.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.entry__table .table-row {
  display: flex;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .entry__table .table-row {
    border-bottom: 0.5333333333vw solid #fff;
  }
}
.entry__table .table-row:last-child {
  border-bottom: none;
}
.entry__table .table-row .table-left {
  width: 13rem;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 2rem 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry__table .table-row .table-left {
    width: 16vw;
    padding: 4vw 0;
    border-right: 0.5333333333vw solid #fff;
  }
}
.entry__table .table-row .table-right {
  width: calc(100% - 13rem);
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .entry__table .table-row .table-right {
    width: calc(100% - 16vw);
    padding: 8vw 4vw;
  }
}
.entry__table .table-row .table-right p {
  line-height: 180%;
  text-align: justify;
  word-break: break-all;
}
.entry__table .table-row .table-right .table-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .entry__table .table-row .table-right .table-flex {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.entry__table .table-row .table-right .table-item {
  width: 100%;
}
.entry__table .table-row .table-right .table-item-ttl {
  background: #fff;
  border-radius: 1.5rem;
  text-align: center;
  margin-bottom: 1.2rem;
  height: 3rem;
  line-height: 3rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .entry__table .table-row .table-right .table-item-ttl {
    border-radius: 4vw;
    font-size: 4vw;
    margin-bottom: 4vw;
    height: 8vw;
    line-height: 8vw;
    width: 100%;
  }
}
.entry__table a {
  color: var(--color-primary);
  transition: opacity ease 0.3s;
}
.entry__table a:hover {
  opacity: 0.7;
}
.entry__table ul {
  padding-left: 1rem;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .entry__table ul {
    padding-left: 4vw;
  }
}
.entry__table ul li {
  line-height: 180%;
}
.entry__heading {
  width: 20rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  color: #fff;
  background: var(--color-primary);
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry__heading {
    width: 53.3333333333vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 4vw;
    font-size: 4.5333333333vw;
  }
}
.entry__content {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .entry__content {
    margin-bottom: 14.6666666667vw;
  }
}
.entry__content:last-child {
  margin-bottom: 0;
}
.entry__profile {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .entry__profile {
    gap: 6.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.entry__profile:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .entry__profile:nth-child(n+2) {
    margin-top: 16vw;
  }
}
.entry__profile-picture {
  width: 16rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .entry__profile-picture {
    width: 24vw;
  }
}
.entry__profile-body {
  width: calc(100% - 16rem - 2.5rem);
}
@media screen and (max-width: 768px) {
  .entry__profile-body {
    width: calc(100% - 24vw - 6.666vw);
  }
}
.entry__profile-depart {
  font-size: 1.4rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .entry__profile-depart {
    font-size: 3.7333333333vw;
  }
}
.entry__profile-name {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .entry__profile-name {
    font-size: 4.8vw;
    margin-top: 1.3333333333vw;
  }
}
.entry__profile-sentence {
  font-size: 1.4rem;
  color: #646464;
  margin-top: 1rem;
  line-height: 180%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .entry__profile-sentence {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.entry__benefit-copy {
  font-size: 2.5rem !important;
  margin-top: 1.5rem !important;
  font-weight: bold !important;
  color: var(--color-primary) !important;
}
@media screen and (max-width: 768px) {
  .entry__benefit-copy {
    font-size: 4.8vw !important;
    margin-top: 2.6666666667vw !important;
  }
}
.entry__benefit-price {
  display: flex !important;
  align-items: center !important;
  gap: 10rem !important;
}
@media screen and (max-width: 768px) {
  .entry__benefit-price {
    gap: 16vw !important;
    align-items: flex-start !important;
  }
}
.entry__benefit-bPrice {
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  -webkit-text-decoration: 3px line-through var(--color-primary) !important;
          text-decoration: 3px line-through var(--color-primary) !important;
  position: relative !important;
}
@media screen and (max-width: 768px) {
  .entry__benefit-bPrice {
    font-size: 4.2666666667vw !important;
    -webkit-text-decoration: 0.5333333333vw line-through var(--color-primary) !important;
            text-decoration: 0.5333333333vw line-through var(--color-primary) !important;
    word-break: keep-all;
  }
}
.entry__benefit-bPrice::after {
  width: 3.7rem;
  height: 1.9rem;
  content: "";
  position: absolute;
  right: -7rem;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/icon-arrow.png) top center/contain;
}
@media screen and (max-width: 768px) {
  .entry__benefit-bPrice::after {
    width: 8vw;
    height: 3.4666666667vw;
    right: -12vw;
  }
}
.entry__benefit-aPrice {
  font-size: 1.9rem !important;
  color: var(--color-red) !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .entry__benefit-aPrice {
    font-size: 4.2666666667vw !important;
  }
}
.entry__benefit-aPrice span {
  font-size: 5rem;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .entry__benefit-aPrice span {
    font-size: 6.9333333333vw;
  }
}
.entry__benefit-sentence {
  font-size: 1.5rem !important;
  margin-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  .entry__benefit-sentence {
    font-size: 4vw !important;
    margin-top: 4vw !important;
  }
}
.entry__benefit-annotation {
  margin-top: 1.5rem !important;
  font-size: 1.3rem !important;
  padding-left: 1.2em !important;
  text-indent: -1.2em !important;
  list-style: none !important;
}
@media screen and (max-width: 768px) {
  .entry__benefit-annotation {
    font-size: 3.4666666667vw !important;
    margin-top: 4vw !important;
    padding-left: 3.7333333333vw !important;
    text-indent: -3.7333333333vw !important;
  }
}
.entry__benefit-annotation li {
  color: #646464 !important;
  line-height: 180% !important;
}
.entry__seminar {
  background: #f7f7f7;
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .entry__seminar {
    padding: 16vw 0 0;
  }
}
.entry__seminar-slider {
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry__seminar-slider {
    margin-top: 6.6666666667vw;
  }
}
.entry__seminar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .entry__seminar-btn {
    margin-top: 16vw;
  }
}
.entry__userInput ul {
  font-size: 1.6rem;
  list-style-type: disc;
  padding-left: 1em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .entry__userInput ul {
    font-size: 3.7333333333vw;
    padding-left: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.entry__userInput ul li {
  line-height: 1.8;
}
.entry__userInput p {
  margin-top: 2rem;
  line-height: 180%;
  font-size: 1.5rem;
  color: #646464;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .entry__userInput p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.entry__userInput a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: opacity ease 0.3s;
}
.entry__userInput a:hover {
  opacity: 0.7;
}
.entry__userInput img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .entry__userInput img {
    margin-top: 5.3333333333vw;
  }
}
.entry__userInput img.flowImg {
  max-width: 68rem;
}

/* =============================================
  contact
============================================= */
.contact {
  padding: 12rem 0 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 16vw 0 0;
  }
}
.contact__ttl {
  font-size: 2.5rem;
  padding-left: 2.4rem;
  position: relative;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__ttl {
    font-size: 4.8vw;
    padding-left: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.8rem;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .contact__ttl::before {
    width: 2.1333333333vw;
  }
}

/* =============================================
  ezine
============================================= */
.ezine__contents {
  background: #efefef;
  border-radius: 2rem;
  padding: 3.5rem 7rem;
  margin-bottom: 7rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .ezine__contents {
    grid-template-columns: 1fr;
    padding: 21.3333333333vw 0;
    border-radius: none;
    margin-bottom: 16vw;
    gap: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .ezine__contents::after {
    content: "";
    position: absolute;
    top: 0;
    left: -8vw;
    background: #efefef;
    height: 100%;
    width: 100vw;
    z-index: -1;
    border-radius: 5.3333333333vw;
  }
}
.ezine__sample-text {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .ezine__sample-text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.ezine__item {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: 6.5rem 1fr;
}
@media screen and (max-width: 768px) {
  .ezine__item {
    margin-bottom: 4vw;
    grid-template-columns: 17.3333333333vw 1fr;
  }
}
.ezine__item:last-child {
  margin-bottom: 0;
}
.ezine__dd-ttl {
  margin-top: 3rem;
}
.ezine__dd-ttl:first-child {
  margin-top: 0;
}
.ezine__dd-ttl span {
  background: var(--color-primary);
  color: #fff;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: 500;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .ezine__dd-ttl span {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    line-height: 5.8666666667vw;
    border-radius: 1.3333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.ezine__dd-text {
  color: #646464;
  font-size: 1.5rem;
  margin-top: 1rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .ezine__dd-text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

/* =============================================
  form
============================================= */
.form {
  background: #efefef;
  border-radius: 2rem;
  padding: 8rem 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -8vw;
    background: #efefef;
    z-index: -1;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .form {
    padding: 10.6666666667vw 0 24vw;
  }
}
.form__sentence {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .form__sentence {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
.form__item {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .form__item {
    margin-bottom: 13.3333333333vw;
  }
}
.form__item dt {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form__item dt {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.form__item dd input[type=text],
.form__item dd input[type=email],
.form__item dd input[type=tel] {
  width: 100%;
  background: #fff;
  height: 5.5rem;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .form__item dd input[type=text],
  .form__item dd input[type=email],
  .form__item dd input[type=tel] {
    height: 15.406162465vw;
    border-radius: 1.4005602241vw;
    padding: 0 2.8011204482vw;
    font-size: 4vw;
  }
}
.form__item dd input[type=text]::-moz-placeholder, .form__item dd input[type=email]::-moz-placeholder, .form__item dd input[type=tel]::-moz-placeholder {
  color: #D0D0D0;
}
.form__item dd input[type=text]::placeholder,
.form__item dd input[type=email]::placeholder,
.form__item dd input[type=tel]::placeholder {
  color: #D0D0D0;
}
.form__item dd input[type=number] {
  width: 10rem;
  background: #fff;
  height: 5.5rem;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .form__item dd input[type=number] {
    width: 32vw;
    height: 15.406162465vw;
    border-radius: 1.4005602241vw;
    padding: 0 2.8011204482vw;
    font-size: 4vw;
  }
}
.form__item dd input[type=radio] {
  width: 2.7rem;
  height: 2.7rem;
}
@media screen and (max-width: 768px) {
  .form__item dd input[type=radio] {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.form__item dd input[type=checkbox] {
  margin-top: 0.3rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .form__item dd input[type=checkbox] {
    margin-top: 0.8vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .form__item dd input[name=postal] {
    width: 42.6666666667vw;
  }
}
.form__item dd textarea {
  width: 100%;
  background: #fff;
  height: 32rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
  resize: none;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form__item dd textarea {
    height: 85.3333333333vw;
    border-radius: 1.3333333333vw;
    padding: 4vw;
    font-size: 4vw;
  }
}
.form__item dd textarea::-moz-placeholder {
  color: #D0D0D0;
}
.form__item dd textarea::placeholder {
  color: #D0D0D0;
}
.form__item dd .notes {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .form__item dd .notes {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
.form__item-radio .wpcf7-form-control {
  display: flex;
  gap: 4.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__item-radio .wpcf7-form-control {
    gap: 12vw;
  }
}
.form__item-radio .wpcf7-form-control label {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .form__item-radio .wpcf7-form-control label {
    gap: 2.6666666667vw;
  }
}
.form__item-flex {
  display: grid;
  grid-template-columns: 13rem 1fr;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form__item-flex {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.form__item-flex:last-child {
  margin-bottom: 0;
}
.form__item-flex p {
  padding-top: 1.6rem;
  font-size: 1.5rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .form__item-flex p {
    font-size: 4vw;
    padding-top: 0;
  }
}
.form__item-address {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .form__item-address {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.form__item-checkbox .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .form__item-checkbox .wpcf7-form-control {
    gap: 2.6666666667vw 6.6666666667vw;
  }
}
.form__item-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .form__item-checkbox label {
    gap: 1.3333333333vw;
  }
}
.form__item-checkbox label input[type=checkbox] {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .form__item-checkbox label input[type=checkbox] {
    margin-top: 1.4005602241vw;
  }
}
.form__privacy-ttl {
  font-weight: 500;
}
.form__privacy-sentence {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form__privacy-sentence {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.form__privacy-sentence a {
  font-weight: 500;
  text-decoration: underline;
  transition: opacity ease 0.3s;
  color: var(--color-primary);
}
.form__privacy-sentence a:hover {
  opacity: 0.7;
}
.form__privacy-input {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__privacy-input {
    margin-top: 10.6666666667vw;
  }
}
.form__privacy-input label input[type=checkbox] {
  vertical-align: bottom;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .form__privacy-input label input[type=checkbox] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-bottom: 0.5333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.form__privacy-input label a {
  font-weight: 500;
  text-decoration: underline;
  transition: opacity ease 0.3s;
  color: var(--color-primary);
}
.form__privacy-input label a:hover {
  opacity: 0.7;
}
.form__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .form__btns {
    margin-top: 16vw;
    flex-direction: column;
    gap: 8vw;
  }
}

.form02__sentence {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form02__sentence {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.form02__list {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .form02__list {
    margin-top: 10.6666666667vw;
  }
}
.form02__item {
  margin-bottom: 4rem;
}
.form02__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form02__item {
    margin-bottom: 10.6666666667vw;
  }
}
.form02__item dt {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form02__item dt {
    font-size: 4.2016806723vw;
    margin-bottom: 2.8011204482vw;
  }
}
.form02__item dd .input-label {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .form02__item dd .input-label {
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.form02__item dd .input-label:first-child {
  margin-top: 0;
}
.form02__item dd label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .form02__item dd label {
    gap: 2.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.form02__item dd label input[type=radio] {
  margin-top: 0.7rem;
  width: 1.3rem;
  height: 1.3rem;
}
@media screen and (max-width: 768px) {
  .form02__item dd label input[type=radio] {
    margin-top: 1.8666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.form02__item dd input[type=text],
.form02__item dd input[type=email],
.form02__item dd input[type=tel] {
  background: #fff;
  width: 100%;
  height: 4rem;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form02__item dd input[type=text],
  .form02__item dd input[type=email],
  .form02__item dd input[type=tel] {
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.form02__item dd input[type=text]::-moz-placeholder, .form02__item dd input[type=email]::-moz-placeholder, .form02__item dd input[type=tel]::-moz-placeholder {
  color: #D0D0D0;
}
.form02__item dd input[type=text]::placeholder,
.form02__item dd input[type=email]::placeholder,
.form02__item dd input[type=tel]::placeholder {
  color: #D0D0D0;
}
.form02__item dd select {
  background: #fff;
  width: 100%;
  height: 4rem;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form02__item dd select {
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.form02__item dd select:invalid {
  color: #727272;
}
.form02__item dd textarea {
  background: #fff;
  width: 100%;
  height: 15rem;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form02__item dd textarea {
    height: 40vw;
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.form02__item dd textarea::-moz-placeholder {
  color: #D0D0D0;
}
.form02__item dd textarea::placeholder {
  color: #D0D0D0;
}
.form02__checkbox {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .form02__checkbox {
    margin-top: 8vw;
  }
}
.form02__checkbox label {
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .form02__checkbox label {
    font-size: 4vw;
    gap: 1.3333333333vw;
  }
}
.form02__checkbox label input[type=checkbox] {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .form02__checkbox label input[type=checkbox] {
    width: 3.2vw;
    height: 3.2vw;
    margin-top: 1.6vw;
  }
}
.form02__checkbox label a {
  font-weight: 500;
  text-decoration: underline;
  transition: opacity ease 0.3s;
  color: var(--color-primary);
}
.form02__checkbox label a:hover {
  opacity: 0.7;
}
.form02__btn {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form02__btn {
    margin-top: 8vw;
  }
}

/* =============================================
  confirm
============================================= */
.confirm__item {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #000;
  display: grid;
  grid-template-columns: 22rem 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .confirm__item {
    padding: 5.3333333333vw 0;
    gap: 2.6666666667vw;
    grid-template-columns: 1fr;
  }
}
.confirm__item:first-child {
  padding: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .confirm__item:first-child {
    padding: 0 0 5.3333333333vw;
  }
}

/* =============================================
  thanks
============================================= */
.thanks__msg {
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .thanks__msg {
    font-size: 4vw;
  }
}