@charset "UTF-8";
/* CSS Document */

#main-visual {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #000;
}
#main-visual-inner {
    position: relative;
    z-index: 1;
    height: 90%;
    width: calc(100% - 60px);
    padding: 5% 30px 5%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    top: 0;
    order: 2;
}
#main-visual-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20%;
    top: 0;
    order: 1;
}
.main-visual-inner-ja {
  margin-top: 5%;
}
.main-visual-inner-ja h1 {
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 6.4vw;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 5%;
}
.main-visual-inner-en p {
  font-family: 'Sen', sans-serif;
  font-family: 'Spartan', sans-serif;
  font-weight: 300;
  font-size: 3.2vw;
  color: #000;
  letter-spacing: 5px;
}
.main-visual-read {
  margin: 40px 0;
  font-size: 1.4rem;
}
#main-visual-inner ul {
    font-size: 3.2vw;
    line-height: 1.6;
    margin: 5% 0;
}
#main-visual-image2 {
  position: absolute;
  width: 23%;
  height: auto;
  top: 30%;
  right: 3%;
  z-index: 2;
  border-radius: 10px;
  animation: fade1 2s both 1.5s;
  opacity: 0;
}
#main-visual-image3 {
  position: absolute;
  width: 30%;
  height: auto;
  top: 30px;
  left: 5%;
  border-radius: 10px;
  z-index: 2;
  animation: fade1 2s both 2s;
  opacity: 0;
}
#main-visual-image4 {
  position: absolute;
  width: 24%;
  height: auto;
  top: 21%;
  left: 5%;
  z-index: 2;
  border-radius: 10px;
  animation: fade1 2s both 2.5s;
  opacity: 0;
}
@keyframes fade1{
    0%{
       opacity: 0; 
    }
    100%{
       opacity: 1; 
    }
}
.button {
    margin-top: 20px;
}
.button-inner {
    display: flex;
    width: 280px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    cursor: pointer;
    background: transparent linear-gradient(105deg, #37BCBC 0%, #54DB7D 100%) 0% 0% no-repeat padding-box;
    position: relative;
    margin: 0 auto;
    line-height: 1.2;
}
.button-inner::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 50%;
    display: block;
    transform: translateY(-50%) rotate(-45deg);
}
#interview{
    padding: 60px 30px 60px;
}

.interview-inner-lead {
  padding-bottom: 60px;
    font-size: 1.4rem;
    margin: 0;
    text-align: justify;
    line-height: 2;
}
.interview-inner h2 {
    font-size: 2rem;
    color: #707070;
    margin-bottom: 20px;
    border-bottom: 2px solid #37BCBC;
    padding: 0 0 20px;
}
.interview-inner p {
    font-size: 1.4rem;
    margin: 0;
    text-align: justify;
    line-height: 2;
}
.interview-inner-img {
  margin-bottom: 60px;
}
.interview-inner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 800px;
    vertical-align: bottom;
}
.interview-inner-wrap p {
  padding-bottom: 20px;
}
footer {
  position: relative;
}
/********************************************   min-width:768px  **************************************************/
@media screen and (min-width:768px){
#main-visual-inner {
  position: relative;
  z-index: 1;
  height: auto;
  width: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  order: 2;
  margin: 0 auto;
  padding: 5% 0;
}
.main-visual-inner-ja h1 {
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 30px;
}
.main-visual-inner-en p {
  font-family: 'Sen', sans-serif;
  font-family: 'Spartan', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 5px;
}
#main-visual-inner ul {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 30px 0;
}
#main-visual-image2 {
  top: 43%;
}
.interview-inner {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.interview-inner-lead {
  
}
.interview-inner-lead {
    font-size: 1.4rem;
    margin: 0;
    text-align: justify;
    line-height: 2;
    padding-bottom: 60px;
}
.interview-inner-wrap {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.interview-img01 {
  margin: 0;
  height: 200px;
  width: 600px;
}
.interview-inner-wrap p {
  padding: 0 30px 60px 0;
}
.interview-inner-lead02 {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 60px;
}
.interview-img02 {
  width: 300px;
  height: 300px;
}
.interview-img03 {
  width: 500px;
  height: 100%;
}
.interview-img04 {
  width: 500px;
  height: 100%;
}
}
/********************************************   min-width:960px  **************************************************/
@media screen and (min-width:960px){
#main-visual {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
    border-top: 1px solid #000;
}
#main-visual-image {
  position: relative;
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: 20%;
  top: 0;
  order: 2;
}
#main-visual-inner {
  position: relative;
  z-index: 1;
  height: auto;
  width: 40%;
  padding: 0 5% 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  top: auto;
  order: 1;
}
.main-visual-inner-ja h1 {
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 30px;
}
.main-visual-inner-en p {
  font-family: 'Sen', sans-serif;
  font-family: 'Spartan', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 5px;
}
#main-visual-inner ul {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 30px 0;
}
#main-visual-image2 {
  position: absolute;
  width: 11%;
  height: auto;
  top: 73%;
  right: 2%;
  z-index: 2;
  border-radius: 10px;
  animation: fade1 2s both 1.5s;
  opacity: 0;
}
#main-visual-image3 {
  position: absolute;
  width: 18%;
  height: auto;
  top: 30px;
  left: 40%;
  border-radius: 10px;
  z-index: 2;
  animation: fade1 2s both 2s;
  opacity: 0; 
}
#main-visual-image4 {
  position: absolute;
  width: 13%;
  height: auto;
  top: 42%;
  left: 48%;
  z-index: 2;
  border-radius: 10px;
  animation: fade1 2s both 2.5s;
  opacity: 0; 
}
.button {
  margin-top: 40px;
}
.button-inner {
  height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
}
#interview {
  padding: 100px 0 100px;
}
.interview-inner {
  max-width: 960px;
  margin: 0 auto;
}
.interview-inner h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}
.interview-img01 {
  height: 100%;
  width: 700px;
}
.interview-inner p {
  font-size: 1.8rem;
}
.interview-inner-img {
  margin-bottom: 120px;
}
.interview-inner:nth-child(2) ,.interview-inner:nth-child(5) ,.interview-inner:nth-child(8) ,.interview-inner:nth-child(11){
  padding: 0;
}
.interview-inner-wrap .interview-inner {
  padding: 0;
}
.interview-inner-wrap {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.interview-inner-lead {
  padding-bottom: 80px;
}
}
/********************************************   min-width:1280px  **************************************************/
@media screen and (min-width:1280px){
#main-visual-image {
  position: relative;
  width: 50%;
  object-position: 0;
}
#main-visual-inner {
  width: calc(50% - 150px);
  padding: 0 30px 0 120px;
}
.main-visual-inner-ja h1 {
  font-size: 4rem;
}
.main-visual-inner-en p {
  font-size: 2rem;
}
#main-visual-inner ul {
  font-size: 1.8rem;
}
.interview-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.interview-inner-wrap {
  max-width: 1100px;
}
}