@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;
  }
}

/* =========================================================
【ginou-jinzai】技人国ビザ人材・特定技能の共通
========================================================= */
.p-gito-reason {
  background-color: #ffffff;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-gito-reason {
    padding: 100px 5%;
  }
}
.p-gito-reason::before {
  content: "";
  display: block;
  background: url(../images/common/bg-info-reverse.svg) no-repeat bottom right;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -20px;
  right: -40px;
}
@media screen and (min-width: 992px) {
  .p-gito-reason::before {
    width: 370px;
    height: 250px;
  }
}
.p-gito-reason--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-gito-reason--wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-gito-reason--photo {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-gito-reason--photo {
    margin-bottom: 0;
    width: 45%;
  }
}
.p-gito-reason--photo img {
  max-width: 250px;
}
@media screen and (min-width: 992px) {
  .p-gito-reason--photo img {
    max-width: 100%;
  }
}
.p-gito-reason--info {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-gito-reason--info {
    padding-right: 30px;
    text-align: left;
    width: 55%;
  }
}
.p-gito-reason--info .title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-gito-reason--info .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-reason--info .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-reason--info .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-reason--info .title {
    font-size: 45px;
    text-align: left;
  }
}
.p-gito-reason--info .title .en {
  color: #D32E29;
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-gito-reason--info .title .en {
    margin-bottom: 15px;
  }
}
.p-gito-reason--info .title .main {
  color: #3c3c3c;
}
.p-gito-reason--info p {
  color: #3c3c3c;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-gito-reason--info p {
    font-size: 16px;
    text-align: left;
  }
}
.p-gito-reason--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-gito-reason--btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-reason--btn .c-basic-btn {
    margin: 0;
    max-width: 350px;
  }
}
.p-gito-strengths {
  background-color: #A4C043;
  padding: 40px 5%;
}
@media screen and (min-width: 992px) {
  .p-gito-strengths {
    padding: 100px 5%;
  }
}
.p-gito-strengths--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
.p-gito-strengths .title {
  color: #ffffff;
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-gito-strengths .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-strengths .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-strengths .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-strengths .title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-gito-strengths .title .en {
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-gito-strengths .title .en {
    margin-bottom: 15px;
  }
}
.p-gito-strengths-item {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-gito-strengths-item {
    border-radius: 25px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-strengths-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-gito-strengths-item--photo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-gito-strengths-item--photo {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-strengths-item--photo {
    width: 45%;
  }
}
.p-gito-strengths-item--photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-gito-strengths-item--info {
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-gito-strengths-item--info {
    padding: 30px;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-strengths-item--info {
    padding: 6% 5%;
    width: 55%;
  }
}
.p-gito-strengths-item--info .no {
  color: #F7DC98;
  font-size: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .p-gito-strengths-item--info .no {
    font-size: 100px;
  }
}
.p-gito-strengths-item--info .sub-title {
  font-size: 4.6511627907vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-gito-strengths-item--info .sub-title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-strengths-item--info .sub-title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-strengths-item--info .sub-title {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-strengths-item--info .sub-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.p-gito-strengths-item--info .sub-title .color {
  color: #A4C043;
}
.p-gito-strengths-item--info p {
  color: #3c3c3c;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-gito-strengths-item--info p {
    font-size: 16px;
  }
}
.p-gito-strengths-item--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-gito-strengths-item--btn {
    margin-top: 50px;
  }
}
.p-gito-strengths-item--btn .c-basic-btn {
  margin: 0;
  max-width: calc(100% - 55px);
}
@media screen and (min-width: 992px) {
  .p-gito-strengths-item--btn .c-basic-btn {
    margin: 0;
    max-width: 300px;
  }
}
.p-gito-strengths--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-gito-strengths--btn {
    margin-top: 50px;
  }
}
.p-gito-strengths--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
.p-gito-comparison {
  background: #ffffff;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-gito-comparison {
    padding: 100px 5%;
  }
}
.p-gito-comparison::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-gito-comparison::before {
    width: 300px;
    height: 300px;
    top: -190px;
    left: -70px;
  }
}
.p-gito-comparison::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-gito-comparison::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
  }
}
.p-gito-comparison--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-gito-comparison .title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-gito-comparison .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-comparison .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-comparison .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-comparison .title {
    font-size: 45px;
  }
}
.p-gito-comparison .title .en {
  color: #D32E29;
  font-size: 40%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-gito-comparison .title .en {
    margin-bottom: 15px;
  }
}
.p-gito-comparison .title .main {
  color: #3c3c3c;
}
.p-gito-comparison p {
  color: #3c3c3c;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-gito-comparison p {
    font-size: 16px;
  }
}
.p-gito-comparison ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-gito-comparison ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-gito-comparison ul {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
  }
}
.p-gito-comparison ul li {
  position: relative;
}
.p-gito-comparison ul li:last-of-type figure::before {
  content: none;
}
.p-gito-comparison ul li figure {
  background: #A4C043;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .p-gito-comparison ul li figure {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-comparison ul li figure {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .p-gito-comparison ul li figure {
    width: 220px;
    height: 220px;
  }
}
.p-gito-comparison ul li figure:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-gito-comparison ul li figure:before {
    content: "";
    background: #A4C043;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: -100%;
  }
}
.p-gito-comparison ul li figure img {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-gito-comparison ul li figure img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-comparison ul li figure img {
    width: 80px;
    height: 80px;
  }
}
.p-gito-comparison ul li figure figcaption {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: clamp(11px, 1.21vw, 12px);
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-gito-comparison ul li figure figcaption {
    font-size: 15px;
  }
}
.p-gito-comparison--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-gito-comparison--btn {
    margin-top: 50px;
  }
}
.p-gito-comparison--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
.p-gito-flow {
  background: #F6F4EF;
  border-radius: 10px;
  padding: 40px 5%;
}
@media screen and (min-width: 992px) {
  .p-gito-flow {
    padding: 100px 5%;
  }
}
.p-gito-flow--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
.p-gito-flow .title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-gito-flow .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-flow .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-flow .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-flow .title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-gito-flow .title .en {
  background-size: 12px 12px;
  color: #D32E29;
  font-size: 40%;
  display: block;
  padding-left: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-gito-flow .title .en {
    margin-bottom: 15px;
  }
}
.p-gito-flow .title .main {
  color: #3c3c3c;
}
.p-gito-flow--photo {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-gito-flow--photo {
    margin-bottom: 60px;
  }
}
.p-gito-flow--photo img {
  display: inline-block;
}
.p-gito-flow aside {
  background: #A4C043;
  border-radius: 10px;
  color: #ffffff;
  padding: 20px;
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-gito-flow aside {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-flow aside {
    padding: 30px;
  }
}
.p-gito-flow aside .title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 6.976744186vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 430px) {
  .p-gito-flow aside .title {
    font-size: 4.8387096774vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-flow aside .title {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-flow aside .title {
    font-size: 3.0241935484vw;
    border-bottom: none;
    border-right: 1px solid #ffffff;
    padding: 0 20px 0 0;
    margin: 0;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-flow aside .title {
    font-size: 45px;
    width: 40%;
  }
}
.p-gito-flow aside .in {
  font-size: clamp(15px, 1.61vw, 16px);
}
@media screen and (min-width: 768px) {
  .p-gito-flow aside .in {
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-flow aside .in {
    font-size: 16px;
    padding-left: 30px;
    width: 60%;
  }
}
.p-gito-flow aside .in dl {
  display: block;
  width: 100%;
}
.p-gito-flow aside .in dl dt {
  border: 2px solid #ffffff;
  border-radius: 50px;
  display: inline-block;
  font-size: 80%;
  font-weight: bold;
  vertical-align: baseline;
  max-width: 100px;
  padding: 5px;
  margin: 0 auto 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-gito-flow aside .in dl dt {
    padding: 10px;
    max-width: 160px;
  }
}
.p-gito-flow aside .in dl dd {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  margin: 0 0 10px;
  padding-left: 5px;
  text-align: left;
  width: calc(100% - 105px);
}
@media screen and (min-width: 992px) {
  .p-gito-flow aside .in dl dd {
    width: calc(100% - 170px);
    margin-bottom: 0;
  }
}
.p-gito-flow aside .in dl dd span {
  display: inline-block;
  font-size: 130%;
  font-weight: bold;
  padding-left: 5px;
}
.p-gito-flow aside .in p {
  color: #ffffff;
}
.p-gito-flow--btn {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-gito-flow--btn {
    margin-top: 50px;
  }
}
.p-gito-flow--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
.p-gito-price {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-gito-price {
    padding: 100px 5%;
  }
}
.p-gito-price::before {
  content: "";
  display: block;
  background: url(../images/common/bg-red-blue.svg) no-repeat top right;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  right: -50px;
}
@media screen and (min-width: 992px) {
  .p-gito-price::before {
    width: 400px;
    height: 300px;
    top: -60px;
    right: -180px;
  }
}
.p-gito-price::after {
  content: "";
  display: block;
  background: url(../images/common/bg-circle-y.svg) no-repeat bottom left;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 16%;
  left: -50px;
}
@media screen and (min-width: 992px) {
  .p-gito-price::after {
    width: 300px;
    height: 300px;
    left: -150px;
  }
}
.p-gito-price--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-gito-price--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.p-gito-price .title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 430px) {
  .p-gito-price .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-price .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-price .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-price .title {
    font-size: 45px;
  }
}
.p-gito-price .title .en {
  background: url(../images/common/icon-small-w.svg) no-repeat left center;
  background-size: 12px 12px;
  color: #D32E29;
  font-size: 40%;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-gito-price .title .en {
    margin-bottom: 15px;
  }
}
.p-gito-price .title .main {
  color: #3c3c3c;
}
.p-gito-price .sub-title {
  color: #D32E29;
  font-weight: bold;
  margin-top: 15px;
  font-size: 4.1860465116vw;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 430px) {
  .p-gito-price .sub-title {
    font-size: 2.9032258065vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-price .sub-title {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-price .sub-title {
    font-size: 1.814516129vw;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-price .sub-title {
    font-size: 22px;
  }
}
.p-gito-price .text {
  color: #3c3c3c;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-gito-price .text {
    font-size: 16px;
  }
}
.p-gito-price--list {
  border: 1px solid #3c3c3c;
  border-radius: 10px;
  font-size: clamp(15px, 1.61vw, 16px);
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-gito-price--list {
    font-size: 16px;
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-price--list {
    margin-top: 50px;
  }
}
.p-gito-price--list.jp {
  border-color: #D32E29;
}
@media screen and (min-width: 768px) {
  .p-gito-price--list.jp {
    margin-right: 2%;
  }
}
.p-gito-price--list.jp dt.main-title {
  background: #D32E29;
}
.p-gito-price--list.jp dd:first-of-type {
  color: #D32E29;
}
.p-gito-price--list.bn {
  border-color: #A4C043;
}
.p-gito-price--list.bn dt.main-title {
  background: #A4C043;
}
.p-gito-price--list.bn dd:first-of-type {
  color: #A4C043;
}
.p-gito-price--list dt {
  background: #F6F4EE;
  color: #3c3c3c;
  font-weight: bold;
  padding: 10px;
}
.p-gito-price--list dt.main-title {
  background: #3c3c3c;
  color: #ffffff;
  font-size: 120%;
  text-align: center;
}
.p-gito-price--list dd {
  background: #ffffff;
  color: #3c3c3c;
  padding: 10px;
}
.p-gito-price--list dd .in-title {
  border: 2px solid #3c3c3c;
  border-radius: 50px;
  color: #3c3c3c;
  display: block;
  font-size: 80%;
  font-weight: bold;
  max-width: 100px;
  padding: 5px;
  margin: 0 auto 5px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-gito-price--list dd .in-title {
    padding: 5px 10px;
    max-width: 140px;
    font-size: 80%;
  }
}
.p-gito-price--list dd .big {
  display: inline-block;
  font-size: 180%;
  font-weight: bold;
}
.p-gito-price-refund {
  background: #A4C043;
  border-radius: 10px;
  margin: 20px auto 0;
  padding: 30px;
  max-width: 1070px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-gito-price-refund {
    margin-top: 50px;
    padding: 40px 30px;
  }
}
.p-gito-price-refund .title {
  color: #ffffff;
  font-size: 6.511627907vw;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 430px) {
  .p-gito-price-refund .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-gito-price-refund .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gito-price-refund .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-price-refund .title {
    font-size: 45px;
  }
}
.p-gito-price-refund p {
  color: #ffffff;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-gito-price-refund p {
    font-size: 16px;
  }
}
.p-gito-price-refund dl {
  color: #ffffff;
  font-size: clamp(15px, 1.61vw, 16px);
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-gito-price-refund dl {
    font-size: 16px;
  }
}
.p-gito-price-refund dl .in {
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .p-gito-price-refund dl .in {
    max-width: 200px;
    width: 100%;
  }
}
.p-gito-price-refund dl .in dt {
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  font-size: 80%;
  font-weight: bold;
  min-width: 130px;
  padding: 5px;
  margin: 0 auto 5px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-gito-price-refund dl .in dt {
    min-width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .p-gito-price-refund dl .in dt {
    font-size: 100%;
    padding: 6px 10px;
    max-width: 200px;
  }
}
.p-gito-price-refund dl .in dd {
  text-align: center;
}
.p-gito-price-refund dl .in dd .strong {
  font-size: 110%;
}
@media screen and (min-width: 992px) {
  .p-gito-price-refund dl .in dd .strong {
    font-size: 150%;
  }
}
.p-gito-price--btn {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-gito-price--btn {
    margin-top: 50px;
  }
}
.p-gito-price--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-black2.svg);
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
/* =========================================================
【tokutei-jinzai】特定技能ビザ人材
========================================================= */
.p-tokutei-h1 {
  background: #F6F4EE;
  position: relative;
}
.p-tokutei-h1::before {
  content: "";
  background: url(../images/tokutei/bg-mv.svg) no-repeat center right -10px;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 430px) {
  .p-tokutei-h1::before {
    background-position: top left 0;
  }
}
.p-tokutei-h1--wrap {
  background: url(../images/tokutei/img-mv.webp) no-repeat center left;
  background-size: cover;
  margin: 0 auto;
  max-width: 1440px;
  text-align: left;
  width: 100%;
  padding: 7% 5%;
}
@media screen and (min-width: 992px) {
  .p-tokutei-h1--wrap {
    padding: 15% 5%;
  }
}
@media screen and (min-width: 1200px) {
  .p-tokutei-h1--wrap {
    padding: 220px 5%;
  }
}
.p-tokutei-h1 .sub {
  color: #28A3D3;
  display: block;
  font-size: 3.5555555556vw;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  z-index: 10;
}
@media screen and (min-width: 430px) {
  .p-tokutei-h1 .sub {
    font-size: 2.5806451613vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-h1 .sub {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-h1 .sub {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-h1 .sub {
    font-size: 32px;
  }
}
.p-tokutei-h1 .main {
  background: #28A3D3;
  color: #ffffff;
  display: inline;
  font-size: 6.6666666667vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 430px) {
  .p-tokutei-h1 .main {
    font-size: 4.8387096774vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-h1 .main {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-h1 .main {
    font-size: 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-h1 .main {
    font-size: 50px;
  }
}
.p-tokutei-h1 .en {
  color: #3c3c3c;
  font-size: clamp(13px, 1.41vw, 14px);
  display: block;
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-tokutei-h1 .en {
    font-size: 14px;
  }
}
.p-tokutei-worries {
  background: #ffffff;
  padding: 40px 0 0;
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries {
    padding: 60px 0 0;
  }
}
.p-tokutei-worries--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 5%;
  position: relative;
  width: 100%;
}
.p-tokutei-worries-title {
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 20px;
}
.p-tokutei-worries-title .sub {
  display: block;
  font-size: 2.7906976744vw;
}
@media screen and (min-width: 430px) {
  .p-tokutei-worries-title .sub {
    font-size: 1.935483871vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-worries-title .sub {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-worries-title .sub {
    font-size: 1.5120967742vw;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries-title .sub {
    font-size: 20px;
  }
}
.p-tokutei-worries-title .sub .color {
  background: #28A3D3;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 8px;
  margin: 0 5px 10px 0;
}
.p-tokutei-worries-title .main {
  font-size: 5.1162790698vw;
}
@media screen and (min-width: 430px) {
  .p-tokutei-worries-title .main {
    font-size: 3.5483870968vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-worries-title .main {
    font-size: 2.8645833333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-worries-title .main {
    font-size: 2.5201612903vw;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries-title .main {
    font-size: 30px;
  }
}
.p-tokutei-worries ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-tokutei-worries ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-tokutei-worries ul li {
  background: #F6F4EE;
  border-radius: 10px;
  font-weight: bold;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries ul li {
    font-size: 20px;
    padding: 17% 10px;
  }
}
.p-tokutei-worries ul li::before {
  content: "";
  background: url(../images/tokutei/bg-kagi-start.svg) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}
.p-tokutei-worries ul li::after {
  content: "";
  background: url(../images/tokutei/bg-kagi-end.svg) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.p-tokutei-worries ul li .color {
  color: #28A3D3;
}
.p-tokutei-worries-answer {
  background: #28A3D3;
  position: relative;
  text-align: center;
  padding: 30px 5%;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries-answer {
    margin-top: 60px;
    padding: 60px 5% 50px;
  }
}
.p-tokutei-worries-answer::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries-answer::before {
    border-width: 40px 40px 0 40px;
    left: calc(50% - 40px);
  }
}
.p-tokutei-worries-answer p {
  color: #ffffff;
  font-weight: bold;
  font-size: 4.6511627907vw;
}
@media screen and (min-width: 430px) {
  .p-tokutei-worries-answer p {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-worries-answer p {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-worries-answer p {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries-answer p {
    font-size: 25px;
  }
}
.p-tokutei-worries-answer p .line {
  display: inline;
  font-size: 120%;
  border-bottom: 1px solid #F0BA31;
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  .p-tokutei-worries-answer p .line {
    font-size: 160%;
  }
}
.p-tokutei-dear {
  background: url(../images/common/bg-about.webp) no-repeat center left;
  background-size: contain;
  background-color: #F6F4EE;
  padding: 40px 5%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-tokutei-dear {
    padding: 100px 5%;
  }
}
.p-tokutei-dear--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
.p-tokutei-dear .title {
  color: #3c3c3c;
  font-size: 5.8139534884vw;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 430px) {
  .p-tokutei-dear .title {
    font-size: 4.0322580645vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-dear .title {
    font-size: 3.2552083333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-dear .title {
    font-size: 2.5201612903vw;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-dear .title {
    font-size: 40px;
  }
}
.p-tokutei-dear .title .sub {
  background: #ffffff;
  border: 2px solid #28A3D3;
  border-radius: 5px;
  color: #28A3D3;
  display: inline-block;
  font-size: 50%;
  margin-bottom: 20px;
  padding: 5px 8px;
}
@media screen and (min-width: 992px) {
  .p-tokutei-dear .title .sub {
    font-size: 70%;
    padding: 7px 10px;
  }
}
.p-tokutei-dear .title .main {
  display: block;
  width: 100%;
}
.p-tokutei-dear .title .main .blue {
  color: #28A3D3;
  font-size: 120%;
  margin-right: 3px;
}
.p-tokutei-dear .title .main .green {
  color: #A4C043;
  font-size: 120%;
  margin-left: 3px;
}
.p-tokutei-dear p {
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-tokutei-dear p {
    font-size: 16px;
  }
}
.p-tokutei-dear p .blue {
  color: #28A3D3;
}
.p-tokutei-dear--btn {
  margin-top: 30px;
}
.p-tokutei-dear--btn .c-basic-btn {
  border-color: #28A3D3;
  background-image: url(../images/common/icon-arrow-red.svg);
  background-color: #28A3D3;
  color: #ffffff;
  margin: 0 auto;
}
.p-tokutei-about {
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about {
    padding: 100px 5%;
  }
}
.p-tokutei-about::before {
  content: "";
  display: block;
  background: url(../images/common/bg-hale-blue.svg) no-repeat top right;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  right: -10px;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about::before {
    width: 200px;
    height: 200px;
    right: 0;
  }
}
.p-tokutei-about::after {
  content: "";
  display: block;
  background: url(../images/common/bg-circle-y.svg) no-repeat bottom left;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: -50px;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about::after {
    width: 200px;
    height: 200px;
  }
}
.p-tokutei-about--wrap {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
.p-tokutei-about .title {
  font-size: 6.511627907vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-tokutei-about .title {
    font-size: 4.5161290323vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-about .title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-about .title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-about .title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.p-tokutei-about .title .en {
  background: url(../images/common/icon-small-w.svg) no-repeat left center;
  background-size: 12px 12px;
  color: #28A3D3;
  font-size: 40%;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about .title .en {
    margin-bottom: 15px;
  }
}
.p-tokutei-about .title .main {
  color: #3c3c3c;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--info {
    display: flex;
    align-items: center;
  }
}
.p-tokutei-about--info img {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--info img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--info .in {
    padding-left: 5%;
  }
}
.p-tokutei-about--info .sub-title {
  color: #3c3c3c;
  font-weight: bold;
  margin-top: 15px;
  font-size: 4.1860465116vw;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 430px) {
  .p-tokutei-about--info .sub-title {
    font-size: 2.9032258065vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-about--info .sub-title {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-about--info .sub-title {
    font-size: 1.814516129vw;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--info .sub-title {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
  }
}
.p-tokutei-about--info .sub-title .blue {
  color: #28A3D3;
}
.p-tokutei-about--info .text {
  color: #3c3c3c;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--info .text {
    font-size: 16px;
    text-align: left;
  }
}
.p-tokutei-about--list {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-tokutei-about--list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-about--list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 50px;
  }
}
.p-tokutei-about--list li {
  border: 2px solid #28A3D3;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-tokutei-about--list li {
    display: flex;
  }
}
.p-tokutei-about--list li .list-title {
  background: #28A3D3;
  color: #ffffff;
  font-weight: bold;
  font-size: 4.6511627907vw;
  padding: 5px 10px;
}
@media screen and (min-width: 430px) {
  .p-tokutei-about--list li .list-title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (min-width: 620px) {
  .p-tokutei-about--list li .list-title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-about--list li .list-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0161290323vw;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--list li .list-title {
    font-size: 25px;
  }
}
.p-tokutei-about--list li .in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 1em;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-tokutei-about--list li .in {
    grid-template-columns: repeat(4, 1fr);
    padding: 10px;
    width: calc(100% - 200px);
  }
}
.p-tokutei-about--list li .in p {
  padding: 0 5px 10px;
}
@media screen and (min-width: 768px) {
  .p-tokutei-about--list li .in p {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-tokutei-about--list li .small {
    width: calc(100% - 200px);
  }
}
.p-tokutei-about--list li .smallp {
  padding: 0 5px 10px;
}
.p-tokutei-about--list p {
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
  text-align: left;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--list p {
    font-size: 16px;
  }
}
.p-tokutei-about--list p span {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--list p span {
    width: auto;
  }
}
.p-tokutei-about--list p .pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-tokutei-about--list p .pc {
    display: block;
  }
}
.p-tokutei .p-gito-reason--info .title .en,
.p-tokutei .p-gito-comparison .title .en,
.p-tokutei .p-gito-flow .title .en,
.p-tokutei .p-gito-price .title .en,
.p-tokutei .p-gito-price .sub-title,
.p-tokutei .p-gito-price--list.jp dd:first-of-type {
  color: #28A3D3;
}
.p-tokutei .p-gito-price--list.jp dt.main-title {
  background-color: #28A3D3;
}
.p-tokutei .p-gito-price--list.jp {
  border-color: #28A3D3;
}
/*# sourceMappingURL=style-tokutei.css.map */