@charset "utf-8";
.head__style02{
    height: auto;
    display: block;
}
.head__style02 .head__text-en{
    font-size: 16px;
    color: #3A526D;
    padding-top: 35px;}

.head__style02 .page_head-text{
  font-size: 31px;
  color: #3A526D;
  padding-bottom: 10px;
  margin: 0;
}
.head__style02 .infotext{
  font-size: 16px;
  color: #161616;
  padding-bottom: 55px;
}
.interview_head{
  height: 298px;
  align-items: end;
  background: url(../img/page/interview-bg.jpg);
  background-size: 100%;
  box-sizing: border-box;
  padding-bottom: 0;
  background-size: cover;
  position: relative;
}
.interview_head .page_head-text{
    font-size: 30px;
    padding: 5px 0;
    font-weight: bold;
    font-family: 'Noto Serif JP';
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 460px);
}
.profile__box{
  margin: 90px 0 120px;
}
.profile__title{
    position: absolute;
    top: -10px;
    right: 25%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 290px;
    max-width: 60%;
}
.profile__title img {
    width: 290px;
}
.profile__img{
  width: 55%;
  box-sizing: border-box;
  padding: 18px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  position: absolute;
  transform:rotate(-4deg);
  top: -10px;
  left: -80px;
  background: #fff;
  z-index: 2;
}
.profile__img img{
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.profile__info{
  padding: 120px 20px 60px ;
  margin: 0 0 0 auto;
  width: 48%;
  font-size: 24px;
  line-height: 2.2;
  box-sizing: border-box;
}
.profile__info p{
  padding: 0;
  margin:0;
}
.question__box{
  background-color: #FCD3E4;
  padding: 35px 30px;
  color: #1684B4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom:
}
.answer__box{
  padding: 20px 30px 140px;
  font-size: 18px;
}
.timeschedule__box{
 position: relative;
 background: #FFFBEF;
 padding: 120px 100px 80px;
 box-sizing: border-box;
}
.timeschedule__box p{
  margin: 0;
  padding: 0;
}
.timeschedule__table-img{
	width: 100%;
  text-align: center;
	top:-10px;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  width: 290px;
  max-width: 60%;
}
.timeschedule__table-img img{
	width: 290px;
}
.timeschedule__box:after{
	content:"";
	 position: absolute;
	 height:calc(100% - 200px);
	 width: 5px;
	 top: 150px;
	 left: 60px;
	 border-radius: 10px;
	 background: #9C712F;
}
.timeschedule__table tr{
  border-bottom: dashed 1px #AAAAAA;
  list-style: none;
  padding: 15px 0;
  line-height: 1.8;
  width: 100%;
  display: flex;
	position: relative;
}
.timeschedule__table tr:last-child{
  border: none;
}
.timeschedule__table th{
    width: 140px;
    font-weight: normal;
    text-align: left;
    flex-shrink: 0;
    color:#9C712F;
    font-size: 24px;
}
.timeschedule__table tr:after{
	content:"";
	background: url(../img/page/time-icon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
  top: 28px;
  left: -47px;
  width: 20px;
  height: 20px;
	z-index: 3;
}
.timeschedule__table td{
    width: 100%;
    font-weight: normal;
    padding: 5px 0;
    font-size: 22px;
}
.timeschedule__table td .small{
    font-size: 18px;
}
.ather_interview-box{
  position: relative;
  padding: 60px 0;

}
.ather_interview{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ather_interview li{
  width: calc(33.3% - 10px);
  margin: 7.5px 0;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}
.ather_interview a {
  overflow: hidden;
  display: block;
  opacity: 1;
}
.ather_interview li .ather_interviewbox {
   transform-origin: center;
   -webkit-transition: -webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
   transition: -webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
   transition: transform 5s cubic-bezier(0.19,1,0.22,1);
   transition: transform 5s cubic-bezier(0.19,1,0.22,1),-webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
}
.ather_interview li .ather_interviewbox:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06)
}
.ather_interview li .ather_interviewbox img:hover {
		-webkit-animation: 0.6s cubic-bezier(0.47,0,0.745,0.715) forwards imgflash02;
		animation: 0.6s cubic-bezier(0.47,0,0.745,0.715) forwards imgflash02;
}

@keyframes imgflash02 {
					0% {
							opacity: 1
					}

					to {
							opacity: 0.8;
					}
				}

.ather_interview__title{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 290px;
    max-width: 60%;
}
.ather_interview__title img {
    width: 290px;
}
.ather_interview-job{
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: bold;
  position: absolute;
  border: solid 1px #fff;
  bottom: calc(50% + 5px);
  color:#fff;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: 3;
}
.ather_interview-name{
  color:#fff;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: calc(50% + 5px);
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: 3;
}
.ather_interview li:nth-child(3n+2){
  margin: 8px 15px;
}
.ather_interview li img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 0.8;
}
.ather_interview-foto{
  background: #000;
  box-sizing: border-box;
}
.foto__box{
  width: calc(100% + 60px);
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.foto_item{
  width: calc(33.3% - 10px);
  margin: 8px 0;
}
.foto_item:nth-child(3n+2){
  margin: 8px 15px;
}
@media only screen and (max-width: 768px) {

  .interview_head{
    height: 105px;
    margin-bottom: -20px;
  }
  .interview_head .page_head-text{
      left: 10px;
      width: fit-content;
  }
  .profile__box{
    margin: calc(((100VW - 20px) * 0.43) + 120px) 0 60px;
        width: 100%;
  }
  .profile__img {
      width: 90%;
      top: calc((-100VW - 20px) * 0.4);
      left: 5%;
  }
  .profile__title {
      top: calc((100VW - 20px) * 0.1);
      right: 50%;
      z-index: 4;
      -webkit-transform: translate(50%, 0);
      transform: translate(50%, 0);
  }
  .profile__info{
    width: 100%;
    padding: calc((100VW - 20px) * 0.3) 15px 30px;
    font-size: 18px;

    font-weight: 400;
  }
  .question__box{
    padding: 25px 20px;
    font-size: 18px;
  }
  .answer__box{
    font-weight: 400;
    font-size: 18px;
    padding: 20px 0 60px;
  }
  .timeschedule__box{
    padding: 50px 25px 70px 40px;
    margin: 0 -10px;
  }
  .timeschedule__table-img{
    text-align: center;
  	top:-50px;
    position: absolute;
    box-sizing: border-box;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .foto__box {
    width: 100%;
    display: block;
    margin: 0;
  }
  .foto_item,
  .foto_item:nth-child(3n+2) {
      width: 100%;
      margin: 0 0 10px 0;
  }
  .foto_item img{
    width: 100%;
  }
  .ather_interview{
    width: 100%;
    display: block;
    margin: 0;
    box-sizing: border-box;
  }
  .timeschedule__table th{
      width: 80px;
      font-size: 18px;
  }
  .ather_interview li,
  .ather_interview li:nth-child(3n+2) {
      width: 100%;
      margin: 0 0 10px 0;
      box-sizing: border-box;
  }
  .timeschedule__box:after{
  	content:"";
  	 position: absolute;
  	 height:calc(100% - 120px);
     width: 3px;
     top: 85px;
     left: 22px;
  	 border-radius: 10px;
  	 background: #9C712F;
  }
  .ather_interview__title{
    right: 50%;
    left: auto;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .timeschedule__table tr:after{
  	content:"";
  	background: url(../img/page/time-icon-sp.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: absolute;
    top: 28px;
    left: -22px;
    width: 11px;
    height: 11px;
    z-index: 3;
  }
  .timeschedule__table td{
      font-size: 16px;
      padding: 3px 0;
  }
  .timeschedule__table td .small{
      font-size: 13px;
  }
}
.questionbox{
  padding: 70px 0;
  background: #F5F5F5;
  margin-bottom: 30px;
}
.q_btn {
  min-width: 110px;
  padding: 5px 20px;
  text-align: center;
  cursor: pointer;
  color: #3A526D;
  border: 1px solid #3A526D;
  border-radius: 30px;
  background: transparent;
  transition: all .2s linear;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.q__title{
  font-size: 22px;
  padding-bottom: 40px;
  text-align: center;
    margin-top: -90px;
    padding-top: 90px;
}
.question{
  padding-right: 90px;
  font-size: 20px;
}
.question__grouplist{
  margin-bottom: 30px;
}
.qanda{
  background: #fff;
  margin-bottom:10px;
  font-size: 18px;
  position: relative;
  color: #3A526D;
  align-items: center;
  width: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
}
.qanda label{
  background: #3A526D;
  border: solid 1px #3A526D;
  width: 52px;
  height: 52px;
  font-size: 21px;
  position: absolute;
  top: 33px;
  right: 30px;
  border-radius: 40px;
  line-height: 0;
  padding: 0 0 1px 0;
  box-sizing: border-box;
  color:#fff;
  display: flex;
  justify-content:center;
  align-items: center;
}
.qanda label::after {
  content: "+";
  font-size: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0 1px 0;
}
.qanda input:checked + label{
  background: #fff;
}
.qanda input:checked + label::after{
  color: #3A526D;
  content: "ー";
  font-size: 26px;
}

.qanda input{
 display: none;
}
.answer{
  font-size: 18px;
  display: none;
  padding: 30px 30px 0 30px ;
  color:#242424;
}

.qanda input:checked  + label ~ .answer{
  display: block;
}
.q__group{
  margin-bottom: 120px;
}
@media screen and (max-width: 769px) {
  .archivebox{
    padding: 30px 0;
  }
  .q_btn {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .question__grouplist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .qanda label {
      width: 30px;
      height: 30px;
      top: 20px;
      right: 20px;
  }
  .qanda{
      padding: 20px 20px 20px 20px;
      font-size: 16px;

  }

  .question{
    padding-right: 50px;
    font-size: 16px;
  }
  .answer {
      font-size: 16px;
      display: none;
      padding: 20px 20px 0 20px;
  }
  .qanda label::after {
          font-size: 22px;
    }
  .qanda input:checked + label::after{
        font-size: 22px;
  }

}


.archive-blog-item{
	background: #fff;
	margin-bottom:10px;
	font-size: 18px;
	position: relative;
	color: #3A526D;
}
.archive-blog-item-arrow{
	background: #3A526D;
	border: solid 1px #3A526D;
	width: 52px;
	height: 52px;
	font-size: 21px;
	position: absolute;
	top: 33px;
	right: 30px;
	border-radius: 40px;
	line-height: 0;
	padding: 0 0 1px 0;
	box-sizing: border-box;
	pointer-events: none;
	color:#fff;
	display: flex;
	justify-content:center;
	align-items: center;
}
.archive-blog-item:hover .archive-blog-item-arrow{
	right: 20px;
}
.archive-blog-item a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	height: 124px;
  box-sizing: border-box;
}
.archive-blog-img{
	padding-right: 20px;
	display: flex;
	align-items: center;
}
.archive-blog-date{
		font-family: 'Futura PT', sans-serif;
		font-size: 17px;
		width: 100px;
}
.archive-blog-content{
	font-size: 18px;
}
.archive-blog-img{
	height: 124px;
  aspect-ratio: 11/7;
  box-sizing: content-box;
}
.archive-blog-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
	.archive-blog-item a {
		flex-wrap: wrap;
		padding: 20px;
		height: auto;
		padding: 15px;
		display: block;
	}
	.archive-blog-img{
		aspect-ratio: 19/8;
    box-sizing: content-box;
		height: 100%;
		padding-right: 0;
	}
	.archive-blog-date{
		font-size: 12px;
		color:#7D7D7D;
		padding-top: 5px;
	}
	.archive-blog-content{
		display: block;
		width:calc(100% - 30px);
		height: 60px;
	}
	.archive-blog-item-arrow{
		width: 30px;
    height: 30px;
    font-size: 12px;
    top: auto;
    right: 20px;
    bottom: 35px;
	}
}

.archive-column-item{
	background: #fff;
	margin-bottom:10px;
	font-size: 18px;
	position: relative;
	color: #3A526D;
}
.archive-column-item-arrow{
	background: #3A526D;
	border: solid 1px #3A526D;
	width: 52px;
	height: 52px;
	font-size: 21px;
	position: absolute;
	top: 33px;
	right: 30px;
	border-radius: 40px;
	line-height: 0;
	padding: 0 0 1px 0;
	box-sizing: border-box;
	pointer-events: none;
	color:#fff;
	display: flex;
	justify-content:center;
	align-items: center;
}
.archive-column-item:hover .archive-column-item-arrow{
	right: 20px;
}
.archive-column-item a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	height: 124px;
}
.archive-column-img{
	padding-right: 20px;
	display: flex;
	align-items: center;
}
.archive-column-date{
		font-family: 'Futura PT', sans-serif;
		font-size: 17px;
		width: 100px;
}
.archive-column-content{
	font-size: 18px;
}
.archive-column-img{
	height: 124px;
  aspect-ratio: 11/7;
  box-sizing: content-box;
}
.archive-column-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 769px) {
	.archive-column-item a {
		flex-wrap: wrap;
		padding: 20px;
		height: auto;
		padding: 15px;
		display: block;
	}
	.archive-column-img{
		aspect-ratio: 19/8;
    box-sizing: content-box;
		height: 100%;
		padding-right: 0;
	}
	.archive-column-date{
		font-size: 12px;
		color:#7D7D7D;
		padding-top: 5px;
	}
	.archive-column-content{
		display: block;
		width:calc(100% - 30px);
		height: 60px;
	}
	.archive-column-item-arrow{
		width: 30px;
    height: 30px;
    font-size: 12px;
    top: auto;
    right: 20px;
    bottom: 35px;
	}
  .archive-column-item:hover .archive-column-item-arrow{
  	right: 10px;
  }
}
