@charset "UTF-8";
/* -----------------------------------------------------------------------------
  .s-main
----------------------------------------------------------------------------- */
.s-main {
  width: 96%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 16px 0 60px;
}
.s-main .s-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.s-main .set_txt {
  width: 74%;
  max-width: 700px;
  text-align: left;
  padding: 60px 0;
}
.s-main .set_txt .set_hd {
  display: block;
}
.s-main .set_txt .set_hd .h-ttl {
  width: auto;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  margin: -0.2em 0;
  padding: 0;
  color: #055cc7;
}
.s-main .icon {
  display: block;
  width: 23.2%;
}
.s-main .set_txt .set_hd .icon {
  display: none;
}
.s-main .set_txt .h-txt {
  font-size: 18px;
  line-height: 2;
  margin: -0.5em 0;
  padding: 48px 0 0;
}
.s-main .list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.s-main .list .btn_anchor {
  width: 40%;
  max-width: 360px;
  margin: 0 10px;
}
.s-main .list .btn_anchor 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: #055cc7;
  border-radius: 1000px;
  background: #fff;
  border: 1px solid #055cc7;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  padding: 0;
}
.noTouch .s-main .list .btn_anchor 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 .list .btn_anchor a:hover {
  top: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.s-main .list .btn_anchor a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(/assets/img/energy-diagnosis/arrow_blue_down.png) no-repeat center / 100% auto;
}
.s-main .list .btn_anchor a .txt_e {
  padding: 0 0 0.12820513em;
}

@media screen and (max-width:1000px){
  .s-main .set_txt .set_hd .h-ttl {
    font-size: 5vw;
  }
  .s-main .set_txt .h-txt {
    font-size: 1.8vw;
  }
  .s-main .list .btn_anchor a {
    font-size: 1.8vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-main {
    width: 100%;
    margin: 35px auto 0;
    padding: 8px 0 50px;
  }
  .s-main .set_txt {
    width: 70%;
    padding: 40px 0;
  }
  .s-main .set_txt .set_hd .h-ttl {
    font-size: 28px;
  }
  .s-main .set_txt .h-txt {
    font-size: 13px;
    line-height: 1.8;
    margin: -0.4em 0;
    padding: 23px 0 0;
  }
  .s-main .list {
    justify-content: space-between;
  }
  .s-main .list .btn_anchor {
    width: calc((100% - 20px)*0.5);
    max-width: none;
    margin: 0;
  }
  .s-main .list .btn_anchor a {
    height: 40px;
  	font-size: 14px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.26);
  }
  .s-main .list .btn_anchor a::after {
    right: 15px;
  }
  .s-main .list .btn_anchor a .txt_e {
    padding: 0 0 0.1183432em;
  }
}

@media screen and (max-width:600px){
  .s-main .list {
    display: block;
    max-width: 280px;
  }
  .s-main .list .btn_anchor {
    width: 100%;
  }
  .s-main .list .btn_anchor + .btn_anchor {
    margin: 15px 0 0;
  }
}

@media screen and (max-width:449px){
  .s-main {
    padding: 10px 0 50px;
  }
  .s-main .s-inner {
    display: block;
  }
  .s-main .set_txt {
    width: 100%;
    max-width: none;
    text-align: center;
    padding: 0;
  }
  .s-main .set_txt .set_hd {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .s-main .set_txt .set_hd .h-ttl {
    width: 170px;
    padding: 38px 0;
  }
  .s-main .set_txt .h-txt {
    padding: 0 0 38px;
  }
  .s-main .icon {
    display: none;
  }
  .s-main .set_txt .set_hd .icon {
    display: block;
    width: 31.19402985%;
    max-width: 130px;
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width:374px){
  .s-main .list .btn_anchor a {
    padding: 0 1em 0 0;
  }
}

/* -----------------------------------------------------------------------------
  .s-curriculum
----------------------------------------------------------------------------- */
.s-curriculum {
}
.s-curriculum .s-inner {
}
.s-curriculum .table {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px auto 0;
}
.s-curriculum .table + .table {
  margin: 40px auto 0;
}
.s-curriculum .table .t-ttl {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  padding: 14px 0;
  color: #fff;
  text-align: center;
  background: #3ca8ed;
}
.s-curriculum .table .t-table {
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 20px;
}
.s-curriculum .table .t-table .t-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 32px 0 30px;
  background: url(/assets/img/energy-diagnosis/border_dot_blue.png) repeat-x center top / auto 2px;
}
.s-curriculum .table .t-table .t-row:first-child {
  padding: 20px 0;
  background: none;
}
.s-curriculum .table .t-table .t-row .t-column {
  padding: 0;
}
.s-curriculum .table .t-table .t-row .t-column:first-child {
  width: 4.44444444%;
  min-width: 40px;
}
.s-curriculum .table .t-table .t-row .t-column:nth-child(2) {
  width: 35.55555556%;
}
.s-curriculum .table .t-table .t-row .t-column:nth-child(3) {
  width: 60%;
  padding: 0 0 0 30px;
}
.s-curriculum .table .t-table .t-row .t-column .txt {
  font-size: 16px;
  line-height: 1.6;
  margin: -0.3em 0;
  text-align: center;
}
.s-curriculum .table .t-table .t-row .txt_subject .txt {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.42222222;
  color: #055cc7;
  text-align: center;
}
.s-curriculum .table .t-table .t-row .txt_desc .txt {
  text-align: left;
}
.s-curriculum .table .t-table .t-row .txt_desc .tag {
}

@media screen and (max-width:1000px){
  .s-curriculum .table .t-ttl {
    font-size: 2.2vw;
  }
  .s-curriculum .table .t-table .t-row .t-column .txt {
    font-size: 1.6vw;
  }
  .s-curriculum .table .t-table .t-row .txt_subject .txt {
    font-size: 1.8vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-curriculum .table {
    margin: 7px auto 0;
  }
  .s-curriculum .table + .table {
    margin: 30px auto 0;
  }
  .s-curriculum .table .t-ttl {
    font-size: 16px;
    padding: 12px 0;
  }
  .s-curriculum .table .t-table {
    margin: -2px auto 0;
    padding: 0 5.97014925% 15px;
  }
  .s-curriculum .table .t-table .t-row {
    flex-wrap: wrap;
    padding: 27px 0 25px;
  }
  .s-curriculum .table .t-table .t-row:first-child {
    display: none;
  }
  .s-curriculum .table .t-table .t-row:nth-child(2) {
    background: none;
  }
  .s-curriculum .table .t-table .t-row .t-column:first-child {
    width: 35px;
    min-width: 35px;
  }
  .s-curriculum .table .t-table .t-row .t-column:nth-child(2) {
    width: calc(100% - 35px);
    padding: 0 0 0 20px;
  }
  .s-curriculum .table .t-table .t-row .t-column:nth-child(3) {
    position: relative;
    width: 100%;
    padding: 18px 0 0 55px;
  }
  .s-curriculum .table .t-table .t-row .t-column .txt {
    font-size: 13px;
    line-height: 1.8;
    margin: -0.4em 0;
  }
  .s-curriculum .table .t-table .t-row .txt_subject .txt {
    font-size: 15px;
    line-height: 1.5;
    margin: -0.25em 0;
    text-align: left;
  }
  .s-curriculum .table .t-table .t-row .txt_desc .tag {
    position: absolute;
    left: 0;
    top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 20px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    background: #c4e5fa;
    border-radius: 5px;
  }
}

/* -----------------------------------------------------------------------------
  .s-flow
----------------------------------------------------------------------------- */
.s-flow {
}
.s-flow .s-inner {
}
.s-flow .flow {
  display: block;
  width: 100%;
  min-height: 10px;
  background: url(/assets/img/energy-diagnosis/flow.png) no-repeat center / contain;
  margin: 10px auto 0;
}
.s-flow .flow::before {
  content: "";
  display: block;
  padding-top: 42.6%;
}
.s-flow .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 80px auto 0;
}
.s-flow .txt_above_btn {
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.8;
  margin: -0.4em auto;
  color: #ff613f;
  text-align: center;
  padding: 30px 0 40px;
}
.s-flow .btn {
  width: 48%;
  margin: 0;
  padding: 0;
}
.s-flow .btn .box {
  display: block;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 1000px;
  background: #fff;
  box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}
.s-flow .btn 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-flow .btn a.box {
  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-flow .btn a.box:hover {
  top: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.s-flow .btn .box .box_in {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1000px;
  padding: 0 4.34782609% 0 0;
}
.s-flow .btn a.box .box_in::after {
  content: "";
  display: block;
  position: absolute;
  right: 4.34782609%;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #60efeb url(/assets/img/energy-diagnosis/arrow_white_right.png) no-repeat center / 9px auto;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.s-flow .btn .box .box_in .icon {
  margin: 0 6.52173913% 0 0;
}
.s-flow .btn .box .box_in .icon_step1 {
  width: 27.17391304%;
}
.s-flow .btn .box .box_in .icon_step2 {
  width: 26.08695652%;
}
.s-flow .btn .box .box_in .txt {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  margin: -0.25em 0;
  color: #055cc7;
  text-align: center;
}
.s-flow .btn .box .box_in .txt .txt_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: #055cc7;
  border-radius: 1000px;
  padding: 0 1em;
  margin: 6px auto 0;
}
.s-flow .btn .txt_memo {
  font-size: 16px;
  line-height: 1.6;
  margin: -0.3em 0;
  text-align: center;
  padding: 20px 0 0;
}
.s-flow .txt_under_btn {
  width: 90%;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.6;
  margin: -0.3em auto;
  padding: 40px 0 0 1em;
  text-indent: -1em;
}

@media screen and (max-width:1000px){
  .s-flow .txt_above_btn {
    font-size: 2.2vw;
  }
  .s-flow .btn .box {
    height: 16vw;
  }
  .s-flow .btn a.box .box_in::after {
    width: 4vw;
    height: 4vw;
    background-size: 0.9vw auto;
  }
  .s-flow .btn .box .box_in .txt {
    font-size: 2.2vw;
  }
  .s-flow .btn .box .box_in .txt .txt_tag {
    height: 3vw;
    font-size: 2vw;
  }
  .s-flow .btn .txt_memo {
    font-size: 1.6vw;
  }
  .s-flow .txt_under_btn {
    font-size: 1.6vw;
  }
}

/* SP */
@media screen and (max-width:768px){
  .s-flow .flow {
    max-width: 400px;
    background-image: url(/assets/img/energy-diagnosis/flow_sp.png);
    margin: 6px auto 0;
  }
  .s-flow .flow::before {
    padding-top: 235.97014925%;
  }
  .s-flow .btns {
    display: block;
    margin: 25px auto 0;
  }
  .s-flow .txt_above_btn {
    font-size: 16px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 55px 0 0;
  }
  .s-flow .btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 25px 0 0;
  }
  .s-flow .btn .box {
    height: 130px;
    padding: 7px;
  }
  .s-flow .btn a.box {
    box-shadow: 0 3px 13px rgba(0,0,0,0.26);
  }
  .s-flow .btn .box .box_in {
    padding: 0 4.6728972% 0 0;
  }
  .s-flow .btn_login .box .box_in {
    flex-direction: row-reverse;
  }
  .s-flow .btn a.box .box_in::after {
    right: 4.6728972%;
    width: 30px;
    height: 30px;
    background-size: 6px auto;
  }
  .s-flow .btn .box .box_in .icon_step1 {
    width: 22.53333333vw;
    max-width: 101.4px;
    margin: 0 6.2305296% 0 0;
  }
  .s-flow .btn .box .box_in .icon_step2 {
    width: 21.73333333vw;
    max-width: 97.8px;
    margin: 0 0 0 6.2305296%;
  }
  .s-flow .btn .box .box_in .txt {
    font-size: 16px;
    line-height: 1.4;
    margin: -0.2em 0;
  }
  .s-flow .btn .box .box_in .txt .txt_tag {
    height: 20px;
    font-size: 12px;
    padding: 0 20px;
  }
  .s-flow .btn .txt_memo {
    font-size: 13px;
    line-height: 1.5;
    margin: -0.25em 0;
    padding: 18px 0 0;
  }
  .s-flow .txt_under_btn {
    width: 100%;
    max-width: 460px;
    font-size: 13px;
    line-height: 1.5;
    margin: -0.25em auto;
  }
}

@media screen and (max-width:374px){
  .s-flow .btn .box {
    height: 120px;
  }
  .s-flow .btn .box .box_in {
    padding: 0 24px 0 0;
  }
}
