@charset "UTF-8";
/* ==== RESET CSS ==== */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend,
button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
}

/* Remove quotes from blockquote/quotes */
blockquote,
q {
  quotes: none;
}

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

/* Reset headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Reset links */
a {
  color: inherit;
  text-decoration: none;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

/* Remove default button styles */
button {
  cursor: pointer;
  background-color: transparent;
}

/* Set basic body style */
html,
body {
  line-height: 1.5;
  font-family: sans-serif;
  background-color: #fff;
  color: #000;
}

/* Images, video, etc */
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #1f2933;
  color: #1f2933;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

p {
  margin-bottom: 1rem;
}

b {
  color: #325e9b;
  font-size: 1.2rem;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  padding: 0.4rem 1rem;
  border: 1px #999 solid;
  background-color: #fff;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  background-color: #eee;
  border: 1px transparent solid;
  outline: 2px solid #325e9b;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}

select {
  font: inherit;
  color: inherit;
  line-height: 1rem;
  box-sizing: border-box;
  vertical-align: middle;
}
select > option:disabled {
  color: #999;
}

.widefat {
  width: 100%;
}

.h1-area {
  background-color: #f7f9fc;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .h1-area {
    padding: 2rem;
  }
}

.h1--page {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
}
@media (min-width: 768px) {
  .h1--page {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.h1--page > span {
  display: block;
}
.h1--cart {
  font-size: 1.1rem;
  font-weight: 500;
  border-left: 0.5rem #325e9b solid;
  border-bottom: 1px #999 dotted;
  padding-left: 0.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .h1--cart {
    font-size: 1.6rem;
  }
}
.h1--bg {
  background-color: #eee;
}
.h1--subtitle {
  font-size: 4cqi;
}
@media (min-width: 768px) {
  .h1--subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.h2--index {
  position: relative;
  font-size: 1.4rem;
  color: #325e9b;
  font-weight: 500;
  z-index: 2;
  margin-bottom: 3.4rem;
}
@media (min-width: 768px) {
  .h2--index {
    font-size: 3rem;
  }
}
.h2--index--en {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 3rem;
  font-size: 15cqi;
  color: rgba(50, 94, 155, 0.1);
}
@media (min-width: 768px) {
  .h2--index--en {
    font-size: 7rem;
  }
}
.h2--cart {
  border-bottom: 1px #999 dotted;
  border-left: 0.5rem #999 solid;
  padding-left: 0.5rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.h3--list {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  border-left: 0.5rem #325e9b solid;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .h3--list {
    font-size: 2rem;
  }
}
.h3--detail {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  border-left: 0.5rem #325e9b solid;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .h3--detail {
    font-size: 2rem;
  }
}

.dl-list > dt {
  color: #325e9b;
  font-weight: 600;
  font-size: 1.2rem;
}
.dl-list > dd {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.dl-list-normal > dt {
  font-size: 1rem;
  font-weight: 500;
}
.dl-list-normal > dd {
  margin-left: 0;
}
.dl-list-number {
  counter-reset: count;
}
.dl-list-number > dt {
  position: relative;
  padding-left: 2rem;
}
.dl-list-number > dt::before {
  position: absolute;
  content: counter(count) ".";
  counter-increment: count;
  font-size: 1.2rem;
  font-style: italic;
  left: 0;
}
.dl-list-faq dt {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.dl-list-faq dt::before {
  position: absolute;
  content: "Q.";
  font-size: 1.2rem;
  font-style: italic;
  left: 0;
}
.dl-list-faq dd {
  position: relative;
  padding-left: 2rem;
}
.dl-list-faq dd::before {
  position: absolute;
  content: "A.";
  font-size: 1.2rem;
  font-style: italic;
  left: 0;
}
.dl-list-flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .dl-list-flex {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .dl-list-flex > div {
    flex: 1;
  }
}
.dl-list-flex > div dt {
  position: relative;
  padding-left: 1rem;
}
.dl-list-flex > div dt::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0da";
  left: 0;
  color: #325e9b;
}
.dl-list-flex > div dd {
  margin-left: 0;
}
.dl-list-flex > div .site-logo {
  padding: 2rem 3rem;
}

.ul-list--list {
  padding: 2rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.ul-list--list > li {
  position: relative;
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ul-list--list > li::before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
}
.ul-list--list-number {
  counter-reset: count;
}
.ul-list--list-number > li::before {
  position: absolute;
  left: 0;
  content: counter(count) ".";
  counter-increment: count;
  font-size: 1.2rem;
  font-style: italic;
  color: #325e9b;
}
.ul-list--note {
  font-size: 0.9rem;
}
.ul-list--note > li {
  position: relative;
  padding-left: 1rem;
}
.ul-list--note > li::before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  color: #325e9b;
}
.ul-list--seminar-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.ul-list--seminar-list > li {
  background-color: #e9eff7;
  padding: 1rem;
}

@media (min-width: 768px) {
  .dl-form--content {
    display: grid;
    grid-template-columns: 12rem 1fr;
  }
}
.dl-form--content > dt {
  background-color: #e9eff7;
  border-bottom: 1px #999 dotted;
  padding: 0.5rem 1rem;
}
.dl-form--content > dd {
  border-bottom: 1px #999 dotted;
  padding: 0.5rem 1rem;
}

.text--catch {
  color: #325e9b;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 5cqi;
}
@media (min-width: 768px) {
  .text--catch {
    font-size: 2rem;
  }
}
.text--catch--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .text--catch--center {
    display: block;
    text-align: center;
  }
}

.check-area {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .check-area {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.check-area > * {
  position: relative;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .check-area > * {
    width: 50%;
    padding: 0;
  }
}
.check-area > * .check-label {
  display: flex;
  align-items: self-start;
}
.check-area > * .check-label input[type=radio],
.check-area > * .check-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.check-area > * .check-label input[type=radio]:checked + .radio-button::after,
.check-area > * .check-label input[type=checkbox]:checked + .radio-button::after {
  transform: translate(-50%, -50%) scale(1);
}
.check-area > * .check-label input[type=radio]:checked + .check-button::after,
.check-area > * .check-label input[type=checkbox]:checked + .check-button::after {
  transform: translate(-50%, -50%) scale(1);
}
.check-area > * .check-label .radio-button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #999;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}
.check-area > * .check-label .radio-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #8e9dae;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.1s;
}
.check-area > * .check-label .check-button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #999;
  border-radius: 4px;
  margin-right: 0.5rem;
  vertical-align: middle;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}
.check-area > * .check-label .check-button::after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.4rem;
  color: #8e9dae;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.1s;
}
.check-area > * .check-label:hover {
  cursor: pointer;
}
.check-area > * .check-label:hover .radio-button,
.check-area > * .check-label:hover .check-button {
  border-color: #8e9dae;
  cursor: pointer;
}

.input-area {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .input-area {
    min-width: 33%;
    width: auto;
  }
}
.input-area.widefat {
  width: 100%;
}
.input-area > input {
  width: 100%;
}
.input-area > input[type=number] {
  padding-right: 2rem;
}
.input-area > .input-icon-area {
  position: absolute;
  display: flex;
  gap: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}
.input-area > .input-icon-area > i {
  transition: 0.5s;
}
.input-area > .input-icon-area > i:hover {
  cursor: pointer;
  color: #8e9dae;
}

.hissu {
  color: #efefef;
  background-color: #999;
  font-size: 0.7rem;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
}

.loading {
  transition: 0.5s;
}
.loading--active {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.ul-stepflow--def > li {
  padding: 3rem 0;
}
.ul-stepflow--def > li:not(:last-child) {
  border-bottom: 3px solid #8e9dae;
  position: relative;
}
.ul-stepflow--def > li:not(:last-child)::before, .ul-stepflow--def > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ul-stepflow--def > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #8e9dae;
}
.ul-stepflow--def > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.ul-stepflow--def > li > dl {
  background-color: #e9eff7;
  padding: 1rem;
}
.ul-stepflow--def > li > dl dt {
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px #999 dotted;
  border-left: 0.5rem #325e9b solid;
  padding-left: 0.5rem;
}
.ul-stepflow--main > li {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}
.ul-stepflow--main > li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #325e9b;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .ul-stepflow--main > li {
    flex-direction: row;
    padding: 2rem 0;
  }
  .ul-stepflow--main > li:not(:last-child)::after {
    border: none;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
.ul-stepflow--main > li .step--label {
  text-align: center;
  background: #325e9b;
  color: #fff;
  padding: 1rem;
}
@media (min-width: 768px) {
  .ul-stepflow--main > li .step--label {
    position: relative;
    width: 20%;
  }
  .ul-stepflow--main > li .step--label::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 3rem solid #325e9b;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ul-stepflow--main > li .step--content {
  flex: 1;
  padding: 1rem;
  background-color: #e9eff7;
}

.bg--white {
  background-color: #fff;
}
.bg--primary-light {
  background-color: #e9eff7;
}

.label--plus {
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
  color: #325e9b;
}

.relation-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  background-color: #e9eff7;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .relation-grid {
    gap: 3rem;
    padding: 2rem;
  }
}
.relation-grid > .field {
  position: relative;
  background-color: #fff;
  font-size: 3cqi;
}
@media (min-width: 768px) {
  .relation-grid > .field {
    font-size: 1rem;
  }
}
.relation-grid > .field > .title {
  background-color: #325e9b;
  color: #fff;
  text-align: center;
}
.relation-grid > .field > .desc {
  padding: 1rem 0.5rem;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .relation-grid > .field > .desc {
    padding: 1rem;
  }
}
.relation-grid > .field.top::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f338";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .relation-grid > .field.top::after {
    bottom: -2.5rem;
  }
}
.relation-grid > .field.center::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f309";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .relation-grid > .field.center::after {
    bottom: -2.5rem;
  }
}
.relation-grid > .field.center::before, .relation-grid > .field.left::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f337";
  top: 50%;
  right: -0.75rem;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .relation-grid > .field.center::before, .relation-grid > .field.left::before {
    right: -2rem;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.header--top {
  display: none;
  background-color: #325e9b;
}
@media (min-width: 768px) {
  .header--top {
    display: block;
  }
}
.header--top .top--menu {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.7rem;
  padding: 0.25rem 1rem;
  letter-spacing: 0.05rem;
}
.header--top .top--menu > li a {
  color: #efefef;
}
.header--top .top--menu > li a > i::first-letter {
  padding-right: 0.5rem;
}
.header--bottom {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .header--bottom {
    padding: 1rem;
  }
}
.header--left {
  width: 300px;
}
.header--left .logo {
  display: flex;
  align-items: center;
}
.header--left .logo--img {
  width: 48px;
}
.header--left .logo--name {
  flex: 1;
  padding-left: 1rem;
  line-height: 1.2rem;
}
.header--left .logo--name-en {
  font-size: 0.7rem;
}
.header--right {
  display: flex;
  align-items: center;
}
.header--right .open-button,
.header--right .close-button {
  font-size: 1.4rem;
  line-height: 1.2rem;
}
@media (min-width: 768px) {
  .header--right .open-button,
  .header--right .close-button {
    display: none;
  }
}
.header--right .close-button {
  color: #efefef;
}
.header--right .header-menu {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  right: -100%;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  z-index: 999;
  background-color: #e9eff7;
}
@media (min-width: 768px) {
  .header--right .header-menu {
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
  }
}
.header--right .header-menu.menu-active {
  right: 0;
}
.header--right .header-menu .menu--header {
  background-color: #325e9b;
  padding: 1rem;
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--header {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--body .header-nav-button {
    display: none;
  }
}
.header--right .header-menu .menu--body .header-nav-button > ul {
  display: flex;
  flex-wrap: wrap;
}
.header--right .header-menu .menu--body .header-nav-button > ul > li {
  width: 25%;
  border-top: 1px #8e9dae solid;
}
.header--right .header-menu .menu--body .header-nav-button > ul > li:not(:last-child) {
  border-right: 1px #8e9dae solid;
}
.header--right .header-menu .menu--body .header-nav-button > ul > li > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #325e9b;
  color: #efefef;
  padding: 1rem 0.5rem;
}
.header--right .header-menu .menu--body .header-nav-button > ul > li > * > span {
  font-size: 2.6cqi;
}
.header--right .header-menu .menu--body .header-nav {
  background-color: #efefef;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--body .header-nav {
    background-color: transparent;
    padding: 0;
  }
}
.header--right .header-menu .menu--body .header-nav > ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--body .header-nav > ul {
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.8rem;
  }
  .header--right .header-menu .menu--body .header-nav > ul.sub-menu {
    display: none;
  }
}
.header--right .header-menu .menu--body .header-nav > ul > li > * {
  position: relative;
  display: block;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px #999 solid;
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--body .header-nav > ul > li > * {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header--right .header-menu .menu--body .header-nav > ul > li > *::before {
  position: absolute;
  display: inline-block;
  left: 0;
  font-family: "FontAwesome";
  content: "\f0da";
  color: #325e9b;
}

.pagenav {
  padding: 1rem 0;
}
.pagenav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
.pagenav > ul > li {
  padding: 0.2rem;
}
.pagenav > ul > li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px #999 solid;
  background-color: #ededed;
}
.pagenav > ul > li > *.current {
  background-color: #325e9b;
  color: #efefef;
}
.pagenav > ul > li a:hover {
  background-color: #eee;
}

.main {
  height: 100%;
  min-height: 100dvh;
}

.section--fixed {
  width: 100%;
  height: 100dvh;
  z-index: 1;
}
.section--fixed--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--fixed--bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--fixed--body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section--fixed--body--top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .section--content {
    width: 1200px;
    margin: 0 auto;
  }
}
.section--inner {
  padding: 10rem 1rem;
}
@media (min-width: 768px) {
  .section--inner {
    padding: 10rem 0;
  }
}
.section--bottom {
  padding: 0 1rem 10rem 1rem;
}
@media (min-width: 768px) {
  .section--bottom {
    padding: 0 0 10rem 0;
  }
}
.section--header {
  position: relative;
}
.section--two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .section--two-col {
    grid-template-columns: 55% 1fr;
  }
}
.section--two-col-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .section--two-col-2 {
    grid-template-columns: 20% 1fr;
  }
}
.section--cart {
  margin-bottom: 3rem;
}
.section--text {
  margin-bottom: 3rem;
}

.catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .catch {
    padding: 3rem;
  }
}
.catch-main {
  display: flex;
  flex-direction: column;
  font-size: 9cqi;
  font-weight: 500;
}
@media (min-width: 768px) {
  .catch-main {
    display: inline-block;
    font-size: 3.2cqi;
  }
}
.catch-sub {
  font-size: 4cqi;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .catch-sub {
    font-size: 1.4cqi;
  }
}
.catch-logo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .catch-logo {
    margin-bottom: 3rem;
  }
}
.catch-logo .img {
  width: 15%;
}
@media (min-width: 768px) {
  .catch-logo .img {
    width: 5%;
  }
}
.catch-logo .img img {
  width: 100%;
  height: auto;
}
.catch-logo .title {
  padding-left: 1rem;
  font-weight: 500;
}
.catch-logo .title .en {
  font-size: 4cqi;
}
@media (min-width: 768px) {
  .catch-logo .title .en {
    font-size: 1.2cqi;
  }
}
.catch-logo .title .ja {
  font-size: 6cqi;
}
@media (min-width: 768px) {
  .catch-logo .title .ja {
    font-size: 2cqi;
  }
}

.ul-button {
  margin-bottom: 1rem;
}
.ul-button--top > li > * {
  display: inline-block;
  background-color: #325e9b;
  color: #efefef;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.ul-button--def {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ul-button--def {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ul-button--def > li > * {
  position: relative;
  display: block;
  padding: 1rem 2.5rem 1rem 2rem;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 768px) {
  .ul-button--def > li > * {
    width: auto;
  }
}
.ul-button--def > li > *::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0da";
  font-size: 1.2rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.ul-button--def > li .button {
  background-color: #8e9dae;
  color: #efefef;
}
.ul-button--def > li .button--primary {
  background-color: #325e9b;
  color: #efefef;
}
.ul-button--cart {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ul-button--cart {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ul-button--cart > li > * {
  display: block;
  padding: 1rem 2.5rem 1rem 2rem;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 768px) {
  .ul-button--cart > li > * {
    width: auto;
  }
}
.ul-button--cart > li .button {
  background-color: #8e9dae;
  color: #efefef;
}
.ul-button--cart > li .button--primary {
  background-color: #325e9b;
  color: #efefef;
}
.ul-button--cart > li .button .icon-left {
  padding-right: 1rem;
}
.ul-button--cart > li .button .icon-right {
  padding-left: 1rem;
}
.ul-button--purchase {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ul-button--purchase {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ul-button--purchase > li > * {
  display: block;
  padding: 1rem 2.5rem 1rem 2rem;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 768px) {
  .ul-button--purchase > li > * {
    width: auto;
  }
}
.ul-button--purchase > li .button {
  background-color: #8e9dae;
  color: #efefef;
}
.ul-button--purchase > li .button.primary {
  background-color: #325e9b;
  color: #efefef;
}
.ul-button--purchase > li .button .icon-left {
  padding-right: 1rem;
}
.ul-button--purchase > li .button .icon-right {
  padding-left: 1rem;
}
.ul-button--center {
  justify-content: center;
}

.search-zipcode {
  display: inline-block;
  background-color: #999;
  color: #efefef;
  font-size: 0.8rem;
  padding: 0 0.5rem;
  transition: 0.5s;
}
.search-zipcode:hover {
  cursor: pointer;
  background-color: #8e9dae;
}

.footer {
  position: relative;
  z-index: 1;
  background-color: #325e9b;
  font-size: 0.9rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .footer-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
  }
}
.footer-nav {
  margin-bottom: 3rem;
}
.footer-nav > ul {
  display: none;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-nav > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    font-size: 0.8rem;
  }
}
.footer-nav > ul > li {
  border-bottom: 1px #efefef solid;
}
@media (min-width: 768px) {
  .footer-nav > ul > li {
    border: none;
  }
}
.footer-nav > ul > li > * {
  position: relative;
  display: block;
  color: #efefef;
  padding: 1rem 2rem 1rem 1rem;
}
@media (min-width: 768px) {
  .footer-nav > ul > li > * {
    padding: 0 0 0 1rem;
  }
}
.footer-nav > ul > li > *::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f0da";
}
@media (min-width: 768px) {
  .footer-nav > ul > li > *::after {
    right: auto;
    left: 0;
  }
}
.footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  color: #efefef;
}
@media (min-width: 768px) {
  .footer-copyright {
    flex-direction: row;
    justify-content: center;
    align-items: normal;
  }
}
@media (min-width: 768px) {
  .footer-copyright > span {
    padding: 0 0.25rem;
  }
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-fixed {
    left: auto;
    right: 0;
    width: auto;
  }
}
.footer-fixed > ul {
  display: flex;
  justify-content: flex-end;
  font-size: 3cqi;
}
@media (min-width: 768px) {
  .footer-fixed > ul {
    font-size: 0.8rem;
  }
}
.footer-fixed > ul > li {
  flex: 1;
  text-align: center;
  background-color: #325e9b;
}
@media (min-width: 768px) {
  .footer-fixed > ul > li {
    flex: auto;
  }
}
.footer-fixed > ul > li.totop {
  flex: none;
  width: 4rem;
}
.footer-fixed > ul > li > * {
  display: block;
  padding: 1rem 0.5rem;
  color: #efefef;
  border: 1px solid #fff;
}
.footer-fixed > ul > li > * > * {
  padding: 0 0.5rem;
}

.breadcrumbs {
  padding: 0.2rem 0.5rem;
  background-color: #e9eff7;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.breadcrumbs > ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs > ol > li {
  position: relative;
  padding: 0 1rem;
}
.breadcrumbs > ol > li::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  left: 0;
  color: #325e9b;
}
.breadcrumbs > ol > li a {
  display: inline-block;
  border-bottom: 1px #333 dotted;
  padding: 0 0.5rem;
  transition: 0.5s;
}
.breadcrumbs > ol > li a:hover {
  background-color: #ddd;
}

.page-top {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .page-top {
    height: 400px;
  }
}
.page-top--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .page-top--bg {
    height: 400px;
  }
}
.page-top--bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top--profile {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #dde4ed;
}
.page-top--profile > .title {
  flex: 1;
}
.page-top--profile > .img {
  width: 40%;
  height: 100%;
}
@media (min-width: 768px) {
  .page-top--profile > .img {
    width: 20%;
  }
}
.page-top--profile > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 768px) {
  .page-top--inner {
    padding: 3rem;
  }
}

.list-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .list-content {
    grid-template-columns: 70% 1fr;
  }
}
.list-content > .img {
  padding-bottom: 1rem;
}

.service--detail {
  padding: 3rem 0;
}
.service--detail .header-nav > ul {
  display: flex;
  font-size: 0.8rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .service--detail .header-nav > ul {
    justify-content: flex-end;
  }
}
.service--detail .header-nav > ul > li > * {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #325e9b;
  color: #efefef;
  transition: 0.5s;
}
.service--detail .header-nav > ul > li > *:hover {
  cursor: pointer;
  background-color: #2b548a;
}
.service .main-content {
  padding-bottom: 3rem;
}
.service .sub-content--details {
  padding: 0.5rem 0;
}
.service .sub-content--summary {
  border-bottom: 1px #325e9b dotted;
  background-color: #e9eff7;
  color: #325e9b;
  transition: 0.5s;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .service .sub-content--summary {
    font-size: 1.4rem;
  }
}
.service .sub-content--summary:hover {
  cursor: pointer;
}
.service .sub-content--body {
  padding: 2rem 1rem;
}
.service .instructor--area {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .service .instructor--area {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service .instructor--area > li {
  display: flex;
  border-bottom: 1px #1f2933 dotted;
  padding-bottom: 2rem;
}
.service .instructor--area > li > .img {
  width: 20%;
}
@media (min-width: 768px) {
  .service .instructor--area > li > .img {
    width: 33%;
  }
}
.service .instructor--area > li > .img > img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.service .instructor--area > li .profile {
  flex: 1;
  padding-left: 1rem;
}
.service .instructor--area > li .profile--name {
  color: #325e9b;
  font-weight: 500;
  margin-bottom: 1rem;
}
.service .instructor--area > li .profile--title > ul {
  font-size: 0.8rem;
}
.service .instructor--area > li .profile--title > ul > li {
  position: relative;
  padding-left: 1rem;
}
.service .instructor--area > li .profile--title > ul > li::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0da";
  left: 0;
  color: #325e9b;
}
.service .sub-image ul li .item {
  width: 100%;
  height: 100%;
}
.service .sub-image ul li .item .item--image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.service .sub-image ul li .item .item--image:hover {
  cursor: pointer;
}
.service .schedules {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .service .schedules {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .service .schedules--one-sku {
    grid-template-columns: 1fr;
  }
}
.service .entry--area {
  display: flex;
  justify-content: center;
}
.service .entry--area > * {
  width: 100%;
}
@media (min-width: 768px) {
  .service .entry--area > * {
    width: auto;
  }
}
.service .entry--area .sku-select-area > dl > dt {
  border-left: 0.5rem #325e9b solid;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.service .entry--area .sku-select-area > dl > dd:last-child {
  margin-bottom: 1rem;
}
.service .entry--area .sku-price-area {
  background-color: #e9eff7;
  padding: 0.5rem 1rem;
  text-align: center;
}
.service .entry--area .sku-button-area {
  padding: 2rem 0;
}
.service .entry--area .sku-button-area .skubutton {
  background-color: #325e9b;
  color: #efefef;
  transition: 0.5s;
  width: 100%;
  padding: 1rem 3rem;
}
@media (min-width: 768px) {
  .service .entry--area .sku-button-area .skubutton {
    padding: 1rem 3rem;
  }
}
.service .entry--area .sku-button-area .skubutton i::first-letter {
  padding-right: 1rem;
}
.service .entry--area .sku-button-area .skubutton:disabled {
  background-color: #999;
}
.service .entry--area .sku-button-area .skubutton:hover {
  cursor: pointer;
  background-color: #8e9dae;
}

.cart-area .cart-item {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 1rem;
  border-bottom: 1px #999 dotted;
}
@media (min-width: 768px) {
  .cart-area .cart-item {
    grid-template-columns: 20% 1fr;
  }
}
.cart-area .cart-item .cart-thumb {
  max-width: 150px;
  margin: 0 auto;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .cart-area .cart-item .cart-thumb {
    max-width: none;
    margin: auto;
  }
}
.cart-area .cart-item .cart-thumb a {
  display: block;
  height: 100%;
}
.cart-area .cart-item .cart-thumb a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .cart-area .cart-item .cart-info {
    padding-left: 2rem;
  }
}
.cart-area .cart-item .cart-info .cart-title {
  color: #325e9b;
}
.cart-area .cart-item .cart-info .cart-options {
  font-size: 0.9rem;
}
.cart-area .cart-item .cart-info .cart-meta {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: #333;
}
.cart-area .cart-item .cart-info .cart-meta dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}
.cart-area .cart-item .cart-actions > ul {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.cart-area .cart-item .cart-actions > ul > li button {
  background: none;
  border: 1px solid #999;
  background-color: #e9eff7;
  padding: 0.3rem 0.6rem;
  font-size: 0.7rem;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.5s;
}

.paymemnt-method-list {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.paymemnt-method-list .payment-row {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.paymemnt-method-list .payment-row label {
  display: block;
  padding: 0.5rem;
  cursor: pointer;
  background: #f9f9f9;
}
.paymemnt-method-list .payment-row label:has(input[type=radio]:checked) {
  background: #e9eff7;
  border-left: 0.5rem solid #325e9b;
}
.paymemnt-method-list .payment-row .payment-name {
  position: relative;
  font-weight: 600;
}
.paymemnt-method-list .payment-row input[type=radio]:checked + .payment-name::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f00c";
  right: 0;
  color: #325e9b;
}
.paymemnt-method-list .payment-row input[type=radio] {
  display: none;
}
.paymemnt-method-list .payment-row .payment-desc {
  display: none;
  padding: 0.5rem;
  color: #555;
  background: #fff;
  border-radius: 4px;
}
.paymemnt-method-list .payment-row input[type=radio]:checked ~ .payment-desc {
  display: block;
}

.confirm-total-area {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .confirm-total-area {
    padding-left: 70%;
  }
}
.confirm-total-area > div {
  display: flex;
  justify-content: flex-end;
}
.confirm-total-area > div > dt {
  width: 12rem;
  border-bottom: 1px dotted #999;
}
.confirm-total-area > div > dd {
  flex: 1;
  border-bottom: 1px dotted #999;
}

.login-area {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .login-area {
    align-items: center;
  }
}
.login-area--card {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .login-area--card {
    width: 50%;
  }
}
.login-area--card .lost-password {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8rem;
}
.login-area--card .lost-password a:hover {
  text-decoration: underline;
}

.login-form {
  background-color: #e9eff7;
  padding: 1rem;
}
.login-form dl {
  margin-bottom: 3rem;
}

.exs_error_message {
  border: 1px #325e9b solid;
  background-color: #eee;
  padding: 1rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.exs_error_message b {
  font-size: 0.8rem;
}

.address-form {
  font-size: 0.9rem;
  padding-bottom: 1rem;
}
.address-form > div {
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .address-form > div {
    display: flex;
    padding-bottom: 0;
  }
}
.address-form > div > dt {
  padding: 0.5rem;
  border-left: 0.5rem #325e9b solid;
  background-color: #efefef;
  border-bottom: 1px #999 dotted;
}
@media (min-width: 768px) {
  .address-form > div > dt {
    width: 25%;
    padding: 0.5rem;
    background-color: #325e9b;
    color: #fff;
    border-bottom: 1px #fff dotted;
  }
}
.address-form > div > dd {
  flex: 1;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .address-form > div > dd {
    border-bottom: 1px #999 dotted;
  }
}
.address-form > div > dd .address-search {
  display: flex;
}

.ul-side-button {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 2rem;
}
.ul-side-button > li > * {
  display: block;
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  transition: 0.5s;
  font-size: 0.9rem;
}
.ul-side-button > li > * > i {
  margin-right: 1rem;
}
.ul-side-button > li > *.active {
  background-color: #325e9b;
  color: #fff;
}
.ul-side-button > li > *:hover {
  background-color: #ccc;
}

.exs-history-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  background: #f8f8f8;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}
.exs-history-filter__col {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.exs-history-filter__cancel {
  font-size: 0.9rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.exs-history-filter__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.exs-history-filter__buttons > li {
  width: 6rem;
}
.exs-history-filter__buttons button {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  cursor: pointer;
  transition: 0.2s ease all;
}
.exs-history-filter__buttons button:hover {
  background: #eee;
}
.exs-history-filter__buttons button.is-active {
  background: #5561d9;
  color: #fff;
  border-color: #5561d9;
}

.exs-member-history {
  display: grid;
  gap: 0.5rem;
}
.exs-member-history .exs-order-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.exs-member-history .exs-order-card .exs-order-header {
  position: relative;
  cursor: pointer;
  background: #f8f8f8;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  .exs-member-history .exs-order-card .exs-order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.exs-member-history .exs-order-card .exs-order-header:hover {
  background: #f2f2f2;
}
.exs-member-history .exs-order-card .exs-order-header .exs-order-header__main {
  display: flex;
  flex-direction: column;
}
.exs-member-history .exs-order-card .exs-order-header .exs-order-header__main .exs-order-id {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0;
}
.exs-member-history .exs-order-card .exs-order-header .exs-order-header__main .exs-order-date {
  font-size: 0.9rem;
  color: #777;
}
.exs-member-history .exs-order-card .exs-order-header .exs-order-header__sub {
  display: flex;
  flex-direction: column;
}
.exs-member-history .exs-order-card .exs-order-header .exs-order-header__sub .exs-order-status,
.exs-member-history .exs-order-card .exs-order-header .exs-order-header__sub .exs-transfer-statement,
.exs-member-history .exs-order-card .exs-order-header .exs-order-header__sub .exs-contract-payment-type {
  font-size: 0.9rem;
  color: #555;
  margin-right: 0.5em;
}
.exs-member-history .exs-order-card .exs-order-header .exs-order-header__sub .exs-order-total {
  font-weight: 600;
  color: #333;
}
.exs-member-history .exs-order-card .exs-order-header .exs-order-toggle-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 0.5em;
}
.exs-member-history .exs-order-card .exs-order-body {
  display: none;
  padding: 1.25rem;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-summary {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 0.25em 0.5em;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  border-bottom: 1px #999 dashed;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-summary dt {
  color: #666;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-summary dd {
  margin: 0;
  color: #222;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-items .exs-item {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #eee;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-items .exs-item:first-child {
  border-top: none;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-items .exs-item .exs-item-thumb img {
  border-radius: 0.5rem;
  width: 80px;
  height: auto;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-items .exs-item .exs-item-body {
  flex: 1;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-items .exs-item .exs-item-body .exs-item-name {
  margin: 0 0 0.25rem;
  font-weight: 600;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-items .exs-item .exs-item-body .exs-item-detail {
  font-size: 0.9rem;
  color: #555;
  display: flex;
  gap: 1em;
}
.exs-member-history .exs-order-card .exs-order-body .exs-order-items .exs-item .exs-item-body .exs-item-options {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #666;
}
.exs-member-history .exs-order-card.is-open .exs-order-toggle-icon {
  content: "－";
}

.seminar-filter {
  display: flex;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .seminar-filter {
    justify-content: flex-end;
  }
}
.seminar-filter select {
  width: 100%;
}
@media (min-width: 768px) {
  .seminar-filter select {
    width: auto;
  }
}

.service-list {
  display: flex;
  flex-direction: column;
}
.service-list--row > article > a {
  position: relative;
  display: block;
  border-bottom: 1px #999 dotted;
  padding: 2rem 2.5rem 2rem 1rem;
  transition: 0.5s;
}
.service-list--row > article > a::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0da";
  font-size: 1.2rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #325e9b;
}
.service-list--row > article > a:hover {
  background-color: #e9eff7;
}
.service-list--row > article > a .content {
  margin-bottom: 1rem;
}
.service-list--row > article > a .content .title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #325e9b;
  border-left: 0.5rem #325e9b solid;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .service-list--row > article > a .content .title {
    font-size: 1.6rem;
  }
}
.service-list--row > article > a .content .subtitle {
  padding-left: 1rem;
}
.service-list--row > article > a .detail {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .service-list--row > article > a .detail {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 2px;
  }
}
.service-list--row > article > a .detail > dt {
  background-color: #eee;
  border-bottom: 1px #999 dotted;
  padding: 0 0.5rem;
}
.instructors {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.instructors > li {
  width: calc(50% - 3rem);
}
@media (min-width: 768px) {
  .instructors > li {
    width: calc(25% - 3rem);
  }
}
.instructors > li > a {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  transition: 0.5s;
}
.instructors > li > a:hover {
  background-color: #e9eff7;
}
.instructors > li > a .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.instructors > li > a .detail {
  padding-top: 1rem;
}
.instructors > li > a .detail .name {
  text-align: center;
  color: #325e9b;
  font-weight: 500;
}

.profile-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .profile-card {
    grid-template-columns: 15% 1fr 25%;
  }
}
.profile-card .profile-img {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .profile-card .profile-img {
    width: 100%;
    margin: auto;
  }
}
.profile-card .profile-img img {
  width: 100%;
  height: aito;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.profile-card .profile-title .name {
  font-size: 1.1rem;
  color: #325e9b;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .profile-card .profile-title .name {
    font-size: 1.6rem;
  }
}
.profile-card .profile-sns {
  border-top: 1px #999 dotted;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .profile-card .profile-sns {
    border: none;
    padding: auto;
  }
}
.profile-card .profile-sns > ul > li a span {
  padding-right: 0.5rem;
}
.profile-card .profile-sns > ul > li a .sns-icon {
  color: #325e9b;
}
.profile-card .profile-sns > ul > li a:hover {
  text-decoration: underline;
}
.profile-card .profile-text {
  border-top: 1px #999 dotted;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .profile-card .profile-text {
    padding: 3rem;
    grid-column: 1/4;
  }
}

/*# sourceMappingURL=main.css.map */
