@charset "UTF-8";


/* html
------------------------------------------------- */
html {
	overflow-x: hidden;
}


/* contents
------------------------------------------------- */
#contents {
	padding-top: 0.625em;
}
@media only screen and (max-width:750px){
#contents {
	padding-top: 0;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    height: 43.375em;
    background: url("../img-new/interview/mainvisual.jpg") center top no-repeat;
    background-size: cover;
    border-radius: 2.5em 2.5em 0 0;
    padding-top: 25em;
    box-sizing: border-box;
    position: relative;
}
.mainvisual .inner {
    max-width: inherit;
    padding: 0 6.5625em;
}
.mainvisual .box {
    width: 39em;
    height: 12em;
    padding-top: 1.375em;
    box-sizing: border-box;
    position: relative;
}
.mainvisual .box::before {
    content: '';
    width: 100vw;
    height: 12em;
    background-color: #fff;
    border-radius: 0 0.625em 0.625em 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.mainvisual h1 {
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.05em;
    background: url("../img-new/interview/tit1.svg") left top no-repeat;
    background-size: 5.08em auto;
    padding: 0.35em 0 0.35em 5.36em;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.mainvisual h1 img {
    width: 1.38em;
    padding: 0 0.1em;
}
.mainvisual p {
    line-height: 2.14;
    letter-spacing: 0.05em;
    padding-top: 1.25em;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width:750px){
.mainvisual {
    height: 22em;
    background-position: 30% top;
    padding-top: 60vw;
}
.mainvisual .inner {
    padding: 0;
}
.mainvisual .box {
    width: 100%;
    height: auto;
}
.mainvisual .box::before {
    right: 4vw;
}
.mainvisual h1 {
    font-size: 6.4vw;
    padding: 2.25em 0 0;
}
.mainvisual h1 img {
    width: 1.38em;
    padding: 0 0.1em;
}
.mainvisual p {
    font-size: 3.466vw;
    line-height: 1.75;
    padding: 1em 8vw 0 0;
}
}


/* photo
------------------------------------------------- */
.photo {
    padding-top: 7.5em;
}
.photo li {
    padding-bottom: 1.85em;
}
.photo li img {
    border-radius: 0.3125em;
}
@media only screen and (max-width:750px){
.photo {
    padding: 15vw 0 5vw;
}
.photo li {
    width: 100vw;
    margin-left: -6vw;
    padding-bottom: 5vw;
}
.photo li img {
    border-radius: 0;
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    padding: 7.25em 0 1em;
    position: relative;
}
.cont1::before {
    content: '';
    width: 69.25em;
    height: 69.25em;
    background-color: #FFF800;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 18.75em;
    margin-left: -34.625em;
}
.cont1 .inner {
    z-index: 2;
}
.cont1 h2 {
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.28;
    color: #2A51C3;
    text-align: center;
    padding-bottom: 0.5em;
}
.cont1 .mem li {
    width: 17.5em;
    height: 25em;
    border-radius: 0.3125em;
    margin: 0 1.25em;
    cursor: pointer;
    position: relative;
}
.cont1 .mem li .omote {
    width: 100%;
    height: 100%;
    border-radius: 0.3125em;
    display: flex;
    align-items: flex-end;
    padding: 1.375em;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    backface-visibility: hidden;
    transition: 0.7s;
}
.cont1 .mem li .omote::before {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    z-index: 1;
}
.cont1 .mem li:nth-child(1) .omote::before {
    background-image: url("../img-new/interview/member1.jpg");
}
.cont1 .mem li:nth-child(2) .omote::before {
    background-image: url("../img-new/interview/member2.jpg");
}
.cont1 .mem li:nth-child(3) .omote::before {
    background-image: url("../img-new/interview/member3.jpg");
}
.cont1 .mem li .omote::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.41);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    z-index: 2;
}
.cont1 .mem li .omote .name {
    color: #fff;
    position: relative;
    z-index: 3;
}
.cont1 .mem li .omote .name h3 {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.65;
    color: #72C8FD;
    padding-bottom: 1em;
}
.cont1 .mem li:nth-child(2) .omote .name h3 {
    color: #FFB162;
}
.cont1 .mem li:nth-child(3) .omote .name h3 {
    color: #84EAB3;
}
.cont1 .mem li .omote .name h3 span {
    display: block;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.06em;
}
.cont1 .mem li .omote .name p {
    line-height: 1.65;
}
.cont1 .mem li .ura {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    border-radius: 0.3125em;
    padding: 2.8125em 1.875em;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    backface-visibility: hidden;
    transition: 0.7s;
    transform: rotateY(-180deg);
}
.cont1 .mem li .ura p {
    letter-spacing: 0.02em;
    color: #fff;
}
.cont1 .mem li .ura img {
    display: block;
    width: 9.375em;
    border-radius: 0.6875em;
    position: absolute;
    left: 1.875em;
    bottom: 1.625em;
}

.cont1 .mem li .ura .icon {
    width: 2.25em;
    height: 2.25em;
    background: linear-gradient(135deg, #FFF800 0%, #00ADF4 60%, #2A51C3 100%);
    border-radius: 50%;
    position: absolute;
    right: 1.25em;
    bottom: 1.25em;
    transition: 0.4s;
    z-index: 4;
}
.cont1 .mem li .ura .icon::before,
.cont1 .mem li .ura .icon::after {
    content: '';
    width: 1em;
    height: 0.125em;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.0625em 0 0 -0.5em;
    transition: 0.4s;
}
.cont1 .mem li .ura .icon::after {
    width: 0.125em;
    height: 1em;
    margin: -0.5em 0 0 -0.0625em;
}
.cont1 .mem li.open .omote {
    transform: rotateY(180deg);
}
.cont1 .mem li.open .ura {
    transform: rotateY(0);
}
.cont1 .mem li .icon {
    width: 2.25em;
    height: 2.25em;
    background: linear-gradient(135deg, #FFF800 0%, #00ADF4 60%, #2A51C3 100%);
    border-radius: 50%;
    position: absolute;
    right: 1.25em;
    bottom: 1.25em;
    transition: 0.4s;
    z-index: 4;
}
.cont1 .mem li .icon::before,
.cont1 .mem li .icon::after {
    content: '';
    width: 1em;
    height: 0.125em;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.0625em 0 0 -0.5em;
    transition: 0.4s;
}
.cont1 .mem li .icon::after {
    width: 0.125em;
    height: 1em;
    margin: -0.5em 0 0 -0.0625em;
}

.cont1 .mem li .ura .icon {
    background: #C4C4C4;
}
.cont1 .mem li .ura .icon::after {
    opacity: 0;
}
.cont1 .note {
    line-height: 1.45;
    text-align: center;
    color: #797979;
    padding: 1.45em 0 7em;
}
.cont1 h4 {
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
}
.cont1 .txt {
    width: 35.5em;
    margin: 0 auto;
    padding-top: 4em;
    text-align: center;
}
.cont1 .photo {
    padding-top: 6.75em;
}
@media only screen and (min-width:751px){
.cont1 .mem li:hover .omote::before {
    transform: scale(1.05);
}
.cont1 .mem li:hover .omote::after {
    background-color: rgba(0,0,0,0.6);
}
.cont1 .mem li:hover .icon::before,
.cont1 .mem li:hover .icon::after {
    transform: rotate(360deg);
}
}
@media only screen and (max-width:750px){
.cont1 {
    padding: 40vw 0 1em;
}
.cont1::before {
    width: 364vw;
    height: 364vw;
    top: 80vw;
    margin-left: -182vw;
}
.cont1 h2 {
    font-size: 9vw;
}
.cont1 .mem li {
    width: 70vw;
    height: 22em;
    margin: 0 auto 4vw;
}
.cont1 .mem li .omote {
    padding: 1.375em;
}
.cont1 .mem li .omote::before {
    background-position: center top;
}
.cont1 .mem li .omote .name h3 {
    font-size: 4.266vw;
    padding-bottom: 1em;
}
.cont1 .mem li .omote .name h3 span {
    font-size: 3.2vw;
}
.cont1 .mem li .omote .name p {
    font-size: 3.2vw;
    line-height: 1.65;
}
.cont1 .mem li .ura {
    padding: 2em 1.5em;
}
.cont1 .mem li .ura p {
    font-size: 3.466vw;
}
.cont1 .mem li .ura .icon {
    width: 2em;
    height: 2em;
}
.cont1 .mem li .icon {
    width: 2em;
    height: 2em;
}
.cont1 .note {
    font-size: 3.466vw;
    padding: 1em 0 5em;
}
.cont1 h4 {
    font-size: 7.2vw;
}
.cont1 .txt {
    width: 100%;
    padding-top: 2em;
    text-align: left;
}
.cont1 .photo {
    padding-top: 20vw;
}
}


/* cont2
------------------------------------------------- */
.cont2 h3 {
    height: 6.85em;
    font-weight: 400;
    color: #000;
    line-height: 1;
    background: url("../img-new/interview/tit2.svg") left center no-repeat;
    background-size: auto 100%;
    padding-right: 2em;
    display: flex;
    align-items: center;
    margin-bottom: 4.85em;
    position: relative;
}
.cont2 h3::before {
    content: '';
    width: 78.5%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 50%;
}
.cont2 h3 span {
    font-weight: 300;
    color: #000;
    line-height: 1;
    padding-left: 1.05em;
}
.cont2 h4 {
    font-weight: 500;
    line-height: 1.45;
    padding-bottom: 1.55em;
}
.cont2 dl {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.875em;
}
.cont2 dl.pb {
    padding-bottom: 4.5em;
}
.cont2 dl dt {
    width: 10.6%;
}
.cont2 dl dt span {
    width: 6.425em;
    height: 1.715em;
    border-radius: 2em;
    display: flex;
    align-items: center;
    padding: 0 1em;
    margin-top: 0.25em;
    box-sizing: border-box;
}
.cont2 dl dt span.hirotani {
    background-color: #84EAB3;
}
.cont2 dl dt span.hayashi {
    background-color: #72C8FD;
}
.cont2 dl dt span.hirai {
    background-color: #FFB162;
}
.cont2 dl dd {
    width: 89.4%;
}
.cont2 dl dd p {
    font-weight: 500;
    line-height: 2.14;
}
.cont2.last .photo {
    padding-top: 1em;
}
.cont2.last .photo li {
    padding-bottom: 12.5em;
}
@media only screen and (max-width:750px){
.cont2 h3 {
    font-size: 3.2vw;
    height: 5em;
    background-position: 2.3em center;
    margin-bottom: 2.5em;
}
.cont2 h3::before {
    width: 42.5%;
}
.cont2 h3 span {
    font-size: 8vw;
}
.cont2 h4 {
    font-size: 7.2vw;
    padding-bottom: 1.25em;
}
.cont2 dl {
    padding-bottom: 1em;
}
.cont2 dl.pb {
    padding-bottom: 3em;
}
.cont2 dl dt {
    width: 18%;
}
.cont2 dl dt span {
    font-size: 3.466vw;
    width: 3.5em;
    padding: 0;
    margin-top: 0.1em;
    text-align: center;
    justify-content: center;
}
.cont2 dl dd {
    width: 82%;
}
.cont2 dl dd p {
    font-size: 3.733vw;
    line-height: 1.75;
}
.cont2.last .photo li {
    padding-bottom: 20vw;
}
}