@charset "UTF-8";
@media screen and (max-width: 639px) {
  .action-guideline__wrapper {
    margin-bottom: 40px;
  }
}

.action-guideline__left {
  text-align: left;
}

.action-guideline__right {
  text-align: right;
}

.action-guideline__images {
  width: 28%;
}
.action-guideline__images img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .action-guideline__images {
    width: 45%;
    margin: 0 auto 20px;
  }
}

.action-guideline__images--left {
  margin-right: 50px;
}
@media screen and (max-width: 639px) {
  .action-guideline__images--left {
    margin-right: auto;
    padding-left: 0;
  }
}

.action-guideline__images--right {
  margin-left: 50px;
}
@media screen and (max-width: 639px) {
  .action-guideline__images--right {
    margin-left: auto;
    padding-right: 0;
  }
}

.action-guideline__images--goodso {
  padding-top: 92px;
}
@media screen and (max-width: 639px) {
  .action-guideline__images--goodso {
    padding-top: 0;
  }
}

.action-guideline__reading-material {
  width: 58%;
}
@media screen and (max-width: 639px) {
  .action-guideline__reading-material {
    width: 100%;
  }
}

.action-guideline__title {
  margin: 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .action-guideline__title {
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.action-guideline__title span {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 639px) {
  .action-guideline__title span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.action-guideline__thinking {
  line-height: 1.9em;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
.action-guideline__thinking span {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
  .action-guideline__thinking {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.action-guideline__description {
  padding: 0 0 0 0;
  line-height: 1.9em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .action-guideline__description {
    padding: 0 20px 20px 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.action-guideline__commit {
  text-align: center;
}

.action-guideline__images--commit {
  margin: 0 auto;
  padding: 20px 0 40px;
}

.wrapper {
  position: relative;
}

.boder__inner01 {
  position: absolute;
  height: auto;
  overflow: hidden;
  left: 50%;
  z-index: 4;
}
.boder__inner01 img {
  max-width: 100%;
  height: auto;
}

.button {
  display: inline-block;
  position: relative;
  height: 62px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: url("/wp/wp-content/themes/twentynineteen/images/white-arrow-right.svg") no-repeat 18% 50%;
  background-color: #fcae5b;
  padding: 0 35px 0 55px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.7px;
  transition: 0.5s;
  border: 1px solid #fcae5b;
  font-size: 14px;
  font-size: 0.875rem;
}
.button:visited, .button:link, .button:active {
  color: #fff;
}
.button:hover {
  color: #fcae5b;
  background: url("/wp/wp-content/themes/twentynineteen/images/orange-arrow-right.svg") no-repeat 18% 50%;
  background-color: #fff;
  border: 1px solid #fcae5b;
}

.button--news {
  background: url("/wp/wp-content/themes/twentynineteen/images/white-arrow-right.svg") no-repeat 13% 50%;
  background-color: #fcae5b;
}
.button--news:hover {
  color: #fcae5b;
  background: url("/wp/wp-content/themes/twentynineteen/images/orange-arrow-right.svg") no-repeat 13% 50%;
  background-color: #fff;
}

.button--orange {
  color: white;
  background: url("/wp/wp-content/themes/twentynineteen/images/white-arrow-right.svg") no-repeat 18% 50%;
  background-color: #fcae5b;
  font-size: 14px;
  font-size: 0.875rem;
}
.button--orange:visited {
  color: #fff;
}
.button--orange:hover {
  color: #fff;
  background: url("/wp/wp-content/themes/twentynineteen/images/white-arrow-right.svg") no-repeat 18% 50%;
  background-color: #fcae5b;
}

.button--recruit {
  width: 100%;
}

.company-info {
  width: 50%;
  color: white;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .company-info {
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.company-info li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 15px 0px 5px;
}
@media screen and (max-width: 639px) {
  .company-info li {
    padding: 15px 0 5px;
  }
}

.company-info--recruitment {
  color: black;
}
.company-info--recruitment li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.company-info--recruitment-inner {
  width: 100%;
  list-style: disc;
  color: black;
}
@media screen and (max-width: 639px) {
  .company-info--recruitment-inner {
    padding: 0;
  }
}
.company-info--recruitment-inner li {
  border-bottom: none;
  padding: 3px 0;
  margin-left: 18px;
}

.company-info__heading {
  width: 30%;
}
@media screen and (max-width: 639px) {
  .company-info__heading {
    width: 50%;
    font-weight: bold;
  }
}

.company-info__body {
  width: 70%;
}
@media screen and (max-width: 639px) {
  .company-info__body {
    width: 100%;
  }
}

.company-info--inner {
  width: 100%;
  padding: 15px 0px 5px;
}
.company-info--inner li:last-child {
  border-bottom: none;
}
.company-info--inner li:first-child {
  padding: 0 0px 5px;
}
@media screen and (max-width: 639px) {
  .company-info--inner li:first-child {
    padding: 15px 0 5px;
  }
}
@media screen and (max-width: 639px) {
  .company-info--inner .company-info__heading {
    font-weight: normal;
  }
}

.conditions-list {
  width: 54%;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (max-width: 639px) {
  .conditions-list {
    width: 100%;
    padding: 20px 20px 0;
  }
}
.conditions-list li {
  padding-bottom: 20px;
}
.conditions-list li .conditions-list__image {
  width: 24%;
}
@media screen and (max-width: 639px) {
  .conditions-list li .conditions-list__image {
    width: 36%;
    margin: 0 auto 30px;
  }
}
.conditions-list li .conditions-list__text {
  width: 70%;
  color: white;
}
@media screen and (max-width: 639px) {
  .conditions-list li .conditions-list__text {
    width: 100%;
  }
}
.conditions-list li .conditions-list__text h4 {
  letter-spacing: 2px;
  margin: 0;
  padding: 0 0 10px;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 639px) {
  .conditions-list li .conditions-list__text h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.conditions-list li .conditions-list__text h4 span {
  font-size: 14px;
  font-size: 0.875rem;
}
.conditions-list li .conditions-list__text p {
  width: 86%;
  line-height: 1.7em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .conditions-list li .conditions-list__text p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.conditions-list li .conditions-list__left {
  padding-right: 3%;
}
@media screen and (max-width: 639px) {
  .conditions-list li .conditions-list__left {
    padding-right: 0;
  }
}
.conditions-list li .conditions-list__right {
  padding-left: 3%;
}
@media screen and (max-width: 639px) {
  .conditions-list li .conditions-list__right {
    padding-left: 0;
  }
}
.conditions-list li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 639px) {
  .conditions-list li:last-child img {
    padding-top: 20px;
  }
}

.contact-complete {
  text-align: center;
  margin: 0 auto 90px;
}

.contact-complete__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .contact-complete__title {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact-complete__text {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .contact-complete__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.container {
  position: relative;
  width: 100%;
}

.container__mission-left,
.container__mission-right {
  width: 50%;
  text-align: center;
}

.container__mission-left {
  padding-left: 15%;
}

.container__mission-text {
  width: 69%;
  text-align: left;
  letter-spacing: 1px;
}

.container--page {
  position: relative;
  padding-top: 68px;
}
@media screen and (max-width: 639px) {
  .container--page {
    padding-top: 38px;
  }
}

.container--post {
  width: 100%;
  padding-top: 50px;
}

.container__heading {
  letter-spacing: 1.8px;
  font-size: 20px;
  font-size: 1.25rem;
}

.container__heading-area {
  width: 310px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 50px 0;
}
.container__heading-area span {
  font-size: 16px;
  font-size: 1rem;
}
.container__heading-area img {
  width: 180px;
  margin: 0 auto;
  padding: 0 0 13px;
}

.container__heading-area--white {
  color: white;
}

.container__page-heading {
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
}

.container__page-heading--white {
  color: white;
}

.container__inner {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .container__inner {
    width: 100%;
  }
}

.container__inner--contact {
  width: 640px;
  padding: 0 0 50px;
}
.container__inner--contact h3 {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1rem;
}
.container__inner--contact p {
  line-height: 1.6em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .container__inner--contact {
    width: 100%;
    padding: 0 20px 50px;
  }
}
.container__inner--contact ul {
  padding: 0;
  list-style: disc;
  padding: 10px 0;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.container__inner--contact ul li {
  margin-bottom: 10px;
  line-height: 1.6em;
}
.container__inner--contact span.additional-text {
  font-size: 12px;
  font-size: 0.75rem;
}
.container__inner--contact p.additional-clause {
  margin-top: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}
.container__inner--contact h2 {
  text-align: center;
  margin: 40px 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
.container__inner--contact table {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 30px 0;
}
.container__inner--contact table th, .container__inner--contact table td {
  border: 1px solid #595959;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.container__inner--contact table th {
  background: #eee;
}

.container__inner--unsubscribe-sms {
  width: 425px;
  padding: 0 0 50px;
}
@media screen and (max-width: 639px) {
  .container__inner--unsubscribe-sms {
    width: 94%;
  }
}

.container__inner--news {
  width: 960px;
}
@media screen and (max-width: 639px) {
  .container__inner--news {
    width: 100%;
  }
}

.container__contents {
  padding-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .container__contents {
    padding-bottom: 30px;
  }
}

.container__contents--value {
  width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .container__contents--value {
    width: 100%;
  }
}

.container__contents--mission {
  padding-bottom: 0;
}
@media screen and (max-width: 639px) {
  .container__contents--mission {
    padding-bottom: 30px;
  }
}

.container__text {
  padding: 0;
  line-height: 2em;
  text-align: left;
  font-size: 14.5px;
  font-size: 0.90625rem;
}
@media screen and (max-width: 639px) {
  .container__text {
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .container__text br.container__text-break {
    display: none;
  }
}

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

.container__text--white {
  color: white;
}

.container__text--background {
  padding-right: 80px;
}
@media screen and (max-width: 639px) {
  .container__text--background {
    padding: 0 20px;
  }
}

.container__news-left {
  width: 75%;
  background: url("/wp/wp-content/themes/twentynineteen/images/top-news.jpg");
  background-size: cover;
}

.container__news-right {
  width: 25%;
  text-align: center;
}

.container__service-left {
  width: 60%;
}
.container__service-left img {
  width: 72%;
  margin: 70px auto;
}

.container__service-right {
  width: 40%;
  background: url("/wp/wp-content/themes/twentynineteen/images/top-service.jpg");
  background-size: cover;
}

.container__service-text {
  position: absolute;
  width: 54%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}

.container__company-right {
  padding: 120px 0;
  margin-right: 18%;
}

.container__button-area {
  padding: 25px 0 0 10px;
}

.container__button-area--recruit {
  width: 320px;
  margin: 0 auto;
  padding: 0 0 22px;
}
@media screen and (max-width: 639px) {
  .container__button-area--recruit {
    width: 100%;
    padding: 0 28px 20px;
  }
}

.container__company-bg {
  background: url("/wp/wp-content/themes/twentynineteen/images/top-company.jpg");
  background-size: cover;
  background-position: 70% 20%;
}

.container__subheading-area {
  margin-bottom: 20px;
}
.container__subheading-area span {
  display: block;
  color: #fcae5b;
  font-weight: bold;
  padding: 7px 0 16px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .container__subheading-area {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.container__subheading-area--top-space {
  padding-top: 50px;
}

.container__page-subheading {
  display: inline-block;
  letter-spacing: 2px;
  border-bottom: 2px solid #fcae5b;
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 639px) {
  .container__page-subheading {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.container__page-subheading--white {
  color: white;
}

.container__subheading-area--center {
  text-align: center;
}

.container__page-half {
  width: 48%;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 639px) {
  .container__page-half {
    padding: 0 25px 0 0;
  }
}

.container__page-half--right {
  padding: 0 0 0 25px;
}

@media screen and (max-width: 639px) {
  .container__page-half--pc {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 639px) {
  .container__page-images {
    padding: 0 0 30px 0;
  }
}

.container__link-box {
  position: fixed;
  top: 120px;
  right: 50px;
}
.container__link-box ul li {
  margin: 0 5px;
}
.container__link-box ul li a {
  display: block;
  padding: 0 5px;
}
@media screen and (max-width: 639px) {
  .container__link-box {
    display: none;
  }
}

.container__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.container__movie iframe {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 90%;
}

.container__service-title {
  text-align: center;
  width: 58%;
  margin: 50px auto 20px;
  color: #030760;
  position: relative;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
.container__service-title::after, .container__service-title::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35%;
  height: 2px;
  border-top: solid 1px #ccc;
}
.container__service-title::after {
  left: 0;
}
.container__service-title::before {
  right: 0;
}
@media screen and (max-width: 639px) {
  .container__service-title {
    width: 80%;
  }
  .container__service-title::after, .container__service-title::before {
    width: 30%;
  }
  .container__service-title::after {
    left: -11%;
  }
  .container__service-title::before {
    right: -11%;
  }
}

.container__speakerdeck {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .container__speakerdeck {
    width: 90%;
    aspect-ratio: 16/9;
  }
}

.container__inner--iwaikin {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  .container__inner--iwaikin {
    width: 100%;
  }
}

.contact__text {
  font-size: 14px;
  font-size: 0.875rem;
}

.contact__tel {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 30px;
  margin: 30px 0;
}

.contact__tel-body {
  width: 50%;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #fff;
}
.contact__tel-body span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .contact__tel-body {
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 639px) and (max-width: 639px) {
  .contact__tel-body a {
    display: block;
    padding: 5px 0;
  }
}

.contact__tel-heading {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 639px) {
  .contact__tel-heading {
    text-align: center;
  }
}

.contact__tel-pc {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 639px) {
  .contact__tel-pc {
    display: none;
  }
}

.contact__tel-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .contact__tel-sp {
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.contact__mail {
  text-align: center;
  color: red;
  padding-left: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.contact__withdrawal {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.contact__mail-link {
  color: red;
  position: relative;
}
.contact__mail-link:link, .contact__mail-link:visited, .contact__mail-link:hover {
  color: red;
}
.contact__mail-link:before {
  position: absolute;
  content: "";
  background: url("/wp/wp-content/themes/twentynineteen/images/icon-mail.svg") no-repeat;
  width: 14px;
  height: 14px;
  top: 1px;
  left: -20px;
}

.contact__unsubscribe {
  margin: 20px 0 0;
}

.contact__unsubscribe-title {
  margin: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.contact__unsubscribe-title::before, .contact__unsubscribe-title::after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
.contact__unsubscribe-title::before {
  margin-right: 1em;
}
.contact__unsubscribe-title::after {
  margin-left: 1em;
}

.contact__table {
  width: 100% !important;
}

.contact__table--contact {
  margin: 20px 0 !important;
}

.contact__table, .contact__table-head, .contact__table-body {
  border: 2px solid #fff !important;
  border-collapse: collapse !important;
  font-size: 13px;
  font-size: 0.8125rem;
}

.contact__table-head, .contact__table-body {
  padding: 10px !important;
  text-align: left !important;
  background: #f9f9f9 !important;
  line-height: 1.5em !important;
}
@media screen and (max-width: 639px) {
  .contact__table-head, .contact__table-body {
    display: block !important;
  }
}

.contact__table-head {
  width: 100% !important;
  background: #f6f6f6 !important;
}
@media screen and (min-width: 641px) {
  .contact__table-head {
    width: 20% !important;
  }
}

@media screen and (min-width: 641px) {
  .contact__heading-wrapper {
    margin: 35px 0 30px;
  }
}

.contact__withdrawal {
  font-size: 10px !important;
}
@media screen and (max-width: 639px) {
  .contact__withdrawal {
    margin-bottom: 30px;
  }
}

.client {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .client {
    width: 94%;
    margin: 0 auto;
  }
}

.client-form__inner--faj {
  width: 643px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .client-form__inner--faj {
    width: 100% !important;
  }
}

.client__heading {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #0E81DF;
  font-weight: bold;
  padding: 25px 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.client__notice {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 10px 0 15px;
}

.client__form-item {
  margin: 0 0 10px;
}

.client__form-item--freeaj {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 10px 10px;
  margin-bottom: 15px;
}

.client__form-text {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
  padding: 10px 0 15px;
}

.client__form-text--learge {
  font-weight: bold;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .client__form-text--learge {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.client__form-required {
  display: inline-block;
  color: #D0021B;
  font-weight: normal;
  border: 1px solid #D0021B;
  padding: 0px 5px;
  margin-left: 7px;
  font-size: 12px;
  font-size: 0.75rem;
}

.client__form__freeaj {
  width: 400px;
  padding: 13px 10px;
  border: 2px solid #000;
  line-height: 1.5em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 639px) {
  .client__form__freeaj {
    width: 100%;
  }
}

.client__btn-area {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.client__submit {
  display: inline-block;
  width: 100%;
  margin: 20px auto 50px;
  padding: 25px 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #0c9b01;
  cursor: pointer;
  border-radius: 100px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 639px) {
  .client__submit {
    margin: 15px auto 30px;
  }
}

.client__footer {
  width: 100%;
}

.client__footer-menu {
  background: #0d81df;
  padding: 15px 0;
}

.client__footer-menu-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.client__footer-menu-item {
  text-decoration: none;
  cursor: pointer;
}
.client__footer-menu-item:link, .client__footer-menu-item:active, .client__footer-menu-item:visited, .client__footer-menu-item:hover {
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.client__footer-tyl {
  background: #fff;
}

.client__footer-logo {
  width: 5%;
  margin: 0 auto;
  padding: 15px 0 5px;
}
.client__footer-logo img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .client__footer-logo {
    width: 13%;
  }
}

.client__footer-copyright {
  color: #4a4a4a;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
  padding: 10px 0 15px;
}

.client__form-text-small {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 4px;
  color: #888;
}

.client__form-sample-text {
  margin: 20px 0 10px 0;
  font-size: 12px;
  color: #888;
}

.client__footer-logo--info {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.client__footer-logo--info p {
  width: 80%;
  font-size: 10px;
  color: #333;
  line-height: 1.6em;
}
@media screen and (min-width: 641px) {
  .client__footer-logo--info p {
    font-size: 12px;
  }
}
@media screen and (min-width: 641px) {
  .client__footer-logo--info {
    width: 415px;
  }
}

.client__footer-logo-img {
  width: 15%;
}
.client__footer-logo-img img {
  width: 100%;
}

.client__notice-submit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.flex {
  display: flex;
}

.flex--a-center {
  align-items: center;
}

.flex--a-end {
  align-items: flex-end;
}

.flex--j-center {
  justify-content: center;
}

.flex--pc {
  display: flex;
}
@media screen and (max-width: 639px) {
  .flex--pc {
    display: block;
  }
}

.flex--sp {
  display: block;
}
@media screen and (max-width: 639px) {
  .flex--sp {
    display: flex;
  }
}

.flex__space-between {
  justify-content: space-between;
}

.flex--j-space-around {
  justify-content: space-around;
}

.flex__wrap {
  flex-wrap: wrap;
}

.flex__nowrap {
  flex-wrap: nowrap;
}

.flex__flex-start {
  align-items: flex-start;
}

.flex__align-self-center {
  align-self: center;
}

.flex--reverse {
  flex-direction: row-reverse;
}

.flex--negative-margin {
  margin-top: -40px;
}
@media screen and (max-width: 639px) {
  .flex--negative-margin {
    margin-top: 0;
  }
}

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

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

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

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

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

.gap--60 {
  gap: 60px;
}

.gap--70 {
  gap: 70px;
}

.gap--80 {
  gap: 80px;
}

.gap--90 {
  gap: 90px;
}

.footer {
  background: #333;
  color: white;
}

.footer__navigation,
.footer__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 639px) {
  .footer__navigation {
    display: none;
  }
}

.footer__inner {
  width: 100%;
}

.footer__heading {
  font-weight: bold;
  padding: 0 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__frame {
  width: 20%;
  text-align: left;
}
.footer__frame a:link,
.footer__frame a:visited,
.footer__frame a:hover {
  display: inline-block;
  position: relative;
  color: rgb(217.5, 217.5, 217.5);
  text-decoration: none;
  padding: 4px 0;
  transition: transform 0.3s;
  font-size: 13px;
  font-size: 0.8125rem;
}
.footer__frame a:hover {
  color: #fcae5b;
}
.footer__frame a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fcae5b;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.footer__frame a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.footer__logo {
  width: 70px;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 639px) {
  .footer__logo {
    margin: 0 auto;
    padding: 0 10px 15px;
  }
}

.footer__map {
  width: 100%;
  height: 450px;
  background: #f3f3f3;
  position: relative;
  z-index: 3;
}

.footer__info p {
  line-height: 1.6;
  color: rgb(217.5, 217.5, 217.5);
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .footer__info p {
    text-align: right;
    padding: 0 20px 0 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.footer__copyright {
  background: black;
  color: #777;
  text-align: right;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.form__item {
  text-align: left;
  width: 32%;
}
@media screen and (max-width: 639px) {
  .form__item {
    width: 100%;
  }
}

.form__item--center {
  margin: 0 2%;
}
@media screen and (max-width: 639px) {
  .form__item--center {
    margin: 0;
  }
}

.form__item--radio-area {
  width: 100%;
  padding: 15px 0 10px;
}

.form__item--message {
  width: 100%;
  padding: 15px 0 30px;
}

.form__heading {
  padding: 10px 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.form__heading span {
  display: inline-block;
  background: red;
  color: white;
  letter-spacing: 2px;
  padding: 2px 5px;
  margin-left: 3px;
  border-radius: 4px;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (max-width: 639px) {
  .form__body {
    padding: 0 0 10px;
  }
}

.form__input {
  display: block;
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}

.form__button-area {
  text-align: center;
  margin: 0 auto;
}

.form__terms-link, .form__terms-text {
  width: 100%;
  text-align: center;
  font-size: 12px !important;
}

.form__terms-text {
  padding-bottom: 20px;
}

input[name=detailscheck] {
  appearance: auto;
  margin-right: 0;
}

input[name=detailscheck] + span {
  font-size: 13px;
  font-size: 0.8125rem;
}

label:has(input[name=detailscheck]) {
  width: 200px;
  background: #f4f4f4;
  display: block;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  label:has(input[name=detailscheck]) {
    width: 100%;
    background: none;
    padding: 5px 10px;
  }
}

.form__body:has(input[name=detailscheck]) {
  display: flex;
}
@media screen and (max-width: 639px) {
  .form__body:has(input[name=detailscheck]) {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .mw_wp_form .horizontal-item + span:has(input[name=detailscheck]) {
    margin-left: 0;
  }
}

.header {
  position: relative;
  width: 100%;
  padding: 10px 0 0 15px;
  background: rgba(0, 0, 0, 0.67);
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .header {
    padding: 10px 0 6px 15px;
  }
}

.header--welcome {
  position: static;
  background: none;
}

.header__logo {
  width: 50px;
  margin: 0;
}
.header__logo img {
  padding: 2px 0 0 0;
}
@media screen and (max-width: 639px) {
  .header__logo img {
    padding: 0 0 5px 0;
  }
}

.header__navigation {
  width: 740px;
}
@media screen and (max-width: 639px) {
  .header__navigation {
    width: 100%;
  }
}

.img__filter-dark {
  position: relative;
}
.img__filter-dark::before {
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.img__filter-light {
  position: relative;
}
.img__filter-light::before {
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
}

.img__filter-foreground {
  z-index: 1;
}

.img__expansion {
  overflow: hidden;
}
.img__expansion img {
  width: 110%;
  display: block;
  transition-duration: 0.9s;
}
.img__expansion img:hover {
  transform: scale(1.1);
  transition-duration: 0.9s;
}

.img__move-up {
  transition-duration: 0.6s;
}
.img__move-up:hover {
  transform: translateY(-0.5em);
}

#js-header {
  width: 100%;
  position: absolute;
  z-index: 999;
}
@media screen and (max-width: 639px) {
  #js-header {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
}

#js-header.js-fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
@media screen and (max-width: 639px) {
  #js-header.js-fixed {
    padding-top: 0;
    background: transparent;
  }
}

@media screen and (max-width: 639px) {
  #js-sp-header {
    width: 100%;
    height: 36px;
    z-index: 999;
  }
}

#js-navigation-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 639px) {
  #js-navigation-toggle {
    display: block;
  }
}

#js-navigation-toggle div {
  position: relative;
}

#js-navigation-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: white;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#js-navigation-toggle span:nth-child(1) {
  top: 0;
}

#js-navigation-toggle span:nth-child(2) {
  top: 11px;
}

#js-navigation-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 639px) {
  #js-navigation {
    position: absolute;
    top: -504px;
    left: 0;
    background: rgba(0, 0, 0, 0.77);
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #js-navigation ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #js-navigation ul li {
    position: static;
  }
}

@media screen and (max-width: 639px) {
  #js-header #js-navigation ul li a,
  #js-header.js-fixed #js-navigation ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
}

.js-open #js-navigation-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.js-open #js-navigation-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.js-open #js-navigation-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.js-open #js-navigation {
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}

.js-fixed {
  background: rgba(0, 0, 0, 0.67);
}

#js-loading {
  width: 100vw;
  height: 100vh;
  transition: all 2s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.js-loaded {
  opacity: 0;
  visibility: hidden;
}

.loading__inner {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .loading__pc {
    display: none;
  }
}

.loading__anime01 {
  fill: black;
  -webkit-animation: yoko 0.4s ease-in 0s;
  animation: yoko 0.4s ease-in 0s;
}

.loading__anime02 {
  fill: black;
  -webkit-animation: tate 0.4s ease-in 0.2s;
  animation: tate 0.4s ease-in 0.2s;
}

.loading__anime03 {
  fill: black;
  -webkit-animation: tate 0.4s ease-in 0.4s;
  animation: tate 0.4s ease-in 0.4s;
}

.loading__anime04,
.loading__anime05 {
  fill: black;
  -webkit-animation: tate 0.4s ease-in 0.6s;
  animation: tate 0.4s ease-in 0.6s;
}

.loading__anime06 {
  fill: black;
  -webkit-animation: tate 0.4s ease-in 0.8s;
  animation: tate 0.4s ease-in 0.8s;
}

.loading__anime07 {
  fill: black;
  -webkit-animation: yoko 0.4s ease-in 1s;
  animation: yoko 0.4s ease-in 1s;
}

.loading__anime08 {
  fill: black;
  -webkit-animation: rakka 0.3s ease-in 1.2s;
  animation: rakka 0.3s ease-in 1.2s;
}

.loading__anime09 {
  fill: black;
  -webkit-animation: rakka 0.3s ease-in 1.4s;
  animation: rakka 0.3s ease-in 1.4s;
}

.loading__anime10 {
  fill: black;
  -webkit-animation: rakka 0.3s ease-in 1.6s;
  animation: rakka 0.3s ease-in 1.6s;
}

.loading__anime11 {
  fill: #c2c1c1;
  -webkit-animation: hana 0.3s ease-in 1.8s;
  animation: hana 0.3s ease-in 1.8s;
}

@keyframes yoko {
  0% {
    opacity: 0;
    width: 0%;
    fill: transparent;
  }
  100% {
    opacity: 1;
    fill: black;
  }
}
@keyframes tate {
  0% {
    opacity: 0;
    height: 0%;
    fill: transparent;
  }
  100% {
    opacity: 1;
    fill: black;
  }
}
@keyframes rakka {
  0% {
    opacity: 0;
    transform: translateY(-100px);
    fill: transparent;
  }
  100% {
    opacity: 1;
    fill: black;
  }
}
@keyframes hana {
  0% {
    opacity: 0;
    fill: transparent;
  }
  100% {
    opacity: 1;
    fill: #c2c1c1;
  }
}
.message {
  width: 44%;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .message {
    width: 100%;
  }
}

.message__text {
  padding: 0 0 20px;
  line-height: 1.8em;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 639px) {
  .message__text {
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.message__text--recruitment {
  padding: 0 0 54px;
}
@media screen and (max-width: 639px) {
  .message__text--recruitment {
    padding: 0 20px 50px;
  }
}

.message__by {
  width: 224px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 100px;
}
.message__by span {
  display: block;
  padding: 0 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .message__by {
    width: 42%;
  }
}

.navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .navigation {
    border-bottom: none;
  }
}
.navigation li {
  text-align: center;
  margin-right: 50px;
}
@media screen and (max-width: 639px) {
  .navigation li {
    margin-right: 0;
  }
}
.navigation li:last-child {
  margin-right: 0;
}
.navigation li a:link, .navigation li a:visited, .navigation li a:hover {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 11px;
  font-size: 0.6875rem;
}
.navigation li a:link span, .navigation li a:visited span, .navigation li a:hover span {
  display: block;
  text-align: center;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 8px;
  font-size: 0.5rem;
}
.navigation li a:hover {
  color: #fcae5b;
}
.navigation li a:link.navigation__current,
.navigation li a:visited.navigation__current {
  color: #fcae5b;
}
.navigation li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fcae5b;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.navigation li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.news-list {
  width: 100%;
  list-style: none;
  padding-bottom: 25px;
}
@media screen and (max-width: 639px) {
  .news-list {
    justify-content: space-between;
    padding: 15px;
  }
}
.news-list li.news-list__item {
  width: 300px;
  margin: 10px;
}
@media screen and (max-width: 639px) {
  .news-list li.news-list__item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.news-list li {
  width: 45%;
  height: 140px;
  overflow: hidden;
  margin: 0 15px 15px 0;
  background: white;
  border: 1px solid #000;
}
@media screen and (max-width: 639px) {
  .news-list li {
    width: 100%;
    height: 100px;
  }
  .news-list li:last-child {
    display: none;
  }
}
.news-list li a:link,
.news-list li a:hover,
.news-list li a:visited {
  display: block;
  position: relative;
  text-decoration: underline;
  color: #000;
}
.news-list li a:link .news-list__category,
.news-list li a:hover .news-list__category,
.news-list li a:visited .news-list__category {
  display: inline-block;
  background: black;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.news-list li a:link .news-list__date,
.news-list li a:hover .news-list__date,
.news-list li a:visited .news-list__date {
  color: #666666;
  padding-right: 10px;
  font-size: 10px;
  font-size: 0.625rem;
}
.news-list li a:link .news-list__title,
.news-list li a:hover .news-list__title,
.news-list li a:visited .news-list__title {
  text-align: left;
  line-height: 1.6em;
  color: black;
  padding: 10px 15px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 639px) {
  .news-list li a:link .news-list__title,
  .news-list li a:hover .news-list__title,
  .news-list li a:visited .news-list__title {
    height: 55px;
  }
}

.background-image {
  padding: 0 0 80px;
}
@media screen and (max-width: 639px) {
  .background-image {
    padding: 30px 20px;
  }
}

.br--pc, .display-pc {
  display: block;
}
@media screen and (max-width: 639px) {
  .br--pc, .display-pc {
    display: none;
  }
}

.br--sp, .display-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .br--sp, .display-sp {
    display: block;
  }
}

.js-pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 5;
}
.js-pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  transition: transform 0.3s;
}
.js-pagetop a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pitch {
  background: #474748;
  background: -moz-linear-gradient(left, #474748 0%, #2d2d2d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #474748), color-stop(100%, #2d2d2d));
  background: -webkit-linear-gradient(left, #474748 0%, #2d2d2d 100%);
  background: -o-linear-gradient(left, #474748 0%, #2d2d2d 100%);
  background: -ms-linear-gradient(left, #474748 0%, #2d2d2d 100%);
  background: linear-gradient(to right, #474748 0%, #2d2d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#474748, endColorstr=#2d2d2d ,GradientType=1 );
}

.pitch__heading {
  color: white;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .pitch__heading {
    padding: 30px 0 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.pitch__slide-area {
  padding: 0 0 50px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .pitch__slide-area {
    padding: 5px 15px 30px;
  }
}

.pitch__button-bar {
  position: absolute;
  width: 1024px;
  bottom: 0;
  left: 0;
  height: 76px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .pitch__button-bar {
    width: 100%;
    height: 62px;
  }
}

.pitch__slider {
  width: 1024px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .pitch__slider {
    width: 100%;
    height: 535px;
  }
}
.pitch__slider .slick-next, .pitch__slider .slick-prev {
  width: 50px;
  height: 50px;
  z-index: 5;
  top: 92%;
}
@media screen and (max-width: 639px) {
  .pitch__slider .slick-next, .pitch__slider .slick-prev {
    width: 25px;
    height: 25px;
    top: 94%;
  }
}
.pitch__slider .slick-next:before, .pitch__slider .slick-prev:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .pitch__slider .slick-next:before, .pitch__slider .slick-prev:before {
    width: 25px;
    height: 25px;
  }
}
.pitch__slider .slick-next {
  right: 17px;
}
@media screen and (max-width: 639px) {
  .pitch__slider .slick-next {
    right: 13px;
  }
}
.pitch__slider .slick-next:before {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/next.png);
  background-size: contain;
}
.pitch__slider .slick-prev {
  left: 17px;
}
@media screen and (max-width: 639px) {
  .pitch__slider .slick-prev {
    left: 13px;
  }
}
.pitch__slider .slick-prev:before {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/prev.png);
  background-size: contain;
}

.pitch__inner {
  padding: 30px;
  height: 500px;
}
@media screen and (max-width: 639px) {
  .pitch__inner {
    height: 535px;
    padding: 15px;
  }
}
.pitch__inner h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .pitch__inner h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.pitch__p {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 639px) {
  .pitch__p {
    height: 535px;
  }
}

.pitch__p01 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p01-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p01 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p01-bg-sp.jpg);
    background-size: auto 100%;
  }
}

.pitch__p02 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p02-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p02 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p02-bg-sp.jpg);
  }
}

.pitch__p03 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p03-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p03 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p03-bg-sp.jpg);
  }
}

.pitch__enkaku {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p03-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__enkaku {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p03-bg-sp.jpg);
  }
}

.pitch__member-bg {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/member-bg-pc.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__member-bg {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/member-bg-sp.jpg);
  }
}

.pitch__media-bg {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/bg-media-pc.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__media-bg {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/bg-media-sp.jpg);
  }
}

.pitch__p04 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p04-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p04 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p04-bg-sp.jpg);
  }
}

.pitch__p05 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p05-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p05 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p05-bg-sp.jpg);
  }
}

.pitch__p06 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p06-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p06 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p06-bg-sp.jpg);
  }
}

.pitch__p07 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p07-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p07 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p07-bg-sp.jpg);
    background-size: cover;
  }
}

.pitch__p08 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p08-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p08 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p08-bg-sp.jpg);
    background-size: cover;
  }
}

.pitch__p09 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p09-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p09 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p09-bg-sp.jpg);
    background-size: cover;
  }
}

.pitch__p10 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p10-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p10 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p10-bg-sp.jpg);
  }
}

.pitch__p11 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p11-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p11 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p11-bg-sp.jpg);
  }
}

.pitch__p12 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p12-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p12 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p12-bg-sp.jpg);
  }
}

.pitch__p13 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p13-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p13 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p13-bg-sp.jpg);
  }
}

.pitch__p14 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p14-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p14 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p14-bg-sp.jpg);
  }
}

.pitch__p15 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p15-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p15 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p15-bg-sp.jpg);
  }
}

.pitch__p16 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p16-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p16 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p16-bg-sp.jpg);
  }
}

.pitch__p17 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p17-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p17 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p17-bg-sp.jpg);
  }
}

.pitch__p18 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p18-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p18 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p18-bg-sp.jpg);
  }
}

.pitch__p19 {
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p19-bg.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 639px) {
  .pitch__p19 {
    background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/p19-bg-sp.jpg);
  }
}

.pitch__subheading {
  font-weight: bold;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .pitch__subheading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.pitch__subheading:after {
  width: 46px;
  border-radius: 5px;
  content: "";
  display: block;
  height: 4px;
  background: #45b3e0;
  background: -moz-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #45b3e0), color-stop(100%, #639));
  background: -webkit-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -o-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -ms-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: linear-gradient(to right, #45b3e0 0%, #639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#45b3e0, endColorstr=#639 ,GradientType=1 );
}
@media screen and (max-width: 639px) {
  .pitch__subheading span {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__subheading span.pitch__fs-11 {
    font-size: 11px;
  }
}

.pitch__subheading--centering {
  text-align: center;
  line-height: 388px;
}
@media screen and (max-width: 639px) {
  .pitch__subheading--centering {
    line-height: 450px;
  }
}

.pitch__subheading--double {
  padding-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .pitch__subheading--double {
    padding-bottom: 17px;
  }
}

.pitch__p01-inner {
  color: white;
  text-align: center;
  padding-top: 114px;
}
@media screen and (max-width: 639px) {
  .pitch__p01-inner {
    padding-top: 120px;
  }
}

.pitch__02-inner {
  color: white;
}

.pitch__white-inner {
  color: black;
}
.pitch__white-inner .pitch__subheading {
  color: black;
}

.pitch__p01-logo {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .pitch__p01-logo {
    width: 100px;
  }
}

.pitch__p01-date {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .pitch__p01-date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.pitch__p01-date--center {
  text-align: center;
}

.pitch__page-num {
  position: absolute;
  bottom: 26px;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .pitch__page-num {
    bottom: 22px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.pitch__agenda {
  padding: 20px 0;
  line-height: 1.8;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 639px) {
  .pitch__agenda {
    line-height: 2;
    font-size: 16px;
    font-size: 1rem;
  }
}
.pitch__agenda li {
  color: white;
}

.pitch__year {
  color: white;
  padding: 5px 0 0;
}
@media screen and (max-width: 639px) {
  .pitch__year {
    padding: 2px 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.pitch__chronological {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 639px) {
  .pitch__chronological {
    height: 340px;
    margin-top: 35px;
    border-left: 1px solid white;
  }
}

.pitch__history-line {
  position: absolute;
  width: 100%;
  border-top: 1px solid white;
  top: 100px;
}
@media screen and (max-width: 639px) {
  .pitch__history-line {
    display: none;
  }
}

a:link.pitch__service-link,
a:visited.pitch__service-link,
a:hover.pitch__service-link {
  color: white;
  text-decoration: none;
}
a:link.pitch__service-link:before,
a:visited.pitch__service-link:before,
a:hover.pitch__service-link:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 1px 4px 0;
  background-image: url(/wp/wp-content/themes/twentynineteen/images/pitch/links.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a:hover.pitch__service-link {
  text-decoration: underline;
}

.pitch__point {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #005aff;
  background: -moz-linear-gradient(left, #005aff 0%, #00b58b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #005aff), color-stop(100%, #00b58b));
  background: -webkit-linear-gradient(left, #005aff 0%, #00b58b 100%);
  background: -o-linear-gradient(left, #005aff 0%, #00b58b 100%);
  background: -ms-linear-gradient(left, #005aff 0%, #00b58b 100%);
  background: linear-gradient(to right, #005aff 0%, #00b58b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#005aff, endColorstr=#00b58b ,GradientType=1 );
}
@media screen and (min-width: 641px) {
  .pitch__point {
    top: 93px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__point {
    left: -8px;
  }
}

@media screen and (max-width: 639px) {
  .pitch__point--01 {
    top: 0;
  }
}

.pitch__point--02 {
  left: 190px;
}
@media screen and (max-width: 639px) {
  .pitch__point--02 {
    top: 71px;
    left: -8px;
  }
}

.pitch__point--03 {
  left: 380px;
}
@media screen and (max-width: 639px) {
  .pitch__point--03 {
    top: 142px;
    left: -8px;
  }
}

.pitch__point--04 {
  left: 570px;
}
@media screen and (max-width: 639px) {
  .pitch__point--04 {
    top: 213px;
    left: -8px;
  }
}

.pitch__point--05 {
  left: 760px;
}
@media screen and (max-width: 639px) {
  .pitch__point--05 {
    top: 268px;
    left: -8px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__point--06 {
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .pitch__point--06 {
    bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  .pitch__point--07 {
    left: 262px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__point--07 {
    top: 88px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__point--08 {
    left: 512px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__point--08 {
    top: 176px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__point--09 {
    left: 762px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__point--09 {
    top: 264px;
  }
}

.pitch__text {
  position: absolute;
  color: white;
  line-height: 1.3;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .pitch__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.pitch__text--year {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 641px) {
  .pitch__text--year {
    top: 62px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--year {
    left: 16px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 639px) {
  .pitch__text--year01 {
    top: -25px;
    left: 0;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--year02 {
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--year02 {
    bottom: -25px;
    left: 0;
  }
}

.pitch__text--02 {
  top: 120px;
}
@media screen and (max-width: 639px) {
  .pitch__text--02 {
    top: 1px;
    left: 16px;
  }
}

.pitch__text--03 {
  top: 150px;
}
@media screen and (max-width: 639px) {
  .pitch__text--03 {
    top: 23px;
    left: 16px;
  }
}

.pitch__text--04 {
  top: 182px;
}
@media screen and (max-width: 639px) {
  .pitch__text--04 {
    top: 1px;
    right: 36px;
  }
}

.pitch__text--05 {
  top: 215px;
}
@media screen and (max-width: 639px) {
  .pitch__text--05 {
    top: 23px;
    right: 90px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--06 {
    top: 120px;
    left: 190px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--06 {
    top: 72px;
    left: 16px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--07 {
    top: 120px;
    left: 380px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--07 {
    top: 142px;
    left: 16px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--08 {
    top: 120px;
    left: 570px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--08 {
    bottom: 108px;
    left: 16px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--09 {
    top: 168px;
    left: 570px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--09 {
    bottom: 87px;
    left: 16px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--10 {
    right: 82px;
    top: 120px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--10 {
    bottom: 58px;
    left: 16px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--11 {
    left: 262px;
    top: 120px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--11 {
    top: 88px;
    left: 16px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--12 {
    left: 512px;
    top: 120px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--12 {
    top: 176px;
    left: 16px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--13 {
    left: 762px;
    top: 120px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--13 {
    top: 264px;
    left: 16px;
  }
}

@media screen and (min-width: 641px) {
  .pitch__text--14 {
    top: 144px;
    right: 70px;
  }
}
@media screen and (max-width: 639px) {
  .pitch__text--14 {
    bottom: 108px;
    right: 16px;
  }
}

.pitch__member-name {
  font-weight: bold;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .pitch__member-name {
    padding: 5px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.pitch__member-profile {
  line-height: 1.6;
  padding: 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 639px) {
  .pitch__member-profile {
    padding: 0 0 10px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.pitch__member-num-area {
  display: flex;
  width: 963px;
  justify-content: center;
  padding-top: 76px;
}
@media screen and (max-width: 639px) {
  .pitch__member-num-area {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 13px;
  }
}
.pitch__member-num-area li {
  padding: 8px;
}
@media screen and (max-width: 639px) {
  .pitch__member-num-area li {
    width: 50%;
  }
}

.pitch__circle {
  display: flex;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 160px;
  background: white;
  box-shadow: 2px 2px 2px 2px #eaeaea;
}
@media screen and (max-width: 639px) {
  .pitch__circle {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 0px #eaeaea;
  }
}

.pitch__circle-inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.pitch__occupation {
  line-height: 1.4;
  padding: 0 0 10px 0;
  border-bottom: 1px solid black;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 639px) {
  .pitch__occupation {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.pitch__occupation--oneliner {
  padding: 17px 0 10px 0;
}
@media screen and (max-width: 639px) {
  .pitch__occupation--oneliner {
    padding: 10px 0 13px 0;
  }
}

.pitch__num {
  text-align: center;
  padding: 10px 0 0 0;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(to right, rgb(69, 179, 224) 25%, #c044ff 75%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 639px) {
  .pitch__num {
    padding: 5px 0 0 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.pitch__num span {
  display: inline-block;
  color: rgb(102, 51, 153);
  padding-left: 5px;
  font-size: 16px;
  font-size: 1rem;
}

.pitch__num--status {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .pitch__num--status {
    text-align: left;
  }
}
.pitch__num--status span {
  color: white;
}

.pitch__employment-status {
  padding: 20px 0;
  color: white;
}
@media screen and (max-width: 639px) {
  .pitch__employment-status {
    padding: 10px 0 0;
  }
}
.pitch__employment-status li {
  width: 25%;
  padding: 20px 0;
  border-right: 1px solid white;
}
@media screen and (max-width: 639px) {
  .pitch__employment-status li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid white;
    padding: 10px 0;
  }
  .pitch__employment-status li span {
    color: white;
  }
}
.pitch__employment-status li:last-child {
  border-right: 0;
}

.pitch__status-name {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .pitch__status-name {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.pitch__status-name li:last-child {
  border-right: 0;
}

.pitch__people {
  padding: 30px 15px 0;
}
@media screen and (max-width: 639px) {
  .pitch__people {
    padding: 0;
  }
}
.pitch__people span {
  display: block;
  width: 19px;
  margin: 0 4px 4px 0;
}
@media screen and (max-width: 639px) {
  .pitch__people span {
    width: 12px;
  }
}

@media screen and (max-width: 639px) {
  .pitch__number-area {
    width: 36%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 639px) {
  .pitch__people-area {
    width: 64%;
  }
}

@media screen and (min-width: 641px) {
  .pitch__people--age {
    justify-content: center;
  }
}

.pitch__age-box {
  padding: 66px 0 0;
}
@media screen and (max-width: 639px) {
  .pitch__age-box {
    padding: 0 0 0;
  }
}

.pitch__age-area {
  text-align: center;
}

.pitch__age-area,
.pitch__age-text {
  width: 60%;
}
@media screen and (max-width: 639px) {
  .pitch__age-area,
  .pitch__age-text {
    width: 100%;
    padding-bottom: 20px;
  }
}

.pitch__age {
  padding-bottom: 20px;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 639px) {
  .pitch__age {
    padding-bottom: 0;
  }
}
.pitch__age span {
  color: white;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 639px) {
  .pitch__age-text {
    padding-top: 20px;
  }
}

.pitch__average-age {
  width: 30%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 639px) {
  .pitch__average-age {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid white;
    padding: 10px 0;
  }
}

.pitch__average-age--fourty {
  border-right: 0;
}

.pitch__half-area {
  width: 100%;
}

.pitch__half {
  width: 50%;
  text-align: center;
  padding: 66px 0 30px;
}
@media screen and (max-width: 639px) {
  .pitch__half {
    width: 100%;
    padding: 22px 0 20px;
  }
}

.pitch__half--service {
  width: 28%;
  padding: 38px 0 30px;
}
@media screen and (max-width: 639px) {
  .pitch__half--service {
    width: 100%;
    padding: 5px 0 10px;
  }
}

@media screen and (max-width: 639px) {
  .pitch__half--men {
    padding: 52px 0 20px;
  }
}
@media screen and (max-width: 639px) and (min-width: 641px) {
  .pitch__half--men {
    padding: 5px 0 10px;
  }
}

.pitch__half-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.pitch__half-percentage {
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 639px) {
  .pitch__half-percentage {
    line-height: 1;
  }
}
.pitch__half-percentage span {
  color: white;
  font-size: 25px;
  font-size: 1.5625rem;
}

.pitch__trigger {
  padding: 16px 0 0;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .pitch__trigger {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.pitch__trigger-left {
  width: 64%;
}
@media screen and (max-width: 639px) {
  .pitch__trigger-left {
    width: 100%;
  }
}

.pitch__trigger-right {
  width: 36%;
}
@media screen and (max-width: 639px) {
  .pitch__trigger-right {
    display: none;
  }
}

.pitch__mission {
  text-align: center;
  font-weight: bold;
  padding-top: 56px;
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (max-width: 639px) {
  .pitch__mission {
    padding-top: 122px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.pitch__mission-subheading {
  padding: 10px 0;
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
  background: #45b3e0;
  background: -moz-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #45b3e0), color-stop(100%, #639));
  background: -webkit-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -o-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -ms-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: linear-gradient(to right, #45b3e0 0%, #639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#45b3e0, endColorstr=#639 ,GradientType=1 );
}
@media screen and (max-width: 639px) {
  .pitch__mission-subheading {
    font-size: 16px;
    font-size: 1rem;
  }
}

.pitch__description {
  color: white;
  text-align: left;
  line-height: 1.4;
  padding: 0 0 10px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .pitch__description {
    padding: 0 0 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.pitch__description--heading {
  line-height: 1.3;
  border-radius: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 15px;
  background: #45b3e0;
  background: -moz-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #45b3e0), color-stop(100%, #639));
  background: -webkit-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -o-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: -ms-linear-gradient(left, #45b3e0 0%, #639 100%);
  background: linear-gradient(to right, #45b3e0 0%, #639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#45b3e0, endColorstr=#639 ,GradientType=1 );
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .pitch__description--heading {
    text-align: center;
    padding: 5px 12px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.pitch__description--subheading {
  font-weight: bold;
  padding: 5px 0 10px 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .pitch__description--subheading {
    padding: 2px 0 8px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.pitch__description--underline:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#45b3e0), to(#639));
  background: -moz-linear-gradient(left, #45b3e0, #639);
  background: linear-gradient(left, #45b3e0, #639);
}

.pitch__description--value {
  line-height: 1.6;
  padding: 10px 10px 20px;
}
@media screen and (max-width: 639px) {
  .pitch__description--value {
    padding: 4px 0 20px;
  }
}

.pitch__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.pitch__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: 60%;
  margin: 10px auto 0;
}
@media screen and (max-width: 639px) {
  .pitch__movie iframe {
    width: 100%;
    height: 100%;
    margin: 30px auto 0;
  }
}

.pitch__description--service-development {
  padding-top: 40px;
}

.pitch__display {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .pitch__display {
    width: 20%;
  }
}

.pitch__display--large {
  width: 192px;
}
@media screen and (max-width: 639px) {
  .pitch__display--large {
    width: 20%;
  }
}

.pitch__value {
  padding: 0;
  line-height: 1.8;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 639px) {
  .pitch__value {
    line-height: 2;
    font-size: 16px;
    font-size: 1rem;
  }
}
.pitch__value li {
  width: 50%;
  padding: 0 10px 10px;
}
@media screen and (max-width: 639px) {
  .pitch__value li {
    width: 100%;
  }
}

.pitch__link {
  cursor: pointer;
}

.pitch__media-info {
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .pitch__media-info {
    padding: 0;
  }
}

.pitch__recruitment-list {
  color: white;
  margin: 40px 0 0;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media screen and (max-width: 639px) {
  .pitch__recruitment-list {
    border-top: 0;
    border-left: 0;
  }
}
.pitch__recruitment-list li {
  width: 25%;
  height: 96px;
  line-height: 96px;
  text-align: center;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}
@media screen and (max-width: 639px) {
  .pitch__recruitment-list li {
    width: 100%;
    text-align: left;
    height: auto;
    line-height: 1.8;
    border-bottom: 0;
    border-left: 0;
  }
}
.pitch__recruitment-list li a:link, .pitch__recruitment-list li a:hover, .pitch__recruitment-list li a:visited {
  display: inline-block;
  color: #41a8da;
  padding-left: 10px;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.pitch__list-last {
  border-bottom: 1px solid white;
}
@media screen and (max-width: 639px) {
  .pitch__list-last {
    border-bottom: 0;
  }
}

.pitch__list-right {
  border-right: 1px solid white;
}
@media screen and (max-width: 639px) {
  .pitch__list-right {
    border-right: 0;
  }
}

.pitch__model {
  width: 60%;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 639px) {
  .pitch__model {
    width: 100%;
    padding-top: 20px;
  }
}

.pitch__media-wrapper {
  width: 100%;
}

.pitch__media {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
@media screen and (max-width: 639px) {
  .pitch__media {
    padding-top: 20px;
    margin-left: 8%;
  }
}

.pitch__media-item {
  width: 17%;
  margin: 14px;
}
.pitch__media-item img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .pitch__media-item {
    width: 36%;
    margin: 3%;
  }
}

.pitch__enkaku-list {
  width: 48%;
  color: white;
  padding: 30px 0 0;
  line-height: 2;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 639px) {
  .pitch__enkaku-list {
    width: 100%;
    padding: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.post {
  width: 660px;
  margin: 0 auto;
  padding: 40px 0;
  color: #333;
}
@media screen and (max-width: 639px) {
  .post {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
.post p, .post div {
  line-height: 2.25;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .post p, .post div {
    line-height: 2;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.post h2 {
  margin: 30px 0;
  line-height: 1.7em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 639px) {
  .post h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.post table {
  width: 100%;
  text-align: left;
  line-height: 1.5em;
  margin: 30px 0;
}
@media screen and (max-width: 639px) {
  .post table {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.post table th, .post table td {
  padding: 15px;
  vertical-align: top;
}
.post table th {
  background-color: rgba(0, 0, 0, 0.05);
}
.post table td {
  background-color: rgba(0, 0, 0, 0.02);
}
.post a {
  display: inline-block;
  margin: 10px 0;
  color: #fcae5b;
}
.post a::hover, .post a:active, .post a:visited {
  color: #fcae5b;
}
.post a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: url("/wp/wp-content/themes/twentynineteen/images/link-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.post__two-column {
  margin: 30px 0;
}

.post__two-column-image {
  width: 30%;
  float: left;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 639px) {
  .post__two-column-image {
    width: 45%;
  }
}

.post__two-column-note {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 639px) {
  .post__info {
    padding: 30px 0 0 0;
  }
}

.post__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .post__header {
    margin-bottom: 20px;
  }
}

.post__title {
  line-height: 1.5em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .post__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.post__date {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.post__cat-label {
  display: inline-block;
  background: black;
  color: white;
  text-align: center;
  margin-right: 8px;
  padding: 2px 12px;
  font-size: 12px;
  font-size: 0.75rem;
}

.post__prof-text {
  width: 60%;
}
@media screen and (max-width: 639px) {
  .post__prof-text {
    width: 100%;
  }
}

.post__prof-photos {
  width: 264px;
}
@media screen and (max-width: 639px) {
  .post__prof-photos {
    width: 100%;
  }
}

/*タブ切り替え全体のスタイル */
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .tabs {
    width: 100%;
  }
}

/*タブのスタイル */
.tabs__item {
  width: 25%;
  height: 40px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #fff;
  background-color: rgb(238, 238, 238);
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 639px) {
  .tabs__item {
    font-size: 12px;
  }
}
.tabs__item:hover {
  opacity: 0.75;
  cursor: pointer;
}

/*ラジオボタンを全て消す */
input[name=tabs__item] {
  display: none;
}

/*タブ切り替えの中身のスタイル */
.tabs__content {
  display: none;
  padding: 40px 0 40px;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .tabs__content {
    padding: 15px 0 40px;
  }
}

/*選択されているタブのコンテンツのみを表示 */
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content, #tab3:checked ~ #tab3_content, #tab4:checked ~ #tab4_content {
  display: block;
}

/*選択されているタブのスタイルを変える */
.tabs input:checked + .tabs__item {
  background-color: #000;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.top__mission {
  position: relative;
}
.top__mission::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FCD8B1;
  transition: 1s;
  transform-origin: right top;
  transform: scale(0, 1);
}
@media screen and (max-width: 639px) {
  .top__mission {
    width: 100%;
    height: 570px;
  }
}

.top__news {
  position: relative;
}
.top__news::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E7E7E7;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
}
@media screen and (max-width: 639px) {
  .top__news {
    width: 100%;
    height: 859px;
  }
}

.top__service {
  height: 740px;
  position: relative;
  background-image: url("/wp/wp-content/themes/twentynineteen/images/top-service-light.png");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 37% 100%;
}
.top__service::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C5EAF9;
  transition: 1s;
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .top__service {
    height: 820px;
    background-image: none;
  }
}

.top__company {
  height: 510px;
  background-image: url("/wp/wp-content/themes/twentynineteen/images/top-company-light.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 0%;
}
.top__company::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FDFDE0;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .top__company {
    height: 570px;
    background-image: none;
  }
}

.top__fade::before {
  transform: scale(1, 1);
}

.top__wrapper {
  height: 100%;
}

.top__inner {
  width: 75%;
  margin: 0 auto;
  text-align: left;
  padding-left: 20%;
}
@media screen and (max-width: 639px) {
  .top__inner {
    width: 96%;
    padding: 12% 0%;
    text-align: center;
  }
}

.top__inner--news {
  padding-left: 0;
}
@media screen and (max-width: 639px) {
  .top__inner--news {
    width: 90%;
  }
}

.top__inner--service {
  width: 58%;
  margin: 0 9% 0 16%;
  text-align: left;
  padding-left: 0%;
}
@media screen and (max-width: 639px) {
  .top__inner--service {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .top__inner--news-list {
    height: 340px;
    overflow: hidden;
    margin-bottom: 30px;
  }
}

.top__mission-left,
.top__mission-right {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .top__mission-left,
  .top__mission-right {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .top__mission-left {
    height: 275px;
  }
}

@media screen and (max-width: 639px) {
  .top__mission-right {
    height: 285px;
    width: 100%;
    background-image: url("/wp/wp-content/themes/twentynineteen/images/top-mission.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 60% 0%;
  }
}

.top__company-right {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .top__company-right {
    height: 285px;
    width: 100%;
    background-image: none;
  }
}

.top__news-left {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 639px) {
  .top__news-left {
    height: 285px;
    width: 100%;
    background-image: url("/wp/wp-content/themes/twentynineteen/images/top-news.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 90% 0%;
  }
}

.top__company-left {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 639px) {
  .top__company-left {
    height: 285px;
    width: 100%;
    background-image: url("/wp/wp-content/themes/twentynineteen/images/top-company-light-sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 42% 0%;
  }
}

.top__service-left {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .top__service-left {
    height: 525px;
    width: 100%;
    background-image: none;
  }
}

.top__news-right {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .top__news-right {
    height: 500px;
    width: 100%;
  }
}

.top__service-right {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .top__service-right {
    height: 316px;
    width: 100%;
    background-image: url("/wp/wp-content/themes/twentynineteen/images/top-service-light-sp.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
  }
}

.top__overlay::before {
  content: "";
  position: absolute;
  display: block;
  width: 53%;
  height: 104%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: 0.7s;
  transition-delay: 0.5s;
  transform-origin: left top;
  transform: scale(0, 1);
}
@media screen and (max-width: 639px) {
  .top__overlay {
    width: 100%;
    height: 100%;
    top: 284px;
  }
  .top__overlay::before {
    height: 50.1%;
    width: 100%;
    bottom: 0;
  }
}

.top__overlay-news::before {
  content: "";
  position: absolute;
  display: block;
  width: 55%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  right: 0;
  transition: 0.5s;
  transition-delay: 0.4s;
  transform-origin: right top;
  transform: scale(0, 1);
}
@media screen and (max-width: 639px) {
  .top__overlay-news {
    width: 100%;
    height: 100%;
    top: 284px;
  }
  .top__overlay-news::before {
    height: 66.8%;
    width: 100%;
    bottom: 0;
  }
}

.top__overlay-service::before {
  content: "";
  position: absolute;
  display: block;
  width: 49%;
  height: 107%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  top: -2%;
  transition: 0.7s;
  transition-delay: 0.3s;
  transform-origin: left top;
  transform: scale(0, 1);
}
@media screen and (max-width: 639px) {
  .top__overlay-service {
    height: 100%;
    top: 284px;
  }
  .top__overlay-service::before {
    width: 100%;
    height: 61.5%;
    top: 38.5%;
  }
}

.top__fade-overlay::before {
  transform: scale(1, 1);
}

.top__heading {
  width: 32px;
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .top__heading {
    display: none;
  }
}

.top__heading-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .top__heading-sp {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 639px) {
  .top__heading-sp--news {
    display: block;
    width: 31%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 639px) {
  .top__heading-sp--service {
    display: block;
    width: 34%;
    margin: 0 auto 30px;
  }
}

.top__heading--news {
  width: 32px;
  margin-right: 0;
}

.top__text {
  padding: 0 0 0 10px;
  line-height: 1.9em;
  text-align: left;
  color: white;
  margin: 30px 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .top__text {
    padding: 0 20px;
    margin: 0;
    line-height: 2em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .top__text br {
    display: none;
  }
}

.top__text--black {
  color: #fff;
}
@media screen and (max-width: 639px) {
  .top__text--black {
    color: #000;
  }
}

.top__image-wrapper {
  width: 88%;
  margin-left: 11%;
}
.top__image-wrapper img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .top__image-wrapper {
    display: none;
  }
}

.top__image-wrapper--news {
  width: 115%;
  margin-left: 10%;
}

.top__image-wrapper--service {
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 639px) {
  .top__image-wrapper--service {
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
}

.top__title-wrapper {
  position: absolute;
  width: 856px;
  right: 13%;
  top: 46%;
  opacity: 0.5;
}
.top__title-wrapper img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .top__title-wrapper {
    width: 100%;
    left: 0;
    top: 24%;
    opacity: 0.7;
  }
}

.top__title-wrapper--news {
  position: absolute;
  width: 618px;
  left: 8%;
  top: 22%;
}
@media screen and (max-width: 639px) {
  .top__title-wrapper--news {
    width: 80%;
    left: 11%;
    top: 24%;
  }
}

.top__title-wrapper--service {
  position: absolute;
  width: 720px;
  left: -12%;
  top: 19%;
}
@media screen and (max-width: 639px) {
  .top__title-wrapper--service {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 12%;
  }
}

.top__title-wrapper--company {
  position: absolute;
  width: 615px;
  left: 5%;
  top: 4%;
}
@media screen and (max-width: 639px) {
  .top__title-wrapper--company {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 16%;
  }
}

.top__button-area {
  margin-left: 11px;
}
@media screen and (max-width: 639px) {
  .top__button-area {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.top__button-area--news {
  text-align: right;
  margin: 0 38px 0 0;
}
@media screen and (max-width: 639px) {
  .top__button-area--news {
    margin: 0;
    text-align: center;
  }
}

.top__heading-area {
  width: 310px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 50px 0;
}
.top__heading-area span {
  font-size: 14px;
  font-size: 0.875rem;
}
.top__heading-area img {
  width: 180px;
  margin: 0 auto;
  padding: 10px 0;
}

.top__anime-bottom {
  display: block;
  animation: anime1 1s ease;
}

@keyframes anime1 {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.top__anime-right {
  display: block;
  animation: anime2 1s ease;
  position: absolute;
}

@keyframes anime2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@media screen and (max-width: 639px) {
  .top__image-pc {
    display: none;
  }
}

.top__image-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .top__image-sp {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .top__text--sp-center {
    text-align: center;
  }
}

.top-tag__parent {
  position: relative;
}

.top-tag__tag {
  position: absolute;
  height: 64px;
  line-height: 62px;
  text-align: center;
  background: white;
  color: black;
  border: 1px solid black;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1rem;
}

.top-tag__mission {
  width: 196px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-tag__company {
  width: 170px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-tag__news {
  width: 130px;
  top: 0;
  bottom: 0;
  right: 13.2%;
  margin: auto;
}

.top-tag__service {
  width: 130px;
  top: 0;
  bottom: 0;
  left: -65px;
  margin: auto;
}

.service-list {
  width: 58%;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .service-list {
    width: 100%;
    padding: 0 20px;
  }
}
.service-list li {
  padding: 50px 0;
}
@media screen and (max-width: 639px) {
  .service-list li {
    padding: 30px 0;
  }
}

.service-list__images {
  position: relative;
  width: 38%;
  height: 270px;
  border: 1px solid rgb(224.4, 224.4, 224.4);
  margin: 0 12% 0 0;
}
@media screen and (max-width: 639px) {
  .service-list__images {
    width: 100%;
    margin: 0 12% 20px 0;
  }
}
.service-list__images:before, .service-list__images:after {
  position: absolute;
  content: "";
  background: url("/wp/wp-content/themes/twentynineteen/images/service-line.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.service-list__images:before {
  top: 0;
  left: -1px;
}
.service-list__images:after {
  bottom: 0;
  right: 0;
}
.service-list__images .service-list__logo {
  width: 100%;
  height: 120px;
}
.service-list__images .service-list__logo img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.service-list__images .service-list__thumbnail {
  width: 100%;
  height: 148px;
}

.service-list__description {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .service-list__description {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .service-list__description--none-link {
    padding-bottom: 30px;
  }
}

.service-list__service-name {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(165.75, 165.75, 165.75);
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .service-list__service-name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.service-list__heading {
  font-weight: bold;
  line-height: 1.6;
  padding: 20px 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .service-list__heading {
    padding: 10px 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-list__body {
  width: 100%;
  color: #737373;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .service-list__body {
    width: 100%;
  }
}

.service-list__button-area {
  text-align: left;
  padding: 30px 0 0;
}
@media screen and (max-width: 639px) {
  .service-list__button-area {
    text-align: center;
    padding: 30px 0;
  }
}

.welcome {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #1f294e s;
}
.welcome video {
  display: block;
  min-width: 100vw;
  position: absolute;
  z-index: 1;
  bottom: 0%;
}
@media screen and (max-width: 639px) {
  .welcome video {
    width: auto;
    margin: 0 auto;
    height: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .welcome__top-pc {
    display: none;
  }
}

.welcome__top-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .welcome__top-sp {
    display: block;
    background-image: url(/wp/wp-content/themes/twentynineteen/images/welcome-back-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1f294e;
    width: 100vw;
    height: 100vh;
    height: 100%;
    animation: grow 10s ease-out 10ms;
    transition: all 0.2s ease-in-out;
    z-index: -2;
  }
}

@keyframes grow {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
}
.welcome--company {
  background: url(/wp/wp-content/themes/twentynineteen/images/tyl-dog-light.jpg) no-repeat center center/cover;
  background-color: #1f294e;
  height: 1500px;
}
@media screen and (max-width: 639px) {
  .welcome--company {
    height: 1600px;
    background-position: 60% center;
  }
}

.welcome--recruit {
  background: url(/wp/wp-content/themes/twentynineteen/images/recruit-back-light.jpg) no-repeat center center/cover;
  background-color: #1f294e;
  height: 940px;
}
@media screen and (max-width: 639px) {
  .welcome--recruit {
    height: 500px;
  }
}

.welcome__overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(31, 41, 78, 0.75);
  z-index: 2;
}

.welcome__overlay--company {
  height: 1500px;
}
@media screen and (max-width: 639px) {
  .welcome__overlay--company {
    height: 1600px;
  }
}

.welcome__overlay--recruit {
  height: 940px;
  background-color: rgba(31, 41, 78, 0.85);
}
@media screen and (max-width: 639px) {
  .welcome__overlay--recruit {
    height: 500px;
  }
}

.welcome__message,
.welcome__header,
.welcome__contents {
  position: absolute;
  z-index: 3;
}

.welcome__contents {
  width: 100%;
}

.welcome__header {
  top: 0;
}

.welcome__message {
  width: 300px;
  top: 180px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
}

.welcome__contact {
  width: 60px;
  position: absolute;
  bottom: 7%;
  right: 4%;
  z-index: 5;
  cursor: pointer;
}
.welcome__contact img {
  width: 100%;
}

.welcome__scroll {
  width: 17px;
  position: absolute;
  right: 1%;
  top: 12%;
  z-index: 2;
}

.welcome__orange {
  width: 390px;
  position: absolute;
  right: 36.5%;
  bottom: 0%;
  z-index: 2;
}

.section__recruit {
  flex-direction: column;
  gap: 40px;
  margin: 40px auto;
}
@media screen and (min-width: 641px) {
  .section__recruit {
    flex-direction: row;
  }
}
.section__recruit .recruit--banner {
  display: inline-block;
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.section__recruit .recruit--banner:hover .recruit--banner__image-area .recruit--banner__image img {
  filter: blur(5px);
  transform: scale(1.2);
}
.section__recruit .recruit--banner:hover.graduate .recruit--banner__image-area .recruit--banner__image figcaption {
  background: rgba(255, 255, 255, 0.85);
  color: #1EA1EB;
}
.section__recruit .recruit--banner:hover.graduate .recruit--banner__button-area .recruit--banner__button {
  background: #1EA1EB;
  color: #fff;
}
.section__recruit .recruit--banner:hover.career .recruit--banner__image-area .recruit--banner__image figcaption {
  background: rgba(255, 255, 255, 0.85);
  color: #EB1E5C;
}
.section__recruit .recruit--banner:hover.career .recruit--banner__button-area .recruit--banner__button {
  background: #EB1E5C;
  color: #fff;
}
.section__recruit .recruit--banner.graduate .recruit--banner__image-area .recruit--banner__image figcaption {
  background: rgba(30, 161, 235, 0.85);
}
.section__recruit .recruit--banner.graduate .recruit--banner__button-area .recruit--banner__button {
  color: #1EA1EB;
}
.section__recruit .recruit--banner.career .recruit--banner__image-area .recruit--banner__image figcaption {
  background: rgba(235, 30, 92, 0.85);
}
.section__recruit .recruit--banner.career .recruit--banner__button-area .recruit--banner__button {
  color: #EB1E5C;
}
.section__recruit .recruit--banner .recruit--banner__image-area {
  overflow: hidden;
  border-radius: 10px;
}
.section__recruit .recruit--banner .recruit--banner__image-area .recruit--banner__image {
  margin: 0;
  position: relative;
}
.section__recruit .recruit--banner .recruit--banner__image-area .recruit--banner__image img {
  width: 100%;
  vertical-align: bottom;
  transition: 0.3s;
}
.section__recruit .recruit--banner .recruit--banner__image-area .recruit--banner__image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em 2em;
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-size: 1rem;
  transition: 0.3s;
}
.section__recruit .recruit--banner .recruit--banner__button-area {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.section__recruit .recruit--banner .recruit--banner__button-area .recruit--banner__button {
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.75em 3.5em;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
}

body {
  background: #F2F2EE url("/wp/wp-content/themes/tyl/images/bg_pattern.webp") no-repeat top center;
  background-size: 1760px;
  color: #212121;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #212121;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: #5691AF;
}

img {
  width: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

.u-align-right {
  text-align: right;
}

@media screen and (max-width: 639px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .u-hidden-pc {
    display: none;
  }
}

.l-container {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .l-container {
    width: 96%;
  }
}
@media screen and (max-width: 639px) {
  .l-container {
    width: 90%;
  }
}

.c-button-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1E344C;
  text-decoration: none;
  transition: all 0.5s ease;
}
.c-button-link:hover {
  color: #5691AF;
}
.c-button-link__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #1E344C;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-button-link__arrow {
  width: 16px;
  height: 12px;
  background-image: url("/wp/wp-content/themes/tyl/images/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s ease;
  display: inline-block;
}
.c-button-link:hover .c-button-link__arrow {
  animation: arrow-slide 0.6s ease forwards;
}
.c-button-link:hover .c-button-link__icon {
  background-color: #5691AF;
}

.c-button-link-white {
  color: #fafafa;
}
.c-button-link-white:hover {
  color: #fafafa;
}
.c-button-link-white__icon {
  background-color: #fafafa;
}
.c-button-link-white__arrow {
  background-image: url("/wp/wp-content/themes/tyl/images/common/arrow_navy.svg");
}
.c-button-link-white:hover .c-button-link-white__icon {
  background-color: #fafafa;
}

@keyframes arrow-slide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(12px);
    opacity: 0;
  }
  41% {
    transform: translateX(-12px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-heading--lv2 {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  color: #1E344C;
  margin: 0 0 60px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
}
.c-heading--lv2.is-inview {
  animation: head-rise 2s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
@media screen and (max-width: 639px) {
  .c-heading--lv2 {
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 40px;
    line-height: 1.2;
  }
}
.c-heading--lv2-ja {
  font-size: 20px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  transform: translateY(6px);
}
@media screen and (max-width: 639px) {
  .c-heading--lv2-ja {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.c-heading--lv2-ja::before {
  content: "";
  margin-right: 10px;
  width: 40px;
  height: 1px;
  background-color: #1E344C;
  transform-origin: left center;
  transform: scaleX(0);
}
.c-heading--lv2.is-inview .c-heading--lv2-ja {
  animation: head-fadeUp 0.8s both 0.2s;
}
.c-heading--lv2.is-inview .c-heading--lv2-ja::before {
  animation: head-lineGrow 0.8s ease-out both;
}
.c-heading--lv2-en {
  font-family: "Poppins", sans-serif;
  display: block;
  opacity: 0;
  transform: translateY(8px);
}
.c-heading--lv2.is-inview .c-heading--lv2-en {
  animation: head-fadeUp 0.8s both 0.8s;
}

@keyframes head-lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes head-fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes head-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 639px) {
  .l-section {
    margin-bottom: 120px;
  }
}

.p-footer {
  background: #333;
  color: #fafafa;
  text-align: center;
  padding: 20px;
}
.p-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-footer a {
  color: #fafafa;
}
.p-footer a:hover {
  opacity: 0.8;
}
.p-footer__nav {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .p-footer {
    text-align: center;
    padding: 20px;
  }
  .p-footer__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .p-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-footer__copyright {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
  }
}

.p-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header__logo {
  width: 120px;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .p-header__logo {
    width: 80px;
  }
}
.p-header__nav {
  background-color: #fafafa;
  padding: 10px 20px;
}
@media screen and (max-width: 639px) {
  .p-header__nav {
    position: fixed;
    inset: 0;
    background: #5691AF;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 1000;
    padding: 24px;
    display: flex;
    flex-direction: column;
    will-change: transform, opacity;
  }
  .p-header__nav.is-open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
.p-header__nav-list {
  display: flex;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 639px) {
  .p-header__nav-list {
    flex-direction: column;
    margin-top: 80px;
  }
}
.p-header__nav-item {
  position: relative;
}
.p-header__nav-item--recruit:hover .p-header__subnav-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-header__nav-link {
  background-color: #fafafa;
  color: #646464;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding: 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.p-header__nav-link:hover {
  background-color: #5691AF;
  color: #fafafa;
}
.p-header__nav-link-contact {
  background-color: #1E344C;
  color: #fafafa;
  margin-left: 10px;
}
@media screen and (max-width: 639px) {
  .p-header__nav-link {
    background-color: transparent;
    color: #fafafa;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    justify-content: flex-start;
  }
  .p-header__nav-link-contact {
    background-color: transparent;
    margin-left: 0;
  }
}
.p-header__subnav-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #5691AF;
  border-radius: 0 2px 2px 2px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  z-index: 99;
}
.p-header__subnav-item {
  margin-bottom: 10px;
}
.p-header__subnav-item:last-child {
  margin-bottom: 0;
}

.p-header__subnav-link {
  color: #fafafa;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 2em;
  position: relative;
  transition: color 0.3s ease;
}
.p-header__subnav-link::after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("/wp/wp-content/themes/tyl/images/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s ease;
  display: inline-block;
}
.p-header__subnav-link:hover {
  color: #fff;
}
.p-header__subnav-link:hover::after {
  transform: translateX(4px);
}

.u-no-scroll {
  overflow: hidden;
  height: 100%;
}

.p-header__toggle {
  display: none;
}

@media screen and (max-width: 639px) {
  .p-header__toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
  }
  .p-header__toggle-bar {
    width: 24px;
    height: 2px;
    background: #1E344C;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}
/** COMMON ANIMATION **/
.js-fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.js-fadeup.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.js-blockfade {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.js-blockfade .js-blockfade__inner {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease 0.4s;
}
.js-blockfade::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #212121;
  z-index: 1;
}
.js-blockfade.is-inview::before {
  animation: block-wipe 0.8s ease forwards;
}
.js-blockfade.is-inview span {
  opacity: 1;
}

@keyframes block-wipe {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.js-blockfade-navy::before {
  background-color: #1E344C;
}

/** MAIN **/
.p-hero {
  position: relative;
  height: 435px;
  margin-bottom: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .p-hero {
    height: 270px;
    margin-bottom: 120px;
  }
}
.p-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp/wp-content/themes/tyl/images/main_bg.svg") no-repeat center center;
  background-size: contain;
  transform: scale(0);
  opacity: 0;
  animation: hero-bg-zoom 2s ease-out 0.2s forwards;
  z-index: 0;
}
.p-hero__catch {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .p-hero__catch {
    max-width: 320px;
  }
}
.p-hero__catch-ja {
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: hero-fadeup 2s ease 0.1s forwards;
}
@media screen and (max-width: 639px) {
  .p-hero__catch-ja {
    margin-bottom: 32px;
  }
}
.p-hero__catch-en {
  max-width: 590px;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: hero-fadeup 2s ease 0.6s forwards;
}
@media screen and (max-width: 639px) {
  .p-hero__catch-en {
    max-width: 270px;
  }
}

@keyframes hero-fadeup {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes hero-bg-zoom {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/** TOP - MISSION **/
.p-mission__heading {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 900;
  margin: 0 0 30px;
}
.p-mission__heading-sml {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 639px) {
  .p-mission__heading {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .p-mission__heading span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-mission__lead {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 60px;
}
@media screen and (max-width: 639px) {
  .p-mission__lead {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 30px;
  }
}
.p-mission__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.667;
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .p-mission__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
}

.p-loopSlider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .p-loopSlider {
    margin-top: 60px;
  }
}
.p-loopSlider__list {
  display: flex;
  gap: 30px;
  align-items: center;
  width: fit-content;
  animation: loopScroll 40s linear infinite;
}
@media screen and (max-width: 639px) {
  .p-loopSlider__list {
    gap: 15px;
  }
}
.p-loopSlider__item {
  flex: 0 0 auto;
  width: 27vw;
}
@media screen and (max-width: 639px) {
  .p-loopSlider__item {
    width: 40vw;
  }
}
.p-loopSlider__item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-loopSlider__item-even {
  width: 23vw;
}
@media screen and (max-width: 639px) {
  .p-loopSlider__item-even {
    width: 30vw;
  }
}

@keyframes loopScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/** TOP - SERVICE **/
.p-service-list {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 639px) {
  .p-service-list {
    gap: 30px;
  }
}
.p-service-list__item {
  background-color: #fafafa;
  border: solid 1px #1E344C;
  padding: 100px 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 639px) {
  .p-service-list__item {
    padding: 50px 20px 40px;
    flex-direction: column;
    gap: 40px;
  }
}

.p-service-card__image {
  width: 420px;
}
@media screen and (max-width: 639px) {
  .p-service-card__image {
    width: 50%;
  }
}
.p-service-card__image img {
  width: 100%;
}
.p-service-card__body {
  flex: 1;
}
.p-service-card__number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1;
  color: #1E344C;
  display: flex;
  align-items: center;
}
.p-service-card__number span {
  writing-mode: vertical-rl;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .p-service-card__number {
    font-size: 56px;
    font-size: 3.5rem;
    top: 10px;
    right: 10px;
  }
  .p-service-card__number span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-service-card__text {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .p-service-card__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-service-card__bg-title {
  position: absolute;
  bottom: -16px;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1;
  color: #1E344C;
  opacity: 0.08;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .p-service-card__bg-title {
    font-size: 48px;
    font-size: 3rem;
    bottom: -10px;
  }
}

.p-service-card__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 50px;
  color: #1E344C;
}
@media screen and (max-width: 639px) {
  .p-service-card__title {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 30px;
  }
}
.p-service-card__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 639px) {
  .p-service-card__subtitle {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-service-card__subtitle::before {
  content: "";
  margin-right: 10px;
  width: 16px;
  height: 1px;
  background-color: #1E344C;
}
.p-service-card__text {
  margin-bottom: 40px;
}

/** TOP - NEWS **/
.p-news__container {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 639px) {
  .p-news__container {
    flex-direction: column;
    gap: 0;
  }
}
.p-news__item {
  border-bottom: solid 1px #CCC;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.p-news__date {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #646464;
  margin-right: 30px;
}
@media screen and (max-width: 639px) {
  .p-news__date {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 15px;
  }
}
.p-news__category {
  color: #646464;
  font-weight: 700;
}
.p-news__title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** TOP - RECRUIT **/
.p-recruit {
  background: linear-gradient(180deg, #F2F2EE 0, #F2F2EE 100px, #1E344C 100px, #1E344C 100%);
  overflow: visible;
  padding-bottom: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .p-recruit {
    background: linear-gradient(180deg, #F2F2EE 0, #F2F2EE 60px, #1E344C 60px, #1E344C 100%);
    padding-bottom: 80px;
  }
}
.p-recruit__container {
  background-color: #fafafa;
  padding: 40px 0 120px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .p-recruit__container {
    padding: 20px 0 120px;
  }
}
.p-recruit__title {
  margin: 0 0 60px;
}
@media screen and (max-width: 639px) {
  .p-recruit__title {
    margin: 0 0 30px;
  }
}
.p-recruit__title-en {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .p-recruit__title-en {
    margin-bottom: 20px;
  }
}
.p-recruit__title-ja {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .p-recruit__title-ja {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-recruit__desc {
  padding: 0 60px;
}
@media screen and (max-width: 639px) {
  .p-recruit__desc {
    padding: 0 20px;
  }
}
.p-recruit__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .p-recruit__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
}
.p-recruit__img {
  position: absolute;
  bottom: -60px;
  right: -40px;
}
.p-recruit__img img {
  width: 600px;
}
@media screen and (max-width: 639px) {
  .p-recruit__img {
    bottom: -40px;
    right: -20px;
  }
  .p-recruit__img img {
    width: 320px;
  }
}

.p-position__banner {
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .p-position__banner {
    margin-bottom: 30px;
  }
}

/** TOP - LINK **/
.p-link__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 639px) {
  .p-link__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-link__item {
  position: relative;
  padding: 50px 40px;
  color: #fafafa;
  text-decoration: none;
  letter-spacing: 0.08em;
  line-height: 1.4;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .p-link__item {
    padding: 30px 20px;
  }
}
.p-link__item:hover {
  color: #fff;
}
.p-link__item-company {
  background: url("/wp/wp-content/themes/tyl/images/company_bg.webp") no-repeat center center;
  background-size: cover;
}
.p-link__item-contact {
  background: url("/wp/wp-content/themes/tyl/images/contact_bg.webp") no-repeat center center;
  background-size: cover;
}
.p-link__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(30, 52, 76, 0.7);
  transition: background-color 0.5s ease;
  z-index: 1;
}
.p-link__item > * {
  position: relative;
  z-index: 2;
}
.p-link__item:hover::before {
  background-color: rgba(30, 52, 76, 0.4);
}
.p-link__label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .p-link__label {
    margin-bottom: 30px;
  }
}
.p-link__label::before {
  content: "";
  margin-right: 8px;
  width: 16px;
  height: 2px;
  background-color: #fafafa;
}
.p-link__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 50px;
}
@media screen and (max-width: 639px) {
  .p-link__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-link__title-en {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  display: block;
}

.p-link__item:hover .c-button-link-white {
  color: #fff;
}
.p-link__item:hover .c-button-link-white__icon {
  background-color: #fff;
}
.p-link__item:hover .c-button-link-white__arrow {
  animation: arrow-slide 0.6s ease forwards;
}

/** UNDER - COMMON **/
.p-hero--under {
  height: 420px;
}
@media screen and (max-width: 639px) {
  .p-hero--under {
    height: 320px;
    margin-bottom: 60px;
  }
}

.c-heading--lv2-under {
  font-size: 64px;
  font-size: 4rem;
  color: #1E344C;
  line-height: 1.6;
  text-align: center;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: hero-fadeup 2s ease 0.6s forwards;
}
@media screen and (max-width: 639px) {
  .c-heading--lv2-under {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-heading--lv2-under-sml {
  font-size: 56px;
  font-size: 3.5rem;
}
@media screen and (max-width: 639px) {
  .c-heading--lv2-under-sml {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-heading--lv2-under-en {
  color: #8E99A4;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: hero-fadeup 2s ease 0.1s forwards;
}
@media screen and (max-width: 639px) {
  .c-heading--lv2-under-en {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/** UNDER - ABOUT **/
.p-movie {
  position: relative;
  background-color: #EFFAFF;
  margin-top: 100px;
}
@media screen and (max-width: 639px) {
  .p-movie {
    margin-top: 50px;
  }
}
.p-movie__inner {
  padding: 60px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .p-movie__inner {
    padding: 20px;
  }
}
.p-movie__heading {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 639px) {
  .p-movie__heading {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 10px;
  }
}
.p-movie__video {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.p-movie__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}
.p-movie__overlay {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .p-movie__overlay {
    width: 110%;
    bottom: -10%;
  }
}

.p-policy {
  padding-top: 70px;
}
.p-policy__lead {
  font-size: 24px;
  font-size: 1.5rem;
}
.p-policy__text {
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .p-policy {
    padding-top: 0;
  }
  .p-policy__lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-policy__text {
    margin-bottom: 30px;
  }
}

.p-value {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-value__text {
  margin-bottom: 60px;
}
.p-value__list {
  display: grid;
  grid-template-columns: 320px 1fr;
  width: fit-content;
}
.p-value__list dt, .p-value__list dd {
  padding: 40px 10px;
  border-top: 1px solid #5691AF;
  display: flex;
  align-items: center;
}
.p-value__list dt:last-of-type, .p-value__list dd:last-of-type {
  border-bottom: 1px solid #5691AF;
}
.p-value__list dt {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #1E344C;
}
.p-value__list dd {
  margin: 0;
}
@media screen and (max-width: 639px) {
  .p-value {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-value__list {
    grid-template-columns: 1fr;
    width: fit-content;
  }
  .p-value__list dt:last-of-type {
    border-bottom: none;
  }
  .p-value__list dd:last-of-type {
    border-bottom: 1px solid #5691AF;
  }
  .p-value__list dt {
    padding: 20px 10px 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-value__list dd {
    padding: 0 10px 20px;
    border-top: none;
  }
}

.p-message {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-message__text {
  padding-bottom: 30px;
}
.p-message__sign {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
.p-message__sign img {
  width: 200px;
}
@media screen and (max-width: 639px) {
  .p-message {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-message__sign {
    gap: 20px;
    margin-top: 0;
  }
  .p-message__sign img {
    width: 140px;
  }
}

/** UNDER - SERVICE **/
.p-service__lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  .p-service__lead {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
}
.p-service-sublist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media screen and (max-width: 639px) {
  .p-service-sublist {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-service-sublist__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 639px) {
  .p-service-sublist__item {
    gap: 15px;
  }
}
.p-service-sublist__tag {
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 639px) {
  .p-service-sublist__tag {
    padding: 4px 10px;
  }
}
.p-service-sublist__tag.-va {
  background-color: #377541;
}
.p-service-sublist__tag.-pa {
  background-color: #DD5457;
}
.p-service-sublist__tag.-ta {
  background-color: #F2912B;
}
.p-service-sublist__tag.-fa {
  background-color: #32AE39;
}
.p-service-sublist__tag.-ma {
  background-color: #D17512;
}
.p-service-sublist__tag.-aj {
  background-color: #0779C9;
}
.p-service-sublist__tag.-ajg {
  background-color: #0167B3;
}
.p-service-sublist__tag.-cj {
  background-color: #03913A;
}
.p-service-sublist__tag.-cjp {
  background-color: #D6006C;
}
.p-service-sublist__tag.-cjf {
  background-color: #015F15;
}
.p-service-sublist__tag.-fj {
  background-color: #6AB82D;
}
.p-service-sublist__tag.-abrain {
  background-color: #1A1311;
}
.p-service-sublist__tag.-hearpet {
  background-color: #000080;
}
.p-service-sublist__tag.-anipro {
  background-color: #3E9E27;
}
.p-service-sublist__tag.-vetservay {
  background-color: #011976;
}
.p-service-sublist__tag.-anihoc {
  background-color: #426AB4;
}
.p-service-sublist__tag.-petconcierge {
  background-color: #3DA1FC;
}
.p-service-sublist__logo {
  width: auto;
  height: 40px;
}
.p-service-sublist__desc {
  letter-spacing: 0;
}
.p-service-sublist__desc span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .p-service-sublist__logo {
    height: 32px;
  }
}

.c-button-pill {
  background-color: #c00;
  color: #fafafa;
  padding: 2px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  width: fit-content;
  border-radius: 40px;
  margin-left: auto;
  transition: 0.4s ease;
  height: fit-content;
  margin-top: auto;
}
@media screen and (max-width: 639px) {
  .c-button-pill {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-button-pill.-va {
  background-color: #377541;
}
.c-button-pill.-pa {
  background-color: #DD5457;
}
.c-button-pill.-ta {
  background-color: #F2912B;
}
.c-button-pill.-fa {
  background-color: #32AE39;
}
.c-button-pill.-ma {
  background-color: #D17512;
}
.c-button-pill.-aj {
  background-color: #0779C9;
}
.c-button-pill.-ajg {
  background-color: #0167B3;
}
.c-button-pill.-cj {
  background-color: #03913A;
}
.c-button-pill.-cjp {
  background-color: #D6006C;
}
.c-button-pill.-cjf {
  background-color: #015F15;
}
.c-button-pill.-fj {
  background-color: #6AB82D;
}
.c-button-pill.-abrain {
  background-color: #1A1311;
}
.c-button-pill.-hearpet {
  background-color: #000080;
}
.c-button-pill.-anipro {
  background-color: #3E9E27;
}
.c-button-pill.-vetservay {
  background-color: #011976;
}
.c-button-pill.-anihoc {
  background-color: #426AB4;
}
.c-button-pill.-petconcierge {
  background-color: #3DA1FC;
}
.c-button-pill:hover {
  filter: brightness(1.2);
  color: #fafafa;
}
.c-button-pill__arrow {
  width: 16px;
  height: 12px;
  background-image: url("/wp/wp-content/themes/tyl/images/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

/** UNDER - RECRUIT **/
.p-interview__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}
.p-interview__item {
  border: solid 1px #1E344C;
  box-shadow: 0 10px 20px rgba(16, 16, 16, 0.08);
}
.p-interview__img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.p-interview__body {
  padding: 20px 20px 30px;
  font-weight: 500;
}
.p-interview__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5691AF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-interview__category {
  border: solid 1px #5691AF;
  padding: 2px 10px;
}
.p-interview__date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.p-interview__title {
  color: #1E344C;
  line-height: 1.6;
}
.p-interview__link {
  display: block;
  height: 100%;
}
.p-interview__link:hover {
  filter: brightness(1.1);
  background-color: #fafafa;
}
@media screen and (max-width: 639px) {
  .p-interview__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.p-link {
  /** UNDER - COMPANY **/
}
.p-link__title-recruit {
  font-size: 48px;
  font-weight: 900;
}
.p-link__label-recruit {
  margin-bottom: 20px;
}
.p-link__item-graduate {
  background: url("/wp/wp-content/themes/tyl/images/graduate_bg.webp") no-repeat center center;
  background-size: cover;
}
.p-link__item-career {
  background: url("/wp/wp-content/themes/tyl/images/career_bg.webp") no-repeat center center;
  background-size: cover;
}

.p-company__list {
  border-top: dashed 1px #5691AF;
  max-width: 960px;
  margin: 0 auto;
}
.p-company__row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  border-bottom: dashed 1px #5691AF;
  padding: 30px 0;
}
@media screen and (max-width: 639px) {
  .p-company__row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 0;
  }
}
.p-company__th {
  font-weight: 600;
}
.p-company__td > span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .p-company__td > span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-executives {
  display: grid;
  gap: 10px;
}
.p-executives li {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 40px;
}
@media screen and (max-width: 639px) {
  .p-executives {
    gap: 0;
  }
  .p-executives li {
    gap: 20px;
  }
}

/** UNDER - NEWS **/
.p-news-tabs {
  margin-bottom: 30px;
}
.p-news-tabs__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: fit-content;
  margin-left: auto;
  gap: 10px;
}
.p-news-tabs__item a {
  background-color: #5691AF;
  color: #fafafa;
  padding: 0 8px;
  width: 8em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
.p-news-tabs__item a:hover {
  background-color: #1E344C;
}
.p-news-tabs__item a.active {
  background-color: #1E344C;
}
@media screen and (max-width: 639px) {
  .p-news-tabs__list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
  }
  .p-news-tabs__item a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px;
  }
}

.p-news-list {
  border-top: solid 1px #CCC;
  padding-top: 30px;
}
.p-news-list__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 20px;
  align-items: center;
}
.p-news-list__meta {
  display: flex;
  gap: 20px;
}
.p-news-list__date {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0;
}
.p-news-list__category-body {
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
  display: flex;
}
.p-news-list__category {
  background-color: #1E344C;
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
  text-align: center;
  padding: 0 8px;
  width: 8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news-list__item > a {
  display: block;
  min-width: 0;
}
.p-news-list__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  min-width: 0;
}
@media screen and (max-width: 639px) {
  .p-news-list {
    padding-top: 20px;
  }
  .p-news-list__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-news-list__meta {
    gap: 10px;
  }
  .p-news-list__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-news-list__category {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 8px;
  }
  .p-news-list__item > a {
    display: block;
    min-width: 0;
  }
  .p-news-list__title {
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}

.p-pager {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.p-pager__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-pager__item {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}
.p-pager__link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #1E344C;
  color: #1E344C;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-pager__link.current {
  background-color: #1E344C;
  color: #fafafa;
  border-color: #1E344C;
}
.p-pager__link:hover {
  background-color: #5691AF;
  color: #fafafa;
}
.p-pager__link:hover svg path {
  fill: #fafafa;
}
.p-pager .p-pager__item.is-current .p-pager__link {
  background: #1E344C;
  color: #fafafa;
  border-color: #1E344C;
}
.p-pager .p-pager__item.is-dots .p-pager__link {
  pointer-events: none;
  background: transparent;
  color: #1E344C;
}
.p-pager .p-pagination__arrow {
  width: 9px;
  height: 15px;
  display: block;
}
.p-pager .p-pagination__arrow--next {
  transform: rotate(180deg);
}

.nav-links {
  max-width: 720px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.post, .entry {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 1px #8E99A4;
  font-size: 16px;
  font-size: 1rem;
}
.post p, .entry p {
  font-size: 16px;
  font-size: 1rem;
}
.post img, .entry img {
  max-width: 640px;
  margin: 20px auto;
}
.post a, .entry a {
  color: #5691AF;
  font-size: 16px;
  font-size: 1rem;
}
.post a:hover, .entry a:hover {
  color: #1E344C;
}
.post a::before, .entry a::before {
  content: none;
}
.post h2, .entry h2 {
  margin: 0;
}
.post__title, .entry__title {
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125rem;
}
.post__info, .entry__info {
  margin-bottom: 20px;
}
.post__cat-label, .entry__cat-label {
  background-color: #1E344C;
  color: #fafafa;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.post__date, .entry__date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .post, .entry {
    font-size: 16px;
    font-size: 1rem;
    width: 95%;
  }
  .post a, .entry a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .post__date, .entry__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/** UNDER - SPEAKER DEC **/
.container__speakerdeck {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}
.container__speakerdeck .speakerdeck-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 560/314;
  background: transparent !important;
  transform: scale(1.01);
  transform-origin: center center;
}

/** CONTACT **/
.p-contact__container {
  max-width: 720px;
}
.p-contact a {
  color: #5691AF;
  text-decoration: underline;
}
.p-contact a:hover {
  color: #1E344C;
}
.p-contact__text {
  margin-bottom: 40px;
}
.p-contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  color: #d00 !important;
  border: solid 1px #d00;
  border-radius: 32px;
  padding: 10px 20px;
  text-decoration: none !important;
  position: relative;
  transition: all 0.5s;
}
.p-contact__link::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #d00;
  -webkit-mask: url("/wp/wp-content/themes/tyl/images/icon-mail.svg") no-repeat center/contain;
  mask: url("/wp/wp-content/themes/tyl/images/icon-mail.svg") no-repeat center/contain;
}
.p-contact__link:hover {
  color: #fafafa !important;
  background-color: #d00;
}
.p-contact__link:hover::before {
  background-color: #fafafa !important;
}
@media screen and (max-width: 639px) {
  .p-contact__text {
    margin-bottom: 20px;
  }
  .p-contact__link {
    font-size: 14px;
    padding: 10px 15px;
  }
  .p-contact__link::before {
    width: 16px;
    height: 16px;
  }
}

.p-contact__form {
  margin: 80px 0 40px;
  border: solid 2px #1E344C;
  background-color: #fafafa;
  border-radius: 16px;
  padding: 20px 60px 40px;
}
.p-contact__form .wpcf7 form label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 40px 0 8px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.p-contact__form .wpcf7 form label.required::after {
  content: "必須";
  display: inline-block;
  color: #fafafa;
  background: #5691AF;
  border-radius: 2px;
  padding: 0 0.8em;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-contact__form .wpcf7 input[type=text],
.p-contact__form .wpcf7 input[type=email],
.p-contact__form .wpcf7 input[type=tel],
.p-contact__form .wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.p-contact__form .wpcf7 input::placeholder,
.p-contact__form .wpcf7 textarea::placeholder {
  color: #CCC;
}
.p-contact__form .wpcf7 input[type=submit] {
  display: block;
  margin: 20px auto 0;
  padding: 20px 60px;
  border: none;
  border-radius: 40px;
  background: #1E344C;
  color: #fafafa;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  transition: transform 0.02s ease, background 0.15s;
}
.p-contact__form .wpcf7 input[type=submit]:hover {
  background: #5691AF;
}
.p-contact__form .wpcf7-not-valid-tip {
  color: #d00;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 6px;
}
.p-contact__form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 5px 0 0 0;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1.5px solid #1E344C;
  border-radius: 4px;
  background: #fff;
  font-weight: 600;
  margin: 0;
  transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item label:hover .wpcf7-list-item-label {
  border-color: #8E99A4;
  background: #EFFAFF;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background: #1E344C;
  color: #fafafa;
  border-color: #1E344C;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item input[type=radio]:focus-visible + .wpcf7-list-item-label {
  box-shadow: 0 0 0 3px rgba(47, 109, 207, 0.2);
}
.p-contact__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.p-contact__form .wpcf7-checkbox .wpcf7-list-item label,
.p-contact__form .wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: 28px;
  margin: 20px 0 0 0;
}
.p-contact__form .wpcf7-checkbox input[type=checkbox],
.p-contact__form .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.p-contact__form .wpcf7-checkbox .wpcf7-list-item-label,
.p-contact__form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
}
.p-contact__form .wpcf7-checkbox .wpcf7-list-item-label::before,
.p-contact__form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  box-sizing: border-box;
  border: 2px solid #c7d3e4;
  border-radius: 4px;
  background: #fafafa;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.p-contact__form .wpcf7-checkbox input[type=checkbox]:focus + .wpcf7-list-item-label::before,
.p-contact__form .wpcf7-acceptance input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  border-color: #1E344C;
}
.p-contact__form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.p-contact__form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #1E344C;
  background: #1E344C;
}
.p-contact__form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.p-contact__form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  width: 6px;
  height: 10px;
  margin-top: -7px;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  transform: rotate(45deg);
}
.p-contact__agree {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-contact__form {
    margin: 40px 0 20px;
    border-radius: 8px;
    padding: 0px 20px 20px;
  }
  .p-contact__form .wpcf7 form label {
    gap: 10px;
    margin: 30px 0 8px;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__form .wpcf7 form label.required::after {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .p-contact__form .wpcf7 input[type=text],
  .p-contact__form .wpcf7 input[type=email],
  .p-contact__form .wpcf7 input[type=tel],
  .p-contact__form .wpcf7 textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__form .wpcf7 input[type=submit] {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__form .wpcf7-not-valid-tip {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/** 404 **/
.p-notfound {
  margin: 160px auto 240px;
  text-align: center;
}
.p-notfound__heading {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 80px;
}
.p-notfound__text {
  margin-bottom: 20px;
}
.p-notfound input[type=search] {
  width: 20em;
  padding: 14px 16px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.p-notfound input[type=submit] {
  padding: 10px 30px;
  border: none;
  border-radius: 2px;
  background: #1E344C;
  color: #fafafa;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  transition: transform 0.02s ease, background 0.15s;
}
.p-notfound input[type=submit]:hover {
  background: #5691AF;
}
@media screen and (max-width: 639px) {
  .p-notfound {
    margin: 80px auto 120px;
  }
  .p-notfound__heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
  .p-notfound__text {
    margin-bottom: 10px;
  }
  .p-notfound input[type=search] {
    width: 16em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-notfound input[type=submit] {
    padding: 10px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/** SEARCH **/
.p-search {
  margin: 100px auto;
}
.p-search__header {
  width: 720px;
  margin: 0 auto;
}

/** SUB **/
.p-hero--sub {
  height: initial;
  margin-bottom: 0;
  margin-top: 60px;
}
.p-hero--sub::before {
  content: none;
}
@media screen and (max-width: 639px) {
  .p-hero--sub {
    height: initial;
    margin-top: 30px;
  }
}

.c-heading--lv2-sub {
  font-size: 32px;
  font-size: 2rem;
  color: #1E344C;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .c-heading--lv2-sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-heading--lv2-sub-sml {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .c-heading--lv2-sub-sml {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-heading--lv2-sub-en {
  color: #8E99A4;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 639px) {
  .c-heading--lv2-sub-en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.container__inner--contact section {
  margin-bottom: 80px;
}
.container__inner--contact p {
  line-height: 2;
}
.container__inner--contact h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.container__inner--contact h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.container__inner--contact h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .container__inner--contact section {
    margin-bottom: 40px;
  }
  .container__inner--contact h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .container__inner--contact h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .container__inner--contact h4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
  }
}

.p-antisocial h2 {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}
.p-antisocial p {
  margin-bottom: 40px;
}
.p-antisocial ol {
  padding-left: 2em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 60px;
}

.disclosure_link {
  display: flex;
  gap: 30px;
}
.disclosure_link a {
  color: #1E344C;
  text-decoration: underline;
}
.disclosure_link a:hover {
  color: #5691AF;
}

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