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

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

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

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;
}

.fc--w {
  color: #fff !important;
}

.txt--line-h {
  font-size: 1.6rem;
  line-height: 2.3;
  font-weight: 400;
}

.txt--line-h-s {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .txt--line-h,
  .txt--line-h-s {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.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 {
  text-align: center;
  font-weight: 500;
  font-size: 4.6rem;
}
.title--main .en {
  display: block;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  color: #324691;
  line-height: 1;
  font-weight: 500;
}
.title--main-s {
  font-size: 3.8rem;
}
.title--main-ss {
  font-size: 3.1rem;
}
.title--main-ss .en {
  font-weight: 400;
}
.title--sub {
  color: #324691;
  font-weight: 600;
  font-size: 2.4rem;
}
.title--al {
  text-align: left;
}
.title--w {
  color: #fff !important;
}
.title--w .en {
  color: #fff;
}

.lower-mv {
  background: url(../img/components/title/lower-mv-bg_pc.png) no-repeat center center/cover;
}
.lower-mv__inner {
  display: flex;
  align-items: center;
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 30px;
  height: 420px;
}
.lower-mv__title {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.3;
}
.lower-mv__title span {
  display: block;
}
.lower-mv__title .en {
  position: relative;
  margin-top: 8px;
  padding-left: 30px;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.lower-mv__title .en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .title--main {
    font-size: 2.3rem;
    line-height: 1.3;
  }
  .title--main .en {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .title--main-s, .title--main-ss {
    font-size: 2rem;
  }
  .title--sub {
    font-size: 1.8rem;
  }
  .title--al {
    text-align: center;
  }
  .lower-mv {
    background-image: url(../img/components/title/lower-mv-bg_sp.png);
    background-size: 100% auto;
  }
  .lower-mv__inner {
    height: 31.943vw;
    padding: 0 20px;
  }
  .lower-mv__title {
    font-size: 3rem;
  }
  .lower-mv__title .en {
    margin-top: 3px;
    padding-left: 20px;
    font-size: 1.5rem;
  }
  .lower-mv__title .en::before {
    width: 10px;
  }
}
.btn__square {
  width: 250px;
}
.btn__square a {
  position: relative;
  display: block;
  padding: 20px 60px 20px 30px;
  background: #324691;
  border-radius: 10px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
}
.btn__square a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(../img/components/icon/arrow_w.png) no-repeat left top/100% auto;
}
.btn__square-l {
  width: 280px;
}
.btn__square-w a {
  background: #fff;
  color: #324691;
  font-weight: 700;
}
.btn__square-w a::after {
  background-image: url(../img/components/icon/arrow_b.png);
}

@media only screen and (max-width: 767px) {
  .btn__square a {
    padding: 13px 40px 13px 20px;
    border-radius: 5px;
  }
  .btn__square a::after {
    width: 20px;
    height: 20px;
  }
  .btn__square-l {
    width: 250px;
  }
}
.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: #324691;
}
.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 {
  background: #fff;
}
.pc-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
  padding: 40px 10px 28px;
}
.pc-header__logo {
  line-height: 1;
}
.pc-header__nav {
  display: flex;
  align-items: center;
}
.pc-header__list {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.pc-header__list li {
  margin: 0 8px;
  text-align: center;
  white-space: nowrap;
}
.pc-header__list li a {
  letter-spacing: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
.pc-header__list li a:hover {
  color: #ccc;
}
.pc-header__btn a {
  display: block;
  padding: 13px clamp(15px, -10px + 2.083vw, 30px);
  background: #06C755;
  border-radius: 48px;
  color: #fff;
  font-weight: 500;
}
.pc-header__btn a:hover {
  text-decoration: none;
}
.pc-header__btn a span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.pc-header__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/components/icon/line.png) no-repeat left top/100% auto;
}
.pc-header__btn.mail {
  margin-left: 15px;
}
.pc-header__btn.mail a {
  background: #324691;
}
.pc-header__btn.mail a span::before {
  background-image: url(../img/components/icon/mail.png);
  filter: brightness(10);
}

@media only screen and (max-width: 767px) {
  .sp-header {
    background: #fff;
  }
  .sp-header__inner {
    padding: 10px;
  }
  .sp-header__logo {
    width: 135px;
    line-height: 1;
  }
}
.footer-action {
  display: none;
  height: 500px;
  background: #D9D9D9;
}

.footer-bar {
  padding: 55px 0 45px;
  background: #324691;
}
.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 #fff;
  margin-top: 47px;
  padding-top: 12px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.footer-bar__logo {
  margin-bottom: 15px;
}
.footer-bar__address {
  color: #fff;
}
.footer-bar__address p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
}
.footer-bar__address p + p {
  margin-top: 7px;
}
.footer-bar__address p .tel {
  position: relative;
  padding-left: 23px;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-bar__address p .tel::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/components/icon/tel.png) no-repeat left top/100% auto;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 520px;
}
.footer-bar__item a {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.footer-bar__item a:hover {
  text-decoration: underline;
}
.footer-bar__copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
}
.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 Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  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: 100px;
    margin: 0 auto 15px;
  }
  .footer-bar__address p {
    text-align: center;
    font-size: 1.2rem;
  }
  .footer-bar__address p .tel {
    padding-left: 15px;
  }
  .footer-bar__address p .tel::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.1rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.contact {
  margin-bottom: 120px;
}
.contact__inner {
  padding: 65px 20px 60px;
  background: #324691;
  border-radius: 20px;
}
.contact__title {
  margin-bottom: 15px;
}
.contact__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}
.contact__img {
  width: 88px;
  margin-right: 25px;
}
.contact__desc {
  font-size: 1.6rem;
  line-height: 2.1;
  font-weight: 500;
  color: #fff;
}
.contact__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact__btn {
  max-width: 405px;
  width: 100%;
  margin: 0 15px;
}
.contact__btn a {
  position: relative;
  display: block;
  padding: 48px 10px 16px;
  border-radius: 8px;
  background: #fff;
  color: #324691;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.contact__btn a::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/components/icon/mail.png) no-repeat left top/100% auto;
}
.contact__btn.line a {
  background: #06C755;
  color: #fff;
}
.contact__btn.line a::before {
  background-image: url(../img/components/icon/line.png);
}

@media only screen and (max-width: 767px) {
  .contact {
    margin-bottom: 40px;
  }
  .contact__inner {
    padding: 30px 10px;
    border-radius: 10px;
  }
  .contact__title {
    margin-bottom: 20px;
  }
  .contact__wrap {
    align-items: center;
    margin-bottom: 20px;
  }
  .contact__img {
    width: 20%;
    margin-right: 3%;
  }
  .contact__desc {
    width: 77%;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .contact__btn {
    margin: 0 auto;
  }
  .contact__btn + .contact__btn {
    margin-top: 10px;
  }
  .contact__btn a {
    padding: 40px 10px 15px;
    border-radius: 5px;
    font-size: 1.7rem;
  }
  .contact__btn a::before {
    top: 15px;
  }
}
.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  background: #324691;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.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: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  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__header {
  display: flex;
  padding: 14px 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 135px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #06C755;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #324691;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.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: 35px 10px 0;
}
.top-mv__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.top-mv__slider {
  display: grid;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}
.top-mv__slide {
  position: relative;
  grid-area: 1/1;
  opacity: 0;
  z-index: 0;
  animation: slideShow 20s linear infinite 0s;
}
.top-mv__slide:nth-child(2) {
  animation-delay: 5s;
}
.top-mv__slide:nth-child(3) {
  animation-delay: 10s;
}
.top-mv__slide:nth-child(4) {
  animation-delay: 15s;
}
.top-mv__slide::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: clamp(1100px, 571.667px + 44.028vw, 1417px);
  height: 143px;
  background: url(../img/pages/top/mv/name.png) no-repeat left bottom/100% auto;
}
@keyframes slideShow {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.top-mv__catch {
  z-index: 1;
  position: absolute;
  top: clamp(-20px, -66.667px + 3.889vw, 8px);
  right: clamp(20px, -133.333px + 12.778vw, 112px);
  color: #fff;
  font-weight: 700;
  font-size: clamp(4.3rem, 2.133rem + 1.806vw, 5.6rem);
  letter-spacing: 0.113em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.93;
}
.top-mv__catch span {
  display: inline-block;
  margin-left: 25px;
  padding-top: 15px;
  background: #324691;
  border-radius: 10px;
}
.top-mv__catch span b {
  margin: -25px 0;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    padding: 45px 0 0;
  }
  .top-mv__slider {
    overflow: hidden;
  }
  .top-mv__slide {
    width: 170%;
    margin: 0 -35%;
  }
  .top-mv__slide::after {
    bottom: -0.261vw;
    width: 95.176vw;
    height: 9.648vw;
  }
  .top-mv__catch {
    top: -3%;
    right: 3%;
    font-size: 6vw;
  }
  .top-mv__catch span {
    margin-left: 10px;
    padding-top: 10px;
    border-radius: 5px;
  }
  .top-mv__catch span b {
    margin: -3vw 0;
  }
}
.top-problem {
  padding: 125px 0 117px;
  background: #324691;
}
.top-problem__inner {
  padding: 85px clamp(40px, -101.667px + 11.806vw, 125px);
  background: #fff;
  border-radius: 30px;
}
.top-problem__heading {
  margin-bottom: 60px;
}
.top-problem__group {
  border-top: 1px dashed #D3D3D3;
}
.top-problem__group-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px dashed #D3D3D3;
}
.top-problem__item-image {
  margin-right: 40px;
}
.top-problem__item-title {
  margin-bottom: 15px;
}
.top-problem__item-desc {
  line-height: 1.9;
}
.top-problem__summary {
  padding-top: 28px;
  text-align: center;
}
.top-problem__summary-heading {
  margin: 40px 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  color: #324691;
}
.top-problem__summary-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top-problem {
    padding: 40px 0 50px;
    background: #324691;
  }
  .top-problem__inner {
    padding: 25px 10px;
    border-radius: 15px;
  }
  .top-problem__heading {
    margin-bottom: 20px;
  }
  .top-problem__group-item {
    padding: 15px 0;
  }
  .top-problem__item-image {
    width: 25%;
    margin: 0 auto 10px;
  }
  .top-problem__item-text {
    width: 100%;
  }
  .top-problem__item-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .top-problem__item-desc {
    line-height: 1.5;
    text-align: center;
  }
  .top-problem__summary {
    padding-top: 20px;
  }
  .top-problem__summary-arrow {
    width: 20px;
    margin: 0 auto;
  }
  .top-problem__summary-heading {
    margin: 10px 0 20px;
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
.top-process {
  padding: 125px 0 60px;
  background: #EFEFEF;
}
.top-process__group-item {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.top-process__group-item + .top-process__group-item {
  border-top: 1px dashed #838383;
}
.top-process__group-item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-process__item-image {
  width: 43.89%;
}
.top-process__item-image img {
  width: 100%;
}
.top-process__item-text {
  width: 51.3%;
}
.top-process__item-num {
  width: 91px;
  margin-bottom: 20px;
  background: #324691;
  border-radius: 40px;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.top-process__item-title {
  margin-bottom: 20px;
  font-size: 3.1rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .top-process {
    padding: 40px 0 25px;
  }
  .top-process__group-item {
    display: block;
    padding: 25px 0;
  }
  .top-process__item-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .top-process__item-text {
    width: 100%;
  }
  .top-process__item-num {
    width: 91px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 25px;
  }
  .top-process__item-title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.top-support {
  padding: 125px 0 120px;
}
.top-support__heading {
  margin-bottom: 40px;
}
.top-support__lead {
  margin-bottom: 65px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.top-support__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-support__group-item {
  width: calc(33.333333% - 20px);
}
.top-support__item-image {
  margin-bottom: 25px;
}
.top-support__item-title {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 600;
}
.top-support__item-title::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(../img/components/icon/arrow_b.png) no-repeat left top/100% auto;
}
.top-support__item-desc {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .top-support {
    padding: 40px 0 50px;
  }
  .top-support__heading {
    margin-bottom: 20px;
  }
  .top-support__lead {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .top-support__group-item {
    width: 100%;
  }
  .top-support__group-item + .top-support__group-item {
    margin-top: 30px;
  }
  .top-support__item-image {
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .top-support__item-title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .top-support__item-title::after {
    top: 7px;
    width: 20px;
    height: 20px;
  }
}
.top-about {
  padding: 125px 0 120px;
  background: #EFEFEF;
}
.top-about__heading {
  margin-bottom: 55px;
}
.top-about__box {
  padding: 30px 30px 70px;
  background: #324691;
  border-radius: 30px;
}
.top-about__box-image {
  margin-bottom: 65px;
}
.top-about__box-image img {
  width: 100%;
}
.top-about__box-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-about__box-desc {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.9;
  font-weight: 500;
}
.top-about__box-btn {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 40px 0 50px;
    background: #EFEFEF;
  }
  .top-about__heading {
    margin-bottom: 20px;
  }
  .top-about__box {
    padding: 15px 15px 25px;
    border-radius: 15px;
  }
  .top-about__box-image {
    margin-bottom: 20px;
  }
  .top-about__box-desc {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-about__box-btn {
    margin: 20px auto 0;
  }
}
.top-beginner__catch {
  width: 100%;
}
.top-beginner__inner {
  max-width: 1010px;
  margin: 120px auto 0;
}
.top-beginner__heading {
  margin-bottom: 65px;
}
.top-beginner__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-beginner__wrap-image {
  margin-right: 43px;
}
.top-beginner__wrap-text {
  width: calc(100% - 523px);
}
.top-beginner__wrap-title {
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.9;
}
.top-beginner__wrap-desc {
  margin-bottom: 25px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .top-beginner__catch {
    width: 100%;
  }
  .top-beginner__inner {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  .top-beginner__heading {
    margin-bottom: 20px;
  }
  .top-beginner__wrap-image {
    width: 70%;
    margin: 0 auto 20px;
  }
  .top-beginner__wrap-text {
    width: 100%;
  }
  .top-beginner__wrap-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
  .top-beginner__wrap-desc {
    margin-bottom: 20px;
  }
  .top-beginner__wrap-btn {
    margin: 0 auto;
  }
}
.top-access {
  padding: 125px 0 60px;
}
.top-access__inner {
  max-width: 950px;
  margin: 0 auto;
}
.top-access__heading {
  margin-bottom: 60px;
}
.top-access__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-access__wrap-text {
  width: calc(100% - 522px);
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
.top-access__wrap-text .item-head {
  margin-bottom: 7px;
  font-size: 1.8rem;
}
.top-access__wrap-text .item-body + .item-head {
  margin-top: 20px;
}
.top-access__wrap-text .item-body b {
  display: block;
  margin: 15px 0 5px;
  font-size: 1.9rem;
  font-weight: 500;
}
.top-access__wrap-text .item-body small {
  display: block;
  font-size: 1.4rem;
}
.top-access__wrap-map {
  overflow: hidden;
  width: 462px;
  height: 450px;
  margin-left: 60px;
  border-radius: 20px;
}
.top-access__wrap-map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-access {
    padding: 30px 0 40px;
  }
  .top-access__inner {
    width: 95%;
    margin: 0 auto;
  }
  .top-access__heading {
    margin-bottom: 20px;
  }
  .top-access__wrap-text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .top-access__wrap-text .item-body + .item-head {
    padding-top: 15px;
    border-top: #EFEFEF 1px solid;
  }
  .top-access__wrap-text .item-body b {
    margin: 5px 0;
    font-size: 1.7rem;
  }
  .top-access__wrap-text .item-body small {
    font-size: 1.2rem;
  }
  .top-access__wrap-map {
    width: 100%;
    height: 250px;
    margin-left: 0;
    border-radius: 10px;
  }
}
.top-column {
  padding: 65px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 15px;
}
.top-column__lead {
  margin-bottom: 58px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.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: 10px;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
}
.top-column__item .time {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-column__item .title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__btn {
  position: absolute;
  top: 115px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 20px 0;
  }
  .top-column__title {
    margin-bottom: 20px;
  }
  .top-column__lead {
    margin-bottom: 20px;
    font-size: 1.3rem;
    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;
    margin: 0 auto;
  }
}
.top-news {
  padding: 40px 0 120px;
}
.top-news__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-news__title {
  margin-top: 25px;
}
.top-news__list {
  width: 760px;
}
.top-news__item + .top-news__item {
  margin-top: 5px;
}
.top-news__item .link {
  position: relative;
  display: block;
  border-bottom: 1px solid #A8A8A8;
  padding: 13px 40px 13px 0;
}
.top-news__item .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/components/icon/arrow_b.png) no-repeat left top/100% auto;
}
.top-news__item .time {
  display: block;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  font-weight: 500;
  font-size: 1.6rem;
}
.top-news__item .title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
.top-news__btn {
  position: absolute;
  left: 0;
  top: 152px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0 80px;
  }
  .top-news__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    padding: 20px 25px 20px 0;
    font-size: 1.5rem;
  }
  .top-news__item .link::before {
    top: 50%;
    width: 18px;
    height: 18px;
  }
  .top-news__item .time {
    margin-bottom: 10px;
  }
  .top-news__item .title {
    line-height: 1.5;
  }
  .top-news__btn {
    position: static;
    margin: 0 auto;
  }
}
.jhs1-keep {
  padding: 95px 0 30px;
}
.jhs1-keep__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.jhs1-keep__intro-image {
  width: 35%;
}
.jhs1-keep__intro-text {
  width: 59.07%;
}
.jhs1-keep__intro-heading {
  margin-bottom: 15px;
  font-weight: 600;
}
.jhs1-keep__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jhs1-keep__group-item {
  width: 31.48%;
}
.jhs1-keep__item-image {
  margin-bottom: 30px;
}
.jhs1-keep__item-image img {
  width: 100%;
}
.jhs1-keep__item-title {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .jhs1-keep {
    padding: 40px 0 30px;
  }
  .jhs1-keep__intro {
    margin-bottom: 25px;
  }
  .jhs1-keep__intro-image {
    width: 70%;
    margin: 0 auto 20px;
  }
  .jhs1-keep__intro-text {
    width: 100%;
  }
  .jhs1-keep__group-item {
    display: flex;
    width: 100%;
  }
  .jhs1-keep__group-item + .jhs1-keep__group-item {
    margin-top: 15px;
  }
  .jhs1-keep__item-image {
    width: 32%;
    margin: 0 3% 0 0;
  }
  .jhs1-keep__item-text {
    width: 65%;
  }
  .jhs1-keep__item-title {
    margin-bottom: 5px;
  }
}
.jhs1-support {
  padding: 30px 0 50px;
}
.jhs1-support__ico {
  margin-bottom: 12px;
  text-align: center;
}
.jhs1-support__heading {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 3.1rem;
  color: #324691;
  text-align: center;
}
.jhs1-support__heading span {
  position: relative;
  display: inline-block;
  padding: 0 25px;
}
.jhs1-support__heading span::before, .jhs1-support__heading span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 2px;
  height: 35px;
  background: #324691;
  transform: rotate(-45deg);
}
.jhs1-support__heading span::after {
  right: 0;
  left: auto;
  transform: rotate(45deg);
}
.jhs1-support__intro {
  margin-bottom: 40px;
  text-align: center;
}
.jhs1-support__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 20px;
  background: #FFFCEB;
  border-radius: 10px;
}
.jhs1-support__group-item {
  width: 355px;
  margin: 0 25px;
}
.jhs1-support__item-image {
  margin-bottom: 20px;
}
.jhs1-support__item-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #324691;
}

@media only screen and (max-width: 767px) {
  .jhs1-support {
    padding: 40px 0 30px;
  }
  .jhs1-support__ico {
    width: 60%;
    margin: 0 auto 10px;
  }
  .jhs1-support__heading {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .jhs1-support__heading span {
    padding: 0 15px;
  }
  .jhs1-support__intro {
    margin-bottom: 25px;
  }
  .jhs1-support__group {
    padding: 20px 5px;
    border-radius: 5px;
  }
  .jhs1-support__group-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .jhs1-support__item-image {
    margin-bottom: 10px;
  }
  .jhs1-support__item-title {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.jhs1-peace {
  padding: 50px 0;
}
.jhs1-peace__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.jhs1-peace__intro-image {
  width: 35%;
}
.jhs1-peace__intro-text {
  width: 59.07%;
}
.jhs1-peace__intro-heading {
  margin-bottom: 15px;
  font-weight: 600;
}
.jhs1-peace__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jhs1-peace__group-card {
  width: 30.37%;
  margin: 0 15px 45px;
  padding: 30px 10px;
  background: #F2F2F2;
  border-radius: 10px;
  text-align: center;
}
.jhs1-peace__card-figure {
  width: 102px;
  margin: 0 auto 15px;
}
.jhs1-peace__card-title {
  font-weight: 500;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .jhs1-peace {
    padding: 40px 0 50px;
  }
  .jhs1-peace__intro {
    margin-bottom: 20px;
  }
  .jhs1-peace__intro-image {
    width: 70%;
    margin: 0 auto 20px;
  }
  .jhs1-peace__intro-text {
    width: 100%;
  }
  .jhs1-peace__group {
    margin: 0 -5px;
  }
  .jhs1-peace__group-card {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 15px 10px;
    border-radius: 5px;
  }
  .jhs1-peace__card-figure {
    width: 55%;
    margin: 0 auto 10px;
  }
  .jhs1-peace__card-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.hs-problem {
  padding: 105px 0 50px;
}
.hs-problem__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.hs-problem__heading-icon {
  margin-right: 30px;
}
.hs-problem__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 88.89%;
  margin: 0 auto;
}
.hs-problem__group-item {
  width: 47.19%;
  margin-bottom: 50px;
}
.hs-problem__item-image {
  margin-bottom: 20px;
}
.hs-problem__item-image img {
  width: 100%;
}
.hs-problem__note {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 88.89%;
  margin: -8px auto 60px;
  padding: 28px 15px;
  background: #EFEFFE;
  border-radius: 10px;
}
.hs-problem__note-icon {
  margin-right: 25px;
}
.hs-problem__note-text {
  line-height: 2.1;
  font-weight: 500;
}
.hs-problem__summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hs-problem__summary-image {
  width: 46.02%;
}
.hs-problem__summary-image img {
  width: 100%;
}
.hs-problem__summary-text {
  width: 49.07%;
}
.hs-problem__summary-heading {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .hs-problem {
    padding: 40px 0 50px;
  }
  .hs-problem__inner {
    position: relative;
  }
  .hs-problem__heading {
    margin-bottom: 20px;
  }
  .hs-problem__heading-icon {
    display: none;
  }
  .hs-problem__group {
    max-width: none;
  }
  .hs-problem__group-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .hs-problem__item-image {
    margin-bottom: 5px;
  }
  .hs-problem__item-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .hs-problem__note {
    max-width: none;
    margin: 0 auto 25px;
    padding: 15px 10px;
    border-radius: 5px;
  }
  .hs-problem__note-icon {
    width: 22%;
    margin-right: 3%;
  }
  .hs-problem__note-text {
    width: 75%;
    line-height: 1.5;
  }
  .hs-problem__summary-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .hs-problem__summary-text {
    width: 100%;
  }
  .hs-problem__summary-heading {
    margin-bottom: 10px;
    text-align: center;
  }
}
.hs-route {
  padding: 50px 0 95px;
}
.hs-route__inner {
  padding: 65px 0 60px;
  background: #FFFCEB;
  border-radius: 10px;
}
.hs-route__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.hs-route__heading-icon {
  margin: -5px 30px 0 0;
}
.hs-route__lead {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.hs-route__schedule {
  margin-bottom: 55px;
}
.hs-route__schedule-heading {
  margin-bottom: 30px;
  color: #324691;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
}
.hs-route__schedule-group {
  display: flex;
  justify-content: space-between;
  max-width: 70.37%;
  margin: 0 auto;
}
.hs-route__schedule-item {
  width: 45.66%;
}
.hs-route__schedule-image {
  max-width: 245px;
  margin: 0 auto 20px;
}
.hs-route__schedule-title {
  margin-bottom: 20px;
  color: #324691;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
}
.hs-route__environment {
  max-width: 77.78%;
  margin: 0 auto;
}
.hs-route__environment-heading {
  margin-bottom: 30px;
  color: #324691;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
}
.hs-route__environment-lead {
  margin-bottom: 40px;
}
.hs-route__environment-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}
.hs-route__environment-image {
  width: 47.14%;
}
.hs-route__environment-image img {
  width: 100%;
}
.hs-route__environment-text {
  width: 47.74%;
}
.hs-route__environment-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 2.8rem;
}
.hs-route__environment-list li + li {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .hs-route {
    padding: 40px 0 60px;
  }
  .hs-route__inner {
    position: relative;
    padding: 25px 10px 35px;
    border-radius: 5px;
  }
  .hs-route__heading {
    margin-bottom: 20px;
  }
  .hs-route__heading-icon {
    z-index: 1;
    position: absolute;
    top: -70px;
    left: 0;
    width: 27%;
    margin: 0;
  }
  .hs-route__lead {
    margin-bottom: 25px;
    font-size: 1.45rem;
  }
  .hs-route__schedule {
    margin-bottom: 30px;
  }
  .hs-route__schedule-heading {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .hs-route__schedule-group {
    max-width: none;
  }
  .hs-route__schedule-item {
    width: 48%;
  }
  .hs-route__schedule-image {
    max-width: 80%;
    margin: 0 auto 10px;
  }
  .hs-route__schedule-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .hs-route__environment {
    max-width: none;
  }
  .hs-route__environment-heading {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .hs-route__environment-lead {
    margin-bottom: 20px;
  }
  .hs-route__environment-wrap {
    margin-bottom: 30px;
  }
  .hs-route__environment-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .hs-route__environment-text {
    width: 100%;
  }
  .hs-route__environment-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .hs-route__environment-list li + li {
    margin-top: 5px;
  }
}
.about-process {
  padding: 95px 0 50px;
}
.about-process__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about-process__intro-image {
  width: 35%;
}
.about-process__intro-text {
  width: 59.07%;
}
.about-process__intro-heading {
  margin-bottom: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .about-process {
    padding: 40px 0 30px;
  }
  .about-process__intro-image {
    width: 70%;
    margin: 0 auto 20px;
  }
  .about-process__intro-text {
    width: 100%;
  }
}
.about-route {
  padding: 30px 0 55px;
}
.about-route__heading {
  margin-bottom: 40px;
}
.about-route__group-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-route__group-item + .about-route__group-item {
  margin-top: 40px;
}
.about-route__item-image {
  width: 40.74%;
}
.about-route__item-image img {
  width: 100%;
}
.about-route__item-text {
  width: 54.07%;
}
.about-route__item-title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .about-route {
    padding: 40px 0 30px;
  }
  .about-route__heading {
    margin-bottom: 20px;
  }
  .about-route__group-item + .about-route__group-item {
    margin-top: 25px;
  }
  .about-route__item-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-route__item-text {
    width: 100%;
  }
  .about-route__item-title {
    margin-bottom: 5px;
    text-align: center;
  }
}
.about-environment {
  padding: 50px 0 100px;
}
.about-environment__heading {
  margin-bottom: 40px;
}
.about-environment__group-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-environment__group-item + .about-environment__group-item {
  margin-top: 50px;
}
.about-environment__group-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-environment__item-image {
  width: 46.02%;
}
.about-environment__item-image img {
  width: 100%;
}
.about-environment__item-text {
  width: 49.07%;
}
.about-environment__item-num {
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #324691;
}
.about-environment__item-title {
  margin-bottom: 15px;
}
.about-environment__item-list .item {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 500;
}
.about-environment__item-list .item + .item {
  margin-top: 7px;
}
.about-environment__item-list .item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/components/icon/check.png) no-repeat left top/100% auto;
}

@media only screen and (max-width: 767px) {
  .about-environment {
    padding: 30px 0 60px;
  }
  .about-environment__heading {
    margin-bottom: 20px;
  }
  .about-environment__group-item + .about-environment__group-item {
    margin-top: 25px;
  }
  .about-environment__group-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-environment__item-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-environment__item-text {
    width: 100%;
  }
  .about-environment__item-num {
    margin-bottom: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .about-environment__item-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .about-environment__item-list .item {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .about-environment__item-list .item + .item {
    margin-top: 5px;
  }
  .about-environment__item-list .item::before {
    top: 4px;
    width: 15px;
    height: 15px;
  }
}
.beginners-flow {
  padding: 105px 0 55px;
}
.beginners-flow__heading {
  margin-bottom: 40px;
}
.beginners-flow__group {
  max-width: 840px;
  margin: 0 auto 60px;
}
.beginners-flow__group-item {
  display: flex;
  align-items: center;
  min-height: 205px;
  padding: 20px 100px;
  background: #EFEFFE;
  border-radius: 10px;
}
.beginners-flow__group-item + .beginners-flow__group-item {
  position: relative;
  margin-top: 95px;
}
.beginners-flow__group-item + .beginners-flow__group-item::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 28px;
  background: url(../img/pages/beginners/flow/arrow.png) no-repeat left top/100% auto;
}
.beginners-flow__item-image {
  width: 132px;
  margin-right: 45px;
}
.beginners-flow__item-text {
  flex: 1;
}
.beginners-flow__item-num {
  margin-bottom: -8px;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #324691;
}
.beginners-flow__item-title {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 600;
}
.beginners-flow__item-desc {
  line-height: 1.6;
}
.beginners-flow__item-desc span {
  font-size: 1.3rem;
}
.beginners-flow__summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.beginners-flow__summary-image {
  width: 46.02%;
}
.beginners-flow__summary-text {
  width: 49.07%;
}
.beginners-flow__summary-title {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .beginners-flow {
    padding: 40px 0 30px;
  }
  .beginners-flow__heading {
    margin-bottom: 20px;
  }
  .beginners-flow__group {
    margin-bottom: 35px;
  }
  .beginners-flow__group-item {
    min-height: auto;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .beginners-flow__group-item + .beginners-flow__group-item {
    margin-top: 30px;
  }
  .beginners-flow__group-item + .beginners-flow__group-item::before {
    top: -23px;
    width: 20px;
    height: 16px;
  }
  .beginners-flow__item-image {
    width: 22%;
    margin-right: 3%;
  }
  .beginners-flow__item-text {
    width: 75%;
  }
  .beginners-flow__item-num {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .beginners-flow__item-title {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .beginners-flow__item-desc span {
    font-size: 1.1rem;
  }
  .beginners-flow__summary-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .beginners-flow__summary-text {
    width: 100%;
  }
  .beginners-flow__summary-title {
    margin-bottom: 10px;
    text-align: center;
  }
}
.beginners-access {
  padding: 50px 0;
}
.beginners-access__heading {
  margin-bottom: 50px;
}
.beginners-access__overview {
  width: 100%;
  margin-bottom: 50px;
}
.beginners-access__overview tr {
  border-bottom: 1px solid #C3C3C3;
}
.beginners-access__overview .item {
  padding: 17px 0;
}
.beginners-access__overview .item-head {
  width: 190px;
  font-weight: 500;
  font-size: 1.8rem;
}
.beginners-access__overview .item-head.top {
  vertical-align: top;
}
.beginners-access__overview .item-body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
.beginners-access__map {
  overflow: hidden;
  width: 100%;
  height: 406px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .beginners-access {
    padding: 40px 0;
  }
  .beginners-access__heading {
    margin-bottom: 20px;
  }
  .beginners-access__overview {
    margin-bottom: 30px;
  }
  .beginners-access__overview .item {
    padding: 15px 0;
  }
  .beginners-access__overview .item-head {
    width: 37%;
    font-size: 1.5rem;
  }
  .beginners-access__overview .item-body {
    font-size: 1.3rem;
  }
  .beginners-access__map {
    height: 250px;
  }
}
.beginners-faq {
  padding: 55px 0 100px;
}
.beginners-faq__heading {
  margin-bottom: 20px;
}
.beginners-faq__group-item {
  padding: 25px 0;
  border-bottom: 1px dashed #D3D3D3;
}
.beginners-faq__group-item .item.item-q {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
  font-weight: 500;
  font-size: 2rem;
}
.beginners-faq__group-item .item.item-q::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/pages/beginners/faq/q.png) no-repeat left top/100% auto;
}
.beginners-faq__group-item .item.item-a {
  position: relative;
  padding-left: 40px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.beginners-faq__group-item .item.item-a::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/pages/beginners/faq/a.png) no-repeat left top/100% auto;
}

@media only screen and (max-width: 767px) {
  .beginners-faq {
    padding: 30px 0 60px;
  }
  .beginners-faq__group-item {
    padding: 15px 0;
  }
  .beginners-faq__group-item .item.item-q {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 1.5rem;
  }
  .beginners-faq__group-item .item.item-q::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .beginners-faq__group-item .item.item-a {
    padding-left: 30px;
    font-size: 1.3rem;
  }
  .beginners-faq__group-item .item.item-a::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.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 #324691;
  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 {
  background: #324691;
  color: #ffffff;
  font-size: 1.4rem;
  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;
  }
  .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: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #324691;
  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 #324691;
  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;
  }
  .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: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.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: 80px 0;
}
.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;
  }
  .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: 80px 0;
}
.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;
  }
  .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: 80px 0;
}
.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;
  }
  .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: 80px 0;
}
.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;
  }
  .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 */