@charset "UTF-8";
.max-width-wrapper-1200px {
  max-width: 1280px;
  padding-top: 63.35px;
  font-size: 16px;
  color: #707070;
}
.max-width-wrapper-1200px img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px), print {
  .max-width-wrapper-1200px {
    padding-top: 53.07px;
  }
}
a {
  text-decoration: none;
}

button {
  display: inline-block;
  text-decoration: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 575px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .pc-br {
    display: none;
  }
}

.kadarasero-banner-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.kadarasero-banner-image img {
  width: 100%;
}

.p-kadarasero__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 25px 0;
  padding-left: min(3.12vw, 40px);
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__title-wrapper {
    position: relative;
    flex-direction: column-reverse;
    align-items: normal;
    padding: 20px 4% 20px 4%;
  }
}

.p-kadarasero__title-body {
  flex-grow: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__title-body {
    margin-right: 0;
  }
}

.p-kadarasero__num-image {
  flex-shrink: 0;
  width: min(15.62vw, 200px);
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__num-image {
    width: 60px;
    position: absolute;
    top: -5px;
    right: 0;
  }
}

.p-kadarasero__date {
  font-family: "メイリオ";
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__date {
    font-size: 14px;
  }
}

.p-kadarasero__title {
  font-size: min(3.12vw, 40px);
  line-height: 2;
  font-weight: bold;
  text-align: left;
  margin: 0;
  color: #010000;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__title {
    font-size: 24px;
  }
}

.p-kadarasero__author {
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__author {
    font-size: 14px;
  }
}

.p-kadarasero__author-link {
  margin-left: 1em;
}
.p-kadarasero__author-link a {
  text-decoration: underline;
  color: #707070;
}

.mv-image__capture {
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
  padding: 10px 20px;
  text-align: right;
  color: #222222;
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .mv-image__capture {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.p-kadarasero__text-wrapper {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__text-wrapper {
    padding: 30px 4% 30px 4%;
  }
}

.p-kadarasero__inner {
  padding-top: min(5.85vw, 75px);
  padding-bottom: min(5.85vw, 75px);
  padding-left: min(5vw, 64px);
  padding-right: min(5vw, 64px);
  background: #fff;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__inner {
    padding: 30px 4% 30px 4%;
  }
}

.p-kadarasero__sub-title {
  font-size: 20px;
  line-height: 2.5;
  font-weight: normal;
  text-align: left;
  margin: 0;
  margin-bottom: 50px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__sub-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.p-kadarasero__text {
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  text-align: left;
  margin: 0;
  margin-bottom: 50px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.p-kadarasero__images {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__images {
    flex-direction: column;
    justify-content: normal;
  }
}
.p-kadarasero__images > figure {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__images > figure {
    width: 100%;
  }
}

.p-kadarasero__image {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__image {
    margin-bottom: 30px;
  }
}

.p-kadarasero__capture {
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  margin-top: 20px;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__capture {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-kadarasero__additional-info {
  font-size: 14px;
  line-height: 2.7;
  font-weight: normal;
  margin: 0;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__additional-info {
    font-size: 12px;
  }
}
.p-kadarasero__additional-info a {
  text-decoration: underline;
}

.p-kadarasero__share-btn {
  padding-top: min(5.85vw, 75px);
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__share-btn {
    padding: 30px 4% 30px 4%;
  }
}

.share-btn__inner {
  display: flex;
  justify-content: normal;
  align-items: center;
  padding: 40px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px), print {
  .share-btn__inner {
    flex-direction: column;
    align-items: start;
    padding: 20px;
  }
}

.share-btn__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin: 0;
  margin-right: 56px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .share-btn__title {
    margin-right: 0;
    justify-content: center;
  }
}

.share-btn__share-btns {
  display: flex;
}

.share-btn__hatena-btn {
  margin-right: 10px;
}

.share-btn__facebook-btn {
  margin-right: 10px;
}

.p-kadarasero__author-wrapper {
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__author-wrapper {
    padding: 30px 4% 30px 4%;
  }
}

.author-info__inner {
  padding-top: min(5.07vw, 65px);
  padding-bottom: min(5.85vw, 75px);
  padding-left: min(5vw, 64px);
  padding-right: min(5vw, 64px);
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .author-info__inner {
    padding: 30px 4% 30px 4%;
  }
}

.author-info__title {
  font-size: 28px;
  line-height: 1.7;
  font-weight: normal;
  color: #222222;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .author-info__title {
    font-size: 20px;
  }
}

.author-info__image {
  position: relative;
  width: min(29.29vw, 375px);
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px), print {
  .author-info__image {
    width: 220px;
  }
}

.author-info__facebook {
  position: absolute;
  bottom: 0;
  right: -150px;
}
@media screen and (max-width: 767px), print {
  .author-info__facebook {
    position: static;
    margin-top: 10px;
  }
}

.author-info__facebook-icon {
  display: inline-block;
  width: 27px;
  margin-right: 10px;
}

.author-info__facebook-link {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
  color: #1571DA;
}

.author-info__profile {
  margin-bottom: 25px;
}

.author-info__name {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__name {
    font-size: 16px;
  }
}

.author-info__job {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__job {
    font-size: 16px;
  }
}

.author-info__live {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__live {
    font-size: 16px;
  }
}

.author-info__text-wrapper {
  padding: 35px;
  background: rgba(251, 254, 254, 0.45);
}
@media screen and (max-width: 767px), print {
  .author-info__text-wrapper {
    padding: 20px;
  }
}

.author-info__text {
  font-size: 15px;
  line-height: 2.1;
  font-weight: normal;
  margin: 0;
  color: #222222;
  margin-bottom: 40px;
}

.author-info__ad {
  font-size: 15px;
  line-height: 2.1;
  font-weight: normal;
  margin: 0;
  color: #222222;
}
.author-info__ad a {
  display: inline-block;
}

.author-info__link {
  margin-left: 1em;
  text-decoration: underline;
}

.related-article-title {
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .related-article-title {
    padding: 30px 4% 30px 4%;
  }
}

.related-article-inner {
  font-size: 25px;
  line-height: 1.9;
  font-weight: normal;
  margin: 0;
  color: #222222;
}

.shirabetemita-banner-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.shirabetemita-banner-image img {
  width: 100%;
}

.p-shirabetemita__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 25px 40px;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__title-wrapper {
    position: relative;
    flex-direction: column-reverse;
    align-items: normal;
    padding: 20px 4% 20px 4%;
  }
}

.p-shirabetemita__title-body {
  flex-grow: 1;
}

.p-shirabetemita__num-image {
  flex-shrink: 0;
  width: min(15.62vw, 200px);
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__num-image {
    width: 60px;
    position: absolute;
    top: -5px;
    right: 0;
  }
}

.p-shirabetemita__date {
  font-family: "メイリオ";
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__date {
    font-size: 14px;
  }
}

.p-shirabetemita__title {
  font-size: min(3.12vw, 40px);
  line-height: 2;
  font-weight: bold;
  text-align: left;
  margin: 0;
  color: #010000;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__title {
    font-size: 24px;
  }
}

.p-shirabetemita__author {
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__author {
    font-size: 14px;
  }
}

.p-shirabetemita__author-link {
  margin-left: 1em;
}
.p-shirabetemita__author-link a {
  text-decoration: underline;
  color: #707070;
}

.mv-image__capture {
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
  padding: 10px 20px;
  text-align: right;
  color: #222222;
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .mv-image__capture {
    font-size: 12px;
    padding: 5px 15px;
  }
}

.p-shirabetemita__text-wrapper {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__text-wrapper {
    padding: 30px 4% 30px 4%;
  }
}

.p-shirabetemita__inner {
  padding-top: min(5.85vw, 75px);
  padding-bottom: min(5.85vw, 75px);
  padding-left: min(5vw, 64px);
  padding-right: min(5vw, 64px);
  background: #fff;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__inner {
    padding: 30px 4% 30px 4%;
  }
}

.p-shirabetemita__sub-title {
  font-size: 20px;
  line-height: 2.5;
  font-weight: normal;
  text-align: left;
  margin: 0;
  margin-bottom: 50px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__sub-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.p-shirabetemita__text {
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  text-align: left;
  margin: 0;
  margin-bottom: 50px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.p-shirabetemita__image {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__image {
    margin-bottom: 30px;
  }
}

.p-shirabetemita__capture {
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  margin-top: 20px;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__capture {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-shirabetemita__additional-info {
  font-size: 14px;
  line-height: 2.7;
  font-weight: normal;
  margin: 0;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__additional-info {
    font-size: 12px;
  }
}
.p-shirabetemita__additional-info a {
  text-decoration: underline;
}

/*shirabetemita_1のユーチューブ埋め込み*/
.youtube {
  position: relative;
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px), print {
  .youtube {
    margin-bottom: 30px;
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*shirabetemita_13のグーグルマップ埋め込み*/
.map {
  position: relative;
  max-width: 700px;
  margin: auto;
  aspect-ratio: 4/3;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.p-shirabetemita__share-btn {
  padding-top: min(5.85vw, 75px);
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__share-btn {
    padding: 30px 4% 30px 4%;
  }
}

.share-btn__inner {
  display: flex;
  justify-content: normal;
  align-items: center;
  padding: 40px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px), print {
  .share-btn__inner {
    flex-direction: column;
    align-items: start;
    padding: 20px;
  }
}

.share-btn__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin: 0;
  margin-right: 56px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .share-btn__title {
    margin-right: 0;
    justify-content: center;
  }
}

.share-btn__share-btns {
  display: flex;
}

.share-btn__hatena-btn {
  margin-right: 10px;
}

.share-btn__facebook-btn {
  margin-right: 10px;
}

.p-shirabetemita__author-wrapper {
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .p-shirabetemita__author-wrapper {
    padding: 30px 4% 30px 4%;
  }
}

.author-info__inner {
  padding-top: min(5.07vw, 65px);
  padding-bottom: min(5.85vw, 75px);
  padding-left: min(5vw, 64px);
  padding-right: min(5vw, 64px);
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .author-info__inner {
    padding: 30px 4% 30px 4%;
  }
}

.author-info__title {
  font-size: 28px;
  line-height: 1.7;
  font-weight: normal;
  color: #222222;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .author-info__title {
    font-size: 20px;
  }
}

.author-info__image {
  position: relative;
  width: min(29.29vw, 375px);
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px), print {
  .author-info__image {
    width: 220px;
  }
}

.author-info__facebook {
  position: absolute;
  bottom: 0;
  right: -150px;
}
@media screen and (max-width: 767px), print {
  .author-info__facebook {
    position: static;
    margin-top: 10px;
  }
}

.author-info__facebook-icon {
  display: inline-block;
  width: 27px;
  margin-right: 10px;
}

.author-info__facebook-link {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
  color: #1571DA;
}

.author-info__profile {
  margin-bottom: 25px;
}

.author-info__name {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__name {
    font-size: 16px;
  }
}

.author-info__job {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__job {
    font-size: 16px;
  }
}

.author-info__live {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__live {
    font-size: 16px;
  }
}

.author-info__text-wrapper {
  padding: 35px;
  background: rgba(251, 254, 254, 0.45);
}
@media screen and (max-width: 767px), print {
  .author-info__text-wrapper {
    padding: 20px;
  }
}

.author-info__text {
  font-size: 15px;
  line-height: 2.1;
  font-weight: normal;
  margin: 0;
  color: #222222;
  margin-bottom: 40px;
}

.author-info__ad {
  font-size: 15px;
  line-height: 2.1;
  font-weight: normal;
  margin: 0;
  color: #222222;
}
.author-info__ad a {
  display: inline-block;
}

.author-info__link {
  margin-left: 1em;
  text-decoration: underline;
}

.related-article-title {
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .related-article-title {
    padding: 30px 4% 30px 4%;
  }
}

.related-article-inner {
  font-size: 25px;
  line-height: 1.9;
  font-weight: normal;
  margin: 0;
  color: #222222;
}

.p-tokubetsuhen__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 25px 0;
  padding-left: min(3.12vw, 40px);
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__title-wrapper {
    position: relative;
    flex-direction: column-reverse;
    align-items: normal;
    padding: 20px 4% 20px 4%;
  }
}

.p-tokubetsuhen__title-body {
  flex-grow: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__title-body {
    margin-right: 0;
  }
}

.p-kadarasero__num-image {
  flex-shrink: 0;
  width: min(15.62vw, 200px);
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__num-image {
    width: 60px;
    position: absolute;
    top: -5px;
    right: 0;
  }
}

.p-tokubetsuhen__date {
  font-family: "メイリオ";
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__date {
    font-size: 14px;
  }
}

.p-tokubetsuhen__title {
  font-size: min(3.12vw, 40px);
  line-height: 2;
  font-weight: bold;
  text-align: left;
  margin: 0;
  color: #010000;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__title {
    font-size: 24px;
  }
}

.p-tokubetsuhen__author {
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__author {
    font-size: 14px;
  }
}

.p-tokubetsuhen__author-link {
  margin-left: 1em;
}
.p-tokubetsuhen__author-link a {
  text-decoration: underline;
  color: #707070;
}

.p-tokubetsuhen__text-wrapper {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__text-wrapper {
    padding: 30px 4% 30px 4%;
  }
}

.p-tokubetsuhen__inner {
  padding-top: min(5.85vw, 75px);
  padding-bottom: min(5.85vw, 75px);
  padding-left: min(5vw, 64px);
  padding-right: min(5vw, 64px);
  background: #fff;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__inner {
    padding: 30px 4% 30px 4%;
  }
}

.p-tokubetsuhen__sub-title {
  font-size: 20px;
  line-height: 2.5;
  font-weight: normal;
  text-align: left;
  margin: 0;
  margin-bottom: 50px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__sub-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.p-tokubetsuhen__text {
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  text-align: left;
  margin: 0;
  margin-bottom: 50px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.p-tokubetsuhen__image {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__image {
    margin-bottom: 30px;
  }
}

.p-tokubetsuhen__capture {
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  margin-top: 20px;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__capture {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-tokubetsuhen__additional-info {
  font-size: 14px;
  line-height: 2.7;
  font-weight: normal;
  margin: 0;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__additional-info {
    font-size: 12px;
  }
}
.p-tokubetsuhen__additional-info a {
  text-decoration: underline;
}

.p-tokubetsuhen__share-btn {
  padding-top: min(5.85vw, 75px);
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .p-tokubetsuhen__share-btn {
    padding: 30px 4% 30px 4%;
  }
}

.share-btn__inner {
  display: flex;
  justify-content: normal;
  align-items: center;
  padding: 40px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px), print {
  .share-btn__inner {
    flex-direction: column;
    align-items: start;
    padding: 20px;
  }
}

.share-btn__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin: 0;
  margin-right: 56px;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .share-btn__title {
    margin-right: 0;
    justify-content: center;
  }
}

.share-btn__share-btns {
  display: flex;
}

.share-btn__hatena-btn {
  margin-right: 10px;
}

.share-btn__facebook-btn {
  margin-right: 10px;
}

.p-kadarasero__author-wrapper {
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .p-kadarasero__author-wrapper {
    padding: 30px 4% 30px 4%;
  }
}

.author-info__inner {
  padding-top: min(5.07vw, 65px);
  padding-bottom: min(5.85vw, 75px);
  padding-left: min(5vw, 64px);
  padding-right: min(5vw, 64px);
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .author-info__inner {
    padding: 30px 4% 30px 4%;
  }
}

.author-info__title {
  font-size: 28px;
  line-height: 1.7;
  font-weight: normal;
  color: #222222;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .author-info__title {
    font-size: 20px;
  }
}

.author-info__image {
  position: relative;
  width: min(29.29vw, 375px);
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px), print {
  .author-info__image {
    width: 220px;
  }
}

.author-info__facebook {
  position: absolute;
  bottom: 0;
  right: -150px;
}
@media screen and (max-width: 767px), print {
  .author-info__facebook {
    position: static;
    margin-top: 10px;
  }
}

.author-info__facebook-icon {
  display: inline-block;
  width: 27px;
  margin-right: 10px;
}

.author-info__facebook-link {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
  color: #1571DA;
}

.author-info__profile {
  margin-bottom: 25px;
}

.author-info__name {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__name {
    font-size: 16px;
  }
}

.author-info__job {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__job {
    font-size: 16px;
  }
}

.author-info__live {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px), print {
  .author-info__live {
    font-size: 16px;
  }
}

.author-info__text-wrapper {
  padding: 35px;
  background: rgba(251, 254, 254, 0.45);
}
@media screen and (max-width: 767px), print {
  .author-info__text-wrapper {
    padding: 20px;
  }
}

.author-info__text {
  font-size: 15px;
  line-height: 2.1;
  font-weight: normal;
  margin: 0;
  color: #222222;
  margin-bottom: 40px;
}

.author-info__ad {
  font-size: 15px;
  line-height: 2.1;
  font-weight: normal;
  margin: 0;
  color: #222222;
}
.author-info__ad a {
  display: inline-block;
}

.author-info__link {
  margin-left: 1em;
  text-decoration: underline;
}

.related-article-title {
  padding-bottom: min(3.9vw, 50px);
  padding-left: min(15.62vw, 200px);
  padding-right: min(15.62vw, 200px);
}
@media screen and (max-width: 767px), print {
  .related-article-title {
    padding: 30px 4% 30px 4%;
  }
}

.related-article-inner {
  font-size: 25px;
  line-height: 1.9;
  font-weight: normal;
  margin: 0;
  color: #222222;
}

.fv__image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.fv__image img {
  width: 100%;
}

.introduction-inner {
  width: 77%;
  margin: 0 auto;
  padding: 66px 0 106px 0;
}

.introduction__title {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.6;
  padding-bottom: 56px;
  color: #000;
}

.introduction__text {
  font-size: 15px;
  font-weight: normal;
  line-height: 3.3;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
  color: #707070;
}

.introduction__btn {
  font-family: kinuta-maruminkatura-stdn, serif;
  display: block;
  max-width: 263px;
  font-size: 29px;
  padding: 12px 0;
  margin: auto;
  border: 3px solid #707070;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .introduction__btn {
    margin: auto;
  }
}
.introduction__btn:hover {
  background: #707070;
  color: #fff;
}

@media screen and (max-width: 767px), print {
  .introduction-inner {
    width: 98%;
    padding: 43px 0 47px 0;
  }
  .introduction__title {
    padding-bottom: 47px;
  }
  .introduction__text {
    font-size: 13px;
    font-weight: bold;
    line-height: 3.8;
  }
}
@media screen and (max-width: 575px) {
  .introduction__title {
    font-size: 28px;
  }
}
.common-banner-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .common-banner-image {
    margin-bottom: 25px;
  }
}
.common-banner-image img {
  width: 100%;
}

.relay-essay-banner-image,
.interview-banner-image {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .relay-essay-banner-image,
  .interview-banner-image {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .relay-essay-banner-image,
  .interview-banner-image {
    margin-bottom: 75px;
  }
}

.tokubetsuhen__main-title {
  font-size: min(3.12vw, 40px);
  line-height: 2;
  text-align: center;
  color: #060000;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__main-title {
    font-size: 24px;
  }
}

.section-tokubetsuhen {
  margin-top: 95px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .section-tokubetsuhen {
    margin-top: 25px;
  }
}

.tokubetsuhen__container {
  max-width: 1088px;
  width: 92%;
  margin: auto;
  padding-bottom: 25px;
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__container {
    padding-bottom: 0;
    margin-bottom: 25px;
    width: 100%;
  }
}

.tokubetsuhen__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__inner {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
  }
}

.tokubetsuhen__image {
  width: 53.2%;
  margin-left: calc(50% - 50vw);
  transform: translateY(-45px);
  flex-shrink: 0;
}
.tokubetsuhen__image img {
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__image {
    width: 100%;
    margin-left: 0;
    transform: translateY(0);
  }
}

.tokubetsuhen__body {
  font-family: kinuta-maruminkatura-stdn, serif;
  flex-shrink: 0;
  flex-grow: 1;
  width: 46.8%;
  padding: 0 30px;
  padding-top: 20px;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__body {
    width: 100%;
    padding: 0 4%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tokubetsuhen__date {
  font-family: "メイリオ";
  font-size: min(1.56vw, 20px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__date {
    font-size: 14px;
  }
}

.tokubetsuhen__title {
  font-size: min(2.34vw, 30px);
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__title {
    font-size: 21px;
  }
}

.tokubetsuhen__sub-title {
  font-size: min(1.4vw, 18px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__sub-title {
    font-size: 16px;
  }
}

.tokubetsuhen__text {
  font-size: min(1.17vw, 15px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__text {
    font-size: 15px;
  }
}

.tokubetsuhen__btn {
  font-family: kinuta-maruminkatura-stdn, serif;
  display: block;
  max-width: 263px;
  font-size: 29px;
  padding: 12px 0;
  margin-left: auto;
  border: 3px solid #707070;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .tokubetsuhen__btn {
    margin: auto;
  }
}
.tokubetsuhen__btn:hover {
  background: #707070;
  color: #fff;
}

.new-article__main-title {
  font-size: min(3.12vw, 40px);
  line-height: 2;
  text-align: center;
  color: #060000;
}
@media screen and (max-width: 767px), print {
  .new-article__main-title {
    font-size: 24px;
  }
}

.section-kadarasero {
  margin-top: 95px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px), print {
  .section-kadarasero {
    margin-top: 25px;
  }
}

.kadarasero__container {
  max-width: 1088px;
  width: 92%;
  margin: auto;
  padding-bottom: 25px;
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .kadarasero__container {
    padding-bottom: 0;
    margin-bottom: 25px;
    width: 100%;
  }
}

.kadarasero__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px), print {
  .kadarasero__inner {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
  }
}

.kadarasero__image {
  position: relative;
  left: -3vw;
  width: 53.2%;
  /*margin-left: calc(50% - 50vw);*/
  transform: translateY(-45px);
  flex-shrink: 0;
}
.kadarasero__image img {
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .kadarasero__image {
    left: 0;
    width: 100%;
    margin-left: 0;
    transform: translateY(0);
  }
}

.kadarasero__tag {
  display: inline-block;
  font-size: 18px;
  padding: 6px 9px;
  position: absolute;
  top: 0;
  left: 0;
  background: #77C5C5;
  color: #060000;
}
@media screen and (max-width: 575px) {
  .kadarasero__tag {
    font-size: 14px;
  }
}

.kadarasero__num-image {
  width: min(15.62vw, 200px);
  position: absolute;
  right: 0;
  transform: translateY(-110px) rotate(-5deg);
  z-index: 10;
}
@media screen and (max-width: 767px), print {
  .kadarasero__num-image {
    width: 150px;
    transform: translateY(-80px) rotate(-5deg);
  }
}

.kadarasero__body {
  font-family: kinuta-maruminkatura-stdn, serif;
  flex-shrink: 0;
  flex-grow: 1;
  width: 46.8%;
  padding: 0 30px;
  padding-top: 20px;
}
@media screen and (max-width: 767px), print {
  .kadarasero__body {
    width: 100%;
    padding: 0 4%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.kadarasero__date {
  font-family: "メイリオ";
  font-size: min(1.56vw, 20px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .kadarasero__date {
    font-size: 14px;
  }
}

.kadarasero__title {
  font-size: min(2.34vw, 30px);
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .kadarasero__title {
    font-size: 21px;
  }
}

.kadarasero__sub-title {
  font-size: min(1.4vw, 18px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .kadarasero__sub-title {
    font-size: 16px;
  }
}

.kadarasero__text {
  font-size: min(1.17vw, 15px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .kadarasero__text {
    font-size: 15px;
  }
}

.kadarasero__btn {
  font-family: kinuta-maruminkatura-stdn, serif;
  display: block;
  max-width: 263px;
  font-size: 29px;
  padding: 12px 0;
  margin-left: auto;
  border: 3px solid #707070;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .kadarasero__btn {
    margin: auto;
  }
}
.kadarasero__btn:hover {
  background: #707070;
  color: #fff;
}

.section-shirabetemita {
  margin-top: 95px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .section-shirabetemita {
    margin-top: 25px;
  }
}

.shirabetemita__container {
  max-width: 1088px;
  width: 92%;
  margin: auto;
  padding-bottom: 25px;
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .shirabetemita__container {
    padding-bottom: 0;
    margin-bottom: 25px;
    width: 100%;
  }
}

.shirabetemita__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__inner {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
  }
}

.shirabetemita__image {
  width: 53.2%;
  margin-right: calc(50% - 50vw);
  transform: translateY(-45px);
  flex-shrink: 0;
}
.shirabetemita__image img {
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__image {
    width: 100%;
    margin-left: 0;
    transform: translateY(0);
  }
}

.shirabetemita__tag {
  display: inline-block;
  font-size: 18px;
  padding: 6px 9px;
  position: absolute;
  top: 0;
  right: 0;
  background: #77C5C5;
  color: #060000;
}
@media screen and (max-width: 575px) {
  .shirabetemita__tag {
    font-size: 14px;
  }
}

.shirabetemita__num-image {
  width: min(15.62vw, 200px);
  position: absolute;
  left: 0;
  transform: translateY(-110px) rotate(-5deg);
  z-index: 10;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__num-image {
    width: 150px;
    transform: translateY(-80px) rotate(-5deg);
  }
}

.shirabetemita__body {
  font-family: kinuta-maruminkatura-stdn, serif;
  flex-shrink: 0;
  flex-grow: 1;
  width: 46.8%;
  padding: 0 30px;
  padding-top: 20px;
  color: #707070;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__body {
    width: 100%;
    padding: 0 4%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.shirabetemita__date {
  font-family: "メイリオ";
  font-size: min(1.56vw, 20px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__date {
    font-size: 14px;
  }
}

.shirabetemita__title {
  font-size: min(2.34vw, 30px);
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__title {
    font-size: 21px;
  }
}

.shirabetemita__sub-title {
  font-size: min(1.4vw, 18px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__sub-title {
    font-size: 16px;
  }
}

.shirabetemita__text {
  font-size: min(1.17vw, 15px);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__text {
    font-size: 15px;
  }
}

.shirabetemita__btn {
  font-family: kinuta-maruminkatura-stdn, serif;
  display: block;
  max-width: 263px;
  font-size: 29px;
  padding: 12px 0;
  margin-left: auto;
  border: 3px solid #707070;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .shirabetemita__btn {
    margin: auto;
  }
}
.shirabetemita__btn:hover {
  background: #707070;
  color: #fff;
}

.section-archive {
  margin-top: 50px;
}

.archive__main-title {
  font-size: min(3.12vw, 40px);
  line-height: 2;
  text-align: center;
  color: #060000;
}
@media screen and (max-width: 767px), print {
  .archive__main-title {
    font-size: 24px;
  }
}

.archive__container {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 60px;
}
@media screen and (max-width: 767px), print {
  .archive__list {
    flex-direction: column;
  }
}

.archive__item {
  position: relative;
  width: calc((100% - 30px) / 2);
  background: rgba(119, 197, 197, 0.45);
}
@media screen and (max-width: 767px), print {
  .archive__item {
    width: 100%;
  }
}

.archive__num-image {
  width: min(15.62vw, 200px);
  position: absolute;
  right: 0;
  transform: translateY(-75px) rotate(-5deg);
}
@media screen and (max-width: 767px), print {
  .archive__num-image {
    width: 150px;
  }
}

.archive__kadarasero-body {
  padding: 15px;
}

.archive__kadarasero-tag {
  font-size: min(1.4vw, 18px);
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .archive__kadarasero-tag {
    font-size: 18px;
  }
}

.archive__kadarasero-date {
  font-family: "メイリオ";
  font-size: min(1.56vw, 20px);
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .archive__kadarasero-date {
    font-size: 14px;
  }
}

.archive__kadarasero-title {
  font-size: min(2.34vw, 24px);
  line-height: 2;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .archive__kadarasero-title {
    font-size: 21px;
  }
}

.archive__kadarasero-sub-title {
  font-size: min(1.4vw, 18px);
  line-height: 2;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px), print {
  .archive__kadarasero-sub-title {
    font-size: 14px;
  }
}

.archive__kadarasero-btn {
  font-family: kinuta-maruminkatura-stdn, serif;
  display: block;
  max-width: 200px;
  font-size: 16px;
  padding: 10px 0;
  margin: auto;
  margin-top: 10px;
  border: 2px solid #707070;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .archive__kadarasero-btn {
    margin: auto;
  }
}
.archive__kadarasero-btn:hover {
  background: #707070;
  color: #fff;
}

.archive__thumb img {
  width: 100%;
}

.archive__shirabetemita-body {
  padding-bottom: 15px;
}

.archive__shirabetemita-inner {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.shirabetemita-main-title {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90px;
  height: 90px;
}

.shirabetemita-main-title__letter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 1;
  margin: 0;
  background: #0C8051;
  color: #FFFDFD;
}

.archive__shirabetemita-sub-body {
  padding-left: 25px;
  padding-right: 10px;
}

.archive__shirabetemita-tag {
  font-size: min(1.4vw, 18px);
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .archive__shirabetemita-tag {
    font-size: 14px;
  }
}

.archive__shirabetemita-title {
  font-size: min(1.95vw, 20px);
  line-height: 1;
  margin: 5px 0;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .archive__shirabetemita-title {
    font-size: 16px;
  }
}

.archive__shirabetemita-sub-title {
  font-size: min(1.4vw, 18px);
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px), print {
  .archive__shirabetemita-sub-title {
    font-size: 12px;
  }
}

.archive__shirabetemita-btn {
  font-family: kinuta-maruminkatura-stdn, serif;
  display: block;
  max-width: 200px;
  font-size: 16px;
  padding: 10px 0;
  margin: auto;
  margin-top: 10px;
  border: 2px solid #707070;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .archive__shirabetemita-btn {
    margin: auto;
  }
}
.archive__shirabetemita-btn:hover {
  background: #707070;
  color: #fff;
}

.introduction-about-inner {
  width: 77%;
  margin: 0 auto;
  padding: 66px 0 106px 0;
}
@media screen and (max-width: 767px), print {
  .introduction-about-inner {
    width: 98%;
    padding: 43px 0 47px 0;
  }
}

.introduction-about__title {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.6;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px), print {
  .introduction-about__title {
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 575px) {
  .introduction-about__title {
    font-size: 28px;
  }
}

.introduction-about__text {
  color: #707070;
  font-size: 15px;
  font-weight: normal;
  line-height: 3.3;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px), print {
  .introduction-about__text {
    font-size: 13px;
    font-weight: bold;
    line-height: 3.8;
  }
}

.introduction-about__btn {
  font-family: kinuta-maruminkatura-stdn, serif;
  display: block;
  max-width: 363px;
  font-size: 29px;
  padding: 12px 0;
  margin: auto;
  border: 3px solid #707070;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 767px), print {
  .introduction-about__btn {
    margin: auto;
  }
}
.introduction-about__btn:hover {
  background: #707070;
  color: #fff;
}

.u-fz13 {
  font-size: 13px !important;
}

.u-fz14 {
  font-size: 14px !important;
}

.u-fz15 {
  font-size: 15px !important;
}

.u-fz16 {
  font-size: 16px !important;
}

.u-fz17 {
  font-size: 17px !important;
}

.u-fz18 {
  font-size: min(1.4vw, 18px);
}
@media screen and (max-width: 767px), print {
  .u-fz18 {
    font-size: 16px;
  }
}

.u-fz19 {
  font-size: 19px !important;
}

.u-fz20 {
  font-size: min(1.56vw, 20px) !important;
}

.u-fz21 {
  font-size: min(1.64vw, 21px) !important;
}

.u-fz22 {
  font-size: min(1.71vw, 22px);
}
@media screen and (max-width: 767px), print {
  .u-fz22 {
    font-size: 16px;
  }
}

.u-fz23 {
  font-size: min(1.79vw, 23px) !important;
}

.u-fz24 {
  font-size: min(1.87vw, 24px);
}
@media screen and (max-width: 767px), print {
  .u-fz24 {
    font-size: 16px;
  }
}

.u-fz25 {
  font-size: min(1.95vw, 25px) !important;
}

.u-fz26 {
  font-size: min(2.03vw, 26px) !important;
}

.u-fz27 {
  font-size: min(2.1vw, 27px) !important;
}

.u-fz28 {
  font-size: min(2.18vw, 28px) !important;
}

.u-fz29 {
  font-size: min(2.26vw, 29px);
}
@media screen and (max-width: 767px), print {
  .u-fz29 {
    font-size: 21px;
  }
}

.u-fz30 {
  font-size: min(2.34vw, 30px) !important;
}

.u-lh10 {
  line-height: 1 !important;
}

.u-lh11 {
  line-height: 1.1 !important;
}

.u-lh12 {
  line-height: 1.2 !important;
}

.u-lh13 {
  line-height: 1.3 !important;
}

.u-lh14 {
  line-height: 1.4 !important;
}

.u-lh15 {
  line-height: 1.5 !important;
}

.u-lh16 {
  line-height: 1.6 !important;
}

.u-lh17 {
  line-height: 1.7 !important;
}

.u-lh18 {
  line-height: 1.8 !important;
}

.u-lh19 {
  line-height: 1.9 !important;
}

.u-lh20 {
  line-height: 2 !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-ff01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none;
}

.u-width100 {
  width: 100% !important;
}/*# sourceMappingURL=style.css.map */