@import url(https://fonts.googleapis.com/css?family=Noto+Serif:700italic);

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

/* ===============================================
# 色
=============================================== */

/* ===============================================
# フォント
=============================================== */

/* ===============================================
# インナー
=============================================== */

/* ===============================================
# レイアウト
=============================================== */

/* ===============================================
# 重なり順の定義
=============================================== */

/* ===============================================
# ブレークポイント
=============================================== */

body {
	background: #FFF9E2;
	color: #353535;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

body.is-footer-sns-fixed {
	padding-bottom: 75px;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

table,
th,
td {
	border: none;
}

html {
	font-size: 1rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	width: 100%;
}

.l-inner-mv {
	height: inherit;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 40px;
	position: relative;
	width: 100%;
}

.l-content {
	padding-bottom: 120px;
	padding-top: 60px;
}

.l-content__inner {
	display: flex;
	flex-wrap: wrap;
}

.l-front-main__pagination {
	margin-top: 64px;
	text-align: center;
}

.l-archive-main__breadcrumb {
	margin-bottom: 14px;
}

.l-archive-main__head {
	border-top: 3px solid #fff;
	margin-bottom: 70px;
	padding-top: 28px;
}

.l-archive-main__card:nth-child(n+2) {
	margin-top: 30px;
}

.l-archive-main__pagination {
	margin-top: 62px;
	text-align: center;
}

.l-entry-main__breadcrumb {
	margin-bottom: 14px;
}

.l-to-top-button {
	bottom: 100px;
	display: none;
	position: fixed;
	right: 28px;
	z-index: 30;
}

.l-footer-sns {
	bottom: -75px;
	left: 0;
	position: fixed;
	z-index: 30;
}

.is-footer-sns-fixed .l-footer-sns {
	bottom: 0;
}

.l-section {
	padding-bottom: 80px;
	padding-top: 100px;
}

/*==================================================
ふわっ
===================================*/

/* fadeUp */

.fadeUp {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
	opacity: 0;
}

/* 左から */

.fadeLeft {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: fadeLeftAnime;
	opacity: 0;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeLeftTrigger {
	opacity: 0;
}

.l-news {
	display: flex;
}

.l-news-container {
	gap: 40px;
	justify-content: space-between;
	padding-bottom: 138px;
	width: auto;
}

.p-news-main-title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 35px;
	padding-bottom: 24px;
}

.p-news-cards {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, minmax(250px, 1fr));
	row-gap: 28px;
	width: 100%;
}

.p-news-card {
	position: relative;
}

.c-news-card-image {
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}

.c-news-card-image.single img {
	aspect-ratio: auto;
	height: auto;
}

.c-news-card-image.home {
	aspect-ratio: auto;
	width: 100%;
}

.c-news-card-image.home img {
	width: 100%;
}

.c-news-card-image img {
	-o-object-fit: cover;
	height: 210px;
	object-fit: cover;
	transition: 1s all;
}

.c-news-card-detail {
	padding-top: 12px;
	text-align: left;
}

.c-news-card-title {
	color: #0A357C;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 32px;
}

.c-news-card-title.blue {
	color: #0A357C;
}

.c-news-card-date {
	text-align: right;
}

.c-news-card-date.yellow {
	color: #0A357C;
}

.p-tag {
	left: -7px;
	position: absolute;
	top: 10%;
}

.p-tag.p-big-tag {
	top: 22px;
}

.p-tag__text {
	background-color: #D6DFEC;
	color: #182F5D;
	display: inline-block;
	font-size: 12px;
	padding: 3px 14px 3px 12px;
	position: relative;
	z-index: 1;
}

.p-tag__text::after {
	border-color: #D6DFEC transparent #D6DFEC #D6DFEC;
	border-style: solid;
	border-width: 12px 8px 13px 0px;
	content: "";
	height: 0px;
	position: absolute;
	right: -8px;
	top: 0px;
	width: 0px;
	z-index: 1;
}

.p-tag__text::before {
	border-color: transparent #AAAAAA transparent transparent;
	border-style: solid;
	border-width: 0 8px 4px 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0;
}

.l-news-detail-container h2.wp-block-heading {
	color: #382620;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4583333333;
	margin-bottom: 20px;
	margin-top: 94px;
	padding-left: 20px;
	position: relative;
}

.l-news-detail-container h2.wp-block-heading::before {
	background: #FFF100;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}

.l-news-detail-container h3.wp-block-heading {
	border-bottom: 1px solid #FFF100;
	color: #382620;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 21px;
	margin-top: 60px;
	padding-bottom: 10px;
}

.l-news-detail-container h4.wp-block-heading {
	color: #382620;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 60px;
}

.c-news-detail__pagenation {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
	margin-inline: auto;
	margin-top: 32px;
	max-width: 400px;
}

.c-news-detail__pagenation-prev {
	font-size: 0.875rem;
	font-weight: bold;
	padding-inline: 16px;
	position: relative;
}

.c-news-detail__pagenation-prev a {
	align-items: center;
	background: #0A357C;
	border-radius: 50%;
	box-shadow: 0 3px 3px #999;
	color: #fff;
	display: inline-block;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.c-news-detail__pagenation-prev::before {
	color: #0A357C;
	content: "";
	height: 11.23px;
	left: 0;
	position: absolute;
	top: 0;
	width: 6.28px;
}

.c-news-detail__pagenation-next {
	font-size: 0.875rem;
	font-weight: bold;
	padding-inline: 16px;
	position: relative;
}

.c-news-detail__pagenation-next a {
	align-items: center;
	background: #0A357C;
	border-radius: 50%;
	box-shadow: 0 3px 3px #999;
	color: #fff;
	display: inline-block;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.c-news-detail__article-list {
	align-items: center;
	background: gray;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-size: 1rem;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	max-width: 200px;
	min-width: 200px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	width: 100%;
}

.c-news-detail__article-list:before {
	border: 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 8px;
	left: calc(100% - 25px);
	margin-top: -3px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: center;
	width: 8px;
}

.c-news-detail__article-list:hover {
	background: #FFF100;
	color: #0A357C;
}

.c-news-detail__article-list:hover:before {
	border-right: 2px solid #0A357C;
	border-top: 2px solid #0A357C;
}

/* ===============================================
# プライバシーポリシー
=============================================== */

h2.wp-block-heading {
	color: #382620;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4583333333;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

h2.wp-block-heading::before {
	background: #382620;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}

.h1-title {
	border-bottom: 2px solid #0A357C;
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 64px;
}

h3.wp-block-heading {
	border-bottom: 1px solid #382620;
	color: #382620;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 21px;
	margin-top: 60px;
	padding-bottom: 10px;
}

h4.wp-block-heading {
	color: #0A357C;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 3.75rem;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	margin-top: 50px;
	max-width: 100%;
	vertical-align: bottom;
}

.l-pickup-news {
	background: #fff;
}

.u-bg-white {
	background: #fff;
}

.u-mw-300 { /* max-width: 300px; */
}

.l-pickup-news-wrapper {
	padding: 17px;
	width: 100%;
}

.c-news-side-menu-title {
	color: #0A357C;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 29px;
	position: relative;
}

.c-news-side-menu-title::after {
	border-bottom: 1px solid #000;
	bottom: -20px;
	color: #0A357C;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	width: 32px;
}

.c-news-side-cards {
	padding-top: 25px;
}

.c-news__card :hover {
	opacity: 0.6;
	transition: 1s all;
}

.u-mt-16 {
	margin-top: 16px;
}

.c-pickup-news__card-link {
	display: flex;
	width: auto;
}

.c-news__card-image img {
	-o-object-fit: cover;
	height: 100px;
	min-width: 100px;
	object-fit: cover; /* この一行を追加するだけで画像が伸びない*/
}

.u-w100 {
	height: 100px;
	width: 100px;
}

.c-pickup-news__card-detail {
	display: flex;
	flex-direction: column;
	padding-left: 16px;
	width: auto;
}

.order-1 {
	order: 1;
}

.c-pickup-news__card-title {
	font-size: 14px;
	font-weight: bold;
	order: 2;
	width: 100%;
}

.l-pickup-news__card-title {
	padding-top: 12px;
}

.u-pt-0 {
	padding-top: 0;
}

.c-pickup-news__card-date {
	color: #0A357C;
	font-size: 12px;
	order: 1;
	padding-top: 3px;
	width: 100%;
}

.c-news-category {
	background: #fff;
	margin: 100px 0;
	padding: 20px;
}

.c-news-category-container {
	margin-top: 20px;
}

.c-news-category-name {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4375; /* padding-left: 12px; */ /* padding-top: 17px; */
	position: relative;
}

/* .c-news-category-name::after {
  position: absolute;
  content: "";
  background: url(../img/arrow.png) no-repeat center center/contain;
  width: 10px;
  height: 100%;
  top: 10px;
  left: 0;
} */

.c-news-category-name li {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4375;
	padding-left: 15px;
	padding-top: 17px;
	position: relative;
}

.c-news-category-name li::after {
	background: url(../img/arrow.png) no-repeat center center/contain;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 8px;
}

.l-top-access {
	margin-top: 170px;
	padding-bottom: 56px;
	padding-top: 80px;
	position: relative;
}

.p-top-access-menu-header {
	position: relative;
}

.c-titles {
	margin-bottom: 42px;
	text-align: center;
}

.p-map {
	margin: 0 auto;
	max-width: 688px;
	padding-bottom: 40px;
}

.ifream-wrap {
	border: 10px solid #ffffff;
	height: 0;
	margin: 0 auto;
	margin-top: 24px;
	padding-top: 53.3430232558%;
	position: relative;
	width: 100%;
}

iframe {
	aspect-ratio: 16/9;
	height: 100%;
	width: 80%;
}

.wp-block-embed__wrapper {
	text-align: center;
}

.p-info-column__wrapper {
	width: 50%;
}

.p-info-column {
	flex-basis: 350px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 40px;
}

.p-info-column__row {
	border-bottom: 1px solid #333;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 26px;
	padding-bottom: 10px;
}

.p-info-column__row.lesson {
	flex-direction: column;
}

.p-info-column__row.talent {
	flex-direction: column;
}

.p-info-column__term {
	color: #0A357C;
	flex-shrink: 0;
	font-size: 1rem;
	line-height: 1.2;
	margin-right: 20px;
	padding-left: 30px;
	position: relative;
	width: auto;
}

.p-info-column__term::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	aspect-ratio: 1;
	background-color: #0A357C;
	border: 1px solid;
	border-radius: 50%;
	color: #0A357C;
	content: "";
	height: auto;
	left: 5px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

.p-info-column__term.about {
	width: 105px;
}

.p-info-column__description {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7142857143;
	word-break: break-all;
}

.p-info-column__description.top {
	padding-top: 30px;
}

.p-shop-container__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-shop-container__box img {
	height: auto;
	margin-top: 40px;
	max-height: 368px;
	width: 48%;
}

.biz-hour {
	border-collapse: collapse;
	display: flex; /* overflow-x: scroll;で、
  スマホ画面幅に表が入りきらない場合は
  横スクロールしてくれます */
	justify-content: center;
	margin-block: 30px;
}

.biz-hour th,
.biz-hour td {
	border: 2px solid #0A357C; /* 枠線。色を変えたい時は#ff6680というところをお好みで */
	font-weight: bold;
	padding: 0.625rem 1.25rem;
	text-align: center;
}

/* 最上段の表の見出し。background-colorを書き換えれば背景色が変わります。 */

.biz-hour th {
	background-color: #FFF100;
	font-weight: normal;
}

/* 「土」の文字色 */

.biz-hour th.sat {
	color: #3db2da;
}

/* 「日」の文字色 */

.biz-hour th.sun {
	color: #e66a6a;
}

.biz-hour td.circle {
	color: #0A357C;
}

.biz-hour td.time {
	background: #FFF100;
}

.biz-hour td.kids {
	color: #0A357C;
	font-size: 0.875rem;
	font-weight: bold;
}

.c-section-titles {
	align-items: flex-end;
	display: flex;
	gap: 1.875rem;
	width: auto;
}

.c-section-title__wrapper {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.c-section-title__wrapper.simple {
	align-items: center;
	flex-direction: row;
	justify-content: start;
}

.Text-Span {
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	position: relative;
	position: relative;
	z-index: 1;
}

.Text-Span::after {
	border-bottom: solid 3px #FFF100;
	bottom: -14px;
	bottom: -3px;
	content: "";
	content: " ";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	position: absolute;
	transition: all 0.5s;
	width: 0%;
	width: 20%;
	z-index: -1;
}

.Text-Span.isActive {
	border-bottom: solid 3px #F0F0C0;
	transition: all 1s;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section-title__wrapper__wrapper {
	width: -moz-fit-content;
	width: fit-content;
}

.c-section-title__wrapper__wrapper img {
	width: auto;
}

/* ===============================================
# 大事
=============================================== */

.c-section-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.8125rem;
	font-weight: bold;
	padding-left: 10px;
	text-transform: capitalize;
}

.c-section-title.simple {
	color: #0A357C;
}

.c-section-sub-title {
	color: #0A357C;
}

.c-section-sub-title.simple {
	font-size: 1.25rem;
	margin-left: 50px;
}

.c-section-title__main {
	display: inline-block;
	font-size: 2.25rem;
	text-transform: capitalize;
}

.c-section-titles__wrapper {
	width: auto;
}

.c-section-titles__wrappers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-titles__img {
	width: 6.25rem;
}

/* アニメーションを適用するクラスのスタイル */

.animated-logo {
	animation: spin-grow 3s ease-in-out; /* アニメーション名、時間、イージング、繰り返し */
}

/* アニメーションのスタイルを定義 */

/* ===============================================
# スクロールで動く
=============================================== */

.eachTextAnime2 span {
	opacity: 0;
}

.eachTextAnime2.appearimg span {
	animation: img_anime_on 3s ease-out forwards;
}

/* アニメーションを適用するクラスのスタイル */

.animated-logo {
	transition: transform 3s ease-in-out, width 3s ease-in-out;
	width: 50px; /* 初期の幅 */
}

/* スクロール時に適用するクラスのスタイル */

.rotate-img {
	transform: rotate(360deg);
	width: 150px; /* 最終的な幅 */
}

.c-btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 50px;
}

.c-btns.works {
	flex-direction: row;
	gap: 20px;
}

.c-btns.talent {
	margin-right: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btns.c404 .c-btn {
	margin: 0 auto;
}

.c-btns__wrapper {
	display: inline-block;
}

/*== ボタン共通設定 */

.btn02 { /*ボタンの形状*/
	display: inline-block;
	height: 50px;
	line-height: 50px;
	max-width: 250px;
	outline: none; /*背景の基点とするためrelativeを指定*/
	position: relative;
	text-align: center;
	width: 100%;
}

.c-btn {
	align-items: center;
	background: gray;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-size: 1rem;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	max-width: 200px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	width: 100%;
}

.c-btn:before {
	border: 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 8px;
	left: calc(100% - 25px);
	margin-top: -3px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: center;
	width: 8px;
}

.c-btn:hover {
	background: #FFF100;
	color: #0A357C;
}

.c-btn:hover:before {
	border-right: 2px solid #0A357C;
	border-top: 2px solid #0A357C;
}

.c-btn .active {
	align-items: center;
	background: #0A357C;
	background-color: #FFF100;
	border-radius: 30px;
	box-sizing: border-box; /* 例: 赤色に変更 */
	color: #0A357C;
	color: black;
	display: flex;
	font-size: 1rem;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	max-width: 200px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	width: 100%;
}

.c-btn .active:before {
	border: 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 8px;
	left: calc(100% - 25px);
	margin-top: -3px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: center;
	width: 8px;
}

.c-btn .active:hover:before {
	border-right: 2px solid #0A357C;
	border-top: 2px solid #0A357C;
}

.c-btn.lesson {
	bottom: 10px;
	content: "";
	position: absolute;
	right: 10px;
}

.c-btn__lesson {
	align-items: center;
	background: gray;
	border-radius: 30px;
	bottom: 10px;
	box-sizing: border-box;
	color: #fff;
	content: "";
	display: flex;
	font-size: 1rem;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	max-width: 200px;
	padding: 0 20px 0 20px;
	position: relative;
	position: absolute;
	right: 10px;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	width: 100%;
}

.c-btn__lesson:before {
	border: 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 8px;
	left: calc(100% - 40px);
	margin-top: -3px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: center;
	width: 8px;
}

.c-btn__lesson:hover {
	background: #fff;
	color: #0A357C;
}

.c-btn__lesson:hover:before {
	border-right: 2px solid #0A357C;
	border-top: 2px solid #0A357C;
}

.c-btn__lesson .active {
	align-items: center;
	background: #0A357C;
	background-color: white;
	border: 1px solid #0A357C;
	border-radius: 30px;
	box-sizing: border-box; /* 例: 赤色に変更 */
	color: #0A357C;
	color: black;
	display: flex;
	font-size: 1rem;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	max-width: 200px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	width: 100%;
}

.c-works-buttons {
	display: flex;
	display: grid;
	flex-wrap: wrap;
	gap: 10px; /* グリッド要素間の間隔 */
	grid-template-columns: repeat(4, 1fr); /* 横3つの列 */
	grid-template-rows: repeat(2, auto); /* 縦2列 */
	justify-content: center;
	margin: 0 auto;
}

.c-works-buttons.title {
	display: inline-block;
}

.c-feature__image-items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.c-feature__image-item {
	height: 335px;
	text-align: center;
	text-align: center;
	width: 335px;
}

.c-feature__image-detail {
	align-items: center;
	background-color: #C70010;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 87px;
	justify-content: center;
	line-height: 32px;
	position: relative;
}

.c-feature__image-detail::after {
	border-color: #C70010 transparent transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	bottom: -20px;
	content: "";
	height: 0px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0px;
}

.c-feature__image {
	height: auto;
}

.c-feature__image img {
	-o-object-fit: cover;
	-o-object-position: 16% 100%;
	height: 244px;
	object-fit: cover;
	object-position: 16% 100%;
	width: 100%;
}

/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/

#page-top a {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: center;
	position: relative;
	width: 60px;
}

/*リンクを右下に固定*/

#page-top {
	background: url(../img/top.png) no-repeat top center/cover; /*はじめは非表示*/
	opacity: 0;
	position: fixed;
	right: 10px;
	transform: translateY(100px);
	z-index: 2;
}

/*　上に上がる動き　*/

#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

/*　下に下がる動き　*/

#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

.c-archive-header {
	background: url(../img/archive-img.png) no-repeat center right/50rem;
	height: 18.75rem;
	margin-top: 120px;
}

.c-archive-header.news {
	background: url(../img/works-title.png) no-repeat center right/50rem;
}

.c-archive-header.talent {
	background: url(../img/talent-title.png) no-repeat center right/50rem;
}

.c-archive-header.contact {
	background: url(../img/contact-title.png) no-repeat center right/50rem;
}

.c-archive-header p {
	margin-top: 30px;
}

.c-archive-header-titles {
	align-items: baseline;
	border-bottom: 3px solid #FFF100;
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-archive-header-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(2.25rem, 2.0618rem + 0.7821vw, 2.6875rem);
	font-weight: bold;
	text-transform: capitalize;
}

.c-archive-header-sub-title {
	color: #0A357C;
	font-size: 1.5rem;
}

.l-breadcrumbs {
	padding-bottom: 35px;
	padding-top: 35px;
	text-align: right;
}

.pagination {
	margin: 50px auto;
	text-align: center;
}

.pagination .current {
	background: #0A357C;
	color: #fff;
	padding: 20px 25px;
}

.pagination .page-numbers {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 3px #999;
	color: #0A357C;
	display: inline-block;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	margin-right: 20px;
	width: 50px;
}

.pagination .prev {
	align-items: center;
	background: #0A357C;
	border-radius: 50%;
	box-shadow: 0 3px 3px #999;
	color: #fff;
	display: inline-block;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	margin-right: 20px;
	width: 50px;
}

.pagination .next {
	align-items: center;
	background: #0A357C;
	border-radius: 50%;
	box-shadow: 0 3px 3px #999;
	color: #fff;
	display: inline-block;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	margin-right: 20px;
	width: 50px;
}

.pagination .current {
	background: #0A357C;
	color: #fff;
	padding: 20px 25px;
}

.c-menu-select__tab-image {
	align-items: center;
	background-color: #0A357C;
	border: 1px solid #0A357C;
	border-radius: 25px;
	color: #0A357C;
	color: #fff;
	display: flex;
	font-size: rm(20);
	gap: 10px;
	justify-content: center;
	min-width: 150px;
	padding: 10px 24px;
	width: auto;
}

.c-menu-select__tab-image:hover {
	background-color: #fff;
	color: #0A357C;
}

.c-menu-select__tab-image.is-active {
	background-color: #fff;
	color: #0A357C;
}

.c-menu-select__tab-image-archive-work {
	align-items: center;
	background-color: gray;
	border-radius: 25px;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	gap: 10px;
	justify-content: center;
	padding: 10px 10px;
}

.c-menu-select__tab-image-archive-work:hover {
	background-color: #FFF100;
	color: #0A357C;
	transition-duration: 0.3s;
}

.c-menu-select__tab-image-archive-work.is-active {
	background-color: #0A357C;
	color: #fff;
}

/* マウスストーカー */

#stalker {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	height: 16px;
	left: -8px;
	pointer-events: none;
	position: fixed;
	top: -8px;
	transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
	transition-timing-function: ease-out;
	width: 16px;
	z-index: 999;
}

#stalker.hov_ {
	background: rgba(255, 215, 0, 0.4);
	height: 64px;
	left: -32px;
	top: -32px;
	transition: 0.5s;
	width: 64px;
}

/*infoエリアをはじめは非表示*/

#info {
	display: none;
}

/*モーダルの横幅を変更したい場合*/

.modaal-container {
	max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/

.modaal-close:after,
.modaal-close:before {
	background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #666;
}

.modal-open {
	display: none;
}

.modaal-content-container {
	padding: 0;
}

.c-button a {
	align-items: center;
	background: #00B300;
	border-radius: 9999px;
	color: #FFFF00;
	display: flex;
	font-family: "Noto Sans Japanese";
	font-weight: 500;
	justify-content: space-around;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 340px;
	padding: 10px 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.c-button a:hover {
	background: #333;
	color: #FFF;
}

.c-button a:after {
	border-radius: 1px;
	border-right: 3px solid #333;
	border-top: 3px solid #333;
	content: "";
	height: 5px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	transition: 0.3s ease-in-out;
	width: 5px;
}

.c-button a:hover:after {
	border-color: #FFF;
}

.header {
	background-color: white;
	height: 90px;
	left: 0;
	padding: 0 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header-wrap {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.header-logo img {
	height: inherit;
}

.header-logo-detail {
	display: flex;
}

.header-nav {
	-moz-column-gap: 20px;
	align-items: end;
	column-gap: 20px;
	display: flex;
	flex-direction: column;
}

.header-nav li {
	text-align: center;
}

.header-list {
	-moz-column-gap: 20px;
	align-items: center;
	column-gap: 20px;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.875rem, 0.8212rem + 0.2235vw, 1rem);
	justify-content: center;
}

.header-list li a {
	color: gray;
}

.header-list li a:hover {
	opacity: 0.6;
}

.header-list span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
}

.pc_hidden {
	display: none;
}

.header-btn {
	max-width: 300px;
	width: 100%;
}

.qa {
	padding-bottom: 60px;
}

.qa__inner {
	margin-inline: 15px;
}

.qa__boxes {
	display: flex;
	flex-direction: column;
	gap: 29px;
	margin-top: 52px;
}

.qa-box {
	background: #fff;
	border-radius: 20px;
}

.qa-box.is-open .qa-box__head::after {
	transform: rotate(0deg);
}

.qa-box__head {
	background: white;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	padding: 15px 40px;
	position: relative;
	width: 100%;
}

.qa-box__head::after {
	background-color: #43798D;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 1s;
	width: 20px;
}

.qa-box__head::before {
	background-color: #43798D;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 1s;
	width: 20px;
}

.qa-box__head.show::before {
	opacity: 0;
}

.qa-box__head-icon {
	color: #0A357C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	height: 44px;
	left: 25px;
	position: absolute;
	top: 5px;
}

.qa-box__head-text {
	color: #0A357C;
	display: block;
	font-size: 1.125rem;
	padding-left: 24px;
	text-align: left;
}

.qa-box__body {
	display: none;
	padding: 13px 14px 25px 12px;
}

.qa-box__a {
	display: flex;
	gap: 8px;
	position: relative;
}

.qa-box__a::before {
	background: #0A357C;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}

.qa-box__a-icon {
	color: #0A357C;
	display: grid;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 700;
	height: 44px;
	line-height: 100%;
	place-items: center;
	width: 44px;
}

.qa-box__a-text {
	display: block;
	flex-grow: 1;
	font-size: 1.125rem;
	line-height: 30px;
	padding-right: 10px;
	padding-top: 3px;
}

ul {
	list-style: none;
	padding: 0;
}

.p-footer__wrap {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.grid-wrap {
	display: flex;
}

.p-footer-logo {
	max-width: 200px;
	width: 100%;
}

.grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.footer {
	background: white;
	color: #0A357C;
	font-size: 15px;
	padding: 2rem;
}

.footer__nav-heading {
	font-weight: 600;
	text-transform: capitalize;
}

.footer__logo {
	display: inline-block;
	margin-bottom: 2rem;
}

.footer__nav li a {
	color: white;
	margin-bottom: 0.75rem;
}

.footer__social a {
	display: inline-block;
	opacity: 0.7;
	width: 24px;
}

.footer__social a:not(:last-child) {
	margin-right: 16px;
}

.md-justify-between {
	border-radius: 30px;
	justify-content: space-between;
	padding: 20px;
}

.grid div:first-child { /* 最初の項目に対するスタイルを指定 */
}

.copyright {
	text-align: center;
}

/* ===============================================
  # 最初のロゴ
  =============================================== */

.start {
	background: #F5EEE5;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.start p {
	display: none;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 280px;
	z-index: 9999;
}

/*メニューをページ下部に固定*/

#sp-fixed-menu {
	bottom: 0px;
	font-size: 0;
	opacity: 0.9;
	position: fixed;
	width: 100%;
	z-index: 99;
}

/*メニューを横並びにする*/

#sp-fixed-menu ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sp-fixed-menu li {
	align-items: center;
	border-right: 1px solid #fff;
	font-size: 14px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*左側メニューを緑色に*/

#sp-fixed-menu li:first-child {
	background: #38b435;
}

/*左側メニューをオレンジ色に*/

#sp-fixed-menu li:last-child {
	background: gray;
	transition: background-color 0.5s ease; /* 0.5秒かけて背景色を変える */
}

#sp-fixed-menu li:last-child:hover {
	background: #FFF100;
}

/*ボタンを調整*/

#sp-fixed-menu li a {
	color: #fff;
	display: block;
	padding: 20px;
	text-align: center;
	width: 100%;
}

#sp-fixed-menu li a:hover {
	color: blue;
}

/*PCの場合にはメニューを表示させない*/

.wrap {
	overflow: hidden;
}

.p-mv {
	background: url(../img/MV.png) no-repeat center center/cover;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.p-mv-top {
	margin-top: 90px;
}

.p-mv__inner {
	margin-inline: auto;
}

.p-mv__container {
	width: 100%;
}

.p-mv__flex {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.p-mv-about {
	height: 100%;
	text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF; /* 白い縁を追加 */
}

.p-mv-about-title {
	word-wrap: break-word;
	color: #EF5B0F;
	font-family: Noto Sans JP;
	font-size: 18.88px;
	font-weight: 900;
	line-height: 12.59px;
	margin-bottom: 1.25rem;
}

.p-mv-about-title-after {
	word-wrap: break-word;
	color: #420E11;
	font-family: Noto Sans JP;
	font-size: 16.95px;
	font-weight: 900;
	line-height: 12.59px;
}

.p-mv-about-sub-title {
	word-wrap: break-word;
	color: #3577BD;
	font-family: Noto Sans JP;
	font-size: 37.69px;
	font-weight: 900;
	line-height: 37.69px;
	margin-bottom: 1.25rem;
}

.p-mv-about-sub-title-after {
	word-wrap: break-word;
	color: #420E11;
	font-family: Noto Sans JP;
	font-size: 14.78px;
	font-weight: 400;
	line-height: 16.9px;
}

.p-mv-about-main-title {
	word-wrap: break-word;
	color: #FFAD1B;
	font-family: Noto Sans JP;
	font-size: 45.6px;
	font-weight: 900;
	line-height: 54.72px;
	margin-bottom: 1.25rem;
}

.p-mv-about-main-title {
	line-height: 1.2;
}

.outlined-text {
	display: inline-block;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
}

.outlined-text.green {
	text-shadow: -2px -2px 0 #4CAF50, 2px -2px 0 #4CAF50, -2px 2px 0 #4CAF50, 2px 2px 0 #4CAF50, -2px 0 0 #4CAF50, 2px 0 0 #4CAF50, 0 -2px 0 #4CAF50, 0 2px 0 #4CAF50;
}

/* 親要素に相対位置を設定 */

.p-mv-fill {
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	width: 433px;
}

/* 画像を含む要素のスタイリング */

.p-mv-fill__image {
	height: auto;
	width: 433px;
}

.p-mv-fill__image img {
	display: block;
	height: auto;
	width: 100%;
}

/* フォームを含む要素に絶対位置を設定し、画像の上に配置 */

.fv-form {
	align-items: center;
	bottom: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 165px;
}

/* フォームの背景を半透明にして、画像が見えるようにする（オプション） */

.fv-form_body {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	max-height: 90%;
	overflow-y: auto;
}

.p-cta {
	background-color: #FFF9E2;
	padding-block: 30px;
}

.p-cta__inner {
	max-width: 1000px;
}

.p-cta__text {
	padding-block: 21px;
}

.p-gluten-free {
	padding-top: 100px;
}

.p-allergy-free {
	padding-top: 100px;
}

.p-allergy-free__images {
	align-items: baseline;
	display: flex;
	gap: 70px;
	justify-content: center;
	margin: 0 auto;
	width: 80%;
}

.p-allergy-free__about {
	margin-top: 50px;
}

.p-allergy-free__about-text {
	margin-top: 20px;
	text-align: center;
}

.p-gluten-attention {
	background: #D6DFEC;
	border: dotted 2px white;
	border-radius: 30px;
	justify-content: space-between;
	margin-top: 30px;
	padding: 20px;
}

.p-gluten-attention__title {
	font-size: 1.125rem;
	text-align: center;
}

.p-gluten-attention__text p {
	margin-top: 20px;
}

.p-chef {
	padding-top: 100px;
}

.p-chef__images {
	display: flex;
	justify-content: space-between;
}

.p-chef__image {
	width: 50%;
}

.p-chef__table {
	align-items: center;
	border-collapse: collapse;
	display: flex;
	justify-content: center;
	width: 80%;
}

.p-chef__table tr {
	line-height: 4;
}

.p-chef__table th {
	border-bottom: 1px solid black;
	text-align: left;
	width: 150px;
}

.p-chef__table td {
	border-bottom: 1px solid black;
	width: 260px;
}

.p-chef__text {
	margin: 0 auto;
	margin-top: 30px;
	width: 80%;
}

.table-title {
	display: flex;
	flex-shrink: 0;
}

.p-kotsu {
	margin-top: 50px;
	text-align: center;
}

.c-kotsu__table-container table {
	background: white;
	border: 1px solid pink;
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 14px;
}

.c-kotsu__table-container th,
.c-kotsu__table-container td {
	border: 1px solid pink;
	height: 50px;
	padding-block: 10px;
	width: 200px;
}

.p-blog {
	margin: 0 auto;
	max-width: 1300px;
	padding-bottom: 80px;
	padding-inline: 20px;
}

.entry-item-img {
	overflow: hidden;
	text-align: center;
	transition: all 0.3s ease;
}

.entry-item-img:hover {
	border-radius: 10px;
}

.entry-item-img:hover img {
	border-radius: 10px;
	scale: 1.1;
	transition: all 0.3s ease;
}

.entry-item-img img {
	-o-object-fit: cover;
	border: #0A357C;
	border-radius: 10px;
	height: 288px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.p-blog__entry-items {
	display: grid;
	gap: 30px 10px;
	grid-template-columns: repeat(4, minmax(220px, 1fr));
	margin-top: 30px;
}

.p-blog__contents {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: center;
}

.p-blog__content {
	position: relative;
}

.p-blog-images {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
	padding-top: 57px;
}

.p-blog__text-box {
	background: #FFF;
	box-shadow: 4px 4px 21px 0px rgba(0, 0, 0, 0.1);
	height: 122px;
	margin-inline: 30px;
	position: relative;
	top: -56px;
	width: 350px;
}

.p-blog__text {
	font-family: YuGothic;
	font-weight: 500;
	line-height: 160%;
	padding: 10px 20px;
}

.p-blog__tag {
	font-weight: bold;
	padding: 10px 20px;
}

.p-blog__published {
	padding: 10px 20px;
}

/* ===============================================
# 目次
=============================================== */

#toc_container {
	margin: 40px auto 0;
}

.p-archive__inner-wrapper {
	display: flex;
}

.p-archive__inner {
	padding-top: 150px;
}

.p-archive__inner .entries.environment {
	text-align: center;
}

.p-archive-img {
	margin-bottom: 50px;
	margin-top: 50px;
}

.entry-item-excerpt-img {
	margin: 0 auto;
}

.entry-item-excerpt-img img {
	max-width: 300px;
	width: auto;
}

.entries h2 {
	font-size: 36px;
}

.entries h3 {
	font-size: 1.5rem;
}

.entries h4 {
	font-size: 1.125rem;
}

.entries p {
	font-size: 1rem;
}

.h2 {
	color: #0A357C;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4583333333;
	margin-top: 60px;
	padding-left: 20px;
	position: relative;
}

.h2::after {
	background: #0A357C;
	border-radius: 10px;
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.h3 {
	color: #382620;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4583333333;
	margin-top: 60px;
	padding-left: 20px;
	position: relative;
}

.h3::after {
	background: #FFF100;
	border-radius: 14px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
}

.h3-title {
	border-bottom: 1px solid #382620;
	color: #382620;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 60px;
	padding-bottom: 12px;
}

.h4-title {
	color: #382620;
	font-size: 1rem;
	font-weight: bold;
	line-height: 40px;
	margin-top: 60px;
}

.main {
	display: flex;
	gap: 60px;
	margin: 0 auto;
	max-width: 1000px;
}

.entries {
	flex-wrap: wrap;
	gap: 40px 20px;
}

.entry-img {
	padding-top: 30px;
}

.entry-img.talent {
	text-align: center;
	width: 50%;
}

.entry-img.talent img {
	width: 70%;
}

.p-company {
	background: url(../img/company.jpeg) no-repeat center 20%/cover;
	height: 654px;
	padding-top: 127px;
}

.p-company__contents {
	display: flex;
	justify-content: space-between;
}

.p-company__content {
	display: inline-block;
	margin: 20px auto;
	position: relative;
}

.p-company__content .circle {
	background: #FFF100;
	border: 1px solid #0A357C;
	border-radius: 50%;
	color: white;
	display: inline-block;
	font-size: 1.875rem;
	height: 190px;
	line-height: 190px;
	position: relative;
	text-align: center;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	transition: transform 0.5s ease-in-out;
	width: 190px;
}

.p-company__content .circle::before {
	border: 1px solid #FFF100;
	border-radius: 50%;
	content: "";
	height: 150%;
	left: -25%;
	opacity: 0;
	position: absolute;
	top: -25%;
	transition: opacity 0.8s ease-in-out;
	width: 150%;
}

.circle:hover::before {
	animation: pulse 3s infinite;
	opacity: 1;
}

.p-company__about-title {
	font-size: 1.5rem;
	margin-top: 43px;
}

.p-company__about-text {
	font-size: 1.125rem;
	margin-top: 43px;
}

.p-lesson__img {
	position: relative;
}

.p-lesson__img img {
	border-radius: 20px;
	height: auto;
	margin-top: 30px;
	max-height: 18.75rem;
}

.p-lesson__img:hover .c-btn__lesson {
	background: #FFF100;
	color: #0A357C;
}

.p-lesson__img:hover .c-btn__lesson:before {
	border-right: 2px solid #0A357C;
	border-top: 2px solid #0A357C;
}

.p-concept {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

.p-concept::after {
	background: url(../img/gluten-free-font.png) no-repeat center center/contain;
	bottom: 0px;
	content: "";
	height: 400px;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	right: 0px;
	width: 40%;
}

.p-concept-pink {
	overflow: hidden;
	position: relative;
}

.p-concept-pink.l-section {
	padding-top: 15px;
}

.inner {
	margin-inline: 15px;
}

.inner.news {
	display: flex;
	gap: 60px;
}

.p-concept-container {
	background: #F5EEE5;
	margin-top: 200px;
	padding-bottom: 47px;
	padding-inline: 43px;
	position: relative;
}

.p-concept-container::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #F5EEE5;
	border-radius: 50%;
	content: "";
	height: 230px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	transform: translate(-50%, -50%);
	width: 400px;
	z-index: -1;
}

.p-concept-container::after {
	background: url(../img/logo.png) no-repeat center center/contain;
	content: "";
	height: 100px;
	left: 50%;
	position: absolute;
	top: -36px;
	transform: translate(-50%, -50%);
	width: 200px;
}

.p-about__container {
	background: #F5EEE5;
	margin-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.p-about__container::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #F5EEE5;
	border-radius: 50%;
	content: "";
	height: 230px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	transform: translate(-50%, -50%);
	width: 400px;
	z-index: -1;
}

.p-about__container::after {
	background: url(../img/logo.png) no-repeat center center/contain;
	content: "";
	height: 100px;
	left: 50%;
	position: absolute;
	top: -36px;
	transform: translate(-50%, -50%);
	width: 200px;
}

.p-concept-container-box {
	padding-top: 100px;
}

.p-concept-container-box.about {
	padding-top: 30px;
}

.p-concept-container-box-title {
	color: #0A357C;
	font-size: 28px;
	text-align: center;
}

.p-concept-container-box-about {
	display: flex;
	gap: 50px;
	padding-top: 20px;
}

.p-concept-container-box-about.reverse {
	flex-direction: row-reverse;
}

.p-concept-container-box-wrap {
	width: 100%;
}

.p-concept-container-box-sub-title {
	color: #353535;
	font-size: 22px;
}

.p-concept-container-box-sub-title.yellow {
	color: #0A357C;
}

.p-concept-container-box-sub-title.under-pink {
	border-bottom: 5px solid #DC9F98;
	width: -moz-fit-content;
	width: fit-content;
}

.p-concept-container-box-text {
	padding-top: 20px;
}

.p-concept-container-box-items {
	display: flex;
	margin-top: 25px;
}

.p-concept-item {
	text-align: center;
	width: 33.3333333333%;
}

.p-concept-item.customer {
	position: relative;
}

.p-concept-item-number {
	color: #0A357C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(2.25rem, 2.0618rem + 0.7821vw, 2.6875rem);
	font-weight: bold;
	text-align: left;
}

.p-concept-item-number.customer {
	font-size: 30px;
	left: 25%;
	position: absolute;
	top: 14px;
	transform: translateX(-50%);
}

.p-concept-item-title.customer {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: clamp(11px, 0.6425rem + 0.4469vw, 16px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -100%);
	width: 80%;
}

.p-concept-item-title.customer.second {
	top: 43%;
}

.p-concept-item-title.customer.third {
	top: 46%;
}

.p-concept-item-img {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-concept-item-img img {
	-o-object-fit: contain;
	height: 200px;
	object-fit: contain;
	width: 100%;
}

.p-allsweets-container {
	margin: 0 auto;
	max-width: 1000px;
	width: auto;
}

.p-allsweets-items {
	align-items: baseline;
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-top: 126px;
}

.p-allsweets-item:not(:first-child) {
	max-width: 237px;
}

.p-allsweets-item__image {
	-o-object-fit: cover;
	max-width: 300px;
	object-fit: cover;
	width: 100%;
}

.p-allsweets-item__text {
	margin-top: 10px;
	text-align: center;
}

.p-online__container {
	margin-inline: auto;
	margin-top: 50px;
	padding-inline: 40px;
	position: relative;
}

.p-online__container::after {
	background: url(../img/for-you.png) no-repeat center center/contain;
	bottom: -100px;
	content: "";
	height: 150px;
	position: absolute;
	right: 0;
	width: 150px;
}

.p-online__container-box {
	display: flex;
	gap: 120px;
}

.p-online__box-image {
	text-align: center;
}

.p-online__box-about {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 87%;
}

.p-sweet-vending__container {
	position: relative;
}

.p-sweet-vending__container::after {
	background: url(../img/flower.png) no-repeat center center/contain;
	bottom: -70px;
	content: "";
	height: 150px;
	left: -20px;
	position: absolute;
	width: 150px;
}

.p-sweet-vending__container-box {
	display: flex;
	gap: 100px;
	padding-top: 62.9px;
}

.p-sweet-vending__about {
	width: 90%;
}

.p-sweet-vending__about-title {
	font-size: 22px;
}

.p-sweet-vending__about-detail {
	padding-top: 23px;
}

.p-sweet-vendeing__image {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-shop-info__item {
	align-items: center;
	display: flex;
	gap: 26px;
}

.p-shop-info__item-detail {
	align-items: center;
	background: white;
	border-radius: 40px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	display: flex;
	height: 70px;
	padding: 13px;
	width: 70%;
}

.p-shop-info__item-name {
	width: 30%;
}

.Form {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.Form.company {
	margin-bottom: 50px;
}

.Form-Item {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 24px;
	padding-top: 24px;
	text-align: left;
	width: 100%;
}

.Form-Item.company {
	align-items: baseline;
	border-bottom: 1px solid #0A357C;
}

.Form-Item-Label {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	min-width: 230px;
	text-align: left;
	width: auto;
}

.Form-Item-Label.company {
	font-weight: normal;
	min-width: none;
}

.Form-Item-Label.isMsg {
	margin-bottom: auto;
	margin-top: 8px;
}

.Form-Item-Label-Required {
	background: #E53737;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-right: 8px;
	padding: 8px;
	text-align: center;
	width: 48px;
}

.Form-Item-Label-any {
	background: green;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-right: 8px;
	padding: 8px;
	text-align: center;
	width: 48px;
}

.Form-Item-Input {
	border: 2px solid #D1D1D1;
	flex: 1;
	font-size: 1.125rem;
	height: 3rem;
	max-width: 25.625rem;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
	width: 100%;
}

.Form-Item-Input-age {
	border: 2px solid #D1D1D1;
	flex: 1;
	font-size: 1.125rem;
	height: 48px;
	max-width: 100px;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
	width: 100%;
}

.Form-Item-Textarea {
	border: 1px solid #ddd;
	border: 2px solid #D1D1D1;
	flex: 1;
	font-size: 1.125rem;
	height: 216px;
	margin-top: 20px;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
}

.Form-Btn {
	align-items: center;
	background: gray;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-size: 1rem;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin: 0 auto;
	max-width: 200px;
	min-width: 200px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	width: 100%;
}

.p-contact__titles {
	position: relative;
}

.p-contact__line {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}

.p-contact__line img {
	width: 500px;
}

.p-contact__line.long img {
	width: 700px;
}

.p-contact__line p {
	font-size: 1.25rem;
}

.p-contact__title {
	font-size: 1.125rem;
	left: 50%; /*ベンダープレフィックス*/ /*ベンダープレフィックス*/
	margin: 0 !important; /*文字がずれている場合や*/
	padding: 0 !important; /*文字が折り返される場合*/
	position: absolute; /*重ねたい子要素にabsolute*/
	top: 25%;
	transform: translate(-50%, -50%); /*センター寄せの修正*/
	width: 100%;
}

.p-contact__detail {
	padding-top: 30px;
}

span.wpcf7-list-item-label {
	font-size: 14px;
}

.wpcf7-select {
	background: linear-gradient(180deg, #FFF 0%, #EDEDED 53%);
	border: 1px solid #CCC;
	border-radius: 5px;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	height: 36px;
	line-height: 16px; /* 100% */
	position: relative;
}

.wpcf7-select::after {
	border-bottom: 1px solid;
	border-right: 1px solid #0A357C;
	content: "";
	height: auto;
	position: absolute;
	width: 20px;
}

.cf7-submit ._easy {
	align-items: center;
	background: linear-gradient(180deg, #FFA5E9 0%, #F86FD1 26%, #F038B8 68%);
	border: 4px solid #FFF;
	border-radius: 100px;
	box-shadow: 0px 0px 4px 0px #000;
	color: white;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
	padding: 8px 24px;
	transition: all 0.3s ease;
	width: 341px;
}

.cf7-submit ._easy:hover {
	box-shadow: 0px 0px 8px 2px #000;
}

.p-contact-last-text p {
	background: #FFF9E2;
	border: 1px solid #CE0606;
	border-radius: 6px;
	color: #CE0606;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 116.667% */
	text-align: center;
}

p.cf7-item {
	margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-text {
	background: linear-gradient(180deg, #FFF 0%, #EDEDED 53%);
	border: 1px solid #CCC;
	border-radius: 5px;
	height: 36px;
	position: relative;
}

.cf7-item-text {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; /* 120% */
}

span.wpcf7-form-control.wpcf7-radio {
	display: flex;
}

.wpcf7-list-item:first-child {
	margin: 0;
}

ul.info-list {
	background: #FFF100;
	border: 2px solid #0A357C;
	text-align: center;
}

/* ===============================================
# 追加
=============================================== */

.util__link {
	background: #0A357C;
	color: white;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 10px 54px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.util__link.-active {
	background: #FFF100;
	color: #fff;
}

.util__link:hover,
.util__link.is-active {
	background-color: #FFF100;
	color: #0A357C;
}

/*全て共通：hideエリアをはじめは非表示*/

.hide-area {
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/

.modaal-close:after,
.modaal-close:before {
	background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/

#modaal-title {
	font-size: 1.2rem;
	margin: 0 0 20px 0;
	text-align: center;
}

/*動画表示のモーダル：余白を変更したい場合*/

.modaal-video .modaal-inner-wrapper {
	padding: 0;
}

.c-product__row {
	display: flex;
	flex-direction: column;
	line-height: 40px;
}

.c-product__term {
	width: 100%;
}

.c-product__description {
	text-align: center;
}

.p-customer-voice__container {
	background: white;
	padding-top: 39px;
}

.p-customer-voice__titles {
	text-align: center;
}

.p-customer-voice__titles img {
	width: 150px;
}

.p-customer-voice__title {
	color: #43798D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
}

.p-customer-voice__title-sub {
	font-size: 1.125rem;
}

.p-customer-voice__details {
	margin: 0 auto;
	padding-bottom: 100px;
	padding-top: 100px;
	width: 80%;
}

.p-customer-voice__detail {
	border-bottom: 2px solid #0A357C;
	line-height: 3;
}

.p-instagram-cards {
	display: flex;
}

.p-instagram-card {
	height: 0;
	margin: 0 auto;
	padding-top: 400px;
	position: relative;
	width: 100%;
}

.p-price {
	background: #F5F5F5;
	padding-bottom: 51px;
}

.p-price__inner {
	margin-inline: 15px;
}

.p-price__container {
	padding-top: 60px;
}

.p-price__cautions {
	background: black;
	margin-top: 30px;
	opacity: 0.7;
	padding: 30px 30px 25px;
}

.p-price__cautions__text p {
	color: white;
	font-size: 1rem;
	line-height: 30px;
	padding: 0;
}

/*==================================================
スライダーのためのcss
===================================*/

.slider {
	margin: 0 auto;
	width: 94%; /*横幅94%で左右に余白を持たせて中央寄せ*/
}

.slider img {
	border-radius: 10px;
	transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
	width: auto; /*スライダー内の画像を60vwにしてレスポンシブ化*/
}

.slider .slick-slide {
	opacity: 0.5; /*透過50%*/
	transform: scale(0.8); /*左右の画像のサイズを80%に*/
	transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
}

.slider .slick-slide.slick-center {
	border-radius: 10px;
	opacity: 1; /* 透過なし */
	transform: scale(1); /* 中央の画像のサイズだけ等倍に */
	transition: 1s;
}

.slider .slick-slide.slick-center:hover {
	height: auto;
	overflow: hidden;
}

.slider .slick-slide.slick-center:hover img {
	transform: scale(1.2); /* 画像を拡大する */
	transition: transform 0.5s ease-in-out; /* アニメーションの時間を短くし、イージング関数を変更 */
}

.tag-list {
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	padding-top: 57px;
	row-gap: 11px;
}

.container {
	display: none;
	font-size: 1.25rem;
	line-height: 1.8;
	padding: 33px 0;
}

.container.js-open {
	display: block;
}

/* ===============================================
# f1.f2
=============================================== */

.tag-list-f1f2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3px;
}

.c-btn-item {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	line-height: 24px;
	text-align: center;
	width: 133px;
}

/* ===============================================
# B1
=============================================== */

.c-btn-B1 {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	line-height: 24px;
	text-align: center;
	width: 133px;
}

.c-btn-auto {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	line-height: 24px;
	text-align: center;
	width: 133px;
}

.c-btn-item a {
	display: inline-block;
	font-size: 1.25rem;
	height: 50px;
	padding: 13px 40px;
	width: 200px;
}

.c-btn-auto a {
	display: inline-block;
	font-size: 1.25rem;
	height: 50px;
	padding: 13px 40px;
	width: 200px;
}

.container-B1 {
	display: none;
	font-size: 1.875rem;
	line-height: 1.8;
}

.container-B1.js-open {
	display: block;
}

.container-auto {
	display: none;
	font-size: 1.875rem;
	line-height: 1.8;
}

.container-auto.js-open {
	display: block;
}

.p-works__talent-btn {
	align-items: center;
	background: gray;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-size: 1rem;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	max-width: 200px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	width: 100%;
}

.p-works__talent-btn:hover {
	background: #FFF100;
	color: #0A357C;
}

.works-image {
	position: relative;
}

.works-image:hover .works-image-text {
	opacity: 1;
	padding-bottom: 80px; /* ホバーで下にずらす */
}

.works-image-text {
	align-items: center;
	background-color: rgba(255, 241, 0, 0.9);
	border-radius: 16px;
	color: #0A357C;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding-inline: 1.25rem;
	padding-top: 5rem;
	position: absolute;
	text-align: center;
	top: 0;
	transition: 0.3s ease-in-out;
	width: 100%;
}

.works-image-text p {
	font-size: 1rem;
	line-height: 1.8;
}

/*==================================================
スライダーのためのcss
===================================*/

.slider-center-big__main img {
	border-radius: 16px;
	max-width: 31.25rem;
	width: auto;
}

.slider-center-big {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin: 1.875rem auto; /*横幅94%で左右に余白を持たせて中央寄せ*/
}

.slider-center-big li {
	height: auto;
	width: 100%; /*スライダー内の画像を横幅100%に*/
}

.slider-center-big li img {
	-o-object-fit: cover;
	border-radius: 16px;
	height: 12.5rem;
	object-fit: cover;
}

.slider-center-big a {
	height: auto;
	width: 100%; /*スライダー内の画像を横幅100%に*/
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider-center-big .slick-slide {
	margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/

.slick-prev,
.slick-next {
	border-right: 2px solid #666; /*矢印の色*/
	border-top: 2px solid #666; /*矢印の色*/
	cursor: pointer; /*マウスカーソルを指マークに*/
	height: 15px;
	outline: none; /*クリックをしたら出てくる枠線を消す*/
	position: absolute; /*絶対配置にする*/
	top: 42%;
	width: 15px;
}

.slick-prev {
	left: -1.5%; /*戻る矢印の位置と形状*/
	transform: rotate(-135deg);
}

.slick-next {
	right: -1.5%; /*次へ矢印の位置と形状*/
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	margin: 20px 0 0 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	background: #ccc; /*ドットボタンの色*/
	border-radius: 50%;
	color: transparent;
	display: block;
	height: 8px; /*ドットボタンのサイズ*/
	outline: none;
	width: 8px; /*ドットボタンのサイズ*/
}

.slick-dots .slick-active button {
	background: #333; /*ドットボタンの現在地表示の色*/
}

.p-single-talent-container {
	display: flex;
	gap: 70px;
}

.p-talent-works {
	padding-top: 1.875rem;
}

.loading-wrapper {
	animation: 1s fade-out 5.5s forwards ease-in-out;
	background: #fff000;
	color: #fff;
	height: 100%;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.loading-content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	animation-duration: 0.75s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.spinner.forwards {
	animation-name: rotate-forever;
}

.spinner.backwards {
	animation-name: rotate-forever-backwards;
}

.spinner .dot {
	border-radius: 50%;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}

.triangle {
	animation: rotate-and-stop 2s ease-out !important;
	height: calc(10px * 3);
	width: calc(10px * 3);
}

.triangle .dot {
	background-color: #09357d;
}

.triangle .dot:nth-child(1) {
	animation: dots-swell-1 2s ease-in-out 2s forwards;
	left: calc(50% - 5px);
}

.triangle .dot:nth-child(2),
.triangle .dot:nth-child(3) {
	top: calc(100% - 13px);
}

.triangle .dot:nth-child(2) {
	animation: dots-swell-2 2s ease-in-out 2s forwards;
}

.triangle .dot:nth-child(3) {
	animation: dots-swell-3 2s ease-in-out 2s forwards;
	left: calc(100% - 10px);
}

.square {
	animation-duration: 1.75s;
	height: calc(10px * 5);
	width: calc(10px * 5);
}

.square .dot {
	animation: fade-out 2s forwards ease-in-out;
	background-color: #788eb2;
}

.square .dot:nth-child(2),
.square .dot:nth-child(3) {
	left: calc(100% - 10px);
}

.square .dot:nth-child(3),
.square .dot:nth-child(4) {
	top: calc(100% - 10px);
}

.hexagon {
	animation-duration: 2.75s;
	height: calc(10px * 10);
	width: calc(10px * 10);
}

.hexagon .dot {
	animation: fade-out 1s forwards ease-in-out;
	background-color: #c5cbd6;
}

.hexagon .dot:nth-child(1),
.hexagon .dot:nth-child(4) {
	left: calc(50% - 5px);
}

.hexagon .dot:nth-child(2),
.hexagon .dot:nth-child(3) {
	left: calc(95% - 10px);
}

.hexagon .dot:nth-child(2),
.hexagon .dot:nth-child(6) {
	top: calc(25% - 5px);
}

.hexagon .dot:nth-child(3),
.hexagon .dot:nth-child(5) {
	top: calc(75% - 5px);
}

.hexagon .dot:nth-child(4) {
	top: calc(100% - 10px);
}

.hexagon .dot:nth-child(5),
.hexagon .dot:nth-child(6) {
	left: calc(15% - 10px);
}

.octagon {
	animation-duration: 3.75s;
	height: calc(10px * 13);
	width: calc(10px * 13);
}

.octagon .dot {
	animation: fade-out 0s forwards ease-in-out;
	background-color: #dbdde1;
}

.octagon .dot:nth-child(1),
.octagon .dot:nth-child(6) {
	left: calc(30% - 5px);
}

.octagon .dot:nth-child(2),
.octagon .dot:nth-child(5) {
	left: calc(70% - 5px);
}

.octagon .dot:nth-child(3),
.octagon .dot:nth-child(8) {
	top: calc(30% - 5px);
}

.octagon .dot:nth-child(4),
.octagon .dot:nth-child(7) {
	top: calc(70% - 5px);
}

.octagon .dot:nth-child(3),
.octagon .dot:nth-child(4) {
	left: calc(100% - 10px);
}

.octagon .dot:nth-child(5),
.octagon .dot:nth-child(6) {
	top: calc(100% - 10px);
}

.loading-text {
	animation: 1s fade-out 1s forwards ease-in-out;
	left: 50%;
	position: absolute;
	top: 0%;
	transform: translate(-50%, -105%);
}

.loading-text p {
	animation: fade 1.5s infinite alternate ease-in-out;
	color: #1f4788;
	font-family: "Noto Serif", serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 2px 0px shade(#09357d, 10%);
}

.logo-character {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 140px;
}

.logo-character img {
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-name: poyoyon;
	animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
	margin: 0 5px;
	max-height: 60px;
	opacity: 0;
}

.logo-character img:nth-of-type(1) {
	animation-delay: 2s;
}

.logo-character img:nth-of-type(2) {
	animation-delay: 2.5s;
}

.logo-character img:nth-of-type(3) {
	animation-delay: 3s;
}

.logo-character img:nth-of-type(4) {
	animation-delay: 3.5s;
}

.logo-character img:nth-of-type(5) {
	animation-delay: 4s;
}

.p-page-404 {
	margin-top: 100px;
	text-align: center;
}

.p-2nd {
	background: url(../img/bg_03.png) no-repeat center center/cover;
	height: 100%;
}

.p-2nd__inner {
	height: inherit;
	margin: 0 auto;
	padding: 0 40px;
	padding-block: 4.25rem;
	position: relative;
	width: 100%;
}

.p-2nd__container {
	border: 3px solid #EF5B0F;
	margin: 0 auto;
	max-width: 960px;
}

.p-2nd-title img {
	width: 100%;
}

.p-2nd-title-flex {
	align-items: end;
	display: flex;
	justify-content: center;
}

.p-2nd-about__container {
	background: white;
	padding: 20px;
}

.p-2nd-about-text-img {
	text-align: center;
}

.p-3rd__container {
	display: flex;
	gap: 30px;
}

.p-3rd__main {
	border: 2px solid #004DA3;
}

.p-3rd__main-title {
	background: #004DA3;
	height: auto;
}

.p-3rd__card-about {
	align-items: center;
	display: flex;
	gap: 10px;
}

.p-3rd__card-title img {
	width: 100%;
}

.p-3rd__sub {
	width: 276px;
}

.p-3rd__sub img {
	width: 100%;
}

.p-3rd__cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
}

.p-3rd__card .p-3rd__oisogi {
	align-items: flex-start;
	background: #EFFFE4;
	border: 6px #57C111;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.p-3rd__card .p-3rd__card-detail-text {
	color: #333;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.p-3rd__card .p-3rd__card-detail-text::before {
	background-color: #4CAF50;
	content: "";
	height: 0.8em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.8em;
}

.p-3rd__content {
	background-color: #EBF9FE;
}

.p-3rd__safe {
	border: 8px solid #57C111;
	border-radius: 10px;
	padding-bottom: 50px;
	text-align: center;
}

.p-3rd-images {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}

/* ===============================================
# 吹き出し
=============================================== */

.p-3rd__reviews {
	border: 4px solid #004DA3;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
}

.p-3rd__review {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-3rd__review:nth-child(even) {
	flex-direction: row-reverse;
}

.p-3rd__balloon {
	background-color: #f0f0f0;
	border: 3px solid;
	border-radius: 20px;
	max-width: 70%;
	padding: 20px;
	position: relative;
}

.p-3rd__balloon::before,
.p-3rd__balloon::after {
	border: 10px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
}

.p-3rd__review:nth-child(odd) .p-3rd__balloon {
	background: #FFF9E0;
	border-color: #EF5B0F;
}

.p-3rd__review:nth-child(odd) .p-3rd__balloon::before {
	border: 10px solid transparent;
	border-left-color: #f0f0f0;
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	z-index: 1;
}

.p-3rd__review:nth-child(odd) .p-3rd__balloon::after {
	border: 10px solid transparent;
	border-left-color: #EF5B0F;
	content: "";
	position: absolute;
	right: -23px;
	top: 50%;
}

.p-3rd__review:nth-child(even) .p-3rd__balloon {
	background: #E9FDFE;
	border-color: #2196F3;
}

.p-3rd__review:nth-child(even) .p-3rd__balloon::before {
	border: 10px solid transparent;
	border-right-color: #f0f0f0;
	content: "";
	left: -20px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.p-3rd__review:nth-child(even) .p-3rd__balloon::after {
	border: 10px solid transparent;
	border-right-color: #2196F3;
	content: "";
	left: -23px;
	position: absolute;
	top: 50%;
}

.p-3rd__balloon-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.p-3rd__balloon-text .normal-text {
	color: #252525;
	display: block;
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 10px;
}

.p-3rd__balloon-text .highlight-text {
	background: linear-gradient(transparent 60%, #f2cf39 0);
	color: #FF1414;
	display: block;
	display: inline;
	font-size: 24px;
	line-height: 40px;
	padding: 0 1px !important;
}

.p-3rd__image {
	width: 25%;
}

.p-3rd__image img {
	height: auto;
	width: 100%;
}

.highlight-text.inline {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

/* ===============================================
# 魔法
=============================================== */

.p-3rd__magic {
	background: white;
}

.p-3rd__magic__cards {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.p-3rd__magic__card {
	margin-inline: 24px;
}

.p-3rd__magic__card.blue {
	border: 2px solid #004DA3;
}

.p-3rd__magic__card-title {
	align-items: center;
	display: flex;
	gap: 20px;
}

.p-3rd__magic__card-title.blue {
	background: #004DA3;
	justify-content: center;
}

.p-3rd__magic__card-about {
	border: 10px solid #FBA423;
	border-radius: 0px 0px 20px 20px;
	border-top: none;
	margin-top: -20px;
}

.p-3rd__magic__card-title-container {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	line-height: 1.2;
}

.title-line-1 {
	color: white;
	font-size: 30.18px;
	margin-bottom: 10px;
}

.title-line-2 {
	color: #FFFF00;
	font-size: 31.34px;
}

.small {
	font-size: 24px;
}

.large {
	font-size: 30.18px;
}

.extra-large {
	font-size: 39.81px;
}

.title-line-1,
.title-line-2 {
	text-shadow: -3px -3px 0 #EF5B0F, 3px -3px 0 #EF5B0F, -3px 3px 0 #EF5B0F, 3px 3px 0 #EF5B0F, -3px 0 0 #EF5B0F, 3px 0 0 #EF5B0F, 0 -3px 0 #EF5B0F, 0 3px 0 #EF5B0F;
}

.p-3rd__magic__card-about-container {
	padding: 20px;
	position: relative;
}

.p-3rd__magic__card-about-title {
	color: #420E11;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 25px; /* 138.889% */
	margin-block: 20px;
	padding-left: 27px; /* テキストと縦線の間隔 */
	position: relative;
}

.p-3rd__magic__card-about-title::before {
	background-color: #74BE19; /* 黄緑色 */
	bottom: 0;
	content: "";
	left: 0px;
	position: absolute;
	top: 0;
	width: 12px; /* 縦線の太さ */
}

.p-3rd__magic__card-about-title div {
	word-wrap: break-word;
	color: #420E11;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 23.5px;
	font-weight: 900;
	line-height: 36px;
}

.offshore-insurance-title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.offshore-insurance-title span {
	display: inline-block;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.blue {
	color: #004DA3;
}

.orange {
	color: #EF5B0F;
}

.medium {
	font-size: 36.04px;
}

.large {
	font-size: 41.19px;
}

.extra-large {
	font-family: "Poppins", sans-serif;
	font-size: 61.79px;
}

.offshore-insurance-title span {
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 4px 6px rgba(0, 0, 0, 0.3); /* 影を追加 */
}

/* 青いテキストの影をより強調 */

.offshore-insurance-title span.blue {
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 4px 6px rgba(0, 77, 163, 0.3); /* 青色の影 */
}

/* オレンジのテキストの影をより強調 */

.offshore-insurance-title span.orange {
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 4px 6px rgba(239, 91, 15, 0.3); /* オレンジ色の影 */
}

.outlined-text-3rd {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.highlight-container {
	display: inline-block;
	position: relative;
}

.highlight-text {
	word-wrap: break-word;
	background: linear-gradient(transparent 60%, #f2cf39 0);
	color: #FF1414;
	display: inline;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-weight: 900;
	line-height: 31px;
	padding: 0 1px !important;
	position: relative;
	width: 100%;
	z-index: 1;
}

.highlight-text.yellow {
	background: linear-gradient(transparent 60%, yellow 0);
}

.p-3rd__magic__card-flex {
	display: flex;
	gap: 23px;
	margin-block: 25px;
}

.p-3rd__magic__card-image {
	width: 100%;
}

.p-3rd__magic__card-text {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-collapse: separate;
	border-spacing: 5px 0px;
	margin: 0 auto;
	padding: 0;
	table-layout: fixed;
}

thead th {
	padding: 1em 0.8em;
}

table tr {
	background-color: #FFF9E2;
	padding: 0.35em;
}

table tr:nth-child(even) {
	background-color: #FFF1BD;
}

table td {
	padding: 0.7em;
	text-align: center;
}

table th {
	font-size: 0.75em;
}

i {
	font-size: 2em;
}

.plan1 {
	background: #E8443B;
	border-radius: 20px 20px 0 0;
}

.plan1_i {
	border-inline: 4px solid;
	color: #E8443B;
	color: #E8443B;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 20px;
	text-align: center; /* 125% */
}

.plan1_i p {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	text-align: center; /* 155.556% */
}

.plan4 {
	background: black;
	border-radius: 20px 20px 0 0;
}

.plan4_i {
	border-inline: 4px solid;
	color: black;
	color: #33302F;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-align: center; /* 125% */
}

.plan3 {
	background: black;
	border-radius: 20px 20px 0 0;
}

.plan3_i {
	border-inline: 4px solid;
	color: black;
	color: #33302F;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-align: center; /* 125% */
}

.plan2 {
	background: black;
	border-radius: 20px 20px 0 0;
}

.plan2_i {
	border-inline: 4px solid;
	color: black;
	color: #33302F;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-align: center; /* 125% */
}

.plan2_i p {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	text-align: center; /* 155.556% */
}

.price {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}

.price span {
	font-size: 0.6em;
}

.btn {
	background: #fff;
	border-radius: 5px;
	color: #000;
	display: block;
	font-size: 0.8em;
	padding: 1em;
	text-decoration: none;
}

.bbred {
	border-bottom: 4px solid red;
}

.bbblack {
	border-bottom: 4px solid black;
}

.p-4th-title {
	background: #004DA3;
}

.p-4th-image {
	width: 100%;
}

.p-4th-image img {
	width: 100%;
}

.p-4th-graph { /* テーブルを折り返さずに1行で表示 */
	-ms-overflow-style: none;
	overflow-x: auto; /* Internet Explorer / Edge 用にスクロールバーを非表示 */
	scrollbar-width: none; /* 横方向のスクロールを有効にする */
	white-space: nowrap; /* Firefox 用にスクロールバーを非表示 */
}

.p-4th-graph::-webkit-scrollbar {
	display: none; /* WebKit ブラウザ（Chrome, Safariなど）でスクロールバーを非表示 */
}

.p-4th-graph td { /* 必要に応じて単語の途中でも折り返す */
	white-space: normal;
	word-break: break-all; /* テキストを自動で折り返す */
}

.p-4th-graph tbody th {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 700; /* 128.571% */
	letter-spacing: 0.56px;
	line-height: 18px;
	text-align: center;
}

.p-4th-graph table { /* 列の幅を均等にする */
	background-color: white;
	padding: 23px 28px; /* テーブル全体の幅を100%に設定 */
	table-layout: fixed;
	width: 100%;
}

.p-4th-graph th,
.p-4th-graph td { /* 各列の幅を20%に設定して均等に割り当てる */
	text-align: center;
	width: 20%; /* セルのテキストを中央揃え */
	word-break: break-word; /* テキストを幅に合わせて折り返し */
}

.p-5th-about {
	background: url(../img/pc-5th-background.png) no-repeat center center/cover;
}

.p-5th-last {
	background: linear-gradient(to bottom, transparent 40%, white 0%);
}

.details {
	border-radius: 20px;
	margin-bottom: 10px; /* アコーディオン間の間隔 */
	overflow: hidden; /* 角丸を子要素に適用 */
}

.details .details-summary .btn:after {
	border-bottom: 0;
	border-left: 30px solid transparent;
	border-radius: 10px;
	border-right: 30px solid transparent;
	border-style: solid;
	border-top: 30px solid #555555;
	content: "";
	height: 4px;
	height: 0;
	left: 0;
	position: absolute;
	top: 7px;
	transform-origin: center center;
	width: 18px;
	width: 0;
}

.details.blue {
	border: 2px solid #1F519A;
}

.details.blue .details-summary .btn:after {
	border-top: 30px solid #1F519A;
}

.details.pink {
	border: 2px solid #EC4CA1;
}

.details.pink .details-summary .btn:after {
	border-top: 30px solid #EC4CA1;
}

.details.green {
	border: 2px solid #06C755;
}

.details.green .details-summary .btn:after {
	border-top: 30px solid #06C755;
}

.details-summary {
	background-color: #ECF4FF;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	position: relative;
	text-align: center;
}

.details-summary:hover {
	opacity: 0.8;
}

.details-summary .btn {
	height: 18px;
	position: absolute;
	right: 0;
	top: 37%;
	transform-origin: center center;
	transition-duration: 0.2s;
	width: 18px;
}

.details-summary .btn:before {
	height: 18px;
	left: 7px;
	top: 0;
	width: 4px;
}

.details-summary.is-active .btn {
	transform: rotate(-180deg);
}

.details-summary.is-active .btn:before {
	content: none;
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	background: #ECF4FF;
	padding: 20px;
}

.details-content .close-btn {
	background: #0000FF;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 8px 32px;
	text-align: center;
}

.details-content .close-btn:hover {
	opacity: 0.8;
}

.details-content p {
	color: #000;
	font-size: 18px;
	margin: 0 0 20px;
	text-align: left;
}

.details-content p:last-of-type {
	margin: 0 0 40px;
}

.section__wrapper {
	display: flex;
	justify-content: center;
}

.section__wrapper-block {
	width: 1000px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-pb {
	padding-bottom: 10px;
}

/* 宮澤追加 */
.last__container img{
	width: 100%;
}

.simulation_content{
    background-color: #EBF9FE;
}

.last__main-title{
	height: auto;
    background-color: #EBF9FE;
}

.simulation_title{
	text-align: center;
	margin-bottom: 20px;
}

.benefits__last_lists{
	text-align: center;
}

.simulation_free{
    background-image: url(../img/city__crowd_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
}

.simulation_free_btn{
	position: absolute;
	top: 10%;
	left: 8%;
}

@media screen and (max-width: 767px) {
    .simulation_free_btn {
        left: 0;
    }
}

.IFA__contents{
	background: #fff;
}

.IFA__text_2nd{
	text-align: center;
	padding: 0 20px;
}

.IFA__text-margin{
	margin: 20px 0;
}

.IFA__text_2nd-1 img{
	width: 365px;
}

.IFA__text_2nd-2 img{
	width: 100px;
}

.IFA__text_2nd-1-sp img{
    width: 194px;
}

.IFA__text_2nd-2-sp img{
	width: 80px;
}

.IFA__text{
	max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-size: 18px;
    font-family: Noto Sans JP;
}

.last__check__card-about{
	border: 2px solid #2654A3;
	border-top: none;
    border-radius: 0;
    margin-top: -10px;
}

.last__check_card{
	margin-bottom: 30px;
	margin-inline: 20px;
}

.last__content {
	background-color: #fff;
}

.carousel {
    background-image: url(../img/IFA__simulation_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
	.carousel {
		background-image: url(../img/IFA__simulation_bg-sp.png);
	}
}

.IFA__simulation_title{
	padding: 10px;
}

.carousel-inner {
    padding: 10px 0 20px;
    max-width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
}

.carousel-inner img {
    width: 240px !important; 
    height: auto;
    margin: 0 5px;
}

.carousel-inner.slick-slider {
    width: 100% !important; 
}

.last__merit-title{
	padding: 20px;
}

.last__merit__cards{
	display: flex;
    flex-direction: column;
    gap: 23px;
}

.last__merit__card{
	margin-inline: 20px;
}

.last__padding{
	padding: 20px;
}

.last__check-title{
	padding: 20px;
}
 
.last__check_card-about-container{
	padding: 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
	.last__check_card-about-container{
        padding: 16px;
    }
}

.position__area{
	position: relative;
}

.myProperty__position{
	position: absolute;
	bottom: 28%;
    left: 8%;
	width: 85% !important;
}

@media screen and (max-width: 767px) {
	.myProperty__position {
		bottom: 34%;
	}
}

.myProperty__position.part4{
	bottom: 19%;
}

@media screen and (max-width: 767px) {
	.myProperty__position.part4{
		bottom: 14%;
	}
}

.myProperty__tel_position{
	position: absolute;
    width: 90% !important;
    top: 32%;
    left: 5%;
}

.myProperty__tel_position-part4{
    position: absolute;
    left: 5%;
    top: 34%;
    width: 90% !important;
}

@media screen and (max-width: 767px) {
	.myProperty__tel_position {
		top: 35%;
	}
}

.operator__text{
	position: absolute;
    width: 230px !important;
    top: 42%;
    right: 6%;
}

@media screen and (max-width: 767px) {
	.operator__text {
		width: 180px !important;
		top: 45%;
		right: 24%;
	}
}

.myproperty__operator_tel{
	position: absolute;
    top: 46%;
    left: 6%;
    width: 88% !important;
}

@media screen and (max-width: 767px) {
	.myproperty__operator_tel {
		top: 48%;
		left: 10%;
		width: 80% !important;
	}
}

.myproperty__operator_line{
	position: absolute;
    bottom: 23%;
    width: 88% !important;
    left: 6%;
}

@media screen and (max-width: 767px) {
	.myproperty__operator_line {
		bottom: 29%;
		left: 10%;
		width: 80% !important;
	}
}

.myProperty__date{
	position: absolute;
    bottom: 19%;
    left: 29%;
}

@media screen and (max-width: 767px) {
	.myProperty__date {
		bottom: 23%;
		left: 10%;
	}
}

.myProperty__date.part4{
	top: 52%;
}

@media screen and (max-width: 767px) {
	.myProperty__date.part4{
		top: 60%;
	}
}

.myProperty__date p{
	font-size: 24px;
    color: #FF1414;
}

@media screen and (max-width: 767px) {
	.myProperty__date p {
		font-size: 20px;
	}
}

/* 点滅 */
@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* 要素にアニメーションを適用 */
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}

.highlight-blue-text{
	word-wrap: break-word;
    background: linear-gradient(transparent 60%, #FFFF00 0);
    color: #004DA3;
    display: inline;
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 900;
    line-height: 31px;
    padding: 0 1px !important;
    position: relative;
    width: 100%;
    z-index: 1;
}

.questions__part{
	padding: 40px;
}

@media screen and (max-width: 767px) {
	.questions__part{
		padding: 20px;
	}
}

.questions-blue {
    background-color: #1F519A;
}

.questions-pink {
    background-color: #EC4CA1;
}

.questions-green {
    background-color: #06C755;
}

.questions-orange {
    background-color: #EF5B0F;
}

  .questions {
    height: auto; /* heightを動的に調整 */
    overflow: hidden; /* スムーズなスライドのために追加 */
    transition: none; /* heightアニメーションはjQueryに任せる */
	border-radius: 10px;
	margin-bottom: 20px;
}
  
  .questions-title {
	color: #fff;
	display: block;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	transition: all ease-in-out .3s;
	border-radius: 10px;
	position: relative;
	cursor:pointer;
  }

  @media screen and (max-width: 767px) {
	.questions-title {
		font-size: 16px;
		padding-right: 40px;
	}
}

  .questions-title:after {
	content: '';
    width: 20px;
    height: 20px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
    right: 5%;
	bottom: 0;
	margin: auto;
  }

  @media screen and (max-width: 767px) {
	.questions-title:after{
		width: 15px;
		height: 15px;
	}
}

  .questions-title.title-blue{
	background-color: #1F519A;
  }

  .questions-title.title-pink{
	background-color: #EC4CA1;
  }

  .questions-title.title-green{
	background-color: #06C755;
  }

  .questions-title.title-orange{
	background-color: #EF5B0F;
  }
  
  .questions-title::-webkit-details-marker {
	display: none;
  }
  
  .questions-content {
	margin: 0 20px 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	display:none;
  }

  .questions__redText{
	color: #FF1414;
	font-weight: bold;
  }


  .triple__benefits_position{
	position: absolute;
    bottom: 0;
    left: 0;
  }

  @media screen and (max-width: 767px) {
	.triple__benefits_position{
		top: 3%;
	  }
	}		

  .part4__form{
	position: relative;
  }

  .part4__form__image{
	text-align: center;
  }

  .part4__form__image img{
	width: 90%;
    height: auto;
    aspect-ratio: 1 / 1.414;
  }

  @media screen and (max-width: 767px) {
	.part4__form__image img{
		aspect-ratio: initial;
		width: 100%;
	  }
}

  .cf7-policy {
	margin-bottom: 20px; /* ボタンとの余白 */
	background-color: #f9f9f9; /* 背景色 */
  }
  
  .cf7-policy-box {
	font-size: 14px; /* 読みやすいサイズ */
  }
  
  .cf7-policy-content {
	max-height: 200px; /* 枠の高さ */
	overflow-y: auto; /* 縦方向にスクロールを許可 */
	padding: 10px;
	border: 1px solid #ddd; /* 内枠 */
	background-color: #fff; /* 内容の背景色 */
	margin: 10px 0; /* 上下の余白 */
  }
  
  .cf7-policy-content p {
	margin: 0 0 10px; /* 段落間の余白 */
  }

  .fv-form.part4{
	top: 10%;
  }

  @media screen and (max-width: 767px) {
	.fv-form.part4{
		top: 16%;
	  }
}

  .fv-form_body.part4{
	width: 65%;
  }

  @media screen and (max-width: 767px) {
	.fv-form_body.part4{
		width: 85%;
	  }
}

  .part4__select1 .wpcf7-select{
	width: 100%;
  }

  .part4__select2 .wpcf7-select{
	width: 95%;
  }

  .part4__select3 .wpcf7-select{
    width: 85%;
  }

  .part4__select4 .wpcf7-select{
    width: 30%;
  }

  .fv-form_cf7.part4 .wpcf7-text{
	width: 100%;
  }

  .cf7-submit.part4{
	display: flex;
    justify-content: center;
	padding-bottom: 20px;
  }

  .p-contact-last-text.part4 p{
	padding: 20px;
	border-radius: 10px;
  }

  .company__section{
	background-color: #fff;
  }

  .company__container{
	width: 1200px;
    margin: 0 auto;
  }

  @media screen and (max-width: 767px) {
	.company__container {
		width: 100%;
	}
}

	.company__container h2{
		font-size: 38px;
		color: #420E11;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}

  .company__contents{
	display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
	row-gap: 40px;
  }

  @media screen and (max-width: 767px) {
	.company__contents {
		flex-direction: column;
		flex-wrap: nowrap;
	}
}
  
  .company__table_wrapper{
    border-radius: 15px;
    width: 560px;
	padding: 20px;
	position: relative;
	color: #252525;
  }

  @media screen and (max-width: 767px) {
	.company__table_wrapper {
        width: 90%;
        margin: 0 auto;
	}
}

  .company__table_wrapper.orange{
	border: 4px solid #F37514;
	background-color: #FFF7F0;
  }

  .company__table_wrapper.pink{
	border: 4px solid #EC4CA1;
	background-color: #FFF8F9;
  }

  .company__table_wrapper.green{
	border: 4px solid #06C755;
	background-color: #F4FFF9;
  }

  .company__table_wrapper.blue{
	border: 4px solid #1F519A;
	background-color: #ECF4FF;
  }

  .company__table{
	border-collapse: collapse;
	margin-top: 10px;
  }

  .company__table tr{
	background-color: transparent;
  }

  .company__table th{
	border-bottom: 1px solid #EF5B0F;
	width: 25%;
	position:  relative;  
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
  }

  @media screen and (max-width: 767px) {
	.company__table th{
		width: 100%;
		display: block;
		font-size: 14px;
		padding: 10px;
		padding-left: 20px;
	  }
}

  .company__table th::before{
	content:'';   
	position:  absolute;
	height: 14px; 
	width: 14px;
	background-color: #EF5B0F;
	transform: rotate(45deg); 
	left: 0px;
  }

  .company__table td{
    border-bottom: 1px solid #CCCCCC;
	width: 75%;
	text-align: left;
  }

  @media screen and (max-width: 767px) {
	.company__table td{
		width: 100%;
		display: block;
		padding: 10px;
		font-size: 14px;
	  }
}

	.company__table_service-dl{
		margin-top: 10px;
	}

  .company__table_service-dl dt{
	position:  relative; 
	padding-left: 20px;
  }

  .company__table_service-dl dt::before{
	content:'';   
	position:  absolute;
	height: 14px; 
	width: 14px;
	background-color: #EC4CA1;
	transform: rotate(45deg); 
	left: 0px;
	top: 7px;
  }

  .company__table_service-dl dd{
	padding-left: 20px;
  }

  .company__table_business-dl{
	margin-top: 10px;
  }

  .company__table_business-dl dt{
	position:  relative; 
  }

  .company__table_business-dl dt::before{
	content: ""; 
    display: inline-block;
	width: 20px;
    height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
	vertical-align: middle;
  }

  .company__table_business-dl dt:nth-of-type(1)::before {
	background-image: url('../img/japan.png');
}

.company__table_business-dl dt:nth-of-type(2)::before {
	background-image: url('../img/honkong.png');
}

.company__table_business-dl dt:nth-of-type(3)::before {
	background-image: url('../img/Malaysia.png');
}

.company__table_business-dl dt:nth-of-type(4)::before {
	background-image: url('../img/Singapore.png');
}

.company__table_business-dl dt:nth-of-type(5)::before {
	background-image: url('../img/thai.png');
}

.company__table_business-dl dd{
	padding-left: 20px;
	margin-bottom: 20px;
}

  .company__table tr:nth-child(even) {
	background-color: transparent;
  }

  .company__table_col{
	display: flex;
	flex-direction: column;
  }

  .company__table_row{
	display: flex;
    justify-content: space-evenly;
  }

  .company__logo{
	width: 50%;
  }

  .company__title_tag{
	position: absolute;
    top: -2%;
    left: 5%;
  }

  .company__title_tag.bottom{
    top: -3%;
  }

  .company__boldText{
	font-weight: bold;
  }

  .company__redText{
    color: #FF1414;
    font-weight: bold;
  }

  .company__bottom{
	margin-bottom: 20px;
  }

  .company__business_partner_text{
	margin-bottom: 20px;
    margin-top: 10px;
  }

  .company__business_partner_bottom{
	margin-bottom: 20px;
  }
  
/* 宮澤追加ここまで */

@media (hover: hover) {

a:hover {
	opacity: 0.6;
}

.pagination .page-numbers:hover {
	opacity: 0.5;
	transition: 1s;
}

}

@media screen and (min-width: 768px) and (max-width: 1279px) {

.c-feature__image-items {
	flex-direction: row;
}

.p-online__container-box {
	flex-direction: column;
	gap: 30px;
}

.p-sweet-vending__container-box {
	flex-direction: column-reverse;
	gap: 50px;
	padding-top: 20px;
}

.tag-list {
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	padding-top: 51px;
	row-gap: 11px;
}

.u-hidden-tab {
	display: none;
}

}

@media screen and (min-width: 768px) {

.c-feature__image-items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
	margin-top: 19.5px;
	row-gap: 70px;
}

.c-feature__image-item {
	height: 380px;
	max-width: 380px;
	width: 380px;
}

.c-feature__image-detail {
	font-size: 1.5rem;
	height: 100px;
	line-height: 29px;
}

.c-feature__image img {
	height: 280px;
}

.qa__inner {
	margin-inline: auto;
	max-width: calc(1000px + 40px * 2);
	padding-inline: 40px;
}

.qa__boxes {
	gap: 42px;
	margin-top: 108px;
}

.qa-box__head {
	padding: 15px 40px;
}

.qa-box__head::after {
	right: 55px;
}

.qa-box__head::before {
	right: 55px;
}

.qa-box__head-icon {
	font-size: 27px;
	left: 42px;
}

.qa-box__head-text {
	font-size: 1.25rem; /* 168.75% */
	letter-spacing: 1.28px;
	line-height: 27px;
	padding-left: 63px;
	padding-right: 32px;
}

.qa-box__body {
	padding: 27px 74px 30px 35px;
}

.qa-box__a {
	gap: 18px;
}

.qa-box__a-icon {
	font-size: 27px;
	height: 36px;
	width: 36px;
}

.qa-box__a-text {
	font-size: 1.25rem; /* 168.75% */
	letter-spacing: 1.28px;
	line-height: 27px;
	padding-top: 7px;
}

.inner {
	margin-inline: auto;
	max-width: calc(1000px + 40px * 2);
	padding-inline: 40px;
}

.p-price__inner {
	margin-inline: auto;
	max-width: calc(1000px + 40px * 2);
	padding-inline: 40px;
}

.p-price__container {
	padding-top: 60px;
}

.p-price__cautions {
	background: #000;
	margin-inline: auto;
	margin-top: 50px;
	max-width: 1260px;
	opacity: 0.7;
	padding: 30px 40px 22px 62px;
}

.p-price__cautions__text p {
	font-size: 14px;
	line-height: 38px;
	padding: 0;
	text-align: left;
}

.tag-list {
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 90px;
}

.container {
	padding: 3.75rem 3.75rem 0;
}

.tag-list-f1f2 {
	gap: 15px;
}

.c-btn-item {
	width: 200px;
}

.c-btn-B1 {
	width: 200px;
}

.c-btn-auto {
	width: 200px;
}

.container-B1 {
	padding: 0;
}

.container-auto {
	padding: 0;
}

.slider-center-big {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
}

.u-hidden-pc {
	display: none;
}

}

@media (min-width: 768px) {

.for-sp {
	display: none;
}

}

@media screen and (max-width: 1439px) and (min-width: 768px) {

html {
	font-size: 1.25vw;
}

}

@media (max-width: 768px) {

.p-3rd__cards {
	gap: 4px;
	grid-template-columns: 1fr;
	padding: 16px 8px;
}

}

@media screen and (max-width: 767px) {

body.is-footer-sns-fixed {
	padding-bottom: 67px;
}

.l-inner {
	padding: 0 15px;
}

.l-inner.l-inner-3rd {
	padding: 0;
}

.l-inner-mv {
	padding: 0 15px;
}

.l-content {
	padding-bottom: 60px;
	padding-top: 40px;
}

.l-front-main__pagination {
	margin-top: 24px;
}

.l-archive-main__head {
	margin-bottom: 35px;
}

.l-archive-main__card:nth-child(n+2) {
	margin-top: 20px;
}

.l-archive-main__pagination {
	margin-top: 40px;
}

.l-to-top-button {
	bottom: 92px;
	right: 16px;
}

.l-section {
	padding-bottom: 40px;
	padding-top: 50px;
}

.l-news {
	flex-direction: column;
}

.l-news-container {
	flex-direction: column;
	gap: 0px;
	justify-content: center;
	padding-bottom: 0px;
}

.l-news-main {
	width: 100%;
}

.p-news-main-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -0.001em;
	line-height: 1.5909090909;
	padding-bottom: 40px;
	padding-inline: 12px;
}

.p-news-cards.repeat-1 {
	grid-template-columns: repeat(1, 1fr);
}

.p-news-cards {
	gap: 19px;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	row-gap: 17px;
}

.c-news-card-image {
	aspect-ratio: 166/98;
	border-radius: 30px;
}

.c-news-card-image.single {
	aspect-ratio: auto;
	border-radius: 0;
}

.c-news-card-image.archive {
	aspect-ratio: 166/98;
	border-radius: 30px;
}

.c-news-card-image img {
	border-radius: 30px;
	height: 100%;
	min-height: auto;
}

.c-news-card-detail {
	padding-top: 0;
}

.c-news-card-title {
	color: #0A357C;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-top: 6px;
}

.c-news-card-title.blue {
	color: #0A357C;
}

.c-news-card-date {
	color: #0A357C;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.4166666667;
	padding-bottom: 6px;
}

.c-news-card-date.yellow {
	color: #0A357C;
}

.p-tag {
	top: 5%;
}

.l-news-detail-container h2.wp-block-heading {
	color: #382620;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3583333333;
	margin-bottom: 20px;
	margin-top: 85px;
	padding-left: 20px;
	position: relative;
}

.l-news-detail-container h3.wp-block-heading {
	border-bottom: 1px solid #382620;
	color: #382620;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 21px;
	margin-top: 60px;
	padding-bottom: 4px;
}

.l-news-detail-container h4.wp-block-heading {
	color: #382620;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 46px;
}

.l-news-detail-container {
	width: 100%;
}

h2.wp-block-heading {
	color: #382620;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3583333333;
	margin-bottom: 20px;
	margin-top: 85px;
	padding-left: 20px;
	position: relative;
}

.h1-title {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 34px;
}

h3.wp-block-heading {
	border-bottom: 1px solid #382620;
	color: #382620;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 21px;
	margin-top: 60px;
	padding-bottom: 4px;
}

h4.wp-block-heading {
	color: #0A357C;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 2.875rem;
}

.l-pickup-news {
	width: auto;
}

.u-mw-300 { /* max-width: 335px; */
}

.l-pickup-news-wrapper {
	margin-top: 40px;
	padding-top: 12px;
}

.c-news-category {
	margin: 30px 0;
}

.p-map {
	width: 89%;
}

.ifream-wrap {
	border: 5px solid #ffffff;
}

.p-info-column__wrapper {
	width: 100%;
}

.p-info-column {
	width: 100%;
}

.p-info-column__list {
	margin: 0 auto;
}

.p-info-column__row {
	flex-direction: column;
	margin-bottom: 19px;
}

.p-info-column__term {
	margin-right: 23px;
	min-width: 84px;
	width: auto;
}

.p-info-column__term.about {
	min-width: 60px;
	width: 67px;
}

.p-shop-container__box {
	display: block;
}

.p-shop-container__box img {
	margin-top: 0;
	width: 100%;
}

.biz-hour th,
.biz-hour td {
	padding: 6px;
}

.biz-hour td.kids {
	font-size: 0.625rem;
}

.c-section-titles {
	align-items: flex-start;
}

.c-section-titles.talent {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.c-section-titles img {
	height: auto;
	max-width: 80px;
	width: auto;
}

.c-section-title.simple {
	padding-left: 0;
}

.c-section-title {
	font-size: 1.5rem;
}

.c-section-sub-title.simple {
	margin-left: 10px;
}

.c-btns {
	margin-top: 0;
}

.c-works-buttons {
	grid-template-columns: repeat(2, 1fr); /* 横3つの列 */
}

.c-archive-header.news {
	background-position: center center;
	background-size: 36rem;
	background-size: cover;
	height: 12.5rem;
	margin-top: 80px;
}

.c-archive-header.talent {
	background-position: center center;
	background-size: 36rem;
	background-size: cover;
	height: 12.5rem;
	margin-top: 80px;
}

.c-archive-header.contact {
	background-position: center center;
	background-size: 36rem;
	background-size: cover;
	height: 12.5rem;
	margin-top: 80px;
}

.c-archive-header {
	background-position: center center;
	background-size: 36rem;
	background-size: cover;
	height: 12.5rem;
	margin-top: 80px;
}

.l-breadcrumbs.l-inner {
	padding-bottom: 35px;
	padding-top: 35px;
}

.header {
	height: 60px;
	padding: 0 20px;
}

.header-logo img {
	height: 100%;
}

.p-footer__wrap {
	flex-direction: column;
}

.grid-wrap {
	justify-content: center;
}

.p-footer-logo {
	margin: 0 auto;
}

.grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer {
	padding: 1rem 30px;
}

.p-mv {
	background: url(../img/MV-sp4x.png) no-repeat center center/cover;
}

.p-mv__container {
	margin: 0 auto;
	width: 100%;
}

.p-mv__flex {
	flex-direction: column;
}

.p-mv-fill__image {
	margin: 0 auto;
	width: 328px;
}

.p-gluten-free {
	padding-top: 40px;
}

.p-allergy-free__images {
	gap: 20px;
}

.p-allergy-free__about-text {
	text-align: left;
}

.p-chef__images {
	flex-direction: column;
}

.p-chef__image {
	width: 100%;
}

.p-chef__table {
	width: 100%;
}

.p-chef__table th {
	width: auto;
}

.p-chef__text {
	width: 100%;
}

.p-blog__entry-items {
	grid-template-columns: repeat(2, 1fr);
}

.p-blog__text-box {
	width: auto;
}

.p-archive__inner-wrapper {
	flex-direction: column;
}

.p-archive__inner {
	padding-top: 0;
}

.h2 {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.45;
	padding-left: 14px;
}

.h3 {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.45;
	padding-left: 14px;
}

.entry-img.talent {
	width: 100%;
}

.p-company {
	background: url(../img/company.jpeg) no-repeat 60% 52%/auto;
	height: auto;
	padding-bottom: 100px;
	padding-top: 64px;
}

.p-company__contents {
	flex-direction: column;
}

.p-company__content.contact {
	padding-top: 30px;
}

.p-company__content .circle {
	align-items: center;
	height: 160px;
	line-height: 160px;
	width: 160px;
}

.p-company__about-title {
	font-size: 1.125rem;
}

.p-company__about-text {
	font-size: 1rem;
	margin-top: 5px;
}

.p-lesson__img img {
	max-height: none;
}

.p-concept::after {
	bottom: 0;
	height: 160px;
	width: 180px;
}

.p-concept {
	margin-top: 0;
	padding-top: 50px;
}

.p-concept-pink.l-section {
	padding-top: 0;
}

.p-concept-pink {
	margin-top: 0;
	padding-top: 50px;
}

.inner.news {
	flex-direction: column;
}

.p-concept-container {
	margin-top: 100px;
	padding-inline: 20px;
}

.p-concept-container::before {
	height: 145px;
	width: 211px;
}

.p-concept-container::after {
	height: 75px;
	top: -20px;
	width: 150px;
}

.p-about__container {
	margin-top: 100px;
	padding-bottom: 30px;
}

.p-about__container::before {
	height: 145px;
	width: 211px;
}

.p-about__container::after {
	height: 75px;
	top: -20px;
	width: 150px;
}

.p-concept-container-box {
	padding-top: 30px;
}

.p-concept-container-box.about {
	padding-top: 0;
}

.p-concept-container-box-title {
	font-size: 1.25rem;
}

.p-concept-container-box-about {
	flex-direction: column;
}

.p-concept-container-box-about.reverse {
	flex-direction: column;
}

.p-concept-container-box-wrap {
	width: 100%;
}

.p-concept-container-box-text {
	font-size: 14px;
}

.p-concept-container-box-items {
	flex-direction: column;
	margin-top: 0;
}

.p-concept-item {
	margin-top: 20px;
	width: 100%;
}

.p-concept-item-number {
	font-size: 36px;
}

.p-concept-item-title.customer {
	font-size: 3.7333333333vw;
	top: 51%;
	white-space: nowrap;
	width: 65%;
}

.p-concept-item-title.customer.second {
	top: 47%;
}

.p-concept-item-img img {
	-o-object-fit: contain;
	height: 150px;
	max-width: 160px;
	object-fit: contain;
	width: 100%;
}

.p-allsweets-items {
	align-items: center;
	flex-direction: column;
	margin-top: 50px;
}

.p-allsweets-item {
	max-width: 214px;
}

.p-allsweets-item:not(:first-child) {
	max-width: 180px;
}

.p-allsweets-item__image img {
	height: auto;
}

.p-online__container::after {
	bottom: -80px;
	height: 80px;
	width: 80px;
}

.p-online__container {
	padding-inline: 20px;
}

.p-online__container-box {
	flex-direction: column;
	gap: 30px;
}

.p-online__box-image img {
	width: 60%;
}

.p-online__box-about {
	width: 100%;
}

.p-sweet-vending__container::after {
	bottom: -45px;
	height: 80px;
	width: 80px;
}

.p-sweet-vending__container-box {
	flex-direction: column-reverse;
	gap: 50px;
	padding-top: 20px;
}

.p-sweet-vending__about {
	width: 100%;
}

.p-sweet-vending__about-detail {
	padding-top: 10px;
}

.p-sweet-vendeing__image img {
	width: 60%;
}

.p-shop-info__item {
	flex-direction: column;
	gap: 10px;
}

.p-shop-info__item-detail {
	flex-direction: column;
	height: auto;
	width: 100%;
}

.p-shop-info__item-name {
	width: 100%;
}

.Form-Item {
	padding-bottom: 16px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 16px;
}

.Form-Items {
	flex-direction: column;
	gap: 0;
}

.Form-Item-Label {
	align-items: center;
	display: flex;
	font-size: 15px;
	margin-bottom: 10px;
	max-width: inherit;
	min-width: 222px;
}

.Form-Item-Label.company {
	display: block;
}

.Form-Item-Label-Required {
	padding: 4px;
	width: 40px;
}

.Form-Item-Label-any {
	padding: 4px;
	width: 40px;
}

.Form-Item-Input {
	flex: inherit;
	font-size: 15px;
	height: 2.5rem;
	margin-left: 0;
}

.Form-Item-Input-age {
	flex: inherit;
	font-size: 15px;
	height: 40px;
	margin-left: 0;
}

.Form-Item-Textarea {
	flex: inherit;
	font-size: 15px;
	height: 200px;
	margin-left: 0;
	margin-top: 18px;
}

.Form-Btn {
	font-size: 1rem;
	margin-top: 24px;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 160px;
}

.p-contact__line img {
	width: 300px;
}

.p-contact__line.long img {
	width: 500px;
}

.p-contact__title {
	top: 10%;
}

span.wpcf7-form-control.wpcf7-radio {
	flex-direction: column;
}

.wpcf7-list-item {
	margin: 0 0 0 1em;
}

.util__link {
	font-size: 14px;
	margin-top: 15px;
	padding: 10px 51px;
}

.p-customer-voice__detail {
	font-size: 0.75rem;
}

.slider img {
	height: 379px;
	width: 47vw;
}

.c-btn-auto a {
	padding: 13px 13px;
}

.works-image-text {
	padding-top: 0;
}

.slider-center-big__main {
	padding-top: 1.25rem;
	width: 100%;
}

.slider-center-big__main img {
	height: auto;
	max-width: none;
	width: 100%; /*スライダー内の画像を横幅100%に*/
}

.p-single-talent-container {
	flex-direction: column;
	gap: 0;
}

.p-2nd__inner {
	padding: 0 15px;
}

.p-3rd__sub {
	display: none;
}

.p-3rd__review:nth-child(even) {
	flex-direction: column;
}

.p-3rd__review {
	flex-direction: column;
}

.p-3rd__balloon {
	max-width: 100%;
}

.p-3rd__magic__card {
	margin-inline: 15px;
}

.p-3rd__magic__card-about {
	border: 5px solid #FBA423;
}

.p-3rd__magic__card-about-container {
	padding: 16px;
}

.p-3rd__magic__card-about-title div {
	color: #420E11;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 25px; /* 138.889% */
}

.p-3rd__magic__card-flex {
	flex-direction: column;
}

.price {
	font-size: 16px;
}

.p-4th-graph table {
	width: auto;
}

.section__wrapper-block {
	width: 100%;
}

.u-hidden-sp {
	display: none;
}

}

@media screen and (max-width: 600px) {

.wrap {
	overflow-x: scroll;
}

}

@media screen and (max-width: 480px) {

.Form-Item-Label.isMsg {
	margin-top: 0;
}

}

@media screen and (max-width: 375px) {

html {
	font-size: 4.266vw;
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0;
	transform: translateY(100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeLeftAnime {

from {
	opacity: 0;
	transform: translateX(-100px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes spin-grow {

0% {
	transform: scale(0.5) rotate(0deg);
}

100% {
	transform: scale(1) rotate(360deg);
}

}

@keyframes img_anime_on {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes lineGrow {

from {
	width: 0;
}

to {
	width: 100%;
}

}

@keyframes UpAnime {

from {
	opacity: 0;
	transform: translateY(100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes DownAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 1;
	transform: translateY(100px);
}

}

@keyframes pulse {

0% {
	transform: scale(1);
}

50% {
	opacity: 0.5;
}

100% {
	opacity: 0;
	transform: scale(2);
}

}

@keyframes rotate-and-stop {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(720deg);
}

}

@keyframes dots-swell-1 {

to {
	transform: scale(3.5) translateY(-75%);
}

}

@keyframes dots-swell-2 {

to {
	transform: scale(3.5) translateX(-50%);
}

}

@keyframes dots-swell-3 {

to {
	transform: scale(3.5) translateX(50%);
}

}

@keyframes rotate-forever {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes rotate-forever-backwards {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(-360deg);
}

}

@keyframes fade {

to {
	opacity: 0.2;
}

}

@keyframes fade-out {

to {
	display: none;
	opacity: 0;
	z-index: -100;
}

}

@keyframes poyoyon {

0% {
	opacity: 0;
	transform: translateX(140px);
}

50% {
	transform: translateX(0);
}

65% {
	transform: translateX(30px);
}

100% {
	transform: translateX(0);
}

20%,100% {
	opacity: 1;
}

}

