@charset "UTF-8";
/* グラデション */
/*========= カラムのレイアウト ===============*/
/* セクションボックスのレイアウト ==========*/
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0099fe;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translateY(-45%) translateX(-45%);
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* グラデション */
/*========= カラムのレイアウト ===============*/
.header__info, .header__business_hours {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__info, .header__business_hours {
    display: block;
  }
}
.header__tel {
  margin-right: 20px;
}
.header__tel span {
  letter-spacing: 0.05em;
}
.header__tel span.tel_num-en {
  font-size: 30px;
}
.header__tel span.tel_font-en {
  font-size: 20px;
}
.header__business_hours {
  background-color: #F5F5F5;
  border-radius: 0px 3px 0px 3px;
  padding: 0.5em;
}
@media (max-width: 1200px) {
  .header__business_hours {
    background-color: transparent;
  }
}
.header__business_hours-time {
  margin-right: 20px;
}
.header__business_hours-time span.time-font {
  font-size: 18px;
}
.l-header {
  border-bottom: 3px solid #0099fe;
}

.l-header .c-headLogo {
  position: static;
}

.c-gnav .__mainText {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 999px) {
  .l-header__center {
    grid-area: left;
  }
}
.l-header__body.l-container {
  max-width: 100% !important;
}
.l-header__right {
  flex-direction: column-reverse;
  align-items: end;
}

@media (max-width: 1200px) {
  [data-has-drawer=sp] .l-header__drawerBtn {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  [data-btns=rr-rl] .l-header__body {
    grid-template-columns: 45% 30% auto var(--ark-searchW) var(--ark-drawerW);
  }
}

@media (max-width: 1200px) {
  .l-header__bar, .l-header__left, .l-header__right, .l-headerUnder {
    display: none;
  }
}

/* グラデション */
/*========= カラムのレイアウト ===============*/
.flexslider {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
/* グラデション */
/*========= カラムのレイアウト ===============*/
.l-footer {
  background-color: #0099fe;
  color: #fff;
}

/* グラデション */
/*========= カラムのレイアウト ===============*/
.wpcf7c-btn-confirm, .wpcf7c-btn-back, .wpcf7-submit {
  width: 80%;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.5rem 2.5rem !important;
  background-color: #0099fe;
  text-decoration: none;
  transition: 0.3s;
  flex-direction: column;
  color: #fff;
  border-style: none;
}
.wpcf7c-btn-confirm:hover, .wpcf7c-btn-back:hover, .wpcf7-submit:hover {
  opacity: 0.6;
}

.wpcf7c-btn-back {
  margin-right: 30px;
}
@media (max-width: 599px) {
  .wpcf7c-btn-back {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.th__inner {
  display: flex;
}

.item__name {
  margin-right: 5px;
}
.item__haveto {
  font-size: 10px;
  padding: 2px 5px;
  background: #ff9393;
  color: #fff;
  position: relative;
  bottom: 1px;
}

.wpcf7-form-control {
  width: 100%;
  vertical-align: middle;
  padding: 0.5em;
}

.text-xs-center {
  margin-top: 30px;
}

.wpcf7-response-output {
  background-color: #fff;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 0 0em;
}

.page-id-338 .c-postContent td, .page-id-338 .c-postContent th {
  padding: 1.5em;
}
@media (max-width: 599px) {
  .page-id-338 .c-postContent td, .page-id-338 .c-postContent th {
    display: block;
  }
}

.text-xs-center {
  display: flex;
}
@media (max-width: 599px) {
  .text-xs-center {
    flex-direction: column;
  }
}

/* グラデション */
/*========= カラムのレイアウト ===============*/
/* 三角形始まり */
.top-trg {
  position: relative;
  overflow: hidden;
}
.top-trg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #F5F5F5;
  border-bottom: 60px solid #F5F5F5;
  z-index: 4;
}
@media (max-width: 599px) {
  .top-trg:before {
    border-top: 30px solid transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid #F5F5F5;
    border-bottom: 30px solid #F5F5F5;
  }
}

.bottom-trg {
  position: relative;
  overflow: hidden;
}
.bottom-trg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 60px solid #F5F5F5;
  border-left: 50vw solid #F5F5F5;
  border-right: 50vw solid transparent;
  border-bottom: 60px solid transparent;
  z-index: 4;
}

.bottom-trg--wh {
  position: relative;
  overflow: hidden;
}
.bottom-trg--wh:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 60px solid #fff;
  border-left: 50vw solid #fff;
  border-right: 50vw solid transparent;
  border-bottom: 60px solid transparent;
  z-index: 4;
}

.trg--bottom-wh {
  position: relative;
  overflow: hidden;
}
.trg--bottom-wh:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #FFF;
  border-bottom: 60px solid #FFF;
  z-index: 4;
}
@media (max-width: 599px) {
  .trg--bottom-wh:after {
    border-top: 30px solid transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid #FFF;
    border-bottom: 30px solid #FFF;
  }
}

.trg--bottom {
  position: relative;
  overflow: hidden;
}
.trg--bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #F5F5F5;
  border-bottom: 60px solid #F5F5F5;
  z-index: 4;
}
@media (max-width: 599px) {
  .trg--bottom:after {
    border-top: 30px solid transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid #F5F5F5;
    border-bottom: 30px solid #F5F5F5;
  }
}

.top-trg-wh {
  position: relative;
  overflow: hidden;
}
.top-trg-wh:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
  z-index: 4;
}
@media (max-width: 599px) {
  .top-trg-wh:before {
    border-top: 30px solid transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid #fff;
    border-bottom: 30px solid #fff;
  }
}

/*========= アニメーション ===============*
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
  animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
  animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* グラデション */
/*========= カラムのレイアウト ===============*/
/*========= セクションボックスのレイアウト ===============*/
.home .l-main__body > .c-postContent,
.page-id-706 .l-main__body > .c-postContent {
  margin-top: 0;
}
.home .smb-section__subtitle,
.page-id-706 .smb-section__subtitle {
  font-size: 120px;
  position: relative;
  color: rgba(238, 238, 240, 0.9);
}
@media (max-width: 999px) {
  .home .smb-section__subtitle,
  .page-id-706 .smb-section__subtitle {
    font-size: 40px;
  }
}
.home .smb-section__subtitle span,
.page-id-706 .smb-section__subtitle span {
  font-size: 120px;
  color: rgba(238, 238, 240, 0.9);
}
@media (max-width: 999px) {
  .home .smb-section__subtitle span,
  .page-id-706 .smb-section__subtitle span {
    font-size: 40px;
  }
}
.home .smb-section__title,
.page-id-706 .smb-section__title {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 999px) {
  .home .smb-section__title,
  .page-id-706 .smb-section__title {
    margin: 0px 0px 20px 0px;
  }
}
.home .top_jnla,
.page-id-706 .top_jnla {
  padding: 5vw 0 15vw 0;
}
.home .top__business, .home .top-sdgs,
.page-id-706 .top-sdgs, .page-id-706 .top__business {
  padding: 15vw 0;
}
.home .top__business .smb-section__subtitle span,
.page-id-706 .top__business .smb-section__subtitle span {
  color: rgba(238, 238, 240, 0.4);
}
.home .top-sdgs .smb-section__subtitle, .home .top-recruit .smb-section__subtitle,
.page-id-706 .top-recruit .smb-section__subtitle,
.page-id-706 .top-sdgs .smb-section__subtitle {
  color: rgba(238, 238, 240, 0.4);
}
.home .top_recruit,
.page-id-706 .top_recruit {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*========= 会社沿革レイアウト ===============*/
.history__content {
  position: relative;
  overflow: hidden;
}
.history__Line {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  height: 100%;
  width: 2px;
  background: #d9dce2;
}
.history__article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex-direction: row-reverse;
  margin-top: 50px;
}
.history__inner {
  width: calc(100% - 60px);
  position: relative;
  display: flex;
}
@media (max-width: 599px) {
  .history__inner {
    flex-direction: column;
  }
}
.history__date {
  position: relative;
  width: 40%;
  font-weight: bold;
}
@media (max-width: 599px) {
  .history__date {
    width: 100%;
  }
}
.history__date::before {
  content: "";
  border: 2px solid #1b9caf;
  background-color: #fff;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 50%;
  left: -48px;
  margin-top: -8px;
}
.history__date::after {
  background-color: #1b9caf;
  left: -44px;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -95px;
  height: 11px;
  width: 11px;
  margin-top: -4px;
}
.history__date span {
  position: relative;
}
.history__date span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  z-index: -1;
  height: 2px;
  background: #d9dce2;
}
.tel__link {
  color: #333333 !important;
  text-decoration: none;
}

.p-drawer .header__info {
  margin: 0px;
}
.p-drawer .tel__link {
  color: #fff !important;
}

.smb-information.is-style-border .smb-information__item {
  border: 1px solid #CCC;
  border-color: var(--_lighter-color-gray, #CCC);
}

.smb-information.is-style-border:not([data-sm-split-column=true]) .smb-information__item > .c-row > .c-row__col:last-child {
  border-left: 1px solid #CCC;
  border-top: none;
}
@media (max-width: 599px) {
  .smb-information.is-style-border:not([data-sm-split-column=true]) .smb-information__item > .c-row > .c-row__col:last-child {
    border-left: none;
    border-top: none;
  }
}

/*========= 新着情報レイアウト　TOP ===============*/
.news__list {
  margin: 0px !important;
  padding: 0px !important;
}
.news__item {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
  margin-top: 15px !important;
  padding-top: 15px !important;
  border-top: 1px solid #CCCCCC;
  display: flex;
}
@media (max-width: 999px) {
  .news__item {
    flex-direction: column;
  }
}
.news__item:last-child {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px !important;
}
.news__item a {
  display: block;
  width: 100%;
}
.news__item a:link, .news__item a:visited {
  color: #333333;
  transition: 1s all;
}
.news__item a:hover {
  color: #0099fe;
  text-decoration: none;
}
.news__title {
  display: inline-block;
}
.news__date {
  width: 30%;
  display: inline-block;
}
@media (max-width: 999px) {
  .news__date {
    width: 100%;
  }
}

/*========= 新着情報レイアウト　アーカイブ ===============*/
.p-postList__body {
  display: flex;
}
@media (max-width: 999px) {
  .p-postList__body {
    flex-direction: column;
  }
}

.p-postList.-type-simple .p-postList__meta {
  margin: 0rem;
}

.p-postList__meta {
  font-size: 16px;
}

.c-postTimes__item {
  margin-right: 2.5rem;
}

/*========= sdgのページ ===============*/
@media (max-width: 999px) {
  .page-id-210 .wp-block-columns {
    flex-wrap: nowrap;
    margin-top: 0;
    margin-right: 5px;
  }
}

@media (max-width: 999px) {
  .page-id-210 .wp-block-columns.has-background, .wp-block-group.has-background, p.has-background {
    padding: 0.5rem 0.5rem;
  }
}