@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #485154;
	word-wrap: break-word;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 80px;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a,
select {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible,
select:focus-visible {
	outline: auto;
	outline-color: #485154;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left;
}

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

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

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* padding
-------------------------------*/

.p-0 {
	padding: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p-45 {
	padding: 45px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.p-55 {
	padding: 55px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.px-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-65 {
	padding: 65px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.px-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.p-70 {
	padding: 70px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.p-75 {
	padding: 75px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.px-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p-85 {
	padding: 85px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

.px-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.p-90 {
	padding: 90px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.p-95 {
	padding: 95px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

.px-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

.grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/* Layout */

.l-body {
	width: 100%;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 1em 35px 1em 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	width: 100%;
	height: 100px;
	z-index: 1000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-header.is-bg {
	background: rgba(255, 255, 255, 0.9);
}

.l-wrapper {
	position: relative;
	width: 89.3333%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.heading-primary__en {
	font-size: 6rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #cc3e4f;
}

.heading-primary__jp {
	margin-top: 10px;
	padding-left: 0.13em;
	font-size: 1.6rem;
	letter-spacing: 0.13em;
}

.text-base {
	font-size: 1.6rem;
	line-height: 2;
}

.text-base p:not(:last-child),
.text-base ol:not(:last-child),
.text-base ul:not(:last-child) {
	margin-bottom: 2em;
}

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

.text-lg p:not(:last-child),
.text-lg ol:not(:last-child),
.text-lg ul:not(:last-child) {
	margin-bottom: 1.8em;
}

.text-sm {
	font-size: 1.4rem;
	line-height: 1.8;
}

.text-sm p:not(:last-child),
.text-sm ol:not(:last-child),
.text-sm ul:not(:last-child) {
	margin-bottom: 1.8em;
}

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.color-red {
	color: #cc3e4f;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.button-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	background: #ffffff;
	border: 1px solid #dcdddd;
	padding: 0.9375em 32px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 28px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary--en {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.button-primary::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 8px;
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
	mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
	background: currentColor;
}

.button-secondary {
	background: blue;
	color: #ffffff;
	border: none;
	padding: 0.5em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.menu-btn {
	display: none;
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2px 16px;
}

.gnavi__item a {
	display: block;
	padding: 0.2em 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__item a span {
	position: relative;
	margin-left: 13px;
}

.gnavi__item a[aria-current=page] span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	aspect-ratio: 1/1;
	background: #cc3e4f;
	border-radius: 50%;
}

.gnavi-bottom {
	display: none;
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 20px;
	padding: 60px 60px 46px;
	background: #f7f8f8;
}

.footer__logo img {
	display: block;
}

.footer__address {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.footer-link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px 40px;
	margin-top: 10px;
}

.footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.footer-link__item a {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-link__item a[target=_blank]::after {
	content: "";
	display: inline-block;
	margin-left: 12px;
	margin-bottom: 3px;
	vertical-align: middle;
	width: 1.9rem;
	height: 1.4rem;
	-webkit-mask: url(../img/common/icon_ex.svg) no-repeat center center/contain;
	mask: url(../img/common/icon_ex.svg) no-repeat center center/contain;
	background: currentColor;
}

.sns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.sns-list__item a {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sns-list__item img {
	display: block;
}

.copyright {
	display: block;
	padding: 3px 0;
	background: #485154;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.16em;
	color: #ffffff;
	text-align: center;
}

.banner-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px 25px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 976px;
}

.banner-list__banner {
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.banner-list__banner img {
	border-radius: 12px;
}

.mainvisual {
	position: relative;
	aspect-ratio: 1920/1080;
}

.mainvisual video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920/1080;
	pointer-events: none;
}

.scroll-guide {
	--scroll-guide-line-height: 113px;
	position: absolute;
	bottom: 22px;
	right: 16px;
	z-index: 2;
	font-size: 1.4rem;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
	-webkit-writing-mode: sideways-lr;
	-ms-writing-mode: sideways-lr;
	writing-mode: sideways-lr;
	text-decoration: none;
}

.scroll-guide::before {
	content: "";
	position: absolute;
	bottom: calc(100% + 7px);
	left: calc(50% + 2px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: var(--scroll-guide-line-height);
	background: #c9caca;
	z-index: 1;
}

.scroll-guide::after {
	content: "";
	position: absolute;
	bottom: calc(100% + 7px + var(--scroll-guide-line-height));
	left: calc(50% + 2px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #c9caca;
	z-index: 2;
	-webkit-animation: pathmove 2s ease-in-out infinite;
	animation: pathmove 2s ease-in-out infinite;
}

.home-intro {
	position: relative;
	background: #cc3e4f;
	padding: 170px 0 145px;
	color: #ffffff;
	text-align: center;
}

.home-intro::before,
.home-intro::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 0;
	pointer-events: none;
}

.home-intro::before {
	top: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(204, 33, 45, 0)), color-stop(64.24%, rgba(204, 33, 45, 0.5)), to(#cc212d));
	background: linear-gradient(to top, rgba(204, 33, 45, 0) 0, rgba(204, 33, 45, 0.5) 64.24%, #cc212d 100%);
}

.home-intro::after {
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(204, 33, 45, 0)), color-stop(64.24%, rgba(204, 33, 45, 0.5)), to(#cc212d));
	background: linear-gradient(to bottom, rgba(204, 33, 45, 0) 0, rgba(204, 33, 45, 0.5) 64.24%, #cc212d 100%);
}

.home-intro__copy {
	margin-bottom: 38px;
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: 0.1em;
}

.home-intro__text {
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	line-height: 3;
}

.loop-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.loop-slider__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-animation: loopSlider linear infinite;
	animation: loopSlider linear infinite;
}

.loop-slider__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 0;
}

.loop-text--home {
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.loop-text__item {
	margin-bottom: -0.14em;
	padding-right: 0.5em;
	font-style: italic;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	font-size: 10.1rem;
	line-height: 1;
	letter-spacing: 0.084em;
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #ffffff;
	color: transparent;
	opacity: 0.8;
}

.home-irodori {
	padding: 134px 0 0;
}

.home-irodori__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: clamp(2rem, -7.7215189873rem + 12.6582278481vw, 10rem);
	padding: 0 clamp(0rem, -23.2rem + 20.7142857143vw, 5.8rem) 0 clamp(0rem, -32rem + 28.5714285714vw, 8rem);
}

.home-irodori__image {
	width: 38.2831%;
}

.home-irodori__image img {
	display: block;
	width: 100%;
}

.home-irodori__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.home-irodori__heading {
	margin-bottom: 15px;
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.667;
}

.home-irodori__copy {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
}

.home-irodori__copy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: #dcdddd;
}

.home-irodori__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
}

.home-story {
	padding: 200px 0;
}

.home-story__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
}

.home-story__head {
	grid-area: 1/1/2/2;
}

.home-story__slider {
	grid-area: 2/1/3/3;
}

.home-story__button-wrap {
	grid-area: 1/2/2/3;
	width: 198px;
	align-self: flex-end;
}

.home-story__bottom {
	margin-top: 100px;
}

.home-story__bottom a {
	position: relative;
	display: block;
	width: 100%;
	background: url(../img/common/bg_link_01_pc.svg) no-repeat center center/cover, #ffffff;
	border-radius: 12px;
	padding: 40px 50px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-story__bottom a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 38px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
	mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
	background: currentColor;
}

.home-story__bottom a span {
	font-weight: 700;
}

.home-story-slider-wrap {
	position: relative;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-story-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 80px 0 20px;
}

.home-story-slider__inner {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.home-story-slider__item {
	width: 22.2857vw;
	padding-bottom: 40px;
	margin-right: 32px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home-story-slider__item:has(a:hover) {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.home-story-slider__item a {
	position: relative;
	display: block;
	-webkit-animation: custom-wave 6s linear infinite;
	animation: custom-wave 6s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	text-decoration: none;
	will-change: transform;
}

.home-story-slider__item:nth-child(even) a {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}

.home-story-slider:hover .home-story-slider__item a {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.home-story-slider__image {
	position: relative;
	border-radius: 24px;
	aspect-ratio: 312/420;
	overflow: hidden;
}

.home-story-slider__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-story-slider__copy {
	position: absolute;
	bottom: 0.55em;
	left: 0;
	font-weight: 500;
	font-size: 2.6rem;
	font-size: 1.86vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.2em;
}

.home-story-slider__copy span {
	display: inline-block;
	padding: 0.35em 0.1em 0.4em 0.1em;
	background-color: #ffffff;
	border-radius: 0 6px 6px 0;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

/* 上下に揺れるアニメーションの定義 */

/* 上下に揺れるアニメーションの定義 */

.circle-bg-wrap {
	position: relative;
}

.circle-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
	pointer-events: none;
}

.circle {
	position: absolute;
	border-radius: 50%;
	aspect-ratio: 1;
}

.circle--red {
	background: #cc3e4f;
}

.circle--orange {
	background: #f4905b;
}

.circle--green {
	background: #72d69a;
}

.circle--yellow {
	background: #f7dd46;
}

.circle--blue {
	background: #6bc7dd;
}

.circle--white {
	background: #fafafa;
}

.circle--40 {
	width: 4rem;
}

.circle--60 {
	width: 6rem;
}

.circle--90 {
	width: 9rem;
}

.circle--80 {
	width: 8rem;
}

.circle--180 {
	width: 18rem;
}

.circle--280 {
	width: 28rem;
}

.circle--530 {
	width: 53rem;
}

.circle--home-01 {
	right: -3.43%;
	top: -4.69%;
}

.circle--home-02 {
	left: -5.86%;
	top: 48.12%;
}

.circle--home-03 {
	right: 1.57%;
	top: 71.11%;
}

.circle--home-04 {
	right: 33.57%;
	top: 88.13%;
}

.circle--home-05 {
	left: -0.86%;
	top: 28.95%;
}

.circle--home-06 {
	right: -1.93%;
	top: 79%;
}

.circle--home-07 {
	right: 27.36%;
	top: 42.85%;
}

.circle--home-08 {
	left: 7.29%;
	top: 91.43%;
}

.circle--home-09 {
	left: 3.71%;
	top: 68.96%;
}

.circle--home-10 {
	right: -2.86%;
	top: 46.27%;
}

.circle--home-11 {
	left: 13.14%;
	top: 52.46%;
}

.circle--home-12 {
	right: 40.86%;
	top: 37%;
}

.circle--home-13 {
	right: 11.5%;
	top: 67.34%;
}

.circle--data-01 {
	right: 35%;
	top: 2.59%;
}

.circle--data-02 {
	left: -2%;
	top: 55%;
}

.circle--data-03 {
	right: -2.86%;
	top: 1%;
}

.circle--data-04 {
	right: 0.71%;
	top: 35%;
}

.circle--data-05 {
	left: -7.14%;
	top: 21.86%;
}

.circle--data-06 {
	right: -3%;
	bottom: 2%;
}

.circle--data-07 {
	left: -1%;
	top: 7.12%;
}

.circle--data-08 {
	left: 6.43%;
	top: 68.01%;
}

.circle--data-09 {
	left: 54.29%;
	top: 35.62%;
}

.circle--data-10 {
	left: 13.14%;
	top: 22.34%;
}

.circle--data-11 {
	left: 33.57%;
	top: 106.09%;
}

.circle--data-12 {
	left: 84%;
	top: 82.9%;
}

.circle--data-13 {
	left: 55.93%;
	top: 18.36%;
}

.circle--data-14 {
	left: 7.29%;
	top: 47.38%;
}

.circle--data-15 {
	left: 31.21%;
	top: 78.92%;
}

.circle--data-16 {
	left: 79.86%;
	top: 107.93%;
}

.circle--data-17 {
	right: 33.57%;
	top: 63.15%;
}

.circle--data-18 {
	right: 33.57%;
	top: 45.34%;
}

.circle--data-19 {
	right: -0.36%;
	bottom: 20%;
}

.circle--data-20 {
	right: -0.71%;
	top: 38.21%;
}

.circle--data-21 {
	left: -1.43%;
	bottom: -4.53%;
}

.circle--data-22 {
	left: 3.71%;
	top: 35%;
}

.circle--data-23 {
	left: 89.86%;
	bottom: 5%;
}

.circle--data-24 {
	left: 81.14%;
	top: 24.06%;
}

.circle--data-25 {
	left: 14.57%;
	top: 84.62%;
}

.circle--data-26 {
	left: 90%;
	top: 7.03%;
}

.circle--data-27 {
	left: 5.5%;
	top: 100.58%;
}

.circle--iro-01 {
	right: -3.86%;
	top: 1.63%;
}

.circle--iro-02 {
	left: -5.43%;
	top: 26.64%;
}

.circle--iro-03 {
	right: 1.14%;
	top: 41.95%;
}

.circle--iro-04 {
	right: 33.14%;
	top: 55%;
}

.circle--iro-05 {
	left: 0%;
	top: 14.52%;
}

.circle--iro-06 {
	right: -2.36%;
	top: 50%;
}

.circle--iro-07 {
	right: 30.79%;
	top: 29%;
}

.circle--iro-08 {
	left: 7.71%;
	top: 59%;
}

.circle--iro-09 {
	left: 4.14%;
	top: 41%;
}

.circle--iro-10 {
	right: 5.29%;
	top: 28%;
}

.circle--iro-11 {
	right: 14.14%;
	top: 34%;
}

.circle--iro-12 {
	left: 13.57%;
	top: 28.95%;
}

.circle--iro-13 {
	right: 29%;
	top: 16.02%;
}

.circle--iro-14 {
	left: -5.43%;
	top: 62.71%;
}

.circle--iro-15 {
	right: -3.86%;
	bottom: -9%;
}

.circle--iro-16 {
	left: -0.43%;
	top: 103.02%;
}

.circle--iro-17 {
	right: 1.57%;
	bottom: 14%;
}

.circle--iro-18 {
	left: 29.21%;
	bottom: 3%;
}

.circle--iro-19 {
	right: 5.71%;
	top: 98.8%;
}

.circle--iro-20 {
	left: 3.71%;
	bottom: 9%;
}

.circle--iro-21 {
	left: 12.57%;
	bottom: 2%;
}

.circle--iro-22 {
	right: 15.14%;
	bottom: 5%;
}

.circle--iro-23 {
	left: 27.43%;
	bottom: 21%;
}

.story-page {
	margin-bottom: 120px;
}

.story-cat {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.story-cat__item {
	font-size: 1.6rem;
}

.story-cat__item a {
	height: 50px;
	border: 1px solid #dcdddd;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.03em;
	border-radius: 25px;
	width: 12.9rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.story-cat__item a[aria-current=true] {
	background: #cc3e4f;
	color: #fff;
	border-color: #cc3e4f;
}

.story-note {
	text-align: right;
	margin-bottom: 20px;
}

.story-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.story-list__link {
	display: block;
	text-decoration: none;
}

.story-list__image {
	width: 100%;
	aspect-ratio: 312/420;
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}

.story-list__image__item {
	position: absolute;
	inset: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.story-list__image__item--default {
	z-index: 3;
}

.story-list__image__item--hover {
	z-index: 1;
}

.story-list__image__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.story-list__title {
	position: absolute;
	left: 0;
	bottom: 5%;
	z-index: 5;
	font-size: clamp(1.7rem, -0.2636363636rem + 2.5568181818vw, 2.6rem);
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.01em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.2em;
}

.story-list__title span {
	background: #ffffff;
	white-space: nowrap;
	border-radius: 0 6px 6px 0;
	display: inline-block;
	padding: 0.3em 0.3em 0.4em 0.1em;
	line-height: 1;
}

.story-list__text {
	line-height: 1.25;
	margin-top: 13px;
	display: block;
}

.story-list__text span {
	font-size: 50%;
	display: inline-block;
	vertical-align: top;
	padding-top: 0.2rem;
}

.story-banners {
	margin-top: 75px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-top: 65px;
}

.pagination__item {
	position: relative;
}

.pagination__item a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination__item a[disabled] {
	pointer-events: none;
	opacity: 0.7;
}

.pagination__item a[disabled]::before {
	background: #dcdddd;
}

.pagination__item--number {
	font-size: 2.4rem;
	font-family: "Poppins", sans-serif;
}

.pagination__item--number a {
	padding: 0 0.3em;
}

.pagination__item--number a:not([aria-current=page]) {
	color: #b5b5b6;
}

.pagination__item--number a[aria-current=page] {
	pointer-events: none;
}

.pagination__item--round {
	width: 4rem;
	aspect-ratio: 1;
}

.pagination__item--round a {
	border: 1px solid #dcdddd;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: relative;
	white-space: nowrap;
	text-indent: 101%;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination__item--round a::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background: currentColor;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagination__item--first a::before,
.pagination__item--last a::before {
	-webkit-mask: url(../img/common/icon_arrow_double.svg) no-repeat left 53% top 50%/auto 27%;
	mask: url(../img/common/icon_arrow_double.svg) no-repeat left 53% top 50%/auto 27%;
}

.pagination__item--prev a::before,
.pagination__item--next a::before {
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat left 54% top 50%/auto 27%;
	mask: url(../img/common/icon_arrow.svg) no-repeat left 54% top 50%/auto 27%;
}

.pagination__item--first,
.pagination__item--prev {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.pagination__item--prev {
	margin-right: 14px;
}

.pagination__item--next {
	margin-left: 14px;
}

.story-head {
	background: var(--main-bg-color, #cc3e4f);
	color: #ffffff;
	padding: 37px 0 40px;
	margin-top: 100px;
	margin-bottom: 110px;
}

.story-head__en {
	font: 500 6rem "Poppins", sans-serif;
	letter-spacing: 0.01em;
	display: block;
	line-height: 1;
}

.story-head__jp {
	font-size: 1.6rem;
	letter-spacing: 0.13em;
	margin-top: 10px;
}

.story[data-color=red] {
	--main-color: #cc3e4f;
	--main-bg-color: #cc3e4f;
}

.story[data-color=red-2] {
	--main-color: #cc3e4f;
	--main-bg-color: #cc3e4f;
}

.story[data-color=yellow] {
	--main-color: #ecc52a;
	--main-bg-color: #f7dd46;
}

.story[data-color=orange] {
	--main-color: #f4905b;
	--main-bg-color: #f4905b;
}

.story[data-color=blue] {
	--main-color: #6bc7dd;
	--main-bg-color: #6bc7dd;
}

.story[data-color=green] {
	--main-color: #4d7c5a;
	--main-bg-color: #4d7c5a;
}

.story[data-color=light-green] {
	--main-color: #72d69a;
	--main-bg-color: #72d69a;
}

.story[data-color=light-green-2] {
	--main-color: #72d69a;
	--main-bg-color: #72d69a;
}

.story[data-color=purple] {
	--main-color: #5e5580;
	--main-bg-color: #5e5580;
}

.story[data-color=rust] {
	--main-color: #c56b51;
	--main-bg-color: #c56b51;
}

.story[data-color=muted-red] {
	--main-color: #af5264;
	--main-bg-color: #af5264;
}

.story[data-color=navy-blue] {
	--main-color: #2b375f;
	--main-bg-color: #2b375f;
}

.story[data-color=steel-blue] {
	--main-color: #30658d;
	--main-bg-color: #30658d;
}

.story[data-color=gold] {
	--main-color: #EFC300;
	--main-bg-color: #EFC300;
}

.story[data-color=plum] {
	--main-color: #773551;
	--main-bg-color: #773551;
}

.story[data-color=mauve] {
	--main-color: #745A73;
	--main-bg-color: #745A73;
}

.story-num-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 36.4rem;
}

.story-num-nav--center {
	margin-left: auto;
	margin-right: auto;
}

.story-num-nav__number {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	color: var(--main-color, #cc3e4f);
	font: 500 3rem "Poppins", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.34em;
	letter-spacing: -0.005em;
}

.story-num-nav__number span {
	font-size: 4.1rem;
	width: 1.4em;
}

.story-num-nav__list {
	display: contents;
}

.story-num-nav__link {
	padding-top: 1rem;
}

.story-num-nav__link a {
	display: block;
	height: 80%;
	white-space: nowrap;
	text-indent: 101%;
	overflow: hidden;
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat top 50% right 0.2rem/0.9rem auto;
	mask: url(../img/common/icon_arrow.svg) no-repeat top 50% right 0.2rem/0.9rem auto;
	width: 2rem;
	background: #c9caca;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.story-num-nav__link--prev {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.story-num-nav__link--next {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.story-title {
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 10px;
}

.story-image {
	height: 37.85vw;
	max-height: 530px;
	margin-top: 55px;
}

.story-image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-o-object-position: top center;
	object-position: top center;
}

.story-profile {
	padding: 24px 0 12px 24px;
	position: relative;
}

.story-profile::before {
	content: "";
	background: var(--main-color, #cc3e4f);
	width: 1px;
	height: calc(100% + 30px);
	position: absolute;
	bottom: 0;
	left: 0;
}

.story-profile__name {
	font-size: 1.6rem;
	font-weight: 500;
}

.story-profile__name span {
	font-size: 1.2rem;
	font-weight: 400;
}

.story-profile__detail {
	line-height: 1.5;
	margin-top: 3px;
}

.story-step {
	margin-top: 30px;
	margin-bottom: 110px;
	text-align: center;
}

.story-step__heading {
	font-size: 2.2rem;
	font-weight: 700;
}

.story-step__heading__color {
	color: var(--main-color, #cc3e4f);
	font-size: 3rem;
}

.story-step__heading__lg {
	font-size: 3.5rem;
}

.story-step__heading__en {
	font: 600 3.5rem "Poppins", sans-serif;
}

.story-step__list {
	background: url(../img/story/step_red_pc.png) no-repeat center top/100% auto;
	padding-top: 137px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 18px;
}

[data-color=red-2] .story-step__list {
	background-image: url(../img/story/step_red-2_pc.png);
}

[data-color=yellow] .story-step__list {
	background-image: url(../img/story/step_yellow_pc.png);
}

[data-color=orange] .story-step__list {
	background-image: url(../img/story/step_orange_pc.png);
}

[data-color=blue] .story-step__list {
	background-image: url(../img/story/step_blue_pc.png);
}

[data-color=green] .story-step__list {
	background-image: url(../img/story/step_green_pc.png);
}

[data-color=light-green] .story-step__list {
	background-image: url(../img/story/step_light-green_pc.png);
}

[data-color=light-green-2] .story-step__list {
	background-image: url(../img/story/step_light-green-2_pc.png);
}

[data-color=purple] .story-step__list {
	background-image: url(../img/story/step_purple_pc.png);
}

[data-color=rust] .story-step__list {
	background-image: url(../img/story/step_rust_pc.png);
}

[data-color=muted-red] .story-step__list {
	background-image: url(../img/story/step_muted-red_pc.png);
}

[data-color=navy-blue] .story-step__list {
	background-image: url(../img/story/step_navy-blue_pc.png);
}

[data-color=steel-blue] .story-step__list {
	background-image: url(../img/story/step_steel-blue_pc.png);
}

[data-color=gold] .story-step__list {
	background-image: url(../img/story/step_gold_pc.png);
}

[data-color=plum] .story-step__list {
	background-image: url(../img/story/step_plum_pc.png);
}

[data-color=mauve] .story-step__list {
	background-image: url(../img/story/step_mauve_pc.png);
}

.story-step__item {
	padding: 0 5px;
}

.story-step__number {
	color: var(--main-color, #cc3e4f);
	font: 500 1.6rem "Poppins", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.25em;
}

.story-step__number span {
	font-size: 2.8rem;
}

.story-step__text {
	font-weight: 500;
	line-height: 1.5;
	color: #485154;
	display: block;
}

.story-section {
	margin-top: 86px;
}

.story-section__heading {
	color: var(--main-color, #cc3e4f);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.25;
}

.story-section__heading span {
	background: linear-gradient(to bottom, transparent 0, transparent 0.2em, var(--main-color, #cc3e4f) 0.2em, var(--main-color, #cc3e4f) calc(100% - 0.1em), transparent calc(100% - 0.1em), transparent 100%);
	padding: 0 0.1em;
	color: #ffffff;
}

.story-section__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 4%;
	margin-top: 36px;
}

.story-section__body--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.story-section__image {
	width: 36.4%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.story-section__image img {
	display: block;
	width: 100%;
}

.story-section__main {
	width: 59.6%;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: -0.01em;
	text-align: justify;
	margin-top: -8px;
}

.story-footer {
	padding: 60px 0 80px;
}

.story-footer__button-wrap {
	margin: 20px auto 0;
	width: 343px;
}

.story-irodori {
	margin-top: 145px;
	position: relative;
	color: #ffffff;
	padding: 30px 0 60px;
}

.story-irodori__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../img/story/bg_interview_1_pc.png) no-repeat left top/1400px auto, url(../img/story/bg_interview_2_pc.png) no-repeat left bottom/1400px auto, url(../img/story/bg_interview_3_pc.png) no-repeat right bottom/1400px auto, var(--main-color, #cc3e4f);
}

.story-irodori__head {
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	color: var(--main-color, #cc3e4f);
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 26px 0 28px;
}

.story-irodori__body {
	margin-top: 30px;
}

.story-irodori__keyword {
	position: relative;
	min-height: 5rem;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.5;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.story-irodori__keyword::before,
.story-irodori__keyword::after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #ffffff;
	clip-path: rect;
}

.story-irodori__keyword::before {
	left: 0;
	clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.story-irodori__keyword::after {
	right: 0;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.story-irodori__contents {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4%;
}

.story-irodori-section {
	width: 49%;
}

.story-irodori-section__heading {
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 14px;
	padding-bottom: 4px;
	border-left: 6px solid #ffffff;
}

.story-irodori-section__heading--text-tight {
	letter-spacing: 0.014em;
}

.story-irodori-section__text {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: -0.01em;
	text-align: justify;
}

.story-irodori-section__image {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.story-irodori-section__image--single {
	grid-template-columns: auto;
}

.story-irodori-section__image__item img {
	display: block;
	width: 100%;
}

.story-irodori-section__image__caption {
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.25;
}

.story-irodori-interview {
	width: 47%;
}

.story-irodori-interview__inner {
	background: #ffffff;
	color: #485154;
	border-radius: 30px 0 0 30px;
	width: calc(50vw - 6.3829787234%);
	padding: 36px 0 33px 40px;
	position: relative;
	overflow: hidden;
}

.story-irodori-interview__inner::before {
	content: "INTERVIEW";
	color: #f7f8f8;
	position: absolute;
	bottom: -0.15em;
	left: -0.2em;
	font: 500 8.7rem "Poppins", sans-serif;
	line-height: 1;
	padding-left: 30px;
	z-index: 0;
}

.story-irodori-interview__heading {
	position: relative;
	font-weight: 500;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 9px;
}

.story-irodori-interview__heading::after {
	content: "";
	width: 40px;
	height: 1px;
	background: var(--main-color, #cc3e4f);
	position: absolute;
	bottom: -1px;
	left: 0;
}

.story-irodori-interview__content {
	position: relative;
	padding-right: 40px;
	margin-top: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

.story-irodori-interview__writter {
	width: 32%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 7px;
}

.story-irodori-interview__writter__image {
	width: 100%;
	display: block;
}

.story-irodori-interview__writter__image img {
	width: 100%;
	display: block;
}

.story-irodori-interview__writter__text {
	margin-top: 15px;
	font-weight: 500;
	line-height: 1.6;
}

.story-irodori-interview__writter__text span {
	font-size: 1.8rem;
}

.story-irodori-interview__writter__text .story-irodori-interview__writter__lead-dot {
	font-size: 0.8rem;
}

.story-irodori-interview__writter__indent {
	text-indent: -1em;
	padding-left: 1em;
}

.story-irodori-interview__main {
	width: calc(68% - 24px);
}

.story-irodori-interview__catch {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5625;
}

.story-irodori-interview__text {
	line-height: 2;
	text-align: justify;
	margin-top: 6px;
}

.data-head {
	position: relative;
	background: url(../img/data/bg_data_head_pc.svg) no-repeat center center/cover;
	padding-top: 100px;
}

.data-head::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.06)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
	pointer-events: none;
}

.data-head__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 89.3333%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 140px 0 115px;
}

.data-head__heading {
	font-size: 5rem;
	line-height: 1.46;
	letter-spacing: 0.2em;
}

.data-head__heading span {
	font-weight: 700;
}

.data-head__text {
	margin-top: 30px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}

.data-head__image img {
	display: block;
}

.data-content {
	padding: 146px 0 120px;
}

.data-section:not(:first-child) {
	margin-top: 70px;
}

.data-heading {
	position: relative;
	background: linear-gradient(45deg, #ffbb1e 0%, #e87936 40%, #cf4c4f 100%);
	border-radius: 9999px;
	padding: 20px;
	margin-bottom: 30px;
}

.data-heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 15px 9px 0 9px;
	border-color: #e87936 transparent transparent;
	translate: -50% 100%;
}

.data-heading__sub {
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 1.3em);
	transform: translate(-50%, 1.3em);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 526px;
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 9999px;
	background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #ffbb1e 0%, #e87936 40%, #cf4c4f 100%) border-box;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	color: #f15a24;
}

.data-heading__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 74px;
}

.data-heading__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
}

.data-heading__icon img {
	display: block;
}

.data-heading__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.28;
	color: #ffffff;
	text-align: center;
}

.data-heading__lg {
	font-size: 3.4rem;
}

.data-heading__shade {
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 9999px;
	background: radial-gradient(circle, #f28c50 0 1px, transparent 1px) calc(50% - 3px) 0/6px 6px, radial-gradient(circle, #f28c50 0 1px, transparent 1px) 50% 3px/6px 6px;
}

.data-heading__shade::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 18px;
	height: 15px;
	background: radial-gradient(circle, #f28c50 0 1px, transparent 1px) calc(50% - 3px) 0/6px 6px, radial-gradient(circle, #f28c50 0 1px, transparent 1px) 50% 3px/6px 6px;
	z-index: -1;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.data-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.data-box {
	min-width: 0;
	background: #ffffff;
	border: 2px solid #cccccc;
	gap: 0;
	padding: 35px 20px 20px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
}

.data-label-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.3077;
	color: #cc3e4f;
	text-align: center;
}

.data-label-2 {
	margin: 8px 5px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.data-figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	min-width: 0;
	margin-top: 25px;
}

.data-note {
	margin-top: 30px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.333333;
	text-align: center;
}

.data-comparison {
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 40px 30px;
}

.data-comparison__heading-primary {
	font-weight: 700;
	font-size: 2.6rem;
	color: #cc3e4f;
	text-align: center;
	margin-bottom: 40px;
}

.data-comparison__part:not(:last-child) {
	margin-bottom: 50px;
}

.data-comparison__heading-secondary {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.data-comparison__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 56px;
}

.data-comparison__item {
	position: relative;
	min-width: 0;
	position: relative;
}

.data-comparison__item:not(:last-child)::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	right: -29px;
}

.data-comparison__label {
	background: #e6e6e6;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 12px 10px;
}

.data-comparison__content {
	aspect-ratio: 13/11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.pie-chart {
	position: relative;
	width: 220px;
	margin: 0 auto;
	aspect-ratio: 1;
}

.pie-chart svg {
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.pie-chart__bg,
.pie-chart__bar {
	fill: none;
	stroke-width: 22.5;
}

.pie-chart__bg {
	stroke: #eaedef;
}

.pie-chart__bar {
	stroke: #cc3e4f;
	stroke-linecap: butt;
	stroke-dasharray: 0 100;
}

.pie-chart.is-visible .pie-chart__bar {
	stroke-dasharray: var(--percent) 100;
	-webkit-transition: 0.8s ease-out;
	transition: 0.8s ease-out;
}

.pie-chart__text {
	position: absolute;
	inset: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 4rem;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	padding-bottom: 0.8rem;
}

.pie-chart__text span {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	padding-top: 1.4rem;
}

.bar-graph {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 auto;
	width: 260px;
	max-width: 100%;
	min-width: 0;
}

.bar-graph svg {
	width: 100%;
	height: auto;
}

.bar-graph--1 .cls-1 {
	fill: #485154;
}

.bar-graph--1 .cls-2 {
	fill: #8f9496;
}

.bar-graph--1 .cls-3 {
	fill: #fff;
}

.bar-graph--1 .cls-4 {
	stroke: #cc3e4f;
}

.bar-graph--1 .cls-4,
.bar-graph--1 .cls-5,
.bar-graph--1 .cls-6 {
	fill: none;
	stroke-miterlimit: 10;
}

.bar-graph--1 .cls-5 {
	stroke: #b3b3b3;
	stroke-width: 1.06px;
}

.bar-graph--1 .cls-6 {
	stroke: #ccc;
	stroke-width: 1.15px;
}

.bar-graph--1 .cls-7 {
	fill: #cc3e4f;
}

.bar-graph--2 .cls-1 {
	fill: #fff;
}

.bar-graph--2 .cls-2 {
	fill: #eda9b4;
}

.bar-graph--2 .cls-3 {
	stroke: #b3b3b3;
	stroke-width: 1.06px;
}

.bar-graph--2 .cls-3,
.bar-graph--2 .cls-4 {
	fill: none;
	stroke-miterlimit: 10;
}

.bar-graph--2 .cls-4 {
	stroke: #ccc;
	stroke-width: 1.15px;
}

.bar-graph--2 .cls-5 {
	fill: #cc3e4f;
}

.bar-graph__animation {
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.bar-graph.is-visible .bar-graph__animation {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.bar-graph__text {
	opacity: 0;
}

.bar-graph.is-visible .bar-graph__text {
	opacity: 1;
	-webkit-transition: 0.3s ease-out 0.4s;
	transition: 0.3s ease-out 0.4s;
}

.bar-graph__caption {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	white-space: nowrap;
	text-indent: 101%;
}

.irodori-mv {
	padding: 170px 0 45px;
}

.irodori-mv__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 32px;
}

.irodori-mv__logo {
	width: 330px;
}

.irodori-mv__body {
	margin-top: 38px;
}

.irodori-mv__lead {
	margin-left: 4px;
	margin-bottom: 24px;
}

.irodori-mv__text {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.irodori-about {
	padding: 64px 0 58px;
	background-color: #efefef;
	background-image: linear-gradient(to right, transparent 4px, #f7f8f8 4px), linear-gradient(to bottom, transparent 4px, #f7f8f8 4px);
	background-size: 10px 8px;
	background-position: center;
}

.irodori-about__head {
	margin-bottom: 12px;
	text-align: center;
}

.irodori-about__head__en {
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	font-weight: 700;
}

.irodori-about__head__jp {
	font-size: 4rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.irodori-about__text {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

.irodori-main {
	margin-top: 112px;
	padding: 72px 0 90px;
	background: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.irodori-main__head {
	margin-bottom: 30px;
	text-align: center;
	font-size: 4rem;
	line-height: 1.725;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.irodori-colors {
	padding: 0 5px;
}

.irodori-colors__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.irodori-colors__item {
	position: relative;
	padding: 10px 10px 8px;
	border: 1px solid #485154;
	border-radius: 50px;
}

.irodori-colors__item:nth-of-type(1) {
	border-color: #f97384;
}

.irodori-colors__item:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: calc(50% - 10px);
	height: 80px;
	border-left: 1px solid #f97384;
	border-bottom: 1px solid #f97384;
}

.irodori-colors__item:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: calc(100% + 75px);
	left: calc(100% - 18px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f97384;
}

.irodori-colors__item:nth-of-type(2) {
	border-color: #3187bc;
}

.irodori-colors__item:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 30px;
	background: #3187bc;
}

.irodori-colors__item:nth-of-type(2)::after {
	content: "";
	position: absolute;
	top: calc(100% + 30px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3187bc;
}

.irodori-colors__item:nth-of-type(3) {
	border-color: #7bc977;
}

.irodori-colors__item:nth-of-type(3)::before {
	content: "";
	position: absolute;
	top: 100%;
	right: 50%;
	width: calc(50% - 10px);
	height: 80px;
	border-right: 1px solid #7bc977;
	border-bottom: 1px solid #7bc977;
}

.irodori-colors__item:nth-of-type(3)::after {
	content: "";
	position: absolute;
	top: calc(100% + 75px);
	right: calc(100% - 18px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #7bc977;
}

.irodori-colors__bg {
	position: relative;
	height: 100%;
	padding: 28px 15px 32px;
	background: #f7f5f5;
	border-radius: 40px;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.irodori-colors__bg::before,
.irodori-colors__bg::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: #000;
}

.irodori-colors__bg::before {
	top: 20px;
	left: 20px;
	border-radius: 8px 0 0 0;
	clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
}

.irodori-colors__bg::after {
	bottom: 20px;
	right: 20px;
	border-radius: 0 0 8px 0;
	clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}

.irodori-colors__item:nth-of-type(1) .irodori-colors__bg::before,
.irodori-colors__item:nth-of-type(1) .irodori-colors__bg::after {
	background: #f97384;
}

.irodori-colors__item:nth-of-type(2) .irodori-colors__bg::before,
.irodori-colors__item:nth-of-type(2) .irodori-colors__bg::after {
	background: #3187bc;
}

.irodori-colors__item:nth-of-type(3) .irodori-colors__bg::before,
.irodori-colors__item:nth-of-type(3) .irodori-colors__bg::after {
	background: #7bc977;
}

.irodori-colors__head {
	margin-bottom: 4px;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.irodori-colors__sub {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.irodori-colors__image {
	margin-top: 18px;
	text-align: center;
}

.irodori-colors__text {
	margin-top: 17px;
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.03em;
}

.irodori-colors-result {
	margin-top: 60px;
}

.irodori-colors-result__head {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 320px;
	width: 32%;
	margin: 0 auto;
	padding: 5px 8px;
	border-radius: 100px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	background: #485154;
	color: #ffffff;
	letter-spacing: 0.03em;
}

.irodori-colors-result__image {
	width: 140px;
	height: 140px;
	margin: 15px auto 0;
	border-radius: 50%;
	-webkit-animation: change-color 8s linear infinite;
	animation: change-color 8s linear infinite;
}

.irodori-colors-result__image img {
	display: block;
}

.irodori-colors-result__text {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.03em;
}

.irodori-detail {
	position: relative;
	max-width: 760px;
	margin-top: 54px;
	margin-left: auto;
	margin-right: auto;
	padding: 48px 53px;
	border: 7px solid #f7dd46;
}

.irodori-detail__head {
	margin-bottom: 10px;
	padding-bottom: 14px;
	border-bottom: 2px solid #dcdddd;
}

.irodori-detail__heading {
	margin-bottom: 2px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.irodori-detail__lead {
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.irodori-detail__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5%;
}

.irodori-detail__text {
	width: 100%;
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}

.irodori-detail__image-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 200px;
	margin-top: -34px;
}

.irodori-detail__image img {
	display: block;
}

.irodori-detail__button {
	position: relative;
	display: block;
	margin-top: 15px;
	padding: 9px 20px;
	text-decoration: none;
	background: #485154;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.irodori-detail__button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.irodori-foot {
	padding: 110px 0 200px;
}

/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

:root {
	--swiper-theme-color: #007aff; /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-slides-offset-before);
	margin-inline-start: var(--swiper-slides-offset-before);
	scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
	-webkit-margin-end: var(--swiper-slides-offset-after);
	margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-slides-offset-before);
	margin-block-start: var(--swiper-slides-offset-before);
	scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
	-webkit-margin-after: var(--swiper-slides-offset-after);
	margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

@media (hover: hover) {

.button-primary:hover {
	background: #cc3e4f;
	border-color: #cc3e4f;
	color: #ffffff;
}

.gnavi__item a:hover {
	color: #cc3e4f;
}

.footer-link__item a:hover {
	opacity: 0.6;
}

.sns-list__item a:hover {
	opacity: 0.6;
}

.banner-list__banner:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.home-story__bottom a:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.story-cat__item:not(.active) a:not(.active):not([aria-current=true]):hover {
	border-color: #cc3e4f;
	color: #cc3e4f;
}

.story-list__link:hover .story-list__image__item--default {
	opacity: 0;
}

.pagination__item a:hover {
	color: #cc3e4f;
}

.pagination__item--round a:hover {
	border-color: #cc3e4f;
}

.pagination__item--round a:hover::before {
	background: #cc3e4f;
}

.story-num-nav__link a:hover {
	background: var(--main-color, #cc3e4f);
}

.story-footer__button-wrap .button-primary:hover {
	background: var(--main-color, #cc3e4f);
	border-color: var(--main-color, #cc3e4f);
}

.irodori-detail__button:hover {
	background: #cc3e4f;
}

}

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

.text-left-pc { /* 767px以上 */
	text-align: left;
}

.text-center-pc { /* 767px以上 */
	text-align: center;
}

.text-right-pc { /* 767px以上 */
	text-align: right;
}

.story-cat__item--long a { /* 767px以上 */
	width: 27.4rem;
}

}

@media screen and (max-width: 1000px) {

.story-title { /* 1000px以上 */
	font-size: 4.2rem;
}

.story-section__heading { /* 1000px以上 */
	font-size: 3rem;
}

.story-irodori-interview__content { /* 1000px以上 */
	padding-right: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
	gap: 15px;
}

.story-irodori-interview__writter { /* 1000px以上 */
	width: 100%;
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.story-irodori-interview__writter__image { /* 1000px以上 */
	width: 45%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.story-irodori-interview__writter__text { /* 1000px以上 */
	margin-top: 0;
}

.story-irodori-interview__main { /* 1000px以上 */
	width: 100%;
}

.irodori-colors { /* 1000px以上 */
	max-width: 335px;
	margin: 0 auto;
}

.irodori-colors__items { /* 1000px以上 */
	grid-template-columns: repeat(1, 1fr);
}

.irodori-colors__item { /* 1000px以上 */
	padding: 10px 10px 6px;
}

.irodori-colors__item:nth-of-type(1) { /* 1000px以上 */
}

.irodori-colors__item:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 24px;
	background: #f97384;
	border: none;
}

.irodori-colors__item:nth-of-type(1)::after {
	content: none;
}

.irodori-colors__item:nth-of-type(2) { /* 1000px以上 */
}

.irodori-colors__item:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 24px;
	background: #3187bc;
}

.irodori-colors__item:nth-of-type(2)::after {
	content: none;
}

.irodori-colors__item:nth-of-type(3) { /* 1000px以上 */
}

.irodori-colors__item:nth-of-type(3)::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 36px;
	background: #7bc977;
	border: none;
}

.irodori-colors__item:nth-of-type(3)::after {
	content: "";
	position: absolute;
	top: calc(100% + 34px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #7bc977;
}

.irodori-colors__bg { /* 1000px以上 */
	padding: 32px 15px 32px;
}

.irodori-colors__head { /* 1000px以上 */
	margin-bottom: 6px;
	font-size: 2.4rem;
}

.irodori-colors__sub { /* 1000px以上 */
	font-size: 1.4rem;
}

.irodori-colors__image { /* 1000px以上 */
	margin-top: 20px;
}

.irodori-colors__text { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 130px;
	margin-top: 14px;
	font-size: 1.3rem;
	line-height: 2;
}

.irodori-colors-result__head { /* 1000px以上 */
	width: 100%;
	padding: 7px 10px;
	font-size: 1.8rem;
}

.irodori-detail__lead { /* 1000px以上 */
	font-size: 2.7rem;
}

.irodori-detail__image-wrap { /* 1000px以上 */
}

}

@media screen and (max-width: 767px) {

.text-left-sp { /* 767px以下 */
	text-align: left;
}

.text-center-sp { /* 767px以下 */
	text-align: center;
}

.text-right-sp { /* 767px以下 */
	text-align: right;
}

.sp-only { /* 767px以下 */
	display: block !important;
}

.sp-only-2 { /* 767px以下 */
	display: inline-block !important;
}

.pc-only { /* 767px以下 */
	display: none !important;
}

.pc-only-2 { /* 767px以下 */
	display: none !important;
}

/* 767px以下 */

.mt-0-sp {
	margin-top: 0px !important;
}

.mb-0-sp {
	margin-bottom: 0px !important;
}

.mr-0-sp {
	margin-right: 0px !important;
}

.ml-0-sp {
	margin-left: 0px !important;
}

.mx-0-sp {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0-sp {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* 767px以下 */

.mt-5-sp {
	margin-top: 5px !important;
}

.mb-5-sp {
	margin-bottom: 5px !important;
}

.mr-5-sp {
	margin-right: 5px !important;
}

.ml-5-sp {
	margin-left: 5px !important;
}

.mx-5-sp {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5-sp {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* 767px以下 */

.mt-10-sp {
	margin-top: 10px !important;
}

.mb-10-sp {
	margin-bottom: 10px !important;
}

.mr-10-sp {
	margin-right: 10px !important;
}

.ml-10-sp {
	margin-left: 10px !important;
}

.mx-10-sp {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10-sp {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* 767px以下 */

.mt-15-sp {
	margin-top: 15px !important;
}

.mb-15-sp {
	margin-bottom: 15px !important;
}

.mr-15-sp {
	margin-right: 15px !important;
}

.ml-15-sp {
	margin-left: 15px !important;
}

.mx-15-sp {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15-sp {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* 767px以下 */

.mt-20-sp {
	margin-top: 20px !important;
}

.mb-20-sp {
	margin-bottom: 20px !important;
}

.mr-20-sp {
	margin-right: 20px !important;
}

.ml-20-sp {
	margin-left: 20px !important;
}

.mx-20-sp {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20-sp {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* 767px以下 */

.mt-25-sp {
	margin-top: 25px !important;
}

.mb-25-sp {
	margin-bottom: 25px !important;
}

.mr-25-sp {
	margin-right: 25px !important;
}

.ml-25-sp {
	margin-left: 25px !important;
}

.mx-25-sp {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25-sp {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* 767px以下 */

.mt-30-sp {
	margin-top: 30px !important;
}

.mb-30-sp {
	margin-bottom: 30px !important;
}

.mr-30-sp {
	margin-right: 30px !important;
}

.ml-30-sp {
	margin-left: 30px !important;
}

.mx-30-sp {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30-sp {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* 767px以下 */

.mt-35-sp {
	margin-top: 35px !important;
}

.mb-35-sp {
	margin-bottom: 35px !important;
}

.mr-35-sp {
	margin-right: 35px !important;
}

.ml-35-sp {
	margin-left: 35px !important;
}

.mx-35-sp {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35-sp {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* 767px以下 */

.mt-40-sp {
	margin-top: 40px !important;
}

.mb-40-sp {
	margin-bottom: 40px !important;
}

.mr-40-sp {
	margin-right: 40px !important;
}

.ml-40-sp {
	margin-left: 40px !important;
}

.mx-40-sp {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40-sp {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* 767px以下 */

.mt-45-sp {
	margin-top: 45px !important;
}

.mb-45-sp {
	margin-bottom: 45px !important;
}

.mr-45-sp {
	margin-right: 45px !important;
}

.ml-45-sp {
	margin-left: 45px !important;
}

.mx-45-sp {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-45-sp {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

/* 767px以下 */

.mt-50-sp {
	margin-top: 50px !important;
}

.mb-50-sp {
	margin-bottom: 50px !important;
}

.mr-50-sp {
	margin-right: 50px !important;
}

.ml-50-sp {
	margin-left: 50px !important;
}

.mx-50-sp {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50-sp {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* 767px以下 */

.mt-55-sp {
	margin-top: 55px !important;
}

.mb-55-sp {
	margin-bottom: 55px !important;
}

.mr-55-sp {
	margin-right: 55px !important;
}

.ml-55-sp {
	margin-left: 55px !important;
}

.mx-55-sp {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-55-sp {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

/* 767px以下 */

.mt-60-sp {
	margin-top: 60px !important;
}

.mb-60-sp {
	margin-bottom: 60px !important;
}

.mr-60-sp {
	margin-right: 60px !important;
}

.ml-60-sp {
	margin-left: 60px !important;
}

.mx-60-sp {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60-sp {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* 767px以下 */

.mt-65-sp {
	margin-top: 65px !important;
}

.mb-65-sp {
	margin-bottom: 65px !important;
}

.mr-65-sp {
	margin-right: 65px !important;
}

.ml-65-sp {
	margin-left: 65px !important;
}

.mx-65-sp {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-65-sp {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

/* 767px以下 */

.mt-70-sp {
	margin-top: 70px !important;
}

.mb-70-sp {
	margin-bottom: 70px !important;
}

.mr-70-sp {
	margin-right: 70px !important;
}

.ml-70-sp {
	margin-left: 70px !important;
}

.mx-70-sp {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-70-sp {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

/* 767px以下 */

.mt-75-sp {
	margin-top: 75px !important;
}

.mb-75-sp {
	margin-bottom: 75px !important;
}

.mr-75-sp {
	margin-right: 75px !important;
}

.ml-75-sp {
	margin-left: 75px !important;
}

.mx-75-sp {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-75-sp {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

/* 767px以下 */

.mt-80-sp {
	margin-top: 80px !important;
}

.mb-80-sp {
	margin-bottom: 80px !important;
}

.mr-80-sp {
	margin-right: 80px !important;
}

.ml-80-sp {
	margin-left: 80px !important;
}

.mx-80-sp {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80-sp {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

/* 767px以下 */

.mt-85-sp {
	margin-top: 85px !important;
}

.mb-85-sp {
	margin-bottom: 85px !important;
}

.mr-85-sp {
	margin-right: 85px !important;
}

.ml-85-sp {
	margin-left: 85px !important;
}

.mx-85-sp {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-85-sp {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

/* 767px以下 */

.mt-90-sp {
	margin-top: 90px !important;
}

.mb-90-sp {
	margin-bottom: 90px !important;
}

.mr-90-sp {
	margin-right: 90px !important;
}

.ml-90-sp {
	margin-left: 90px !important;
}

.mx-90-sp {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-90-sp {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

/* 767px以下 */

.mt-95-sp {
	margin-top: 95px !important;
}

.mb-95-sp {
	margin-bottom: 95px !important;
}

.mr-95-sp {
	margin-right: 95px !important;
}

.ml-95-sp {
	margin-left: 95px !important;
}

.mx-95-sp {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-95-sp {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

/* 767px以下 */

.mt-100-sp {
	margin-top: 100px !important;
}

.mb-100-sp {
	margin-bottom: 100px !important;
}

.mr-100-sp {
	margin-right: 100px !important;
}

.ml-100-sp {
	margin-left: 100px !important;
}

.mx-100-sp {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100-sp {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* 767px以下 */

.mt-auto-sp {
	margin-top: auto !important;
}

.mb-auto-sp {
	margin-bottom: auto !important;
}

.mr-auto-sp {
	margin-right: auto !important;
}

.ml-auto-sp {
	margin-left: auto !important;
}

.mx-auto-sp {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-auto-sp {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* 767px以下 */

.p-0-sp {
	padding: 0px !important;
}

.pt-0-sp {
	padding-top: 0px !important;
}

.pb-0-sp {
	padding-bottom: 0px !important;
}

.pr-0-sp {
	padding-right: 0px !important;
}

.pl-0-sp {
	padding-left: 0px !important;
}

.px-0-sp {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0-sp {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* 767px以下 */

.p-5-sp {
	padding: 5px !important;
}

.pt-5-sp {
	padding-top: 5px !important;
}

.pb-5-sp {
	padding-bottom: 5px !important;
}

.pr-5-sp {
	padding-right: 5px !important;
}

.pl-5-sp {
	padding-left: 5px !important;
}

.px-5-sp {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5-sp {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* 767px以下 */

.p-10-sp {
	padding: 10px !important;
}

.pt-10-sp {
	padding-top: 10px !important;
}

.pb-10-sp {
	padding-bottom: 10px !important;
}

.pr-10-sp {
	padding-right: 10px !important;
}

.pl-10-sp {
	padding-left: 10px !important;
}

.px-10-sp {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10-sp {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* 767px以下 */

.p-15-sp {
	padding: 15px !important;
}

.pt-15-sp {
	padding-top: 15px !important;
}

.pb-15-sp {
	padding-bottom: 15px !important;
}

.pr-15-sp {
	padding-right: 15px !important;
}

.pl-15-sp {
	padding-left: 15px !important;
}

.px-15-sp {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15-sp {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* 767px以下 */

.p-20-sp {
	padding: 20px !important;
}

.pt-20-sp {
	padding-top: 20px !important;
}

.pb-20-sp {
	padding-bottom: 20px !important;
}

.pr-20-sp {
	padding-right: 20px !important;
}

.pl-20-sp {
	padding-left: 20px !important;
}

.px-20-sp {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20-sp {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* 767px以下 */

.p-25-sp {
	padding: 25px !important;
}

.pt-25-sp {
	padding-top: 25px !important;
}

.pb-25-sp {
	padding-bottom: 25px !important;
}

.pr-25-sp {
	padding-right: 25px !important;
}

.pl-25-sp {
	padding-left: 25px !important;
}

.px-25-sp {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25-sp {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/* 767px以下 */

.p-30-sp {
	padding: 30px !important;
}

.pt-30-sp {
	padding-top: 30px !important;
}

.pb-30-sp {
	padding-bottom: 30px !important;
}

.pr-30-sp {
	padding-right: 30px !important;
}

.pl-30-sp {
	padding-left: 30px !important;
}

.px-30-sp {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30-sp {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* 767px以下 */

.p-35-sp {
	padding: 35px !important;
}

.pt-35-sp {
	padding-top: 35px !important;
}

.pb-35-sp {
	padding-bottom: 35px !important;
}

.pr-35-sp {
	padding-right: 35px !important;
}

.pl-35-sp {
	padding-left: 35px !important;
}

.px-35-sp {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35-sp {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

/* 767px以下 */

.p-40-sp {
	padding: 40px !important;
}

.pt-40-sp {
	padding-top: 40px !important;
}

.pb-40-sp {
	padding-bottom: 40px !important;
}

.pr-40-sp {
	padding-right: 40px !important;
}

.pl-40-sp {
	padding-left: 40px !important;
}

.px-40-sp {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40-sp {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* 767px以下 */

.p-45-sp {
	padding: 45px !important;
}

.pt-45-sp {
	padding-top: 45px !important;
}

.pb-45-sp {
	padding-bottom: 45px !important;
}

.pr-45-sp {
	padding-right: 45px !important;
}

.pl-45-sp {
	padding-left: 45px !important;
}

.px-45-sp {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45-sp {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

/* 767px以下 */

.p-50-sp {
	padding: 50px !important;
}

.pt-50-sp {
	padding-top: 50px !important;
}

.pb-50-sp {
	padding-bottom: 50px !important;
}

.pr-50-sp {
	padding-right: 50px !important;
}

.pl-50-sp {
	padding-left: 50px !important;
}

.px-50-sp {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50-sp {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* 767px以下 */

.p-55-sp {
	padding: 55px !important;
}

.pt-55-sp {
	padding-top: 55px !important;
}

.pb-55-sp {
	padding-bottom: 55px !important;
}

.pr-55-sp {
	padding-right: 55px !important;
}

.pl-55-sp {
	padding-left: 55px !important;
}

.px-55-sp {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55-sp {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

/* 767px以下 */

.p-60-sp {
	padding: 60px !important;
}

.pt-60-sp {
	padding-top: 60px !important;
}

.pb-60-sp {
	padding-bottom: 60px !important;
}

.pr-60-sp {
	padding-right: 60px !important;
}

.pl-60-sp {
	padding-left: 60px !important;
}

.px-60-sp {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60-sp {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

/* 767px以下 */

.p-65-sp {
	padding: 65px !important;
}

.pt-65-sp {
	padding-top: 65px !important;
}

.pb-65-sp {
	padding-bottom: 65px !important;
}

.pr-65-sp {
	padding-right: 65px !important;
}

.pl-65-sp {
	padding-left: 65px !important;
}

.px-65-sp {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65-sp {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

/* 767px以下 */

.p-70-sp {
	padding: 70px !important;
}

.pt-70-sp {
	padding-top: 70px !important;
}

.pb-70-sp {
	padding-bottom: 70px !important;
}

.pr-70-sp {
	padding-right: 70px !important;
}

.pl-70-sp {
	padding-left: 70px !important;
}

.px-70-sp {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70-sp {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

/* 767px以下 */

.p-75-sp {
	padding: 75px !important;
}

.pt-75-sp {
	padding-top: 75px !important;
}

.pb-75-sp {
	padding-bottom: 75px !important;
}

.pr-75-sp {
	padding-right: 75px !important;
}

.pl-75-sp {
	padding-left: 75px !important;
}

.px-75-sp {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75-sp {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

/* 767px以下 */

.p-80-sp {
	padding: 80px !important;
}

.pt-80-sp {
	padding-top: 80px !important;
}

.pb-80-sp {
	padding-bottom: 80px !important;
}

.pr-80-sp {
	padding-right: 80px !important;
}

.pl-80-sp {
	padding-left: 80px !important;
}

.px-80-sp {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80-sp {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

/* 767px以下 */

.p-85-sp {
	padding: 85px !important;
}

.pt-85-sp {
	padding-top: 85px !important;
}

.pb-85-sp {
	padding-bottom: 85px !important;
}

.pr-85-sp {
	padding-right: 85px !important;
}

.pl-85-sp {
	padding-left: 85px !important;
}

.px-85-sp {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85-sp {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

/* 767px以下 */

.p-90-sp {
	padding: 90px !important;
}

.pt-90-sp {
	padding-top: 90px !important;
}

.pb-90-sp {
	padding-bottom: 90px !important;
}

.pr-90-sp {
	padding-right: 90px !important;
}

.pl-90-sp {
	padding-left: 90px !important;
}

.px-90-sp {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90-sp {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

/* 767px以下 */

.p-95-sp {
	padding: 95px !important;
}

.pt-95-sp {
	padding-top: 95px !important;
}

.pb-95-sp {
	padding-bottom: 95px !important;
}

.pr-95-sp {
	padding-right: 95px !important;
}

.pl-95-sp {
	padding-left: 95px !important;
}

.px-95-sp {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95-sp {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

/* 767px以下 */

.p-100-sp {
	padding: 100px !important;
}

.pt-100-sp {
	padding-top: 100px !important;
}

.pb-100-sp {
	padding-bottom: 100px !important;
}

.pr-100-sp {
	padding-right: 100px !important;
}

.pl-100-sp {
	padding-left: 100px !important;
}

.px-100-sp {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100-sp {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* 767px以下 */

.grid-1col-sp {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-2col-sp {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3col-sp {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col-sp {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.l-header { /* 767px以下 */
	position: absolute;
	height: 70px;
	padding: 0 0 0 20px;
}

.l-header.is-bg { /* 767px以下 */
	background: none;
}

.l-navi { /* 767px以下 */
	position: fixed;
	pointer-events: none;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.l-header:has(.is-open) .l-navi::before {
	-webkit-animation: checked-anim 0.8s ease both;
	animation: checked-anim 0.8s ease both;
}

.l-header:has(.is-close) .l-navi::before {
	-webkit-animation: not-checked-anim 0.4s both;
	animation: not-checked-anim 0.4s both;
}

.l-navi::before {
	content: "";
	position: absolute;
	top: 26px;
	left: 100%;
	-webkit-transform: translate(calc(-50% - 35px), -50%);
	transform: translate(calc(-50% - 35px), -50%);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #efefef;
	pointer-events: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-navi__inner { /* 767px以下 */
	pointer-events: auto;
	position: relative;
	padding: 90px 20px 40px;
	opacity: 0;
	overflow: auto;
	visibility: hidden;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
	min-height: 100svh;
	z-index: 1002;
}

.l-header:has(.is-open) .l-navi__inner {
	-webkit-transition: opacity 0.4s 0.4s;
	transition: opacity 0.4s 0.4s;
	opacity: 1;
	visibility: visible;
}

.l-wrapper { /* 767px以下 */
}

.heading-primary__en { /* 767px以下 */
	font-size: 3.2rem;
}

.heading-primary__jp { /* 767px以下 */
	margin-top: 5px;
	font-size: 1.4rem;
}

.text-base { /* 767px以下 */
	font-size: 1.4rem;
}

.button-primary { /* 767px以下 */
	max-width: 315px;
	padding: 0.9375em 28px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}

.button-primary::before { /* 767px以下 */
	right: 20px;
}

.header-logo { /* 767px以下 */
	width: 147px;
}

.menu-btn { /* 767px以下 */
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	padding: 15px 0 0 0;
	position: fixed;
	top: -20px;
	right: -10px;
	z-index: 1001;
}

.menu-btn__icon {
	display: block;
	width: 11px;
	height: 8px;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 1px;
	border-radius: 1px;
	background: currentColor;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.menu-btn__text {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	margin-top: 7px;
	display: block;
	position: relative;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gnavi { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gnavi__item { /* 767px以下 */
	border-bottom: 1px solid #ffffff;
}

.gnavi__item a { /* 767px以下 */
	padding: 10px 0 12px;
	font-size: 1.4rem;
	text-align: center;
}

.gnavi__item a span { /* 767px以下 */
	margin: 0 15px;
}

.gnavi__item a[aria-current=page] span::before { /* 767px以下 */
	left: -15px;
}

.gnavi-bottom { /* 767px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.footer { /* 767px以下 */
	display: block;
	padding: 40px 20px;
}

.footer__info { /* 767px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.footer__logo { /* 767px以下 */
	width: 183px;
	margin-right: 20px;
}

.footer__address { /* 767px以下 */
	margin-top: 25px;
	font-size: 1.4rem;
	line-height: 1.4286;
}

.footer-link-wrap { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 7px;
	margin-top: 42px;
}

.footer-link { /* 767px以下 */
	gap: 7px;
}

.footer-link__item a { /* 767px以下 */
	font-size: 1.4rem;
}

.footer-link__item a[target=_blank]::after { /* 767px以下 */
	margin-left: 9px;
}

.sns-list { /* 767px以下 */
	gap: 10px;
	-ms-flex-item-align: initial;
	align-self: initial;
}

.sns-list__item { /* 767px以下 */
	width: 24px;
}

.copyright { /* 767px以下 */
	padding: 5px 0;
	font-size: 1rem;
}

.banner-list { /* 767px以下 */
	grid-template-columns: auto;
}

.mainvisual { /* 767px以下 */
	aspect-ratio: 1080/1920;
}

.mainvisual video { /* 767px以下 */
	aspect-ratio: 1080/1920;
}

.scroll-guide { /* 767px以下 */
	--scroll-guide-line-height: 53px;
	bottom: 10px;
	right: 10px;
	font-size: 1rem;
}

.scroll-guide::before { /* 767px以下 */
	left: calc(50% + 1px);
	bottom: calc(100% + 5px);
}

.scroll-guide::after { /* 767px以下 */
	left: calc(50% + 1px);
	bottom: calc(100% + 5px + var(--scroll-guide-line-height));
}

.home-intro { /* 767px以下 */
	padding: 85px 0 98px;
}

.home-intro::before,
.home-intro::after { /* 767px以下 */
	height: 60px;
}

.home-intro__copy { /* 767px以下 */
	margin-bottom: 15px;
	font-size: 2.5rem;
}

.home-intro__text { /* 767px以下 */
	font-size: 1.4rem;
	line-height: 2.2857;
	letter-spacing: 0.05em;
}

.loop-text__item { /* 767px以下 */
	font-size: 5.5rem;
}

.home-irodori { /* 767px以下 */
	padding: 100px 0 0;
}

.home-irodori__inner { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.home-irodori__image { /* 767px以下 */
	width: 68.6567%;
	max-width: 330px;
}

.home-irodori__heading { /* 767px以下 */
	font-size: 2.8rem;
	text-align: center;
}

.home-irodori__copy { /* 767px以下 */
	padding-left: 15px;
	font-size: 1.7rem;
	letter-spacing: -0.01em;
}

.home-irodori__copy::before { /* 767px以下 */
	width: 6px;
}

.home-irodori__text { /* 767px以下 */
	font-size: 1.4rem;
}

.home-story { /* 767px以下 */
	padding: 90px 0 70px;
}

.home-story__inner { /* 767px以下 */
	display: block;
}

.home-story__button-wrap { /* 767px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
}

.home-story__bottom a { /* 767px以下 */
	background-image: url(../img/common/bg_link_01_sp.svg);
	border-radius: 10px;
	padding: 30px 24px;
	font-size: 1.6rem;
}

.home-story__bottom a::before { /* 767px以下 */
	right: 15px;
	width: 6px;
	height: 10px;
}

.home-story-slider { /* 767px以下 */
	padding: 55px 0 60px;
}

.home-story-slider__inner { /* 767px以下 */
}

.home-story-slider__item { /* 767px以下 */
	width: 42.4vw;
	margin-right: 12px;
	padding-top: 20px;
	padding-bottom: 0;
}

.home-story-slider__item a { /* 767px以下 */
	-webkit-animation-name: custom-wave-sp;
	animation-name: custom-wave-sp;
}

.home-story-slider__image { /* 767px以下 */
	border-radius: 12px;
}

.home-story-slider__copy { /* 767px以下 */
	font-size: 3.64vw;
}

.home-story-slider__copy span { /* 767px以下 */
	border-radius: 0 3px 3px 0;
}

.circle--white { /* 767px以下 */
	background: #cc3e4f;
}

.circle--180 { /* 767px以下 */
	width: 10rem;
}

.circle--280 { /* 767px以下 */
	width: 17rem;
}

.circle--530 { /* 767px以下 */
	width: 15rem;
}

.circle--home-01 { /* 767px以下 */
	background: #fafafa;
	top: -3%;
}

.circle--home-02 { /* 767px以下 */
	display: none;
}

.circle--home-03 { /* 767px以下 */
	display: none;
}

.circle--home-04 { /* 767px以下 */
	right: 2.57%;
	top: 77%;
}

.circle--home-05 { /* 767px以下 */
	left: -16%;
	top: 50%;
}

.circle--home-06 { /* 767px以下 */
	top: 90%;
}

.circle--home-07 { /* 767px以下 */
	right: -7%;
	top: 54%;
}

.circle--home-08 { /* 767px以下 */
	top: 98%;
	left: -2%;
}

.circle--home-10 { /* 767px以下 */
	display: none;
}

.circle--home-11 { /* 767px以下 */
	top: 55%;
}

.circle--home-12 { /* 767px以下 */
	right: 18.86%;
	top: 49%;
}

.circle--home-13 { /* 767px以下 */
	right: 40%;
	top: 82%;
}

.circle--data-01 { /* 767px以下 */
	right: -3%;
	top: 2%;
}

.circle--data-02 { /* 767px以下 */
	left: -5%;
	top: 3%;
}

.circle--data-03 { /* 767px以下 */
	right: -14%;
	top: 16%;
}

.circle--data-04 { /* 767px以下 */
	right: -4%;
	top: 28%;
}

.circle--data-05 { /* 767px以下 */
	left: -4%;
	top: 36%;
}

.circle--data-06 { /* 767px以下 */
	right: -4%;
	bottom: 6%;
}

.circle--data-07 { /* 767px以下 */
	left: -6%;
	top: 27%;
}

.circle--data-08 { /* 767px以下 */
	left: -4%;
	top: 62%;
}

.circle--data-09 { /* 767px以下 */
	right: -1%;
	left: auto;
	top: 35%;
}

.circle--data-10 { /* 767px以下 */
	left: 0.5%;
	top: 72%;
}

.circle--data-11 { /* 767px以下 */
	left: 1%;
	top: 84%;
}

.circle--data-12 { /* 767px以下 */
	right: -2%;
	left: auto;
	top: 45%;
}

.circle--data-13 { /* 767px以下 */
	left: -4%;
	top: 11%;
}

.circle--data-14 { /* 767px以下 */
	left: -3%;
	top: 53%;
}

.circle--data-15 { /* 767px以下 */
	left: -2%;
	top: 76%;
}

.circle--data-16 { /* 767px以下 */
	right: -3%;
	left: auto;
	top: 98%;
}

.circle--data-17 { /* 767px以下 */
	right: 1%;
	top: 68%;
}

.circle--data-18 { /* 767px以下 */
	right: -2%;
	top: 58%;
}

.circle--data-19 { /* 767px以下 */
	right: -5%;
	bottom: 16%;
}

.circle--data-20 { /* 767px以下 */
	right: 1%;
	top: 52%;
}

.circle--data-21 { /* 767px以下 */
	left: -5%;
	bottom: -8%;
}

.circle--data-22 { /* 767px以下 */
	left: -7%;
	top: 19%;
}

.circle--data-23 { /* 767px以下 */
	right: -4%;
	left: auto;
	bottom: 24%;
}

.circle--data-24 { /* 767px以下 */
	left: -8%;
	top: 44%;
}

.circle--data-25 { /* 767px以下 */
	left: 3%;
	top: 90%;
}

.circle--data-26 { /* 767px以下 */
	right: -6%;
	left: auto;
	top: 6%;
}

.circle--data-27 { /* 767px以下 */
	left: -4%;
	top: 99%;
}

.circle--iro-01 { /* 767px以下 */
	right: -6%;
	top: 2%;
}

.circle--iro-02 { /* 767px以下 */
	left: -7%;
	top: 10%;
}

.circle--iro-03 { /* 767px以下 */
	right: auto;
	left: -8%;
	top: 23%;
}

.circle--iro-04 { /* 767px以下 */
	right: -5%;
	top: 24%;
}

.circle--iro-05 { /* 767px以下 */
	left: -2%;
	top: 14%;
}

.circle--iro-06 { /* 767px以下 */
	right: -8%;
	top: 39%;
}

.circle--iro-07 { /* 767px以下 */
	right: -3%;
	top: 61%;
}

.circle--iro-08 { /* 767px以下 */
	left: -1%;
	top: 34%;
}

.circle--iro-09 { /* 767px以下 */
	left: auto;
	right: 1%;
	top: 44%;
}

.circle--iro-10 { /* 767px以下 */
	right: -1%;
	top: 14%;
}

.circle--iro-11 { /* 767px以下 */
	display: none;
}

.circle--iro-12 { /* 767px以下 */
	left: 1%;
	top: 49%;
}

.circle--iro-13 { /* 767px以下 */
	right: 20%;
	top: 14%;
}

.circle--iro-14 { /* 767px以下 */
	display: none;
}

.circle--iro-15 { /* 767px以下 */
	right: -6%;
	bottom: -6%;
}

.circle--iro-16 { /* 767px以下 */
	left: 20%;
	top: 98%;
}

.circle--iro-17 { /* 767px以下 */
	right: -4%;
	bottom: 18%;
}

.circle--iro-18 { /* 767px以下 */
	left: -3%;
	bottom: 10%;
}

.circle--iro-19 { /* 767px以下 */
	right: -5%;
	top: 94%;
}

.circle--iro-20 { /* 767px以下 */
	left: -6%;
	bottom: 33%;
}

.circle--iro-21 { /* 767px以下 */
	left: 1%;
	bottom: 4%;
}

.circle--iro-22 { /* 767px以下 */
	right: -7%;
	bottom: 12%;
}

.circle--iro-23 { /* 767px以下 */
	left: -2%;
	bottom: 22%;
}

.story-cat { /* 767px以下 */
	gap: 4px;
}

.story-cat__item a { /* 767px以下 */
	width: unset;
	padding: 0 18px;
	height: 29px;
	font-size: 1.2rem;
}

.story-list { /* 767px以下 */
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 15px;
}

.story-list__image { /* 767px以下 */
	border-radius: 12px;
}

.story-list__image__item--default.is-visible { /* 767px以下 */
	opacity: 1;
}

.story-list__image__item--default { /* 767px以下 */
	opacity: 0;
}

.story-list__item:nth-child(even) .story-list__image__item--default {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.story-list__title { /* 767px以下 */
	font-size: clamp(1.4rem, 0.2549618321rem + 3.0534351145vw, 2.6rem);
	bottom: 3%;
	line-height: 1.8;
	letter-spacing: 0;
}

.story-list__title span { /* 767px以下 */
	padding: 0.3em 0.2em 0.3em 0.1em;
}

.story-list__text { /* 767px以下 */
	font-size: 1.2rem;
	margin-top: 8px;
}

.story-banners { /* 767px以下 */
	margin-top: 100px;
}

.story-head { /* 767px以下 */
	margin-top: 25px;
	padding: 18px 0 20px;
	margin-top: 95px;
	margin-bottom: 34px;
}

.story-head__en { /* 767px以下 */
	font-size: 2.5rem;
	letter-spacing: 0.02em;
}

.story-head__jp { /* 767px以下 */
	font-size: 1.3rem;
	margin-top: 5px;
}

.story-num-nav { /* 767px以下 */
	width: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.story-num-nav--center { /* 767px以下 */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.story-num-nav__number { /* 767px以下 */
	font-size: 1.4rem;
}

.story-num-nav__number span { /* 767px以下 */
	font-size: 2.5rem;
	width: 1.3em;
}

.story-num-nav__link { /* 767px以下 */
	padding-top: 0.5rem;
}

.story-num-nav__link a { /* 767px以下 */
	-webkit-mask-size: 0.6rem auto;
	mask-size: 0.6rem auto;
}

.story-title { /* 767px以下 */
	font-size: 2.6rem;
}

.story-image { /* 767px以下 */
	max-height: initial;
	height: 122.66666vw;
	margin-top: 20px;
}

.story-profile { /* 767px以下 */
	padding: 16px 0 12px 16px;
}

.story-profile__name { /* 767px以下 */
	font-size: 1.5rem;
}

.story-profile__detail { /* 767px以下 */
	font-size: 1.3rem;
}

.story-step { /* 767px以下 */
	margin-top: 43px;
	margin-bottom: 55px;
}

.story-step__heading { /* 767px以下 */
	font-size: 1.9rem;
}

.story-step__heading__color { /* 767px以下 */
	font-size: 2.7rem;
}

.story-step__heading__lg { /* 767px以下 */
	font-size: 3.2rem;
}

.story-step__heading__en { /* 767px以下 */
	font-size: 3.2rem;
}

.story-step__list { /* 767px以下 */
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 12px auto 0;
	text-align: left;
	padding-top: 0;
	padding-left: 115px;
	min-height: 76rem;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(5, 1fr);
	background: url(../img/story/step_red_sp.png) no-repeat left top/124px auto;
}

[data-color=red-2] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_red-2_sp.png);
}

[data-color=yellow] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_yellow_sp.png);
}

[data-color=orange] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_orange_sp.png);
}

[data-color=blue] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_blue_sp.png);
}

[data-color=green] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_green_sp.png);
}

[data-color=light-green] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_light-green_sp.png);
}

[data-color=light-green-2] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_light-green-2_sp.png);
}

[data-color=purple] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_purple_sp.png);
}

[data-color=rust] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_rust_sp.png);
}

[data-color=muted-red] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_muted-red_sp.png);
}

[data-color=navy-blue] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_navy-blue_sp.png);
}

[data-color=steel-blue] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_steel-blue_sp.png);
}

[data-color=gold] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_gold_sp.png);
}

[data-color=plum] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_plum_sp.png);
}

[data-color=mauve] .story-step__list { /* 767px以下 */
	background-image: url(../img/story/step_mauve_sp.png);
}

.story-step__item { /* 767px以下 */
	width: 100%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.story-step__number { /* 767px以下 */
	line-height: 1;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.story-step__text { /* 767px以下 */
	margin-top: 3px;
}

.story-section { /* 767px以下 */
	margin-top: 50px;
}

.story-section__heading { /* 767px以下 */
	font-size: 1.8rem;
	line-height: 1.55;
	letter-spacing: -0.02em;
}

.story-section__body { /* 767px以下 */
	margin-top: 28px;
}

.story-section__body { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.story-section__image { /* 767px以下 */
	width: 100%;
}

.story-section__main { /* 767px以下 */
	width: 100%;
	margin-top: 16px;
	font-size: 1.4rem;
}

.story-footer { /* 767px以下 */
	padding: 33px 0 100px;
}

.story-footer__button-wrap { /* 767px以下 */
	margin-top: 25px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.story-irodori { /* 767px以下 */
	margin-top: 74px;
}

.story-irodori__background { /* 767px以下 */
	background: url(../img/story/bg_interview_1_sp.png) no-repeat left top/100% auto, url(../img/story/bg_interview_2_sp.png) no-repeat right bottom/100% auto var(--main-color, #cc3e4f);
}

.story-irodori__head { /* 767px以下 */
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	padding: 14px 0 18px;
}

.story-irodori__body { /* 767px以下 */
	margin-top: 23px;
}

.story-irodori__keyword { /* 767px以下 */
	font-size: 1.6rem;
	min-height: 3.2rem;
	padding: 0;
}

.story-irodori__contents { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	margin-top: 24px;
	padding-bottom: 0;
}

.story-irodori-section { /* 767px以下 */
	width: 100%;
}

.story-irodori-section__heading { /* 767px以下 */
	font-size: 1.4rem;
}

.story-irodori-section__text { /* 767px以下 */
	font-size: 1.4rem;
	margin-top: 20px;
}

.story-irodori-section__image { /* 767px以下 */
	grid-template-columns: repeat(1, 1fr);
	margin-top: 7px;
}

.story-irodori-interview { /* 767px以下 */
	width: 100%;
}

.story-irodori-interview__inner { /* 767px以下 */
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	width: calc(50% + 50vw);
	padding: 20px 0 45px 20px;
}

.story-irodori-interview__inner::before { /* 767px以下 */
	font-size: 7.3rem;
	left: -0.4em;
}

.story-irodori-interview__heading { /* 767px以下 */
	font-size: 1.2rem;
}

.story-irodori-interview__heading::after { /* 767px以下 */
	width: 24px;
}

.story-irodori-interview__content { /* 767px以下 */
	padding-right: 20px;
}

.story-irodori-interview__writter__text { /* 767px以下 */
	font-size: 1.3rem;
	line-height: 1.4;
}

.story-irodori-interview__writter__text span { /* 767px以下 */
	font-size: 1.6rem;
}

.story-irodori-interview__catch { /* 767px以下 */
	font-size: 1.4rem;
}

.story-irodori-interview__text { /* 767px以下 */
	font-size: 1.3rem;
}

.data-head { /* 767px以下 */
	padding-top: 70px;
	background: url(../img/data/bg_data_head_sp.svg) no-repeat center center/cover;
}

.data-head::after { /* 767px以下 */
	height: 50px;
}

.data-head__inner { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 33px;
	padding: 80px 0 60px;
}

.data-head__main { /* 767px以下 */
	text-align: center;
}

.data-head__heading { /* 767px以下 */
	font-size: 3rem;
	line-height: 1.5333;
	letter-spacing: 0.1em;
}

.data-head__text { /* 767px以下 */
	margin-top: 17px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

.data-head__image { /* 767px以下 */
	width: 77.6119%;
	margin: 0 auto;
	max-width: 420px;
}

.data-content { /* 767px以下 */
	padding: 98px 0 90px;
}

.data-section:not(:first-child) { /* 767px以下 */
	margin-top: 65px;
}

.data-heading { /* 767px以下 */
	width: calc(100% + 20px);
	padding: 20px 5px 20px 20px;
	margin-left: -10px;
	margin-bottom: 35px;
	background: linear-gradient(135deg, #ffbb1e 0%, #e87936 40%, #cf4c4f 100%);
}

.data-heading__sub { /* 767px以下 */
	max-width: 335px;
	font-size: 1.1rem;
}

.data-heading__head { /* 767px以下 */
	gap: 8px;
	padding-right: 0;
}

.data-heading__icon { /* 767px以下 */
	width: 50px;
}

.data-heading__title { /* 767px以下 */
	font-size: 1.6rem;
	text-align: left;
}

.data-heading__lg { /* 767px以下 */
	display: inline-block;
	margin-top: 4px;
	font-size: 2.2rem;
}

.data-heading__shade { /* 767px以下 */
	left: 6px;
	top: 6px;
}

.data-wrap { /* 767px以下 */
	grid-template-columns: repeat(1, 1fr);
}

.data-box { /* 767px以下 */
	padding: 25px 20px;
}

.data-label-1 { /* 767px以下 */
	font-size: 2.2rem;
	line-height: 1.4091;
}

.data-label-2 { /* 767px以下 */
	margin: 12px 10px 0;
	padding-bottom: 10px;
	font-size: 1.4rem;
}

.data-note { /* 767px以下 */
	margin-top: 20px;
	line-height: 1.25;
}

.data-comparison { /* 767px以下 */
	padding: 30px;
}

.data-comparison__heading-primary { /* 767px以下 */
	font-size: 2.2rem;
	margin-bottom: 1em;
}

.data-comparison__part { /* 767px以下 */
	position: relative;
}

.data-comparison__heading-secondary { /* 767px以下 */
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #666666;
	padding: 10px 11px 20px;
	margin-bottom: 0;
	border-radius: 6px 0 0 6px;
	background: #ffffff;
	font-size: 1.4rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.data-comparison__heading-secondary::before {
	content: "";
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 7px solid #cccccc;
	margin-bottom: 8px;
}

.data-comparison__wrapper { /* 767px以下 */
	grid-template-columns: repeat(1, 1fr);
}

.data-comparison__label { /* 767px以下 */
	padding: 8px 10px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.data-comparison__content { /* 767px以下 */
	aspect-ratio: initial;
}

.irodori-mv { /* 767px以下 */
	padding: 140px 0 75px;
}

.irodori-mv__wrap { /* 767px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 22px;
}

.irodori-mv__logo { /* 767px以下 */
	width: 230px;
}

.irodori-mv__body { /* 767px以下 */
	margin-top: 0;
}

.irodori-mv__lead { /* 767px以下 */
	max-width: 300px;
	margin: 0 auto 10px;
}

.irodori-mv__text { /* 767px以下 */
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0;
}

.irodori-about { /* 767px以下 */
	padding: 35px 0 35px;
}

.irodori-about__head { /* 767px以下 */
	margin-bottom: 8px;
}

.irodori-about__head__en { /* 767px以下 */
	font-size: 1.4rem;
}

.irodori-about__head__jp { /* 767px以下 */
	font-size: 3.2rem;
}

.irodori-about__text { /* 767px以下 */
	font-size: 1.4rem;
	text-align: justify;
}

.irodori-main { /* 767px以下 */
	margin-top: 100px;
	padding: 50px 0 35px;
	margin-bottom: 35px;
}

.irodori-main__head { /* 767px以下 */
	margin-bottom: 28px;
	font-size: 3.2rem;
	line-height: 1.5;
}

.irodori-detail { /* 767px以下 */
	padding: 30px 22px 24px;
}

.irodori-detail__head { /* 767px以下 */
	margin-bottom: 18px;
	padding-bottom: 20px;
}

.irodori-detail__heading { /* 767px以下 */
	font-size: 1.6rem;
}

.irodori-detail__lead { /* 767px以下 */
	font-size: 2rem;
	line-height: 1.5;
}

.irodori-detail__body { /* 767px以下 */
	display: block;
}

.irodori-detail__text { /* 767px以下 */
	font-size: 1.4rem;
	line-height: 1.75;
}

.irodori-detail__image-wrap { /* 767px以下 */
	width: 100%;
	margin-top: 0;
}

.irodori-detail__image { /* 767px以下 */
	position: absolute;
	top: -35px;
	right: -10px;
	width: 100px;
}

.irodori-detail__button { /* 767px以下 */
	margin-top: 18px;
	padding: 15px 20px;
}

.irodori-detail__button::after { /* 767px以下 */
	right: 20px;
}

.irodori-foot { /* 767px以下 */
	padding: 0 0 120px;
}

}

@-webkit-keyframes checked-anim {

100% {
	width: 300vmax;
	height: 300vmax;
}

}

@keyframes checked-anim {

100% {
	width: 300vmax;
	height: 300vmax;
}

}

@-webkit-keyframes not-checked-anim {

0% {
	width: 300vmax;
	height: 300vmax;
}

}

@keyframes not-checked-anim {

0% {
	width: 300vmax;
	height: 300vmax;
}

}

@-webkit-keyframes pathmove {

0% {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
}

15% {
	opacity: 1;
}

85% {
	opacity: 1;
}

100% {
	-webkit-transform: translate(-50%, var(--scroll-guide-line-height));
	transform: translate(-50%, var(--scroll-guide-line-height));
	opacity: 0;
}

}

@keyframes pathmove {

0% {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
}

15% {
	opacity: 1;
}

85% {
	opacity: 1;
}

100% {
	-webkit-transform: translate(-50%, var(--scroll-guide-line-height));
	transform: translate(-50%, var(--scroll-guide-line-height));
	opacity: 0;
}

}

@-webkit-keyframes loopSlider {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes loopSlider {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@-webkit-keyframes custom-wave {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

50% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@keyframes custom-wave {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

50% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-webkit-keyframes custom-wave-sp {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

50% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@keyframes custom-wave-sp {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

50% {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

}

@-webkit-keyframes change-color {

0% {
	background-color: #cc3e4f;
}

20% {
	background-color: #f4905b;
}

40% {
	background-color: #f7dd46;
}

60% {
	background-color: #72d69a;
}

80% {
	background-color: #6bc7dd;
}

100% {
	background-color: #cc3e4f;
}

}

@keyframes change-color {

0% {
	background-color: #cc3e4f;
}

20% {
	background-color: #f4905b;
}

40% {
	background-color: #f7dd46;
}

60% {
	background-color: #72d69a;
}

80% {
	background-color: #6bc7dd;
}

100% {
	background-color: #cc3e4f;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

