@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #242633;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

.en {
    font-family: 'Manrope', sans-serif;
}

img {
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media only screen and (min-width: 768px) {
	a {
		transition: opacity .3s;
	}
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 2.6666vw;
	}
}

/*表示
----------------------------------------*/
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.text-small {
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
}
.mb-none {
    margin-bottom:  0!important;
}
.mb-small {
    margin-bottom:  1rem!important;
}
.pb-none {
    padding-bottom:  0!important;
}

@media only screen and (min-width: 768px) {
	.visible_sp {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.visible_pc {
		display: none !important;
	}
}



/*scroll-nav
----------------------------------------*/
.scroll-nav {
    display: none;
}
.main_copy {
    display: none;
}
@media only screen and (min-width: 768px) {
	.scroll-nav {
        display: block;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 43.5rem;
        z-index: 10;
    }
    .scroll-nav ul {
        width: 2.2rem;
    }
    .scroll-nav .mouse {
        width: 1.2rem;
        height: 1.8rem;
        margin: 1.98rem auto;
        display: block;
    }
    .scroll-nav .mouse::before {
        content: "";
        position: absolute;
        background: url("../img/common/ico-mouse.svg") no-repeat;
        background-size: 100% 100%;
        width: 1.2rem;
        height: 1.8rem;
        top: 0;
        left: 0;
    }
    .scroll-nav .arrow-top,
    .scroll-nav .arrow-bottom {
        width: 2.2rem;
        height: 2.2rem;
        margin: 0 auto;
        display: block;
    }
    .scroll-nav .arrow-top::before,
    .scroll-nav .arrow-bottom::before {
        content: "";
        position: absolute;
        background: url("../img/common/ico-arrow-scroll.svg") no-repeat;
        background-size: 100% 100%;
        width: 2.2rem;
        height: 2.2rem;
        top: 0;
        left: 0;
    }
    .scroll-nav .arrow-bottom::before {
        transform: scale(-1,-1);
    }


    .main_copy {
        display: block;
        position: fixed;
        color: #fff;
        font-size: 1.2rem;
        font-weight: normal;
        letter-spacing: 0.05em;
        margin: 0;
        left: 7rem;
/*        bottom: 6rem;*/
        bottom: 1.5vw;
    }
}


/*header
----------------------------------------*/
.header {
	z-index: 10;
	display: flex;
	justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
}
.header_logo {
	width: 48%;
    padding-top: 2.2rem;
    margin-left: 5.33%;
}
.header_logo a {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header_logo img {
    width: 9.7rem;
}
.header_logo span {
    color: #fff;
	font-size: .8rem;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.header_btn {
	width: 32.5333%;
	margin-right: 4%;
}
@media only screen and (min-width: 1179px) {
	.header {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .header {
		left: 0;
	}
    .header_logo {
        padding-top: 3rem;
        margin-left: 3rem;
    }
    .header_logo a {
        justify-content: flex-start;
    }
    .header_logo span {
        display: none;
    }
    .header_logo img {
        width: 12.9rem;
    }
}

/*gnav
----------------------------------------*/
.gnav {
	position: static;
}
.gnav_btn {
	appearance: none;
	width: 5rem;
	height: 5rem;
    border: .2rem solid #fff;
    border-radius: 50%;
	position: fixed;
	right: 1.7rem;
	top: 1.7rem;
	z-index: 2001;
	outline: none;
	cursor: pointer;
    background: none;
}
.gnav_btn::before,
.gnav_btn::after,
.gnav_btn span::after {
	content: '';
}
.gnav_btn span {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gnav_btn::before,
.gnav_btn::after,
.gnav_btn span::after {
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 1.7rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: transform .3s, top .3s, opacity .3s, width .3s;
}
.gnav_btn span::before {
	content: "MENU";
    position: absolute;
    font-size: .7rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.15em;
    font-family: 'Manrope', sans-serif;
    left: 51%;
    bottom: -3.6rem;
    transform: translateX(-50%);
}
.gnav_btn::before {
	left: -1.5rem;
}
.gnav_btn::after {
	right: -1.5rem;
}

.gnav_list {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(-60deg, #FF5610, #FF8C2B);
    background: -o-linear-gradient(-60deg, #FF5610, #FF8C2B);
    background: linear-gradient(120deg, #FF5610, #FF8C2B);
	z-index: 2000;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s;
}
.gnav_list::before {
	content: "";
    position: fixed;
    background: url("../img/common/bg-contents01.png") no-repeat;
    background-size: 100%;
    width: 165%;
    height: 73%;
    bottom: -8.5rem;
    left: -3.7rem;
    z-index: -1;
}
.gnav_list ul {
	top: 0;
	right: 0;
	width: 100%;
	font-size: 1.4rem;
    line-height: 1.4;
	font-weight: bold;
	color: #fff;
	transform: translateX(100%);
	transition: transform .5s;
    padding: 12.9rem 10.66%;
}
.gnav_list ul li {
    border-bottom: .1rem solid #EAE8E8;
}
.gnav_list ul li.logo,
.gnav_list ul li.entry {
    display: none;
}
.gnav_list ul li + li {
	margin-top: .4%;
}
.gnav_list ul li a {
	display: block;
	padding: 2rem 0;
}


.gnav.open .gnav_list {
	pointer-events: all;
	opacity: 1;
}
.gnav.open .gnav_list ul {
	transform: none;
}
.gnav.open .gnav_btn::before,
.gnav.open .gnav_btn::after,
.gnav.open .gnav_btn span::after {
	width: 1.5rem;
    transform: rotate(45deg);
    border-radius: 0;
    height: .1rem;
    left: 0;
    right: 0;
}
.gnav.open .gnav_btn::after {
	transform: rotate(-45deg);
}
.gnav.open .gnav_btn span::after {
	opacity: 0;
}
.gnav.open .gnav_btn span::before {
	content: "CLOSE";
}

@media only screen and (min-width: 1179px) {
	.gnav_btn {
		display: none;
	}
	.gnav_list {
		top: 6rem;
		left: 6rem;
		right: auto;
		bottom: auto;
		background: none;
		pointer-events: all;
		opacity: 1;
	}
    .gnav_list::before {
        display: none;
    }
	.gnav_list ul {
		top: auto;
		right: auto;
		width: 18.35rem;
		font-size: 1.4rem;
		letter-spacing: .05em;
		padding: 0;
		transform: none;
		font-feature-settings: "palt";
	}
    .gnav_list ul li.logo,
    .gnav_list ul li.entry {
        display: block;
    }
	
	.gnav_list ul li + li {
/*		margin-top: 1.65rem;*/
        margin-top: 1vw;
	}
    
	.gnav_list ul li a {
/*		padding: 0 0 1.85rem;*/
        padding: 0 0 1.15vw;
	}
    
    .gnav_list ul li.logo {
		max-width: 13rem;
/*        margin-bottom: 4.5rem;*/
        margin-bottom: 3.2vw;
        border: none;
	}
    .gnav_list ul li.logo a {
		padding: 0;
	}
	.gnav_list ul li.entry {
/*		margin-top: 4.56rem;*/
        margin-top: 3.2vw;
        border: none;
	}
	.gnav_list ul li.entry a {
		border-radius: 3.5rem;
        background: #FFFFFF;
        color: #FF5611;
        text-align: center;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 1.5rem 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .gnav_btn {
        right: 50%;
        transform: translateX(calc((100vw - 910px) / 2));
    }
    .open .gnav_btn {
        transform: translateX(calc((100vw - 200px) / 2));
    }
    .gnav_list ul li a {
        padding: 2.5rem 0;
        font-size: 1.8rem;
    }
}

/*contents
----------------------------------------*/
.wrapper {
	overflow: hidden;
/*    min-height: 768px;*/
}
.wrapper::before {
	content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(-60deg, #FF5610, #FF8C2B);
    background: -o-linear-gradient(-60deg, #FF5610, #FF8C2B);
    background: linear-gradient(120deg, #FF5610, #FF8C2B);
    z-index: -2;
}
.wrapper::after {
	content: "";
    position: fixed;
    background: url("../img/common/bg-contents01.png") no-repeat;
    background-size: 100%;
    width: 49.4%;
    height: 82.4%;
    bottom: -7rem;
    left: -2.5rem;
    z-index: -1;
}
main {
	background: #fff;
}
.contents {
	background: #F5F5F5;
    overflow: clip;
}

.main_slide00 {
    width: 100%;
    overflow: hidden;
    max-width: 40rem;
    margin: 0 -27% 0 auto;
} 
.main_slide01 {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 13%;
/*    max-width: 18.3rem;*/
/*    left: calc((100vw - 175px) / 2);*/
    left: 44.4%;
} 
.main_slide02 {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 9.8%;
/*    max-width: 12.9rem;*/
/*    left: calc((100vw - 600px) / 2);*/
    left: 31%;
}

.main_slide01 .swiper-container,
.main_slide02 .swiper-container {
/*
    width: 100%;
    height: 100vh;
*/
    overflow-y: hidden;
}
.main_slide01 .swiper-slide,
.main_slide02 .swiper-slide {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .45rem 0;
}

.main_slide01 .swiper-slide img,
.main_slide02 .swiper-slide img {
    height: auto;
    width: 100%;
}
.main_slide01 .swiper-wrapper,
.main_slide02 .swiper-wrapper {
    transition-timing-function: linear;
}

.pc_left h1 {
    position: absolute;
    font-size: 4.1rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    z-index: 2;
    color: #fff;
    top: 56%;
    text-indent: -.95em;
    left: 3.1rem;
}

@keyframes loop1 {
    0% {
        transform: translateY(0%)
    }
    100% {
        transform: translateY(-100%)
    }
}
@keyframes loop2 {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0%)
    }
}
@keyframes loop1-sp {
    0% {
        transform: translateX(0%)
    }
    100% {
        transform: translateX(-100%)
    }
}
@keyframes loop2-sp {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0%)
    }
}

@media only screen and (min-width: 768px) {
	main {
		width: 43.5rem;
		margin: 0 0 0 61.78%;
		box-shadow: 0 0 2.1rem rgba(0, 0, 0, .2);
        box-sizing: border-box;
        padding: 3.0rem 3.0rem 0;
	}
    main::before {
        content: "";
        position: fixed;
        background: #FF5611;
        opacity: .37;
        width: 19.4rem;
        height: 19.4rem;
        top: 9rem;
        right: -12rem;
        z-index: -1;
        border-radius: 50%;
    }
    main::after {
        content: "";
        position: fixed;
        background: #fff;
        opacity: .19;
        width: 10.6rem;
        height: 10.6rem;
        top: 7.0rem;
        right: 3.5rem;
        z-index: -1;
        border-radius: 50%;
    }
	.pc_left {
		position: fixed;
		top: 0;
		bottom: 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
        width: 34.3%;
        min-width: 40rem;
/*        max-width: 46rem;*/
        right: calc((100vw - 245px) / 2);
	}
    .pc_left h1 {
        font-size: 4.1rem;
        top: 52%;
        left: -4rem;
    }
	.pc_left .swiper-slide {
		max-height: 100vh;
	}
	.pc_left img {
		width: 100%;
	}
    .main_slide00 {
        max-width: inherit;
        margin: 0 0 -.5rem 0;
    }
/*
    .swiper-wrapper-loop:last-child,
    .swiper-wrapper-loop02:last-child {
        display: flex;
    }
*/
    .main_slide01 .swiper-wrapper {
        animation: loop1 70s infinite linear 0.1s both;
        flex-wrap: wrap;
        height: calc(500vw / 3.1);
    }
    .main_slide02 .swiper-wrapper {
        animation: loop2 40s infinite linear 0.1s both;
        flex-wrap: wrap;
        height: calc(500vw / 4.1);
    }
    .main_slide01 .swiper-slide {
/*        height: 26.3rem !important;*/
        height: auto !important;
    }
    .main_slide02 .swiper-slide {
/*        height: 18.5rem !important;*/
        height: auto !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .wrapper {
        display: flex;
        justify-content: flex-end;
    }
    main {
		margin: 0 0 0 auto;
	}
    .pc_left {
        width: 52.27%;
        right: 45vw;
        max-width: 45rem;
    }
    .pc_left h1 {
        font-size: 4.2vw;
        top: auto;
        left: 7%;
        bottom: 13%;
        width: 100%;
    }
    
    #swiperloop,
    #swiperloop02 {
        display: flex;
    }
    .main_slide01 .swiper-wrapper {
        animation: loop1-sp 70s infinite linear 0.1s both;
        width: calc(100vw / .1);
        height: auto;
        flex-wrap: inherit;
    }
    .main_slide02 .swiper-wrapper {
        animation: loop2-sp 40s infinite linear 0.1s both;
        width: calc(100vw / .2);
        height: auto;
        flex-wrap: inherit;
    }
    
    .main_slide01 {
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 14.5rem;
    } 
    .main_slide02 {
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 40.2rem;
    }
    .main_slide01 .swiper-container,
    .main_slide02 .swiper-container {
        height: 100%;
        overflow: hidden;
    }
    .main_slide01 .swiper-slide {
        margin: 0 5px;
        width: 16.5rem !important;
        height: inherit !important;
    }
    .main_slide02 .swiper-slide {
        margin: 0 5px;
        width: 12.9rem !important;
        height: inherit !important;
    }
}
@media only screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1180px) {
    .pc_left{
        max-width: 55vh;
    }
     .pc_left h1 {
        font-size: 6vh;
        left: calc((100vw - 860px) / 2);
        bottom: 15rem;
    }
}
@media only screen and (max-width: 767px) {
	main {
		margin: 0 auto;
	}
    .wrapper::after {
        display: none;
    }
    .pc_left {
        overflow: hidden;
        padding: 6.5rem 0 0;
    }
    .main_slide00 {
        max-width: 36rem;
        margin: 0 -27% 0 auto;
    }
    
    #swiperloop,
    #swiperloop02 {
        display: flex;
    }
    .main_slide01 .swiper-wrapper {
        animation: loop1-sp 70s infinite linear 0.1s both;
        width: calc(100vw / .1);
        height: auto;
        flex-wrap: inherit;
    }
    .main_slide02 .swiper-wrapper {
        animation: loop2-sp 40s infinite linear 0.1s both;
        width: calc(100vw / .2);
        height: auto;
        flex-wrap: inherit;
    }
    .main_slide01 {
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 14.5rem;
    } 
    .main_slide02 {
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 40.2rem;
    }
    .main_slide01 .swiper-container,
    .main_slide02 .swiper-container {
        height: 100%;
        overflow: hidden;
    }
    .main_slide01 .swiper-slide {
        margin: 0 5px;
        width: 16.5rem !important;
    }
    .main_slide02 .swiper-slide {
        margin: 0 5px;
        width: 12.9rem !important;
    }
}



/*footer
----------------------------------------*/
#footer {
	padding: 5rem 2.5rem 9.2rem;
}
#footer .footer_logo {
    max-width: 13rem;
    margin: 0 auto 2.7rem;
}
#footer .footer_list {
    margin-bottom: 5rem;
}
#footer .footer_list li {
    border-bottom: 1px solid #EAE8E8;
}
#footer .footer_list li a {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 1.65rem 0;
    display: block;
}
#footer .footer_copy {
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    #footer {
        padding: 5rem 2.5rem 3.2rem;
    }
}


/*float
----------------------------------------*/
main,
.wrapper {
	overflow: visible;
}
.float_btn {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	transition: opacity .5s;
}
.float_btn.show {
	opacity: 1;
	pointer-events: all;
}
.float_btn a {
    font-family: 'Manrope', sans-serif;
    background: #FF5611;
    border-radius: 2rem 2rem 0 0;
	display: block;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.025em;
    padding: 2rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .3);
}

@media only screen and (min-width: 768px) {
    .float_btn {
        position: sticky;
    }
}


/*btn
----------------------------------------*/
.btn_more {
    max-width: 19.2rem;
    margin: 0 auto;
}
.btn_more + .btn_more {
    margin-top: 2rem;
}
.btn_more_full {
    max-width: 100%;
}
.btn_more a {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    border-radius: 3.6rem;
    background: #FFFFFF;
    color: #242633;
    padding: 1.9rem 5.5rem 1.9rem 3rem;
}
.btn_more a.en {
    font-weight: 900;
}
.btn_more a::before {
    content: "";
    position: absolute;
    background: url("../img/common/ico-btn.svg") no-repeat;
    background-size: 100% 100%;
    width: 3.2rem;
    height: 3.2rem;
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%);
}
.btn_more a::after {
    content: "";
    position: absolute;
    background: #EE6E02;
    width: .5rem;
    height: .5rem;
    top: 50%;
    right: 2.75rem;
    transform: translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    transition: 0.3s;
}

.btn_more_auto {
    max-width: inherit;
}
.btn_more_auto a {
    display: inline-block;
}


.btn_anchor li {
    max-width: 28rem;
    margin: 0 auto;
}
.btn_anchor li + li {
    margin-top: 2rem;
}
.btn_anchor li a {
    display: block;
    background: #fff;
    border-radius: 2.8rem;
    padding: 1.75rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.btn_anchor li a::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 2.7rem;
	width: .65rem;
	height: .65rem;
	border-bottom: .2rem solid #FF5611;
	border-right: .2rem solid #FF5611;
	transform: rotate(45deg) translateY(-50%);
}

@media only screen and (min-width: 768px) {
    .btn_more a:hover {
        opacity: .8;
    }
    .btn_more a:hover::after {
        transform: translateY(-50%) scale(3);
    }
}




/*pagettl_block
----------------------------------------*/
.pagettl_block {
    position: relative;
    color: #fff;
    z-index: 1;
    margin-bottom: 3rem;
}
.pagettl_block::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 100%);
    background: -webkit-linear-gradient(-60deg, #FF5610, #FF8C2B);
    background: -o-linear-gradient(-60deg, #FF5610, #FF8C2B);
    background: linear-gradient(120deg, #FF5610, #FF8C2B);
}
.pagettl_block::after {
    content: "";
    position: absolute;
    background: url("../img/common/bg-pagettl.png") no-repeat;
    background-size: 100%;
    width: 30rem;
    height: 28.6rem;
    bottom: 3rem;
    right: -9.8rem;
}

.pagettl_block + *::before {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .8;
    width: 9.3rem;
    height: 9.3rem;
    top: -9.8rem;
    right: 3.1rem;
    border-radius: 50%;
}
.pagettl_block + *::after {
    content: "";
    position: absolute;
    background: #FF5611;
    opacity: .11;
    width: 19.4rem;
    height: 19.4rem;
    top: -23rem;
    right: -10rem;
    border-radius: 50%;
}
.pagettl_inner {
    padding: 12.8rem 2.5rem 10.5rem;
}

.pagettl_inner::before {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .19;
    width: 10.6rem;
    height: 10.6rem;
    bottom: -.4rem;
    left: -5.3rem;
    border-radius: 50%;
}
.pagettl_inner::after {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .19;
    width: 4.3rem;
    height: 4.3rem;
    bottom: -.6rem;
    left: 4.4rem;
    border-radius: 50%;
}
.pagettl_block h2 {
    margin-bottom: 2rem;
}
.pagettl_block h2 span.en {
    font-size: 4.6rem;
    font-weight: 900;
    letter-spacing: 0.025em;
    margin-bottom: .5rem;
    display: inline-block;
    line-height: 1.08;
}
.pagettl_block h2 span.en:first-letter {
    color: #FFDB7B;
}
.pagettl_block h2 span:not(.en) {
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 2rem;
    display: block;
    letter-spacing: 0.05em;
}
.pagettl_block h2 span:not(.en)::before {
    content: "";
    position: absolute;
    width: 1.1rem;
    height: .2rem;
    background: #FFDB7B;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pagettl_block h2 + p {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 2;
    color: #fff !important;
}
@media only screen and (min-width: 768px) {
    .pagettl_inner {
        padding: 7.8rem 2.5rem 10.5rem;
        z-index: 1;
    }
    .pagettl_inner.pt-l {
        padding-top: 12.8rem;
    }
}


/*btnlist_block
----------------------------------------*/
.btnlist_block {
    padding: 0 2.5rem 3rem;
}
.btnlist_block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btnlist_block ul li {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
}
.btnlist_block ul li a {
    text-align: center;
    background: #FFFFFF;
    border-radius: 1rem;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.42;
    padding: 1.95rem 0;
}
.btnlist_block ul li.active a {
    background: #FF5611;
    color: #fff;
}

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


/* 共通見出し　、テキスト
----------------------------------------*/
[class*="page_sub"] .ttl-h2 {
    text-align: center;
    margin-bottom: 3.2rem;
}
[class*="page_sub"] .ttl-h2 span.en {
    display: block;
    font-size: 3.8rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 1.1;
    margin-bottom: .5rem;
    white-space: nowrap;
}
[class*="page_sub"] .ttl-h2 span:not(.en) {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    color: #FF5611;
}
.ttl-h2_line {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-align: center;
    padding-bottom: 1.98rem;
    margin-bottom: 2.96rem;
}
.ttl-h2_line:first-letter {
    color: #FF5611;
}
.ttl-h2_line::before {
    content: "";
    position: absolute;
    background: #FF5611;
    width: 3.5rem;
    height: .1rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ttl-h3 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.68;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}
.ttl-h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
    text-align: center;
}
.ttl-h4 span {
    color: #FF5611;
    font-weight: bold;
}

.contents[class*="page_sub_"] .contents_inner > p {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 2;
    color: #242633;
    margin-bottom: 3rem;
}
.contents[class*="page_sub_"] .contents_inner a.text-link {
    color: #4584DB;
    text-decoration: underline;
}
.contents[class*="page_sub_"] .contents_inner > p.text-asterisk {
    font-size: 1.2rem;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
    line-height: 1.4;
}

.contents_inner {
    padding: 0 2.5rem;
}

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

/* テーブル
----------------------------------------*/
.table_block,
.table_block * {
    display: block;
}
.table_block th {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 2rem;
    margin-top: 2.8rem;
    position: relative;
}
.table_block th::before {
    content: "";
    position: absolute;
    width: .9rem;
    height: .9rem;
    background: #FF5611;
    border-radius: 50%;
    top: 1.2rem;
    left: 0;
}
.table_block td {
    padding: 1.5rem 0 2.5rem;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 2;
    border-bottom: .3rem solid #fff;
}


/* リスト
----------------------------------------*/
.ul_list_tag {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.6rem;
    padding: 0 .7rem;
}
.ul_list_tag li:not(.clear) {
    margin: 0 .525rem 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 1rem 2.1rem;
    background: #fff;
    border-radius: 1.9rem;
}
.ul_list_tag li.clear {
    width: 100%;
}


.ul_list li {
    text-indent: -1.4rem;
    margin-left: 1.4rem;
}

.ul_list li::before {
    content: "・";
    font-size: 1.4rem;
    color: #FF5611;
}

.ul_list_asterisk li {
    text-indent: -1.4rem;
    margin-left: 1.4rem;
}


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

/* パンくず
----------------------------------------*/
.breadcrumb_block {
    padding: 5rem 2.5rem 4rem;
    display: inline-block;
} 
.breadcrumb_block ul {
    display: flex;
    background: #fff;
    border-radius: 2.8rem;
    padding: .8rem 2.1rem;
} 
.breadcrumb_block ul li {
    font-size: 1.2rem;
    font-weight: normal;
} 
.breadcrumb_block ul li + li {
    padding-left: 2.4rem;
} 
.breadcrumb_block ul li + li::before {
    content: "";
    position: absolute;
    width: .3rem;
    height: .3rem;
    background: #EE6E02;
    border-radius: 2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
} 
.breadcrumb_block ul li a {
    color: #FF5611;
} 

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



