@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
    font-family: "Roc_Grotesk_ExtraWide";
    font-weight: 800;
    src: url(/entrance/interview/font/roc_grotesk_extrawide_extrabold.woff2);
}
@font-face {
    font-family: "Roc_Grotesk_ExtraWide";
    font-weight: 900;
    src: url(/entrance/interview/font/roc_grotesk_extrawide_heavy.woff2);
}
.serif {
    font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
    #bodyarea .sp {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    #bodyarea a:hover,
    #bodyarea a:hover img {
        opacity: 1 !important;
    }
    #bodyarea .pc {
        display: none !important;
    }
    .scroll-float-smp {
        display: none !important;
    }
}
#bodyarea {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-family: "Noto Sans JP", serif;
    background-color: #67D0FF;
}
#bodyarea.top {
    background-color: #89DBFF;
}
#bodyarea:has(#index) {
    background-color: #89DBFF;
}
@media screen and (max-width: 479px) {
    #bodyarea {
        font-size: 2.917vw;
    }
}
#bodyarea a {
    text-decoration: none;
}
#main-wrapper {
    width: 486px;
    margin: 0 auto;
    padding-bottom: 42px;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    background-color: #EDEBE4;
    box-sizing: border-box;
}
#pankuzu {
    position: relative;
}
@media screen and (max-width: 767px) {
    #main-wrapper {
        width: auto;
        padding-bottom: 15px;
        border: none;
    }
}
@media screen and (max-width: 479px) {
    #main-wrapper {
        padding-bottom: 3.125vw;
    }
}
/*------------------------------------------------------------
	fade-in
------------------------------------------------------------*/
.fade-in {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    transition: 1s;
}
.fade-in.on {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fade .fadeIn {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    transition: 1s;
}
.fade.on .fadeIn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fade.on .delay01 {
    transition-delay: 0.8s;
}
.fade.on .delay07 {
    transition-delay: 1.6s;
}
.fade.on .delay02 {
    transition-delay: 0.3s;
}
.fade.on .delay03 {
    transition-delay: 0.6s;
}
.fade.on .delay04 {
    transition-delay: 0.9s;
}
.fade.on .delay05 {
    transition-delay: 1.2s;
}
.fade.on .delay06 {
    transition-delay: 1.5s;
}
/*------------------------------------------------------------
	fade-in
------------------------------------------------------------*/
.target {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(10%);
    }
}
/*------------------------------------------------------------
	fix-link
------------------------------------------------------------*/
.fix-link {
    width: 373px;
    position: fixed;
    bottom: -1px;
    right: 0;
    z-index: 9;
    transition: .3s;
}
.fix-link.on {
    display: none;
}
.fix-link a {
    display: block;
}
.fix-link a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/entrance/interview/images/common/fix_link_on.png) no-repeat;
    background-size: 373px auto;
    content: "";
    opacity: 0;
    transition: .3s;
}
.fix-link .ico {
    width: 67px;
    position: absolute;
    top: 22px;
    right: 62px;
}
@media screen and (min-width: 768px) {
    .fix-link a:hover::before {
        opacity: 1;
    }
}
@media screen and (max-width: 767px) {
    .fix-link {
        width: 100%;
        bottom: 0;
    }
    .fix-link a {
        padding: 22px 60px 20px 0;
        display: block;
        text-align: center;
        background-color: #E5FF1A;
        border-top: 3px solid #000;
        border-radius: 20px 20px 0 0;
    }
    .fix-link a > img {
        width: 182px;
    }
    .fix-link .ico {
        width: 50px;
        top: 9px;
        right: 50%;
        margin-right: -120px;
    }
}
@media screen and (max-width: 479px) {
    .fix-link a {
        padding: 4.583vw 12.5vw 4.167vw 0;
        border-top-width: 0.625vw;
        border-radius: 4.167vw 4.167vw 0 0;
    }
    .fix-link a > img {
        width: 37.917vw;
    }
    .fix-link .ico {
        width: 10.417vw;
        top: 1.875vw;
        margin-right: -25vw;
    }
}
/*------------------------------------------------------------
	com-slide
------------------------------------------------------------*/
.com-slide {
    margin-bottom: 76px;
    display: flex;
}
.com-slide li {
    width: 342px;
    flex-shrink: 0;
}
@media screen and (max-width: 479px) {
    .com-slide {
        margin-bottom: 15.833vw;
    }
    .com-slide li {
        width: 71.25vw;
    }
}
/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    font-family: "Noto Sans JP", serif;
}
.headline01 .en {
    margin-top: 13px;
    display: block;
    font-size: 34px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #fff;
    font-family: "Roc_Grotesk_ExtraWide";
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 479px) {
    .headline01 {
        margin-bottom: 5.208vw;
        font-size: 2.708vw;
    }
    .headline01 .en {
        margin-top: 2.708vw;
        font-size: 7.083vw;
    }
}
/*------------------------------------------------------------
	com-list
------------------------------------------------------------*/
.com-list {
    margin: -31px 30px 33px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.com-list li {
    margin-top: 31px;
    width: 48%;
}
.com-list a {
    display: block;
    color: #000;
}
.com-list .pho {
    padding: 5px;
    position: relative;
    background-color: #fff;
    border: 1px solid #1F0B06;
    border-radius: 10px;
}
.com-list .pho .new {
	width: 39px;
	padding-bottom: 2px;
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #EC6E33;
	border-radius: 3px;
	z-index: 1;
}
.com-list .pho .img {
    overflow: hidden;
    border-radius: 5px;
}
.com-list .pho img {
    width: 100%;
    vertical-align: top;
	transition:0.3s;
}
.com-list .pho span {
    position: absolute;
    left: 9px;
    padding: 5px 4px 6px 6px;
    bottom: -6px;
    line-height: 1;
    text-align: center;
    color: #215DFF;
    font-weight: 800;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #215dff;
    box-shadow: 3px 3px 0 #215dff;
}
.com-list .pho span.tag-hachi {
	color:#E785B4;
	border: 1px solid #E785B4;
	box-shadow: 3px 3px 0 #E785B4;
}
.com-list .text-box {
    margin-top: 15px;
}
.com-list p {
    margin-right: -10px;
    line-height: 1.57;
    letter-spacing: 0.02em;
}
.com-list .name {
    margin-top: 8px;
    font-weight: 800;
}
.com-list .name span {
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .com-list a:hover img {
        transform:scale(1.1);
    }
}
@media screen and (max-width: 479px) {
    .com-list {
        margin: -6.458vw 6.25vw 6.875vw;
    }
    .com-list li {
        margin-top: 6.458vw;
    }
    .com-list .pho {
        padding: 1.042vw;
        border-radius: 2.083vw;
    }
    .com-list .pho img {
        border-radius: 1.042vw;
    }
	.com-list .pho .new {
		width: 8.125vw;
		padding-bottom: 0.417vw;
		left: 2.083vw;
		top: 2.083vw;
		font-size: 2.5vw;
		border-radius: 0.625vw;
	}
    .com-list .pho span {
        left: 1.875vw;
        padding: 1.042vw 0.833vw 1.25vw 1.25vw;
        bottom: -1.25vw;
        border-radius: 1.042vw;
    }
    .com-list .text-box {
        margin-top: 3.125vw;
    }
    .com-list .name {
        margin-top: 1.667vw;
    }
    .com-list .name span {
        font-size: 3.333vw;
    }
}
/*------------------------------------------------------------
	com-btm-box
------------------------------------------------------------*/
.com-btm-box .link {
    width: 226px;
    margin: 0 auto 44px;
}
.com-btm-box .link a {
    display: block;
    position: relative;
}
.com-btm-box .link a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/entrance/interview/images/common/link_img02_on.png) no-repeat;
    background-size: 226px auto;
    content: "";
    opacity: 0;
    transition: .3s;
}
.com-btm-box .link .ico {
    width: 52px;
    position: absolute;
    right: 2px;
    bottom: 3px;
}
.com-btm-box .com-slide {
    margin: 0 !important;
}
@media screen and (min-width: 768px) {
    .com-btm-box .link a:hover::before {
        opacity: 1;
    }
}
@media screen and (max-width: 479px) {
    .com-btm-box .link {
        width: 47.083vw;
        margin: 0 auto 9.167vw;
    }
    .com-btm-box .link .ico {
        width: 10.833vw;
        right: 0.417vw;
        bottom: 0.625vw;
    }
}
/*------------------------------------------------------------
	fix-pho
------------------------------------------------------------*/
.fix-pho {
    position: fixed;
    left: 0;
    top: 94px;
    width: 100%;
    bottom: 0;
}
.fix-pho li {
    margin-right: 10px;
    height: 100%;
}
.fix-pho img {
    height: 100%;
    width: auto;
    max-width: inherit;
}
@media screen and (max-width: 767px) {
    .fix-pho {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .fix-bg {
        position: fixed;
        left: 0;
        top: 94px;
        width: 100%;
        bottom: 0;
        background-color: #67D0FF;
        z-index: -1;
    }
    .fix-bg.color {
        background-color: #89DBFF;
    }
    #bodyarea:has(#index) .fix-bg {
        background-color: #89DBFF;
    }
}
@media screen and (max-width: 767px) {
    .fix-bg {
        display: none;
    }
}
/*------------------------------------------------------------
	fix-right
------------------------------------------------------------*/
.fix-right {
    position: fixed;
    right: 0;
    top: 94px;
    width: calc(50% - 243px);
    padding-bottom: 44px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #67D0FF url(/entrance/interview/images/common/fix_right_bg.png) no-repeat top 30% center;
    background-size: 100% auto;
    box-sizing: border-box;
}
.fix-right a {
    transition: .3s;
}
.fix-right .text-img {
	margin: 0 5px 44px 0;
}
.fix-right .text-img img {
	width: 300px;
}
.fix-right ul {
	max-width: 355px;
	margin: 0 auto;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.fix-right li {
	margin: 0 7px 30px;
}
.fix-right li img {
	height: 157px;
    width: auto;
}
/* .fix-right li:nth-child(n + 5) {
	margin: 0 13px;
}
.fix-right li:nth-child(n + 5) img {
	height: 166px;
} */
.fix-right a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 1160px) {
	.fix-right ul {
		max-width: 225px;
	}
	.fix-right li {
		margin: 0 5px 5px !important;
	}
    .fix-right li img {
		height: 100px !important;
    }
}
@media screen and (max-width: 1000px) {
	.fix-right ul {
		max-width: 190px;
    }
    .fix-right li img {
		height: 80px !important;
	}
}
@media screen and (max-width: 880px) {
	.fix-right ul {
		max-width: 150px;
	}
	.fix-right li img {
		height: 50px !important;
    }
}
@media screen and (max-width: 767px) {
    .fix-right {
        display: none;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .main-visual {
    padding: 39px 0 81px;
    margin-bottom: 17px;
    position: relative;
    text-align: center;
    background: #215DFF url(/entrance/interview/images/index/main_visual_bg.png) no-repeat top 61px center;
    background-size: 100% auto;
    box-sizing: border-box;
}
#index .main-visual h1 {
    margin: 0 20px 3px 0;
}
#index .main-visual h1 img {
    width: 434px;
}
#index .main-visual .photo {
    margin: 0 auto;
    width: 390px;
    position: relative;
}
#index .main-visual .pho img {
    width: 100%;
}
#index .main-visual .text-img {
    position: absolute;
    left: -26px;
    width: 444px;
    bottom: 30px;
}
#index .main-visual p {
    margin: 0 35px;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    line-height: 1.76;
}
#index .main-visual .scroll {
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 26px;
    margin-left: -13px;
}
#index .note {
    margin-bottom: 59px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.02em;
}
#index .com-btm-box .link a::before {
    background-image: url(/entrance/interview/images/common/link_img01_on.png);
}
@media screen and (min-width: 768px) {
    #index .main-visual .scroll a:hover {
        opacity: 0.7;
    }
	#index .main-visual .pho {
		margin: 0 -38px 0 1px;
		padding-top: 2px;
	}
}
@media screen and (max-width: 767px) {
    #index .main-visual {
        padding: 90px 0 87px;
    }
    #index .main-visual h1 {
        margin: 0 20px -2px 0;
    }
    #index .main-visual h1 img {
        width: 277px;
    }
    #index .main-visual .photo {
        margin: 0 auto -4px;
        width: 284px;
    }
	#index .main-visual .pho {
		margin-right: -25px;
	}
    #index .main-visual .text-img {
        bottom: 22px;
        left: -30px;
        width: 346px;
    }
    #index .main-visual p {
        font-size: 14px;
        line-height: 1.71;
    }
    #index .main-visual .scroll {
        display: none;
    }
}
@media screen and (max-width: 374px) {
    #index .main-visual {
        margin-bottom: 3.542vw;
        padding-bottom: 23.2vw;
        background-position: top 12.708vw center;
    }
    #index .main-visual p {
        margin: 0 7.292vw;
        font-size: 3.733vw;
    }
    #index .main-visual .photo {
        margin: 0 auto -4px;
        width: 75.733vw;
    }
	#index .main-visual .pho {
		margin-right: -6.667vw;
	}
    #index .main-visual .text-img {
        bottom: 5.867vw;
        left: -8vw;
        width: 92.267vw;
    }
    #index .note {
        margin-bottom: 12.292vw;
        font-size: 2.292vw;
    }
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#detail .main-img {
    padding: 47px 0 11px;
    margin-bottom: 17px;
    background-color: #215DFF;
    overflow: hidden;
}
#detail .main-img .headline01 {
    margin-bottom: 18px;
    color: #fff;
}
#detail .main-img .headline01 .en {
    margin-top: 16px;
    font-size: 30px;
}
#detail .main-img .pho {
    margin: 0 -1px;
    position: relative;
}
#detail .main-img img {
    width: 100%;
}
#detail .main-img .text-img {
    position: absolute;
    left: 30px;
    bottom: 14px;
}
#detail .main-img .text-img .bg {
    width: fit-content;
    margin-top: 3px;
    padding: 3px 7px;
    font-size: 15px;
    color: #000;
    font-weight: 900;
    letter-spacing: 0.02em;
    background-color: #fff;
    border: 1px solid #000;
}
#detail .main-img .text-img .big {
    padding: 1px 7px 2px;
    font-weight: 800;
    font-size: 14px;
}
#detail .main-img .text-img .big span {
    font-size: 20px;
}
#detail .main-img .text-img .sml {
    margin-top: 6px;
    font-weight: 500;
    font-size: 11px;
    -webkit-text-stroke: 2.5px transparent;
    -webkit-text-fill-color: #000;
    background: #fff;
    -webkit-background-clip: text;
    padding-left: 2px;
    letter-spacing: 0.02em;
}
#detail .main-img .text-img .sml01 {
    margin-top: 1px;
}
#detail .main-img .text-box {
    padding: 14px 30px;
}
#detail .main-img .text-box p {
    margin-bottom: 23px;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    letter-spacing: 0.02em;
}
#detail .main-img .text-box p .note {
    font-weight: 500;
    font-size: 11px;
	display: block;
}
#detail .main-img .link-list {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
}
#detail .main-img .link-list li:first-child {
    border-bottom: 1px solid #000;
}
#detail .main-img .link-list a {
    padding: 12px 30px 13px 13px;
    display: block;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.02em;
    background: url(/entrance/interview/images/common/icon01.png) no-repeat center right 15px;
    background-size: 9px auto;
}
#detail .com-slide {
    margin-bottom: 65px;
}
#detail .day {
    padding: 0 30px 43px;
}
#detail .day .headline01 {
    margin-bottom: 40px;
}
#detail .day .list-ul {
    overflow: hidden;
}
#detail .day .list-ul li {
    float: right;
    width: 50%;
    padding: 0 0 26px 24px;
    position: relative;
    box-sizing: border-box;
}
#detail .day .list-ul .left {
    float: left;
    padding: 0 24px 26px 0;
}
#detail .day .list-ul li::before {
    position: absolute;
    left: -7px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: #215dff;
    content: "";
    border-radius: 100%;
    z-index: 2;
    border: 3px solid #EDEBE4;
    box-sizing: border-box;
}
#detail .day .list-ul .left::before {
    left: auto;
    right: -7px;
}
#detail .day .list-ul li:nth-child(2n)::before {
    background-color: #67D0FF;
}
#detail .day .list-ul .left:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: -10px;
    border-left: 1px dotted #000;
    content: "";
}
#detail .day .list-ul .list01::after {
    position: absolute;
    left: -1px;
    top: 15px;
    bottom: 26px;
    border-left: 1px dotted #000;
    content: "";
}
#detail .day .list-ul p {
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: 0.02em;
}
#detail .day .list-ul .time {
    margin: 0 3px 9px;
    padding: 3px 14px 2px 11px;
    position: relative;
    width: fit-content;
    font-weight: 800;
    font-size: 14px;
    color: #215DFF;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
}
#detail .day .list-ul .time::before {
    position: absolute;
    left: -8px;
    top: 50%;
    height: 21px;
    background: url(/entrance/interview/images/common/icon02.png) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    content: "";
    transform: rotate(180deg);
    margin-top: -10px;
}
#detail .day .list-ul .left .time {
    margin-left: auto;
}
#detail .day .list-ul .left .time::before {
    right: -8px;
    left: auto;
    transform: none;
}
#detail .day .list-ul li:nth-child(2n) .time {
    color: #00B0FF;
}
#detail .day .list-ul .time span {
    margin: 0 0 0 9px;
    color: #000;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roc_Grotesk_ExtraWide";
}
#detail .day .list-ul .pho {
    margin: 10px 3px 0 0;
}
#detail .day .list-ul .pho.wid {
    margin-right: 0 !important;
}
#detail .day .list-ul .list01 .time {
    position: absolute;
    left: -142px;
    top: 1px;
}
#detail .day .list-ul .list01 .time::before {
    right: -8px;
    left: auto;
    transform: none;
}
#detail .day .list-ul .list02 {
    margin-top: 58px;
}
#detail .interview {
    padding: 99px 0 13px;
    background-color: #215DFF;
}
#detail .interview .headline01 {
    margin-bottom: 40px;
    color: #fff;
}
#detail .interview .info {
    margin: 0 29px 38px;
}
#detail .interview h3 {
    margin-bottom: 41px;
    padding: 19px 17px 17px 15px;
    width: fit-content;
    position: relative;
    font-weight: 800;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    font-family: "Noto Sans JP", serif;
    border-radius: 10px;
}
#detail .interview h3::before {
    position: absolute;
    right: -1px;
    bottom: -22px;
    background: url(/entrance/interview/images/common/icon03.png) no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 29px;
    content: "";
}
#detail .interview .info:nth-of-type(2n) h3 {
    margin-left: auto;
}
#detail .interview .info:nth-of-type(2n) h3::before {
    right: auto;
    left: -1px;
    background-image: url(/entrance/interview/images/common/icon04.png);
}
#detail .interview h3 span {
    margin-right: 8px;
    font-weight: 900;
    font-family: "Roc_Grotesk_ExtraWide";
}
#detail .interview .img-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#detail .interview .pho {
    width: 47.8%;
    border: 2px solid #000;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
}
#detail .interview .pho img {
    width: 100%;
    vertical-align: top;
}
#detail .interview .text-box {
    width: 47.6%;
    margin-top: -2px;
}
#detail .interview p {
    margin-right: -10px;
    color: #fff;
    font-weight: 900;
    line-height: 1.71;
}
#detail .interview p span {
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-family: "Roc_Grotesk_ExtraWide";
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: #fff;
}
#detail .interview .com-btm-box {
    padding-top: 22px;
}
#detail .interview .com-btm-box .link {
    margin-bottom: 50px;
}
#detail .other {
    padding: 58px 0 20px;
}
#detail .other .headline01 {
    margin-bottom: 30px;
}
#detail .other .headline01 .en {
    margin-top: 16px;
    font-size: 20px;
}
#detail .other .slide-box {
    position: relative;
}
#detail .other .arrow {
    position: absolute;
    left: 50%;
    top: 105px;
    width: 226px;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
    z-index: 1;
    cursor: default;
    pointer-events: none;
}
#detail .other .arrow li {
    cursor: pointer;
    pointer-events: auto;
    width: 28px;
    transition: .3s;
}
#detail .other .com-list {
    margin: 0;
}
#detail .other .com-list li {
    width: 200px !important;
    margin: 0 8px;
}
@media screen and (min-width: 768px) {
    #detail .main-img .link-list a:hover {
        opacity: 0.7;
    }
    #detail .other .arrow li:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 767px) {
    #detail .main-img {
        background: #215DFF url(/entrance/interview/images/index/main_visual_bg.png) no-repeat top -20px center;
        background-size: 100% auto;
    }
    #detail .top-link {
        width: 162px;
        margin: 0 auto 28px;
        padding-top: 6px;
        position: relative;
        z-index: 11;
    }
    #detail .day .list-ul li {
        padding: 0 0 5.417vw 5vw;
    }
    #detail .day .list-ul .left {
        padding: 0 5vw 5.417vw 0;
    }
    #detail .day .list-ul li::before {
        left: -1.458vw;
        top: 1.667vw;
        width: 2.917vw;
        height: 2.917vw;
        border-width: 0.625vw;
    }
    #detail .day .list-ul .left::before {
        right: -1.458vw;
    }
    #detail .day .list-ul .left:not(:last-child):after {
        top: 2.083vw;
        bottom: -2.083vw;
    }
    #detail .day .list-ul .list01::after {
        left: -0.208vw;
        top: 3.125vw;
        bottom: 5.417vw;
    }
    #detail .day .list-ul p {
        font-size: 2.5vw;
    }
    #detail .day .list-ul .time {
        margin: 0 0.625vw 1.875vw;
        padding: 0.625vw 2.917vw 0.417vw 2.292vw;
        font-size: 2.917vw;
        border-radius: 1.042vw;
    }
    #detail .day .list-ul .time::before {
        left: -1.667vw;
        height: 4.375vw;
        width: 2.917vw;
        margin-top: -2.083vw;
    }
    #detail .day .list-ul .left .time::before {
        right: -1.667vw;
    }
    #detail .day .list-ul .time span {
        margin: 0 0 0 1.875vw;
        font-size: 2.5vw;
    }
    #detail .day .list-ul .pho {
        margin: 2.083vw 0.625vw 0 0;
    }
    #detail .day .list-ul .list01 .time {
        left: -29.583vw;
        top: 0.208vw;
    }
    #detail .day .list-ul .list01 .time::before {
        right: -1.667vw;
    }
    #detail .day .list-ul .list02 {
        margin-top: 12.083vw;
    }
}
@media screen and (max-width: 479px) {
    #detail .main-img {
        padding: 9.792vw 0 2.292vw;
        margin-bottom: 3.542vw;
    }
    #detail .main-img .headline01 {
        margin-bottom: 3.75vw;
    }
    #detail .main-img .headline01 .en {
        margin-top: 3.333vw;
        font-size: 6.25vw;
    }
    #detail .main-img .pho {
        margin: 0 -0.208vw;
    }
    #detail .main-img .text-img {
        left: 6.25vw;
        bottom: 2.917vw;
    }
    #detail .main-img .text-img .bg {
        margin-top: 0.625vw;
        padding: 0.625vw 1.458vw;
        font-size: 3.125vw;
    }
    #detail .main-img .text-img .big {
        padding: 0.208vw 1.458vw 0.417vw;
        font-size: 2.917vw;
    }
    #detail .main-img .text-img .big span {
        font-size: 4.167vw;
    }
    #detail .main-img .text-img .sml {
        margin-top: 1.25vw;
        font-size: 2.292vw;
    }
    #detail .main-img .text-img .sml01 {
        margin-top: 0.208vw;
    }
    #detail .main-img .text-box {
        padding: 2.917vw 6.25vw;
    }
    #detail .main-img .text-box p {
        margin-bottom: 4.792vw;
        font-size: 3.333vw;
    }
	#detail .main-img .text-box p .note {
		font-size: 2.29vw;
	}
    #detail .main-img .link-list {
        border-radius: 1.042vw;
    }
    #detail .main-img .link-list a {
        padding: 2.5vw 6.25vw 2.708vw 2.708vw;
		background-position:center right 3.125vw;
        background-size: 1.875vw auto;
    }
    #detail .com-slide {
        margin-bottom: 13.542vw;
    }
    #detail .day {
        padding: 0 6.25vw 8.958vw;
    }
    #detail .day .headline01 {
        margin-bottom: 8.333vw;
    }
    #detail .interview {
        padding: 20.625vw 0 2.708vw;
    }
    #detail .interview .headline01 {
        margin-bottom: 8.333vw;
    }
    #detail .interview .info {
        margin: 0 6.042vw 7.917vw;
    }
    #detail .interview h3 {
        margin-bottom: 8.542vw;
        padding: 3.958vw 3.542vw 3.542vw 3.125vw;
        font-size: 3.333vw;
        border-radius: 2.083vw;
    }
    #detail .interview h3::before {
        right: -0.208vw;
        bottom: -4.583vw;
        width: 5.833vw;
        height: 6.042vw;
    }
    #detail .interview .info:nth-of-type(2n) h3::before {
        left: -0.208vw;
    }
    #detail .interview h3 span {
        margin-right: 1.667vw;
    }
    #detail .interview .pho {
        border-radius: 1.25vw;
    }
    #detail .interview .text-box {
        margin-top: -0.417vw;
    }
    #detail .interview p {
        margin-right: -2.083vw;
    }
    #detail .interview p span {
        font-size: 3.542vw;
    }
    #detail .interview .com-btm-box {
        padding-top: 4.583vw;
    }
    #detail .interview .com-btm-box .link {
        margin-bottom: 10.417vw;
    }
    #detail .other {
        padding: 12.083vw 0 4.167vw;
    }
    #detail .other .headline01 {
        margin-bottom: 6.25vw;
    }
    #detail .other .headline01 .en {
        margin-top: 3.333vw;
        font-size: 4.167vw;
    }
    #detail .other .arrow {
        top: 21.875vw;
        width: 47.083vw;
    }
    #detail .other .arrow li {
        width: 5.833vw;
    }
    #detail .other .com-list li {
        width: 41.667vw !important;
        margin: 0 1.667vw;
    }
}
@media screen and (max-width: 374px) {
    #detail .top-link {
        width: 43.2vw;
    }
}
@media screen and (max-width: 350px) {
    #detail .top-link {
        width: 37.2vw;
        margin-bottom: 40px;
    }
}
/*------------------------------------------------------------
	detail01
------------------------------------------------------------*/
#detail.detail01 .other li:has(img[src*=photo01]){
    width: 0;
    display: none !important;
}
/*------------------------------------------------------------
	detail02
------------------------------------------------------------*/
#detail.detail02 .day {
    padding-bottom: 70px;
}
#detail.detail02 .day .list-ul .list03 {
    margin-top: 23px;
}
#detail.detail02 .day .list-ul .list03 .pho {
    position: absolute;
    left: -210px;
    top: -11px;
    width: 183px;
}
#detail.detail02 .day .note {
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
    #detail.detail02 .day .list-ul .list03 {
        margin-top: 4.792vw;
    }
    #detail.detail02 .day .list-ul .list03 .pho {
        left: -43.75vw;
        top: -2.292vw;
        width: 38.125vw;
    }
    #detail.detail02 .day .note {
        font-size: 2.292vw;
    }
}
@media screen and (min-width: 700px) and (max-width: 767px) {
    #detail.detail02 .day .list-ul .left {
        padding-bottom: 6.2vw;
    }
    #detail.detail02 .day .list-ul .left:not(:last-child)::after {
        bottom: -6vw;
    }
}
@media screen and (max-width: 479px) {
    #detail.detail02 .day {
        padding-bottom: 14.583vw;
    }
}
#detail.detail02 .other li:has(img[src*=photo02]){
    width: 0;
    display: none !important;
}
/*------------------------------------------------------------
	detail03
------------------------------------------------------------*/
#detail.detail03 .day .list-ul .list05 {
    padding-bottom: 63px;
}
#detail.detail03 .day .list-ul .list04 .pho {
    position: absolute;
    right: -210px;
    top: -11px;
    width: 183px;
}
@media screen and (max-width: 767px) {
    #detail.detail03 .day .list-ul .list05 {
        padding-bottom: 13.125vw;
    }
    #detail.detail03 .day .list-ul .list04 .pho {
        position: absolute;
        right: -43.75vw;
        top: -2.292vw;
        width: 38.125vw;
    }
}
#detail.detail03 .other li:has(img[src*=photo03]){
    width: 0;
    display: none !important;
}
/*------------------------------------------------------------
	detail04
------------------------------------------------------------*/
#detail.detail04 .day .list-ul .list06 {
    padding-bottom: 110px;
}
#detail.detail04 .day .list-ul .list04 .pho {
    position: absolute;
    right: -210px;
    top: -11px;
    width: 183px;
}
@media screen and (max-width: 767px) {
    #detail.detail04 .day .list-ul .list06 {
        padding-bottom: 22.5vw;
    }
    #detail.detail04 .day .list-ul .list04 .pho {
        position: absolute;
        right: -43.75vw;
        top: -2.292vw;
        width: 38.125vw;
    }
}
#detail.detail04 .other li:has(img[src*=photo04]){
    width: 0;
    display: none !important;
}
/*------------------------------------------------------------
	detail05
------------------------------------------------------------*/
#detail.detail05 .day .list-ul .list06 {
	padding-bottom: 73px;
}
@media screen and (max-width: 767px) {
	#detail.detail05 .day .list-ul .list06 {
		padding-bottom: 15.208vw;
	}
	#detail.detail05 .day .list-ul .list01::after {
		bottom: 9vw;
	}
}
#detail.detail05 .other li:has(img[src*=photo05]){
    width: 0;
    display: none !important;
}
/*------------------------------------------------------------
	detail06
------------------------------------------------------------*/
#detail.detail06 .day .list-ul .list01::after {
	bottom: -1px;
}
#detail.detail06 .day .list-ul .list06 {
	padding-bottom: 265px
}
#detail.detail06 .day .list-ul .list04 .pho {
	position: absolute;
	left: -210px;
	top: -11px;
	width: 186px;
}
@media screen and (max-width: 767px) {
	#detail.detail06 .day .list-ul .list06 {
		padding-bottom: 55.208vw;
	}
	#detail.detail06 .day .list-ul .list04 .pho {
		left: -43.75vw;
		top: -2.292vw;
		width: 38.75vw;
	}
	#detail.detail06 .day .list-ul .list01::after {
		bottom: 13vw;
	}
}
#detail.detail06 .other li:has(img[src*=photo06]){
    width: 0;
    display: none !important;
}
/*------------------------------------------------------------
	detail07
------------------------------------------------------------*/
#detail.detail07 .day .list-ul .list03:not(:last-child)::after {
	bottom: 125px;
}
@media screen and (max-width: 767px) {
	#detail.detail07 .day .list-ul .list03:not(:last-child)::after {
		bottom: 26.042vw;
	}
	#detail.detail07 .day .list-ul .list01::after {
		bottom: 9vw;
	}
}
#detail.detail07 .other li:has(img[src*=photo07]){
    width: 0;
    display: none !important;
}
/*------------------------------------------------------------
	detail08
------------------------------------------------------------*/
#detail.detail08 .day .list-ul .list03:not(:last-child)::after {
	bottom: 50px;
}
@media screen and (max-width: 767px) {
	#detail.detail08 .day .list-ul .list03:not(:last-child)::after {
		bottom: 10.417vw;
	}
	#detail.detail08 .day .list-ul .list01::after {
		bottom: 9vw;
	}
}
#detail.detail08 .other li:has(img[src*=photo08]){
    width: 0;
    display: none !important;
}
/*------------------------------------------------------------
	detail10
------------------------------------------------------------*/
#detail.detail10 .other li:has(img[src*=photo10]){
    width: 0;
    display: none !important;
}


