/************************************************************************************
RESET
*************************************************************************************/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;}
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/********************************************************************************
FONT
*********************************************************************************/
.shippori-mincho-b1-regular {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}

.shippori-mincho-b1-medium {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}

.shippori-mincho-b1-semibold {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
}

.shippori-mincho-b1-bold {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-style: normal;
}

.shippori-mincho-b1-extrabold {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 800;
    font-style: normal;
}

.bodoni-moda {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.jost {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #1C1A1A;  
    background-color: #f7f7f7;  
}
.container{
    margin: 0 auto;
    position: relative;
    max-width: 100vw;    
}
.container-inner{
    max-width:1280px;
    width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}
#main-container{
    overflow-x: hidden;
}

/************************************************************************************/

/***********************Header Area****************************/

.header-container{
    padding: 40px 0 0;
    /*min-height: 720px;*/
    position: relative;
    z-index: 0;
    height: 100vh;
}
.header-inner-container{
    padding: 0 50px 0;
}
.header-container .logo-esmod-tokyo{
    width: 201px;
    height: auto;
}
.header-container h2{
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    position: absolute;
    left:60px;
    bottom: 50px;
    line-height: 51px;
    letter-spacing: 1px;
}
.header-container h2.home-heading{
    font-size: 36px;
}
.header-container h2 span{
    color: #CB382A;
}
/* .header-container .banner-img-container{
    text-align: center;
    position: relative;
    margin-top: 35px;
} */
.header-container .banner-img-container {
    text-align: center;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: #f7f7f7;
    z-index: -1;
    overflow-x: hidden;
}
/*.header-container .banner-img-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 105%;
}*/
/*.header-container .banner-img-container:before{
    content: "";
    border: 1px #CB382A solid;
    width: 570px;
    height: 570px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
}*/
/*.header-container .banner-img-container:after{
    content: '';
    background-color:#CB382A;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}*/
.header-container .video-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    width: 490px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    mix-blend-mode: multiply;
}
.header-container .video-bg video{
    width: 100%;
}
.header-container .banner-text{
    font-family: "Bodoni Moda", serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 156px;
    right: 70px;
    text-align: right;
    line-height: 24px;
}
.right-red-circle {
    position: fixed;
    bottom: -38px;
    right: -34px;
    background-color: #c63022;
    width: 255px;
    height: 255px;
    border-radius: 100%;
    padding: 70px 40px 70px 20px;    
    text-align: center;
    color: #F9F7F7;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    z-index: 9;
}
.right-red-circle .rrc-first{
    font-weight: 500;
    font-size: 16px;
    display: block;
    letter-spacing: 2px;
    line-height: 21px;
}
.right-red-circle .rrc-year {
    display: block;
    font-size: 30px;
    line-height: 23px;
    letter-spacing: 1px;
    padding-top: 8px;
    padding-bottom: 16px;
}
.right-red-circle .rrc-last{
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 12px;
}
.show-when-shrink{
    display: none;
}
.shrink .show-when-shrink{
    display: block;
}
.right-red-circle.shrink .show-on-mobile{
    display: block;
}
/************************************************************************************/
/****************************Main Container******************************************/

.section-one{
    /* background-color: #E9E3E2; */
    padding: 213px 0 104px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.section-one h4{
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 34px;
}
.section-one h3{
    font-size: 130px;    
    color: transparent;
    -webkit-text-stroke: 1px #CB382A;
    text-transform: uppercase;
    opacity: .5;
    line-height: 105px;
}
.section-one .section-one-text{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    padding-top: 69px;
}
.section-one .intro-container{
    display: table;
    margin: 90px auto 0;
}
.section-one .section-one-small-text{
    color: #CB382A;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: left;
    line-height: 14px;
    padding-bottom: 20px;
}
.video-container-main{
    width: 800px;
    height: 450px;
    margin: 0 auto 0;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Prevent interaction until hover */
    transition: filter 0.3s ease;
    /* filter: grayscale(1) brightness(0.5); */
}
.video-container:hover iframe {
    pointer-events: auto; /* Enable interaction */
    filter: none;
}
.section-one .video-container-main{
    margin: -31px auto 0;
}
.heading{
    position: relative;
}
.heading h2{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    letter-spacing: 0px;
    position: relative;
}
.heading span.border{
    position: absolute;
    background-color: #CB382A;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 41px;
    left: 0;
}
.heading span.border:before{
    content: '';
    background-color: #CB382A;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -4px;
}
.heading span.border:after{
    content: '';
    background-color: #CB382A;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    right: 0;
}
.heading span.subtext{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: right;
    display: block;
    margin-top: 5px;
}
.section-two{
    background-color: #f3eff0;
    padding: 104px 0 200px;
}
.section-two h3{
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 26px;
    margin-top: 107px;
}
.section-two .video-container-main{
    margin: 40px auto 0;
}

.section-three{
    background-color: #f9f7f8;
    padding: 200px 0 32px;
}
.features-container{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 303px 696px;
    gap: 81px;
}
.features-container .features-box-title h3 {   
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal; 
    width: 303px;
    height: 303px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 45px;
    letter-spacing: 5px;
    position: relative;
}
.features-container .features-box-title h3 .rotate-circle {
    border: 1px #E1DCDB solid;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.features-container .features-box-title h3 .rotate-circle:after {
    content: '';
    background-color: #E1DCDB;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.features-container .features-box-title h3 .rotate-circle:before {
    content: '';
    background-color: #E1DCDB;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.features-container .features-box-title h3 span{
    display: block;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #CB382A;
    letter-spacing: 0px;
}
.features-container .features-box-content{
    font-size: 13px;
    letter-spacing: 1px;
}
.features-container .features-box-content p {
    line-height: 22px;
}
.features-container .features-box-content .features-box-num{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 65px;
    letter-spacing: 0px;
    color: transparent;
    -webkit-text-stroke: 1px #CB382A;
    position: relative;
    display: block;
    line-height: 55px;
    margin-bottom: 21px;
}
.features-container .features-box-content .features-box-num::before{
    content: '';
    background-color: #E1DCDB;
    width: 88%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.features-container .features-box-content .features-box-num{
    margin-top: 85px;
}
.features-container .features-box-content .features-box-num:first-child{
    margin-top: 0px;
}
.features-container .features-box-content h4{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 35px;
}
.features-container .features-box-content .glb-vid {
    width: 100%;
    height: auto;
    margin: 10px auto 39px;
    display: table;
    padding: 0 36px;
    mix-blend-mode: multiply;
}
.features-container .features-box-content .features-box-num .line-circle{
    width: 65px;
    height: 65px;
}
.features-container{
    margin-top: 109px;
}
.instructors-list-container{    
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 45px;
}
.instructors-list-container .instructors-list-box {
    display: grid;
    grid-template-columns: 160px 506px;
    gap: 29px;
}
.instructors-list-container .instructors-list-box .instructors-img{
    border-radius: 100%;
    width: 160px;
    height: 160px;
    background-color: #f3eff0;
}
.instructors-list-container .instructors-list-box .instructors-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.instructors-list-container .instructors-list-box .instructors-content{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.instructors-list-container .instructors-list-box .instructors-content h5{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 0;
    color: #CB382A;
    line-height: 18px;
}
.instructors-list-container .instructors-list-box .instructors-content h6{
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    color: #121212;
    line-height: 14px;
    margin-top: 16px;
    margin-bottom: 11px;
}
.instructors-list-container .instructors-list-box .instructors-content h6 span{
    font-size: 12px;
    letter-spacing: 1px;
    color: #A4A3A3;
    padding-left: 7px;
}
.instructors-list-container .instructors-list-box .instructors-content p {
    line-height: 16px;
}
.instructors-list-container .instructors-list-box.img-right{
    grid-template-columns: 506px 160px;
}
.instructors-list-container .instructors-list-box.img-right .instructors-img {
    order: 2;
}
.instructors-list-container .instructors-list-box.img-right .instructors-content {
    order: 1;
}
.rank-container{
    /* min-height: 330px; */
    border-radius: 10px;
    background-color: #FAEBEA;
    padding: 24px 50px 30px;
    margin-top: 40px;
}
.rank-container h2.rank-title{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #9D7F39;
    text-transform: capitalize;
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 4px 32px;
    line-height: 21px;
}
.rank-container h2.rank-title:before{
    content: '';
    background-image: url('../images/rank-title-left-img.svg');
    width: 21px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.rank-container h2.rank-title:after{
    content: '';
    background-image: url('../images/rank-title-right-img.svg');
    width: 21px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.rank-container ul.rank-list{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0px;
    border-bottom: 1px #E1DCDB solid;
    margin-top: 14px;
}
.rank-container ul.rank-list li{
    display: flex;
    align-items: center;
    border-top: 1px #E1DCDB solid;
    padding: 2px 3px;
    position: relative;
    justify-content: space-between;
}
.rank-container ul.rank-list li:nth-child(5){
    border-bottom: 1px #E1DCDB solid;
}
.rank-container ul.rank-list li:last-child{
    border-top: 1px #E1DCDB solid;
    margin-top: 32px;
    position: relative;
}
.rank-container ul.rank-list li:last-child:before{
    content: '';
    background-image: url('../images/more-rank-list-dots.svg');
    width: 2px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: -27px;
}
.rank-container ul.rank-list li span.rank-list-num{
    flex-shrink: 0;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #CB382A;
    letter-spacing: 0;
    width: 24px;
    margin-right: 6px;
    text-align: center;
}
.rank-container ul.rank-list li p{
    text-align: left;
    flex: 1;
}
.rank-container ul.rank-list li span.rank-list-right-text{
    flex-shrink: 0;
    font-size: 9px;
    color: #A4A3A3;
    letter-spacing: 0;
    text-align: right;
}
.rank-container ul.rank-list li.active{
    cursor: pointer;
    padding: 8px 3px;
}
.rank-container ul.rank-list li.active span.rank-list-num{
    font-size: 17px;
    color: #F9F7F7;
    position: relative;
    background-image: url('../images/rank-list-num-bg.svg');
    width: 24px;
    height: 24px;
    z-index: 0;
}
.rank-container ul.rank-list li.active p{
    font-size: 13px;
    color: #CB382A;
    font-weight: 500;
}

.global-fashion-industry-box{
    padding: 61px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
}
.global-fashion-industry-box h3{
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    padding-left: 25px;
}
.global-fashion-industry-box h3:before{
    content: '';
    background-color: #CB382A;
    width: 15px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.global-fashion-industry-box-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 32px;
    margin-bottom: 60px;
}
.global-fashion-industry-box-inner .person-details-box .pdb-img-box{
    border-radius: 10px;
    height: 204px;
    overflow: hidden;
}
.global-fashion-industry-box-inner .person-details-box .pdb-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.global-fashion-industry-box-inner .person-details-box .pdb-name{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    color: #CB382A;
    letter-spacing: 0;
    text-align: right;
    margin: -6px 0 0 0;
    line-height: 19px
}
.global-fashion-industry-box-inner .person-details-box h5{
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 15px;
    margin-top: 14px;
    margin-bottom: 7px;
}
.global-fashion-industry-box-inner .person-details-box h6{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #A4A3A3;
    line-height: 13px;
    margin-bottom: 6px;
}
.global-fashion-industry-box-inner .person-details-box p{
    line-height: 18px;
}
.global-fashion-industry-box .video-container-main{
    margin: 33px auto 0;
    width: 100%;
}

.section-four{
    background-color: #f3eff0;
    padding: 40px 0 151px;
}
.section-four .pie-chart-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.fashion-designer-list-container {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 39px;
    margin-top: 39px;
}
.fashion-designer-list-container .fashion-designer-details .fdd-header h5{
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    line-height: 27px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.fashion-designer-list-container .fashion-designer-details .fdd-header h5:before{
    content: '';
    background-color: #CB382A;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.fashion-designer-list-container .fashion-designer-details .fdd-header .award-category{
    color: #CB382A;
    display: block;
}
.fashion-designer-list-container .fashion-designer-details .fdd-header .fdd-text2{
    display: block;
    padding-top: 10px;
}
.fashion-designer-list-container .fashion-designer-details .fdd-img{
    width: 318px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 11px;
}
.fashion-designer-list-container .fashion-designer-details .fdd-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-five{
    padding: 42px 0 150px;
    background-color: #f7f2ec;
}
.style-me-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
}
.style-me-box .sm-box{
    position: relative;
    margin-top: 26px;
}
.style-me-box .sm-box:first-child .box-img{
    position: relative;
}
.style-me-box .sm-box:first-child .box-img:after{
    content: '';
    background-image: url(../images/plus-img.svg);
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);

}
.style-me-box .sm-box .title {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    text-transform: uppercase;
    color: #CB382A;
    text-align: center;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 30px;
    z-index: 1;
}
.style-me-box .sm-box .box-img{
    height: 209px;
    width: 100%;
}
.style-me-box .sm-box .box-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.style-me-box .sm-box .box-content h4{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}
.style-me-box .sm-box .box-content h4 span{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #A4A3A3;
    display: block;    
}
.section-five .content-image-box{
    width: 400px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin: -2px auto 32px;
}
.section-five .content-image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-six{
    background-color: #F9F7F7;
    padding: 100px 0;
}
.section-six .curriculum-content-box {
    display: grid;
    grid-template-columns: 324px 677px;
    gap: 78px;
    align-items: center;
    margin-top: 95px;
}
.section-six .curriculum-content-box .cc-box h4{
    font-size: 25px;
    letter-spacing: 2px;
}
.section-six .curriculum-content-box .cc-box.section-six-small-text{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 23px;
}



.section-seven{
    background-color: #1c1a1b;
    padding: 10px 0 131px 0;
    position: relative;
    height: 100vh;
}
.section-seven .section-seven-text{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    padding-top: 69px;
}
.section-seven .intro-container{
    display: table;
    margin: 40px auto 0;
}
.section-seven .section-seven-small-text{
    color: #F9F7F7;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: left;
    line-height: 14px;
    padding-bottom: 20px;
}
.section-seven h3{
    font-size: 130px;    
    color: transparent;
    -webkit-text-stroke: 1px #F9F7F7;
    text-transform: uppercase;
    opacity: .5;
    line-height: 105px;
}
.section-seven h4{
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    color: #F9F7F7;
    /* margin-top: 115px;
    margin-bottom: 200px; */
    margin-top: 45px;
    margin-bottom: 80px;
}

.section-eight{
    background-color: #f9f7f8;
    padding: 179px 0 201px;
}
.section-eight .message-box{
    display: grid;
    grid-template-columns: 699px 300px;
    gap: 80px;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 100px;
}
.section-eight .message-box h3{
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 36px;
}
.section-eight .message-box .message-box-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.section-eight .message-box .message-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-eight .message-box .message-box-content p{
    line-height: 38px;
    font-size: 15px;
    letter-spacing: 2px;
}
.section-eight .message-box .message-box-content .signature-img{
    display: flex;
    align-items: center;
    justify-content: right;
    width: auto;
    height: 65px;
    border-bottom: 1px #E1DCDB solid;
    margin-top: 20px;
    padding-bottom: 50px;
    height: 118px;
}
.section-eight .message-box .message-box-content .message-box-inner-content{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 20px;
}
.section-eight .message-box .message-box-content .message-box-inner-content h4{
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 9px;
}
.section-eight .message-box .message-box-content .message-box-inner-content h4 span{
    font-weight: 400;
    font-size: 12px;
    color: #A4A3A3;
    padding-left: 11px;
}
.section-eight .message-box .message-box-content .message-box-inner-content p{
    line-height: 20px;
    font-size: 12px;
}

.section-nine{
    background-color: #f3eff0;
    padding: 205px 0 200px;
}
.section-nine h2{
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.section-nine h3{
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 176px;
}
.section-nine .campus-box{
    text-align: center;
    background-color: #f9f7f8;
    padding: 115px 82px;
    border-radius: 10px;
    position: relative;
}
.section-nine .campus-box h4{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 130px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #CB382A;
    position: absolute;
    top: -77px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    line-height: 107px;
}
.section-nine .campus-box p{
    font-size: 20px;
    letter-spacing: 2px;
}
.section-nine .campus-box h5{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #CB382A;
    line-height: 71px;
    margin-top: 32px;
}
.section-nine .campus-box p.noto-sans-jp{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 31px;
    margin-bottom: 51px;
}
.section-nine .campus-box .campus-img-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 0 108px;
}
.section-nine .campus-box .campus-img-box .left-img {
    flex: 2;
}
.section-nine .campus-box .campus-img-box .right-imgs {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.section-nine .campus-box .campus-img-box .left-img img,
.section-nine .campus-box .campus-img-box .right-imgs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.section-nine .campus-box .campus-list-box{
    text-align: left;
    margin-top: 55px;
}
.section-nine .campus-box .campus-list-box .campus-list-content-box {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: grid;
    grid-template-columns: 90px 805px;
    gap: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    border-bottom:1px #E1DCDB solid;
    padding: 27px 0;
}
.section-nine .campus-box .campus-list-box .campus-list-content-box .campus-list-title{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #CB382A;
}
.section-nine .campus-box .campus-list-box .campus-list-content-box .campus-list-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.section-nine .campus-box .campus-list-box .campus-list-content-box .campus-list-content.no-grid {
    display: block; /* 2カラムを解除して1カラムに */
}

.section-nine .campus-box .campus-list-box .campus-list-content-box .campus-list-content h6{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    color: #CB382A;
    line-height: 20px;
}
.section-nine .campus-box .campus-list-box .campus-list-content-box .campus-list-content h6 span.f28{
    font-size: 28px;
}
.section-nine .campus-box .campus-list-box .campus-list-content-box .campus-list-content p{
    font-size: 15px;
    letter-spacing: 1px;
}
.section-nine .campus-box .campus-list-box .campus-list-content-box .campus-list-content .list-content-one{
    line-height: 26px;
    margin-top: 11px;
}
.button-box{
    text-align: center;
    margin-top: 75px;    
    font-size: 18px;
    font-weight: 500;
    color: #CB382A;
}
.button-box .link{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #CB382A;
    color: #F9F7F7;
    text-decoration: none;
    width: 500px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0;
    border-radius: 100px;
    position: relative;
}
.button-box .link:before{
    content: '';
/*    background-image: url('../images/line_logo.svg');*/
    position: absolute;
    left: 144px;
    top: 50%;
    width: 44px;
    height: 45px;
    transform: translateY(-50%);
}
.button-box .link:after {
    content: '';
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 28px;
    top: 50%;
    width: 19px;
    height: 7px;
    transform: translateY(-50%);
}
.button-box .link span{
/*    padding-left: 59px;*/
}
.button-box .below-text{
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.faq-section{
    background-color: #f9f7f8;
    padding: 223px 0 273px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
}
.faq-container {
  width: 100%;
  margin: 101px auto 0;
  padding: 0 90px;
}
.faq-question {
    background: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    letter-spacing: 1px;
    align-items: center;
    position: relative;
    -webkit-appearance: none;
}
.faq-question label{
    -webkit-text-fill-color: #1C1A1A !important; 
    -webkit-appearance: none;
}
.faq-question:after {
    content: '';
    background-image: url(../images/arrow-top.svg);
    width: 29px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.active .faq-question:after {
    transform: rotate(180deg);
}
.faq-question span, .faq-answer span{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0px;
    color: #CB382A;
    height: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #444;
  font-size: 13px;
  align-items: center;
  display: flex;
  background-color: #F2EFEF;  
  border-bottom: 1px #E1DCDB solid;
  line-height: 26px;
}
.padding-top-bottom-23{
    padding: 23px 0;
}
.faq-answer span{
    color: #A4A3A3;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  font-size: 13px;
  border-top: 1px #E1DCDB solid;
}

footer{
    background-color: #CB382A;
    padding: 132px 0 221px;
    position: relative;
}
footer .footer-box{
    position: relative;
}
footer .footer-box .button-box{
    color: #ffffff;
}
footer .footer-box .button-box a.link{
    background-color: #ffffff;
    color:#1C1A1A
}
footer .footer-box .button-box .link:after {
    background-image: url(../images/arrow-right-red.svg);
}
footer .footer-box h2{
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 80px;
}
footer .copyright-text{
    font-size: 10px;
    letter-spacing: 1px;
    color: #F9F7F7;
    position: absolute;
    left: 50px;
    bottom: 33px;
}

body{
    overflow-x: hidden;
}


.card-slider {
    height: auto;
    width: 100vw;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 200px;
 }
.card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 13px;
  align-items: center;
  height: 100%;
  padding: 0;
  perspective: 1200px;
}

.card {
  width: 100%;
  /* height: 496px; */
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: translateX(100vw);
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

/* .card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 496px;
  backface-visibility: hidden;
  display: flex;
} */

.card-front, .card-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
}
.card-front{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-front, .card-back  {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px;
    color: #1C1A1A;
    align-items: normal;
    justify-content: flex-start;
    border-radius: 10px;
    display: block;
}
.card-back .card-content h3{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 23px;
    margin-bottom: 2px;
}
.card-front {
  background: #F9F7F7;
  color: #1C1A1A;
  font-size: 25px;
  border: 1px #CB382A solid;
}
.card-front h4{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1px;
    color: #CB382A;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: 120%;
}
.card-content {
    line-height: 23px;
}

.card-back {
  background: #f3eff0;
  transform: rotateY(180deg);
}
.card-back  .card-img{
    /* width: 200px; */
    width: 100%;
    height: 121px;
}
.card-back  .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card:nth-child(2) .card-front { background: #F9F7F7; }
.card:nth-child(3) .card-front { background: #F9F7F7; }
.card:nth-child(4) .card-front { background: #F9F7F7; }

.pie-chart{
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}
.center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
}
.center-box h3{
    font-size: 18px !important;
    letter-spacing: 1px !important;
    margin-bottom: 3px;
}
.center-box h4{
    font-size: 14px !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    line-height: 23px;
}
.center-box h5{
    font-size: 50px;
    letter-spacing: 0;
    color: #CB382A;
    line-height: 30px;
    margin-top: 8px;
}
.center-box h5 span{
    font-size: 14px;    
}
.text-box-one h3, .text-box-two h3, .text-box-three h3, .text-box-four h3{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
}
.text-box-one h3 span, .text-box-two h3 span, .text-box-three h3 span, .text-box-four h3 span {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0;
}
.text-box-two h3{
    text-align: right;
}
.text-box-three h3{
    text-align: left;
}
.text-box-one{
    position: absolute;
    top: 0;
    left: 36px;
}
.text-box-two {
    position: absolute;
    bottom: 60px;
    left: -40px;
}
.text-box-three {
    position: absolute;
    bottom: 50%;
    right: -52px;
}


.pie-chart-two .center-box h3{
    font-size: 14px !important;
}
.pie-chart-two .center-box h5{
    font-size: 30px;
    letter-spacing: 0;
    color: #A4A3A3;
}
.pie-chart-two .center-box h5 span{
    font-size: 14px;    
}
.pie-chart-two .text-box-one {
    position: absolute;
    top: 5px;
    left: 5px;
}
.pie-chart-two .text-box-two {
    position: absolute;
    bottom: 20px;
    left: -11px;
}
.pie-chart-two .text-box-three {
    position: absolute;
    top: 10px;
    right: -64px;
}
.pie-chart-two .text-box-four {
    position: absolute;
    bottom: 10px;
    right: -1px;
}

.pie-chart-three .center-box h3{
    font-size: 16px !important;
}
.pie-chart-three .text-box-one {
    position: absolute;
    top: 20px;
    left: 25px;
}
.pie-chart-three .text-box-two {
    position: absolute;
    bottom: 40px;
    left: 12px;
}
.pie-chart-three .text-box-three {
    position: absolute;
    top: 20px;
    right: 28px;
}
.pie-chart-three .text-box-four {
    position: absolute;
    bottom: 30px;
    right: -50px;
}
.pie-chart-three .text-box-four h3{
    text-align: left;
}
.right-red-circle.shrink .rrc-first:not(.right-red-circle.shrink.expand .rrc-first) {
    line-height: 15px;
}

a.office-site {
    font-size: 11px;
    display: block;
    text-align: right;
    margin-top: 15px;
    padding-right: 15px;
    position: relative;
    letter-spacing: 1px;
}
a.office-site:after {
    content: '';
    background-image: url(../images/side-arrow.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.features-box .button-box{
    font-family: "Shippori Mincho B1", serif;
}
/************************************************************************************/

@media all and (max-width:1279px){
    .section-five .features-container{
            display: block;
        }
}
@media (max-width: 768px) {
    .grid-container {
    flex-direction: column;
    }
    
}

.show-on-mobile{
    display: none;
}
.language-change-box{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 38px;
    right: 70px;
}
.language-change-box a{
    color: #1C1A1A;
    text-decoration: none;
}
.language-change-box a.active{
    color: #A4A3A3;
}
.language-change-box a:hover{
    text-decoration: underline;
}
@media all and (max-width:1279px) and (min-width:768px){
    .language-change-box{
        font-size: 11px;
        letter-spacing: 0.07812vw;
        top: 2.9687vw;
        right: 5.4687vw;
    }
}
@media all and (max-width:767px){
    .language-change-box {
        top: 28px;
        right: 20px;
    }
}