@charset 'utf-8';

/*##### Index Top #####*/
.boxIndexTopWrap {
  margin-top: -118px;
	position: relative;
}
@media all and (max-width: 640px){
  .boxIndexTopWrap {
    margin-top: -7.5vw;
  }
}

.boxIndexTop {
  position: relative;
}

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

.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: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxTopSliderBtn {
    bottom: -3vw;
    text-align: center;
  }
}

.boxIndexTop .boxTopSliderBtn > ul {
  position: relative;
  top: -34px;
}
@media all and (max-width: 640px){
  .boxIndexTop .boxTopSliderBtn > ul {
    top: 4vw;
  }
}

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

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


/*##### Index Banner #####*/
.boxIndexBnWrap {
  padding: 0 ;
}
@media all and (max-width: 640px){
  .boxIndexBnWrap {
    padding: 0;
  }
}

.boxIndexBn01 {
  margin-bottom: 2.3em;
}
@media all and (max-width: 640px){
  .boxIndexBn01 {
    margin-bottom: 11.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 {
  padding: 2.7em 0;
  background-color: #156bd9;
}
.boxIndexBn03Wrap {
  padding: 4em 0 6em;
}

.boxIndexBn02 {
  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){
  .boxIndexBn03Wrap {
    padding: 2em 0;
    background: #E3E3E3;
	margin-bottom: 3rem;
  }
  .boxIndexBn02 {
    display: block;
  }
  .boxIndexBn02 img {
    margin-bottom: 7.5vw;
  }
  .boxIndexBn02 a:last-child img {
    margin-bottom: 0;
  }
}


/*##### Index Blog #####*/
.boxIndexBlogWrap {
  padding: 48px 0 0px 0;
  /*
  background-image: url('./../../images/index/index-blog-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;*/
}
@media all and (max-width: 640px){
  .boxIndexBlogWrap {
    padding: 11.5vw 0 13.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: 45px;
}
@media all and (max-width: 640px){
  .boxIndexBlog .ttl {
    display: block;
    margin-bottom: 7.0vw;
  }
}

.boxIndexBlog .ttl .ttlMain {
  margin-right: 15px;
}
@media all and (max-width: 640px){
  .boxIndexBlog .ttl .ttlMain {
    display: block;
    margin-right: 0;
    margin-bottom: 8vw;
    text-align: center;
  }
  .boxIndexBlog .ttl .ttlMain img {
    width: 36vw;
  }
  .boxIndexBlog.typeB .ttl .ttlMain img {
    width: 80vw;
  }
}

.boxIndexBlog .ttl .ttlSub {
  position: relative;
  top: -0.1em;
  padding-top: 23px;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  font-weight: 700;
  color:#00479a;
}
@media all and (max-width: 640px){
  .boxIndexBlog .ttl .ttlSub {
    display: block;
    padding-top: 0;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 0.98rem;
  }
}

.boxIndexBlog .ttl .ttlSub:before {
  content: '/';
  position: relative;
  font-size: 1.95rem;
  margin: 0 0.4em 0 0.5em;
}
@media all and (max-width: 640px){
  .boxIndexBlog .ttl .ttlSub:before {
    content: none;
  }
}

.boxIndexBlog.typeB .boxIndexInstaBlog {
  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){
  .boxIndexBlog.typeB .boxIndexInstaBlog {
    display: block;
  }
}

.boxIndexBlog .boxIndexInstagram01 {
  display: none;
}

.boxIndexBlog.typeB .boxIndexInstagram01 {
  display: block;
  width: 47.1%;
  padding: 1.2em 0 0.9em 0;
  border: 1px #ababab solid;
}
@media all and (max-width: 640px){
  .boxIndexBlog.typeB .boxIndexInstagram01 {
    width: 100%;
    margin-bottom: 2.0em;
  }
}

.boxIndexInstagram01 .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxIndexInstagram01 .ttl02 .ttlImg {
  margin-bottom: 0.3em;
}

@media all and (max-width: 640px){
  .boxIndexInstagram01 .ttl02 .ttlImg img {
    width: 40vw;
  }
}

.boxIndexInstagram01 .ttl02 .ttlStr {
  position: relative;
  padding: 0 1.1em;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexInstagram01 .ttl02 .ttlStr {
    font-size: 0.85rem;
  }
}

.boxIndexInstagram01 .ttl02 .ttlStr:before,
.boxIndexInstagram01 .ttl02 .ttlStr:after {
  content: '';
  position: absolute;
  top: 0.5em;
  width: 0.7em;
  height: 1px;
  background-color: #000;
}

.boxIndexInstagram01 .ttl02 .ttlStr:before {
  left: 0;
}

.boxIndexInstagram01 .ttl02 .ttlStr:after {
  right: 0;
}

.boxIndexInstagram01 .boxLink01 {
  margin-top: -1.5em;
  padding: 0 1.7em;
  text-align: right;
}

.boxIndexInstagram01 .boxLink01 a {
  font-size: 1.16rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexInstagram01 .boxLink01 a {
    font-size: 0.9rem;
  }
}


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

.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: 15px;
}
@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: 6px 10px 4px 10px;
  /*border: 1px #000 solid;*/
  letter-spacing: 0.1em;
  font-size: 0.97rem;
}
@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%;
}
.boxIndexBlog.typeB .boxIndexBlog01L {
  width: 100%;
  margin-bottom: 3em;
}
@media all and (max-width: 640px){
  .boxIndexBlog01L {
    width: 100%;
    margin-bottom: 8vw;
  }
  .boxIndexBlog.typeB .boxIndexBlog01L {
    margin-bottom: 2em;
  }
}

.boxIndexBlog01L .boxChkImg {
  height: 280px;
  border: 1px solid #ababab;
}
@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;
  left: 5px;
  top: 5px;
}
@media all and (max-width: 640px){
  .boxIndexBlog01L .icnIndexBlogNew01 {
	left: 1%;
    top: 1%;
    width: 15%;
  }
}

.boxIndexBlog01L .boxCont01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 19px 15px;
  background-color: #6691C2;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexBlog01L .boxCont01 {
    padding: 4vw 3.5vw;
  }
}

.boxIndexBlog01L .boxCont01 .ulListCat > li {
  /*background-color: #eadfdb;*/
}

.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%;
}
.boxIndexBlog.typeB .boxIndexBlog01R {
  width: 100%;
}
@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 #c4c4c4 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: 98% 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-arrow01.png');
    background-position: 95% center;
    background-size: 2.0% 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: 1.9em;
  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 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: #f2f1eb;
  /*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: 100% auto;*/
  vertical-align: top;
  text-align: center;
  color: #000;
}
@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;
		background-color: #004383;
  }
}

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

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

.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: 53.2vw;
  }
}

.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: 64px;
  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.0;
    letter-spacing: 0.1em;
    font-size:1.7rem;
    font-size: 5.5vw;
  }
}

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

.boxIndexRecruitR {
  display: table-cell;
  background-color: #f2f1eb;
  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: 2.2vw;
    left: -3.0vw;
    width: 16vw
  }
}

.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: #000;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide .ttl {
    margin-bottom: 5vw;
    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;
  color: #000;
}
@media all and (max-width: 640px){
  .boxIndexRecruitR .boxRecruitSlide dl {
    font-size: 0.9rem;
    color: #3b0805;
  }
}

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

.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: 2px #004383 solid;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-weight: 700;
  color: #004383;
}
@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: 8vw;
  }
}

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



/*##### 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 13% 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.2%;
}
@media all and (max-width: 640px){
  .boxIndexCompany .boxLink {
    z-index: 2;
    bottom: 4vw;
    left: 0;
    width: 54%;
    text-align: center;
  }
  .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: 55%;
  padding-left: 55px;
  padding-bottom: 50px;
}
@media all and (max-width: 640px){
  .boxIndexCompany01L {
    order: 1;
    width: 53%;
    padding: 4vw 0 0 4.5vw;
  }
}

.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.15;
  letter-spacing: 0.03em;
  font-size: 1.15rem;
}
@media all and (max-width: 640px){
  .boxIndexCompany01L .boxBaseCom {
    line-height: 1.65;
    letter-spacing: 0.03em;
    font-size: 0.79rem;
  }
}

.boxIndexCompany01R {
  order: 2;
  width: 40.5%;
}
@media all and (max-width: 640px){
  .boxIndexCompany01R {
    order: 2;
    width: 47%;
    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: 32.7vw;
  }
}

.boxIndexCompany01R .ttl .ttlStr {
  display: block;
  padding-left: 0.5em;
  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;
  }
}

.boxIndexCompany02LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-left: auto;
}
@media all and (max-width: 640px){
  .boxIndexCompany02LR {
    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-bg03.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);*/
  }
}

.boxIndexCompany02L {
  order: 1;
  width: 53%;
  padding-right: 0px;
  padding-left: 2%;
  padding-bottom: 50px;
  color:#ffffff;
  text-align:left;
}
@media all and (max-width: 640px){
  .boxIndexCompany02L {
    order: 1;
    width: 55%;
    padding: 2.5vw 0 0 2.5vw;
  }
  .boxIndexSalesWrap04 .boxIndexCompany02L {
    padding: 6vw 0 0 2.5vw;
  }
  .boxIndexSalesWrap04 .boxIndexCompany02L p{
    font-size: 0.88rem;
  }
}

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

.boxIndexCompany02L .boxBaseCom {
  line-height: 2.15;
  letter-spacing: 0.03em;
  font-size: 1.15rem;
}
@media all and (max-width: 640px){
  .boxIndexCompany02L .boxBaseCom {
    line-height: 1.65;
    letter-spacing: 0.03em;
    font-size: 0.79rem;
  }
}

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

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

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


/*##### 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 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 Mechanic #####*/
.boxIndexMechanicWrap {
  height: 332px;
  background-image: url('./../../images/index/index-mechanic-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxIndexMechanicWrap {
    position: relative;
    height: auto;
    margin-bottom: 54%;
    padding-top: 54.1%;
    background-image: url('./../../images_sp/index/sp-index-mechanic-bg01.jpg');
    background-size: 100% auto;
  }
}

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

.boxIndexMechanic01 {
  width: 50%;
  /*margin-left: auto;*/
  padding: 10px 20px 0 0;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexMechanic01 {
    width: 100%;
    text-align: center;
  }
}

.boxIndexMechanic01 .ttl {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxIndexMechanic01 .ttl {
    margin-bottom: 3.3vw;
    padding: 0;
  }
}

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

.boxIndexMechanic01 .ttl .ttlMain {
  letter-spacing: 0.1em;
  font-size: 2.47rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexMechanic01 .ttl .ttlMain {
    line-height: 1.15;
    letter-spacing: 0.1em;
    font-size: 1.9rem;
  }
}

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

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

.boxIndexMechanic01 .boxBaseCom {
  margin-bottom: 1.4em;
  line-height: 2;
  font-size: 1.03rem;
}
@media all and (max-width: 640px){
  .boxIndexMechanic01 .boxBaseCom {
    line-height: 1.8;
    margin-bottom: 1.0em;
    font-size: 0.9rem;
  }
	.boxIndexMechanic01 .boxBaseCom br {
		
	}
}

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

.boxIndexCompany01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 329px;
  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: #6d5b26;
    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);*/
  }
}
.boxIndexCompany01R {
  order: 2;
  width: 50%;
}
@media all and (max-width: 640px){
  .boxIndexCompany01R {
    order: 1;
    width: 46.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: 29.8vw;
  }
}
.boxIndexCompany01L {
  order: 2;
  width: 48%;
  padding-left: 20px;
  padding-bottom: 23px;
  text-align: left;
}
@media all and (max-width: 640px){
  .boxIndexCompany01L {
    order: 1;
    width: 53.5%;
    padding: 5.7vw 2vw 0 0;
  }
}

/*##### 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: #3b0805;
}
@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 Sales #####*/
.boxIndexSalesWrap {
  height: 332px;
  background-image: url('./../../images/index/index-sales-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
.boxIndexSalesWrap.boxIndexSalesWrap02 {
  background-image: url('./../../images/index/index-sales-bg03.jpg');
}
.boxIndexSalesWrap.boxIndexSalesWrap03 {
  background-image: url('./../../images/index/index-sales-bg04.jpg');
}
.boxIndexMechanicWrap.boxIndexSalesWrap04 {
  background-image: url('./../../images/index/index-sales-bg05.jpg');
}


@media all and (max-width: 640px){
  .boxIndexSalesWrap {
    position: relative;
    height: auto;
    margin-bottom: 54%;
    padding-top: 54.1%;
    background-image: url('./../../images_sp/index/sp-index-sales-bg01.jpg');
    background-size: 100% auto;
  }
  .boxIndexMechanicWrap.boxIndexSalesWrap02 {
    position: relative;
    height: auto;
    margin-bottom: 54%;
    padding-top: 54.1%;
    background-image: url('./../../images_sp/index/sp-index-sales-bg02.jpg');
    background-size: 100% auto;
  }
  .boxIndexSalesWrap.boxIndexSalesWrap03 {
    position: relative;
    height: auto;
    margin-bottom: 54%;
    padding-top: 54.1%;
    background-image: url('./../../images_sp/index/sp-index-sales-bg03.jpg');
    background-size: 100% auto;
  }
  .boxIndexMechanicWrap.boxIndexSalesWrap04 {
    position: relative;
    height: auto;
    margin-bottom: 54%;
    padding-top: 54.1%;
    background-image: url('./../../images_sp/index/sp-index-sales-bg04.jpg');
    background-size: 100% auto;
  }
	
	
}

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

.boxIndexSales01 {
  width: 50%;
  margin-left: auto;
  padding: 36px 0 0 18px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxIndexSales01 {
    width: 100%;
    text-align: center;
  }
}

.boxIndexSales01 .ttl {
  margin-bottom: 20px;
}
@media all and (max-width: 640px){
  .boxIndexSales01 .ttl {
    margin-bottom: 3.3vw;
    padding: 0;
  }
}

.boxIndexSales01 .ttl .ttlSub {
  display: block;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .boxIndexSales01 .ttl .ttlSub {
    margin-bottom: 3.0vw;
  }
  .boxIndexSales01 .ttl .ttlSub img {
    width: auto;
  }
	.ttl .ttlSub img {
		width: 80% !important;
	}
}

.boxIndexSales01 .ttl .ttlMain {
  letter-spacing: 0.1em;
  font-size: 2.47rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexSales01 .ttl .ttlMain {
    line-height: 1.15;
    letter-spacing: 0.1em;
    font-size: 1.9rem;
  }
}

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

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

.boxIndexSales01 .boxBaseCom {
  margin-bottom: 1.4em;
  line-height: 2;
  font-size: 1.03rem;
    text-align: left;
}
@media all and (max-width: 640px){
  .boxIndexSales01 .boxBaseCom {
    line-height: 1.8;
    margin-bottom: 0.5em;
    font-size: 0.9rem;
  }
}

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




/*##### 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;
  }
}

.btn_movie_wrap {
	max-width: 1160px;
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 20px;
	text-align: left;
	z-index: 2;
	left: 0;
	right: 0;
}
.btn_movie {
}
@media all and (max-width: 640px){
.btn_movie_wrap {
    max-width: 1160px;
    width: 90%;
    margin: auto;
    position: absolute;
    bottom: 20px;
    text-align: left;
    z-index: 2;
    left: 5%;
    right: auto;
}
	.modaal-video-wrap {
		margin: 0 !important;
	}
}


.boxIndexSdgsWrap {
  margin-top: 5em;
  margin-bottom: -1.8em;
}
@media all and (max-width: 640px){
  .boxIndexSdgsWrap {
    margin-top: -0.5em;
    margin-bottom: 1.5em;
  }
}

.boxIndexSdgs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 2px #f1f1f1 solid;
}
@media all and (max-width: 640px){
  .boxIndexSdgs {
    display: block;
  }
}

.boxIndexSdgsL {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 35.8%;
  padding: 1.8em 0 1.2em 0;
  background-color: #f1f1f1;
}
@media all and (max-width: 640px){
  .boxIndexSdgsL {
    width: 100%;
    padding: 1.6em 0 1.4em 0;
  }
}

.boxIndexSdgsL .boxLogo {
  margin-bottom: 1.6em;
}
@media all and (max-width: 640px){
  .boxIndexSdgsL .boxLogo {
    margin-bottom: 1.4em;
  }
}

@media all and (max-width: 640px){
  .boxIndexSdgsL .boxLogo img {
    width: 96%;
  }
}

.boxIndexSdgsL .p01 {
  letter-spacing: normal;
  font-size: 0.72rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexSdgsL .p01 {
    font-size: 0.65rem;
  }
}

.boxIndexSdgsR {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 64.2%;
  padding: 1.25em 0 1.2em 0;
}
@media all and (max-width: 640px){
  .boxIndexSdgsR {
    width: 100%;
    padding: 0.85em 0.7em 1.2em 0.7em;
  }
}

.boxIndexSdgsR .ttl01 {
  margin-bottom: 0.5em;
  padding: 0 0.5em 0.3em 0.5em;
  background: linear-gradient(transparent 48%, #e5f29a 1%);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.3rem;
  font-weight: 700;
  color: #0599d9;
}
@media all and (max-width: 640px){
  .boxIndexSdgsR .ttl01 {
    width: 100%;
    margin-bottom: 0.6em;
    padding: 0 0.3em 0.05em 0.3em;
    background: linear-gradient(transparent 78%, #e5f29a 1%);
    line-height: 1.25;
    font-size: 1.2rem;
  }
}

.boxIndexSdgsR .boxImg {
  margin-bottom: 1.05em;
}
@media all and (max-width: 640px){
  .boxIndexSdgsR .boxImg {
    margin-bottom: 0.8em;
  }
}

.boxIndexSdgsR .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 90.2%;
}
@media all and (max-width: 640px){
  .boxIndexSdgsR .boxCont01 {
    width: 100%;
  }
}

.boxIndexSdgsR .boxCont01 .boxBaseCom {
  width: 46.5%;
  margin: 0;
}
@media all and (max-width: 640px){
  .boxIndexSdgsR .boxCont01 .boxBaseCom {
    width: 45%;
  }
}

.boxIndexSdgsR .boxCont01 .boxBaseCom > p {
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxIndexSdgsR .boxCont01 .boxBaseCom > p {
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 0.6rem;
  }
}

.boxIndexSdgsR .boxCont01 .boxLink {
  width: 44.4%;
}
@media all and (max-width: 640px){
  .boxIndexSdgsR .boxCont01 .boxLink {
    width: 52.5%;
  }
}

.boxIndexSdgsR .boxCont01 .boxLink a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.24em;
  padding-top: 0.1em;
  background-color: #0599d9;
  letter-spacing: 0.16em;
  font-size: 0.97rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxIndexSdgsR .boxCont01 .boxLink a {
    height: 2.5em;
    font-size: 0.6rem;
  }
}

.boxIndexSdgsR .boxCont01 .boxLink a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6em;
  width: 0.5em;
  height: 0.5em;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**動画追加**/
.box_top_movie {
	margin:30px auto;
}
.box_top_movie > div {
	max-width: 1040px!important;
}
.box_top_movie picture.vjs-poster {
	background: url('./../../images/index/img-movie.jpg') no-repeat center;
	background-size: 100%;
}
.box_top_movie .vjs-poster img {
	display: none;
}


/* /Index */