@charset "utf-8";
/* CSS Document */

img{
  width: 100%;
}

.has-sup {
  display: block !important;
}

.white-area a:not([class]),
.white-area a:not([class]):visited{
  color: #54c3f1;
}
.white-area a:not([class]):hover{
  text-decoration: underline;
}
.sp-only{
  display: none;
}
@media (max-width: 768px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: inherit;
  }
}
@media (max-width: 768px) {
  .main-visual{
    padding: 0 15px;
  }
}
.white-area{
  margin-top: 25px;
  padding: 25px 30px 30px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .white-area{
    padding: 15px 15px 40px;
    font-size: 1.4rem;
  }
}
.white-area__title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 42px;
  margin-top: 40px;
  padding-left: 42px;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  color: #54c3f1;
}
@media (max-width: 768px) {
  .white-area__title{
    min-height: 26px;
    margin-top: 20px;
    padding-left: 26px;
    font-size: 1.8rem;
  }
}
.white-area__title::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url("../images/current_survey/title_ic.png") 0 0 / 42px 42px no-repeat;
}
@media (max-width: 768px) {
  .white-area__title::before{
    content: "";
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    background-position: 0 0;
  }
}
.low-title{
  position: relative;
  margin-top: 20px;
  padding-left: 12px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .low-title{
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.low-title::before{
  content: "";
  width: 2px;
  height: 90%;
  position: absolute;
  left: 0;
  top: calc(50% - 47%);
  background: #333;
}
.title-content-06{
  position: relative;
  margin-top: 20px;
  padding-left: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #54c3f1;
}
@media (max-width: 768px) {
  .title-content-06{
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.title-content-06::before{
  content: "";
  width: 2px;
  height: 90%;
  position: absolute;
  left: 0;
  top: calc(50% - 47%);
  background: #54c3f1;
}
.content-area{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .content-area{
    margin-top: 12px;
  }
}
.right-text{
  text-align: right;
}
.content-area__corporate-text{
  margin-top: 4px;
  font-size: 1.1rem;
}
.small-text{
  font-size: 1.2rem;
}
.small-text--image-under{
  margin-top: 8px;
}
.small-text--white-area-list-under{
  padding-left: 18px;
}
.small-text--margin-top{
  margin-top: 20px;
}
.flex-area{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .flex-area{
    flex-wrap: wrap;
  }
}
.flex-area__box-01 + .flex-area__box-01{
  margin-left: 18px;
}
@media (max-width: 768px) {
  .flex-area__box-01 + .flex-area__box-01{
    margin-left: 0;
    margin-top: 14px;
  }
}
.white-area__image-01{
  width: 420px;
}
@media (max-width: 768px) {
  .white-area__image-01{
    width: 100%;
  }
}
.white-area__image-02{
  width: 100%;
}
.sub-text{
  margin: 8px 0;
}
.box-title{
  margin-bottom: 15px;
  padding: 10px 15px;
  color: #fff;
  background-color: #54c3f1;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .box-title{
    padding: 6px 10px;
  }
}
.box-spotlight_title{
  font-weight: bold;
  color: #fff;
  background-color: #54c3f1;
  padding: 10px 15px;
}
.box-spotlight_text{
  color: inherit;
  text-align: left;
  background-color: #fff;
  padding: 0.5em 2em;
}
.box-spotlight_title + .box-content-04{
  padding: 1em !important;
}
.box-spotlight_title + .box-content-04 ul li{
  padding-bottom: 0.5em;
}
.box-content-04{
  margin-top: 15px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .box-content-04{
    margin-top: 10px;
    padding: 0 12px;
  }
}
.large-text{
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .large-text{
    font-size: 1.6rem;
  }
}
.under-link{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  min-height: 55px;
  margin-top: 50px;
  padding-right: 16px;
  font-size: 1.8rem;
  border-bottom: 2px solid #ddd;
  transition: opacity 0.3s;
}
.under-link:hover{
  opacity: 0.7;
}
@media (max-width: 768px) {
  .under-link{
    min-height: 45px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ddd;
  }
}
.section-white__in{
  margin-top: 20px;
}

/*フローエリア-----------------------------------*/

.flow-area{
  margin-top: 18px;
}
@media (max-width: 768px) {
  .flow-area{
    margin-top: 10px;
  }
}
.flow-area__block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 160px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .flow-area__block{
    flex-wrap: wrap;
    min-height: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .flow-area__block--no-detail{
    padding-bottom: 10px;
  }
}
.flow-area__block + .flow-area__block{
  margin-top: 10px;
}
.flow-area__title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
  line-height: 1;
  padding: 1em;
  background-color: #54c3f1;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .flow-area__title{
    width: 100%;
    max-width: none;
    flex-wrap: wrap;
    padding: 12px;
    font-size: 1.6rem;
  }
}
.flow-area__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #54c3f1;
}
@media (max-width: 768px) {
  .flow-area__title:before {
    border: 10px solid transparent;
    border-top: 10px solid #54c3f1;
  }
}
 .flow-area__block--last .flow-area__title:before {
  content: "";
  display: none;
}
@media (max-width: 768px) {
   .flow-area__block--last .flow-area__title:before {
  content: "";
  display: inherit;
  }
}
.flow-area__step-text{
  position: absolute;
  top: 15px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .flow-area__step-text{
    display: inline-block;
    width: 100%;
    position: inherit;
    top: 0;
    text-align: center;
    font-size: 1.6rem;
  }
}
.flow-area__detail{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f4ee;
  padding: 1em;
}
@media (max-width: 768px) {
  .flow-area__detail{
    padding: 10px;
  }
}

/*テーブル-----------------------------------*/
.white-area__table-01,
.white-area__table-02{
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .white-area__table-01{
    display: block;
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .white-area__table-01 tbody{
    display: block;
    min-width: 730px;
  }
}
@media (max-width: 768px) {
  .white-area__table-02{
    border-bottom: 1px solid #ddd;
  }
}
.white-area__table-01 td,.white-area__table-01 th,
.white-area__table-02 td,.white-area__table-02 th{
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.white-area__table-01 th,
.white-area__table-02 th{
  width: 160px;
  background-color: #f8f7f3;
}
.white-area__table-01 th,
.white-area__table-02 th{
  border-left: none;
}
.white-area__table-01 tr td:last-of-type,
.white-area__table-02 tr td:last-of-type{
  border-right: none;
}
.white-area__table-01 td{
  width: 190px;
}
@media (max-width: 768px) {
  .white-area__table-02 th{
      text-align: center;
    }
  .white-area__table-02 td,.white-area__table-02 th{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .white-area__table-02 th{
    border-right: none;
  }
  .white-area__table-02 tr td:last-of-type{
    border-left: none;
  }
}
.white-area__table-01 .center-sell,
.white-area__table-02 .center-sell{
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 768px) {
  .white-area__table-01 .center-sell-sp,
  .white-area__table-02 .center-sell-sp{
    vertical-align: middle;
    text-align: center;
  }
}

/*グリッドエリア（サービス内容）-----------------------------------*/
.grid__container{
  margin-top: 15px;
}
.grid__row{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
.grid__col-blue{
  width: calc(33% - 1em);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: #54c3f1;
  border-radius: 1em;
  margin: 0.5em;
  padding: 1em;
}
.grid__col-blue:nth-of-type(6){
  flex-direction: column;
}
@media (max-width: 768px) {
  .grid__col-blue{
    width: calc(100% - 1em);
    height: auto;
  }
  .white-area__title{
    display: flex !important;
  }
}