html{
  height: auto !important;
  min-height: 100%;
  -webkit-text-size-adjust:100%;
}
.about_navi{
    width: 100%;
    height: 210px;
    background-color: #071260;
}
.main_navi{
  width: 100%;
  height: 85px;
}
.navi_text{
    padding: 20px;
}
.navi_title{
    color: white;
    font-size: 70px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    padding:20px 1em;
    width: 50%;
    float: left;
}
.navi_japanese_title{
    color: white;
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    float: right;
    padding: 20px 3em;
    width: 50%;
    text-align: right;
    position: relative;
    bottom: -20px;
}
.navi_hr{
    color: white;
    background-color: white;
    height: 5px;
    width: 87%;
    position: relative;
    top: 95px;
}
.navi_box{
    width: 20%;
    height: 30px;
    background-color: white;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: center;
    float: left;
    margin: 2px;
    position: relative;
    top: 50px;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navibox{
  top: 50px;
}
.navi_text a,.navi_text a:hover{
  color: #000;
}
.main_title_text{
    width: 25%;
    padding-top: 55px;
    margin-left: 75px;
}
.main_title{
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    margin: 15px;
    line-height: 1;
}
.main_title_hr01{
    height: 6px;
    width: 90%;
    background-color: #071260;
    border: none;
}
.main_title_hr02{
    height: 6px;
    width: 90%;
    background-color: white;
    border: none;
}
.main_title_japanese{
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 15px;
}

.about_top_photo{
    width: 100%;
    height: 300px;
    background-image: url(./img/about_top_message.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.about_top_message{
    margin-top: 10px;
    font-size: 20px !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500;
    line-height: 2em !important;
    display       : inline-block;         /* インラインブロック化 */
    position      : relative;
}

.about_top_name{
    width: 110px;
    height: 30px;
    margin: 20px;
    position: relative;
    left: 75%;
}
.about_top_name img{
    width: 100%;
    height: 100%;
}
.back_string_box{
    width: auto;
    height: 130px;
}
.back_string {
    position      : relative;             /* 親要素からの相対位置 */
    display       : inline-block;         /* インラインブロック化 */
    white-space   : nowrap;               /* 折り返ししない       */
    font-family: 'Noto Sans JP', sans-serif;
    font-size     : 130px;                 /* 背景透かし文字サイズ */
    font-weight   : 800;                 /* 太字                 */
    color         : #071260; /* 背景透かし文字色     */
    opacity: 0.1;                                      /* 中心寄せ＆角度       */
    top: 20%;
    left: 100%;
    transform: translateX(-100%);
  }

  .about_concept{
    width: 100%;
    background-image: url('./img/about_concept.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5em;
  }
  .concept_box{
    width: 80%;
    height: 710px;
    margin: auto;
    background-color: #ffffff80;
    margin-top: 3em;
  }
  .concept_title_box p{
    padding: 0 1em;
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 600;
    color: #000;
    width: fit-content;
  }
  .concept_title_box{
    height: 40px;
    border-left: solid 10px #071260;
    border-bottom: solid 2px #071260;
    width: fit-content;
    top: 30px;
    position: relative;
    left: 55px;
  }
  .concept_text{
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 600;
    text-align: center;
    margin: 2em 0;
    position: relative;
    padding:0 1em;
  }
  .mission_box{
    width: 770px;
    position: relative;
    margin: 70px auto !important;
  }
  .concept_mission_box{
    width: 180px;
    height: 180px;
    background-color: white;
    border: solid 2px #071260;
    float: left;
    margin: 5px;
  }
  .concept_mission_box img{
    width: 80px;
    height: 80px;
    margin: 10px;
  }
  .concept_mission_box p{
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 600;
    text-align: center;
  }

  .about_company_table table{
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 600;
    margin: auto;
    line-height: 2em;
    margin-top: 3em;
  }
  .about_company_table table tr{
    height: 30px;
  }
  .about_company_table table td{
    border-top: 1px solid #071260;
    padding-top: 5px;
    padding-right: 0;
    text-align: left;
    vertical-align: top;
  }
  .table_span{
    width: 50px;
    border: none !important;
  }
  .table_top{
    border: none !important;
  }
  .about_company_table table td iframe{
    border: 1px solid #707070;
    margin: 10px;
  }
  .back_string_box01{
    width: auto;
    height: 130px;
}
.back_string01 {
    position      : relative;             /* 親要素からの相対位置 */
    display       : inline-block;         /* インラインブロック化 */
    white-space   : nowrap;               /* 折り返ししない       */
    font-family: 'Noto Sans JP', sans-serif;
    font-size     : 130px;                 /* 背景透かし文字サイズ */
    font-weight   : 800;                 /* 太字                 */
    color         : #071260; /* 背景透かし文字色     */
    opacity: 0.1;                                      /* 中心寄せ＆角度       */
    top           : 30%;
    left          : 100%;
    transform     : translateX(-100%);
  }

  .about_news{
    width: 100%;
    height: 500px;
    background-image: url('./img/about_news.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news_box{
    width: 80%;
    height: 200px;
    margin: auto;
    margin-top: 50px;
    background-color: #ffffffcc;
    overflow: auto;
  }
  .news_box dl {
    padding-bottom: 1em;
    border-bottom: 1px dotted #B2B7B4;
}
.news_box dt {
    font-size: 15px;
    font-weight: 500;
    width: 25%;
    line-height: 1.25em;
    float: left;
    padding-left: 1em;
}
.news_box dd {
    font-size: 15px;
    width: 75%;
    line-height: 1.25em;
    float: left;
    margin-left: 0 !important;
}
.news_box dl:after {
  content: "";
  clear: both;
  display: block;
}

/* service */
.service_navi{
  width: 40%;
}
.garatt img{
  width: 550px;
  height: 110px;
  /* position: relative;
  left: 50%;
  transform: translateX(-50%); */
}
.garatt_logo{
  width: fit-content;
  margin: auto;
}
.garatt_text{
  text-align: left;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  line-height: 2em;
  margin: auto;
  margin-top: 3em;
  /* position: relative; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: fit-content;
}
.back_string_box02{
  width: auto;
  height: 130px;
}
.back_string02 {
  position      : relative;             /* 親要素からの相対位置 */
  display       : inline-block;         /* インラインブロック化 */
  white-space   : nowrap;               /* 折り返ししない       */
  font-family: 'Noto Sans JP', sans-serif;
  font-size     : 130px;                 /* 背景透かし文字サイズ */
  font-weight   : 800;                 /* 太字                 */
  color         : #071260; /* 背景透かし文字色     */
  opacity: 0.1;                                      /* 中心寄せ＆角度       */
  top           : 50%;
  left          : 100%;
  transform     : translateX(-100%);
}
.button {
  margin: 10px;
  width: 250px;
  height: 50px;   
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #000;
  border: none;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  left: 90%;
  top: 39em;
  transform: translateX(-100%);
}
#our_service{
  margin-bottom: 1em;
}

.yazirusi02 {
position: relative;
width: 250px;
padding: 10px;
}
.line01 {
height: 2px;
background-color: #000;
}
.line02 {
position: absolute;
top: 10px;
right: 10px;
transform-origin: right bottom;
width: 40px;
height: 2px;
background-color: #000;
transform: rotate(45deg);
}

.division{
  width: 100%;
  background-image: url(./img/division.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 70px; 
  padding-bottom: 5em;
}
.division_box01{
  width: 85%;
  margin: auto;
  background-color: #ffffffcc;
  margin-bottom: 40px;
  margin-top: 40px;
}
.division_box02{
  width: 85%;
  margin: auto;
  background-color: #ffffffcc;
}
.division01{
  max-width: 100%;
}
.division_title_box p{
  padding: 0 1em;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  color: #071260;
  width: fit-content;
}
.division_title_box{
  border-left: solid 15px #071260;
  width: fit-content;
  position: relative;
  left: 2em;
}
.division_total{
  padding: 10px !important;
}
.division_left{
  width: 50% !important;
  float: left;
  margin-top: 10px;
}
.division_right{
  width: 50% !important;
  float: left;
  position: relative;
  margin-top: 10px;
  padding: 0 1em 0 0;
}
.division_text{
  position: relative;
  margin: 1em 1em 0 3em;
  line-height: 1.75em;
  width: fit-content;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
}
.division_text li{
  width: fit-content;
}
.division_text ul{
  width: fit-content;
}
.division_box02 img{
  float: left;
  width: 280px;
  height: 400px;
}
.division_img{
  margin: auto;
  width: 280px;
  max-width: 100%;
  height: 400px;
}
.graf01{
  margin-top: 5em;
  margin-bottom: 5em;
}

/* RECRUIT */
.recruit_navi{
  width: 25%;
}
.recruit_message{
  text-align: left;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  line-height: 2em;
  margin: 5em 0;
}
.recruit_page_video video{
  width: 70%;
  height: auto;
  margin: 2em 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_message_text{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}
.interview01{
  background-color: #0712604D;
  padding-bottom: 4em;
}
.interview_photo{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  width: 35em;
  height: 300px;
  border: #071260 4px solid;
  /* position: relative;
  left: 13em; */
}
.recruit01{
  background-image: url(./img/interview01/img1.png);
}
.recruit02{
  background-image: url(./img/interview02/img1.png);
}
.recruit03{
  background-image: url(./img/interview03/img1.png);
  background-position: -32px -65px;
  background-size: 110%;
}
.recruit04{
  background-image: url(./img/interview04/img1.png);
  background-position: 0 -65px;
}
.recruit05{
  background-image: url(./img/interview05/img1.png);
  background-position: -32px 0;
  background-size: 110%;
}
.interview_text{
  width: auto;
  /* position: relative;
  left: 13em;
  top: 6em; */
}
.interview_text p{
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  margin-left: 2em;
}
.interview_name{
  position: relative;
  top: 15%;
  width: 25em;
}
.interview_01{
  width: fit-content;
  display: flex;
  margin-top: 4em;
  margin-left: 15em;
}
.interview_02{
  width: fit-content;
  display: flex;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-left: 15em;
}
.interview_hr01{
  height: 3px;
  width: 100%;
  background-color: #071260;
  border: none;
  margin-left: 0;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #707070;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
    top: -3em;
    left: 98%;
    transform: translateX(-325%);
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sample5-6::before{
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 1px solid #707070;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    background-color: white;
}
.sample5-6::after{
	left: 10px;
	width: 13px;
	height: 13px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.interview_phrase{
  margin-top: 6em;
}
.catchphrase{
  position: relative;
  top: 30%;
  font-size: 25px !important;
  font-weight: 800 !important;
  margin-right: 2em;
  padding: 0 0.5em;
  width: fit-content;
}
.type01{
  background: linear-gradient(transparent 70%, #ffffff 50%);
}
.type02{
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
/* .catchphrase::before {
  position: absolute; */
 /*before(after)を可視化するためのおまじない*/
  /* content:"";
  box-sizing: border-box; */
 /*50px × 50px の四角形を作成 */
  /* width: 35px;
  height: 35px; */
 /*topとleftの辺だけを可視化する*/
  /* border-top: 4px solid #071260;
  border-left: 4px solid #071260;
  margin: -1em;
} */
/* .catchphrase::after {
  position: absolute;
  content: "";
  box-sizing: border-box; */
  /*50px × 50pxの四角形を作成*/
  /* width: 35px;
  height: 35px; */
 /*bottomとrightのへんだけを可視化する*/
  /* border-bottom: 4px solid #071260;
  border-right: 4px solid #071260;
  margin: 0.5em -1em 0 0;
} */
.main_title_text_interview{
  width: 25%;
  padding-top: 40px;
  margin-left: 75px;
}
.recruit_03{
  padding-top: 1em;
}
.back_string_box03{
  width: auto;
  height: 130px;
}
.back_string03{
  position      : relative;             /* 親要素からの相対位置 */
  display       : inline-block;         /* インラインブロック化 */
  white-space   : nowrap;               /* 折り返ししない       */
  font-family: 'Noto Sans JP', sans-serif;
  font-size     : 130px;                 /* 背景透かし文字サイズ */
  font-weight   : 800;                 /* 太字                 */
  color         : #071260; /* 背景透かし文字色     */
  opacity: 0.1;                                      /* 中心寄せ＆角度       */
  top           : 50%;
  left          : 100%;
  transform     : translate(-100%)
}

.benefits_box_01{
  display: flex;
  width: fit-content;
  margin: auto;
}
.benefits_box{
  width: 13em;
  height: 15em;
  margin: 2em;
  box-sizing: border-box;
  border-top: #071260 1em solid;
  border-left: #071260 1px solid;
  border-right: #071260 1px solid;
  border-bottom: #071260 1px solid;
}
.benefits_box img{
  width: 7em;
  height: 7em;
  display: block;
  margin: auto;
  margin-top: 1em;
}
.benefits_box p{
  text-align: center;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  position: relative;
  top: 20%;
  transform: translateY(-50%);
}
.benefits_mobile_box{
  display: none;
}
.benefits_mini_box{
  display: none;
}
.back_string_box04{
  width: auto;
  height: 130px;
}
.back_string04{
  position      : relative;             /* 親要素からの相対位置 */
  display       : inline-block;         /* インラインブロック化 */
  white-space   : nowrap;               /* 折り返ししない       */
  font-family: 'Noto Sans JP', sans-serif;
  font-size     : 130px;                 /* 背景透かし文字サイズ */
  font-weight   : 800;                 /* 太字                 */
  color         : #071260; /* 背景透かし文字色     */
  opacity: 0.1;                                      /* 中心寄せ＆角度       */
  top: 30%;
  left: 100%;
  transform: translateX(-100%);
}

.entry{
  background-image: url(./img/entry.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.entry_box{
  width: 70%;
  margin: auto;
  margin-top: 5em;
  padding: 20px;
  background-color: #ffffffcc;
}
.entry_form{
  padding: 20px;
}
.entry_form_box{
  width: 70%;
  margin: auto;
  margin-top: 5em;
}
.flow{
  display: flex;
  position: relative;
  justify-content:space-around;
  flex-wrap: wrap;
}
.flow_box{
  display: flex;
}
.entry_square{
  background-color: #0712604D;
  width: 8em;
  height: 8em;
}
.entry_triangle{
  width:0;
  height:0;
  border-style:solid;
  border-width: 4em 0 4em 2em;
  border-color: transparent transparent transparent #0712604D;
}
.flow_number{
  color: #071260;
  font-size: 50px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 800;
  position: relative;
  top: 5px;
  left: -15px;
}
.flow_title_box{
  height: 25px;
  border-left: solid 15px #071260;
  width: fit-content;
  position: relative;
}
.flow_title_box p{
  padding: 0 1em;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  color: #071260;
  width: fit-content;
}
.flow_title{
  color: #071260;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  position: relative;
  text-align: center;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.flow_text{
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  width: 140px;
}
.flow_01{
  margin: 2em;
}
.flow_02{
  margin: 2em;
}
.flow_03{
  margin: 2em;
}
.flow_04{
  margin: 2em;
}
.entry_button_01{
  display: flex;
  height: 100px;
}
.entry_button{
  width: 35% !important;
  min-width: 300px;
  height: 60px;
  background-color: #071260;
  position: relative;
  margin-top: 4em;
  margin-left: 5em;
}
.entry_button p{
  text-align: center;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  margin: 15px;
}
.entry_button a{
  text-decoration: none;
  color: white;
}
.entry_button a:visited{
  color: white;
}
.entry_button a:hover{
  color: white;
}

/* contact */
.about_navi_short{
  width: 100%;
  background-color: #071260;
  height: 120px;
}
.contact_text{
  box-sizing: border-box;
  border: #000 1px solid;
  padding: 20px 20px 20px 70px;
  margin-top: 4em;
  font-size: 20px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
}
.contact_form{
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 4em 0;
}
.form_title{
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 0.5em;
}
.form_input input,select,textarea{
  border-radius:10px;
  border: #707070 1px solid;
  box-shadow: none;
  padding: 5px 8px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  margin-left: 1em !important;
  width: 500px;
}
.privacy_check input{
  width: fit-content !important;
  margin-right: 1em;
}
.message{
  color: red;
}.form_box{
  margin: 1em;
}
.non_placeholder .form_input ::placeholder{
  color: transparent;
}
.privacy_box{
  width: 600px;
  height: 200px;
  margin: auto;
  margin-top: 1em;
  overflow: auto;
  box-sizing: border-box;
  border: #707070 1px solid;
  padding: 5px;
}
h5{
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
}
.privacy_title{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  margin-bottom: 0;
}
.privacy_text{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
}
.contact_button{
  background-color: #071260;
  width: 400px;
  height: 50px;
  color: white;
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  margin-top: 2em;
  position: relative;
  left: 45%;
  transform: translateX(-50%);
}

/* entry */
.entry_title_box p{
  padding: 0 1em;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  color: #071260;
  width: fit-content;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.entry_title_box{
  height: 55px;
  border-left: solid 23px #071260;
  width: fit-content;
  position: relative;
  margin: 50px 0 0 130px;
}
.circle01 {
  background-image: url(./img/circle01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -290px 0;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top: 190px;
  left: 105%;
  transform: translateX(-100%);
}
.circle02 {
  background-color: #07126080;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: 660px;
  left: 110%;
  transform: translateX(-100%);
}
.circle03 {
  background-image: url(./img/circle02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -75px 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top: 1000px;
}
.circle04 {
  background-image: url(./img/circle03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -105px 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top: 1430px;
  left: 100%;
  transform: translateX(-100%);
}
.entry_table{
  width: 80%;
  height: fit-content;
  z-index: 10;
  margin: auto;
  background-color: #ffffffcc;
  margin-top: 3em;
  position: relative;
}
.entry_page{
  width: 100%;
  height: fit-content;
}
.entry_table table{
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  margin: auto;
  line-height: 2em;
}
.entry_table table tr{
  height: 30px;
}
.table_entry{
  width: 100%;
  padding: 40px;
}
.entry_table table .td_title{
  border-top: 1px solid #071260;
  padding-top: 5px;
  padding-right: 0;
  text-align: left;
  vertical-align: top;
  margin: 20px;
  width: 15%;
}
.entry_table .table_span{
  width: 8% !important;
}
.entry_table table .td_text{
  border-top: 1px solid #707070;
  padding-top: 5px;
  padding-right: 0;
  text-align: left;
  vertical-align: top;
  margin: 20px;
  width: 65%;
}
.submission{
  width: 100%;
  height: fit-content;
}
.entry_method{
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  width: fit-content;
  text-align: left;
  margin: auto;
  margin-top: 2em;
}
.entry_method p{
  line-height: 2em;
  padding: 0 2em;
}
.entry_sheet{
  margin: auto;
  width: 80%;
  height: fit-content;
  margin-top: 5em;
}
.sheet_adress{
  background-color: #07126080;
  width: 80%;
  height: fit-content;
  padding: 1em;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.sheet_adress_text{
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  line-height: 2em;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.entry_sheet_button{
  width: 35%;
  height: 80px;
  background-color: #071260;
  position: relative;
  margin-top: 3em !important;
  margin-bottom: 3em !important;
  margin: auto;
  padding: 20px;
}
.entry_sheet_button p{
  text-align: center;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 600;
  margin: 15px;
}
.entry_sheet_button a{
  text-decoration: none;
  color: white;
}
.entry_sheet_button a:visited{
  color: white;
}
.entry_sheet_button a:hover{
  color: white;
}
.recruit_table_br{
  display: none;
}

/* interview */
.navi_japanese_title_interview{
  color: white;
  font-size: 70px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  float: right;
  padding: 20px 1em;
  width: 50%;
  text-align: right;
  position: relative;
}
.introduction_br{
  display: none;
}
.introduction01_br{
  display: none;
}
.interview_detail_page{
  position: relative;
  width: 100%;
}
.interview_page{
  width: 100%;
  height: fit-content;
  display: flex;
  position: relative;
  left: 52%;
  transform: translateX(-50%);
  padding: 5% 0;
}
.interview_image01{
  width: 50%;
  height: 400px;
  margin-left: 90px;
  background-image: url(./img/interview01/img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: #071260 3px solid;
  background-position: 0 50%;
}
.interview_image02{
  width: 50%;
  height: 400px;
  margin-left:90px;
  background-image: url(./img/interview02/img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: #071260 3px solid;
  background-position: 0 50%;
}
.interview_image03{
  width: 50%;
  height: 400px;
  margin-left: 90px;
  background-image: url(./img/interview03/img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: #071260 3px solid;
  background-position: 0 50%;
}
.interview_image04{
  width: 50%;
  height: 400px;
  margin-left: 90px;
  background-image: url(./img/interview04/img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: #071260 3px solid;
  background-position: -20% 70%;
}
.interview_image05{
  width: 50%;
  height: 400px;
  margin-left: 90px;
  background-image: url(./img/interview05/img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: #071260 3px solid;
  background-position: 0 20%;
}
.interview_page_text{
  width: 35%;
  /* margin: 80px 0px 50px 0; */
  /* font-size: 30px; */
  font-family: 'Noto Sans JP', sans-serif;
}
.catchphrase_top{
  margin: 70px 20px 20px 50px;
}
.interview_catchphrase{
  background-color: #071260;
  color: white;
  width: fit-content;
  padding: 5px 1em;
  font-size: 25px;
  font-weight: 500;
}
.introduction{
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-left: 50px;
}
.introduction_top{
  position: relative;
  top: 1em;
}
.interview_hr1{
  color: #071260;
  background-color: #071260;
  border-left: 0 !important;
  height: 3px;
}
.question{
  width: 100%;
  height: 100px;
  background-color: #07126080;
}
.question p{
  color: #000;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  padding-left: 7em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.answer_title_box p{
  padding: 0 1em;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 800;
  color: #071260;
  width: fit-content;
  position: relative;
  top: 50%;
  /* transform: translateY(-50%); */
}
.answer_title_box{
  /* height: 55px; */
  border-left: solid 23px #071260;
  width: fit-content;
  position: relative;
  margin: 40px 0 0 130px;
}
.answer_text01{
  width: 80%;
  padding: 2em;
}
.answer_text02{
  padding: 2em;
}
.answer_text03{
  width: 80%;
  margin: auto;
  padding: 2em;
}
.answer01_text{
  line-height: 2em !important;
  font-size: 16px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  background-color: #ffffff80;
  position: relative;
  z-index: 200;
  width: 80% !important;
}
.answer03_text{
  line-height: 2em !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  background-color: #ffffff80;
  height: fit-content;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.clipping01{
  width: 150px;
  height: 510px;
  background-image: url(./img/interview01/img4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 755px;
  left: 85%;
  transform: translateX(-100%);
  z-index: 100;
}
.clipping02{
  width: 170px;
  height: 510px;
  background-image: url(./img/interview02/img4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 745px;
  left: 85%;
  transform: translateX(-100%);
  z-index: 100;
}
.clipping03{
  width: 160px;
  height: 510px;
  background-image: url(./img/interview03/img4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 770px;
  left: 83%;
  transform: translateX(-100%);
  z-index: 100;
}
.clipping05{
  width: 150px;
  height: 510px;
  background-image: url(./img/interview05/img4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 765px;
  left: 85%;
  transform: translateX(-100%);
  z-index: 100;
}
.clipping04{
  width: 163px;
  height: 510px;
  background-image: url(./img/interview04/img4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 765px;
  left: 85%;
  transform: translateX(-100%);
  z-index: 100;
}
.answer01{
  height: fit-content;
}
.interview_photo_middle{
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  margin-bottom: 4em;
}
.interview_photo_middle01{
  background-image: url(./img/interview01/img2.jpg);
  background-position: right;
}
.interview_photo_middle02{
  background-image: url(./img/interview02/img2.jpg);
  background-position: right;
}
.interview_photo_middle03{
  background-image: url(./img/interview03/img2.jpg);
  background-position: right;
}
.interview_photo_middle04{
  background-image: url(./img/interview04/img2.jpg);
  background-position: right;
}
.interview_photo_middle05{
  background-image: url(./img/interview05/img2.jpg);
  background-position: right;
}
.interview_photo_middle p{
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 800;
  color: #071260;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 2em;
}
.interview_photo_last img{
  width: 100%;
  height: 100%;
}

.pagi-wrap {
  text-align: center;
  padding: 100px 0;
  display: flex;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    background-color: #b0c4de;
  }
ul.pagination li {
  display: inline;
  list-style-type: none;
}
ul.pagination li a {
    color: black;
    /* float: left; */
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
}
.page_back{
  background-color: #07126080;
}
.catchphrase_short{
  display: none;
}
.br_introduction{
  display: none;
}

/* movie */
.recruit_video{
  width: 80%;
  height: auto;
  margin: 2em 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_video_title_block{
  text-align: center !important;
  margin: 5em 0em 2em 0em;
}

.recruit_video_title {
  display: inline-block;
  position: relative;
}
h2 {
  font-size: 2.5rem !important;
  line-height: 1.3;
  color: #333;
}
/* .recruit_video_title span{
  position: relative;
  left: 400%;
} */

.recruit_video_title ::before {
  right: 100%;
  margin-right: calc(5px + .3em);
}
.recruit_video_title ::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 500px;
  border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.recruit_video_title ::after {
  left: 100%;
  margin-left: calc(5px + .3em);
}
.recruit_video_title ::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 500px;
  border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.confilm{
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 23px;
  line-height: 1.5;
}
.confilm_button{
  background-color: #071260;
  height: 70px;
  width: 200px;
 
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 20px;
  color: #fff;

  margin: 2em auto 2em;
  padding: 20px;
  border-style: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  min-width: 8rem;
}
.company_iframe{
  width: 600px;
  height: 300px;
}
p.mobile{
  display: none;
}
p.mobile_1{
  display: none;
}
.entry_grid{
  margin-bottom: 4em;
}
.mb{
  display: none;
}
.sp{
  display: none;
}
.mobile_sp{
  display: none;
}
.interview_05_phrase_br{
  display: none;
}
@media (max-width:1345px) {
  p.mobile_1 {
    display: block;
  }
  .not_mobile_1{
    display: none;
  }
}
@media (max-width:1320px) {
  p.mobile {
    display: block;
  }
  .not_mobile{
    display: none;
  }
}
@media (max-width:1240px) {
  .interview_03_phrase{
    display: none;
  }
}
@media (max-width:1200px) {
  .interview_02_phrase{
    display: none;
  }
  .interview_05_phrase_br{
    display: block;
  }
}
@media (max-width:1170px) {
  .interview_name{
    top: 0;
  }
  .catchphrase {
    top: 5%;
    font-size: 23px !important;
  }
  .interview_01 {
    margin-left: 10em;
  }
  .interview_02 {
    margin-left: 10em;
  }
  .interview_phrase{
    margin-top: 2em;
  }
}
@media (max-width:1100px) {
  .interview_04_phrase{
    display: none;
  }
}
@media (max-width:1070px) {
  .navibox {
    top: 50px;
}
}