@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #fff;
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
a {
  transition: color 0.5s;
}
a:hover {
  color: #a1a1a1;
}

.btn--hover {
  transition: opacity 0.5s;
}
.btn--hover:hover {
  opacity: 0.7;
}

.txt--ac {
  text-align: center !important;
}

.txt--ar {
  text-align: right !important;
}

.txt--al {
  text-align: left !important;
}

.txt--line-h {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.txt--line-h-l {
  font-size: 2.4rem;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
  .txt--line-h {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .txt--line-h-l {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.section--back {
  margin-top: -100px;
  border: 1px solid #444;
  border-bottom: none;
  border-radius: 100px 100px 0 0;
}
.section--back-b {
  background: #D9F0FE;
}
.section--back-o {
  background: #FFEB99;
}
.section--back-p {
  background: #FFD9E4;
}
.section--back-y {
  background: #FEF7D9;
}
.section--back-w {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .section--back {
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.title--main {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 2rem;
  text-align: center;
}
.title--main .en {
  display: block;
  margin-bottom: 15px;
  font-size: 11rem;
  color: #fff;
  -webkit-text-stroke: 4px #444;
  text-stroke: 4px #444;
  paint-order: stroke fill;
  line-height: 1;
  letter-spacing: 0.03em;
}
.title--main-s .en {
  margin-bottom: 15px;
  font-size: 9rem;
}
.title--style-1 {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 3.6rem;
  line-height: 1.7;
  text-align: center;
}
.title--al {
  text-align: left;
}

.lower-mv {
  overflow: hidden;
  padding: 157px 0 190px;
  background: #D9F0FE;
}
.lower-mv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.lower-mv__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -210px;
  width: 63px;
  height: 66px;
  background: url(../img/components/title/ico-flower.png) no-repeat left top/100% auto;
}
.lower-mv__inner::after {
  content: "";
  position: absolute;
  top: 285px;
  right: -260px;
  width: 138px;
  height: 59px;
  background: url(../img/components/title/ico-cloud.png) no-repeat left top/100% auto;
}
.lower-mv__title {
  margin: -10px 0 0 -30px;
}
.lower-mv__img {
  position: relative;
  width: 578px;
}
.lower-mv__img::before {
  content: "";
  position: absolute;
  top: 270px;
  left: -210px;
  width: 71px;
  height: 71px;
  background: url(../img/components/title/ico-note_1.png) no-repeat left top/100% auto;
}
.lower-mv__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: -140px;
  width: 86px;
  height: 86px;
  background: url(../img/components/title/ico-note_2.png) no-repeat left top/100% auto;
}
.lower-mv__title {
  text-align: left;
}
.lower-mv__title .en {
  font-size: 13rem;
}

@media only screen and (max-width: 767px) {
  .title--main {
    font-size: 1.7rem;
  }
  .title--main .en {
    margin-bottom: 5px;
    font-size: 5.7rem;
  }
  .title--main-s .en {
    margin-bottom: 5px;
    font-size: 5.7rem;
  }
  .title--style-1 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .title--al {
    text-align: center;
  }
  .lower-mv {
    padding: 90px 0 100px;
  }
  .lower-mv__inner::before {
    top: 95px;
    left: -15px;
    width: 40px;
    height: 42px;
  }
  .lower-mv__inner::after {
    top: 100px;
    right: -50px;
    width: 80px;
    height: 34px;
  }
  .lower-mv__title {
    width: 53%;
    margin: 0 2% 0 0;
  }
  .lower-mv__img {
    width: 45%;
  }
  .lower-mv__img::before {
    top: 90px;
    left: -50px;
    width: 40px;
    height: 40px;
  }
  .lower-mv__img::after {
    top: -30px;
    right: -20px;
    width: 45px;
    height: 45px;
  }
  .lower-mv__title {
    z-index: 1;
    font-size: 4.2vw;
  }
  .lower-mv__title .en {
    margin-bottom: 5px;
    font-size: 14vw;
  }
}
.btn__radius {
  width: 330px;
  margin: 0 auto;
}
.btn__radius a {
  position: relative;
  display: block;
  padding: 17px 60px 17px 35px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #444;
  font-weight: 700;
  font-size: 1.8rem;
  color: #444;
}
.btn__radius a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/components/btn/ico-arrow_1.png) no-repeat left top/100% auto;
}
.btn__radius-s {
  width: 220px;
}
.btn__radius-s a {
  font-size: 1.6rem;
}

.line-coupon {
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .btn__radius {
    width: 95%;
  }
  .btn__radius a {
    padding: 17px 40px 17px 35px;
    font-size: 1.6rem;
  }
  .btn__radius a::after {
    width: 30px;
    height: 30px;
  }
  .btn__radius-s {
    width: 95%;
  }
  .line-coupon {
    right: 10px;
    bottom: 10px;
    width: 140px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.pc-header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pc-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.2% 0 0;
}
.pc-header__logo {
  width: 10.03%;
  max-width: 197px;
  line-height: 1;
}
.pc-header__nav {
  display: flex;
  align-items: center;
}
.pc-header__list {
  display: flex;
  align-items: center;
  padding: 12px 40px;
  border-radius: 50px;
  border: #444 1px solid;
  background: #fff;
}
.pc-header__list li {
  margin: 0 15px;
  text-align: center;
  white-space: nowrap;
}
.pc-header__list li a {
  font-size: clamp(1.5rem, 1rem + 0.417vw, 1.8rem);
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #444;
}
.pc-header__list li a:hover {
  color: #a1a1a1;
}
.pc-header .btn__tel {
  margin: 0 38px 0 35px;
  line-height: 1.2;
}
.pc-header .btn__tel a strong {
  position: relative;
  display: block;
  padding-left: 22px;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.1rem, 1.6rem + 0.417vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.pc-header .btn__tel a strong::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../img/layout/header/ico-tel.png) no-repeat left top/100% auto;
}
.pc-header .btn__tel a span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.pc-header .btn__contact {
  width: 173px;
}
.pc-header .btn__contact a {
  position: relative;
  display: block;
  padding: 11px 0 11px 20px;
  border: #444 1px solid;
  background: #FFFF01;
  border-radius: 40px;
  font-size: clamp(1.7rem, 1.2rem + 0.417vw, 2rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #468DFE;
  text-align: center;
}
.pc-header .btn__contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/layout/header/ico-mail.png) no-repeat left top/100% auto;
}
.pc-header .btn__contact a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .sp-header {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sp-header__inner {
    padding: 3.2vw 10px;
  }
  .sp-header__logo {
    width: 120px;
    margin: -3.2vw 0 0 -10px;
    line-height: 1;
  }
}
.footer-action {
  display: none;
  height: 500px;
  background: #D9D9D9;
}

.footer-bar {
  padding: 50px 0 30px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #444;
  padding-top: 20px;
  margin-top: 50px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  margin-bottom: 25px;
}
.footer-bar__address {
  margin-bottom: 25px;
}
.footer-bar__address dl + dl {
  margin-top: 15px;
}
.footer-bar__address dl dt {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.footer-bar__address dl dd {
  font-size: 1.4rem;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 500px;
}
.footer-bar__item a {
  color: #444;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
.footer-bar__item a:hover {
  text-decoration: underline;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  color: #444;
}
.footer-bar__copyright a {
  transition: opacity 0.5s;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #444;
  transition: opacity 0.5s;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: 250px;
  }
  .footer-bar {
    padding: 30px 0 10px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    padding-top: 10px;
  }
  .footer-bar__contents {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .footer-bar__logo {
    display: block;
    width: 180px;
    margin: 0 auto 15px;
  }
  .footer-bar__address {
    margin-bottom: 10px;
  }
  .footer-bar__address dl + dl {
    margin-top: 15px;
  }
  .footer-bar__address dl dt {
    font-size: 1.4rem;
  }
  .footer-bar__address dl dd {
    font-size: 1.3rem;
    text-align: center;
  }
  .footer-bar__group {
    justify-content: center;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.1rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.contact {
  padding: 100px 0 200px;
}
.contact__title {
  margin-bottom: 55px;
}
.contact__box {
  padding: 50px 120px 60px;
  background: #FFEB99;
  border: #444 1px solid;
  border-radius: 50px;
}
.contact__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
}
.contact__ttl::before, .contact__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 50px;
  height: 50px;
  background: url(../img/layout/contact/ico-note_1.png) no-repeat left top/100% auto;
}
.contact__ttl::after {
  right: 70px;
  left: auto;
  background: url(../img/layout/contact/ico-note_2.png) no-repeat left top/100% auto;
}
.contact__item {
  display: flex;
  flex-wrap: wrap;
}
.contact__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 95px;
  border: #444 1px solid;
  background: #fff;
  border-radius: 8px;
  color: #1499B9;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.contact__btn.form {
  width: 100%;
  margin-bottom: 40px;
}
.contact__btn.form a {
  position: relative;
}
.contact__btn.form a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 285px;
  transform: translateY(-50%);
  width: 22px;
  height: 17px;
  background: url(../img/layout/contact/ico-mail.png) no-repeat left top/100% auto;
}
.contact__btn.tel, .contact__btn.line {
  width: calc(50% - 30px);
  margin: 0 15px;
}
.contact__btn.tel a {
  line-height: 1.45;
}
.contact__btn.tel a strong {
  position: relative;
  display: block;
  padding-left: 22px;
  font-family: "Inter", sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.contact__btn.tel a strong::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../img/layout/contact/ico-tel.png) no-repeat left top/100% auto;
}
.contact__btn.tel a span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.contact__btn.line a {
  position: relative;
  padding-top: 35px;
}
.contact__btn.line a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 23px;
  background: url(../img/layout/contact/ico-line.png) no-repeat left top/100% auto;
}

@media only screen and (max-width: 767px) {
  .contact {
    padding: 40px 0 80px;
  }
  .contact__title {
    margin-bottom: 20px;
  }
  .contact__box {
    padding: 20px 10px;
    border-radius: 25px;
  }
  .contact__ttl {
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .contact__ttl::before, .contact__ttl::after {
    top: 5px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .contact__ttl::after {
    right: 20px;
    left: auto;
  }
  .contact__item {
    justify-content: space-between;
  }
  .contact__btn a {
    height: 70px;
    font-size: 1.8rem;
  }
  .contact__btn.form {
    margin-bottom: 10px;
  }
  .contact__btn.form a {
    padding-left: 30px;
  }
  .contact__btn.form a::before {
    left: 55px;
  }
  .contact__btn.tel, .contact__btn.line {
    width: 100%;
    margin: 0;
  }
  .contact__btn.tel {
    margin-bottom: 10px;
  }
  .contact__btn.tel a strong {
    font-size: 2.5rem;
  }
  .contact__btn.line a {
    padding: 0 0 0 30px;
  }
  .contact__btn.line a::before {
    top: 22px;
    left: 63px;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #000000;
}
.drawer-off__title {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #FFEB99;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__logo {
  display: block;
  width: 120px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__list {
  width: 95%;
  margin: 0 auto;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #000000;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 95%;
  margin: 15px auto 0;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #000000;
  width: 95%;
  height: 58px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #1499B9;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #1499B9;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  color: #1499B9;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 5px;
}

.drawer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: 0 auto 15px;
  height: 58px;
  background: #ffffff;
  gap: 10px;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 12px 15px;
  box-sizing: border-box;
}
.drawer-line .icon {
  width: 25px;
}
.drawer-line .text {
  color: #1499B9;
}

.drawer-sns {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #000000;
}
.drawer-sns__title {
  color: #1499B9;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  padding: 165px 0 245px;
  background: #D9F0FE;
}
.top-mv__inner {
  position: relative;
}
.top-mv__img img {
  width: 100%;
}
.top-mv__catch {
  z-index: 1;
  position: absolute;
  top: 9%;
  right: 10.77%;
  font-weight: 700;
  writing-mode: vertical-rl;
  font-size: clamp(4.8rem, 1.467rem + 2.778vw, 6.8rem);
  white-space: nowrap;
  line-height: 1.45;
  letter-spacing: 0.2em;
  -webkit-text-stroke: 2px #444;
  text-stroke: 21px #444;
  paint-order: stroke;
}
.top-mv__catch .red {
  color: #EC3100;
}
.top-mv__catch .green {
  color: #05B05C;
}
.top-mv__catch .yellow {
  color: #FFF318;
}
.top-mv__catch .blue {
  color: #1499B9;
}
.top-mv__copy {
  z-index: 1;
  position: absolute;
  left: 24.4%;
  bottom: -60px;
  transform: translateX(-50%);
  font-size: clamp(2.2rem, 1.2rem + 0.833vw, 2.8rem);
  line-height: 2.1;
  letter-spacing: 0.03em;
  font-weight: 700;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    padding: 50px 0;
    background: #D9F0FE;
  }
  .top-mv__catch {
    top: 8vw;
    right: 2.5vw;
    font-size: 8vw;
  }
  .top-mv__copy {
    top: 77vw;
    left: 2vw;
    bottom: auto;
    transform: none;
    font-size: 3.8vw;
    line-height: 1.8;
    letter-spacing: -0.01em;
  }
}
.top-concept {
  padding: 100px 0 205px;
}
.top-concept__title {
  margin-bottom: 50px;
}
.top-concept__wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 62px;
}
.top-concept__txt {
  width: calc(100% - 660px);
}
.top-concept__ttl {
  margin-bottom: 30px;
}
.top-concept__img {
  width: 595px;
  margin-left: 65px;
}
.top-concept__img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top-concept {
    padding: 40px 0 80px;
  }
  .top-concept__title {
    margin-bottom: 20px;
  }
  .top-concept__wrap {
    flex-direction: column-reverse;
    padding: 0;
  }
  .top-concept__txt {
    width: 100%;
  }
  .top-concept__ttl {
    margin-bottom: 20px;
  }
  .top-concept__img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.top-about {
  padding: 100px 0 200px;
}
.top-about__inner {
  position: relative;
}
.top-about__inner::before, .top-about__inner::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 10px;
  width: 132px;
  height: 56px;
  background: url(../img/pages/top/about/cloud.png) no-repeat left top/100% auto;
}
.top-about__inner::after {
  top: 105px;
  right: 0;
  left: auto;
  width: 163px;
  height: 74px;
}
.top-about__title {
  margin-bottom: 55px;
}
.top-about__lead {
  margin-bottom: 55px;
  text-align: center;
}
.top-about__img {
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-about {
    overflow: hidden;
    padding: 40px 0 80px;
  }
  .top-about__inner::before, .top-about__inner::after {
    top: 10px;
    left: -30px;
    width: 90px;
    height: 38px;
  }
  .top-about__inner::after {
    top: 25px;
    right: -60px;
    left: auto;
    width: 115px;
    height: 49px;
  }
  .top-about__title {
    margin-bottom: 20px;
  }
  .top-about__lead {
    margin-bottom: 20px;
  }
  .top-about__img {
    margin: 0 -25px 30px;
  }
}
.top-course {
  padding: 100px 0 200px;
}
.top-course__title {
  margin-bottom: 50px;
}
.top-course__lead {
  margin-bottom: 60px;
  text-align: center;
}
.top-course__group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
.top-course__group::before, .top-course__group::after {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 133px;
  height: 145px;
  background: url(../img/pages/top/course/line_b.png) no-repeat left top/100% auto;
}
.top-course__group::after {
  top: auto;
  right: 0;
  left: auto;
  bottom: -60px;
  width: 144px;
  height: 133px;
  background-image: url(../img/pages/top/course/line_y.png);
}
.top-course__img {
  width: calc(33.333333% - 40px);
  max-width: 360px;
  margin: 0 20px 57px;
}

@media only screen and (max-width: 767px) {
  .top-course {
    padding: 40px 0 80px;
  }
  .top-course__title {
    margin-bottom: 20px;
  }
  .top-course__title .en {
    font-size: 5rem;
  }
  .top-course__lead {
    margin-bottom: 20px;
  }
  .top-course__group {
    justify-content: start;
    margin: 0 -10px 20px;
  }
  .top-course__group::before, .top-course__group::after {
    content: none;
  }
  .top-course__img {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
.top-access {
  padding: 100px 0 175px;
}
.top-access__title {
  margin-bottom: 50px;
}
.top-access__wrap {
  display: flex;
  flex-wrap: wrap;
}
.top-access__img {
  width: 481px;
  margin-right: 80px;
}
.top-access__txt {
  width: calc(100% - 561px);
}
.top-access__address {
  margin-bottom: 55px;
}
.top-access__address dl + dl {
  margin-top: 25px;
}
.top-access__address dl dt {
  font-size: 2.4rem;
}
.top-access__address dl dd {
  font-size: 1.8rem;
  line-height: 1.8;
}
.top-access__address dl dd a {
  position: relative;
  font-size: 1.6rem;
  text-decoration: underline;
}
.top-access__address dl dd a::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -20px;
  width: 16px;
  height: 16px;
  background: url(../img/pages/top/access/ico-map.png) no-repeat left top/100% auto;
}
.top-access__address dl dd a:hover {
  text-decoration: none;
}
.top-access__btn {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .top-access {
    padding: 40px 0 80px;
  }
  .top-access__title {
    margin-bottom: 20px;
  }
  .top-access__img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .top-access__txt {
    width: 100%;
  }
  .top-access__address {
    margin-bottom: 30px;
  }
  .top-access__address dl dt {
    text-align: center;
    font-size: 2.2rem;
  }
  .top-access__address dl dd {
    text-align: center;
    font-size: 1.6rem;
  }
  .top-access__address dl dd a {
    font-size: 1.6rem;
  }
  .top-access__btn {
    margin: 0 auto;
  }
}
.top-instructor {
  padding: 100px 0 180px;
}
.top-instructor__title {
  margin-bottom: 50px;
}
.top-instructor__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 62px;
}
.top-instructor__txt {
  width: 37.4%;
}
.top-instructor__ttl {
  margin-bottom: 25px;
  white-space: nowrap;
}
.top-instructor__note {
  margin-bottom: 60px;
}
.top-instructor__btn {
  margin: 0;
}
.top-instructor__img {
  width: 51.77%;
}
.top-instructor__img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top-instructor {
    padding: 40px 0 80px;
  }
  .top-instructor__title {
    margin-bottom: 20px;
  }
  .top-instructor__wrap {
    flex-direction: column-reverse;
    padding: 0;
  }
  .top-instructor__txt {
    width: 100%;
  }
  .top-instructor__ttl {
    margin-bottom: 20px;
  }
  .top-instructor__note {
    margin-bottom: 30px;
  }
  .top-instructor__btn {
    margin: 0 auto;
  }
  .top-instructor__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-instructor__img img {
    width: 100%;
  }
}
.top-column {
  padding: 100px 0 175px;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 85px;
}
.top-column__lead {
  margin-bottom: 65px;
  font-size: 1.8rem;
  line-height: 2.1;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.7;
}
.top-column__item .img {
  width: 100%;
  margin-bottom: 8px;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  border: 1px solid #444;
}
.top-column__item .time {
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.top-column__item .title {
  flex-grow: 1;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__btn {
  position: absolute;
  top: 270px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0 80px;
  }
  .top-column__title {
    margin-bottom: 20px;
  }
  .top-column__lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-column__btn {
    position: static;
  }
}
.top-news {
  padding: 75px 0 215px;
}
.top-news__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
}
.top-news__title {
  margin-top: 30px;
}
.top-news__list {
  width: 800px;
}
.top-news__item + .top-news__item {
  margin-top: 5px;
}
.top-news__item .link {
  position: relative;
  display: block;
  border-bottom: 1px solid #444;
  padding: 15px 40px 15px 0;
}
.top-news__item .link::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/components/btn/ico-arrow_2.png) no-repeat left top/100% auto;
}
.top-news__item .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.top-news__item .time {
  margin-right: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
.top-news__item .cat {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  border-radius: 40px;
  border: #444 1px solid;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 26px;
}
.top-news__item .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
.top-news__btn {
  position: absolute;
  left: 50px;
  bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0 80px;
  }
  .top-news__inner {
    padding: 0;
  }
  .top-news__title {
    width: 100%;
    margin: 0 0 10px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    padding: 20px 25px 20px 0;
  }
  .top-news__item .link::before {
    top: 50%;
    width: 20px;
    height: 20px;
  }
  .top-news__item .wrapper {
    margin-bottom: 10px;
  }
  .top-news__item .time {
    margin-right: 15px;
    font-size: 1.5rem;
  }
  .top-news__item .cat {
    font-size: 1.3rem;
    line-height: 23px;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__btn {
    position: static;
  }
}
.about-feature {
  padding: 100px 0 205px;
}
.about-feature__title {
  margin-bottom: 50px;
}
.about-feature__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.about-feature__img {
  width: 480px;
  margin: -35px 65px 0 0;
}
.about-feature__img img {
  width: 100%;
}
.about-feature__note {
  width: calc(100% - 545px);
  line-height: 2;
}
.about-feature__group {
  padding: 30px 80px;
  border: 1px solid #444;
  border-radius: 70px;
  background: #fff;
}
.about-feature__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 45px 0;
}
.about-feature__item + .about-feature__item {
  border-top: dashed 1px #444;
}
.about-feature__img-s {
  width: 185px;
  margin-right: 40px;
}
.about-feature__txt {
  width: calc(100% - 225px);
}
.about-feature__ttl {
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 2.8rem;
  color: #000;
}
.about-feature__ttl .en {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 2.2rem;
  color: #1499B9;
  line-height: 1;
  letter-spacing: 0.06em;
}
.about-feature__lead {
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 40px 0 80px;
  }
  .about-feature__title {
    margin-bottom: 10px;
  }
  .about-feature__wrap {
    margin-bottom: 25px;
  }
  .about-feature__img {
    width: 100%;
    margin: 0 0 20px;
  }
  .about-feature__note {
    width: 100%;
    line-height: 1.8;
  }
  .about-feature__group {
    padding: 15px 10px;
    border-radius: 35px;
  }
  .about-feature__item {
    align-items: flex-start;
    padding: 25px 0;
  }
  .about-feature__img-s {
    width: 27%;
    margin-right: 3%;
  }
  .about-feature__txt {
    width: 70%;
  }
  .about-feature__ttl {
    font-size: 2.1rem;
    line-height: 1.3;
  }
  .about-feature__ttl .en {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .about-feature__lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.about-environment {
  padding: 100px 0 200px;
}
.about-environment__title {
  margin-bottom: 75px;
}
.about-environment__summary {
  margin-bottom: 75px;
  text-align: center;
}
.about-environment__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px 20px;
}
.about-environment__card {
  width: calc(50% - 100px);
  margin: 0 50px 70px;
}
.about-environment__img {
  margin-bottom: 15px;
}
.about-environment__img img {
  width: 100%;
}
.about-environment__ttl {
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 3rem;
}
.about-environment__ttl .en {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px;
  border-radius: 30px;
  border: 1px solid #444;
  background: #FFFF01;
  font-weight: 600;
  font-size: 2rem;
  line-height: 38px;
  letter-spacing: 0.02em;
}
.about-environment__lead {
  font-size: 1.8rem;
  line-height: 2;
}
.about-environment__heading {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  color: #000;
}
.about-environment__note {
  margin-bottom: 55px;
  text-align: center;
}
.about-environment__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.about-environment__img-s {
  width: calc(33.333333% - 36px);
  margin: 0 18px;
}

@media only screen and (max-width: 767px) {
  .about-environment {
    padding: 40px 0 80px;
  }
  .about-environment__title {
    margin-bottom: 20px;
  }
  .about-environment__summary {
    margin-bottom: 20px;
  }
  .about-environment__group {
    margin: 0 0 10px;
  }
  .about-environment__card {
    width: 100%;
    margin: 0 0 30px;
  }
  .about-environment__img {
    margin-bottom: 15px;
  }
  .about-environment__ttl {
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  .about-environment__ttl .en {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .about-environment__lead {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .about-environment__heading {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .about-environment__note {
    margin-bottom: 20px;
  }
  .about-environment__wrap {
    margin: 0 -5px;
  }
  .about-environment__img-s {
    width: calc(33.333333% - 10px);
    margin: 0 5px;
  }
}
.access-classroom {
  padding: 100px 0 200px;
}
.access-classroom__title {
  margin-bottom: 50px;
}
.access-classroom__note {
  margin-bottom: 80px;
  text-align: center;
}
.access-classroom__box {
  position: relative;
  padding: 65px 70px 60px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 70px;
}
.access-classroom__box::before, .access-classroom__box::after {
  content: "";
  position: absolute;
  top: 215px;
  left: 50px;
  width: 63px;
  height: 67px;
  background: url(../img/pages/access/classroom/ico-thorn.png) no-repeat left top/100% auto;
}
.access-classroom__box::after {
  top: 60px;
  right: 60px;
  left: auto;
  width: 73px;
  height: 73px;
  background-image: url(../img/pages/access/classroom/ico-note.png);
}
.access-classroom__box + .access-classroom__box {
  margin-top: 80px;
}
.access-classroom__ttl {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  font-size: 4rem;
  color: #000;
}
.access-classroom__lead {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.1;
  letter-spacing: 0.03em;
}
.access-classroom__lead--2 {
  margin-bottom: 95px;
}
.access-classroom__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
.access-classroom__img {
  max-width: 289px;
  margin: 0 13.5px;
}
.access-classroom__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.access-classroom__address {
  width: 375px;
  margin-right: 20px;
}
.access-classroom__address dl dt {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.03em;
}
.access-classroom__address dl dd {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
.access-classroom__address dl dd + dt {
  margin-top: 25px;
}
.access-classroom__map {
  overflow: hidden;
  width: calc(100% - 395px);
  height: 290px;
  border-radius: 40px;
}

@media only screen and (max-width: 767px) {
  .access-classroom {
    padding: 40px 0 80px;
  }
  .access-classroom__title {
    margin-bottom: 20px;
  }
  .access-classroom__note {
    margin-bottom: 20px;
  }
  .access-classroom__box {
    padding: 20px 10px 25px;
    border-radius: 20px;
  }
  .access-classroom__box::before, .access-classroom__box::after {
    top: 30px;
    left: -8px;
    width: 45px;
    height: 48px;
  }
  .access-classroom__box::after {
    top: -10px;
    right: 0;
    left: auto;
    width: 50px;
    height: 50px;
  }
  .access-classroom__box + .access-classroom__box {
    margin-top: 30px;
  }
  .access-classroom__ttl {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
  .access-classroom__lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .access-classroom__wrap {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .access-classroom__img {
    max-width: none;
    width: 32%;
    margin: 0;
  }
  .access-classroom__address {
    width: 100%;
    margin: 0 0 30px;
  }
  .access-classroom__address dl dt {
    font-size: 1.7rem;
    text-align: center;
  }
  .access-classroom__address dl dd {
    font-size: 1.5rem;
    text-align: center;
  }
  .access-classroom__address dl dd + dt {
    margin-top: 20px;
  }
  .access-classroom__map {
    width: 100%;
    height: 230px;
    border-radius: 20px;
  }
}
.access-faq {
  padding: 100px 0 200px;
}
.access-faq__title {
  margin-bottom: 55px;
}
.access-faq__lead {
  margin-bottom: 60px;
  text-align: center;
}
.access-faq__item {
  padding: 32px 35px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #444;
}
.access-faq__item .item {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.access-faq__item .item.item-q {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 15px 45px;
  border-bottom: 1px #444 dashed;
}
.access-faq__item .item.item-q::before {
  content: "Q.";
  position: absolute;
  top: -3px;
  left: 0;
  color: #7CC2E3;
  font-size: 2.8rem;
  font-family: "Inter", sans-serif;
}
.access-faq__item .item.item-a .a-l {
  position: relative;
  margin-bottom: 8px;
  padding-left: 45px;
  font-size: 2.4rem;
  font-weight: 700;
}
.access-faq__item .item.item-a .a-l::before {
  content: "A.";
  position: absolute;
  top: -4px;
  left: 0;
  color: #FFB2C8;
  font-size: 2.8rem;
  font-family: "Inter", sans-serif;
}
.access-faq__item .item.item-a .a-s {
  line-height: 2;
  font-size: 2rem;
  font-weight: 400;
}
.access-faq__item + .access-faq__item {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .access-faq {
    padding: 40px 0 80px;
  }
  .access-faq__title {
    margin-bottom: 20px;
  }
  .access-faq__lead {
    margin-bottom: 20px;
  }
  .access-faq__item {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .access-faq__item .item {
    font-size: 1.8rem;
  }
  .access-faq__item .item.item-q {
    margin-bottom: 10px;
    padding: 0 0 10px 30px;
  }
  .access-faq__item .item.item-q::before {
    font-size: 2.2rem;
  }
  .access-faq__item .item.item-a .a-l {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .access-faq__item .item.item-a .a-l::before {
    font-size: 2.2rem;
  }
  .access-faq__item .item.item-a .a-s {
    line-height: 1.8;
    font-size: 1.5rem;
  }
  .access-faq__item + .access-faq__item {
    margin-top: 15px;
  }
}
.instructor-list {
  padding: 100px 0 125px;
}
.instructor-list__title {
  margin-bottom: 60px;
}
.instructor-list__heading {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 3.4rem;
}
.instructor-list__note {
  margin-bottom: 75px;
  text-align: center;
}
.instructor-list__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px 35px;
}
.instructor-list__card {
  width: calc(50% - 48px);
  min-height: 650px;
  margin: 0 24px 48px;
  padding: 40px 40px 32px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #444;
}
.instructor-list__top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px;
}
.instructor-list__img {
  overflow: hidden;
  width: 230px;
  aspect-ratio: 1/1;
  background: url(../img/pages/instructor/list/no-img.png) no-repeat center/cover;
  margin-right: 40px;
  border-radius: 20px;
  border: 1px solid #444;
}
.instructor-list__txt {
  width: calc(100% - 270px);
}
.instructor-list__txt .name {
  margin-bottom: 8px;
  font-size: 2.6rem;
  font-weight: 700;
}
.instructor-list__txt .other {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.instructor-list__charge {
  margin-bottom: 28px;
}
.instructor-list__charge dl dt {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
}
.instructor-list__charge dl dd {
  font-size: 1.8rem;
  line-height: 1.5;
}
.instructor-list__comment {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .instructor-list {
    padding: 40px 0 60px;
  }
  .instructor-list__title {
    margin-bottom: 20px;
  }
  .instructor-list__heading {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .instructor-list__note {
    margin-bottom: 20px;
  }
  .instructor-list__group {
    margin: 0 0 25px;
  }
  .instructor-list__card {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 10px 10px 20px;
    border-radius: 15px;
  }
  .instructor-list__card + .instructor-list__card {
    margin-top: 10px;
  }
  .instructor-list__top {
    margin-bottom: 10px;
  }
  .instructor-list__img {
    width: 40%;
    margin-right: 5%;
    border-radius: 10px;
  }
  .instructor-list__txt {
    width: 55%;
  }
  .instructor-list__txt .name {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
  .instructor-list__txt .other {
    font-size: 1.4rem;
  }
  .instructor-list__charge {
    margin-bottom: 15px;
  }
  .instructor-list__charge dl dt {
    margin-bottom: 5px;
    font-size: 1.7rem;
  }
  .instructor-list__charge dl dd {
    font-size: 1.5rem;
  }
  .instructor-list__comment {
    font-size: 1.5rem;
  }
}
.course-price {
  padding: 100px 0 200px;
}
.course-price__title {
  margin-bottom: 50px;
}
.course-price__note {
  margin-bottom: 80px;
  text-align: center;
}
.course-price__box {
  padding: 60px 80px 85px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 30px;
}
.course-price__box + .course-price__box {
  margin-top: 80px;
}
.course-price__heading {
  margin-bottom: 40px;
  font-size: 5rem;
  text-align: center;
  font-weight: 700;
}
.course-price__group + .course-price__group {
  margin-top: 33px;
}
.course-price__ttl {
  margin-bottom: 18px;
  font-size: 3.6rem;
  font-weight: 600;
}
.course-price__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0 20px;
  border-bottom: 1px dashed #444;
}
.course-price__item:first-of-type {
  border-top: 1px dashed #444;
}
.course-price__item + .course-price__item {
  margin-top: 5px;
}
.course-price__item--single {
  padding: 13px 0 15px;
}
.course-price__item--single .price {
  padding-top: 0;
}
.course-price__item--bt-none {
  border-top: none !important;
}
.course-price__item .lesson .menu {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 2.6rem;
  font-weight: 500;
}
.course-price__item .lesson .menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #FFFF01;
  border: 1px solid #444;
  border-radius: 50%;
}
.course-price__item .lesson .description {
  font-size: 1.4rem;
  font-weight: 500;
}
.course-price__item .price {
  padding-top: 10px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}
.course-price__item .price strong {
  font-size: 2.4rem;
  font-weight: 400;
}
.course-price__item .price b {
  display: inline-block;
  margin-left: 5px;
  font-family: "Inter", sans-serif;
  font-size: 4.6rem;
  font-weight: 300;
  vertical-align: -3px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .course-price {
    padding: 40px 0 80px;
  }
  .course-price__title {
    margin-bottom: 20px;
  }
  .course-price__note {
    margin-bottom: 25px;
  }
  .course-price__box {
    padding: 20px 10px 25px;
    border-radius: 15px;
  }
  .course-price__box + .course-price__box {
    margin-top: 20px;
  }
  .course-price__heading {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .course-price__group + .course-price__group {
    margin-top: 20px;
  }
  .course-price__ttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .course-price__item {
    padding: 10px 0 15px;
  }
  .course-price__item .lesson {
    width: 100%;
    margin-bottom: 10px;
  }
  .course-price__item .lesson .menu {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .course-price__item .lesson .description {
    font-size: 1.2rem;
  }
  .course-price__item .price {
    width: 100%;
    padding-top: 0;
    font-size: 1.2rem;
  }
  .course-price__item .price strong {
    font-size: 2rem;
  }
  .course-price__item .price b {
    font-size: 3.2rem;
  }
}
.course-rule {
  padding: 100px 0 200px;
}
.course-rule__title {
  margin-bottom: 55px;
}
.course-rule__item {
  padding: 65px 80px 80px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 30px;
}
.course-rule__item + .course-rule__item {
  margin-top: 60px;
}
.course-rule__heading {
  margin-bottom: 30px;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}
.course-rule__description {
  font-size: 1.8rem;
  line-height: 2;
}
.course-rule__description a {
  text-decoration: underline;
}
.course-rule__description a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .course-rule {
    padding: 40px 0 80px;
  }
  .course-rule__title {
    margin-bottom: 20px;
  }
  .course-rule__item {
    padding: 20px 10px 25px;
    background: #fff;
    border-radius: 15px;
  }
  .course-rule__item + .course-rule__item {
    margin-top: 20px;
  }
  .course-rule__heading {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .course-rule__description {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.blog__inner {
  padding: 200px 0 200px;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  border: 1px solid #000000;
  border-radius: 90px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0 100px;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 200px 0 200px;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #000000;
  border-radius: 90px;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0 100px;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 200px 0 200px;
}
@media only screen and (max-width: 767px) {
  .contact-form__inner {
    padding: 50px 0 100px;
  }
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0 100px;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 200px 0 200px;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0 100px;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 200px 0 200px;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0 100px;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 200px 0 200px;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0 100px;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 200px 0 200px;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0 100px;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */