.header-container-in .header-left {
  border: unset !important;
}

.header-container-in .header-nav .menu {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1330px) {
  .header-container-in .header-nav .menu-item__link {
    padding: 0 20px 8px;
    min-width: unset;
  }
}
@media screen and (max-width: 1200px) {
  .header-container-in .header .business-info {
    white-space: nowrap;
  }
  .header-container-in .header-main {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header-container-in .header-left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-container-in {
    border: unset;
  }
}
@media screen and (max-width: 1000px) {
  .header-container-in .header-left {
    width: 100%;
  }
  .header-container-in .header-right {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
  .header-container-in .header-btns {
    width: 100%;
  }
  .header-container-in .header-btns .square-btn {
    width: 100%;
    gap: 0;
  }
  .header-container-in .header-btns .square-btn img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-container-in .header .business-info {
    white-space: unset;
  }
  .header-container-in .header .tagline {
    font-size: 1rem;
  }
  .header-container-in .header .tel__no {
    white-space: nowrap;
  }
  .header-container-in .header-main {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header-container-in .header-main .business-info {
    min-width: 220px;
  }
  .header-container-in .header-left {
    padding-left: 20px;
  }
  .header-container-in .header-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px;
    margin-top: 5px;
    row-gap: 5px;
  }
  .header-container-in .header-nav .menu-item__link {
    padding: 0;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 500px) {
  .header-container-in .header .tel__icon img:first-child {
    display: none;
  }
  .header-container-in .header .tagline {
    display: none;
  }
  .header-container-in .header .business-info {
    min-width: unset;
  }
  .header-container-in .header-left {
    padding: 5px 5px 0;
    border: unset;
  }
  .header-container-in .header-main {
    gap: 8px;
  }
  .header-container-in .header-nav {
    margin: 0 -5px;
  }
  .header-container-in .header-nav .menu-item__link {
    padding: 0 10px;
  }
}
@media screen and (max-width: 425px) {
  .header-container-in .header-nav .menu {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0px;
  }
}
@media screen and (max-width: 374px) {
  .header-container-in .header .tel__no {
    white-space: unset;
    font-size: 1.8rem;
  }
  .header-container-in .header .tel__icon img {
    height: 16px !important;
  }
}
.article-header {
  position: relative;
}
.article-nav {
  background-color: white;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 150;
}
.article-menu {
  margin: auto;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.214;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
  padding: 25px 30px;
  list-style: none;
}
.article-menu a {
  text-decoration: unset;
  color: #000000;
  position: relative;
  display: block;
  padding-left: 11px;
}
.article-menu a::before {
  content: "";
  position: absolute;
  background-image: url("../img/icon_arrow_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entry-header {
  position: relative;
}
.entry-header .eye-catch {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.entry-header .eye-catch-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-title {
  font: 3.8rem/71px "Noto Serif JP";
  font-weight: bold;
  color: #654d2b;
  text-shadow: 0px 0px 30px #ffffff;
  margin-bottom: 0;
}
.entry-title-wrap {
  text-align: center;
  z-index: 100;
  position: relative;
  padding: 50px 20px 71px;
}
.entry-title-sub {
  font-family: "Malayalam MN";
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -1.12px;
  color: #887971;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1240px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
.breadcrumb-wrap {
  background: #887971;
}
.breadcrumb-item {
  font-size: 1.1rem;
  letter-spacing: 0.11px;
  font-weight: 300;
}
.breadcrumb-item > *:first-child {
  padding: 9.5px 12px;
  display: block;
  text-decoration: unset;
  color: #ffffff;
}
.breadcrumb-current > *:first-child {
  background: #493932;
}

.heading.--type1 {
  background: #887971;
  text-align: center;
  font: 2.8rem/59px "Noto Serif JP";
  font-weight: 600;
  color: #ffffff;
  margin: 60px auto;
  padding: 5.5px 20px;
}
.heading.--type2 {
  font: 2.8rem/42px "Noto Serif JP";
  font-weight: 600;
  color: #be7248;
  text-shadow: 0px 0px 30px #ffffff;
  border-bottom: 2px solid #be7248;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.columns-wrap.--type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 100px;
}
.columns-wrap.--type3 .columns:nth-child(even) .column-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.columns-wrap.--type3 .columns:nth-child(even) .column-top-img {
  margin-left: -200px;
  margin-right: unset;
}
.columns.--type2 {
  width: 1320px;
  max-width: 100%;
  margin: auto;
  padding: 30px;
  gap: 90px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 16px;
}
.columns.--type2 .column-txt {
  font-size: 1.4rem;
  line-height: 1.857;
  color: #333333;
}
.columns.--type2 .column-img img {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.columns.--type2 .column-img img:last-child {
  margin-right: -75px;
  margin-left: auto;
}
.columns.--type2 .column-detail {
  margin-left: 133px;
}
.columns.--type2 .column-title {
  font-family: "Noto Serif JP";
  font-size: 4.4rem;
  line-height: 1.29;
  font-weight: 600;
  color: #505050;
  text-shadow: 0px 0px 30px #ffffff;
  margin-bottom: 45px;
  position: relative;
  padding-left: 55px;
}
.columns.--type2 .column-title::before {
  content: "";
  position: absolute;
  height: calc(100% - 8px);
  width: 7px;
  left: 0;
  top: 8px;
  background: #a39786;
}
.columns.--type2 .column-big-text {
  font-size: 17.8rem;
  font-family: "Malayalam MN";
  line-height: 1;
  letter-spacing: -7.12px;
  color: #FEB062;
  text-shadow: 0px 0px 30px #ffffff;
  margin-bottom: 50px;
  display: block;
  opacity: 0.3;
}
.columns.--type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
.columns.--type3 .column-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 112px;
}
.columns.--type3 .column-top-no {
  font: 17.8rem/125px Malayalam MN;
  letter-spacing: -7.12px;
  color: #292929;
  text-shadow: 0px 0px 30px #ffffff;
  opacity: 0.35;
  margin-bottom: -40px;
}
.columns.--type3 .column-top-img {
  margin-right: -200px;
}
.columns.--type3 .column-content {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.81;
  color: #333333;
  font-weight: 300;
}
.columns.--type3 .column-content__title {
  font: 4.4rem/66px Noto Serif JP;
  font-weight: 600;
  color: #be7248;
  text-shadow: 0px 0px 30px #ffffff;
  margin-bottom: 30px;
}
.columns.--type3 .column-content > *:last-child {
  margin-bottom: 0;
}
.columns.--type4 {
  gap: 44px;
  margin-bottom: 60px;
}
.columns.--type4 .column {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.columns.--type4 .column-img {
  width: 440px;
}
.columns.--type4 .column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.columns.--type4 .column-content {
  width: calc(100% - 440px - 44px);
  font-size: 1.6rem;
  line-height: 1.81;
  color: #333333;
}
.columns.--type4 .column-content > *:last-child {
  margin-bottom: 0;
}
.columns.--type4 .column-no {
  margin-top: 10px;
  font: 4.5rem/59px "Noto Serif JP";
  font-weight: 600;
  color: #4a2e2e;
  text-shadow: 0px 0px 30px #ffffff;
  margin-bottom: 16px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.columns.--type4 .column-no::after {
  content: "";
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 169px;
  height: 0px;
  border: 1px solid #4a2e2e;
}
.columns.--type4 .column-title {
  font: 2.8rem/42px "Noto Serif JP";
  font-weight: 600;
  color: #be7248;
  text-shadow: 0px 0px 30px #ffffff;
  margin-bottom: 25px;
}
.columns.--type5 {
  gap: 44px;
  margin-bottom: 60px;
}
.columns.--type5 .column {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.columns.--type5 .column-img {
  width: 400px;
}
.columns.--type5 .column-txt {
  width: calc(100% - 400px - 44px);
  font-size: 1.6rem;
  line-height: 1.81;
  color: #333333;
}
.columns.--type5 .column .check-list {
  list-style: none;
}
.columns.--type5 .column .check-list li {
  padding-left: 1.6em;
  background: url(../img/check.svg) left 0px top 0.5em no-repeat;
  background-size: 13px auto;
  margin-bottom: 30px;
}
.columns-5-list .columns-5-item:nth-child(even) .columns.--type5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.example-box {
  background: white;
  padding: 47px 65px 30px;
}
.example-box__title {
  font: 2.6rem/39px "Noto Serif JP";
  font-weight: 600;
  color: #4a2e2e;
  border-bottom: 1px solid #b5a59c;
  padding-bottom: 16px;
}
.example-box-ba {
  gap: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.example-box-ba__b {
  position: relative;
}
.example-box-ba__b::before {
  content: "";
  position: absolute;
  right: -75px;
  top: 40px;
  bottom: 0;
  margin: auto;
  width: 57px;
  height: 24px;
  background-image: url("../img/icon_arrow_2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.example-box-ba__title {
  font-family: "Malayalam MN";
  font-size: 2.6rem;
  line-height: 1.23;
  color: #fd8208;
  margin-bottom: 9px;
}
.example-box-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}
.example-box-tags > * {
  width: calc(50% - 40px);
}
.example-box-tags .example-box-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.example-box-tags .example-box-tag__title {
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  color: #4a2e2e;
  text-shadow: 0px 0px 30px #ffffff;
  text-align: center;
  border: 1px solid #707070;
  display: inline-block;
  padding: 1px 13px 1px;
  margin-bottom: 0px;
}
.example-box-tags .example-box-tag__txt {
  margin-bottom: 0px;
  font-size: 1.4rem;
  line-height: 1.785;
  color: #333333;
  font-weight: 300;
}
.example-box-comment {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.785;
  color: #333333;
  margin-bottom: 40px;
}
.example-box-comment > *:last-child {
  margin-bottom: 0;
}
.example-box-comment__title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 1px 0 2px;
  font-weight: 600;
  color: #4a2e2e;
  text-shadow: 0px 0px 30px #ffffff;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
.example-box-remarks {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333333;
  padding: 23px 30px 28px;
  padding-right: 45px;
  background: #efefef;
  margin: 0 -30px;
}
.example-box-remarks * {
  margin-bottom: 0;
}
.example-box-remarks ul {
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
}
.section-star {
  background: #fff8f2;
  padding: 97px 20px 131px;
  background-image: url("../img/section_star_back.png");
}
.section-star .heading-star {
  margin-bottom: 110px;
}
.section-star .heading-star::before {
  bottom: -80px;
  margin: auto;
}
.section-star .heading-star__main {
  line-height: initial;
}
.section-brown {
  background: #c08d4e;
}
.section-brown .heading-star__main, .section-brown .heading-star__sub {
  color: white;
}
.section-example {
  padding: 68px 0 100px;
}
.section-1000 {
  width: 1060px;
  max-width: 100%;
  margin: auto;
  padding: 0 30px;
}
.section-1000.--type1 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.p-swiper {
  font-size: 0.0714285714vw;
  padding-top: 100em;
  padding-bottom: 90px;
}
.p-swiper html,
.p-swiper body {
  position: relative;
  height: 100%;
}
.p-swiper .swiper {
  width: 100%;
  height: 100%;
}
.p-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}
.p-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-swiper .swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.p-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.p-swiper .mySwiper2 {
  height: 80%;
  width: 100%;
}
.p-swiper .mySwiper1 .swiper-slide-thumb-active img {
  border: 2px solid #ff7201;
  opacity: 1 !important;
}
.p-swiper .mySwiper1 .swiper-slide-visible img {
  opacity: 0.7;
}
.p-swiper .swiper-button-next.swiper-button-disabled,
.p-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.p-swiper .swiper-button-prev.swiper-button-disabled,
.p-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.p-swiper .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.p-swiper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.p-swiper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.p-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 25%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-swiper .swiper-button-next,
.p-swiper .swiper-button-prev {
  color: #707070 !important;
}
.p-swiper .swiper-button-next,
.p-swiper .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -20px);
  left: auto;
  width: 30px;
  height: 0px;
}
.p-swiper .swiper-button-prev,
.p-swiper .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -20px);
  right: auto;
  width: 30px;
  height: 0px;
}
.p-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.55em;
}
.p-swiper__contents {
  margin-left: 300em;
  margin-right: 300em;
  padding-left: 40em;
  padding-right: 40em;
  position: relative;
}

@media (min-width: 1400px) {
  .p-swiper {
    font-size: 1px;
  }
}
@media screen and (max-width: 1200px) {
  .columns.--type2 {
    gap: 30px;
  }
  .columns.--type2 .column {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .columns.--type2 .column-txt {
    width: calc(100% - 30px - 450px);
  }
  .columns.--type2 .column-img {
    width: 450px;
  }
  .columns.--type2 .column-detail {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .columns.--type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .columns.--type2 .column-txt {
    width: 100%;
  }
  .columns.--type2 .column-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .columns.--type2 .column-img img {
    width: calc(50% - 15px);
    margin: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .columns.--type2 .column-big-text {
    margin-bottom: -70px;
  }
  .columns.--type2 .column-detail {
    margin-left: 0;
  }
  .columns.--type2 .column-detail > *:last-child {
    margin-bottom: 0;
  }
  .columns.--type3 .column-top {
    gap: 40px;
    width: 100%;
  }
  .columns.--type3 .column-top-no {
    font-size: 14rem;
    line-height: 1;
    margin-bottom: -60px;
  }
  .columns.--type3 .column-content {
    font-size: 1.4rem;
  }
  .columns.--type3 .column-content__title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .article-nav {
    position: relative;
  }
  .article-menu {
    padding: 10px;
    font-size: 1.1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 10px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .entry-title {
    font-size: 2.6rem;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .entry-title-wrap {
    padding: 40px 20px 50px;
  }
  .entry-title-sub {
    font-size: 2.4rem;
  }
  .breadcrumb {
    padding: 0;
  }
  .heading.--type1 {
    font-size: 2rem;
    line-height: 1.5;
    padding: 10px;
    margin: 30px 0;
  }
  .heading.--type2 {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .columns.--type2 {
    padding: 0 20px;
  }
  .columns.--type2 .column-img {
    gap: 20px;
  }
  .columns.--type2 .column-img img {
    width: calc(50% - 10px);
  }
  .columns.--type2 .column-title {
    padding-left: 20px;
    font-size: 3.5rem;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  .columns.--type2 .column-title::before {
    width: 4px;
  }
  .columns.--type2 .column-big-text {
    font-size: 14rem;
    margin-bottom: -90px;
  }
  .columns.--type3 {
    gap: 10px;
  }
  .columns.--type3 .column-top {
    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;
  }
  .columns.--type3 .column-top-no {
    margin-bottom: -100px;
  }
  .columns.--type3 .column-top-img {
    margin: 0;
  }
  .columns.--type3 .column-content__title {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  .columns.--type4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .columns.--type4 .column {
    width: 100%;
  }
  .columns.--type4 .column-img {
    max-width: 500px;
    margin: auto;
  }
  .columns.--type5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .columns.--type5 .column {
    width: 100%;
  }
  .columns.--type5 .column-img {
    width: 450px;
    max-width: 100%;
    margin: auto;
  }
  .columns.--type5 .column-img img {
    width: 100%;
  }
  .columns.--type5 .column-txt > *:last-child {
    margin-bottom: 0;
  }
  .columns-wrap.--type3 {
    gap: 60px;
  }
  .columns-wrap.--type3 .columns:nth-child(even) .column-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .columns-wrap.--type3 .columns:nth-child(even) .column-top-img {
    margin: 0;
  }
  .example-box {
    padding: 35px 30px 0;
  }
  .example-box-ba {
    gap: 50px;
    margin-bottom: 30px;
  }
  .example-box-ba__b::before {
    right: -43.5px;
    width: 35px;
    height: 15px;
  }
  .example-box-ba__title {
    font-size: 2rem;
  }
  .example-box-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .example-box-tags > * {
    width: 100%;
  }
  .example-box-comment {
    margin-bottom: 20px;
  }
  .example-box__title {
    font-size: 2rem;
    line-height: 1.7;
    padding-bottom: 10px;
  }
  .section-star {
    background-size: cover;
  }
  .section-star .heading-star {
    margin-bottom: 40px;
  }
  .section-example {
    padding: 40px 0 60px;
  }
  .section-1000 {
    padding: 0 20px;
  }
  .p-swiper {
    font-size: 0.1303780965vw;
    padding-top: 50em;
    padding-bottom: 0rem;
    padding-left: 21em;
    padding-right: 28em;
  }
  .p-swiper .heading-star__sub {
    line-height: 1.5;
  }
  .p-swiper .swiper-button-next,
  .p-swiper .swiper-rtl .swiper-button-prev {
    top: 300em;
  }
  .p-swiper .swiper-button-prev,
  .p-swiper .swiper-rtl .swiper-button-next {
    top: 300em;
  }
  .p-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-swiper__contents {
    margin-left: 20em;
    margin-right: 20em;
    padding-top: 10px;
    padding-bottom: 100em;
  }
}
@media screen and (max-width: 425px) {
  .entry-title {
    font-size: 1.8rem;
  }
  .entry-title-wrap {
    padding: 40px 20px;
  }
  .entry-title-sub {
    font-size: 1.8rem;
  }
  .breadcrumb-item {
    font-size: 1rem;
  }
  .heading.--type2 {
    font-size: 1.8rem;
    padding-bottom: 0;
  }
  .columns.--type2 .column-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .columns.--type2 .column-img img:nth-child(1) {
    width: 90%;
  }
  .columns.--type2 .column-img img:nth-child(2) {
    width: 80%;
    margin-left: auto !important;
  }
  .columns.--type2 .column-title {
    font-size: 2.5rem;
    padding-left: 15px;
  }
  .columns.--type2 .column-title::before {
    width: 3px;
    height: calc(100% - 4px);
    top: 4px;
  }
  .columns.--type2 .column-big-text {
    font-size: 10rem;
    margin-left: -20px;
    margin-top: 0;
    margin-bottom: -60px;
  }
  .columns.--type3 .column-top-no {
    font-size: 8rem;
    margin-bottom: -70px;
    margin-left: 10px;
  }
  .columns.--type3 .column-content {
    text-align: left;
  }
  .columns.--type3 .column-content__title {
    font-size: 2rem;
  }
  .columns.--type4 {
    margin-bottom: 30px;
  }
  .columns.--type4 .column-no {
    margin-top: 0;
    font-size: 3rem;
    gap: 10px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .columns.--type4 .column-img {
    width: 80%;
    margin: auto;
    display: block;
  }
  .columns.--type4 .column-title {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .columns.--type4 .column-content {
    font-size: 1.4rem;
  }
  .columns.--type5 .column-img {
    width: 80%;
    margin: auto;
    display: block;
  }
  .columns.--type5 .column-txt {
    font-size: 1.4rem;
  }
  .columns-wrap.--type3 {
    gap: 30px;
  }
  .example-box {
    padding: 20px 15px 0;
  }
  .example-box-ba {
    gap: 25px;
    margin-bottom: 15px;
  }
  .example-box-ba__title {
    font-size: 1.4rem;
  }
  .example-box-ba__b::before {
    right: -22px;
    width: 18px;
    height: 8px;
    top: 20px;
  }
  .example-box-tags {
    gap: 10px;
    margin-bottom: 20px;
  }
  .example-box-tags .example-box-tag {
    gap: 10px;
  }
  .example-box-tags .example-box-tag__title {
    font-size: 1.4rem;
  }
  .example-box-tags .example-box-tag__txt {
    font-size: 1.3rem;
  }
  .example-box-comment {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .example-box-comment__title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .example-box-remarks {
    margin: 0 -15px;
    padding: 15px;
    font-size: 1.1rem;
  }
  .example-box__title {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .section-star {
    padding: 50px 20px;
  }
  .section-star .heading-star__main {
    letter-spacing: 1px;
  }
  .section-example .section-1000 {
    padding: 0 10px;
  }
  .section-1000.--type1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .p-swiper .heading-star__sub {
    line-height: 1;
  }
}