@charset "UTF-8";
.mod_breadcrumb {
  border-bottom: 0;
}
.mod_headerbar.fixed {
  z-index: 5;
}
.spOnly {
  display: none;
}
#sectionContents .main_img_wrap {
  width: 100%;
  padding: 88px 0 50px;
  position: relative;
}
#sectionContents .main_img_wrap::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/main_bg.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sectionContents .main_img {
  display: block;
  max-width: 1006px;
  margin: auto;
  padding-right: 58px;
  position: relative;
  z-index: 1;
}
#sectionContents .main_img img {
  width: 100%;
  height: 100%;
}
#sectionContents section {
  width: 976px;
  margin: auto;
}
#sectionContents .sec_head {
  padding: 70px 0 100px;
}
#sectionContents .profile-wrap {
  position: relative;
}
#sectionContents .profile-title-img {
  position: absolute;
  top: -25px;
  left: 23px;
  z-index: 2;
}
#sectionContents .profile-box-bg {
  width: 99%;
  height: auto;
  position: relative;
}
#sectionContents .profile-box-bg::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #c9cdd1;
  position: absolute;
  border-radius: 15px;
  top: 10px;
  left: 10px;
}
#sectionContents .profile-box {
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #78828c;
  padding: 50px 40px 38px;
  margin: 57px 0 48px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#sectionContents .profile-text {
  margin-left: 40px;
}
#sectionContents .profile-ttl {
  font-size: 24px;
  margin-bottom: 22px;
}
#sectionContents .profile-lead {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
#sectionContents .profile-lead::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/profile_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#sectionContents .profile-detail {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#sectionContents .sec-lead {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
#sectionContents .sec-lead span {
  display: inline-block;
  text-align: left;
}
#sectionContents .profile-note {
  position: relative;
  padding-left: 12px;
  padding-left: 1.2rem;
  line-height: 1.6;
}
#sectionContents .profile-note::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#sectionContents .bg-orange {
  background-color: #fff0e5;
  padding: 72px 0;
  position: relative;
}
#sectionContents .sec-ttl-img {
  text-align: center;
  display: block;
}
#sectionContents .sec-ttl-img.position {
  width: 90%;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#sectionContents .sec-ttl-img.ttl-space {
  margin-bottom: 40px;
  display: block;
}
#sectionContents .qa-wrap {
  margin-bottom: 42px;
}
#sectionContents .qa-wrap:last-child {
  margin-bottom: 0;
}
#sectionContents .question {
  font-size: 22px;
  font-weight: 700;
  color: #ff6e00;
  position: relative;
  padding-left: 65px;
  margin-bottom: 24px;
}
#sectionContents .question::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_q.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50%;
  left: 0;
}
#sectionContents .answer-wrap {
  display: flex;
  align-items: center;
  gap: 3%;
}
#sectionContents .a-text {
  width: 88%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 34px;
  line-height: 2;
  position: relative;
  display: inline-block;
}
#sectionContents .underline {
  background: linear-gradient(transparent 60%, #ff0 30%);
  display: inline;
}
#sectionContents .img-content {
  width: 83%;
  display: flex;
  align-items: center;
  margin: 60px auto 63px;
}
#sectionContents .img-detail {
  margin-left: 37px;
  line-height: 1.8;
}
#sectionContents .bg-gray {
  background-color: #f1f2f3;
  padding: 52px 0 140px;
}
#sectionContents .sec02_title {
  text-align: center;
}
#sectionContents .point-box,
#sectionContents .point-box-bg {
  width: 99%;
  height: 100%;
  position: relative;
}
#sectionContents .point-box-bg::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffc599;
  border-radius: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
}
#sectionContents .point-box {
  width: 100%;
  background-color: #fff;
  border: 3px solid #ff6e00;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 46px 65px 52px 83px;
  margin-top: 53px;
}
#sectionContents .point-box-head {
  display: flex;
  align-items: center;
}
#sectionContents .point-ttl {
  position: relative;
  padding-left: 60px;
}
#sectionContents .point-list-ttl::before,
#sectionContents .point-ttl::before {
  display: block;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
}
#sectionContents .point-ttl.no1 {
  margin-right: 58px;
}
#sectionContents .point-ttl.no1::before {
  width: 16px;
  height: 50px;
  background-image: url(../img/point_01.png);
}
#sectionContents .point-ttl.no2 {
  margin-right: 113px;
}
#sectionContents .point-ttl.no2::before {
  width: 32px;
  height: 50px;
  background-image: url(../img/point_02.png);
}
#sectionContents .point-ttl.no3::before {
  width: 33px;
  height: 51px;
  background-image: url(../img/point_03.png);
}
#sectionContents .point-head-text {
  color: #ff6e00;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 1.7;
  text-shadow: 2px 2px 0 #ffe532;
}
#sectionContents .point-head-text span {
  font-size: 16px;
}
#sectionContents .point-list-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 72px;
  margin: 40px 0;
}
#sectionContents .point-list-wrap.no-wrap {
  flex-wrap: nowrap;
}
#sectionContents .point-list-wrap.single {
  display: block;
  text-align: center;
}
#sectionContents .point-list-wrap.single .point-list-ttl {
  text-align: left;
}
#sectionContents .point-list-img.single {
  margin-top: 25px;
}
#sectionContents .point-list {
  width: 370px;
}
#sectionContents .point-list.no-wrap {
  width: auto;
}
#sectionContents .point-list-ttl {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}
#sectionContents .point-list-ttl::before {
  width: 17px;
  height: 12px;
  background-image: url(../img/point_icon.png);
  top: 5px;
}
#sectionContents .point-btn {
  display: block;
  width: 631px;
  margin: auto;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  transition: 0.4s;
  text-decoration: none;
}
#sectionContents .point-btn::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  line-height: 1;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 23px;
}
#sectionContents .point-btn:hover {
  color: #000;
  background-color: #ffc599;
}
#sectionContents .point-btn:active,
#sectionContents .point-btn:link,
#sectionContents .point-btn:visited {
  color: #000;
}
#sectionContents .point-notice {
  font-size: 10px;
  color: red;
  position: relative;
  padding-left: 10px;
  padding-left: 1rem;
  display: block;
  margin-bottom: 33px;
}
#sectionContents .point-notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#sectionContents .list-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#sectionContents .list-left {
  width: 395px;
  text-align: center;
}
#sectionContents .list-left.flex {
  display: flex;
  align-items: center;
}
#sectionContents .list-left.flex .point-list-ttl {
  margin-right: 12px;
}
#sectionContents .list-left .point-list-ttl {
  text-align: left;
}
#sectionContents .list-right {
  width: 343px;
}
#sectionContents .foot-lead {
  font-size: 22px;
  font-weight: 700;
  color: #ff6e00;
  margin-bottom: 50px;
}
#sectionContents .footer-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
}
#sectionContents .footer-img-wrap p {
  line-height: 1.8;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  #sectionContents .main_img_wrap {
    padding: 45px 0 25px;
  }
  #sectionContents .main_img_wrap::before {
    background-image: url(../img/main_bg_sp.png);
  }
  #sectionContents .main_img {
    padding-right: 10px;
    width: 80%;
  }
  #sectionContents section {
    width: auto;
    margin: 0 22px;
  }
  #sectionContents .sec_head {
    padding: 40px 0 80px;
  }
  #sectionContents .head-title {
    display: block;
    width: 96%;
    padding-bottom: 20px;
  }
  #sectionContents .profile-title-img {
    width: 45%;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #sectionContents .profile-box-bg::before {
    top: 8px;
    left: 8px;
  }
  #sectionContents .profile-box {
    display: block;
    padding: 38px 20px 30px;
    margin: 30px 0;
  }
  #sectionContents .profile-img {
    width: 75%;
    margin: auto;
  }
  #sectionContents .profile-text {
    margin-left: 0;
    margin-top: 20px;
  }
  #sectionContents .profile-ttl {
    font-size: 20px;
    text-align: center;
  }
  #sectionContents .profile-lead {
    font-size: 16px;
    line-height: 1.3;
  }
  #sectionContents .bg-orange {
    padding: 60px 0;
  }
  #sectionContents .sec-ttl-img {
    width: auto;
    margin: auto;
  }
  #sectionContents .sec-ttl-img.position {
    top: -50px;
  }
  #sectionContents .sec-ttl-img.ttl-space {
    margin-bottom: 30px;
  }
  #sectionContents .question {
    font-size: 18px;
    padding-left: 50px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  #sectionContents .question::before {
    width: 35px;
    height: 35px;
    top: 0;
  }
  #sectionContents .answer-wrap {
    display: block;
    text-align: center;
    gap: 0;
  }
  #sectionContents .a-img {
    width: 25%;
    margin: 0 auto 10px;
  }
  #sectionContents .a-text {
    width: auto;
    padding: 20px;
    text-align: left;
    font-size: 16px;
  }
  #sectionContents .img-content {
    display: block;
    width: auto;
    margin: 50px auto 40px;
  }
  #sectionContents .img-detail {
    margin-left: 0;
    margin-top: 15px;
  }
  #sectionContents .bg-gray {
    padding: 45px 0 95px;
  }
  #sectionContents .sec02_title {
    width: 90%;
    margin: auto;
  }
  #sectionContents .point-box-bg::before {
    top: 8px;
    left: 8px;
  }
  #sectionContents .point-box {
    padding: 20px;
    margin-top: 20px;
  }
  #sectionContents .point-box-head {
    display: block;
  }
  #sectionContents .point-ttl {
    padding-left: 40px;
  }
  #sectionContents .point-ttl.no1 {
    margin-right: 0;
  }
  #sectionContents .point-ttl.no1::before {
    width: 13px;
  }
  #sectionContents .point-ttl.no2::before {
    width: 26px;
  }
  #sectionContents .point-ttl.no3::before {
    width: 28px;
  }
  #sectionContents .point-head-text {
    font-size: 18px;
    white-space: nowrap;
  }
  #sectionContents .point-head-text span {
    font-size: 12px;
  }
  #sectionContents .point-list-wrap.single {
    margin: 20px 0;
  }
  #sectionContents .point-head-img {
    width: 70%;
    margin: 18px auto 0;
  }
  #sectionContents .point-head-img.img02 {
    width: 40%;
    margin: 15px auto 0;
  }
  #sectionContents .point-list-img.single {
    margin-top: 0;
  }
  #sectionContents .point-list-img.img-long {
    width: 60%;
    margin: auto;
  }
  #sectionContents .point-list-ttl {
    font-size: 16px;
  }
  #sectionContents .point-btn {
    width: auto;
    margin: auto;
    font-size: 13px;
    padding: 10px 0;
  }
  #sectionContents .point-btn::before {
    width: 10px;
    height: 10px;
  }
  #sectionContents .point-notice {
    line-height: 1.4;
  }
  #sectionContents .list-flex,
  #sectionContents .list-left.flex {
    display: block;
  }
  #sectionContents .list-left {
    width: 90%;
    margin: auto;
  }
  #sectionContents .list-right {
    width: 90%;
    margin: 15px auto 0;
  }
  #sectionContents .foot-lead {
    font-size: 14px;
  }
  #sectionContents .footer-img-wrap {
    display: block;
  }
  #sectionContents .footer-img-wrap .footer-img {
    margin-bottom: 15px;
  }
  #sectionContents .footer-img-wrap p {
    line-height: 1.5;
  }
}
