@charset "utf-8";
/* ---------------------------------------------
navigation01 ※TOP、下層共通
--------------------------------------------- */
/*
---------------------------------------------
    navigation01 ※TOP、下層共通
*/
.header-area-upper {
  padding: var(--s1);
  text-align: right;
  border-bottom: 1px solid var(--gray);
  margin-bottom: var(--s1);
}
.header-title {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
}
.header-title::before {
  content: "PR";
  padding: 0.2rem;
  color: #fff;
  background-color: #333;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -2.4rem;
}
.header-title a {
  text-decoration: none;
}
.header-title a:hover {
  text-decoration: underline;
}
.gnavi-ctrl {
  display: none;
}
.gnavi-btn {
  display: none;
}
.gnavi-btn-close {
  display: none;
}
.gnavi-area {
  display: none;
}
.toggle-content {
  display: none;
}
/*------------------------------------------
 Global menu settings
*/
.navigation01-menu-area {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  position: sticky;
  top: 0;
  z-index: 100;
}
.navigation01-menu-area .l-center {
  max-width: 130rem;
}

.navigation01-menu {
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: space-between;
}
.navigation01-menu li::before {
  display: none;
}
.navigation01-menu li a {
  padding: var(--s2) var(--s1);
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
}
.navigation01-menu li a:hover {
  opacity: 0.6;
}
/*
---------------------------------------------
    sp settings
*/
@media screen and (max-width: 767px) {
  .gnavi-ctrl {
    display: block;
    transition:
      opacity 0.6s,
      visibility 0.6s;
    opacity: 0;
    visibility: hidden;
  }
  .gnavi-ctrl.is-show {
    opacity: 1;
    visibility: visible;
  }
  #low-header .gnavi-ctrl {
    opacity: 1;
    visibility: visible;
  }
  .gnavi-btn {
    --bar-gap: 0.8rem;
    --bar-height: 0.2rem;

    width: var(--s7);
    height: var(--s7);
    background: var(--white);
    border: var(--pri-dark) 1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    position: fixed;
    top: var(--s3);
    right: 0;
    z-index: 200;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0;
    box-sizing: border-box;
    transition:
      opacity 0.3s ease,
      visibility 0.5s ease;
  }
  .gnavi-btn span {
    width: var(--s4);
    height: 0.2rem;
    display: block;
    background: var(--pri-dark);
    position: relative;
    transform-origin: center center;
    transition:
      transform 0.4s,
      opacity 0.4s;
    flex-shrink: 0;
  }

  .gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .gnavi-btn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(calc(var(--bar-gap) + var(--bar-height)))
      rotate(-45deg);
  }
  .gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(calc((var(--bar-gap) + var(--bar-height)) * -1))
      rotate(45deg);
  }
  .gnavi-btn-close {
    width: 80%;
    margin: var(--s4) auto 0;
    padding: var(--s2);
    background: #333;
    display: block;
    text-align: center;
  }
  .gnavi-btn-close__inner {
    padding: 0 0 0 var(--s3);
    display: inline-block;
    color: var(--white);
    font-weight: 700;
    position: relative;
  }
  .gnavi-btn-close__inner::before {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg);
  }
  .gnavi-btn-close__inner::after {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(135deg);
  }
  .gnavi-area {
    width: 100%;
    height: 100vh;
    padding: var(--s3) var(--s1) var(--s10);
    display: block;
    background: #f5f5f5;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    transition:
      transform 0.8s ease,
      opacity 0.8s ease;
    opacity: 0;
  }
  .gnavi-title {
    min-height: var(--s6);
    margin: 0 auto 0 var(--s2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    width: 70%;
  }
  .gnavi-pc {
    display: none;
  }
  .gnavi-list {
    border-bottom: 1px solid #333;
    position: relative;
  }
  .gnavi-list li {
    padding-left: 0;
  }
  .gnavi-list__item::before {
    display: none;
  }
  .gnavi-list__link {
    width: 100%;
    margin: 0 auto;
    padding: var(--s2) var(--s4) var(--s2) var(--s2);
    border-top: 1px solid #333;
    display: block;
    font-weight: 700;
    line-height: 2;
    text-decoration: none;
    position: relative;
  }
  .gnavi-list__link::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: url("img/arrow-01-black-right.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: var(--s2);
    transform: translate(0, -50%) rotate(0);
    transition: transform 0.3s;
  }
  .gnavi-list__link--toggle::after {
    background-image: url("img/arrow-01-black-down.svg");
  }
  .gnavi-list__link--toggle.is-open::after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .gnavi-list__sub {
    width: 100%;
    background: #fff;
  }
  .gnavi-list__low .gnavi-list__link {
    padding: var(--s2) var(--s4) var(--s2) var(--s4);
  }
  .gnavi-list__low .gnavi-list__link::after {
    content: "└";
    background: none;
    transform: translateY(-50%);
    position: absolute;
    top: 40%;
    left: 1rem;
  }
  .is-gnavi-open .gnavi-area {
    opacity: 1;
    transform: translateX(0);
  }
  /*------------------------------------------
	Global menu settings
	*/
  .navigation01-menu-area {
    display: none;
  }
}

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
  width: 100%;
  background-color: var(--site-color09);
  margin-bottom: var(--s3);
}
.onb-index01-wrap {
  margin: 0 auto;
  padding: var(--s1) var(--s3);
  background-color: #f9f9f9;
  position: relative;
  width: 70%;
}
.onb-index01-title {
  padding: var(--s2) var(--s2) var(--s2) var(--s6);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.onb-index01-title span {
  background: none !important;
}

.onb-index01-title::before {
  content: "";
  width: 2rem;
  height: 0.3rem;
  background: var(--pri-dark);
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
.onb-index01-title::after {
  content: "";
  width: 0.3rem;
  height: 2rem;
  background: var(--pri-dark);
  position: absolute;
  top: 50%;
  right: 2.9rem;
  transform: translate(0, -50%);
  transition: transform 0.3s;
}
.onb-index01-title.is-open::after {
  transform: translate(0, -50%) rotate(270deg);
}
.onb-index01-chapter {
  padding: var(--s2) var(--s2) var(--s2) var(--s4);
  font-weight: 700;
}
.onb-index01-chapter-h {
  margin: 0 0 0 var(--s2);
  font-size: 100%;
  line-height: 1.7;
  position: relative;
}
.onb-index01-chapter-h a {
  display: block;
  text-decoration: none;
}
.onb-index01-chapter-h a:hover {
  opacity: 0.6;
}
.onb-index01-chapter-h-two {
  margin-left: var(--s2);
  position: relative;
}
.onb-index01-chapter-h-three {
  margin-left: var(--s4);
  position: relative;
}
.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
  position: absolute;
  top: 0;
  left: -1.5em;
}
.onb-index01-chapter-h-two::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 2rem;
  background-color: var(--acc);
  transform: translateY(-50%);
  top: 0.8em;
}
.onb-index01-chapter-h-three::before {
  content: "└";
}
.more-content {
  display: none;
}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
  border: 1px solid var(--site-color09);
  margin: var(--s6) auto;
  padding: var(--s1) var(--s3) var(--s4) var(--s3);
  background: #f9f9f9;
  position: relative;
}
.related-article01-title {
  padding: var(--s2);
  font-weight: bold;
  line-height: 1;
  background-size: 5rem auto;
  position: relative;
  border-bottom: 1px solid var(--gray);
  font-size: 1.8rem;
  background: none !important;
}
#low-page .related-article01-title span {
  background: none;
}
.related-article01-list {
  padding: var(--s2) 0;
  font-weight: 700;
}
.related-article01-list li {
  margin: 0 0 0 var(--s2);
  padding-left: 1.5em;
  font-size: 100%;
  line-height: 1.7;
  position: relative;
}
.related-article01-list li + li {
  margin-top: 10px;
}
.related-article01-list li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--acc);
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.related-article01-list a {
  display: block;
  text-decoration: none;
}
.related-article01-list a:hover {
  opacity: 0.6;
}
.relations-box.relations-box--column {
  display: flex;
  gap: 10px;
}
.relations-box__pic {
  flex: 0 0 150px;
}
.is-hidden {
  display: none;
}

.related-article01-more {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
  background-color: transparent;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 2rem 0;
}

.related-article01-more.is-closed {
  display: none;
}

.related-article01-btn {
  border: 1px solid var(--pri-dark);
  background: #fff;
  border-radius: 100px;
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
}

.related-article01-btn::before {
  content: "";
  width: 1.8rem;
  height: 0.2rem;
  background: var(--pri-dark);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -50%);
}
.related-article01-btn::after {
  content: "";
  width: 0.2rem;
  height: 1.8rem;
  background: var(--pri-dark);
  position: absolute;
  top: 50%;
  right: 2.3rem;
  transform: translate(0, -50%);
  transition: transform 0.3s;
}
.related-article01-btn:hover {
  opacity: 0.6;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .related-article01-list {
    padding: 0;
  }
  .related-article01-list li {
    margin-left: 0;
  }
  .relations-box__pic {
    flex: 0 0 100px;
  }
}

/* ---------------------------------------------
main visual
--------------------------------------------- */
.mv-section {
  position: relative;
  overflow: visible;
  width: 1300px;
  margin-top: var(--s3);
  margin-left: auto;
  margin-right: auto;
}
.mv-section::before,
.mv-section::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.mv-section::before {
  top: 2rem;
  left: 70rem;
  width: 50px;
  height: 50px;
  background-image: url("img/art2.png");
}
.mv-section::after {
  bottom: -2rem;
  right: 0;
  width: 80px;
  height: 80px;
  background-image: url("img/art1.svg");
  z-index: 1;
}

/* --- layout: text left / photo right --- */
.mv-layout {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 1;
  gap: 3rem;
}
.mv-inner {
  width: 800px;
  padding: var(--s3) 0 var(--s2);
}
.mv-photo-wrap-sp {
  display: none;
}

/* --- heading --- */
.mv-heading {
  margin-bottom: var(--s4);
  font-weight: 700;
  line-height: 1.4;
}
.mv-heading-line1 {
  display: block;
  font-size: 3.8rem;
  color: var(--txt-main);
}
.mv-heading-catch {
  display: block;
  overflow: hidden;
  font-size: 3.8rem;
}
.mv-heading-catch-inner {
  font-size: 5rem;
}

/* 1文字ずつアニメーション */
.mv-char {
  display: inline-block;
  opacity: 0;
  animation: mv-char-in 0.5s ease forwards;
}

.mv-logo {
  width: 30%;
  margin-bottom: var(--s2);
}

@keyframes mv-char-in {
  to {
    opacity: 1;
  }
}

/* --- body text --- */
.mv-body {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--txt-main);
}
.mv-body p + p {
  margin-top: 1.2em;
}

/* --- photo slideshow --- */
.mv-photo-wrap {
  width: 530px;
  position: relative;
  overflow: hidden;
  height: 360px;
  top: 3rem;
}
.mv-photo-item {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.mv-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes mv-photo-fade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.1);
  }
  35% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.mv-photo-item:nth-child(1) {
  animation: mv-photo-fade 15s ease-in-out infinite 0s;
}
.mv-photo-item:nth-child(2) {
  animation: mv-photo-fade 15s ease-in-out infinite 5s;
}
.mv-photo-item:nth-child(3) {
  animation: mv-photo-fade 15s ease-in-out infinite 10s;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .mv-layout {
    display: block;
  }
  .mv-inner {
    width: 100%;
    padding: var(--s1) var(--s2) var(--s4);
  }
  .mv-heading-line1 {
    font-size: 2.4rem;
  }
  .mv-heading-catch-inner {
    font-size: 3rem;
  }
  .mv-photo-wrap {
    display: none;
  }
  .mv-photo-wrap-sp {
    display: block;
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--s4);
  }
  .mv-section {
    width: 100%;
    margin-top: 0;
  }
  .mv-section::before {
    top: 15%;
    left: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .mv-section::after {
width: 6rem;
        height: 6rem;
        bottom: auto;
        top: 48%;
        right: 1rem;
  }
  .mv-body p + p {
    margin-top: 0;
  }
}

/*------------------------------------------
    3box column settings
*/
.column-small {
  padding: var(--s2);
  background-color: var(--white);
}
.sec01 .column-small {
  padding: 0;
  background-color: transparent;
}

.thb-box-full {
  width: calc(100% + var(--s4));
  margin-left: calc(var(--s2) * -1);
}

.sec01 .thb-box-full {
  width: 100%;
  margin-left: 0;
}

.sec02 .thb-box-full {
  width: calc(100% + var(--s8));
  margin-left: calc(var(--s2) * -2);
  position: relative;
}

.sec01 .column-small-inner {
  padding: var(--s2);
  background-color: var(--white);
  flex: 1;
  margin-top: 0.5rem;
}

#low-page .lower-selections .column-small-inner {
  background-color: #f9f8f5;
}

#low-page .lower-selections h4:not([class]) {
  margin-block: 0;
  background: inherit;
}
.arrow {
  text-align: center;
}
.arrow img {
  width: 4rem;
}
.section-title03 {
  margin-top: 6rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.4;
}

.section-title03-en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  color: var(--line);
  font-weight: normal;
}
.section-title03-ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: var(--line);
  font-weight: normal;
}
.img_area img {
  height: 14rem;
  object-fit: contain;
}
.section-title03-en::before {
  content: "[";
}

.section-title03-en::after {
  content: "]";
}

.section-title03-ja::before {
  content: "[";
  color: var(--pri-dark);
}
.section-title03-ja::after {
  content: "]";
  color: var(--pri-dark);
}

.section-title03-en img {
  height: 1.2rem; /* 画像の高さ */
  width: auto; /* 比率を保つ */
  top: 2px;
  position: relative;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .section-title03 {
    margin-top: 3.2rem;
    font-size: 2.7rem;
    line-height: 1.5;
  }
  .section-title03::before {
    top: -3.6rem;
  }
}
.arrow-title {
  margin-bottom: 2.3rem;
  padding: var(--s2);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  position: relative;
  color: var(--white);
  background: linear-gradient(to right, #f76129 33%, #ffb452);
  --step: 12px;
  clip-path: polygon(
    calc(var(--step) * 2) 0%,
    /* ① 上辺の左端スタート */ 100% 0%,
    /* ② 右上 */ 100% 100%,
    /* ③ 右下 */ 0% 100%,
    /* ④ 左下 */ 0% calc(var(--step) * 2),
    /* ⑤ 左辺の終了位置 */ var(--step) calc(var(--step) * 2),
    /* ⑥ 下段の凹み角 */ var(--step) var(--step),
    /* ⑦ 中段の凸角 */ calc(var(--step) * 2) var(--step) /* ⑧ 上段の凹み角 */
  );
  z-index: 5;
}

.sec01 .arrow-title {
  margin-bottom: 0;
  padding-left: var(--s1);
  padding-right: var(--s1);
}
.sec01 .thb-box-full {
  position: relative;
  margin-bottom: calc(var(--s2) / 2 + 2rem);
}
.sec01 .thb-box-full::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("img/polygon.svg") no-repeat center / contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc((var(--s2) / 2 + 1.5rem) * -1);
  z-index: 10;
}
.sec02 .arrow-title {
  font-size: 3.3rem;
  margin-bottom: 0;
}

.arrow-title-small {
  font-size: 1.8rem;
}
.m-title01 {
  padding: var(--s1) var(--s1) var(--s2) var(--s1);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.sec02 .column-medium .m-title02 {
  background-color: #ffffff;
  font-size: 3.2rem;
  color:var(--pri-dark);
}

.sec02 .column-medium .m-title02 b {
  font-size: 2.5rem;
  color:#232428;
}

.m-title02 {
  padding: var(--s2);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #f3f3f3;
  text-align: center;
}

.lower-selections .m-title02 {
  background-color: var(--white);
}

.sec01 .m-title01 {
  display: block;
}
.sec01 .m-title01 .marker {
  font-size: 1.8rem;
}
.sec01 .m-title02,
.thb-iconbox01-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec03 .m-title02 {
  font-size: 1.7rem;
  background-color: var(--white);
  display: flex;
  align-items: center;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
}
.sec03 table th, .sec03 table td{
  display:block;
  width:100%;
  padding:1rem;
}
.sec03 table th{
  font-size:1.5rem;
  text-align:center;
}
.sec03 table td{
  font-size:1.4rem;
}

.m-title02 b {
  color:var(--pri-dark);
}

.title-catch {
  padding: 0.8rem 0.8rem 1.6rem 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  position: relative;
  border-bottom: 2px solid var(--gray);
}
.title-catch::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 2px;
  background-color: var(--pri-dark);
}
.thb-table {
  line-height: 1.5;
  border-collapse: collapse;
  border: 1px solid var(--gray);
}

.thb-table th,
.thb-table td {
  padding: var(--s1);
  font-size: 1.4rem;
  width:100%;
  display:block;
  border:none;
  text-align: center;
  padding:1rem;
}

.lower-selections .thb-table td {
  background: var(--white);
}

.thb-table th {
  font-size: 1.5rem;
}
.thb-note {
  font-size: 0.8em;
}
.thb-tag-list-2c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s1);
  justify-content: center;
}
.thb-tag-list-2c li {
  padding: 0.5rem 1rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
  white-space: nowrap;
}
.thb-tag-list-2c li::before {
  display: none;
}
.thb-tag-colored {
  background-color: #fff5b8;
}
.thb-tag-colored .tag-name {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.sec01 .img_area img {
  height: 170px;
  object-fit: contain;
}

/*------------------------------------------
    1box column settings
*/
.onb-box-full {
  width: calc(100% + var(--s8));
  margin-left: calc(var(--s4) * -1);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .column-medium {
    padding: var(--s2);
  }
  .onb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
  }
}
.thb-iconbox01-bg-colored {
  padding-top: 2rem;
}
.thb-iconbox01-area {
  padding: var(--s3);
  background-color: rgba(243, 243, 243, 0.45);
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sec06 .thb-iconbox01-area {
  background-color: var(--white);
  padding: var(--s3);
}

.thb-iconbox01-title {
  padding-bottom: var(--s2);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid var(--gray);
  color: var(--pri-dark);
  line-height: 1.4;
}

.thb-iconbox01-title a {
  text-decoration: none;
  background: url(./img/orange_arr02.svg) no-repeat center right / auto 1em;
  display: block;
  padding-right: var(--s3);
}
.sec03 .thb-iconbox01-title a {
  font-size: 2.3rem;
  background: url(./img/orange_arr02.svg) no-repeat center right / auto 0.8em;
}

.thb-iconbox01-title span {
  margin-bottom: var(--s1);
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  font-weight: 700;
}
.onb-iconbox02-frame {
  padding: 0 var(--s1);
}
.onb-iconbox02-catch {
  padding: 0 var(--s1) 0 var(--s5);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  background: url("./img/art2.png") no-repeat top left;
  background-size: 2rem auto;
}
.sec05 .onb-iconbox02-catch,
.sec07 .onb-iconbox02-catch {
  font-size: 1.8rem;
}
.sec05 .onb-iconbox02-catch a {
  color: var(--txt-main);
}

.onb-iconbox02-caption {
  text-align-last: left;
}
.onb-com-box02-r-frame {
  padding: var(--s4);
  border: none;
  background-color: #fcfae7;
  position: relative;
  --step: 10px;
  clip-path: polygon(
    calc(var(--step) * 2) 0%,
    /* ① 上辺スタート（欠けの終わり） */ 100% 0%,
    /* ② 右上 */ 100% 100%,
    /* ③ 右下 */ 0% 100%,
    /* ④ 左下 */ 0% calc(var(--step) * 2),
    /* ⑤ 左辺スタート（欠けの始まり） */ var(--step) calc(var(--step) * 2),
    /* ⑥ 1段目（右へ） */ var(--step) var(--step),
    /* ⑦ 1段目（上へ） */ calc(var(--step) * 2) var(--step)
      /* ⑧ 2段目（右へ） */
  );
}
.onb-com-box02-r-arrow-l {
  position: relative;
}
.onb-com-box02-r-arrow-l::after {
  content: "";
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #fcfae7 transparent transparent;
  z-index: 1;
}

.l-onb-com-box02-r {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s5);
}
.l-onb-com-box02-r__side {
  width: calc((100% - var(--s5)) * 0.1);
}
.l-onb-com-box02-r__side img {
  max-width: 100%;
}
.l-onb-com-box02-r__main {
  width: calc((100% - var(--s5)) * 0.8);
}
.onb-com-box02-r-catch {
  margin-bottom: var(--s2);
  font-size: 2rem;
  font-weight: 700;
  /* line-height: 2; */
  color: #ec6e3f;
}

.onb-com-box02-r-caption {
  text-align: left;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .l-onb-com-box02-r {
    padding: 0;
    display: block;
    border-radius: 0;
    position: relative;
  }
  .onb-com-box02-r-frame {
    padding: var(--s4) var(--s3);
    padding-top: calc(var(--s3) * 2 + 0rem);
    background-color: #fcfae7;
    border: none;
  }
  .onb-com-box02-r-arrow-l::before {
    display: none;
  }
  .l-onb-com-box02-r__side {
    position: absolute;
    top: var(--s3);
    left: var(--s3);
    width: 5rem;
    float: none;
    margin: 0;
    z-index: 1;
  }
  .l-onb-com-box02-r__side img {
    width: 100%;
    border-radius: 50%;
  }
  .l-onb-com-box02-r__main {
    width: 100%;
  }
  .onb-com-box02-r-catch {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-left: calc(5rem + var(--s2));
    margin-bottom: var(--s3);
  }
  .sec02 .column-medium .img_box {
    width: 85%;
  }
  .sec02 .btn-internal a {
    width: 95%;
    margin: 0 auto;
  }
}
.onb-com-box03-arrow-r {
  position: relative;
}
.onb-com-box03-arrow-r::before {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #fcfae7;
  position: absolute;
  top: 5rem;
  right: -2.2rem;
}

.onb-com-box03-l-frame {
  padding: var(--s4);
  border: none;
  background-color: #fcfae7;
  --step: 10px;

  clip-path: polygon(
    0% 0%,
    /* ① 左上 */ 100% 0%,
    /* ② 右上 */ 100% calc(100% - var(--step) * 2),
    /* ③ 右辺エンド（欠けの始まり） */ calc(100% - var(--step))
      calc(100% - var(--step) * 2),
    /* ④ 1段目（内側・左へ） */ calc(100% - var(--step))
      calc(100% - var(--step)),
    /* ⑤ 1段目（下へ） */ calc(100% - var(--step) * 2) calc(100% - var(--step)),
    /* ⑥ 2段目（内側・左へ） */ calc(100% - var(--step) * 2) 100%,
    /* ⑦ 下辺スタート（欠けの終わり） */ 0% 100% /* ⑧ 左下 */
  );
}

.l-onb-com-box03-l {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s5);
}
.l-onb-com-box03-l__side {
  width: calc((100% - var(--s5)) * 0.1);
}
.l-onb-com-box03-l__side img {
  max-width: 100%;
}
.l-onb-com-box03-l__main {
  width: calc((100% - var(--s5)) * 0.8);
}
.onb-com-box03-l-catch {
  margin-bottom: var(--s2);
  font-size: 2rem;
  font-weight: 700;
  /* line-height: 2; */
  color: #ec6e3f;
}

.onb-com-box03-l-caption {
  text-align: left;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .onb-com-box03-l-frame {
    padding: var(--s4) var(--s3);
    padding-top: calc(var(--s3) * 2 + 0rem);
  }
  .onb-com-box03-arrow-r::before {
    display: none;
  }
  .l-onb-com-box03-l {
    display: block;
    gap: 0;
    position: relative;
  }
  .l-onb-com-box03-l__side {
    position: absolute;
    top: var(--s3);
    right: var(--s3);
    width: 5rem;
  }
  .l-onb-com-box03-l__side img {
    width: 100%;
    border-radius: 50%;
  }
  .l-onb-com-box03-l__main {
    width: 100%;
  }
}
/*------------------------------------------
    2box column settings
*/
.column-medium {
  padding: var(--s4);
  background-color: var(--white);
}
.sec02 .column-medium {
  padding-top: 0;
  --step: 12px;
  clip-path: polygon(
    calc(var(--step) * 2) 0%,
    /* ① 上辺の左端スタート */ 100% 0%,
    /* ② 右上 */ 100% 100%,
    /* ③ 右下 */ 0% 100%,
    /* ④ 左下 */ 0% calc(var(--step) * 2),
    /* ⑤ 左辺の終了位置 */ var(--step) calc(var(--step) * 2),
    /* ⑥ 下段の凹み角 */ var(--step) var(--step),
    /* ⑦ 中段の凸角 */ calc(var(--step) * 2) var(--step) /* ⑧ 上段の凹み角 */
  );
}

.twb-box-full {
  width: calc(100% + var(--s8));
  margin-left: calc(var(--s4) * -1);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .column-medium {
    padding: var(--s4);
  }
  .twb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
  }
}
.twb-m-title04-frame {
  position: relative;
}
.twb-m-title04 {
  padding: var(--s1) var(--s1) var(--s2) var(--s1);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid var(--gray);
  text-align: center;
  margin-bottom: var(--s2);
  color: #ec6e3f;
}

.sec02 .twb-m-title04 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding-bottom: 0;
}
.conclusion-area {
  padding: var(--s6);
  background: #fcfae7;
  width: 95%;
  margin: 0 auto;
  --step: 12px; /* 右下の「階段」1段のサイズ */
  --cut: 24px; /* 上の左右の「大きな欠け」のサイズ */

  clip-path: polygon(
    /* --- 上辺スタート（左上の大きな欠けの右隣から） --- */ var(--cut) 0%,

    /* --- 右上の大きな欠け（1段） --- */ calc(100% - var(--cut)) 0%,
    /* 右上角の手前まで */ calc(100% - var(--cut)) var(--cut),
    /* 下へ */ 100% var(--cut),
    /* 右へ（右辺到達） */ /* --- 右下の階段の欠け（2段） --- */ 100%
      calc(100% - var(--step) * 2),
    /* 右下角の手前まで */ calc(100% - var(--step)) calc(100% - var(--step) * 2),
    /* 1段目（左へ） */ calc(100% - var(--step)) calc(100% - var(--step)),
    /* 1段目（下へ） */ calc(100% - var(--step) * 2) calc(100% - var(--step)),
    /* 2段目（左へ） */ calc(100% - var(--step) * 2) 100%,

    /* 2段目（下へ・下辺到達） */ /* --- 左下（ここは欠けなしで直角） --- */ 0%
      100%,

    /* --- 左上の大きな欠け（1段） --- */ 0% var(--cut),
    /* 左上角の手前まで（下から上へ） */ var(--cut) var(--cut)
      /* 右へ（そして最初の座標 0% へ繋がる） */
  );
}
.conclusion-title {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  border-bottom: 2px solid var(--gray);
  padding-bottom: var(--s2);
}
.conclusion-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 97px;
  height: 2px;
  background-color: var(--pri-dark);
}
.conclusion-title-deco {
  position: relative;
}
.conclusion-title-deco::before {
  left: -50%;
}
.conclusion-title-deco::after {
  right: -50%;
}
.conclusion-box {
  padding: var(--s2) var(--s4);
}
.conclusion-box ul li {
  line-height: 2;
}
.conclusion-box__wht {
  color: #fff;
  line-height: 2;
}
.conclusion-catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.conclusion-catch span {
  border-bottom: 6px solid var(--site-color04);
}
.btn-conclusion {
  margin: 0 auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .conclusion-area {
    padding: var(--s5) var(--s3) var(--s4);
    background-size: 70% auto;
    --cut: 15px;
  }
  .conclusion-title {
    font-size: 2rem;
    padding-bottom: var(--s3);
  }

  .conclusion-title::after {
    width: 70px;
  }
  .conclusion-title-deco::before,
  .conclusion-title-deco::after {
    content: "";
    width: 10%;
  }
  .conclusion-title-deco::before {
    left: -20%;
  }
  .conclusion-title-deco::after {
    right: -20%;
  }
  .conclusion-box {
    padding: var(--s2);
  }
  .conclusion-catch {
    font-size: 1.8rem;
    line-height: 2;
  }
  .btn-conclusion {
    width: 80%;
  }
  .sec02 .column-medium h5:not([class]) {
    font-size: 2rem;
    padding-bottom: var(--s2);
  }
  .sec02 .column-medium h5:not([class])::after,
  #low-page h2:not([class])::after {
    width: 80px;
  }
  .onb-com-box02-r-arrow-l::after {
    content: none;
  }
}

/* sec02 h5
----------------------------------------------- */
.sec02 h5:not([class]) {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: var(--s3);
  position: relative;
  border-bottom: 3px solid var(--gray);
  line-height: 1.4;
}
.sec02 h5:not([class])::after,
#low-page h2:not([class])::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 156px;
  height: 3px;
  background-color: var(--pri-dark);
}
.bg-white {
  background-color: var(--white);
}
.acc-more-btn {
  max-width: 46rem;
  width: 100%;
  margin: var(--s5) auto;
  position: relative;
}
.acc-more-btn span {
  width: 100%;
  margin: var(--s5) auto;
  padding: 3rem 6rem 3rem 3rem;
  border-radius: 5px;
  background: url(./img/acc-off.svg) no-repeat 95% center var(--gray);
  display: block;
  text-align: center;
  transform: translate(0, 0);
  transition: transform 0.3s;
  cursor: pointer;
}
.sec03 .acc-more-btn span {
  margin: 0 auto;
  font-weight: bold;
}

.acc-more-btn:hover span {
  transform: translate(0.8rem, 0.8rem);
}
.acc-more-btn.is-open span {
  background: url("./img/acc-on.svg") no-repeat 95% center var(--gray);
}
.more-content {
  display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .acc-more-btn {
    margin: 0 auto;
    width: 80%;
  }
  .acc-more-btn span {
    transition: inherit;
    transform: none;
  }
  .acc-more-btn:hover span {
    transform: none;
  }
}
.onb-icon-head01 {
  margin-top: var(--s4);
  margin-bottom: var(--s4);
  margin-left: var(--s4);
  padding: var(--s4) var(--s2) var(--s4) var(--s12);
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: var(--white);
  position: relative;
}
.onb-icon-head01::before {
  content: "";
  width: 10.5rem;
  height: 10.5rem;
  background: url("./img/icon-head-point.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -4rem;
  top: -1.6rem;
}

.sec02 .img_box {
  width: 500px;
  margin: 0 auto;
}

.annotation-r {
  text-align: right;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .onb-icon-head01 {
    margin-left: var(--s2);
    padding: var(--s1) var(--s1) var(--s1) var(--s8);
    font-size: 1.8rem;
  }
  .onb-icon-head01::before {
    content: "";
    width: 8rem;
    height: 8rem;
    left: -2.5rem;
  }
  .logo {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .contents-area .mainvisual {
    background-image: none;
  }
  .mainvisual .mainvisual_wrap {
    display: block;
    padding-bottom: 0;
  }
}
#low-page {
  background: var(--white);
  padding-left: var(--s4);
  padding-right: var(--s4);
  padding-bottom: var(--s5);
  padding-top: var(--s2);
  margin-top: var(--s3);
}
.section-title03 a,
.twb-m-title04 a,
.onb-icon-head01 a,
.onb-iconbox02-catch a {
  text-decoration: none;
}
.onb-iconbox02-catch a {
  background: url(./img/orange_arr02.svg) no-repeat top 55% right / auto 0.8em;
  display: inline-block;
  padding-right: var(--s2);
}
.twb-m-title04 a {
  display: block;
  background: url(./img/orange_arr02.svg) no-repeat top 55% right / auto 0.8em;
  padding-right: var(--s2);
}

.section-title03 a:hover,
.twb-m-title04 a:hover,
.onb-icon-head01 a:hover,
.onb-iconbox02-catch a:hover {
  opacity: 0.6;
}

.section-title03 a {
  background: url(./img/orange_arr02.svg) no-repeat top 55% right / auto 0.5em;
  padding-right: var(--s3);
}

.txt {
  line-height: 2;
}

.sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07 {
  padding-bottom: 10rem;
}
.sec08 {
  padding: var(--s3) 0;
}
.sec04,
.sec06 {
  background: #f3f3f3;
}
.lower-selections {
  padding-bottom: 2rem;
}

.pc-fix-banner01 {
  width: 19.5rem;
  position: fixed;
  right: 0;
  bottom: 15rem;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  pointer-events: none;
}

.pc-fix-banner01.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pc-fix-banner01 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.pc-fix-banner01 a:hover {
  opacity: 0.7;
}
.pc-fix-banner01-img {
  position: relative;
  --step: 12px;
  clip-path: polygon(
    calc(var(--step) * 2) 0%,
    /* ① 上辺の左端スタート */ 100% 0%,
    /* ② 右上 */ 100% 100%,
    /* ③ 右下 */ 0% 100%,
    /* ④ 左下 */ 0% calc(var(--step) * 2),
    /* ⑤ 左辺の終了位置 */ var(--step) calc(var(--step) * 2),
    /* ⑥ 下段の凹み角 */ var(--step) var(--step),
    /* ⑦ 中段の凸角 */ calc(var(--step) * 2) var(--step) /* ⑧ 上段の凹み角 */
  );
}

.pc-fix-banner01-text {
  padding: var(--s2) var(--s1);
  color: #fff;
  position: relative;
  background: linear-gradient(to right, #e8530a, #f5a623);
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 6px 6px 7px 0px rgba(217, 179, 166, 0.5);
  text-align: center;
  font-size: 1.8rem;
}
.pc-fix-banner01-text::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid #fff;
  border-bottom: 0.5rem solid #fff;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}

.pc-fix-banner01-text .text-small {
  font-size: 1.5rem;
}

.pc-fix-banner01-text p {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
}
.pc-fix-banner01-text p.text-small {
  font-size: 1.2rem;
  line-height: 1.5;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .pc-fix-banner01 {
    display: none;
  }
  .onb-index01-wrap {
    width: 90%;
  }
  .onb-index01-title {
    padding: var(--s2);
    font-size: 1.8rem;
  }
  .mv-heading-catch {
    font-size: 2.5rem;
  }
  .mv-heading {
    text-align: center;
  }
  .mv-logo {
    margin: 0 auto var(--s2);
    width: 70%;
  }
  .header-area-upper {
    text-align: left;
    padding-left: var(--s5);
    border-bottom: 1px solid var(--gray);
    padding-bottom: 20px 0 1rem;
  }
}

.sec05 .box {
  margin-bottom: var(--s6);
}

/* ---------------------------------------------
 mainvisual (lower)
--------------------------------------------- */
.mainvisual {
  background: #fff7e9;
}
.mainvisual_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.mainvisual_wrap img{
	width: 50%;
	margin: 0 auto;
    display: block;
}

.bg-01 {
  background-image: url(./img/bg-01.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-02 {
  background:
    linear-gradient(rgba(255, 247, 233, 0.6), rgba(255, 247, 233, 0.6)),
    url(./img/za-nac-00002272_mv-photo_01_bg-02.png) top 2rem center/auto no-repeat,
    #fff7e9;
  background-position: top 2rem center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: var(--s6);
}

.sec01 {
  margin-top: var(--s8);
}
.scroll-caption {
  display: block;
  max-width: 100%;
  padding: 0 0 0.3rem 0;
  text-align: left;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
}
.sp-fix-banner01 {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  pointer-events: none;
}

.sp-fix-banner01.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .sp-fix-banner01 {
    display: block;
    width: 67%;
    background-color: #000;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    pointer-events: none;
    --step: 12px;
    clip-path: polygon(
      calc(var(--step) * 2) 0%,
      /* ① 上辺の左端スタート */ 100% 0%,
      /* ② 右上 */ 100% 100%,
      /* ③ 右下 */ 0% 100%,
      /* ④ 左下 */ 0% calc(var(--step) * 2),
      /* ⑤ 左辺の終了位置 */ var(--step) calc(var(--step) * 2),
      /* ⑥ 下段の凹み角 */ var(--step) var(--step),
      /* ⑦ 中段の凸角 */ calc(var(--step) * 2) var(--step) /* ⑧ 上段の凹み角 */
    );
  }
  .sp-fix-banner01-text {
    padding: var(--s1) var(--s2);
    color: #fff;
    position: relative;
    background: linear-gradient(to right, #e8530a, #f5a623);
    font-weight: 700;
  }
  .sp-fix-banner01-text .text-small {
    font-size: 1.6rem;
  }

  .sp-fix-banner01-text p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-left: var(--s4);
  }
  .sp-fix-banner01-text a {
    padding-right: 1.6rem;
    color: #fff;
    text-decoration: none;
    background: url("./img/arrow-01-wht-right.svg") no-repeat right center /
      1rem auto;
    display: block;
  }
  .sp-fix-banner01-text a:hover {
    opacity: 0.7;
  }
  .sec01 .column-small {
    width: 100%;
    margin: 0 auto;
    padding: var(--s2);
  }
  #low-page .lower-selections .column-small {
    padding: var(--s2) 0;
  }
  .sec02 .column-medium {
    width: 97%;
    margin: 0 auto;
    padding: 0 var(--s2) var(--s2);
  }

  .sec01 .column-small-inner {
    padding: var(--s3) var(--s3) var(--s5);
  }

  .sec01 .l-stack {
    gap: var(--s4);
  }
  .sec02 .arrow-title {
    font-size: 2.2rem;
  }
  .sec02 .column-medium .m-title02 b {
    font-size: 1.5rem;
  }
  .sec02 .column-medium .m-title02 {
    font-size: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .sec02 .onb-iconbox02-catch {
    padding-left: var(--s5);
    padding-bottom: 0;
    background-size: 2rem auto;
  }
  .arrow img {
    width: 3rem;
  }
  .twb-m-title04 {
    font-size: 1.8rem;
  }

  .sec02 .twb-m-title04 {
    min-height: 0;
    padding-bottom: var(--s2);
  }

  .onb-com-box03-l-catch {
    font-size: 1.8rem;
    margin-bottom: var(--s3);
    padding-right: calc(5rem + var(--s2));
    line-height: 1.4;
  }

  .section-title03 a {
    padding-right: var(--s4);
    background: url(./img/orange_arr.png) no-repeat center right / auto 0.5em;
    display: block;
    padding-left: var(--s3);
  }
  .sec03 .thb-iconbox01-title a {
    font-size: 2rem;
  }
  .thb-iconbox01-area {
    padding: var(--s3);
    background-color: rgba(243, 243, 243, 0.7);
    width: 95%;
    margin: 0 auto;
  }
  .sec03 .l-stack-xsmall {
    gap: var(--s4);
  }
  .sec05 .onb-iconbox02-catch,
  .sec07 .onb-iconbox02-catch {
    font-size: 1.8rem !important;
  }
  .sec01,
  .sec02,
  .sec03,
  .sec04,
  .sec05,
  .sec06,
  .sec07,
  .sec08 {
    padding-bottom: 4rem;
  }
  .sec02 h5:not([class])::after,
  #low-page h2:not([class])::after {
    width: 80px;
  }
  .sec01 .l-stack-large {
    gap: var(--s4);
  }
  .sec01 {
    margin-top: var(--s3);
  }
  .section-title03-en {
    gap: 1rem;
  }
  .section-title03 .small {
    font-size: 2.2rem;
    line-height: 1.35;
    display: inline-block;
  }
  #low-page .lower-selections table {
    margin-block: 1rem;
  }
  #low-page .lower-selections {
    padding-bottom: 0;
  }
  .sec02 .column-medium .btn-web a {
    padding-right: var(--s8);
    background: var(--acc) url("./img/btn-web_arr.svg") no-repeat center right
      2rem / auto 1.3em;
  }
  .annotation-r {
    text-align: left;
  }
  .sec02 .btn-internal {
    width: 90%;
  }
  .sec02 .column-medium .btn-internal a {
    background: var(--white) url(./img/orange_arr.png) no-repeat center right
      1.5rem / auto 1.3em;
  }
  .bg-02 {
    background: #fff7e9;
    padding-top: var(--s2);
  }
}
.sec02 .l-grid-two .column-medium {
  padding: var(--s1) var(--s2) var(--s3);
  background: rgba(243, 243, 243, 0.45);
}
.sec02 .btn-internal a {
  width: 100%;
  margin: 0;
  padding: var(--s2) var(--s6) var(--s2) var(--s5);
  background: var(--white) url("./img/orange_arr.png") no-repeat center right
    2rem / auto 1.3em;
  border: 3px solid var(--pri-dark);
  color: var(--txt-main);
}
.sec01 .column-small .btn-web a {
  padding: var(--s2) 3.5rem var(--s2) var(--s1);
  background: var(--acc) url("./img/btn-web_arr.svg") no-repeat center right
    1.5rem / auto 1.3em;
}
.sec02 .column-medium ul:not([class]) li {
  margin-bottom: 0;
}
.sec02 .l-grid-three {
  margin-bottom: -2rem;
}
.sec02 .l-grid-three .annotation-r {
  text-align: right;
  margin-top: 0;
}
.txt-area-1,
.txt-area-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
span.small {
  font-size: 2.8rem;
}
.bg-gray {
  background-color: #f3f3f3;
}
.sec03 .l-grid-three {
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(var(--minimum), 100%), 1fr)
  );
}
.lower-selections .l-center {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .sec03 .l-grid-three {
    grid-template-columns: minmax(0, 1fr);
  }
  .sec03 .l-grid-three > * {
    min-width: 0;
    max-width: 100%;
  }
	.sec03 table{
  margin-top:1rem;
  }
}
img.img-center {
  display: block;
  margin: 0 auto;
}
