#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  padding-left: 100px;
}
#mainimg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: -1;
  background-color: #00a0e9;
}
#mainimg .scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 70%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 30px;
}
#mainimg .scroll a {
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#mainimg .scroll a::after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #0168b7;
}
#mainimg .scroll a:hover {
  opacity: 1;
}
#mainimg #mainslider {
  background-color: #fff;
}
#mainimg #mainslider img {
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  top: 11.25%;
  left: max((100% - 1180px) / 2, 140px);
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
#mainimg .catch p {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 22px;
}
#mainimg .catch .box {
  padding: 1px 24px 1px 28px;
  margin-left: -28px;
  background-color: #fff;
}
#mainimg .catch .blue {
  color: #0168b7;
}
#mainimg .catch .yellow {
  color: #fad400;
}
@media (max-width: 999px) {
  #mainimg {
    padding-left: 30px;
  }
  #mainimg .scroll {
    width: 30px;
    font-size: 18px;
  }
  #mainimg .scroll a::after {
    height: 60px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 40px;
    left: max((100% - 1180px) / 2, 70px);
  }
}
@media (max-width: 767px) {
  #mainimg .scroll {
    font-size: 16px;
  }
  #mainimg .scroll a::after {
    height: 40px;
  }
  #mainimg #mainslider img {
    min-height: 260px;
  }
  #mainimg .catch {
    font-size: 26px;
    left: max((100% - 1180px) / 2, 40px);
  }
  #mainimg .catch p {
    row-gap: 10px;
  }
  #mainimg .catch .box {
    padding: 1px 10px;
    margin-left: 0;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  position: relative;
  background-color: #f8f8f8;
}
#message .shape {
  position: absolute;
}
#message .shape.s1 {
  width: 14.875%;
  max-width: 238px;
  aspect-ratio: 238/183;
  left: 3.125%;
  bottom: 17px;
}
#message .shape.s1::before, #message .shape.s1::after {
  content: "";
  position: absolute;
  width: 73.1092436975%;
  aspect-ratio: 174/130;
  transform: skewX(-17deg);
}
#message .shape.s1::before {
  left: 0;
  top: 0;
  background-color: #fad400;
}
#message .shape.s1::after {
  right: 0;
  bottom: 0;
  border: 1px solid #066bb8;
}
#message .shape.s2 {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  width: 9.375%;
  max-width: 150px;
  right: 34.0625%;
  top: 47%;
}
#message .shape.s2::before, #message .shape.s2::after {
  content: "";
  transform: skewX(17deg);
}
#message .shape.s2::before {
  width: 69.3333333333%;
  aspect-ratio: 104/78;
  background-color: #fad400;
}
#message .shape.s2::after {
  margin-left: auto;
  width: 34.6666666667%;
  aspect-ratio: 52/40;
  background-color: #ff6d60;
}
#message .contents {
  display: flex;
  padding-left: max((100vw - 1180px) / 2, 10px);
  background-color: #00a0e9;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
}
#message .contents .left {
  flex: 1;
  margin-right: -8.273381295%;
  position: relative;
  padding: 103px 0 130px;
}
#message .contents .left .bgtx {
  margin-left: max(-1.08em, max((100vw - 1180px) / 2, 10px) * -1);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: max(min(10vw, 160px), 40px);
  line-height: 0.5625;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.24);
  transform: skewX(-10deg);
  margin-bottom: max(-2.375vw, -38px);
}
#message .contents .left .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: max(min(4.3vw, 70px), 20px);
  line-height: 1.2857142857;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 42px;
}
#message .contents .left .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.9166666667;
  letter-spacing: 0.08em;
  color: #fff;
}
#message .contents .image {
  width: 48.4172661871%;
}
#message .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #message .contents .left {
    padding: 90px 0 110px;
  }
  #message .contents .left .catch {
    margin-bottom: 30px;
  }
  #message .contents .left .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #message .contents {
    padding-top: 30px;
    flex-direction: column;
    row-gap: 30px;
    padding-left: 0;
  }
  #message .contents .left {
    padding: 0 0 0 10px;
    margin-right: 0;
    overflow-x: clip;
  }
  #message .contents .left .catch {
    margin-bottom: 20px;
  }
  #message .contents .left .text {
    font-size: 18px;
  }
  #message .contents .image {
    width: 100%;
  }
  #message .contents .image img {
    max-height: 300px;
    -o-object-position: top;
       object-position: top;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#interview {
  padding: 18px max((100% - 1180px) / 2, 10px) 0px;
  position: relative;
  overflow-x: clip;
}
#interview::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  z-index: -1;
}
#interview .shape {
  position: absolute;
}
#interview .shape.s1 {
  width: 14.875%;
  max-width: 238px;
  aspect-ratio: 238/183;
  top: -37px;
  right: 3.125%;
}
#interview .shape.s1::before, #interview .shape.s1::after {
  content: "";
  position: absolute;
  width: 73.1092436975%;
  aspect-ratio: 174/130;
  transform: skewX(-17deg);
}
#interview .shape.s1::before {
  left: 0;
  top: 0;
  background-color: #fff;
}
#interview .shape.s1::after {
  right: 0;
  bottom: 0;
  border: 1px solid #ff6d60;
}
#interview .shape.s2 {
  width: 10.625%;
  max-width: 170px;
  aspect-ratio: 170/160;
  transform: skewX(-17deg);
  border: 1px solid #31da99;
  top: 54.5%;
  left: max(-1.5625%, -25px);
}
#interview .shape.s3 {
  width: 17.5%;
  max-width: 280px;
  aspect-ratio: 280/255;
  transform: skewX(17deg);
  border: 1px solid #ff6d60;
  bottom: min(6.25vw, 100px);
  right: max(-2.5%, -40px);
}
#interview .top {
  display: flex;
  align-items: end;
  margin-bottom: 44px;
}
#interview .top h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
#interview .top h2 small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0168b7;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#interview .top h2 small::before {
  content: "";
  width: 50px;
  aspect-ratio: 50/32;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/heading-icon.webp);
}
@media (max-width: 999px) {
  #interview .top h2 {
    font-size: 40px;
  }
  #interview .top h2 small {
    font-size: 24px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #interview .top h2 small::before {
    width: 40px;
  }
  #interview .top h2 .tx span {
    padding: 5px 30px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #interview .top h2 {
    font-size: 26px;
  }
  #interview .top h2 small {
    font-size: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #interview .top h2 small::before {
    width: 30px;
  }
  #interview .top h2 .tx span {
    padding: 5px 15px;
    font-size: 20px;
  }
}
#interview .top .tx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-left: 30px;
  margin-bottom: 18px;
}
#interview .top .tx span {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #00a0e9;
  padding: 0 50px;
}
#interview .inner {
  margin-bottom: 89px;
}
#interview .block .image,
#interview .block .image img,
#interview .block .image::before {
  -webkit-clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
          clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
}
#interview .block .image {
  position: relative;
  aspect-ratio: 610/580;
}
#interview .block .image.a {
  transition: all 0.5s ease-out;
}
#interview .block .image.a:hover {
  opacity: 0.6;
}
#interview .block .image a {
  width: 100%;
  height: 100%;
  display: block;
}
#interview .block .image a:hover {
  opacity: 1;
}
#interview .block .image::before,
#interview .block .image img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
#interview .block .image::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
#interview .block .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .block .image .number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 10%;
  padding: 5px 22px 5px 34px;
  z-index: 1;
}
#interview .block .txtbox .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #0168b7;
  margin-bottom: 10px;
}
#interview .block .txtbox .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #121212;
}
#interview .block .txtbox .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
}
#interview .block:nth-child(1n) .image .number {
  background-color: #ff6d60;
}
#interview .block:nth-child(1n) .image::before {
  background-color: #ff6d60;
}
#interview .block:nth-child(2n) .image .number {
  background-color: #31da99;
}
#interview .block:nth-child(2n) .image::before {
  background-color: #31da99;
}
#interview .block:nth-child(3n) .image .number {
  background-color: #fad400;
}
#interview .block:nth-child(3n) .image::before {
  background-color: #fad400;
}
#interview .block:nth-child(4n) .image .number {
  background-color: #00a0e9;
}
#interview .block:nth-child(4n) .image::before {
  background-color: #00a0e9;
}
#interview .block:nth-child(5n) .image .number {
  background-color: #ff6d60;
}
#interview .block:nth-child(5n) .image::before {
  background-color: #ff6d60;
}
#interview .block:nth-child(6n) .image .number {
  background-color: #31da99;
}
#interview .block:nth-child(6n) .image::before {
  background-color: #31da99;
}
#interview .block:nth-child(7n) .image .number {
  background-color: #fad400;
}
#interview .block:nth-child(7n) .image::before {
  background-color: #fad400;
}
#interview .block:nth-child(9n) .image .number {
  background-color: #ff6d60;
}
#interview .block:nth-child(9n) .image::before {
  background-color: #ff6d60;
}
#interview .block:nth-child(10n) .image .number {
  background-color: #31da99;
}
#interview .block:nth-child(10n) .image::before {
  background-color: #31da99;
}
#interview .block:nth-child(11n) .image .number {
  background-color: #fad400;
}
#interview .block:nth-child(11n) .image::before {
  background-color: #fad400;
}
#interview .block.block.beginner .txtbox .text {
  display: none;
}
#interview .block.block.veteran {
  display: flex;
  width: 100% !important;
  margin-left: -40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#interview .block.block.veteran a {
  width: 50%;
  height: 100%;
}
#interview .block.block.veteran a .image {
  width: 51.6949152542%;
  width: 100%;
}
#interview .block.block.veteran .txtbox {
  width: 50%;
  flex: 1;
  padding-top: 69px;
}
#interview .block.block.veteran:not(:last-child) {
  margin-bottom: 50px;
}
#interview .contents {
  margin-bottom: 20px;
}
#interview .contents .beginner-slider {
  margin-bottom: 50px;
}
#interview .contents .slick-list {
  margin: 0 -40px;
}
#interview .contents .slick-arow {
  position: absolute;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #0168b7;
  background-position: center;
  top: 40% !important;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
#interview .contents .slick-arow.prev {
  background-image: url(../images/prev-arow.png);
  left: -30px;
}
#interview .contents .slick-arow.next {
  background-image: url(../images/next-arow.png);
  right: -30px;
}
#interview .contents .block {
  margin-right: 20px;
}
#interview .contents .block .image {
  margin-bottom: 20px;
}
#interview .contents .block .txtbox {
  padding-left: 40px;
}
#interview .contents .block .txtbox .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#interview .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 500px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  height: 100px;
  font-size: 20px;
  background-color: #0168b7;
  background-image: url(../images/arow.webp);
  margin: 0 auto;
}
#interview .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #interview .btn a {
    width: 390px;
    height: 80px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #interview .btn a {
    width: 280px;
    height: 60px;
    font-size: 16px;
    background-size: 20px auto;
  }
}
@media (max-width: 1300px) {
  #interview .block.block.veteran {
    margin-left: 0;
  }
  #interview .contents .slick-list {
    margin: 0 -5px;
  }
  #interview .contents .slick-arow.prev {
    left: 0;
  }
  #interview .contents .slick-arow.next {
    right: 0;
  }
  #interview .contents .block {
    margin: 0 5px;
  }
  #interview .contents .block .txtbox {
    padding-left: 0;
  }
}
@media (max-width: 999px) {
  #interview .top h2 {
    margin-bottom: 30px;
  }
  #interview .top .tx span {
    padding: 5px 30px;
    font-size: 24px;
  }
  #interview .inner {
    margin-bottom: 80px;
  }
  #interview .contents .block .image {
    margin-bottom: 15px;
  }
  #interview .block .image img, #interview .block .image::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  #interview .block .image .num {
    font-size: 16px;
    padding: 5px 15px 5px 20px;
  }
  #interview .block .txtbox .name {
    font-size: 16px;
  }
  #interview .block .txtbox .title {
    font-size: 18px;
  }
  #interview .block .txtbox .text {
    font-size: 15px;
  }
  #interview .block.block.veteran .txtbox {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #interview .top {
    display: block;
  }
  #interview .top h2 {
    margin-bottom: 20px;
  }
  #interview .top .tx {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #interview .top .tx span {
    padding: 5px 15px;
    font-size: 20px;
  }
  #interview .inner {
    margin-bottom: 70px;
  }
  #interview .contents .slick-arow {
    width: 50px;
  }
  #interview .contents .block .image {
    margin-bottom: 10px;
  }
  #interview .block .image img, #interview .block .image::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #interview .block .image .num {
    font-size: 14px;
    padding: 5px 10px 5px 15px;
  }
  #interview .block .txtbox .name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #interview .block .txtbox .title {
    font-size: 16px;
  }
  #interview .block .txtbox .text {
    font-size: 14px;
  }
  #interview .block.block.veteran {
    display: block;
    margin: 0;
  }
  #interview .block.block.veteran .txtbox {
    width: 100%;
    padding-top: 0px;
  }
}
@media (max-width: 500px) {
  #interview .block.block.veteran {
    flex-direction: column;
    row-gap: 10px;
  }
  #interview .block.block.veteran .image {
    width: 100%;
  }
  #interview .block.block.veteran .txtbox {
    padding-top: 0px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  margin-top: -168px;
  margin-bottom: 120px;
}
#about .mainimage {
  position: relative;
  z-index: -1;
  background-color: #f8f8f8;
}
#about .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 840px;
  min-height: 200px;
  -webkit-clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
}
#about .inner {
  position: relative;
  margin: -120px 150px 0;
  padding: 0px max((100% - 1180px) / 2 - 150px, 10px);
}
#about .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
#about .inner .shape {
  position: absolute;
}
#about .inner .shape.s1 {
  left: -150px;
  top: 60px;
  background-color: #00a0e9;
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  width: 11.5384615385%;
  max-width: 150px;
  aspect-ratio: 150/255;
}
#about .inner .shape.s2 {
  display: flex;
  flex-direction: column;
  width: 11.5384615385%;
  max-width: 150px;
  row-gap: 10px;
  top: -45px;
  right: 25.3846153846%;
}
#about .inner .shape.s2::before, #about .inner .shape.s2::after {
  content: "";
  transform: skewX(-17deg);
}
#about .inner .shape.s2::before {
  width: 69.3333333333%;
  aspect-ratio: 104/78;
  background-color: #fad400;
  margin-left: auto;
}
#about .inner .shape.s2::after {
  width: 34.6666666667%;
  aspect-ratio: 52/40;
  background-color: #ff6d60;
}
#about .head {
  display: flex;
  margin-bottom: 45px;
}
#about .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  margin-top: 81px;
}
#about .head h2 small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0168b7;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#about .head h2 small::before {
  content: "";
  width: 50px;
  aspect-ratio: 50/32;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/heading-icon.webp);
}
@media (max-width: 999px) {
  #about .head h2 {
    font-size: 40px;
  }
  #about .head h2 small {
    font-size: 24px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #about .head h2 small::before {
    width: 40px;
  }
  #about .head h2 .tx span {
    padding: 5px 30px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #about .head h2 {
    font-size: 26px;
  }
  #about .head h2 small {
    font-size: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #about .head h2 small::before {
    width: 30px;
  }
  #about .head h2 .tx span {
    padding: 5px 15px;
    font-size: 20px;
  }
}
#about .head .coment {
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: auto;
  margin-top: -73px;
}
#about .head .coment p {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 10px;
}
#about .head .coment span {
  background-color: #00a0e9;
  padding: 28px 6px;
}
#about .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 41px 5%;
  margin: 0 -10px;
}
#about .contents .block {
  width: 47.5%;
}
#about .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#about .contents .block a:hover {
  opacity: 0.6;
}
#about .contents .block a .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
#about .contents .block a .title::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arow2.webp);
  margin-left: auto;
}
#about .contents .block .image {
  aspect-ratio: 570/250;
  position: relative;
  margin-bottom: 12px;
}
#about .contents .block .image img, #about .contents .block .image::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
#about .contents .block .image::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
#about .contents .block .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
#about .contents .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  padding-left: 10px;
}
#about .contents .block.blue a .title::after {
  background-color: #00a0e9;
}
#about .contents .block.blue .image::before {
  background-color: #00a0e9;
}
#about .contents .block.green a .title::after {
  background-color: #31da99;
}
#about .contents .block.green .image::before {
  background-color: #31da99;
}
#about .contents .block.red a .title::after {
  background-color: #ff6d60;
}
#about .contents .block.red .image::before {
  background-color: #ff6d60;
}
#about .contents .block.yellow a .title::after {
  background-color: #fad400;
}
#about .contents .block.yellow .image::before {
  background-color: #fad400;
}
@media (max-width: 1100px) {
  #about .inner {
    margin: -120px 80px 0;
  }
  #about .inner .shape.s1 {
    left: -120px;
  }
}
@media (max-width: 999px) {
  #about {
    margin-top: -110px;
    margin-bottom: 90px;
  }
  #about .inner {
    margin: -80px 10px 0;
  }
  #about .inner .shape.s1 {
    display: none;
  }
  #about .head {
    margin-bottom: 35px;
  }
  #about .head .coment {
    font-size: 24px;
    margin-top: -50px;
  }
  #about .head .coment span {
    padding: 20px 5px;
  }
  #about .contents .block .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #about {
    margin-top: -80px;
    margin-bottom: 80px;
  }
  #about .inner {
    margin-top: -40px;
  }
  #about .head {
    margin-bottom: 25px;
    flex-direction: column;
    row-gap: 10px;
  }
  #about .head h2 {
    order: 1;
    margin-top: 0;
  }
  #about .head .coment {
    font-size: 20px;
    margin-top: -30px;
  }
  #about .head .coment span {
    padding: 15px 5px;
  }
  #about .contents .block a .title::after {
    width: 30px;
  }
  #about .contents .block .image {
    min-height: 100px;
    max-width: 100%;
  }
  #about .contents .block .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit .top {
  position: relative;
  aspect-ratio: 1600/905;
  padding: 9.5625vw 0 10px;
}
#recruit .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/recruit-bg.webp) no-repeat center/cover;
  -webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);
  z-index: -1;
}
#recruit .top .contents {
  margin-left: max((100% - 1180px) / 2, 10px);
}
#recruit .top .contents h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.5;
  margin-bottom: min(2.375vw, 38px);
}
#recruit .top .contents h2 small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#recruit .top .contents h2 small::before {
  content: "";
  width: 50px;
  aspect-ratio: 50/32;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/heading-icon-white.webp);
}
@media (max-width: 999px) {
  #recruit .top .contents h2 {
    font-size: 40px;
  }
  #recruit .top .contents h2 small {
    font-size: 24px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #recruit .top .contents h2 small::before {
    width: 40px;
  }
  #recruit .top .contents h2 .tx span {
    padding: 5px 30px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #recruit .top .contents h2 {
    font-size: 26px;
  }
  #recruit .top .contents h2 small {
    font-size: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #recruit .top .contents h2 small::before {
    width: 30px;
  }
  #recruit .top .contents h2 .tx span {
    padding: 5px 15px;
    font-size: 20px;
  }
}
#recruit .top .contents .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
  max-width: 590px;
  margin-bottom: min(5.125vw, 82px);
}
#recruit .top .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0168b7;
  width: 270px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  height: 70px;
  font-size: 16px;
  background-color: #fff;
  background-image: url(../images/arow-blue.webp);
}
#recruit .top .contents .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #recruit .top .contents .btn a {
    width: 250px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #recruit .top .contents .btn a {
    width: 230px;
    height: 50px;
  }
}
#recruit .entry {
  position: relative;
}
#recruit .entry::before, #recruit .entry::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
#recruit .entry::before {
  width: 100%;
  background-color: #fbdd33;
}
#recruit .entry::after {
  width: 56.625%;
  background-color: #fad400;
  -webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%);
}
#recruit .entry a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 103px 110px 123px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0168b7;
  display: block;
  text-align: center;
}
#recruit .entry a:hover {
  opacity: 0.6;
}
#recruit .entry a small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
  margin-top: -18px;
}
#recruit .entry a::before {
  content: "";
  position: absolute;
  right: max((100% - 1180px) / 2, 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blue2.webp) no-repeat center #fff;
  border: 1px solid #0168b7;
}
@media (max-width: 999px) {
  #recruit .top .contents .text {
    font-size: 18px;
  }
  #recruit .entry a {
    font-size: 60px;
    padding: 90px;
  }
  #recruit .entry a::before {
    width: 80px;
  }
  #recruit .entry a small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #recruit .top .contents .text {
    font-size: 16px;
  }
  #recruit .entry a {
    font-size: 40px;
    padding: 50px;
  }
  #recruit .entry a::before {
    width: 40px;
  }
  #recruit .entry a small {
    font-size: 20px;
    margin-top: 0px;
  }
}
@media (max-width: 500px) {
  #recruit .top .contents h2 {
    font-size: 22px;
  }
  #recruit .top .contents .text {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */