@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #333333;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.bg__glay {
  background: #ebebeb;
}

.btn {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.btn a {
  display: grid;
  position: relative;
  place-items: center;
  min-height: 5.1rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: calc(infinity * 1px);
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn__blue a,
.btn__white a {
  width: 22rem;
  min-height: 5.5rem;
  border-radius: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.btn__blue a {
  border: 1px solid #0f66e7;
  background: #0f66e7;
}

.btn__white a {
  background: #FFF;
  color: #122a88;
}

.pankuz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5rem;
  padding: 0.5em 0;
  border-top: 1px solid #CCCCCC;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: left;
}

.pankuz__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pankuz a {
  margin-right: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

.post {
  margin-left: 0.5rem;
}

.pankuz .current-item {
  margin-left: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

.pankuz .pankuz__arrow {
  display: inline-block;
  width: 8px;
}

.date-year,
.taxonomy,
.post-works-archive {
  margin-left: 0.5rem;
}

.post-interview-archive {
  margin-left: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 600;
  text-align: center;
}

.section__title-topMessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.section__en {
  color: #33394B;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  font-family: "Satisfy", cursive;
  text-transform: capitalize;
}

.section__jp {
  font-weight: 400;
  font-size: 1.6rem;
}

.section__title-big {
  font-size: 6rem;
}

.section__title-grid {
  display: grid;
  gap: 1.5rem;
}

.section__title-topMessage .section__title-jp {
  margin-top: 2em;
}

.section__title-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.section__title-sub {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.section__title-white {
  color: #FFF;
}

.section__head {
  margin-top: 6rem;
}

.section__sub-en {
  color: #1469e8;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1;
}

.section__sub-jp {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 2.2rem;
}

.text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;

}

.text__bold {
  font-weight: 700;
}

.text__center {
  text-align: center;
}

.archive__section {
  padding-bottom: 6rem;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.archive__items {
  display: grid;
  gap: 5rem;
}

.archive__item {
  display: grid;
}

.archive__image {
  aspect-ratio: 540/371;
}
.archive__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5rem;
  padding: 0.5em 1.5rem;
  background: #d5dee4;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
}

.archive__info {
  margin-top: 1rem;
  padding-left: 2rem;
}

.archive__qualification {
  color: #122A88;
  line-height: 180%;
}

.archive__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1rem;
  gap: 2rem;
  font-size: 2.4rem;
  line-height: 1.125;
}
.archive__name span {
  display: inline-block;
  color: #7D7D7D;
  font-size: 1.4rem;
}

.archive__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  padding-right: 2rem;
}

.archive__btn a {
  width: 18rem;
  min-height: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

.archiveJob__items {
  display: grid;
  gap: 3rem;
}

.archiveJob__item {
  border: 1px solid #ccc;
}

.archiveJob__content {
  padding: 1rem 1.5rem 2rem;
}

.archiveJob__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 180%;
}

.archiveJob__category {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9rem;
  min-height: 3rem;
  padding: 0.3em 0.5em;
  background: #0f66e7;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 150%;
}

.archiveJob__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
}

.archive__salary {
  color: #122A88;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: right;
}
.archive__salary span {
  font-size: 2.4rem;
}

.archiveJob__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.career {
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.career__title {
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  text-align: center;
}

.career__text {
  margin-top: 3rem;
}

.career__image {
  margin-top: 2rem;
}

.company {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.company__title {
  font-weight: 700;
  font-size: 2rem;
}

.company__items {
  display: grid;
  padding: 3rem 1rem;
  gap: 2rem;
  background: #FFF;
}

.company__item {
  display: grid;
  grid-template-columns: 38% 63%;
  grid-template-columns: 35% 65%;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.company__item:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

.company__item:nth-of-type(2) {
  border-bottom: initial;
}

.company__label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.875;
}

.company__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
}

.company__text-bold {
  font-weight: 700;
  width: 18rem;
}

.company__map {
  width: 100%;
  height: 20rem;
  margin-top: -2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

.company__map iframe {
  width: 100%;
  height: 100%;
}

.companyAbout {
  padding-top: 6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.companyAbout__wrapper {
  position: relative;
  margin-top: 4rem;
  padding-top: 7rem;
  padding-bottom: 6rem;
  background: #EBEBEB;
}

.companyAbout__title {
  display: grid;
  position: absolute;
  top: -2.25rem;
  left: 50%;
  place-items: center;
  width: 29rem;
  min-height: 5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #D5DEE4;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.companyAbout__title.fade.is-active {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.companyAbout__items {
  display: grid;
  gap: 3rem;
}

.companyAbout__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  gap: 2rem;
  background: #FFF;
}

.companyAbout__label {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.companyAbout__label.companyAbout__label-center {
  text-align: center;
}

.companyAbout__item:nth-child(2) .companyAbout__content {
  display: grid;
  grid-template-columns: 13rem 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.companyAbout__item:nth-child(3) .companyAbout__content {
  display: grid;
  gap: 4rem;
}
.companyAbout__item:nth-child(4) .companyAbout__content {
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
}

.companyAbout__attention {
  margin-left: -2em;
  font-weight: 700;
  font-size: 1.4rem;
}

.companyAbout__number {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  white-space: nowrap;
}
.companyAbout__number span {
  font-size: 6rem;
}

.companyAbout__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}

.companyAbout__text {
  margin-bottom: 2rem;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.25;
}

.companyPage__head {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5625;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  text-align: center;
  text-align: center;
}

.contact__heading {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2222222222;
  text-align: left;
}

.contactForm {
  padding-top: 6rem;
  padding-bottom: 8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

.contactForm__flows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.2rem;
  gap: 0 12.6rem;
  font-weight: 500;
}

.contactForm__flows::before {
  z-index: -2;
  position: absolute;
  top: 1px;
  left: 50%;
  width: 29.5rem;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cccccc;
  content: "";
}

.contactForm__flow {
  position: relative;
  color: #ccc;
  font-size: 1.4rem;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  letter-spacing: initial;
  letter-spacing: 0.05em;
}

.contactForm__flow::before {
  position: absolute;
  top: -3.2rem;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #ccc;
  content: "";
}

.contactForm__flow.is-active {
  color: #000;
}

.contactForm__flow.is-active::before {
  width: 2.4rem;
  height: 2.4rem;
  background: #0f66e7;
}

.contactForm__flow.is-active::after {
  z-index: -1;
  position: absolute;
  top: -3.4rem;
  left: 50%;
  width: 2.8rem;
  height: 2.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #0f66e7;
  border-radius: 50%;
  background: #FFF;
  content: "";
}

.contactForm__items {
  display: grid;
  margin-top: 5rem;
  gap: 3rem;
}

.contactForm__item {
  display: grid;
  gap: 1rem;
}

.contactForm__labels label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.contactForm__required {
  color: #FF0404;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.contactForm__answer {
  font-size: 1.6rem;
  line-height: 2;
}

.contactForm__answer-job {
  position: relative;
}

.contactForm__answer-job::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 2rem;
  height: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ccc;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
}

.contactForm__serch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2em;
  gap: 2rem;
}
.contactForm__serch .wpcf7-form-control-wrap {
  width: 15rem;
}

.contactForm__serch::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "〒";
  font-size: 1.6rem;
}

.contactForm__serch-btn {
  display: grid;
  place-items: center;
  width: 10rem;
  height: 100%;
  padding: 0.5em 1em;
  background: #ccc;
  font-weight: 700;
  cursor: pointer;
}

.contactForm__answer-address {
  display: grid;
  gap: 2rem;
}

.contactForm__rule {
  height: 20rem;
  padding: 3rem 1.5rem;
  overflow: scroll;
  border: 1px solid #ccc;
}

.contactForm__agree {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
.contactForm__agree a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contactForm__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
  gap: 2rem;
}

.contactForm__btn {
  margin-top: 6rem;
  text-align: center;
}

.contactForm__btns .contactForm__btn {
  margin-top: initial;
}

.contactForm__btn input {
  width: 60%;
  min-height: 5rem;
  border: 1px solid #0f66e7;
  background: #0f66e7;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contactForm__btn.contactForm__btn-return input {
  border: initial;
  background: #ccc;
  color: #333333;
}

.contactForm__title {
  margin-top: 4rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3571428571;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  text-align: center;
}

.contacForm__thanks {
  margin-top: 3rem;
  text-align: center;
}

.contacForm__return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 7px 20px;
  border: 1px solid #ccc;
  background: #FFF;
  color: #333333;
  font-size: 1.6rem;
}

textarea {
  height: 18rem;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.wpcf7-list-item {
  margin: initial;
}

/* チェックボックスとラジオボタンここから */
.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5em;
  text-align: center;
}

/* チェック前のradioボタン */
.wpcf7-list-item-label::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ccc;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  background: #FFF;
  content: "";
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
}
/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before,
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #0f66e7; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.contact__form-thanks {
  margin-top: 5rem;
}

.contact__form-confirm dd {
  width: 100%;
  padding: 10px;
  padding: 2rem;
  border: #dddddd solid 1px;
  background: #fff;
  color: #0f66e7;
  font-size: 1.6rem;
}

/* チェック前のcheckbox */
input[type=checkbox] + .wpcf7-list-item-label::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ccc;
  border-radius: initial; /* ラジオボタンっぽく丸くする */
  background: #fff;
  content: "";
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
}

/* チェック後のcheckbox */
/* チェックボックスとラジオボタンここまで */
.ease {
  padding-top: 5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ease__wrapper {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 20rem;
  background: #0F66E7;
}

.ease__items {
  display: grid;
  gap: 3rem;
}

.ease__items:nth-child(2) {
  margin-top: 3rem;
}

.ease__item {
  display: grid;
  padding: 2rem;
  gap: 1rem;
  background: #FFF;
  text-align: center;
}

.ease__label {
  font-weight: 700;
  font-size: 2rem;
}

.ease__value {
  margin-top: auto;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  white-space: nowrap;
}
.ease__value span {
  font-size: 6rem;
}

.ease__value-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.ease__value-end span {
  margin-right: 1rem;
}
.ease__items:nth-child(2) .ease__value {
  font-size: 1.6rem;
}
.ease__items:nth-child(2) .ease__value span {
  line-height: 120%;
}

.ease__value-rest {
  position: relative;
}

.ease__value-rest::after {
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "完全週休2日制度";
  font-size: 1.4rem;
  text-align: center;
}

.ease__value-rest2::after {
  position: absolute;
  top: 92%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "私たちは愛知県「休み方改革」イニシアチブに賛同しています。";
  font-size: 1.0rem;
  text-align: center;
}

.fade {
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  /*追加*/
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fade.is-active {
  visibility: visible;
  /*元の位置に戻す*/
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /*要素を表示させる*/
  opacity: 1;
}

.flow {
  padding-top: 6rem;
}

.flow__attention {
  margin-top: 4rem;
}

.flow__items {
  display: grid;
  margin-top: 4rem;
  gap: 4rem;
}

.flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.3rem;
  padding: 0.8rem 1.2rem;
  gap: 3.1rem;
  background: #0f66e7;
}

.flow__number {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #FFF;
  color: #0f66e7;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
}

.flow__title {
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
}

.footer {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3.6rem;
  background: #33394b;
  color: #FFF;
  font-weight: 300;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "Arial", sans-serif;
}

.footer__logo {
  width: 20rem;
}
.footer__logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__address {
  margin-top: 4rem;
}

.footer__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.2rem;
  gap: 3rem;
}

.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.footer__nav {
  margin-top: 3rem;
}

.footer__items {
  display: grid;
  gap: 1.5rem;
}

.footer__item a {
  position: relative;
  padding-left: 2.8rem;
}

.footer__item a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #60bdeb;
  content: "";
}

.footer__item span {
  position: relative;
}

.footer__item span::after {
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/new_window.png) no-repeat;
  background-size: contain;
  content: "";
}

.footer__instagram {
  margin-top: 3rem;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 2rem;
}

.footer__text {
  margin-top: 5rem;
  font-size: 1.2rem;
  text-align: center;
}
.footer__corporate a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.fv {
  position: relative;
  width: 100vw;
}

.fv__image {
  position: relative;
}

.fv__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}

.fv img {
  width: 100%;
}

.fv__content {
  z-index: 2;
  position: absolute;
  top: 60%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
}

.fv__copy {
  width: 35rem;
}

.fv__text {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.fv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-bottom: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  font-weight: 300;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "Arial", sans-serif;
  letter-spacing: 0.2em;
}

.fv__scroll::after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  content: "";
}

.fv {
  /* paeination */
  /* 標準のボーダー削除 */
}
.fv .your-class-pagination {
  z-index: 10;
  top: 90%;
  right: initial;
  bottom: initial;
  left: 4rem;
  padding: initial;
  gap: 1rem;
}
.fv .your-class-page {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
}
.fv .your-class-page.is-active {
  -webkit-transform: initial;
          transform: initial;
  background: #1a9edb;
  opacity: 1;
}
.fv .splide__track--nav > .splide__list > .splide__slide.is-active,
.fv .splide__track--nav > .splide__list > .splide__slide {
  padding: 0.2rem;
  border: initial;
}

.fvSub {
  position: relative;
}

.fvSub__image {
  position: relative;
  aspect-ratio: 1300/423;
  width: 100%;
  height: 20rem;
}

.fvSub__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fvSub__title {
  display: grid;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.fvSub__jp {
  font-size: 1.6rem;
}

/* ハンバーガーメニュー */
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
.hamburger {
  z-index: 10000;
  position: relative;
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 2.5rem;
  height: 2px;
  background: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
}

.hamburger span:nth-of-type(1) {
  top: 35%;
  top: 0;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger span:nth-of-type(3) {
  bottom: 0;
}

/*activeクラスが付与されると線が回転して×になる*/
.hamburger.active span {
  top: 50%;
  left: 50%;
  width: 20px;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding-right: 2rem;
  padding-left: 2rem;
}

.header__logo {
  z-index: 1000;
  position: relative;
  width: 13rem;
}

.header__logo a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.header__logo a::after {
  position: absolute;
  top: 50%;
  left: 108%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "recruit";
  color: #FFF;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "Arial", sans-serif;
  letter-spacing: 0.2em;
  text-transform: capitalize;
}

.header__nav {
  display: none;
}

.header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 3rem;
}

.header__item {
  position: relative;
  height: inherit;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__item a {
  display: grid;
  place-items: center;
  height: inherit;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4285714286;
}

.header__recruit {
  margin-left: 3rem;
}

.header__recruit a {
  width: 14rem;
  border: 1px solid #FFF;
}

.header__contact {
  margin-left: 2rem;
}

.header__contact a {
  width: 14rem;
  border: initial;
  background: -webkit-gradient(linear, left top, left bottom, from(#5190ed), to(#1167e7));
  background: linear-gradient(to bottom, #5190ed 0%, #1167e7 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__contact a::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: #FFF;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ----- スクロール後の変化 ----- */
.header.change-color {
  background: #122a88;
  background: #33394b;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
}

.headerSp {
  visibility: hidden;
  z-index: 120;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100%;
  padding-bottom: 10rem;
  overflow: scroll;
  border-bottom: 15px solid #333333;
  background: #33394b;
  color: #FFF;
  /* これで右に隠す↓↓ */
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.headerSp.is-openSP {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}

.headerSp__nav {
  width: 100%;
  margin-top: 8rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.headerSp__items {
  display: grid;
  gap: 2rem;
}

.headerSp__item {
  position: relative;
  padding: 0 0.5em;
  border-bottom: 1px solid #dddddd;
}

.headerSp__item {
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}

.headerSp__item a {
  display: inline-block;
  width: 100%;
}

.headerSp__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
}

.message {
  padding-top: 6rem;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.message__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.875;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  text-align: center;
}

.messsage__image {
  margin-top: 4rem;
}

.message__text {
  margin-top: 3rem;
}

.message__company {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 180%;
  text-align: right;
}

.message__name {
  margin-top: 1rem;
  font-size: 1.8rem;
  text-align: right;
}

.not-found {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.not-found__text {
  font-size: 1.8rem;
}

.not-found__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
  text-align: center;
}

.other {
  z-index: 5;
  position: relative;
  max-width: 90%;
  margin-top: -8rem;
  margin-inline: auto;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.36);
          box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.36); /* 距離: 2px, 角度: 90°, サイズ: 24px, 不透明度: 36% */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.other__wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.other__items {
  display: grid;
  gap: 3rem;
}

.other__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 22rem;
  padding: 2rem;
  gap: 1.5rem;
  background: #ebebeb;
  text-align: center;
}

.other__title {
  font-weight: 700;
  font-size: 1.8rem;
}

.other__image {
  margin-top: auto;
}

.otherInterview {
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.otherInterview__splide {
  margin-top: 3rem;
}
.otherInterview__splide .splide__slide {
  position: relative;
}
.otherInterview__splide .splide__slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  content: "";
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.otherInterview__splide .splide__slide.is-visible::after {
  visibility: hidden;
  opacity: 0;
}
.otherInterview__splide .splide__arrows {
  z-index: 10;
}
.otherInterview__splide .splide__arrows {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  margin-inline: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.otherInterview__splide .splide__arrow {
  background: transparent;
  opacity: 1;
}
.otherInterview__splide .splide__arrow svg {
  display: none;
}
.otherInterview__splide .splide__arrow--prev::before,
.otherInterview__splide .splide__arrow--next::after {
  position: absolute;
  width: 3.5rem;
  height: 7rem;
  background: url(../img/arrow_next.svg) no-repeat center center/contain;
  content: "";
}
.otherInterview__splide .splide__arrow--prev::before {
  background: url(../img/arrow_prev.svg) no-repeat center center/contain;
}

.otherInterview__image {
  aspect-ratio: 350/270;
}
.otherInterview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.otherInterview__content {
  margin-top: 1rem;
}

.otherInterview__qualification {
  color: #122a88;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ohterInterview__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1rem;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1.125;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.ohterInterview__name span {
  display: inline-block;
  color: #7D7D7D;
  font-size: 1.4rem;
  text-transform: capitalize;
}

.btn.ohterInterview__btn {
  margin-top: 3rem;
}
.btn.ohterInterview__btn a {
  width: 18.4rem;
  min-height: 4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
  padding-bottom: 2rem;
  gap: 1.2rem;
  text-align: center;
}

.page-numbers {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #0f66e7;
  background: #FFF;
  color: #333333;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-numbers.current {
  background: #0f66e7;
  color: #FFF;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.prev span,
.next span {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}

.prev span::after,
.next span::after {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid #0f66e7;
  border-bottom: 2px solid #0f66e7;
  content: "";
}

.prev span::after {
  left: 65%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.partner {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.parter__container {
  position: relative;
  margin-top: 5rem;
}

.parter__container::after {
  z-index: -2;
  position: absolute;
  top: -15rem;
  left: 30%;
  width: 40rem;
  height: 30rem;
  background: url(../img/partner_blue.png) no-repeat center center/contain;
  content: "";
}

.partner__content {
  position: relative;
  margin-top: 2rem;
}

.partner__image {
  margin-top: 2rem;
}

.partner__title {
  display: grid;
  place-items: center;
  width: 90%;
  min-height: 5.5rem;
  margin-top: 3.5rem;
  margin-inline: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 40px;
  background: #0f66e7;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.partner__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4rem;
  gap: 1.5rem;
}

.partner__item {
  display: grid;
  gap: 2rem;
}

.philosophy__container {
  display: grid;
  place-items: center;
  min-height: 20rem;
  margin-top: 2.9rem;
  padding: 2rem 0.5rem;
  background: #d5dee4;
}

.philosophy__text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 3;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  text-align: center;
  text-align: center;
  -webkit-text-decoration: underline 1px solid #999999;
          text-decoration: underline 1px solid #999999;
  text-underline-offset: 1em;
}

.privacy {
  padding-bottom: 3rem;
}

.privacy__items {
  display: grid;
  margin-top: 4rem;
  gap: 4rem;
}

.privacy__item {
  display: grid;
  gap: 3rem;
}

.privacy__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}

.single {
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.single__head {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3157894737;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  text-align: center;
}

.single__image {
  aspect-ratio: 1000/420;
  width: 100%;
  margin-top: 3rem;
}
.single__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single__info {
  margin-top: 2rem;
}

.single__label {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10.8rem;
  min-height: 3.3rem;
  padding: 0 0.5em;
  background: #0f66e7;
  color: #FFF;
  font-size: 1.4rem;
}

.archive__name.single__name {
  margin-top: 1rem;
}

.single__items {
  display: grid;
  margin-top: 3rem;
  padding: 3rem 1.5rem;
  gap: 4rem;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 24px rgba(98, 98, 98, 0.36);
          box-shadow: 0px 2px 24px rgba(98, 98, 98, 0.36);
}

.single__title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #999999;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7857142857;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
}

.single__text {
  margin-top: 3rem;
}

.single__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.singleJob {
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.singleJob__items {
  display: grid;
  gap: 4rem;
  background: #FFF;
}

.singleJob__title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #999999;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7857142857;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
}

.singleJob__text {
  margin-top: 3rem;
}

.singleJob__recruit {
  margin-top: 5rem;
}

.singleJob__lists {
  display: grid;
  margin-top: 2rem;
  gap: 2rem;
}

.singlJob__list {
  display: grid;
  padding-bottom: 2rem;
  gap: 1rem;
  border-bottom: 1px solid #ccc;
}

.singlJob__label {
  font-weight: 700;
  font-size: 1.8rem;
}

.singleJob__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.subPage__top {
  padding-top: 5rem;
}

.subPage__head {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5625;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  text-align: center;
  text-align: center;
}

.topBtn {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 10rem;
  width: 5rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topBtn.show {
  visibility: visible;
  opacity: 1;
}

.topInformation__items {
  margin-top: 4rem;
}

.topInformation__item {
  border-top: 1px solid #52687f;
}

.topInformation__item:last-child {
  border-bottom: 1px solid #52687f;
}

.topInformation__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1.5rem;
  gap: 3rem;
}

.topInformatioin__time {
  font-weight: 700;
  font-size: 1.4rem;
}

.topInformation__title {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.4rem;
}

.topInformation__arrow {
  width: 1rem;
  margin-left: auto;
}

.topInformation__btn {
  margin-top: 4rem;
}

.topInformation__btn a {
  margin-inline: auto;
}

.topLink__items {
  display: grid;
}

.topLink__item a {
  display: inline-block;
  position: relative;
}

.topLink__image {
  aspect-ratio: 650/500;
  width: 100%;
}
.topLink__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topLink__title {
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  gap: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.topLink__en {
  color: #FFF;
  font-size: 6rem;
  font-family: "Satisfy", cursive;
  text-transform: capitalize;
}

.topLink__jp {
  display: grid;
  place-items: center;
  width: 15rem;
  min-height: 2.5rem;
  margin-inline: auto;
  background: #FFF;
  color: #0f66e7;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topMember {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.topMember__splide {
  margin-top: 3rem;
}
.topMember__splide .splide__slide {
  position: relative;
}
.topMember__splide .splide__slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  content: "";
}
.topMember__splide .splide__slide.is-visible::after {
  display: none;
}
.topMember__splide .splide__arrows {
  z-index: 10;
}
.topMember__splide .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-inline: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topMember__splide .splide__arrow {
  background: transparent;
  opacity: 1;
}
.topMember__splide .splide__arrow svg {
  display: none;
}
.topMember__splide .splide__arrow--prev::before,
.topMember__splide .splide__arrow--next::after {
  position: absolute;
  width: 3.5rem;
  height: 7rem;
  background: url(../img/arrow_next.svg) no-repeat center center/contain;
  content: "";
}
.topMember__splide .splide__arrow--prev::before {
  background: url(../img/arrow_prev.svg) no-repeat center center/contain;
}

.topMember__image {
  aspect-ratio: 350/270;
}
.topMember__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topMember__content {
  margin-top: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.topMember__title {
  color: #122a88;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}

.topMember__name {
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: capitalize;
}

.topMember__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.topMessage__container {
  display: grid;
  position: relative;
  margin-top: 4rem;
  gap: 3rem;
}

.topMessage__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.topMessage__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.topMessage__image {
  text-align: center;
}

.topWhat {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: url(../img/top_what.webp) no-repeat center center/cover;
}

.topWhat__texts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.topWhat__english {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%) rotate(-10deg);
          transform: translateY(-50%) rotate(-10deg);
  color: #a1c6eb;
  font-size: 6rem;
  font-family: "Satisfy", cursive;
  letter-spacing: -0.02em;
  opacity: 0.2;
}

.topWhat__en:last-child {
  margin-top: -3rem;
  margin-left: 2rem;
}

.topWhat__copy {
  position: absolute;
  bottom: 4rem;
  left: 1rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  letter-spacing: 0.2em;
}
.topWhat__copy h2 {
  margin-left: -0.6em;
  color: #FFF;
  font-weight: 500;
  font-size: 2rem;
  white-space: nowrap;
}
.topWhat__copy h2 span {
  display: inline-block;
}
.topWhat__copy p {
  position: relative;
  padding-left: 5rem;
  color: #a1c6eb;
  font-size: 1.4rem;
}
.topWhat__copy p::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #a1c6eb;
  content: "";
}

.topWork {
  padding-bottom: 6rem;
}

.topWork__items {
  display: grid;
  margin-top: 4rem;
  gap: 2rem;
}

.topWork__image {
  position: relative;
}

.topWork__title {
  display: grid;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  gap: 0.9rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}

.topWork__en {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  padding: 0.3em 1.2rem;
  background: #FFF;
  color: #0f66e7;
  font-size: 1.4rem;
  line-height: 1.5;
}

.topWork__en::first-letter {
  text-transform: uppercase;
}

.topWork__jp {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4rem;
  padding: 0.3em 1.7rem;
  background: #0f66e7;
  color: #FFF;
  font-size: 2rem;
}

.topWorks__inner {
  padding-right: 15px;
  padding-left: 15px;
}

.topWorks__items {
  display: grid;
  margin-top: 3.5rem;
  gap: 3rem;
}

.topWorks__item:hover a {
  opacity: 1;
}

.topWorks__image {
  position: relative;
  aspect-ratio: 434/300;
  width: 100%;
}

.topWorks__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topWorks__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s;
}

.topWorks__category {
  display: grid;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  place-items: center;
  width: 10rem;
  min-height: 3rem;
  background: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.topWorks__content {
  padding: 2rem 2.5rem;
}

.topWorks__name {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
}

.topWorks__name::before {
  position: absolute;
  top: 1.4rem;
  left: -2rem;
  width: 1.5rem;
  height: 2px;
  background: #122a88;
  content: "";
}

.topWorks__text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.topWorks__btn {
  margin-top: 3rem;
}

.topWorks__btn a {
  margin-inline: auto;
}

.work {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.work__inner {
  position: relative;
}

.work__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.work__button a {
  display: grid;
  place-items: center;
  min-height: 5rem;
  border: 1px solid #0f66e7;
  background: #0f66e7;
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem;
}

.work__wrapper {
  display: grid;
  margin-top: 5rem;
  gap: 5rem;
}

.work__image {
  position: relative;
  aspect-ratio: 1300/460;
  width: 100vw;
  min-height: 33rem;
}
.work__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work__content {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  text-align: center;
}

.work__name {
  font-weight: 700;
  font-size: 2.2rem;
}

.work__attention {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3333333333;
}

.work__skils {
  display: grid;
  width: 60%;
  margin-top: 2rem;
  margin-inline: auto;
  gap: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3333333333;
}

.work__skil {
  display: grid;
  place-items: center;
  min-height: 5rem;
  border: 1px solid #FFF;
  border-radius: 100vh;
}

.work__container {
  z-index: 5;
  position: relative;
  margin-top: -8rem;
  padding: 3rem 1.5rem;
  background: #FFF;
  -webkit-box-shadow: 1.71px 1.03px 24px rgba(98, 98, 98, 0.36);
          box-shadow: 1.71px 1.03px 24px rgba(98, 98, 98, 0.36);
}

.work__title {
  font-weight: 600;
  font-size: 2rem;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  text-align: center;
}

.work__text {
  margin-top: 3rem;
}

.work__worker {
  position: absolute;
  top: -10rem;
  right: 2rem;
  width: 6rem;
  pointer-events: none;
}

.work__wrap:nth-child(4) .work__worker {
  top: -5rem;
}

.works {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.works__btns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.works__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4rem;
  gap: 1rem;
}

.works__image {
  aspect-ratio: 325/235;
  width: 100%;
}

.works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
  body {
    font-size: max(1.6rem, 14px);
  }
  .inner {
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner__mini {
    max-width: 1040px;
  }
  .btn__blue a,
  .btn__white a {
    width: 32rem;
    min-height: 8rem;
    font-size: 2rem;
  }
  .pankuz {
    min-height: 7.1rem;
  }
  .pankuz a {
    margin-right: 2.6rem;
    font-size: 1.6rem;
  }
  .post {
    margin-left: 2.6rem;
  }
  .pankuz .current-item {
    margin-left: 2.6rem;
    font-size: 1.6rem;
  }
  .date-year,
  .taxonomy,
  .post-works-archive {
    margin-left: 2.6rem;
  }
  .post-interview-archive {
    margin-left: 2.6rem;
    font-size: 1.6rem;
  }
  .section {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }
  .section__title-left {
    margin-inline: initial;
    text-align: left;
  }
  .section__title-topMessage {
    margin-left: 3rem;
    gap: 4rem;
  }
  .section__en {
    font-size: clamp(3rem, -12.88rem + 20.677vi, 14rem);
    font-size: 10rem;
  }
  .section__jp {
    font-size: clamp(1.4rem, 0.534rem + 1.128vi, 2rem);
    font-size: 2rem;
  }
  .section__title-big {
    font-size: 14rem;
  }
  .section__title-grid {
    gap: 3rem;
  }
  .section__title-sub {
    font-size: 3.2rem;
  }
  .section__head {
    margin-top: 9.8rem;
  }
  .section__sub-en {
    font-size: 1.6rem;
  }
  .section__sub-jp {
    margin-top: 1.5rem;
    font-size: 3.2rem;
  }
  .section__sub-big {
    margin-top: 2.2rem;
    font-size: 3.6rem;
    line-height: 1.1111111111;
  }
  .section__title-messageLink,
  .section__title-topRecruit {
    margin-top: 2rem;
  }
  .text {
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .archive__section {
    padding-bottom: 16.5rem;
  }
  .archive__items {
    gap: 10rem;
  }
  .archive__item {
    grid-template-columns: 54% 1fr;
  }
  .archive__image {
    width: 100%;
  }
  .archive__content {
    margin-top: 1.5rem;
  }
  .archive__title {
    min-height: 9.4rem;
    padding: 0.5em 4rem;
    font-size: 2.2rem;
  }
  .archive__info {
    margin-top: 2rem;
    padding-left: 4rem;
  }
  .archive__name {
    margin-top: 2rem;
    font-size: 3.2rem;
  }
  .archive__btn {
    display: block;
    margin-top: 5rem;
  }
  .archive__btn a {
    width: 25.5rem;
    min-height: 6.4rem;
    font-size: 1.8rem;
  }
  .archiveJob__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem 3.9rem;
  }
  .archiveJob__content {
    padding: 3rem;
  }
  .archiveJob__title {
    font-size: 2rem;
    line-height: 2.5;
  }
  .archiveJob__category {
    min-width: 10.8rem;
    min-height: 3.4rem;
    min-height: 3.4rem;
    font-size: 1.4rem;
  }
  .archiveJob__text {
    margin-top: 2rem;
  }
  .archiveJob__btn {
    margin-top: 3rem;
  }
  .archiveJob__btn a {
    width: 25.5rem;
    min-height: 6.3rem;
    font-size: 1.8rem;
  }
  .career {
    padding-top: 22rem;
    padding-bottom: 24rem;
  }
  .career__title {
    font-size: 3.2rem;
  }
  .career__text {
    margin-top: 5.5rem;
  }
  .career__image {
    margin-top: 3rem;
  }
  .company {
    padding-top: 11rem;
    padding-bottom: 12.9rem;
  }
  .company__title {
    font-size: 3.4rem;
  }
  .company__items {
    max-width: 81.8181818182%;
    margin-top: 9.8rem;
    margin-inline: auto;
    padding: initial;
    gap: 3.2rem;
  }
  .company__item {
    grid-template-columns: 28% 72%;
    padding-right: 2em;
    padding-left: 2em;
  }
  .company__item:not(:last-child) {
    padding-bottom: 3rem;
  }
  .company__label {
    font-size: 1.8rem;
    line-height: 2;
  }
  .company__text {
    font-size: 1.8rem;
    line-height: 2;
  }
  .company__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3.4rem;
  }
  .company__map {
    height: 40rem;
    margin-top: -4rem;
    padding-bottom: 3rem;
  }
  .companyAbout {
    padding-top: 15rem;
  }
  .companyAbout__wrapper {
    margin-top: 6.6rem;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .companyAbout__title {
    top: -3.75rem;
    width: 64rem;
    min-height: 7.5rem;
    font-size: 2.8rem;
  }
  .companyAbout__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.58rem 3.8rem;
  }
  .companyAbout__items > *:nth-child(n+3) {
    grid-column: span 2;
  }
  .companyAbout__item {
    padding: 4.5rem;
    gap: initial;
  }
  .companyAbout__item:nth-child(1),
  .companyAbout__item:nth-child(2) {
    max-height: 29.8rem;
  }
  .companyAbout__label {
    font-size: 2.6rem;
    text-align: left;
  }
  .companyAbout__item:nth-child(2) .companyAbout__content {
    grid-template-columns: 15.7rem 1fr;
    gap: 8rem;
  }
  .companyAbout__item:nth-child(3) {
    padding: 3.9rem 4.5rem 3rem;
  }
  .companyAbout__item:nth-child(3) .companyAbout__content {
    grid-template-columns: 52.4rem 1fr;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 14.4rem;
    line-height: 1;
  }
  .companyAbout__item:nth-child(4) {
    padding: 3.9rem 4.5rem 3rem;
  }
  .companyAbout__item:nth-child(4) .companyAbout__content {
    grid-template-columns: 38rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -1rem;
    padding-left: 4rem;
    gap: 28rem;
    line-height: 1;
  }
  .companyAbout__attention {
    margin-top: auto;
    margin-left: 1em;
    font-size: 1.6rem;
  }
  .companyAbout__number {
    font-size: 2.6rem;
  }
  .companyAbout__number span {
    font-size: 12rem;
  }
  .companyAbout__value {
    text-align: left;
  }
  .companyAbout__text {
    margin-bottom: 4rem;
    padding-left: 1em;
    font-size: 1.2rem;
  }
  .companyPage__head {
    font-size: 3.2rem;
  }
  .contact__heading {
    font-size: 1.8rem;
  }
  .contactForm {
    padding-top: 15.1rem;
    padding-bottom: 19rem;
  }
  .contactForm__flow {
    font-size: 1.6rem;
  }
  .contactForm__items {
    max-width: 90%;
    margin-top: 8rem;
    margin-inline: auto;
    gap: 5.4rem;
  }
  .contactForm__item {
    gap: 2rem;
  }
  .contactForm__labels label {
    font-size: 1.8rem;
  }
  .contactForm__required {
    font-size: 1.8rem;
  }
  .contactForm__answer {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
  .contactForm__serch {
    padding-left: 3em;
  }
  .contactForm__serch .wpcf7-form-control-wrap {
    width: 21rem;
  }
  .contactForm__serch::before {
    left: 1em;
  }
  .contactForm__serch-btn {
    width: 11.2rem;
  }
  .contactForm__rule {
    height: 25rem;
    padding: 4.5rem 3.5rem;
  }
  .contactForm__agree {
    margin-top: 4.5rem;
    font-size: 1.8rem;
  }
  .contactForm__btns {
    max-width: 80%;
    margin-inline: auto;
    gap: 4.8rem;
  }
  .contactForm__btn {
    margin-top: 11rem;
  }
  .contactForm__btns .contactForm__btn {
    margin-top: initial;
  }
  .contactForm__btn input {
    width: 40rem;
    min-height: 6.3rem;
    font-size: 1.8rem;
  }
  .contactForm__title {
    margin-top: 10rem;
    font-size: 2.8rem;
  }
  .contacForm__thanks {
    margin-top: 5rem;
  }
  .contacForm__return {
    margin-top: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    min-height: 5.6rem;
  }
  textarea {
    height: 28rem;
  }
  .wpcf7-form-control.wpcf7-radio {
    gap: 3.5rem 6rem;
  }
  .contact__form-thanks {
    margin-top: 7rem;
  }
  .ease {
    padding-top: 17.2rem;
  }
  .ease__wrapper {
    padding-top: 13.9rem;
    padding-bottom: 33.8rem;
  }
  .ease__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.3rem 3.9rem;
  }
  .ease__items:nth-child(2) {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.3rem;
    gap: 4rem;
  }
  .ease__item {
    padding: 3.6rem;
    gap: 2rem;
  }
  .ease__label {
    font-size: 2.6rem;
  }
  .ease__value {
    gap: 1rem;
    font-size: 2.6rem;
  }
  .ease__value span {
    font-size: 10rem;
  }
  .ease__value-center {
    gap: 2rem;
  }
  .ease__items:nth-child(2) .ease__item {
    gap: 3rem;
  }
  .ease__items:nth-child(2) .ease__value {
    font-size: 2rem;
  }
  .ease__items:nth-child(2) .ease__value span {
    font-size: 8rem;
    line-height: 90%;
  }
  .ease__value-rest::after {
    top: 105%;
    font-size: 1.6rem;
  }
  .flow {
    padding-top: 15.5rem;
  }
  .flow__attention {
    margin-top: 7rem;
  }
  .flow__items {
    margin-top: 5.5rem;
    gap: 8.3rem;
  }
  .flow__number {
    width: 3.9rem;
    height: 3.9rem;
    font-size: 3.6rem;
  }
  .flow__title {
    font-size: 2.8rem;
  }
  .footer {
    padding-top: 11rem;
    font-size: 1.8rem;
  }
  .footer__inner {
    max-width: 1040px;
  }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo {
    width: 39.7rem;
  }
  .footer__call {
    gap: 7.2rem;
  }
  .footer__right {
    margin-left: 17.5rem;
    gap: 9rem;
  }
  .footer__nav {
    margin-top: initial;
  }
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 11rem;
    padding-top: 3rem;
    border-top: 1px solid #60bdeb;
  }
  .footer__text {
    margin-top: initial;
    font-size: 1.4rem;
    text-align: initial;
  }
  .footer__corporate {
    font-size: 1.8rem;
    line-height: 1.8888888889;
  }
  .fv__image::after {
    display: none;
  }
  .fv__content {
    right: clamp(3rem, -14.612rem + 22.932vi, 15.2rem);
  }
  .fv__copy {
    width: 55.6rem;
  }
  .fv__text {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .fv__scroll {
    padding-bottom: 10rem;
  }
  .fv__scroll::after {
    top: 3rem;
    height: 6rem;
  }
  .fv .your-class-pagination {
    left: 8.8rem;
    gap: 1.5rem;
  }
  .fv .splide__track--nav > .splide__list > .splide__slide.is-active,
  .fv .splide__track--nav > .splide__list > .splide__slide {
    width: 100% !important;
    padding: initial;
  }
  .fvSub__image {
    height: 100%;
    margin-left: auto;
  }
  .fvSub__title {
    top: 50%;
    gap: 4.1rem;
  }
  .fvSub__jp {
    font-size: 2rem;
  }
  .hamburger {
    display: none;
  }
  .header {
    height: 7.5rem;
  }
  .header__inner {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .header__logo {
    width: 21.4rem;
  }
  .header__logo a::after {
    font-size: 2rem;
  }
  .header__nav {
    display: block;
    height: inherit;
    margin-left: auto;
  }
  .message {
    padding-top: 13rem;
  }
  .message__title {
    font-size: 3.2rem;
  }
  .messsage__image {
    margin-top: 6rem;
  }
  .message__text {
    margin-top: 5rem;
  }
  .message__company {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .message__name {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .not-found {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .not-found__text {
    font-size: 2.6rem;
  }
  .other {
    max-width: 1100px;
    max-width: 84.6153846154%;
    margin-top: -13rem;
  }
  .other__wrapper {
    padding-top: 12.3rem;
    padding-bottom: 9.8rem;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .other__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .other__item {
    height: 24rem;
    padding: 3.7rem;
  }
  .other__title {
    font-size: 2.4rem;
  }
  .otherInterview {
    padding-top: 15rem;
    padding-bottom: 11rem;
  }
  .otherInterview__splide {
    margin-top: 5rem;
  }
  .otherInterview__splide .splide__arrow--prev {
    left: 4rem;
  }
  .otherInterview__splide .splide__arrow--next {
    right: 4rem;
  }
  .otherInterview__splide .splide__arrow--prev::before,
  .otherInterview__splide .splide__arrow--next::after {
    width: 4.7rem;
    height: 9.3rem;
  }
  .otherInterview__qualification {
    font-size: 1.6rem;
  }
  .ohterInterview__name {
    margin-top: 2rem;
    gap: clamp(0.1rem, -2.643rem + 3.571vi, 2rem);
    font-size: 3.2rem;
    font-size: clamp(1.6rem, -0.71rem + 3.008vi, 3.2rem);
  }
  .btn.ohterInterview__btn a {
    min-height: 4.6rem;
    font-size: 1.6rem;
  }
  .pagination {
    margin-top: 16rem;
    gap: 1.9rem;
  }
  .page-numbers {
    width: 5rem;
    height: 5rem;
    font-size: 1.8rem;
  }
  .partner {
    padding-top: 26rem;
    padding-bottom: 10rem;
  }
  .parter__container {
    width: 67.7%;
    margin-top: 10.4rem;
  }
  .parter__container::after {
    top: -37rem;
    left: 100%;
    width: 62.3rem;
    height: 82rem;
  }
  .partner__content {
    padding: 4.4rem 4.7rem 4.4rem 0;
    background: #FFF;
  }
  .partner__content::after {
    z-index: -1;
    position: absolute;
    top: 14%;
    left: 75%;
    width: 96rem;
    height: 64rem;
    background: url(../img/partner_image.png) no-repeat;
    background-size: contain;
    content: "";
  }
  .partner__title {
    width: 78.6%;
    min-height: 8rem;
    margin-top: 23.6rem;
    font-size: 2.4rem;
  }
  .partner__items {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5.5rem;
    gap: 3.2rem;
  }
  .philosophy__container {
    min-height: 27rem;
  }
  .philosophy__text {
    font-size: 2rem;
  }
  .privacy__items {
    margin-top: 5rem;
    gap: 6rem;
  }
  .privacy__item {
    gp: 4rem;
  }
  .privacy__title {
    font-size: 2.4rem;
  }
  .single__head {
    font-size: 3.8rem;
  }
  .single__image {
    margin-top: 4.5rem;
  }
  .single__info {
    margin-top: 4rem;
  }
  .single__items {
    margin-top: 4rem;
    padding: 6rem 10rem;
    gap: 7rem;
  }
  .single__title {
    font-size: 2.8rem;
  }
  .single__text {
    margin-top: 4.5rem;
  }
  .single__btn {
    margin-top: 10.8rem;
  }
  .singleJob__main {
    max-width: 90%;
    margin-inline: auto;
  }
  .singleJob__items {
    gap: 7rem;
  }
  .singleJob__title {
    font-size: 2.8rem;
  }
  .singleJob__text {
    margin-top: 4.5rem;
  }
  .singleJob__recruit {
    margin-top: 13rem;
  }
  .singleJob__lists {
    margin-top: 4rem;
    gap: 4rem;
  }
  .singlJob__list {
    grid-template-columns: 16% 1fr;
    padding-bottom: 4rem;
    gap: 7.9rem;
  }
  .singleJob__btn {
    margin-top: 10rem;
  }
  .subPage__top {
    padding-top: 12rem;
  }
  .subPage__head {
    font-size: 3.2rem;
  }
  .topBtn {
    width: 8rem;
  }
  .topInformation {
    padding-top: initial;
  }
  .topInformation__items {
    margin-top: 6rem;
  }
  .topInformation__item a {
    padding: 2.8rem 3rem;
  }
  .topInformation__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topInformatioin__time {
    font-size: 1.6rem;
  }
  .topInformation__title {
    margin-top: initial;
    margin-left: 7.5rem;
    font-size: 1.6rem;
  }
  .topInformation__btn {
    margin-top: 6rem;
  }
  .topLink__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .topLink__title {
    gap: 1rem;
  }
  .topLink__en {
    font-size: 10rem;
  }
  .topLink__jp {
    width: 20rem;
    min-height: 3rem;
    font-size: 2rem;
  }
  .topMember {
    padding-top: 13rem;
    padding-bottom: 15rem;
  }
  .topMember__splide {
    margin-top: 7rem;
  }
  .topMember__splide .splide__arrow--prev {
    left: 4rem;
  }
  .topMember__splide .splide__arrow--next {
    right: 4rem;
  }
  .topMember__splide .splide__arrow--prev::before,
  .topMember__splide .splide__arrow--next::after {
    width: 4.7rem;
    height: 9.3rem;
  }
  .topMember__content {
    margin-top: 2rem;
  }
  .topMember__title {
    font-size: 1.6rem;
  }
  .topMember__name {
    font-size: 3rem;
  }
  .topMember__btn {
    margin-top: 8.5rem;
  }
  .topMessage__container {
    grid-template-columns: 1fr 45%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6rem;
    gap: 4.5rem;
  }
  .topMessage__text {
    font-size: 2rem;
    line-height: 2.5;
  }
  .topMessage__btn {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: 8rem;
  }
  .topMessage__image {
    text-align: initial;
  }
  .topWhat {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .topWhat__texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    font-size: 2.4rem;
  }
  .topWhat__english {
    top: 60%;
    left: 2rem;
    font-size: 18.8rem;
  }
  .topWhat__en:last-child {
    margin-top: -10rem;
    margin-left: 9.5rem;
  }
  .topWhat__copy {
    bottom: 9rem;
    left: 5rem;
  }
  .topWhat__copy h2 {
    font-size: 4.8rem;
  }
  .topWhat__copy h2 span {
    display: none;
  }
  .topWhat__copy p {
    padding-left: 8.5rem;
    font-size: 1.8rem;
  }
  .topWhat__copy p::before {
    width: 6rem;
  }
  .topWork {
    padding-bottom: 17rem;
  }
  .topWork__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6rem;
    gap: 1rem;
  }
  .topWork__title {
    bottom: 5rem;
    left: 5rem;
  }
  .topWork__en {
    min-height: 4rem;
    font-size: 1.6rem;
  }
  .topWork__jp {
    min-height: 5rem;
    font-size: 2.6rem;
  }
  .topWorks__inner {
    padding-right: initial;
    padding-left: initial;
  }
  .topWorks__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.2rem;
    gap: initial;
  }
  .topWorks__category {
    font-size: 1.6rem;
  }
  .topWorks__content {
    padding: 2rem 5.3rem 2rem 6.1rem;
  }
  .topWorks__name {
    font-size: 2rem;
    line-height: 2;
  }
  .topWorks__name::before {
    top: 2rem;
    left: -5rem;
    width: 4rem;
  }
  .topWorks__text {
    font-size: 1.8rem;
    line-height: 2;
  }
  .topWorks__btn {
    margin-top: 5rem;
  }
  .work__buttons {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }
  .work__button a {
    min-height: 6.35rem;
    font-size: 2.4rem;
  }
  .work__wrapper {
    margin-top: 9.6rem;
    gap: 18.7rem;
  }
  .work__image {
    height: 46rem;
    min-height: 46rem;
  }
  .work__content {
    top: 6rem;
  }
  .work__name {
    font-size: 3.2rem;
  }
  .work__attention {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
  .work__skils {
    grid-template-columns: 21.1rem 21.1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 3rem;
    gap: 2.8rem;
    font-size: 1.8rem;
  }
  .work__container {
    margin-top: -13rem;
    padding: 6rem 9.8rem;
  }
  .work__title {
    font-size: 2.8rem;
  }
  .work__text {
    margin-top: 5rem;
  }
  .work__worker {
    z-index: 3;
    top: -26rem;
    right: 6rem;
    width: 15.5rem;
  }
  .work__wrap:nth-child(2) .work__worker {
    top: -25.5rem;
    right: 7.3rem;
    width: 14rem;
  }
  .work__wrap:nth-child(3) .work__worker {
    top: -25.5rem;
    right: 6.6rem;
    width: 14.7rem;
  }
  .work__wrap:nth-child(4) .work__worker {
    top: -17.6rem;
    right: 1.6rem;
    width: 23rem;
  }
  .works {
    padding-top: 12.8rem;
    padding-bottom: initial;
  }
  .works__btns {
    margin-top: 8rem;
  }
  .works__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 7.7rem;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
}

@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .btn__blue a:hover {
    background: transparent;
    color: #0f66e7;
    opacity: 1;
  }
  .btn__white a:hover {
    background: #122a88;
    color: #FFF;
    opacity: 1;
  }
  .contactForm__btn input:hover {
    background: transparent;
    color: #0f66e7;
    opacity: 1;
  }
  .contactForm__btn.contactForm__btn-return input:hover {
    background: #ccc;
    color: #333333;
    opacity: 1;
  }
  .header__recruit a:hover {
    border: 1px solid #0f66e7;
    background: #0f66e7;
    opacity: 1;
  }
  .header__contact a:hover {
    border: 1px solid #0f66e7;
    background: #FFF;
    color: #0f66e7;
    opacity: 1;
  }
  .header__contact a:hover::after {
    opacity: 1;
  }
  .page-numbers:hover {
    background: #0f66e7;
    color: #FFF;
    opacity: 1;
  }
  .prev:hover span::after,
  .next:hover span::after {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  .topLink__item a:hover .topLink__jp {
    background: #0f66e7;
    color: #FFF;
  }
  .topWorks__item:hover .topWorks__image::after {
    opacity: 1;
  }
  .work__button a:hover {
    background: transparent;
    color: #0f66e7;
    opacity: 1;
  }
}

.message#youtube .inner__mini {
  position: relative;
  width: 100%;
  padding-bottom: 33.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
  /*max-width: 100%;*/
}

.message#youtube .inner__mini iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* スマホ表示の調整 */
@media screen and (max-width: 768px) {
  .message#youtube {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .message#youtube .inner__mini {
    padding-bottom: 56.25%; /* アスペクト比維持 */
  }
}

/*# sourceMappingURL=map/styles.css.map */

/*.contactForm__btn.contactForm__btn-return input {
	display: block !important;
}*/

.contactForm__btn.contactForm__btn-return input.wpcf7-previous {
  display: inline-block !important;
}

