@charset "UTF-8";

/* ----------------------------------------
採用
---------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");

.job {
}
.job figure {
  float: right;
  width: 200px;
}
.job p {
  max-width: 560px;
}

.job p.btn2fresh a,
.job p.btn2career a,
.job p.btn2part a,
.job p.btn2interview a {
  display: block;
  position: relative;
  width: 80%;
  padding: 0.7em;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.3em;
  transition: 0.3s;
}
.job p.btn2fresh a {
  border: 3px solid #7fc623;
  color: #7fc623;
}
.job p.btn2career a {
  border: 3px solid #256beb;
  color: #256beb;
}
.job p.btn2part a {
  border: 3px solid #ef952b;
  color: #ef952b;
}
.job p.btn2interview a {
  border: 3px solid #2188dd;
  color: #2188dd;
}
.job p.btn2fresh a::after,
.job p.btn2career a::after,
.job p.btn2part a::after,
.job p.btn2interview a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  transition: 0.3s;
}
.job p.btn2fresh a::after {
  border-top: 3px solid #7fc623;
  border-right: 3px solid #7fc623;
}
.job p.btn2career a::after {
  border-top: 3px solid #256beb;
  border-right: 3px solid #256beb;
}
.job p.btn2part a::after {
  border-top: 3px solid #ef952b;
  border-right: 3px solid #ef952b;
}
.job p.btn2interview a::after {
  border-top: 3px solid #2188dd;
  border-right: 3px solid #2188dd;
}
.job p.btn2fresh a:hover,
.job p.btn2career a:hover,
.job p.btn2part a:hover,
.job p.btn2interview a:hover {
  color: #fff;
}
.job p.btn2fresh a:hover {
  background: #7fc623;
}
.job p.btn2career a:hover {
  background: #256beb;
}
.job p.btn2part a:hover {
  background: #ef952b;
}
.job p.btn2interview a:hover {
  background: #2188dd;
}
.job p.btn2fresh a:hover::after,
.job p.btn2career a:hover::after,
.job p.btn2part a:hover::after,
.job p.btn2interview a:hover::after {
  right: 3%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* ----- responsive ----- */
@media (max-width: 560px) {
  #grp h4 {
    font-size: 1.1em;
  }
  .job figure {
    display: none;
  }
  .job p {
    max-width: 100%;
  }
  .job p.btn2fresh a,
  .job p.btn2career a,
  .job p.btn2part a {
    margin: 0 auto;
    width: 90%;
    font-size: 0.9em;
  }
}

/* ----------------------------------------
interview page
---------------------------------------- */
.int_list {
  display: flex;
  margin-top:160px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.int_list > div {
  margin-bottom: 30px;
  width: calc(calc(100% - 10%) / 3);
}
.int_list > div img {
  width: 100%;
}
.int_list > div a {
  text-decoration: none;
  color: #333;
}

.int_name {
  margin: 5px 0 0 2px;
  font-size: 32px;
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  color: #2188dd;
}
.imt_intro {
  margin: 0;
}

.imt_img {
  margin: 0;
}

main.interview {
  width: 100%;
}

@media (max-width: 560px) {
  .int_list > div {
    width: 48%;
  }
}

/* ----------------------------------------
interview detail page
---------------------------------------- */
.font {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
}
h2.int_h2 {
  font-size: 60px;
  margin: 0;
  padding: 0;
}
h2.int_h2:after {
  content: none;
}
.int_detail p:nth-child(2) {
  font-weight: bold;
  color: #2188dd;
}
.int_detail img {
  width: 100%;
}
.int_detail_imgset {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 50px 0;
}
.int_detail_imgset > div {
  width: 48%;
}

@media (max-width: 560px) {
  .int_detail_imgset {
    display: block;
  }
  .int_detail_imgset > div {
    margin: 0 0 20px;
    width: 100%;
  }
}

/* ----------------------------------------
interview page
---------------------------------------- */

.container {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.container p {
  margin: 0;
}

.mv-area {
  background: rgb(245, 249, 253);
  background: linear-gradient(
    90deg,
    rgba(245, 249, 253, 1) 0%,
    rgba(226, 230, 235, 1) 100%
  );
}

.mv-area-inner {
  width: 1000px;
  height: 380px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}

.mv-area-inner .prof-box {
  width: 1000px;
  height: 380px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: left;
}

.mv-area-inner .prof-box .name {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  font-size: 5rem;
  color: #2188dd;
  margin-top: 1rem;
}

.mv-area-inner .prof-box .prof-text {
  color: #fff;
  width: 460px;
  background: #2188dd;
  padding: 2rem;
}

.mv-area-inner .prof-box .prof-box-inner {
  position: absolute;
  top: 90px;
}

.int-area-01 {
  width: 800px;
  margin: 0 auto;
  margin-top: 120px;
}

.int-area-number-box {
  position: relative;
}

.int-area-number-box .text {
  position: absolute;
  left: 90px;
  top: -10px;
  font-family: "Dancing Script", cursive;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2188dd;
}

.int-area-number-box::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #0097a7;
  position: absolute;
}

h3.int-area-ttl {
  color: #222;
  margin: 0;
  padding: 40px 0 0 0;
  font-size: 2.25rem;
  font-weight: 600;
  padding-bottom: 1.4rem;
}

.int-area-02 {
  /* background: #2188dd; */
  /* background-image: url(/img/recruit/j-morikawa/section-02.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1400px;
    height: 680px; */
}

.int-area-02-inner {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.int-area-02-box {
  width: 600px;
  position: absolute;
  top: 140px;
  left: 100px;
  color: #fff;
}

.int-area-02-box h3.int-area-ttl {
  color: #fff;
}

.int-area-03 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.int-area-03-inner{
  display: flex;
  justify-content: space-between;
}

.int-area-03-inner .int-area-03-box{
  width: 47%;
}

.int-area-03-box img.round {
  border-radius: 50%;
  width: 100%;
}
.int-area-03-box img.round2 {
  width: 60%;
}


.int-area-02-box .int-area-number-box .text {
  color: #fff;
}

.int-area-02-box .int-area-number-box::before {
  background-color: #fff;
}

.background-color-water {
  background: #f4f8fc;
  width: 1400px;
  margin: 0 auto;
}

.int-area-schedule {
  width: 100%;
  position: relative;
}

.schedule-ttl {
  text-align: center;
  font-size: 20px;
  color: #2188dd;
  margin-bottom: 3rem;
}

.int-area-schedule .column-schedule-box {
  display: flex;
  justify-content: space-between;
}

.int-area-schedule .column-schedule-box div {
  width: 48%;
}

.int-area-schedule div {
  position: relative;
}

.int-area-schedule div dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 35px;
  position: relative;
  margin: 0;
}

.int-area-schedule div dl::after {
  content: "";
  background-image: url(/img/recruit/circle.png);
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -4px;
  top: 0;
}

.int-area-schedule div dl:not(:last-child)::before {
  position: absolute;
  content: "";
  border-left: 2px solid #2188dd;
  left: 0;
  top: 0;
  height: 100%;
}

.int-area-schedule div dl dt {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Dancing Script", cursive;
  letter-spacing: 0.05em;
  position: relative;
  width: 150px;
  padding-left: 30px;
  margin-top: -8px;
}

.int-area-schedule div dl dd {
  width: calc(100% - 200px);
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin-top: -12px;
}

.int-area-schedule-inner {
  width: 1000px;
  margin: 0 auto;
  margin-top:  50px;
  background: #fff;
  position: absolute;
  top: -100px;
  border: 1px solid #79bfc2;
}



.int-area-schedule-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
}

.int-area-schedule-box .caption {
  font-weight: 600;
}

.int-area-04 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 7rem;
}

.int-area-04-box {
  width: 45%;
}

.int-area-04-box img.round {
  border-radius: 50%;
}

.int-area-05 {
  width: 800px;
  margin: 0 auto;
  padding: 7rem 0;
}

.int-othermember-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.int-othermember-area-inner {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 0 4rem 0;
}

.int-othermember-box {
  width: 30%;
  margin: 10px;
  border: 1px solid #79bfc2;
}

.int-othermember-box:hover {
  background-color: #f4f8fc;
}

.int-othermember-box a div {
  padding: 1rem;
}

.int-othermember-box a {
  text-decoration: none;
}

.int-othermember-box p {
  color: #222;
}

.int-othermember-box .name-en {
  color: #2188dd;
  font-size: 0.75rem;
  font-weight: 600;
}

.int-othermember-box .name-company {
  font-size: 0.75rem;
  font-weight: 600;
}

.int-othermember-box .name-division {
  font-size: 0.75rem;
}

.int-othermember-area .go-back-link .rounded-button {
  text-decoration: none;
  border: solid 1px #ddd;
  padding: 15px 44px;
  text-align: center;
  border-radius: 32px;
  display: block;
  margin: 20px auto;
  min-width: 300px;
  width: 50%;
  position: relative;
}

.int-othermember-area .go-back-link .rounded-button::before {
  content: url(/img/recruit/square.png);
  display: inline-block;
  position: absolute;
  left: 20px;
}

/* ----------------------------------------
intro Animation
---------------------------------------- */

.recruit-intro {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.recruit-intro p {
	position: fixed;
    text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 100%;
}
.recruit-intro p img {
    max-width: 100%;
}
.recruit-intro p img {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.4);
  }
    100% {
    opacity: 1;
    transform: scale(.8);
  }
}

@media screen and (width < 767px) {
  .mv-area-inner {
    width: 100%;
    background-position-x: center;
    height: 480px;
    margin: 0 auto;
  }

  .mv-area-inner .prof-box {
    width: 100%;
    height: 480px;
  }

  .mv-area-inner .prof-box .prof-box-inner {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .mv-area-inner .prof-box .prof-text {
    width: 100%;
    padding: 1rem;
  }

  .mv-area-inner .prof-box .name {
    padding: 0 0 0 2rem;
  }

  .int-area-01 {
    width: 90%;
  }

  .int-area-02-inner {
    width: 90%;
  }

  .int-area-02-inner img {
    display: none;
  }

  .int-area-02-box {
    width: 100%;
    position: static;
    padding: 3rem 0;
  }

  .int-area-02 {
    background: #2188dd;
    height: auto;
    margin: 3rem 0 0 0;
  }

  .int-area-03 {
    width: 90%;
    padding: 3rem 0 150px 0;
  }

  .int-area-03-inner{
    display: block;
  }

  .int-area-03-inner .int-area-03-box{
    width: 100%;
  }

  .background-color-water {
    width: 100%;
  }

  .int-area-schedule-inner {
    width: 90%;
  }

  .int-area-schedule-box {
    padding: 2rem;
  }

  .int-area-schedule .column-schedule-box {
    display: block;
  }

  .int-area-schedule .column-schedule-box div {
    width: 100%;
  }

  .int-area-schedule div dl dt {
    width: 130px;
  }

  .int-area-schedule div dl dd {
    width: calc(100% - 130px);
  }
  .int-area-schedule div dl::before {
    position: absolute;
    content: "";
    border-left: 2px solid #2188dd;
    left: 0;
    top: 0;
    height: 100%;
  }

  .int-area-04 {
    width: 90%;
    display: block;
    padding-top: 3rem;
  }

  .int-area-04-box {
    width: 100%;
  }

  .int-area-04-box > img {
    display: block;
    padding: 2rem 0 0;
    margin: 0 auto;
    max-width: 100%;
  }

  .int-area-05 {
    width: 90%;
  }

  .int-othermember-area {
    width: 90%;
  }

  .int-othermember-area-inner {
    width: 100%;
    display: block;
  }

  .int-othermember-box {
    width: 100%;
  }

  .int-othermember-box:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media screen and (768px <=width < 1024px) {
  .mv-area-inner {
    width: 100%;
    background-position-x: center;
  }

  .int-area-02 {
    background: #2188dd;
    height: auto;
    margin: 3rem 0 0 0;
  }

  .int-area-02-inner img {
    display: none;
  }

  .int-area-02-box {
    width: 100%;
    position: static;
    padding: 3rem 0;
  }

  .int-area-02-inner {
    width: 90%;
  }

  .int-area-02-box {
    width: 90%;
  }

  .int-area-03 {
    width: 90%;
    padding: 3rem 0 150px 0;
  }

  .background-color-water {
    width: 100%;
  }

  .int-area-schedule-inner {
    width: 90%;
  }

  .int-area-04 {
    width: 90%;
    display: block;
  }

  .int-area-04-box {
    width: 100%;
  }

  .int-area-04-box > img {
    width: 200px;
    display: block;
    padding: 2rem 0 0;
    margin: 0 auto;
    max-width: 100%;
  }

  .int-area-05 {
    width: 90%;
  }

  .int-othermember-area {
    width: 90%;
  }

  .int-othermember-area-inner {
    width: 100%;
  }
}

@media screen and (1025px <=width < 1400px) {
  .mv-area-inner {
    width: 100%;
    background-position-x: center;
  }

  .int-area-02-inner {
    width: 90%;
  }
}

.interview#grp {
  margin-top: 420px;
}

.interview-list {
  height: 1280px; 
  background-image: url(/img/recruit/list/jibuniro.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 65%;
/*
  background-size: contain;
  */
}

@media screen and (width < 767px) {
.interview#grp {
  margin-top: 360px;
}

.interview-list {
  background-position: 50% 0%;
  background-size: 90%;
}
}

#under_job {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#under_job p {
  text-align:center;
}



#under_job .btn2fresh a:hover{
  color: #fff;
}


#under_job .btn2fresh a{
  display: block;
  position: relative;
  width: 400px;
  padding: 0.7em;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  border-radius: 0.3em;
  transition: 0.3s;
  border: 3px solid #7fc623;
  color: #7fc623;

}

#under_job .btn2fresh a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  transition: 0.3s;
  border-top: 3px solid #7fc623;
  border-right: 3px solid #7fc623;
}

#under_job .btn2fresh a:hover{
  color: #fff;
  background: #7fc623;
}

#under_job .btn2fresh a:hover::after{
  right: 3%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
