@charset "UTF-8";
#about_fv {
}
.menu_sec {
}
.menu_sec ul {
    display: flex
;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.1vw;
}
.menu_sec ul li {
    font-size: 1.18em;
    width: 23.5%;
}
.menu_sec ul li a {
    color: #394a91;
    display: block;
    border: 1px solid #b2beff;
    padding: 1.3vw 0;
    border-radius: 50vw;
    text-align: center;
    transition: all 
ease-in-out .2s 0s;
    font-weight: 500;
}
.menu_sec ul li a:hover {
    color: #fff;
    background-color: #394a91;
}
.activity-section {
  scroll-margin-top: 10vw;
 }
#about_sec01 {
    padding-bottom: 10vw;
    padding-top: 4vw;
}
#about_sec01 .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#about_sec01 .flex .img {
    width: 48%;
    padding: 1.5vw;
    background-color: #fff;
    border-radius: 1vw;
}
#about_sec01 .flex .txt {
    width: 45%;
	color: #fff;
}
#about_sec01 .flex .txt h2 {
    font-size: 2.5em;
}
#about_sec01 .flex .txt p {
    font-size: 1.25em;
    line-height: 230%;
    margin-top: 2vw;
}
#about_sec02 {
    padding: 10vw 0 0;
}
#about_sec02 .movie {
    margin: 4vw 0;
    text-align: center;
	position: relative;
	z-index: 0;
}
#about_sec02 .movie video {
    width: 70%;
}
#about_sec02 .movie #playButton {
    position: absolute;
    z-index: 1;
    width: 6vw;
    height: 6vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #a71a1a;
    color: #fff;
    font-size: 1.8em;
    border-radius: 50%;
}
#about_sec02 .img {
    width: 100%;
    margin: 4vw auto 0vw;
    padding: 4vw 15%;
    background-color: #fff;
    border-radius: 1.5vw;
}
#about_sec02 .txt {
}
#about_sec02 .txt p {
    font-size: 1.25em;
    line-height: 200%;
}
#about_sec02 .txt p:nth-of-type(2) {
    margin-bottom: 2vw;
}
#about_sec02 .txt dl {
    font-size: 1.25em;
    margin-bottom: 1vw;
}
#about_sec02 .txt dl:last-of-type {
    margin-bottom: 2vw;
}
#about_sec02 .txt dl dt {
    font-weight: 600;
    font-size: 1.1em;
}
#about_sec02 .txt dl dd {
	line-height: 200%;
}
#about_sec02 .txt h2 {
    font-size: 2.3em;
    margin: 5vw 0 2vw;
}
#about_sec03 {
    padding: 10vw 0 0;
}
#about_sec03 .tih2 .en {
    color: #000000;
    margin-bottom: .2vw;
    font-size: .45em;
}
#about_sec03 ul {
    margin-top: 4vw;
}
#about_sec03 ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background-color: #ffff;
    border-radius: 1.5vw;
    padding: 3vw;
    position: relative;
    top: 0;
    box-shadow: 0px 0px 12px #0000001f;
}
#about_sec03 ul li a {
    position: absolute;
    z-index: 1;
   width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#about_sec03 ul li.is-sticky {
    position: sticky;
    top: 9vw;
}
#about_sec03 ul li:not(:last-of-type) {
    margin-bottom: 3.5vw;
}
#about_sec03 ul li .txt {
    width: 55%;
}
#about_sec03 ul li .txt h3 {
    display: block;
    font-size: 2.3em;
    line-height: 140%;
    margin-bottom: 1vw;
}
#about_sec03 ul li .txt p {
    font-size: 1.2em;
}
#about_sec03 ul li .img {
    width: 30vw;
    height: 30vw;
    overflow: hidden;
    border-radius: 0.5vw;
}
#about_sec03 ul li .img img {
    width: 100%;
    height: 100%;
	object-fit: cover;
    transition: all ease-in-out .2s 0s;
}
#about_sec03 ul li:hover .img img {
    transform: scale(1.05);
}
#about_sec04 {
    padding: 10vw 0 0;
}
#about_sec04 .img {
    text-align: center;
	margin-top: 4vw;
}
#about_sec04 .txt {
    margin-top: 3vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#about_sec04 .txt p {
}
#about_sec04 .txt .left {
    width: 40%;
}
#about_sec04 .txt .left p {
    font-size: 1.3em;
    line-height: 130%;
    font-weight: 600;
}
#about_sec04 .txt .left p span {
    font-size: 1.2em;
    margin-bottom: 1.2vw;
    display: block;
}
#about_sec04 .txt .right {
    width: 60%;
}
#about_sec04 .txt .right p {
    font-size: 1.15em;
    line-height: 200%;
}
#about_sec05 {
    padding: 10vw 0 11vw;
}
#about_sec05 h2 {
}
#about_sec05 ul {
    margin-top: 3vw;
}
#about_sec05 ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 0;
}
#about_sec05 ul li:not(:last-of-type) {
    margin-bottom: 2.5vw;
}
#about_sec05 ul li a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#about_sec05 ul li .img {
    width: 32%;
    height: 14vw;
    overflow: hidden;
    border-radius: 0.8vw;
}
#about_sec05 ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  transition: all ease-in-out .2s 0s;
    transform-origin: center;
}
#about_sec05 ul li:hover .img img {
    transform: scale(1.05);
}
#about_sec05 ul li .txt {
    width: 66.5%;
    border-bottom: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-left: 1vw;
}
#about_sec05 ul li .txt::after {
    transition: all 
ease-in-out .2s 0.0s;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #eaecf5;
}
#about_sec05 ul li:hover .txt::after {
    left: 0;
}
#about_sec05 ul li .txt .cat {
    font-size: .94em;
    position: relative;
    z-index: 0;
    padding-left: 0;
    text-align: center;
    padding: .65vw 1vw;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
}
#about_sec05 ul li .txt p {
    font-size: 1.25em;
    width: 100%;
    margin-top: 1vw;
}
#about_sec05 .link {
    margin-top: 3.5vw;
}
@media screen and (max-width:1300px) {
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:768px) {
.menu_sec ul li {
        font-size: 1.05em;
    width: 49.5%;
}
.menu_sec ul li:nth-of-type(1),
.menu_sec ul li:nth-of-type(2) {
    margin-bottom: 1vw;
}
.menu_sec ul li a {
    padding: 3.3vw 0;
}
.menu_sec ul {
    margin-bottom: 7.1vw;
}
#about_sec01 {
    padding-top: 7vw;
}
#about_sec01 .flex .txt {
    width: 100%;
}
#about_sec01 .flex .txt h2 {
    font-size: 1.9em;
}
#about_sec01 .flex .txt p {
    margin-top: 4vw;
}
#about_sec01 .flex .img {
    width: 100%;
    margin-top: 5vw;
}
#about_sec02 {
    padding: 16vw 0 0;
}
#about_sec02 .movie video {
    width: 100%;
}
#about_sec02 .movie {
    margin: 7vw 0;
}
#about_sec02 .img {
    margin: 7vw auto 0;
    padding: 5vw 5%;
}
#about_sec02 .txt h2 {
    font-size: 1.55em;
    margin: 10vw 0 5vw;
}
#about_sec03 {
    padding: 15vw 0 0;
}
#about_sec02 .txt p:nth-of-type(2) {
    margin-bottom: 5vw;
}
#about_sec02 .txt dl {
    margin-bottom: 2vw;
}
#about_sec02 .txt dl:last-of-type {
    margin-bottom: 5vw;
}

#about_sec03 .tih2 .en {
    margin-bottom: 2.4vw;
    font-size: 0.9em;
}
#about_sec03 ul {
    margin-top: 7vw;
}
#about_sec03 ul li {
    padding: 5vw;
    top: 0;
    position: relative;
}
#about_sec03 ul li .txt {
    width: 100%;
}
#about_sec03 ul li .img {
    width: 100%;
    height: 48vw;
    margin-bottom: 4vw;
}
#about_sec03 ul li .txt h3 {
    font-size: 1.6em;
    line-height: 140%;
    margin-bottom: 2vw;
}
#about_sec04 .img {
    height: 57vw;
}
#about_sec04 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about_sec04 .txt {
    margin-top: 7vw;
}
#about_sec04 .txt .left {
    width: 100%;
}
#about_sec04 .txt .right {
    width: 100%;
        margin-top: 5vw;
}
#about_sec04 .txt .left p {
    margin-top: 0vw;
}
#about_sec04 .txt .left p span {
    margin-bottom: 2.2vw;
}
#about_sec04 .txt .right p {
    font-size: 1.15em;
}
#about_sec05 {
    padding: 15vw 0 20vw;
}
#about_sec05 ul {
    margin-top: 7vw;
}
#about_sec05 ul li .img {
    width: 100%;
    height: 41vw;
}
#about_sec05 ul li .txt {
    width: 100%;
    padding: 5vw;
}
#about_sec05 ul li .txt p {
    margin-top: 2vw;
}
#about_sec05 .link {
    margin-top: 7.5vw;
}
#about_sec02 .movie #playButton {
    width: 16vw;
    height: 16vw;
}
.activity-section {
  scroll-margin-top: 30vw;
 }
}