<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  /* 繧ｫ繝ｼ繝九Φ繧ｰ縺ｮ險ｭ螳� */
  letter-spacing: 1px;
  font-feature-settings: "palt"1;
  font-kerning: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 100vh;
}

a {
  color: #39B54A;
  cursor: pointer;
  text-decoration: none;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  p {
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 1.5rem;
  }
}

.attention-red {
  color: red;
}

.attention-text {
  font-size: .8rem;
  line-height: 1.4 !important;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px),
print {
  .field-label {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
    text-align: left;
    white-space: nowrap;
  }
}

.is-horizontal .control {
  width: 100%;
}

/* _:-ms-lang(x)::-ms-backdrop,
.body {
  display: block;
} */

/* 繝懊ち繝ｳ霑ｽ蜉� */

.button.is-contact2 {
  background-color: #fff;
  color: #333;
  transition: .3s ease;
  height: 3.6rem;
  line-height: 1.3;
}

.button.is-present {
  background-color: #E9F48C;
  border-color: transparent;
  color: #333;
  transition: .3s ease;
  border-radius: 1rem;
}

.button.is-contact {
  background-color: #B4EE83;
  border-color: transparent;
  color: #333;
  transition: .3s ease;
  border-radius: 1rem;
}

.button.is-present:hover,
.button.is-contact:hover {
  opacity: .6;
}

.is-button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 1rem;
}

.is-button-area2 {
  display: flex;
  align-items: center;
  padding: 0 0 3rem;
}

.is-button-area3 {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0rem;
}

.is-button-area3 li:not(:last-child) {
  margin-right: .5rem;
}

@media screen and (max-width: 767px) {
  .is-button-area3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 0 3rem;
  }

  .is-button-area3 li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .button.is-contact2 {
    background-color: #fff;
    color: #333;
    transition: .3s ease;
    height: 3.6rem;
    line-height: 1.3;
    display: flex;
  }
}

.button.is-answer {
  background: #f25f37;
  border-color: transparent;
  color: #fff;
  transition: .3s ease;
}

.button.is-answer:hover {
  opacity: .7;
}

.button.is-btn-application {
  background: #f25f37;
  border-color: transparent;
  color: #fff;
  transition: .3s ease;
}

.button.is-application:hover {
  opacity: .7;
}

.button.is-btn-present {
  font-size: 1rem;
  background: #E9F48C;
  color: #333;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 1.2rem 1rem;
  border: 1px solid #c5cf75;
  transition: .3s ease;
}

.button.is-btn-present:hover {
  opacity: .8;
  border: 1px solid #c5cf75;
}

.button.is-btn-present2 {
  font-size: 1.2rem;
  background: #eb4e0b;
  color: #fff;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 1.4rem 1rem;
  border: 1px solid #d05d13;
  transition: .3s ease;
}

.button.is-btn-present2:hover {
  opacity: .8;
  border: 1px solid #d05d13;
}

@media screen and (max-width: 768px) {
  .button.is-btn-present2 {
    font-size: 1.1rem;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .button.is-btn-present2 {
    font-size: .9rem;
    width: 100%;
  }
}

/* 繝槭�繧ｸ繝ｳ繝懊ヨ繝�隱ｿ謨ｴ */
.is-mb0rem {
  margin-bottom: 0 !important;
}

.is-mb1rem {
  margin-bottom: 1rem;
}

.is-mb2rem {
  margin-bottom: 2rem;
}

.is-mb3rem {
  margin-bottom: 3rem;
}

/* -------------------------------
container隱ｿ謨ｴ
---------------------------------- */

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1068px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1260px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}

@media screen and (min-width: 1452px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}

/* -------------------------------
繝倥ャ繝繝ｼ
---------------------------------- */
.header {
  background: #fff;
  padding: .75rem 1rem;
  border-top: 8px solid #1dbfd5;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  transition: .3s;
  z-index: 500;
}

.header-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: .9;
  letter-spacing: 0;
  color: #4d4d4d;
  text-align: center;
  margin-right: 1rem;
}

.header-title span {
  font-family: sans-serif;
  font-size: .75rem;
  font-weight: bold;
  letter-spacing: 0;
  font-weight: normal;
  margin-left: -.25rem;
}

@media screen and (max-width: 1024px) {
  .header {
    background: #ddd;
    padding: 0;
    min-height: auto;
    border-top: 4px solid #1dbfd5;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 100;
  }

  .header-title {
    font-size: 1rem;
  }

  .header-title span {
    font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
    font-size: 1rem;
    margin-left: .75rem;
  }

  .header-title br {
    display: none;
  }
}

/* -------------------------------
繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン
---------------------------------- */
.navbar {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .container&gt;.navbar {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar-item,
.navbar-item .button {
  font-size: .85rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  line-height: 1.5;
  padding: .75rem;
  position: relative;
}

.navbar-item .control .button {
  font-size: .75rem;
  padding: .25rem .5rem .3rem;
}

.navbar-end .navbar-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 45.5%;
  left: 2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #39B54A;
  border-bottom: 1px solid #39B54A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {

  .navbar-item,
  .navbar-item .button {
    font-size: .8rem;
  }

  .navbar-item,
  .navbar-link {
    color: #4a4a4a;
    line-height: 1;
    padding: .5rem .5rem .5rem .75rem;
    position: relative;
  }

  .navbar-end {
    margin-left: 10px;
  }

  .navbar-end .navbar-item:not(:last-child)::after {
    top: 40%;
  }
}

@media screen and (max-width: 1007px) {
  .navbar-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.5rem 0;
  }
}

/* -------------------------------
繝輔ャ繧ｿ繝ｼ
---------------------------------- */
.footer {
  background: #4D4D4D;
  color: #ddd;
  margin-top: auto;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

.address-info {
  margin-bottom: 2rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.address-box {
  display: flex;
  flex-flow: column;
}

.address-box:first-child {
  margin-right: 2rem;
}

.address-box h3 {
  font-size: 1rem;
  margin-bottom: .5rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.address-box h3:before,
.address-box h3:after {
  background-color: #a3a3a3;
  content: '\a0';
  width: 1rem;
  height: 1px;
  position: relative;
  top: 0.75rem;
}

.address-box h3:before {
  margin-right: .5rem;
}

.address-box h3:after {
  margin-left: .5rem;
}

.address-box dt {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.address-box dd {
  font-size: .8rem;
  margin-bottom: .5rem;
}

.copyright {
  font-size: .6rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 2rem 1.5rem 1rem;
  }

  .address-info {
    margin-bottom: 2rem;
    flex-flow: column;
  }

  .address-box {
    display: flex;
    flex-flow: column;
  }

  .address-box:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .address-box h3 {
    font-size: .875rem;
  }

  .address-box dt {
    font-size: .875rem;
    margin-bottom: .5rem;
  }

  .address-box dd {
    font-size: .675rem;
    margin-bottom: .5rem;
  }
}

.footer nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  justify-content: center;
  line-height: 2;
  margin: 0;
  font-size: .75rem;
}

.footer-nav li {
  display: flex;
  align-items: center;
}

.footer-nav li:not(:last-child) {
  margin-right: .5rem;
}

.footer-nav li:not(:first-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: .75rem;
  background-color: #787878;
  margin-left: .5rem;
}

.footer-nav li:first-child {
  margin-right: .75rem;
}

.footer-nav a {
  color: #ddd;
  transition: .3s;
}

.footer-nav a:hover {
  opacity: .5;
}

.footer-nav li:first-child a {
  padding: .2rem .25rem .1rem .4rem;
  border: 1px solid #787878;
}

@media screen and (max-width: 420px) {
  .footer-nav {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
    font-size: .75rem;
  }

  .footer-nav li {
    margin-bottom: .5rem;
  }

  .footer-nav li:not(:last-child) {
    margin-right: .25rem;
  }

  .footer-nav li:first-child {
    margin-right: 1rem;
  }

  .footer-nav li:not(:first-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: .75rem;
    background-color: #787878;
    margin-left: .25rem;
  }

  .footer-nav li a {
    padding: .25rem;
  }
}

/* ----------------------------------------------------
繝医ャ繝励�繝ｼ繧ｸ
------------------------------------------------------- */
/* -------------------------------
繧ｹ繝ｩ繧､繝�
---------------------------------- */

@media screen and (min-width: 1025px) {
  .slider-wrap01 {
    margin: 90px auto 1rem;
  }
}

.slick-slide img {
  width: 100%;
  height: auto;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.slick a:hover {
  opacity: .7;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  padding: 4px 8px;
  border: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: .6;
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  cursor: pointer;
}

.slick-arrow:hover {
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, .3);
  opacity: 1;
}

.slick-prev {
  left: 60px;
}

.slick-next {
  right: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  background: #ddd;
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}

.slick-dots .slick-active button,
.slick-dots li button:hover {
  background: #aaa;
}

#slick01 .slick-slide {
  transition: .3s ease;
}

#slick01 .slick-slide:not(.slick-current) {
  opacity: .7;
}

/* -------------------------------
繝医ャ繝励�繝ｼ繧ｸ縺ｮ繝｡繧､繝ｳ繝翫ン
---------------------------------- */
.nav-explain {
  flex-wrap: wrap;
}

.nav-explain a {
  color: #333;
  transition: .3s ease;
}

.nav-explain a:hover {
  opacity: .7;
}

.nav-explain dl {
  display: flex;
  flex-direction: column;
}

.nav-explain dt {
  text-align: center;
  padding: 1rem 0;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 10rem;
  position: relative;
  font-size: 1.1rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-explain dt::before,
.nav-explain dt::after {
  content: url(../img/brackets.png);
  display: block;
  position: absolute;
  opacity: .5;
}

.nav-explain dt::before {
  transform: rotate(0);
  top: 10px;
  right: 10px;
}

.nav-explain dt::after {
  transform: rotateY(180deg);
  top: 10px;
  left: 10px;
}

.nav-explain span::before,
.nav-explain span::after {
  content: url(../img/brackets.png);
  display: block;
  position: absolute;
  opacity: .5;
}

.nav-explain span::before {
  transform: rotateX(-180deg);
  bottom: 10px;
  right: 10px;
}

.nav-explain span::after {
  transform: rotate(-180deg);
  bottom: 10px;
  left: 10px;
}

.nav-explain a:nth-of-type(1) dt {
  background: #84D7EC;
}

.nav-explain a:nth-of-type(2) dt {
  background: #aac3f5;
}

.nav-explain a:nth-of-type(3) dt {
  background: #FFCB71;
}

.nav-explain a:nth-of-type(4) dt {
  background: #FAB19D;
}

.nav-explain a:nth-of-type(5) dt {
  background: #d7f562;
}

.nav-explain a:nth-of-type(6) dt {
  background: #a3ec69;
}

.nav-explain dd {
  font-size: .9rem;
}

@media screen and (max-width: 480px) {
  .nav-explain dt {
    text-align: center;
    padding: 1rem 0;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
    position: relative;
    font-size: 1rem;
    font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .nav-explain dt::before,
  .nav-explain dt::after {
    content: url(../img/brackets.png);
    display: block;
    position: absolute;
  }

  .nav-explain span::before,
  .nav-explain span::after {
    content: url(../img/brackets.png);
    display: block;
    position: absolute;
  }

  .nav-explain dt::before {
    transform: rotate(0);
    top: 5px;
    right: 5px;
  }

  .nav-explain dt::after {
    transform: rotateY(180deg);
    top: 5px;
    left: 5px;
  }

  .nav-explain span::before {
    transform: rotateX(-180deg);
    bottom: 5px;
    right: 5px;
  }

  .nav-explain span::after {
    transform: rotate(-180deg);
    bottom: 5px;
    left: 5px;
  }

  .nav-explain dd {
    font-size: .8rem;
    margin-bottom: 0;
  }
}

/* -------------------------------
繝医ャ繝励�縺顔衍繧峨○
---------------------------------- */
.area-info {
  padding-top: 0;
}

.area-info-title {
  font-size: 1.4rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  border-bottom: 4px solid #998675;
}

.area-info-list li {
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0 .5rem 1rem;
  border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 480px) {
  .area-info-title {
    font-size: 1.1rem;
    font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    border-bottom: 4px solid #998675;
  }

  .area-info-list li {
    font-size: .8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    padding: 0 .5rem .5rem;
    border-bottom: 2px solid #ddd;
  }
}

/* ----------------------------------------------------
荳倶ｽ埼嚴螻､繝壹�繧ｸ
------------------------------------------------------- */

/* ----------------------------------------------------
蜈育函逕ｨ辟｡譁僮D
------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .free-id {
    margin-top: 72px;
  }
}

.free-id .page-title {
  background: #f0e68c;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 2.2rem 0 1rem;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .free-id .page-title {
    font-size: 1.2rem;
    padding: .75rem 0 .5rem;
  }

  .free-id  .column {
    padding: .25rem 1.5rem;
  }

  .free-id p {
    line-height: 1.8;
  }
}

.free-id .section {
  background: #ffffe0;
  margin-bottom: 0;
}

.free-id .section section {
  margin-bottom: 3rem;
}

.free-id-main-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.free-id-title {
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  color: #cd5c00;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.6rem;
}

.free-id-title:before,
.free-id-title:after {
  background-color: #ddd;
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 1rem;
}

.free-id-title:before {
  margin-right: 10px;
}

.free-id-title:after {
  margin-left: 10px;
}


.free-id dl{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #ddd;
margin-bottom: 3rem;	
}
.free-id dt{
    width: 25%;
    float: left;
    padding: 10px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}
.free-id dd{
  margin-left: 25%;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
.free-id dd:after{
  display: block;
  content: "";
  clear: both;
}


.is-button-area-fr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button.is-experience {
  background-color: #598e04;
  color: #fff;
  transition: .3s ease;
  height: 3.2rem;
  line-height: 1.3;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: .75rem;
}

@media screen and (max-width: 768px) {
  .free-id-title {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    text-align: left;
  }

  .free-id-title:before,
  .free-id-title:after {
    display: none;
  }
}






/* ----------------------------------------------------
遉ｾ莨壻ｺｺ蟶ｸ隴倥�繝翫�縺ｨ縺ｯ
------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .area-about {
    margin-top: 72px;
  }
}

.area-about .page-title {
  background: #DAF3F9;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 2.2rem 0 1rem;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .area-about .page-title {
    font-size: 1.2rem;
    padding: .75rem 0 .5rem;
  }

  .area-about .column {
    padding: .25rem 1.5rem;
  }

  .area-about p {
    line-height: 1.8;
  }
}

.area-about .section {
  background: #F2FBFD;
  margin-bottom: 0;
}

.area-about .section section {
  margin-bottom: 3rem;
}

.about-main-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.about-title {
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  color: #cd5c00;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.6rem;
}

.about-title:before,
.about-title:after {
  background-color: #ddd;
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 1rem;
}

.about-title:before {
  margin-right: 10px;
}

.about-title:after {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .about-title {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    text-align: left;
  }

  .about-title:before,
  .about-title:after {
    display: none;
  }
}

.about-3point-title {
  padding: .5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #ed6f4c;
  margin-bottom: 1rem;
}

.about-3point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.about-3point dl {
  line-height: 1.6;
  flex-basis: 33.3333%;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  text-align: left;
  position: relative;
  z-index: 100;
  background: #fad6b4;
}

.about-3point dl:not(:last-child) {
  margin-right: 1rem;
}

.about-3point dl::after {
  color: #fff;
  font-family: 貂ｸ譏取悃, "Yu Mincho", YuMincho, serif;
  position: absolute;
  top: .25rem;
  left: .75rem;
  z-index: -10;
  font-size: 8rem;
  line-height: 1;
}

.about-3point dl:nth-child(1)::after {
  content: "1";
}

.about-3point dl:nth-child(2)::after {
  content: "2";
}

.about-3point dl:nth-child(3)::after {
  content: "3";
}

.about-3point dt {
  font-weight: bold;
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  .about-3point {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .about-3point dl {
    line-height: 1.4;
    flex-basis: 100%;
    padding: 1rem 1rem 1rem 5rem;
    text-align: left;
    position: relative;
    z-index: 100;
    background: #fad6b4;
  }

  .about-3point dl:not(:last-child) {
    margin-right: 0;
    margin-bottom: .5rem;
  }

  .about-3point dl::after {
    color: #fff;
    font-family: 貂ｸ譏取悃, "Yu Mincho", YuMincho, serif;
    position: absolute;
    top: .25rem;
    left: .75rem;
    z-index: -10;
    font-size: 6rem;
    line-height: 1;
  }
}

/* ----------------------------------------------------
驕ｸ縺ｰ繧後ｋ莨∵･ｭ縺ｨ繝槭リ繝ｼ
------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .area-select {
    margin-top: 72px;
  }
}

.area-select .page-title {
  color: rgba(0, 0, 0, 0.5);
  background: #F5F8FD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 2.2rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .area-select .page-title {
    font-size: 1.2rem;
    padding: .75rem 0 .5rem;
  }

  .area-select p {
    line-height: 1.8;
  }

  .area-select p:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.select-kind-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.select-kind {
  margin: 1rem auto;
  display: flex;
  font-size: .8rem;
}

.select-kind dt {
  color: #fff;
  padding: .3rem .5rem 0rem;
}

.select-kind dd {
  padding: .25rem .5rem;
}

.select01 dt {
  background: #5fbc18;
}

.select01 dd {
  border: 1px solid #5fbc18;
  color: #5fbc18;
}

.select02 dt {
  background: #f0910e;
}

.select02 dd {
  border: 1px solid #f0910e;
  color: #f0910e;
}

.select03 dt {
  background: #ea71a5;
}

.select03 dd {
  border: 1px solid #ea71a5;
  color: #ea71a5;
}

.select04 dt {
  background: #ef572f;
}

.select04 dd {
  border: 1px solid #ef572f;
  color: #ef572f;
}

.select05 dt {
  background: #7F58B7;
}

.select05 dd {
  border: 1px solid #7F58B7;
  color: #7F58B7;
}

.select06 dt {
  background: #49bbbc;
}

.select06 dd {
  border: 1px solid #49bbbc;
  color: #49bbbc;
}

.select07 dt {
  background: #a9893c;
}

.select07 dd {
  border: 1px solid #a9893c;
  color: #a9893c;
}

.select08 dt {
  background: #4ab2e7;
}

.select08 dd {
  border: 1px solid #4ab2e7;
  color: #4ab2e7;
}

.select-title-main {
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .select-title-main {
    font-size: 1.3rem;
    font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .select-title-main {
    text-align: left;
  }

  .select-title-main br {
    display: none;
  }
}

.main-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.sub-images {
  margin-bottom: 6rem;
}

.sub-img {
  max-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub-img figcaption {
  width: 100%;
  font-size: .8rem;
}

.sub-img img {
  width: 100%;
  margin-bottom: .75rem;
}

@media screen and (max-width: 767px) {
  .sub-img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sub-img figcaption {
    width: 100%;
    font-size: .8rem;
  }

  .sub-img img {
    width: 100%;
    height: auto;
    margin-bottom: .75rem;
  }
}

.select-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select-profile-title {
  font-size: 1.2rem;
  font-weight: normal;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.6rem;
}

.select-profile-title:before,
.select-profile-title:after {
  background-color: #ddd;
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.8rem;
}

.select-profile-title:before {
  margin-right: 10px;
}

.select-profile-title:after {
  margin-left: 10px;
}

.profile-img1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.profile-img1 img {
  width: 400px;
  height: auto;
}

.select-profile-name {
  font-size: 1.2rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  margin-bottom: .5rem;
}

.select-profile-data {
  font-size: .8rem;
  line-height: 1.4;
  text-align: left;
}

.afterword {
  padding: 1.6rem 2rem;
  box-shadow: inset 8px 8px 0 #fff, inset -8px -8px 0 #fff;
}
.afterword.select01 {
  border: 1px solid #dbf0ac;
  background: #dbf0ac;
}

.afterword.select02 {
  border: 1px solid #fce8c6;
  background: #fce8c6;
}

.afterword.select03 {
  border: 1px solid #fcdcea;
  background: #fcdcea;
}

.afterword.select04 {
  border: 1px solid #fccfad;
  background: #fccfad;
}

.afterword.select05 {
  border: 1px solid #ede3f4;
  background: #ede3f4;
}

.afterword.select06 {
  border: 1px solid #d5eeef;
  background: #d5eeef;
}

.afterword.select07 {
  border: 1px solid #e0d8c6;
  background: #e0d8c6;
}

.afterword.select08 {
  border: 1px solid #c8e8f9;
  background: #c8e8f9;
}

.select-title-aw {
  font-size: 1rem;
  margin-bottom: .75rem;
  text-align: center;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
}

.afterword p {
  font-size: .8rem;
  line-height: 1.6;
}

/* ----------------------------------------------------
繝医ャ繝励リ繝� 驕ｸ縺ｰ繧後ｋ莨∵･ｭ縺ｨ繝槭リ繝ｼ
------------------------------------------------------- */

.select-navi {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}

.select-navi a {
  color: #fff;
}

.select-navi dl {
  color: #fff;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: wrap;
  align-items: center;
  justify-content: flex-start;
  min-height: auto;
  position: relative;
  padding: .75rem .5rem .5rem;
  margin: 2px 0;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  transition: .3s;
}

.stretched-link:hover::after {
  background-color: rgba(255, 255, 255, .25);
}

.genre01 {
  background-color: #a9cf52;
}

.genre02 {
  background-color: #f7b749;
}

.genre03 {
  background-color: #f09ec1;
}

.genre04 {
  background-color: #ed7850;
}

.genre05 {
  background-color: #ba8dbe;
}

.genre06 {
  background-color: #49bbbc;
}

.genre07 {
  background-color: #d4b467;
}

.genre08 {
  background-color: #6dc2ee;
}

.select-navi dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .7rem;
  margin-right: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  flex: none;
  width: 68px;
  white-space: nowrap;
}

.select-navi dt br {
  display: block;
}

.select-navi dt::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: .25rem;
  background-size: contain;
}

.genre01 dt::before {
  background-image: url(../select/img/genre01.png);
}

.genre02 dt::before {
  background-image: url(../select/img/genre02.png);
}

.genre03 dt::before {
  background-image: url(../select/img/genre03.png);
}

.genre04 dt::before {
  background-image: url(../select/img/genre04.png);
}

.genre05 dt::before {
  background-image: url(../select/img/genre05.png);
}

.genre06 dt::before {
  background-image: url(../select/img/genre06.png);
}

.genre07 dt::before {
  background-image: url(../select/img/genre07.png);
}

.genre08 dt::before {
  background-image: url(../select/img/genre08.png);
}

.select-navi dd {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

/* ----------------------------------------------------
繧ｵ繝悶リ繝� 驕ｸ縺ｰ繧後ｋ莨∵･ｭ縺ｨ繝槭リ繝ｼ
------------------------------------------------------- */

.select-subnavi {
  font-size: .75rem;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.section+.select-subnavi {
  margin-bottom: 2rem;
}

.select-subnavi ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.select-subnavi li {
  flex: 0 0 auto;
  margin: .25rem 4px;
}

.select-subnavi li:not(:last-child) {
  margin-right: 4px;
}

.select-subnavi a {
  color: #777;
  display: flex;
  min-width: 4rem;
  justify-content: center;
  line-height: 1;
  padding: .5rem .75rem;
  background-color: #fff;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.select-subnavi a:hover {
  opacity: .5;
}

.select-subnavi .genre00 {
  border-color: #e7e7e7;
}

.select-subnavi .genre01 {
  border-color: #dbf0ac;
}

.select-subnavi .genre02 {
  border-color: #fce8c6;
}

.select-subnavi .genre03 {
  border-color: #fcdcea;
}

.select-subnavi .genre04 {
  border-color: #fccfad;
}

.select-subnavi .genre05 {
  border-color: #ede3f4;
}

.select-subnavi .genre06 {
  border-color: #d5eeef;
}

.select-subnavi .genre07 {
  border-color: #e0d8c6;
}
.select-subnavi .genre08 {
  border-color: #c8e8f9;
}

.select-subnavi .active {
  color: #555;
  border-color: #fff;
}

.select-subnavi .active:hover {
  cursor: default;
}

@media screen and (min-width: 1025px) {

  .select-navi {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .select-navi a {
    color: #fff;
  }

  .select-navi dl {
    color: #fff;
    text-align: center;
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    position: relative;
    padding: 1.5rem 1rem;
    margin: 10px;
  }

  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    transition: .3s;
  }

  .stretched-link:hover::after {
    background-color: rgba(255, 255, 255, .25);
  }

  .select-navi dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .875rem;
    min-width: 100px;
    margin-right: 0;
    margin-bottom: .75rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #fff;
  }

  .select-navi dt::before {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: .5rem;
  }

  .select-navi dd {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
  }

  /* ----------------------------------------------------
  繧ｵ繝悶リ繝� 驕ｸ縺ｰ繧後ｋ莨∵･ｭ縺ｨ繝槭リ繝ｼ
  ------------------------------------------------------- */

  .select-subnavi {
    font-size: .75rem;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }

  .section+.select-subnavi {
    margin-bottom: 2rem;
  }

  .select-subnavi ul {
    width: auto;
    display: flex;
    justify-content: flex-start;
  }

  .select-subnavi li {
    flex: 0 1 auto;
  }

  .select-subnavi li:not(:last-child) {
    margin-right: 5px;
  }

  .select-subnavi a {
    color: #777;
    display: flex;
    min-width: 4rem;
    justify-content: center;
    line-height: 1;
    padding: .5rem .75rem;
    background-color: #fff;
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }

  .select-subnavi .active {
    color: #555;
    border-color: #fff;
  }

  .select-subnavi .active:hover {
    cursor: default;
  }
}

/* ----------------------------------------------------
菴馴ｨ楢��螢ｰ
------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .area-voice {
    margin-top: 72px;
  }
}

.area-voice .page-title {
  color: rgba(0, 0, 0, 0.5);
  background: #f1e8ce;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 2.2rem 0 1rem;
}

.area-voice .section {
  background: #f9f5e7;
  margin-bottom: 0;
}

.voice-title-main {
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3rem;
}

.voice-card {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.voice-title-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}

.lined-paper {
  position: relative;
  background-image: linear-gradient(rgba(153, 204, 255, .2) .1rem, transparent .1rem);
  background-size: 100% 2.4rem;
  margin-bottom: 2rem;
  line-height: 2.4;
}

.lined-paper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .6rem;
}

.voice-title-profile {
  color: #757575;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-bottom: .25rem;
}

.voice-title-profile:before,
.voice-title-profile:after {
  background-color: #ddd;
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.7rem;
}

.voice-title-profile:before {
  margin-right: 10px;
}

.voice-title-profile:after {
  margin-left: 10px;
}

.voice-title-profile+p {
  text-align: center;
  font-size: .8rem;
}

.voice-photoname {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.voice-photoname dt {
  width: 120px;
  height: auto;
  margin-bottom: 1rem;
}

.voice-photoname dd {
  font-size: 1rem;
  text-align: center;
}

.voice-photoname dd span {
  font-size: .75rem;
}

@media screen and (max-width: 768px) {
  .area-voice .page-title {
    font-size: 1.2rem;
    padding: .75rem 0 .5rem;
  }

  .area-voice .section {
    padding: 1rem;
  }

  .area-voice .column {
    padding: .25rem 1.5rem;
  }

  .voice-card {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .voice-title-main {
    font-size: 1.1rem;
    font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1.6rem;
  }

  .voice-title-name {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .voice-title-main span br {
    display: none;
  }
}

/* ----------------------------------------------------
e繝ｩ繝ｼ繝九Φ繧ｰ縺ｮ迚ｹ髟ｷ�医き繝ｪ繧ｭ繝･繝ｩ繝���
------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .area-feature {
    margin-top: 72px;
  }
}

.area-feature .page-title {
  color: rgba(0, 0, 0, 0.5);
  background: #fbebf5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 2.2rem 0 1rem;
}

.feature-main-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  text-align: center;
}

.area-feature .section {
  background: #fefafc;
  margin-bottom: 0;
}

.area-feature .column {
  padding: .75rem 1.5rem;
}

@media screen and (min-width: 769px) {
  .area-feature .page-title br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .area-feature .page-title {
    font-size: 1.2rem;
    padding: .75rem 0 .5rem;
    text-align: center;
  }

  .area-feature .section {
    padding: 1rem;
  }

  .area-feature .column {
    padding: .25rem 1.5rem;
  }
}

.feature-3point-title {
  padding: .5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #93c77d;
  margin-bottom: 1rem;
}

.feature-3point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.feature-3point li {
  line-height: 1.6;
  flex-basis: 33.3333%;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  text-align: left;
  position: relative;
  z-index: 100;
  background: #b9fa9d;
}

.feature-3point li:not(:last-child) {
  margin-right: 1rem;
}

.feature-3point li::after {
  color: #fff;
  font-family: 貂ｸ譏取悃, "Yu Mincho", YuMincho, serif;
  position: absolute;
  top: 0;
  left: .75rem;
  z-index: -10;
  font-size: 8rem;
  line-height: 1;
}

.feature-3point li:nth-child(1)::after {
  content: "1";
}

.feature-3point li:nth-child(2)::after {
  content: "2";
}

.feature-3point li:nth-child(3)::after {
  content: "3";
}

.feature-3point a {
  color: #2b8b03;
  font-weight: bold;
}

.about-3point a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .feature-3point {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .feature-3point li {
    flex-basis: 100%;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
  }

  .feature-3point li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .feature-3point li::after {
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: .75rem;
    z-index: -10;
    font-size: 4rem;
    line-height: 1;
  }
}

.feature-table {
  width: 100%;
  margin-bottom: 1.5rem;
}

.feature-table th,
.feature-table td {
  padding: .75rem;
  border-bottom: 2px solid #F2FBFD;
}

.feature-table th {
  color: #764a57;
  white-space: nowrap;
  background: #fcd5e1;
  border-right: 2px solid #F2FBFD;
}

.feature-table td {
  background: #fde4eb;
}

@media screen and (max-width: 640px) {
  .scroll-table {
    overflow-x: auto;
  }

  .sale-table {
    min-width: 640px;
  }
}

.sale-table {
  width: 100%;
  margin-bottom: 1.5rem;
}

.sale-table caption {
  caption-side: bottom;
  margin-top: .25rem;
  text-align: left;
}


.sale-table td {
  padding: .75rem;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  /* border: 1px solid #ddd; */
}

.sale-td-line1 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.sale-td-line2 {
  border-left: 1px solid #ddd;
}


.sale-table th {
  color: #333;
  line-height: 1;
  white-space: nowrap;
  padding: .75rem;
  background: #CDDC39;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sale-table .th-white-space {
  background: #fefafc;
}

.sale-items-photo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.sale-items-photo p {
  margin-right: auto;
}

.sale-items-photo img {
  margin-left: 1rem;
}

.sale-table td:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}

.sale-table .sale-items {
  border-top: 1px solid #ddd;
}

.area-feature ul,
.area-feature ol {
  list-style: none;
}

.feature-title {
  font-family: Klee,
    貂ｸ譏取悃,
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    HGS譏取悃E,
    繝｡繧､繝ｪ繧ｪ,
    Meiryo,
    serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

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

.discount-box {
  font-family: Klee,
    貂ｸ譏取悃,
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    HGS譏取悃E,
    繝｡繧､繝ｪ繧ｪ,
    Meiryo,
    serif;
  font-weight: bold;
  padding: 1rem;
  line-height: 1;
  font-size: 1.4rem;
  background-color: #FFEA00;
  display: inline-block;
  margin-top: 2rem;
}



@media screen and (min-width: 768px) {
  .feature-title br {
    display: none;
  }
  
   .discount-box br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .feature-title {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .tax-text {
    font-size: .875rem;
    text-align: right;
  }
  
    .discount-box {
    font-family: Klee,
      貂ｸ譏取悃,
      "Yu Mincho",
      YuMincho,
      "Hiragino Mincho ProN",
      HGS譏取悃E,
      繝｡繧､繝ｪ繧ｪ,
      Meiryo,
      serif;
    font-weight: bold;
    padding: 1rem;
    line-height: 1;
    font-size: 1.2rem;
    background-color: #FFEA00;
    display: block;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

}

.tabs2 #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs2 #tab-button li {
  display: table-cell;
  width: 50%;
}

.tabs2 #tab-button li a {
  display: block;
  padding: .5em;
  background: #fefafc;
  text-align: center;
  color: #925d95;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

.tabs2 #tab-button li:not(.is-active) a {
  border-bottom: 1px solid #f1e3f1;
}

.tabs2 #tab-button .is-active a {
  border-top: 1px solid #f1e3f1;
  border-right: 1px solid #f1e3f1;
  border-left: 1px solid #f1e3f1;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.tabs2 #tab-button li a:hover {
  border-bottom-color: transparent;
  background: #f1e3f1;
  border-top: 1px solid #f1e3f1;
}

.tabs2 .tab-contents {
  padding: 2rem;
  border: 1px solid #f1e3f1;
  background: #fff;
  margin-top: 20px;
}

.tabs2 .tab-button-outer {
  display: none;
}

@media screen and (min-width: 640px) {
  .tabs2 .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }

  .tabs2 .tab-select-outer {
    display: none;
  }

  .tabs2 .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

@media screen and (max-width: 639px) {
  .tabs2 .tab-contents {
    padding: 1rem 1rem 1rem;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
  }

  .tabs2 .tab-select-outer {
    display: block;
  }
}

.curriculum-table {
  width: 100%;
}

.curriculum-table th,
.curriculum-table td {
  padding: .75rem;
  border-bottom: 2px solid #fff;
}

.curriculum-table th {
  color: #925d95;
  white-space: nowrap;
  background: #fbeef6;
  border-right: 2px solid #fff;
  text-align: center;
}

.curriculum-table td {
  background: #fdf5fa;
  border-right: 2px solid #fff;
}

.curriculum-table td:nth-child(1) {
  text-align: center;
}

.curriculum-table td:nth-child(2) {
  white-space: nowrap;
}

.curriculum-table li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: .5rem;
}

.curriculum-table li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #eecbd1;
  position: absolute;
  top: 4px;
  left: 0;
}

.curriculum-table ul ul {
  margin-top: .5rem;
}

.curriculum-table ul ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fafdf5;
  border: 1px solid #eecbd1;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .curriculum-table {
    width: 100%;
  }

  .curriculum-table thead {
    display: none;
  }

  .curriculum-table td {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 2.5rem;
  }

  .curriculum-table td::before {
    content: attr(aria-label);
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9e1e5;
    padding: .25rem .5rem;
  }

  .curriculum-table td:first-child::before {
    background-color: #c6b3c0;
    color: #fff;
    font-weight: bold;
  }

  .curriculum-table td:nth-child(2) {
    text-align: left;
  }

  #tab01 .curriculum-table td:nth-child(4) {
    width: 100%;
  }
}

/* ----------------------------------------------------
菴馴ｨ薙し繝ｳ繝励Ν
------------------------------------------------------- */
.page-experience {
  display: flex;
  flex-flow: column;
  background-color: #f0f6c6
}

.area-experience+.footer {
  margin-top: auto;
}

@media screen and (min-width: 1025px) {
  .area-experience {
    margin-top: 72px;
  }
}

.area-experience .page-title {
  background: #deeb87;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 2.2rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .area-experience .page-title {
    font-size: 1.2rem;
    padding: .75rem 0 .5rem;
  }

  .area-experience .column {
    padding: .25rem 1.5rem;
  }

  .area-experience p {
    line-height: 1.8;
  }
}

.experience-main-title {
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.movie-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.movie-item {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  padding: .5rem .5rem 1.5rem;
  box-shadow: 0 4px 8px rgba(136, 153, 69, 0.25);
}

.movie-item:not(:last-child) {
  margin-right: 1rem;
}

.movie-item dt {
  color: #333;
  font-size: .875rem;
  margin-bottom: 1rem;
  padding: .25rem;
  width: 100%;
}

.movie-item:nth-of-type(1) dt {
  background-color: #f7e2ac;
}

.movie-item:nth-of-type(2) dt,
.movie-item:nth-of-type(3) dt {
  background-color: #d5edba;
}

.movie-item:nth-of-type(4) dt {
  background-color: #bde8e4;
}

.movie-item dd:nth-of-type(1) {
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
}

.movie-item dd:last-child {
  margin-top: auto;
}

.movie-item-btn {
  background-color: #598e04;
  color: #fff;
  padding: .5rem 1.25rem;
  border-radius: 2rem;
  transition: .3s;
}

.movie-item-btn:hover {
  color: #fff;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .movie-items {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
  }

  .movie-item {
    flex: 0 1 48%;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: .5rem .5rem 1.5rem;
    box-shadow: 0 4px 8px rgba(136, 153, 69, 0.25);
  }

  .movie-item:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 420px) {
  .movie-items {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 0rem;
  }

  .movie-item {
    flex: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: .5rem .5rem 1.5rem;
    box-shadow: 0 4px 8px rgba(136, 153, 69, 0.25);
  }

  .movie-item:not(:last-child) {
    margin-right: 0;
  }
}


/* ----------------------------------------------------
縺雁撫縺�粋繧上○
------------------------------------------------------- */

.page-contacts {
  display: flex;
  flex-direction: column;
}

.area-contacts+.footer {
  margin-top: auto;
}

@media screen and (min-width: 1025px) {
  .area-contacts {
    margin-top: 72px;
  }
}

.area-contacts .page-title {
  background: #ceedb6;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 2.2rem 0 1rem;
}

.contacts-main-title {
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

.contacts-list li {
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}

@media screen and (max-width: 768px) {
  .area-contacts .page-title {
    font-size: 1.2rem;
    padding: .75rem 0 .5rem;
  }

  .contacts-main-title {
    margin-bottom: 1rem;
  }

  .area-contacts .column {
    padding: .25rem 1.5rem;
  }

  .area-contacts p {
    line-height: 1.8;
  }
}

.area-contacts .section {
  background: #f4fcf2;
  margin-bottom: 0;
}

.area-contacts .section section {
  margin-bottom: 3rem;
}

/* ----------------------------------------------------
迚ｹ螳壼膚蜿門ｼ墓ｳ輔↓縺翫￠繧玖｡ｨ遉ｺ
------------------------------------------------------- */

@media screen and (min-width: 1025px) {
  .area-order {
    margin-top: 72px;
  }
}

.area-order .page-title {
  background: #ceedb6;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: Klee, 貂ｸ譏取悃, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS譏取悃E, 繝｡繧､繝ｪ繧ｪ, Meiryo, serif;
  font-weight: bold;
  padding: 2.2rem 0 1rem;
}

.order-list {
  width: 100%;
}

.order-list th,
.order-list td {
  border-bottom: 1px solid #ddd;
  padding: .5rem;
}

.order-list th {
  white-space: nowrap;
  color: #424242;
}

.order-list td {
  vertical-align: middle;
}

.area-contacts .field:not(:last-child) {
  margin-bottom: 1.25rem;
}

.area-contacts .radio+.radio {
  margin-left: 0;
}

.plan-list {
  display: flex;
  flex-direction: column;
}

.plan-items {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  padding: .5rem;
  border-bottom: 1px solid #ddd;
}

.plan-items p {
  line-height: 1.4;
  margin-left: 1.5rem;
}

.plan-items p:last-child {
  margin-left: auto;
}

.about-privacy {
  margin: 3rem 0 1rem;
}

.about-privacy h4 {
  margin-bottom: .5rem;
}

.required {
  font-size: .7rem;
  padding: .25rem;
  line-height: 1;
  color: white;
  background-color: red;
  border-radius: 2px;
}

.is-button-area-ex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button.is-experience {
  background-color: #598e04;
  color: #fff;
  transition: .3s ease;
  height: 3.2rem;
  line-height: 1.3;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: .75rem;
}

.button.is-teacher {
    background-color: #FCD100;
    color: #111111;
    transition: .3s ease;
    height: 3.2rem;
    line-height: 1.3;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: .75rem;
}
</pre></body></html>