@charset "UTF-8";

.message_inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.message_contents {
    width: 50%;
}

.message_image {
    width: 42%;
	height: auto;
}

.message_image_inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
    background-image: url("../img/about/message.jpg");
	display: block;
}

.message_contents h2 {
    position: relative;
    font-size: 2.4rem;
    margin-bottom: 40px;
    padding-left: 25px;
}

.message_contents p {
    letter-spacing: 0.5px;
    font-size: 1.4rem;
    line-height: 38px;
}

.message_contents p span {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    margin-top: 30px;
}

section.message {
    position: relative;
}

.message_bg {
    position: absolute;
    width: 30%;
    height: 120%;
    top: -10%;
}

.message_bg_inner {
	display: block;
	background: rgb(114,199,213);
    background: linear-gradient(195deg, rgba(114,199,213,1) 0%, rgba(169,221,230,1) 100%);
}

section.about {
    background-size: 45%;
    background-image: url("../img/index/bg_wave_left.png");
    background-position: left top 20%;
    background-repeat: no-repeat;
}

section.visual_image {
    margin: 150px 0;
    background-repeat: no-repeat;
    height: 90vh;
    background-image: url("../img/about/visualimage.jpg");
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

section.photos {
    margin: 150px 0;
    overflow: hidden;
}

section.photos ul {
    display: flex;
    width: 115%;
}

section.photos ul li {
    width: 32%;
    margin-right: 20px;
    height: 360px;
}

.staff_image img {
    width: 100%;
    height: auto;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;	
}

section.photos ul li:first-child {
    background-image: url("../img/about/photo01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.photos ul li:nth-child(2) {
    background-image: url("../img/about/photo02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.photos ul li:nth-child(3) {
    background-image: url("../img/about/photo03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.staff {
	padding: 0 0 120px;
}

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

.staff_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 80px;
    padding-left: 25px;
    position: relative;
}

ul.staff_list {
    display: flex;
    flex-wrap: wrap;
}

ul.staff_list li {
    width: 30%;
    margin-bottom: 60px;
}

ul.staff_list li:hover .staff_image img{
	transform: scale(1.1);
	opacity: 0.6;
}

.staff_image {
    width: 100%;
	overflow: hidden;
}

.staff_info {
    margin-top: 20px;
    position: relative;
}

.staff_info h3 {
    font-size: 2rem;
    color: #5b5b5b;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.staff_info h3 span {
    color: #5b5b5b;
    margin-left: 15px;
    border-left: 1px solid;
    letter-spacing: 1px;
    padding-left: 15px;
    font-size: 1.4rem;
}

.name_en {
    font-size: 1.4rem;
    color: #5b5b5b;
    letter-spacing: 1px;
    font-family: 'Quicksand', sans-serif;
}

ul.staff_list li:nth-child(2), ul.staff_list li:nth-child(5) {
    margin: 0 5%;
}

ul.staff_list li:hover .more_icon {
	transform: scale(1.1);
}

.more_icon {
    position: absolute;
    width: 50px;
    padding: 15px;
    height: 50px;
    background: #71c7d5;
    right: -15px;
    top: -46px;
    border-radius: 100%;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;	
}

.more_icon img {
    width: 26px;
    height: auto;
}

.staff_inner h2:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #71c7d5;
    content: "";
    display: block;
    left: 0;
    margin-top: -4px;
    top: 50%;
    border-radius: 100%;
}

.message_contents h2:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #71c7d5;
    content: "";
    display: block;
    left: 0;
    margin-top: -4px;
    top: 50%;
    border-radius: 100%;
}

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

.about_inner h2 {
    font-size: 2.4rem;
    padding-left: 25px;
    letter-spacing: 2px;
    height: max-content;
    position: relative;
}

.about_inner h2:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #71c7d5;
    content: "";
    display: block;
    left: 0;
    margin-top: -4px;
    top: 50%;
    border-radius: 100%;	
}

.about_inner p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 40px;
}

.about_inner p span {
    display: block;
    font-size: 2.4rem;
    line-height: 58px;
    color: #71c7d5;
    letter-spacing: 2px;
    margin: 40px 0;
}
.about_inner h2 span {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
}

.modal_zayu {
    margin-top: 20px;
    font-size: 1.3rem;
}

.modal_zayu span {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    background: #fff;
    margin-bottom: 12px;
    color: #1b1b1b;
    width: max-content;
    padding: 2px 8px;
    border-radius: 3px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.message_inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: block;
    justify-content: space-between;
    z-index: 999;
}

.message_contents {
    width: 86%;
    margin: 0 auto;
    position: relative;
}

.message_image {
    width: 66%;
    height: 50vh;
}

.message_image_inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
    background-image: url("../img/about/message.jpg");
	display: block;
}

.message_contents h2 {
    position: absolute;
    font-size: 1.8rem;
    margin-bottom: 0;
    color: #fff;
    padding-left: inherit;
    top: -55%;
    right: 8%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.message_contents p {
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    line-height: 24px;
    padding-top: 30px;
}

.message_contents p span {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    margin-top: 20px;
}

section.message {
    position: relative;
}

.message_bg {
    position: absolute;
    width: 65%;
    height: 48vh;
    top: -4%;
    right: 0;
}

.message_bg_inner {
	display: block;
	background: rgb(114,199,213);
    background: linear-gradient(195deg, rgba(114,199,213,1) 0%, rgba(169,221,230,1) 100%);
}

section.about {
    background-size: 45%;
    background-image: url("../img/index/bg_wave_left.png");
    background-position: left top 20%;
    background-repeat: no-repeat;
}

section.visual_image {
    margin: 60px 0;
    background-repeat: no-repeat;
    height: 50vh;
    background-image: url("../img/about/visualimage_sp.jpg");
    background-size: 100%;
    background-position: center;
    min-height: 300px;
}

section.photos {
    margin: 60px 0;
    overflow: hidden;
}

section.photos ul {
    display: flex;
    width: 120%;
}

section.photos ul li {
    width: 32%;
    margin-right: 6px;
    height: 270px;
}

.staff_image img {
    width: 100%;
    height: auto;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;	
}

section.photos ul li:first-child {
    background-image: url("../img/about/photo01.jpg");
    background-size: 320%;
    background-repeat: no-repeat;
    background-position: center;
}

section.photos ul li:nth-child(2) {
    background-image: url("../img/about/photo02.jpg");
    background-size: 340%;
    background-repeat: no-repeat;
    background-position: center;
}

section.photos ul li:nth-child(3) {
    background-image: url("../img/about/photo03.jpg");
    background-size: 330%;
    background-repeat: no-repeat;
    background-position: center;
}

.staff {
	padding: 0 0 60px;
}

.staff_inner {
    max-width: 86%;
    margin: 0 auto;
}

.staff_inner h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-left: 20px;
    position: relative;
}

ul.staff_list {
    display: flex;
    flex-wrap: wrap;
}

ul.staff_list li {
    width: 47.5%;
    margin-bottom: 30px;
}

ul.staff_list li:hover .staff_image img{
	transform: scale(1.1);
	opacity: 0.6;
}

.staff_image {
    width: 100%;
	overflow: hidden;
}

.staff_info {
    margin-top: 14px;
    position: relative;
}

.staff_info h3 {
    font-size: 1.5rem;
    color: #5b5b5b;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.staff_info h3 span {
    color: #5b5b5b;
    margin-left: 0;
    border-left: none;
    letter-spacing: 0.5px;
    padding-left: 0;
    font-size: 1.1rem;
    display: block;
    margin-top: 4px;
}

.name_en {
    font-size: 1.1rem;
    color: #5b5b5b;
    letter-spacing: 1px;
    font-family: 'Quicksand', sans-serif;
    margin-top: 8px;
    display: block;
}

ul.staff_list li:nth-child(2), ul.staff_list li:nth-child(5) {
    margin: inherit;
}

.more_icon {
    position: absolute;
    width: 36px;
    padding: 11px;
    height: 36px;
    background: #71c7d5;
    right: -9px;
    top: -35px;
    border-radius: 100%;
}

.staff_inner h2:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #71c7d5;
    content: "";
    display: block;
    left: 0;
    margin-top: -4px;
    top: 50%;
    border-radius: 100%;
}

.message_contents h2:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    content: "";
    display: block;
    left: 7px;
    margin-top: -74px;
    top: 50%;
    border-radius: 100%;
}

.about_inner {
    max-width: 86%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
}

.about_inner h2 {
    font-size: 1.8rem;
    padding-left: 20px;
    letter-spacing: 2px;
    height: max-content;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.about_inner h2:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #71c7d5;
    content: "";
    display: block;
    left: 0;
    margin-top: -8px;
    top: 50%;
    border-radius: 100%;
}

.about_inner p {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.about_inner p span {
    display: block;
    font-size: 1.6rem;
    line-height: 34px;
    text-align: center;
    color: #71c7d5;
    letter-spacing: 2px;
    margin: 24px 0;
}
.about_inner h2 span {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
}
	
ul.staff_list li:nth-child(even) {
    margin-left: 5%;
}
	
.modal_zayu {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: center;
}
	
.modal_zayu span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    margin: 0px auto 12px;
    color: #1b1b1b;
    width: max-content;
    padding: 2px 8px;
    border-radius: 3px;
}

}

