@charset "utf-8";
.home-contents {
  min-width: 1200px;
  overflow: hidden;
}

.home-inner-wrap {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-inner-pos {
  position: relative;
  z-index: 1;
}

.home-sec-heading {
  position: relative;
  font-size: 36px;
  line-height: 1.38;
  font-weight: 700;
  color: #007cc5;
  margin-bottom: 34px;
}
.home-sec-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #73b6e2;
}

.home-sec-lead {
  font-size: 18px;
  line-height: 1.55;
}

.home-sec-img-sp {
  display: none;
}

.home-sec-link-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  border-radius: 4px;
  padding: 2px 25px 0 30px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #007cc5;
  color: #007cc5;
  background-color: #fff;
}
.home-sec-link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  right: 20px;
  border-top: solid 3px #007cc5;
  border-right: solid 3px #007cc5;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.home-sec-link-list.--single {
  width: 340px;
  margin-top: 34px;
}

.home-sec-link-list.--col2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  margin-top: 34px;
}
.home-sec-link-list.--col2 .home-sec-link-btn {
  width: calc((100% - 20px) / 2);
}

.home-sec-link-list.--col3 {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}
.home-sec-link-list.--col3 .home-sec-link-btn {
  width: calc((100% - 40px) / 3);
}

.home-picture-side-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.home-picture-side-item {
  padding-top: 15px;
}

.home-sec-hae .home-inner-wrap {
  padding-left: 70px;
  padding-right: 70px;
}
.home-sec-hae .home-inner-pos {
  padding-top: 60px;
  padding-bottom: 58px;
}
.home-sec-hae .home-picture-side-row {
  gap: 0 84px;
}

.home-sec-symptom {
  background-color: #e7f0ff;
}
.home-sec-symptom .home-inner-wrap {
  padding-left: 70px;
}
.home-sec-symptom .home-inner-pos {
  padding-top: 60px;
  padding-bottom: 80px;
}
.home-sec-symptom .home-picture-side-row {
  gap: 0 60px;
}
.home-sec-symptom .home-picture-side-item {
  flex: 1;
}

.home-sec-about .home-inner-wrap {
  padding-left: 70px;
  padding-right: 70px;
}
.home-sec-about .home-inner-pos {
  padding-top: 60px;
  padding-bottom: 80px;
}
.home-sec-about .home-picture-side-row {
  justify-content: space-between;
}
.home-sec-about .home-picture-side-img img {
  display: block;
}

.home-sec-conversion {
  background-color: #007cc5;
}
.home-sec-conversion .home-inner-pos {
  padding-top: 40px;
  padding-bottom: 80px;
}

.home-conv-row {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}
.home-conv-row > dt {
  margin: 0;
  padding: 0;
  width: 80%;
  max-width: 746px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding-top: 35px;
}
.home-conv-row > dd {
  margin: 0;
  padding: 0;
}
.home-conv-row > dd img {
  display: block;
}

.home-conv-blk {
  padding: 50px 70px;
  border-radius: 10px;
  background-color: #fff;
}

.home-conv-btns {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}

.home-conv-btn-cheacksheet,
.home-conv-btn-search {
  width: calc((100% - 20px) / 2);
  min-height: 140px;
  position: relative;
  border-radius: 6px;
  padding: 29px 26px 20px 164px;
  text-decoration: none;
  color: #fff;
}

.home-conv-btn-cheacksheet::before,
.home-conv-btn-search::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}

.home-conv-btn-cheacksheet::before {
  left: 50px;
  width: 72px;
  height: 83px;
  background: url(/img/top/home-ico-01.png) top center no-repeat;
  background-size: contain;
}

.home-conv-btn-search::before {
  left: 50px;
  width: 72px;
  height: 83px;
  background: url(/img/top/home-ico-02.png) top center no-repeat;
  background-size: contain;
}

.home-conv-btn-cheacksheet::after,
.home-conv-btn-search::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  right: 23px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.home-conv-btn-cheacksheet {
  background-color: #80af3f;
}

.home-conv-btn-search {
  background-color: #034ea2;
}

.home-conv-btn-ttl {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.home-conv-btn-txt {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

.home-supervisor-blk {
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-supervisor-name {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 13px;
  line-height: 1.53;
}

.home-supervisor-name-label {
  white-space: nowrap;
}

.home-sec-obj-01 {
  position: absolute;
  top: -205px;
  right: -140px;
  width: 294px;
  height: 260px;
  display: block;
}

.home-sec-obj-02 {
  position: absolute;
  bottom: -32px;
  left: 300px;
  width: 168px;
  height: 154px;
  display: block;
}

.home-sec-obj-03 {
  position: absolute;
  top: 120px;
  right: -33px;
  width: 293px;
  height: 260px;
  display: block;
}

@media (min-width: 961px) {
  .home-sec-link-btn:hover,
  .home-conv-btn-cheacksheet:hover,
  .home-conv-btn-search:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .home-sec-link-list.--col3 {
    background-color: #fff;
  }
}
@media (max-width: 960px) {
  .home-contents {
    min-width: auto;
  }
  .home-inner-wrap {
    width: 100%;
  }
  .home-sec-heading {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .home-sec-heading::before {
    width: 60px;
  }
  .home-sec-lead {
    font-size: 16px;
    line-height: 1.75;
  }
  .home-sec-img-sp {
    display: block;
    margin-top: 16px;
    text-align: center;
  }
  .home-sec-link-btn {
    min-height: 60px;
    font-size: 16px;
    line-height: 1.22;
    padding: 2px 25px 0 15px;
  }
  .home-sec-link-btn + .home-sec-link-btn {
    margin-top: 10px;
  }
  .home-sec-link-list.--single {
    width: 100%;
    margin-top: 20px;
  }
  .home-sec-link-list.--col2 {
    display: block;
    margin-top: 16px;
  }
  .home-sec-link-list.--col2 .home-sec-link-btn {
    width: 100%;
  }
  .home-sec-link-list.--col3 {
    display: block;
    margin-top: 16px;
  }
  .home-sec-link-list.--col3 .home-sec-link-btn {
    width: 100%;
  }
  .home-picture-side-row {
    display: block;
  }
  .home-picture-side-img {
    display: none;
  }
  .home-picture-side-item {
    padding-top: 0;
  }
  .home-sec-hae .home-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-sec-hae .home-inner-pos {
    padding-top: 43px;
    padding-bottom: 50px;
  }
  .home-sec-symptom .home-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-sec-symptom .home-inner-pos {
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .home-sec-about .home-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-sec-about .home-inner-pos {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .home-sec-about .home-sec-lead {
    letter-spacing: -0.05em;
  }
  .home-sec-conversion .home-inner-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-sec-conversion .home-inner-pos {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .home-conv-row {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-conv-row > dt {
    width: 100%;
    max-width: auto;
    font-size: 20px;
    line-height: 1.6;
    padding-top: 0;
  }
  .home-conv-row > dd {
    display: none;
  }
  .home-conv-blk {
    padding: 10px;
    margin-top: 20px;
  }
  .home-conv-btns {
    display: block;
  }
  .home-conv-btn-cheacksheet,
  .home-conv-btn-search {
    display: block;
    width: 100%;
    min-height: 130px;
    padding: 30px 29px 20px 85px;
  }
  .home-conv-btn-cheacksheet::before {
    left: 16px;
    width: 54px;
    height: 63px;
  }
  .home-conv-btn-search::before {
    left: 16px;
    width: 54px;
    height: 63px;
  }
  .home-conv-btn-cheacksheet::after,
  .home-conv-btn-search::after {
    right: 12px;
  }
  .home-conv-btn-search {
    margin-top: 10px;
  }
  .home-conv-btn-ttl {
    font-size: 18px;
  }
  .home-conv-btn-txt {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 12px;
  }
  .home-supervisor-blk {
    padding-top: 45px;
    padding-bottom: 26px;
  }
  .home-supervisor-name {
    font-size: 12px;
    line-height: 1.5;
  }
  .home-sec-obj-01 {
    display: none;
  }
  .home-sec-obj-02 {
    bottom: -32px;
    left: auto;
    right: 10px;
    width: 102px;
    height: 94px;
  }
  .home-sec-obj-03 {
    top: auto;
    right: auto;
    bottom: -54px;
    left: -24px;
    width: 180px;
    height: 160px;
  }
}