@charset "UTF-8";
.mainvisual {
  position: relative;
  height: 60.5234vw;
  padding-top: 0;
  box-sizing: border-box;
  background: url(/images/index/index_key.webp) center top/cover no-repeat;
  background-size: 33vw 52.14vw;
  overflow: hidden;
}
.mainvisual .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mainvisual .logo {
  padding: 0.7375vw 0 0 1.2375vw;
  width: 19.0625vw;
}
.mainvisual .logo img {
  width: 100%;
}
.mainvisual .meinvisual_logo {
  content: "";
  position: absolute;
  z-index: 5;
  top: 11.4375vw;
  left: 50%;
  transform: translateX(-50%);
  width: 10.156vw;
  height: 10.046vw;
}
.mainvisual .meinvisual_logo img {
  width: 100%;
}
.mainvisual .key_text {
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15.5vw auto 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(34px, 2.833vw, 54.4px);
  text-shadow: 1px 1px 2px #fff;
  color: #333333;
  margin-bottom: 16.665vw;
}
.mainvisual .key_text .u_text {
  padding-bottom: 0.2vw;
  border-bottom: 2px solid #666666;
}
.mainvisual .page_title {
  padding-left: 1.32vw;
  font-size: clamp(11px, 0.9166vw, 18px);
  letter-spacing: 0.1em;
  margin-bottom: 0.33vw;
}
.mainvisual .meinvisual_name {
  width: 18.15vw;
  height: 1.155vw;
  padding-left: 1.32vw;
  margin-top: 0.6vw;
}
.mainvisual .meinvisual_name img {
  width: 100%;
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  .mainvisual {
    position: relative;
    height: 95.5234vw;
    padding-top: 0;
    box-sizing: border-box;
    background: url(/images/index/index_key.webp) center top/cover no-repeat;
    background-size: 55vw 86.9vw;
    overflow: hidden;
  }
  .mainvisual .inner {
    width: 1025px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .mainvisual .logo {
    padding: 1.0625vw 0 0 2.0625vw;
    width: 23.828vw;
  }
  .mainvisual .logo img {
    width: 100%;
  }
  .mainvisual .meinvisual_logo {
    content: "";
    position: absolute;
    z-index: 5;
    top: 18.0625vw;
    left: 50%;
    transform: translateX(-50%);
    width: 17.74vw;
    height: 17.108vw;
  }
  .mainvisual .meinvisual_logo img {
    width: 100%;
  }
  .mainvisual .key_text {
    position: relative;
    z-index: 5;
    width: -moz-fit-content;
    width: fit-content;
    margin: 29vw auto 0;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: clamp(34px, 4.675vw, 54.4px);
    color: #333333;
    text-shadow: 1px 1px 2px #fff;
    margin-bottom: 27.775vw;
  }
  .mainvisual .key_text .u_text {
    padding-bottom: 0.2vw;
    border-bottom: 2px solid #666666;
  }
  .mainvisual .page_title {
    padding-left: 2.2vw;
    font-size: clamp(11px, 1.5125vw, 18px);
    letter-spacing: 0.1em;
    margin-bottom: 0.55vw;
  }
  .mainvisual .meinvisual_name {
    width: 30.25vw;
    height: 1.925vw;
    padding-left: 2.2vw;
    margin-top: 0.6vw;
  }
  .mainvisual .meinvisual_name img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    position: relative;
    height: 180vw;
    padding-top: 0;
    box-sizing: border-box;
    background: url(/images/index/index_key.webp) center top/cover no-repeat;
    background-size: 100vw 158vw;
    overflow: hidden;
  }
  .mainvisual .logo {
    padding: 1.75vw 0 0 1.75vw;
    width: 61vw;
  }
  .mainvisual .logo img {
    width: 100%;
  }
  .mainvisual .meinvisual_logo {
    content: "";
    position: absolute;
    z-index: 5;
    top: 29.74vw;
    left: 50%;
    transform: translateX(-50%);
    width: 37.5vw;
    height: 37.108vw;
  }
  .mainvisual .meinvisual_logo img {
    width: 100%;
  }
  .mainvisual .key_text {
    position: relative;
    z-index: 5;
    width: -moz-fit-content;
    width: fit-content;
    margin: 48vw auto 0;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 8.5vw;
    color: #333333;
    text-shadow: 0.25vw 0.25vw 0.5vw #fff;
    margin-bottom: 50.5vw;
  }
  .mainvisual .key_text .u_text {
    padding-bottom: 1vw;
    border-bottom: 2px solid #666666;
  }
  .mainvisual .page_title {
    padding-left: 4vw;
    font-size: 2.75vw;
    letter-spacing: 0;
    margin-bottom: 1vw;
  }
  .mainvisual .meinvisual_name {
    width: 55vw;
    height: 3.5vw;
    margin-top: -6px;
    padding-left: 4vw;
    box-sizing: border-box;
  }
  .mainvisual .meinvisual_name img {
    width: 100%;
  }
}

.sec01 {
  margin-bottom: 80px;
}
.sec01 .box01 {
  margin-bottom: 6.831vw;
  box-sizing: border-box;
}
.sec01 .box01 .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(20px, 1.4vw, 32vw);
  padding-bottom: 0.825vw;
  border-bottom: 1px solid #666666;
  margin-bottom: 3.3vw;
}
.sec01 .box01 .t_small {
  font-size: clamp(20px, 1.4vw, 32vw);
}
.sec01 .box01 .t_dots {
  font-size: clamp(25px, 2.083vw, 40px);
  font-weight: 600;
  background-image: radial-gradient(circle at center, #808080 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 0.98em 0.5em; /* 点の間隔とサイズ調整 */
  padding-top: 0.6em; /* 縦方向の位置調整 */
}
.sec01 .box01 .image {
  width: 100%;
  margin-bottom: 1.386vw;
}
.sec01 .box01 .image img {
  width: 100%;
}
.sec01 .box02 {
  margin-bottom: 6.831vw;
  box-sizing: border-box;
}
.sec01 .box02 .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(20px, 1.4vw, 32vw);
  padding-bottom: 0.825vw;
  border-bottom: 1px solid #666666;
  margin-bottom: 3.3vw;
}
.sec01 .box02 .t_small {
  font-size: clamp(20px, 1.4vw, 32vw);
}
.sec01 .box02 .t_dots {
  font-size: clamp(25px, 2.083vw, 40px);
  background-image: radial-gradient(circle at center, #808080 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 0.97em 0.5em; /* 点の間隔とサイズ調整 */
  padding-top: 0.6em; /* 縦方向の位置調整 */
}
.sec01 .box02 .image {
  width: 100%;
  margin-bottom: 1.386vw;
}
.sec01 .box02 .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .box01 {
    margin-bottom: 20.7vw;
    box-sizing: border-box;
  }
  .sec01 .box01 .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #666666;
    margin-bottom: 10vw;
  }
  .sec01 .box01 .t_small {
    font-size: 5.5vw;
  }
  .sec01 .box01 .t_dots {
    font-size: 6.25vw;
    font-weight: 500;
    background-image: radial-gradient(circle at center, #808080 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 0.98em 0.5em; /* 点の間隔とサイズ調整 */
    padding-top: 0.6em; /* 縦方向の位置調整 */
  }
  .sec01 .box01 .image {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec01 .box01 .image img {
    width: 100%;
  }
  .sec01 .box02 {
    margin-bottom: 20.7vw;
    box-sizing: border-box;
  }
  .sec01 .box02 .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #666666;
    margin-bottom: 10vw;
  }
  .sec01 .box02 .t_small {
    font-size: 5.5vw;
  }
  .sec01 .box02 .t_dots {
    font-size: 6.25vw;
    font-weight: 500;
    background-image: radial-gradient(circle at center, #808080 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 0.97em 0.5em; /* 点の間隔とサイズ調整 */
    padding-top: 0.6em; /* 縦方向の位置調整 */
  }
  .sec01 .box02 .image {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec01 .box02 .image img {
    width: 100%;
  }
}

.sec02 {
  margin-bottom: 80px;
  background: url(/images/index/sec02_bg.webp) left top/contain no-repeat;
  width: 100%;
  height: 38.4054vw;
  box-sizing: border-box;
  padding-top: 12.375vw;
  position: relative;
}
.sec02 .sec_title {
  position: absolute;
  top: -14.52vw;
  right: 1.815vw;
  width: 13.86vw;
  height: 4.0095vw;
}
.sec02 .sec_title img {
  width: 100%;
}
.sec02 .gridbox {
  display: grid;
  row-gap: 0.825vw;
  -moz-column-gap: 0.825vw;
       column-gap: 0.825vw;
  grid-template-columns: repeat(2, 13.7346vw);
  grid-template-rows: repeat(2, 11.913vw);
  justify-content: center;
  align-items: flex-end;
}
.sec02 .gridbox .item {
  width: 13.7346vw;
  height: 11.913vw;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  position: relative;
}
.sec02 .gridbox .item::before {
  content: "";
  position: absolute;
  bottom: 0.33vw;
  right: 0.33vw;
  width: 1.32vw;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: linear-gradient(45deg, #fcee21, #fcee21);
}
.sec02 .gridbox .text {
  padding-top: 2.475vw;
  font-size: clamp(15px, 1.25vw, 24px);
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 0.99vw;
}
.sec02 .gridbox .title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(21px, 1.75vw, 33.6px);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  .sec02 {
    margin-bottom: 80px;
    background: url(/images/index/sec02_bg.webp) left top/contain no-repeat;
    width: 100%;
    height: 64.009vw;
    box-sizing: border-box;
    padding-top: 20.625vw;
    position: relative;
  }
  .sec02 .sec_title {
    position: absolute;
    top: -24.2vw;
    right: 3.025vw;
    width: 23.1vw;
    height: 6.6825vw;
  }
  .sec02 .sec_title img {
    width: 100%;
  }
  .sec02 .gridbox {
    display: grid;
    row-gap: 1.375vw;
    -moz-column-gap: 1.375vw;
         column-gap: 1.375vw;
    grid-template-columns: repeat(2, 22.891vw);
    grid-template-rows: repeat(2, 19.885vw);
    justify-content: center;
    align-items: flex-end;
  }
  .sec02 .gridbox .item {
    width: 22.891vw;
    height: 19.855vw;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    position: relative;
  }
  .sec02 .gridbox .item::before {
    content: "";
    position: absolute;
    bottom: 0.55vw;
    right: 0.55vw;
    width: 2.75vw;
    aspect-ratio: 1;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    background: linear-gradient(45deg, #fcee21, #fcee21);
  }
  .sec02 .gridbox .text {
    padding-top: 4.125vw;
    font-size: clamp(15px, 2.0625vw, 24px);
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 1.65vw;
  }
  .sec02 .gridbox .title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: clamp(21px, 2.8875vw, 33.6px);
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
    background: url(/images/index/sec02_bg.webp) left top/contain no-repeat;
    width: 100vw;
    height: 116.38vw;
    box-sizing: border-box;
    padding-top: 37.5vw;
    position: relative;
  }
  .sec02 .sec_title {
    position: absolute;
    top: -44vw;
    right: 5.5vw;
    width: 42vw;
    height: 12.15vw;
  }
  .sec02 .sec_title img {
    width: 100%;
  }
  .sec02 .gridbox {
    display: grid;
    row-gap: 2.5vw;
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
    grid-template-columns: repeat(2, 41.62vw);
    grid-template-rows: repeat(2, 36.1vw);
    justify-content: center;
    align-items: flex-end;
  }
  .sec02 .gridbox .item {
    width: 41.62vw;
    height: 36.1vw;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    position: relative;
  }
  .sec02 .gridbox .item::before {
    content: "";
    position: absolute;
    bottom: 1vw;
    right: 1vw;
    width: 4vw;
    aspect-ratio: 1;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    background: linear-gradient(45deg, #fcee21, #fcee21);
  }
  .sec02 .gridbox .text {
    padding-top: 7.5vw;
    font-size: 3.75vw;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 3vw;
  }
  .sec02 .gridbox .title {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.25vw;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
  }
}

.sec03 {
  overflow: hidden;
  margin-bottom: 80px;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .title {
  width: 23.43vw;
  height: 5.3625vw;
  padding-left: 1.33vw;
  margin-bottom: 1.33vw;
}
.sec03 .title img {
  width: 100%;
}
.sec03 .box {
  width: 100%;
  height: 20.79vw;
  position: relative;
}
.sec03 .box .sec_image {
  position: absolute;
  top: 0;
  left: -3.365vw;
  width: 24.09vw;
  height: 16.0578vw;
}
.sec03 .box .sec_image img {
  width: 100%;
}
.sec03 .box .sec_title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 18.81vw;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(28px, 2.333vw, 49px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  writing-mode: vertical-rl;
  width: 8.6229vw;
  height: 17.985vw;
}
.sec03 .box .ring_text {
  position: absolute;
  top: 7.59vw;
  left: 17.82vw;
  width: 13.2vw;
  height: 13.2vw;
}
.sec03 .box .ring_text img {
  width: 100%;
  height: 100%;
}
.sec03 .sec_text {
  width: 100%;
  padding: 1.221vw;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.386vw;
  box-sizing: border-box;
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  .sec03 .title {
    width: 39.05vw;
    height: 8.9375vw;
    padding-left: 2.2vw;
    margin-bottom: 2.2vw;
  }
  .sec03 .title img {
    width: 100%;
  }
  .sec03 .box {
    width: 100%;
    height: 34.65vw;
    position: relative;
  }
  .sec03 .box .sec_image {
    position: absolute;
    top: 0;
    left: -5.775vw;
    width: 40.15vw;
    height: 26.763vw;
  }
  .sec03 .box .sec_image img {
    width: 100%;
  }
  .sec03 .box .sec_title {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 31.35vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: clamp(28px, 3.85vw, 49px);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    writing-mode: vertical-rl;
    width: 14.3715vw;
    height: 29.9975vw;
  }
  .sec03 .box .ring_text {
    position: absolute;
    top: 12.65vw;
    left: 29.7vw;
    width: 22vw;
    height: 22vw;
  }
  .sec03 .box .ring_text img {
    width: 100%;
    height: 100%;
  }
  .sec03 .sec_text {
    width: 100%;
    padding: 1.7vw;
    font-size: clamp(15px, 2.0625vw, 24px);
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 2.31vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .inner {
    padding: 0;
  }
  .sec03 .title {
    width: 71vw;
    height: 16.25vw;
    padding-left: 4vw;
    margin-bottom: 4vw;
  }
  .sec03 .title img {
    width: 100%;
  }
  .sec03 .box {
    width: 100%;
    height: 63vw;
    position: relative;
  }
  .sec03 .box .sec_image {
    position: absolute;
    top: 0;
    left: -10.5vw;
    width: 73vw;
    height: 48.66vw;
  }
  .sec03 .box .sec_image img {
    width: 100%;
  }
  .sec03 .box .sec_title {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 57vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 7vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    writing-mode: vertical-rl;
    width: 26.13vw;
    height: 54.5vw;
  }
  .sec03 .box .ring_text {
    position: absolute;
    top: 23vw;
    left: 54vw;
    width: 40vw;
    height: 40vw;
  }
  .sec03 .box .ring_text img {
    width: 100%;
    height: 100%;
  }
  .sec03 .sec_text {
    width: 100%;
    padding: 3.7vw;
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
}

.sec04 {
  margin-bottom: 80px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 5%, rgb(255, 251, 196) 10%);
}
.sec04 .inner {
  padding: 0;
}
.sec04 .sec_title {
  width: 50%;
  margin: 0 auto 40px;
}
.sec04 .sec_title img {
  width: 100%;
}
.sec04 .textbox {
  width: 89.25%;
  max-width: 100%;
  margin: 0 auto;
  padding: 4.95vw 1.32vw 0.99vw;
  background-color: #fff;
  border-left: 0.2475vw solid #eecb00;
  box-sizing: border-box;
}
.sec04 .cont_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 33px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(25px, 1.66vw, 40px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.sec04 .cont_text {
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.8;
}
.sec04 .imagebox {
  width: 100%;
  margin-bottom: -3.3vw;
  position: relative;
}
.sec04 .imagebox .image {
  width: 80.5%;
}
.sec04 .imagebox .num {
  position: absolute;
  bottom: 0;
  right: 1.98vw;
  width: 6.765vw;
  min-width: 5.6265vw;
  max-width: 6.765vw;
}
.sec04 .imagebox .num img {
  width: 100%;
}
.sec04 .cont01, .sec04 .cont02 {
  margin-bottom: 80px;
}
.sec04 .cont03 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
    padding-bottom: 20.7vw;
    background: linear-gradient(180deg, rgb(255, 255, 255) 5%, rgb(255, 251, 196) 10%);
  }
  .sec04 .sec_title {
    width: 50.5vw;
    margin: 0 auto 4.2vw;
  }
  .sec04 .sec_title img {
    width: 100%;
  }
  .sec04 .textbox {
    width: 89.25vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 15vw 4vw 3vw;
    background-color: #fff;
    border-left: 0.75vw solid #eecb00;
    box-sizing: border-box;
  }
  .sec04 .cont_title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4.2vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
  }
  .sec04 .cont_text {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1.8;
  }
  .sec04 .imagebox {
    width: 100%;
    margin-bottom: -10vw;
    position: relative;
  }
  .sec04 .imagebox .image {
    width: 80.5vw;
  }
  .sec04 .imagebox .num {
    position: absolute;
    bottom: 0;
    right: 6vw;
    width: 20.5vw;
    min-width: 17.05vw;
    max-width: 20.5vw;
  }
  .sec04 .cont01, .sec04 .cont02 {
    margin-bottom: 13.8vw;
  }
  .sec04 .cont03 {
    margin-bottom: 2.4vw;
  }
}

.sec05 {
  margin-bottom: 80px;
}
.sec05 .sec_subtitle {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(34px, 2.833vw, 54px);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0.66vw 0 0;
}
.sec05 .sec_title {
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 40px;
}
.sec05 .box {
  width: 95%;
  margin: 0 auto;
}
.sec05 .box .imagebox {
  width: 100%;
  margin: 0 auto 25px;
}
.sec05 .box .imagebox img {
  width: 100%;
}
.sec05 .box .textbox {
  margin-bottom: 40px;
}
.sec05 .box .textbox .text {
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .sec_subtitle {
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 8.5vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 2vw 0 0;
  }
  .sec05 .sec_title {
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 10vw;
  }
  .sec05 .box {
    width: 85vw;
    margin: 0 auto;
  }
  .sec05 .box .imagebox {
    width: 100%;
  }
  .sec05 .box .textbox {
    margin-bottom: 4.2vw;
  }
  .sec05 .box .textbox .text {
    font-size: 3.75vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
  }
}

.sec06 {
  margin-bottom: 80px;
}
.sec06 .imagebox {
  width: 100%;
  margin-bottom: 4.5375vw;
}
.sec06 .imagebox img {
  width: 100%;
}
.sec06 .blog_sec {
  padding: 0 20px;
}
.sec06 .blog_sec .sec_title .text_news {
  width: 7.8771vw;
}
.sec06 .blog_sec .list {
  width: 98.75%;
  margin: 0 auto;
  list-style: none;
  padding-inline-start: 0;
}
.sec06 .blog_sec .item {
  padding-bottom: 1.0625vw;
  border-bottom: 1px solid #666666;
  box-sizing: border-box;
}
.sec06 .blog_sec .item .date {
  font-size: clamp(12px, 1vw, 19px);
  color: #808080;
  margin: 1.2375vw 0 0.825vw 0.66vw;
}
.sec06 .blog_sec .item .item_text {
  font-size: clamp(15px, 1.25vw, 24px);
  color: #333333;
  margin: 0 0 0 0.66vw;
}
.sec06 .blog_sec .more {
  text-align: right;
  padding-top: 1vw;
}
.sec06 .blog_sec .more a {
  text-decoration: none;
  margin-top: 1vw;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.2em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .imagebox {
    width: 100%;
    margin-bottom: 13.75vw;
  }
  .sec06 .imagebox img {
    width: 100%;
  }
  .sec06 .blog_sec {
    padding: 0 5.5vw;
  }
  .sec06 .blog_sec .sec_title .text_news {
    width: 23.87vw;
  }
  .sec06 .blog_sec .list {
    width: 88.75vw;
    margin: 0 auto;
    list-style: none;
    padding-inline-start: 0;
  }
  .sec06 .blog_sec .item {
    padding-bottom: 6.25vw;
    border-bottom: 1px solid #666666;
    box-sizing: border-box;
  }
  .sec06 .blog_sec .item .date {
    font-size: 3vw;
    color: #808080;
    margin: 3.75vw 0 2.5vw 2vw;
  }
  .sec06 .blog_sec .item .item_text {
    font-size: 3.75vw;
    color: #333333;
    margin: 0 0 0 2vw;
  }
  .sec06 .blog_sec .more {
    text-align: right;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .sec06 .blog_sec .more a {
    text-decoration: none;
    font-size: 3.75vw;
    letter-spacing: 0.2em;
    color: #333333;
  }
}/*# sourceMappingURL=style01.css.map */