@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

:root {
	--bg-main: #f7f4d7;
	--bg-white: #ffffff;
	--bg-subtle: #fdefe5;

	--color-text: #666666;

	--color-orange: #ea6000;
	--color-yellow: #f9d348;

	--inner: clamp(1.875rem, 0.918rem + 4.08vw, 5rem);

	--text-small: clamp(0.75rem, 0.52rem + 0.98vw, 1.5rem);
	--text-normal: clamp(1rem, 0.732rem + 1.14vw, 1.875rem);
	--text-regular: clamp(1rem, 0.694rem + 1.31vw, 2rem);
	--text-medium: clamp(1.25rem, 0.867rem + 1.63vw, 2.5rem);
	--text-large: clamp(1.5rem, 1.041rem + 1.96vw, 3rem);

	--space-40: clamp(1.25rem, 0.867rem + 1.63vw, 2.5rem);
	--space-80: clamp(2.5rem, 1.735rem + 3.27vw, 5rem);
	--space-120: clamp(3.75rem, 2.602rem + 4.9vw, 7.5rem);
}

:where(ul, ol, menu) {
    list-style: none;
}
:where(input, button, textarea, select, optgroup) {
    font: inherit;
    color: inherit;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

body {
	font-family: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.8;
	font-weight: 400;
	font-feature-settings: "palt";
	color: var(--color-text);
}

ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:var(--color-text);
	transition: opacity 0.2s ease-in-out;
}
a:hover{
	opacity: 0.8;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

section {
	position: relative;
}

.text--large{
	font-size: var(--text-large);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	word-break: keep-all;
    overflow-wrap: break-word;
}
.text--medium{
	font-size: var(--text-medium);
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.text--regular{
	font-size: var(--text-regular);
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 2;
}
.text--normal{
	font-size: var(--text-normal);
	font-weight: 400;
	letter-spacing: .1em;
}
.text--small{
	font-size: var(--text-small);
	font-weight: 400;
	letter-spacing: .1em;
}

.text--orange{
	color: var(--color-orange);
}

.text--right{
	text-align: right;
}
.text--center{
	text-align: center;
}

.flex-box{
	display: flex;
	flex-wrap: wrap;
}

.mv{
	background: url(../img/request_11_pc/bg_mv.jpg)center top/contain no-repeat #b8dff2;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.mv--inner{
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr;
	gap: 5% 0;
	padding: 2%;
}

.mv .mv--logo{
	min-width: 180px;
	width: calc(420/1920 * 100vw);
	text-align: left;
}
.mv--btn{
	gap: 10px;
	justify-content: right;
}
.mv--btn li{
	max-width: 360px;
    min-width: 180px;
	width: calc(360/1920 * 100vw);
}

.mv .mv--text h1{
	font-size: clamp(2.5rem, -0.739rem + 6.74vw, 6rem);
	color: var(--color-orange);
	line-height: 1.3;
	text-decoration-line: underline; /* 下線を表示 */
	text-decoration-color: #f9d34880; /* 下線の色 */
	text-decoration-thickness: 28px; /* 下線の太さ */
	text-underline-offset: -14px; /* テキストからのオフセット（位置） */
}
.mv .mv--text{
	grid-column: 2 / 3;
}
.mv .mv--text p{
	font-size: clamp(1.5rem, 0.112rem + 2.89vw, 3rem);
	line-height: 1.5;
	font-weight: 500;
}
.mv .mv--text p.text--medium{
	margin-top: 1em;
}
.mv .mv--text .mv--point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 768px;
	margin: var(--space-40) auto 0;
}
.mv .mv--text .mv--point li{
	background: #ffffff;
	border: var(--color-orange) 4px solid;
	aspect-ratio: 1 / 1;
	border-radius: calc(infinity * 1px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 30%;
}
.mv .mv--text .mv--point p{
	font-size: clamp(0.75rem, 0.52rem + 0.98vw, 1.5rem);
}
.mv .mv--text .mv--point p strong{
	font-size: 150%;
	color: var(--color-orange);
}
.mv .mv--sub {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 5% 0 10% 5%;
}
.mv .mv--sub p{
	text-align: left;
	font-size: clamp(1.25rem, 0.093rem + 2.41vw, 2.5rem);
}
.mv .mv--sub .mv--sub--img{
	max-width: 40%;
}


.intro{
	background: linear-gradient(to bottom, #b8dff2 50%, #f9d348 50%);
	text-align: center;
}
.intro .intro--inner{
	background: var(--bg-white);
	border-radius: var(--space-80);
	padding: 3%;
}
.intro .intro--ttl{
	max-width: 1360px;
	margin: 0 auto;
}
.intro .intro--ttl h3{
	margin-top: -13%;
}
.intro .intro--list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2%;
	max-width: 1280px;
	margin: 3% auto;
}
.intro .intro--list .intro--card{
	aspect-ratio: 1 / 1;
	padding: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.intro .intro--list a{
	display: block;
	background: var(--color-orange);
	border-radius: var(--space-40);
}
.intro .intro--list a:hover{
	opacity: 0.8;
}
.intro .intro--list .intro--card .icon--Q{
	margin-top: -15%;
	width: calc(96/400 * 100%);

}
.intro .intro--list .intro--card p{
	font-size: clamp(1.25rem, 0.093rem + 2.41vw, 2.5rem);
	line-height: 1.3;
	color: #ffffff;
}
.intro .intro--list .intro--card p:hover{
	text-decoration: none;
}
.intro .intro--list .intro--card .icon--arrow{
	background: url(../img/request_11_pc/intro_icon_arrow.svg) no-repeat center;
	width: calc(48/400 * 100%);
	height: auto;
	aspect-ratio: 1 / 1;
}
.intro::after{
	position: absolute;
    content: '';
    margin: auto;
    transform: translateY(-30px);
    left: 0;
    right: 0;
    height: calc(var(--space-120) + 30px);
    background: url(../img/request_11_pc/qa_icon_arrow.svg) no-repeat center;
    z-index: 5;
}


.qa-sec{
	background: var(--color-yellow);
	text-align: center;
	padding: var(--space-120) 0;
}
article.qa-sec--container{
	max-width: 1520px;
	margin: var(--space-40) auto;
}
article.qa-sec--container:nth-of-type(2){
	margin: clamp(3.75rem, 1.071rem + 11.43vw, 12.5rem) auto 0;
}
.qa-sec--inner{
	margin: 0 auto;
	padding: var(--space-120) var(--inner);
	background-image: radial-gradient(circle, #ffffff80 2px, transparent 2px), radial-gradient(circle, #ffffff80 2px, transparent 2px);
	background-position: 0 0, 3px 6px;
	background-size: 6px 12px;
	background-repeat: repeat;
	border-radius: var(--space-80);
}
.qa-sec h4{
	word-break: keep-all;
    overflow-wrap: break-word;
}
.qa-sec--container dl dt h4{
	font-weight: 500;
}
.qa-sec dl dd h4{
	max-width: 55%;
	margin: auto;
}
.qa-sec .qa-sec--container.qa-sec--container--a dl dd h4{
	max-width: 61%;
}
.qa-sec .qa-sec--container.qa-sec--container--e dl dd h4{
	max-width: 74%;
}
.qa-sec--container dl dt{
	margin: 0 0 2.5%;
	background: var(--color-orange);
	border-radius: var(--space-40);
	font-size: var(--text-large);
	color: white;
	font-weight: 700;
	line-height: 1.5;
	padding: 2.5% 5% 3%;
	position: relative;
}
.qa-sec--container dl dt .icon--Q{
	margin: -7.5% auto 0;
	width: clamp(3.75rem, 1.837rem + 8.16vw, 10rem);
}
.qa-sec--container dl dd{
	margin: 0 0 var(--space-80);
	background: white;
	border: 8px solid var(--color-orange);
	border-radius: var(--space-40);
	font-size: var(--text-large);
	color: var(--color-orange);
	font-weight: 700;
	line-height: 1.5;
	padding: 2.5% 5% 3%;
	position: relative;
}
.qa-sec--container dl dd .icon--A{
	margin: -7.5% auto 0;
	width: clamp(3.75rem, 1.837rem + 8.16vw, 10rem);
}
.qa-sec--container .point .point--ttl{
	font-size: var(--text-medium);
	color: var(--color-orange);
	font-weight: 500;
	line-height: 1.5;
	background: #fce9a3;
	padding: 2.5% 5% 3%;
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: var(--color-orange);
	border-radius: var(--space-40) var(--space-40) 0 0;
}
.qa-sec--container .point .point--ttl .icon--point{
	line-height: 1.5;
	background: var(--color-orange);
	border-radius: calc(infinity * 1px);
	color: white;
	display: inline-block;
    padding: 0 2em .1em;
    margin: 0em auto 2.5%;
}
.qa-sec--container .point .point--body{
	padding: 0 var(--inner);
	background: white;
    border-width: 8px 8px 8px 8px;
	border-style: solid;
	border-color: var(--color-orange);
    border-radius: 0 0 var(--space-40) var(--space-40);
}
.qa-sec--container .point .point--body .point--item1{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--inner);
	padding: var(--inner) 0;
	border-bottom: 1px solid #808080;
}
.qa-sec--container .point .point--body .point--item1>*,
.qa-sec--container .point .point--body .point--item2>*{
	align-self: center;
}
.qa-sec--container .point .point--body .point--item1 p{
	text-align: left;
}
.qa-sec--container .point .point--body .point--item1 .point--graph p{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 1em;
}
.qa-sec--container .point .point--body .point--item2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--inner);
	padding: var(--inner) 0;
}
.qa-sec--container .point .point--body .point--item2 p{
	text-align: left;
}
.qa-sec--container.qa-sec--container--a .point .point--body .point--item2 p{
	font-weight: 500;
}
.qa-sec--container.qa-sec--container--b .point .point--body .point--item1{
	grid-template-columns: 1fr;
	border: 0;
}
.qa-sec--container.qa-sec--container--b .point .point--body .point--item1 .point--graph{
	text-align: center;
}

.qa-sec--container.qa-sec--container--d .point .point--body .point--item1{
	border: 0;
}
.qa-sec--container.qa-sec--container--d .point .point--body .point--item1 .area2 ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.qa-sec--container.qa-sec--container--d .point .point--body .point--item1 .area1{
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}
.qa-sec--container.qa-sec--container--d .point .point--body .point--item1 .area2{
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}
.qa-sec--container.qa-sec--container--d .point .point--body .point--item1 .area3{
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}
.qa-sec--container.qa-sec--container--d .point .point--body .point--item1 .area4{
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

.qa-sec--container.qa-sec--container--e .point .point--body .point--item1{
	grid-template-columns: 1fr;
	border: 0;
	padding: var(--inner);
}
.qa-sec--container.qa-sec--container--e .point .point--body .point--item1 .point--graph{
	border: 1px solid #808080;
	border-radius: var(--space-40);
}
.qa-sec--container.qa-sec--container--e  .point .point--body{
	padding: 0;
}
.qa-sec--container dt::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 340px;
    width: 125%;
    max-height: 400px;
    height: 125%;
}
.qa-sec--container.qa-sec--container--a dt::after{
	background: url(../img/request_11_pc/fig_q01.svg) left bottom no-repeat;
}
.qa-sec--container.qa-sec--container--b dt::after{
	background: url(../img/request_11_pc/fig_q02.svg) left bottom no-repeat;
}
.qa-sec--container.qa-sec--container--c dt::after{
	background: url(../img/request_11_pc/fig_q03.svg) left bottom no-repeat;
}
.qa-sec--container.qa-sec--container--d dt::after{
	background: url(../img/request_11_pc/fig_q04.svg) left bottom no-repeat;
}
.qa-sec--container.qa-sec--container--e dt::after{
	background: url(../img/request_11_pc/fig_q05.svg) left bottom no-repeat;
}
.qa-sec--container.qa-sec--container--f dt::after{
	background: url(../img/request_11_pc/fig_q06.svg) left bottom no-repeat;
}
.qa-sec--container dd::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -8px;
	max-width: 340px;
    width: 25%;
    max-height: 400px;
    height: 150%;
	background: url(../img/request_11_pc/fig_a01.svg) right bottom no-repeat;
}
.qa-sec--container.qa-sec--container--e dd p.text--small{
	max-width: 62%;
	margin: 1em auto 0;
	color: var(--color-text);
	word-break: keep-all;
    overflow-wrap: break-word;
}
.qa-sec--container .point .simulation--btnarea{
	background: #f4af80;
    padding: 3%;
    border-radius: var(--space-40);
	margin: 0 2% 2%;
}
.qa-sec--container .point .simulation--btnarea ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2%;
}
.qa-sec--container.qa-sec--container--c .point .point--body .point--item1{
	border-bottom: 0;
}

.faq-section{
  background: var(--bg-subtle);
  padding: var(--space-120) 0; 
}
.faq-section .faq--inner{
  padding: 0 var(--inner);
}
.faq-section h2{
  text-align: center;
  width: calc(434/750 * 100vw);
  margin: 0 auto;
}
.faq--container{
  max-width: 1520px;
  margin: var(--space-80) auto;
  padding: var(--space-80);
  background: var(--bg-white);
  border-top: 8px solid var(--color-orange);
}
.faq--container:last-child{
	margin-bottom: 0;
}
.faq--container h3{
  font-size: clamp(1.25rem, 0.976rem + 1.17vw, 2rem);
  color: var(--color-orange);
  line-height: 2;
  position: relative;
  	word-break: keep-all;
    overflow-wrap: break-word;
}
.faq--container .faq--question h3::before{
  content: 'Q'; /* Qの文字 */
  display: flex; /* 中央揃えのためにflexboxを使用 */
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0; /* 親要素の左端に配置 */
  top: 0; /* 垂直方向の中央に配置 */
  width: var(--text-medium); /* アイコンの幅 */
  height: var(--text-medium); /* アイコンの高さ */
  border-radius: 50%; /* 円形にする */
  background-color: var(--color-orange); /* アイコンの背景色（青色など） */
  color: var(--color-yellow); /* アイコンの文字色 */
  font-weight: bold;
  box-sizing: border-box; /* パディングとボーダーを幅と高さに含める */
  padding: 1em;
  margin-left: -5rem;
}
.faq--container .faq--question{
  margin-left: 5rem;
}
.faq--container .faq--answer h3::before{
  content: 'A'; /* Qの文字 */
  display: flex; /* 中央揃えのためにflexboxを使用 */
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0; /* 親要素の左端に配置 */
  top: 0; /* 垂直方向の中央に配置 */
  width: var(--text-medium); /* アイコンの幅 */
  height: var(--text-medium); /* アイコンの高さ */
  border-radius: 50%; /* 円形にする */
  background-color: var(--color-yellow); /* アイコンの背景色（青色など） */
  color: var(--color-orange); /* アイコンの文字色 */
  font-weight: bold;
  box-sizing: border-box; /* パディングとボーダーを幅と高さに含める */
  padding: 1em;
  margin-left: -5rem;
}
.faq--container .faq--answer{
  display: grid;
  gap: var(--space-40);
  grid-template-columns: 1fr 1fr;
}

.faq--container .faq--answer .faq--textarea{
	margin-left: 5rem;
}
.faq--container .faq--answer p{
	font-size: var(--text-normal);
	text-align: justify;
}
.faq--container .faq--answer p.text--small{
	font-size: 16px;
	margin-top: 1em;
}
.faq--picture--center{
	text-align: center;
}
.faq--container .faq--answer{
	grid-template-columns: 1fr;
}
.faq--container .faq--answer .faq--textarea{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-40) var(--space-80);
	margin-top: var(--space-80);
}
.faq--container .faq--answer .faq--textarea .item--box1{
	grid-row: 1 / 2;
    grid-column: 1 / 3;
}
.faq--container .faq--answer .faq--textarea .item--box2{
	grid-row: 2 / 3;
    grid-column: 1 / 2;
}
.faq--container .faq--answer .faq--textarea .item--box3{
	grid-row: 2 / 3;
    grid-column: 2 / 3;
	margin-top: calc(-1 * var(--space-40));
}
.faq--container .faq--answer.nowrap{
	grid-template-columns: 100%;
}
.faq--container .faq--answer.nowrap .faq--textarea{
	display: block;
}
.faq--container .faq--answer.nowrap .faq--textarea p{
	margin-top: var(--space-40);
}

.faq--answer {
    /* 回答を初期状態で非表示にする */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out; /* 高さ opacityをスムーズに変化させる */
    opacity: 0;
}
.faq--container.active .faq--answer {
    /* コンテナに'active'クラスが付与されたら回答を表示する */
    max-height: 3200px; /* コンテンツの最大高さより大きい値を設定 */
    opacity: 1;
}
.faq--question {
    cursor: pointer;
	position: relative;
    padding-right: 28px;
}
/* 丸いアイコンのベース (常に表示される丸と横線) */
.faq--question::before {
    content: '';
    position: absolute;
    right: 0; /* 右端からの位置 */
    top: 50%;
    transform: translateY(-50%);
    width: 28px; /* 丸の幅 */
    height: 28px; /* 丸の高さ */
    border: 2px solid #f4af80; /* 丸の枠線は#f4af80 */
    border-radius: 50%; /* 完全な丸にする */
    background-color: #f4af80; /* 丸の背景色 */
    box-sizing: border-box; /* パディングとボーダーをwidth/heightに含める */
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out; /* 背景色と枠線色の変化アニメーション */
}
/* アイコンの横線 (プラスとマイナスで共通) */
.faq--question::after {
    content: '';
    position: absolute;
    right: 7px; /* 丸の中心に合わせる */
    top: 50%;
    transform: translateY(-50%);
    width: 14px; /* 横線の長さ */
    height: 2px; /* 横線の太さ */
    background-color: #fff; /* 横線を白色に */
    transition: background-color 0.3s ease-out;
}
/* プラス記号の縦線 (閉じているときのみ表示) */
.faq--question span::before {
    content: '';
    position: absolute;
    right: -21px; /* 丸の中心に合わせる */
    top: 50%;
    transform: translateY(-50%) rotate(90deg); /* 横線を90度回転させて縦線にする */
    width: 14px; /* 縦線の長さ */
    height: 2px; /* 縦線の太さ */
    background-color: #fff; /* 縦線を白色に */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    opacity: 1; /* 初期状態は表示 */
}
/* アコーディオンが開いた時のアイコンのスタイル (マイナス) */
.faq--container.active .faq--question::before {
    /* 開いた時の丸のスタイル（必要であれば変更） */
    background-color: #f4af80; /* 開いた時も同じ色を維持するならコメントアウト */
    border-color: #f4af80; /* 開いた時も同じ色を維持するならコメントアウト */
}
.faq--container.active .faq--question::after {
    /* 開いた時の横線のスタイル */
    background-color: #fff; /* 開いた時も同じ色を維持するならコメントアウト */
}
.faq--container.active .faq--question span::before {
    /* 開いているときは縦線を非表示にしてマイナスにする */
    opacity: 0;
    transform: translateY(-50%) rotate(0deg); /* 非表示なので回転は影響しないが、念のため */
}
.faq--lead{
	font-weight: 700;
	line-height: 1.5;
}



.footer {
	background: #F9F7F3;
	border: none;
	font-weight: 500;
	padding: 30px 0 120px;
	color: #262626;
	font-size: 62.5%;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP";
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 100px 0 300px;
  }
}
.footer .footer__inner {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .footer .footer__inner {
    justify-content: space-between;
  }
}
.footer .footer__logo {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .footer .footer__logo {
    margin-top: 0;
  }
}
.footer .footer__logo img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footer .footer__logo img {
    max-width: 410px;
    margin: 0;
    margin-left: auto;
  }
}

.footer__copy {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.4em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer__copy {
    margin-top: 60px;
    text-align: right;
    font-size: 1.8em;
  }
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .footer__links {
    gap: 100px;
  }
}
.footer__links ul li {
  position: relative;
  margin-top: 10px;
}
.footer__links ul li:first-of-type {
  margin-top: 0;
}
.footer__links a {
  font-size: 1.8em;
  color: #262626;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer__links a {
    font-size: 1.8em;
  }
}
.footer__links a img {
  width: 8px;
}
.footer__links a:hover {
  text-decoration: underline;
  color: #262626;
}

.form .footer {
  padding: 20px 0;
}

.cta--container {
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 1.25% 5%;
}

.in_fixed_bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -300px;
  width: 100%;
  background-color: var(--color-yellow);
  box-sizing: border-box;
  padding: 1% 5%;
  z-index: 9;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.2));
  transition: bottom 0.5s ease-in-out;
}
.in_fixed_bottom.show{
    bottom: 0;
}
.in_fixed-btn{
  max-width: 1000px;
  margin: 0 auto;
}
.in_fixed-btn .fixed--btn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: 2.5%;
}


/*[  dialog Setting  ]----------------------------------------------------------------*/

	[data-component="modalContents"]{
		display: none;
		overflow: scroll;
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 2em;
	}
@media screen and (max-width: 768px) {
	[data-component="modalContents"]{
		height: auto;
	}
}

	[data-component="modalContents"][aria-modal="true"]{
		display: grid;
		place-items: center;
	}
		[data-component="modalContents"] > [data-trigger="closeModal"]{
			position: fixed;
			z-index: 100;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
	
			width: 100vw;
			height: 100vh;
			margin: 0;
			padding: 0;
		
			background: rgba(0,0,0,0.8);
			backdrop-filter: blur(4px);
			-webkit-backdrop-filter: blur(4px);
		}

		[data-component="modalContents"] [data-component="modalBody"]{
			position: relative;
			z-index: 150;
			aspect-ratio: 16 / 9;
			width: 100%;
		}
			[data-component="modalContents"] [data-component="modalBody"] iframe{
				width: 100%;
				height: 100%;
			}



		[data-component="modalContents"] > menu{
			position: fixed;
			top: 12px;
			right: 12px;
			z-index: 110;
			display: block;
			height: 40px;
			width: 40px;
		}
@media screen and (max-width: 768px) {
		[data-component="modalContents"] > menu{
			top: 8px;
			right: 8px;
		}
}
			[data-component="modalContents"] > menu > li{
				display: block;
				height: 100%;
				width: 100%;
			}
				[data-component="modalContents"] > menu > li > [data-trigger]{
					display: flex;
					align-items: center;
					justify-content: center;
					height: 100%;
					width: 100%;
				}
        
[aria-hidden="true"]{
		display: none !important;
}
/*[modalContents]----------------------------------------------------------------*/

		[data-component="modalContents"]{
			
		}
@media screen and (max-width: 768px) {
		[data-component="modalContents"]{
			padding: 2em 1em;
		}
}

			.article [data-component="modalContents"] [data-component="modalBody"]{
				background: white;
				aspect-ratio: auto;
				max-width: 960px;
				padding: 3em;
			}
				.article [data-component="modalContents"] [data-component="modalBody"] > dl{
					margin: 0 auto;
					max-width: 800px;
				}
@media screen and (max-width: 768px) {
			.article [data-component="modalContents"] [data-component="modalBody"]{
				max-width: 480px;
				padding: 2em;
			}
				.article [data-component="modalContents"] [data-component="modalBody"] > dl{
					margin: 0 auto;
					max-width: 400px;
				}
}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dt{
						background: #F9D348;
						padding: 1em;
						font-size: 1.1em;
						font-weight: 700;
						letter-spacing: 0.1em;
						text-align: center;
						word-break: keep-all;
						overflow-wrap: anywhere;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd{
						margin: 3em auto 0 auto;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd > * + *{
						margin: 1.5em auto 0 auto;
					}
@media screen and (max-width: 768px) {
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dt{
						font-size: 1em;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd{
						margin: 2em auto 0 auto;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd > * + *{
						margin: 1em auto 0 auto;
					}
}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd > p{
						font-size: 0.9em;
						line-height: 1.75;
						letter-spacing: 0.1em;
						text-align: center;
						word-break: keep-all;
						overflow-wrap: anywhere;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd > p > em{
						font-style: normal;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd > small{
						display: block;
						font-size: 0.8em;
						line-height: 1.5;
						letter-spacing: 0.05em;
						text-align: right;
						word-break: keep-all;
						overflow-wrap: anywhere;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] [data-component="buttonNav"] {
						margin: 2em auto 0 auto;
					}
@media screen and (max-width: 768px) {
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd > p{
						font-size: 0.85em;
						text-align: left;
						word-break: normal;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd > p > em{
						margin: 0.5em 0 0 0;
						display: block;
						font-size: 1.1em;
						text-align: center;
						word-break: keep-all;
						overflow-wrap: anywhere;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] > dl > dd > small{
						font-size: 0.75em;
						text-align: left;
					}
					.article [data-component="modalContents"] [data-component="modalBody"] [data-component="buttonNav"] {
						margin: 1em auto 0 auto;
					}
}


			.application [data-component="modalContents"] [data-component="modalBody"]{
				background: white;
				aspect-ratio: auto;
				max-width: 960px;
				padding: 2em;
			}
				.application [data-component="modalContents"] [data-component="modalBody"] img{
					width: 100%;
					margin: 0 auto;
					max-width: 800px;
				}
@media screen and (max-width: 768px) {
			.application [data-component="modalContents"] [data-component="modalBody"]{
				max-width: 480px;
				padding: 1em;
			}
				.application [data-component="modalContents"] [data-component="modalBody"] img{
					max-width: 400px;
				}
}


button.inlineLaunch {
    transition: color 0.1s;
    display: inline-block;
    font-weight: 500;
    border-bottom: 3px solid #F9D348;
}
button.inlineLaunch:hover {
    color: #F16522;
}

/*[buttonNav]----------------------------------------------------------------*/

	[data-component="buttonNav"]{
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		[data-component="buttonNav"] > li{
			margin: 0 0.5em;
		}
			[data-component="buttonNav"] > li > a,
			[data-component="buttonNav"] > li > button{
				position: relative;
				width: 100%;
				min-width: 18em;
				height: 4em;
				padding: 0 3em 0 2em;
				background: #F16522;
				border-radius: 40px;
				display: flex;
				align-items: center;
				justify-content: center;
				color: white;
				font-size: 1em;
				font-weight: 700;
				line-height: 1.4;
				letter-spacing: 0.1em;
				text-align: center;
			}
			[data-component="buttonNav"] > li > .download{
				background: #79A1C9;
				font-size: 0.9em;
			}
			[data-component="buttonNav"] > li > .return{
				padding: 0 2em 0 3em;
				background: #F16522;
			}

			[data-component="buttonNav"] > li > a:hover,
			[data-component="buttonNav"] > li > button:hover{
				color: white;
			}

@media screen and (max-width: 768px) {
	[data-component="buttonNav"]{
		flex-direction: column;
	}
		[data-component="buttonNav"] > li{
			margin: 0.5em 0;
		}
			[data-component="buttonNav"] > li > a,
			[data-component="buttonNav"] > li > button{
				min-width: 16em;
				height: 4em;
				border-radius: 2em;
				font-size: 0.9em;
				letter-spacing: 0.05em;
				padding: 0 2.5em 0 1em;
			}
	}
			[data-component="buttonNav"] > li > .more::before{
				transition: all 0.3s;
				position: absolute;
				top: calc(50% - 9px / 2);
				right: calc(12px + 1em);
				content: '';
				display: block;
				border-top: 2px solid #F9D348;
				border-right: 2px solid #F9D348;
				height: 9px;
				width: 9px;
				transform: rotate(45deg);
			}
			[data-component="buttonNav"] > li > .more::after{
				transition: all 0.3s;
				position: absolute;
				top: calc(50% - 2px / 2);
				right: calc(12px + 1em);
				content: '';
				display: block;
				width: 12px;
				height: 2px;
				background: #F9D348;
			}
			[data-component="buttonNav"] > li > .more:hover::before{
				right: calc(12px + 0.9em);
			}
			[data-component="buttonNav"] > li > .more:hover::after{
				right: calc(12px + 0.9em);
			}

			[data-component="buttonNav"] > li > .return::before{
				transition: all 0.3s;
				position: absolute;
				top: calc(50% - 9px / 2);
				left: calc(12px + 1em);
				content: '';
				display: block;
				border-top: 2px solid #F9D348;
				border-right: 2px solid #F9D348;
				height: 9px;
				width: 9px;
				transform: rotate(-135deg);
			}
			[data-component="buttonNav"] > li > .return::after{
				transition: all 0.3s;
				position: absolute;
				top: calc(50% - 2px / 2);
				left: calc(12px + 1em);
				content: '';
				display: block;
				width: 12px;
				height: 2px;
				background: #F9D348;
			}
			[data-component="buttonNav"] > li > .return:hover::before{
				left: calc(12px + 0.9em);
			}
			[data-component="buttonNav"] > li > .return:hover::after{
				left: calc(12px + 0.9em);
			}
			
			
			[data-component="buttonNav"] > li > .download::before{
				position: absolute;
				top: calc(50% - 1em / 2);
				right: calc(12px + 1em);
				content: '';
				display: block;
				height: 1em;
				width: 1em;
				background: url(/wp-content/themes/phase5_231110/assets/img/icon_button_download.svg) no-repeat center center;
				background-size: 100%;
			}


	[data-component="buttonNav"].mini{
		margin: 1.5em 0 0 0;
	}
		[data-component="buttonNav"].mini > li{
			margin: 0 0.25em;
			flex: 0 1 auto;
		}
		[data-component="buttonNav"].mini > li:nth-of-type(1){
			margin: 0 0.25em 0 0;
		}
		[data-component="buttonNav"].mini > li:nth-last-of-type(1){
			margin: 0 0 0 0.25em;
		}
		[data-component="buttonNav"].mini > li > a,
		[data-component="buttonNav"].mini > li > button{
				width: 100%;
				min-width: 7em;
				height: 3em;
				padding: 0 2em 0 1em;
				background: #79A1C9;
				border-radius: 1.5em;
				font-size: 0.9em;
				line-height: 1;
		}
			[data-component="buttonNav"].mini > li > .more::before{
				top: calc(50% - 9px / 2);
				right: calc(12px + 0.5em);
				border-top: 2px solid #F9D348;
				border-right: 2px solid #F9D348;
				height: 9px;
				width: 9px;
			}
			[data-component="buttonNav"].mini > li > .more::after{
				top: calc(50% - 2px / 2);
				right: calc(12px + 0.5em);
				width: 12px;
				height: 2px;
				background: #F9D348;
			}
			[data-component="buttonNav"].mini > li > .more:hover::before{
				right: calc(12px + 0.4em);
			}
			[data-component="buttonNav"].mini > li > .more:hover::after{
				right: calc(12px + 0.4em);
			}
@media screen and (max-width: 768px) {
	[data-component="buttonNav"].mini{
		max-width: 16em;
		margin: 1em auto 0 auto;
	}
		[data-component="buttonNav"].mini > li{
			margin: 0.5em 0;
			width: 100%;
		}
		[data-component="buttonNav"].mini > li:nth-of-type(1){
			margin: 0 0.25em 0 0;
		}
		[data-component="buttonNav"].mini > li:nth-last-of-type(1){
			margin: 0 0 0 0.25em;
		}
		[data-component="buttonNav"].mini > li > a,
		[data-component="buttonNav"].mini > li > button{
			min-width: auto;
			width: 100%;
			height: 3em;
			border-radius: 1.5em;
			font-size: 0.8em;
			padding: 0 2em 0 1.5em;
		}
			[data-component="buttonNav"].mini > li > .more::before{
				top: calc(50% - 8px / 2);
				right: calc(10px + 0.5em);
				border-top: 2px solid #F9D348;
				border-right: 2px solid #F9D348;
				height: 8px;
				width: 8px;
			}
			[data-component="buttonNav"].mini > li > .more::after{
				top: calc(50% - 2px / 2);
				right: calc(10px + 0.5em);
				width: 10px;
				height: 2px;
			}
			[data-component="buttonNav"].mini > li > .more:hover::before{
				right: calc(10px + 0.4em);
			}
			[data-component="buttonNav"].mini > li > .more:hover::after{
				right: calc(10px + 0.4em);
			}
}

	[data-component="buttonMenu"]{
		margin: 3em auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		[data-component="buttonMenu"] > li{
			margin: 0 0.5em;
		}
			[data-component="buttonMenu"] > li > a,
			[data-component="buttonMenu"] > li > button{
				position: relative;
				width: 100%;
				min-width: 18em;
				height: 4em;
				padding: 0 3em 0 2em;
				background: #F16522;
				border-radius: 40px;
				display: flex;
				align-items: center;
				justify-content: center;
				color: white;
				font-size: 1em;
				font-weight: 700;
				line-height: 1.4;
				letter-spacing: 0.1em;
				text-align: center;
			}
			[data-component="buttonMenu"] > li > .download{
				background: #79A1C9;
				font-size: 0.9em;
			}
			[data-component="buttonMenu"] > li > .return{
				padding: 0 2em 0 3em;
				background: #F16522;
			}

			[data-component="buttonMenu"] > li > a:hover,
			[data-component="buttonMenu"] > li > button:hover{
				color: white;
			}

@media screen and (max-width: 768px) {
	[data-component="buttonMenu"]{
		margin: 1.5em auto 0 auto;
		flex-direction: column;
	}
		[data-component="buttonMenu"] > li{
			margin: 0.5em 0;
		}
			[data-component="buttonMenu"] > li > a,
			[data-component="buttonMenu"] > li > button{
				min-width: 16em;
				height: 4em;
				border-radius: 2em;
				font-size: 0.9em;
				letter-spacing: 0.05em;
				padding: 0 2.5em 0 1em;
			}
	}
			[data-component="buttonMenu"] > li > .more::before{
				transition: all 0.3s;
				position: absolute;
				top: calc(50% - 9px / 2);
				right: calc(12px + 1em);
				content: '';
				display: block;
				border-top: 2px solid #F9D348;
				border-right: 2px solid #F9D348;
				height: 9px;
				width: 9px;
				transform: rotate(45deg);
			}
			[data-component="buttonMenu"] > li > .more::after{
				transition: all 0.3s;
				position: absolute;
				top: calc(50% - 2px / 2);
				right: calc(12px + 1em);
				content: '';
				display: block;
				width: 12px;
				height: 2px;
				background: #F9D348;
			}
			[data-component="buttonMenu"] > li > .more:hover::before{
				right: calc(12px + 0.9em);
			}
			[data-component="buttonMenu"] > li > .more:hover::after{
				right: calc(12px + 0.9em);
			}

			[data-component="buttonMenu"] > li > .return::before{
				transition: all 0.3s;
				position: absolute;
				top: calc(50% - 9px / 2);
				left: calc(12px + 1em);
				content: '';
				display: block;
				border-top: 2px solid #F9D348;
				border-right: 2px solid #F9D348;
				height: 9px;
				width: 9px;
				transform: rotate(-135deg);
			}
			[data-component="buttonMenu"] > li > .return::after{
				transition: all 0.3s;
				position: absolute;
				top: calc(50% - 2px / 2);
				left: calc(12px + 1em);
				content: '';
				display: block;
				width: 12px;
				height: 2px;
				background: #F9D348;
			}
			[data-component="buttonMenu"] > li > .return:hover::before{
				left: calc(12px + 0.9em);
			}
			[data-component="buttonMenu"] > li > .return:hover::after{
				left: calc(12px + 0.9em);
			}
			
			
			[data-component="buttonMenu"] > li > .download::before{
				position: absolute;
				top: calc(50% - 1em / 2);
				right: calc(12px + 1em);
				content: '';
				display: block;
				height: 1em;
				width: 1em;
				background: url(/wp-content/themes/phase5_231110/assets/img/icon_button_download.svg) no-repeat center center;
				background-size: 100%;
			}


/*[flowchart]----------------------------------------------------------------*/
	[data-component="flowchart"]{
		max-width: 980px;
		margin: 0 auto;
	}
		[data-component="flowchart"] > li{
			position: relative;
			list-style: none;
			margin: 0 auto;
			padding: 0;
		}
		[data-component="flowchart"] > li + li{
			margin: 4em auto 0 auto;
		}
			[data-component="flowchart"] > li + li::before{
					position: absolute;
					content: '';
					display: block;
					background: #F16522;
					left: calc(50% - 2em / 2);
					top: calc(2em / 1.5 * -1 - 1.5em);
					height: calc(2em / 1.5);
					width: 2em;
					clip-path: polygon(0 0, 100% 0, 50% 100%);
			}
@media screen and (max-width: 768px) {
	[data-component="flowchart"]{
		max-width: 480px;
	}
		[data-component="flowchart"] > li + li{
			margin: 3em auto 0 auto;
		}
			[data-component="flowchart"] > li + li::before{
				left: calc(50% - 1.5em / 2);
				top: calc(1.5em / 1.5 * -1 - 1em);
				height: calc(1.5em / 1.5);
				width: 1.5em;
			}
}
		[data-component="flowchart"] li > strong{
			display: block;
			margin: 1.5em 0 0 0;
			padding: 1em;
			background: #F9D348;
			border-radius: 6em;
			font-size: 1.25em;
			font-weight: 700;
			letter-spacing: 0.1em;
			line-height: 1.75;
			text-align: center;
			word-break: keep-all;
			overflow-wrap: anywhere;
		}
@media screen and (max-width: 768px) {
		[data-component="flowchart"] li > strong{
			font-size: 1em;
			padding: 1em 2.5em;
		}
}

	[data-component="flowchart"] [itemscope]{
		background: white;
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-rows: repeat(2, auto);
		column-gap: 2em;
		row-gap: 1em;
		grid-template-areas:
			"step title"
			"step description";
	}
@media screen and (max-width: 768px) {
	[data-component="flowchart"] [itemscope]{
		column-gap: 1.5em;
	}
}

	[data-component="flowchart"] [itemprop="step"]{
		grid-area: step;
		background: #F16522;
		padding: 1em;
		width: 6em;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		color: white;
	}
		[data-component="flowchart"] [itemprop="step"] b{
			display: block;
			font-weight: 700;
			font-size: 1em;
		}
		[data-component="flowchart"] [itemprop="step"] i{
			display: block;
			width: 3em;
			height: 3em;
			margin: 1em 0 0 0;
		}
			[data-component="flowchart"] [itemprop="step"] i img{
				width: 3em;
				height: 3em;
				object-fit: contain;
			}
@media screen and (max-width: 768px) {
		[data-component="flowchart"] [itemprop="step"]{
			padding: 1em 0.75em;
			width: 5em;
		}
			[data-component="flowchart"] [itemprop="step"] b{
				font-size: 0.75em;
			}
			[data-component="flowchart"] [itemprop="step"] i{
				width: 2em;
				height: 2em;
				margin: 0.75em 0 0 0;
			}
				[data-component="flowchart"] [itemprop="step"] i img{
					width: 2em;
					height: 2em;
					}

		[data-component="flowchart"] small.right{
			text-align: left;
			line-height: 1.5;
			font-size: 0.75em;
		}
}

	[data-component="flowchart"] [itemprop="title"]{
		grid-area: title;
		line-height: 1.4;
		font-size: 1.5em;
		font-weight: 700;
		letter-spacing: 0.1em;
		word-break: keep-all;
		overflow-wrap: anywhere;
		place-self: center start;
		padding: 1.5em 1.5em 0 0;
	}
	[data-component="flowchart"] [itemprop="description"]{
		grid-area: description;
		place-self: center start;
		padding: 0 1.5em 1.5em 0;
		font-size: 1.25em;
		line-height: 1.75;
		text-align: justify;
	}
	[data-component="flowchart"] [itemprop="description"] small{
		font-size: 75%;
	}
@media screen and (max-width: 768px) {
	[data-component="flowchart"] [itemprop="title"]{
		font-size: 1em;
		padding: 1.5em 1em 0 0;
	}
	[data-component="flowchart"] [itemprop="description"]{
		padding: 0 1em 1.5em 0;
		font-size: 1em;
	}
	[data-component="flowchart"] [itemprop="description"] [data-component="buttonNav"].mini{
		margin: 1em auto 0 auto;
	}
	[data-component="flowchart"] [itemprop="description"] [data-component="buttonNav"].mini li{
		margin: 0.5em auto 0 auto;
	}


}

		#registration [data-component="flowchart"] > li:nth-of-type(1),
		#registration [data-component="flowchart"] > li:nth-of-type(2){
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-template-rows: 1fr;
			column-gap: 1.5em;
		}
@media screen and (max-width: 768px) {
		#registration [data-component="flowchart"] > li:nth-of-type(1),
		#registration [data-component="flowchart"] > li:nth-of-type(2){
			display: block;
		}
}


/*[registration]----------------------------------------------------------------*/
	[data-section="registration"]{
		background: #f7f7f7;
		padding: 5em 2em;
		margin: 0 auto;
    	border-radius: 25px;
		font-family: 'Noto Sans JP', sans-serif;
	}
		[data-section="registration"] > header{
			margin: 0 auto 2.5em auto;
			text-align: center;
		}
			[data-section="registration"] > header > *{
				font-size: 1.25em;
				font-weight: 500;
				letter-spacing: 0.2em;
				text-align: center;
				word-break: keep-all;
				overflow-wrap: anywhere;
			}
@media screen and (max-width: 768px) {
	[data-section="registration"]{
		padding: 3em 1em;
		border-radius:0;
	}
		[data-section="registration"] > header{
			margin: 0 auto 2em auto;
		}
			[data-section="registration"] > header > *{
				font-size: 1.25em;
				letter-spacing: 0.15em;
			}
			.faq--container .faq--answer [data-section="registration"] > header > p{
				font-size: 1em;
			}
}


			[data-section="registration"] [data-component="flowchart"] > li:nth-of-type(2)::before,
			[data-section="registration"] [data-component="flowchart"] > li:nth-of-type(3)::before{
					position: absolute;
					content: '';
					display: block;
					background: #F16522;
					left: calc(25% - 2em / 2);
					top: calc(2em / 1.5 * -1 - 1.5em);
					height: calc(2em / 1.5);
					width: 2em;
					clip-path: polygon(0 0, 100% 0, 50% 100%);
			}
			[data-section="registration"] [data-component="flowchart"] > li:nth-of-type(2)::after,
			[data-section="registration"] [data-component="flowchart"] > li:nth-of-type(3)::after{
					position: absolute;
					content: '';
					display: block;
					background: #F16522;
					left: calc(75% - 2em / 2);
					top: calc(2em / 1.5 * -1 - 1.5em);
					height: calc(2em / 1.5);
					width: 2em;
					clip-path: polygon(0 0, 100% 0, 50% 100%);
			}
@media screen and (max-width: 768px) {
			[data-section="registration"] [data-component="flowchart"] > li:nth-of-type(2)::before,
			[data-section="registration"] [data-component="flowchart"] > li:nth-of-type(3)::before{
				left: calc(50% - 1.5em / 2);
				top: calc(1.5em / 1.5 * -1 - 1em);
				height: calc(1.5em / 1.5);
				width: 1.5em;
			}
			[data-section="registration"] [data-component="flowchart"] > li:nth-of-type(2)::after,
			[data-section="registration"] [data-component="flowchart"] > li:nth-of-type(3)::after{
					content: none;
			}
}


	[data-component="switchPageContents"]{
		max-width: 980px;
		margin: 4em auto 2em auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		column-gap: 1.5em;
		place-items: center;
	}
		[data-component="switchPageContents"] > *{
			
		}
			[data-component="switchPageContents"] [role="tab"]{
				position: relative;
				display: grid;
				place-items: center;
				height: 6em;
				width: 16em;
				background: #F9D348;
				border-radius: 3em;
				padding: 0 1em;
			}
			[data-component="switchPageContents"] [role="tab"][disabled]{
				cursor: default;
			}
			[data-component="switchPageContents"] [role="tab"][aria-selected="true"]{
				background: #F9D348;
			}
				[data-component="switchPageContents"] [role="tab"][aria-selected="true"]::before{
					position: absolute;
					content: '';
					display: block;
					background: #F9D348;
					left: calc(50% - 16px / 2);
					bottom: calc(16px / 2 * tan(60deg) * -1);
					height: calc(16px / 2 * tan(60deg));
					width: 16px;
					clip-path: polygon(0 0, 100% 0, 50% 100%);
				}
			[data-component="switchPageContents"] [role="tab"][aria-selected="false"]{
				background: #F16522;
				border-bottom: 5px solid #F9D348;
				color: white;
			}
				[data-component="switchPageContents"] [role="tab"][aria-selected="false"]::before{
					position: absolute;
					bottom: 0.5em;
					right: calc(50% - 9px / 2);
					content: '';
					display: block;
					border-top: 2px solid #F9D348;
					border-right: 2px solid #F9D348;
					height: 9px;
					width: 9px;
					transform: rotate(135deg);
					transition: top 0.3s;
				}
				[data-component="switchPageContents"] [role="tab"][aria-selected="false"]::after{
					position: absolute;
					bottom: 0.5em;
					right: calc(50% - 2px / 2);
					content: '';
					display: block;
					width: 2px;
					height: 12px;
					background: #F9D348;
					transition: top 0.3s;
				}


			[data-component="switchPageContents"] [role="tab"] > i{
				position: absolute;
				display: block;
				width: 4em;
				height: 4em;
				left: calc(50% - 4em / 2);
				top: calc(4em / 1.75 * -1);
			}
			[data-component="switchPageContents"] [role="tab"] > b{
				margin: 0.5em auto 0 auto;
				font-size: 0.9em;
				font-weight: 500;
				line-height: 1.5;
				letter-spacing: 0.05em;
				text-align: center;
				word-break: keep-all;
				overflow-wrap: anywhere;
			}

			[data-component="switchPageContents"] [role="tab"] > i img{
				width: 100%;
				height: 100%;
				object-fit: contain;
			}
			[data-component="switchPageContents"] [role="tab"][aria-selected="true"] .off,
			[data-component="switchPageContents"] [role="tab"][aria-selected="false"] .on{
				display: none;
			}
			[data-component="switchPageContents"] [role="tab"][aria-selected="true"] .on,
			[data-component="switchPageContents"] [role="tab"][aria-selected="false"] .off{
				display: block;
			}
@media screen and (max-width: 768px) {
	
	[data-component="switchPageContents"]{
		max-width: 480px;
		margin: 3em auto 1.5em auto;
		column-gap: 0.5em;
	}
		[data-component="switchPageContents"] > *{
			width: 100%;
		}
			[data-component="switchPageContents"] [role="tab"]{
				height: 7em;
				width: 100%;
				border-radius: 0.75em;
				padding: 0 1.5em;
			}
			[data-component="switchPageContents"] [role="tab"] > i{
				width: 3em;
				height: 3em;
				left: calc(50% - 3em / 2);
				top: calc(3em / 1.75 * -1);
			}
			[data-component="switchPageContents"] [role="tab"] > b{
				font-size: 0.8em;
				font-weight: 700;
				margin: 0;
			}
				[data-component="switchPageContents"] [role="tab"][aria-selected="true"]::before{
					left: calc(50% - 14px / 2);
					bottom: calc(14px / 2 * tan(60deg) * -1);
					height: calc(14px / 2 * tan(60deg));
					width: 14px;
				}
				[data-component="switchPageContents"] [role="tab"][aria-selected="false"]{
					border-bottom: 3px solid #F9D348;
					opacity: .5;
				}

				/* タブコンテンツの基本スタイル */
				[role="tabpanel"] {
					transition: opacity 0.3s ease-in-out; /* フェードアニメーションの時間とイージング */
					opacity: 1; /* デフォルトで表示状態 */
					visibility: visible; /* デフォルトで表示状態 */
					/* display: をJavaScriptで操作しているので、ここでは書かないか、display: grid; などとしておく */
				}

				/* 非表示状態（フェードアウト後の最終状態） */
				[role="tabpanel"].is-hidden {
					opacity: 0;
					visibility: hidden; /* スクリーンリーダーなどからも隠す */
					/* display: none; はJavaScriptで制御するため、ここでは設定しないか、
					JavaScriptのdisplay:none; と組み合わせて使う場合は、その順序に注意 */
				}

				/* フェードアウト・インアニメーション中に一時的に適用するクラス（オプションだが推奨） */
				/* 非アクティブなタブコンテンツがフェードアウトする際にopacityを0にする */
				/* .fade-out-active はJavaScriptで追加 */
				[role="tabpanel"].fade-out-active {
					opacity: 0;
					pointer-events: none; /* クリックなどを無効にする */
				}

				/* アクティブなタブコンテンツがフェードインする際にopacityを1にする */
				/* .fade-in-active はJavaScriptで追加 */
				[role="tabpanel"].fade-in-active {
					opacity: 1;
					pointer-events: auto; /* クリックなどを有効にする */
				}

}
