@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:YOPQ@300&display=swap");
.c-breadcrumbs {
  padding: 10px 0;
}
.c-breadcrumbs--wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.c-breadcrumbs--wrap a, .c-breadcrumbs--wrap span {
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs--wrap a, .c-breadcrumbs--wrap span {
    font-size: 14px;
  }
}
.c-breadcrumbs--wrap a {
  background: url(../images/common/icon_right_black.svg) no-repeat center right;
  background-size: 10px 10px;
  color: #3C3C3C;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  text-decoration: underline;
}
.c-breadcrumbs--wrap span {
  color: #9D9D9D;
}

.c-title-h1 {
  background: url(../images/common/img-maintitle.webp) no-repeat center right;
  background-color: #A4C043;
  background-size: cover;
  padding: 7% 0;
}
@media screen and (min-width: 992px) {
  .c-title-h1 {
    padding: 50px 0;
  }
}
.c-title-h1 span {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 10px;
  font-size: 5.8139534884vw;
}
@media screen and (min-width: 430px) {
  .c-title-h1 span {
    font-size: 4.0322580645vw;
  }
}
@media screen and (min-width: 620px) {
  .c-title-h1 span {
    font-size: 3.2552083333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-h1 span {
    font-size: 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .c-title-h1 span {
    font-size: 48px;
  }
}

.c-cta {
  background: #F6F4EF;
  padding: 40px 5%;
}
@media screen and (min-width: 992px) {
  .c-cta {
    padding: 60px 5%;
  }
}
.c-cta--wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.c-cta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .c-cta ul {
    justify-content: center;
  }
}
.c-cta ul li {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li {
    padding-top: 25px;
    margin: 0 10px 35px;
  }
}
.c-cta ul li a {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  margin: 0 auto;
  padding: 20px;
  padding-right: 40px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-cta ul li a {
    background-size: 40px 40px;
    padding: 30px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta ul li a .head {
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-cta ul li a .head {
    top: -25px;
  }
}
.c-cta ul li a .head .in {
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 50px;
  display: inline-block;
  color: #3C3C3C;
  font-size: 70%;
  padding: 5px 15px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li a .head .in {
    padding: 10px 15px;
    font-size: 100%;
  }
}
.c-cta ul li a .head .in::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 7.5px);
  z-index: 10;
}
.c-cta ul li a .title {
  display: inline-block;
  color: #3C3C3C;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-cta ul li.ginou {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .c-cta ul li.ginou {
    max-width: 500px;
  }
}
.c-cta ul li.ginou a {
  background-image: url(../images/common/icon-arrow-red.svg);
  background-color: #D32E29;
  border-color: #D32E29;
}
.c-cta ul li.ginou a .head .in {
  border-color: #D32E29;
}
.c-cta ul li.ginou a .color {
  color: #D32E29;
}
.c-cta ul li.ginou a .title {
  font-size: 120%;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.ginou a .title {
    font-size: 130%;
  }
}
@media screen and (min-width: 768px) {
  .c-cta ul li.tokutei {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .c-cta ul li.tokutei {
    max-width: 500px;
  }
}
.c-cta ul li.tokutei a {
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #28A3D3;
  border-color: #28A3D3;
}
.c-cta ul li.tokutei a .head .in {
  border-color: #28A3D3;
}
.c-cta ul li.tokutei a .color {
  color: #28A3D3;
}
.c-cta ul li.tokutei a .title {
  font-size: 120%;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.tokutei a .title {
    font-size: 130%;
  }
}
.c-cta ul li.contact, .c-cta ul li.job, .c-cta ul li.entry {
  padding-top: 20px;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .c-cta ul li.contact, .c-cta ul li.job, .c-cta ul li.entry {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact, .c-cta ul li.job, .c-cta ul li.entry {
    max-width: 300px;
  }
}
.c-cta ul li.contact a, .c-cta ul li.job a, .c-cta ul li.entry a {
  background-size: 20px 20px;
  padding: 15px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact a, .c-cta ul li.job a, .c-cta ul li.entry a {
    background-size: 40px 40px;
    padding: 20px 25px;
    padding-right: 50px;
    font-size: 15px;
  }
}
.c-cta ul li.contact .head, .c-cta ul li.job .head, .c-cta ul li.entry .head {
  top: -20px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact .head, .c-cta ul li.job .head, .c-cta ul li.entry .head {
    top: -25px;
  }
}
.c-cta ul li.contact .head .in, .c-cta ul li.job .head .in, .c-cta ul li.entry .head .in {
  background: none;
  border: none;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact .head .in, .c-cta ul li.job .head .in, .c-cta ul li.entry .head .in {
    padding: 0 20px;
  }
}
.c-cta ul li.contact .head .in::before, .c-cta ul li.job .head .in::before, .c-cta ul li.entry .head .in::before {
  background: #F0BA31;
  border: none;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(65deg);
  position: absolute;
  bottom: 3px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact .head .in::before, .c-cta ul li.job .head .in::before, .c-cta ul li.entry .head .in::before {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.contact .head .in::after, .c-cta ul li.job .head .in::after, .c-cta ul li.entry .head .in::after {
  content: "";
  background: #F0BA31;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 3px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.contact .head .in::after, .c-cta ul li.job .head .in::after, .c-cta ul li.entry .head .in::after {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.contact .title, .c-cta ul li.job .title, .c-cta ul li.entry .title {
  text-align: left;
  width: 100%;
}
.c-cta ul li.entry {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta ul li.entry {
    width: 30%;
  }
}
.c-cta ul li.entry a {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .c-cta ul li.entry a {
    max-width: 300px;
  }
}
.c-cta ul li.download {
  padding-top: 20px;
  width: 48%;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download {
    width: 50%;
    max-width: 300px;
  }
}
.c-cta ul li.download a {
  background-image: url(../images/common/icon-arrow-green.svg);
  background-size: 20px 20px;
  background-color: #A4C043;
  border-color: #A4C043;
  padding: 15px 10px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download a {
    background-size: 40px 40px;
    padding: 20px 25px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta ul li.download .head {
  top: -20px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .head {
    top: -25px;
  }
}
.c-cta ul li.download .head .in {
  background: none;
  border: none;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .head .in {
    padding: 0 20px;
  }
}
.c-cta ul li.download .head .in::before {
  background: #F0BA31;
  border: none;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(65deg);
  position: absolute;
  bottom: 3px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .head .in::before {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.download .head .in::after {
  content: "";
  background: #F0BA31;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 3px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .head .in::after {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.download .title {
  background: url(../images/common/icon-download.svg) no-repeat left center;
  background-size: 10px 10px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.download .title {
    background-size: 18px 18px;
    padding-left: 25px;
  }
}
.c-cta ul li.login {
  padding-top: 20px;
  width: 48%;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login {
    width: 50%;
    max-width: 300px;
  }
}
.c-cta ul li.login a {
  background-image: url(../images/common/icon-arrow-yellow.svg);
  background-size: 15px 15px;
  background-color: #F0BA31;
  border-color: #F0BA31;
  padding: 15px 10px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login a {
    background-size: 40px 40px;
    padding: 20px 25px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta ul li.login .head {
  top: -20px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .head {
    top: -25px;
  }
}
.c-cta ul li.login .head .in {
  background: none;
  border: none;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .head .in {
    padding: 0 20px;
  }
}
.c-cta ul li.login .head .in::before {
  background: #F0BA31;
  border: none;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(65deg);
  position: absolute;
  bottom: 3px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .head .in::before {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.login .head .in::after {
  content: "";
  background: #F0BA31;
  display: block;
  width: 10px;
  height: 2px;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 3px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .head .in::after {
    width: 15px;
    bottom: 5px;
  }
}
.c-cta ul li.login .title {
  background: url(../images/common/icon-login.svg) no-repeat left center;
  background-size: 10px 10px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .c-cta ul li.login .title {
    background-size: 20px 20px;
    padding-left: 25px;
  }
}

.c-cta-long {
  background: #F6F4EF;
  padding: 40px 5%;
}
@media screen and (min-width: 992px) {
  .c-cta-long {
    padding: 60px 5%;
  }
}
.c-cta-long--wrap {
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta-long .head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 1em;
    margin-bottom: 40px;
  }
}
.c-cta-long .head li {
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-cta-long .head li {
    margin-bottom: 0;
  }
}
.c-cta-long .head li.ginou {
  background: #D32E29;
}
.c-cta-long .head li.ginou .btn a {
  background-image: url(../images/common/icon-arrow-red.svg);
}
.c-cta-long .head li.tokutei {
  background: #28A3D3;
}
.c-cta-long .head li.tokutei .btn a {
  background-image: url(../images/common/icon-arrow-blue.svg);
}
.c-cta-long .head li .photo {
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.c-cta-long .head li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.c-cta-long .head li h3 {
  color: #ffffff;
  text-align: center;
  margin: 15px 15px 5px;
  font-size: 4.6511627907vw;
}
@media screen and (min-width: 430px) {
  .c-cta-long .head li h3 {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .c-cta-long .head li h3 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-long .head li h3 {
    font-size: 2.4193548387vw;
    margin: 20px 20px 10px;
  }
}
@media screen and (min-width: 992px) {
  .c-cta-long .head li h3 {
    font-size: 24px;
  }
}
.c-cta-long .head li p {
  color: #ffffff;
  text-align: center;
  margin: 0 15px 15px;
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 768px) {
  .c-cta-long .head li p {
    margin: 0 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-cta-long .head li p {
    font-size: 14px;
  }
}
.c-cta-long .head li .btn {
  margin: 0 20px 20px;
}
.c-cta-long .head li .btn a {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  max-width: 437px;
  padding: 15px;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-cta-long .head li .btn a {
    background-size: 40px 40px;
    padding: 20px;
    padding-right: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 1em;
    margin-bottom: 40px;
  }
}
.c-cta-long .foot li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot li {
    margin-bottom: 0;
  }
}
.c-cta-long .foot li .photo {
  border-radius: 10px;
  padding-top: 15%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot li .photo {
    padding-top: 30%;
  }
}
.c-cta-long .foot li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.c-cta-long .foot li h3 {
  color: #3C3C3C;
  text-align: center;
  margin: 15px 0 5px;
  font-size: 4.6511627907vw;
}
@media screen and (min-width: 430px) {
  .c-cta-long .foot li h3 {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .c-cta-long .foot li h3 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot li h3 {
    font-size: 2.0161290323vw;
    margin: 20px 20px 10px;
  }
}
@media screen and (min-width: 992px) {
  .c-cta-long .foot li h3 {
    font-size: 20px;
  }
}
.c-cta-long .foot li p {
  color: #3C3C3C;
  text-align: center;
  margin: 0 0 10px;
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 768px) {
  .c-cta-long .foot li p {
    margin: 0 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-cta-long .foot li p {
    font-size: 14px;
  }
}
.c-cta-long .foot li .btn {
  margin: 0 0 20px;
}
.c-cta-long .foot li .btn a {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 100px;
  color: #3C3C3C;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  max-width: 437px;
  padding: 20px 15px;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-cta-long .foot li .btn a {
    background-size: 40px 40px;
    padding: 20px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta-long .btn li a {
  background: url(../images/common/icon-arrow-green.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #A4C043;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  max-width: 628px;
  padding: 15px;
  padding-right: 40px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-cta-long .btn li a {
    background-size: 40px 40px;
    padding: 25px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.c-cta-long .btn li a .title {
  background: url(../images/common/icon-download.svg) no-repeat left center;
  background-size: 10px 10px;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .c-cta-long .btn li a .title {
    background-size: 18px 18px;
    padding-left: 25px;
  }
}

.c-basic-btn {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #3C3C3C;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  padding: 12px 15px;
  padding-right: 40px;
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-basic-btn {
    background-size: 40px 40px;
    padding: 20px;
    padding-right: 50px;
    font-size: 16px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .c-basic-btn {
    max-width: 500px;
  }
}

/* =========================================================
【services】サービス紹介
========================================================= */
.p-services .catch {
  color: #3c3c3c;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  text-align: center;
  padding: 40px 5% 0;
}
@media screen and (min-width: 992px) {
  .p-services .catch {
    font-size: 16px;
    text-align: center;
    padding: 50px 5% 0;
  }
}
.p-services .catch .pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-services .catch .pc {
    display: block;
  }
}
.p-services-referral {
  background: #ffffff;
  padding: 40px 5%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-services-referral {
    padding: 100px 5%;
  }
}
.p-services-referral--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-services-referral--title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-services-referral--title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-services-referral--title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services-referral--title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-services-referral--title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-services-referral--title .en {
  color: #A4C043;
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-services-referral--title .en {
    margin-bottom: 15px;
  }
}
.p-services-referral--title .main {
  color: #3c3c3c;
}
.p-services-referral--head {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
}
@media screen and (min-width: 992px) {
  .p-services-referral--head {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 60px;
  }
}
.p-services-referral--foot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-services-referral--foot {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 60px;
  }
}
.p-services-referral--foot .p-services-referral--item .title {
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  .p-services-referral--foot .p-services-referral--item .title {
    font-size: 110%;
  }
}
.p-services-referral--item {
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-services-referral--item {
    text-align: center;
  }
}
.p-services-referral--item .photo {
  margin-bottom: 10px;
}
.p-services-referral--item .photo img {
  width: 100%;
}
.p-services-referral--item .title {
  color: #3C3C3C;
  font-size: 4.7058823529vw;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-services-referral--item .title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .p-services-referral--item .title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services-referral--item .title {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-services-referral--item .title {
    font-size: 23px;
    margin: 20px auto 15px;
  }
}
.p-services-referral--item p {
  color: #3C3C3C;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .p-services-referral--item p {
    font-size: 14px;
    text-align: left;
  }
}
.p-services-referral--item .btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-services-referral--item .btn {
    margin-top: 20px;
  }
}
.p-services-referral--item .btn .c-basic-btn {
  margin: 0 auto;
}
.p-services-referral--item.ginou .title {
  color: #D32E29;
}
.p-services-referral--item.ginou .btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-red.svg);
  background-color: #D32E29;
  border-color: #D32E29;
  color: #ffffff;
}
.p-services-referral--item.tokutei .title {
  color: #28A3D3;
}
.p-services-referral--item.tokutei .btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #28A3D3;
  border-color: #28A3D3;
  color: #ffffff;
}
.p-services-flow {
  background: #F6F4EE;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-services-flow {
    padding: 100px 5%;
  }
}
.p-services-flow::before {
  content: "";
  display: block;
  background: url(../images/common/bg-circle-red.svg) no-repeat top left;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -60px;
  left: -30px;
}
@media screen and (min-width: 992px) {
  .p-services-flow::before {
    width: 300px;
    height: 300px;
    top: -190px;
    left: -70px;
  }
}
.p-services-flow::after {
  content: "";
  display: block;
  background: url(../images/common/bg-hale-y.svg) no-repeat bottom right;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .p-services-flow::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
  }
}
.p-services-flow--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-services-flow--title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-services-flow--title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-services-flow--title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services-flow--title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-services-flow--title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-services-flow--title .en {
  color: #A4C043;
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-services-flow--title .en {
    margin-bottom: 15px;
  }
}
.p-services-flow--title .main {
  color: #3c3c3c;
}
.p-services-flow--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media screen and (min-width: 992px) {
  .p-services-flow--list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 60px;
         column-gap: 60px;
    margin-top: 60px;
  }
}
.p-services-flow--list li {
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-services-flow--list li {
    text-align: center;
    margin-top: 0;
  }
}
.p-services-flow--list li::before {
  content: "";
  background: url(../images/common/icon_right_y.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: -20px;
}
@media screen and (min-width: 992px) {
  .p-services-flow--list li::before {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    right: -50px;
  }
}
.p-services-flow--list li:last-of-type::before {
  content: none;
}
.p-services-flow--list li .photo {
  margin-bottom: 10px;
  text-align: center;
}
.p-services-flow--list li .photo img {
  width: 100%;
}
.p-services-flow--list li .title {
  color: #3C3C3C;
  font-size: 4.2352941176vw;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-services-flow--list li .title {
    font-size: 2.9032258065vw;
  }
}
@media screen and (min-width: 620px) {
  .p-services-flow--list li .title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services-flow--list li .title {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-services-flow--list li .title {
    font-size: 23px;
    margin: 0 auto 10px;
  }
}
.p-services-flow--list li p {
  color: #3C3C3C;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .p-services-flow--list li p {
    font-size: 14px;
    text-align: left;
  }
}
.p-services-flow--btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-services-flow--btn {
    margin-top: 50px;
  }
}
.p-services-flow--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
.p-services-term {
  background: #ffffff;
  padding: 40px 5%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-services-term {
    padding: 100px 5%;
  }
}
.p-services-term--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-services-term--title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-services-term--title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-services-term--title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services-term--title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-services-term--title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-services-term--title .en {
  color: #A4C043;
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-services-term--title .en {
    margin-bottom: 15px;
  }
}
.p-services-term--title .main {
  color: #3c3c3c;
}
.p-services-term-box {
  margin-top: 30px;
}
.p-services-term-box--title {
  color: #3C3C3C;
  font-size: 4.7058823529vw;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-services-term-box--title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .p-services-term-box--title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services-term-box--title {
    font-size: 2.0161290323vw;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-services-term-box--title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .p-services-term-box dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.p-services-term-box dl .in {
  border: 1px solid #D32E29;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.p-services-term-box dl .in.tokutei {
  border-color: #28A3D3;
}
.p-services-term-box dl .in.tokutei dt {
  background-color: #28A3D3;
}
.p-services-term-box dl .in dt {
  background: #D32E29;
  color: #ffffff;
  font-size: 4.2352941176vw;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 430px) {
  .p-services-term-box dl .in dt {
    font-size: 2.9032258065vw;
  }
}
@media screen and (min-width: 620px) {
  .p-services-term-box dl .in dt {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-services-term-box dl .in dt {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-services-term-box dl .in dt {
    font-size: 23px;
  }
}
.p-services-term-box dl .in dd {
  background: #ffffff;
  padding: 10px;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-services-term-box dl .in dd {
    font-size: 16px;
    padding: 20px;
  }
}
.p-services-term-box dl .in .table {
  background: #F6F4EE;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-services-term-box dl .in .table {
    display: flex;
  }
}
.p-services-term-box dl .in .table .ttl {
  background: #A4C043;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 5px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-services-term-box dl .in .table .ttl {
    width: 180px;
  }
}
.p-services-term-box dl .in .table .text {
  display: block;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-services-term-box dl .in .table .text {
    width: calc(100% - 150px);
  }
}
.p-services-term-box dl .in .btn {
  margin-bottom: 20px;
}
.p-services-term-box dl .in .btn .c-basic-btn {
  max-width: 320px;
}
/*# sourceMappingURL=style-services.css.map */