/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer {
	padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {/* PC */
.footer {
	padding-bottom: 10px;
}
}/* @media */
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
}
.kv .category {
	position: absolute;
	top: 0;
	left: 0;
	width: 154px;
	height: 77px;
	color: #fff;
	background: rgba(0, 75, 195, .7);
	font-size: calc(1.1rem / 1.6);
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.kv .category span {
	display: block;
}
.kv .category .en {
	padding: 5px 0 0 10px;
	font-family: var(--en);
	font-weight: 600;
	line-height: 1;
}
.kv .category .jp {
	padding-left: 10px;
	letter-spacing: .08em;
}
.kv .box {
	position: relative;
	margin: -14px 20px 35px;
}
.kv .box .resume {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 18px;
	color: #fff;
	background: var(--blue);
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .15em;
}
.kv .box .resume::before {
	content: "";
	position: absolute;
	top: 0;
	left: -18px;
	width: 14px;
	height: 100%;
	background: var(--blue);
	clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
}
.kv .box .resume span {
	display: block;
	position: relative;
	padding: 0 20px 0 10px;
}
.kv .box .resume span::before,
.kv .box .resume span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	background: var(--blue);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.kv .box .resume span::before {
	left: -4px;
}
.kv .box .resume span::after {
	right: -4px;
	transform: rotate(180deg);
}
.kv .box h1 {
	margin-bottom: 10px;
	font-family: var(--min);
	font-size: calc(2.6rem / 1.6);
	font-weight: 200;
	line-height: calc(33 / 26);
}
.kv .box .type {
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	max-height: calc(100vh - 80px);
}
.kv .category {
	width: 272px;
	height: 130px;
}
.kv .category .en {
	padding: 10px 0 0 35px;
	font-size: calc(1.8rem / 1.6);
	line-height: 1.5;
}
.kv .category .jp {
	padding-left: 35px;
	font-size: calc(1.4rem / 1.6);
}
.kv img {
	object-fit: cover;
	max-height: calc(100vh - 80px);
}
.kv .box {
	position: absolute;
	left: calc(150 / 1500 * 100vw);
	bottom: calc(130 / 1500 * 100vw);
	width: 540px;
	margin: 0;
	padding: 0 10px 35px 40px;
	background: linear-gradient(90deg, rgba(255, 255, 255, .8) 75%, transparent);
}
.kv .box.type02 {
	left: auto;
	right: calc(50 / 1500 * 100vw);
}
.kv .box .resume {
	top: -15px;
	margin: 0 0 10px 30px;
	font-size: calc(1.6rem / 1.6);
}
.kv .box .resume::before {
	left: -28px;
	width: 22px;
	clip-path: polygon(45% 0, 100% 0, 55% 100%, 0 100%);
}
.kv .box .resume span::before,
.kv .box .resume span::after {
	width: 8px;
}
.kv .box .resume span::before {
	left: -8px;
}
.kv .box .resume span::after {
	right: -8px;
}
.kv .box h1 {
	margin-bottom: 15px;
	font-size: calc(4.4rem / 1.6);
	line-height: calc(56 / 44);
}
.kv .box .type {
	font-size: calc(2rem / 1.6);
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET*/
.kv .box {
	left: 40px;
	bottom: 20px;
	padding-bottom: 20px;
}
.kv .box .resume {
	margin-bottom: 0;
}
.kv .box h1 {
	font-size: calc(3.8rem / 1.6);
}
.kv .box .type {
	font-size: calc(1.8rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	padding: 15px 12px;
	background: #eeeeec;
}
.profile h2 {
	margin-bottom: 15px;
	color: #969688;
	font-family: var(--en);
	font-size: calc(2rem / 1.6);
	font-weight: 200;
	text-align: center;
}
.profile img {
	display: block;
	max-width: 180px;
	margin: 0 auto 25px;
}
.profile .type {
	display: inline-block;
	margin-bottom: 15px;
	padding: 2px 5px;
	color: #fff;
	background: linear-gradient(90deg, #3a74d1 80%, transparent);
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .04em;
}
.profile .name {
	margin-bottom: 20px;
	font-family: var(--min);
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .25em;
}
.profile .name span {
	display: inline-block;
	margin-right: 1.5em;
	font-family: var(--en);
	font-size: calc(2.2rem / 1.6);
	font-weight: 300;
	letter-spacing: .12em;
}
.profile .major {
	margin-bottom: 20px;
	font-size: calc(1.3rem / 1.6);
}
.profile .division {
	margin-bottom: 20px;
	font-size: calc(1.3rem / 1.6);
}
.profile .text {
	margin-bottom: 15px;
	font-size: calc(1.3rem / 1.6);
}
.profile .note {
	font-size: calc(1rem / 1.6);
	text-align: right;
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	padding: 60px 60px 25px;
}
.profile .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 0 calc(70 / 1500 * 100vw);
	max-width: 1500px;
	margin-inline: auto;
}
.profile h2 {
	padding-inline: calc(130 / 1500 * 100%) calc(90 / 1500 * 100%);
	font-size: calc(3.6rem / 1.6);
	text-align: left;
}
.profile img {
	max-width: 240px;
}
.profile .set {
	flex: 1;
	min-width: 500px;
}
.profile .type {
	padding: 2px 40px 2px 10px;
	font-size: calc(1.6rem / 1.6);
}
.profile .name {
	margin-bottom: 15px;
	font-size: calc(2rem / 1.6);
}
.profile .name span {
	font-size: calc(2.8rem / 1.6);
}
.profile .major {
	margin-bottom: 0;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.profile .division {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.profile .text {
	margin-bottom: 20px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.profile .note {
	font-size: calc(1.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index {
	margin-bottom: 60px;
	padding: 20px 10px 25px 55px;
	color: #fff;
	background: url(../../img/work/bg_index_sp.jpg) no-repeat 0 / cover;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}
.index h2 {
	margin-bottom: 25px;
	font-family: var(--en);
	font-size: calc(2rem / 1.6);
	font-weight: 200;
}
.index li {
	font-size: calc(1.2rem / 1.6);
	line-height: calc(16 / 12);
}
.index li + li {
	margin-top: 15px;
}
.index li a span {
	display: block;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	margin-bottom: 160px;
	padding: 50px calc(60 / 1500 * 100vw);
	background: url(../../img/work/bg_index_pc.jpg) no-repeat 0 / cover;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 300px 100%);
}
.index .inner {
	display: flex;
	max-width: 1500px;
	margin-inline: auto;
}
.index h2 {
	padding-inline: calc(130 / 1500 * 100%) calc(210 / 1500 * 100%);
	font-size: calc(3.6rem / 1.6);
}
.index ul {
	width: calc(994 / 1500 * 100%);
}
.index li {
	font-size: calc(2rem / 1.6);
}
.index li + li {
	margin-top: 15px;
}
.index li a {
	display: flex;
	gap: 0 1em;
}
.index li a span:first-child {
	min-width: 130px;
}
.index li a span:last-child {
	flex: 1;
}
}/* @media */
@media print, screen and (max-width: 1300px) and (min-width: 768px) {/* TABLET */
.index {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%);
}
.index .inner {
	display: block;
}
.index ul {
	width: auto;
	padding-left: 100px;
}
}/* @media */
@media (hover:hover) {
.index a {
	transition: color .3s;
}
.index a:hover {
	color: var(--blue);
}
}/* @media */
/* -----------------------------------------------
= side
----------------------------------------------- */
.btn-side {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 5px 20px 5px 40px;
	color: #fff;
	background: #aaaaa0;
	font-family: var(--en);
	font-size: calc(1.8rem / 1.6);
	clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s;
}
.btn-side.is-visible {
	opacity: 1;
	pointer-events: auto;
}
.btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
}
.btn-close::before,
.btn-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.btn-close::before {
	transform: rotate(-45deg);
}
.btn-close::after {
	transform: rotate(45deg);
}
.side.index {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 6;
	margin-bottom: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .4s;
}
.side.index[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
@media print, screen and (min-width: 768px) {/* PC */
.btn-side {
	right: auto;
	left: 0;
	padding: 2px 55px 2px 20px;
	font-size: calc(2.4rem / 1.6);
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
	transform: rotate(-90deg);
	transform-origin: top left;
}
.side.index {
	width: 100%;
	box-sizing: border-box;
}
.side.index .inner {
	max-width: none;
}
}/* @media */
@media (hover:hover) {
.btn-side {
	transition: color .3s;
}
.btn-side:hover {
	color: var(--blue);
}
}/* @media */
/* -----------------------------------------------
= chapter
----------------------------------------------- */
.chapter {
	padding: 0 12px 60px;
}
.chapter .set {
	margin: 25px 0 0;
}
.chapter .num {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 60px 2px 5px;
	color: #fff;
	background: linear-gradient(90deg, #3a74d1, transparent);
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .04em;
}
.chapter h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #709add;
	font-family: var(--min);
	font-size: calc(1.8rem / 1.6);
	font-weight: 200;
	line-height: calc(24 / 18);
}
.chapter .text {
	margin-bottom: 25px;
	font-size: calc(1.3rem / 1.6);
}
.chapter .note {
	margin-bottom: 25px;
	font-size: calc(1.1rem / 1.6);
	letter-spacing: .04em;
}
.chapter .msg {
	position: relative;
	margin-block: 25px;
}
.chapter .msg > img {
	height: 204px;
	object-fit: cover;
	object-position: 90% 50%;
}
.chapter .msg p img {
	position: absolute;
	top: 52%;
	right: 8px;
	width: 166px;
}
.chapter .msg.type02 p img {
	right: auto;
	left: 8px;
}
.chapter#chapter_04 {
	position: relative;
}
.chapter#chapter_04::before {
	content: "";
	position: absolute;
	top: calc(-210 / 375 * 100vw);
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(314 / 375 * 100vw);
}
@media print, screen and (min-width: 768px) {/* PC */
.chapter {
	padding: 0 0 120px;
}
.chapter.type01,
.chapter.type02 {
	display: flex;
	align-items: center;
	gap: 0 calc(80 / 1500 * 100vw);
}
.chapter.type01 img,
.chapter.type02 img {
	width: calc(766 / 1500 * 100vw);
}
.chapter.type01 .set,
.chapter.type02 .set {
	flex: 1;
}
.chapter.type01 img {
	order: 2;
}
.chapter.type01 .set {
	order: 1;
	padding-left: 60px;
}
.chapter.type02 .set {
	padding-right: 60px;
}
.chapter .set {
	margin: 0;
}
.chapter .num {
	margin-bottom: 30px;
	padding: 2px 90px 2px 10px;
	font-size: calc(2rem / 1.6);
	letter-spacing: .06em;
}
.chapter h2 {
	margin-bottom: 30px;
	font-size: calc(2.8rem / 1.6);
	line-height: calc(40 / 28);
}
.chapter .text {
	margin-bottom: 30px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.chapter .note {
	margin-bottom: 0;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(22 / 14);
}
.chapter.type03 .set {
	max-width: 994px;
	margin-inline: auto;
	padding-inline: 40px;
}
.chapter .msg {
	margin-block: 55px;
}
.chapter .msg > img {
	height: auto;
}
.chapter .msg p img {
	top: 90px;
	right: calc(-160 / 1500 * 100vw);
	width: 368px;
}
.chapter .msg.type02 p img {
	left: calc(-160 / 1500 * 100vw);
}
.chapter#chapter_03 {
	margin-bottom: 100px;
}
.chapter#chapter_04::before {
	top: -460px;
	height: 796px;
}
}/* @media */
@media print, screen and (max-width: 1300px) and (min-width: 768px) {/* TABLET */
.chapter.type01,
.chapter.type02 {
	display: block;
}
.chapter.type01 img,
.chapter.type02 img {
	display: block;
	margin: 0 auto 40px;
}
.chapter.type01 .set,
.chapter.type02 .set {
	padding-inline: 40px;
}
}/* @media */
@media print, screen and (max-width: 1300px) and (min-width: 768px) {/* TABLET */
.chapter .msg p img {
	right: calc(-40 / 1300 * 100vw);
}
.chapter .msg.type02 p img {
	left: calc(-40 / 1300 * 100vw);
}
}/* @media */
/* -----------------------------------------------
= oneday
----------------------------------------------- */
.oneday {
	margin: 0 12px 80px;
	background: #eeeeec;
}
.oneday .inner {
	padding: 35px 20px 0;
}
.oneday h2 {
	margin-bottom: 45px;
	text-align: center;
}
.oneday h2 .en {
	display: block;
	color: #969688;
	font-family: var(--en);
	font-size: calc(2.6rem / 1.6);
	font-weight: 200;
	line-height: 1;
}
.oneday h2 .jp {
	display: block;
	font-family: var(--min);
	font-size: calc(1.4rem / 1.6);
	font-weight: 200;
	letter-spacing: 0;
}
.oneday ol {
	position: relative;
}
.oneday ol::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 58px;
	width: 2px;
	height: calc(100% - 20px);
	background: #709add;
}
.oneday li {
	display: flex;
	gap: 0 30px;
	position: relative;
	font-size: calc(1.4rem / 1.6);
}
.oneday li + li {
	margin-top: 50px;
}
.oneday li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 53px;
	width: 6px;
	height: 6px;
	background: #709add;
	border: 3px solid #fff;
	border-radius: 50%;
}
.oneday li .time {
	width: 45px;
	font-weight: 700;
	text-align: right;
	letter-spacing: .1em;
}
.oneday li .text {
	flex: 1;
}
.oneday img {
	width: 255px;
}
@media print, screen and (min-width: 768px) {/* PC */
.oneday {
	margin: 0 60px 160px;
}
.oneday .inner {
	display: flex;
	justify-content: space-between;
	gap: 0 60px;
	position: relative;
	max-width: 1260px;
	margin-inline: auto;
	padding: 74px 60px 34px;
}
.oneday h2 {
	text-align: left;
}
.oneday h2 .en {
	margin-bottom: 10px;
	font-size: calc(3.6rem / 1.6);
}
.oneday h2 .jp {
	font-size: calc(1.8rem / 1.6);
}
.oneday ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
	z-index: 1;
}
.oneday ol::before {
	display: none;
}
.oneday li {
	display: block;
	min-width: 3em;
	margin-bottom: 30px;
	font-size: calc(1.8rem / 1.6);
	text-align: center;
}
.oneday li + li {
	margin-top: 0;
}
.oneday li::before {
	top: 32px;
	left: calc(50% - 8px);
	z-index: 1;
	width: 8px;
	height: 8px;
	border-width: 4px;
}
.oneday li::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	width: calc(100% + 40px);
	height: 1px;
	background: #709add;
}
.oneday li:last-child::after {
	left: auto;
	right: 50%;
}
.oneday li .time {
	display: block;
	width: auto;
	margin-bottom: 40px;
	font-weight: 500;
	text-align: center;
}
.oneday li .text {
	display: block;
	margin: auto;
	text-align: left;
	writing-mode: vertical-lr;
	text-orientation: upright;
	font-feature-settings: "vert";
}
.oneday img {
	position: absolute;
	left: 67px;
	bottom: 0;
	width: 340px;
}
}/* @media */
@media print, screen and (max-width: 1300px) and (min-width: 768px) {/* TABLET */
.oneday .inner {
	display: block;
	overflow: hidden;
}
.oneday ol {
	float: right;
}
}/* @media */
/* -----------------------------------------------
= img_last
----------------------------------------------- */
.img_chapter {
	margin-bottom: 55px;
}
@media print, screen and (min-width: 768px) {/* PC */
.img_chapter {
	display: block;
	max-width: 1380px;
	margin: 0 auto 160px;
}
}/* @media */
/* -----------------------------------------------
= img_last
----------------------------------------------- */
.img_last {
	height: 233px;
	margin-bottom: 80px;
	object-fit: cover;
}
@media print, screen and (min-width: 768px) {/* PC */
.img_last {
	height: auto;
	margin-bottom: 160px;
}
}/* @media */
/* -----------------------------------------------
= other
----------------------------------------------- */
.other {
	padding: 0 12px 67px;
}
.other h2 {
	margin-bottom: 30px;
}
.other h2 span:nth-child(1) {
	display: inline-block;
	margin-right: 2em;
	font-family: var(--en);
	font-size: calc(1.4rem / 1.6);
	font-weight: 600;
}
.other h2 span:nth-child(2) {
	font-family: var(--en);
	font-size: calc(1.2rem / 1.6);
}
.other h2 span:nth-child(3) {
	display: block;
	padding-top: 5px;
	border-top: 1px solid #808080;
	font-size: calc(1.6rem / 1.6);
}
.other ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(163px, 1fr));
	gap: 24px 22px;
	margin-bottom: 30px;
}
.other li a {
	display: block;
	position: relative;
	color: #fff;
}
.other li a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .3);
}
.other li .title {
	position: absolute;
	top: 10px;
	left: 5px;
	right: 5px;
	z-index: 1;
	font-family: var(--min);
	font-size: calc(1.8rem / 1.6);
	font-weight: 600;
	line-height: calc(32 / 24);
	letter-spacing: -.04em;
	opacity: 0;
}
.other li .set {
	position: absolute;
	left: 10px;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.other li .type {
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
.other li .division {
	font-size: calc(1.1rem / 1.6);
}
.other .btn {
	color: var(--red);
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.other .btn a {
	display: block;
	position: relative;
	color: #fff;
	margin-top: 10px;
	padding: 8px;
	background: var(--red);
	border: 1px solid var(--red);
	font-family: var(--en);
	font-size: calc(2.2rem / 1.6);
	font-weight: 700;
}
.other .btn a::before,
.other .btn a::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	height: 10px;
}
.other .btn a::before {
	top: -10px;
	background: var(--red);
}
.other .btn a::after {
	top: 0;
	background: #fff;
}
@media print, screen and (min-width: 768px) {/* PC */
.other {
	max-width: 1420px;
	margin-inline: auto;
	padding: 0 40px 108px;
}
.other h2 {
	margin-bottom: 40px;
}
.other h2 span:nth-child(1) {
	font-size: calc(1.8rem / 1.6);
}
.other h2 span:nth-child(2) {
	font-size: calc(1.6rem / 1.6);
}
.other h2 span:nth-child(3) {
	font-size: calc(2rem / 1.6);
}
.other ul {
	grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
	margin-bottom: 40px;
}
.other li .title {
	font-size: calc(2.4rem / 1.6);
}
.other li .type {
	font-size: calc(1.8rem / 1.6);
}
.other li .division {
	font-size: calc(1.4rem / 1.6);
}
.other .btn {
	font-size: calc(1.6rem / 1.6);
}
.other .btn a {
	max-width: 600px;
	margin: 15px auto 0;
	padding: 10px 0;
	font-size: calc(2.8rem / 1.6);
}
.other .btn a::before,
.other .btn a::after {
	height: 15px;
}
.other .btn a::before {
	top: -15px;
}
}/* @media */
@media (hover:hover) {
.other li a::after {
	transition: background .3s;
}
.other li a:hover::after {
	background: rgba(0, 75, 195, .6);
}
.other li.num01 a:hover::after,
.other li.num07 a:hover::after {
	background: rgba(237, 0, 34, .6);
}
.other li a .title {
	transition: opacity .3s;
}
.other li a:hover .title {
	opacity: 1;
}
.other .btn a {
	transition: .3s;
}
.other .btn a:hover {
	color: var(--red);
	background: #fff;
}
}/* @media */
