/* ----------------------------------------------------------
#preloader
---------------------------------------------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9990;
  background: #fff;
  overflow: hidden;
}

.cb {
  color: #00B4F5;
}

.cp {
  color: #FF5078;
}

.co {
  color: #F5820A;
}

.cg {
  color: #64C800;
}

.ca {
  color: #306BB3;
}

.cm {
  color: #AA148C;
}

/*------------------------------------------------------------------------------ about --*/
#about {
  background: url(../img/contents_bg_pc.jpg) center top no-repeat;
  background-size: 1200px auto;
}

#about #main_v {
  position: relative;
  width: 980px;
  height: 570px;
  padding: 0;
  margin: 0 auto;
  background: url(../img/about/fv_pc.png) 510px 35px no-repeat;
  background-size: 377px auto;
}

#about #main_v h2 {
  color: #333;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 80px 0 40px;
}

#about #main_v h2 .ts {
  letter-spacing: 0.4em !important;
}

#about #main_v p {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}

#about #main_v p .ts {
  letter-spacing: 0.3em !important;
}

#about section {
  position: relative;
  width: 100%;
  padding: 60px 0 70px;
}

#about section > div {
  position: relative;
  width: 980px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#about section h3 .ts {
  letter-spacing: 0.4em !important;
}

#about section p .ts {
  letter-spacing: 0.3em !important;
}

#about section h3 {
  color: #333;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0 20px;
  text-align: left;
}

#about section p.txt {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

#about section .btn {
  position: relative;
  display: inline-block;
  margin: 50px 0 0;
  text-align: center;
}

#about section .btn img {
  margin: 0 auto;
}

#about #sec1 {
  background-color: rgba(0, 180, 245, 0.1);
}

#about #sec1 dl {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

#about #sec1 dl dt {
  position: relative;
  float: left;
  width: 640px;
}

#about #sec1 dl dd {
  position: relative;
  float: right;
  width: 300px;
}

#about #sec1 dl dd img {
  width: 100%;
  height: auto;
}

#about #sec2 ul {
  position: relative;
  zoom: 1;
  overflow: hidden;
  margin: 20px 0 0;
}

#about #sec2 li {
  position: relative;
  float: left;
  width: 318px;
  margin: 0 0 0 13px;
  padding: 8px;
}

#about #sec2 li:nth-child(1) {
  position: relative;
  background: #316bb4;
  margin: 0;
}

#about #sec2 li:nth-child(2) {
  position: relative;
  background: #abc81e;
}

#about #sec2 li:nth-child(3) {
  position: relative;
  background: #f5820b;
}

#about #sec2 dl {
  position: relative;
}

#about #sec2 dl dt {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding: 0 0 8px;
}

#about #sec2 li:nth-child(2) dt {
  padding: 8px 0 8px;
}

#about #sec2 li:nth-child(3) dt {
  padding: 8px 0 8px;
}

#about #sec2 dl dt .s {
  padding: 8px 0 0;
  font-size: 1.3rem;
  line-height: 1;
}

#about #sec2 dl dd {
  position: relative;
}

#about #sec2 dl dd img {
  width: 100%;
  height: auto;
}

#about #sec3 {
  background-color: rgba(0, 180, 245, 0.1);
}

#about #sec3 .img {
  position: relative;
  margin: 20px 0 0 !important;
}

#about #sec4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 90px 0 80px;
}

#about #sec4 a {
  position: relative;
  display: inline-block;
  width: 295px;
}
#about #sec4 a:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 750px) {
  #about {
    background: url(../img/contents_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #about #main_v {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 6vw 12vw;
    margin: 0 auto;
    background: url(../img/about/fv_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #about #main_v h2 {
    color: #333;
    font-size: 5.4rem;
    line-height: 1.6;
    font-weight: 500;
    padding: 6vw 0 86vw;
  }
  #about #main_v h2 .ts {
    letter-spacing: 0.4em !important;
  }
  #about #main_v p {
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
  }
  #about #main_v p .ts {
    letter-spacing: 0.2em !important;
  }
  #about section {
    position: relative;
    width: 100%;
    padding: 14vw 6vw 16vw;
  }
  #about section > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #about section h3 .ts {
    letter-spacing: 0.4em !important;
  }
  #about section p .ts {
    letter-spacing: 0.3em !important;
  }
  #about section h3 {
    color: #333;
    font-size: 3.8rem;
    line-height: 1.1;
    font-weight: 500;
    padding: 0 0 2vw;
    text-align: left;
  }
  #about section p.txt {
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
  }
  #about section .btn {
    position: relative;
    display: inline-block;
    margin: 8vw auto 0;
    text-align: center;
    width: 56vw;
  }
  #about section .btn img {
    margin: 0 auto;
  }
  #about #sec1 {
    background-color: rgba(0, 180, 245, 0.1);
  }
  #about #sec1 dl {
    position: relative;
    zoom: 1;
    overflow: hidden;
  }
  #about #sec1 dl dt {
    position: relative;
    float: none;
    width: 100%;
  }
  #about #sec1 dl dd {
    position: relative;
    float: none;
    width: 100%;
    padding: 4vw 0 0;
  }
  #about #sec1 dl dd img {
    width: 69.6vw;
    height: auto;
    margin: 0 auto;
  }
  #about #sec2 ul {
    position: relative;
    zoom: 1;
    overflow: hidden;
    margin: 4vw 0 0;
    width: 100%;
  }
  #about #sec2 li {
    position: relative;
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
    padding: 3px;
  }
  #about #sec2 li:nth-child(1) {
    position: relative;
    background: #316bb4;
    margin: 0;
  }
  #about #sec2 li:nth-child(2) {
    position: relative;
    background: #abc81e;
  }
  #about #sec2 li:nth-child(3) {
    position: relative;
    background: #f5820b;
  }
  #about #sec2 dl {
    position: relative;
  }
  #about #sec2 dl dt {
    color: #fff;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    padding: 0 0 5px;
  }
  #about #sec2 li:nth-child(2) dt {
    padding: 0 0 5px;
  }
  #about #sec2 li:nth-child(3) dt {
    padding: 0 0 5px;
  }
  #about #sec2 dl dt .s {
    padding: 0 0 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #about #sec2 dl dd {
    position: relative;
  }
  #about #sec2 dl dd img {
    width: 100%;
    height: auto;
  }
  #about #sec3 {
    background-color: rgba(0, 180, 245, 0.1);
  }
  #about #sec3 .img {
    position: relative;
    margin: 4vw 0 0 !important;
  }
  #about #sec4 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16vw 6vw 14vw;
  }
  #about #sec4 a {
    position: relative;
    display: block;
    width: 100%;
  }
  #about #sec4 a:not(:last-child) {
    margin: 0 0 8vw;
  }
}
/*------------------------------------------------------------------------------ interview --*/
#interview {
  background: url(../img/interview/contents_bg_pc.jpg) center top no-repeat;
  background-size: 1200px auto;
}

#interview #main_v {
  position: relative;
  width: 100%;
  height: 310px;
  padding: 0;
  margin: 0 auto;
  background: url(../img/interview/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview #main_v p {
  position: relative;
  width: 980px;
  margin: 0 auto;
  color: #333;
  font-size: 2.5rem;
  line-height: 2.5;
  font-weight: 400;
  padding: 80px 0 0;
}

#interview #main_v p .ts {
  letter-spacing: 0.2em !important;
}

#interview #main_v h2 {
  position: relative;
  width: 980px;
  margin: 0 auto;
  color: #00B4F5;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}

#interview #main_v h2 .ts {
  letter-spacing: 0.4em !important;
}
@media (max-width: 750px) {
  #interview #main_v h2 .ts {
    margin-bottom: 30px;
  }
}

#interview section {
  position: relative;
  width: 100%;
  padding: 0 0 120px;
  margin: -15px auto 0;
}

#interview section > div {
  position: relative;
  zoom: 1;
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#interview section > div a,
#interview section > div p {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 40px;
  padding: 0;
}

#interview section a img,
#interview section p img {
  display: none;
}

#interview section .btn1 {
  background: url(../img/interview/btn_1.jpg) 0 0 no-repeat;
}

#interview section .btn2 {
  background: url(../img/interview/btn_2.jpg) 0 0 no-repeat;
}

#interview section .btn3 {
  background: url(../img/interview/btn_3.jpg) 0 0 no-repeat;
}

#interview section .btn4 {
  background: url(../img/interview/btn_4.jpg) 0 0 no-repeat;
}

#interview section .btn5 {
  background: url(../img/interview/btn_5.jpg) 0 0 no-repeat;
}

#interview section .btn6 {
  background: url(../img/interview/btn_6.jpg) 0 0 no-repeat;
}

#interview section .btn7 {
  background: url(../img/interview/btn_7.jpg) 0 0 no-repeat;
}

#interview section .btn8 {
  background: url(../img/interview/btn_8.jpg) 0 0 no-repeat;
}

#interview section .btn9 {
  background: url(../img/interview/btn_9.jpg) 0 0 no-repeat;
}

#interview section .btn10 {
  background: url(../img/interview/btn_10.jpg) 0 0 no-repeat;
}

#interview section .btn11 {
  background: url(../img/interview/btn_11.jpg) 0 0 no-repeat;
}

#interview section .btn12 {
  background: url(../img/interview/btn_12.jpg) 0 0 no-repeat;
}

#interview section a::after {
  content: "";
  width: 300px;
  height: 328px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  opacity: 0;
}

#interview section a.btn1::after {
  background: url(../img/interview/btn_1_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn2::after {
  background: url(../img/interview/btn_2_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn3::after {
  background: url(../img/interview/btn_3_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn4::after {
  background: url(../img/interview/btn_4_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn5::after {
  background: url(../img/interview/btn_5_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn6::after {
  background: url(../img/interview/btn_6_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn7::after {
  background: url(../img/interview/btn_7_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn8::after {
  background: url(../img/interview/btn_8_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn9::after {
  background: url(../img/interview/btn_9_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn10::after {
  background: url(../img/interview/btn_10_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn11::after {
  background: url(../img/interview/btn_11_hover.jpg) 0 0 no-repeat;
}

#interview section a.btn12::after {
  background: url(../img/interview/btn_12_hover.jpg) 0 0 no-repeat;
}

#interview section a:hover::after {
  opacity: 1;
}

@media (max-width: 750px) {
  #interview {
    background: url(../img/interview/contents_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #interview #main_v {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 6vw 0;
    margin: 0 auto;
    background: url(../img/interview/fv_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #interview #main_v p {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 3.3rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 2vw 0 2vw;
  }
  #interview #main_v p .ts {
    letter-spacing: 0.2em !important;
  }
  #interview #main_v h2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 4.6rem;
    line-height: 1.6;
    font-weight: 500;
  }
  #interview #main_v h2 .ts {
    letter-spacing: 0.4em !important;
  }
  #interview section {
    position: relative;
    width: 100% !important;
    padding: 0 0 16vw;
    margin: 0;
  }
  #interview section > div {
    position: relative;
    zoom: 1;
    overflow: hidden;
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #interview section > div {
    width: 89% !important;
  }
}
@media (max-width: 750px) {
  #interview section > div a,
  #interview section > div p {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 4vw 0 0 0;
    display: block;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #interview section > div a,
  #interview section > div p {
    padding-top: 0;
    width: 48%;
    margin-bottom: 4vw;
  }
}
@media (max-width: 750px) {
  #interview section a img,
  #interview section p img {
    display: block;
  }
  #interview section .btn1,
  #interview section .btn4 {
    margin-left: 0 !important;
  }
  #interview section .btn4,
  #interview section .btn5,
  #interview section .btn6 {
    margin-top: 0;
  }
  #interview section .btn1 {
    background: none;
  }
  #interview section .btn2 {
    background: none;
  }
  #interview section .btn3 {
    background: none;
  }
  #interview section .btn4 {
    background: none;
  }
  #interview section .btn5 {
    background: none;
  }
  #interview section .btn6 {
    background: none;
  }
  #interview section a::after {
    display: none;
    opacity: 0;
  }
  #interview section a.btn1::after {
    background: url(../img/interview/btn_1_hover.png) 0 0 no-repeat;
  }
  #interview section a.btn2::after {
    background: url(../img/interview/btn_2_hover.png) 0 0 no-repeat;
  }
  #interview section a.btn3::after {
    background: url(../img/interview/btn_3_hover.png) 0 0 no-repeat;
  }
  #interview section a:hover::after {
    opacity: 0;
  }
}
/*------------------------------------------------------------------------------ interview_inside --*/
#interview_inside {
  background: url(../img/interview/contents_bg_pc_inside.jpg) center top no-repeat;
  background-size: 1200px auto;
}

#interview_inside #main_v {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

#interview01 #main_v {
  min-height: 565px;
  background: url(../img/interview/01/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview02 #main_v {
  min-height: 565px;
  background: url(../img/interview/02/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview03 #main_v {
  min-height: 565px;
  background: url(../img/interview/03/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview04 #main_v {
  min-height: 565px;
  background: url(../img/interview/04/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview05 #main_v {
  min-height: 565px;
  background: url(../img/interview/05/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview06 #main_v {
  min-height: 565px;
  background: url(../img/interview/06/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview07 #main_v {
  min-height: 565px;
  background: url(../img/interview/07/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview08 #main_v {
  min-height: 565px;
  background: url(../img/interview/08/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview09 #main_v {
  min-height: 565px;
  background: url(../img/interview/09/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview10 #main_v {
  min-height: 565px;
  background: url(../img/interview/10/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview11 #main_v {
  min-height: 565px;
  background: url(../img/interview/11/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview12 #main_v {
  min-height: 565px;
  background: url(../img/interview/12/fv_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#interview_inside #main_v > div {
  position: relative;
  width: 980px;
  padding: 0;
  margin: 0 auto;
}

#interview_inside #main_v > div > div {
  position: relative;
  width: 540px;
  padding: 0;
  margin: 0 0 0 440px;
}

#interview_inside #main_v h2 {
  position: relative;
  color: #333;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 25px 0 0;
}

#interview_inside #main_v h2 .ts {
  letter-spacing: 0.4em !important;
}

#interview_inside #main_v .box {
  position: relative;
  width: 100%;
  padding: 25px;
  margin: 40px 0 0;
}

#interview_inside #main_v .box .ts {
  letter-spacing: 0.2em !important;
}

#interview_inside #main_v .box .department {
  position: relative;
  text-align: left;
}

#interview_inside #main_v .box .department dt {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 20px 0 0;
  vertical-align: top;
}

#interview_inside #main_v .box .department dd {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0 0 20px;
  border-left: #fff 2px solid;
  vertical-align: top;
}

#interview_inside #main_v .box .name {
  position: relative;
  text-align: left;
  margin-top: 10px;
  background: #fff;
  display: table;
  width: 100%;
}

#interview_inside #main_v .box .name dt {
  position: relative;
  display: table-cell;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  vertical-align: bottom;
  padding: 20px 0 20px 20px;
  width: 170px;
}

#interview09 #main_v .box .name dt {
  width: 350px;
}

#interview09 #main_v .box .name small {
  font-size: 1.6rem;
}

#interview_inside #main_v .box .name dd {
  position: relative;
  display: table-cell;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 20px 20px 20px 0;
  vertical-align: bottom;
  text-align: left;
}

#interview_inside #main_v .career {
  position: relative;
  padding: 0 0 0 25px;
  margin: 30px 0 0;
  border-left: #b2b2b2 2px solid;
}

#interview_inside #main_v .career .ts {
  letter-spacing: 0.2em !important;
}

#interview_inside #main_v .career .ttl {
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}

#interview_inside #main_v .career dl {
  position: relative;
  margin: 20px 0 0;
  display: table;
}

#interview_inside #main_v .career dt {
  position: relative;
  display: table-cell;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  padding: 0 10px 0 0;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}

#interview_inside #main_v .career dd {
  position: relative;
  display: table-cell;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  padding: 0;
  vertical-align: top;
  text-align: left;
}

#interview_inside #main_v .career dd .cap {
  font-size: 1.2rem;
}

#interview_inside .percent {
  position: relative;
  padding: 90px 0 20px;
}

#interview_inside .percent img {
  margin: 0 auto;
}

#interview_inside section {
  position: relative;
  width: 100%;
  padding: 60px 0 70px;
}

#interview_inside section > div {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#interview_inside section h3 .tsc {
  letter-spacing: 0.25em !important;
}

#interview_inside section p .ts {
  letter-spacing: 0.3em !important;
}

#interview_inside section h3 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600 !important;
  padding: 1.3rem 0.7rem;
  text-align: center;
  position: relative;
}

@supports (-ms-ime-align: auto) {
  #interview_inside section h3 .tsc {
    letter-spacing: 0.2em !important;
  }
}
#interview_inside section h4 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600 !important;
  padding: 30px 0 20px;
  text-align: left;
}

#interview_inside section h4 .ts {
  letter-spacing: 0.2em !important;
}

#interview_inside section p.txt {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

#interview_inside section p.ttl {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 600 !important;
  padding: 30px 0 20px;
  text-align: center;
}

#interview01 section p.ttl {
  color: #00B4F5;
}

#interview02 section p.ttl {
  color: #FF5078;
}

#interview03 section p.ttl {
  color: #F5820A;
}

#interview04 section p.ttl {
  color: #F5820A;
}

#interview05 section p.ttl {
  color: #00B4F5;
}

#interview06 section p.ttl {
  color: #00B4F5;
}

#interview_inside section .img_cm_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#interview_inside section .img_cm_wrap .img_wrap img {
  width: 380px;
}

#interview_inside section .img_cm_wrap .cm_wrap {
  width: 380px;
  height: 214px;
}

#interview_inside section .img_cm_wrap .cm_wrap .j_cm {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

#interview_inside section .img_cm_wrap .cm_wrap .j_cm iframe {
  top: 0;
  left: 0;
}

#interview_inside section .mt30 {
  margin-top: 30px;
}

#interview_inside section .mt60 {
  margin-top: 60px;
}

#interview_inside section .img {
  padding: 50px 0 30px;
}

#interview_inside section .img img {
  margin: 0 auto;
}

#interview_inside section .time {
  padding: 35px 0 0;
}

#interview_inside section .time img {
  margin: 0 auto;
}

#interview02 section .btn {
  position: relative;
  display: block;
  margin: 30px auto 0;
  width: 440px;
}

#interview02 section .btn img {
  margin: 0 auto;
}

#interview03 #main_v .career dd .ts {
  letter-spacing: 0.1em !important;
}

@media (max-width: 750px) {
  #interview_inside {
    background: url(../img/interview/contents_bg_sp_inside.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #interview_inside #main_v {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 110vw;
    background: none !important;
  }
  #interview_inside #main_v > div {
    position: relative;
    width: 100%;
    padding: 0 6vw;
    margin: 0 auto;
  }
  #interview_inside #main_v > div > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #interview_inside #main_v h2 {
    position: relative;
    color: #333;
    font-size: 4.2rem;
    line-height: 1.7;
    font-weight: 500;
    padding: 0 0 0;
  }
  #interview_inside #main_v h2 .ts {
    letter-spacing: 0.3em !important;
  }
  #interview_inside #main_v .box {
    position: relative;
    width: 100%;
    padding: 4vw;
  }
  #interview06 #sec5 > div img #interview_inside #main_v .box .ts {
    letter-spacing: 0.2em !important;
  }
  #interview_inside #main_v .box .department {
    position: relative;
    text-align: left;
    display: table;
  }
  #interview_inside #main_v .box .department dt {
    position: relative;
    display: table-cell;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.8;
    font-weight: 500;
    padding: 0 2vw 0 0;
    vertical-align: top;
  }
  #interview_inside #main_v .box .department dd {
    position: relative;
    display: table-cell;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.8;
    font-weight: 500;
    padding: 0 0 0 2vw;
    border-left: #fff 1px solid;
    vertical-align: top;
  }
  #interview_inside #main_v .box .name {
    position: relative;
    text-align: left;
    margin-top: 10px;
    background: #fff;
    display: block;
    width: 100%;
  }
  #interview_inside #main_v .box .name dt {
    position: relative;
    display: block;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 500;
    vertical-align: bottom;
    padding: 4vw 4vw 2vw;
    width: auto !important;
  }
  #interview_inside #main_v .box .name dd {
    position: relative;
    display: block;
    color: #333;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 500;
    padding: 0 4vw 4vw;
    vertical-align: bottom;
  }
  #interview_inside #main_v .name dt .ts {
    letter-spacing: 0.5em !important;
  }
  #interview_inside #main_v .name dd .ts {
    letter-spacing: 0.2em !important;
  }
  #interview_inside #main_v .career {
    position: relative;
    padding: 0 0 0 25px;
    margin: 8vw 0 0;
    border-left: #b2b2b2 1px solid;
  }
  #interview_inside #main_v .career .ts {
    letter-spacing: 0.1em !important;
  }
  #interview_inside #main_v .career .ttl {
    color: #333;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 500;
  }
  #interview_inside #main_v .career .ttl .ts {
    letter-spacing: 0.3em !important;
  }
  #interview_inside #main_v .career dl {
    position: relative;
    margin: 20px 0 0;
    display: table;
  }
  #interview_inside #main_v .career dt {
    position: relative;
    display: table-cell;
    color: #333;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 400;
    padding: 0 2vw 0 0;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
  }
  #interview_inside #main_v .career dd {
    position: relative;
    display: table-cell;
    color: #333;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 400;
    padding: 0;
    vertical-align: top;
    text-align: left;
  }
  #interview_inside #main_v .career dd .cap {
    font-size: 2rem;
  }
  #interview_inside .percent {
    position: relative;
    padding: 16vw 0 0;
  }
  #interview_inside .percent img {
    margin: 0 auto;
  }
  #interview_inside section {
    position: relative;
    width: 100%;
    padding: 14vw 6vw 16vw;
  }
  #interview_inside section > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #interview_inside section h3 .tsc {
    letter-spacing: 0.3em !important;
  }
  #interview_inside section p .ts {
    letter-spacing: 0.3em !important;
  }
  #interview_inside section h3 {
    color: #fff;
    font-size: 3.4rem;
    line-height: 1.5;
    font-weight: 600 !important;
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: 21vw;
    display: table !important;
  }
  #interview_inside section h3 span {
    display: table-cell !important;
    width: 100%;
    height: 21vw;
    vertical-align: middle;
  }
}
@media screen and (max-width: 750px) and (max-width: 479px) {
  #interview_inside section h3 {
    color: #fff;
    font-size: 3.4rem;
    line-height: 1.4;
    font-weight: 600 !important;
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: 20vw;
    display: table !important;
  }
  #interview_inside section h3 span {
    display: table-cell !important;
    width: 100%;
    height: 20vw;
    vertical-align: middle;
  }
}
@media (max-width: 750px) {
  #interview_inside section h4 {
    font-size: 3.4rem;
    line-height: 1.6;
    font-weight: 600 !important;
    padding: 5vw 0 4vw;
    text-align: left;
  }
  #interview_inside section h4 .ts {
    letter-spacing: 0.2em !important;
  }
  #interview_inside section p.txt {
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
  }
  #interview_inside section p.ttl {
    font-size: 4.8rem;
    line-height: 1.3;
    font-weight: 600 !important;
    padding: 5vw 0 4vw;
    text-align: center;
  }
  #interview_inside section .ttl .tsc {
    letter-spacing: 0.3em !important;
  }
  #interview01 section p.ttl {
    color: #00B4F5;
  }
  #interview02 section p.ttl {
    color: #FF5078;
  }
  #interview03 section p.ttl {
    color: #F5820A;
  }
  #interview04 section p.ttl {
    color: #F5820A;
  }
  #interview05 section p.ttl {
    color: #00B4F5;
  }
  #interview06 section p.ttl {
    color: #00B4F5;
  }
  #interview_inside section .img_cm_wrap {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 88%;
    margin: auto;
  }
  #interview_inside section .img_cm_wrap .img_wrap img {
    width: 100%;
  }
  #interview_inside section .img_cm_wrap .cm_wrap {
    width: 100%;
    height: 100%;
    margin-top: 5vw;
  }
  #interview_inside section .mt30 {
    margin-top: 5vw;
  }
  #interview_inside section .mt60 {
    margin-top: 9vw;
  }
  #interview_inside section .img {
    padding: 6vw 0 8vw;
    width: 72vw;
    margin: 0 auto;
  }
  #interview_inside section .img img {
    margin: 0 auto;
  }
  #interview_inside section .time {
    padding: 8vw 0 0;
  }
  #interview_inside section .time img {
    margin: 0 auto;
  }
  #interview_inside #sec1 {
    padding-bottom: 0 !important;
  }
  #interview02 section .btn {
    position: relative;
    display: block;
    margin: 0 0 0;
    width: 100%;
  }
  #interview02 section .btn img {
    width: 88%;
    height: auto;
  }
  #interview03 #sec5 > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #interview03 #sec5 > div img {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  #interview04 #sec5 > div img {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  #interview05 #sec5 > div img {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  #interview06 #sec5 > div img {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  #interview02 #sec5 > div img {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
.c-pink #main_v .box {
  background-color: #ff68a1;
  background-image: linear-gradient(120deg, #ff68a1 0%, #ff5078 100%);
}
.c-pink section h3 {
  background-color: #ff68a1;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff68a1), color-stop(50%, #ff5078), to(#ff68a1));
  background-image: linear-gradient(90deg, #ff68a1 0%, #ff5078 50%, #ff68a1 100%);
}
.c-pink section h3::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1rem solid transparent;
  border-top-color: #ff5078;
}
.c-pink .bg_pink {
  background-color: #f9e9ed;
}

.c-green #main_v .box {
  background-color: #2bcb2b;
  background-image: linear-gradient(120deg, #2bcb2b 0%, #1db41d 100%);
}
.c-green section h3 {
  background-color: #31ca31;
  background-image: -webkit-gradient(linear, left top, right top, from(#31ca31), color-stop(50%, #1db41d), to(#31ca31));
  background-image: linear-gradient(90deg, #31ca31 0%, #1db41d 50%, #31ca31 100%);
}
.c-green section h3::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1rem solid transparent;
  border-top-color: #1db41d;
}
.c-green .bg_green {
  background-color: #e9f4e3;
}

.c-orange #main_v .box {
  background-color: #f5a50a;
  background-image: linear-gradient(120deg, #f5a50a 0%, #f5820a 100%);
}
.c-orange section h3 {
  background-color: #f5a50a;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5a50a), color-stop(50%, #f5820a), to(#f5a50a));
  background-image: linear-gradient(90deg, #f5a50a 0%, #f5820a 50%, #f5a50a 100%);
}
.c-orange section h3::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1rem solid transparent;
  border-top-color: #f5820a;
}
.c-orange .bg_orange {
  background-color: #f8ede8;
}

.c-blue #main_v .box {
  background-color: #30c8ff;
  background-image: linear-gradient(120deg, #30c8ff 0%, #00b4f5 100%);
}
.c-blue section h3 {
  background-color: #1ac3e1;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ac3e1), color-stop(50%, #00b4f5), to(#1ac3e1));
  background-image: linear-gradient(90deg, #1ac3e1 0%, #00b4f5 50%, #1ac3e1 100%);
}
.c-blue section h3::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1rem solid transparent;
  border-top-color: #00b4f5;
}
.c-blue .bg_blue {
  background-color: #e5f7fe;
}

.interview-member {
  background-color: #f2f2f2;
}
.interview-member_title {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .interview-member_title {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
.interview-member_title::before, .interview-member_title::after {
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #00b5f5;
}
.interview-member_title::before {
  margin-right: 3rem;
}
.interview-member_title::after {
  margin-left: 3rem;
}

.slick-slider {
  max-width: 640px;
  margin: auto;
}
@media (max-width: 750px) {
  .slick-slider {
    padding: 0 4vw;
  }
}
.slick-slider .slick-list li {
  margin: 0 10px;
}
@media (max-width: 750px) {
  .slick-slider .slick-list li {
    margin: 0 5px;
  }
}
.slick-slider .slick-list li a {
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 750px) {
  .slick-slider .slick-prev {
    left: 0;
  }
}
.slick-slider .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 35px;
  background-image: url(../img/interview/member/slider_prev_arrow.png);
  background-size: contain;
}
@media (max-width: 750px) {
  .slick-slider .slick-prev::before {
    left: 0;
    width: 10px;
    height: 20px;
  }
}
@media (max-width: 750px) {
  .slick-slider .slick-next {
    right: 0;
  }
}
.slick-slider .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 35px;
  background-image: url(../img/interview/member/slider_next_arrow.png);
  background-size: contain;
}
@media (max-width: 750px) {
  .slick-slider .slick-next::before {
    right: 0;
    width: 10px;
    height: 20px;
  }
}
.slick-slider .slick-dotted.slick-slider {
  margin-bottom: 40px !important;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0 5px;
  cursor: pointer;
  background: #939393;
  border-radius: 50%;
}
.slick-slider .slick-dots li button:hover {
  outline: none;
}
.slick-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-family: "slick";
  font-size: 6px;
  line-height: 11px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-dots li.slick-active button:before {
  background: #28a9fa;
}

/*------------------------------------------------------------------------------ faq --*/
#faq {
  background: url(../img/faq/contents_bg_pc.jpg) center top no-repeat;
  background-size: 1200px auto;
}

#faq #main_v {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

#faq #main_v > div {
  position: relative;
  width: 940px;
  height: 320px;
  padding: 0;
  margin: 0 auto;
}

#faq #main_v.fv1 > div {
  background: url(../img/faq/fv_pc_1.png) center top no-repeat;
  background-size: 940px auto;
}

#faq #main_v.fv2 > div {
  background: url(../img/faq/fv_pc_2.png) center top no-repeat;
  background-size: 940px auto;
}

#faq #main_v.fv3 > div {
  background: url(../img/faq/fv_pc_3.png) center top no-repeat;
  background-size: 940px auto;
}

#faq #main_v.fv4 > div {
  background: url(../img/faq/fv_pc_4.png) center top no-repeat;
  background-size: 940px auto;
}

#faq #main_v.fv5 > div {
  background: url(../img/faq/fv_pc_5.png) center top no-repeat;
  background-size: 940px auto;
}

#faq #main_v h2 {
  position: relative;
  color: #333;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  padding: 85px 0 0;
}

#faq #main_v h2 .ts {
  letter-spacing: 0.4em !important;
}

#faq #main_v p {
  position: relative;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 60px 0 0;
}

#faq #main_v p .ts {
  letter-spacing: 0.2em !important;
}

#faq #localNav {
  position: relative;
  width: 940px;
  padding: 0;
  margin: 0 auto;
  border-top: #00B4F5 solid 2px;
  border-bottom: #00B4F5 solid 2px;
  display: table;
}

#faq #localNav li {
  position: relative;
  display: table-cell;
  padding: 10px 0;
  width: 20%;
  margin: 0 auto;
  background: #fff;
  color: #00B4F5;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

/*
#faq #localNav li:hover{
	opacity:0.8;
}
*/
#faq #localNav li .tsc {
  letter-spacing: 0.3em !important;
}

#faq #localNav li.current {
  background: #00B4F5;
  color: #fff;
}

#faq #localNav li:hover {
  background: #00B4F5;
  color: #fff;
}

#faq #localNav li::after {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  opacity: 0;
}

#faq #localNav li::after {
  background: url(../img/faq/arrow.png) center bottom no-repeat;
  background-size: 15px 7px;
}

#faq #localNav li.current::after {
  opacity: 1;
}

#faq section {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 15px 0 70px;
  display: none;
}

#faq section.current {
  display: block !important;
}

#faq section dl {
  position: relative;
  width: 940px;
  margin: 10px 0 0;
}

#faq section dl dt {
  position: relative;
  width: 940px;
  background: #e6f5ff url(../img/faq/q_pc.png) 30px center no-repeat;
  background-size: 25px auto;
  padding: 15px 15px 15px 70px;
  color: #306BB3;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#faq section dl dt::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/faq/arrow_right_pc.png) right center no-repeat;
  background-size: 70px auto;
}

#faq section dl dt.act {
  background: #e6f5ff url(../img/faq/q_pc_act.png) 30px center no-repeat;
  background-size: 25px auto;
}

#faq section dl dt:hover {
  opacity: 0.8;
}

#faq section dl dt.act::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

#faq section dl dd {
  position: relative;
  width: 940px;
  background: #fff url(../img/faq/a_pc.png) 25px 4px no-repeat;
  background-size: 25px auto;
  padding: 10px 10px 10px 65px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: #e6f5ff solid 5px;
  border-left: #e6f5ff solid 5px;
  border-right: #e6f5ff solid 5px;
  display: none;
}

@media (max-width: 750px) {
  #faq {
    background: none;
  }
  #faq #main_v {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #faq #main_v > div {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6vw 6vw 8vw !important;
    margin: 0 auto;
  }
  #faq #main_v.fv1 > div {
    background: url(../img/faq/fv_sp.png) 0 0 no-repeat !important;
    background-size: 100% auto !important;
  }
  #faq #main_v.fv2 > div {
    background: url(../img/faq/fv_sp.png) 0 0 no-repeat !important;
    background-size: 100% auto !important;
  }
  #faq #main_v.fv3 > div {
    background: url(../img/faq/fv_sp.png) 0 0 no-repeat !important;
    background-size: 100% auto !important;
  }
  #faq #main_v.fv4 > div {
    background: url(../img/faq/fv_sp.png) 0 0 no-repeat !important;
    background-size: 100% auto !important;
  }
  #faq #main_v.fv5 > div {
    background: url(../img/faq/fv_sp.png) 0 0 no-repeat !important;
    background-size: 100% auto !important;
  }
  #faq #main_v h2 {
    position: relative;
    color: #333;
    font-size: 5rem;
    line-height: 1;
    font-weight: 500;
    padding: 0 0 0;
  }
  #faq #main_v h2 .ts {
    letter-spacing: 0.4em !important;
  }
  #faq #main_v p {
    position: relative;
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 15vw 0 0;
  }
  #faq #main_v p .ts {
    letter-spacing: 0.2em !important;
  }
  #faq #localNav {
    position: relative;
    width: 88vw;
    padding: 0;
    margin: 0 auto;
    border-top: #00B4F5 solid 2px;
    border-bottom: #00B4F5 solid 2px;
    display: table;
  }
  #faq #localNav li {
    position: relative;
    display: table-cell;
    padding: 2vw 1vw !important;
    width: auto !important;
    margin: 0 auto;
    background: #fff;
    color: #00B4F5;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    vertical-align: middle;
    white-space: nowrap !important;
  }
  /*
  #faq #localNav li:hover{
  	opacity:0.8;
  }
  */
  #faq #localNav li .tsc {
    letter-spacing: 0.3em !important;
  }
  #faq #localNav li.current {
    background: #00B4F5;
    color: #fff;
  }
  #faq #localNav li:hover {
    background: #00B4F5;
    color: #fff;
  }
  #faq #localNav li::after {
    content: "";
    width: 100%;
    height: 7px;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    opacity: 0;
  }
  #faq #localNav li::after {
    background: url(../img/faq/arrow.png) center bottom no-repeat;
    background-size: 15px 7px;
  }
  #faq #localNav li.current::after {
    opacity: 1;
  }
  #faq section {
    position: relative;
    width: 88vw;
    margin: 0 auto;
    padding: 4vw 0 4vw;
    display: none;
  }
  #faq section.current {
    display: block !important;
  }
  #faq section dl {
    position: relative;
    width: 100%;
    margin: 4vw 0 0;
  }
  #faq section dl dt {
    position: relative;
    width: 100%;
    background: #e6f5ff url(../img/faq/q_sp.png) 4vw center no-repeat;
    background-size: 6vw auto;
    padding: 2vw 0 2vw 14vw;
    color: #306BB3;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    display: table;
  }
  #faq section dl dt span {
    display: table-cell;
    vertical-align: middle;
  }
  #faq section dl dt::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/faq/arrow_right_sp.png) right center no-repeat;
    background-size: 4.8vw auto;
  }
  #faq section dl dt.act {
    background: #e6f5ff url(../img/faq/q_sp_act.png) 4vw center no-repeat;
    background-size: 6vw auto;
  }
  #faq section dl dt:hover {
    opacity: 0.8;
  }
  #faq section dl dt.act::after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  #faq section dl dd {
    position: relative;
    width: 100%;
    background: #fff url(../img/faq/a_sp.png) 4vw 0.8vw no-repeat;
    background-size: 6vw auto;
    padding: 2vw 4vw 2vw 13vw;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 400;
    border-bottom: #e6f5ff solid 5px;
    border-left: #e6f5ff solid 5px;
    border-right: #e6f5ff solid 5px;
  }
}
/*------------------------------------------------------------------------------ info --*/
#info {
  background: url(../img/info/contents_bg_pc.jpg) center top no-repeat;
  background-size: 1200px auto;
}

#info #main_v {
  position: relative;
  width: 100%;
  max-width: 1070px;
  min-width: 980px;
  padding: 45px 0 0;
  margin: 0 auto;
  text-align: center;
}

#info #main_v .fv img {
  width: 100% !important;
  height: auto;
}

#info #main_v p.txt {
  padding: 50px 0 0;
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}

#info #main_v p.txt .ts {
  letter-spacing: 0.3em !important;
}

#info #main_v p.sig {
  padding: 32px 0 0;
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}

#info #main_v p.sig .ts {
  letter-spacing: 0.3em !important;
}

#info #main_v .btn {
  position: relative;
  display: inline-block !important;
  padding: 60px 0 120px;
}

#info #main_v .btn img {
  margin: 0 auto;
}

#info section {
  position: relative;
  width: 100%;
  padding: 60px 0 70px;
  background-color: rgba(0, 0, 0, 0.05);
}

#info #sec1 > div {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#info section h3 {
  color: #01b4f6;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 10px 20px;
  text-align: left;
  border-left: #01b4f6 solid 10px;
  border-bottom: #01b4f6 solid 2px;
  margin: 0 0 40px;
}

#info section h3 .ts {
  letter-spacing: 0.3em !important;
}

#info section .top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#info section .btm {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#info #sec1 dl {
  position: relative;
  zoom: 1;
  overflow: hidden;
  /* display:table; */
}

#info #sec1 dl dt {
  position: relative;
  display: table-cell;
  width: 105px;
  background: #01b4f6;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 15px;
  border-top: #fff 1px solid;
}

#info #sec1 dl dd {
  position: relative;
  display: table-cell;
  width: 695px;
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: 15px;
  border-top: #fff 1px solid;
}

#info #sec1 .top dt {
  border-top: none;
}

#info #sec1 dl:nth-child(odd) dd {
  background: #e7f5ff !important;
}

#info #sec1 dl dd ul {
  position: relative;
  zoom: 1;
  overflow: hidden;
  display: table;
  padding: 0 !important;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}

#info #sec1 dl dd ul li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 10px 0 70px;
  text-indent: -70px;
}

#info #sec1 dl dd img {
  width: 100%;
  height: auto;
}

#info #sec1 dl dt .ts {
  letter-spacing: 0.3em !important;
}

#info #sec2 {
  padding: 30px 0 70px;
}

#info #sec2 > div {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#info #sec2 dl {
  position: relative;
  zoom: 1;
  overflow: hidden;
  /* display:table; */
  width: 660px;
  margin: 0 auto;
  background: #fff url(../img/info/btm.png) center bottom no-repeat;
  background-size: 540px auto;
}

#info #sec2 dl dt {
  position: relative;
  display: table-cell;
  width: 130px;
  color: #00B4F5;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900 !important;
  text-align: left;
  vertical-align: top;
  padding: 41px 0 50px 70px;
}

#info #sec2 dl dd {
  position: relative;
  display: table-cell;
  width: 530px;
  text-align: left;
  vertical-align: top;
  padding: 30px 70px 50px 0;
}

#info #sec2 dl dd h4 {
  color: #00B4F5;
  font-size: 2.6rem;
  line-height: 2;
  font-weight: 500;
}

#info #sec2 dl dd p {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}

#info #sec2 dl dd h4 .ts {
  letter-spacing: 0.2em !important;
}

#info #sec2 dl dd p .ts {
  letter-spacing: 0.3em !important;
}

#info #sec2 dl dd p .cap {
  font-size: 1.2rem;
  letter-spacing: 0.2em !important;
}

#info #sec2 .btm {
  background: #fff !important;
}

#info #sec2 dl dd ul {
  position: relative;
  zoom: 1;
  overflow: hidden;
  display: table;
}

#info #sec2 dl dd ul li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 10px 0 70px;
  text-indent: -70px;
}

#info #sec2 dl dd img {
  width: 100%;
  height: auto;
}

#info #sec3 {
  padding: 0 0 120px;
}

#info #sec3 > div {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#info #sec3 .cap {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 0 0 15px;
  letter-spacing: 0.2em !important;
}

#info #sec3 .pcbox {
  position: relative;
  display: inline-block;
  padding: 25px 35px;
  margin: 0 auto;
  text-align: left;
  border: #333 1px solid;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.15em !important;
}

#info #sec3 .pcbox a {
  text-decoration: underline;
}

#info #sec3 .btn {
  position: relative;
  text-align: center;
  padding: 100px 0 0;
}

#info #sec3 .spbox {
  display: none;
}

#info #sec3 .btn a {
  position: relative;
  display: inline-block;
  width: 450px;
}

#info #sec3 .btn a:nth-child(1) {
  margin-right: 20px;
}

#info #sec3 .btn a:nth-child(2) {
  margin-left: 20px;
}

@media (max-width: 750px) {
  #info {
    background: url(../img/info/contents_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #info #main_v {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    padding: 0 0 0;
    margin: 0 auto;
    text-align: center;
  }
  #info #main_v .fv {
    padding: 0 6vw 0;
  }
  #info #main_v .fv img {
    width: 100% !important;
    height: auto;
  }
  #info #main_v p.txt {
    padding: 12vw 6vw 0;
    text-align: left;
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
  }
  #info #main_v p.txt .ts {
    letter-spacing: 0.25em !important;
  }
  #info #main_v p.sig {
    padding: 6vw 6vw 0;
    text-align: right;
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
  }
  #info #main_v p.sig .ts {
    letter-spacing: 0.25em !important;
  }
  #info #main_v .btn {
    position: relative;
    display: block !important;
    padding: 20vw 6vw 16vw;
  }
  #info #main_v .btn img {
    margin: 0 auto;
  }
  #info section {
    position: relative;
    width: 100%;
    padding: 14vw 6vw 16vw;
  }
  #info #sec1 > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #info section h3 {
    color: #01b4f6;
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 0 2vw 4vw;
    text-align: left;
    border-left: #01b4f6 solid 5px;
    border-bottom: #01b4f6 solid 2px;
    margin: 0 0 8vw;
  }
  #info section h3 .ts {
    letter-spacing: 0.3em !important;
  }
  #info section .top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #info section .btm {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #info #sec1 dl {
    position: relative;
    zoom: 1;
    overflow: hidden;
    display: block;
  }
  #info #sec1 dl dt {
    position: relative;
    display: block;
    width: 100%;
    background: #01b4f6;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    padding: 2vw 4vw;
    border-top: #fff 1px solid;
  }
  #info #sec1 dl dd {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 2vw 4vw;
    border-top: none;
  }
  #info #sec1 dl dt .ts {
    letter-spacing: 0.5em !important;
  }
  #info #sec1 dl dd .ts {
    letter-spacing: 0.25em !important;
  }
  #info #sec1 .top dt {
    border-top: none;
  }
  #info #sec1 dl:nth-child(odd) dd {
    background: #fff !important;
  }
  #info #sec1 dl dd ul {
    position: relative;
    zoom: 1;
    overflow: hidden;
    display: block;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  #info #sec1 dl dd ul li {
    position: relative;
    display: block;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 0;
    text-indent: 0;
  }
  #info #sec1 dl dd ul li.mgn {
    margin-top: 8vw;
  }
  #info #sec1 dl dd img {
    width: 100%;
    height: auto;
  }
  #info #sec2 {
    padding: 4vw 6vw 16vw;
  }
  #info #sec2 > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #info #sec2 dl {
    position: relative;
    zoom: 1;
    overflow: hidden;
    display: table;
    width: 88vw;
    margin: 0 auto;
    background: #fff url(../img/info/btm_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  #info #sec2 dl dt {
    position: relative;
    display: table-cell;
    width: 14vw;
    color: #00B4F5;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
    padding: 5vw 0 7vw 6vw;
    white-space: nowrap;
  }
  #info #sec2 dl dd {
    position: relative;
    display: table-cell;
    width: 74vw;
    text-align: left;
    vertical-align: top;
    padding: 5vw 6vw 7vw 0;
  }
  #info #sec2 dl dd h4 {
    color: #00B4F5;
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 500;
  }
  #info #sec2 dl dd p {
    color: #333;
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 2vw 0 0;
  }
  #info #sec2 dl dd h4 .ts {
    letter-spacing: 0.2em !important;
  }
  #info #sec2 dl dd p .ts {
    letter-spacing: 0.3em !important;
  }
  #info #sec2 dl dd p .cap {
    font-size: 2.4rem;
    letter-spacing: 0.2em !important;
  }
  #info #sec2 .btm {
    background: #fff !important;
  }
  #info #sec2 dl dd ul {
    position: relative;
    zoom: 1;
    overflow: hidden;
    display: table;
  }
  #info #sec2 dl dd ul li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 0 10px 0 70px;
    text-indent: -70px;
  }
  #info #sec2 dl dd img {
    width: 100%;
    height: auto;
  }
  #info #sec2 .top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #info #sec2 .btm {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #info #sec3 {
    padding: 0 0 16vw;
  }
  #info #sec3 > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #info #sec3 .cap {
    color: #333;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 0 0 4vw;
    letter-spacing: 0.2em !important;
  }
  #info #sec3 .spbox {
    position: relative;
    display: block;
    width: 88vw;
    padding: 4vw 6vw;
    margin: 0 auto;
    text-align: left;
    border: #333 1px solid;
    color: #333;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.1em !important;
  }
  #info #sec3 .spbox a {
    letter-spacing: 0em !important;
    text-decoration: underline;
  }
  #info #sec3 .spbox .tel {
    position: relative;
    display: block;
    width: 74.4vw !important;
    text-decoration: none;
    margin: 4vw auto;
  }
  #info #sec3 .pcbox {
    display: none;
  }
  #info #sec3 .btn {
    position: relative;
    text-align: center;
    padding: 16vw 6vw 0;
  }
  #info #sec3 .btn a {
    position: relative;
    display: block;
    width: 100%;
  }
  #info #sec3 .btn a:nth-child(1) {
    margin-right: 0;
  }
  #info #sec3 .btn a:nth-child(2) {
    margin-left: 0;
    margin-top: 8vw;
  }
}
/*------------------------------------------------------------------------------ info --*/
#info_inside {
  background: url(../img/info/contents_bg_pc_inside.jpg) center top no-repeat;
  background-size: 1200px auto;
}

#info_inside #cont {
  background-color: rgba(0, 180, 245, 0.1);
}

#info_inside #entry {
  display: none !important;
}

#info_inside section {
  position: relative;
  width: 100%;
  padding: 60px 0 70px;
}

#info_inside section > div {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#info_inside section h3 {
  color: #01b4f6;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 10px 20px;
  text-align: left;
  border-left: #01b4f6 solid 10px;
  border-bottom: #01b4f6 solid 2px;
  margin: 0;
}

#info_inside section h3 .ts {
  letter-spacing: 0.3em !important;
}

#info_inside section #info_box {
  position: relative;
  background: #fff;
  border-bottom: #01b4f6 solid 2px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 10px 15px;
  text-align: left;
}

#info_inside section #info_box .ts {
  letter-spacing: 0.3em !important;
}

#info_inside section .cap {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 50px 0 15px;
  letter-spacing: 0.2em !important;
}

#info_inside section .pcbox {
  position: relative;
  display: inline-block;
  padding: 25px 35px;
  margin: 0 auto;
  text-align: left;
  border: #333 1px solid;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.15em !important;
}

#info_inside section .pcbox a {
  text-decoration: underline;
}

#info_inside section .btn {
  position: relative;
  text-align: center;
  padding: 100px 0 0;
}

#info_inside section .spbox {
  display: none;
}

@media (max-width: 750px) {
  #info_inside {
    background: url(../img/info/contents_bg_sp_inside.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #info_inside section {
    position: relative;
    width: 100%;
    padding: 10vw 6vw 26vw;
  }
  #info_inside section > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #info_inside section h3 {
    color: #01b4f6;
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 0 2vw 4vw;
    text-align: left;
    border-left: #01b4f6 solid 5px;
    border-bottom: #01b4f6 solid 2px;
    margin: 0;
  }
  #info_inside section h3 .ts {
    letter-spacing: 0.3em !important;
  }
  #info_inside section #info_box {
    position: relative;
    background: #fff;
    border-bottom: #01b4f6 solid 2px;
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 3vw 4vw;
    text-align: left;
  }
  #info_inside section #info_box .ts {
    letter-spacing: 0.3em !important;
  }
  #info_inside section .cap {
    color: #333;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 18vw 0 4vw;
    letter-spacing: 0.2em !important;
  }
  #info_inside section .spbox {
    position: relative;
    display: block;
    width: 88vw;
    padding: 4vw 6vw;
    margin: 0 auto;
    text-align: left;
    border: #333 1px solid;
    color: #333;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.1em !important;
  }
  #info_inside section .spbox a {
    text-decoration: underline;
    letter-spacing: 0em !important;
  }
  #info_inside section .spbox .tel {
    position: relative;
    display: block;
    width: 74.4vw !important;
    text-decoration: none;
    margin: 4vw auto;
  }
  #info_inside section .pcbox {
    display: none;
  }
}
/*------------------------------------------------------------------------------ privacy --*/
#privacy {
  background: url(../img/privacy/contents_bg_pc.jpg) center top no-repeat;
  background-size: 1200px auto;
}

#privacy #main_v {
  position: relative;
  width: 800px;
  padding: 70px 0 10px;
  margin: 0 auto;
}

#privacy #main_v h2 {
  color: #333;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0;
  text-align: center;
}

#privacy #main_v h2 .tsc {
  letter-spacing: 0.5em !important;
}

#privacy #main_v p.r {
  position: relative;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: right;
  padding: 40px 15px 50px 0;
  letter-spacing: 0.2em !important;
}

#privacy #main_v p.txt {
  position: relative;
  width: 800px;
  margin: 0 auto;
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  padding: 0;
  letter-spacing: 0.2em !important;
}

#privacy section {
  position: relative;
  width: 100%;
  padding: 60px 0 70px;
}

#privacy section > div {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#privacy section dt {
  position: relative;
  color: #468CE6;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  padding: 0;
  text-align: left;
  margin: 0;
  letter-spacing: 0.2em !important;
}

#privacy section dd {
  position: relative;
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.2em !important;
  padding: 0 0 60px;
}

#privacy section #info_box {
  position: relative;
  background: #fff;
  border-bottom: #01b4f6 solid 2px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 10px 15px;
  text-align: left;
}

#privacy section #info_box .ts {
  letter-spacing: 0.3em !important;
}

#privacy section .cap {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 0 0 15px;
  letter-spacing: 0.2em !important;
}

#privacy section .pcbox {
  position: relative;
  display: inline-block;
  padding: 25px 35px;
  margin: 0 auto;
  text-align: left;
  border: #333 1px solid;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.15em !important;
}

#privacy section .pcbox a {
  text-decoration: underline;
}

#privacy section .btn {
  position: relative;
  text-align: center;
  padding: 100px 0 0;
}

#privacy section .spbox {
  display: none;
}

@media (max-width: 750px) {
  #privacy {
    background: url(../img/privacy/contents_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #privacy #main_v {
    position: relative;
    width: 100%;
    min-width: auto;
    max-width: auto;
    padding: 4vw 0 0;
    margin: 0 auto;
  }
  #privacy #main_v h2 {
    color: #333;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0;
    text-align: center;
    padding: 4vw 2vw 10vw;
  }
  #privacy #main_v h2 .tsc {
    letter-spacing: 0.4em !important;
  }
  #privacy #main_v p.r {
    position: relative;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: right;
    padding: 0 6vw 8vw;
    letter-spacing: 0.2em !important;
  }
  #privacy #main_v p.txt {
    position: relative;
    width: 100%;
    padding: 0 6vw 0;
    margin: 0 auto;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.1em !important;
  }
  #privacy section {
    position: relative;
    width: 100%;
    padding: 12vw 6vw 16vw;
  }
  #privacy section > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #privacy section dt {
    position: relative;
    color: #468CE6;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 500;
    padding: 0 0 1vw 0;
    text-align: left;
    margin: 0;
    letter-spacing: 0.1em !important;
    display: table;
  }
  #privacy section dt span {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  #privacy section dd {
    position: relative;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.1em !important;
    padding: 0 0 12vw;
  }
  #privacy section #info_box {
    position: relative;
    background: #fff;
    border-bottom: #01b4f6 solid 2px;
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 3vw 4vw;
    text-align: left;
  }
  #privacy section #info_box .ts {
    letter-spacing: 0.3em !important;
  }
  #privacy section .cap {
    color: #333;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 10vw 0 4vw;
    letter-spacing: 0.2em !important;
  }
  #privacy section .spbox {
    position: relative;
    display: block;
    width: 88vw;
    padding: 4vw 6vw;
    margin: 0 auto;
    text-align: left;
    border: #333 1px solid;
    color: #333;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.1em !important;
  }
  #privacy section .spbox a {
    text-decoration: underline;
    letter-spacing: 0em !important;
  }
  #privacy section .spbox .tel {
    position: relative;
    display: block;
    width: 74.4vw !important;
    text-decoration: none;
    margin: 4vw auto;
  }
  #privacy section .pcbox {
    display: none;
  }
}
/*------------------------------------------------------------------------------ internship --*/
#internship {
  background: url(../img/internship/contents_bg_pc.jpg) center top no-repeat;
  background-size: 1200px auto;
}

#internship #main_v {
  position: relative;
  width: 980px;
  height: 570px;
  padding: 0;
  margin: 0 auto;
  background: url(../img/internship/fv_pc.png) 510px 35px no-repeat;
  background-size: 377px auto;
}

#internship #main_v h2 {
  color: #333;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 80px 0 40px;
}

#internship #main_v h2 .ts {
  letter-spacing: 0.4em !important;
}

#internship #main_v p {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}

#internship #main_v p .ts {
  letter-spacing: 0.3em !important;
}

#internship section {
  position: relative;
  width: 100%;
  padding: 60px 0 0;
  background-color: rgba(0, 0, 0, 0.05);
}

#internship section > div {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#internship section > div {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#internship section h3 {
  color: #01b4f6;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 10px 20px;
  text-align: left;
  border-left: #01b4f6 solid 10px;
  border-bottom: #01b4f6 solid 2px;
  margin: 0 0 40px;
}

#internship section h3 .ts {
  letter-spacing: 0.3em !important;
}

#internship section h3 .under {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.3em !important;
}

#internship section .top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#internship section .btm {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#internship section dl {
  position: relative;
  zoom: 1;
  overflow: hidden;
  /* display:table; */
}

#internship section dl dt {
  position: relative;
  display: table-cell;
  width: 140px;
  background: #01b4f6;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 15px 0 15px 15px;
  border-top: #fff 1px solid;
}

#internship section dl dd {
  position: relative;
  display: table-cell;
  width: 660px;
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: 15px;
  border-top: #fff 1px solid;
}

#internship section dl dd .cap {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em !important;
}

#internship section dl dd .time {
  display: block;
  padding: 0 0 0 80px;
  text-indent: -80px;
}

#internship section dl dd .space {
  padding: 0 2px;
}

#internship section .top dt {
  border-top: none;
}

#internship section dl:nth-child(odd) dd {
  background: #e7f5ff !important;
}

#internship section dl dd ul {
  position: relative;
  zoom: 1;
  overflow: hidden;
  display: table;
}

#internship section dl dd ul li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 10px 0 70px;
  text-indent: -70px;
}

#internship section dl dd img {
  width: 100%;
  height: auto;
}

#internship section dl dt .ts {
  letter-spacing: 0.3em !important;
}

#internship section dl dd .ts {
  letter-spacing: 0.2em !important;
}

#internship section dl dd a {
  text-decoration: underline;
}

#internship section #info_box {
  position: relative;
  background: #fff;
  border-bottom: #01b4f6 solid 2px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 10px 15px;
  text-align: left;
}

#internship section #info_box .ts {
  letter-spacing: 0.3em !important;
}

#internship #foot_cont .cap {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 50px 0 15px;
  letter-spacing: 0.2em !important;
}

#internship section .pcbox {
  position: relative;
  display: inline-block;
  padding: 25px 35px;
  margin: 0 auto;
  text-align: left;
  border: #333 1px solid;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.15em !important;
}

#internship section .pcbox a {
  text-decoration: underline;
}

#internship section .btn {
  position: relative;
  text-align: center;
  padding: 100px 0 0;
}

#internship section .spbox {
  display: none;
}

#internship #foot_cont {
  padding-bottom: 70px;
}

#internship .contact {
  position: relative;
  margin: 40px 0 60px;
  display: inline-block;
  color: #333;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  background: url(../img/internship/arrow.png) right 5px no-repeat;
  background-size: 13px auto;
  padding: 0 12px 0 0;
}

#internship .contact .tsc {
  letter-spacing: 0.3em !important;
  padding: 0 0 3px;
  border-bottom: #333 1px solid;
}

#internship #localNav {
  position: relative;
  width: 100%;
  height: 118px;
}

#internship #localNav #navInside {
  position: relative;
  width: 100%;
  height: 118px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#internship #localNav #navInside > div {
  position: relative;
  width: 100%;
  height: 90px;
}

#internship #localNav #navInside > div > div {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  zoom: 1;
  overflow: hidden;
}

#internship #localNav #navInside > div > div a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#internship #localNav #navInside > div > div a:hover {
  opacity: 0.8;
}

#internship #localNav #set2Btn {
  padding: 30px 0 0 !important;
}

#internship #localNav #set2Btn a {
  width: 380px;
  height: 38px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
  background: #00b4f5 url(../img/internship/nav_arrow_pc.png) right 0 no-repeat;
  background-size: 35px auto;
  border-radius: 19px;
  float: left;
  padding: 8px 0 0;
}

#internship #localNav #set2Btn a .tsc {
  letter-spacing: 0.3em !important;
}

#internship #localNav #set2Btn a:nth-child(2) {
  float: right;
}

#internship #localNav #set3Btn {
  padding: 22px 0 0 !important;
}

#internship #localNav #set3Btn a {
  width: 220px;
  height: 46px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  background: #00b4f5 url(../img/internship/nav_arrow_pc.png) right 4px no-repeat;
  background-size: 35px auto;
  border-radius: 23px;
  float: left;
  padding: 6px 0 0;
  margin-right: 70px;
}

#internship #localNav #set3Btn a .tsc {
  letter-spacing: 0.3em !important;
}

#internship #localNav #set3Btn a:nth-child(3) {
  margin-right: 0;
}

#internship #localNav #set4Btn {
  padding: 22px 0 0 !important;
}

#internship #localNav #set4Btn a {
  width: 180px;
  height: 46px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  background: #00b4f5 url(../img/internship/nav_arrow_pc.png) right 4px no-repeat;
  background-size: 35px auto;
  border-radius: 23px;
  float: left;
  padding: 6px 0 0;
  margin-right: 26px;
}

#internship #localNav #set4Btn .one_line {
  padding: 15px 0 0;
}

#internship #localNav #set4Btn a .tsc {
  letter-spacing: 0.25em !important;
}

#internship #localNav #set4Btn a:nth-child(1) {
  margin-right: 27px;
}

#internship #localNav #set4Btn a:nth-child(4) {
  margin-right: 0;
}

#internship #localNav #navInside.is-fixed {
  position: fixed !important;
  top: 50px;
  left: 0;
  z-index: 100;
  background: url(../img/internship/nav_bg.png) left bottom repeat-x;
  background-size: 20px auto;
}

#internship #localNav #navInside.is-fixed > div {
  background: #fff;
}

@media (max-width: 750px) {
  #internship {
    background: url(../img/internship/contents_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #internship #main_v {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 6vw 12vw;
    margin: 0 auto;
    background: none !important;
  }
  #internship #main_v h2 {
    color: #333;
    font-size: 5.4rem;
    line-height: 1.6;
    font-weight: 500;
    padding: 6vw 0 0;
  }
  #internship #main_v h2 .ts {
    letter-spacing: 0.4em !important;
  }
  #internship #main_v p {
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
  }
  #internship #main_v p .ts {
    letter-spacing: 0.2em !important;
  }
  #internship section {
    position: relative;
    width: 100%;
    padding: 14vw 6vw 0;
  }
  #internship section > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #internship section > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #internship section h3 {
    color: #01b4f6;
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 500;
    padding: 0 0 2vw 4vw;
    text-align: left;
    border-left: #01b4f6 solid 5px;
    border-bottom: #01b4f6 solid 2px;
    margin: 0 0 8vw;
  }
  #internship section h3 .under {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.3em !important;
  }
  #internship section h3 .ts {
    letter-spacing: 0.3em !important;
  }
  #internship section .top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #internship section .btm {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #internship section dl {
    position: relative;
    zoom: 1;
    overflow: hidden;
    display: block;
  }
  #internship section dl dt {
    position: relative;
    display: block;
    width: 100%;
    background: #01b4f6;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    padding: 2vw 4vw;
    border-top: #fff 1px solid;
  }
  #internship section dl dd {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 2vw 4vw;
    border-top: none;
  }
  #internship section dl dt .ts {
    letter-spacing: 0.5em !important;
  }
  #internship section dl dd .ts {
    letter-spacing: 0.25em !important;
  }
  #internship section dl dd .cap {
    font-size: 2.4rem;
    line-height: 1.4 !important;
    letter-spacing: 0.1em !important;
  }
  #internship section .top dt {
    border-top: none;
  }
  #internship section dl:nth-child(odd) dd {
    background: #fff !important;
  }
  #internship section dl dd ul {
    position: relative;
    zoom: 1;
    overflow: hidden;
    display: block;
  }
  #internship section dl dd ul li {
    position: relative;
    display: block;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 0;
    text-indent: 0;
  }
  #internship section dl dd ul li.mgn {
    margin-top: 8vw;
  }
  #internship section dl dd img {
    width: 100%;
    height: auto;
  }
  #internship section #info_box {
    position: relative;
    background: #fff;
    border-bottom: #01b4f6 solid 2px;
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 3vw 4vw;
    text-align: left;
  }
  #internship section #info_box .ts {
    letter-spacing: 0.3em !important;
  }
  #internship #foot_cont .cap {
    color: #333;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 8vw 0 4vw;
    letter-spacing: 0.2em !important;
  }
  #internship section .spbox {
    position: relative;
    display: block;
    width: 88vw;
    padding: 4vw 6vw;
    margin: 0 auto;
    text-align: left;
    border: #333 1px solid;
    color: #333;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.1em !important;
  }
  #internship section .spbox a {
    text-decoration: underline;
    letter-spacing: 0em !important;
  }
  #internship section .spbox .tel {
    position: relative;
    display: block;
    width: 74.4vw !important;
    text-decoration: none;
    margin: 4vw auto;
  }
  #internship section .pcbox {
    display: none;
  }
  #internship #foot_cont {
    padding-bottom: 16vw;
  }
  #internship section dl dd .time {
    display: block;
    padding: 0 0 0 80px;
    text-indent: -80px;
  }
  #internship section dl dd .space {
    padding: 0 2px;
  }
  #internship .contact {
    position: relative;
    margin: 8vw 0 8vw;
    display: inline-block;
    color: #333;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 400;
    background: url(../img/internship/arrow.png) right 5px no-repeat;
    background-size: 13px auto;
    padding: 0 12px 0 0;
  }
  #internship .contact .tsc {
    letter-spacing: 0.3em !important;
    padding: 0 0 3px;
    border-bottom: #333 1px solid;
  }
  #internship #localNav {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 6vw 11vw;
  }
  #internship #localNav #navInside {
    position: relative !important;
    width: 100%;
    height: auto;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #internship #localNav #navInside > div {
    position: relative;
    width: 100%;
    height: auto;
    background: none !important;
  }
  #internship #localNav #navInside > div > div {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    zoom: 1;
    overflow: hidden;
  }
  #internship #localNav #navInside > div > div a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #internship #localNav #navInside > div > div a:hover {
    opacity: 0.8;
  }
  #internship #localNav #set2Btn {
    padding: 0 0 0 !important;
  }
  #internship #localNav #set2Btn a {
    width: 100%;
    height: 12.8vw;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 500;
    background: #00b4f5 url(../img/internship/nav_arrow_sp.png) right center no-repeat;
    background-size: 60px auto;
    border-radius: 6.4vw;
    float: none;
    padding: 3vw 0 0;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  #internship #localNav #set2Btn a .tsc {
    letter-spacing: 0.3em !important;
  }
  #internship #localNav #set2Btn a:nth-child(2) {
    float: none;
  }
  #internship #localNav #set3Btn {
    padding: 0 0 0 !important;
  }
  #internship #localNav #set3Btn a {
    width: 100%;
    height: 12.8vw;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 500;
    background: #00b4f5 url(../img/internship/nav_arrow_sp.png) right center no-repeat;
    background-size: 60px auto;
    border-radius: 6.4vw;
    float: none;
    padding: 3vw 0 0;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  #internship #localNav #set3Btn a .tsc {
    letter-spacing: 0.3em !important;
  }
  #internship #localNav #set3Btn a:nth-child(3) {
    margin-right: 0;
  }
  #internship #localNav #set4Btn {
    padding: 0 0 0 !important;
  }
  #internship #localNav #set4Btn a {
    width: 100%;
    height: 12.8vw;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 500;
    background: #00b4f5 url(../img/internship/nav_arrow_sp.png) right center no-repeat;
    background-size: 60px auto;
    border-radius: 6.4vw;
    float: none;
    padding: 3vw 0 0;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  #internship #localNav #set4Btn .one_line {
    padding: 3vw 0 0;
  }
  #internship #localNav #set4Btn a .tsc {
    letter-spacing: 0.25em !important;
  }
  #internship #localNav #set4Btn a:nth-child(1) {
    margin-right: 0;
  }
  #internship #localNav #set4Btn a:nth-child(4) {
    margin-right: 0;
  }
  #internship #localNav #navInside.is-fixed {
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 100;
    background: none;
  }
}
@media screen and (max-width: 479px) {
  #internship #localNav #set2Btn a {
    background: #00b4f5 url(../img/internship/nav_arrow_sp2.png) right center no-repeat;
    background-size: 60px auto;
  }
  #internship #localNav #set3Btn a {
    background: #00b4f5 url(../img/internship/nav_arrow_sp2.png) right center no-repeat;
    background-size: 60px auto;
  }
  #internship #localNav #set4Btn a {
    background: #00b4f5 url(../img/internship/nav_arrow_sp2.png) right center no-repeat;
    background-size: 60px auto;
  }
}
/*------------------------------------------------------------------------------ merit --*/
#merit {
  background: url(../img/merit/contents_bg_pc.png) center top no-repeat;
  background-size: 1200px auto;
}

#merit #main_v {
  position: relative;
  width: 980px;
  height: 530px;
  padding: 0;
  margin: 0 auto;
  background: url(../img/merit/fv_pc.png) 510px 35px no-repeat;
  background-size: 377px auto;
}

#merit #main_v h2 {
  color: #333;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 80px 0 40px;
}

#merit #main_v h2 .ts {
  letter-spacing: 0.4em !important;
}

#merit #main_v p {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}

#merit #main_v p .ts {
  letter-spacing: 0.3em !important;
}

#merit section {
  position: relative;
  width: 100%;
  padding: 0 0 0px;
}

#merit picture.img,
#merit picture.txt_img {
  display: block;
}

#merit .ttl {
  position: relative;
  width: 100%;
  height: 207px;
  background: url(../img/merit/ttl_bg.png) 0 0 repeat-x;
  background-size: 50px auto;
  margin: 20px 0 0;
}

#merit #balance .ttl h3 {
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 207px;
  background: url(../img/merit/ttl_1.png) center bottom no-repeat;
  background-size: 1200px auto;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  font-weight: 500;
  padding: 83px 0 0 !important;
}

#merit #balance .ttl h3 .tsc {
  letter-spacing: 0.4em !important;
}

#merit #step .ttl h3 {
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 207px;
  background: url(../img/merit/ttl_2.png) center bottom no-repeat;
  background-size: 1200px auto;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  font-weight: 500;
  padding: 113px 0 0 !important;
}

#merit #step .ttl h3 .tsc {
  letter-spacing: 0.4em !important;
}

#merit section div.contents {
  position: relative;
  width: 800px;
  padding: 70px 0 0;
  margin: 0 auto;
  text-align: left;
  color: red;
}

#merit section h4 {
  position: relative;
  color: #01b4f6;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 10px 20px;
  text-align: left;
  border-left: #01b4f6 solid 10px;
  border-bottom: #01b4f6 solid 2px;
  margin: 0 0 15px;
}

#merit section h4 .ts {
  letter-spacing: 0.4em !important;
}

#merit section h4 .fs {
  font-size: 1.7rem !important;
  font-weight: 400;
  letter-spacing: 0.3em !important;
}

#merit section h4 .fsb {
  color: #333;
  font-size: 1.5rem !important;
  letter-spacing: 0.3em !important;
  padding: 0 45px 0 5px;
}

#merit section h4 .fsr {
  position: absolute;
  bottom: 0;
  right: -20px;
  color: #333;
  font-size: 1.6rem !important;
  font-weight: 400;
  letter-spacing: 0.2em !important;
}

#merit section h5 {
  position: relative;
  color: #333;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
}

#merit section h5 .ts {
  letter-spacing: 0.4em !important;
  padding-top: 5px;
}

#merit section .txt {
  position: relative;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

#merit section .cap {
  position: relative;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

#merit section .txt .ts {
  letter-spacing: 0.3em !important;
}

#merit section .crmSet1 {
  position: relative;
  width: 800px;
  background: url(../img/merit/dot_2.png) center bottom no-repeat;
  background-size: 800px auto;
  padding: 0 0 15px;
}

#merit section .crmSet1 ul {
  position: relative;
  width: 800px;
  zoom: 1;
  overflow: hidden;
  background: url(../img/merit/dot_1.png) center top no-repeat;
  background-size: 4px auto;
  min-height: 532px;
}

#merit section .crmSet1 ul .l {
  position: relative;
  width: 400px;
  float: left;
  padding: 25px 0 0;
}

#merit section .crmSet1 ul .r {
  position: relative;
  width: 360px;
  float: right;
  padding: 25px 0 0;
}

#merit section .crmSet1 ul .l .img {
  padding: 80px 0 0;
}

#merit section .crmSet1 ul .r .txt {
  padding: 20px 0 0;
}

#merit section .crmSet1 ul .r .img {
  padding: 20px 0 0 44px;
}

#merit section .crmSet1 ul .r .img img {
  margin: 0 auto;
}

#merit section .crmSet2 {
  position: relative;
  width: 800px;
  padding: 30px 0 0;
}

#merit section .crmSet2 ul {
  position: relative;
  width: 800px;
  zoom: 1;
  overflow: hidden;
}

#merit section .crmSet2 ul .l {
  position: relative;
  width: 380px;
  float: left;
  padding: 0 0 0;
}

#merit section .crmSet2 ul .r {
  position: relative;
  width: 400px;
  float: right;
  padding: 0 0 0;
}

#merit section .crmSet2 ul .l .txt {
  padding: 20px 0 0;
}

#merit section .crmSet2 ul .r .img {
  padding: 0;
}

#merit section .crmSet3 {
  position: relative;
  width: 800px;
  padding: 30px 0 0;
  overflow: visible !important;
}

#merit section .crmSet3 ul {
  position: relative;
  width: 800px;
  zoom: 1;
  overflow: hidden;
  background: url(../img/merit/dot_1.png) center top no-repeat;
  background-size: 4px auto;
  min-height: 246px;
  overflow: visible !important;
}

#merit section .crmSet3 ul .l {
  position: relative;
  width: 380px;
  float: left;
  padding: 0 0 0;
}

#merit section .crmSet3 ul .r {
  position: relative;
  width: 360px;
  float: right;
  padding: 0 0 0;
  overflow: visible !important;
}

#merit section .crmSet3 ul .l .img {
  padding: 27px 0 0 13px;
}

#merit section .crmSet3 ul .r .img {
  padding: 30px 0 0;
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}

#merit section .crmSet4 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
  overflow: visible !important;
}

#merit section .crmSet4 .img {
  padding: 10px 0 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

#merit section .crmSet4 .crmSet4_annotation {
  position: relative;
}

#merit section .crmSet4 .crmSet4_annotation .annotation {
  position: absolute;
  left: 7px;
  bottom: -14px;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

#merit section .crmSet5 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
  overflow: visible !important;
}

#merit section .crmSet5 h4 {
  display: inline-block !important;
}

#merit section .crmSet5 ul {
  position: relative;
  width: 800px;
  overflow: visible !important;
  display: table;
}

#merit section .crmSet5 ul .l {
  position: relative !important;
  display: table-cell;
  vertical-align: top;
  width: 400px;
  padding: 0 0 0;
  text-align: left !important;
}

#merit section .crmSet5 ul .r {
  position: relative !important;
  display: table-cell;
  vertical-align: top;
  width: 400px;
  padding: 0 0 0 40px;
  overflow: visible !important;
  text-align: left !important;
}

#merit section .crmSet5 ul .l .img {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#merit section .crmSet5 ul .r .img {
  position: absolute;
  right: -57px;
  bottom: 10px;
}

#merit section .crmSet5 .txt_img {
  padding: 0 0 5px;
}

#merit section .crmSet6 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
  overflow: visible !important;
}

#merit section .crmSet6 h4 {
  display: block !important;
  width: 360px;
}

#merit section .crmSet6 ul {
  position: relative;
  width: 800px;
  overflow: visible !important;
  display: table;
}

#merit section .crmSet6 ul .l {
  position: relative !important;
  display: table-cell;
  vertical-align: bottom;
  width: 400px;
  padding: 0 0 0;
  text-align: left !important;
}

#merit section .crmSet6 ul .r {
  position: relative !important;
  display: table-cell;
  vertical-align: bottom;
  width: 400px;
  padding: 0 0 0 40px;
  overflow: visible !important;
  text-align: left !important;
  bottom: -23px;
}

#merit section .crmSet6 ul .l .img {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

#merit section .crmSet6 ul .r .img {
  position: absolute;
  right: -45px;
  bottom: 35px;
}

#merit section .crmSet6 .l .txt {
  width: 170px;
}

#merit section .crmSet6 .r .txt {
  width: 260px;
}

#merit section .crmSet6 .txt_img {
  padding: 20px 0 5px;
}

#merit section .crmSet6 .r .cap {
  position: absolute;
  right: -50px;
  bottom: 10px;
}

#merit section .crmSet7 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
  overflow: visible !important;
  text-align: left;
}

#merit section .crmSet7 h4 {
  display: inline-block !important;
}

#merit section .crmSet7 .img {
  position: absolute;
  right: 0;
  bottom: 0;
}

#merit section .crmSet7 .txt_img {
  padding: 10px 0 0;
}

#merit section .crmSet8 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
}

#merit section .crmSet8 .txt-img {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

#merit section .crmSet9 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
  overflow: visible !important;
  text-align: left;
}

#merit section .crmSet9 h4 {
  width: 368px;
}

#merit section .crmSet9 .img {
  position: absolute;
  right: 20px;
  bottom: -15px;
}

#merit section .crmSet9 .txt {
  width: 368px;
}

#merit section .crmSet10 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
  overflow: visible !important;
  text-align: left;
}

#merit section .crmSet10 .blockInner,
#merit section .crmSet11 .blockInner {
  font-size: 15px;
  color: #333;
}

#merit section .crmSet10 .blockInner h5.ts,
#merit section .crmSet11 .blockInner h5.ts {
  color: #00b4f5;
  padding: 20px 0 15px 0;
  background: url(../img/merit/dot_2.png) left bottom repeat-x;
  background-size: 800px auto;
  margin-bottom: 8px;
  letter-spacing: 0.4em;
}

#merit section .crmSet10 .list li,
#merit section .crmSet11 .list li {
  background-image: url(../img/merit/list_star_pink.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left 8px;
  padding-left: 1.2em;
  padding-bottom: 5px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#merit section .crmSet11 .list li {
  background-image: url(../img/merit/list_star_yellow.png);
}

#merit section .crmSet11 {
  position: relative;
  width: 800px;
  padding: 45px 0 0;
  overflow: visible !important;
  text-align: left;
}

#merit .listArea h4 {
  margin: 0 0 10px;
}

#merit .listArea > div {
  position: relative;
  width: 800px;
  zoom: 1;
  overflow: hidden;
}

#merit .listArea > div p {
  position: relative;
  width: 240px;
  float: left;
  margin-top: 30px;
  margin-right: 40px;
}

#merit .listArea > div p .box {
  display: block;
  border: #00b4f5 8px solid;
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 15px 20px;
  min-height: 178px;
  width: 100% !important;
  height: 100% !important;
}

#merit .listArea > div p .ts {
  letter-spacing: 0.2em !important;
  text-align: left;
}

#merit .listArea > div p:nth-child(3n) {
  margin-right: 0;
}

#merit section .crmSet11 > div p::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/merit/pin_2.png) 0 0 no-repeat;
  background-size: 40px auto;
  z-index: 10 !important;
}

#merit section .crmSet12 {
  position: relative;
  width: 800px;
  padding: 0 0 0;
  margin: 0 auto;
}

#merit section .crmSet13 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
  margin: 0 auto;
}

#merit section .crmSet14 {
  position: relative;
  width: 800px;
  padding: 90px 0 0;
  margin: 0 auto;
}

#merit section .crmSet14 .img {
  padding: 10px 0 0;
}

#merit section .crmSet13 .box {
  position: relative;
  width: 800px;
  height: 180px;
  background: url(../img/merit/box_bg.png) 0 0 no-repeat;
  background-size: 800px auto;
  padding: 30px 220px 0 40px;
}

#merit section .crmSet13 .box p {
  position: relative;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

#merit section .crmSet13 .ts {
  letter-spacing: 0.3em !important;
}

#merit section .crmSet13 h6 {
  position: relative;
  color: #333;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}

#merit #localNav {
  position: relative;
  width: 100%;
  height: 118px;
}

#merit #localNav #navInside {
  position: relative;
  width: 100%;
  height: 118px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#merit #localNav #navInside > div {
  position: relative;
  width: 100%;
  height: 90px;
}

#merit #localNav #navInside > div > div {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  zoom: 1;
  overflow: hidden;
}

#merit #localNav #navInside > div > div a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#merit #localNav #navInside > div > div a:hover {
  opacity: 0.8;
}

#merit #localNav #set2Btn {
  padding: 16px 0 0 !important;
}

#merit #localNav #set2Btn a {
  width: 360px;
  height: 60px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  background: #00b4f5 url(../img/merit/nav_arrow_pc.png) right 9px no-repeat;
  background-size: 30px auto;
  border-radius: 30px;
  float: left;
  padding: 15px 0 0;
}

#merit #localNav #set2Btn a .tsc {
  letter-spacing: 0.3em !important;
}

#merit #localNav #set2Btn a:nth-child(2) {
  float: right;
}

#merit #localNav #navInside.is-fixed {
  position: fixed !important;
  top: 50px;
  left: 0;
  z-index: 100;
  background: url(../img/merit/nav_bg.png) left bottom repeat-x;
  background-size: 20px auto;
}

#merit #localNav #navInside.is-fixed > div {
  background: #fff;
}

#merit .moreBlock {
  display: block;
}

#merit .more {
  display: none;
}

@media (max-width: 750px) {
  #merit {
    background: url(../img/merit/contents_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #merit #main_v {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 6vw 12vw;
    margin: 0 auto;
    background: none !important;
    overflow: hidden !important;
  }
  #merit #main_v h2 {
    color: #333;
    font-size: 5.4rem;
    line-height: 1.6;
    font-weight: 500;
    padding: 6vw 0 0;
  }
  #merit #main_v h2 .ts {
    letter-spacing: 0.4em !important;
    width: 120% !important;
  }
  #merit #main_v p {
    color: #333;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
  }
  #merit #main_v p .ts {
    letter-spacing: 0.2em !important;
  }
  #merit section {
    position: relative;
    width: 100%;
    padding: 0 0 0;
    margin-top: 0;
    overflow: hidden;
  }
  #merit section > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #merit section > div {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #merit .ttl {
    position: relative;
    width: 100%;
    height: auto;
    background: #00b4f5;
    margin: 0;
  }
  #merit #balance .ttl h3 {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: auto;
    background: none !important;
    color: #fff;
    text-align: center;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 6vw 0 3vw !important;
  }
  #merit #balance .ttl h3 .tsc {
    letter-spacing: 0.4em !important;
  }
  #merit #step .ttl h3 {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: auto;
    background: none !important;
    color: #fff;
    text-align: center;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 6vw 0 3vw !important;
  }
  #merit #step .ttl h3 .tsc {
    letter-spacing: 0.4em !important;
  }
  #merit section div.contents {
    position: relative;
    width: 100%;
    padding: 10vw 6vw 0;
    margin: 0 auto;
    text-align: center;
  }
  #merit section h4 {
    position: relative;
    color: #01b4f6;
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 500;
    padding: 0 0 2vw 4vw;
    text-align: left;
    border-left: #01b4f6 solid 5px;
    border-bottom: #01b4f6 solid 2px;
    margin: 0 0 4vw;
  }
  #merit section h4 .ts {
    letter-spacing: 0.4em !important;
  }
  #merit section h4 .fs {
    font-size: 2.8rem !important;
    font-weight: 400;
    letter-spacing: 0.3em !important;
  }
  #merit section h4 .fsb {
    color: #333;
    font-size: 2.4rem !important;
    letter-spacing: 0.3em !important;
    padding: 0 0 0 5px;
  }
  #merit section h4 .fsr {
    position: relative;
    bottom: 0;
    right: 0;
    color: #333;
    font-size: 2.4rem !important;
    font-weight: 400;
    letter-spacing: 0.1em !important;
  }
  #merit section h5 {
    position: relative;
    color: #333;
    font-size: 3.4rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
  }
  #merit section h5 .ts {
    letter-spacing: 0.4em !important;
  }
  #merit section .txt {
    position: relative;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
  }
  #merit section .cap {
    position: relative;
    color: #333;
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
  }
  #merit section .cap2 {
    position: relative;
    color: #333;
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
  }
  #merit section .txt .ts {
    letter-spacing: 0.3em !important;
  }
  #merit section .crmSet1 {
    position: relative;
    width: 100%;
    background: none;
    padding: 0;
  }
  #merit section .crmSet1 ul {
    position: relative;
    width: 100%;
    zoom: 1;
    overflow: hidden;
    background: none;
    min-height: auto;
  }
  #merit section .crmSet1 ul .l {
    position: relative;
    width: 100%;
    float: none;
    padding: 0 0 4px;
    background: url(../img/merit/dot_2_sp.png) left bottom repeat-x;
    background-size: 335px auto;
  }
  #merit section .crmSet1 ul .r {
    position: relative;
    width: 100%;
    float: none;
    padding: 4vw 0 4px;
    background: url(../img/merit/dot_2_sp.png) left bottom repeat-x;
    background-size: 335px auto;
  }
  #merit section .crmSet1 ul .l .img {
    padding: 0 0 0;
  }
  #merit section .crmSet1 ul .r .txt {
    padding: 2vw 0 0;
  }
  #merit section .crmSet1 ul .r .img {
    padding: 0;
  }
  #merit section .crmSet1 ul .r .img img {
    margin: 0 auto;
  }
  #merit section .crmSet2 {
    position: relative;
    width: 100%;
    padding: 4vw 0 0;
  }
  #merit section .crmSet2 ul {
    position: relative;
    width: 100%;
    zoom: 1;
    overflow: hidden;
  }
  #merit section .crmSet2 ul .l {
    position: relative;
    width: 100%;
    float: none;
    padding: 0 0 0;
  }
  #merit section .crmSet2 ul .r {
    position: relative;
    width: 100%;
    float: none;
    padding: 0 0 0;
  }
  #merit section .crmSet2 ul .l .txt {
    padding: 2vw 0 0;
  }
  #merit section .crmSet2 ul .r .img {
    padding: 0;
  }
  #merit section .crmSet3 {
    position: relative;
    width: 100%;
    padding: 0 0 0;
    overflow: visible !important;
  }
  #merit section .crmSet3 ul {
    position: relative;
    width: 100%;
    zoom: 1;
    overflow: hidden;
    background: url(../img/merit/dot_1_sp.png) center top repeat-y;
    background-size: 335px auto;
    min-height: auto;
    overflow: hidden !important;
  }
  #merit section .crmSet3 ul .l {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 0 0;
  }
  #merit section .crmSet3 ul .r {
    position: relative;
    width: 50%;
    float: right;
    padding: 0 0 0;
    overflow: visible !important;
  }
  #merit section .crmSet3 ul .r h5 {
    padding: 0 0 0 6vw;
  }
  #merit section .crmSet3 ul .l .img {
    padding: 0 0 0;
  }
  #merit section .crmSet3 ul .r .img {
    padding: 0 0 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #merit section .crmSet4 {
    position: relative;
    width: 100%;
    padding: 18vw 0 0;
    overflow: visible !important;
  }
  #merit section .crmSet4 .img {
    padding: 0 0 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #merit section .crmSet4 .crmSet4_annotation {
    position: relative;
  }
  #merit section .crmSet4 .crmSet4_annotation .annotation {
    position: absolute;
    left: 8vw;
    top: 78vw;
    color: #333;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #merit section .crmSet5 {
    position: relative;
    width: 100%;
    padding: 18vw 0 0;
    overflow: visible !important;
  }
  #merit section .crmSet5 h4 {
    width: 52vw;
    display: inline-block !important;
  }
  #merit section .crmSet5 ul {
    position: relative;
    width: 100%;
    overflow: visible !important;
    display: block;
  }
  #merit section .crmSet5 ul .l {
    position: relative !important;
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0;
    text-align: left !important;
  }
  #merit section .crmSet5 ul .r {
    position: relative !important;
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 18vw 0 0;
    overflow: visible !important;
    text-align: left !important;
  }
  #merit section .crmSet5 ul .l .img {
    position: absolute;
    width: 88vw;
    right: 0vw;
    bottom: 0;
  }
  #merit section .crmSet5 ul .r .img {
    position: absolute;
    width: 88vw;
    right: -5vw;
    bottom: 0.8vw;
  }
  #merit section .crmSet5 .txt_img {
    width: 40vw;
    padding: 0 0 1vw;
  }
  #merit section .crmSet6 {
    position: relative;
    width: 100%;
    padding: 18vw 0 0;
    overflow: visible !important;
  }
  #merit section .crmSet6 h4 {
    display: block !important;
    width: 100%;
  }
  #merit section .crmSet6 ul {
    position: relative;
    width: 100%;
    overflow: visible !important;
    display: block;
  }
  #merit section .crmSet6 ul .l {
    position: relative !important;
    display: block;
    vertical-align: bottom;
    width: 100%;
    padding: 0 0 0;
    text-align: left !important;
  }
  #merit section .crmSet6 ul .r {
    position: relative !important;
    display: block;
    vertical-align: bottom;
    width: 100%;
    padding: 18vw 0 0;
    overflow: visible !important;
    text-align: left !important;
  }
  #merit section .crmSet6 ul .l .img {
    position: absolute;
    right: 0;
    bottom: -10vw;
  }
  #merit section .crmSet6 ul .r .img {
    position: absolute;
    right: -10vw;
    bottom: -4vw;
  }
  #merit section .crmSet6 .l .txt {
    width: 100%;
    padding: 0 0 4vw;
  }
  #merit section .crmSet6 .r .txt {
    width: 100%;
    padding: 0 0 4vw;
  }
  #merit section .crmSet6 .txt_img {
    width: 40vw;
    padding: 0 0 1vw;
  }
  #merit section .crmSet6 .r .txt_img {
    width: 50vw;
    padding: 0 0 1vw;
  }
  #merit section .crmSet6 .r .cap {
    position: relative;
    right: unset;
    bottom: unset;
  }
  #merit section .crmSet7 {
    position: relative;
    width: 100%;
    padding: 18vw 0 0;
    overflow: visible !important;
    text-align: left;
  }
  #merit section .crmSet7 h4 {
    width: 56vw;
    display: inline-block !important;
  }
  #merit section .crmSet7 .img {
    position: absolute;
    right: -3vw;
    bottom: 4vw;
  }
  #merit section .crmSet7 .txt_img {
    width: 56vw;
    padding: 0 0 1vw;
  }
  #merit section .crmSet8 {
    position: relative;
    width: 100%;
    padding: 18vw 0 0;
  }
  /*
  #merit section .crmSet8 h4 .fs,
  #merit section .crmSet8 h4 .fsr{
  	display:inline-block !important;
  }*/
  #merit section .crmSet8 ul {
    position: relative;
    width: 100%;
    zoom: 1;
    overflow: hidden !important;
    padding: 4vw 0 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #merit section .crmSet8 ul .l {
    position: relative;
    width: 45%;
    margin: 5px;
    text-align: center !important;
  }
  #merit section .crmSet8 ul .l .cap .ts {
    text-indent: 0;
  }
  #merit section .crmSet8 ul .l:first-child {
    width: 100%;
  }
  #merit section .crmSet8 ul .r {
    position: relative;
    width: 50%;
    float: right;
    padding: 0 0 0;
    margin-right: 0;
    text-align: center !important;
  }
  #merit section .crmSet8 ul .ts {
    text-align: center !important;
  }
  #merit section .crmSet8 .txt_img {
    width: 30vw;
    margin: 0 auto;
    padding: 2vw 0 1vw;
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  #merit section .crmSet8 .img {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 0 4vw;
  }
  #merit section .crmSet8 ul .r .txt {
    padding: 0 0 0;
  }
  #merit section .crmSet8 ul .r .img {
    padding: 0 0 4vw;
  }
  #merit section .crmSet8 ul .r .img img {
    margin: 0 auto;
  }
  #merit section .crmSet8 h4,
  #merit section .crmSet10 h4,
  #merit section .crmSet11 h4,
  #merit section .crmSet14 h4 {
    line-height: 1.1 !important;
  }
  #merit section .crmSet8 h4 span,
  #merit section .crmSet10 h4 span,
  #merit section .crmSet11 h4 span,
  #merit section .crmSet14 h4 span {
    line-height: 1 !important;
  }
  #merit section .crmSet8 h5 {
    font-size: 2.8rem;
    font-weight: 900;
  }
  #merit section .crmSet8 .cap {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  #merit section .crmSet9 {
    position: relative;
    width: 100%;
    padding: 18vw 0 0;
    overflow: hidden !important;
    text-align: left;
  }
  #merit section .crmSet9 h4 {
    width: 100%;
  }
  #merit section .crmSet9 .img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  #merit section .crmSet9 .txt {
    width: 100%;
  }
  #merit section .crmSet10 {
    position: relative;
    width: 100%;
    padding: 18vw 0 0;
    overflow: visible !important;
    text-align: left;
  }
  #merit section .crmSet11 {
    position: relative;
    width: 100%;
    padding: 18vw 0 18vw;
    overflow: visible !important;
    text-align: left;
  }
  #merit section .crmSet10 .blockInner h5.ts,
  #merit section .crmSet11 .blockInner h5.ts {
    padding: 5vw 0 4px;
    background-size: 335px auto;
    margin-bottom: 4px;
  }
  #merit .listArea h4 {
    margin: 0 0 2vw;
  }
  #merit .listArea > div {
    position: relative;
    width: 100%;
    zoom: 1;
    overflow: hidden;
  }
  #merit .listArea > div p {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 4vw;
    margin-right: 0;
  }
  #merit .listArea > div p .box {
    display: block;
    border: #00b4f5 4px solid;
    background: #fff;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    padding: 3vw 3vw 3vw 4.5vw;
    min-height: auto;
    width: 100% !important;
    height: 100% !important;
  }
  #merit .listArea > div p .ts {
    letter-spacing: 0.2em !important;
  }
  #merit .listArea > div p:nth-child(3n) {
    margin-right: 0;
  }
  #merit section .crmSet11 > div p::after {
    content: "";
    width: 5vw;
    height: 5vw;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/merit/pin_2.png) 0 0 no-repeat;
    background-size: 5vw auto;
    z-index: 10 !important;
  }
  #merit section .crmSet12 {
    position: relative;
    width: 100%;
    padding: 0 0 0;
    margin: 0 auto;
  }
  #merit section .crmSet13 {
    position: relative;
    width: 100%;
    padding: 18vw 0 0;
    margin: 0 auto;
  }
  #merit section .crmSet14 {
    position: relative;
    width: 100%;
    padding: 18vw 0 26vw;
    margin: 0 auto;
  }
  #merit section .crmSet14 .img {
    padding: 0 0 0;
  }
  #merit section .crmSet13 .box {
    position: relative;
    width: 100%;
    height: auto;
    background: #e6f5ff;
    padding: 4vw 4vw 0;
    margin: 6vw 0 0;
  }
  #merit section .crmSet13 .box p {
    position: relative;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
  }
  #merit section .crmSet13 .ts {
    letter-spacing: 0.3em !important;
  }
  #merit section .crmSet13 h6 {
    position: relative;
    color: #333;
    font-size: 3.4rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
  }
  #merit #localNav {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 6vw 11vw;
  }
  #merit #localNav #navInside {
    position: relative !important;
    width: 100%;
    height: auto;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    background: none !important;
  }
  #merit #localNav #navInside > div {
    position: relative;
    width: 100%;
    height: auto;
    background: none !important;
  }
  #merit #localNav #navInside > div > div {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    zoom: 1;
    overflow: hidden;
  }
  #merit #localNav #navInside > div > div a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #merit #localNav #navInside > div > div a:hover {
    opacity: 0.8;
  }
  #merit #localNav #set2Btn {
    padding: 0 0 0 !important;
  }
  #merit #localNav #set2Btn a {
    width: 100%;
    height: 21.8vw;
    font-size: 3.4rem;
    line-height: 1.5;
    font-weight: 500;
    background: #00b4f5 url(../img/merit/nav_arrow_sp.png) right center no-repeat;
    background-size: 60px auto;
    border-radius: 10.9vw;
    float: none;
    padding: 0;
    margin-right: 0;
    margin-bottom: 5vw;
    position: relative;
    display: table !important;
  }
  #merit #localNav #set2Btn a .tsc {
    letter-spacing: 0.4em !important;
    display: table-cell !important;
    width: 100% !important;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 0 0 1vw;
  }
  #merit #localNav #set2Btn a:nth-child(2) {
    float: none;
  }
  #merit #localNav #navInside.is-fixed {
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 100;
    background: none !important;
  }
  #merit .moreBlock {
    display: none;
  }
  #merit .more {
    display: block;
  }
  #merit .more .dot {
    position: relative;
    width: 6px;
    height: auto;
    margin: 0 auto;
    padding: 3vw 0 0;
  }
  #merit .more .moreBtn {
    position: relative;
    width: 56vw;
    margin: 3vw auto 0;
    cursor: pointer;
  }
  #merit .more .closeBtn {
    position: relative;
    width: 56vw;
    margin: 8vw auto 0;
    cursor: pointer;
    display: none;
  }
  #merit .more.close .dot,
  #merit .more.close .moreBtn {
    display: none;
  }
  #merit .more.close .closeBtn {
    display: block;
  }
}
@media (min-width: 751px) {
  #merit .moreBlock {
    display: block !important;
  }
  #merit .more {
    display: none;
  }
}
#into {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9990;
  background: url(../img/top/pc_intro_bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#into ul {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 740px;
  z-index: 9990;
  overflow: visible !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#into ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 740px;
  z-index: 9990;
  overflow: hidden;
  /*transition: all 500ms cubic-bezier(0.150, 1.315, 0.525, 1.575);
  transition: all 300ms cubic-bezier(0.150, 1.315, 0.550, 1.385);*/
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
}

#into ul li.into1 {
  z-index: 9993 !important;
}

#into ul li.into2 {
  z-index: 9992;
}

#into ul li.into1 {
  z-index: 9991;
}

#into ul li.start {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #into {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9990;
    background: url(../img/top/sp_intro_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #into ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 144.6vw;
    z-index: 9990;
    overflow: visible !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #into ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 144.6vw;
    z-index: 9990;
    overflow: hidden;
  }
  #into ul li.into1 {
    z-index: 9993;
  }
  #into ul li.into2 {
    z-index: 9992;
  }
  #into ul li.into1 {
    z-index: 9991;
  }
  #into ul li.start {
    top: 0;
  }
}
/*------------------------------------------------------------------------------ CONT --*/
#main_v {
  position: relative;
  width: 100%;
  padding: 0 0 20px;
}

#main_v ul {
  position: relative;
  width: 100%;
  overflow: hidden !important;
}

#main_v ul li img {
  width: 100%;
  height: auto;
}

#main_v ul li.cover {
  position: relative;
  width: 100%;
}

#main_v ul li.base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#main_v ul li.mov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}

#main_v ul li.base1 {
  z-index: 11;
}

#main_v ul li.base2 {
  z-index: 12;
}

#main_v ul li.base3 {
  z-index: 13;
}

#main_v ul li.base4 {
  z-index: 14;
}

#main_v ul li.mov1 {
  z-index: 21;
}

#main_v ul li.mov2 {
  z-index: 22;
}

#main_v ul li.mov3 {
  z-index: 23;
}

#main_v ul li.mov4 {
  z-index: 24;
}

#main_v ul li.mov1.start {
  -webkit-animation: mov_animation1 24s ease infinite;
          animation: mov_animation1 24s ease infinite;
}

#main_v ul li.mov2.start {
  -webkit-animation: mov_animation2 24s ease infinite;
          animation: mov_animation2 24s ease infinite;
}

#main_v ul li.mov3.start {
  -webkit-animation: mov_animation3 24s ease infinite;
          animation: mov_animation3 24s ease infinite;
}

#main_v ul li.mov4.start {
  -webkit-animation: mov_animation4 24s ease infinite;
          animation: mov_animation4 24s ease infinite;
}

@-webkit-keyframes mov_animation1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mov_animation1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mov_animation2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mov_animation2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mov_animation3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mov_animation3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mov_animation4 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mov_animation4 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 750px) {
  #main_v {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.contents p {
  text-align: center;
}
.contents strong {
  font-size: 15px;
  line-height: 2.3;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .contents strong {
    font-size: 3.2vw;
  }
}

.contents {
  padding: 100px 0;
}
#diversity .contents p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #diversity .contents p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .contents {
    padding: 26.6666666667vw 0;
  }
}
.contents .diver-contact {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 34px;
}
@media screen and (max-width: 750px) {
  .contents .diver-contact {
    font-size: 14px;
  }
}
.contents .diver-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 14px;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents .diver-contact__inner {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
  }
}
.contents .diver-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents .diver-contact-tel img {
  width: 32px;
  margin-right: 10px;
}
.contents .diver-contact-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 750px) {
  .contents .diver-contact-mail {
    margin: 10px 0 0 0;
  }
}
.contents .diver-contact-mail img {
  width: 32px;
  margin-right: 10px;
}
.contents.ohlis {
  border-top: 4px solid #F08C26;
  background-color: #FCEEDE;
  text-align: center;
}
.contents .diver-ohlis__title {
  font-size: 30px;
  padding: 0 0 16px;
}
@media screen and (max-width: 750px) {
  .contents .diver-ohlis__title {
    font-size: 3.2rem;
  }
}
.contents .diver-ohlis__button {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-color: #F08C26;
  border-radius: 1000px;
  padding: 24px 0;
  width: 100%;
  max-width: 532px;
  margin-top: 55px;
}
@media screen and (max-width: 750px) {
  .contents .diver-ohlis__button {
    font-size: 14px;
    padding: 20px 0;
    max-width: 90%;
  }
}
