/* @include _breakpoints.scss */
/* break point media query */
.p-kv {
  margin-top: 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-kv {
    margin-top: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-kv {
    margin-top: 0;
  }
}
.p-kv img {
  margin: auto;
  display: block;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-kv img {
    width: 83.6206896552vw;
  }
}
@media (max-width: 767px) {
  .p-kv img {
    margin: 5.3333333333vw auto 9.3333333333vw;
    width: 65.3333333333vw;
  }
}
.p-kv::after {
  position: absolute;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/index/kv_obj.svg) center/100% no-repeat;
  width: 1559px;
  height: 673px;
  content: "";
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-kv::after {
    top: -8.1034482759vw;
    width: 134.3965517241vw;
    height: 58.0172413793vw;
  }
}
@media (max-width: 767px) {
  .p-kv::after {
    top: -24vw;
    width: 100%;
    height: 132vw;
    background: url(../images/index/kv_obj_sp.svg) center/100% no-repeat;
    z-index: -1;
  }
}
.p-kv-figure {
  margin: 60px auto 0;
  display: block;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-kv-figure {
    margin: 5.1724137931vw auto 0;
    width: 73.7931034483vw;
  }
}
@media (max-width: 767px) {
  .p-kv-figure {
    margin-top: 8vw;
    width: 92vw;
  }
}
.p-kv-btn {
  margin-top: 50px;
  position: relative;
  display: inline-block;
  width: 580px;
  height: 100px;
  background: #fff;
  border-radius: 50px;
  z-index: 1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-kv-btn {
    margin-top: 4.3103448276vw;
    width: 50vw;
    height: 8.6206896552vw;
    border-radius: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .p-kv-btn {
    margin-top: 0;
    width: 92vw;
    height: 16vw;
  }
}
.p-kv-btn img {
  margin-top: 14px;
  width: 390px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-kv-btn img {
    margin-top: 1.2068965517vw;
    width: 33.6206896552vw;
  }
}
@media (max-width: 767px) {
  .p-kv-btn img {
    margin-top: 2.6666666667vw;
    width: 60.2666666667vw;
  }
}
.p-kv-btn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 28px;
  height: 100%;
  content: "";
  background: url(../images/index/ico_arrow_1.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-kv-btn::after {
    right: 2.5862068966vw;
    width: 2.4137931034vw;
  }
}
@media (max-width: 767px) {
  .p-kv-btn::after {
    right: 4.5333333333vw;
    width: 5.8666666667vw;
  }
}

.l-kv-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (max-width: 767px) {
  .l-kv-modal {
    display: none !important;
  }
}
.l-kv-modal__inner {
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 1100px;
  border-radius: 33px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner {
    padding: 3.4482758621vw;
    width: 94.8275862069vw;
    border-radius: 2.8448275862vw;
    font-size: 1.2931034483vw;
  }
}
.l-kv-modal__inner h2 {
  margin-bottom: 30px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner h2 {
    margin-bottom: 2.5862068966vw;
  }
}
.l-kv-modal__inner p {
  display: block;
  line-height: 44px;
  background-image: url(../images/index/stm_border.svg);
  background-repeat: repeat-x;
  background-position-y: 42px;
  background-size: 611px 2px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner p {
    line-height: 3.7931034483vw;
    background-position-y: 3.6206896552vw;
    background-size: 52.6724137931vw 0.1724137931vw;
  }
}
@media (max-width: 767px) {
  .l-kv-modal__inner p {
    line-height: 8vw;
    background-position-y: 0;
    background-size: 160vw 0.5333333333vw;
  }
}
.l-kv-modal__inner button {
  margin-top: 30px;
  width: 243px;
  line-height: 50px;
  background: #3090d1;
  cursor: pointer;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner button {
    margin-top: 2.5862068966vw;
    width: 20.9482758621vw;
    line-height: 4.3103448276vw;
    border-radius: 2.1551724138vw;
    font-size: 1.2931034483vw;
  }
}

.p-stm {
  margin: 30px auto 0;
  width: 800px;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm {
    margin: 2.5862068966vw auto 0;
    width: 68.9655172414vw;
  }
}
@media (max-width: 767px) {
  .p-stm {
    margin: 13.3333333333vw auto 0;
    width: 80vw;
    background: url(../images/common/dotted_border_w.svg) bottom/160vw 0.5333333333vw repeat-x;
  }
}
.p-stm h2 {
  margin-bottom: 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm h2 {
    margin-bottom: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-stm h2 {
    margin-bottom: 6.9333333333vw;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm h2 img {
    width: 40.9482758621vw;
  }
}
@media (max-width: 767px) {
  .p-stm h2 img {
    width: 84vw;
  }
}
.p-stm > p {
  font-size: 22px;
  font-weight: 500;
  line-height: 55px;
  background-image: url(../images/common/dotted_border_w.svg);
  background-repeat: repeat-x;
  background-position-y: 53px;
  background-size: 800px 2px;
  font-feature-settings: "palt";
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-stm > p {
    font-size: 1.8965517241vw;
    line-height: 4.7413793103vw;
    background-position-y: 4.5689655172vw;
    background-size: 68.9655172414vw 2px;
  }
}
@media (max-width: 767px) {
  .p-stm > p {
    font-size: 4.2666666667vw;
    line-height: 9.8666666667vw;
    background-position-y: 0;
    background-size: 74.4vw 0.8vw;
  }
}
.p-stm > p span {
  display: inline;
}
@media (max-width: 767px) {
  .p-stm > p span {
    display: block;
    background-image: url(../images/common/dotted_border_w.svg);
    background-repeat: repeat-x;
    line-height: 9.3333333333vw;
    background-position-y: 0;
    background-size: 74.4vw 0.8vw;
  }
}

.p-guide {
  margin-top: 65px;
  padding: 65px 0;
  background: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide {
    margin-top: 4.3103448276vw;
    padding: 5.6034482759vw 0;
  }
}
@media (max-width: 767px) {
  .p-guide {
    margin-top: 10.1333333333vw;
    padding: 10.6666666667vw 4vw 12vw;
  }
}
.p-guide h2 {
  position: relative;
  margin: auto;
  width: 1100px;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide h2 {
    width: 94.8275862069vw;
    font-size: 2.9310344828vw;
  }
}
@media (max-width: 767px) {
  .p-guide h2 {
    width: 100%;
    font-size: 7.4666666667vw;
  }
}
.p-guide h2::before {
  margin-right: 20px;
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 50px;
  height: 50px;
  background: url(../images/common/ico_menu01.svg) center/100%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide h2::before {
    margin-right: 1.724137931vw;
    width: 4.3103448276vw;
    height: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .p-guide h2::before {
    margin-right: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-guide h3 {
  margin-bottom: 15px;
  position: relative;
  font-size: 26px;
  letter-spacing: 0.08em;
  padding-bottom: 25px;
  border-bottom: 2px solid #f5f5f5;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide h3 {
    margin-bottom: 1.2931034483vw;
    font-size: 2.2413793103vw;
    padding-bottom: 2.1551724138vw;
  }
}
@media (max-width: 767px) {
  .p-guide h3 {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
    padding-bottom: 4.8vw;
  }
}
.p-guide h3::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 18px;
  height: 2px;
  background: #036eb7;
}
.p-guide h3 span {
  font-size: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide h3 span {
    font-size: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .p-guide h3 span {
    font-size: 4.2666666667vw;
  }
}
.p-guide-box {
  margin: 80px auto 0;
  width: 970px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box {
    margin: 6.8965517241vw auto 0;
    width: 83.6206896552vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box {
    margin: 13.3333333333vw auto 0;
    width: 100%;
  }
}
.p-guide-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-guide-box ul li {
  position: relative;
  margin-top: 30px;
  width: calc(50% - 15px);
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box ul li {
    margin-top: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box ul li {
    margin-top: 4vw;
    width: 100%;
  }
}
.p-guide-box ul li a {
  height: 138px;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box ul li a {
    height: 11.8965517241vw;
    border-radius: 1.2931034483vw;
    font-size: 1.8965517241vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box ul li a {
    height: 26.6666666667vw;
    border-radius: 4vw;
    font-size: 4.8vw;
  }
}
.p-guide-box ul li a:hover {
  opacity: 1;
}
.p-guide-box.--company {
  position: relative;
}
.p-guide-box.--company::after {
  position: absolute;
  content: "";
  top: -7px;
  left: -280px;
  width: 184px;
  height: 184px;
  background: url(../images/index/guid_obj_1.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--company::after {
    top: -0.6034482759vw;
    left: -24.1379310345vw;
    width: 15.8620689655vw;
    height: 15.8620689655vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--company::after {
    display: none;
  }
}
.p-guide-box.--company li::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 28px;
  height: 100%;
  content: "";
  background: url(../images/index/ico_arrow_1.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--company li::after {
    right: 2.5862068966vw;
    width: 2.4137931034vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--company li::after {
    right: 4.5333333333vw;
    width: 5.8666666667vw;
  }
}
.p-guide-box.--company li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 40px;
  height: 100%;
  background: url(../images/index/ico_set_1.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--company li:nth-child(1)::before {
    left: 3.8793103448vw;
    width: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--company li:nth-child(1)::before {
    left: 5.0666666667vw;
    width: 10.6666666667vw;
  }
}
.p-guide-box.--company li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 40px;
  height: 100%;
  background: url(../images/index/ico_set_2.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--company li:nth-child(2)::before {
    left: 3.8793103448vw;
    width: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--company li:nth-child(2)::before {
    left: 5.0666666667vw;
    width: 10.6666666667vw;
  }
}
.p-guide-box.--company li:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 40px;
  height: 100%;
  background: url(../images/index/ico_set_3.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--company li:nth-child(3)::before {
    left: 3.8793103448vw;
    width: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--company li:nth-child(3)::before {
    left: 5.0666666667vw;
    width: 10.6666666667vw;
  }
}
.p-guide-box.--company li:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 50px;
  height: 100%;
  background: url(../images/index/ico_set_4.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--company li:nth-child(4)::before {
    left: 3.4482758621vw;
    width: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--company li:nth-child(4)::before {
    left: 4vw;
    width: 13.3333333333vw;
  }
}
.p-guide-box.--family {
  position: relative;
}
.p-guide-box.--family::before {
  position: absolute;
  content: "";
  bottom: -27px;
  right: -311px;
  width: 247px;
  height: 559px;
  background: url(../images/index/guid_obj_2.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--family::before {
    bottom: -2.3275862069vw;
    right: -26.8103448276vw;
    width: 21.2931034483vw;
    height: 48.1896551724vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--family::before {
    display: none;
  }
}
.p-guide-box.--family::after {
  position: absolute;
  content: "";
  bottom: -55px;
  left: -280px;
  width: 227px;
  height: 205px;
  background: url(../images/index/guid_obj_3.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--family::after {
    bottom: -4.7413793103vw;
    left: -24.1379310345vw;
    width: 19.5689655172vw;
    height: 17.6724137931vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--family::after {
    display: none;
  }
}
.p-guide-box.--family h3::after {
  background: #e9545d;
}
.p-guide-box.--family li::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 28px;
  height: 100%;
  content: "";
  background: url(../images/index/ico_arrow_2.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--family li::after {
    right: 2.5862068966vw;
    width: 2.4137931034vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--family li::after {
    right: 4.5333333333vw;
    width: 5.8666666667vw;
  }
}
.p-guide-box.--family li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 40px;
  height: 100%;
  background: url(../images/index/ico_set_5.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--family li:nth-child(1)::before {
    left: 3.8793103448vw;
    width: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--family li:nth-child(1)::before {
    left: 5.0666666667vw;
    width: 10.6666666667vw;
  }
}
.p-guide-box.--family li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 50px;
  height: 100%;
  background: url(../images/index/ico_set_6.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--family li:nth-child(2)::before {
    left: 3.4482758621vw;
    width: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--family li:nth-child(2)::before {
    left: 4vw;
    width: 13.3333333333vw;
  }
}
.p-guide-box.--family li:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 50px;
  height: 100%;
  background: url(../images/index/ico_set_7.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-guide-box.--family li:nth-child(3)::before {
    left: 3.4482758621vw;
    width: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .p-guide-box.--family li:nth-child(3)::before {
    left: 4vw;
    width: 13.3333333333vw;
  }
}

.p-seminar {
  position: relative;
  padding: 70px 0 50px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar {
    padding: 6.0344827586vw 0 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .p-seminar {
    padding: 10.6666666667vw 4vw 18.6666666667vw;
  }
}
.p-seminar h2 {
  position: relative;
  margin: 0 auto 40px;
  width: 1100px;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar h2 {
    margin: 0 auto 3.4482758621vw;
    width: 94.8275862069vw;
    font-size: 2.9310344828vw;
  }
}
@media (max-width: 767px) {
  .p-seminar h2 {
    margin: 0 auto 10.6666666667vw;
    width: 100%;
    font-size: 7.4666666667vw;
  }
}
.p-seminar h2::before {
  margin-right: 20px;
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 50px;
  height: 50px;
  background: url(../images/common/ico_menu02.svg) center/100%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar h2::before {
    margin-right: 1.724137931vw;
    width: 4.3103448276vw;
    height: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .p-seminar h2::before {
    margin-right: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-seminar ul {
  margin: auto;
  width: 970px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar ul {
    width: 83.6206896552vw;
  }
}
@media (max-width: 767px) {
  .p-seminar ul {
    width: 100%;
    display: block;
  }
}
.p-seminar ul li {
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar ul li {
    width: 25.8620689655vw;
    border-radius: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .p-seminar ul li {
    margin-bottom: 10.6666666667vw;
    width: 100%;
    border-radius: 4vw;
  }
}
.p-seminar ul::after {
  content: "";
  width: 300px;
  display: block;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar ul::after {
    width: 25.8620689655vw;
  }
}
@media (max-width: 767px) {
  .p-seminar ul::after {
    display: none;
  }
}
.p-seminar-item {
  position: relative;
  padding-bottom: 16px;
  font-size: 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-item {
    padding-bottom: 2.2413793103vw;
    font-size: 1.2931034483vw;
  }
}
.p-seminar-item img {
  margin-bottom: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-item img {
    margin-bottom: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-item img {
    width: 100%;
  }
}
.p-seminar-item p {
  padding: 0 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-item p {
    padding: 0 1.3793103448vw;
  }
}
.p-seminar-item .p-seminarevent-date {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 17px;
}
.p-seminar-item .p-seminarevent-ttl {
  margin-bottom: 1em;
}
.p-seminar-item .p-seminarevent-info {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-item .p-seminarevent-info {
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-item .p-seminarevent-info {
    font-size: 14px;
  }
}
.p-seminar-item .p-seminarevent-info::after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/common/nav_arrow.svg) center/100% no-repeat;
}
.p-seminar-item__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 40px;
  padding: 0 1em;
  background: #fff;
  border-radius: 0 0 15px 0;
  font-weight: 600;
  z-index: 1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-item__label {
    font-size: 1.2068965517vw;
    line-height: 3.4482758621vw;
    border-radius: 0 0 1.2931034483vw 0;
  }
}
.p-seminar-item__label::before {
  margin-right: 0.5em;
  display: inline-block;
  content: "";
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: #39b382;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-item__label::before {
    width: 0.2586206897vw;
    height: 1.2068965517vw;
    border-radius: 0.1724137931vw;
  }
}
.p-seminar::before {
  content: "";
}
@media (max-width: 767px) {
  .p-seminar::before {
    position: absolute;
    bottom: 63.7333333333vw;
    left: -14.1333333333vw;
    width: 128.2666666667vw;
    height: 26.6666666667vw;
    background: url(../images/index/seminar_obj_sp.svg) center/100% no-repeat;
  }
}

.p-btn-link {
  position: relative;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vw;
  width: 450px;
  height: 65px;
  color: #fff;
  background: #00548e;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-btn-link {
    margin: 4.1379310345vw auto 0;
    width: 38.7931034483vw;
    height: 5.6034482759vw;
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .p-btn-link {
    width: 100%;
    line-height: 1.3;
  }
}
.p-btn-link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 28px;
  height: 100%;
  content: "";
  background: url(../images/index/btn_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-btn-link::after {
    right: 1.724137931vw;
    width: 2.4137931034vw;
  }
}
@media (max-width: 767px) {
  .p-btn-link::after {
    right: 5.3333333333vw;
    width: 7.4666666667vw;
  }
}

.p-voice {
  padding: 65px 0;
  background: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-voice {
    padding: 5.2586206897vw 0;
  }
}
@media (max-width: 767px) {
  .p-voice {
    padding: 10.6666666667vw 4vw;
  }
}
.p-voice h2 {
  position: relative;
  margin: auto;
  width: 1100px;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-voice h2 {
    width: 94.8275862069vw;
    font-size: 2.9310344828vw;
  }
}
@media (max-width: 767px) {
  .p-voice h2 {
    width: 100%;
    font-size: 7.4666666667vw;
  }
}
.p-voice h2::before {
  margin-right: 20px;
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 50px;
  height: 50px;
  background: url(../images/common/ico_menu03.svg) center/100%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-voice h2::before {
    margin-right: 1.724137931vw;
    width: 4.3103448276vw;
    height: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .p-voice h2::before {
    margin-right: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-voice h2::after {
  position: absolute;
  content: "";
  top: -47px;
  left: -215px;
  width: 184px;
  height: 184px;
  background: url(../images/index/guid_obj_1.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-voice h2::after {
    top: -4.0517241379vw;
    left: -18.5344827586vw;
    width: 15.8620689655vw;
    height: 15.8620689655vw;
  }
}
@media (max-width: 767px) {
  .p-voice h2::after {
    display: none;
  }
}
.p-voice ul {
  margin: 40px auto 0;
  width: 970px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 30px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-voice ul {
    margin: 3.4482758621vw auto 0;
    width: 83.6206896552vw;
    column-gap: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .p-voice ul {
    margin: 10.6666666667vw auto 0;
    display: block;
    width: 100%;
  }
}
.p-voice ul li a {
  padding-top: 25px;
  display: block;
  width: 220px;
  height: 206px;
  text-align: center;
  background: url(../images/index/voice_fukidashi.svg) center/100% no-repeat;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-voice ul li a {
    padding-top: 2.1551724138vw;
    width: 18.9655172414vw;
    height: 17.7586206897vw;
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .p-voice ul li a {
    padding-top: 6.1333333333vw;
    margin: 0 auto 5.3333333333vw;
    width: 80vw;
    height: 54.9333333333vw;
    font-size: 4.8vw;
    background: url(../images/index/voice_fukidashi_sp.svg) center/100% no-repeat;
  }
}
.p-voice ul li a::before {
  content: "";
  margin: 0 auto 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/index/ico_voice_1.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-voice ul li a::before {
    margin: 0 auto 1.724137931vw;
    width: 3.4482758621vw;
    height: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-voice ul li a::before {
    margin: 0 auto 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-voice ul li:nth-child(2) a::before, .p-voice ul li:nth-child(3) a::before {
  background: url(../images/index/ico_voice_2.svg) center/100% no-repeat;
}
.p-voice ul li:nth-child(4) a::before {
  background: url(../images/index/ico_voice_3.svg) center/100% no-repeat;
}
.p-voice-btn {
  margin-top: 18px;
  font-size: 14px;
  display: inline-block;
  width: 100px;
  line-height: 32px;
  border-radius: 16px;
  background: #e5900c;
  color: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-voice-btn {
    margin-top: 1.5517241379vw;
    font-size: 1.2068965517vw;
    width: 8.6206896552vw;
    line-height: 2.7586206897vw;
    border-radius: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .p-voice-btn {
    margin-top: 4.8vw;
    font-size: 3.7333333333vw;
    width: 27.7333333333vw;
    line-height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
  }
}

.l-footer {
  position: relative;
  overflow: hidden;
}
/*# sourceMappingURL=sourcemaps/index.css.map */
