@charset "utf-8";

.main_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.main_img {
	width: 100%;
}

.sc_box {
	width: 100px;
}

.scroll_txt {
	position: absolute;
	top: -webkit-calc(100vh - 350px);
	top: calc(100vh - 350px);
	right: 39px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	width: 20px;
	height: 80px;
	-webkit-animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	color: #112250;
}

.scroll_bar_clip {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 255px;
	top: -webkit-calc(100vh - 255px);
	top: calc(100vh - 255px);
	right: 50px;
	background-color: #ccc;
}

.pindex_scroll_bar {
	position: absolute;
	width: 1px;
	height: 255px;
	top: -255px;
	right: 0;
	background-color: #112250;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
	animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
}

@keyframes scroll-text {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40%, 50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes scroll-bar {
	0%, 5% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 510px, 0);
		transform: translate3d(0, 510px, 0)
	}
}

@keyframes scroll-bar {
	0%, 5% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 510px, 0);
		transform: translate3d(0, 510px, 0)
	}
}

.bg_g{
    background: #3FA09D;
    color: #fff;
}

.bg_b{
    background: #0099BD;
    color: #fff;
}

.bg_y{
    background: #B2C094;
    color: #fff;
}

.w50{
    /*width: 50%;*/
    padding-left: 1.2rem;
    font-size: 2.0rem;
}

.w60y{
    width: 40%;
    padding-left: 1.2rem;
    font-size: 2.0rem;
}

@media screen and (max-width:767px) {
    .w60y{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .w50{
        width: 100%;
        text-align: center;
        padding: 0;
    }
}

.bb{
    border: 4px solid #3FA09D;
}

.bb2{
    border: 4px solid #0099BD;
}

.bb3{
    border: 4px solid #B2C094;
}

.c01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.c01 .box {
	width: 48.5%;
}

.c01 .box .boxex .feco {
	width: 5px;
	margin-right: 10px;
	background-color: #112250;
}

.c01 .box .boxex .titl {
	font-size: 1.6rem;
	font-weight: bold;
}

.c01 .box .boxex .titl span{
    font-size: 2.2rem;
}

.c01 .box .titl {
	margin: 20px 0;
	font-weight: bold;
	font-size: 1.6rem;
}

.c01 .box .cap {
	margin-top: 60px;
	font-size: 1.0rem;
}

.c01 .box .cap02 {
	font-size: 1.0rem;
}

.h_ct {
	margin-top: 35px;
}

.c02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    padding-bottom: 40px; 
}

.c02 .sub_titl{
    margin-top: 0px;
    margin-bottom: 10px;
}

.c02 .box {
	width: 23%;
	margin-top: 30px;
}

.c02 .box75 {
	width: 74.5%;
	margin-top: 30px;
}

.c02 .box .ani_img {
	margin-bottom: 5px;
}


.c03 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.c03 .box01 {
	width: 48.5%;
}

.c03 .box01 .box02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c03 .box01 .sub_titl_p {
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.4em;
}

.c03 .box01 .box02 .deco {
	width: 5px;
	margin-right: 10px;
	background-color: #112250;
}

.c03 .box01 .box02 .titl {
	font-size: 1.6rem;
	font-weight: bold;
}

.c03 .box01 .box02 .titl span {
	font-size: 2.2rem;
}

.c03 .box01 .txt {
	margin: 20px auto 30px auto;
}

.c03 .box01 .cap {
	margin-bottom: 160px;
	font-size: 1.0rem;
}

.c04 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    padding-bottom: 40px; 
}

.c04 .sub_titl{
    margin-top: 0px;
    margin-bottom: 10px;
}

.c04 .box {
	width: 48.5%;
	margin-top: 30px;
}

.c04 .box .ani_img {
	margin-bottom: 5px;
}

@media screen and (max-width:1200px) {
	.c01 .box .cap {
		margin-top: 20px;
	}

	.h_ct {
		margin-top: 20px;
	}

	.c03 .box01 .cap {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	/*.main_img {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}*/

	.sc_box {
		width: 50px;
	}

	.scroll_txt {
		top: -webkit-calc(100vh - 330px);
		top: calc(100vh - 330px);
		right: 15px;
	}

	.scroll_bar_clip {
		right: 25px;
	}

	.loc_btn01, .loc_btn02 {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.c01 .box {
		width: 100%;
	}

	.c01 .box .titl {
		font-size: 1.4rem;
	}

	.c01 .box .txt {
		margin-bottom: 20px;
	}

	.c02 .box {
		width: 48.5%;
	}
    
    .c02 .box75 {
	    width: 48.5%;
    }

	.h_ct {
		margin-bottom: 20px;
	}

	.c03 .box01 {
		width: 100%;
	}

	.c03 .box01 .box02 .titl {
		font-size: 1.4rem;
	}

	.c03 .box01 .box02 .titl span {
		font-size: 1.8rem;
	}
    
    .c04 .box {
		width: 100%;
	}
}

.c04 .popup-youtube img:hover {
	opacity: 0.5 ;
}

.c05 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}

.c05 .box01 {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
}

.c05 .box01 .titl {
	margin-bottom: 10px;
	font-size: 4.0rem;
	letter-spacing: 4px;
}

.c05 .box01 .txt {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
}

.c05 .box02 {
	width: 280px;
}

.c06 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.c06 section {
	width: 30%;
	margin-bottom: 60px;
	background-position: right bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

.c06 section:hover {
	background-size: 110%;
}

.c06 section:nth-child(1) {
	background-image: url(../images/top/btn_bg01.jpg);
}

.c06 section:nth-child(2) {
	background-image: url(../images/top/btn_bg02.jpg);
}

.c06 section:nth-child(3) {
	background-image: url(../images/top/btn_bg03.jpg);
}

.c06 section:nth-child(4) {
	background-image: url(../images/top/btn_bg04.jpg);
}

.c06 section:nth-child(5) {
	background-image: url(../images/top/btn_bg05.jpg);
}

.c06 section:nth-child(6) {
	background-image: url(../images/top/btn_bg6_end.jpg);
}

.c06 section:nth-child(7) {
	background-image: url(../images/top/btn_bg07.jpg);
}

.c06 section:nth-child(8) {
	background-image: url(../images/top/btn_bg8_end.jpg);
}

.c06 section:nth-child(9) {
	background-image: url(../images/top/btn_bg09.jpg);
}

.c06 section:nth-child(10) {
	background-image: url(../images/top/btn_bg10.jpg);
}
.c06 section:nth-child(11) {
	background-image: url(../images/top/btn_bg11.jpg);
}
.c06 section:nth-child(12) {
	background-image: url(../images/top/btn_bg12.jpg);
}
.c06 section:nth-child(13) {
	background-image: url(../images/top/btn_bg13.jpg);
}
.c06 section:nth-child(14) {
	background-image: url(../images/top/btn_bg14.jpg);
}
.c06 section:nth-child(15) {
	background-image: url(../images/top/btn_bg15.jpg);
}
.c06 section:nth-child(16) {
	background-image: url(../images/top/btn_bg16_end.jpg);
}

.c06 section a{
	width: 100%;
	height: 250px;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}

.c06 section span{
	width: 100%;
	height: 250px;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}

.c06 section div {
	width: 100%;
	line-height: 1;
	transition: all 0.3s;
}

.c06 section a .f_en_b {
	margin-top: 30px;
	font-size: 2.4rem;
}
.c06 section span .f_en_b {
	margin-top: 30px;
	font-size: 2.4rem;
}

.c06_off {
	font-size: 1.8rem;
	height: 0;
	opacity: 0;
}

.c06_on {
	height: 20px;
	opacity: 1;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {
	.slider_wrap {
		padding: 10px;
	}

	.c06 section {
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
    .c05 {
		margin-bottom: 30px;
	}

	.c05 .box01 {
		width: -webkit-calc(100% - 0px);
		width: calc(100% - 0px);
	}

	.c05 .box01 .titl {
		font-size: 2.0rem;
		letter-spacing: 2px;
	}

	.c05 .box01 .txt {
		font-size: 1.6rem;
	}

	.c05 .box02 {
		width: 200px;
		margin: 20px auto 0 auto;
	}
	.c06 section {
		width: 48%;
		margin-bottom: 10px;
	}

	.c06 section a {
		height: 180px;
	}
    
	.c06 section span {
		height: 180px;
	}

	.c06 section a .f_en_b {
		margin-top: 20px;
		font-size: 1.8rem;
	}
    
    .c06 section span .f_en_b {
		margin-top: 20px;
		font-size: 1.8rem;
	}

	.c06_off {
		font-size: 1.4rem;
		height: 20px;
		opacity: 1;
	}
}



/* グーグルマップ */
.loc_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.loc_btn01, .loc_btn02 {
	width: 300px;
	line-height: 40px;
	text-align: center;
	margin: 0 10px 30px 10px;
	color: #112250;
	font-size: 1.5rem;
	background: #fff;
	border: 1px #112250 solid;
	cursor: pointer;
	transition: all 0.3s;
}

.loc_btn01:hover, .loc_btn02:hover {
	background: #cfdbfa;
}

.locon {
	color: #fff;
	background: #112250 !important;
}

.loc_map02 {
	height: 0;
	overflow: hidden;
}

.loc_map02_on {
	height: auto;
}

.gm_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.gm_btns li {
	width: 19.5%;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border: 1px #112250 solid;
	color: #112250;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s;
}

.gm_btns li:hover {
	background: #cfdbfa !important;
}

.gmon {
	background: #cfdbfa !important;
}

.iframe-content {
	position: relative;
	width: 100%;
	height: 650px;
}

.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-content iframe html {
	overflow: hidden;
}

.gmap_wrap {
	position: relative;
	width: 100%;
	height: 650px;
}

.gmap_wrap div {
	position: absolute;
	top: 0;
	left: 0;
}

.g_map01 {
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.loc_btn01, .loc_btn02 {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.gm_btns {
		width: 100%;
		margin-bottom: 0px;
	}

	.gm_btns li {
		width: 49%;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.iframe-content {
		height: 550px;
	}

	.gmap_wrap {
		height: 550px;
	}

    .c06 .box {
	    width: 48.5%;
	    margin-bottom: 60px;
    }

}

.video-container{
  position: relative;
}
.top_text{
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    color:#fff;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.5;
}

.top_text_senior{
    font-size:4vw;
}
.u_line{
    background: linear-gradient(transparent 60%,rgba(17,34,80,0.5) 60%);
    padding: 0 10px;
}

video {
  width: 100%;
}