@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
@font-face {
  font-family: "Angelin";
  src: url(../font/Angelin.woff) format("woff"),url(../font/Angelin.otf) format("opentype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/*##### Mechanic #####*/
@media (min-width: 641px) {
  .boxMechanic02 dl:last-child dt::before {
    display: block !important; 
  }
}

.bl_horizBtnList_btn{
  border: 0;
}

.bg_blue{
  background: #ebf2f5;
}

.btn_more{
  margin: 0 auto 6rem;
  position: relative;
  top: -3rem;
}

@media all and (max-width: 640px){
  .btn_more{
    margin: 0 auto 2.5rem;
    top: -1rem;
  }
  .day_flow + .btn_more{
    margin-bottom: 0;	
  }
}
.boxMechanic .boxBaseCom + .btn_more{
  top: inherit;
}

.boxBaseCom p strong{
  font-size: 130%;
  font-weight: 600;
}
.btn_more a{
  background: rgb(246,166,51);
  background: linear-gradient(150deg, rgba(246,166,51,1) 0%, rgba(255,144,89,1) 100%);
  border-radius: 10rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.285rem;
  font-weight: 600;
  display: block;
  max-width: 300px;
  width: 90%;
  text-align: center;
  padding: 0.8em 1em;
  position: relative;
  margin: 0 auto;
  line-height: 1.5;
}

.btn_more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('./../../images/common/btn-icn-arrow04_w.png') no-repeat center center / contain;
}

@media all and (max-width: 640px){
  .btn_more a{
    font-size: .78rem;
/*    padding: 1.05rem 1.05rem; */
	max-width: inherit;
	width: 80%;
  }
}

.btn_more a:hover::after {
  background: url('./../../images/common/btn-icn-arrow04_orange.png') no-repeat center center / contain;
}

.btn_more a:hover{
  background: #fff;
  box-shadow: inset 0 0 0 1px #f47142;
  color: #f47142;
}
#posi04{
  padding: 8rem 0 0;
  margin-bottom: 0;
}

@media all and (max-width: 640px){
  #posi04{
    padding: 3.5rem 0 0;
    margin-bottom: 3.5rem;
  }
}

#posi05{
  background: #e5f5fd;
  padding: 8rem 0 1rem;
  margin-bottom: 8rem;
}

@media all and (max-width: 640px){
  #posi05{
    padding: 3rem 0 2rem;
    margin-bottom: 3rem;
  }
}

.bl_lv2Heading02_ttl span{
  color: #10346f;
}
.bl_lv2Heading02_ttl::after{
  background-color: #10346f;
}

.bl_horizBtnListWrap{
  background: #041124;
  padding: 2rem 0;
}
.bl_horizBtnList {
  padding-bottom: 0;
}
.bl_horizBtnListWrap::after{
  display: none;
}
.bl_horizBtnList li::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media all and (min-width: 641px){
  .bl_horizBtnList_btn{
    width: auto;
    min-width: 230px;
  }
}

@media all and (max-width: 640px){
  .bl_horizBtnListWrap{
    margin-top: 0;
    padding-top: 10vw;
  }
  .boxMechanic{
    padding-top: 0;
  }
}

.boxMechanic{
  overflow-x: hidden;
}

.flex-box{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

@media all and (min-width: 641px){
  .flex-box.img_right{
    flex-direction: row-reverse;
  }
}

@media all and (max-width: 640px){
  .flex-box{
	margin: 0 auto 2.5rem;
  }
}


.flex-box .boxImg{ 
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  position: relative;
  left: -2rem;
  width: 52%;
}

@media all and (min-width: 641px){
  .flex-box.img_right .boxImg{
    left: inherit;
	right: -2rem;
  }
}

@media all and (max-width: 640px){
  .flex-box .boxImg{ 
    left: inherit;
    width: 100%;
  }
}

.flex-box .boxBaseCom{
  margin-bottom: 0;
  width: 46%;
}

@media all and (max-width: 640px){
  .flex-box .boxBaseCom{
    width: 100%;
  }
}


.flex-box .boxImg2{ 
  width: 33.3333%;
  width: calc(100%/3);
}

.flex-box .flex-box_content{
  width: 48%;
}

.flex-box .flex-box_content .boxBaseCom{
  width: 100%;
}

.flex-box .flex-box_content .boxBaseCom p{
  text-align: center;
}
@media all and (max-width: 640px){
  .flex-box .flex-box_content{
    margin-bottom: 0;
    width: 100%;
  }
  .flex-box .flex-box_content .bl_lv3Heading02{
    margin-bottom: 1rem;
  }
  .flex-box .flex-box_content .boxBaseCom {
    margin: 0 auto;
  }
  .flex-box .flex-box_content .boxBaseCom p{
	margin-bottom: .5rem;
  }
  .flex-box .flex-box_content:last-child .caption_h3{
    margin-top: 2rem;
  }
}

.caption_h2{
  margin: 0 auto 4rem;
  text-align: center;
}

@media all and (max-width: 640px){
  .caption_h2{
    margin: 0 auto 2rem;
  }
}

.caption_h2 h2{
  color:#004ea2;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1.5px;
  position: relative;
}

@media all and (max-width: 640px){
  .caption_h2 h2{
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.caption_h2 h2 span{
  display: inline-block;
  font-size: 1.6rem;
}

@media all and (max-width: 640px){
  .caption_h2 h2 span{
    font-size: 1.2rem;
  }
}

.caption_h2 h2::after{
  content: '';
  display: block;
  color: #cae0e3;
  font-family: "Angelin", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  opacity: .5;
  top: -4rem;
  left: 50%;
  font-size: 10rem;
  transform: translatex(-50%);
  mix-blend-mode: multiply;
  width: 100%;
}

@media all and (max-width: 640px){
  .caption_h2 h2::after{
    top: -1rem;
    font-size: 19vw;
  }
}

.boxMechanicbg .caption_h2 h2::after{
  content: 'A mechanic?';
}

#posi03 .caption_h2 h2::after{
  content: 'Dreem Job!';
}

.caption_h2 p{
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin: 2rem auto 0;
  color: #152d39;
}

@media all and (max-width: 640px){
  .caption_h2 p{
    font-size: .85rem;
    margin: 1rem auto 0;
  }
}


.caption_h3{
  margin: 1.5rem auto;
  line-height: 1.8;
}

@media all and (max-width: 640px){
  .caption_h3{
    margin: 1rem auto;
  }
}

.caption_h3:first-child{
  margin-top: 0;
}

.caption_h3 h3{
  color: #10346f;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom:0;
  letter-spacing: 1.5px;
  position: relative;
}

@media all and (max-width: 640px){
  .caption_h3 h3{
    font-size: 1.15rem;
  }
}

.caption_h3 h3 span{
/*  border-bottom: 2px solid #10346f; */
  display: inline-block;
  position: relative;
  color: #fff;
  padding: .35rem .75rem;
  background: rgb(18,128,164);
  background: linear-gradient(150deg, rgba(42,103,168,1) 0%, rgba(18,128,164,1) 100%);
}

.caption_h3 h3 br + span{
  margin-top: .15rem;
}

@media all and (max-width: 640px){
  .caption_h3 h3 span{
    left: -5.5%;
	padding: .5rem 1rem;
	line-height: 1.25;
  }
}


.caption_h3 p{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 1rem 0 0;
}

@media all and (max-width: 640px){
  .caption_h3 p{
    font-size: 0.78rem;
  }
}

.caption_h3_tag{
  margin: 6rem auto 3rem;
}
@media (max-width: 640px) {
  .caption_h3_tag{
    margin: 4rem auto 2rem;
  }
}
.caption_h3_point{
  margin: 5rem auto 3rem;
}
@media (max-width: 640px) {
  .caption_h3_point{
    margin: 2.5rem auto 2rem;
  }
}

.caption_h3_tag h3,
.caption_h3_point h3{
  color:#004ea2;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom:0;
  position: relative;
}

@media (max-width: 640px) {
  .caption_h3_tag h3,
  .caption_h3_point h3{
    font-size: 1.15rem;
  }
}

.caption_h3_point h3{
  padding-left: 4rem;
  padding-top: 0;
}

@media (max-width: 640px) {
  .caption_h3_point h3{
    padding-left: 2.5rem;
  }
}

.caption_h3_tag h3 span,
.caption_h3_point h3 span{
  color: #cae0e3;
  display: inline-block;
  padding: 0;
  font-family: "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  opacity: 1; 
  left: 0;
  line-height: 1;
}

.caption_h3_tag h3 span{
  font-size: 1.25rem;
  top: -2rem;
}
@media (max-width: 640px) {
  .caption_h3_tag h3 span{
    font-size: 1rem;
	top: -1.5rem;
  }
}

.caption_h3_tag h3 span::before{
  background:#cae0e3;
  content: '';
  height: 1px;
  top: .85rem;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 105%;
}

.caption_h3_point h3 span{
  font-size: 6.5rem;
  top: -2.5rem;
  left: -1rem;
  mix-blend-mode: multiply;
}

@media (max-width: 640px) {
  .caption_h3_point h3 span{
    font-size: 3.5rem;
    top: -1.25rem;
    left: 0;
  }
}

.boxBaseCom h4{
  align-items: center;
  color: #1a4ca0;
  display: flex;
  justify-content: flex-start;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 1.5rem 0;
  line-height: 1.5;
  position: relative;
  padding:0 0 0 5rem;
}

@media all and (max-width: 640px){
  .boxBaseCom h4{
    font-size: 1.05rem;
    margin: 1rem 0;
    padding:0 0 0 3.5rem; 
  }
}

.boxBaseCom h4:first-child{
  margin-top: 0;
}
.boxBaseCom h4 span{
  display: inline-block;
  padding: 0;
  color: #c1cdd8;
  font-family: "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  font-size: 3.5rem;
  top: 50%;
  transform: translatey(-53%);
  left: 0;
/*  margin-right: 1rem; */
  line-height: .8;
}

@media all and (max-width: 640px){
  .boxBaseCom h4 span{
    font-size: 2.5rem;
/*    margin-right: .5rem; */
  }
}

.boxMechanicTop {
/*  margin-bottom: 73px; */
  padding: 10rem 0;
  position: relative;
  color: #fff;
}

@media all and (max-width: 640px){
  .boxMechanicTop {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: inherit;
  }
}

.boxMechanicTop::before,
.boxMechanicTop::after{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.boxMechanicTop::before{
  background: rgb(26,76,160);
  background: linear-gradient(190deg, rgba(26, 76, 160,.5) 0%, rgba(4, 17, 36,1) 80%);
  z-index: 1;
  mix-blend-mode: multiply;
}
@media all and (max-width: 640px){
  .boxMechanicTop::before{
    background: linear-gradient(190deg, rgba(26, 76, 160,.5) 0%, rgba(4, 17, 36,1) 100%);
    mix-blend-mode: multiply;
  }
}

.boxMechanicTop::after{
  background: url('../../images/mechanic/bg_main.jpg') no-repeat center center / cover;
  background-attachment: fixed;
  z-index: 0;
}
@media all and (max-width: 640px){
  .boxMechanicTop::after{
    background: url('../../images/mechanic/bg_main_sp.jpg') no-repeat right bottom / cover;
    background-attachment: scroll;
  }
}


.boxMechanicTop .ttl {
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  position: relative;
  z-index: 5;
}

@media all and (max-width: 640px){
  .boxMechanicTop .ttl {
    margin-bottom: 0; /*5%*/
    line-height: 1.4;
    font-size: 6.5vw;
  }
}


.boxMechanicTop .boxBaseCom {
  color: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  width: 100%;
}
@media all and (max-width: 640px){
  .boxMechanicTop .boxBaseCom {
    margin-bottom: 0;
    width: 100%;
  }
}


.boxMechanicTop .boxBaseCom p{
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 500;
  margin-bottom: 30px;
	/*
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	*/
}
@media all and (max-width: 640px){
  .boxMechanicTop .boxBaseCom p{
    font-size: .85rem;
	margin-bottom: 7%;
  }
}

.boxMechanicTop .boxBaseCom p:last-child{
  margin-bottom: 0;
}

.boxMechanicTop .ttl span{
  font-size: 90%;
}

.boxMechanicTop > .boxImg{
  position: absolute;
  right: -10%;
  bottom:0;
  max-width: 650px;
  z-index: 1;
}

@media all and (max-width: 640px){
  .boxMechanicTop > .boxImg{
    right: 0;
    bottom: inherit;
    top: -2rem;
    max-width: 52vw;
  }
}


.boxMechanicTop .flex-box{
  margin: 0 auto 0 0;
  position: relative;
  max-width: 750px;
  width: 100%;
  z-index: 0;
}

@media all and (max-width: 640px){
  .boxMechanicTop .flex-box{
    margin: 2rem auto 0;
  }
}

.boxMechanicbg{
  background: url('../../images/mechanic/bg_main2.jpg') no-repeat left bottom / cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding: 10rem 0 0;
  position: relative;
}

@media all and (max-width: 640px){
  .boxMechanicbg{
    margin-bottom: 0;
    padding: 3.5rem 0 1rem;
  }
  .boxMechanicbg .bl_lv3Heading02{
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

.boxMechanicbg .bl_lv3Heading02_ttl {
  background-color: #fff;
}


.boxMechanicEx {
  background: #f0f0f0;
  padding: 25px 30px;
}
.boxMechanicEx h2 {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 20px;
  color: #353535;
  font-weight: bold;
}

@media all and (max-width: 640px){
  .boxMechanicEx h2 {
    font-size: 5vw;
  }
}


.boxMechanicCareer0105 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 30px 30px 5px 30px;
  background-color: #f6f6f6;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105 {
    display: block;
    padding: 5vw 5vw 0.1vw 5vw
  }
}

.boxMechanicCareer0105One {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 25px;
  background-color: #fff;
}
.boxMechanicCareer0105One:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105One {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.7vw;
  }
}

@media all and (max-width: 640px){
  .boxMechanicCareer0105One .btnAccordionSp {
    position: relative;
  }
  .boxMechanicCareer0105One .icnAccordionSp {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 8vw;
    margin: auto;
  }
}

.boxMechanicCareer0105One .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #f6f6f6;
}

.boxMechanicCareer0105One .ttl02 .ttlNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-color: #0d5331;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105One .ttl02 .ttlNum {
    width: 9.5vw;
    height: 9.5vw;
    margin-right: 3.5vw;
    font-size: 1.8rem;
  }
}

.boxMechanicCareer0105One .ttl02 .ttlStr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.09em;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105One .ttl02 .ttlStr {
    letter-spacing: 0.03em;
    font-size: 1.13rem;
  }
}

.boxMechanicCareer0105One .boxBaseCom {
  margin-bottom: 0;
  padding: 20px 25px;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxMechanicCareer0105One .boxBaseCom {
    padding: 3vw 4.5vw;
    line-height: 1.7;
    letter-spacing: normal;
    font-size: 0.95rem;
  }
}


.boxMechanicTop .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 55px;
  padding: 0 20px 77px 20px;
  background-image: url('./../../images/mechanic/mechanic-top-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxMechanicTop .ul01 {
    position: relative;
    display: block;
    margin-bottom: 12%;
    padding: 150% 0 0 0;
    background-image: url('./../../images_sp/mechanic/sp-mechanic-top-bg01.png'),url('./../../images/mechanic/mechanic-top-icn-arrow01.png');
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom;
    background-size: 100% auto,auto auto;
  }
}

.boxMechanicTop .ul01 > li {
  overflow: hidden;
  width: 30%;
  height: 290px;
  padding-top: 65px;
  background-image: url('./../../images/mechanic/mechanic-top-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.9;
  /*text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,2px 2px 0 #fff,-2px -2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px 0 0 #fff,2px 0 0 #fff;*/
  font-size: 1.1rem;
  color: #fff;
}
.boxMechanicTop .ul01 > li:nth-child(1) {
  padding-top: 90px;
  padding-right: 0;
}
.boxMechanicTop .ul01 > li:nth-child(2) {
  padding-top: 80px;
  padding-right: 0;
}
.boxMechanicTop .ul01 > li:nth-child(3) {
  padding-top: 90px;
  padding-right: 0;
}
@media all and (max-width: 640px){
  .boxMechanicTop .ul01 > li {
    position: absolute;
    width: 60%;
    height: auto;
    padding-top: 0;
    background: none;
    font-size: 3.5vw;
  }
  .boxMechanicTop .ul01 > li:nth-child(1) {
    top: 102vw;
    left: 3%;
    padding-top: 0;
  }
  .boxMechanicTop .ul01 > li:nth-child(2) {
    top: 54vw;
    left: auto;
    right: 0;
    width: 56%;
    padding-top: 0;
  }
  .boxMechanicTop .ul01 > li:nth-child(3) {
    top: 29vw;
    left: 0;
    width: 52%;
    padding-top: 0;
  }
}

.boxMechanicTop .ul01 > li .large {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxMechanicTop .ul01 > li .large {
    font-size: 4.0vw;
  }
}


/***** Mechanic *****/
.boxMechanic .boxBaseCom {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxMechanic .boxBaseCom {
    line-height: 1.7;
    font-size: 0.78rem; /*4.3vw*/
    letter-spacing: 0.18em;
    margin-top: 1rem;
  }
}

@media all and (max-width: 640px){
  .boxMechanic .boxBaseCom.small {
    letter-spacing: 0.03em;
    font-size: 3.5vw;
  }
}

.boxMechanic01 {
  margin-bottom: 0;
}
@media all and (max-width: 640px){
  .boxMechanic02,
  .boxMechanic03,
  .boxMechanic04,
  .boxMechanic05,
  .boxMechanic01 {
    margin-bottom: 15%;
    padding: 0 5%;
  }
  .boxMechanic01 {
    margin-bottom: 0;
    padding: 0 5%;
  }
  .boxMechanic02:last-child{
    margin-bottom: 0;
  }
}

.boxMechanic01 .ttl {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
  color: #db174f;
}
@media all and (max-width: 640px){
  .boxMechanic01 .ttl {
    margin-bottom: 5%;
    letter-spacing: 0.1em;
    font-size: 6.0vw;
  }
}

.boxMechanic01 .boxBaseCom {
  text-align: center;
}

.boxMechanic02 {
  margin-bottom: 8rem;
}
@media all and (max-width: 640px){
  .boxMechanic02 {
    margin-bottom: 13%;
  }
}

#posi03.boxMechanic01{
  padding: 10rem 0 7rem;
}
@media all and (max-width: 640px){
  #posi03.boxMechanic01{
    padding: 3.5rem 0 2.5rem;
  }
}
#posi03.boxMechanic01 .bl_lv3Heading02{
  margin-top: 4.5rem;
}7
@media all and (max-width: 640px){

  #posi03.boxMechanic02 .bl_lv3Heading02{
    margin-top: 3.5rem;
  }
}

.boxMechanic02LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items:flex-start;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxMechanic02LR {
    display: block;
    margin-bottom: 5vw;
  }
  .boxMechanic02LR.order_box{
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
  }
}

.boxMechanic02L {
  width: 51%;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxMechanic02L {
    width: 100%;
    margin-bottom: 5%;
  }
}

.boxMechanic02L .bl_lv3Heading02{
  text-align: left;
}

.boxMechanic02R {
  width: 46%;
}
@media all and (max-width: 640px){
  .boxMechanic02R {
    width: 100%;
  }
}

.boxMechanic02R .ttl02 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxMechanic02R .ttl02 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 5.7vw;
  }
}
/*
.ttl{
  background: transparent;
  color: #663301;
  font-size: 1.4rem;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 0;
  position: relative;
  text-align: left;
}


@media all and (max-width: 640px){
  .ttl{
    font-size: 1rem;
    letter-spacing: 0.25px;
    padding: 0 0;
  }
}
*/
.ttl01 {
  color: #f47142;/*#663301*/
  font-size: 1.4rem;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 0 0 55px;
  position: relative;
  text-align: left;
}

@media all and (max-width: 640px){
  .ttl01{
    font-size: 1rem;
    letter-spacing: 0.25px;
    padding: 0 0 0 12vw;
  }
}

.ttl01 span {
  background-image: url('./../../images/common/icn-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 45px auto;
  color: #f2ab00;
  display: inline-block;
  font-family: 'Expletus Sans', sans-serif;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  padding-left: .5rem;
  position: absolute;
  top: -1rem;
  left: 0;
  width: 45px;
}


@media all and (max-width: 640px){
  .ttl01 span {
    background-size: 10vw auto;
    font-size: 1rem;
    height: 10vw;
    letter-spacing: 0.25px;
    line-height: 10vw;
    padding-left: 1.95vw;
    top: -.5rem;
    width: 10vw;
  }
}

.boxMechanic02R .boxBaseCom p {
  margin-bottom: 35px;
}
@media all and (max-width: 640px){
  .boxMechanic02R .boxBaseCom p {
    margin-bottom: 7%;
  }
}

.boxMechanic02R .boxBaseCom p:last-child {
  margin-bottom: 0;
}

.boxMechanic0201 .boxImg {
  margin-bottom: 35px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxMechanic0201 .boxImg {
    margin-bottom: 7%;
  }
}

@media all and (max-width: 640px){
  .boxMechanic0201 .boxImg .icnMechanicArrow01 {
    width: 33%;
  }
}

.boxMechanic0201 .boxBaseCom {
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxMechanic0201 .boxBaseCom {
    margin-bottom: 5%;
    text-align: left;
  }
}

.boxMechanic0201 .boxBaseCom.no02 {
  line-height: 1.6;
  font-size: 1.8rem;
  color: #e05625;
}
@media all and (max-width: 640px){
  .boxMechanic0201 .boxBaseCom.no02 {
    line-height: 1.8;
    letter-spacing: -0.05em;
    font-size: 4.9vw;
    text-align: center;
  }
}

.boxMechanic0201 .boxBaseCom.no03 {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxMechanic0201 .boxBaseCom.no03 {
    margin-bottom: 7%;
  }
}

.boxMechanic02 ol{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}


.boxMechanic02 ol li{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2rem;
  padding: 0 4% 0 0;
  position: relative;
  width: 50%;
}

@media all and (max-width: 640px){
  .boxMechanic02 ol li{
    align-items: flex-start;
    margin: 0 auto 3rem;
    padding: 0;
    width: 100%;
  }
}

.boxMechanic02 ol li:last-child{
  margin-bottom: 0;
}

.boxMechanic02 ol li::after{
  background: #c1cdd8;
  content: '';
  right: -.25rem;
  top: 50%%;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  height: calc(30px / 2 * tan(50deg));
  width: 3rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  opacity: .5;
}


@media all and (max-width: 640px){
  .boxMechanic02 ol li::after{
    right: 50%;
    top: inherit;
    height: calc(30px / 2 * tan(50deg));
    width: 3rem;
    transform: rotate(180deg);
    margin-right: -1.5rem;
    bottom: -1.75rem;
  }
}

.boxMechanic02 ol li:last-child::after{
  display: none;
}

.boxMechanic02 ol li .capt{
  width: 55%;
}

@media all and (max-width: 640px){
  .boxMechanic02 ol li .capt{
    padding-left: 5%;
    width: 65%;
  }
}


.boxMechanic02 ol li.last {
  justify-content: flex-start;
  position: relative;
  z-index:0;
}

.boxMechanic02 ol li.last .capt{
  width: 40%;
  text-align: center;
  padding: 0;
}

.boxMechanic02 ol li.last .capt .thum{
  width: 100%;
}

@media all and (max-width: 640px){
  .boxMechanic02 ol li.last .capt{
    width: 45%;
  }
}
.boxMechanic02 ol li.last .capt:first-child{
  margin-right: 2rem;
}

.boxMechanic02 ol li.last::after{
  content: 'OR';
  display: block;
  position: absolute;
  left: 50%;
  top: 25%;
  color: #fff;
  font-family: "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  opacity: .75;
  background: #00acc1;
  border-radius: 3rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  z-index: 10;
  transform: translatex(-50%);
  clip-path: inherit;
}

@media all and (min-width: 641px){
  .boxMechanic02 ol li.last::after{
    margin-left: -4rem;
  }
}


@media all and (max-width: 640px){
  .boxMechanic02 ol li.last::after{
    top: 22%;
    font-size: .75rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }

}

.boxMechanic02 ol li.last .capt strong{
  margin: .5rem 0 0; 
  text-align: center;
}

.boxMechanic02 ol li.last p{
  margin-top: 1rem;
  width: 100%;
}

@media all and (max-width: 640px){
  .boxMechanic02 ol li.last p{
    margin-top: .5rem;
  }
}

.boxMechanic02 ol li > .thum{
  border-radius: 1px;
  display: block;
  overflow: hidden;
  width: 40%;
	/*
  margin: 0 auto .5rem;
  height: 7rem;
  position: relative;
  width: 7rem;
	*/
}

@media all and (max-width: 640px){
  .boxMechanic02 ol li .thum{
	  /*
    width: 5.5rem;
    height: 5.5rem;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
	  */
    width: 35%;
  }
}

.boxMechanic02 ol li .thum img{
  height: auto;
	/*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%,-50%);
	*/
  max-width: 100%;
  width: 100%;
}

.boxMechanic02 ol li strong{
  color: #eb7235;
  display: block;
/*  text-align: center; */
  font-size: 1.15rem;
  background: transparent;
  line-height: 1.5;
  margin-bottom: .5rem;
}

@media all and (max-width: 640px){
  .boxMechanic02 ol li strong{
    text-align: left;
    font-size: .95rem;
    margin-bottom: .5rem;
  }
}

.boxMechanic02 .day_flow dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  position: relative;
}


@media all and (max-width: 640px){
  .boxMechanic02 .day_flow dl{
    margin-bottom: 2rem;
  }
}

.boxMechanic02 .day_flow dl dt{
  background: #004ea2;
  border-radius: 10rem;
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  font-family: "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  position: relative;
  margin: 0;
  z-index: 1;
}

@media all and (max-width: 640px){
  .boxMechanic02 .day_flow dl dt{
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    top: -.8rem;
    left: -.8rem;
  }
}

.boxMechanic02 .day_flow dl dt span{
  display: inline-block;
  font-size: 1.15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 1.25;
  z-index: 5;
}

@media all and (max-width: 640px){
  .boxMechanic02 .day_flow dl dt span{
    font-size: .85rem;
    letter-spacing: -.15px;
  }
}

@media all and (min-width: 641px){
  .boxMechanic02 .day_flow dl dt::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    border-left: 2px dotted #004ea2;
    width: 1px;
    top: 100%;
    z-index: 0;
  }
  .boxMechanic02 .day_flow dl:last-child dt::before{
    display: none !important;
  }
}


.boxMechanic02 .day_flow dl dd{
  border: 8px solid #cae0e3;
  background: #fff;
  width: calc( 100% - 100px);
  padding: 1rem 1.25rem;
  position: relative;
  margin-left: 1.5rem;
}

@media all and (max-width: 640px){
  .boxMechanic02 .day_flow dl dd{
    border: 5px solid #cae0e3;
    margin-left: 0;
    width: 100%;
    padding: 1rem 1.5rem;
  }
}


.boxMechanic02 .day_flow dl dd::before{
  content: '';
  background: #cae0e3;
  position: absolute;
  top: 1.75rem;
  left: -1.7rem;
  height: calc(30px / 2 * tan(40deg));
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-90deg);
}


@media all and (max-width: 640px){
  .boxMechanic02 .day_flow dl dd::before{
    left: 50%;
    top: inherit;
    bottom: -1.75rem;
    transform: translateX(-50%) rotate(180deg);
    width: 4rem;
    height: calc(40px / 2 * tan(40deg));
    opacity: .5;
  }

  .boxMechanic02 dl:last-child dd::before{
    display: none;
  }
}

.boxMechanic02 .day_flow dl dd strong{
  display: block;
  background: transparent ;
  color: #eb7235;
  font-size: 1.25rem;
}

@media all and (max-width: 640px){
  .boxMechanic02 .day_flow dl dd strong{
    font-size: 1rem;
    padding-left: 2rem;
    margin-bottom: .5rem;
  }
}

.boxBaseCom ul li::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ceedfd;
}

.flex-box_content .boxBaseCom .thum{
  margin: 0 auto 1rem;
}
.slide_thum{
  position: relative;
  width: 100%;
  height: 310px;
  overflow: hidden;
  margin: 0 auto 1rem;
}

@media all and (max-width: 640px){
  
  .slide_thum{
    height:55vw;
  }
}

[class^="thum_"]{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation-name: anime-01;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  z-index: 10;
}
.thum_1{
  background-image: url('../../images/mechanic/mechanic-img13.jpg');
}
.thum_2{
  background-image: url('../../images/mechanic/mechanic-img14.jpg');
  animation-delay: 5s;
}
.thum_3{
  background-image: url('../../images/mechanic/mechanic-img15.jpg');
  animation-delay: 10s;
}

@keyframes anime-01 {
  0%{
    opacity: 0;
  }
  20%,80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
	z-index: 0;
  }
}

.bl_dlList > dt::before{
  background-color: #c1cdd8;
}

.boxMechanic02 .ttlBase11,
.boxMechanic04 .ttlBase11,
.boxMechanic05 .ttlBase11,
.boxMechanic03 .ttlBase11 {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxMechanic02 .ttlBase11,
  .boxMechanic04 .ttlBase11,
  .boxMechanic05 .ttlBase11,
  .boxMechanic03 .ttlBase11 {
    margin-bottom: 3vw;
    letter-spacing: -0.05em;
  }
}

.boxMechanic0301 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  min-height: 270px;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxMechanic0301 {
    min-height: auto;
    margin-bottom: 7%;
    padding-top: 44%;
  }
}

.boxMechanic0301L {
  width: 48%;
}
@media all and (max-width: 640px){
  .boxMechanic0301L {
    margin-top: -44%;
    width: 48%;
  }
}

.boxMechanic0301R {
  width: 50.5%;
}
@media all and (max-width: 640px){
  .boxMechanic0301R {
    margin-top: -44%;
    width: 50.5%;
  }
}

.boxMechanic0301R .boxWorkPlace {
  margin-bottom: 5px;
}
@media all and (max-width: 640px){
  .boxMechanic0301R .boxWorkPlace {
    margin-bottom: 2%;
    line-height: 1.1;
    font-size: 3.5vw;
  }
}

.boxMechanic0301R .boxJobPosi {
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxMechanic0301R .boxJobPosi {
    margin-bottom: 2%;
  }
}

.boxMechanic0301R .boxNameKana {
  margin-bottom: 0.5em;
  letter-spacing: 0.3em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxMechanic0301R .boxNameKana {
    font-size: 0.8rem;
  }
}

.boxMechanic0301R .boxName {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #151515 solid;
  font-size: 2.9rem;
  color: #353535;
}
@media all and (max-width: 640px){
  .boxMechanic0301R .boxName {
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px #1a368d solid;
    font-size: 7.0vw;
  }
}

.boxMechanic0301R .dlFormerJob {
  font-size: 2.2rem;
}
@media all and (max-width: 640px){
  .boxMechanic0301R .dlFormerJob {
    font-size: 4.3vw;
  }
}

.boxMechanic0301R .dlFormerJob > dt,
.boxMechanic0301R .dlFormerJob > dd {
  display: inline-block;
}

.boxMechanic0301R .dlFormerJob > dt:after {
  content: '：';
}

.boxMechanicFaq {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 27px;
}
@media all and (max-width: 640px){
  .boxMechanicFaq {
    display: block;
    margin-bottom: 12%;
  }
}

.boxMechanicFaqOne {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxMechanicFaqOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
  }
}

.boxMechanicFaqOne.w100 {
  width: 100%;
  margin-right: 0;
}

.boxMechanicFaqOne:nth-child(2n) {
  margin-right: 0;
}

.boxMechanicFaqOne .ttl {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-bottom: 22px;
  padding: 0 0 0 75px;
  background-image: url('./../../images/mechanic/mechanic-icn-faq-q01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  background-color: #f0f0f0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxMechanicFaqOne .ttl {
    min-height: 12.5vw;
    margin-bottom: 5%;
    padding: 0 0 0 17.5%;
    background-image: url('./../../images_sp/mechanic/sp-mechanic-icn-faq-q01.png');
    background-size: 14% auto;
    line-height: 1.2;
    font-size: 5.0vw;
  }
}

.boxMechanicFaqOne .ttl span {
  display: table-cell;
  vertical-align: middle;
}

@media all and (max-width: 640px){
  .boxMechanicFaqOne .boxBaseCom {
    overflow: hidden;
    position: relative;
    height: 30vw;
  }
}

@media all and (max-width: 640px){
  .boxMechanicFaqOne .boxBaseCom .boxCover01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }
}

@media all and (max-width: 640px){
  .boxMechanicFaqOne .boxBaseCom .boxBtnOpen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
    padding: 3.5% 0;
    background-color: #1a368d;
    text-align: center;
    line-height: 1.0;
    font-size: 5.5vw;
    font-weight: 700;
    color: #fff;
  }
}


.boxMechanic04 {
  margin-bottom: 85px;
  padding-top: 5px;
}
@media all and (max-width: 640px){
  .boxMechanic04 {
    margin-bottom: 15%;
    padding-top: 0;
  }
}

.boxMechanic05Wrap {
  margin-bottom: 70px;
}
@media all and (max-width: 640px){
  .boxMechanic05Wrap {
    margin-bottom: 15vw;
  }
}

.boxMechanic05 .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 70px;
  margin-bottom: 25px;
  background-image: url('./../../images/mechanic/mechanic-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 70px;
  text-align: left;
}
@media all and (max-width: 640px){
  .boxMechanic05 .ttl {
    position: relative;
    display: block;
    min-height: auto;
    margin-bottom: 7%;
    padding-top: 18%;
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
    background-size: 100% auto;
  }
}

.boxMechanic05 .ttl .ttlSub {
  width: 127px;
  padding-top: 2px;
  padding-left: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxMechanic05 .ttl .ttlSub {
    position: absolute;
    top: 50%;
    left: 1%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25%;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.8vw;
  }
}

.boxMechanic05 .ttl .ttlMain {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxMechanic05 .ttl .ttlMain {
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 71%;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 4.3vw;
  }
}

.boxMechanic .boxMechanic0501 .boxBaseCom {
  text-align: center;
  font-size: 1.1rem;
}
@media all and (max-width: 640px){
  .boxMechanic .boxMechanic0501 .boxBaseCom {
    margin-bottom: 5vw;
    text-align: left;
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

.boxMechanic0501F {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .boxMechanic0501F {
    display: block;
  }
}

.boxMechanic0501FOne {
  width: 29.8%;
  margin-right: 5.3%;
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7vw;
  }
}

.boxMechanic0501FOne:nth-child(3n) {
  margin-right: 0;
}

.boxMechanic0501FOne .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 57px;
  margin-bottom: 30px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  line-height: 1.4;
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne .ttl02 {
    height: 20.5vw;
    margin-bottom: 5vw;
    background-size: 100% auto;
  }
}

.boxMechanic0501FOne:nth-child(1) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0101.png');
}
.boxMechanic0501FOne:nth-child(2) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0102.png');
}
.boxMechanic0501FOne:nth-child(3) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0103.png');
}
.boxMechanic0501FOne:nth-child(4) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0104.png');
}
.boxMechanic0501FOne:nth-child(5) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0105.png');
}
.boxMechanic0501FOne:nth-child(6) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0106.png');
}
.boxMechanic0501FOne:nth-child(7) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0107.png');
}
.boxMechanic0501FOne:nth-child(8) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0108.png');
}
.boxMechanic0501FOne:nth-child(9) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0109.png');
}
.boxMechanic0501FOne:nth-child(10) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0110.png');
}
.boxMechanic0501FOne:nth-child(11) .ttl02 {
  background-image: url('./../../images/mechanic/mechanic0501-bg0111.png');
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne:nth-child(1) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0101.png');
  }
  .boxMechanic0501FOne:nth-child(2) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0102.png');
  }
  .boxMechanic0501FOne:nth-child(3) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0103.png');
  }
  .boxMechanic0501FOne:nth-child(4) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0104.png');
  }
  .boxMechanic0501FOne:nth-child(5) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0105.png');
  }
  .boxMechanic0501FOne:nth-child(6) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0106.png');
  }
  .boxMechanic0501FOne:nth-child(7) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0107.png');
  }
  .boxMechanic0501FOne:nth-child(8) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0108.png');
  }
  .boxMechanic0501FOne:nth-child(9) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0109.png');
  }
  .boxMechanic0501FOne:nth-child(10) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0110.png');
  }
  .boxMechanic0501FOne:nth-child(11) .ttl02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic0501-bg0111.png');
  }
}

.boxMechanic0501FOne .ttl02 .icnAccordionSp02 {
  position: absolute;
  top: 50%;
  right: 2vw;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8vw;
}

.boxMechanic0501FOne .ttl02 .ttlSub {
  width: 45%;
  padding-left: 65px;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne .ttl02 .ttlSub {
    width: 47%;
    padding-left: 24vw;
  }
}

.boxMechanic0501FOne .ttl02 .ttlSub .ttlNum {
  display: block;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne .ttl02 .ttlSub .ttlNum {
    font-size: 1.5rem;
  }
}

.boxMechanic0501FOne .ttl02 .ttlSub .ttlStr {
  display: block;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne .ttl02 .ttlSub .ttlStr {
    letter-spacing: -0.03em;
    font-size: 3.0vw;
  }
}

.boxMechanic0501FOne .ttl02 .ttlMain {
  width: 55%;
  padding-right: 20px;
  text-align: right;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}
.boxMechanic0501FOne .ttl02 .ttlMain.short {
  letter-spacing: -0.05em;
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne .ttl02 .ttlMain {
    width: 53%;
    padding-right: 11vw;/*5vw;*/
  }
}

.boxMechanic0501FOne .ul01 > li {
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne .ul01 > li {
    margin-bottom: 3vw;
  }
}

.boxMechanic0501FOne .ul01 > li:before {
  content: '■';
  margin-right: 7px;
  color: #151515;
}
@media all and (max-width: 640px){
  .boxMechanic0501FOne .ul01 > li:before {
    margin-right: 1vw;
  }
}



/***** TtlBase11 *****/
.ttlMechanic01 {
  min-height: 70px;
  margin-bottom: 58px;
  padding: 23px 0 0 155px;
  background-repeat: no-repeat,no-repeat;
  background-position: 19px 8px, left top;
  background-size: auto auto, auto 70px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #151515;
}
@media all and (max-width: 640px){
  .ttlMechanic01 {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding: 17.8% 0 0 0;
    background-repeat: no-repeat,no-repeat;
    background-position: 4% center, left top;
    background-size: 18% auto, 100% auto;
    letter-spacing: 0.05em;
    font-size: 5.0vw;
  }
  .ttlMechanic01.short {
    letter-spacing: -0.03em;
  }
  .ttlMechanic01 span {
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3;
  }
}

.ttlMechanic01.no01 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num01.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
.ttlMechanic01.no02 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num02.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
.ttlMechanic01.no03 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num03.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
.ttlMechanic01.no04 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num04.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
.ttlMechanic01.no05 {
  background-image: url('./../../images/mechanic/mechanic-ttl-num06.png'),url('./../../images/mechanic/mechanic-ttl-bg01.png');
}
@media all and (max-width: 640px){
  .ttlMechanic01.no01 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num01.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
  .ttlMechanic01.no02 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num02.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
  .ttlMechanic01.no03 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num03.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
  .ttlMechanic01.no04 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num04.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
  .ttlMechanic01.no05 {
    background-image: url('./../../images_sp/mechanic/sp-mechanic-ttl-num05.png'),url('./../../images_sp/mechanic/sp-mechanic-ttl-bg01.png');
  }
}



.boxMechanic05 {
  margin-bottom: 4em;
}

.boxMechanic01 .ttl {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
  color: #db174f;
}
@media all and (max-width: 640px){
  .boxMechanic01 .ttl {
    margin-bottom: 5%;
    letter-spacing: 0.1em;
    font-size: 6.0vw;
  }
}

.boxMechanic01 .boxBaseCom {
  text-align: left;
}


.dreamjob_box{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.dreamjob_box .small_box,
.dreamjob_box .box{
  background-color: #eee;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 1rem;
}

@media all and (max-width: 640px){
  .dreamjob_box .small_box,
  .dreamjob_box .box{
    padding: .75rem;
  }
}

.dreamjob_box .small_box{
  background-color: #00acc1;
  color: #fff;
  width: 23%;
  position: relative;
  overflow: hidden;
}

@media all and (max-width: 640px){
  .dreamjob_box .small_box{
	margin-bottom: .5rem;
    background-size: 45%;
    width: 48%;
  }
}

.dreamjob_box .small_box.color_blue {
  background-color: #004ea2;
}

.dreamjob_box .small_box.color_blue.holiday_2 {
  padding-top: 2.8rem;
}

@media all and (max-width: 640px){
  .dreamjob_box .small_box.color_blue.holiday_2 {
    padding-top: 1rem;
  }
}

.dreamjob_box .small_box::before,
.dreamjob_box .small_box::after{
  content: '';
  position: absolute;
}

.dreamjob_box .small_box::before{
  background-color:#ccc;
  left: -3rem;
  top: -.9rem;
  height: calc(130px / 2);
  width: 130px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-45deg);
  mix-blend-mode: multiply;
  z-index:0;
}

@media all and (max-width: 640px){
  .dreamjob_box .small_box::before{
    left: -2.75rem;
  }
}


.dreamjob_box .small_box.wide::before{
  background-color:#aaa;
  left: -5rem;
  top: -3.5rem;
  height: calc(200px / 2);
  width: 200px;
}

@media all and (max-width: 640px){
  .dreamjob_box .small_box.wide::before{
    left: -5rem;
    top: -2.5rem;
  }

}

.dreamjob_box .small_box::after{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65% auto;
  z-index:2;
  height: 4rem;
  width: 4rem;
  opacity: .75;
  top: -.25rem;
  left: -.25rem;
}

@media all and (max-width: 640px){
  .dreamjob_box .small_box::after{
    background-size: 60% auto;
    height: 12vw;
    width: 12vw;
  }
}

.dreamjob_box .small_box.pengin::after{
  background-image: url('../../images/mechanic/icon_pengin.png');
  background-size: 55% auto;
}

.dreamjob_box .small_box.work_time::after{
  background-image: url('../../images/mechanic/icon_time.svg');
  background-size: 55% auto;
}

.dreamjob_box .small_box.study::after{
  background-image: url('../../images/mechanic/icon_study.png');
  background-size: 75% auto;
  left: 0;
  top: 0;
}

.dreamjob_box .small_box.work::after{
  background-image: url('../../images/mechanic/icon_work.png');
}

.dreamjob_box .small_box.stepup::after{
  background-image: url('../../images/mechanic/icon_stepup.png');
  background-size: 80% auto;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
}
@media all and (max-width: 640px){
  .dreamjob_box .small_box.stepup::after{
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media all and (max-width: 640px){
.dreamjob_box .small_box.money::after{
  width: 11.5vw;
  height: 11.5vw;
}
}

.dreamjob_box .small_box dt,
.dreamjob_box .small_box dd{
  color: #fff;
}


.dreamjob_box .box{
  width: 51%;
}

@media all and (max-width: 640px){
  .dreamjob_box .box{
    width: 98%;
  }
}


.dreamjob_box .wide_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 47%;
}
@media all and (max-width: 640px){
  .dreamjob_box .wide_box{
    width: 100%;
  }
}
.dreamjob_box .wide_box dl.small_box{
  margin-bottom: 1rem;
  min-height: 180px;
  width: 49%;
}

@media all and (max-width: 640px){
  .dreamjob_box .wide_box dl.small_box{
    margin-bottom: .5rem;
    min-height: 180px;
  }
}

.dreamjob_box .wide_box dl.small_box.wide{
  background: #1a1b65;
  margin-bottom: 1rem;
  min-height: 170px;
  width: 100%;
}

@media all and (max-width: 640px){
  .dreamjob_box .wide_box dl.small_box.wide{
    margin-bottom: .5rem;
    min-height: 140px;
  }
}

.dreamjob_box dl{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dreamjob_box dl.margin_top{
  margin-top: 1.5rem;
}

@media all and (max-width: 640px){
  .dreamjob_box dl.margin_top{
    margin-top: .75rem;
  }
}
.dreamjob_box dt{
  font-weight: 600;
  line-height: 1.35;
  /*
  background: #fff;
  border-radius: 2rem;
  */
  color: #041124;
  font-size: 1.2rem;
  margin: 0 0 1rem;
  padding: 0;
/*  padding: .5rem 1rem; */
  width: auto;
  position: relative;
  z-index: 5;
}

@media all and (max-width: 640px){
  .dreamjob_box dt{
    font-size: .95rem;
    margin: 0 0 .8rem;
  }
}


.color_blue dt{
  color: #1a4ca0;
}

.dreamjob_box dd{
  color: #041124;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
/*  margin-bottom: auto; */
  width: 100%;
  position: relative;
  z-index: 5;
}

@media all and (max-width: 640px){
  .dreamjob_box dd{
    font-size: 1.25rem;
  }
}
/*
.dreamjob_box .color_blue dd{
  color: #1a4ca0;
}
*/

.dreamjob_box .big{
  display: inline-block;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
}

@media all and (max-width: 640px){
  .dreamjob_box .big{
    font-size: 6.5vw;
  }
}


.dreamjob_box .num{
  font-family: "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  font-size: 2.5rem;
  margin: 0 .15rem;
  line-height: .6;
}
@media all and (max-width: 640px){
  .dreamjob_box .num{
    font-size: 7vw;
  }
}
.dreamjob_box .big.num{
  font-size: 3.8rem;
}

@media all and (max-width: 640px){
  .dreamjob_box .big.num{
    font-size: 10.5vw;
  }
}

.dreamjob_box .modelimage{
  background: rgb(18,128,164);
  background: linear-gradient(50deg,#1a1b65 0%,  #004ea2 100%);
  position: relative;
  z-index: 0;
}

@media all and (max-width: 640px){
  .dreamjob_box .modelimage{
	margin-bottom: .5rem;
    width: 100%;
  }
}
/*
.dreamjob_box .modelimage::before{
  background-image: url('../../images/mechanic/mechanic-img13.png');
  background-repeat: no-repeat;
  background-position: -10% bottom;
  background-size: auto 95%;
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
@media all and (max-width: 640px){
  .dreamjob_box .modelimage::before{
    background-position: -15% bottom;
    background-size: auto 75%;
    left: -.75rem;
  }
}
*/

.dreamjob_box .modelimage dt{
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 640px){
  .dreamjob_box .modelimage dt{
    font-size: 1.2rem;
    padding-top: 0;
  }
}

.dreamjob_box .modelimage dd{
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.15;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 1;
}

@media all and (max-width: 640px){
  .dreamjob_box .modelimage dd{
    font-size: .9rem;
    line-height: 1.15;
    padding: .5rem .75rem;
  }
}

.dreamjob_box .modelimage dd span.num{
  color: #eb7235;
  display: inline-block;
  font-family: "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
}

@media all and (max-width: 640px){
  .dreamjob_box .modelimage dd span.num{
    font-size: 1.8rem;
	margin-right: .15rem;
  }
}

.exsample_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exsample_box:nth-child(2){
  flex-direction: row-reverse;
  margin: .5rem auto;
  border-bottom: 2px solid #c1cdd8;
  border-top: 2px solid #c1cdd8;
  padding: .5rem 0;
}

.exsample_box .human{
  font-size: .95rem;
  text-align: center;
  width: 12rem;
}

@media all and (max-width: 640px){
  .exsample_box .human{
    font-size: .75rem;
    width: 10rem;
  }
}

.exsample_box .human img{
  display: block;
  margin: 0 auto .5rem;
  max-width: 3rem;
}

@media all and (max-width: 640px){
  .exsample_box .human img{
    max-width: 10vw;
  }
}

.exsample_box:nth-child(2) p{
  text-align: right;
}
.exsample_box p{
  width: calc( 100% - 5rem);
}

@media all and (max-width: 640px){
  .exsample_box p{
    width: calc( 100% - 4.5rem);
  }
}	
.dreamjob_box .award{
  background: #00acc1; 
  height: 180px;
}
@media all and (max-width: 640px){
  .dreamjob_box .award{
    width: 100%;
  }
}	

.dreamjob_box .award_inner{
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-start;
  height:152px;
  overflow: hidden;
  padding: 0;
  line-height: 1.35;
}

@media all and (max-width: 640px){
  .dreamjob_box .award_inner{
    line-height: 1.25;
  }
}

.dreamjob_box .award_inner .text{
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: .5rem;
  width: 55%;
}
.dreamjob_box .award_inner .img{
  background: #ccc;
  height: 100%;
  position: relative;
  width: 45%;
}

.dreamjob_box .award_inner .img img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  width: 100%;
}

.dreamjob_box .award_inner h3{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

@media all and (max-width: 640px){
  .dreamjob_box .award_inner h3{
    font-size: .85rem;
  }
}


.dreamjob_box .award_inner .text .big{
  color:#eb7235;
}

.dreamjob_box .big2{
  color: #eb7235;
  display: inline-block;
  font-family: "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  margin-left: .25rem;
}

@media all and (max-width: 640px){
  .dreamjob_box .big2{
    font-size: 2rem;
	margin: 0 .15rem;
  }
}

.dreamjob_box ul{
  margin: 0 auto;
  text-align: left;
}

.dreamjob_box ul li{
  font-size: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}

@media all and (max-width: 640px){
  .dreamjob_box ul li{
    font-size: .95rem;
    padding-left: 1rem;
  }
}

.dreamjob_box ul li::before{
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #c1cdd8;
}

.dreamjob_box ul li span{
  font-family: 'Expletus Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (max-width: 640px){
  .dreamjob_box ul li span{
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0 0 .5rem;
    display: block;
  }
}
.dreamjob_box .text_right{
  font-size: 1.05rem;
  text-align: right;
}

@media all and (max-width: 640px){
  .dreamjob_box .text_right{
    font-size: .85rem;
  }
}

.small{
  display: block;
  font-size: 1.2rem;
  margin-bottom: .5rem;
  line-height: 1;
}

@media all and (max-width: 640px){
  .small{
    font-size: .9rem;
    margin-bottom: .25rem;
  }
}

.small2{
  display: block;
  font-size: 1rem;
  margin-top: .5rem;
  font-weight: 500;
  line-height: 1;
}

@media all and (max-width: 640px){
  .small2{
    font-size: .75rem;
    margin-top: .25rem;
  }
}