@charset "UTF-8";
/* -----------------------------------------------------------------------------
  .s-main
----------------------------------------------------------------------------- */
.s-main {
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 80px;
  background: url(/assets/img/energy-diagnosis/bg_first.png) no-repeat center -67px / 1500px auto;
}
.s-main .s-inner {
  position: relative;
  text-align: center;
}
.s-main .h-ttl {
  width: 23.7%;
  min-width: 180px;
  margin: 0 auto 28px;
}
.s-main .h-ttl img {
}
.s-main .txt_memo {
  width: 650px;
  font-size: 13px;
  line-height: 1.53846154;
  text-align: center;
  color: #3ca8ed;
  border: 1px solid #3ca8ed;
  border-radius: 10px;
  padding: 10px 2em;
  margin: 0 auto 20px;
  background: #fff;
}
.s-main .h-txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.s-main .btn_bluegreen {
  width: 35%;
  max-width: 320px;
  margin: 20px auto 0;
}
.s-main .btn_bluegreen a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
	font-size: 18px;
	font-weight: 800;
  line-height: 1.4;
  color: #fff;
  border-radius: 1000px;
  background: linear-gradient(90deg, #3ca8ed 0%, #60efeb 50%, #79d428 100%);
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.noTouch .s-main .btn_bluegreen a {
  top: 0;
  transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.noTouch .s-main .btn_bluegreen a:hover {
  top: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.s-main .btn_bluegreen a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(/assets/img/energy-diagnosis/arrow_white_down.png) no-repeat center / 100% auto;
}

@media screen and (max-width:1200px){
  .s-main {
    background-size: 125% auto;
  }
}
@media screen and (max-width:1100px){
  .s-main .txt_memo {
    width: 56vw;
  }
  .s-main .h-txt {
    font-size: 1.63636364vw;
  }
}
@media screen and (max-width:1000px){
  .s-main .txt_memo {
    font-size: 1.3vw;
  }
  .s-main .btn_bluegreen a {
    font-size: 1.8vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-main {
    padding: 85px 0 50px;
    background: url(/assets/img/energy-diagnosis/bg_first_sp.png) no-repeat center top / 1015px auto;
  }
  .s-main .h-ttl {
    width: 46.86567164%;
    min-width: 0;
    max-width: 200px;
    margin: 0 auto 32px;
  }
  .s-main .txt_memo {
    width: 260px;
    font-size: 11px;
    line-height: 1.5;
    padding: 10px 1em;
    margin: 0 auto 14px;
  }
  .s-main .h-txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .s-main .btn_bluegreen {
    width: 250px;
    margin: 20px auto 0;
  }
  .s-main .btn_bluegreen a {
    height: 40px;
  	font-size: 14px;
  	box-shadow: 0 3px 8px rgba(0,0,0,0.26);
  }
  .s-main .btn_bluegreen a::after {
    right: 15px;
  }
}

@media screen and (max-width:700px){
  .s-main {
    background-size: 145% auto;
  }
}

@media screen and (max-width:400px){
  .s-main {
    background-size: 141.33333333% auto;
  }
  .s-main .txt_memo {
    width: 100%;
    max-width: 320px;
  }
}

/* -----------------------------------------------------------------------------
  .s-news
----------------------------------------------------------------------------- */
.s-news {
  padding: 40px 0;
}
.s-news .s-inner {
  position: relative;
}
.s-news .ttl {
  position: absolute;
  left: 30px;
  top: -60px;
  display: flex;
  align-items: center;
  width: auto;
  height: 40px;
  font-size: 20px;
  line-height: 1;
  color: #3ca8ed;
  padding: 0 40px;
  background: #fff;
  border-radius: 1000px;
  border: 1px solid #3ca8ed;
}
.s-news .list {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 5%;
}
.s-news .list .each {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  padding: 22px 50px 20px 0;
  background: url(/assets/img/energy-diagnosis/border_dot_blue.png) repeat-x center top / auto 2px;
}
.s-news .list .each:first-child {
  background: none;
}
.s-news .list a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 6px;
  height: 100%;
  background: url(/assets/img/energy-diagnosis/arrow_blue_right.png) no-repeat center / 100% auto;
}
.noTouch .s-news .list a::after {
  transition: right 200ms ease-in-out;
  -webkit-transition: right 200ms ease-in-out;
}
.noTouch .s-news .list a:hover::after {
  right: 0;
}
.s-news .list .each .txt_dc {
  display: flex;
  align-items: center;
  width: 215px;
  min-width: 215px;
  padding: 0;
}
.s-news .list .each .txt_dc .txt_date {
  width: 135px;
  font-size: 16px;
  line-height: 1.6;
  margin: -0.3em 0;
  padding: 0 0 0 10px;
}
.s-news .list .each .txt_dc .category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 22px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
}
.s-news .list .each .txt_dc .is-type1 {
  background: #3ca8ed;
}
.s-news .list .each .txt_dc .is-type2 {
  background: #06c6c1;
}
.s-news .list .each .txt_dtl {
  position: relative;
  width: calc(100% - 215px);
  font-size: 16px;
  line-height: 1.6;
  margin: -0.3em 0;
  padding: 0 0 0 30px;
}
.s-news .list .each .txt_dtl .txt_new {
  display: inline-block;
  font-weight: 800;
  color: #ff613f;
}

@media screen and (max-width:1000px){
  .s-news .ttl {
    font-size: 2vw;
  }
  .s-news .list .each .txt_dc {
    width: 21.5vw;
    min-width: 0;
  }
  .s-news .list .each .txt_dc .txt_date {
    width: calc(100% - 8vw);
    font-size: 1.6vw;
  }
  .s-news .list .each .txt_dc .category {
    width: 8vw;
    height: 2.2vw;
    font-size: 1.3vw;
  }
  .s-news .list .each .txt_dtl {
    width: calc(100% - 21.5vw);
    font-size: 1.6vw;
    padding: 0 0 0 4vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-news {
    padding: 30px 0;
  }
  .s-news .ttl {
    left: 5.33333333%;
    top: -45px;
    height: 30px;
    font-size: 15px;
    padding: 0 20px;
  }
  .s-news .list {
    padding: 3px 5.97014925% 0;
  }
  .s-news .list .each {
    display: block;
    padding: 22px 21px 23px 0;
  }
  .s-news .list a::after {
    display: none;
    /* right: 0;
    top: 5px; */
  }
  /* .noTouch .s-news .list a:hover::after {
    right: -5px;
  } */
  .s-news .list .each .txt_dc {
    width: 100%;
    min-width: 0;
    padding: 0 0 14px;
  }
  .s-news .list .each .txt_dc .txt_date {
    width: 90px;
    font-size: 12px;
    padding: 0;
  }
  .s-news .list .each .txt_dc .category {
    width: 60px;
    height: 16px;
    font-size: 10px;
    border-radius: 3px;
  }
  .s-news .list .each .txt_dtl {
    width: 100%;
    font-size: 13px;
    padding: 0;
  }
  .s-news .list a .txt_dtl::after {
    content: "";
    display: block;
    position: absolute;
    right: -21px;
    top: 0;
    width: 6px;
    height: 100%;
    background: url(/assets/img/energy-diagnosis/arrow_blue_right.png) no-repeat center / 100% auto;
  }
  .noTouch .s-news .list a .txt_dtl::after {
    transition: right 200ms ease-in-out;
    -webkit-transition: right 200ms ease-in-out;
  }
  .noTouch .s-news .list a:hover .txt_dtl::after {
    right: -26px;
  }
}

/* -----------------------------------------------------------------------------
  .s-about
----------------------------------------------------------------------------- */
.s-about {
}

/* SP */
@media screen and (max-width:768px){
}

/* -----------------------------------------------------------------------------
  .s-project
----------------------------------------------------------------------------- */
.s-project {
}
.s-project .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 17px auto 0;
}
.s-project .list .each {
  width: 18.4%;
  margin: 0;
}
.s-project .list .each a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 104px;
}
.noTouch .s-project .list .each a {
  left: 0;
  top: 0;
  transition: top 200ms ease-in-out, left 200ms ease-in-out;
  -webkit-transition: top 200ms ease-in-out, left 200ms ease-in-out;
}
.noTouch .s-project .list .each a:hover {
  left: 4px;
  top: 4px;
}
.s-project .list .each a::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}
.s-project .list .each a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #3ca8ed;
}
.noTouch .s-project .list .each a::before {
  transition: top 200ms ease-in-out, left 200ms ease-in-out;
  -webkit-transition: top 200ms ease-in-out, left 200ms ease-in-out;
}
.noTouch .s-project .list .each a:hover::before {
  left: 0;
  top: 0;
}
.s-project .list .each a .txt {
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding: 0 3% 0 0;
}
.s-project .list .each a .txt::after {
  content: "";
  display: block;
  position: absolute;
  right: 7%;
  top: 0;
  width: 5px;
  height: 100%;
  background: url(/assets/img/energy-diagnosis/arrow_blue_right.png) no-repeat center / 100% auto;
}
.s-project .btn_blue {
  width: 28%;
  max-width: 240px;
  margin: 40px auto 0;
}
.s-project .btn_blue a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
	font-size: 16px;
  line-height: 1.4;
  color: #fff;
  border-radius: 1000px;
  background: #3ca8ed;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.noTouch .s-project .btn_blue a {
  top: 0;
  transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.noTouch .s-project .btn_blue a:hover {
  top: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.s-project .btn_blue a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  width: 6px;
  height: 100%;
  background: url(/assets/img/energy-diagnosis/arrow_white_right.png) no-repeat center / 100% auto;
}

@media screen and (max-width:1000px){
  .s-project .list .each a {
    height: 10.4vw;
  }
  .s-project .list .each a .txt {
    font-size: 1.8vw;
  }
  .s-project .btn_blue a {
    font-size: 1.6vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-project .list {
    flex-wrap: wrap;
    max-width: 450px;
    margin: 12px auto 0;
  }
  .s-project .list .each {
    width: calc((100% - 15px)*0.5);
    margin: 0 0 15px;
  }
  .s-project .list .each:nth-child(2n) {
    margin-left: 15px;
  }
  .s-project .list .each:last-child {
    margin: 0 auto;
  }
  .s-project .list .each a {
    height: 65px;
  }
  .s-project .list .each a::before {
    left: 5px;
    top: 5px;
    border-radius: 7px;
  }
  .s-project .list .each a::after {
    border-radius: 7px;
  }
  .s-project .list .each a .txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .s-project .btn_blue {
    width: 220px;
    margin: 25px auto 0;
  }
  .s-project .btn_blue a {
    height: 40px;
  	font-size: 14px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.26);
  }
  .s-project .btn_blue a::after {
    right: 15px;
  }
}

/* -----------------------------------------------------------------------------
  .s-who
----------------------------------------------------------------------------- */
.s-who {
}
.s-who .space {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  padding: 0 8%;
  background: #e3faf9;
  border-radius: 10px;
}
.s-who .space .list {
  display: flex;
  flex-wrap: wrap;
  width: 62.5%;
  padding: 28px 0;
}
.s-who .space .list .each {
  position: relative;
  width: 50%;
  padding: 14px 0 14px 55px;
}
.s-who .space .list .each::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 35px;
  height: 22px;
  background: url(/assets/img/energy-diagnosis/icon_list.png) no-repeat center / contain;
}
.s-who .space .list .each:last-child {
  width: 100%;
}
.s-who .space .list .each .txt {
  font-size: 18px;
  line-height: 1.6;
  margin: -0.3em 0;
}
.s-who .space .list .each .txt .txt_sub {
  display: inline-block;
  margin: 0 0 0 30px;
  text-align: left;
}
.s-who .space .icon_workman {
  display: table;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 10.41666667%;
  left: auto;
  width: 27.5%;
  height: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width:1000px){
  .s-who .space .list .each .txt {
    font-size: 1.8vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-who .space {
    margin: 25px auto 0;
    padding: 0 5.97014925%;
  }
  .s-who .space .list {
    width: 64%;
    padding: 15px 0;
  }
  .s-who .space .list .each {
    width: 58.47457627%;
    /* min-width: 172px; */
    padding: 10px 0 10px 38px;
  }
  .s-who .space .list .each:nth-child(2n) {
    width: 41.52542373%;
  }
  .s-who .space .list .each:last-child {
    width: 100%;
  }
  .s-who .space .list .each::before {
    top: 8px;
    width: 28px;
    height: 18px;
    background-image: url(/assets/img/energy-diagnosis/icon_list_sp.png);
  }
  .s-who .space .list .each .txt {
    font-size: 13px;
  }
  .s-who .space .icon_workman {
    right: 7%;
    width: 26%;
  }
}

@media screen and (max-width:640px){
  .s-who .space .list {
    width: 100%;
    max-width: 295px;
  }
  .s-who .space .list .each:last-child {
    width: 58.47457627%;
  }
  .s-who .space .list .each .txt .txt_sub {
    display: block;
    margin: 10px 15px 0 0;
    text-align: right;
  }
  .s-who .space .icon_workman {
    top: auto;
    bottom: -10px;
    right: auto;
    left: 50%;
    width: 34.96503497%;
    min-width: 117.5px;
    transform: translateX(34.04255319%);
    -webkit-transform: translateX(34.04255319%);
  }
}

@media screen and (max-width:374px){
  .s-who .space {
    padding: 0 5%;
  }
  .s-who .space .list .each {
    padding: 10px 0 10px 26px;
  }
  .s-who .space .list .each::before {
    width: 18px;
  }
  .s-who .space .icon_workman {
    transform: translateX(27%);
    -webkit-transform: translateX(27%);
  }
}

/* -----------------------------------------------------------------------------
  .s-course
----------------------------------------------------------------------------- */
.s-course {
}
.s-course .s-inner {
  max-width: 1160px;
}
.s-course .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 40px auto 0;
}
.s-course .list .each {
  width: 29.46428571%;
  margin: 0;
}
.s-course .list .each .each_in {
  position: relative;
  display: block;
  width: 100%;
  min-height: 10px;
}
.s-course .list .each .each_in::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.s-course .list .each .each_in::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -19.6969697%;
  border: 24px solid transparent;
  border-left: 30px solid #3ca8ed;
  border-right: none;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.s-course .list .each:last-child .each_in::after {
  display: none;
}
.s-course .list .each .each_in .box {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
}
.s-course .list .each .each_in a.box {
  background: linear-gradient(90deg, #3ca8ed 0%, #60efeb 50%, #79d428 100%);
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.noTouch .s-course .list .each .each_in a.box {
  transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.noTouch .s-course .list .each .each_in a.box:hover {
  top: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.s-course .list .each .each_in .box .box_in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.s-course .list .each .each_in .box .box_in .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 122px;
  margin: 0 auto 24px;
}
.s-course .list .each .each_in .box .box_in .icon_step1 img {
  width: 46.77419355%;
}
.s-course .list .each .each_in .box .box_in .icon_step2 img {
  width: 44.83870968%;
}
.s-course .list .each .each_in .box .box_in .icon_step3 img {
  width: 44.83870968%;
}
.s-course .list .each .each_in .box .box_in .txts {
  display: block;
  width: 100%;
}
.s-course .list .each .each_in .box .box_in .txts .txt {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  padding: 0;
  color: #055cc7;
  text-align: center;
}
.s-course .list .each:nth-child(3) .each_in .box .box_in .txts .txt {
  line-height: 2.6;
}
.s-course .list .each .each_in .box .box_in .txts .txt_notice {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  padding: 0.5em 0 0;
  color: #ff613f;
  text-align: center;
}
.s-course .list .each .each_in .box .box_in .badge {
  display: table;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
}
.s-course .list .each .each_in .box .box_in .badge img {
  width: auto;
  height: 90px;
}
.s-course .list .each .each_in .box .box_in .badge .txt_in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.s-course .list .each .txt_memo {
  display: block;
  font-size: 13px;
  line-height: 1.53846154;
  margin: -0.26923077em auto;
  text-align: center;
  padding: 20px 0 0;
}
.s-course .list .each .each_in .box .txt_memo {
  display: none;
}

@media screen and (max-width:1160px){
  .s-course .list .each .each_in::after {
    border-width: 2.06896552vw;
    border-left-width: 2.5862069vw;
  }
  .s-course .list .each .each_in .box .box_in .icon {
    height: 10.51724138vw;
    margin: 0 auto 2.06896552vw;
  }
  .s-course .list .each .each_in .box .box_in .icon_step2,
  .s-course .list .each .each_in .box .box_in .icon_step3 {
    margin: 0 auto 1.5vw;
  }
  .s-course .list .each .each_in .box .box_in .txts .txt {
    font-size: 1.89655172vw;
  }
  .s-course .list .each .each_in .box .box_in .badge img {
    height: 7.75862069vw;
  }
  .s-course .list .each .each_in .box .box_in .badge .txt_in {
    font-size: 1.37931034vw;
  }
}
@media screen and (max-width:1000px){
  .s-course .list .each .each_in .box .box_in .txts .txt_notice {
    font-size: 1.3vw;
  }
  .s-course .list .each .txt_memo {
    font-size: 1.3vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-course .s-inner {
    max-width: 640px;
  }
  .s-course .list {
    display: block;
    max-width: 500px;
    margin: 25px auto 0;
  }
  .s-course .list .each {
    width: 100%;
    margin: 0 0 45px;
  }
  .s-course .list .each:last-child {
    margin: 0;
  }
  .s-course .list .each .each_in {
    max-height: 150px;
  }
  .s-course .list .each .each_in::before {
    padding-top: 41.79104478%;
  }
  .s-course .list .each .each_in::after {
    top: auto;
    bottom: -35px;
    right: 50%;
    border: 16px solid transparent;
    border-top: 20px solid #3ca8ed;
    border-bottom: none;
    transform: translateX(16px);
    -webkit-transform: translateX(16px);
  }
  .s-course .list .each .each_in .box {
    padding: 7px;
    border-radius: 1000px;
  }
  .s-course .list .each .each_in a.box {
    box-shadow: 0 3px 13px rgba(0,0,0,0.26);
  }
  .s-course .list .each .each_in .box .box_in {
    flex-direction: row;
    border-radius: 1000px;
  }
  .s-course .list .each:nth-child(2n) .each_in .box .box_in {
    flex-direction: row-reverse;
  }
  .s-course .list .each .each_in .box .box_in .icon {
    display: table;
    width: auto;
    height: auto;
    margin: 0;
  }
  .s-course .list .each .each_in .box .box_in .icon_step1 {
    margin: 0 30px 0 0;
  }
  .s-course .list .each .each_in .box .box_in .icon_step2 {
    margin: 0 0 0 20px;
  }
  .s-course .list .each .each_in .box .box_in .icon_step3 {
    margin: 0 20px 0 0;
  }
  .s-course .list .each .each_in .box .box_in .icon_step1 img {
    width: 22.53333333vw;
    max-width: 101.4px;
  }
  .s-course .list .each .each_in .box .box_in .icon_step2 img {
    width: 21.73333333vw;
    max-width: 97.8px;
  }
  .s-course .list .each .each_in .box .box_in .icon_step3 img {
    width: 21.46666667vw;
    max-width: 96.6px;
  }
  .s-course .list .each .each_in .box .box_in .txts {
    display: table;
    width: auto;
  }
  .s-course .list .each .each_in .box .box_in .txts .txt {
    font-size: 16px;
    line-height: 1.4;
  }
  .s-course .list .each:nth-child(3) .each_in .box .box_in .txts .txt {
    line-height: 1.4;
  }
  .s-course .list .each .each_in .box .box_in .txts .txt_notice {
    font-size: 11px;
  }
  .s-course .list .each .each_in .box .box_in .badge {
    right: -5px;
    top: -20px;
  }
  .s-course .list .each .each_in .box .box_in .badge img {
    width: 65px;
    height: auto;
  }
  .s-course .list .each .each_in .box .box_in .badge .txt_in {
    font-size: 11px;
  }
  .s-course .list .each .txt_memo {
    display: none;
    font-size: 11px;
    line-height: 1.5;
    margin: -0.25em auto;
    padding: 10px 0 0;
  }
  .s-course .list .each .each_in .box .txt_memo {
    display: block;
  }
}

@media screen and (max-width:400px){
  .s-course .list .each .each_in .box .box_in .icon_step2 {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width:374px){
  .s-course .list .each .each_in::before {
    padding-top: 132px;
  }
  .s-course .list .each .each_in .box .box_in .icon_step1 {
    margin: 0 25px 0 0;
  }
  .s-course .list .each .each_in .box .box_in .icon_step2 {
    margin: 0 0 0 5px;
  }
  .s-course .list .each .each_in .box .box_in .icon_step3 {
    margin: 0 20px 0 0;
  }
  .s-course .list .each .each_in .box .box_in .icon_step1 img {
    width: 67.6px;
  }
  .s-course .list .each .each_in .box .box_in .icon_step2 img {
    width: 65.2px;
  }
  .s-course .list .each .each_in .box .box_in .icon_step3 img {
    width: 64.4px;
  }
  .s-course .list .each .each_in .box .box_in .txts .txt {
    font-size: 15px;
    line-height: 1.3;
  }
  .s-course .list .each .each_in .box .box_in .badge {
    right: -10px;
  }
}

/* -----------------------------------------------------------------------------
  .s-recruit
----------------------------------------------------------------------------- */
.s-recruit {
}
/* .s-recruit .m-txt {
  padding: 80px 0 60px;
} */
.s-recruit .btn_blue {
  width: 28%;
  max-width: 240px;
  margin: 37px auto 0;
}
.s-recruit .btn_blue a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
	font-size: 16px;
  line-height: 1.4;
  color: #fff;
  border-radius: 1000px;
  background: #3ca8ed;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.noTouch .s-recruit .btn_blue a {
  top: 0;
  transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.noTouch .s-recruit .btn_blue a:hover {
  top: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.s-recruit .btn_blue a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  width: 6px;
  height: 100%;
  background: url(/assets/img/energy-diagnosis/arrow_white_right.png) no-repeat center / 100% auto;
}

@media screen and (max-width:1000px){
  .s-recruit .btn_blue a {
    font-size: 1.6vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  /* .s-recruit .m-txt {
    padding: 40px 0 30px;
  } */
  .s-recruit .btn_blue {
    width: 220px;
    margin: 25px auto 0;
  }
  .s-recruit .btn_blue a {
    height: 40px;
  	font-size: 14px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.26);
  }
  .s-recruit .btn_blue a::after {
    right: 15px;
  }
}

/* -----------------------------------------------------------------------------
  .s-veteran_voice
----------------------------------------------------------------------------- */
.s-veteran_voice {
}
.s-veteran_voice .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 40px;
}
.s-veteran_voice .list .each {
  position: relative;
  display: block;
  width: 32%;
  min-height: 250px;
  background: #fff;
  border-radius: 20px;
  padding: 34px 3.5%;
  margin: 0;
}
.s-veteran_voice .list .each .txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}
.s-veteran_voice .list .each .icon {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  text-align: center;
}
.s-veteran_voice .list .each .icon_voice1 img {
  width: 37.5%;
}
.s-veteran_voice .list .each .icon_voice2 img {
  width: 35%;
}
.s-veteran_voice .list .each .icon_voice3 img {
  width: 31.25%;
}

@media screen and (max-width:1000px){
  .s-veteran_voice .list .each {
    min-height: 25vw;
  }
  .s-veteran_voice .list .each .txt {
    font-size: 1.6vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-veteran_voice .list {
    display: block;
    padding: 7px 0 0;
  }
  .s-veteran_voice .list .each {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 0;
    border-radius: 10px;
    padding: 20px 5.97014925%;
    margin: 15px auto 0;
  }
  .s-veteran_voice .list .each:first-child {
    margin: 0 auto;
  }
  .s-veteran_voice .list .each:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .s-veteran_voice .list .each .txt {
    width: 69.49152542%;
    font-size: 12px;
    line-height: 1.8;
  }
  .s-veteran_voice .list .each .icon {
    position: static;
    width: calc(100% - 69.49152542% - 18px);
  }
  .s-veteran_voice .list .each .icon_voice1 img {
    width: 100%;
    max-width: 99.4px;
  }
  .s-veteran_voice .list .each .icon_voice2 img {
    width: 94.36619718%;
    max-width: 93.8px;
  }
  .s-veteran_voice .list .each .icon_voice3 img {
    width: 84.50704225%;
    max-width: 84px;
  }
}

/* -----------------------------------------------------------------------------
  .s-scontent
----------------------------------------------------------------------------- */
.s-scontent {
  padding: 78px 0 80px;
}
.s-scontent .s-ttl {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  margin: -0.15em auto;
  color: #055cc7;
  text-align: center;
  padding: 0 0 48px;
}
.s-scontent .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.s-scontent .list .each {
  position: relative;
  width: 32%;
  margin: 0;
}
.s-scontent .list .each a {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  overflow: hidden;
}
.noTouch .s-scontent .list .each a {
  position: relative;
  top: 0;
  transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: top 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.noTouch .s-scontent .list .each a:hover {
  top: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.s-scontent .list .each a .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.s-scontent .list .each a .logo img {
  width: 100%;
}
.s-scontent .list .each a .txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
	font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.s-scontent .list .each.is-enecho a .txt {
  background: #0097d0;
}
.s-scontent .list .each.is-shindannet a .txt {
  background: #23ac38;
}
.s-scontent .list .each.is-sii a .txt {
  background: #003f83;
}
.s-scontent .list .each a .txt::after {
  content: "";
  display: block;
  position: absolute;
  right: 6.25%;
  top: 0;
  width: 6px;
  height: 100%;
  background: url(/assets/img/energy-diagnosis/arrow_white_right.png) no-repeat center / 100% auto;
}

@media screen and (max-width:1000px){
  .s-scontent .s-ttl {
    font-size: 3vw;
  }
  .s-scontent .list .each a .txt {
    font-size: 1.6vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-scontent {
    padding: 48px 0 50px;
  }
  .s-scontent .s-ttl {
    font-size: 23px;
    padding: 0 0 15px;
  }
  .s-scontent .list {
    display: block;
  }
  .s-scontent .list .each {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
  .s-scontent .list .each a {
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.26);
  }
  .s-scontent .list .each a .logo {
    max-width: 240px;
  }
  .s-scontent .list .each a .txt {
    height: 33px;
  	font-size: 13px;
    line-height: 1.6;
  }
  .s-scontent .list .each a .txt::after {
    right: 12px;
  }
}
