@charset "utf-8";

.sp .st0{fill:#869866;}
.sp .st1{fill:#93AB6F;}
.sp .st2{fill:#FFFFFF;}
.sp .st3{opacity:0.1;fill:#FFFFFF;enable-background:new    ;}
.sp .st4{fill:#DF6E72;}
.sp .st5{fill:#D7646C;}
.sp .st6{opacity:0.1;}
.sp .st7{fill:#6E5476;}
.sp .st8{fill:#8A7F8D;}
.sp .st9{fill:#7C607D;}
.sp .st10{fill:#427EA3;}
.sp .st11{fill:#7EABD4;}
.sp .st12{fill:#4F93C3;}
.sp .st13{fill:#39868D;}
.sp .st14{fill:#439EA9;}
.sp .st15{fill:#A7B1B2;}
.sp .st16{fill:#B1BFC0;}
.sp .st17{fill:#F6E563;}
.sp .st18{fill:#0A6EB4;}
.sp .st19{fill:#E9753C;}
.sp .st20{fill:#E46667;}
.sp .st21{fill:#A062A1;}

.pc .st0{fill:#859765;}
.pc .st1{fill:#91AA6E;}
.pc .st2{fill:#FFFFFF;}
.pc .st3{opacity:0.1;fill:#FFFFFF;}
.pc .st4{fill:#DE6D71;}
.pc .st5{fill:#D6636C;}
.pc .st6{opacity:0.1;}
.pc .st7{opacity:0.8;}
.pc .st8{fill:#6D5376;}
.pc .st9{fill:#887F8B;}
.pc .st10{fill:#7C607D;}
.pc .st11{fill:#417DA2;}
.pc .st12{fill:#7DAAD3;}
.pc .st13{fill:#4E92C2;}
.pc .st14{fill:#38858C;}
.pc .st15{fill:#419DA8;}
.pc .st16{fill:#A5B0B1;}
.pc .st17{fill:#AFBEBF;}
.pc .st18{fill:#E9753C;}
.pc .st19{fill:#E46667;}
.pc .st20{fill:#A062A1;}
.pc .st21{fill:#F6E563;}
.pc .st22{fill:#0A6EB4;}

@keyframes para {
0% {opacity: 0;}
20% {opacity: 1;}
40% {opacity: 0;}
60% {opacity: 1;}
80% {opacity: 0;}
100% {opacity: 1;}
}

#titleSCT .green-fish,
#titleSCT .red-fish,
#titleSCT .purple-fish,
#titleSCT .blue-fish,
#titleSCT .blue2-fish,
#titleSCT .gray-fish,
#titleSCT .yellow-square,
#titleSCT .blue-square,
#titleSCT .red-square,
#titleSCT .purple-square,
#titleSCT .white-circle,
#titleSCT .white2-circle,
#titleSCT .yellow-circle,
#titleSCT .red-circle,
#titleSCT .purple-circle {
opacity: 0;
}

#titleSCT.activeView .green-fish {
animation: para 1s steps(1) forwards;
animation-delay: 1s;
}
#titleSCT.activeView .red-fish {
animation: para 1s steps(1) forwards;
animation-delay: 1.2s;
}
#titleSCT.activeView .purple-fish {
animation: para 1s steps(1) forwards;
animation-delay: 1.4s;
}
#titleSCT.activeView .blue-fish {
animation: para 1s steps(1) forwards;
animation-delay: 1.6s;
}
#titleSCT.activeView .blue2-fish {
animation: para 1s steps(1) forwards;
animation-delay: 1.8s;
}
#titleSCT.activeView .gray-fish {
animation: para 1s steps(1) forwards;
animation-delay: 0.8s;
}
#titleSCT.activeView .yellow-square {
animation: para 2s steps(1) infinite;
animation-delay: 0s;
}
#titleSCT.activeView .blue-square {
animation: para 2.2s steps(1) infinite;
animation-delay: 0.2s;
}
#titleSCT.activeView .red-square {
animation: para 2.4s steps(1) infinite;
animation-delay: 0.4s;
}
#titleSCT.activeView .purple-square {
animation: para 2.6s steps(1) infinite;
animation-delay: 0.6s;
}
#titleSCT.activeView .white-circle {
animation: para 2s steps(1) forwards;
animation-delay: 0.8s;
}
#titleSCT.activeView .white2-circle {
animation: para 2.2s steps(1) forwards;
animation-delay: 1s;
}
#titleSCT.activeView .yellow-circle {
animation: para 2.4s steps(1) forwards;
animation-delay: 1.2s;
}
#titleSCT.activeView .red-circle {
animation: para 2.6s steps(1) forwards;
animation-delay: 1.4s;
}
#titleSCT.activeView .purple-circle {
animation: para 2.8s steps(1) forwards;
animation-delay: 1.6s;
}


@keyframes spot {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes cake {
0% {opacity: 0;transform: translate(-50%,50%);}
100% {opacity: 1;transform: translate(-50%,0%);}
}
@keyframes wave_bottom {
0% {transform: translate(-50%,50%);}
100% {transform: translate(-50%,0%);}
}
@keyframes wave_left {
0% {opacity: 0;transform: translateX(-100%);}
100% {opacity: 1;transform: translateX(0%);}
}
@keyframes wave_right {
0% {opacity: 0;transform: translateX(100%);}
100% {opacity: 1;transform: translateX(0%);}
}
@keyframes h1 {
0% {opacity: 0;transform: translateX(-50%) scale(0.5);}
80% {transform: translateX(-50%) scale(1.1);}
100% {opacity: 1;transform: translateX(-50%) translateX(1);}
}
@keyframes header {
0% {opacity: 0;transform: translate(-50%,-100%);}
100% {opacity: 1;transform: translate(-50%,0);}
}
#header {
opacity: 0;
}

#header.activeView {
animation: header 0.7s ease forwards;
animation-delay: 2s;
}

#titleSCT {
position: relative;
overflow: hidden;
padding: 430px 0 60px 0;
}
#titleSCT .spot .left {
position: absolute;
left: 20px;
top: 0;
width: 435px;
height: auto;
opacity: 0;
}
#titleSCT.activeView .spot .left {
animation: spot 0s ease forwards;
animation-delay: 1s;
}
#titleSCT .spot .right {
position: absolute;
right: 20px;
top: 0;
width: 435px;
height: auto;
opacity: 0;
}
#titleSCT.activeView .spot .right {
animation: spot 0s ease forwards;
animation-delay: 0.5s;
}
#titleSCT .para {
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 10px;
width: 366px;
height: 240px;
}
#titleSCT .para svg,
#titleSCT .para img {
width: 366px;
height: 240px;
}
#titleSCT .cake img {
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 220px;
width: 251px;
height: auto;
opacity: 0;
}
#titleSCT.activeView .cake img {
animation: cake 0.7s ease forwards;
animation-delay: 1.5s;
}
#titleSCT h1 img {
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 90px;
width: 184px;
height: auto;
opacity: 0;
}
#titleSCT.activeView h1 img {
animation: h1 0.7s ease forwards;
animation-delay: 2s;
}
#titleSCT .wave .left {
position: absolute;
left: -30px;
top: 270px;
width: 134px;
height: auto;
opacity: 0;
}
#titleSCT.activeView .wave .left {
animation: wave_left 0.7s ease forwards;
animation-delay: 2s;
}
#titleSCT .wave .right {
position: absolute;
right: -30px;
top: 270px;
width: 134px;
height: auto;
opacity: 0;
}
#titleSCT.activeView .wave .right {
animation: wave_right 0.7s ease forwards;
animation-delay: 2s;
}
#titleSCT .wave .bottom {
transform: translate(-50%,50%);
position: absolute;
left: 50%;
top: 320px;
width: 487px;
height: auto;
}
#titleSCT.activeView .wave .bottom {
animation: wave_bottom 0.7s ease forwards;
animation-delay: 1.7s;
}
#titleSCT .lead {
position: relative;
line-height: 2.29;
text-align: center;
}
@media screen and (min-width: 768px) {
	#titleSCT {
	position: relative;
	overflow: hidden;
	padding: 850px 0 75px 0;
	}
	#titleSCT .spot .left {
	transform: translateX(-50%);
	left: 50%;
	width: 902px;
	margin-left: 107px;
	}
	#titleSCT .spot .right {
	transform: translateX(-50%);
	right: inherit;
	left: 50%;
	width: 902px;
	margin-left: -107px;
	}
	#titleSCT .para {
	top: 40px;
	width: 1232px;
	height: 372px;
	}
	#titleSCT .para svg,
	#titleSCT .para img {
	width: 1234px;
	height: 500px;
	}
	#titleSCT .cake img {
	top: 350px;
	width: 626px;
	}
	#titleSCT h1 img {
	top: 135px;
	width: 335px;
	}
	#titleSCT .wave .left {
	left: 0;
	top: 535px;
	width: 352px;
	}
	#titleSCT .wave .right {
	right: 0;
	top: 535px;
	width: 352px;
	}
	#titleSCT .wave .bottom {
	top: 610px;
	width: 1280px;
	}
	#titleSCT .lead {
	font-size: 16px;
	line-height: 2.38;
	}
}

#rakutenSCT .cont {
margin: 0 auto 44px auto;
}
#rakutenSCT dl {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}
#rakutenSCT dt {
width: 335px;
}
#rakutenSCT dd {
width: 275px;
}
#rakutenSCT img {
display: block;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
	#rakutenSCT .cont {
	margin: 0 auto 100px auto;
	width: 980px;
	}
	#rakutenSCT dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	}
	#rakutenSCT dt {
	width: 100%;
	}
	#rakutenSCT dd {
	width: 480px;
	}
}

#aboutSCT {
position: relative;
}
#aboutSCT .cont {
margin-bottom: 105px;
}
#aboutSCT .linkBlock {
cursor: pointer;
}
#aboutSCT .en {
position: relative;
z-index: 2;
margin-bottom: 10px;
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 54px;
letter-spacing: 0.1em;
line-height: 1.2;
text-align: center;
color: var(--color-sub2);
opacity: 0;
}
#aboutSCT.activeView .en {
animation: head 0.7s ease forwards;
}
#aboutSCT h2 {
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 97px;
z-index: 2;
font-feature-settings: "pkna";
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 18px;
letter-spacing: 0.15em;
line-height: 1.2;
color: #fff;
}
#aboutSCT .image {
position: relative;
margin-left: 20px;
overflow: hidden;
opacity: 0;
}
#aboutSCT.activeView .image {
animation: img_right 0.7s ease forwards;
}
#aboutSCT .image img {
transition: transform 0.3s ease;
display: block;
width: auto;
height: 240px;
}
#aboutSCT .linkBlock:hover .image img {
transform: scale(1.1);
}
#aboutSCT .image::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 1;
}
#aboutSCT .wave {
position: absolute;
bottom: -30px;
left: -60px;
z-index: 2;
}
#aboutSCT .wave img {
width: 250px;
height: auto;
opacity: 0;
}
#aboutSCT.activeView .wave img {
animation: wave_left 0.7s ease forwards;
}
@media screen and (min-width: 768px) {
	#aboutSCT .cont {
	margin: 0 auto 150px auto;
	width: 1080px;
	}
	#aboutSCT .en {
	position: relative;
	z-index: 2;
	margin-bottom: -75px;
	font-size: 110px;
	}
	#aboutSCT h2 {
	top: 180px;
	font-size: 32px;
	}
	#aboutSCT .image {
	margin-left: 200px;
	}
	#aboutSCT .image img {
	width: 980px;
	height: auto;
	}
	#aboutSCT .wave {
	position: absolute;
	bottom: 70px;
	left: 0;
	}
	#aboutSCT .wave img {
	width: 511px;
	height: auto;
	}
}

#newsSCT {
position: relative;
}
#newsSCT .cont {
padding-bottom: 40px;
}
#newsSCT .hed {
margin-bottom: 30px;
opacity: 0;
}
#newsSCT.activeView .hed {
animation: head 0.7s ease forwards;
}
#newsSCT .en {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 54px;
letter-spacing: 0.1em;
line-height: 1.2;
text-align: center;
color: var(--color-sub1);
}
#newsSCT h2 {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 15px;
letter-spacing: 0.15em;
line-height: 1.2;
text-align: center;
}
#newsSCT .box {
position: relative;
z-index: 1;
background-color: #2ed3f9;
border: solid 2px #fff;
border-radius: 25px;
margin: 0 20px 30px 20px;
padding: 4px 20px 25px 20px;
opacity: 0;
}
#newsSCT.activeView .box {
animation: img_left 0.7s ease forwards;
}
#newsSCT .linkBlock {
position: relative;
border-bottom: solid 1px #fff;
padding: 15px 70px 15px 10px;
cursor: pointer;
}
#newsSCT .linkBlock:last-child {
border-bottom: none;
}
#newsSCT .linkBlock::after {
content: '';
transform: translateY(-50%);
display: block;
position: absolute;
right: 0;
top: 50%;
background: url("../common/img/arw_fish.svg") no-repeat center right;
background-size: contain;
width: 26px;
height: 26px;
}
#newsSCT .linkBlock:hover::after {
animation: fish 0.7s linear infinite;
}
#newsSCT .icon {
display: flex;
font-weight: 700;
font-size: 10px;
gap: 10px;
}
#newsSCT .title {
font-weight: 700;
font-size: 12px;
line-height: 1.67;
}
#newsSCT .title a {
text-decoration: none;
}
#newsSCT .new {
color: var(--color-sub1);
}
#newsSCT .more a {
box-sizing: border-box;
position: relative;
display: block;
background-color: #fff;
border-radius: var(--radius-circle);
margin: 0 auto;
padding: 0 24px;
width: 170px;
height: 42px;
font-weight: 700;
font-size: 12px;
line-height: 42px;
text-align: left;
text-decoration: none;
}
#newsSCT .more a::after {
content: '';
transform: translateY(-50%);
display: block;
position: absolute;
right: 20px;
top: 50%;
background: url("../common/img/arw_fish.svg") no-repeat center right;
background-size: contain;
width: 26px;
height: 26px;
}
#newsSCT .more a:hover::after {
animation: fish 0.7s linear infinite;
}
#newsSCT .insta {
background-color: #2ed3f9;
border: solid 2px #fff;
border-radius: 25px;
margin: 0 20px 30px 20px;
max-height: 447px;
overflow: hidden;
opacity: 0;
}
#newsSCT .insta .inner {
max-height: 447px;
overflow: hidden;
overflow-y: auto;
}
#newsSCT .insta ul {
display: grid;
grid-template-columns: 1fr 1fr;
}
#newsSCT .insta li a {
display: block;
aspect-ratio: 3 / 4;
background-size: cover;
}
#newsSCT ::-webkit-scrollbar {
width: 5px;
height: 5px;
}
#newsSCT ::-webkit-scrollbar-track {
background-color: #eee;
}
#newsSCT ::-webkit-scrollbar-thumb {
background-color: #000;
}
#newsSCT.activeView .insta {
animation: img_right 0.7s ease forwards;
}
#newsSCT .insta img {
display: block;
width: 100%;
height: auto;
}
#newsSCT .x {
background-color: #2ed3f9;
border: solid 2px #fff;
border-radius: 25px;
margin: 0 20px 30px 20px;
overflow: hidden;
opacity: 0;
}
#newsSCT.activeView .x {
animation: img_right 0.7s ease forwards;
animation-delay: 0.3s;
}
#newsSCT .x img {
display: block;
width: 100%;
height: auto;
}
#newsSCT .wave {
position: absolute;
top: 25px;
right: -60px;
}
#newsSCT .wave img {
width: 230px;
height: auto;
opacity: 0;
}
#newsSCT.activeView .wave img {
animation: wave_right 0.7s ease forwards;
}
#newsSCT .press {
margin: 0 20px 30px 20px;
}
#newsSCT .press img {
display: block;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
	#newsSCT {
	position: relative;
	}
	#newsSCT .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 105px;
	width: 1080px;
	}
	#newsSCT .news {
	position: relative;
	width: 400px;
	}
	#newsSCT .hed {
	margin-bottom: 0;
	height: 190px;
	}
	#newsSCT .en {
	font-size: 110px;
	}
	#newsSCT h2 {
	font-size: 18px;
	}
	#newsSCT .box {
	border-radius: 25px;
	margin: 0;
	padding: 1px 18px 25px 18px;
	}
	#newsSCT .linkBlock {
	border-bottom: solid 2px #fff;
	padding: 15px 80px 15px 20px;
	}
	#newsSCT .linkBlock:last-child {
	border-bottom: none;
	}
	#newsSCT .linkBlock::after {
	right: 20px;
	width: 30px;
	height: 30px;
	}
	#newsSCT .icon {
	font-size: 12px;
	gap: 10px;
	}
	#newsSCT .title {
	font-size: 14px;
	line-height: 1.72;
	}
	#newsSCT .more a {
	margin: 4px auto 0 auto;
	padding: 0 30px;
	width: 200px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	}
	#newsSCT .more a::after {
	right: 25px;
	width: 30px;
	height: 30px;
	}
	#newsSCT .insta {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background-color: #2ed3f9;
	width: 300px;
	margin: 190px 0 0 0;
	overflow: hidden;
	}
	#newsSCT .insta img {
	object-fit: cover;
	height: 100%;
	}
	#newsSCT .x {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background-color: #2ed3f9;
	width: 300px;
	margin: 190px 0 0 0;
	overflow: hidden;
	}
	#newsSCT .x img {
	object-fit: cover;
	height: 100%;
	}
	#newsSCT .wave {
	position: absolute;
	top: 10px;
	right: 0px;
	}
	#newsSCT .wave img {
	width: 511px;
	height: auto;
	}
	#newsSCT .press {
	margin: 60px auto 0 auto;
	width: 440px;
	}
	#newsSCT .press img {
	display: block;
	width: 100%;
	height: auto;
	}
}

#shopSCT {
position: relative;
}
#shopSCT .cont {
padding-bottom: 70px;
}
#shopSCT .hed {
margin-bottom: 30px;
opacity: 0;
}
#shopSCT.activeView .hed {
animation: head 0.7s ease forwards;
}
#shopSCT .en {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 54px;
letter-spacing: 0.1em;
line-height: 1.2;
text-align: center;
color: var(--color-sub2);
}
#shopSCT h2 {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 15px;
letter-spacing: 0.15em;
line-height: 1.2;
text-align: center;
}
#shopSCT .list {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 20px;
}
#shopSCT .linkBlock {
overflow: hidden;
background-color: #fff;
border-radius: var(--radius-circle);
width: 260px;
height: 260px;
cursor: pointer;
opacity: 0;
}
#shopSCT.activeView .linkBlock {
animation: img_bottom 0.7s ease forwards;
}
#shopSCT.activeView .linkBlock:nth-of-type(2) {
animation-delay: 0.3s;
}
#shopSCT.activeView .linkBlock:nth-of-type(3) {
animation-delay: 0.6s;
}
#shopSCT .linkBlock .image {
width: 260px;
height: 170px;
overflow: hidden;
}
#shopSCT .linkBlock .image img {
transition: transform 0.3s ease;
display: block;
object-fit: cover;
width: 260px;
height: 170px;
}
#shopSCT .linkBlock:hover .image img {
transform: scale(1.1);
}
#shopSCT .linkBlock .title {
display: flex;
justify-content: center;
align-items: center;
width: 260px;
height: 70px;
font-weight: 700;
font-size: 18px;
}
#shopSCT .linkBlock .title a {
text-decoration: none;
}
#shopSCT .linkBlock .title img {
display: block;
margin-top: 10px;
width: 106px;
height: auto;
}
@media screen and (min-width: 768px) {
	#shopSCT .cont {
	margin: 0 auto;
	padding-bottom: 130px;
	width: 1080px;
	}
	#shopSCT .hed {
	margin-bottom: 40px;
	}
	#shopSCT .en {
	font-size: 110px;
	}
	#shopSCT h2 {
	font-size: 18px;
	}
	#shopSCT .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	margin: 0 auto;
	width: 860px;
	}
	#shopSCT .linkBlock {
	overflow: hidden;
	background-color: #fff;
	border-radius: var(--radius-circle);
	width: 260px;
	height: 260px;
	}
	#shopSCT .linkBlock .image img {
	display: block;
	object-fit: cover;
	width: 260px;
	height: 170px;
	}
	#shopSCT .linkBlock .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 70px;
	font-weight: 700;
	font-size: 18px;
	}
	#shopSCT .linkBlock .title a {
	text-decoration: none;
	}
	#shopSCT .linkBlock .title img {
	display: block;
	margin-top: 10px;
	width: 106px;
	height: auto;
	}
}

#companySCT {
position: relative;
}
#companySCT .cont {
padding-bottom: 70px;
}
#companySCT .linkBlock {
cursor: pointer;
}
#companySCT .hed {
margin-bottom: 17px;
}
#companySCT.activeView h2,
#companySCT.activeView .en {
animation: head 0.7s ease forwards;
}
#companySCT .en {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 54px;
letter-spacing: 0.1em;
line-height: 1.2;
text-align: center;
color: var(--color-sub1);
opacity: 0;
}
#companySCT h2 {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 15px;
letter-spacing: 0.15em;
line-height: 1.2;
text-align: center;
opacity: 0;
}
#companySCT .image {
position: relative;
margin-right: 40px;
overflow: hidden;
opacity: 0;
}
#companySCT.activeView .image {
animation: img_left 0.7s ease forwards;
}
#companySCT .image::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 1;
}
#companySCT .image img {
transition: transform 0.3s ease;
display: block;
width: 100%;
height: auto;
}
#companySCT .linkBlock:hover .image img {
transform: scale(1.1);
}
@media screen and (min-width: 768px) {
	#companySCT .cont {
	margin: 0 auto;
	padding-bottom: 0;
	width: 1080px;
	}
	#companySCT .linkBlock {
	position: relative;
	height: 380px;
	}
	#companySCT .hed {
	transform: translateY(-50%);
	position: absolute;
	z-index: 2;
	left: 560px;
	top: 50%;
	margin-bottom: 0;
	}
	#companySCT .en {
	font-size: 110px;
	}
	#companySCT h2 {
	font-size: 18px;
	}
	#companySCT .image {
	position: relative;
	margin: 0 0 0 -100px;
	width: 720px;
	height: 380px;
	}
	#companySCT .image::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
	width: 100%;
	height: 100%;
	opacity: 0.8;
	}
	#companySCT .image img {
	object-fit: cover;
	display: block;
	width: 720px;
	height: 380px;
	}
}

#recruitSCT {
position: relative;
}
#recruitSCT .cont {
padding-bottom: 100px;
}
#recruitSCT .linkBlock {
cursor: pointer;
}
#recruitSCT .hed {
margin-bottom: 17px;
}
#recruitSCT.activeView h2,
#recruitSCT.activeView .en {
animation: head 0.7s ease forwards;
}
#recruitSCT .en {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 54px;
letter-spacing: 0.1em;
line-height: 1.2;
text-align: center;
color: var(--color-sub2);
opacity: 0;
}
#recruitSCT h2 {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 15px;
letter-spacing: 0.15em;
line-height: 1.2;
text-align: center;
opacity: 0;
}
#recruitSCT .image {
position: relative;
margin-left: 20px;
overflow: hidden;
opacity: 0;
}
#recruitSCT.activeView .image {
animation: img_right 0.7s ease forwards;
}
#recruitSCT .image::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 1;
}
#recruitSCT .image img {
transition: transform 0.3s ease;
display: block;
width: 100%;
height: auto;
}
#recruitSCT .linkBlock:hover .image img {
transform: scale(1.1);
}
@media screen and (min-width: 768px) {
	#recruitSCT .cont {
	margin: 0 auto;
	padding-bottom: 150px;
	width: 1080px;
	}
	#recruitSCT .linkBlock {
	position: relative;
	height: 380px;
	}
	#recruitSCT .linkBlock {
	position: relative;
	height: 380px;
	}
	#recruitSCT .hed {
	transform: translateY(-50%);
	position: absolute;
	z-index: 2;
	left: 70px;
	top: 50%;
	margin-bottom: 0;
	}
	#recruitSCT .en {
	font-size: 110px;
	}
	#recruitSCT h2 {
	font-size: 18px;
	}
	#recruitSCT .image {
	position: relative;
	margin: 0 0 0 460px;
	width: 720px;
	height: 380px;
	}
	#recruitSCT .image::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,1));
	width: 100%;
	height: 100%;
	opacity: 0.8;
	}
	#recruitSCT .image img {
	object-fit: cover;
	display: block;
	width: 720px;
	height: 380px;
	}
}