@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #666666;
}

/* リキッドレイアウト対応 */
h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}

h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  width: 0.25rem;
  height: 100%;
  background-color: #666666;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

pre {
  overflow-x: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  color: #666666;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .about {
    margin-bottom: 1.875rem;
  }
}

.about__inner.inner {
  padding: 63px 25px 54px;
  padding: 3.9375rem 1.5625rem 3.375rem;
}
@media screen and (max-width: 1024px) {
  .about__inner.inner {
    padding: 3.9375rem 0 3.375rem;
  }
}

.about__worries {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .about__worries {
    margin-bottom: 3.125rem;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__picture {
  width: 34.8837209302%;
  position: relative;
}

.article__picture span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #1b224c;
  padding: 6px 26px 6px 9px;
  padding: 0.375rem 1.625rem 0.375rem 0.5625rem;
}

.article__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60.4651162791%;
}

.article__title {
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article__title:hover {
  text-decoration: none;
}

.articles__ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  row-gap: 1.875rem;
}

.articles__li {
  width: 100%;
  max-width: 430px;
  max-width: 26.875rem;
  min-height: 110px;
  min-height: 6.875rem;
}

blockquote {
  background-color: #ececec;
  padding: 27px 26px 29px 74px;
  padding: 1.6875rem 1.625rem 1.8125rem 4.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  position: relative;
}

blockquote::before {
  position: absolute;
  content: "“";
  top: 0;
  left: 20px;
  left: 1.25rem;
  font-size: 90px;
  font-size: 5.625rem;
  color: #b4b4b4;
}

.blog-and-notice {
  background-color: #ececec;
}

.blog-and-notice__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .blog-and-notice__inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

.blog-detail-content__inner {
  width: 100%;
  max-width: 594px;
  max-width: 37.125rem;
  margin: 0 auto;
}

.blog-detail-content__inner img {
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-detail-content__category-name {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.blog-detail-content__page-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  word-wrap: break-word;
}

.blog-detail-content__wrapper {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.blog-detail-content__wrapper > p {
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

.blog-detail-content__wrapper figure {
  padding-top: 62.2895622896%;
}

.blog-detail-content__wrapper ul {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}

.blog-detail-content__wrapper ul > li {
  position: relative;
  padding-left: 36px;
  padding-left: 2.25rem;
}

.blog-detail-content__wrapper ul > li::before {
  position: absolute;
  content: "";
  top: 6px;
  top: 0.375rem;
  left: 0;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background-color: #49a5d8;
  border-radius: 50%;
}

.blog-detail-content__wrapper a {
  color: #49a5d8;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-detail-content__wrapper a:hover {
  text-decoration: none;
}

.blog-detail-content__sns-buttons-and-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.blog-detail-content__date.date time {
  font-size: 16px;
  font-size: 1rem;
}

.blog-detail-content__p {
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

.blog-detail-content__thumbnail {
  padding-top: 62.7118644068%;
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.blog-detail-content__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 69px;
  margin: 0 auto 4.3125rem;
  padding: 69px 0 0;
  padding: 4.3125rem 0 0;
}
@media screen and (max-width: 1024px) {
  .blog-detail__inner {
    padding: 4.3125rem 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
    margin-right: 0;
    margin-bottom: 3.125rem;
  }
}

.blog-list-page-mainvisual {
  background-image: url("../images/blog-page/blog-page-mainvisual.jpg");
}

@media screen and (max-width: 1024px) {
  .blog {
    margin-bottom: 3.75rem;
  }
}

.blog__sec-title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.blog__sec-title.sec-title {
  font-size: 32px;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .blog__sec-title.sec-title {
    text-align: center;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br_sp {
    display: block;
  }
}

.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #ececec;
}

.breadcrumb__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 17px 0;
  padding: 1.0625rem 0;
}
@media screen and (max-width: 1024px) {
  .breadcrumb__inner {
    padding: 1.0625rem 20px;
  }
}

.breadcrumb__inner a {
  text-decoration: underline;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .breadcrumb__inner a {
    line-height: 2;
  }
}

.breadcrumb__inner a:hover {
  text-decoration: none;
}

.businesshour {
  line-height: 1;
  text-align: right;
}

.businesshour span {
  font-size: 12px;
  font-size: 0.75rem;
}

.button {
  text-align: center;
}

.button a {
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button_document-request a {
  background-color: #49a5d8;
}

.button_document-request a:hover {
  color: #49a5d8;
  background-color: #ffffff;
  border: 2px solid #49a5d8;
  border: 0.125rem solid #49a5d8;
}

.button_contact a {
  background-color: #666666;
}

.button_contact a:hover {
  color: #666666;
  background-color: #ffffff;
  border: 2px solid #666666;
  border: 0.125rem solid #666666;
}

.calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .calculation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}

.calculation__element {
  margin-right: 35px;
  margin-right: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .calculation__element {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }
}

.calculation__element span {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #666666;
  text-align: center;
  margin: 0 auto;
}

.calculation__element:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .calculation__element:last-child {
    margin-bottom: 0;
  }
}

.calculation__element_admission-fee span {
  padding: 34px 58px;
  padding: 2.125rem 3.625rem;
}
@media screen and (max-width: 1024px) {
  .calculation__element_admission-fee span {
    padding: 1.875rem 2.5rem;
  }
}

.calculation__element_plus span {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  position: relative;
  background-color: #666666;
}
@media screen and (max-width: 1024px) {
  .calculation__element_plus span {
    display: block;
    text-align: center;
  }
}

.calculation__element_plus span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 10%;
  background-color: #666666;
}

.calculation__element_plus span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10%;
  height: 100%;
  background-color: #666666;
}

.calculation__element_monthly-fee span {
  padding: 34px 96px;
  padding: 2.125rem 6rem;
}

.card__p {
  font-weight: bold;
  line-height: 1.8125;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 1024px) {
  .card__p {
    margin-bottom: 0;
  }
}

.card__pic {
  padding-top: 61.0714285714%;
  position: relative;
  background-color: #fff;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__personal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1b224c;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.card__occupation {
  width: 35.7142857143%;
  padding: 8px 0 8px 10px;
  padding: 0.5rem 0 0.5rem 0.625rem;
  background-color: #fff;
}

.card__name {
  width: 61.4285714286%;
  padding: 8px 0 8px 10px;
  padding: 0.5rem 0 0.5rem 0.625rem;
  background-color: #fff;
}

.card__score {
  padding: 8px 0 8px 10px;
  padding: 0.5rem 0 0.5rem 0.625rem;
  color: #1b224c;
  background-color: #fff;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 31.1111111111%);
  -webkit-column-gap: 3.3333333333%;
     -moz-column-gap: 3.3333333333%;
          column-gap: 3.3333333333%;
  row-gap: 6.6666666667%;
}
@media screen and (max-width: 1024px) {
  .cards {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .cards__items {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 1024px) {
  .cards__items:last-child {
    margin-bottom: 0;
  }
}

.categories__ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  row-gap: 1rem;
  list-style-type: disc;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.categories li {
  font-weight: 700;
  line-height: 1;
}

.categories li a {
  color: #666666;
}

.category-name {
  display: inline-block;
  color: #ffffff;
  background-color: #666666;
  line-height: 1;
  padding: 9px 25px;
  padding: 0.5625rem 1.5625rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.check-mark {
  width: 15px;
  width: 0.9375rem;
  height: 10px;
  height: 0.625rem;
}

.check-mark span {
  display: block;
  position: relative;
}

.check-mark span::before {
  position: absolute;
  content: "";
  top: 12px;
  top: 0.75rem;
  left: 0;
  width: 50%;
  height: 3px;
  height: 0.1875rem;
  background-color: #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.check-mark span::after {
  position: absolute;
  content: "";
  top: 10px;
  top: 0.625rem;
  left: 20%;
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  background-color: #666666;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.contact-content__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-content__label span {
  display: block;
  line-height: 1;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.contact-content__label textarea {
  width: 100%;
  padding: 23px;
  padding: 1.4375rem;
}

.contact-content__label textarea::-webkit-input-placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact-content__label textarea::-moz-placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact-content__label textarea::-ms-input-placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact-content__label textarea::placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact-form-send-complete-message__inner {
  padding-top: 83px;
  padding-top: 5.1875rem;
}

.contact-form-send-complete-message__p {
  text-align: center;
  margin-bottom: 87px;
  margin-bottom: 5.4375rem;
}

.contact-form-send-complete-message__home-link {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.contact-form__inner {
  width: 100%;
  max-width: 750px;
  max-width: 46.875rem;
  padding: 58px 25px 0;
  padding: 3.625rem 25px 0;
  margin: 0 auto 80px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 1024px) {
  .contact-form__inner {
    padding: 3.625rem 20px 0;
  }
}

.contact-form__p {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.contact-form__personal-info {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .contact-form__personal-info {
    margin-bottom: 2.5rem;
  }
}

.contact-form__contact-type {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.contact-form__privacy-policy {
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
}

.contact-form__button {
  text-align: center;
}

.contact-form__button input {
  color: #ffffff;
  background-color: #666666;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  padding: 13px 68px;
  padding: 0.8125rem 4.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form__button input:hover {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #666666;
  border: 0.0625rem solid #666666;
}

.contact-form__contact-content {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.contact-list-mainvisual {
  background-image: url("../images/contact-page/top-page-price-plan.jpg");
}

.contact-type__p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.contact-type__p span {
  font-weight: 700;
}

.contact-type > span {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.contact-type > span:last-child {
  margin-bottom: 0;
}

.contact-type label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-type input[type=radio] {
  display: inline;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
}

.contact {
  text-align: center;
}

.contact a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact a:hover {
  text-decoration: none;
}

.copy__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .copy__inner {
    text-align: center;
  }
}

.copy__txt {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 12px 0;
  padding: 0.75rem 0;
  display: inline-block;
  line-height: 1;
}

.date time {
  font-size: 12px;
  font-size: 0.75rem;
}

.date_recommended-articles {
  line-height: 1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.date_recommended-articles time {
  font-size: 16px;
  font-size: 1rem;
}

.document-request {
  background-image: url(../images/contact-page/top-page-price-plan.jpg);
  background-size: cover;
}

.document-request__inner {
  padding: 70px 25px 39px;
  padding: 4.375rem 25px 2.4375rem;
}
@media screen and (max-width: 1024px) {
  .document-request__inner {
    padding: 4.375rem 20px 2.4375rem;
  }
}

.document-request__txt {
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.document-request__span {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #F8F8F8;
}
@media screen and (max-width: 1024px) {
  .document-request__span {
    font-size: 1.5rem;
  }
}

.document-request__button {
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

.document-request__link {
  padding: 16px 108px 18px;
  padding: 1rem 6.75rem 1.125rem;
}

.drawer-info__businesshour {
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.drawer-info__businesshour span {
  color: #666666;
}

.drawer-info__tel.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-info__icon {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.drawer-info__icon img {
  color: #666666;
  background-color: #666666;
}

.drawer-info__telnumber span {
  color: #666666;
}

.drawer-navigation__nav li {
  text-align: center;
}

.drawer-navigation__nav li:last-child {
  margin-bottom: 0;
}

.drawer-navigation__nav a {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.drawer-navigation__nav a:hover {
  color: #ffffff;
  background-color: #666666;
}

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 20;
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.drawer.is_show {
  right: 0;
}

.drawer__info {
  display: block;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.drawer__navigation {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.drawer__buttons {
  padding: 0 20px;
}

.drawer__button a {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
}

.drawer__button_document-request {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.drawer__button_document-request a {
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
}

.drawer__button_contact a {
  padding: 10px 36px;
  padding: 0.625rem 2.25rem;
}

.faq {
  background-color: #ececec;
}

.faq__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 75px;
  padding-top: 4.6875rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}

.faq__sec-title {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

.faq__contents {
  border-bottom: solid 1px #666666;
  border-bottom: solid 0.0625rem #666666;
}

.faq__content {
  border-top: solid 1px #666666;
  border-top: solid 0.0625rem #666666;
}

.faq__question-and-button {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .faq__question {
    width: 90%;
  }
}

.faq__button {
  position: relative;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.faq__button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  width: 1.5625rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #666666;
}
.faq__button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  width: 0.1875rem;
  height: 25px;
  height: 1.5625rem;
  background-color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .faq__button {
    margin-right: 0.625rem;
  }
}

.faq__button.is_show::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__answer {
  display: none;
  padding: 23px 28px 15px 26px;
  padding: 1.4375rem 1.75rem 0.9375rem 1.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background-color: #F8F8F8;
}

.feature {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  padding: 11px 16px 12px;
  padding: 0.6875rem 1rem 0.75rem;
}
@media screen and (max-width: 1024px) {
  .feature {
    font-size: 1.25rem;
    padding: 0.6875rem 0.625rem 0.75rem;
  }
}

.feature__inner {
  border: 5px solid #666666;
  border: 0.3125rem solid #666666;
  padding: 11px 16px 24px;
  padding: 0.6875rem 1rem 1.5rem;
  color: #666666;
}

.feature__txt_large {
  line-height: 1.3888888889;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.feature__txt_underline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #49a5d8), color-stop(90%, #49a5d8), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #49a5d8 70%, #49a5d8 90%, transparent 90%, transparent 100%);
}

.feature__txt_middle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.7222222222;
}
@media screen and (max-width: 1024px) {
  .feature__txt_middle {
    font-size: 1rem;
  }
}

.footer__button {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.footer__button a {
  padding: 15px 100px;
  padding: 0.9375rem 6.25rem;
  border-radius: 1.9375rem;
}

.footer__info.info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
  max-width: 80rem;
  margin: 0 auto;
  padding: 22px 25px;
  padding: 1.375rem 1.5625rem;
}

.footer__copy {
  background-color: #ffffff;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .footer__copy {
    padding: 0 1.25rem;
  }
}

.hamburger {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  border: 2px solid gray;
  border: 0.125rem solid gray;
  border-radius: 50%;
  padding: 0;
  position: relative;
  z-index: 30;
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  background-color: #666666;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span:first-child {
  top: 17px;
  top: 1.0625rem;
}

.hamburger span:nth-child(2) {
  top: 22px;
  top: 1.375rem;
}

.hamburger span:last-child {
  top: 27px;
  top: 1.6875rem;
}

.hamburger.is_active span {
  top: 22px;
  top: 1.375rem;
  left: 30%;
}

.hamburger.is_active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is_active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is_active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-navigation-ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: 100%;
  height: 100%;
  max-width: 450px;
  max-width: 28.125rem;
}
@media screen and (max-width: 1024px) {
  .header-navigation-ul {
    grid-template-columns: repeat(2, 50%);
    row-gap: 0.625rem;
  }
}

.header-navigation-ul li {
  height: 100%;
  text-align: center;
}

.header-navigation-ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 4px 14px;
  padding: 0.25rem 0.875rem;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .header-navigation-ul a {
    padding: 0.25rem 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-navigation-ul a:hover {
  color: #ffffff;
  background-color: #666666;
}

.header-navigation__nav {
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  height: 5rem;
  background-color: #ffffff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  max-width: 80rem;
  height: 100%;
  margin: 0 auto;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__site-logo {
  height: 100%;
  width: 164px;
  width: 10.25rem;
}

.header__navigation {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__navigation {
    display: none;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__info {
  margin-right: 23px;
  margin-right: 1.4375rem;
}
@media screen and (max-width: 1024px) {
  .header__info {
    display: none;
  }
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__buttons {
    display: none;
  }
}

.header__button {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.header__button a {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
}

.header__button:last-child {
  margin-right: 0;
}

.header__button_document-request a {
  padding: 12px 43px;
  padding: 0.75rem 2.6875rem;
}

.header__button_contact a {
  background-color: #666666;
  padding: 12px 26px;
  padding: 0.75rem 1.625rem;
}

.header__button_contact a:hover {
  color: #666666;
  border: 2px solid #666666;
  border: 0.125rem solid #666666;
}

.header__drawer-background {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #666666;
  opacity: 0.5;
}

.header__drawer-background.is_show {
  visibility: visible;
}

.home-link {
  line-height: 1;
  text-align: center;
}

.home-link a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-link a:hover {
  text-decoration: none;
}

.how-to-use {
  background-color: #ececec;
}

.how-to-use__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 58px;
  padding-top: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .how-to-use__inner {
    padding: 0 20px;
  }
}

.how-to-use__sec-title {
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}

.how-to-use-contents__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.how-to-use-contents__row:last-child {
  margin-bottom: 0;
}

.how-to-use-contents__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #666666;
  font-weight: bold;
  width: 7.1111111111%;
  padding: 24px 23px;
  padding: 1.5rem 1.4375rem;
  line-height: 1;
  max-width: 64px;
  max-width: 4rem;
}
@media screen and (max-width: 1024px) {
  .how-to-use-contents__number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.how-to-use-contents__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92.7777777778%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .how-to-use-contents__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
  }
}

.how-to-use-contents__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 21px;
  padding-left: 1.3125rem;
  width: 25.7177033493%;
  max-width: 215px;
  max-width: 13.4375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .how-to-use-contents__heading {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 0.625rem;
  }
}

.how-to-use-contents__heading::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 29px;
  height: 1.8125rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c3c3c3;
}
@media screen and (max-width: 1024px) {
  .how-to-use-contents__heading::before {
    position: static;
    display: none;
  }
}

.how-to-use-contents__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 74.1626794258%;
  max-width: 620px;
  max-width: 38.75rem;
  padding-left: 54px;
  padding-left: 3.375rem;
}
@media screen and (max-width: 1024px) {
  .how-to-use-contents__txt {
    font-size: 0.875rem;
    width: 100%;
    padding-left: 0;
  }
}

.info {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .info {
    display: none;
  }
}

.info__txt {
  font-weight: bold;
  margin-right: 16px;
  margin-right: 1rem;
}

.info__site-logo {
  width: 197px;
  width: 12.3125rem;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  background-color: #ffffff;
}

.info_color_white {
  color: #ffffff;
}

.inquiry {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (max-width: 1024px) {
  .inquiry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.inquiry__txt {
  font-weight: 700;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .inquiry__txt {
    margin-right: 0;
    margin-bottom: 0.3125rem;
  }
}

.inquiry__tel {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .inquiry__tel {
    margin-right: 0;
    margin-bottom: 0.3125rem;
  }
}

.inquiry__businesshour span {
  font-size: 16px;
  font-size: 1rem;
}

.lower-page-mainvisual {
  background-size: cover;
  padding: 95px 0;
  padding: 5.9375rem 0;
  margin-top: 80px;
  margin-top: 5rem;
}

.lower-page-mainvisual__heading {
  color: #ffffff;
  text-align: center;
}

.lower-page-sec-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.mainvisual-description__inner {
  width: 100%;
  max-width: 328px;
  max-width: 20.5rem;
  margin: 0 auto;
}

.mainvisual {
  background-image: url("../images/common/top-page-mainvisuial.jpg");
  background-position: center;
  padding: 116px 0 86px;
  padding: 7.25rem 0 5.375rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.mainvisual__txt {
  color: #fff;
}

.mainvisual__p_lg {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
}
@media screen and (max-width: 1024px) {
  .mainvisual__p_lg {
    font-size: 1.875rem;
  }
}

.mainvisual__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  text-align: center;
  margin-bottom: 41px;
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 1024px) {
  .mainvisual__description {
    font-size: 0.875rem;
  }
}

.mainvisual__button {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.mainvisual__button a {
  padding: 15px 100px;
  padding: 0.9375rem 6.25rem;
  border-radius: 1.9375rem;
}

.mainvisual__link {
  text-align: center;
}

.mainvisual__link a {
  color: #ffffff;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  -webkit-text-decoration: underline 0.0625rem;
          text-decoration: underline 0.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mainvisual__link a:hover {
  text-decoration: none;
}

.mark__span {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 7px 25px;
  padding: 0.4375rem 1.5625rem;
  color: #ffffff;
  background-color: #666666;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
}

.media__background-image {
  width: 55.5555555556%;
}
@media screen and (max-width: 1024px) {
  .media__background-image {
    width: 100%;
    padding: 20px;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .media__background-image::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1024px) {
  .media__background-image_curriculum::before {
    background-image: url("../images/common/strong-point__pic1.jpg");
  }
}

@media screen and (max-width: 1024px) {
  .media__background-image_teachers::before {
    background-image: url("../images/common/strong-point__pic2.jpg");
  }
}

@media screen and (max-width: 1024px) {
  .media__background-image_score-up::before {
    background-image: url("../images/common/strong-point__pic3.jpg");
  }
}

@media screen and (max-width: 1024px) {
  .media__txt {
    color: #666666;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

.media__h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .media__h3 {
    font-size: 1.25rem;
  }
}

.media__mark {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.media__heading {
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
}
@media screen and (max-width: 1024px) {
  .media__heading {
    color: #666666;
  }
}

.media__pic {
  position: relative;
  width: 38.8888888889%;
  padding-top: 26.6666666667%;
}
@media screen and (max-width: 1024px) {
  .media__pic {
    display: none;
  }
}

.media__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navigation-and-info-navigation__nav ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .navigation-and-info-navigation__nav ul {
    grid-template-columns: repeat(2, 50%);
  }
}

.navigation-and-info-navigation__nav li {
  border-right: solid 1px #ffffff;
  border-right: solid 0.0625rem #ffffff;
}
@media screen and (max-width: 1024px) {
  .navigation-and-info-navigation__nav li {
    width: 100%;
    text-align: center;
    border-right: none;
  }
}

.navigation-and-info-navigation__nav li:last-child {
  border-right: none;
}

@media screen and (max-width: 1024px) {
  .navigation-and-info-navigation__nav li:nth-child(odd) {
    border-right: solid 0.0625rem #ffffff;
  }
}

.navigation-and-info-navigation__nav a {
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-and-info-navigation__nav a:hover {
  color: #666666;
  background-color: #ffffff;
}

.navigation-and-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 25px 69px;
  padding: 2.1875rem 1.5625rem 4.3125rem;
  background-color: #666666;
}
@media screen and (max-width: 1024px) {
  .navigation-and-info {
    padding: 2.1875rem 20px 2.5rem;
  }
}

.navigation-and-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .navigation-and-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.navigation-and-info__navigation {
  color: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .navigation-and-info__navigation {
    margin-bottom: 3.75rem;
  }
}

.navigation-and-info__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .navigation-and-info__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navigation-and-info__site-logo {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 1024px) {
  .navigation-and-info__site-logo {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}

.navigation-and-info__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .navigation-and-info__info {
    display: block;
  }
}

.new-arrival-list-article-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 67.7777777778%;
  max-width: 610px;
  max-width: 38.125rem;
}
@media screen and (max-width: 1024px) {
  .new-arrival-list-article-content {
    width: 100%;
    padding: 1.25rem 0;
  }
}

.new-arrival-list-article-content__date {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.new-arrival-list-article-content__date.date time {
  font-size: 16px;
  font-size: 1rem;
}

.new-arrival-list-article-content__title {
  font-size: 26px;
  font-size: 1.625rem;
  cursor: pointer;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.new-arrival-list-article-content__title a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-thickness: 0.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.new-arrival-list-article-content__title a:hover {
  text-decoration: none;
}

.new-arrival-list-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .new-arrival-list-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.new-arrival-list-article__link {
  display: block;
  width: 34.8837209302%;
  max-width: 240px;
  max-width: 15rem;
}
@media screen and (max-width: 1024px) {
  .new-arrival-list-article__link {
    width: 100%;
    max-width: 100%;
  }
}

.new-arrival-list-article__figure {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 61.6666666667%;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .new-arrival-list-article__figure {
    width: 100%;
    padding-top: 61.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .new-arrival-list-article__figure {
    margin-right: 0;
  }
}

.new-arrival-list-article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-arrival-list-article__figure span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #1b224c;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

.new-arrival-list-article__title {
  font-weight: bold;
  text-decoration: underline;
}

.new-arrival-list-articles__link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  .new-arrival-list-articles__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.25rem;
  }
}

.new-arrival-list-articles__link:hover {
  background-color: #f5f8fa;
}

.new-arrival-list-articles__item {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .new-arrival-list-articles__item {
    margin-bottom: 3.75rem;
  }
}

.new-arrival-list-articles__item:last-child {
  margin-bottom: 0;
}

.new-arrival-list {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.new-arrival-list__inner {
  width: 100%;
  max-width: 950px;
  max-width: 59.375rem;
  margin: 0 auto;
  padding: 58px 25px 0;
  padding: 3.625rem 25px 0;
}
@media screen and (max-width: 1024px) {
  .new-arrival-list__inner {
    padding: 3.625rem 20px 0;
  }
}

.new-arrival-list__sec-title {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.new-arrival-list__articles {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.new-arrival-list__pagination {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.notice-detail__inner {
  width: 100%;
  max-width: 950px;
  max-width: 59.375rem;
  margin: 0 auto 53px;
  margin: 0 auto 3.3125rem;
  padding: 60px 25px 0;
  padding: 3.75rem 25px 0;
}

.notice-detail h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

.notice-detail__date {
  text-align: right;
  line-height: 1;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.notice-detail__date time {
  line-height: 1;
}

.notice-detail figure {
  width: 44.4444444444%;
  max-width: 400px;
  max-width: 25rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  position: relative;
  padding-top: 27.7777777778%;
}
@media screen and (max-width: 1024px) {
  .notice-detail figure {
    width: 100%;
    padding-top: 76.9230769231%;
  }
}

.notice-detail figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notice-detail blockquote {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.notice-detail blockquote p {
  margin-bottom: 0;
}

.notice-detail ul {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}

.notice-detail ul li {
  padding: 0 0 0 35px;
  padding: 0 0 0 2.1875rem;
  position: relative;
}

.notice-detail ul li::before {
  position: absolute;
  content: "";
  top: 5px;
  top: 0.3125rem;
  left: 0;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #49a5d8;
}

.notice-list-li-date time {
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
}

.notice-list-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notice-list-li__date {
  margin-right: 50px;
  margin-right: 3.125rem;
}

.notice-list-li__description a {
  text-decoration: underline;
}

.notice-list-li__description a:hover {
  text-decoration: none;
}

.notice-list-mainvisual {
  background-image: url("../images/notice-page/notice-page-mainvisual.jpg");
}

.notice-list__inner {
  width: 100%;
  max-width: 950px;
  max-width: 59.375rem;
  margin: 0 auto 45px;
  margin: 0 auto 2.8125rem;
  padding: 58px 25px 0;
  padding: 3.625rem 25px 0;
}

.notice-list__sec-title {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.notice-list__ul {
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}

.notice-list__li {
  padding: 20px 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #d5d5d5;
}

.notice-list__li:first-child {
  border-top: 1px solid #d5d5d5;
}

.notice-list__pagination {
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
}

.notice {
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .notice {
    padding-left: 0;
  }
}

.notice__sec-title.sec-title {
  font-size: 32px;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .notice__sec-title.sec-title {
    text-align: center;
  }
}

.notice__contents {
  display: grid;
  row-gap: 40px;
  row-gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .notice__contents {
    margin-bottom: 2.5rem;
  }
}

.notice__date {
  line-height: 1;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.notice__time {
  font-size: 12px;
  font-size: 0.75rem;
}

.notice__title {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.notice__title:hover {
  text-decoration: none;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.page-numbers li {
  margin-right: 19px;
  margin-right: 1.1875rem;
}

ul.page-numbers li:last-child {
  margin-right: 0;
}

span.page-numbers, a.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  background-color: #ffffff;
  border: 1px solid #666666;
  line-height: 1;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
}

a.page-numbers:hover {
  color: #ffffff;
  background-color: #666666;
}

span.page-numbers.dots {
  border: none;
}

.page-numbers.current {
  color: #ffffff;
  background-color: #666666;
}

.personal-info__label {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.personal-info__label:last-child {
  margin-bottom: 0;
}

.personal-info__label span {
  display: block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.personal-info__label input {
  display: block;
  width: 100%;
  border: 0.5px solid #666666;
  border: 0.03125rem solid #666666;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
}

.personal-info__label input::-webkit-input-placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.personal-info__label input::-moz-placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.personal-info__label input::-ms-input-placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.personal-info__label input::placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.price-plan-page-fee-structure__inner {
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto 90px;
  margin: 0 auto 5.625rem;
  padding: 58px 0 0;
  padding: 3.625rem 0 0;
}
@media screen and (max-width: 1024px) {
  .price-plan-page-fee-structure__inner {
    padding: 3.625rem 20px 0;
  }
}

.price-plan-page-fee-structure__sec-title {
  line-height: 1;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.price-plan-page-fee-structure__calculation {
  margin: auto;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.price-plan-page-mainvisual {
  background-image: url("../images/common/price-plan-page-mainvisual.jpg");
}

.price-plan-page-tariff__inner {
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto;
}

.price-plan-page-tariff__sec-title {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .price-plan-page-tariff__sec-title {
    margin-bottom: 1.875rem;
  }
}

.price-plan-page-tariff__contents {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.price-plan {
  background-color: #ffffff;
}

.price-plan__inner {
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .price-plan__inner {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.price-plan__bg-img {
  background-image: url("../images/common/top-page-price-plan.jpg");
  padding-top: 61px;
  padding-top: 3.8125rem;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
}

.price-plan__txt {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.price-plan__span {
  display: inline-block;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .price-plan__span {
    font-size: 1.5rem;
  }
}

.price-plan__button a {
  border: 1px solid #ffffff;
  border-radius: 1.875rem;
  padding: 13px 50px 16px;
  padding: 0.8125rem 3.125rem 1rem;
}

.price-plan__button a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.privacy-policy span {
  line-height: 1;
  text-align: center;
}

.privacy-policy > span {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.privacy-policy a {
  color: #49a5d8;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.privacy-policy a:hover {
  text-decoration: none;
}

.privacy-policy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.privacy-policy input {
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
}

.privacy-policy .error {
  text-align: center;
}

.recommended-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recommended-article__picture {
  width: 34.8837209302%;
  position: relative;
  padding-top: 128px;
  padding-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .recommended-article__picture {
    padding-top: 21.6949152542%;
  }
}

.recommended-article__picture li {
  padding: 6px 26px 6px 9px;
  padding: 0.375rem 1.625rem 0.375rem 0.5625rem;
}

.recommended-article__picture span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #666666;
  padding: 8px 13px;
  padding: 0.5rem 0.8125rem;
}

.recommended-article__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommended-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60.4651162791%;
}

.recommended-article__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recommended-article__title:hover {
  text-decoration: none;
}

.recommended-article__date {
  line-height: 1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.recommended-article__date time {
  font-size: 16px;
  font-size: 1rem;
}

.recommended-articles__sec-title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.recommended-articles__sec-title span {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

.recommended-articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 28px;
  row-gap: 1.75rem;
}

.related-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-article__pic {
  width: 37.1747211896%;
  max-width: 100px;
  max-width: 6.25rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  margin-right: 17px;
  margin-right: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .related-article__pic {
    width: 100%;
    max-width: 6.25rem;
  }
}

.related-article__pic img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-article__txt {
  width: 56.5055762082%;
  max-width: 152px;
  max-width: 9.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
  line-height: 2;
  word-wrap: break-word;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .related-article__txt {
    width: auto;
  }
}

.related-article__link:hover .related-article__txt {
  text-decoration: none;
}

.related-articles__articles {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  row-gap: 2.5rem;
}

.sec-title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec-title {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

.side-bar-title {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.side-bar-title span {
  display: inline-block;
  color: #ffffff;
  background-color: #666666;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  padding: 18px 0;
  padding: 1.125rem 0;
  width: 100%;
  text-align: center;
}

.side-bar {
  width: 100%;
  max-width: 269px;
  max-width: 16.8125rem;
}
@media screen and (max-width: 1024px) {
  .side-bar {
    max-width: 100%;
  }
}

.side-bar__related-articles {
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.site-logo__heading {
  height: 100%;
}

.site-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 14px 19px 13px;
  padding: 0.875rem 1.1875rem 0.8125rem;
}
@media screen and (max-width: 1024px) {
  .site-logo__link {
    padding: 0.625rem;
  }
}

.site-logo__link_background-color_white {
  background-color: #ffffff;
}

.sns-buttons button {
  display: inline-block;
  color: #ffffff;
  background-color: #305097;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 4px 8px 4px 24px;
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
  border-radius: 0.1875rem;
}

.sns-buttons .sns-buttons__twitter {
  background-color: #00aced;
}

.strong-point {
  background-color: #ffffff;
}

.strong-point__inner {
  max-width: 950px;
  max-width: 59.375rem;
  width: 100%;
  padding: 60px 25px 93px;
  padding: 3.75rem 25px 5.8125rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .strong-point__inner {
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

.strong-point__heading {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .strong-point__heading {
    margin-bottom: 1.875rem;
  }
}

.strong-point__media {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .strong-point__media {
    margin-bottom: 0;
    background-color: #ececec;
  }
}

.strong-point__media:last-child {
  margin-bottom: 0;
}

.strong-point__media_even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .strong-point__media_even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.success-stories {
  color: #666666;
  background-color: #ececec;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 1024px) {
  .success-stories {
    padding: 3.75rem 20px;
  }
}

.success-stories__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
}

.success-stories__sec-title {
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 1024px) {
  .success-stories__sec-title {
    margin-bottom: 4.375rem;
  }
}

.tariff-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tariff-content-item__check-mark {
  height: 100%;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.tariff-content-item__txt span {
  display: inline-block;
  text-align: center;
}

.tariff-content-items {
  display: grid;
  row-gap: 23px;
  row-gap: 1.4375rem;
}

.tariff-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 220px;
  width: 13.75rem;
}

.tariff-content__title span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 60px 0 20px;
  padding: 3.75rem 0 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #666666), to(#666666));
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #666666 40%, #666666 100%);
}

.tariff-content__title_recommend span:first-child {
  padding: 22px 0 20px;
  padding: 1.375rem 0 1.25rem;
}

.tariff-content__title_recommend span:last-child {
  padding: 0 0 22px;
  padding: 0 0 1.375rem;
}

.tariff-content__title.tariff-content__title_recommend span {
  background: #49a5d8;
}

.tariff-content__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 22px 95px;
  padding: 1.875rem 1.375rem 5.9375rem;
  border: 1px solid #666666;
}

.tariff-content__txt_recommend {
  border-top: none;
}

.tariff-content__price {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.tariff-content__price span {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.tariff-content__price_recommend {
  color: #49a5d8;
}

.tariff-content__price-remarks {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.tariff-content__price-remarks span {
  display: block;
  text-align: center;
}

.tariff-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
}

.tel__icon {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #666666;
  color: #666666;
}

.worries__txt_large {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .worries__txt_large {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.worries__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .worries__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.worries__li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.1666666667;
  text-align: center;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}
@media screen and (max-width: 1024px) {
  .worries__li {
    font-size: 1rem;
  }
}

.worries__li:first-child {
  margin-right: 57px;
  margin-right: 3.5625rem;
}
@media screen and (max-width: 1024px) {
  .worries__li:first-child {
    margin-right: 0;
  }
}

.worries__li:nth-child(2) {
  margin-right: 30px;
  margin-right: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .worries__li:nth-child(2) {
    margin-right: 0;
  }
}

.wp_social_bookmarking_light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp_social_bookmarking_light_clear {
  display: none;
}

.wsbl_twitter {
  width: 100px;
  width: 6.25rem;
}

.wp-block h1 {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.wp-block h2 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.wp-block h3 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.wp-block p {
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}

.wp-block p:last-child {
  margin-bottom: 0;
}

.wp-block figure {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  position: relative;
}

.wp-block figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block a {
  color: #49a5d8;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: underline;
}

.wp-block a:hover {
  text-decoration: none;
}

.wp-pagenavi * {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  width: 10px;
  width: 0.625rem;
  height: 16px;
  height: 1rem;
}

.blog-detail-breadcrumb {
  margin-top: 80px;
  margin-top: 5rem;
}

.contact-form-send-complete-breadcrumb {
  margin-top: 80px;
  margin-top: 5rem;
}

.notice-detail-breadcrumb {
  margin-top: 80px;
  margin-top: 5rem;
}
/*# sourceMappingURL=styles.css.map */
