/*---------------------------------

  1.Utility, Component

  2.header

  3.下層ページ

  4.footer

---------------------------------*/
/*---------------------------------

  Utility, Component

---------------------------------*/
.icon-size-1-sm::before {
  font-size: 1rem;
}

.icon-size-2-sm::before {
  font-size: 2rem;
}

.p-x-right-05-sm {
  right: 0.5rem;
}

.bg-darkblue-sm {
  background-color: var(--darkblue-color);
}

.bg-lightblue-sm {
  background-color: var(--lightblue-color);
}

.text-white-sm {
  color: var(--white-color);
}

.bg-white-sm {
  background-color: var(--white-color);
}

.bg-accent-color-4-sm {
  background-color: var(--accent-color-4);
}

.order-1-sm {
  order: 1;
}

.order-2-sm {
  order: 2;
}

.d-none-sm {
  display: none;
}

.gap-0-sm {
  gap: 0;
}

.gap-1-sm {
  gap: 10px;
}

.gap-2-sm {
  gap: 20px;
}

.gap-3-sm {
  gap: 30px;
}

.gap-4-sm {
  gap: 40px;
}

.gap-5-sm {
  gap: 50px;
}

.overflow-auto-sm {
  overflow: auto;
}

.order-1-sm {
  order: 1;
}

.order-2-sm {
  order: 2;
}

.order-3-sm {
  order: 3;
}

.order-4-sm {
  order: 4;
}

.order-5-sm {
  order: 5;
}

/*---------------------------------

  MW WP Formにて、要素の表示切り替え

---------------------------------*/
/*---------------------------------

  header

---------------------------------*/
.custom__logo {
  width: 180px;
  margin: 15px auto;
}
.custom__logo img {
  width: 100%;
  height: auto;
}
.custom__logo__catch {
  font-size: 1.5rem;
  font-weight: 700;
}

.header {
  position: sticky;
  position: -webkit-sticky;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: var(--white-color);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.header.fixed {
  position: fixed;
}
.header__navi {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  width: 100%;
  padding: 0 10px;
  border-top: 1px solid var(--accent-color-1);
  background-color: var(--white-color);
  opacity: 0;
}
.header__navi-menu {
  width: 100%;
  border-bottom: 1px solid #858585;
  font-weight: 500;
}
.header__navi-menu .child-show:checked + .header__navi-sumally .header__navi-arrow.-plus::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navi-menu .child-show:checked + .header__navi-sumally .header__navi-arrow.-plus::before {
  content: none;
}
.header__navi-menu .child-show:checked ~ .header__navi-child {
  overflow: visible;
  max-height: 500px;
}
.header__navi-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--accent-color-3);
  text-align: right;
}
.header__navi-arrow::before {
  position: absolute;
  right: 10px;
}
.header__navi-arrow.-plus {
  position: relative;
}
.header__navi-arrow.-plus::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 2px;
  background-color: var(--accent-color-3);
  content: "";
  transition: 0.1s;
}
.header__navi-arrow.-plus::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 2px;
  background-color: var(--accent-color-3);
  content: "";
  transition: 0.1s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__navi-child {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}
.header__navi-child-menu {
  padding-left: 5px;
  border-top: 1px solid #858585;
}
.header__navi-child-menu > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
}
.header__navi-sumally {
  position: relative;
  width: 100%;
  height: 56px;
  letter-spacing: .06em;
}
.header__navi-sumally.-has-child-menu > a, .header__navi-sumally.-no-child-menu > a {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.header__navi-sumally.-has-child-menu + .header__navi-child {
  width: 100%;
  max-height: none;
}
.header__navi-sumally.-no-child-menu .header__navi-arrow {
  position: relative;
  margin-left: auto;
}
.header__navi-sumally > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2rem 0 2rem 5px;
}
.header__contact-phone {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .02em;
}
.header__contact-phone .icon-phone {
  margin-right: 5px;
  font-size: 1.8rem;
}
.header__contact-hours {
  font-size: 1.1rem;
}
.header__contact-hours-outer {
  min-width: 300px;
  padding: 10px 0;
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
.header__contact-mail {
  min-width: 300px;
  height: 60px;
  padding: 10px 0;
  background-color: var(--accent-color-2);
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
}
.header__toggle:checked ~ .header__burger .header__burger__icon, .header__toggle:checked ~ .header__burger .header__burger__icon::before, .header__toggle:checked ~ .header__burger .header__burger__icon::after {
  background: transparent;
}
.header__toggle:checked ~ .header__burger .header__burger__icon::before, .header__toggle:checked ~ .header__burger .header__burger__icon::after {
  top: 0;
  left: 0;
  background-color: var(--white-color);
}
.header__toggle:checked ~ .header__burger .header__burger__icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__toggle:checked ~ .header__burger .header__burger__icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__toggle:checked ~ .header__navi {
  visibility: visible;
  overflow: auto;
  opacity: 1;
  transition-duration: 0.4s;
}
.header__burger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 100%;
  background-color: var(--accent-color-1);
  cursor: pointer;
}
.header__burger__icon, .header__burger__icon::before, .header__burger__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--white-color);
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__burger__icon::before, .header__burger__icon::after {
  content: "";
}
.header__burger__icon::before, .header__burger__icon::after {
  transition-duration: 0.4s;
}
.header__burger__icon:before {
  top: 13px;
}
.header__burger__icon:after {
  top: -10px;
}
.header__burger__icon__text {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  font-size: 1rem;
  color: var(--white-color);
  letter-spacing: .1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*---------------------------------

  下層ページ

---------------------------------*/
.hero {
  position: relative;
}
.hero__gallery {
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.hero__gallery img {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__catch {
  position: absolute;
  top: 58%;
  padding: 0;
  color: white;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero__catch-main {
  width: 8em;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  font-size: 3.2rem;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.375;
  color: white;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35), -1px -1px 6px rgba(0, 0, 0, 0.35);
}
.hero__catch-main span {
  font-weight: bold;
}
.hero__catch-main span:nth-child(4), .hero__catch-main span:nth-child(7), .hero__catch-main span:nth-child(11), .hero__catch-main span:nth-child(13), .hero__catch-main span:nth-child(14) {
  font-size: 3.2rem;
  font-weight: bold;
}
.hero__catch-sub {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: var(--accent-color-1);
  font-size: 2.5rem;
  font-weight: bold;
}
.hero__catch-sub:before {
  position: absolute;
  top: 0;
  right: -10px;
  border: none;
  border-bottom: solid 46px transparent;
  border-left: solid 10px var(--accent-color-1);
  content: "";
}

.hero__catch-main.add-appeartext, .hero__catch-main.add-appeartext span {
  -webkit-animation: eachTextAnime 1s ease-out forwards;
          animation: eachTextAnime 1s ease-out forwards;
}

.hero__catch-main, .hero__catch-main span {
  opacity: 0;
}

.fadein {
  /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
  opacity: 0;
  -webkit-animation: fadeIn 1s ease 3.2s forwards;
          animation: fadeIn 1s ease 3.2s forwards;
}

.add-fadezoom {
  -webkit-animation: fadeZoom 10s 0s forwards;
          animation: fadeZoom 10s 0s forwards;
}

@-webkit-keyframes eachTextAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes eachTextAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes fadeZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.post-details h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--accent-color-1);
  font-size: 2rem;
  line-height: 2;
  color: var(--accent-color-1);
}
.post-details h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid var(--accent-color-1);
  font-size: 1.8rem;
  color: var(--accent-color-1);
}
.post-details p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.6666666667;
}
.post-details .post-content a {
  display: block;
  margin-top: 10px;
  color: var(--accent-color-1);
  text-decoration: underline;
}
.post-details table {
  margin-top: 40px;
  border-collapse: collapse;
}
.post-details table tr {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.post-details table tr:not(:last-child) td {
  border-bottom: none;
}
.post-details table th {
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #858585;
  border-bottom: none;
  background-color: #f1f4f8;
  font-weight: 400;
  line-height: 1.6666666667;
}
.post-details table td {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #858585;
  line-height: 1.6666666667;
}
.post-details__category {
  margin-right: 2rem;
  padding: 0.8rem 3rem;
  background-color: var(--accent-color-1);
  font-size: 1rem;
  color: var(--color-white);
}
.post-details__date {
  font-size: 1.3rem;
  font-weight: 400;
}

.main__header {
  width: 100%;
  height: 150px;
  color: var(--color-white);
}
.main__header-main {
  font-family: "Barlow", sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.main__header-main.-medium {
  font-size: 2.4rem;
  line-height: 1.5833333333;
}
.main__header-sub {
  font-size: 1.4rem;
  font-weight: 500;
}
.main__header.-interview {
  position: relative;
  height: 0;
  padding-top: 96%;
}
.main__header.-recruit {
  position: relative;
  height: 410px;
}
.main__header.-recruit.-crosstalk, .main__header.-recruit.-project {
  height: 0;
  padding-top: 80%;
}
.main__header.-recruit .main__header-sub {
  display: inline-block;
  margin-bottom: 190px;
  padding: 10px 20px;
  background-color: var(--accent-color-6);
}
.main__header.-recruit .main__header-main {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--accent-color-6);
}
.main__header.-recruit .main__lead {
  padding: 10px 20px;
  background-color: var(--accent-color-6);
}
.main__header-text {
  position: relative;
  display: inline-block;
}
.main__section-localnavi-items {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.main__section-localnavi-items.-w-auto {
  width: auto;
  margin: 0;
}
.main__section-localnavi-items.-accent-color-6 > a {
  border: 1px solid var(--accent-color-6);
  color: var(--accent-color-6);
}
.main__section-localnavi-items.-accent-color-6 > a.-current {
  background-color: var(--accent-color-6);
  color: var(--color-white);
}
.main__section-localnavi-items.-large > a {
  font-size: 1.6rem;
}
.main__section-localnavi-items.-large .icon-arrow-right {
  font-size: 1.6rem;
}
.main__section-localnavi-items > a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--accent-color-1);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1666666667;
  color: var(--accent-color-1);
  letter-spacing: .05em;
}
.main__section-localnavi-items > a.-current {
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
.main__section-localnavi-items > a .icon-arrow-down {
  position: absolute;
  right: 1em;
  font-size: 1.4rem;
}
.main__section-localnavi-items > a .icon-arrow-down.-small {
  right: 0.5em;
  font-size: 1.1rem;
}
.main__section-localnavi-items > a .icon-arrow-down.-x-small {
  right: 5px;
  font-size: 1rem;
}
.main__section-localnavi-items > a .icon-arrow-right {
  position: absolute;
  right: 0.5em;
  font-size: 1rem;
}
.main__section-primaryTitle {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color-1);
  font-size: 2rem;
  line-height: 1.35;
  color: var(--accent-color-1);
  letter-spacing: 0.1em;
}
.main__section-primaryTitle.-b-width-1-sm {
  border-width: 1px;
}
.main__section-primaryTitle.-line {
  position: relative;
  padding-bottom: 0;
  border: none;
  color: var(--commonly-color);
}
.main__section-primaryTitle.-line.-gray > span {
  background-color: #f8f8f8;
}
.main__section-primaryTitle.-line > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0.5em;
  background-color: var(--white-color);
}
.main__section-primaryTitle.-line:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--commonly-color);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main__section-primaryTitle.-number::before {
  display: flex;
  width: 22px;
  max-height: 22px;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: var(--accent-color-1);
  font-family: "Barlow", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--color-white);
  content: attr(data-number);
  align-items: center;
  justify-content: center;
}
.main__section-secondaryTitle {
  font-size: 2.3rem;
  line-height: 1.4347826087;
  color: var(--accent-color-1);
}
.main__section-secondaryTitle.-font-small {
  font-size: 1.9rem;
  line-height: 1.3157894737;
}
.main__section-secondaryTitle.-bl-accent-color-1 {
  padding-left: 8px;
  border-left: 3px solid var(--accent-color-1);
}
.main__section-tertiaryTitle {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
}
.main__section-tertiaryTitle.-sub {
  line-height: 1.4166666667;
}
.main__section-tertiaryTitle.-sub.-medium {
  font-size: 2.6rem;
}
.main__section-tertiaryTitle.-sub::after {
  bottom: -1em;
  width: 2em;
  background-color: var(--accent-color-6);
}
.main__section-tertiaryTitle.-sub .text-small {
  font-size: 1.6rem;
}
.main__section-tertiaryTitle::after {
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 3em;
  height: 3px;
  background-color: var(--accent-color-1);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main__section-quaternaryTitle {
  padding: 15px 0;
  border-top: 2px solid var(--accent-color-1);
  border-bottom: 2px solid var(--accent-color-1);
  font-size: 2.3rem;
  line-height: 1.3043478261;
  text-align: center;
}
.main__section-quinaryTitle {
  border-radius: 100vh;
  background-color: var(--accent-color-1);
  font-size: 2.2rem;
  line-height: 2.6363636364;
  color: var(--color-white);
  text-align: center;
}
.main__section-senaryTitle {
  padding-left: 15px;
  border-left: 5px solid var(--accent-color-1);
}
.main__section-senaryTitle.-bl-accent-color-6 {
  border-left: 3px solid var(--accent-color-6);
}
.main__section-senaryTitle.-large {
  font-size: 1.9rem;
  font-weight: 700;
}
.main__section-senaryTitle.-x-large {
  font-size: 2rem;
}
.main__section-septenaryTitle {
  font-size: 1.6rem;
  line-height: 1.375;
  color: var(--accent-color-1);
}
.main__section-septenaryTitle.-accent-color-6 {
  color: var(--accent-color-6);
}
.main__section-septenaryTitle.-black {
  color: var(--commonly-color);
}
.main__section-septenaryTitle.-label {
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  color: var(--color-white);
  text-align: center;
}
.main__section-octonaryTitle {
  font-size: 2.2rem;
  line-height: 1.3181818182;
  color: var(--commonly-color);
}
.main__section-octonaryTitle-catch {
  padding: 3px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.main__section-octonaryTitle-catch.-pr0-sm {
  padding: 3px 0 3px 20px;
}
.main__section-octonaryTitle-catch.-pl0-sm {
  padding: 3px 20px 3px 0;
}
.main__section-nonaryTitle {
  font-size: 2.2rem;
  line-height: 1.4090909091;
}
.main__section-nonaryTitle.-story {
  position: relative;
  color: var(--commonly-color);
}
.main__section-nonaryTitle.-story::before {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  color: var(--accent-color-6);
  letter-spacing: .08em;
  content: "ー " attr(data-text);
}
.main__section-service-image {
  position: relative;
  margin: 0 -1rem;
}
.main__section-service-content {
  z-index: 1;
  margin-top: -50px;
  background-color: var(--color-white);
}
.main__section-service-button {
  width: calc(100% - 60px);
  padding: 20px 0px;
  background-color: var(--accent-color-1);
  font-size: 1.6rem;
}
.main__section-service-button .main__button-line::before, .main__section-service-button .main__button-line::after {
  width: 1em;
}
.main__section-service-button .main__button-line::after {
  right: -1em;
  background-color: var(--accent-color-1);
}
.main__section-table {
  width: 100%;
  background-color: #d6d6d6;
  border-collapse: collapse;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
.main__section-table tr {
  background-color: var(--color-white);
}
.main__section-table tr:not(:first-child) {
  border: 1px solid #858585;
}
.main__section-table tr:nth-child(2) {
  border-top: none;
}
.main__section-table tr td:first-child {
  padding-left: 15px;
  white-space: nowrap;
}
.main__section-table tr td:first-child p:first-child {
  font-weight: 700;
}
.main__section-table tr td:last-child {
  padding-right: 15px;
}
.main__section-table tr th,
.main__section-table tr td {
  padding: 15px 0;
  text-align: center;
}
.main__section-table tr th {
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
.main__section-lead {
  font-size: 1.6rem;
  line-height: 1.75;
}
.main__section-lead.-font-small {
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.main__section-map {
  position: relative;
  min-width: 100%;
  height: 160px;
}
.main__section-map .responsive {
  height: 100%;
  margin: 0;
  padding-bottom: 0;
}
.main__section-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.main__title {
  font-weight: 500;
}
.main__title-main {
  border-bottom: 1px solid;
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.main__title-sub {
  font-size: 1.2rem;
}
.main__subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5238095238;
}
.main__subtitle.-member {
  position: absolute;
  top: -22px;
  left: 50%;
  padding: 0 0.5em;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main__subtitle.-medium {
  font-family: "Barlow", sans-serif;
  color: var(--accent-color-6);
}
.main__subtitle.-interview {
  position: absolute;
  top: -0.75em;
  margin-left: -0.5em;
  padding: 0 0.5em;
}
.main__lead {
  line-height: 1.6875;
}
.main__lead .message {
  font-size: 1.7rem;
  font-weight: 500;
}
.main__lead .text-large-sm {
  font-size: 1.5rem;
}
.main__lead.-small-sm {
  font-size: 1.2rem;
}
.main__lead.-x-small-sm {
  font-size: 1.1rem;
}
.main__lead.-medium-sm {
  font-size: 1.4rem;
}
.main__lead.-w-full-sm {
  position: relative;
  left: -80px;
  width: calc(100% + 60px + 20px);
}
.main__note {
  font-size: 1.2rem;
  line-height: 1.5833333333;
}
.main__button {
  position: relative;
  display: inline-block;
  border: 1px solid var(--accent-color-1);
  text-align: center;
  transition: ease 0.2s;
}
.main__button.-light-blue {
  position: relative;
  height: 60px;
  border: 1px solid var(--accent-color-6);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4615384615;
}
.main__button-text {
  position: relative;
  z-index: 3;
  color: var(--color-white);
}
.main__button-text.-light-blue {
  color: var(--accent-color-6);
}
.main__button-line::before, .main__button-line::after {
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 1px;
  background-color: var(--color-white);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main__button-line::before {
  right: 0;
}
.main__button-line::after {
  right: -1.5em;
  background-color: var(--accent-color-1);
}

.aboutus {
  background: url(../img/top/aboutus_img_01.jpg) no-repeat center center/cover;
}
.aboutus__inner {
  width: 100%;
}
.aboutus__content {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.aboutus__button {
  width: calc(100% - 60px);
  padding: 20px 0;
  background-color: var(--accent-color-1);
  color: var(--color-white);
}

.member__officers-jobs {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}
.member__officers-name {
  font-size: 2.1rem;
  font-weight: 700;
}
.member__officers-lead {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.member__officers .main__section-senaryTitle {
  padding-left: 0;
  border-left: none;
}
.member__employees {
  row-gap: 30px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.member__employees-items {
  width: calc(50% - 2.5px);
}
.member__employees-jobs {
  font-size: 1.2rem;
}
.member__employees-name {
  font-size: 1.7rem;
  font-weight: 500;
}

.service {
  background-color: var(--accent-color-4);
}
.service__content {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.service__content.-right {
  text-align: right;
}
.service__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.service__title-sub {
  font-family: "Barlow", sans-serif;
  font-size: 3.6rem;
  color: var(--accent-color-3);
  letter-spacing: .06em;
}
.service__title-sub span {
  position: relative;
}
.service__title-sub::first-letter {
  color: var(--accent-color-1);
}
.service__title-sub.-left span::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 0.5em);
  width: 110px;
  height: 1px;
  background-color: var(--accent-color-1);
  content: "";
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.service__title-sub.-right span::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(50% + 0.5em);
  width: 110px;
  height: 1px;
  background-color: var(--accent-color-1);
  content: "";
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.service__image {
  position: absolute;
  position: relative;
  width: 50%;
}
.service__image.-right {
  right: 0;
}
.service__image.-left {
  margin-left: -150px;
}
.service__image img {
  position: absolute;
}
.service__lead {
  line-height: 1.875;
}
.service-cards {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}
.service-cards__header {
  margin: -10px;
}
.service-cards__body {
  z-index: 1;
  margin-top: -50px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  background-color: #fff;
}
.service-cards__footer {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  background-color: #fff;
}
.service-cards__items {
  padding: 0;
  background: none;
  gap: 0;
}
.service-cards__title {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-color-1);
  text-align: center;
}
.service-cards__lead {
  line-height: 1.5;
}
.service-cards__button {
  width: calc(100% - 60px);
  padding: 20px 10px;
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
.service__features-items {
  position: relative;
  border: 1px solid var(--accent-color-3);
}
.service__features-numbers {
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-color-3);
}
.service__features-numbers.-top {
  position: absolute;
  top: -0.5em;
  left: 50%;
  padding: 0 0.5em;
  background-color: var(--color-white);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service__features-badges {
  position: relative;
  overflow: hidden;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgb(0, 106, 168);
  background: linear-gradient(0deg, rgb(0, 106, 168) 0%, rgb(122, 204, 249) 100%);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-white);
  text-shadow: 1px 1px 1px rgba(22, 37, 94, 0.15);
}
.service__features-badges.-small {
  font-size: 1.2rem;
}
.service__features-badges::before {
  position: absolute;
  top: -27px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transform: scale(0.75, 0.5);
          transform: scale(0.75, 0.5);
}
.service__features-headline {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  color: var(--accent-color-1);
}
.service__banner-items {
  width: 50%;
  height: 70px;
  color: var(--color-white);
  text-align: center;
}
.service__banner-mainText {
  margin-bottom: 5px;
  padding: 0 0.5em 5px;
  border-bottom: 1px solid;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0625;
}
.service__banner-subText {
  font-size: 1rem;
  font-weight: 500;
}
.service__category-items {
  font-size: 1.4rem;
}
.service__category-items::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 700;
  color: var(--accent-color-1);
  content: "•";
}
.service__category-title {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 700;
}
.service__category-lead {
  line-height: 1.5;
}
.service__category-button {
  width: calc(100% - 40px);
  padding: 15px 10px;
}

.process__number {
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--accent-color-3);
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
}
.process__number.-line {
  position: relative;
}
.process__number.-line::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5px;
  height: 70px;
  background-color: var(--accent-color-4);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.process__lead {
  padding-left: 32px;
  font-size: 1.4rem;
}

.p-company .entry-content .description-def:nth-child(10) dd a {
  /*color: var(--accent-color-1);*/
  text-decoration: underline;
}

.wpcf7 {
  margin-top: 3rem;
  border-top: 1px solid #d6d6d6;
}

.description-def {
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.75;
}
.description-def__title {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--accent-color-1);
}
.description-def__title.-multiple-lines.-address + .description-def__data > .wpcf7-form-control-wrap:first-of-type > .wpcf7-not-valid-tip {
  display: none;
}
.description-def__title.-required::after {
  background-color: var(--accent-color-2);
  content: "必須";
}
.description-def__title.-optional::after {
  background-color: #858585;
  content: "任意";
}
.description-def__title::after {
  position: absolute;
  left: 100%;
  display: flex;
  margin-left: 10px;
  padding: 1px 7.5px;
  font-size: 1.2rem;
  color: var(--color-white);
  text-align: center;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}
.description-def__data {
  width: 100%;
}
.description-def__data.-nowrap {
  white-space: nowrap;
}
.description-def__data-text {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #858585;
  line-height: 1;
}
.description-def__data-text.-small {
  width: 180px;
}
.description-def__data-text.-others {
  width: 180px;
  padding: 5px 10px;
}
.description-def__data-checkbox, .description-def__data-radio {
  width: 18px;
  height: 18px;
}
.description-def__data-checkbox input, .description-def__data-radio input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.description-def__data-checkbox .wpcf7-list-item label, .description-def__data-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.description-def__data-checkbox.-vertical .wpcf7-list-item, .description-def__data-radio.-vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}
.description-def__data-checkbox.-vertical .wpcf7-list-item.last, .description-def__data-radio.-vertical .wpcf7-list-item.last {
  margin-left: 0;
}
.description-def__data-button {
  padding: 15px 25px;
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
.description-def__data .wpcf7-list-item.first {
  margin-left: 0;
}
.description-def__data .wpcf7-list-item.last {
  margin-left: 30px;
}
.description-def__data .wpcf7-form-control-wrap.entry-pref {
  width: 100%;
}
.description-def__data-select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.7rem;
  background-color: transparent;
}
.description-def__data-select-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.description-def__data-select-wrapper {
  position: relative;
  width: 100%;
  border: solid 1px #858585;
}
.description-def__data-textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
}

.form-privacy__title {
  font-size: 2rem;
  font-weight: 500;
}
.form-privacy__checkbox {
  width: 15px;
  height: 15px;
}
.form-privacy__button {
  display: block;
  width: 100%;
  padding: 22px 0;
  background-color: var(--accent-color-1);
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-white);
}
.form-privacy__button[disabled] {
  background-color: var(--accent-color-3);
}
.form-privacy__button.-clear {
  background-color: #acacac;
}
.form-privacy__button.-active {
  background-color: var(--accent-color-1);
  pointer-events: auto;
}

.access-map iframe {
  width: 100%;
  height: 190px;
}

.recruit__inner {
  width: 100%;
}
.recruit__image {
  width: 100%;
}
.recruit__content {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.recruit__content::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-white);
  content: "";
  -webkit-transform: scaleX(230) perspective(0) rotateY(154deg);
          transform: scaleX(230) perspective(0) rotateY(154deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.recruit__button {
  width: calc(100% - 60px);
  padding: 20px 0;
  border: 1px solid var(--accent-color-1);
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
.recruit__button.-lightblue {
  border: 1px solid var(--accent-color-6);
  background-color: var(--accent-color-6);
}
.recruit__button.-white {
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
}
.recruit__button.-white .main__button-line::before {
  background-color: var(--accent-color-6);
}
.recruit__button.-white .main__button-line::after {
  background-color: var(--color-white);
}
.recruit__button.-white .main__button-text {
  color: var(--accent-color-6);
}
.recruit__button.-small {
  width: 115px;
  padding: 7px 0;
  font-size: 1rem;
}
.recruit__button .main__button-line::before, .recruit__button .main__button-line::after {
  background-color: var(--accent-color-6);
}
.recruit__button .main__button-line::before {
  background-color: var(--color-white);
}
.recruit__button .main__button-text {
  color: var(--accent-color-1);
}
.recruit__section {
  position: relative;
  overflow: hidden;
}
.recruit__section.-even:nth-of-type(even) {
  background-color: #f8f8f8;
}
.recruit__section.-even.-white-sm {
  background-color: var(--color-white);
}
.recruit__section.-odd:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.recruit__section.-odd.-white-sm {
  background-color: var(--color-white);
}
.recruit__section.-gray {
  background-color: #f8f8f8;
}
.recruit__section-inner .main__lead {
  position: relative;
  z-index: 1;
}
.recruit__main-title {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
}
.recruit__main-title.-medium {
  font-size: 2.1rem;
}
.recruit__main-title.-medium::before {
  top: -1em;
}
.recruit__main-title.-medium.-project {
  text-align: left;
}
.recruit__main-title.-medium.-project::before {
  top: auto;
  bottom: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.recruit__main-title.-aoyama-symbol::after {
  position: absolute;
  top: 256.6666666667px;
  left: 0;
  display: block;
  width: 100%;
  height: 283px;
  background: url(../img/symbol.svg) no-repeat center center/contain;
  content: "";
  opacity: 0.2;
}
.recruit__main-title.-bg-text-white::before {
  color: #fdfdfd;
}
.recruit__main-title.-secondary-section {
  text-align: center;
}
.recruit__main-title.-secondary-section.-gray::before {
  color: #e9f4fa;
}
.recruit__main-title.-secondary-section.-white::before {
  color: var(--color-white);
}
.recruit__main-title.-secondary-section::before {
  left: 50%;
  letter-spacing: 0em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit__main-title::before {
  position: absolute;
  z-index: -1;
  top: -1.5em;
  left: 50%;
  font-size: 5.5rem;
  font-weight: bold;
  white-space: nowrap;
  content: attr(data-text);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit__main-title-en {
  position: absolute;
  top: -2.5em;
  left: 50%;
  display: block;
  font-size: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit__main-title-en.-secondary-section {
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit__main-title-en.-secondary-section::before {
  content: none;
}
.recruit__main-title-en.-project {
  left: 1em;
  -webkit-transform: none;
          transform: none;
}
.recruit__main-title-en.-project::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 100vw;
  height: 1px;
  background-color: var(--accent-color-6);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit__talk-image {
  position: relative;
  z-index: 1;
  width: calc(100% - 25px);
  margin: 0 auto -25px;
}
.recruit__talk-label {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-white);
}
.recruit__talk-text {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  padding: 50px 25px 35px 25px;
  background-color: #ebf7fe;
}
.recruit__talk-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--accent-color-6);
}
.recruit__talk-title {
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
.recruit__badge {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
}
.recruit__badge.-project {
  left: auto;
  width: 100%;
}
.recruit__badge-text {
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 5px 30px;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4166666667;
  color: var(--color-white);
  text-align: center;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.recruit__badge-text.-project {
  font-size: 2rem;
}
.recruit__brackets {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.recruit__links {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 140px;
  color: var(--color-white);
}
.recruit__links.-medium {
  height: 110px;
}
.recruit__links::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.recruit__links.-others-interview::after {
  background: url(../img/sm/recruit/sm_recruit_other_link_01.jpg) no-repeat center/cover;
}
.recruit__links.-others-cross-talk::after {
  background: url(../img/sm/recruit/sm_recruit_other_link_02.jpg) no-repeat center/cover;
}
.recruit__links.-others-project-story::after {
  background: url(../img/sm/recruit/sm_recruit_other_link_03.jpg) no-repeat center/cover;
}
.recruit__links.-workstyle-1::after {
  background: url(../img/sm/recruit/sm_recruit_top_workstyle_01.jpg) no-repeat center/cover;
}
.recruit__links.-workstyle-2::after {
  background: url(../img/sm/recruit/sm_recruit_top_workstyle_02.jpg) no-repeat center center/cover;
}
.recruit__links.-interview-1::after {
  background: url(../img/sm/recruit/interview/sm_recruit_interview_link_02.jpg) no-repeat center center/cover;
}
.recruit__links.-interview-2::after {
  background: url(../img/sm/recruit/interview/sm_recruit_interview_link_03.jpg) no-repeat center center/cover;
}
.recruit__links.-workstyle-3 {
  height: auto;
  border: 3px solid var(--accent-color-6);
  background-color: var(--accent-color-6);
}
.recruit__links-image {
  min-width: 190px;
}
.recruit__links-title {
  position: absolute;
  z-index: 2;
  top: calc(50% - 5px);
  left: 50%;
  display: inline-block;
  width: calc(100% - 30px);
  padding: 15px 0;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  font-size: 1.1rem;
  line-height: 1.6666666667;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit__links-title.-under {
  top: calc(50% - 0.25em);
  padding: 0;
  border: none;
}
.recruit__links-title.-under::after {
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  width: 1.25em;
  border-top: none;
  border-bottom: 2px solid var(--color-white);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit__links-title .text-small {
  font-size: 1.2rem;
}
.recruit__links-title.-small {
  font-size: 1.6rem;
}
.recruit__links-more {
  position: absolute;
  z-index: 2;
  right: 7px;
  bottom: 7px;
  font-size: 1rem;
}
.recruit__links-center-area {
  background-color: var(--accent-color-6);
}
.recruit__links-center-area-title {
  font-size: 1.6rem;
}
.recruit__links-center-area-title-en {
  font-size: 1rem;
}

.introduction-roles__item {
  width: 150px;
  height: 150px;
  border: 1px solid var(--accent-color-6);
  border-radius: 50%;
  background-color: #d3e5f1;
  background-image: repeating-linear-gradient(-45deg, #f8f8f8, #f8f8f8 6px, transparent 0, transparent 7px);
  text-align: center;
}
.introduction-roles__item.-first {
  margin-bottom: -10px;
}
.introduction-roles__title {
  margin-right: -0.186em;
  margin-bottom: 7px;
  font-family: "Barlow", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--accent-color-6);
}
.introduction-roles__lead {
  margin-right: -0.186em;
  font-size: 1.1rem;
  line-height: 1.8181818182;
}

.data-voice__title {
  position: relative;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--accent-color-6);
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
}
.data-voice__title > span {
  display: block;
  font-size: 2.5rem;
}
.data-voice__title::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent var(--accent-color-6);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.data-voice__inner {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  border: 1px solid var(--accent-color-6);
  border-radius: 8px;
  text-align: center;
}

.environment-flow.-evaluation {
  position: relative;
}
.environment-flow.-evaluation .environment-flow__triangle {
  position: absolute;
  top: calc(100% + 65px - 30px);
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.environment-flow.-evaluation .environment-flow__triangle > span {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 50%;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.environment-flow.-evaluation .environment-flow__triangle::before {
  position: absolute;
  left: 50%;
  width: 70px;
  height: 25px;
  background: linear-gradient(to bottom, rgb(241, 249, 253) 0%, rgb(196, 228, 245) 100%);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.environment-flow.-evaluation .environment-flow__triangle::after {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 35px 55px 0 55px;
  border-style: solid;
  border-color: #c4e4f5 transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.environment-flow__item {
  position: relative;
  padding: 10px 0;
  border: 2px solid var(--accent-color-6);
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
}
.environment-flow__item.-carrier {
  width: 100%;
  max-width: 140px;
  height: 100%;
  border: none;
  background-color: var(--accent-color-7);
}
.environment-flow__item.-carrier.-h90 {
  height: 90px;
}
.environment-flow__item .arrow-down {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.environment-flow__item .arrow-down::before, .environment-flow__item .arrow-down::after {
  display: block;
  content: "";
}
.environment-flow__item .arrow-down::before {
  width: 17px;
  height: 13px;
  margin: 0 auto;
  background: var(--accent-color-6);
}
.environment-flow__item .arrow-down::after {
  border-top: 35px solid var(--accent-color-6);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.environment-flow__item-text {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 100%;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8181818182;
  text-align: left;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.textbox.-title {
  border: 1px solid var(--accent-color-6);
}
.textbox.-b-gray-sm {
  border: 1px solid #dddddd;
}
.textbox.-white {
  border: 1px solid #dddddd;
  background-color: var(--color-white);
}
.textbox__list {
  font-size: 1.2rem;
}
.textbox__list li {
  line-height: 2;
}
.textbox__icon {
  position: relative;
  display: inline-block;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background-color: var(--accent-color-6);
  color: var(--white-color);
}
.textbox__icon > img {
  width: auto;
  max-height: 40px;
}
.textbox__icon.-large {
  border-radius: none;
  background-color: none;
}
.textbox__icon.-large > img {
  width: 100%;
  height: auto;
  max-height: none;
}
.textbox__inner {
  height: 100%;
}
.textbox__inner.-white {
  background-color: var(--color-white);
}
.textbox__image {
  position: relative;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
}
.textbox__image.-medium {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
}
.textbox__image.-full {
  left: -20px;
  width: calc(100% + 40px);
  min-width: auto;
  max-width: none;
  min-height: auto;
}
.textbox__image-text {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.label.-large {
  padding: 10px 0;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 1.7rem;
  color: var(--color-white);
  text-align: center;
}
.label.-medium {
  display: inline-block;
  padding: 7px 25px;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
.label.-small {
  display: inline-block;
  min-width: 160px;
  padding: 4px 0;
  border-radius: 100vh;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
}
.label.-white {
  background-color: var(--white-color);
  color: var(--accent-color-6);
}
.label.-blue {
  padding: 5px 13px;
  border-radius: 3px;
  background-color: var(--accent-color-6);
  font-size: 1rem;
  color: var(--color-white);
  white-space: nowrap;
}
.label.-before {
  font-size: 1.2rem;
  line-height: 1.5;
}
.label.-before:not(:last-child) {
  margin-bottom: 8px;
}
.label.-before:not(.-data-text-none) {
  margin-left: 45px;
}
.label.-before:not(.-data-text-none)::before {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  margin-left: -43px;
  border: 1px solid var(--accent-color-6);
  border-radius: 100vh;
  font-size: 1rem;
  font-weight: bold;
  line-height: 15px;
  color: var(--accent-color-6);
  text-align: center;
  content: attr(data-text);
}

.nav-tabs {
  position: relative;
}
.nav-tabs__input.-inexperienced:checked ~ .nav-tabs .nav-tabs__menu.-inexperienced {
  background-color: var(--accent-color-6);
  color: var(--color-white);
}
.nav-tabs__input.-inexperienced:checked ~ .nav-tabs__item.-inexperienced {
  display: block;
}
.nav-tabs__input.-experienced:checked ~ .nav-tabs .nav-tabs__menu.-experienced {
  background-color: var(--accent-color-6);
  color: var(--color-white);
}
.nav-tabs__input.-experienced:checked ~ .nav-tabs__item.-experienced {
  display: block;
}
.nav-tabs__item {
  display: none;
}
.nav-tabs__menu {
  position: relative;
  width: 100%;
  padding: 15px 0;
  border: 1px solid var(--accent-color-6);
  border-bottom: none;
  background-color: var(--white-color);
  font-weight: 500;
  color: var(--accent-color-6);
  text-align: center;
}
.nav-tabs::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color-6);
  content: "";
}

.image.-graph {
  position: relative;
}
.image.-graph img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image__data-1 {
  max-width: 345px;
  height: 160px;
  padding-top: 46.3768115942%;
}
.image__data-2 {
  max-width: 345px;
  height: 100px;
  padding-top: 28.9855072464%;
}
.image__data-4, .image__data-3 {
  max-width: 345px;
  padding-top: 28.9855072464%;
}
.image__data-3 {
  height: 165px;
  padding-top: 47.8260869565%;
}
.image__data-4 {
  height: 170px;
  padding-top: 49.2753623188%;
}
.image__data-5, .image__data-6 {
  max-width: 345px;
  padding-top: 28.9855072464%;
}
.image__data-5 {
  height: 150px;
  padding-top: 43.4782608696%;
}
.image__data-6 {
  height: 115px;
  padding-top: 33.3333333333%;
}
.image__data-7 {
  max-width: 345px;
  height: 130px;
  padding-top: 37.6811594203%;
}
.image__data-8, .image__data-9, .image__data-10 {
  width: 140px;
  height: 45px;
}

.card {
  position: relative;
  width: calc(50% - 5px);
}
.card.-p-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.card.-p-bottom.-interview .card__inner {
  padding: 20px;
}
.card.-p-bottom.-interview .card__title {
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.card.-p-bottom.-interview .card__status {
  font-size: 1.2rem;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.card.-p-bottom.-interview .card__status .text-x-large {
  font-size: 2.3rem;
}
.card__image {
  position: relative;
}
.card__inner {
  position: relative;
  padding: 10px;
  background-color: var(--accent-color-6);
  font-weight: bold;
  color: var(--color-white);
}
.card__inner.-p-2-sm {
  padding: 20px;
}
.card__inner:not(.-badge-none)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: transparent transparent #247ab1 transparent;
  content: "";
}
.card__label {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px 10px;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
}
.card__title {
  border-bottom: 1px solid;
  font-size: 1.2rem;
  line-height: 1.5;
}
.card__title.-b-none {
  border-bottom: none;
}
.card__title.-line {
  position: relative;
  width: 100%;
  border-bottom: none;
  font-size: 1.3rem;
}
.card__title.-line:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card__title.-project {
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.card__status {
  font-size: 1rem;
  line-height: 1.3;
}
.card__status.-number {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
.card__status.-small-sm {
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.card__status.-year {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 100vh;
  background-color: var(--color-white);
  font-weight: 700;
  color: var(--accent-color-6);
  text-align: center;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.card__status .text-large {
  font-size: 1.2rem;
}
.card__status .text-x-large {
  font-size: 3.6rem;
}
.card__catch {
  font-size: 2.3rem;
  line-height: 1.3913043478;
}

.interview__section:nth-of-type(even) {
  background-color: var(--accent-color-7);
}
.interview__title {
  font-size: 3.8rem;
}
.interview__title-en {
  display: block;
  font-size: 2.4rem;
}
.interview__title-en .text-large {
  font-size: 4rem;
}
.interview__title-en.-small-sm {
  font-size: 1.4rem;
}
.interview__item {
  position: relative;
}
.interview__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.interview__item.-data-text-left::after {
  left: -0.15em;
}
.interview__item.-data-text-right::after {
  right: -0.15em;
}
.interview__item.-data-text-top-right::after {
  right: -0.25em;
  bottom: 100%;
}
.interview__item.-data-text-top-left::after {
  bottom: 100%;
  left: -0.25em;
}
.interview__item::after {
  position: absolute;
  top: -0.65em;
  font-family: "Barlow", sans-serif;
  font-size: 5.5rem;
  font-weight: bold;
  color: #e9f4fa;
  color: var(--accent-color-6);
  content: attr(data-text);
  opacity: 0.1;
}
.interview__image {
  width: 100%;
}
.interview__image.-tertiary {
  display: block;
}
.interview__image.-project {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
}

.news {
  background-color: var(--accent-color-4);
  font-size: 1.6rem;
}
.news__items {
  position: relative;
  border-top: 1px solid #858585;
}
.news__items > a {
  position: relative;
}
.news__items:last-of-type {
  border-bottom: 1px solid #858585;
}
.news__items .icon-arrow-right {
  font-size: 1.3rem;
}
.news__date {
  width: 90px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
}
.news__tag {
  min-width: 100px;
  margin-left: 6px;
  padding: 1px 10px;
  background-color: var(--accent-color-1);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-white);
  text-align: center;
}
.news__headline {
  width: calc(100% - 50px);
  line-height: 1.625;
}
.news__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__button {
  width: calc(100% - 60px);
  padding: 20px 0;
  background-color: var(--accent-color-1);
  color: var(--color-white);
}

.privacy__title {
  border-bottom: 2px solid var(--commonly-color);
  font-size: 2rem;
  line-height: 1.875;
}
.privacy__content {
  font-size: 1.6rem;
  line-height: 1.875;
}
.privacy__content__list {
  padding-left: 2em;
}

body.p-recruit .slick-slide {
  height: auto;
  margin-top: 44px;
}
body.p-recruit .slick-slide .recruit__badge {
  left: auto;
  width: 100%;
}

.slide-arrow {
  position: absolute;
  z-index: 1;
  top: calc(100px - 1.5rem + 44px);
  font-size: 3rem;
  cursor: pointer;
}
.slide-arrow::before {
  color: #2b91d2;
}
.slide-arrow.prev-arrow {
  left: -1.5rem;
}
.slide-arrow.next-arrow {
  right: -1.5rem;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li.slick-active button:before {
  color: #2b91d2;
}

.slick-dots li button:before {
  color: #a3bfd1;
  opacity: 1;
}

.slick-dots li button:before,
.slick-dots li button,
.slick-dots li {
  width: 10px;
  height: 10px;
}

/*  
  お知らせのページネイション
---------------------------------*/
.pagination .page-numbers {
  display: flex;
  color: var(--accent-color-1);
  justify-content: center;
}
.pagination .page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li a,
.pagination .page-numbers li > span {
  display: flex;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--accent-color-1);
  background-color: var(--color-white);
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li .current {
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
.pagination .page-numbers li:not(:last-of-type) {
  margin-right: 1rem;
}

.contact {
  background: url(../img/sm/sm_cta-contact_img.jpg) no-repeat center center/cover;
}
.contact__lead {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
}
.contact__items {
  width: 100%;
}
.contact__phone {
  margin-bottom: 5px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent-color-1);
  letter-spacing: .02em;
}
.contact__phone .icon-phone {
  margin-right: 5px;
  font-size: 2.5rem;
  color: var(--commonly-color);
}
.contact__hours {
  font-size: 1.3rem;
}
.contact__mail {
  padding: 20px 0;
  background-color: var(--accent-color-2);
  font-size: 1.6rem;
  color: var(--color-white);
  text-align: center;
}

/*---------------------------------

  footer

---------------------------------*/
.footer {
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
.footer .custom__logo {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer a {
  color: var(--color-white);
}
.footer__address {
  line-height: 1.875;
  text-align: center;
}
.footer__navi {
  line-height: 1.75;
  text-align: center;
}
.footer__navi a {
  text-decoration: underline;
}
.footer__navi-title {
  font-weight: 500;
}
.footer__navi-child {
  font-weight: 400;
}
.footer__navi-child .icon-arrow-right {
  margin-right: 5px;
  font-size: 1rem;
}
.footer__copylight {
  border-top: 1px solid var(--color-white);
  font-size: 1.2rem;
}

/*---------------------------------

  youtube埋め込みをレスポンシブ

---------------------------------*/
.responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* お知らせ（合併告知用） */
.postid-1077 h5 {
  margin: 30px 0 0;
  font-size: 1.7rem;
}

.postid-1077 table {
  margin-top: 20px !important;
}

.postid-1077 table th,
.postid-1077 table td {
  width: 100% !important;
}

.postid-1077 table th {
  padding: 10px 15px;
  font-weight: bold;
}

.postid-1077 table td {
  padding: 15px 15px;
}

.postid-1077 table td p {
  margin: 0 0 15px 0;
}

.postid-1077 table th p,
.postid-1077 table td p:last-child {
  margin: 0;
}

.postid-1077 .post-content a:last-child {
  position: relative;
  display: inline-block;
  margin: 0 0 0 25px;
}

.postid-1077 .post-content a:last-child:before {
  position: absolute;
  top: 2px;
  left: -25px;
  display: block;
  width: 16px;
  height: auto;
  content: url("/wp-data/wp-content/themes/aoyamagodotax/assets/img/cmn/icon_arrow.svg");
}

.postid-1077 .post-content a:last-child:after {
  position: absolute;
  top: 3px;
  right: -25px;
  display: block;
  width: 16px;
  height: auto;
  content: url("/wp-data/wp-content/themes/aoyamagodotax/assets/img/cmn/icon_pdf.svg");
}

@media screen and (max-width:768px) {
  .description-def__data-text {
    padding: 15px;
  }
  .recruit__button .main__button-text {
    color: var(--color-white);
  }
}
