@charset 'utf-8';

/*##### Index Top #####*/
.boxIndexTop {
  position: relative;
}

.boxIndexTop .ulTopSlide {
  display: block;
  position: relative;
  overflow: hidden;
  height: 462px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
@media all and (max-width: 640px){
  .boxIndexTop .ulTopSlide{
    height: auto;
    padding-top: 115.4%;
  }
}

.boxIndexTop .ulTopSlide li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxIndexTop .ulTopSlide li.current {
  display: block;
}

.boxIndexTop .ulTopSlide li .btnTopSlideMovie01 {
  position: absolute;
  z-index: 2;
  top: 314px;
  left: 50%;
  transform: translateX(365%);
  -ms-transform: translateX(365%);
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxIndexTop .ulTopSlide li .btnTopSlideMovie01 {
    top: 2.5vw;
    left: auto;
    right: 2vw;
    transform: none;
    -ms-transform: none;
    width: 21vw;
  }
}

.boxIndexTop .ulTopSlide > li .imgTopSlide  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: none;
  height: 100%;
}
@media all and (max-width: 640px){
  .boxIndexTop .ulTopSlide li .imgTopSlide {
    width: 100%;
    height: auto;
  }
}

/*
.boxIndexTop .ulTopSlide li.liExperience .btnIndexSlider0201,
.boxIndexTop .ulTopSlide li.liExperience .btnIndexSlider0202 {
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 50%;
  transform: none;
  -ms-transform: none;
  width: 286px;
  height: auto;
}
@media all and (max-width: 640px){
  .boxIndexTop .ulTopSlide li.liExperience .btnIndexSlider0201,
  .boxIndexTop .ulTopSlide li.liExperience .btnIndexSlider0202 {
    bottom: 7vw;
    width: 41%;
  }
}

.boxIndexTop .ulTopSlide li.liExperience .btnIndexSlider0201 {
  transform: translateX(-182%);
  -ms-transform: translateX(-182%);
}
@media all and (max-width: 640px){
  .boxIndexTop .ulTopSlide li.liExperience .btnIndexSlider0201 {
    left: 5%;
  }
}

.boxIndexTop .ulTopSlide li.liExperience .btnIndexSlider0202 {
  transform: translateX(-75%);
  -ms-transform: translateX(-75%);
}
@media all and (max-width: 640px){
  .boxIndexTop .ulTopSlide li.liExperience .btnIndexSlider0202 {
    left: auto;
    right: 5%;
  }
}
*/

.boxIndexTopLink {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 50%;
  transform: translateX(294%);
  -ms-transform: translateX(294%);
}
@media all and (max-width: 640px){
  .boxIndexTopLink {
    display: none;
  }
}

.boxIndexTopLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 132px;
  height: 56px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  letter-spacing: 0.14em;
  font-size: 1.2rem;
  color: #fff;
}

.boxIndexTopLink a.linkIndexTop01 {
  background-color: #b50505;
  /*background-image: url('./../../images/index/index-top-bg01.png');*/
}
.boxIndexTopLink a.linkIndexTop02 {
  background-color: #0d2252;
  /*background-image: url('./../../images/index/index-top-bg02.png');*/
}
.boxIndexTopLink a.linkIndexTop03 {
  background-color: #fed34e;
  font-weight: 700;
  color: #0d2252;
  /*background-image: url('./../../images/index/index-top-bg03.png');*/
}

.boxIndexTop .boxTopSliderBtn {
  position: absolute;
  z-index: 2;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxTopSliderBtn {
    left: auto;
    right: 5vw;
    bottom: 3.3vw;
    transform: none;
    width: 2.4vw;
  }
}

@media all and (max-width: 640px){
  .boxIndexTop .boxTopSliderBtn > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.boxIndexTop .boxTopSliderBtn li {
  display: inline-block;
  border: 1px #fff solid;
  /*background-color: #eadfdb;*/
  width: 8px;
  height: 8px;
  margin: 0 6px;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxTopSliderBtn li {
    width: 2.4vw;
    height: 2.4vw;
    margin: 1.4vw 0;
    border: 1px #003686 solid;
  }
}

.boxIndexTop .boxTopSliderBtn li.current {
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxTopSliderBtn li.current {
    background-color: #003686;
  }
}



/*##### Index About #####*/
.boxIndexAboutWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 332px;
  background-image: url('./../../images/index/index-about-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexAboutWrap {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 48.5vw;
    padding-top: 54.5%;
    background-image: url('./../../images_sp/index/sp-index-about-bg01.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexAbout {
    position: absolute;
    top: 40vw;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.boxIndexAbout01 {
  width: 50%;
  /*margin-left: auto;*/
  margin-left: -30px;
  padding-right: 50px;
  /*padding-top: 50px;*/
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexAbout01 {
    width: 90%;
    height: 47.5vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-top: 7.6vw;
    background-color: #003686;
    /*
    background-image: url(./../../images_sp/index/sp-index-about-bg02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;*/
    text-align: center;
  }
}

.boxIndexAbout01 .ttl {
  margin-bottom: 30px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexAbout01 .ttl {
    margin-bottom: 2vw;
  }
}

.boxIndexAbout01 .ttl .ttlSub {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexAbout01 .ttl .ttlSub {
    margin-bottom: 3.0vw;
  }
  .boxIndexAbout01 .ttl .ttlSub img {
    width: 70vw;
  }
}

.boxIndexAbout01 .ttl .ttlMain {
  letter-spacing: 0.12em;
  font-size: 3.3rem;
  color: #336e7b;
}
@media all and (max-width: 640px){
  .boxIndexAbout01 .ttl .ttlMain {
    line-height: 1.15;
    letter-spacing: 0.05em;
    font-size: 2.3rem;
  }
}

.imgIndexAboutTxt01 {
  position: relative;
  top: -5px;
}
@media all and (max-width: 640px){
  .imgIndexAboutTxt01 {
    top: -1vw;
    width: 13.5vw;
    margin-right: 2vw;
  }
}

.boxIndexAbout01 .ttl .ttlMain .small {
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxIndexAbout01 .ttl .ttlMain .small {
    letter-spacing: 0.18em;
    font-size: 1.9rem;
  }
}

.boxIndexAbout01 .boxBaseCom {
  margin-bottom: 1.7em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.16rem;
}
@media all and (max-width: 640px){
  .boxIndexAbout01 .boxBaseCom {
    /*display: none;*/
    margin-bottom: 1.1em;
    font-size: 0.68rem;
  }
}

@media all and (max-width: 640px){
  .boxIndexAbout01 .boxLink {
    text-align: center;
  }
  .boxIndexAbout01 .boxLink img {
    width: 63vw;
  }
}




/*##### Index Banner #####*/
.boxIndexBnWrap {
  padding: 1.2em 0 0 0;
  /*border-bottom: 1px #000 solid;*/
}
@media all and (max-width: 640px){
  .boxIndexBnWrap {
    padding: 8.5vw 0 0 0;
    border-bottom: 1px #515766 solid;
  }
}

.boxIndexBn01 {
  margin-bottom: 1.7em;
}
@media all and (max-width: 640px){
  .boxIndexBn01 {
    margin-bottom: 8.5vw;
  }
}

@media all and (max-width: 640px){
  .boxIndexBn0101 {
    /*margin-bottom: 4.5vw;*/
  }
}

@media all and (max-width: 640px){
  .boxIndexBn0102 {
    text-align: center;
  }
  .boxIndexBn0102 img {
    width: 83%;
  }
}

.boxIndexBn02Wrap {
  /*
  background-image: url('./../../images/index/index-bn02-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;*/
}
@media all and (max-width: 640px){
  .boxIndexBn02Wrap {
    padding: 1.5vw 0 10vw 0;
    /*
    background-image: url('./../../images_sp/index/sp-index-bn02-bg01.png');
    background-size: 100% 100%;*/
  }
}


.boxIndexBn02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 140px;
}
@media all and (max-width: 640px){
  .boxIndexBn02 {
    display: block;
    height: auto;
  }
  .boxIndexBn02 img {
    margin-bottom: 7.8vw;
  }
  .boxIndexBn02 a:last-child img {
    margin-bottom: 0;
  }
}


/*##### Index Blog #####*/
.boxIndexBlogWrap {
  padding: 75px 0 60px 0;
  /*
  background-image: url('./../../images/index/index-blog-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;*/
}
@media all and (max-width: 640px){
  .boxIndexBlogWrap {
    padding: 12.5vw 0 14.5vw 0;
    /*
    background-image: url('./../../images_sp/index/sp-index-blog-bg01.png');
    background-size: 100% auto;*/
  }
}

.boxIndexBlog .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 42px;
}
@media all and (max-width: 640px){
  .boxIndexBlog .ttl {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    /*display: block;*/
    margin-bottom: 5.5vw;
  }
}

.boxIndexBlog .ttl .ttlMain {
  margin-right: 15px;
}
@media all and (max-width: 640px){
  .boxIndexBlog .ttl .ttlMain {
    width: 43.3vw;
    margin-right: 0;
    margin-bottom: 4.7vw;
    text-align: center;
  }
}

.boxIndexBlog .ttl .ttlSub {
  padding-top: 0.7em;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexBlog .ttl .ttlSub {
    display: block;
    padding: 0 0 1vw 3.5vw;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 0.91rem;
  }
}

.boxIndexBlog01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxIndexBlog01 {
    display: block;
  }
}

.boxIndexBlog01 .boxMeta,
.boxIndexBlog01 .boxListMeta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 14px;
}
@media all and (max-width: 640px){
  .boxIndexBlog01 .boxMeta,
  .boxIndexBlog01 .boxListMeta {
    margin-bottom: 2.3vw;
  }
}

.boxIndexBlog01 .txtDate {
  margin-right: 10px;
}
@media all and (max-width: 640px){
  .boxIndexBlog01 .txtDate {
    margin-right: 1.7vw;
    font-size: 0.9rem;
  }
}

.boxIndexBlog01 .ulListCat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxIndexBlog01 .ulListCat > li {
  margin-right: 5px;
  padding: 4px 8px 3px 8px;
  /*border: 1px #000 solid;*/
  letter-spacing: 0.1em;
  font-size: 0.95rem;
}
@media all and (max-width: 640px){
  .boxIndexBlog01 .ulListCat > li {
    margin-right: 1vw;
    padding: 1.0vw 1.4vw 0.6vw 1.4vw;
    font-size: 0.62rem;
  }
}

.boxIndexBlog01L {
  position: relative;
  width: 48.5%;
}
@media all and (max-width: 640px){
  .boxIndexBlog01L {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.boxIndexBlog01L .boxChkImg {
  height: 280px;
}
@media all and (max-width: 640px){
  .boxIndexBlog01L .boxChkImg {
    height: 48.2vw;
  }
}

.boxIndexBlog01L .imgIndexBlogCover01 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.boxIndexBlog01L .icnIndexBlogNew01 {
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 5px;
}
@media all and (max-width: 640px){
  .boxIndexBlog01L .icnIndexBlogNew01 {
    left: 2vw;
    top: 2vw;
    width: 17%;
  }
}

.boxIndexBlog01L .boxCont01 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 19px 15px;
  background-color: rgba(1,1,1,0.4);
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexBlog01L .boxCont01 {
    padding: 4vw 3.5vw;
  }
}

.boxIndexBlog01L .boxCont01 .ulListCat > li {
  border: 1px #fff solid;
  /*background-color: #eadfdb;
  border: 1px #fff solid;
  color: #fff !important;*/
}

.boxIndexBlog01L .txtDate {
  /*text-shadow: 1px 1px 5px #fff,-1px -1px 5px #fff,-1px 1px 5px #fff,1px -1px 5px #fff;*/
}

.boxIndexBlog01L .ttl02 {
  font-size: 1.3rem;
  /*text-shadow: 1px 1px 5px #fff,-1px -1px 5px #fff,-1px 1px 5px #fff,1px -1px 5px #fff;*/
}
@media all and (max-width: 640px){
  .boxIndexBlog01L .ttl02 {
    font-size: 0.96rem;
  }
}

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

@media all and (max-width: 640px){
  .boxIndexBlog01R .boxList {
    margin-bottom: 6vw;
  }
}

.boxIndexBlog01R .boxListOne {
  margin-bottom: 17px;
  padding: 0 0 18px 20px;
  border-bottom: 1px #5a5957 solid;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexBlog01R .boxListOne {
    margin-bottom: 4.5vw;
    padding: 0 0 4vw 4%;
  }
}

.boxIndexBlog01R .boxListOneIn {
  padding-right: 20px;
  background-image: url('./../../images/index/index-blog-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 99% center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexBlog01R .boxListOneIn {
    padding-right: 8vw;
    background-image: url('./../../images_sp/index/sp-index-blog-icn-arrow01.png');
    background-position: 97% center;
    background-size: 3.5vw auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexBlog01R .ttlList {
    font-size: 0.96rem;
  }
}

.boxIndexBlog01R .boxLink {
  padding-top: 3px;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxIndexBlog01R .boxLink {
    padding-top: 0;
    text-align: center;
  }
}

.boxIndexBlog01R .boxLink a {
  display: inline-block;
  padding-left: 26px;
  background-image: url('./../../images/index/index-blog-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexBlog01R .boxLink a {
    padding-left: 0;
    background-image: none;
  }
}



/*##### Index CompanyInfo #####*/
.boxIndexCompanyInfoWrap {
  height: 332px;
  background-image: url('./../../images/index/index-company-info-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexCompanyInfoWrap {
    position: relative;
    height: auto;
    margin-bottom: 48.5vw;
    padding-top: 54.5%;
    background-image: url('./../../images_sp/index/sp-index-company-info-bg01.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexCompanyInfo {
    position: absolute;
    top: 40vw;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.boxIndexCompanyInfo01 {
  width: 50%;
  margin-left: auto;
  padding-left: 88px;
  padding-top: 50px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexCompanyInfo01 {
    width: 90%;
    height: 47.5vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 5.6vw;
    background-color: #003686;
    /*
    background-image: url(./../../images_sp/index/sp-index-company-info-bg02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;*/
    text-align: center;
    color: #fff;
  }
}

.boxIndexCompanyInfo01 .ttl {
  margin-bottom: 30px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexCompanyInfo01 .ttl {
    margin-bottom: 3vw;
  }
}

.boxIndexCompanyInfo01 .ttl .ttlSub {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexCompanyInfo01 .ttl .ttlSub {
    margin-bottom: 2.0vw;
  }
  .boxIndexCompanyInfo01 .ttl .ttlSub img {
    width: 63vw;
  }
}

.boxIndexCompanyInfo01 .ttl .ttlMain {
  letter-spacing: 0.12em;
  font-size: 3.3rem;
  color: #336e7b;
}
@media all and (max-width: 640px){
  .boxIndexCompanyInfo01 .ttl .ttlMain {
    line-height: 1.15;
    letter-spacing: 0.05em;
    font-size: 2.3rem;
  }
}

.imgIndexCompanyInfoTxt01 {
  position: relative;
  top: -5px;
}
@media all and (max-width: 640px){
  .imgIndexCompanyInfoTxt01 {
    top: -1vw;
    width: 13.5vw;
    margin-right: 2vw;
  }
}

.boxIndexCompanyInfo01 .ttl .ttlMain .small {
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxIndexCompanyInfo01 .ttl .ttlMain .small {
    letter-spacing: 0.18em;
    font-size: 1.9rem;
  }
}

.boxIndexCompanyInfo01 .boxBaseCom {
  margin-bottom: 1.7em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.16rem;
}
@media all and (max-width: 640px){
  .boxIndexCompanyInfo01 .boxBaseCom {
    /*display: none;*/
    margin-bottom: 0.9em;
    font-size: 0.68rem;
  }
}

@media all and (max-width: 640px){
  .boxIndexCompanyInfo01 .boxLink {
    text-align: center;
  }
  .boxIndexCompanyInfo01 .boxLink img {
    width: 63.0vw;
  }
}



/*##### Index Recruit #####*/
.boxIndexRecruitWrap {
  max-width: 2000px;
  overflow: hidden;
  margin: 0 auto;
  /*padding-bottom: 55px;*/
}
@media all and (max-width: 640px){
  .boxIndexRecruitWrap{
    padding-bottom: 0;
  }
}

.boxIndexRecruit {
  display: table;
  width: 100%;
  height: auto;/*763px;*/
  /*text-align: center;*/
}
@media all and (max-width: 640px){
  .boxIndexRecruit {
    display: block;
    height: auto;
  }
}

.boxIndexRecruitL {
  display: table-cell;
  width: 403px;
  padding-top: 112px;
  padding-bottom: 100px;
  background-color: #000;
  /*background-image: url('./../../images/index/index04-bg-left-repeat.png'), url('./../../images/index/index04-bg-left.png');
  background-repeat: repeat-y, no-repeat;
  background-position: left top, left top;
  background-size: 403px auto, 403px auto;*/
  background-image: url('./../../images/index/index04-bg-left.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;/*100% auto;*/
  vertical-align: top;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexRecruitL {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 71%;
    padding-bottom: 0;
    background-image: url('./../../images_sp/index/sp-index04-bg-left.jpg');
    background-size: 100% auto;
    vertical-align: middle;
  }
}

@media all and (max-width: 640px){
  .boxIndexRecruitLIn {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
  }
}

.boxIndexRecruitL .ttl {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxIndexRecruitL .ttl {
    margin-bottom: 6.0vw;
  }
}

.boxIndexRecruitL .ttl .ttlEn {
  display: block;
  margin-bottom: 38px;
}
@media all and (max-width: 640px){
  .boxIndexRecruitL .ttl .ttlEn {
    margin-bottom: 0;
  }
  .boxIndexRecruitL .ttl .ttlEn img {
    width: 65.0vw;
  }
}

.boxIndexRecruitL .ttl .ttlJa {
  display: block;
  letter-spacing: 0.14em;
  font-size:1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexRecruitL .ttl .ttlJa {
    display: none;
  }
}

.boxIndexRecruitL .boxBaseCom {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxIndexRecruitL .boxBaseCom {
    /*display: none;*//* inline-block;*/
    margin-bottom: 7%;
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-size: 0.87rem;
  }
}

@media all and (max-width: 640px){
  .boxIndexRecruitL .boxLink {
    text-align: center;
  }
  .boxIndexRecruitL .boxLink img {
    width: 62%;
  }
}

.boxIndexRecruitR {
  display: table-cell;
  background-color: #dadada;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR {
    display: block;
    width: 100%;
    min-height: 100vw;
    margin-top: 0;
    padding-right: 0;
    background-color: transparent;
    /*
    background-image: url('./../../images_sp/index/sp-index-recruit-bg-right.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;*/
  }
}

.boxIndexRecruitR .boxRecruitSlide {
  margin: 0 0 0 65px;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide {
    margin: 0;
  }
}

@media all and (max-width: 640px){
  .boxIndexRecruitR .nkslider .boxSlideLine {
    padding-left: 0;
  }
}

.boxIndexRecruitR .nkslider .boxSlideOne {
  padding-top: 6px;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .nkslider .boxSlideOne {
    margin-right: 0;
    padding-top: 6.5vw;
  }
}

@media all and (max-width: 640px){
  .boxIndexRecruitR .nkslider .boxSlideOneIn {
    width: 88%;
  }
}

.boxIndexRecruitR .boxRecruitSlide .boxImgWrap {
  position: relative;
}

.boxIndexRecruitR .boxRecruitSlide .boxImg {
  margin-bottom: 17px;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide .boxImg {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    /*padding: 5%;*/
    padding-top: 100%;
    text-align: center;
  }
}

.boxIndexRecruitR .boxRecruitSlide .boxImg img {
  border-radius: 0;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide .boxImg img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
}

.boxIndexRecruitR .icnIndexRecruitNew {
  position: absolute;
  top: 5px;
  left: 5px;
  /*width: 62px;*/
  /*mix-blend-mode: multiply;*/
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide .icnIndexRecruitNew {
    z-index: 2;
    top: 1.5vw;
    left: 1.5vw;
    width: 15.0vw
  }
}

.boxIndexRecruitR .imgIndexRecruitCover01 {
  /*display: none !important;*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.boxIndexRecruitR .boxRecruitSlide .ttl {
  margin-bottom: 18px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-size: 1.23rem;
  font-weight: 700;
  color: #003686;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide .ttl {
    margin-bottom: 3vw;
    letter-spacing: 0.1em;
    font-size: 1.13rem;
  }
}
/*
.boxIndexRecruitR .boxRecruitSlide .ttl:before {
  content: '■';
  margin-right: 5px;
}*/

.boxIndexRecruitR .boxRecruitSlide .ulBaseTag01 {
  margin-bottom: 18px;
}

.boxIndexRecruitR .boxRecruitSlide dl {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide dl {
    font-size: 0.9rem;
    color: #000;
  }
}

.boxIndexRecruitR .boxRecruitSlide dl.last {
  margin-bottom: 23px;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide dl.last {
    margin-bottom: 3vw;
  }
}

.boxIndexRecruitR .boxRecruitSlide dt {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide dt {
    width: 25%;
  }
}

.boxIndexRecruitR .boxRecruitSlide dt .str2 {
  letter-spacing: 2.0em;
}

.boxIndexRecruitR .boxRecruitSlide dt .str3 {
  letter-spacing: 0.5em;
}

.boxIndexRecruitR .boxRecruitSlide dd {
  display: table-cell;
  width: 70%;
  vertical-align: top;
  text-indent: -0.3em;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide dd{
    width: 75%;
    padding-left: 0.35em;
    line-height: 1.5;
    text-indent: -0.35em;
  }
}

.boxIndexRecruitR .boxRecruitSlide dd:before {
  content: ':';
  position: relative;
  left: -5px;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide dd:before{
    content: ':';
    position: relative;
    left: -5px;
  }
}

.boxIndexRecruitR .boxRecruitSlide .ulBaseTag01 li {
  border: 1px #79aea8 solid;
  color: #79aea8;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide .ulBaseTag01 li {

  }
}

@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide .btnReadMore {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexRecruitR .nkslider .slideNaviL,
  .boxIndexRecruitR .nkslider .slideNaviR {
    width: 11.5vw;
  }
}

.boxIndexRecruitR .nkslider .slideNaviL {
  left: -117px;
}
.boxIndexRecruitR .nkslider .slideNaviR {
  right: -117px;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .nkslider .slideNaviL {
    left: 0.5vw;
  }
  .boxIndexRecruitR .nkslider .slideNaviR {
    right: 0.5vw;
  }
}



/*##### Index Beginner #####*/
.boxIndexBeginnerWrap {
  height: 361px;
  background-image: url('./../../images/index/index-beginner-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexBeginnerWrap {
    position: relative;
    height: auto;
    margin-bottom: 20.5vw;
    padding-top: 93%;
    background-image: url('./../../images_sp/index/sp-index-beginner-bg01.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexBeginner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 44% 5vw 0 5vw;
  }
}

.boxIndexBeginner01 {
  width: 50%;
  margin-left: -77px;
  padding-top: 50px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexBeginner01 {
    width: 100%;
    height: 47vw;
    margin-left: 0;
    padding-top: 6.0vw;
    background-image: url('./../../images_sp/index/sp-index-beginner-bg02.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-align: center;
  }
}

.boxIndexBeginner01 .ttl {
  margin-bottom: 34px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexBeginner01 .ttl {
    margin-bottom: 0;
  }
}

.boxIndexBeginner01 .ttl .ttlSub {
  display: block;
  /*padding-right: 30px;*/
  margin-bottom: 26px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexBeginner01 .ttl .ttlSub {
    /*padding-right: 0;*/
    /*padding-left: 2.0vw;*/
    margin-bottom: 4.5vw;
    text-align: center;
  }
  .boxIndexBeginner01 .ttl .ttlSub img {
    width: 48vw;
  }
}

.boxIndexBeginner01 .ttl .ttlMain {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 3.15rem;
  color: #6f6f6f;
}
@media all and (max-width: 640px){
  .boxIndexBeginner01 .ttl .ttlMain {
    margin-bottom: 5.5vw;
    /*padding-left: 5vw;*/
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
}

.imgIndexBeginnerTxt01 {
  position: relative;
  top: -5px;
  margin-right: 19px;
}
@media all and (max-width: 640px){
  .imgIndexBeginnerTxt01 {
    top: -1vw;
    width: 15.5vw;
    margin-right: 3vw;
  }
}

.boxIndexBeginner01 .ttl .ttlMain .txt01 {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.13em;
  font-size: 1.9rem;
}
@media all and (max-width: 640px){
  .boxIndexBeginner01 .ttl .ttlMain .txt01 {
    margin-bottom: 1.7vw;
    letter-spacing: 0.15em;
    font-size: 1.15rem;
  }
}

.boxIndexBeginner01 .ttl .ttlMain .small {
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxIndexBeginner01 .ttl .ttlMain .small {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 640px){
  .boxIndexBeginner01 .boxLink {
    /*
    position: absolute;
    left: 50%;
    bottom: -11%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 74.8%;*/
    text-align: center;
  }
  .boxIndexBeginner01 .boxLink img {
    width: 60vw;
  }
}



/*##### Index Company #####*/
.boxIndexCompanyWrap {
  background-image: url('./../../images/index/index-company-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexCompanyWrap {
    padding: 43.5% 0 13vw 0;
    background-image: url('./../../images_sp/index/sp-index-company-bg01.jpg');
    background-size: 100% auto;
  }
}

.boxIndexCompany {
  position: relative;
}
@media all and (max-width: 640px){
  .boxIndexCompany {
    width: 90%;
    margin: 0 auto;
    padding-top: 49%;
  }
}

.boxIndexCompany .boxLink {
  position: absolute;
  bottom: 55px;
  left: 55.7%;
}
@media all and (max-width: 640px){
  .boxIndexCompany .boxLink {
    z-index: 2;
    bottom: 6.7vw;
    left: 4vw;
    width: 100%;
    text-align: left;
  }
  .boxIndexCompany .boxLink img {
    width: 38vw;
  }
}

.boxIndexCompany01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 332px;
  margin-left: auto;
}
@media all and (max-width: 640px){
  .boxIndexCompany01LR {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: 0;
    /*background-color: #0a6dba;*/
    background-image: url('./../../images_sp/index/sp-index-company-bg02.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    /*box-shadow: 0 0 5vw 2vw rgba(0,0,0,0.2);*/
  }
}

.boxIndexCompany01L {
  order: 1;
  width: 58%;
  padding-left: 58px;
  padding-bottom: 53px;
}
@media all and (max-width: 640px){
  .boxIndexCompany01L {
    order: 1;
    width: 51.5%;
    padding: 6.2vw 0 0 3.7vw;
  }
}

.boxIndexCompany01L .ttl {
  display: none;
  margin-bottom: 17px;
  line-height: 1.1;
  font-size: 1.2rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexCompany01L .ttl {
    margin-bottom: 6vw;
    font-weight: 700;
    font-size: 0.8rem;
  }
}

.boxIndexCompany01L .boxBaseCom {
  line-height: 2.05;
  letter-spacing: 0.03em;
  font-size: 1.13rem;
}
@media all and (-ms-high-contrast:none){
  .boxIndexCompany01L .boxBaseCom {
    letter-spacing: -0.05em;
  }
}
@media all and (max-width: 640px){
  .boxIndexCompany01L .boxBaseCom {
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-size: 0.8rem;
  }
}

.boxIndexCompany01R {
  order: 2;
  width: 42%;
}
@media all and (max-width: 640px){
  .boxIndexCompany01R {
    order: 2;
    width: 48.5%;
    padding-top: 7.5vw;
    text-align: center;
  }
}

.boxIndexCompany01R .ttl .ttlImg {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexCompany01R .ttl .ttlImg {
    display: block;
    margin-bottom: 4.5vw;
  }
  .boxIndexCompany01R .ttlImg img {
    width: 35.3vw;
  }
}

.boxIndexCompany01R .ttl .ttlStr {
  display: block;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
    .boxIndexCompany01R .ttl .ttlStr {
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}



/*##### Index Crosstalk #####*/
.boxIndexCrosstalkWrap {
  height: 332px;
  background-image: url('./../../images/index/index-crosstalk-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalkWrap {
    position: relative;
    height: auto;
    margin-bottom: 50.0vw;
    padding-top: 54.5%;
    background-image: url('./../../images_sp/index/sp-index-crosstalk-bg01.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexCrosstalk {
    position: absolute;
    top: 42vw;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.boxIndexCrosstalk01 {
  width: 100%;/*50%*/
  /*margin-left: auto;*/
  margin: 0 auto;
  padding-right: 0;/*65px;*/
  padding-top: 34px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalk01 {
    width: 90%;
    height: 47.5vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-top: 4.6vw;
    background-image: url(./../../images_sp/index/sp-index-crosstalk-bg02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-align: center;
  }
}

.boxIndexCrosstalk01 .ttl {
  margin-bottom: 16px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalk01 .ttl {
    margin-bottom: 2vw;
  }
}

.boxIndexCrosstalk01 .ttl .ttlSub {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalk01 .ttl .ttlSub {
    margin-bottom: 2.0vw;
  }
  .boxIndexCrosstalk01 .ttl .ttlSub img {
    width: 14.8vw;
  }
}

.boxIndexCrosstalk01 .ttl .ttlMain {
  letter-spacing: 0.12em;
  font-size: 3.3rem;
  color: #336e7b;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalk01 .ttl .ttlMain {
    line-height: 1.15;
    letter-spacing: 0.05em;
    font-size: 2.3rem;
  }
}

.imgIndexCrosstalkTxt01 {
  position: relative;
  top: -5px;
}
@media all and (max-width: 640px){
  .imgIndexCrosstalkTxt01 {
    top: -1vw;
    width: 13.5vw;
    margin-right: 2vw;
  }
}

.boxIndexCrosstalk01 .ttl .ttlMain .small {
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalk01 .ttl .ttlMain .small {
    letter-spacing: 0.18em;
    font-size: 1.9rem;
  }
}

.boxIndexCrosstalk01 .boxBaseCom {
  margin-bottom: 1.4em;
  line-height: 1.7;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalk01 .boxBaseCom {
    display: none;
  }
}

.boxIndexCrosstalk01 .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalk01 .boxLink {
    text-align: center;
  }
  .boxIndexCrosstalk01 .boxLink img {
    width: 60.5vw;
  }
}

.boxIndexCrosstalk01 .boxLink a {
  margin: 0 1.4em;
}
@media all and (max-width: 640px){
  .boxIndexCrosstalk01 .boxLink a {
    margin: 0 0.4em;
  }
}


/*##### Index Experienced #####*/
.boxIndexExperiencedWrap,
.boxIndexExpertWrap {
  height: 360px;
  background-image: url('./../../images/index/index-experienced-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
.boxIndexExpertWrap {
  background-image: url('./../../images/index/index-expert-bg01.jpg');
}
@media all and (max-width: 640px){
  .boxIndexExperiencedWrap,
  .boxIndexExpertWrap {
    position: relative;
    height: auto;
    margin-bottom: 20.5vw;
    padding-top: 93%;
    background-image: url('./../../images_sp/index/sp-index-experienced-bg01.png');
    background-size: 100% auto;
  }
  .boxIndexExpertWrap {
    background-image: url('./../../images_sp/index/sp-index-expert-bg01.jpg');
  }
}

@media all and (max-width: 640px){
  .boxIndexExperienced,
  .boxIndexExpert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 44% 5vw 0 5vw;
  }
}

.boxIndexExperienced01,
.boxIndexExpert01 {
  width: 50%;
  margin-left: auto;
  margin-right: -28px;
  padding-top: 47px;
  /*padding-left: 30px;*/
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexExperienced01,
  .boxIndexExpert01 {
    width: 100%;
    height: 47vw;
    margin-left: 0;
    padding-top: 6.0vw;
    background-image: url(./../../images_sp/index/sp-index-experienced-bg02.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-align: center;
  }
  .boxIndexExpert01 {
    background-image: url(./../../images_sp/index/sp-index-expert-bg02.jpg);
  }
}

.boxIndexExperienced01 .ttl,
.boxIndexExpert01 .ttl {
  margin-bottom: 35px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexExperienced01 .ttl,
  .boxIndexExpert01 .ttl {
    margin-bottom: 5.5vw;
  }
}

.boxIndexExperienced01 .ttl .ttlSub,
.boxIndexExpert01 .ttl .ttlSub {
  display: block;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexExperienced01 .ttl .ttlSub,
  .boxIndexExpert01 .ttl .ttlSub {
    margin-bottom: 4.5vw;
  }
  .boxIndexExperienced01 .ttl .ttlSub img,
  .boxIndexExpert01 .ttl .ttlSub img {
    width: 36.2vw;
  }
}

.boxIndexExperienced01 .ttl .ttlMain,
.boxIndexExpert01 .ttl .ttlMain {
  letter-spacing: 0.12em;
  font-size: 3.15rem;
  color: #6f6f6f;
}
@media all and (max-width: 640px){
  .boxIndexExperienced01 .ttl .ttlMain,
  .boxIndexExpert01 .ttl .ttlMain {
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
}

.imgIndexExperiencedTxt01,
.imgIndexExpertTxt01 {
  position: relative;
  top: -5px;
}
@media all and (max-width: 640px){
  .imgIndexExperiencedTxt01,
  .imgIndexExpertTxt01 {
    top: -1vw;
    width: 13.5vw;
    margin-right: 2vw;
  }
}

.boxIndexExperienced01 .ttl .ttlMain .small,
.boxIndexExpert01 .ttl .ttlMain .small {
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxIndexExperienced01 .ttl .ttlMain .small,
  .boxIndexExpert01 .ttl .ttlMain .small {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 640px){
  .boxIndexExperienced01 .boxLink,
  .boxIndexExpert01 .boxLink {
    /*
    position: absolute;
    left: 50%;
    bottom: -11%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 74.8%;*/
    text-align: center;
  }
  .boxIndexExperienced01 .boxLink img,
  .boxIndexExpert01 .boxLink img {
    width: 60vw;
  }
}



/*##### Index Industry #####*/
.boxIndexIndustryWrap {
  height: 332px;
  background-image: url('./../../images/index/index-industry-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexIndustryWrap {
    position: relative;
    height: auto;
    margin-bottom: 50.0vw;
    padding-top: 54.5%;
    background-image: url('./../../images_sp/index/sp-index-industry-bg01.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexIndustry {
    position: absolute;
    top: 42vw;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.boxIndexIndustry01 {
  width: 50%;
  margin-left: auto;
  padding-left: 10px;
  padding-top: 34px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexIndustry01 {
    width: 90%;
    height: 47.5vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 4.6vw;
    background-image: url(./../../images_sp/index/sp-index-industry-bg02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-align: center;
  }
}

.boxIndexIndustry01 .ttl {
  margin-bottom: 16px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexIndustry01 .ttl {
    margin-bottom: 2vw;
  }
}

.boxIndexIndustry01 .ttl .ttlSub {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexIndustry01 .ttl .ttlSub {
    margin-bottom: 2.0vw;
  }
  .boxIndexIndustry01 .ttl .ttlSub img {
    width: 14.8vw;
  }
}

.boxIndexIndustry01 .ttl .ttlMain {
  letter-spacing: 0.12em;
  font-size: 3.3rem;
  color: #336e7b;
}
@media all and (max-width: 640px){
  .boxIndexIndustry01 .ttl .ttlMain {
    line-height: 1.15;
    letter-spacing: 0.05em;
    font-size: 2.3rem;
  }
}

.imgIndexIndustryTxt01 {
  position: relative;
  top: -5px;
}
@media all and (max-width: 640px){
  .imgIndexIndustryTxt01 {
    top: -1vw;
    width: 13.5vw;
    margin-right: 2vw;
  }
}

.boxIndexIndustry01 .ttl .ttlMain .small {
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxIndexIndustry01 .ttl .ttlMain .small {
    letter-spacing: 0.18em;
    font-size: 1.9rem;
  }
}

.boxIndexIndustry01 .boxBaseCom {
  margin-bottom: 1.4em;
  line-height: 1.7;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxIndexIndustry01 .boxBaseCom {
    display: none;
  }
}

@media all and (max-width: 640px){
  .boxIndexIndustry01 .boxLink {
    text-align: center;
  }
  .boxIndexIndustry01 .boxLink img {
    width: 60.5vw;
  }
}




/*##### Index Interview Type01 #####*/
/*
.boxIndexInterviewWrap {
  padding: 70px 0 70px 0;
}
@media all and (max-width: 640px){
  .boxIndexInterviewWrap {
    padding: 14.5vw 0 16vw 0;
  }
}

.boxIndexInterview01 {
  text-align: center;
}

.boxIndexInterview01 .ttl {
  margin-bottom: 40px;
}
@media all and (max-width: 640px){
  .boxIndexInterview01 .ttl {
    margin-bottom: 8.3vw;
  }
}

.boxIndexInterview01 .ttl .ttlMain {
  display: block;
  margin-bottom: 38px;
}
@media all and (max-width: 640px){
  .boxIndexInterview01 .ttl .ttlMain {
    margin-bottom: 4vw;
  }
  .boxIndexInterview01 .ttl .ttlMain img {
    width: 59.8%;
  }
}

.boxIndexInterview01 .ttl .ttlSub {
  letter-spacing: 0.16em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxIndexInterview01 .ttl .ttlSub {
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

@media all and (max-width: 640px){
  .boxIndexInterview01 .boxImg {
    margin-bottom: 6.5vw;
  }
}

.boxIndexInterview01 .boxLink {
  margin-top: -35px;
  padding-right: 24px;
  text-align: right;
}
@media all and (max-width: 640px){
  .boxIndexInterview01 .boxLink {
    margin-top: 0;
    padding-right: 0;
    text-align: center;
  }
  .boxIndexInterview01 .boxLink img {
    width: 75%;
  }
}
*/


/*##### Index Interview Type02 #####*/
.boxIndexInterviewWrap {
  margin-bottom: 1px;
  background-image: url('./../../images/index/index-interview-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexInterviewWrap {
    padding: 43.5% 0 21% 0;
    background-image: url('./../../images_sp/index/sp-index-interview-bg01.jpg');
    background-size: 100% auto;
  }
}

.boxIndexInterview {
  position: relative;
}
@media all and (max-width: 640px){
  .boxIndexInterview {
    width: 90%;
    margin: 0 auto;
    padding-top: 49%;
  }
}

.boxIndexInterview .boxLink {
  position: absolute;
  bottom: 56px;
  left: 0;
}
@media all and (max-width: 640px){
  .boxIndexInterview .boxLink {
    z-index: 2;
    bottom: -15%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .boxIndexInterview .boxLink img {
    width: 69.5%;
  }
}

.boxIndexInterview01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 328px;
}
@media all and (max-width: 640px){
  .boxIndexInterview01LR {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    /*background-color: #0a6dba;*/
    background-image: url('./../../images_sp/index/sp-index-interview-bg02.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    /*box-shadow: 0 0 5vw 2vw rgba(0,0,0,0.2);*/
  }
}

.boxIndexInterview01LR {
  /*margin-left: auto;*/
}
@media all and (max-width: 640px){
  .boxIndexInterview01LR {
    margin-left: 0;
  }
}

.boxIndexInterview01L {
  order: 1;
  width: 47%;
  padding: 30px 0 50px 0;
}
@media all and (max-width: 640px){
  .boxIndexInterview01L {
    order: 1;
    width: 51.5%;
    padding: 8.5vw 0 0 3.5vw;
  }
}

.boxIndexInterview01L .ttl {
  display: none;
  margin-bottom: 17px;
  line-height: 1.1;
  font-size: 1.2rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexInterview01L .ttl {
    margin-bottom: 6vw;
    font-weight: 700;
    font-size: 0.8rem;
  }
}

.boxIndexInterview01L .boxBaseCom {
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .boxIndexInterview01L .boxBaseCom {
    line-height: 1.65;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
  }
}

.boxIndexInterview01R {
  order: 2;
  width: 53%;
}
@media all and (max-width: 640px){
  .boxIndexInterview01R {
    order: 2;
    width: 48.5%;
    padding-top: 7.1vw;
    text-align: center;
  }
}

.boxIndexInterview01R .ttl .ttlImg {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexInterview01R .ttl .ttlImg {
    display: block;
    margin-bottom: 4.0vw;
  }
  .boxIndexInterview01R .ttlImg img {
    width: 38vw;
  }
}

.boxIndexInterview01R .ttl .ttlStr {
  display: block;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
    .boxIndexInterview01R .ttl .ttlStr {
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    font-weight: 700;
    font-style: normal;
  }
}



/*##### Index Reform #####*/
.boxIndexReformWrap {
  height: 360px;
  background-image: url('./../../images/index/index-reform-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexReformWrap {
    position: relative;
    height: auto;
    margin-bottom: 20.5vw;
    padding-top: 60%;
    background-image: url('./../../images_sp/index/sp-index-reform-bg01.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexReform {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.boxIndexReform01 {
  width: 50%;
  margin-left: auto;
  margin-right: -28px;
  padding-top: 47px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexReform01 {
    width: 100%;
    height: 47vw;
    margin-left: 0;
    padding-top: 6.5vw;
    background-image: url(./../../images_sp/index/sp-index-reform-bg02.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-align: center;
  }
}

.boxIndexReform01 .ttl {
  margin-bottom: 35px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexReform01 .ttl {
    margin-bottom: 10vw;
    padding: 0 28vw 0 0;
  }
}

.boxIndexReform01 .ttl .ttlSub {
  display: block;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexReform01 .ttl .ttlSub {
    margin-bottom: 4.5vw;
  }
  .boxIndexReform01 .ttl .ttlSub img {
    width: 14.8vw;
  }
}

.boxIndexReform01 .ttl .ttlMain {
  letter-spacing: 0.12em;
  font-size: 3.15rem;
  color: #0b83c7;
}
@media all and (max-width: 640px){
  .boxIndexReform01 .ttl .ttlMain {
    line-height: 1.15;
    letter-spacing: 0.05em;
    font-size: 2.1rem;
  }
}

.imgIndexReformTxt01 {
  position: relative;
  top: -5px;
}
@media all and (max-width: 640px){
  .imgIndexReformTxt01 {
    top: -1vw;
    width: 13.5vw;
    margin-right: 2vw;
  }
}

.boxIndexReform01 .ttl .ttlMain .small {
  font-size: 2.1rem;
  color: #000;
}
@media all and (max-width: 640px){
  .boxIndexReform01 .ttl .ttlMain .small {
    letter-spacing: 0.18em;
    font-size: 1.5rem;
  }
}

@media all and (max-width: 640px){
  .boxIndexReform01 .boxLink {
    text-align: center;
  }
  .boxIndexReform01 .boxLink img {
    width: 72.5vw;
  }
}



/*##### Index Welfare #####*/
.boxIndexWelfareWrap {
  background-image: url('./../../images/index/index-welfare-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexWelfareWrap {
    padding: 43.5% 0 18% 0;
    background-image: url('./../../images_sp/index/sp-index-welfare-bg01.jpg');
    background-size: 100% auto;
  }
}

.boxIndexWelfare {
  position: relative;
}
@media all and (max-width: 640px){
  .boxIndexWelfare {
    width: 90%;
    margin: 0 auto;
    padding-top: 49%;
  }
}

.boxIndexWelfare .boxLink {
  position: absolute;
  bottom: 40px;
  left: 0;
}
@media all and (max-width: 640px){
  .boxIndexWelfare .boxLink {
    z-index: 2;
    bottom: -15%;
    width: 100%;
    text-align: center;
  }
  .boxIndexWelfare .boxLink img {
    width: 69.5%;
  }
}

.boxIndexWelfare01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 329px;
}
@media all and (max-width: 640px){
  .boxIndexWelfare01LR {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    /*background-color: #0a6dba;*/
    background-image: url('./../../images_sp/index/sp-index-company-bg02.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    /*box-shadow: 0 0 5vw 2vw rgba(0,0,0,0.2);*/
  }
}

.boxIndexWelfare01L {
  order: 2;
  width: 41.5%;
  padding-top: 16px;
  padding-bottom: 50px;
}
@media all and (max-width: 640px){
  .boxIndexWelfare01L {
    order: 1;
    width: 51.5%;
    padding: 5.5vw 0 0 3.5vw;
  }
}

.boxIndexWelfare01L .ttl {
  display: none;
  margin-bottom: 17px;
  line-height: 1.1;
  font-size: 1.2rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexWelfare01L .ttl {
    margin-bottom: 6vw;
    font-weight: 700;
    font-size: 0.8rem;
  }
}

.boxIndexWelfare01L .boxBaseCom {
  line-height: 1.9;
  font-size: 1.3rem;
  font-weight: 700;
  color: #6f6f6f;
}
@media all and (max-width: 640px){
  .boxIndexWelfare01L .boxBaseCom {
    line-height: 1.65;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
  }
}

.boxIndexWelfare01R {
  order: 1;
  width: 58.5%;
}
@media all and (max-width: 640px){
  .boxIndexWelfare01R {
    order: 2;
    width: 48.5%;
    padding-top: 7.1vw;
    text-align: center;
  }
}

.boxIndexWelfare01R .ttl .ttlImg {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexWelfare01R .ttl .ttlImg {
    display: block;
    margin-bottom: 4.5vw;
  }
  .boxIndexWelfare01R .ttlImg img {
    width: 78%;
  }
}

.boxIndexWelfare01R .ttl .ttlStr {
  display: block;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e05625;
}
@media all and (max-width: 640px){
    .boxIndexWelfare01R .ttl .ttlStr {
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    font-weight: 700;
  }
}



.boxIndex05Wrap {
  background-image: url('./../../images/index/index05-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.boxIndex05{
  display: table;
  width: 1010px;
  height: 330px;
  margin: 0 auto;
  text-align: center;
}
.boxIndex05In{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.boxIndex05InCont{
  position: relative;
  width: 446px;
  height: 245px;
  /*margin-left: auto;*/
  padding: 20px 0 0 0;
  /*
  background-image: url('./../../images/index/index05-bg02.png');
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 1px 1px 30px rgba(0,0,0,0.4);
  */
}
.imgIndex05InCont01{
  display: none;
  position: absolute;
  z-index: 2;
  top: 45px;
  right: -180px;
}
.boxIndex05InContL{
  float: left;
  width: 44%;
  padding-top: 20px;
  vertical-align: middle;
}
.boxIndex05InContL .txtNumber {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
}
.boxIndex05InContL .ttl {
  display: inline-block;
  width: 100%;
  margin-bottom: 21px;
  padding-bottom: 17px;
  background-image: url(./../../images/index/index05-border.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 97px auto;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 2.0rem;
}
.boxIndex05InContL .boxCom01 p {
  display: inline-block;
  line-height: 1.0;
  letter-spacing: 0.16em;
  font-size: 1.45rem;
}
.boxIndex05InContL .ttl2{
  margin-bottom: 10px;
  padding: 0 25px;
  text-align: left;
  font-weight: bold;
}
.boxIndex05InContL .boxCom03{
  margin-bottom: 25px;
  padding: 0 25px;
  letter-spacing: 0.1em;
  text-align: left;
}
.boxIndex05InContR{
  float: right;
  width: 56%;
  padding: 0 10px 0 29px;
  vertical-align: middle;
  text-align: left;
}
.boxIndex05InContR .ttl2{
  margin-bottom: 17px;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 1.3rem;
}
.boxIndex05InContR .boxCom03{
  margin-bottom: 25px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}
.linkIndex05Btn{
  display: inline-block;
  width: 210px;
  padding: 16px 15px 14px 0;
  background-image: url('./../../images/index/index05-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 6px auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
}

.boxIndex06Wrap{
  background-image: url('./../../images/index/index06-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.boxIndex06{
  display: table;
  width: 922px;
  height: 329px;
  margin: 0 auto;
  text-align: center;
}
.boxIndex06In{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.boxIndex06InCont{
  position: relative;
  width: 446px;
  height: 245px;
  padding: 20px 0 0 0;
  background-image: url('./../../images/index/index06-bg02.png');
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: -1px -1px 30px rgba(0,0,0,0.4);
}
.imgIndex06InCont01{
  display: none;
  position: absolute;
  z-index: 2;
  top: 110px;
  left: -195px;
}
.boxIndex06InContL{
  float: left;
  width: 44%;
  padding-top: 12px;
  vertical-align: middle;
}
.boxIndex06InContL .txtNumber{
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
}
.boxIndex06InContL .ttl{
  display: inline-block;
  width: 100%;
  margin-bottom: 21px;
  padding-bottom: 17px;
  background-image: url('./../../images/index/index05-border.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 2.0rem;
}
.boxIndex06InContL .boxCom01 p{
  display: inline-block;
  line-height: 1.0;
  letter-spacing: 0.16em;
  font-size:1.45rem;
}
.boxIndex06InContL .boxCom02 p{
  line-height: 1.75;
  letter-spacing: 0.18em;
  font-size: 1.0rem;
}
.boxIndex06InContR{
  float: right;
  width: 56%;
  padding: 10px 29px 0 29px;
  vertical-align: middle;
  text-align: left;
}
.boxIndex06InContR .ttl2{
  margin-bottom: 10px;
  text-align: right;
}
.boxIndex06InContR .boxCom03{
  margin-bottom: 20px;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
}
.linkIndex06Btn{
  display: block;
  margin: 0 auto;
  width: 190px;
  padding: 8px 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
}

/***** Index07 *****/
.boxIndex07Wrap {
  margin-bottom: 20px;
}
.boxIndex07Wrap .ttl {
  width: 100%;
  margin-bottom: 30px;
  background-image: url('./../../images/index/index07-ttl01-repeat.png');
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
}
.boxIndex07 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.boxIndex07One {
  width: 48.6%;
}
.boxIndex07One .boxImg {
  margin-bottom: 25px;
}
.boxIndex07One .boxBaseCom {
  letter-spacing: 0.05em;
  font-size: 0.96em;
  font-weight: 700;
}



/***** Index Entry *****/
.boxIndexEntryWrap {
  padding-bottom: 25px;
}
@media all and (max-width: 640px){
  .boxIndexEntryWrap {
    min-height: 100vw;
    background-image: url('./../../images_sp/index/sp-index-entry-bg01.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    padding: 6% 0 0 0;
  }
}

.boxIndexEntry .ttlBase09 {
  display: none;
}
@media all and (max-width: 640px){
  .boxIndexEntry .ttlBase09 {
    display: block;
  }
}

.boxIndexEntry .boxBaseCom.no01{
  display: none;
}
@media all and (max-width: 640px){
  .boxIndexEntry .boxBaseCom.no01{
    display: block;
    text-align: center;
  }
}

.boxIndexEntryF {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxIndexEntryF {
    display: block;
  }
}

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

.boxIndexEntryOneWrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap {
    margin-bottom: 15%;
    padding-top: 79.444444%;
  }
}

.boxIndexEntryOneWrap.no01 {
  background-image: url('./../../images/index/index-entry-bg0101.jpg');
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap.no01 {
    background-image: url('./../../images_sp/index/sp-index-entry-bg0101.jpg');
  }
}

.boxIndexEntryOneWrap.no02 {
  background-image: url('./../../images/index/index-entry-bg0102.jpg');
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap.no02 {
    background-image: url('./../../images_sp/index/sp-index-entry-bg0102.jpg');
  }
}

.boxIndexEntryOneWrap.no03 {
  background-image: url('./../../images/index/index-entry-bg0103.jpg');
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap.no03 {
    background-image: url('./../../images_sp/index/sp-index-entry-bg0103.jpg');
  }
}

.boxIndexEntryOneWrap .linkToDetail {
  position: absolute;
  top: 340px;
  left: 0;
  right: 0;
  display: block;
  width: 220px;
  margin: auto;
  padding: 12px 0 10px 0;
  background-image: url('./../../images/index/index-entry-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: auto auto;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap .linkToDetail {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: -8%;
    padding: 5% 0;
    background-image: url('./../../images_sp/index/sp-index-entry-icn-arrow01.png');
    background-position: 93% center;
    background-size: 3.5% auto;
    font-size: 5.0vw;
    font-weight: 700;
  }
}

.boxIndexEntryOneWrap .imgIndexEntry0102 {
  position: absolute;
  z-index: 2;
  top: 230px;
  left: 3px;
  width: 71px;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap .imgIndexEntry0102 {
    z-index: 3;
    top: 67.5%;
    left: 4%;
    width: 20%;
  }
}

.boxIndexEntryOneWrap .imgIndexEntry0103 {
  position: absolute;
  z-index: 2;
  top: 230px;
  left: 8px;
  width: 121px;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap .imgIndexEntry0103 {
    z-index: 3;
    top: 54%;
    left: 3%;
    width: 29%;
  }
}

@media all and (max-width: 640px){
  .boxIndexEntryOne {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}

.boxIndexEntryOneL {
  width: 195px;
  height: 359px;
  margin-bottom: 47px;
  padding: 20px 0 0 0;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneL {
    width: 50%;
    height: auto;
    margin-bottom: 0;
    padding: 2% 3% 0 5%;
  }
}

.boxIndexEntryOneL .ttl {
  text-align: center;
}

.boxIndexEntryOneL .ttl .ttlNum {
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  background-image: url('./../../images/index/index-entry-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 38% 1px;
  font-size: 2.95rem;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneL .ttl .ttlNum {
    margin-bottom: 10%;
    padding: 0 0 1% 0;
    background-image: url('./../../images_sp/index/sp-index-entry-border01.png');
    background-size: 40% 1px;
    font-size: 9.0vw;
  }
}

.boxIndexEntryOneL .ttlMain > span {
  display: inline-block;
  width: 100%;
  line-height: 1.0;
  font-size: 4.0rem;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneL .ttlMain > span {
    font-size: 9.0vw;
  }
}

.boxIndexEntryOneWrap.no02 .boxIndexEntryOneL .ttlMain > span {
  line-height: 1.11;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap.no02 .boxIndexEntryOneL .ttlMain > span {
    line-height: 1.3;
  }
}

.boxIndexEntryOneWrap.no03 .boxIndexEntryOneL .ttlMain > span {
  line-height: 1.1;
  font-size: 3.5rem;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap.no03 .boxIndexEntryOneL .ttlMain > span {
    line-height: 1.3;
    font-size: 9.0vw;
  }
}

.boxIndexEntryOneL .ttlMain > span.small {
  letter-spacing: 0.1em;
  font-size: 2.3rem;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneL .ttlMain > span.small {
    font-size: 6.0vw;
  }
}

.boxIndexEntryOneWrap.no02 .boxIndexEntryOneL .ttlMain > span.small {
  font-size: 2.7rem;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneWrap.no02 .boxIndexEntryOneL .ttlMain > span.small {
    font-size: 6.0vw;
  }
}

.boxIndexEntryOneL .ttlMain > span.small01 {
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneL .ttlMain > span.small01 {
    font-size: 4.0vw;
  }
}

.boxIndexEntryOneL .ttl span.small02 {
  position: relative;
  top: -2px;
  font-size: 2.2rem;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneL .ttl span.small02 {
    font-size: 6.0vw;
  }
}

@media all and (max-width: 640px){
  .boxIndexEntryOneR {
    /*-webkit-align-self: flex-end;
    align-self: flex-end;*/
    width: 50%;
    padding: 60% 4% 8% 1%;
  }
}

@media all and (max-width: 640px){
  .boxIndexEntryOneWrap.no02 .boxIndexEntryOneR {
    padding: 55% 4% 8% 1%;
  }
}

.boxIndexEntryOneR .boxBaseCom {
  width: 100%;
  margin-left: 0;
  text-align: left;
  line-height: 1.4;
  font-size: 1.1rem;
  color: #2b2723;
}
@media all and (max-width: 640px){
  .boxIndexEntryOneR .boxBaseCom {
    width: 150%;
    margin-left: -50%;
    text-align: right;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 640px){
  .boxIndexEntryOneWrap.no01 .boxIndexEntryOneR .boxBaseCom {
    color: #1a368d;
  }
  .boxIndexEntryOneWrap.no02 .boxIndexEntryOneR .boxBaseCom,
  .boxIndexEntryOneWrap.no03 .boxIndexEntryOneR .boxBaseCom {
    text-shadow: 1px 1px 1px #000;
    color: #fff;
  }
}




/***** Index Album *****/
.boxIndexAlbumWrap {
  background-image: url('./../../images/index/index-album-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 604px;
  padding: 55px 0 60px 0;
}
@media all and (max-width: 640px){
  .boxIndexAlbumWrap {
    min-height: 100vw;
    background-image: url('./../../images_sp/index/sp-index-album-bg01.png');
    background-position: left top;
    background-size: 100% auto;
    padding: 6% 0 10% 0;
  }
}

.boxIndexAlbum .ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 6.0rem;
  letter-spacing: 0.07em;
}
@media all and (max-width: 640px){
  .boxIndexAlbum .ttl {
    margin-bottom: 11%;
    font-size: 10.0vw;
  }
}

.boxIndexAlbum .ttl .small {
  font-size: 3.2rem;
}
@media all and (max-width: 640px){
  .boxIndexAlbum .ttl .small {
    font-size: 8.0vw;
  }
}

.boxIndexAlbum .ttl .small01 {
  font-size: 2.9rem;
}
@media all and (max-width: 640px){
  .boxIndexAlbum .ttl .small01 {
    font-size: 7.0vw;
  }
}

.boxIndexAlbum .boxImg {
  margin-bottom: 28px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexAlbum .boxImg {
    margin-bottom: 10%;
  }
}

.boxIndexAlbum .boxToArchive {
  text-align: center;
}



/*##### Index Movie #####*/
.boxIndexMovieWrap {
  padding: 56px 0;
  background-color: #eaeaea;
}
@media all and (max-width: 640px){
  .boxIndexMovieWrap {
    margin-bottom: 15vw;
    padding: 7vw 0 6vw 0;
  }
}

.boxIndexMovie .ttl {
  margin-bottom: 39px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.3rem;
  font-weight: 700;
  color: #0168b7;
}
@media all and (max-width: 640px){
  .boxIndexMovie .ttl {
    margin-bottom: 4.3vw;
    font-size: 1.15rem;
  }
}

.boxIndexMovie .ttl > span {
  display: inline-block;
  padding: 0 43px 6px 43px;
  background-image: url('./../../images/index/index-movie-icn-deco01-l.png'), url('./../../images/index/index-movie-icn-deco01-r.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: auto auto, auto auto;
}

.boxIndexMovie .ttl .small {
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexMovie .ttl .small {
    font-size: 0.9rem;
  }
}




/*##### Index Tmp03 #####*/
.boxIndexTmp03Wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 332px;
  background-image: url('./../../images/index/index-work-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexTmp03Wrap {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 54.5vw;
    padding-top: 54.5%;
    background-image: url('./../../images_sp/index/sp-index-work-bg01.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 640px){
  .boxIndexTmp03 {
    position: absolute;
    top: 40vw;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.boxIndexTmp0301 {
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexTmp0301 {
    width: 90%;
    height: 53.6vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 4.6vw;
    background-color: #003686;
    text-align: center;
    color: #fff;
  }
}

.boxIndexTmp0301 .ttl01 {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxIndexTmp0301 .ttl01 {
    margin-bottom: 3vw;
  }
}

@media all and (max-width: 640px){
  .boxIndexTmp0301 .ttl01 img {
    width: 59.8vw;
  }
}

.boxIndexTmp0301 .boxBaseCom {
  margin-bottom: 1.7em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.16rem;
}
@media all and (max-width: 640px){
  .boxIndexTmp0301 .boxBaseCom {
    /*display: none;*/
    margin-bottom: 1.1em;
    font-size: 0.68rem;
  }
}

.boxIndexTmp0301 .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  /* align-items: flex-start; */
  align-items: center;
}
@media all and (max-width: 640px){
  .boxIndexTmp0301 .boxLink {
    /* -webkit-justify-content: space-between;
    justify-content: space-between; */
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 5.3vw;
  }
}

@media all and (max-width: 640px){
  .boxIndexTmp0301 .boxLink a {
    width: 36.5vw;
  }
}

.boxIndexTmp0301 .boxLink a:first-child {
  /* margin-right: 3em; */
  margin-right: 0;
}
@media all and (max-width: 640px){
  .boxIndexTmp0301 .boxLink a:first-child {
    margin-right: 0;
  }
}
