@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

h2,
ul,
p {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index .info-section {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 8px;
  padding-top: clamp(8px, 8px + 1vw, 20px);
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width:640px) {
  .index .info-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .info-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width:640px) {
  .index .info-section {
    margin-top: auto;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .info-section {
    gap: 10px;
  }
}
@media screen and (max-width:639px) {
  .index .info-section {
    flex-direction: column;
    gap: 6px;
  }
}
.index .info-section .info-box {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px;
  gap: 10px;
}
@media screen and (min-width:640px) {
  .index .info-section .info-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .info-section .info-box {
    height: 96px;
    gap: 48px;
  }
}
@media screen and (max-width:1024px) {
  .index .info-section .info-box {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.index .info-section h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .info-section h3 {
    font-size: 17px;
  }
}
@media screen and (max-width:639px) {
  .index .info-section h3 {
    font-size: 15.5px;
  }
}
.index .info-section .country {
  background-color: var(--clBGS);
}
.index .info-section .country h3 {
  color: var(--clS);
}
.index .info-section .area {
  background-color: var(--clBGP);
}
.index .info-section .area h3 {
  color: var(--clP);
}
.index .info-section .country-list,
.index .info-section .area-list {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clText);
  font-size: clamp(14px, 1.7857142857vw, 16px);
  font-weight: 700;
  line-height: 1;
}
.index .info-section .country-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.index .info-section .country-item img {
  width: 28px;
  height: auto;
}
.index .info-section .country-item span {
  position: relative;
}
.index .info-section .country-list {
  gap: 24px;
}
.index .info-section .area-list span:not(:last-child):after {
  content: "・";
  display: inline-block;
}
.index .about {
  margin-bottom: 0;
  margin-bottom: 70px;
  margin-bottom: clamp(70px, 70px + 0.8333333333vw, 80px);
}
.index .aboutInner {
  max-width: 1200px;
}
.index .about .btn {
  padding: 20px 80px;
}
.index .about .about-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  margin-bottom: clamp(56px, 56px + 0.6666666667vw, 64px);
}
.index .about .about-txt p {
  margin-bottom: 36px;
  font-size: clamp(16px, 2.0238095238vw, 18px);
  line-height: 2;
}
.index .about .about-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  margin-bottom: clamp(56px, 56px + 0.6666666667vw, 64px);
}
@media screen and (max-width:1024px) {
  .index .about .about-content {
    flex-direction: column;
  }
}
@media screen and (min-width:1025px) {
  .index .about .about-content {
    gap: 49px;
    gap: clamp(49px, 49px + 0.5833333333vw, 56px);
  }
}
@media screen and (max-width:1024px) {
  .index .about .about-content {
    gap: 72px;
    gap: clamp(72px, 72px + 0.6666666667vw, 80px);
  }
}
.index .about .about-content .about-block .heading02 {
  position: relative;
  font-size: 20px;
  font-size: clamp(20px, 20px + 0.5vw, 26px);
}
@media screen and (min-width:1025px) {
  .index .about .about-content .about-block .heading02 {
    margin-top: 24px;
  }
}
@media screen and (max-width:1024px) {
  .index .about .about-content .about-block .heading02 {
    margin-bottom: 41px;
    margin-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
  }
}
.index .about .about-content .about-block .heading02::before {
  content: "";
  background-color: var(--clP);
  width: 1px;
  height: 36px;
  height: clamp(36px, 36px + 1vw, 48px);
  position: absolute;
  top: -1.3em;
  left: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:639px) {
  .index .about .about-content .about-block .heading02::before {
    top: -1.5em;
  }
}
.index .about .about-content .about-block .about-block-body {
  display: flex;
  flex-direction: column;
  gap: 21px;
  gap: clamp(21px, 21px + 0.25vw, 24px);
}
.index .about .about-content .about-block .about-item h4 {
  font-size: 15px;
  font-size: clamp(15px, 15px + 0.4166666667vw, 20px);
}
.index .about .about-content .about-block .about-item p {
  font-size: 12px;
  font-size: clamp(12px, 12px + 0.3333333333vw, 16px);
}
.index .about .about-content .about-block .about-item ul.listNormal li {
  line-height: 1.6;
}
.index .about .about-content .about-block .about-item table.table-style {
  margin-top: 14px;
  margin-top: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.index .about .about-content .about-block .about-item table.table-style th {
  background: var(--clBD);
  color: var(--clText);
  white-space: nowrap;
}
.index .about .about-content .about-block .about-item table.table-style td {
  background-color: #fafafa;
}
.index .strength {
  background-color: var(--clBGG);
  text-align: center;
}
.index .strengthInner {
  max-width: 1200px;
}
.index .strength .heading01 {
  padding-bottom: 16px;
}
.index .strength .heading01 .accent {
  color: var(--clP);
  font-size: clamp(32px, 4.2857142857vw, 40px);
}
@media screen and (max-width:639px) {
  .index .strength-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .strength-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .index .strength-list > * {
    width: calc((100% - calc(12px * 2)) / 3);
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .strength-list > * {
    width: 100%;
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .strength-list {
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .strength-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    gap: 40px 16px;
    justify-content: center;
  }
  .index .strength-list > * {
    width: calc((100% - calc(16px * 1)) / 2);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .strength-list > * {
    width: 100%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .strength-list {
    flex-direction: column;
  }
}
.index .strength-list .strength-item {
  background-color: var(--clW);
  padding: 24px;
  position: relative;
}
@media screen and (min-width:640px) {
  .index .strength-list .strength-item {
    padding: 32px 28px 28px 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .strength-list .strength-item {
    padding: 40px;
  }
}
.index .strength-list .strength-item img {
  margin-bottom: 24px;
  border-radius: 8px;
}
.index .strength-list .strength-item .number {
  color: var(--clP);
  font-family: "Jost", sans-serif;
  font-size: clamp(32px, 4.2857142857vw, 40px);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
.index .strength-list .strength-item h3 {
  margin-bottom: clamp(21px, 2.6785714286vw, 24px);
}
.index .strength-list .strength-item p {
  text-align: left;
}
.index .strength-list .strength-item p span {
  font-size: 85%;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1186/541;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1024px) {
  .mainImg {
    aspect-ratio: 1186/902;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    background-size: 102% auto;
    background-image: url(../../assets/img/index/kv-img_sp.png);
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    background-size: 102% auto;
    background-image: url(../../assets/img/index/kv-img_sp.png);
  }
}
.mainImgInner {
  height: 100%;
  max-width: 1200px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width:1025px) {
  .mainImgInner .copy {
    width: 80vw;
    max-width: 1020px;
    margin-top: 4vw;
  }
  .mainImgInner .copy img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .copy {
    margin-top: 9vw;
    max-width: 640px;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .copy {
    margin-top: 8vw;
  }
}
.mainImgInner .number {
  line-height: 1.5;
  font-size: 8px;
  font-size: clamp(8px, 8px + 0.5vw, 14px);
  padding-inline: 4px;
  padding-inline: clamp(4px, 4px + 1vw, 16px);
  padding-block: 2px;
  padding-block: clamp(2px, 2px + 0.6666666667vw, 10px);
  position: absolute;
  bottom: 12px;
  bottom: clamp(12px, 12px + 0.5vw, 18px);
  right: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6666666667);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: var(--clBGP);
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--clP);
  font-size: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:639px) {
  .pageTtl h2 {
    font-size: 26px;
  }
}

@media screen and (max-width:639px) {
  .lower .contents {
    padding-bottom: 5px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contents {
    padding-bottom: 15px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contents {
    padding-bottom: 40px;
  }
}

.lower .contents > section {
  margin-left: auto;
  margin-right: auto;
}
.lower .contents > section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: var(--clP);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.about-ssw.contents strong {
  font-size: 1.05em;
}
.about-ssw .section-skilltraining .sectionInner.narrow .training-block {
  position: relative;
  border: 4px solid var(--clBD);
  border-radius: 8px;
  padding-block: 28px;
  padding-block: clamp(28px, 28px + 0.3333333333vw, 32px);
  padding-inline: 28px;
  padding-inline: clamp(28px, 28px + 0.3333333333vw, 32px);
}
.about-ssw .section-skilltraining .sectionInner.narrow .training-block .heading02 {
  margin-bottom: 20px;
}
.about-ssw .section-skilltraining .sectionInner.narrow .training-block:last-child {
  background-color: var(--clBGP);
  border-color: var(--clPW);
}
.about-ssw .section-skilltraining .sectionInner.narrow .training-purpose {
  margin-bottom: 24px;
}
.about-ssw .section-skilltraining .sectionInner.narrow .training-purpose::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22.5px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--clP);
}
.about-ssw .section-basicemployment .sectionInner h4 {
  margin-bottom: 18.5px;
  margin-bottom: clamp(18.5px, 18.5px + 0.125vw, 20px);
}
.about-ssw .section-basicemployment .sectionInner .table-style tbody tr th {
  white-space: nowrap;
}
.about-ssw .section-plan .sectionInner {
  /* 説明3ボックスのフローチャート */
}
.about-ssw .section-plan .sectionInner .plan-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  /* 各バブルボックス */
}
@media screen and (max-width:639px) {
  .about-ssw .section-plan .sectionInner .plan-text {
    grid-template-columns: 1fr;
  }
}
.about-ssw .section-plan .sectionInner .plan-text > div {
  position: relative;
  padding-block: 18.5px;
  padding-block: clamp(18.5px, 18.5px + 0.125vw, 20px);
  padding-inline: 28px;
  padding-inline: clamp(28px, 28px + 0.3333333333vw, 32px);
  border-radius: 8px;
  background-color: #f9f9f9;
  /* 右向き矢印（最後以外） */
}
.about-ssw .section-plan .sectionInner .plan-text > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--clP);
}
@media screen and (max-width:639px) {
  .about-ssw .section-plan .sectionInner .plan-text > div:not(:last-child)::after {
    transform: translateX(50%) rotate(90deg);
    top: auto;
    right: 50%;
    bottom: -24px;
  }
}
.about-ssw .section-compare .sectionInner .compare-table.table-style tbody tr th,
.about-ssw .section-compare-tokutei .sectionInner .compare-table.table-style tbody tr th {
  background-color: var(--clBGP);
  color: var(--clText);
}
.about-ssw .section-compare .sectionInner .compare-table.table-style tbody tr td:nth-child(2),
.about-ssw .section-compare-tokutei .sectionInner .compare-table.table-style tbody tr td:nth-child(2) {
  width: 40%;
}
.about-ssw .section-compare .sectionInner .compare-table.table-style tbody tr td:nth-child(3),
.about-ssw .section-compare-tokutei .sectionInner .compare-table.table-style tbody tr td:nth-child(3) {
  width: 40%;
}
.about-ssw .section-compare-specific .sectionInner .table-scroll .compare-table.table-style tbody tr th {
  background-color: var(--clBGP);
  color: var(--clText);
}
.about-ssw .section-organization-chart .sectionInner {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .about-ssw .section-organization-chart .sectionInner {
    max-width: 680px;
  }
}
.about-ssw .section-organization-chart .sectionInner h4 {
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
.about-ssw .section-organization-chart .sectionInner .chart-container {
  margin-bottom: 24px;
  margin-bottom: clamp(24px, 24px + 1.1666666667vw, 38px);
  padding-bottom: 24px;
  padding-bottom: clamp(24px, 24px + 1.1666666667vw, 38px);
  border-bottom: 1px solid var(--clBD);
}
.about-ssw .section-transition .sectionInner {
  max-width: 720px;
  /* 共通：各移行ブロック */
}
.about-ssw .section-transition .sectionInner .transition-block {
  position: relative;
  padding: 13px;
  padding: clamp(13px, 13px + 1.5833333333vw, 32px);
  background-color: var(--clBGP);
  /* ブロック直下の説明テキスト */
  /* ブロック直下の注記リスト（注1・注2など） */
  /* 詳細ボックス（複数あり） */
  /* 1つ目：育成就労（3年間）ブロック */
  /* 2つ目：特定技能1号（5年間）ブロック */
  /* 3つ目：特定技能2号（制限なし）ブロック */
}
.about-ssw .section-transition .sectionInner .transition-block:not(:last-child) {
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
}
.about-ssw .section-transition .sectionInner .transition-block:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22.5px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--clP);
}
.about-ssw .section-transition .sectionInner .transition-block h4 {
  color: var(--clP);
  font-size: 19px;
  font-size: clamp(19px, 19px + 0.25vw, 22px);
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
  font-weight: 500;
}
.about-ssw .section-transition .sectionInner .transition-block h5 {
  font-size: 15px;
  font-size: clamp(15px, 15px + 0.1666666667vw, 17px);
  font-weight: 500;
}
.about-ssw .section-transition .sectionInner .transition-block > ul {
  color: #666;
  font-size: 10px;
  font-size: clamp(10px, 10px + 0.1666666667vw, 12px);
}
.about-ssw .section-transition .sectionInner .transition-block > ul li {
  line-height: 1.8;
}
.about-ssw .section-transition .sectionInner .transition-block .detail {
  background-color: #fff;
  margin-top: 21px;
  margin-top: clamp(21px, 21px + 0.25vw, 24px);
  padding: 16px;
  border-radius: 4px;
  /* 詳細の補足テキスト */
  /* 詳細の箇条書き */
}
.about-ssw .section-transition .sectionInner .transition-block .detail > p {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.about-ssw .section-transition .sectionInner .transition-block .detail ul {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.about-ssw .section-transition .sectionInner .transition-block:nth-of-type(1) {
  /* 育成就労ブロック */
}
.about-ssw .section-transition .sectionInner .transition-block:nth-of-type(2) {
  /* 特定技能1号ブロック */
}
.about-ssw .section-transition .sectionInner .transition-block:nth-of-type(3) {
  /* 特定技能2号ブロック */
}
.about-ssw .section-specifiedskill-overview .sectionInner {
  /* サブ見出し（h4） */
  /* トップレベル番号付きリスト（1. 2.） */
  /* 追記事項（登録支援機関への委託可） */
  /* 注記（メモ） */
}
.about-ssw .section-specifiedskill-overview .sectionInner .specifiedskill-overview-box {
  border: 4px solid var(--clBD);
  border-radius: 8px;
  padding-block: 28px;
  padding-block: clamp(28px, 28px + 0.3333333333vw, 32px);
  padding-inline: 18px;
  padding-inline: clamp(18px, 18px + 1.1666666667vw, 32px);
}
.about-ssw .section-specifiedskill-overview .sectionInner .specifiedskill-overview-box > ul {
  display: flex;
  flex-direction: column;
  gap: 21px;
  gap: clamp(21px, 21px + 0.25vw, 24px);
  /* トップレベル項目（1：基準／2：義務） */
}
.about-ssw .section-specifiedskill-overview .sectionInner .specifiedskill-overview-box > ul > li {
  font-weight: 700;
  /* サブリスト（(1)(2)…の詳細条件） */
}
.about-ssw .section-specifiedskill-overview .sectionInner .specifiedskill-overview-box > ul > li > ul {
  font-weight: 500;
  background-color: #f9f9f9;
  padding-inline: 14px;
  padding-inline: clamp(14px, 14px + 0.1666666667vw, 16px);
  padding-block: 8px;
  padding-block: clamp(8px, 8px + 0.1666666667vw, 10px);
  margin-top: 14px;
  margin-top: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.about-ssw .section-specifiedskill-overview .sectionInner h4 {
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
.about-ssw .section-specifiedskill-overview .sectionInner p {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  margin-top: 14px;
  margin-top: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.about-ssw .note {
  display: none;
}
@media screen and (max-width:639px) {
  .about-ssw .note {
    display: block;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    line-height: 1;
    padding: 8px 0;
  }
  .about-ssw .note:before {
    content: url(../img/cmn/ico_zoom.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
  }
}
.about-ssw .section-purpose .sectionInner div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-ssw .section-current-status .sectionInner .graphs-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:639px) {
  .about-ssw .section-current-status .sectionInner .graphs-container {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .about-ssw .section-training-flow .sectionInner {
    max-width: 680px;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.lower .faq .faq-category {
  margin-bottom: 60px;
}
@media screen and (min-width:640px) {
  .lower .faq .faq-category {
    margin-bottom: 80px;
  }
}
.lower .faq .heading02 {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width:639px) {
  .lower .faq .heading02 {
    line-height: 2;
  }
}
@media screen and (min-width:640px) {
  .lower .faq .heading02 {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .lower .faq .heading02 br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .faq .heading02 {
    font-size: 25px;
  }
}
.lower .faq .faq-item {
  margin-bottom: 24px;
}
.lower .faq .faq-item span {
  font-size: 1.2em;
  position: relative;
  top: -2px;
}
.lower .faq .faq-item > * {
  border: 1px solid #ea5325;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 1em 1.2em 1.2em 1.2em;
  margin: 0;
}
.lower .faq .faq-item h4 {
  font-size: 14px;
  line-height: 1.7;
  background: #ea5325;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding: 0.6em 1em;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.4em;
  line-height: 1.4em;
}
@media screen and (min-width:640px) {
  .lower .faq .faq-item h4 {
    font-size: 18px;
  }
}
.lower .faq .faq-item p {
  font-size: 15.5px;
  line-height: 1.8;
}
.lower .faq .faq-item p + div {
  margin-top: 12px;
}
@media screen and (max-width:639px) {
  .lower .faq .faq-item p {
    font-size: 13.5px;
    line-height: 1.8;
  }
}
.lower .faq .faq-item dl dd {
  margin-bottom: 18px;
}
.lower .faq .faq-item ul {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 12px;
  padding: 4px 10px 12px 10px;
}
@media screen and (max-width:639px) {
  .lower .faq .faq-item ul {
    padding: 0 10px 16px 10px;
  }
}
.lower .faq .faq-item ul li {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-left: 8px;
  font-size: clamp(13px, 1.6666666667vw, 15px);
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .lower .faq .faq-item ul li {
    margin-left: 2px;
    align-items: flex-start;
  }
}
.lower .faq .faq-item ul li:not(:last-child) {
  margin-right: 0.7em;
}
.lower .faq .faq-item ul li:before {
  content: "";
  background-color: #aaa;
  border-radius: 100px;
  width: 6px;
  height: 6px;
  margin-right: 8px;
}
@media screen and (max-width:639px) {
  .lower .faq .faq-item ul li:before {
    position: relative;
    top: 7.5px;
  }
}
.lower .faq .faq-item .note {
  text-align: right;
  background-color: transparent;
  margin-top: 28px;
  padding-right: 0;
  padding-left: 0;
}
.lower .faq .faq-item .note.txtL {
  text-align: left;
}
@media screen and (max-width:639px) {
  .lower .faq .faq-item .note {
    text-align: left;
  }
}
.lower .faq .faq-item small {
  display: inline-block;
  color: var(--clTextW);
  color: #888;
  line-height: 2;
}
@media screen and (max-width:639px) {
  .lower .faq .faq-item small br {
    display: none;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.overview .section-greeting .sectionInner p {
  line-height: 2.5;
}
@media screen and (max-width:639px) {
  .overview .section-greeting .sectionInner p {
    line-height: 2;
  }
}
.overview .section-greeting .sectionInner p:not(:last-child) {
  margin-bottom: 1.3em;
}
@media screen and (max-width:639px) {
  .overview .section-greeting .sectionInner p:not(:last-child) {
    margin-bottom: 1em;
  }
}
.overview .section-greeting .sectionInner .txtR {
  margin-top: 2.5em;
}
.overview .section-organization .sectionInner table {
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:640px) {
  .overview .section-organization .sectionInner table {
    margin-bottom: 80px;
  }
}
.overview .section-organization .sectionInner h4 {
  margin-bottom: clamp(24px, 3.3333333333vw, 32px);
}
.overview .section-organization .sectionInner iframe {
  width: 100%;
  height: 480px;
}
.overview .section-organization .sectionInner p {
  margin-top: clamp(14px, 1.7857142857vw, 16px);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .section-tel {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width:1025px) {
  .lower .contact .section-tel .waku-box {
    padding: 32px;
    padding-bottom: 48px;
  }
}
.lower .contact .section-tel h3 {
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: clamp(18px, 2.2619047619vw, 20px);
}
.lower .contact .section-tel p {
  margin-bottom: 36px;
}
@media screen and (max-width:639px) {
  .lower .contact .section-mailform p br {
    display: none;
  }
}
.lower .contact .privacy-policy .bg-gray {
  padding: 30px 30px 30px 40px;
  background-color: #f5f5f5;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.lower .contact .privacy-policy h3 {
  font-size: clamp(18px, 2.2619047619vw, 20px);
  text-align: center;
  margin-bottom: 28px;
}
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
  padding-right: 16px;
}
.lower .contact .privacy-policy h4 {
  font-size: clamp(14px, 1.7857142857vw, 16px);
}
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #b0b0b0;
  padding: 12px;
  border-radius: 3px;
  color: #3e3734;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
  background-color: var(--clBGW);
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 60%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
  position: relative;
  top: -1.5px;
}
.lower .contact ::-moz-placeholder {
  color: #b0b0b0;
}
.lower .contact ::placeholder {
  color: #b0b0b0;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #ea5425;
  border-radius: 4px;
  color: #ea5425;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: clamp(21px, 2.6785714286vw, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
  margin-top: 64px;
}
.lower .contact .contact-form__item {
  border-bottom: 2px solid #efefef;
}
.lower .contact .contact-form__item:nth-last-child(2), .lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.3em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--clP);
  font-weight: 500;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #d54e24;
}
.lower .contact .contact-form__optional {
  background-color: #3e3734;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
  cursor: pointer;
}
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.lower .contact .contact-form input:invalid {
  background: #f9f9f9;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #f5f5f5;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #ea5425;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.lower .contact .contact-form__btn.back {
  background-color: #efefef;
  color: #3e3734;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-form__btn.back:hover, .lower .contact .contact-form__btn.back:active {
  background-color: #aaa;
}
.lower .contact .contact-form .privacy-check {
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 4em 0 4em 0;
  font-size: 1em;
}
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.lower .contact .contact-form .privacy-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
.lower .contact .contact-error {
  color: #d54e24;
}
.lower .contact .thanks h3 {
  text-align: center;
}
.lower .contact .thanks .txtC {
  font-size: clamp(13px, 1.6666666667vw, 15px);
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #3e3734;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #3e3734;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #ea5425;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #ea5425;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #d54e24;
  --clP: #ea5425;
  --clPW: #eb805e;
  --clSD: #3d9a46;
  --clS: #4aa453;
  --clSW: #62bc6b;
  --clAD: #d54e24;
  --clA: #ea5425;
  --clAW: #eb805e;
  --clW: #ffffff;
  --clBG: #fff;
  --clBGG: #fcf8f7;
  --clBGP: #faeeea;
  --clBGS: #e9f4ea;
  --clBGCV: #faeeea;
  --clBD: #efefef;
  --clBDW: #aaa;
  --clText: #3e3734;
  --clTextW: #b0b0b0;
  --clTextL: #145eed;
  --clTextLH: #7994ca;
  --clTextR: #d54e24;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.terms .terms-list {
  margin-bottom: 41px;
  margin-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
}
.terms .terms-cost .heading02 {
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  margin-bottom: 34px;
  margin-bottom: clamp(34px, 34px + 0.5vw, 40px);
}
.terms .terms-cost ol {
  display: flex;
  flex-direction: column;
  padding-left: 1.4em;
  font-size: 12.5px;
  font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
}
.terms .table-scroll {
  margin-bottom: 34px;
  margin-bottom: clamp(34px, 34px + 0.5vw, 40px);
}
.terms .terms-item {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
}
.terms .terms-item h4 {
  font-size: 16px;
  font-size: clamp(16px, 16px + 0.1666666667vw, 18px);
  margin-bottom: 14px;
  margin-bottom: clamp(14px, 14px + 0.1666666667vw, 16px);
  transform: translateX(-0.5em);
  color: var(--clP);
  border-bottom: 1px solid var(--clP);
  padding-bottom: 0.8em;
}
.terms .terms-item h5 {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  margin-bottom: 8px;
}
.terms .terms-item .table-style tbody th {
  background-color: var(--clBGP);
  color: var(--clText);
  font-weight: 500;
}
.terms .terms-item .table-style tbody th[colspan="5"] {
  font-weight: 700;
}
.terms .terms-item .table-style tbody td:nth-child(3) {
  white-space: nowrap;
}/*# sourceMappingURL=pages.css.map */