@charset "utf-8";
@media screen and (max-width : 768px){
	.page_visible {
		overflow: hidden !important;
		height: 100vh;
		height: 100dvh;
	}

	.page_visible .btn_pagetop {
		z-index: 0;
	}

	.section img {
		display: block;
		width: 100%;
	}

	.section sup {
		vertical-align: top;
		font-size: 75%;
	}


/* ----------------------------------------
	section_title
---------------------------------------- */

	#section_title {
		background: #fff;
	}


/* ----------------------------------------
	section_part
---------------------------------------- */

	#section_part {
		position: relative;
		z-index: 1;
	}
	#section_part::before,
	#section_part .slick-slide::before {
		content: '';
		opacity: .23;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		background: 50% calc(-14 / 375 * 100vw) / calc(24 / 375 * 100vw) calc(24 / 375 * 100vw) var(--c-bg-gradient);
		background-image: var(--bg-gradient);
		mix-blend-mode: multiply;
		pointer-events: none;
	}

	#section_part .section {
		padding: calc(20 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
	}

	#section_part .section_inner,
	#section_part .slick-list {
		box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	}
	#section_part .section_inner {
		width: calc(335 / 375 * 100vw);
		margin: auto;
	}

	#section_part .part_content,
	#section_part .btn_close {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		transition: .5s;
		transition-property: visibility, opacity;
	}
	#section_part .part_content {
		left: 0;
		right: 0;
		top: 87px;
		bottom: 0;
		z-index: 10;
		margin-bottom: 0;
		padding: calc(20 / 375 * 100vw);
		background: rgba(255,255,255,.9);
	}

	.page_visible #section_part .part_content.active,
	.page_visible #section_part .active~.btn_close {
		visibility: visible;
		opacity: 1;
	}

	#section_part .block>* {
		position: relative;
		z-index: 1;
	}

	#section_part h3 {
		box-sizing: border-box;
		width: calc(107 / 375 * 100vw);
		height: calc(147 / 375 * 100vw);
		margin-left: calc(20 / 375 * 100vw);
		border-bottom: 8px solid var(--c-gray);
	}

	#section_part h3 .num {
		width: auto;
		height: calc(88 / 375 * 100vw); 
	}

	#section_part h3 .logo {
		position: absolute;
		left: 100%;
		margin-left: calc(25 / 375 * 100vw);
	}

	#section_part .part {
		display: block;
		overflow: hidden;
		width: calc(49 / 375 * 100vw);
		height: 0;
		margin-bottom: calc(15 / 375 * 100vw);
		padding-top: calc(20 / 375 * 100vw);
		background: var(--c-gray);
		mask: url(../img/part.svg) 0 0 / contain no-repeat;
	}

	#section_part .title_sub {
		display: flex;
		align-items: flex-start;
		margin: calc(19 / 375 * 100vw) 0 0 calc(20 / 375 * 100vw);
	}

	#section_part .title_sub .part {
		margin: calc(7 / 375 * 100vw) 0 calc(26 / 375 * 100vw);
	}

	#section_part .title_sub .num {
		width: auto;
		height: calc(27 / 375 * 100vw);
		margin: 0 calc(8 / 375 * 100vw);
	}

	#section_part .text {
		margin: 0 calc(20 / 375 * 100vw);
	}
	#section_part .text:last-child {
		padding-bottom: calc(25 / 375 * 100vw);
	}

	#section_part h4 {
		margin: calc(28 / 375 * 100vw) 0 calc(-5 / 375 * 100vw);
		white-space: nowrap;
		font-family: var(--font-bold);
		font-size: calc(20 / 375 * 100vw);
		line-height: calc(30 / 20);
	}
	#section_part h4:first-child {
		margin-top: 0;
	}
	#section_part p {
		margin: calc(13 / 375 * 100vw) 0 calc(-8 / 375 * 100vw);
		font-size: calc(17 / 375 * 100vw);
		line-height: calc(33 / 17);
	}
	#section_part figure {
		width: calc(295 / 375 * 100vw);
		margin: auto;
		padding-bottom: calc(25 / 375 * 100vw);
	}
	#section_part figcaption {
		margin-top: calc(5 / 375 * 100vw);
		font-size: calc(12 / 375 * 100vw);
	}

	#section_part .note { 
		margin: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw) calc(-4 / 375 * 100vw);
		font-size: calc(12 / 375 * 100vw);
		line-height: calc(20 / 12);
	}

	/* kv
	---------------------------------------- */

	#section_part .kv {
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		height: calc(494 / 375 * 100vw);
		padding-top: calc(18 / 375 * 100vw);
	}
	#section_part .kv p {
		margin: calc(15 / 375 * 100vw) 0 0 calc(20 / 375 * 100vw);
		font-family: var(--font-bold);
		font-size: calc(22 / 375 * 100vw);
		line-height: calc(34 / 22);
	}
	#section_part .kv figure {
		position: absolute;
		width: 100%;
		padding-bottom: 0;
	}

	/* btn_close, nav
	---------------------------------------- */
	
	#section_part .btn_close {
		right: calc(32 / 375 * 100vw);
		top: calc(87px + 32 / 375 * 100vw);
		z-index: 11;
		aspect-ratio: 1;
		width: calc(39 / 375 * 100vw);
	}
	#section_part .btn_close::before,
	#section_part .btn_close::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: calc(4 / 375 * 100vw);
		margin-top: calc(-2 / 375 * 100vw);
		background: #353535;
	}
	#section_part .btn_close::before {
		transform: rotate(45deg);
	}
	#section_part .btn_close::after {
		transform: rotate(-45deg);
	}

	#section_part .nav {
		display: flex;
		align-items: flex-end;
		margin: calc(21 / 375 * 100vw)  calc(20 / 375 * 100vw) 0;
		font-family: var(--font-bold);
	}
	#section_part .nav p {
		position: relative;
		z-index: 1;
		margin: 0 calc(-10 / 375 * 100vw) calc(-2 / 375 * 100vw) 0;
		padding-right: calc(12 / 375 * 100vw);
		color: var(--c-red);
		font-size: calc(9 / 375 * 100vw);
		line-height: calc(13 / 9);
	}
	#section_part .nav p::after {
		content: '';
		position: absolute;
		right: 0;
		bottom: calc(2 / 375 * 100vw);
		border: solid transparent;
		border-width: 4px 0 4px 7px;
		border-left-color: var(--c-red);
		transform: scale(calc(100vw / 375px));
		transform-origin: 100% 100%;
	}
	#section_part .nav a,
	#section_part .nav a::before {
		border: 1px solid;
		border-radius: 50%;
	}
	#section_part .nav a {
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 1;
		aspect-ratio: 1;
		width: calc(14 / 375 * 100vw);
		margin-left: calc(27 / 375 * 100vw);
		background: #fff;
		color: #4d4d4d;
	}
	#section_part .nav a::before {
		content: '';
		position: absolute;
		left: calc(2 / 375 * 100vw);
		right: calc(2 / 375 * 100vw);
		top: calc(2 / 375 * 100vw);
		bottom: calc(2 / 375 * 100vw);
		z-index: 1;
		transition: .2s background-color;
	}
	#section_part .nav a span {
		position: absolute;
		bottom: 100%;
		margin-bottom: calc(4 / 375 * 100vw);
		font-size: calc(10 / 375 * 100vw);
	}

	#section_part .nav a.active::before {
		background: var(--c-red);
	}

	/* slick
	---------------------------------------- */

	#section_part .slick-track {
		background: #fff;
	}

	#section_part .slick-slide {
		position: absolute !important;
		z-index: 1;
		overflow: auto;
		max-height: calc(100vh - 40 / 375 * 100vw - 87px);
		max-height: calc(100dvh - 40 / 375 * 100vw - 87px);
		-webkit-overflow-scrolling: touch;
	}
	#section_part .slick-slide::before {
		position: fixed;
	}

	#section_part .slick-current {
		position: relative !important;
		left: 0 !important;
	}

	#section_part .slick-arrow,
	#section_part .slick-dots {
		display: none !important;
	}

	/* #section_part01
	---------------------------------------- */

	#section_part01 {
		background: var(--c-bg-part01);
	}

	#section_part01 .section_inner,
	#section_part01 .slick-slide {
		background: var(--c-bg-part01-inner);
	}

	#section_part01 h3 .logo {
		top: calc(48 / 375 * 100vw);
		width: calc(116 / 375 * 100vw);
	}

	#section_part01 .title_sub .logo {
		width: calc(41.5 / 375 * 100vw);
		margin-top: calc(2 / 375 * 100vw);
	}

	#section_part01 .kv figure {
		bottom: calc(11 / 375 * 100vw);
	}

	/* page01 */
	#section_part01 .page01 figure {
		margin-top: calc(40 / 375 * 100vw);
		padding-bottom: calc(5 / 375 * 100vw);
	}

	#section_part01 .page01 figure .logo {
		position: absolute;
		left: 0;
		top: calc(-18 / 375 * 100vw);
		width: calc(88 / 375 * 100vw);
	}

	/* page02 */
	#section_part01 .page02 figure {
		margin-top: calc(4 / 375 * 100vw);
	}
	
	#section_part01 .page02 figure ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#section_part01 .page02 figure li {
		width: calc(102 / 375 * 100vw);
		font-family: var(--font-bold);
		font-size: calc(12 / 375 * 100vw);
	}
	#section_part01 .page02 figure li:first-child {
		width: 100%;
		margin-bottom: calc(5 / 375 * 100vw);
	}
	#section_part01 .page02 figure li:nth-child(2) {
		width: calc(77 / 375 * 100vw);
	}
	#section_part01 .page02 figure li div {
		margin-top: calc(11 / 375 * 100vw);
	}

	/* page03 */
	#section_part01 .page03 .equipment {
		margin: calc(18 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
		padding-bottom: calc(25 / 375 * 100vw);
	}

	#section_part01 .page03 .equipment .box {
		position: relative;
		z-index: 2;
		padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
		background: #fff;
	}

	#section_part01 .page03 .equipment h5 {
		font-family: var(--font-bold);
		font-size: calc(12 / 375 * 100vw);
	}
	#section_part01 .page03 .equipment p {
		margin: calc(7 / 375 * 100vw) 0 0 calc(-5 / 375 * 100vw);
		font-size: calc(11 / 375 * 100vw);
		line-height: calc(21 / 11);
	}
	#section_part01 .page03 .equipment figure {
		padding-bottom: 0;
	}

	#section_part01 .page03 .equipment .box figure {
		width: auto;
		margin-top: calc(12 / 375 * 100vw);
	}

	#section_part01 .page03 .equipment>figure {
		position: relative;
		z-index: 1;
		margin-top: calc(9 / 375 * 100vw);
	}

	#section_part01 .page03 .equipment .circle {
		position: absolute;
		z-index: 1;
		box-sizing: border-box;
		aspect-ratio: 1;
		width: calc(55 / 375 * 100vw);
		border: 1px solid;
		border-radius: 50%;
		color: #fff;
	}
	#section_part01 .page03 .equipment .circle::before {
		content: '';
		position: absolute;
		z-index: 1;
		border: 0px solid;
	}

	#section_part01 .page03 .equipment .circle01,
	#section_part01 .page03 .equipment .circle02 {
		top: calc(47 / 375 * 100vw);
	}
	#section_part01 .page03 .equipment .circle01 {
		left: calc(96 / 375 * 100vw);
	}
	#section_part01 .page03 .equipment .circle01::before {
		right: 0;
		top: 50%;
		width: calc(71 / 375 * 100vw);
		border-bottom-width: 1px;
		transform: translate(100%,-50%);
	}

	#section_part01 .page03 .equipment .circle02 {
		right: calc(18 / 375 * 100vw);
	}
	#section_part01 .page03 .equipment .circle02::before {
		left: calc(-36 / 375 * 100vw);
		bottom: 50%;
		height: calc(87 / 375 * 100vw);
		border-left-width: 1px;
	}

	#section_part01 .page03 .equipment .circle03 {
		left: calc(43 / 375 * 100vw);
		top: calc(22 / 375 * 100vw);
	}
	#section_part01 .page03 .equipment .circle03::before {
		height: calc(70 / 375 * 100vw);
		left: 50%;
		top: 100%;
		border-left-width: 1px;
		transform: translate(-50%,1px);
	}

	/* page04 */
	#section_part01 .page04 figure {
		margin-top: calc(17 / 375 * 100vw);
	}

	/* page05 */
	#section_part01 .page05 .text {
		display: grid;
		gap: calc(28 / 375 * 100vw);
	}

	/* #section_part02
	---------------------------------------- */

	#section_part02 {
		background: var(--c-bg-part02);
		color: #fff;
	}

	#section_part02 .section_inner,
	#section_part02 .slick-slide {
		background: var(--c-bg-part02-inner);
	}

	#section_part02 h3 {
		border-bottom-color: #f2f2f2;
	}

	#section_part02 .part {
		background: #fff;
	}

	#section_part02 h3 .logo {
		top: calc(76 / 375 * 100vw);
		width: calc(164 / 375 * 100vw);
	}

	#section_part02 .title_sub .logo {
		width: calc(112 / 375 * 100vw);
		margin-top: calc(13 / 375 * 100vw);
	}

	#section_part02 .note {
		padding-bottom: calc(25 / 375 * 100vw);
	}
	#section_part02 .note a {
		display: inline-block;
		position: relative;
		left: 50%;
		margin-top: calc(13 / 375 * 100vw);
		padding-right: calc(16 / 375 * 100vw);
		transform: translateX(-50%);
		color: #fff;
		font-family: var(--font-bold);
		font-size: calc(13 / 375 * 100vw);
		line-height: 1;
	}
	#section_part02 .note a::after {
		content: '';
		position: absolute;
		right: 0;
		border: solid transparent;
		border-width: 6px 0 6px 10px;
		border-left-color: #fff;
		transform: scale(100vw / 375px);
		transform-origin: 100% 100%;
	}

	#section_part02 .kv figure {
		bottom: calc(31 / 375 * 100vw);
	}

	/* page01 */
	#section_part02 .page01 figure {
		width: 100%;
		margin-top: calc(37 / 375 * 100vw);
		padding-bottom: calc(3 / 375 * 100vw);
	}

	#section_part02 .page01 figure .logo {
		position: absolute;
		left: calc(20 / 375 * 100vw);
		top: calc(-7 / 375 * 100vw);
		width: calc(209 / 375 * 100vw);
	}

	/* page02 */
	#section_part02 .page02 figure {
		margin-top: calc(22 / 375 * 100vw);
		padding-bottom: 0;
	}

	/* page03 */
	#section_part02 .page03 figure {
		margin-top: calc(24 / 375 * 100vw);
		padding-bottom: 0;
	}

	/* #section_part03
	---------------------------------------- */

	#section_part03 {
		background: var(--c-bg-part03);
	}

	#section_part03 .section_inner,
	#section_part03 .slick-slide {
		background: var(--c-bg-part03-inner);
	}

	#section_part03 .block::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		box-sizing: border-box;
		width: calc(335 / 375 * 100vw);
		border: 2px solid var(--c-red);
		pointer-events: none;
	}

	#section_part03 .slick-slide::after {
		position: fixed;
	}

	#section_part03 h3 .logo {
		top: calc(68 / 375 * 100vw);
		width: calc(164 / 375 * 100vw);
	}

	#section_part03 .title_sub .logo {
		width: calc(104 / 375 * 100vw);
		margin-top: calc(9 / 375 * 100vw);
	}

	#section_part03 .kv figure {
		bottom: 0;
	}

	/* page01 */
	#section_part03 .page01 figure {
		width: 100%;
		margin-top: calc(60 / 375 * 100vw);
		padding-bottom: 0;
	}

	#section_part03 .page01 figure .logo {
		position: absolute;
		left: calc(20 / 375 * 100vw);
		top: calc(-38 / 375 * 100vw);
		width: calc(196 / 375 * 100vw);
	}

	#section_part03 .page01 .note {
		margin-top: calc(8 / 375 * 100vw);
		padding-bottom: calc(14 / 375 * 100vw);
	}

	/* page02 */
	#section_part03 .page02 figure {
		margin-top: calc(11 / 375 * 100vw);
		padding-bottom: calc(45 / 375 * 100vw);
	}
	#section_part03 .page02 figcaption {
		position: absolute;
		right: 0;
		bottom: calc(24 / 375 * 100vw);
	}

	/* page03 */
	#section_part03 .page03 figure {
		margin-top: calc(24 / 375 * 100vw);
	}
	#section_part03 .page03 figure li,
	#section_part03 .page05 figure li {
		margin-top: calc(12 / 375 * 100vw);
	}

	/* page04 */
	#section_part03 .page04 figure {
		margin-top: calc(22 / 375 * 100vw);
	}
	#section_part03 .page04 figure li:nth-child(2) {
		margin: calc(3 / 375 * 100vw) 0;
	}

	/* page05 */
	#section_part03 .page05 figure {
		margin-top: calc(23 / 375 * 100vw);
	}

	/* page06 */
	#section_part03 .page06 figure {
		margin-top: calc(19 / 375 * 100vw);
	}


/* ----------------------------------------
	footer
---------------------------------------- */

	#footer_topic_path {
		margin-top: 88px;
	}
}
