@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CSS Document
	file name  :uniq.css
 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

header {
  padding-bottom: 100px;
  background: #fff;
  overflow: hidden;
}
#mvS {
  background: url(../img/mv.jpg) no-repeat !important;
  background-size: cover !important;
}
#int01 #mvL {
  background: url(../img/int01_mv.jpg) no-repeat top right 20%;
}

#int02 #mvL {
  background: url(../img/int02_mv.jpg) no-repeat top left 40%;
}

#int03 #mvL {
  background: url(../img/int03_mv.jpg) no-repeat top right 40%;
}

#int04 #mvL {
  background: url(../img/int04_mv.jpg) no-repeat top right 40%;
}

#int05 #mvL {
  background: url(../img/int05_mv.jpg) no-repeat top left 40%;
}

#int06 #mvL {
  background: url(../img/int06_mv.jpg) no-repeat top right 45%;
}

#int07 #mvL {
  background: url(../img/int07_mv.jpg) no-repeat top right 30%;
}

#int08 #mvL {
  background: url(../img/int08_mv.jpg) no-repeat top right 40%;
}

.int06 .txtWrap {
  margin-top: 0 !important;
}

.txtWrap p {
  text-align: justify;
}

#contents .mdTitle {
  font-size: 34px;
  line-height: 1.3;
}

#contents h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.interview {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.interview .txt {
  text-align: center;
}

.interview .txt p {
  text-align: justify;
}

.phPc {
  text-align: center !important;
}

.interview-index {
  padding-bottom: 100px;
}
.interview-index .clm-box {
  border-color: #051d3d !important;
}

/*intCnt*/
.intCnt {
  margin-bottom: 160px;
}

#contents .intCnt h3:last-of-type {
  margin-bottom: 100px;
}

.intCnt:after {
  content: "";
  clear: both;
  display: block;
}

.intCnt:last-of-type {
  margin-bottom: 0;
}

/*int01*/
.interview .int01 .ph {
  margin-right: 70px;
  float: left;
  width: 585px;
}

.interview .int01 .txt {
  float: left;
  margin-top: 160px;
  width: calc(100% - 655px);
  text-align: center;
}

/*int02*/
.interview .int02 .ph {
  float: right;
  width: 607px;
}

.interview .int02 .txt {
  float: left;
  margin-top: 30px;
  margin-left: 40px;
  width: calc(100% - 677px);
}

/*int03*/
.interview .int03 .ph {
  float: left;
  width: 450px;
}

.interview .int03 .txt {
  float: right;
  margin-top: 150px;
  width: 607px;
}

/*int04*/
.interview .int04 .ph {
  float: right;
  width: calc(100% - 564px);
}

.interview .int04 .txt {
  float: left;
  margin-right: 70px;
  text-align: center;
  width: 494px;
}

/*nt05*/
.interview .int05 .ph {
  float: left;
  width: 607px;
}

.interview .int05 .txt {
  float: right;
  margin-top: 30px;
  margin-left: 40px;
  width: calc(100% - 677px);
}

/*int06*/
@media screen and (max-width: 1200px) {
  .interview .int06 h3 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .interview .int06 h3 {
    padding: 0;
  }
}
.interview .int06 .ph {
  float: right;
  width: 45%;
}

.interview .int06 .txt {
  float: left;
  margin-right: 70px;
  text-align: center;
  width: 45%;
}
.interview .schedule-list li {
  display: flex;
  align-items: center;
  gap: 2em;
}
.interview .schedule-list .time {
  font-size: 18px;
  font-weight: 700;
  color: #051d3d;
  width: 3em;
  flex-shrink: 0;
}
.interview .schedule-list .schedule {
  display: flex;
  align-items: center;
  border-left: 2px solid #051d3d;
  padding: 1em 0;
  flex: 1;
  text-align: left;
}
.interview .schedule-list .schedule::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-color: #051d3d;
  border-radius: 50%;
  display: inline-block;
  transform: translateX(-0.4em);
}

.message {
  padding: 240px 0;
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: -2;
}

.message .txtWrap {
  width: 500px;
  margin: 0 auto;
}

.otherStaff {
  padding: 100px 0;
  text-align: center;
  background: #292f38;
  color: #dbcfb9;
}

.otherStaff .col3 {
  max-width: 800px;
  margin: 0 auto;
  gap: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.otherStaff .col3:after {
  display: none;
}

.otherStaff li {
  display: inline-block;
  text-align: center;
}

.otherStaff li .ph {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  overflow: hidden;
}

.otherStaff li .ph img {
  width: 100%;
}

.otherStaff li p.name {
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.6;
}

.otherStaff li p.name span {
  font-size: 12px;
  display: block;
}

.otherStaff li:last-of-type {
  margin-right: 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::int01*/
.message {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#int01 .message {
  background-image: url(../img/ph01_message.jpg);
}

#int02 .message {
  background-image: url(../img/ph02_message.jpg);
}

#int03 .message {
  background-image: url(../img/ph03_message.jpg);
}

#int04 .message {
  background-image: url(../img/ph04_message.jpg);
}

#int05 .message {
  background-image: url(../img/ph05_message.jpg);
  background-position: center right 15%;
}

#int06 .message {
  background-image: url(../img/ph06_message.jpg);
}

#int07 .message {
  background-image: url(../img/ph07_message.jpg);
}

#int08 .message {
  background-image: url(../img/ph08_message.jpg);
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	SP
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width: 1000px) {
  .message {
    background-position: center;
    background-attachment: inherit;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding-bottom: 0;
  }

  .interview {
    width: 100%;
    padding-bottom: 60px;
    padding: 30px 30px 50px !important;
  }

  .interview .ph {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    text-align: center;
    float: none !important;
    width: 100% !important;
  }

  .phPc {
    display: none;
  }

  .intCnt {
    margin-bottom: 70px;
  }
  #contents .intCnt h3:last-of-type {
    margin-bottom: 0;
  }
  .interview .txt {
    float: none !important;
    margin-top: 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .interview .txt p br {
    display: none;
  }

  #contents .txtWrap {
    margin-top: 0px !important;
  }

  #contents h3 {
    font-size: 16px;
  }

  #contents .mdTitle {
    font-size: 21px;
  }

  .message {
    padding: 90px 30px;
  }

  .message .txtWrap {
    width: 100%;
  }

  .otherStaff {
    padding: 50px 0;
  }

  .otherStaff li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }

  .otherStaff li:last-of-type {
    margin-bottom: 0;
  }

  .otherStaff li .ph {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .otherStaff li p.name {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .interview {
    width: 100%;
  }

  .interview .ph {
    width: 50% !important;
    margin: 0 !important;
  }

  .interview .ph img {
    width: 100%;
  }

  .interview .txt {
    width: 49% !important;
    padding: 0 40px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .interview .txt img {
    max-width: 100%;
  }

  #contents .txtWrap {
    margin-top: 30px !important;
  }

  #contents h3 {
    font-size: 19px;
  }

  h2 {
    margin-bottom: 50px !important;
  }

  .otherStaff li {
    margin-right: 0;
    width: 32%;
  }

  .otherStaff li .ph {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .interview .int01 .txt,
  .interview .int04 .txt {
    margin-top: 90px !important;
  }

  #int02 .interview .int02 .txt {
    margin-top: 100px;
  }

  #int03 .interview .int03 .txt {
    margin-top: 70px;
  }

  .interview .int02 .txt {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) and (min-width: 769px) {
  .interview .txt {
    margin: 0 !important;
  }
}
