@charset "UTF-8";
#top {
  overflow: hidden;
}

/* ===================================================================== */
/* Main Visual * /
/* ===================================================================== */
#main-visual {
  position: relative;
  height: 95vh;
  width: 100%;
}
#main-visual::before,
#main-visual::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#main-visual::before {
  position: fixed;
  background: url("../images/hero-image.jpg") no-repeat center top;
  background-size: cover;
  z-index: -1;
  animation: fade-in 3.0s ease-in-out;
  -webkit-animation: fade-in 3.0s ease-in-out;
  -moz-animation: fade-in 3.0s ease-in-out;
}

#main-visual .container {
  position: relative;
  z-index: 2;
}
  #main-visual .container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -15px;
    border-width: 30px 35px 0 35px;
    border-color: #487fc1 transparent transparent transparent;
    z-index: 1;
  }
#main-visual .flex-L {
  position: absolute;
  top: 15vh;
  left: 0;
  align-items: center;
  width: 100%;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  justify-content: space-between;
}

.top-cta {
  width: 100%;
  max-width: 620px;
  min-width: 620px;
}

.top-catch h1 {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  letter-spacing: .08em;
  line-height: 1;
  color: #0b4aa6;
  font-size: 6.4rem;
  font-weight: 800;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.top-catch h1 .br::after {
  content: "\A";
  white-space: pre;
}

.top-catch h1 span {
  font-size: .5em;
  white-space: nowrap;
}

#main-visual .img-box {
  width: 255px;
  margin-left: 3.2rem;
}

#main-visual .img-box img {
  width: 100%;
}

@media only screen and (max-width: 1080px) {
  .top-cta {
    width: auto;
    max-width: 100%;
    min-width: 0;
  }

  .top-catch h1 {
    font-size: 6vw;
  }

  .top-cta .cv-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 840px) {
  #main-visual .flex-L {
    top: 30vh;
  }

  #main-visual .img-box {
    width: 28%;
    margin-left: 0;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 750px) {
  #main-visual .img-box {
    width: 100%;
  }
  #main-visual .img-box img {
    width: 35%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  #main-visual::before {
    opacity: .7;
  }

  #main-visual .flex-L {
    top: 10vh;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-flex-flow: column-reverse nowrap;
    -webkit-align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column-reverse nowrap;
  }

  #main-visual .img-box {
    margin-top: 1.6rem;
  }

  .top-cta {
    width: 100%;
    margin: 0 auto;
  }

  .top-catch h1 {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 460px) {
  #main-visual .img-box {
    margin-top: 6.4rem;
  }

  .top-catch h1 {
    font-size: 10vw;
  }
}

/* ===================================================================== */
/* Trouble * /
/* ===================================================================== */
#trouble {
  color: #333;
  position: relative;
  padding-top: 16rem;
}
  #trouble::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    top: 25px;
    border-width: 35px 40px 0 40px;
    border-color: #0b4aa6 transparent transparent transparent;
    z-index: 1;
  }
  #trouble::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -30px;
    border-width: 30px 35px 0 35px;
    border-color: #00075f transparent transparent transparent;
    z-index: 1;
  }

#trouble .title-1 span.fs_120 {
  vertical-align: -.4rem;
}

#trouble .title-1 .text1 {
  color: #ffc108;
  position: relative;
}
#trouble .title-1 .text2 {
  color: #8dbee5;
  position: relative;
}

#trouble .title-1 .text1::after,
#trouble .title-1 .text2::after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 12.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#trouble .title-1 .text1::after {
  font-family: "FontAwesome";
  content: "\f201";
  color: rgba(232, 193, 8, .4);
  line-height: .45;
}
#trouble .title-1 .text2::after {
  font-family: "FontAwesome";
  content: "\f043";
  color: rgba(72, 127, 193, .4);
  color: rgba(141, 190, 229, .2);
  line-height: .6;
}

.trouble-list {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style-type: none;
  margin-bottom: 4.8rem;
}

.trouble-list li {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  width: 350px;
  height: 350px;
  padding: 3.2rem 5.6rem 5.6rem;
  margin: 0 30px;
  background: #8dbee5;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .5);
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}
.trouble-list li::before {
  content: "";
  width: 340px;
  height: 340px;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}

.trouble-list li > div {
  /* color: #f44b10; */
  color: #fff;
  font-size: 5.4rem;
  /* font-style: italic; */
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.6rem;
  letter-spacing: 0;
}

.trouble-list li p {
  color: #00075f;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.trouble-list li p span {
  display: block;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #00075f;
}
.trouble-list li p span > span {
  font-size: .7em;
  font-weight: normal;
  letter-spacing: 0;
}
.trouble-list h3 {
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 880px) {

  .trouble-list li {
    margin-bottom: 1.6rem;
  }

}

@media only screen and (max-width: 560px) {

  #trouble .title-1 {
    font-size: 7vw;
  }

  #trouble .title-1 .text1::after,
  #trouble .title-1 .text2::after {
    font-size: 15vw;
  }

}

@media only screen and (max-width: 480px) {

  .trouble-list li {
    width: 290px;
    height: 290px;
    padding: 3.2rem;
    margin: 0 0 1.6rem;
  }
  .trouble-list li::before {
    content: "";
    width: 280px;
    height: 280px;
  }

  .trouble-list li p span {
    font-size: 2.2rem;
  }

}

/* ===================================================================== */
/* solution * /
/* ===================================================================== */
#solution {
  color: #333;
  position: relative;
}

#solution .title-1 {
  color: #0b4aa6;
}

#solution .text-box {
  text-align: center;
}
#solution .text-box p {
  margin-bottom: 2rem;
  text-align: center;
}
#solution .text-box p:last-child {
  margin-bottom: 0;
}

.trouble-solution {
  text-align: center;
}
.trouble-solution-img-box {
  width: 90%;
  padding: 2rem;
  margin: 3rem auto;
  text-align: center;
}
  .trouble-solution-img-box div {
    overflow: hidden;
  }
.trouble-solution-img-box div img {
  width: 49%;
  float: left;
  margin-right: 1%;
  border: 1px #ccc solid;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
}
.trouble-solution-img-box div img:last-child {
  margin-right: 0;
}
.trouble-solution-img-box div img.img_pc_show {
  display: block;
}
.trouble-solution-img-box div img.img_sp_show {
  display: none;
}
.trouble-solution p {
  margin: 1rem 0 3rem 0;
  text-align: left;
  letter-spacing: .1rem;
  line-height: 2.0rem;
  color: #666;
  font-size: 1.2rem;
}
.trouble-solution p a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  text-align: left;
}

.solution-catch {
  text-align: center;
  position: relative;
}
.solution-catch::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  top: -40px;
  border-width: 30px 35px 0 35px;
  border-color: #ba2533 transparent transparent transparent;
  z-index: 1;
}
.solution-catch p {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 1.6rem 2.4rem;
  background: #ba2533;
}
.solution-catch p i {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 2.4rem;
}

@media only screen and (max-width: 980px) {
  .trouble-solution-img-box div img {
    width: 60%;
    float: none;
    margin-right: 0;
    margin: 0 auto 1.6rem;
  }
  .trouble-solution-img-box div img:last-child {
    margin: 0 auto 1.6rem;
  }
}

@media only screen and (max-width: 750px) {
  .solution-catch p {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 560px) {
  .trouble-solution-img-box div img {
    width: 80%;
  }
}

@media only screen and (max-width: 460px) {
  .trouble-solution-img-box div img {
    width: 100%;
  }
}

/* ===================================================================== */
/* merit * /
/* ===================================================================== */
#merit {
  position: relative;
  padding-top: 16rem;
}
  #merit::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    top: -15px;
    border-width: 30px 35px 0 35px;
    border-color: #ffef65 transparent transparent transparent;
    z-index: 1;
  }
  #merit::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -29px;
    border-width: 30px 35px 0 35px;
    border-color: #ef8123 transparent transparent transparent;
    z-index: 1;
  }

#merit .container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  top: 25px;
  border-width: 35px 40px 0 40px;
  border-color: #ffef65 transparent transparent transparent;
  z-index: 1;
}
.merit-list {
  width: 80%;
  margin: 0 10%;
}

.merit-list li {
  -webkit- align-items: center;
  align-items: center;
  margin-bottom: 3.2rem;
}

.merit-list .img-box {
  width: 25%;
  margin-right: 5%;
}
.merit-list li:nth-child(even) .img-box {
  margin-left: 5%;
}

.merit-list .merit-text {
  width: 70%;
  background: #fff;
  border-radius: .8rem;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .2);
  position: relative;
}
.merit-list .merit-text::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.merit-list li:nth-child(even) .merit-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}
.merit-list li:nth-child(even) .merit-text::before {
  top: 20px;
}

.merit-list .merit-text > div {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 3.2rem;
  box-sizing: border-box;
}

.merit-list .merit-text h3 {
  margin-bottom: 1.6rem;
}

.merit-list .merit-text h3 span {
  display: inline;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
  color: #ef8123;
  font-weight: bold;
  letter-spacing: .1rem;
  vertical-align: middle;
}
.merit-list .merit-text h3 span.num {
  color: #ef8123;
  font-size: 4.6rem;
  font-style: italic;
  letter-spacing: 0;
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
}
.merit-list .merit-text h3 span .marker {
  font-style: normal;
  background-color: #ffef65;
  position: relative;
}

.merit-text span.solution-tag {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: .8rem;
  background: #ba2533;
  margin-top: 2rem;
}

.solution-tag i {
  font-family: "FontAwesome";
  font-style: normal;
}

@media only screen and (max-width: 750px) {
  .merit-list .img-box {
    width: 100%;
  }
  .merit-list .img-box img {
    width: 50%;
    margin: 0 auto;
  }

  .merit-list .merit-text h3 {
    text-align: center;
  }
  .merit-list .merit-text h3 span {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 520px) {
  .merit-list {
    width: 100%;
    margin: 0;
  }

  .merit-list li {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .merit-list .img-box {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .merit-list .merit-text {
    width: 100%;
  }

  .merit-list .merit-text::before {
    top: -10px;
    left: 10%;
    bottom: auto;
  }
  .merit-list li:nth-child(even) .merit-text::before {
    top: -10px;
    right: 10%;
    bottom: auto;
  }
}

@media only screen and (max-width: 460px) {
  .merit-text h3 .solution-tag {
    font-size: 3.8vw;
  }
}

/* ===================================================================== */
/* candos * /
/* ===================================================================== */
#candos {
  padding-top: 9.6rem;
}

#candos .title-1 {
  color: #0b4aa6;
}
#candos .title-1 span.fs_120 {
  vertical-align: -.4rem;
}

#candos .title-1 .text1 {
  color: #ff7500;
  position: relative;
}
#candos .title-1 .text2 {
  color: #ff7500;
  position: relative;
}
#candos .title-1 .text3 {
  color: #ff7500;
  position: relative;
}

  #candos .title-1 .text1::after,
  #candos .title-1 .text2::after,
  #candos .title-1 .text3::after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 12.8rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
    #candos .title-1 .text1::after {
      font-family: "FontAwesome";
      content: "\f201";
      color: rgba(232, 193, 8, .4);
      line-height: .45;
    }
    #candos .title-1 .text2::after {
      font-family: "FontAwesome";
      content: "\f1da";
      color: rgba(232, 193, 8, .4);
      line-height: .6;
    }
    #candos .title-1 .text3::after {
      font-family: "FontAwesome";
      content: "\f164";
      color: rgba(232, 193, 8, .4);
      line-height: .8;
    }


.candos-list {
  list-style-type: none;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.candos-list li {
  padding: 2%;
  border: 1px #ef8123 solid;
  box-sizing: border-box;
  margin: 0 2% 4.8rem;
  background: #fff;
  position: relative;
}

.candos-list li:first-child {
  width: 96%;
  border: 1px #ef8123 solid;
}
.candos-list li:first-child p {
  padding: 2% 0;
}

@media only screen and (min-width: 561px) {
  .candos-list li img.img-sp {display: none;}
}
@media only screen and (max-width: 560px) {
  .candos-list li img.img-pc {display: none;}
}

.candos-list li .img-box {
  width: 38%;
  min-width: 380px;
}
.candos-list li.flex-R .img-box {
  margin-right: 2%;
}
.candos-list li.flex-L .img-box {
  margin-left: 2%;
}

.candos-list li .img-box img {
  width: 100%;
  height: 100%;
}

.candos-list li .candos-text {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  width: 60%;
  flex: 1;
}

.candos-list li h3 {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 1.6rem;
  box-sizing: border-box;
  background: #ef8123;
  min-height: 9.6rem;
  position: relative;
}
.candos-list li h3::before,
.candos-list li h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: .3;
}
.candos-list li h3::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0 0 30px 30px;
}
.candos-list li h3::after {
  right: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 30px 30px 0 0;
}

.candos-list li p {
  padding: 2.8rem 2.4rem 3.4rem;
  box-sizing: border-box;
  margin: auto;
  background: #fff;
}
@media only screen and (max-width: 940px) {

  .candos-list li .img-box {
    min-width: auto;
  }

}

@media only screen and (max-width: 900px) {

  #candos .title-1 {
    font-size: 5vw;
  }

}

@media only screen and (max-width: 767px) {

  #candos .title-1 .text1::after,
  #candos .title-1 .text2::after {
    font-size: 15vw;
  }

}

@media only screen and (max-width: 600px) {
  .candos-list li {
    width: 96%;
  }
}

@media only screen and (max-width: 560px) {

  #candos .title-1 {
    font-size: 7.5vw;
  }

  #candos .title-1 .text1::after,
  #candos .title-1 .text2::after {
    content: "";
  }

  .candos-list li.flex-L,
  .candos-list li.flex-R {
    display: block;
  }
  .candos-list li.flex-L .img-box,
  .candos-list li.flex-R .img-box {
    width: 100%;
    margin: 0;
  }
  .candos-list li.flex-L .candos-text,
  .candos-list li.flex-R .candos-text {
    width: 100%;
    margin: 0;
  }

}

@media only screen and (max-width: 440px) {

  .candos-list li h3 {
    font-size: 5vw;
  }

}

/* ===================================================================== */
/* scene * /
/* ===================================================================== */
#scene {
  padding-top: 16rem;
  position: relative;
}
#scene::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -29px;
  border-width: 30px 35px 0 35px;
  border-color: #f4f4f4 transparent transparent transparent;
  z-index: 1;
}
#scene .title-1 h2 {
  color: #0b4aa6;
}
.scene-list {
  list-style-type: none;
  width: 70%;
  margin: 0 auto 3.2rem;
}

.scene-list li {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: #487fc1;
}
.scene-list li:first-child {
  position: relative;
  z-index: 1;
}
  .scene-list li:first-child span.num {
    color: #5fa8ff;
    opacity: .7;
    font-size: 4.2rem;
    font-style: italic;
    letter-spacing: 0;
    font-weight: bold;
    display: inline-block;
    margin-right: 1rem;
  }
  .scene-list li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #487fc1 transparent transparent transparent;
  }

  .scene-list li:first-child p {
    color: #fff;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 2.4rem 1.6rem;
  }
  .scene-list li:first-child p span {
    font-size: 1.2em;
  }
  .scene-list li:first-child p span.member,
  .scene-list li:first-child p span.manager {
    border: 1px #0b4aa6 solid;
    padding: .5rem;
    margin-right: 1.4rem;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.9);
    color: #0b4aa6;
    letter-spacing: 0;
  }
    .scene-list li:first-child p span.manager {
      border: 1px #ef8123 solid;
      color: #ef8123;
    }

.scene-list li:last-child {
  background-color: #ffffff;
}
.scene-list li:last-child p {
  color: #333;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.3;
  padding: 2.2rem 1.6rem 1.4rem;
}
.scene-list li:last-child p.image_left {
  overflow: hidden;
}
.scene-list li:last-child p.image_left img {
  float: left;
  width: 40%;
}
.scene-list li:last-child p.image_left span {
  float: left;
  width: 60%;
  padding: 2rem 0 0 2rem;
  display: block;
}


/* Smartphone */
@media only screen and (max-width: 940px) {
#solution div div.title-2 {
  margin-bottom: 0;
}
  #solution div div.title-2 > h2 {
    color: #0b4aa6;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 680px) {
  #solution div div.title-2 {
    margin-bottom: 0;
  }
  #solution div div.title-2 > h2 {
    color: #0b4aa6;
    font-size: 2.6rem;
  }
  .trouble-solution-img-box {
    width: 100%;
    padding: 1rem;
    border-radius: 2rem;
    margin: 1rem auto 3.2rem;
    text-align: center;
  }
    .trouble-solution-img-box img.img_pc_show {
      display: none;
    }
    .trouble-solution-img-box img.img_sp_show {
      display: block;
    }
}

@media only screen and (min-width: 561px) {
  .scene-list li:last-child p .br-sp {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  .scene-list {
    width: 100%;
  }

  .scene-list li:first-child p {
    font-size: 2rem;
  }
  .scene-list li:first-child p span {
    display: block;
  }

  .scene-list li:last-child p {
    font-size: 2rem;
  }
}

/* ===================================================================== */
/* action * /
/* ===================================================================== */
#action {
  position: relative;
  padding-top: 16rem;
}
#action .title-1 h2 {
  color: #0b4aa6;
}
.action-list {
  width: 80%;
  margin: 0 10%;
}

.action-list .flex-R,
.action-list .flex-L {
  justify-content: space-between;
  position: relative;
}

.action-list .flex-R::before {
  content: "";
  width: 100%;
  height: 62%;
  background-color: #2EA67C;
  position: absolute;
  top: 19%;
  left: 0;
}
.action-list .flex-L::before {
  content: "";
  width: 100%;
  height: 62%;
  background-color: #ff9900;
  position: absolute;
  top: 19%;
  left: 0;
}

.action-list .flex-R::after,
.action-list .flex-L::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  height: 0;
  width: 0;
  margin: auto;
  border-style: solid;
  border-width: 25px 25px 0 25px;
}
.action-list .flex-R::after {
  border-color: #2EA67C transparent transparent transparent;
}
.action-list .flex-L::after {
  border-color: #ff9900 transparent transparent transparent;
}
.action-list li:last-child::after {
  display: none;
}

.action-list .flex-R .action-text,
.action-list .flex-L .action-text {
  flex: 1;
}

.action-list .flex-R .action-text .member {
  margin: 0 0 0 1rem;
  color: #2EA67C;
  border: none;
}

.action-list .flex-L .action-text .manager {
  margin: 0 0 0 1rem;
  color: #ff9900;
  border: none;
}

.action-list li {
  -webkit- align-items: center;
  align-items: center;
  margin-bottom: 3.2rem;
}

.action-list .lt-box {
  display: block;
  width: 200px;
  text-align: center;
  margin-right: 5%;
  position: relative;
}
.action-list .flex-L .lt-box {
  margin-left: 5%;
  margin-right: 0;
}
.action-list .lt-box img {
  width: 100%;
}

.action-list .action-text {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  text-align: left;
  -webkit-justify-content: center;
}

.action-list .action-text p {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 15% 1.6rem;
  box-sizing: border-box;
}
.action-list .action-text p span {
  font-size: 2.6rem;
}
.action-list .action-text p span.num {
  font-size: 4.8rem;
  font-style: italic;
  letter-spacing: 0;
  font-weight: bold;
  vertical-align: middle;
}
.action-list li p span.member,
.action-list li p span.manager {
  display: inline-block;
  border: 1px #0b4aa6 solid;
  padding: .2rem .4rem;
  margin-right: 1.4rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.9);
  color: #0b4aa6;
  letter-spacing: 0;
  vertical-align: sub;
}
.action-list li p span.manager {
  border: 1px #ef8123 solid;
  color: #ef8123;
}

.action-list:last-child li .action-text::before {
  display: none;
}

@media only screen and (max-width: 940px) {
  .action-list {
    width: 100%;
    margin: 0;
  }

  .action-text .br_pc1 {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .action-list .action-text p {
    text-align: center;
    font-size: 1.8rem;
  }
  .action-list .flex-L .action-text .manager,
  .action-list .flex-R .action-text .member {
    margin: 0 0 2rem;
  }
}

@media only screen and (max-width: 680px) {
  .action-list .lt-box {
    width: 160px;
  }

  .action-list .action-text p {
    padding: 0 5% 1.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .action-list li.flex-R,
  .action-list li.flex-L {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 6.4rem;
  }

  .action-list li.flex-R .lt-box,
  .action-list li.flex-L .lt-box {
    width: 50%;
    margin: 0 25%;
  }

  .action-list li.flex-R .action-text,
  .action-list li.flex-L .action-text {
    width: 100%;
    padding-bottom: 1.6rem;
  }
  .action-list .flex-R .action-text {
    background-color: #2EA67C;
  }
  .action-list .flex-L .action-text {
    background-color: #ff9900;
  }

  .action-list .flex-R::after,
  .action-list .flex-L::after {
    bottom: -40px;
  }

  .action-list {
    width: 100%;
    margin: 0 auto;
  }
}

/* ===================================================================== */
/* add * /
/* ===================================================================== */
#add {
  padding-top: 9.6rem;
}

#add .title-1 {
  color: #0b4aa6;
}
#add .title-1 span.fs_120 {
  vertical-align: -.4rem;
}

#add .title-1 .text1 {
  color: #ff7500;
  position: relative;
}
  #add .title-1 .text1::after {
    font-family: "FontAwesome";
    content: "\f164";
    font-weight: normal;
    color: rgba(232, 193, 8, .4);
    line-height: .8;
    font-size: 12.8rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }

.add-list {
  list-style-type: none;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.add-list li {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  width: 48%;
  margin: 0 1% 4.8rem;
  background: #fff;
  position: relative;
  border: 1px #ff7500 solid;
}
.add-list li h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 1.6rem;
  box-sizing: border-box;
  background: #ef8123;
  position: relative;
}
  .add-list li h3.add-01::before,
    .add-list li h3.add-02::before,
      .add-list li h3.add-03::before,
        .add-list li h3.add-04::before {
    font-family: "FontAwesome";
    font-weight: bold;
    color: rgba(255, 255, 255, .2);
    line-height: 1.0;
    font-size: 5.8rem;
    position: absolute;
    top: 15px;
    left: 20px;
    /* right: 0; */
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
    .add-list li h3.add-01::before { content: "\f1c0"; }
      .add-list li h3.add-02::before { content: "\f0ae"; }
        .add-list li h3.add-03::before { content: "\f041"; }
          .add-list li h3.add-04::before { content: "\f075"; }

  .add-list li h3 span {
    display: block;
  }
.add-list li h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -19px;
  border-width: 20px 20px 0 20px;
  border-color: #ef8123 transparent transparent transparent;
}
.add-list li p {
  padding: 2.8rem 2.4rem 3.4rem;
  box-sizing: border-box;
  margin: auto;
}

@media only screen and (max-width: 940px) {
  .add-list li {
    width: 46%;
  }
}

@media only screen and (max-width: 600px) {
  .add-list li {
    width: 96%;
  }
}


/* ===================================================================== */
/* voice * /
/* ===================================================================== */
#voice {
  padding-top: 9.6rem;
  position: relative;
}
#voice::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -29px;
  border-width: 30px 35px 0 35px;
  border-color: lightyellow transparent transparent transparent;
  z-index: 1;
}
#voice .title-1 h2 {
    color: #0b4aa6;
}
#voice .title-2 {
  margin-bottom: 1.6rem;
}
#voice .title-2 h3 span {
  font-size: 4.4rem;
}
  #voice .title-2 h3 {
    padding-top: 6rem;
    color: #487fc1;
    text-align: center;
    line-height: 1.2;
  }
  #voice .title-2 h3.title1::after,
  #voice .title-2 h3.title2::after {
    color: #ff7500;
    position: relative;
    font-weight: bold;
    font-size: 9.6rem;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    font-family: "FontAwesome";
    content: "\f201";
    color: rgba(232, 193, 8, .4);
    line-height: .45;
  }
    #voice .title-2 h3.title2::after {
      font-family: "FontAwesome";
      content: "\f024";
      color: rgba(232, 193, 8, .4);
      line-height: .45;
    }

.voice-list {
  list-style-type: none;
  -webkit-align-items: center;
  align-items: center;
  width: 90%;
  margin: 4.4rem auto 6.4rem auto;
  overflow: hidden;
}
.voice-list li {
  width: 46%;
  display: inline-block;
  vertical-align: top;
}
  .voice-list li:first-child {
  }
  .voice-list li:last-child {
    margin-left: 7%;
  }

.voice-list li .img-box img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0 auto 2.4rem;
}

.voice-list p.client_name {
  font-size: .9em;
  font-style: italic;
  margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {

  .voice-list li {
    width: 80%;
    margin: 0 10% 3.2rem;
  }

  .voice-list li:last-child {
    width: 80%;
    margin-left: 0;
    margin: 0 10% 3.2rem;
  }

}

@media only screen and (max-width: 460px) {

  .voice-list li,
  .voice-list li:last-child {
    width: 100%;
    margin: 0 auto 3.2rem;
  }

}

/* ===================================================================== */
/* price * /
/* ===================================================================== */
#price {
  padding-top: 9.6rem;
  background-color: #f4f4f4;
  position: relative;
}
#price::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -29px;
  border-width: 30px 35px 0 35px;
  border-color: #f4f4f4 transparent transparent transparent;
  z-index: 1;
}
#price .title-1 h2 {
    color: #0b4aa6;
}
  #price .wrap {
    margin-bottom: 3rem;
  }

  #price table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    table-layout: fixed;
  }
  #price table thead th {
    padding: 1rem .8rem;
    border-right: 5px #eee solid;
    text-align: center;
    font-size: 1.4rem;
  }
    #price table thead th:last-child {
      border-right: 0px;
    }
    #price table thead th:first-child {
      width: 31%;
      border-right: none;
    }
    #price table thead th:nth-child(2) { width: 23%; }
    #price table thead th:nth-child(3) { width: 23%; }
    #price table thead th:last-child { width: 23% }
  #price table tr {
    background-color: #fff;
    padding: .35rem;
    border-bottom: 1px #ddd solid;
  }
  #price table tr:nth-child(even){
    background-color: #f9f9f9;
  }
  #price table th,
  #price table td {

  }
  #price table td {
    padding: .7rem;
    text-align: center;
  }
    #price table td span {
      font-size: 1.2rem;
    }
  #price table th {
    font-size: 1.2rem;
    padding: .5rem .5rem .5rem 1rem;
    letter-spacing: normal;
    color: #666666;
  }
  #price table th span {
    font-size: 1.2rem;
    font-weight: normal;
  }
    #price table th.primary {
      background-color: #eeeeee;
    }
    #price table th.secondary {
      padding: .5rem .5rem .5rem 3rem;
    }
  #price table th div.course {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
    #price table th div.course span {
      color: #fff;
      font-weight: normal;
      font-size: 1.2rem;
      display: block;
    }
  i { font-size:2rem; }
  .plan1_i, .plan1_2, .plan1_3 {
    color: #333333;
  }
  .plan1_i i, .plan2_i i, .plan3_i i {
    font-size: 2.0rem;
  }
  .plan0 { background: #f4f4f4;}
  .plan1 { background: #7fc148;}
  .plan1_i i { color:#7fc148;}
  .plan2 { background: #487fc1; }
  .plan2_i i { color:#487fc1; }
  .plan3 { background: #4e48c1; }
  .plan3_i i { color:#4e48c1; }

  .sc_price *, .sc_price *:after, .sc_price *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sc_price {
    overflow-x: hidden;
    margin: 0 auto;
    width: 90%;
  }
  .sc_price .sc_price_actab {
    border-bottom: 1px #ddd solid;
  }
  .sc_price label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 1rem 1rem 1rem 4rem;
    letter-spacing: normal;
    color: #0b4aa6;
    background-color: #eeeeee;
  }
  .sc_price .sc_price_actab-content {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
    opacity: 0;
  }
  .sc_price .sc_price_actab-content table {
    width: 100% !important;
  }
    .sc_price .sc_price_actab-content table td:first-child { width: 31%; }
    .sc_price .sc_price_actab-content table td:nth-child(2) { width: 23%; }
    .sc_price .sc_price_actab-content table td:nth-child(3) { width: 23%; }
    .sc_price .sc_price_actab-content table td:last-child { width: 23% }

  .sc_price .sc_price_actab input[type=checkbox]:checked ~ .sc_price_actab-content {
    height: auto;
    padding: 0;
    opacity: 1;
  }
  .sc_price .sc_plus {
  color: #487fc1;
    font-size: 2.4em;
    line-height: 100%;
    position: absolute;
    z-index: 5;
    margin: -2px 0 0 1rem;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
  }
  .sc_price .sc_price_actab input[type=checkbox]:checked ~ .sc_plus {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sc_price .sc_price_actab input[type=checkbox] {
    display: none;
  }




@media screen and (max-width: 600px) {
  .wrap{
     overflow-x: scroll;
  }
}

@media only screen and (max-width: 460px) {

  #price table,
  .sc_price {
    width: 100%;
  }

}


/* ===================================================================== */
/* support * /
/* ===================================================================== */
#support  {
  color: #0b4aa6;
  background: url("../images/push_img-01.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
}
#support::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -29px;
  border-width: 30px 35px 0 35px;
  border-color: #f4f4f4 transparent transparent transparent;
  z-index: 1;
}
#support::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  top: 0;
  left: 0;
}

#support .container {
  position: relative;
}

#support h2 {
  line-height: 1.5;
  text-align: center;
}

#support h3 {
  color: #ffc108;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 3.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#support h3 span {
  background: #0b4aa6;
  padding: 0 .4rem;
}

.support-list {
  text-align: center;
  margin-bottom: 4.8rem;
}

.support-list ul {
  display: inline-block;
  list-style-type: none;
  text-align: left;
  margin-left: 2.4rem;
}
.support-list li {
  font-size: 2.4rem;
  font-weight: bold;
}
.support-list li::before {
  display: inline-block;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -.4rem;
  background: url("../images/check.svg") no-repeat center center;
  background-size: cover;
}

@media only screen and (min-width: 701px) {

  .support-list li br {
    display: none;
  }

}

@media only screen and (max-width: 700px) {

  .support-list ul {
    margin-left: 0;
  }

  .support-list li {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1.6rem;
  }

}

@media only screen and (max-width: 560px) {

  #support .title-2 {
    font-size: 5vw;
  }

}

@media only screen and (max-width: 480px) {
  .support-list li {
    font-size: 5vw;
  }
}

/* ===================================================================== */
/* step * /
/* ===================================================================== */
#step {
  padding-top: 16rem;
  position: relative;
}

#step .title-1 {
  color: #0b4aa6;
}
#step .title-1 h2 .title-S {
  margin-bottom: 0;
}

.step-list {
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.step-list li {
  width: 29.3333%;
  margin: 0 2% 3%;
  counter-increment: num;
}

.step-list li > div {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-flex-flow: column nowrap;
  display: flex;
  justify-content: flex-start;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: normal;
  padding: 4.8rem 2.4rem;
  border-radius: 1.6rem;
  position: relative;
}

.step-list li:first-child div::before,
.step-list li:nth-child(2) div::before {
  content: "";
  position: absolute;
  top: 40%;
  right: -30px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #7fc148;
}
.step-list li:nth-child(2) div::before {
  border-color: transparent transparent transparent #e8c125;
}
.step-list li:first-child > div { background-color: #7fc148;}
.step-list li:nth-child(2) > div { background-color: #e8c125;}
.step-list li:last-child > div { background-color: #ef8123;}

.step-list li .step-title {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  white-space: pre;
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
  position: relative;
}
.step-list li .step-title::before {
  content: counter(num, decimal-leading-zero);
  color: rgba(255, 255, 255, .2);
  font-size: 9.6rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -3.2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.step-list li .step-title::after {
  content: "";
  width: 3.2rem;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.step-list li .step-title i {
  font-size: 2.8rem;
  vertical-align: -.4rem;
  margin-right: .2rem;
}

.step-list li p {
  font-size: 1.8rem;
  margin: auto;
}

.step-list li p span {
  font-size: 1.2em;
  font-weight: bold;
}

.step-list li:last-child p {
  text-align: center;
}




@media only screen and (max-width: 1240px) {
  .step-list {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .step-list li,
  .step-list li:last-child {
    width: 46%;
  }
}

@media only screen and (max-width: 767px) {
  .step-list li,
  .step-list li:last-child {
    width: 48%;
    margin: 0 1% 3%;
  }
  .step-list li:last-child p {
    text-align: left;
  }
  .step-list li:last-child p .br_pc {
    display: none;
  }
  .step-list li .step-title {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 560px) {
  .step-list li,
  .step-list li:last-child {
    width: 96%;
    margin: 0 2% 4.8rem;
  }
  .step-list li:first-child div::before,
  .step-list li:nth-child(2) div::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: -30px;
    border-width: 15px 15px 0 15px;
    border-color: #7fc148 transparent transparent transparent;
  }
  .step-list li:nth-child(2) div::before {
    border-color: #e8c125 transparent transparent transparent;
  }

  .step-list li .step-title {
    font-size: 7vw;
  }
}

/* ===================================================================== */
/* faq * /
/* ===================================================================== */
#faq {
  background-color: #f4f4f4;
  padding-top: 16rem;
  position: relative;
}
  #faq::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      /* bottom: 1.6rem; */
      bottom: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 35px 0 35px;
      border-color: #487fc1 transparent transparent transparent;
  }
#faq .title-1 {
    color: #0b4aa6;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333;
  width: 70%;
  border-top: 1px dotted #cccccc;
}
.cp_qa .cp_actab {
  padding: .3rem 0 1rem 0;
  border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
  font-size: 1.2em;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer;
  color: #0b4aa6;
}
.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
  opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.cp_qa .cp_plus {
  color: #487fc1;
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

@media only screen and (max-width: 560px) {
  .cp_qa {
    width: 100%;
  }

}

/* ===================================================================== */
/* closing * /
/* ===================================================================== */
.closing {
  color: #fff;
  position: relative;
  text-align: center;
}

.closing .title-2,
.closing .btn-area {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.closing .title-2 {
  color: #fff;
  font-size: 4.8rem;
}

.closing .title-2 h2 {
  text-align: justify;
  text-align-last: justify;
  letter-spacing: 1rem;
  line-height: 1;
}

.closing .btn-area {
  margin-top: 3.2rem;
}

.btn-area {
  width: 100%;
  max-width: 480px;
  margin: 3.2rem auto 4.8rem;
}

.closing_commit .title-2 h2 .h2_large {
  font-size: 6.8rem;
  line-height: 1.2;
}
.closing_commit .title-2 h2 .h2_small {
  font-size: 3rem;
  line-height: 1.2;
}

.closing_free .title-2 h2,
.closing_try .title-2 h2 {
  text-align: center;
  text-align-last: center;
}
.closing_free .title-2 h2 span,
.closing_try .title-2 h2 span {
  display: inline-block;
}
.closing_free .title-2 h2 span:last-child,
.closing_try .title-2 h2 span:last-child {
  margin-top: 1.5rem;
}
.closing_free .title-2 h2 .h2_large,
.closing_try .title-2 h2 .h2_large {
  font-size: 4.8rem;
  line-height: 1.2;
}
.closing_free .title-2 h2 .h2_small,
.closing_try .title-2 h2 .h2_small {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (max-width: 560px) {
  .closing .title-2 {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 480px) {
  .closing .wrapper {
    width: 28%;
  }

  .closing p.closing-text {
    text-align: left;
  }

  .closing h3 {
    font-size: 5vw;
  }

  .closing_free .title-2 h2 .h2_large,
  .closing_try .title-2 h2 .h2_large {
    font-size: 9vw;
  }

  .closing_free .title-2 h2 .h2_small,
  .closing_try .title-2 h2 .h2_small {
    font-size: 5vw;
  }
}

/* ===================================================================== */
/* thanks */
/* ===================================================================== */
.thanks #intro {
  padding: 25vh 0;
}
.thanks #intro p {
  margin-bottom: 2rem;
}
.thanks #intro ul li {
  list-style-type: none;
}
.thanks #intro ul li a {
  color: #0b4aa6;
}
