@charset "UTF-8";
/*template1*/
/* 各コンテンツ */
/* about-us */
.about-us {
  background-color: #F0F0F0;
  background-image: url(../images/home/stripe-left-md.svg), url(../images/home/stripe-right-md.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 400px auto;
  background-position: left -240px bottom 0, right -240px top 0;
}

@media screen and (min-width: 576px) {
  .about-us {
    background-size: 60% auto;
    background-position: left -80% bottom 0, right -80% top 0;
  }
}
@media screen and (min-width: 992px) {
  .about-us {
    background-size: auto 568px;
    background-position: left calc(50% - 740px) bottom 0, right calc(50% - 740px) top 0;
  }
}
/* business */
.site-content {
  overflow: hidden;
}

.business-item-content {
  display: flex;
}

.business-item-content:before {
  content: "";
  display: block;
  width: 1px;
  height: 12rem;
  background-color: #3b3c3f;
  margin: -4rem 1.5rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .business-item-content:before {
    margin: -4rem 2rem 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .business-item-content {
    display: block;
  }
  .business-item-content:before {
    content: none;
  }
  .business-item-img-wrap {
    position: relative;
  }
  .business-item-img {
    position: absolute;
    width: 640px;
  }
  .business-item-img .image-fit {
    padding-top: 45% !important;
  }
  .business-item:nth-child(odd) .business-item-img {
    top: 0;
    right: 0;
  }
  .business-item:nth-child(even) .business-item-img {
    top: 0;
    left: 0;
  }
  .business-item-content {
    min-height: 288px;
    padding-top: 100px;
  }
  .business-item-content-title:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    /*width: calc(100% + 94);*/
    padding-bottom: 0.8em;
    border-bottom: 1px solid #3b3c3f;
  }
  .business-item:nth-child(odd) .business-item-content {
    padding-left: 32px;
  }
  .business-item:nth-child(odd) .business-item-content-title:after {
    margin-left: -94px;
  }
  .business-item:nth-child(even) .business-item-content {
    padding-right: 32px;
  }
  .business-item:nth-child(even) .business-item-content-title {
    text-align: right;
  }
  .business-item:nth-child(even) .business-item-content-title:after {
    margin-right: -94px;
  }
}
/* topics */
.topics {
  background-image: url(../images/home/bg-wave-1-md.svg), url(../images/home/bg-wave-2-md.svg);
  background-repeat: no-repeat;
  background-position: top center, bottom, center;
  background-size: 100% auto;
}

@media screen and (min-width: 992px) {
  .topics {
    background-image: url(../images/home/bg-wave-1-lg.svg);
    background-size: inherit;
    background-position: top center;
  }
}
/* member */
.member {
  position: relative;
  background-image: url(../images/home/member-1.jpg);
  background-size: cover;
}
.member * {
  color: #fff;
}
.member::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
}
.member-content {
  position: relative;
  z-index: 1;
}

/*object*/
/* --------------------------------------------------------------------------------
hero
-------------------------------------------------------------------------------- */
.site-hero {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 360px;
  padding-bottom: 80px;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2022/07/sample-1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.site-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, rgba(255, 27, 166, 0.4), rgba(255, 180, 29, 0.7));
}

.site-hero-content {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .site-hero {
    height: 480px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .site-hero {
    height: 650px;
    padding-bottom: 100px;
  }
}
/*🍔*/
.entry-card {
  display: flex;
}
.entry-card-thumb {
  width: 128px;
  margin-right: 15px;
}
.entry-card-thumb img {
  margin-bottom: 0;
}
.entry-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.entry-card-date {
  display: inline-block;
  font-size: 0.875rem;
  color: #899296;
}
.entry-card .categories_label {
  display: inline-block;
}
.entry-card .categories_label .post-categories {
  display: inline-block;
  margin: 0;
}
.entry-card .categories_label .post-categories li {
  display: inline-block;
  margin-right: 0.25em;
}
.entry-card .categories_label .post-categories li a {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #bbb;
  border-radius: 2px;
  line-height: 1em;
  color: #fff;
  font-size: 0.875rem;
}
.entry-card .categories_label .post-categories li a:hover {
  color: #fff;
}
.entry-card-title {
  max-height: 2.8em;
  margin-top: 0;
  margin-bottom: 0.25em;
  line-height: 1.4em;
  overflow: hidden;
  color: #3b3c3f;
  font-size: 1rem;
}
.entry-card-text {
  display: none;
}
.entry-card-meta {
  margin-top: auto;
  font-size: 0.75rem;
  line-height: 1em;
}

@media screen and (min-width: 576px) {
  .entry-card .entry-card-thumb {
    width: 240px;
    margin-right: 50px;
  }
  .entry-card .entry-card-content .entry-card-title {
    margin-bottom: 0.6em;
    font-size: 1.125rem;
  }
  .entry-card .entry-card-content .entry-card-text {
    display: block;
    /* max-height: calc(1.6em * 2);
     margin-bottom: .8em;
     line-height: 1.6em;
     overflow: hidden;*/
    color: #3b3c3f;
  }
}
/*
entry-card-1
--------------------------------------------------------------------------------
*/
.entry-card-1 * {
  color: #3b3c3f;
}
.entry-card-1-title-wrap {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: -4rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
}
.entry-card-1-category {
  display: inline-block;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 3px solid #222;
  font-size: 0.875rem;
  font-weight: bold;
}
.entry-card-1-more {
  font-weight: bold;
}
.entry-card-1-more img {
  display: inline-block;
  padding-left: 0.5em;
  margin: 0;
}

/*
entry-card-2
--------------------------------------------------------------------------------
*/
.entry-card-2 {
  position: relative;
}
.entry-card-2 * {
  color: #3b3c3f;
}
.entry-card-2 .entry-card-recruitment-status {
  position: absolute;
  left: -16px;
  top: -16px;
  z-index: 1;
  display: inline-block;
  padding: 0.5em 1.2em;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  background: linear-gradient(to right, #7864C1, #56B79C);
}
.entry-card-2-thumb {
  background-color: #fff;
}
.entry-card-2-content {
  position: relative;
  z-index: 1;
  margin-top: -2rem;
  padding: 0 1rem;
}
.entry-card-2-category {
  display: inline-block;
  padding: 0.25em 0.8em;
  background-color: #222;
  color: #fff;
  font-size: 0.875rem;
}
.entry-card-2-content-sentence {
  background-color: #fff;
  padding: 24px 32px;
}
.entry-card-2-more {
  color: #575b5a;
  font-weight: bold;
}
.entry-card-2-more img {
  display: inline-block;
  padding-left: 0.5em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .entry-card-2-content-sentence {
    padding: 32px 40px;
  }
}
/*🍔*/
.entry-card-3 {
  position: relative;
}
.entry-card-3 * {
  color: #3b3c3f;
}
.entry-card-3 .entry-card-3-title {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .entry-card-3 .entry-card-3-title {
    margin-bottom: 2.5rem;
  }
}
.entry-card-3 .entry-card-3-title:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}
.entry-card-3 .entry-card-3-title:after {
  position: absolute;
  bottom: -12px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.entry-card-3 .entry-card-3-title .entry-card-3-title-text {
  height: 4.5em;
}
.entry-card-3 .entry-card-recruitment-status {
  position: absolute;
  left: 0px;
  top: -16px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entry-card-3 .entry-card-recruitment-status {
    left: -16px;
    top: -12px;
  }
}
.entry-card-3-thumb {
  position: relative;
  background-color: #fff;
}
.entry-card-3-content {
  position: relative;
  z-index: 1;
  margin-top: -2rem;
  padding: 0 1rem;
}
.entry-card-3-category {
  display: inline-block;
  padding: 0.25em 0.8em;
  background-color: #222;
  color: #fff;
  font-size: 0.875rem;
}
.entry-card-3-content-sentence {
  background-color: #fff;
  padding: 24px 32px;
}
.entry-card-3-more {
  color: #575b5a;
  font-weight: bold;
}
.entry-card-3-more img {
  display: inline-block;
  padding-left: 0.5em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .entry-card-3-content-sentence {
    padding: 32px 40px;
  }
}

.c-mobile-row-desktop-col-fix-flex {
  margin-bottom: 1.5rem;
}
.c-mobile-row-desktop-col-fix-flex__fix {
  width: 100px;
  margin: 0 auto 1.5rem auto;
  text-align: center;
}
.c-mobile-row-desktop-col-fix-flex__fix img {
  width: 100%;
}
.c-mobile-row-desktop-col-fix-flex__flex {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-mobile-row-desktop-col-fix-flex {
    display: flex;
    justify-content: center;
  }
  .c-mobile-row-desktop-col-fix-flex__fix {
    width: 120px;
    margin: 0 32px 0 0;
  }
  .c-mobile-row-desktop-col-fix-flex__flex {
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
    justify-content: center; /* 主軸方向に中央寄せ */
    align-items: center; /* 交差軸方向に中央寄せ */
  }
}
.news .news__heading {
  margin-bottom: 1rem;
}
.news .news__items .news__item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.news .news__items .news__item .news__image {
  margin-right: 32px;
  width: 64px;
}
.news .news__items .news__item .news__title {
  flex: 1;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .news .news__items .news__item .news__title {
    font-size: 1rem;
  }
}

/*news-2*/
.news-2 .news-2__heading {
  margin-bottom: 1rem;
}
.news-2 .news-2__items .news-2__item {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  display: flex;
}
.news-2 .news-2__items .news-2__item .news-2__image {
  margin-right: 24px;
  width: 120px;
}
@media screen and (min-width: 992px) {
  .news-2 .news-2__items .news-2__item .news-2__image {
    margin-right: 32px;
    width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .news-2 .news-2__items .news-2__item {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-2 .news-2__items .news-2__item .news-2__image {
    width: 100%;
    margin-right: 0;
  }
}
.news-2 .news-2__items .news-2__item .news-2__title {
  flex: 1;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .news-2 .news-2__items .news-2__item .news-2__title {
    font-size: 1rem;
  }
}

.production-flow-wrap {
  margin-top: 2.25rem;
}
@media screen and (min-width: 992px) {
  .production-flow-wrap {
    margin-top: 0;
  }
}
.production-flow-wrap .production-flow-item {
  margin-bottom: 3.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 4px;
  background-color: #f5f7f8;
}
@media screen and (min-width: 992px) {
  .production-flow-wrap .production-flow-item {
    margin-bottom: 2.25rem;
    display: flex;
  }
}
.production-flow-wrap .production-flow-item:last-child {
  margin-bottom: 0;
}
.production-flow-wrap .production-flow-item .production-flow-ico-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: -48px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #3b3c3f;
}
@media screen and (min-width: 992px) {
  .production-flow-wrap .production-flow-item .production-flow-ico-wrap {
    align-items: normal;
    width: 160px;
    margin-top: 0;
    margin-right: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.production-flow-wrap .production-flow-item .production-flow-ico-wrap .production-flow-ico__num {
  display: flex;
}
.production-flow-wrap .production-flow-item .production-flow-ico-wrap .production-flow-ico__num img {
  margin: 0;
  width: auto;
  height: 48px;
}
@media screen and (min-width: 992px) {
  .production-flow-wrap .production-flow-item .production-flow-ico-wrap .production-flow-ico__num {
    width: 60%;
    border-right: 2px solid #3b3c3f;
  }
  .production-flow-wrap .production-flow-item .production-flow-ico-wrap .production-flow-ico__num img {
    width: 48px;
    height: auto;
  }
}
.production-flow-wrap .production-flow-item .production-flow-ico-wrap .production-flow-ico__img {
  display: flex;
  width: 100px;
  align-items: center;
  justify-content: right;
}
.production-flow-wrap .production-flow-item .production-flow-ico-wrap .production-flow-ico__img img {
  width: auto;
  height: 48px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .production-flow-wrap .production-flow-item .production-flow-ico-wrap .production-flow-ico__img img {
    width: 64px;
    height: auto;
  }
}
.production-flow-wrap .production-flow-item .production-flow-content > *:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .production-flow-wrap .production-flow-item .production-flow-content {
    display: 1;
  }
}
.production-flow-wrap .production-flow-item .production-flow-content .production-flow-title {
  margin: 0;
  padding: 0;
  border: none;
}
.production-flow-wrap .production-flow-item--light {
  background-color: #fff;
}

/* wordpress */
.site-content {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .site-content {
    margin-bottom: 6rem;
  }
}

/* 必須項目
contact form7での使用例
<span class="required">[必須]</span>
*/
.wpcf7 {
  border-radius: 2px;
  /*background-color: #f5f5f5;*/
}

.wpcf7 .required {
  font-size: 0.75em;
  color: #dd0000;
}

.cwpc7-label {
  margin-bottom: 0.5rem;
}
/* チェックボックスで自動生成されるラベルを非表示にする */
.wpcf7 .wpcf7-hide-label .wpcf7-list-item-label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* チェックボックスのデザイン */
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
  display: block;
  width: 50%;
  /*width: 33%;*/
  margin: 0 0 1em 0 !important; /*項目ごとの余白を調整*/
}

@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-list-item-label { /*項目の色や文字サイズ*/
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  font-size: 16px;
}

.wpcf7-list-item-label > * { /*項目の色や文字サイズ*/
  display: flex;
  flex: 1;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before { /*チェックボックスの枠*/
  content: "";
  border: 1px solid #b7b7b7;
  display: block;
  flex: none;
  width: 32px;
  height: 32px;
  position: relative;
  top: -3px;
  margin-right: 0.75em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after { /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 22px;
  height: 14px;
  border-left: 5px solid #3eb8d1;
  border-bottom: 5px solid #3eb8d1;
  transform: rotate(-45deg);
}

/*送信メッセージ*/
.wpcf7 form.sent .wpcf7-response-output {
  margin: 32px 0;
  padding: 2em 1em;
  border-color: #b8d0d0;
  border-radius: 4px;
  background-color: #dbecec;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 18px;
    text-align: center;
  }
}
/* contact form 7 */
/*.wpcf7 p > label span input,
.wpcf7 p > label span textarea {
  display: block;
  margin-top: 8px;
}
.wpcf7 .required {
  font-size: .75em;
  color: #dd0000;
  font-weight: bold;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
}*/
/*プラグイン*/
@media screen and (max-width: 1239px) {
  .wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}/*# sourceMappingURL=app-front.css.map */