@charset "UTF-8";

.grad_wrapper {
	background: linear-gradient(45deg,rgba(128, 255, 202, 1) 50%, rgba(8, 185, 255, 1) 100%);
}

section.fv {
    width: 100%;
    min-height: 700px;
}

.fv_sp {
	display: none;
}

.fv_photos {
    width: 380px;
    position: absolute;
    right: 8%;
    z-index: 99;
    top: -15%;
}

.fv_year {
    position: absolute;
    right: 5%;
    width: 140px;
    z-index: 999;
    top: 110px;
}

.fv_photos li {
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 12px 12px 18px rgba(0,0,0,0.1);
    overflow: hidden;
}

.fv_inner {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 60px;
	max-width: 1100px;
	height: 760px;
	margin: 0 auto;
}

.fv_title {
    position: relative;
}

.fv_title h1 {
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 83px;
    margin: 20px 0 30px 0;
}

.fv_title h1 span {
    font-size: 5.5rem;
    background: #000;
    color: #fff;
    padding: 0 10px;
}

.fv_bg_text {
    font-family: "Sonsie One", system-ui;
    font-size: 9.6rem;
    color: #fff;
    position: fixed;
    opacity: 0.4;
    top: 50%;
    line-height: 100px;
    left: 50%;
    margin-top: -130px;
    margin-left: -440px;
}

.fv_caption p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 32px;
}

.fv_head p {
    font-size: 2.4rem;
    font-weight: bold;
    border-left: 1px solid;
    line-height: 40px;
    padding-left: 20px;
}

.fv_caption p span {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.fv_caption p span img {
    width: 80px;
    margin-right: 20px;
}

.intro {
	background-image: url("../img/home/circle_bg.svg");
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 150px;
	position: relative;
	z-index: 999;
}

.intro_inner {
    max-width: 750px;
    margin: 0 auto;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.14);
    position: relative;
    padding: 60px;
    backdrop-filter: blur(22px);
    border-radius: 10px;
}

.intro_cap {
    font-size: 1.6rem;
    line-height: 38px;
}

.intro_cap span {
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 0 0 13px rgba(0,0,0,0.5), 0 0 3px rgba(0,0,0,0.25);
    font-weight: 500;
}

.intro_title {
    color: #fff;
    font-size: 7rem;
    position: absolute;
    font-family: inter;
    width: 100%;
    font-style: italic;
    text-align: center;
    left: 0;
    font-weight: 100;
    top: -50px;
}

section.current {
    background: #F9F9F9;
    padding: 150px 0;
    position: relative;
    z-index: 999;
}

h2.current_title span {
    font-size: 2.8rem;
    line-height: 38px;
    display: block;
    margin: 0 auto;
    background: #f9f9f9;
    width: max-content;
    position: relative;
    padding: 0 30px;
}

.current_inner {
    max-width: 1100px;
    margin: 0 auto;
}

span.current_attention {
    font-size: 1.5rem!important;
    color: #000!important;
    margin-top: 5px;
}

h2.current_title {
    text-align: center;
    position: relative;
}

.current_cap_area {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    max-width: 913px;
    margin: 100px auto 0;
}

p.current_text {
    width: 75%;
    font-size: 1.6rem;
    line-height: 38px;
}

span.current_text_underline {
    opacity: 1!important;
    font-size: 1.6rem!important;
    display: inline-block!important;
    margin-top: 0!important;
    text-decoration: underline;
    font-weight: 500;
}

p.current_text span {
    display: block;
    font-size: 1.2rem;
    opacity: 0.5;
    margin-top: 20px;
}

h3.current_subtitle {
    width: 15%;
    writing-mode: vertical-rl;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 70px;
}

h3.current_subtitle span {
    font-size: 4.8rem;
    color: #08B9FF;
}

h2.current_title:before {
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
}

section.vision {
    background: #f9f9f9;
    padding-bottom: 150px;
    position: relative;
}

.vision_inner {}

.vision_odd {
    display: flex;
    justify-content: space-between;
}

.vision_image {
    width: 41%;
    border-radius: 0 20px 20px 0;
}

.vision_cap_area {
    width: 58%;
    padding: 8%;
}

.vision_cap_area p span {
	font-weight: 700;
	font-size: 1.6rem;
}

span.vision_title_bg {
    font-size: 2.8rem;
    background: linear-gradient(45deg,rgba(108, 215, 182, 1) 50%, rgba(8, 185, 255, 1) 100%);
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 0px 10px 2px;
    margin: 3px 0;
    width: max-content;
}

span.vision_title_badge {
    position: absolute;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg,rgba(108, 215, 182, 1) 50%, rgba(8, 185, 255, 1) 100%);
    top: 0;
    border-radius: 100%;
    right: 0;
    font-size: 2rem;
    color: #fff;
    text-align: center;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

h2.vision_title {
    font-size: 2.8rem;
    line-height: 46px;
    margin-bottom: 40px;
	position: relative;
}

.vision_cap_area p {
    font-size: 1.6rem;
    line-height: 38px;
}

.vision_even {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.vision_odd .vision_image {
	background-image: url("../img/home/india_01.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.vision_even .vision_image {
    border-radius: 20px 0 0 20px;
	background-image: url("../img/home/india_02.jpg");
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

ul.vison_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

ul.vison_list li {
    width: 49%;
    text-align: center;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 2%;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}

section.program {
    background: linear-gradient(45deg,rgba(128, 255, 202, 1) 50%, rgba(8, 185, 255, 1) 100%);
    background-attachment: fixed;
}

.program_inner {
    padding: 150px 0;
}

ul.program_label {
    display: flex;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid;
    margin: 0 auto;
    width: 100%;
}

ul.program_label li {
    font-size: 7rem;
    line-height: 50px;
    font-family: "Inter", sans-serif;
    font-weight: 100;
    margin: 0 30px;
    font-style: italic;
}

.program_outline {
    margin: 0 auto;
    padding-bottom: 150px;
    position: relative;
}

.program_outline h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 60px;
}

.program_outline h2 span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 3px;
}

.program_outline p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 38px;
}

ul.program_outline_contents_list {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.program_outline_contents_list li {
    width: 33%;
    margin-bottom: 0.5%;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 28px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.program_outline_contents_list li:nth-child(1) {
	background-image: url("../img/home/menu01.jpg");
}

ul.program_outline_contents_list li:nth-child(2) {
	background-image: url("../img/home/menu02.jpg");
}

ul.program_outline_contents_list li:nth-child(3) {
	background-image: url("../img/home/menu03.jpg");
}

ul.program_outline_contents_list li:nth-child(4) {
	background-image: url("../img/home/menu04.jpg");
}

ul.program_outline_contents_list li:nth-child(5) {
	background-image: url("../img/home/menu05.jpg");
}

ul.program_outline_contents_list li:nth-child(6) {
	background-image: url("../img/home/menu06.jpg");
}

.program_outline_contents {
    display: flex;
    position: relative;
    margin-top: 80px;
    justify-content: space-between;
}

.program_outline_contents h3 {
    font-size: 3rem;
    width: 25%;
    writing-mode: vertical-rl;
    display: flex;
    padding: 80px 0;
    align-items: center;
	position: relative;
}

.program_outline_contents h3:before {
    height: 1px;
    position: absolute;
    display: block;
    content: "";
    background: #000;
    width: 50px;
    top: 0;
    margin-left: -25px;
    left: 50%;
}

.program_outline_contents h3:after {
    height: 1px;
    position: absolute;
    display: block;
    content: "";
    background: #000;
    width: 50px;
    bottom: 0;
    margin-left: -25px;
    left: 50%;
}


ul.program_outline_contents_list li span {
    display: block;
    font-size: 6rem;
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 30px;
}

.program_schedule h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: 500;
}

.program_schedule {
    position: relative;
}

.program_schedule h2 span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 4px;
}

ul.program_flow {
    max-width: 900px;
    margin: 80px auto 0;
}

ul.program_flow li {
    width: 90%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
    box-shadow: 8px 8px 12px rgba(0,0,0,0.025), 18px 18px 32px rgba(0,0,0,0.03);
	position: relative;
}

ul.program_flow li:nth-child(even) {
    margin-left: 10%;
}

.program_flow h3 {
    padding: 20px 28px;
    font-size: 2rem;
    background: #fff;
    width: 100%;
    font-weight: 500;
}

span.flow_ps {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}

.program_flow_cap {
    padding: 30px;
}

span.flow_list_cap {
    display: block;
    font-size: 1.4rem;
    margin-top: 15px;
    border-left: 2px solid;
    padding: 4px 12px;
}

.program_flow_cap p {
    font-size: 1.6rem;
    font-weight: 400;
}

ul.program_flow_list li {
    background: rgba(255,255,255,0.65);
    box-shadow: inherit;
    backdrop-filter: inherit;
    padding: 15px 20px;
    font-size: 1.6rem;
    width: 100%;
    font-weight: 400;
    margin: 0;
    border-radius: 5px;
}

.program_flow h3 span {
    padding: 3px 10px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    font-size: 1.6rem;
    margin-left: 12px;
}

ul.program_flow_list li:nth-child(even) {
    margin: 5px 0;
}

section.event {
    padding: 150px 0;
    background: #fff;
    position: relative;
}

.event_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.event_title {width: 40%;}

.event_title h2 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.event_inner p {
    width: 50%;
    line-height: 38px;
    font-size: 1.6rem;
    padding-top: 45px;
}

.event_title h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 4px;
    font-weight: 300;
    margin-bottom: 15px;
}

.event_title h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
}

.event_outline {
    max-width: 1100px;
    padding: 60px;
    border: 1px solid;
    background: #f9f9f9;
    border-radius: 10px;
    margin: 100px auto 0;
}

.event_outline h3 {
    font-size: 3rem;
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 2px solid;
}

.event_outline p {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 30px;
}

.event_outline table th {
    padding: 18px 0;
    border-bottom: 1px solid;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 28px;
    width: 25%;
}

.event_outline table td {
    padding: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
    font-weight: 400;
}

.event_outline table {
    width: 92%;
    margin: 0 auto;
}

a.event_btn {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 1.65rem;
    background: linear-gradient(45deg,rgba(58, 205, 194, 1) 50%, rgba(8, 182, 215, 1) 100%);
    text-align: center;
    width: 43%;
    border-radius: 100px;
    font-weight: 500;
    margin: 0 1%;
}

.event_btn_area {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}

.news_inner h2 {
    font-size: 4rem;
    margin-bottom: 80px;
}

.news_inner h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 4px;
    font-weight: 300;
    margin-bottom: 15px;
}

.news_inner {
    max-width: 1100px;
    margin: 0 auto;
}

ul.news_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

ul.news_list li {
    width: 31%;
    margin: 0 1% 4%;
}

.news_thumb {
    width: 100%;
    background: #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.news_cap_area {
    padding: 0 5%;
}

ul.news_list li p {
    font-size: 1.2rem;
    color: #555;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
}

ul.news_list li h3 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #000;
    line-height: 27px;
}

.news_date {
    background: #eee;
    padding: 2px 10px;
    width: max-content;
    margin-bottom: 10px;
    color: #000;
    font-weight: 300;
}

section.news {
    padding-bottom: 150px;
    position: relative;
}

ul.backnumbers li a {
    display: block;
    margin: 0 auto;
    box-shadow: 0 5px 12px rgba(0,0,0,0.5);
    text-align: center;
    padding: 15px 0;
    background: linear-gradient(45deg,rgba(58, 205, 194, 1) 50%, rgba(8, 182, 215, 1) 100%);
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
}

ul.backnumbers li {
    margin: 20px 0;
}

ul.backnumbers {
    max-width: 320px;
    margin: 50px auto 0;
}

a.pp_link {
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: underline;
    font-size: 1.3rem;
    margin: 40px auto;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
section.fv {
    height: auto;
    min-height: inherit;
}
	
.fv_sp {
	display: block;
	margin-bottom: 50px;
	width: 100%;
	height: auto;
}

.fv_year {
    top: 12px;
    width: 70px;
    z-index: 9999;
    right: 12px;
}

.fv_inner {
    width: 100%;
    height: auto;
    padding: 100px 5% 40px;
}

.fv_bg_text {
    font-size: 3rem;
    left: 0;
    margin-left: 0;
    line-height: 45px;
    width: 100%;
    text-align: center;
}

.fv_head p br {
    display: none;
}

.intro_cap {
    font-size: 1.4rem;
    line-height: 28px;
}

.intro_cap span {
    font-size: 1.4rem;
    line-height: 28px;
}

span.vision_title_bg {
    font-size: 1.6rem;
    padding: 0px 5px;
}

span.vision_title_badge {
    top: -40px;
}

.fv_photos {
    width: auto;
    right: 0;
    position: inherit;
}

ul.fv_photos_list {
    display: flex;
    align-items: center;
}

.fv_photos li {}

ul.fv_photos_list {
    display: none;
}

.fv_head p {
    font-size: 1.8rem;
    line-height: 28px;
    padding-left: 15px;
}

.fv_title h1 {
    font-size: 3rem;
    line-height: 45px;
}

.fv_title h1 span {
    font-size: 3rem;
}

.fv_caption p {
    font-size: 1.4rem;
    line-height: 25px;
}

.fv_caption p span img {
    width: 65px;
}

.intro_title {
    font-size: 5rem;
    top: -35px;
}

.intro_inner {
    max-width: 90%;
    padding: 9%;
}

.intro {
    padding-bottom: 70px;
}

section.current {
    padding: 50px 5% 10px;
}

h2.current_title span {
    font-size: 1.8rem;
    padding: 0 10px;
}

.current_cap_area {
    display: block;
    width: 100%;
    margin: 30px auto;
}

h3.current_subtitle {
    width: 100%;
    writing-mode: inherit;
    font-size: 3rem;
    line-height: 38px;
    margin-bottom: 20px;
}

h3.current_subtitle span {
    font-size: 3rem;
    line-height: 47px;
}

p.current_text {
    width: 100%;
    line-height: 26px;
    font-size: 1.4rem;
}

p.current_text span {
    line-height: 20px;
}

.vision_odd {
    display: block;
}

.vision_cap_area {
    width: 100%;
    padding: 0 5%;
}

.vision_image {
    height: 200px;
    width: 85%;
    margin-bottom: 30px;
}

h2.vision_title {
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 20px;
}

.vision_cap_area p {
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 30px;
}

.vision_even {
    display: block;
}

.vision_even .vision_image {
    margin-left: 15%;
    background-position: center;
}

section.vision {
    padding-bottom: 30px;
}

.program_inner {
    padding: 50px 5%;
}

ul.program_label li {
    font-size: 4rem;
    margin: 0 20px;
    line-height: 26px;
}

.program_outline h2 span {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.program_outline h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.program_outline p {
    font-size: 1.4rem;
    line-height: 30px;
    text-align: left;
}

.program_outline_contents {
    margin-top: 30px;
    display: block;
}

.program_outline_contents h3 {
    width: 100%;
    display: block;
    writing-mode: inherit;
    text-align: center;
    font-size: 1.8rem;
    padding: 18px 30px;
    margin-bottom: 20px;
}

ul.program_outline_contents_list li {
    width: 100%;
    padding: 20px 0;
    font-size: 1.4rem;
    border-radius: 6px;
    line-height: 25px;
}

ul.program_outline_contents_list li span {
    font-size: 3rem;
    margin-bottom: 10px;
}

.program_outline {
    padding-bottom: 50px;
}

.program_schedule h2 {
    font-size: 2.4rem;
}

.program_schedule h2 span {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

ul.program_flow {
    margin: 30px auto 0;
}

ul.program_flow li {
    width: 95%;
    margin-bottom: 15px;
}

.program_flow h3 {
    font-size: 1.6rem;
    padding: 15px 20px;
}

.program_flow h3 span {
    font-size: 1.4rem;
    margin-left: 10px;
}

ul.program_flow li:nth-child(even) {
    margin-left: 5%;
}

.program_flow_cap p {
    font-size: 1.4rem;
    line-height: 22px;
}

.program_flow_cap {
    padding: 20px;
}

ul.program_flow li {
}

ul.program_flow_list li {
    margin: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 22px;
}
	
ul.program_flow_list li:nth-child(even) {
	margin-left: 0!important;
}

span.flow_ps {
    font-size: 1.1rem;
    margin-top: 5px;
}

span.flow_list_cap {
    font-size: 1.3rem;
    padding: 0px 10px;
    border-left: 1px solid;
}

section.event {
    padding: 50px 5%;
}

.event_inner {
    display: block;
}

.event_title {
    width: 100%;
}

.event_inner p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 28px;
    padding-top: 30px;
}

.event_title h2 {font-size: 2.4rem;line-height: 36px;text-align: center;}

.event_title h3 {
    font-size: 1.6rem;
    line-height: 28px;
    text-align: center;
}

.event_title h2 span {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.event_outline {
    margin: 30px auto 0;
    padding: 30px 7% 20px;
}

.event_outline h3 {
    font-size: 1.8rem;
    padding-left: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}

.event_outline p {
    font-size: 1.3rem;
    line-height: 24px;
    margin-bottom: 30px;
}

.event_outline table {
    width: 100%;
}

.event_outline table th {
    width: 30%;
    font-size: 1.3rem;
    line-height: 20px;
    padding: 15px 0;
}

.event_outline table td {
    font-size: 1.3rem;
    line-height: 20px;
    width: 70%;
    padding: 15px;
}

.event_btn_area {
    display: block;
    margin: 30px 0 0;
}

a.event_btn {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
    margin: 10px 0;
}

section.news {
    padding: 0 5% 50px;
}

.news_inner h2 {
    font-size: 2.4rem;
    text-align: center;
}

.news_inner h2 span {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.news_inner h2 {
    margin-bottom: 30px;
}

ul.news_list li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

ul.news_list {
    display: block;
}

.news_thumb {
    border: 6px;
}

ul.news_list li h3 {
    font-size: 1.6rem;
    line-height: 28px;
}

a.pp_link {
    font-size: 1.1rem;
}
}