@charset "utf-8";

/* ヘッダー関連 (0.x) */
/* 0.1.0 navigation01top (グロナビ) */
.header-area-upper {
  padding: var(--s-2) var(--s1) var(--s1);
  line-height: 1;
  text-align: right;
  background: var(--bg-pr);
  color: var(--white);
}
.header-title {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
}
.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 {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: var(--glass);
  backdrop-filter: blur(14px) brightness(0.5);
  z-index: 999;
  padding: var(--s2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.navigation01-menu-area.is-show {
  opacity: 1;
  visibility: visible;
}

.navigation01-menu {
  display: flex;
  color: var(--white);
  font-size: 1.4rem;
  position: relative;
  flex: 1;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: auto;
}
.navigation01-menu li::before {
  display: none;
}
.navigation01-menu li a {
  padding: var(--s2) var(--s1);
  display: block;
  text-decoration: none;
}
.navigation01-menu li a:hover {
  opacity: 0.6;
}

.navigation01-menu__logo {
  position: relative;
  display: block;
}

.navigation01-menu__logo-img {
  height: 40px;
  width: auto;
}
.menu__btn {
  position: relative;
  display: block;
  max-width: 24rem;
  margin: auto;
}
.navigation01-menu li{
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation01-menu > li:last-child {
  border-right: none;
}

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.index01-frame {
  width: 100%;
  margin-bottom: var(--s4);
  background-color: var(
  --glass);
}
.index01-wrap {
  margin: 0 auto;
  padding: var(--s3);
  border: solid 0.1rem #d0d3e0;
  background-color: transparent;
  position: relative;
}
.index01-title {
  padding: var(--s1) var(--s1) var(--s1) var(--s7);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  background: url("./img/icon.png") no-repeat left center;
  background-size: 3.6rem auto;
  position: relative;
  cursor: pointer;
}
.index01-title::before {
  content: "";
  width: 2rem;
  height: 0.3rem;
  background: #333;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
.index01-title::after {
  content: "";
  width: 0.3rem;
  height: 2rem;
  background: #333;
  position: absolute;
  top: 50%;
  right: 2.9rem;
  transform: translate(0, -50%);
  transition: transform 0.3s;
}
.index01-title.is-open::after {
  transform: translate(0, -50%) rotate(270deg);
}
.index01-chapter {
  padding: var(--s2) var(--s2) var(--s2) var(--s4);
  margin-top: var(--s2);
  font-weight: 700;
}
.index01-chapter-h {
  margin: 0 0 0 var(--s2);
  font-size: 100%;
  line-height: 1.7;
  position: relative;
}
.index01-chapter-h a {
  display: block;
  text-decoration: none;
}
.index01-chapter-h a:hover {
  opacity: 0.6;
}
.index01-chapter-h-two {
  margin-left: var(--s2);
  position: relative;
}
.index01-chapter-h-three {
  margin-left: var(--s4);
  position: relative;
}
.index01-chapter-h-two::before,
.index01-chapter-h-three::before {
  position: absolute;
  top: 0;
  left: -1.5em;
}
.index01-chapter-h-two::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 2rem;
  background-color: var(--main);
  transform: translateY(-50%);
  top: 0.8em;
}
.index01-chapter-h-three::before {
  content: "└";
}
.more-content {
  display: none;
}
.index01-content {
  background-color: var(--glass);
}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
  border: 1px solid var(--border);
  margin: var(--s6) auto;
  padding: var(--s3) var(--s4);
  background: var(--glass);
  position: relative;
}
.related-article01-title {
  padding: var(--s2) var(--s2) var(--s2) var(--s5);
  color: var(--text);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  background: url("./img/icon.png") no-repeat left center;
  background-size: 3.6rem auto;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.related-article01-list {
  padding: var(--s2) 0 var(--s2) var(--s2);
  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: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--main);
  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;
}

/* メインビジュアル関連 */
.mainvisual {
  width: 100%;
  height: auto;
  position: relative;
  background: url("./img/mv.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.mainvisual_lower {
  width: 100%;
  height: 12rem;
  position: relative;
  background: url("./img/mv.jpg") no-repeat center center;
  background-size: cover;
  display: block;
}

.mainvisual_lower:before,
.mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.mainvisual_lower__logo {
  position: absolute;
  display: block;
  height: 5.4rem;
  width: auto;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
a .mainvisual_lower__logo:hover {
  opacity: 0.6;
}

.mv-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: var(--s5) 10% var(--s4);
}

.mv-container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.mv-text-wrapper {
  margin: 0 auto;
}

.mv-text-content {
  text-align: left;
  color: var(--white);
  position: relative;
}

.mv-title {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin-bottom: var(--s2);
}

.mv-title span {
  font-size: 12.8rem;
  color: var(--main);
  font-weight: bold;
  display: block;
  margin: var(--s1) 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.mv-description {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  margin: var(--s4) 0;
  max-width: 800px;
}

.mv-description .txt_bold {
  color: var(--main);
}

/* メインビジュアルのボタン関連 */
.mv-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mv-buttons .btn-web {
  margin: 0;
  width: 47rem;
}

/* アイコン説明エリア */
.icon-description-area {
  padding: 0;
  background-color: transparent;
  color: var(--white);
}

.icon-description-list {
  display: grid;
  gap: var(--s6);
}

.icon-description-list--two {
  grid-template-columns: repeat(2, 1fr);
}

.icon-description-list li {
  display: flex;
  border: solid 1px var(--border);
  border-radius: var(--rounded-md);
  padding: var(--s4);
  background: var(--glass);
  backdrop-filter: var(--gl);
  flex-direction: column;
  align-items: center;
}

.icon-description-list h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: var(--s2) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.icon-description-list img {
  width: 100px;
  height: auto;
}
.icon-description-list p {
  margin: var(--s1);
}
.iconbox02-frame {
  color: var(--white);
  padding: var(--s4);
  background-color: transparent;
  border: solid 1px var(--border);
  border-radius: var(--rounded-md);
}
.iconbox02-catch {
  padding: var(--s2) var(--s2) var(--s3) var(--s13);
  color: var(--main);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  background-size: 8rem auto;
}
.iconbox02-caption {
  text-align-last: left;
}

/* セクションタイトル関連 */
.section-title01-frame {
  padding-top: 24rem;
  position: relative;
}
.section-title01-frame::before {
  content: "";
  width: 100%;
  min-height: 38.8rem;
  background: var(--gray) url("./img/title01.jpg") no-repeat center center;
  background-blend-mode: screen;
  background-size: cover;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.section-title01-bg {
  padding: var(--s8) var(--s6);
  background: linear-gradient(#fff, var(--glass));
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 2;
}
.section-title01 {
  margin-bottom: var(--s4);
  color: var(--sub);
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.section-title01::before {
  content: none;
  padding: 0 var(--s2);
  font-size: 1.8rem;
  transform: translateX(-50%);
  background-color: #fff;
  position: absolute;
  top: -3rem;
  left: 50%;
  z-index: 3;
}
.section-title01::after {
  content: "";
  height: 1px;
  transform: translateX(-50%);
  background-color: var(--gray);
  position: absolute;
  top: -2rem;
  left: 50%;
  z-index: 2;
}

.section-title02 {
  margin-bottom: var(--s4);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

/* 中見出し関連 */
.m-title01 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

/* タイトル関連 */
.arrow-title {
  margin-bottom: var(--s2);
  padding: var(--s2);
  font-size: 3.2rem;
  font-weight: 700;
  background-color: var(--bg-sc);
  color: var(--main);
  text-align: center;
  line-height: 1.4;
  position: relative;
}

.arrow-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2rem solid var(--bg-sc);
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translateX(-50%);
}

.arrow-title-sub {
  font-size: 100%;
  font-weight: inherit;
}
.arrow-title-small {
  font-size: 2.8rem;
}
.icon-head01 {
  margin-top: var(--s6);
  margin-bottom: var(--s4);
  margin-left: var(--s4);
  padding: var(--s2) var(--s2) var(--s2) var(--s12);
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  background-color: var(--bg-sc);
  border: 1px solid var(--border);
  position: relative;
}
.icon-head01::before {
  content: "POINT";
  font-size: 2rem;
  width: 8rem;
  height: 8rem;
  text-align: center;
  border-radius: 50%;
  border: 4px solid var(--sub);
  background: var(--white);
  color: var(--sub);
  background-size: cover;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-container {
  counter-reset: icon-counter;
  margin-bottom: var(--s6);
}
.icon-txt-head {
  margin-top: var(--s6);
  margin-bottom: var(--s2);
  margin-left: var(--s4);
  padding: var(--s2) var(--s2) var(--s2) var(--s12);
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: var(--bg-sc);
  border: 1px solid var(--border);
  color: var(--white);
  position: relative;
  counter-increment: icon-counter;
}
.icon-txt-head::before {
  content: counter(icon-counter);
  width: 8rem;
  height: 8rem;
  padding-bottom: 0;
  border-radius: 50%;
  border: 4px solid var(--sub);
  background: var(--white);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 4rem;
  color: var(--sub);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -3.2rem;
}
.icon-txt-head::after {
  content: "POINT";
  font-size: 1.8rem;
  text-align: center;
  color: var(--sub);
  position: absolute;
  top: 0.4rem;
  left: -1.6rem;
}
.icon-txt-head + p,
.icon-head01 + p {
  padding-left: 8rem;
  margin-bottom: var(--s2);
}
/* 画像タイトルボックス */
.img-title-box {
  background-color: var(--bg-pr);
  box-shadow: var(--shadow);
}

.img-title-area {
  padding: var(--s4) var(--s2);
  display: flex;
  color: var(--main);
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.img-title-image {
  width: 100%;
}

.img-title-image img {
  width: 100%;
}

.img-title {
  width: 92%;
  display: flex;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto var(--s3);
  align-items: center;
}
.img-title-box p {
  width: 92%;
  margin: 0 auto var(--s2);
  color: var(--white);
  word-break: auto-phrase;
}

.img-title-sub {
  margin-bottom: 0.8rem;
  padding: var(--s1);
  background-color: var(--background);
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
}

.img-title-small {
  font-size: 1.4rem;
}

/* リスト関連 */
.list-ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.list-ul li {
  margin-bottom: var(--s2);
  line-height: 1.5;
  padding-left: 2.5rem;
  position: relative;
  text-align: left;
}

.list-ul li::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("./img/icon-check.svg") no-repeat center / contain;
  position: absolute;
  left: 0.4rem;
  top: 0.6rem;
}
/* タグリスト関連 */
.taglist-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--sub);
}

.taglist-bg {
  padding: var(--s3);
  background-color: var(--glass);
}

.tag-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: var(--s1);
  justify-content: center;
}

/* 共通のタグスタイル */
.tag-on,
.tag-off,
.tag-opt,
.tag-dev {
  text-align: center;
  font-size: 1.2rem;
}

.tag-name {
  padding: var(--s1);
  display: flex;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border-radius: var(--rounded-xl);
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.tag-name span {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;
}

.tag-colored .tag-name {
  background-color: var(--main);
  color: var(--background);
}

.tag-white .tag-name {
  background-color: var(--white);
}

.tag-white .tag-name img {
  opacity: 0.6;
}

/* 各タグの背景色とテキスト色 */
.tag-on .tag-name {
  background-color: var(--sub);
  color: #fff;
}
.tag-off .tag-name {
  background-color: #e0e0e0;
  color: #6b7280;
}
.tag-opt .tag-name {
  background-color: #6b7280;
  color: #fff;
}
.tag-dev .tag-name {
  background-color: #a1a1aa;
  color: #fff;
}

/* 凡例スタイル */
.tag-legend {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  gap: var(--s2);
  justify-content: flex-end;
}

.legend-on,
.legend-off,
.legend-opt,
.legend-dev {
  font-size: 1.2rem;
  padding: var(--s1) var(--s2);
  border-radius: var(--rounded);
}

.legend-on {
  background-color: var(--sub);
  color: #fff;
}
.legend-off {
  background-color: var(--white);
  color: var(--gray);
}
.legend-opt {
  background-color: #6b7280;
  color: #fff;
}
.legend-dev {
  background-color: #a1a1aa;
  color: #fff;
}

/* 2.18.0 ex-contents (左側吹き出し付き説明ボックス) */
.ex-contents {
  display: flex;
}
.ex-contents-left {
  padding: 1.6rem 3.2rem;
  background-color: var(--main);
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--background);
}
.ex-contents-left::after {
  content: "";
  width: 2rem;
  height: calc(6rem / 2);
  background-color: var(--main);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -1.5rem;
}
.ex-contents-left span {
  width: 100%;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
  display: block;
}
.ex-contents-right {
  flex: 1;
  padding: var(--s6) var(--s4);
  background-color: var(--bg-sc);
  color: var(--white);
}
.ex-contents-catch {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--main);
}

/* 関連記事フレーム */
.bg-02 .related-article01-frame {
  padding: var(--s4);
  color: var(--white);
  background-color: var(--glass);
  position: relative;
  border: none;
  box-shadow: var(--shadow-lg);
}

.bg-02 .related-article01-title {
  margin-bottom: var(--s2);
  font-size: var(--s4);
  font-weight: 700;
  line-height: 1.5;
  color: var(--main);
}

.related-article01-title span {
  padding: 0 var(--s2);
  position: relative;
  z-index: 1;
}

/* 画像中央配置 */
.image-center {
  text-align: center;
}

/* 背景色設定 */
.bg-01 {
  background: var(--background) url("img/bg.png") top center / cover no-repeat fixed;
  background-blend-mode: screen;
}
.bg-01 p,
.bg-01 .onb-m-title6,
.bg-01 .btn-link {
  color: var(--white);
}
.bg-01 .m-title02 + p {
  width: 92%;
  margin: 0 auto;
}
.bg-01 .m-title02.lg + p{
  width: 98%;
}

.bg-01 .btn-link a {
  background: url("./img/arrow-01-right.svg") no-repeat center right/auto 1em;
}

.bg-02 {
  background: var(--bg-sc);
  background-size: cover;
}

.l-section.bg-03 {
  padding-top: 0;
}

.bg-03 .column-small {
  background: transparent;
}
.bg-03 .l-grid-two img {
  display: block;
  margin: var(--s2) auto var(--s1);
  height: 300px;
  width: auto;
  object-fit: contain;
}
.bg-03 .l-grid-two .caption{
  margin-top: 0;
  margin-bottom: var(--s2);
}
/* ボタン関連 */
.btn-internal:hover a,
.btn-web:hover a,
.btn-anchor:hover a {
  transform: translate(0, -0.4rem);
  box-shadow: var(--shadow-lg);
}

.btn-web a,
.btn-internal a,
.btn-anchor a,
btn-tel a {
  border-radius: 100px;
  border: 1px solid var(--border);
}
.profile-btn-area .btn-internal,
.profile-btn-area .btn-web {
  margin: auto;
}

.btn-internal a {
  width: 100%;
  margin: 0 auto;
  padding: var(--s2) var(--s6);
  background: var(--main) url("./img/arrow-01-bk-right.svg") no-repeat center right 2.4rem / auto 1em;
  color: var(--background);
  display: block;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s;
}

/* カラムレイアウト */
.column-small {
  padding: var(--s4);
  background-color: var(--background);
}

.column-medium {
  padding: var(--s4);
  background-color: var(--glass);
  backdrop-filter: var(--gl);
  box-shadow: var(--shadow-md);
}

/* グリッドレイアウト */
.l-grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s6);
}

/* アイコンテーブル */
table {
  margin: var(--s4) 0;
  background: var(--glass);
}

table table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  width: 25%;
  padding: var(--s2);
  border: solid var(--gray);
  border-width: 1px 0;
  font-weight: bold;
  text-align: left;
}

table td {
  padding: var(--s2);
  background: var(--glass);
  border: solid var(--white);
  border-width: 1px 0;
}

/* 左画像ボックス */
.left-img-box {
  display: flow-root;
  margin: var(--s4) 0;
}

.left-img {
  width: 40%;
  margin-right: var(--s4);
  margin-bottom: var(--s2);
  float: left;
}

.left-img img {
  width: 100%;
  height: auto;
}

.left-img-box::after {
  content: "";
  display: block;
  clear: both;
}
.left-img-box ul, .left-img-box .btn-link {
  margin: 0;
  padding-left: 0;
  display: flow-root;
}

/* YouTubeエリア */
.youtube-area-frame {
  margin: var(--s4) 0;
}

.youtube-area {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 60rem;
  aspect-ratio: 16 / 9;
}

.youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 60rem;
  aspect-ratio: 16 / 9;
  margin: auto;
}

.custom-video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* onb-box-full */
.onb-box-full {
  width: 100%;
  padding: var(--s4);
  background-color: var(--glass);
  box-shadow: var(--shadow-lg);
}

/* onb-icon-title */
.onb-icon-title-frame {
  text-align: center;
  position: relative;
  display: flex;
  padding: var(--s4) var(--s8);
  margin-bottom: var(--s4);
  background: var(--main);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--s4);
}

.onb-icon-title-icon {
  width: 7.2rem;
  height: 7.2rem;
}

.onb-icon-title-icon img {
  width: 100%;
  height: auto;
}

.onb-icon-title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  width: fit-content;
}
#index h3.onb-icon-title a::after{
  background:url("./img/arrow-01-black-right.svg") no-repeat center center / contain;
}


/* simplified-chart */
.scroll-table {
	display: block;
	padding: var(--s1);
	text-align: center;
	font-size: 1.4rem;
	color: var(--gray);
	background: #fff;
}
.scroll-hint {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0,0,0,0.7);
      color: #fff;
      padding: 8px 16px;
      border-radius: 20px;
      pointer-events: none;
      font-size: 14px;
      opacity: 0;
      transition: opacity 0.5s ease;
    }

    .scroll-hint.visible {
      opacity: 1;
    }
.simplified-chart {
  width: 100vw;
  overflow-x: scroll;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0;
  background: var(--glass);
  box-shadow: var(--shadow-xl);
  border: none;
}

.simplified-chart tr:first-child th {
  position: relative;
  color: var(--white);
  background: var(--gray);
  border-width: 0;
  white-space: normal;
  padding: var(--s2);
}

.simplified-chart .btn-anchor {
  margin: 0;
  text-align: center;
}

.simplified-chart .btn-anchor a {
  padding: var(--s1) var(--s2);
  font-size: 1.4rem;
  min-width: 80px;
  display: inline-block;
}

.simplified-chart th,
.simplified-chart td {
  padding: var(--s2);
  text-align: center;
  border: solid 1px var(--white);
}
.simplified-chart .name-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: var(--s-2);
}
.simplified-chart th {
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
  color: var(--sub);
  border-width: 1px 0;
  border-color: var(--white);
}
.simplified-chart td {
  background: var(--glass);
  cursor: grab;
}
.simplified-chart-cpt {
  color: var(--main);
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: var(--s2);
}
.simplified-chart th {
  vertical-align: middle;
  position: relative;
  line-height: 1.2;
}
.simplified-chart th span {
  margin: auto;
}
.simplified-chart b.small{
  font-size: 80%;
}
.simplified-chart th.fixed {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #e6e6e6;
}
.simplified-chart .btn-anchor {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* arrow-title-box */
.arrow-title-box {
  margin-bottom: var(--s4);
}

/* l-section */
.l-section {
  padding: var(--s14) 0;
}

h2 a,
h3 a,
h4 a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-flex;
  align-items: center;
}

h2 a::after,
#index h3 a::after,
#index h4 a::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  min-width: 0.6em;
  background: url("./img/arrow-01-right.svg") no-repeat center center / contain;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  margin-left: var(--s2);
  margin-top: 0.25em;
}
h2 a:hover,
#index h3 a:hover,
#index h4 a:hover {
  opacity: 0.6;
}
/* 3.0.2 m-title02 (box専用見出し/左揃え背景ベタ塗り) */
.box-full {
  width: calc(100% + 1.6rem);
  margin-left: -0.8rem;
}

.m-title02 {
  padding: 1.6rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: var(--main);
  align-items: center;
  display: flex;
}
#index h3.m-title02 a:after,
#index h4.m-title02 a:after {
  background: url("./img/arrow-01-black-right.svg") no-repeat center center / contain;
}
.m-title02.lg {
  font-size: 3.2rem;
}
.section-title06-frame {
  margin: var(--s4) 0;
  position: relative;
}
.section-title06-frame + p{
  color: var(--white);
}
.section-title06-frame::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--bg-sc);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.section-title06 {
  width: 100%;
  padding: var(--s4) var(--s8) var(--s4) 0;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  color: var(--main);
  background: var(--bg-sc);
  z-index: 1;
}
.bg-02 .section-title06,
.bg-02 .section-title06-frame::after {
  background: transparent;
  padding-top: 0;
}
/* section-title08 (吹き出し式見出し) */
.section-title08 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: var(--s2);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--background);
  background-color: var(--main);
  text-align: center;
  line-height: 1.5;
  border-radius: 0.5rem;
  position: relative;
}
.section-title08::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-left: 2rem solid transparent;
  border-right: 2rem solid var(--main);
  border-bottom: 2rem solid var(--main);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -2rem;
}

/* onb-m-title5 - 不足していた定義 */
.onb-m-title5 {
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.onb-m-title5 span {
  width: 100%;
  display: flex;
  align-items: center;
}

.onb-m-title5 span::before,
.onb-m-title5 span::after {
  content: "";
  min-width: 5%;
  height: 1px;
  background-color: var(--main);
  flex-grow: 1;
}

.onb-m-title5 span::before {
  margin-right: var(--s2);
}

.onb-m-title5 span::after {
  margin-left: var(--s2);
}

/* 3.1.3 onb-m-title6 (1カラムbox専用見出し/左揃え下線タイプ) */
.onb-m-title6 {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: var(--s2);
}

.onb-m-title6 span {
  display: flex;
}

.onb-m-title6 span::before {
  content: "";
  width: 0.5rem;
  margin-right: 1.6rem;
  background-color: var(--main);
}

.l-stack-small .btn-web {
  margin-top: var(--s2);
}

/* ピックアップコンテンツ02 */
.l-pickup-contents02 {
  max-width: 80%;
  margin: auto;
  width: 100%;
  min-height: 52rem;
  display: flex;
  color: #fff;
  position: relative;
}

.l-pickup-contents02::before {
  content: "";
  width: 13.6rem;
  height: 13.6rem;
  background: url("./img/circle.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -6.8rem;
  left: -6.8rem;
}

.l-pickup-contents02--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.l-pickup-contents02-box {
  flex: 1;
  background: var(--sub);
}

.pickup-contents02-img {
  min-height: 40rem;
  background-size: cover;
}

.l-pickup-contents02-content {
  padding: var(--s8);
  position: relative;
  z-index: 5;
}

.pickup-contents02-catch {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.btn-pickup-contents02 {
  margin: var(--s5) auto 0 auto;
}

.l-pickup-contents03-l {
  width: 100%;
  margin: auto;
  background: var(--bg-pic);
  background-blend-mode: screen;
  color: var(--white);
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "catch image"
    "content image";
}
.l-pickup-contents03-l::before {
  content: none;
  width: 13.6rem;
  height: 13.6rem;
  background-size: contain;
  position: absolute;
  top: -6.8rem;
  left: -6.8rem;
}
.l-pickup-contents03-l-catch {
  padding: var(--s8) var(--s8) var(--s2) var(--s8);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  grid-area: catch;
}
.l-pickup-contents03-l-img {
  padding: var(--s8);
  grid-area: image;
}
.l-pickup-contents03-l-content {
  padding: 0 0 var(--s8) var(--s8);
  grid-area: content;
  position: relative;
  z-index: 5;
}
.btn-pickup-contents03 {
  margin: var(--s5) auto 0 auto;
}

.conclusion-area {
  padding: var(--s6);
  background: linear-gradient(90deg, var(--bg-pr), var(--bg-sc), var(--bg-pr));
}
.conclusion-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--main);
  text-align: center;
}
.conclusion-title-deco {
  position: relative;
}
.conclusion-title-deco::before,
.conclusion-title-deco::after {
  content: "";
  width: 40%;
  height: 0.1rem;
  background-color: var(--main);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.conclusion-title-deco::before {
  left: -50%;
}
.conclusion-title-deco::after {
  right: -50%;
}
.conclusion-box {
  padding: var(--s2) var(--s4) 0;
}
.conclusion-box__wht {
  color: var(--white);
  line-height: 2;
}
.conclusion-catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
}
.conclusion-btn-area {
  z-index: 5;
}
.btn-conclusion {
  margin: 0 auto;
}

.profile-area {
  padding: var(--s4);
  margin: var(--s14) 0;
  display: grid;
  grid-template-rows: 8rem 1fr;
  grid-template-columns: 1fr;
  grid-template-areas:
    "img catch"
    "btn text";
  gap: var(--s5);
  background: var(--bg-pic);
  position: relative;
}
.profile-area::before {
  content: "";
  background-color: var(--main);
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}
.profile-img-area {
  position: relative;
  grid-area: img;
  margin: 0 auto;
  top: -5rem;
  width: 280px;
}
.profile-img img{
  position: relative;
  z-index: 1;
}
.profile-img:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 21rem;
  background: var(--glass);
  top: 1rem;
  right: -1rem;
  z-index: 0;
}
.profile-text-area {
  grid-area: text;
}
.profile-btn-area {
  grid-area: btn;
  display: flex;
  position: relative;
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
}
.profile-caption {
  margin-top: var(--s1);
  text-align: center;
}
.profile-catch {
  padding-bottom: var(--s2);
  color: var(--main);
  border-bottom: 1px solid #707070;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  grid-area: catch;
}
.profile-catch span {
  font-size: 1.8rem;
  display: block;
}
.profile-detail {
  padding: var(--s1) var(--s1) var(--s1) var(--s3);
  font-size: 1.8rem;
  border-left: 6px solid #818181;
}
.profile-box {
  padding: var(--s2);
  background-color: var(--white);
}
.profile-box-ttl {
  margin-bottom: var(--s2);
  font-size: 1.8rem;
  font-weight: 700;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .gnavi-ctrl {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
  }
  .gnavi-ctrl.is-show {
    opacity: 1;
    visibility: visible;
  }
  #low-header .gnavi-ctrl {
    opacity: 1;
    visibility: visible;
  }
  .gnavi-btn {
    width: var(--s7);
    height: var(--s6);
    background: #333;
    display: block;
    position: fixed;
    top: var(--s3);
    right: 0;
    z-index: 200;
    cursor: pointer;
  }
  .gnavi-btn span {
    width: var(--s4);
    height: 0.2rem;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 1.2rem;
    transform: translate(0, -50%);
    transition: transform 0.4s, opacity 0.4s;
  }
  .gnavi-btn span:nth-of-type(1) {
    top: 1.7rem;
  }
  .gnavi-btn span:nth-of-type(2) {
    top: 2.4rem;
  }
  .gnavi-btn span:nth-of-type(3) {
    top: 3.1rem;
  }
  .gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(0.7rem) rotate(-45deg);
  }
  .gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-0.7rem) rotate(45deg);
  }
  .gnavi-btn-close {
    width: 80%;
    margin: 0 auto;
    padding: var(--s2);
    background: #333;
    display: block;
    text-align: center;
  }
  .gnavi-btn-close__inner {
    padding: 0 0 0 var(--s3);
    display: inline-block;
    color: #fff;
    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: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    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 var(--s8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    background: var(--bg-sc);
    padding: var(--s1) var(--s2);
  }
  .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: 1.4rem;
    height: 1.4rem;
    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;
  }
  .mainvisual {
    min-height: auto;
  }

  .mv-title {
    line-height: 1.4;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 2.4rem;
    gap: var(--s1);
  }

  .mv-title span {
    font-size: 4.8rem;
    margin: 0;
  }

  .mv-title-main {
    font-size: 2.4rem;
  }

  .mv-description {
    font-size: 1.6rem;
    margin: var(--s2) 0;
  }

  .mv-buttons {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: var(--s2);
  }

  /* 関連記事関連 */
  .related-article01-title,
  .index01-title {
    padding-left: var(--s4);
    background-size: 2.8rem auto;
  }
  .related-article01-list {
    padding: 0;
    margin-top: var(--s2);
  }
  .related-article01-list li {
    margin-left: 0;
  }
  .relations-box__pic {
    flex: 0 0 100px;
  }

  /* タイトル関連 */
  .section-title01-bg {
    padding: var(--s7) var(--s2) var(--s1) var(--s2);
    background-color: rgba(225, 225, 225, 0.87);
  }
  .section-title01-frame {
    padding-top: var(--s10);
  }
  .section-title01 {
    margin-bottom: var(--s2);
    font-size: 3.2rem;
  }
  .section-title01::before {
    font-size: 1.4rem;
  }

  .section-title02 {
    font-size: 1.8rem;
  }

  .section-title08 {
    font-size: 2rem;
  }

  .onb-m-title5 span {
    font-size: 2rem;
    margin-top: var(--s3);
  }

  .onb-m-title5 span::before,
  .onb-m-title5 span::after {
    width: 4rem;
    height: 2px;
  }
  .onb-m-title6 span {
    font-size: 1.8rem;
  }
  .onb-m-title6 span::before {
    display: none;
  }
  .icon-description-list h4 {
    font-size: 2rem;
    margin: var(--s1) 0;
  }

  .m-title02 {
    font-size: 1.8rem;
  }

  /* レイアウト関連 */
  .ex-contents {
    flex-direction: column;
    gap: var(--s2);
  }

  .ex-contents-left {
    flex: 0 0 auto;
  }

  .l-grid-three {
    grid-template-columns: 1fr;
  }

  .l-section {
    padding: var(--s4) 0;
  }
  .column-small {
    padding: var(--s3) var(--s1);
  }

  /* 矢印タイトル関連 */
  .arrow-title {
    font-size: 2.2rem;
    background: #37373c;
  }
  .arrow-title-sub span {
    font-size: 2rem;
    line-height: 1.4;
  }
  .arrow-title::after {
    border-top: 2rem solid #37373c;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    bottom: -1.9rem;
  }

  /* アイコン説明関連 */
  .icon-description-list--three {
    grid-template-columns: 1fr;
  }

  /* ボタン関連 */
  .btn-internal a {
    padding: var(--s2) var(--s4) var(--s2) var(--s3);
    background: var(--main) url("./img/arrow-01-bk-right.svg") no-repeat 95% center / auto 1.6rem;
  }
  .bg-01 .btn-link a {
    background-position-x: 95%;
  }

  /* 画像関連 */
  .left-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* テーブル関連 */
  table th {
    min-width: 10rem;
  }
  .icon-table th {
    width: 35%;
  }

  .simplified-chart {
    font-size: 1.4rem;
  }

  .simplified-chart th,
  .simplified-chart td {
    padding: var(--s1);
  }

  /* アイコンタイトル関連 */
  .onb-icon-title-frame {
    padding: var(--s2) var(--s3);
    gap: var(--s2);
    text-align: left;
  }

  .onb-icon-title {
    font-size: 2rem;
  }

  .onb-icon-title-icon {
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* 吹き出し式見出し関連 */
  .section-title08 {
    font-size: 2.4rem;
  }

  .section-title08::after {
    border-top: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid var(--main);
    border-bottom: 1.5rem solid var(--main);
    bottom: -1.5rem;
  }
  .left-img-box .btn-link{
    margin: auto;
  }
  .img-title {
    font-size: 1.6rem;
  }

  .img-title-sub {
    font-size: 1.2rem;
  }

  .l-pickup-contents02 {
    min-height: inherit;
    flex-direction: column;
  }

  .l-pickup-contents02::before {
    width: 6.8rem;
    height: 6.8rem;
    top: -3.4rem;
    left: -0.8rem;
  }

  .l-pickup-contents02-content {
    max-width: inherit;
    padding: var(--s4) var(--s2);
  }

  .pickup-contents02-img {
    min-height: 24rem;
  }

  .pickup-contents02-catch {
    font-size: 2.4rem;
  }

  .btn-pickup-contents02 {
    margin-right: var(--s1);
  }

  .l-pickup-contents03-l {
    grid-template-columns: none;
    grid-template-areas: inherit;
  }
  .l-pickup-contents03-l::before {
    width: 6.8rem;
    height: 6.8rem;
    top: -3.4rem;
    left: 0;
  }
  .l-pickup-contents03-l-catch {
    padding: var(--s4) var(--s2) 0 var(--s2);
    font-size: 2.4rem;
  }
  .l-pickup-contents03-l-img {
    padding: var(--s2);
  }
  .l-pickup-contents03-l-content {
    max-width: inherit;
    padding: 0 var(--s2) var(--s4) var(--s2);
  }
  .l-pickup-contents03-l-catch,
  .l-pickup-contents03-l-img,
  .l-pickup-contents03-l-content {
    grid-area: inherit;
  }
  .btn-pickup-contents03 {
    margin-right: var(--s1);
  }

  .mv-buttons .btn-web {
    width: auto;
    margin: auto;
  }

  .header-buttons {
    gap: var(--s1);
  }

  .header-home-link {
    width: 32px;
    height: 32px;
  }

  /* 基本設定の調整 */
  .l-section {
    padding: var(--s4) 0;
  }

  .l-center {
    padding: 0 var(--s2);
    max-width: 100vw;
  }
  .l-stack-xsmall {
    gap: 0.25rem;
  }
  .l-stack-small {
    gap: var(--s1);
  }
  .l-stack {
    gap: var(--s2);
  }
  .l-stack-large {
    gap: var(--s3);
  }
  .l-stack-xlarge {
    gap: var(--s5);
  }

  /* グリッドレイアウトの調整 */
  .onb-box-full {
    padding: var(--s2);
  }
  .l-grid-two,
  .l-grid-three {
    gap: var(--s4);
  }
  .column-medium {
    padding: var(--s2);
  }

  /* タイトル関連の調整 */
  .section-title06 {
    font-size: 2.8rem;
    padding: var(--s2) 0;
    padding-right: var(--s1);
  }

  .onb-icon-title {
    font-size: 2.4rem;
  }
  .section-title06-frame {
    margin: var(--s2) 0;
  }
  .m-title02.lg {
    font-size: 2.4rem;
  }

  /* 製品表示関連の調整 */
  .simplified-chart {
    margin: auto;
    width: calc(100% + var(--s4));
  }

  .simplified-chart th,
  .simplified-chart td {
    padding: var(--s1);
    font-size: 1.4rem;
  }
  .simplified-chart th:first-of-type, .simplified-chart th.fixed{
    min-width: 8rem;
    width: 10rem;
    white-space: normal;
    word-break: keep-all;
  }

  /* 画像ボックスの調整 */
  .img-title-box {
    margin-bottom: 0;
    padding: var(--s3);
  }

  .img-title {
    font-size: 2.4rem;
    margin: var(--s2);
    width: 100%;
  }
  .img-title-box p {
    width: 100%;
  }
  .img-title-area {
    padding: 0;
  }

  /* アイコン説明エリアの調整 */
  .icon-description-list {
    gap: var(--s4);
  }

  .icon-description-list--two {
    grid-template-columns: 1fr;
  }

  .icon-description-list li {
    padding: var(--s2);
  }

  .icon-description-list h3 {
    font-size: 2rem;
  }

  /* タグリストの調整 */
  .taglist-title {
    font-size: 1.8rem;
    margin-top: var(--s2);
  }
  .taglist-bg {
    padding: 0;
    background: transparent;
  }
  .tag-list {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: var(--s1);
  }

  .tag-name {
    font-size: 1rem;
    padding: var(--s1);
  }

  .tag-legend {
    font-size: 1.2rem;
    display: flex;
    gap: var(--s1);
    flex-wrap: wrap;
  }
  .legend-on,
  .legend-off,
  .legend-opt,
  .legend-dev {
    width: calc((100% - var(--s1)) / 2);
    font-size: 1.2rem;
    padding: var(--s1);
  }
  table {
    margin: var(--s2) 0;
  }

  /* ボタン関連の調整 */
  .btn-web {
    max-width: 95%;
  }

  .btn-web a {
    padding: var(--s2) var(--s5);
    font-size: 1.6rem;
    background-size: 1.6rem;
    background-position-x: var(--s2);
  }

  /* YouTube エリアの調整 */
  .youtube-area-frame {
    margin: var(--s2) 0;
  }

  .youtube-area {
    max-width: 100%;
  }

  /* 左画像ボックスの調整 */
  .left-img-box {
    margin: var(--s2) 0;
  }

  .left-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--s2);
    float: none;
  }

  /* ピックアップコンテンツの調整 */
  .l-pickup-contents03-l {
    grid-template-columns: 1fr;
  }

  .l-pickup-contents03-l-catch {
    font-size: 2.4rem;
    padding: var(--s2);
  }

  .l-pickup-contents03-l-content {
    padding: var(--s2);
  }

  /* 余白調整 */
  .mv-content {
    padding: var(--s5) var(--s2);
  }

  .section-title01-bg {
    padding: var(--s4) var(--s2);
  }

  .l-pickup-contents02-content {
    padding: var(--s2);
  }

  .l-pickup-contents03-l-content {
    padding: 0 var(--s2) var(--s2);
  }

  .ex-contents-right {
    padding: var(--s2);
  }

  .icon-description-list li {
    padding: var(--s2);
  }

  .onb-box-full {
    padding: var(--s2);
  }

  .column-small {
    padding: var(--s2) 0;
  }

  /* icon-head01の調整 */
  .icon-head01 {
    margin-top: var(--s4);
    margin-bottom: var(--s2);
    margin-left: var(--s2);
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    font-size: 1.8rem;
  }

  .icon-head01::before {
    content: "POINT";
    font-size: 1.4rem;
    width: 5.6rem;
    height: 5.6rem;
    border-width: 2px;
    left: -2.4rem;
  }

  /* icon-txt-headの調整 */
  .icon-txt-head {
    margin-top: var(--s4);
    margin-bottom: var(--s2);
    margin-left: var(--s2);
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    font-size: 1.8rem;
  }

  .icon-txt-head::before {
    width: 5.6rem;
    height: 5.6rem;
    border-width: 2px;
    font-size: 2.8rem;
    left: -2.4rem;
  }

  .icon-txt-head::after {
    font-size: 1.2rem;
    top: 2.4rem;
    left: -1.2rem;
  }

  /* 付随する段落の調整 */
  .icon-txt-head + p,
  .icon-head01 + p {
    padding-left: var(--s4);
    margin-bottom: var(--s2);
  }

  .profile-area {
    display: flex;
    padding: var(--s4) var(--s2);
    gap: var(--s2);
    flex-direction: column;
  }
  .profile-area::before {
    width: 100%;
    height: 4px;
  }
  .profile-img-area,
  .profile-text-area,
  .profile-btn-area,
  .profile-catch {
    grid-area: inherit;
    gap: var(--s2);
    margin-bottom: var(--s1);
  }
  .profile-img-area {
    display: flex;
    align-items: center;
    gap: var(--s2);
    width: 80%;
    top: 0;
  }
  .profile-img {
    width: 100%;
  }

  .conclusion-area {
    padding: var(--s4) var(--s2);
  }
  .conclusion-title {
    font-size: 2.4rem;
  }
  .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);
    background-color: #3d3d3d;
  }
  .conclusion-catch {
    font-size: 1.8rem;
  }
  .btn-conclusion {
    width: 80%;
  }
}
