@charset "utf-8";
/*
Theme Name:トーヨーテクノ株式会社テンプレート202211
*/


/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* title */
.p-top-title::after {
  display: none;
}
/* contents */
.p-top-contents {
  background-image: url("img/index/body_bg.png");
  background-repeat: no-repeat;
  background-position: center top 15px;
}
.p-top-contents__container {
  max-width: 712px;
  padding-right: 0;
  padding-left: 0;
}
.p-top-contents__group {
  display: flex;
  flex-wrap: wrap;
}
.p-top-contents__group-item {
  width: 50%;
}
.p-top-contents__card {
  display: block;
  position: relative;
}
.p-top-contents__card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .6s;
}
.p-top-contents__title {
  min-width: 120px;
  padding: 5px 15px;
  background-color: #FFF;
  position: relative;
  text-align: center;
  color: #0068B7;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: .1em;
  transition: .6s;
}
.p-top-contents__title::after {
  content: "";
  display: block;
  width: 0%;
  height: 10px;
  background-color: #FFFF00;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  transition: .6s;
}
.p-top-contents__card:hover {
  opacity: 1;
}
.p-top-contents__card:hover .p-top-contents__card-body {
  background-color: rgba(0, 0, 0, .65);
}
.p-top-contents__card:hover .p-top-contents__title {
  background-color: transparent;
  color: #FFF;
}
.p-top-contents__card:hover .p-top-contents__title::after {
  width: 100%;
}
/*------------------------------------------------------------
     company
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
.p-company-title__haeding {
  top: 20%;
  left: 25.46%;
}
.p-company__content {
  padding: 50px 25px;
  background-color: #FFF;
  position: relative;
}
/* profile
------------------------------------------------------------ */
.p-company-profile__section {
  display: flex;
  width: 690px;
  max-width: 100%;
  margin-left: 100px;
}
.p-company-profile__section + .p-company-profile__section {
  margin-top: 40px;
}
.p-company-profile__heading {
  margin-right: 20px;
}
.p-company-profile__table-wrap {
  position: relative;
}
.p-company-profile__table {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.08;
}
.p-company-profile__table th {
  padding-right: 1.5em;
  text-align: left;
}
.p-company-profile__table table th {
  padding-right: .5em;
  text-align: left;
  text-align-last: left;
}
.p-company-profile__table-annotation {
  max-width: 405px;
  padding: 3px 8px;
  border: 1px solid #000;
  line-height: 1.75;
}
.p-company-profile__table-annotation dt, .p-company-profile__table-annotation dd {
  padding-left: 1em;
  position: relative;
}
.p-company-profile__table-annotation dt::before {
  content: "※";
  position: absolute;
  left: 0;
}
.p-company-profile__other {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.846;
}
.p-company-profile__deco {
  position: absolute;
}
.p-company-profile__deco img {
  max-width: inherit;
}
.p-company-profile__deco01 {
  top: -10px;
  right: 25px;
}
.p-company-profile__deco02 {
  top: 220px;
  left: -95px;
}
.p-company-profile__deco03 {
  top: 5px;
  right: 0;
}
.p-company-profile__deco04 {
  bottom: 25px;
  left: -95px;
}
/* overview */
.p-company-overview__table th {
  width: 8.5em;
  text-align: justify;
  text-align-last: justify;
}
/* history */
.p-company-history__table th {
  text-align: left;
  text-align-last: left;
}
.p-company-history__table th div {
  display: flex;
}
.p-company-history__table th span {
  display: block;
  margin-left: auto;
}
/* access
------------------------------------------------------------ */
.p-company-access {
  margin-top: 50px;
}
.p-company-access__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.p-company-access__heading {
  width: calc(395px + 4.4em);
  max-width: 100%;
  margin-bottom: 5px;
  color: #0068B7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .1em;
}
.p-company-access__mean {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px -35px -20px;
}
.p-company-access__mean-item {
  display: flex;
  padding: 20px 35px;
}
.p-company-access__mean-dl {
  margin-left: 70px;
  position: relative;
}
.p-company-access__mean-dl > dt {
  display: inline-block;
  padding: 2px 10px;
  background-color: #FFF;
  border-radius: 8px;
  color: #0068B7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
.p-company-access__mean-dl > dd {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.688;
}
.p-company-access__mean-icon {
  position: absolute;
  top: 0;
  left: -70px;
}
.p-company-access__mean-list li {
  position: relative;
}
.p-company-access__mean-list li:not(:last-child) {
  margin-bottom: 20px;
}
.p-company-access__mean-dl-detail dd {
  padding-left: 1.5em;
}
/*------------------------------------------------------------
     release
------------------------------------------------------------ */
.p-release-title__haeding {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFF00;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/* news
------------------------------------------------------------ */
.p-release-news__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.p-release-news__list-item {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-release-news__list-item:not(:last-child) {
  margin-bottom: 7px;
}
.p-release-news__categroy {
  flex-shrink: 0;
  margin-right: 25px;
}
.p-release-news__categroy a, .p-release-news__categroy span {
  display: block;
  width: 100px;
  border: 2px solid #0068B7;
  text-align: center;
  color: #0068B7;
  font-weight: 600;
}
.p-release-news__date {
  flex-shrink: 0;
  width: 6.5em;
  padding-top: 2px;
  margin-right: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.p-release-news__title {
  padding-top: 2px;
}
/*------------------------------------------------------------
     business
------------------------------------------------------------ */
.p-business-title__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFF00;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-business-contents__container {
  max-width: 900px;
}
.p-business-contetns__heading {
  width: 100%;
  margin-bottom: 15px;
  color: #0068B7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .1em;
}
.p-business-contents__sub-heading {
  margin-bottom: 10px;
  color: #0068B7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-business-contents__sub-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.666;
}
/* 設備
------------------------------------------------------------ */
/* ミキサー */
.p-business-mixer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.p-business-mixer__box {
  width: 275px;
  max-width: 35%;
  margin: 50px 25px auto auto;
}
.p-business-mixer__ab {
  max-width: 60.23%;
}
.p-business-mixer__ab-group {
  display: flex;
  align-items: flex-end;
  margin: -2px;
}
.p-business-mixer__ab-item {
  width: 50%;
  padding: 2px;
}
.p-business-mixer__ab-card-image img {
  width: 100%;
}
.p-business-mixer__ab-card-caption {
  padding: 3px 10px 3px 1.75em;
  background-color: #FFFF00;
  position: relative;
  color: #0068B7;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.p-business-mixer__ab-card-caption span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: .5em;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-business-mixer__overlooking {
  position: relative;
}
.p-business-mixer__overlooking-deco {
  position: absolute;
  top: -105px;
  left: -2%;
  pointer-events: none;
}
.p-business-mixer__overlooking-image {
  padding-top: 15px;
  position: relative;
  color: #0068B7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-business-mixer__overlooking-image img {
  width: 100%;
}
.p-business-mixer__overlooking-a, .p-business-mixer__overlooking-b {
  width: 1.5em;
  height: 1.5em;
  background-color: #FFFF00;
  position: absolute;
  z-index: 2;
  text-align: center;
}
.p-business-mixer__overlooking-a {
  top: calc(15px + 1.5%);
  left: 58%;
}
.p-business-mixer__overlooking-b {
  top: calc(15px + 13.5%);
  left: 43%;
}
.p-business-mixer__overlooking-a-line::before, .p-business-mixer__overlooking-a-line::after, .p-business-mixer__overlooking-b-line::before, .p-business-mixer__overlooking-b-line::after {
  content: "";
  background-color: #FFFF00;
  position: absolute;
}
.p-business-mixer__overlooking-a-line::before, .p-business-mixer__overlooking-b-line::before {
  height: 2px;
}
.p-business-mixer__overlooking-a-line::after, .p-business-mixer__overlooking-b-line::after {
  width: 2px;
  top: 0;
}
.p-business-mixer__overlooking-a-line::before, .p-business-mixer__overlooking-a-line::after {
  left: 1.5%;
}
.p-business-mixer__overlooking-a-line::before {
  width: 56.5%;
  top: calc(15px + 1.5% + .75em - 1px);
}
.p-business-mixer__overlooking-a-line::after {
  height: calc(15px + 1.5% + .75em);
}
.p-business-mixer__overlooking-b-line::before, .p-business-mixer__overlooking-b-line::after {
  left: 31.5%;
}
.p-business-mixer__overlooking-b-line::before {
  width: 11.5%;
  top: calc(15px + 13.5% + .75em - 1px);
}
.p-business-mixer__overlooking-b-line::after {
  height: calc(15px + 13.5% + .75em);
}
.p-business-mixer__overlooking-night {
  width: calc(100% - 120px);
  max-width: 500px;
  padding: 8px;
  background-color: #0068B7;
  position: relative;
  margin: 25px auto 0;
  text-align: center;
  color: #FFF;
}
.p-business-mixer__overlooking-night::before, .p-business-mixer__overlooking-night::after {
  content: "";
  display: block;
  background-color: #0068B7;
  position: absolute;
  left: -50px;
}
.p-business-mixer__overlooking-night::before {
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
}
.p-business-mixer__overlooking-night::after {
  width: 2px;
  height: calc(50% + 25px);
  bottom: 50%;
}
.p-business-mixer__overlooking-night-heading {
  margin-bottom: 5px;
  color: #FFFF00;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .2em;
}
.p-business-mixer__overlooking-night-heading::before, .p-business-mixer__overlooking-night-heading::after {
  content: "★";
}
.p-business-mixer__overlooking-night-heading::before {
  margin-right: .7em;
}
.p-business-mixer__overlooking-night-heading::after {
  margin-left: .7em;
}
.p-business-mixer__overlooking-night-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
/* プラント */
.p-business-plant {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.p-business-plant__box {
  margin: auto 15px 45px auto;
  text-align: right;
}
.p-business-plant__image01 {
  margin-right: 25px;
  margin-bottom: 35px;
}
.p-business-plant__image02 {
  position: relative;
  max-width: 65%;
  margin-right: 55px;
}
.p-business-plant__image02-caption {
  padding: 2px 10px;
  background-color: #FFFF00;
  position: absolute;
  left: 90%;
  bottom: 20px;
  color: #0068B7;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
.p-business-plant__image02-caption span {
  display: inline-block;
  margin-left: .5em;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-business-plant__image03 {
  max-width: 25%;
}
/* チェック
------------------------------------------------------------ */
.p-business-check {
  margin-top: 55px;
}
.p-business-check__group {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -2.5px;
}
.p-business-check__group-item {
  width: 23.673%;
  padding: 10px 2.5px;
}
.p-business-check__group-item:nth-child(4) {
  width: 28.981%;
}
.p-business-check__item-thumb img {
  width: 100%;
}
.p-business-check__item-heading {
  padding: 3px;
  background-color: #0068B7;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .3em;
}
.p-business-check__item-text {
  padding: 0 8px;
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.667;
}
/* GREEN CRETE
------------------------------------------------------------ */
.p-business-gc {
  display: flex;
  flex-direction: row-reverse;
  padding: 20px 45px;
  background-color: #FFF;
  border-top: 30px solid #A7CE6A;
  border-bottom: 30px solid #A7CE6A;
  margin-top: 55px;
}
.p-business-gc__box {
  width: 395px;
  max-width: 100%;
}
.p-business-gc__lead {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.358;
  letter-spacing: .025em;
}
.p-business-gc__lead span {
  color: #659C31;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.p-business-gc__point {
  margin-top: 30px;
}
.p-business-gc__point-group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.p-business-gc__point-group-item {
  width: 50%;
  padding: 5px;
}
.p-business-gc__point-heading {
  padding: 0 25px 5px 15px;
  position: relative;
  text-align: center;
  color: #1D2085;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
}
.p-business-gc__point-heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: linear-gradient(to bottom, transparent 0%, rgba(143, 195, 31, 1) 100%);
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-business-gc__point-heading span {
  display: block;
  padding-top: 8px;
  padding-left: 16px;
  position: relative;
  z-index: 2;
}
.p-business-gc__point-heading span img {
  position: absolute;
  left: 0;
  bottom: 2px;
}
.p-business-gc__point-text {
  padding: 5px 12px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.667;
}
.p-business-gc__image-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding-top: 15px;
  padding-right: 25px;
  position: relative;
  text-align: center;
}
.p-business-gc__deco {
  position: absolute;
  top: -35px;
  left: -20px;
}
.p-business-gc__link {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-business-gc__link::before {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: linear-gradient(45deg, rgba(143, 195, 31, 1) 0%, rgba(255, 255, 255, 1) 95%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.p-business-gc__link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  position: relative;
  z-index: 2;
  color: #4A8031;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.214;
}
.p-business-gc__image {
  margin-top: auto;
  margin-bottom: -15px;
}
/* 残コンブロック
------------------------------------------------------------ */
.p-business-conblock {
  padding: 65px 60px 50px;
  background-color: #FFF;
  border-top: 30px solid #EC7800;
  border-bottom: 30px solid #EC7800;
  position: relative;
}
.p-business-conblock:not(:first-child) {
  margin-top: 75px;
}
.p-business-conblock::before, .p-business-conblock::after {
  content: "";
  width: 100%;
  height: 21px;
  background-image: url("img/common/conblock_kazari.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
}
.p-business-conblock::before {
  top: 0;
}
.p-business-conblock::after {
  bottom: 0;
  transform: scaleY(-1);
}
.p-business-conblock__title {
  display: flex;
}
.p-business-conblock__title-heading {
  flex-shrink: 0;
  margin-right: 35px;
  color: #EC7800;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: .025em;
}
.p-business-conblock__title-heading span {
  font-size: 41px;
  font-size: 4.1rem;
}
.p-business-conblock__title-lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.59;
}
.p-business-conblock__lead {
  margin: 20px -20px 0;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.538;
}
.p-business-conblock__list {
  margin-top: 35px;
}
.p-business-conblock__list-group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.p-business-conblock__list-group-item {
  width: 50%;
  padding: 15px;
}
.p-business-conblock__card {
  padding: 10px 8px 15px;
  background-color: #FFF;
  border: 2px solid #EC7800;
  box-shadow: 3px 3px 0 #EC7800;
  position: relative;
}
.p-business-conblock__card::before, .p-business-conblock__card::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
}
.p-business-conblock__card::before {
  border-top: 3px solid transparent;
  border-left: 3px solid #EC7800;
  top: -2px;
  right: -5px;
}
.p-business-conblock__card::after {
  border-left: 3px solid transparent;
  border-top: 3px solid #EC7800;
  bottom: -5px;
  left: -2px;
}
.p-business-conblock__card-thumb {
  text-align: center;
}
.p-business-conblock__card-body {
  margin-top: 20px;
}
.p-business-conblock__card-row {
  display: flex;
  align-items: flex-end;
  padding: 8px 0 3px;
  border-bottom: 1px solid #000;
}
.p-business-conblock__card-row:first-child {
  padding-top: 0;
}
.p-business-conblock__card-row dt {
  flex-direction: 0;
  width: 5em;
  margin-right: 1em;
  text-align: center;
  color: #EC7800;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.p-business-conblock__card-row dd {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-business-conblock__card-row dd.p-business-conblock__card-row-category {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.p-business-conblock__contact {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .05em;
}

/*------------------------------------------------------------
     sdgs
------------------------------------------------------------ */
.p-sdgs-title__heading {
  top: 6.14%;
  left: 50%;
  transform: translateX(-50%);
}
.p-sdgs-about {
  padding: 35px 20px 80px;
  background-color: #FFF;
}
.p-sdgs-about__lead {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  text-align: center;
}
.p-sdgs-about__logo {
  text-align: center;
}
.p-sdgs-about__list {
  margin-top: 20px;
}
.p-sdgs-about__list-group {
  display: flex;
  justify-content: center;
  margin: -5px;
}
.p-sdgs-about__list-group-item {
  max-width: 25%;
  padding: 5px;
}
.p-sdgs-about__list-group-item img {
  width: 100%;
}
.p-sdgs-about__message {
  max-width: 520px;
  margin: 75px auto 0;
}
.p-sdgs-about__message-certificate {
  margin-bottom: 25px;
  text-align: center;
}
.p-sdgs-about__message-heading {
  margin-bottom: 30px;
  text-align: center;
  color: #0068B7;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .075em;
}
.p-sdgs-about__message-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.916;
}
.p-sdgs-list {
  margin-top: 35px;
}
.p-sdgs-list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.p-sdgs-list__group-item {
  display: flex;
  width: 50%;
  padding: 20px;
}
.p-sdgs-list__card {
  display: flex;
  width: 100%;
  min-height: 240px;
  padding: 30px;
  background-color: #FFF;
}
.p-sdgs-list__heading {
  margin-bottom: 5px;
  color: #0068B7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-sdgs-list__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.666;
}
.p-sdgs-list__icon {
  flex-shrink: 0;
  margin-top: auto;
  margin-left: 25px;
}
.p-sdgs__link {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.p-sdgs__link-btn {
  display: flex;
  align-items: center;
  height: 68px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.214;
}
.p-sdgs__link-btn::before {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: linear-gradient(45deg, rgba(129, 205, 228, 1) 0%, rgba(255, 255, 255, 1) 95%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-sdgs__link-btn span {
  position: relative;
  z-index: 2;
}
/*------------------------------------------------------------
     recruit
------------------------------------------------------------ */
.p-recruit-title__heading {
  height: auto;
  bottom: 14.5%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFF00;
}
.p-recruit-contents__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
.p-recruit-contents__list {
  max-width: 815px;
  position: relative;
  margin: 0 auto;
}
.p-recruit-contents__deco {
  position: absolute;
  right: 40px;
  bottom: calc(100% + 15px);
}
.p-recruit-contents__list-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px -2.5px;
}
.p-recruit-contents__list-group-item {
  width: 25%;
  padding: 10px 2.5px;
}
.p-recruit-contents__list-thumb img {
  width: 100%;
}
.p-recruit-contents__list-heading {
  padding: 3px 5px;
  background-color: #0068B7;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .3em;
}
.p-recruit-contents__list-text {
  padding: 5px 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.666;
}
.p-recruit-contents__contact {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.p-recruit-contents__contact-text {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
.p-recruit-contents__contact-text a {
  text-decoration: underline;
}
.p-recruit-contents__contact-text img {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}
/*------------------------------------------------------------
     contact
------------------------------------------------------------ */
.p-contact-title__heading {
  top: 26.5%;
  left: 59%;
}
.p-contact__lead {
  margin-bottom: 100px;
  text-align: center;
  color: #FFF;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.523;
  letter-spacing: .2em;
}
.p-contact-form {
  position: relative;
  margin: 0 -25px;
}
.p-contact-form__deco {
  position: absolute;
  right: -55px;
  bottom: -25px;
}

/*------------------------------------------------------------
     404
------------------------------------------------------------ */
.p-404-pankuzu {
  margin-bottom: 20px;
}
.p-404-pankuzu__text {
  position: static;
}
.p-404__heading {
  margin-bottom: 20px;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.p-404__text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}