/* ----------------------------
    共通
----------------------------*/
*, *:before, *:after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif !important;
  z-index: 0;
}
.red__txt {
  font-size:1rem;
color: rgba(255,0,4,1.00)
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.mt5 {
  margin-top: 5px;
  padding-bottom: 5px;
}
.mt10 {
  margin-top: 10px;
  padding-bottom: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.post_thumbnail {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}


.contents__full {
  display: flex;
  /* align-items: center; */
  width: 100%;
  /* justify-items: center; */
}



.css-175oi2r {
  /* align-items: center; */
  width: 100%;
  margin: 0 auto;
  padding: 5px; /* justify-items: center; */
}



.contents__full-move {
  /* align-items: center; */
  width: 100%;
  margin: 0px auto !important;
  padding: 5px; /* justify-items: center; */
}



@media screen and (min-width: 1200px) {
  body {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.0;
    background: #47acda;
    background: #FFF;
  }
}


.fadeUp {
  opacity: 0;
  opacity: 0;
}
.norimen_BNR {
  width: 30%;
  margin: 10PX 0;
}
.fadeUp.is-active {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 1;
  will-change: transform, opacity;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
li.lang-item {
  list-style: none !important;
}
.ml20 {
  margin: 20px 0 0 20px;
  color: #FFF;
}
sup {
  color: #FF0004;
}

figure {
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  margin: auto;
}


figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 6px;
  text-align: center;
  font-size: 30px;
}


/* ----------------------------
    TOP
----------------------------*/
.top {
  background-color: #141727;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding: 52px 5% 2rem 5%;
}
.wrapper h1 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 1rem;
  color: #000;
  animation: float 2s infinite ease-in-out; /* ふわっと動くアニメーション */
  will-change: transform;
}
/* ふわっとするアニメーションの定義 */
@keyframes float {
  0%, 100% {
    transform: translate3d(0, 0, 0); /* 元の位置 */
  }
  50% {
    transform: translate3d(0, -5px, 0); /* 少し上に移動（距離短縮） */
  }
}
.wrapper h1::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background: #141727;
}
.wrapper h2 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 15px 12px 15px;
  margin-bottom: 1rem;
  color: #ffffff;
  border-radius: 5px;
  background: #141727;
}
.wrapper h3 {
  color: #183bad;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 15px 0px 15px;
  margin-bottom: 1rem;
}
.wrapper h4 {
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 15px 12px 15px;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  background: #E7EFEE;
}
.wrapper p {
  margin-bottom: 1.5rem;
}
.wrapper p img {
  text-align: center !important;
  display: block;
}


@media screen and (min-width: 1200px) {
  .wrapper h1 {
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 10px 30px;
  }
  .wrapper h1::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 7px;
    background: #44AD4E;
  }
  .wrapper h2 {
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 1rem;
    color: #ffffff;
    background: #141727;
  }
  .wrapper h3 {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 5px solid #469ACF;
  }
  .wrapper h4 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 1rem;
    border-radius: 5px;
    background: #E7EFEE;
  }
  .wrapper p {
    margin-bottom: 2rem;
  }
  .wrapper p img {
    text-align: center !important;
    display: block;
  }
}
.lowerSectionTop .topService, .topStaff {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  text-align: left;
}
.top__text {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  z-index: 0;
  justify-content: space-around;
  height: 90vh;
}
.top__text-box {
  position: absolute;
  margin-bottom: 0px;
  z-index: 9999;
}
.top__bg {
  position: absolute;
  display: block;
  height: 50%;
  width: 100%;
  top: 0;
  right: 0;
  margin-right: -10%;
  z-index: -1;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.top__bg .slides {
  position: absolute;
  height: 90%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-position: right bottom;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}
.top__bg .slides:not(:first-child) {
  display: none;
}
.top__text--middle {
  font-size: 20px;
  margin-bottom: 0.2rem;
  margin-top: 15%;
  text-shadow: #008EFF 1px 0 10px;
}
.top__text--big {
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 50px;
  margin-left: -0.2rem;
  margin-bottom: 0.5rem;
  text-shadow: #008EFF 1px 0 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.top__text--blue {
  display: inline;
  font-size: 0.9rem;
  line-height: 40px;
  padding: 5px;
  background: linear-gradient(transparent 0%, #192fee 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .top {
    padding-top: 4.4rem;
    padding-left: 0;
  }
  .top__text {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    z-index: 0;
    justify-content: space-around;
    align-items: center;
    height: 85vh;
  }
  .top__text-box {
    position: absolute;
    margin-top: -20vh;
    z-index: 9999;
    left: 0;
  }
  .top__bg {
    position: absolute;
    display: block;
    width: 80%;
    height: 80vh;
    margin-right: -10%;
    z-index: -1;
    border-radius: 20px 0 0 20px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
  }
  .top__bg .slides {
    position: absolute;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-position: right;
    background-size: cover;
    border-radius: 20px 0 0 20px;
  }
  .top__text-box {
    margin-bottom: 70px;
    padding-left: 4.5rem;
  }
  .top__text--middle {
    font-size: 1.6rem;
    margin-top: 0%;
    margin-top: 15%;
  }
  .top__text--big {
    font-size: 7rem;
    font-weight: 900;
    line-height: 7rem;
    margin-bottom: 2rem;
  }
  .top__text--blue {
    font-size: 1.3rem;
    padding: 5px 1rem;
    font-weight: 700;
  }
}
/* ----------------------------
    地図
----------------------------*/
/****** Base style. ******/
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  position: relative; /*相対配置*/
}
.about__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.about__text--heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7rem;
  margin-bottom: 0.6rem;
}
.about__partation {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  line-height: 1rem;
  margin-bottom: 0.6rem;
  text-align: left;
}
.about__partation:after {
  display: block;
  border-top: 1px solid #192fed;
  content: "";
  width: 12rem;
  margin-left: 1rem;
}
.about__partation--text {
  color: #192fed;
}
.about__text--contents {
  font-size: 0.8rem;
}
.point {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 20px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 10s;
  cursor: pointer;
}
.point:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400%;
  height: 400%;
  border-radius: 50%;
  transition: opacity linear 10s;
  content: '';
}
.point.-active {
  background-color: #172ADD;
}
.point:focus {
  outline: none;
}
.point.-active:after {
  animation: pulseMotion 1s linear infinite;
  will-change: transform, opacity;
}
@keyframes pulseMotion {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1, 1);
    background-color: rgba(50, 141, 169, 0.40);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(4.5, 4.5);
    background-color: rgba(86, 104, 182, 0.00);
  }
}
.about__image {
  opacity: 0.1;
  margin-top: -580px;
}
.about span {
  position: absolute;
  margin-top: -300px;
  left: 40%;
}
@media screen and (min-width: 768px) {
  .about {
    flex-direction: row;
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: -23rem;
  }
  .about span {
    top: 114%;
    left: 25%;
  }
  .about__image {
    width: 58.1%;
    margin-top: -300px;
  }
  @-moz-document url-prefix() {
    /*FireFoxのみ適用*/
    .about__image {
      width: 100%;
    }
  }
  .about__text {
    display: flex;
    width: 70%;
    margin: 7rem 0 3rem 1rem;
  }
  .about__text--heading {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2.6rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.1rem;
  }
  .about__text--contents {
    font-size: 0.8rem;
    letter-spacing: 0.02rem;
    line-height: 2rem;
  }
}
/* ----------------------------
    このようなお悩み
----------------------------*/
.worries {
  background-color: #2137E0;
  padding: 5% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.worries__heading {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.worries__container {
  width: 90%;
  height: auto;
  background-color: #eaeef2;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  margin-top: 20px;
}
.worries__three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.worries__img {
  width: 20%;
  margin-top: -20px;
  margin-right: 10%;
}
.worries__text {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 0.95rem;
}
@media screen and (min-width: 768px) {
  .worries {
    padding: 3rem;
  }
  .worries__heading {
    font-size: 3rem;
    margin-bottom: 2rem;
    line-height: 3rem;
  }
  .worries__three {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .worries__container {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 1%;
    margin-top: 0px;
    margin: 0 1%;
  }
  .worries__img {
    height: 100px;
    width: auto;
    margin-top: -50px;
    margin-right: 10%;
  }
  .worries__text {
    text-align: center;
    margin: 1rem 0;
    font-size: 0.9rem;
  }
}
/* ----------------------------
    このようなお悩み
----------------------------*/
.declaration {
  width: 100%;
  height: auto;
  background-image: url(../img/declaration_bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.7rem 0;
}
.declaration__container {
  width: 90%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1rem 0;
}
.declaration__text {
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0.2rem 0;
}
.declaration__heading {
  font-size: 2rem;
  display: inline;
  color: #FFFFFF;
  background: linear-gradient(transparent 0%, #2137E0 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 3rem;
  font-weight: 900;
  padding: 0 0.4rem;
}
.declaration__heading--small {
  font-size: 1.5rem;
  display: inline;
  color: #FFFFFF;
  background: linear-gradient(transparent 0%, #2137E0 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 3rem;
  font-weight: 900;
  padding: 0 0.4rem;
}
@media screen and (min-width: 768px) {
  .declaration__heading {
    font-size: 2.7rem;
    display: inline;
    color: #FFFFFF;
    background: linear-gradient(transparent 0%, #2137E0 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 4.2rem;
    font-weight: 900;
    padding: 0 0.4rem;
  }
  .declaration__heading--small {
    font-size: 2.5rem;
    display: inline;
    color: #FFFFFF;
    background: linear-gradient(transparent 0%, #2137E0 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 4.9rem;
    font-weight: 900;
    padding: 0 0.4rem;
  }
  .declaration__container {
    width: 900px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 1.5rem 0;
  }
  .declaration__text {
    font-size: 2rem;
    font-weight: 800;
    margin: 0.2rem 0;
  }
  .declaration__heading {
    font-size: 4.7rem;
    line-height: 10.5rem;
    padding: 0 1rem;
  }
}
/* ----------------------------
    人材派遣が選ばれる理由
----------------------------*/
.haken__Container {
  border-radius: 7px;
  margin-bottom: 35px;
  position: relative;
  padding: 0em 0rem;
  text-align: left;
}
.haken__inner__Container {
  width: 90%;
  margin: 1rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .haken__Container {
    border-radius: 7px;
    margin-bottom: 35px;
    position: relative;
    padding: 0em 0rem;
    text-align: left;
  }
  .haken__inner__Container {
    width: 900px;
    margin: 4rem auto 0 auto;
  }
}
table.haken_hikaku tr:first-child th {
  border-top: initial;
  font-size: 1.2rem;
}
.hikaku_bg_clr td {
  background-color: #FCFCFC;
}
table.haken_hikaku tr td {
  padding: 5px;
}
.haken_hikaku td:nth-child(2), .haken_hikaku td:nth-child(3) {
  text-align: right;
}
.haken_hikaku sup {
  font-size: 0.5rem;
  font-weight: 600;
}
.haken_hikaku_sml {
  font-size: 0.7rem;
}
.list_check {
  padding: 0px;
  margin: 10px;
  list-style: none;
  background-color: #D1F3FB;
  border-radius: 10px;
  padding: 1rem;
}
.list_check > li {
  position: relative;
  padding: 0px 0px 0px 2.5rem;
  margin: 0px;
  font-size: 1.5rem;
}
.list_check > li::before, .list_check > li::after {
  position: absolute;
  top: 50%;
  height: 1em;
  content: "";
}
.list_check > li::before {
  left: 0px;
  transform: translateY(-50%);
  width: 1em;
  border: 1px solid #FF0000;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.list_check > li::after {
  left: 0.5em;
  transform: translateY(-75%) rotate(45deg);
  width: 0.5em;
  border-bottom: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
}
.list_check > li + li {
  margin: 0.5rem 0px 0px;
}
.intro__dot {
  width: 16px;
  margin: 20px auto;
}
/* ----------------------------
    三つの強み
----------------------------*/
.strengths {
  text-align: center;
  margin: 1.6rem 0;
}
.strengths__heading {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
}
.strengths__heading--english {
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.strenghts__threeContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.strengths__container {
  width: 90%;
  border-radius: 7px;
  margin-bottom: 35px;
  position: relative;
  padding: 0em 0rem;
  text-align: left;
}
.strengths__count {
  position: absolute;
  top: -40px;
  left: -10px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  color: #0012ff;
}
.strenthgs__container--img {
  width: 100%;
}
.strenghts__container--heading {
  display: inline;
  color: #FFFFFF;
  background: linear-gradient(transparent 0%, #12131d 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 1.6rem;
  line-height: 3.1rem;
  padding: 0 0.3rem;
}
.strenghts__container--heading br {
  display: none;
}
.strengths__container--text {
  font-size: 0.76rem;
  margin: 1rem 0;
  position: relative;
  margin-left: 20px;
  font-weight: 500;
  line-height: 1.5rem;
}
.strengths__container--text:before {
  content: "";
  display: inline-block;
  width: 1.4px;
  height: 100%;
  background-color: #5e5e5f;
  position: absolute;
  margin-left: -16px;
}
@media screen and (min-width: 768px) {
  .strengths {
    margin: 3rem 0;
  }
  .strengths__heading {
    font-size: 2.7rem
  }
  .strenghts__threeContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: 1100px;
    margin: 4rem auto 0 auto;
  }
  .strengths__container {
    width: 32%;
  }
  .strengths__count {
    font-size: 3rem;
    top: -40px;
    left: -20px;
  }
  .strenghts__container--heading {
    display: inline;
    color: #FFFFFF;
    background: linear-gradient(transparent 0%, #12131d 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 2rem;
    line-height: 3.4rem;
    padding: 0 0.3rem;
  }
  .strenghts__container--heading br {
    display: block;
  }
}
.company_layout th, .company_layout td {
  padding: 1rem;
}

.koshin {
  font-size: 80%;
  color: #FF8002;
  font-weight: 500;
}
/* ----------------------------
    BTN
----------------------------*/
.archive {
  text-align: center;
  background-color: #141727;
  padding: 5% 0;
  color: #FFFFFF;
}
.archive__heading {
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
.archive__heading--english {
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.archive__threeContainer {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding: 0 0;
  max-width: 1500px;
}
.archive__container {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.archive__container--heading {
  color: #FFFFFF;
  font-size: 1rem;
  margin: 1rem 0;
}
.archive__container--text {
  color: #FFFFFF;
  font-size: 0.7rem;
  line-height: 1.3rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
}
.archive__container--img {
  width: 100%;
}
.archive__container--flex {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .archive {
    padding: 3rem 0 3rem 0;
  }
  .archive__container--img {}
  .archive__container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  .archive__container--flex {
    display: flex;
    flex-direction: row;
    width: 1200px;
  }
  .archive__container--sentense {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .archive__heading {
    font-size: 3rem;
    letter-spacing: 0.5rem;
  }
  .archive__container--column {
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
  }
  .archive__container--heading {
    font-size: 2rem;
  }
  .archive__container--text {
    font-size: 1rem;
  }
}
/* ----------------------------
    five
----------------------------*/
.fiveicon {
  background-color: #141727;
  padding: 5% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
.fiveicon__heading {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.fiveicon__heading_haken {
  font-size: 1.5rem;
  font-weight: 900;

  margin-top: 1.3rem;
  margin-bottom: 1rem;
	line-height: 1.2;
}
.fiveicon__heading--english {
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.fiveicon__fivecontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fiveicon__fivecontainer--two {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95%;
}
.fiveicon__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid #FFFFFF 1px;
  margin: 5px;
  text-align: center;
  font-size: 0.8rem;
}
.fiveicon__img {
  width: 30%;
  margin-bottom: 0.3rem;
}
.fiveicon__container span {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fiveicon__heading_haken {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
  }
  .fiveicon__fivecontainer {
    flex-direction: row;
    margin: 0;
  }
  .fiveicon__fivecontainer--two {
    width: 100%;
  }
  .fiveicon__heading {
    font-size: 3rem
  }
  .fiveicon {
    padding: 4rem;
  }
  .fiveicon__heading {
    margin-top: 0rem;
  }
  .fiveicon__container span {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .fiveicon__container {
    width: 140px;
    height: 140px;
  }
}
/* ----------------------------
voice
----------------------------*/
.voice {
  text-align: center;
  padding: 1.6rem 0;
  background-image: url(../img/voice_bg.webp);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.voice__heading {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
}
.voice__heading--english {
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.voice__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.6rem 1rem;
  position: relative;
}
.voice__name--company {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.voice__name--company02 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.voice__container::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #e2e2e2;
  position: absolute;
  bottom: -30px;
}
/*.voice__name--company::before {
  content: "株式会社中村建設";
  font-size: 0.7rem;
  font-weight: 400;
  margin-right: 1rem;
}
.voice__name--company02::before {
  content: "株式会社長沼組";
  font-size: 0.7rem;
  font-weight: 400;
  margin-right: 1rem;
}*/
.voice__img {
  width: 70%;
  height: auto;
  margin-bottom: 1rem;
}
.voice__text {
  display: inline-block;
  font-weight: 600;
  text-align: left;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .voice {
    text-align: center;
    padding: 5rem 0;
    background-image: url(../img/voice_bg.jpg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .voice__heading {
    font-size: 3rem;
  }
  .voice__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 2rem 1rem 0 1rem;
    width: 1000px;
  }
  .voice__name {
    width: 40%;
    flex-direction: column;
    align-items: start;
  }
  .voice__name--company {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .voice__name--company02 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .voice__text {
    font-weight: 400;
    display: inline-block;
    width: 50%;
  }
  .voice__img {
    width: 100%;
    height: auto;
    margin-bottom: 0rem;
  }
  .reverse {
    flex-direction: row-reverse;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .reverse::after {
    display: none;
  }
}
/* ----------------------------
社長挨拶
----------------------------*/
.presidentCall {
  text-align: center;
  background-image: url(../img/archieve_bg.jpg);
  padding: 2rem 0;
}
.presidentCall__heading, .info__heading {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
}
.presidentCall__heading--english, .info__heading--english {
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #FFFFFF;
}
.president {
  background-color: #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem;
}
.president__aboutus {
  display: none;
}
.president__heading {
  font-weight: 800;
  font-size: 1.2rem;
  margin: 1.5rem 1rem;
  line-height: 3rem;
}
.president__sign {
  position: absolute;
  width: 140px;
  right: 0;
  top: 40px;
}
.president__img {}
.president__left {
  position: relative;
}
.president__text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4rem;
}
@media screen and (min-width: 768px) {
  .president {
    padding: 2rem 0;
  }
  .presidentCall {
    display: none;
  }
  .president__container {
    display: flex;
    flex-direction: row;
    width: 1100px;
    justify-content: space-around;
    position: relative;
  }
  .president__img {
    width: 50%;
    height: 50%;
  }
  .president__heading {
    font-size: 2.6rem;
    margin: 0 0;
  }
  .president__heading--small {
    font-size: 1.6rem;
  }
  .president__left {
    width: 40%;
    position: static;
  }
  .president__sign {
    left: -300px;
    top: 340px;
    width: 25%;
  }
}
/* ----------------------------
    おしらせ
----------------------------*/
.info {
  padding: 2rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.archive__heading {
  font-size: 3rem;
  letter-spacing: 0.5rem;
}
.info__table {
  background-color: #fff;
  margin-bottom: 10px;
}
.info__container {
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem 0.5rem;
  position: relative;
}
.info__img {
  width: 100%;
}
.info__contents--text {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.info__text--date {
  font-size: 11px;
  font-weight: 500;
}
.info__text--title {
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.info__text--detail {
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: left !important;
  letter-spacing: 0rem;
}
.info__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #323232;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .info__text--title {
    font-size: 1.5rem;
  }
  .info__heading {
    font-size: 2.6rem;
    letter-spacing: 0.5rem;
    color: #FFFFFF;
    margin-top: 1rem;
  }
  .info__heading--english {
    font-size: 0.5rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 3rem;
  }
  .info .info__table {
    width: 1100px;
  }
  .info__container {
    flex-direction: row;
    align-items: center;
  }
  .info__img {
    width: 200px;
  }
  .info__contents {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 2rem;
  }
  .info__contents--text {
    font-size: 1rem;
    text-align: left;
    margin: 0;
  }
  .info__container::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #323232;
    position: absolute;
    bottom: 0;
  }
  .info__table img.attachment-post-thumbnail {
    width: 180px !important;
    height: 180px !important;
    object-fit: cover;
    margin-right: 0.5rem;
    border: solid 1px #e7e7e7;
  }
}
/* ----------------------------
    おしらせ
----------------------------*/
.company {
  background-color: #222592;
  padding: 2rem 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company__heading {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
}
.company__heading--english {
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #FFFFFF;
}
.company__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0 0;
}
.company__logo {
  width: 60%;
  margin-bottom: 2rem;
}
.company__location {
  color: #FFFFFF;
  font-size: 0.7rem;
  margin-bottom: 2rem;
}
.company__location--white {
  background-color: #FFFFFF;
  font-size: 0.6rem;
  color: #12131d;
  text-align: center;
  padding: 0rem;
  width: 20%;
  border: 10px solid #222592;
}
.company__location th, .company__location td {
  padding: 0.5rem;
  border: 10px solid #222592;
}
.company__map {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .company__heading {
    margin-top: 1rem;
    font-size: 2.5rem;
  }
  .company__container {
    width: 1100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 3rem 0;
  }
  .company__map {
    width: 60%;
    height: 500px;
  }
  .company__text {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .company__logo {
    width: 300px;
    margin-bottom: 2rem;
  }
}
/* ----------------------------
    contact
----------------------------*/
.contact {
  /*  background-image: url(../img/contact__bg.jpg);*/
  background-color: #141727;
  background-size: cover;
  background-position: center;
  padding: 2rem 0%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact__box {
  background-color: #ffffff;
  border: solid 3px #66656d;
  width: 95%;
}
.contact__heading {
  position: relative;
}
.contact__heading::after {
  content: '';
  width: 70%;
  height: 1px;
  display: inline-block;
  background-color: #337ab7;
  top: 10rem;
  margin-bottom: 4px;
  margin-left: 5px;
}
.contact__left {
  padding: 1rem;
}
.contact__man {
  display: none;
}
.contact__tel {
  font-size: 2.8rem;
  font-weight: 800;
  color: #3e40f9;
  margin-bottom: 1rem;
  letter-spacing: 0.05rem;
}
.contact__time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contact__time--black {
  display: inline-block;
  background-color: #141727;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  width: 40%;
  height: auto;
}
.contact__time--right {
  display: inline-block;
  height: 100%;
  width: 60%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  position: relative;
}
.contact__btn img {
  width: 1.1rem;
  margin-right: 0.5rem;
}
.contact__btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__box {
    background-color: #ffffff;
    border: solid 3px #66656d;
    width: 900px;
    display: flex;
    justify-content: space-between;
  }
  .contact__man {
    display: block;
    width: 35%;
    height: 35%;
  }
  .contact__left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact__tel {
    font-size: 4rem;
    margin-bottom: 0;
  }
  .contact__time--right {
    display: inline-block;
    height: 100%;
    width: 60%;
    font-size: 2rem;
    font-weight: 700;
    text-align: right;
    position: relative;
  }
  .contact__time--right::before {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------
 common
----------------------------*/
*, ul, ol, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
p img {
  text-align: center !important;
  margin: auto;
}
em {
  font-style: normal !important;
  color: #D01126 !important;
}
.fa-twitter::before, .fa-twitter-square::before {
  font-family: vk_sns;
  content: "\e606";
}
/* 強制的にstrongタグを最大限太字にする - reset.cssを上書き */
html body section#content strong,
html body .wrapper #content strong,
html body div#content strong,
html body #content p strong,
html body #content strong,
html body strong,
body strong,
strong {
  font-weight: 900 !important;
  font-weight: bolder !important;
  font-weight: black !important;
}

/* さらに具体的な指定 */
* strong {
  font-weight: 900 !important;
}

/* 最終手段 - インラインスタイル級の優先度 */
strong[style*="font-weight"],
strong:not([style]) {
  font-weight: 900 !important;
}

/* デバッグ用 - strongタグが見つかったら背景色を変更 */
strong {

  font-weight: 900 !important;
  font-family: Arial, sans-serif !important;
}
* em {
  font-style: normal !important;
color: red !important;
font-weight: 900 !important;
}
.clear-both {
  clear: both;
}
.more-link {
  display: none;
}
#pankuzu, #pankuzu a {
  font-size: 0.7rem;
}
a:active, a:hover, a:focus, a:visited {
  outline: none;
}
a img {
  opacity: 1.0;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.8;
  transition: .3s;
  text-decoration: none;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.full {
  width: 100%;
}
.bold {
  font-weight: bold;
}
.m0-0-0-10 {
  margin: 0 0 0 10px;
}
.mar0 {
  margin-bottom: 0px !important;
}
.mar10 {
  margin-bottom: 10px !important;
}
.mar20 {
  margin-bottom: 20px !important;
}
.mar30 {
  margin-bottom: 30px !important;
}
.mar40 {
  margin-bottom: 40px !important;
}
.mar50 {
  margin-bottom: 50px !important;
}
.mar60 {
  margin-bottom: 60px !important;
}
.mar70 {
  margin-bottom: 70px !important;
}
.mar80 {
  margin-bottom: 80px !important;
}
.mar90 {
  margin-bottom: 90px !important;
}
.mar100 {
  margin-bottom: 100px !important;
}
.marR20 {
  margin-right: 20px !important;
}
.marR30 {
  margin-right: 30px !important;
}
.marR40 {
  margin-right: 40px !important;
}
.marR50 {
  margin-right: 50px !important;
}
img.newTab {
  position: relative;
  width: 20px;
  top: -10px;
  left: 10px;
}
footer img.newTab {
  width: 14px;
  top: -7px;
  left: 10px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.slider-pro {
  position: fixed !important;
}
_:-ms-fullscreen, :root .slider-pro {
  z-index: 0;
}
.slider-pro.is-animation {
  opacity: 0.3;
  background-color: #000;
}
.sp-buttons {
  display: none;
}
.top-head {
  margin-top: 0px;
}
@media screen and (min-width: 780px) {
  .top-head {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
.wrapper {
  background-color: #FFF;
  padding-top: 20px;
}
/*---------------------------
 main
----------------------------*/
/*画像中央合わせ*/
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wrapper {
    background-color: #FFF;
    width: 1100px;
    margin: 20px auto 0px auto;
    padding-top: 20px;
  }
  .inner-wrapper {
    padding: 2rem;
  }
}
#mainImage {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mainImage img {
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mainText {
  position: fixed;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#mainText.is-animation {
  display: none;
}
main {
  width: 100%;
  /*min-height: 1000px;*/
  overflow: hidden;
  position: relative;
  background: #FFF;
}
_:-ms-fullscreen, :root main #thought {
  margin-top: 700px;
}
_:-ms-fullscreen, :root main #service {
  padding-top: 40px;
  margin-top: 0px;
}
#video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#video video {
  width: 100%;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.meshBG {
  width: 100%;
  background: url("../img/top/bg_mesh_re.png");
  position: absolute;
  top: 0px;
  z-index: 0;
  min-height: 1440px;
}
#copyText {
  position: absolute;
  bottom: 20vh;
  left: 10%;
  margin: auto;
  width: 650px;
}
main .topImage {
  height: 88vh;
  overflow: hidden;
  position: relative;
}
main .topImage .catchcopy {
  position: absolute;
  top: 280px;
  top: 230px;
  left: 120px;
  left: 11%;
  margin: auto;
  width: auto;
  color: #FFF;
  font-size: 60px;
  font-size: 52px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  z-index: 100;
}
main .topImage .catchcopy span {
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  margin-top: 10px;
}
.scroll {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  width: 60px;
  margin: 0 auto;
  text-align: center;
}
.scroll a {
  color: #FFF;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 5px 0 0;
  height: 55px;
}
.scroll::after {
  position: absolute;
  content: "↓";
  color: rgb(255, 255, 255);
  height: 10px;
  top: 20px;
  left: 0px;
  right: 0px;
  margin: auto;
  pointer-events: none;
}
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
  will-change: transform;
}
.keyframe {
  animation-name: anim_v;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
a.more {
  border-radius: .5rem;
  color: #44ad4e;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 300px;
  padding: 1rem;
  background: #FFF;
  border: 2px solid #44ad4e;
  -webkit-transition: .3s color, .3s border-color, .3s background;
  -moz-transition: .3s color, .3s border-color, .3s background;
  -ms-transition: .3s color, .3s border-color, .3s background;
  -o-transition: .3s color, .3s border-color, .3s background;
  transition: .3s color, .3s border-color, .3s background;
}
a:hover.more {
  color: #FFF;
  border-color: #44ad4e;
  background: #44ad4e;
}
.lowerSectionTop .sectionInner, .topService .sectionInner {
  position: relative;
  max-width: 100%;
}
.lowerSectionTop .sectionInner {
  min-height: 500px;
}
.noImgSectionTop {
  padding: 40px 0 0 0 !important;
}
.lowerSectionTop .topPhoto, .topService .topPhoto {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.topWorks {
  padding: 0;
  background: #F8F8F8;
  margin-bottom: 0px;
  border-top: 3px solid #44ad4e;
  border-bottom: 3px solid #44ad4e;
}
.topWorks p {
  margin-bottom: 40px;
}
.topWorks .swiper-container {
  margin-bottom: 60px;
}
.tab {
  margin-bottom: 40px;
}
.tab li {
  color: #FFF;
  font-size: 20px;
  width: calc(25% - 2px);
  background: #1b3e90;
  padding: 10px;
  float: left;
  margin-right: 2px;
  cursor: pointer;
  transition: .5s;
}
.tab li.select {
  background: #44ad4e;
  transition: .5s;
}
.content li {
  display: flex;
  flex-wrap: wrap;
}
.content li.hide {
  display: none;
  transition: .5s;
}
.content li dl {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 40px;
}
.content li dl dt, .content li dl dd {
  flex: 0 0 50%;
}
.content li dl dd {
  padding-right: 20px;
}
.content li dl dt img {
  width: 300px;
  height: 200px;
}
.content li dl dd h3 {
  margin-bottom: 20px;
}
.topStaff {
  margin-top: 0px;
  padding-top: 10px;
}
.topStaff .sectionInner {
  position: relative;
  width: 1360px;
  max-width: 100%;
  padding: 60px 0px 0px 20px;
  background: url("../img/top/staffing.jpg") no-repeat;
  background-position: left center;
  background-size: 65%;
  background: none;
}
.topStaff div {
  width: 30%;
  margin-left: 70%;
  text-align: left;
}
.topStaff div p {
  margin-bottom: 40px;
}
.topStaff div.right {
  text-align: right;
}
.topStaff .topPhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  z-index: 0;
  margin-left: 0;
  overflow: hidden;
}
.topNews {
  width: 100%;
  height: auto;
  padding: 60px 0 40px;
  padding: 110px 0 40px;
  background: #F8F8F8;
  margin-top: 50px;
}
.topNews .sectionInner {
  width: 1400px;
  max-width: 100%;
  padding: 0 20px;
}
.topNews ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.topNews ul li {
  flex: 0 0 30%;
  text-align: left;
  padding: 0;
}
.topNews ul li:nth-child(2) {
  flex: 0 0 35%;
  margin: 0 calc(2.5% - 1px);
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.topNews ul li:nth-child(2) p, .topNews ul li:nth-child(2) span {
  margin: 0 25px 10px;
}
.topNews .date {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  background: #44ad4e;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.topNews p {
  color: #1b3e90;
  font-size: 14px;
  text-align: left;
}
.topNews p a:hover {
  color: #44ad4e;
  text-decoration: underline !important;
}
.topNews a.more {
  font-size: 14px;
  font-weight: 600;
  width: 180px;
  padding: 5px 0;
  border: 2px solid #44ad4e;
}
.companyMenu, .topMenu {
  padding: 0;
  background: #FFF;
}
.companyMenu.bgGray {
  background: #F8F8F8;
  padding-bottom: 100px;
  margin-bottom: -100px;
}
.companyMenu {
  padding-top: 40px;
}
.companyMenu .sectionInner, .topMenu .sectionInner {
  width: 1400px;
  max-width: 100%;
}
.companyMenu ul, .topMenu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.topMenu ul.sp {
  display: none;
}
.topMenu ul li {
  width: 25%;
  width: 100%;
  height: 340px;
  height: 300px;
}
.companyMenu ul li {
  width: calc(20% - 10px);
  height: 130px;
  margin-right: 12.5px;
}
.companyMenu ul li:last-child {
  margin-right: 0;
}
.companyMenu ul li a, .topMenu ul li a {
  display: block;
  color: #FFF;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  padding: 150px 0px 0px 50px;
  padding: 120px 0px 0px 50px;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: .3s opacity;
  -moz-transition: .3s opacity;
  -ms-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
}
.companyMenu ul li a {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  padding: 40px 0px 0px 30px;
}
.companyMenu ul li a span.mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.companyMenu ul li a p {
  position: absolute;
}
.companyMenu ul li a span, .topMenu ul li a span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.companyMenu ul li a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.topMenu ul li:nth-child(1) a {
  background-image: url("../img/top/accessTopBG.jpg");
}
.topMenu ul li:nth-child(2) a {
  background-image: url("../img/top/keywordTopBG.jpg");
}
.topMenu ul li:nth-child(3) a {
  background-image: url("../img/top/partnerTopBG.jpg");
}
.topMenu ul li:nth-child(4) a {
  background-image: url("../img/top/icareTopBG.jpg");
}
.companyMenu ul li:nth-child(1) a {
  background-image: url("../img/lower/outline.jpg");
}
.companyMenu ul li:nth-child(2) a {
  background-image: url("../img/lower/greeting.jpg");
}
.companyMenu ul li:nth-child(3) a {
  background-image: url("../img/lower/business.jpg");
}
.companyMenu ul li:nth-child(4) a {
  background-image: url("../img/lower/safety.jpg");
}
.companyMenu ul li:nth-child(5) a {
  background-image: url("../img/lower/access.jpg");
}
.companyMenu ul li a:hover, .topMenu ul li a:hover {
  opacity: 0.7;
}
.footerContact {
  padding: 10px 0 10px;
  margin: 0px auto !important;
  background-color: #E6E6E6;
  background-attachment: fixed;
}
.lower .footerContact {
  margin-top: 0px !important;
}
.footerContact ul {
  width: 1000px;
  max-width: 100%;
  margin: 20px auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.footerContact ul li {
  flex: 0 0 50%;
  text-align: center;
  border-right: 1px solid #CCC;
}
.footerContact ul li:last-child {
  margin-left: -1px;
  border-right: 0;
}
.footerContact ul li h6 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footerContact ul li h6 span {
  display: block;
  color: #1b3e90;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
}
.footerContact ul li:first-child h6 span {
  color: #44ad4e;
}
.footerContact ul li img {
  width: 40px;
  margin-bottom: 20px;
}
.footerContact ul li p span {
  color: #1a3e90;
  color: #44ad4e;
  font-size: 24px;
  font-weight: bold;
}
.footerContact ul li p a {
  margin: 30px 0 8px;
  padding: 10px 30px;
  font-size: 18px;
}
.footerContact .mes {
  font-weight: bold;
}
.footerContact a.more {
  color: #1b3e90;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border-color: #1b3e90;
}
.footerContact a:hover.more {
  color: #FFF;
  border-color: #1b3e90;
  background: #1b3e90;
}
.fadebox {
  opacity: 0;
  transform: translate(0px, 300px);
  -webkit-transform: translate(0px, 300px);
  transition: 1.5s;
}
.fadeboxL {
  opacity: 0;
  transform: translate(-300px, 0px);
  -webkit-transform: translate(-300px, 0px);
  transition: 1.5s;
}
.fadeboxR {
  opacity: 0;
  transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transition: 1.5s;
}
.fade-stop {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
main section {
  position: relative;
  width: 100%;
  margin: 0px auto 0px auto;
}
.lower main section {
  margin: 0 auto;
}
.lower main section:first-child {
  padding: 100px 0 80px;
}
main section .sectionInner {
  width: 1400px;
  max-width: 100%;
  margin: 40px auto 20px auto;
  padding: 0 20px;
}
.lower main section .sectionInner {
  width: 1360px;
  padding: 0px;
}
main section .lowerSectionTop {
  height: 500px;
}
.breadcrumbs {
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  background: #597D8C;
  background: #47acda;
  background: #2e91be;
  padding: 10px 0px;
  text-align: left;
}
.breadcrumbs ol {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0px !important;
  text-align: left;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs ol li {
  display: inline;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.breadcrumbs ol li::after {
  content: '>';
  margin: 0px 8px;
}
.breadcrumbs ol li:last-child::after {
  display: none;
}
.breadcrumbs ol li a {
  color: #FFF !important;
}
form {
  display: inline;
}
input.submit:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
table {
  width: 100%;
  margin: 0px auto;
  font-size: 14px;
  text-align: left;
  border-spacing: 0px;
}
table tr.head td {
  font-weight: normal !important;
  color: #FFF !important;
  background: #47acda !important;
  border-right: 2px solid #FFF !important;
  border-bottom: none;
}
table tr.even th {
  background: #F2F2F2 !important;
}
table tr.even td {
  background: #F2F2F2 !important;
}
.caution {
  color: #E91E63;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.must {
  display: block;
  border: none !important;
  padding: 2px 10px !important;
  float: left;
  margin: 0px 5px;
  border-radius: 3px !important;
  background-color: #1059a9 !important;
}
.option {
  display: block;
  border: none !important;
  padding: 2px 10px !important;
  font-size: 12px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 3px;
  background-color: #DDD;
}
form#mailformpro dl {
  width: 940px;
  margin: 0 auto;
}
form#mailformpro dl dt {
  font-size: 16px !important;
}
form#mailformpro dl dd {
  width: 740px;
  padding: 10px 5px 10px 100px !important;
}
form#mailformpro dl dd p {
  margin-top: 10px;
}
:placeholder-shown {
  color: #CCC;
}
::-webkit-input-placeholder {
  color: #CCC;
}
:-ms-input-placeholder {
  color: #CCC;
}
.mfp_colored {
  background-color: #FFF !important;
}
form#mailformpro label.mfp_not_checked {
  padding: 0px !important;
  border: none !important;
}
form#mailformpro label.mfp_checked {
  padding: 0px !important;
  border: none !important;
  background: none !important;
}
form#mailformpro input {
  vertical-align: initial;
}
form#mailformpro label {
  font-size: 140%;
}
div.mfp_err {
  padding: 3px 0px 5px 20px !important;
  background-position: 0px 7px !important;
}
table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 25% !important;
}
table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
  width: 75% !important;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
  padding: 10px 40px !important;
}
#recruit .mfp_element_button {
  border: solid 1px #CCC;
  background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
.contact .mfp_element_submit, .contact .mfp_element_reset, .contact .mfp_element_button {
  padding: 10px 50px;
  border: solid 1px #CCC;
  background: #E0E0E0;
  font-size: 20px;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
  background: #E0E0E0 !important;
  box-shadow: none !important;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  font-size: 16px !important;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 8px;
  opacity: 0.9;
}
.thanks {
  padding-top: 50px;
}
form.pc {
  display: inline-block;
  height: 80px;
}

@media screen and (max-width: 1200px) {
  .mw_wp_form td {
    height: fit-content !important;
  }
  .inner-wrapper {
    width: 95% !important;
    margin: 20px auto 0px auto !important;
    padding-top: 20px !important;
  }
  .mw_wp_form th {
    display: block;
    width: 100% !important;
    border: 0px solid #fff !important;
  }
  .mw_wp_form td {
    width: 100% !important;
    border: 0px solid #fff !important;
    display: block;
  }
  span.sp {
    display: inline-block;
  }
  footer .footerMain .footerInner img.newTab {
    width: 14px;
    top: -7px;
    left: 5px;
  }
  #video {
    position: relative;
    max-height: 667px;
  }
  #copyText {
    position: absolute;
    top: 45vh;
    bottom: unset;
    left: 10px;
    margin: auto;
    width: calc(100% - 20px);
  }
  main {
    padding-top: 0px;
  }
  main.lower {}
  main section {
    width: 100%;
    margin: 0px auto;
    background: #FFF;
  }
  .lower main section {
    padding: 30px 0;
  }
  main section .sectionInner {
    width: auto;
    padding: 0px 20px;
  }
  .lower main section .sectionInner, .lower .service .sectionInner {
    padding: 0px 20px;
  }
  .topNews {
    padding: 50px 0 40px;
  }
  .topNews ul {
    display: block;
    text-align: left;
  }
  .topNews ul li {
    margin-bottom: 20px;
  }
  .topNews ul li:nth-child(2) {
    margin: 0 0 20px;
    border: none;
  }
  .topNews ul li:nth-child(2) p, .topNews ul li:nth-child(2) span {
    margin: 0;
  }
  a.more {
    display: block;
    font-size: 15px;
    width: 180px;
    margin: 0 auto;
    padding: 5px 0;
    border: 2px solid #44ad4e;
  }
  .topService {
    padding-top: 10px;
  }
  #topService p {
    margin-bottom: 20px;
  }
  .lowerSectionTop p, .topService p {
    width: 100%;
    margin-bottom: 0px;
  }
  p.textOnly {
    margin-bottom: 0;
  }
  .noImgSectionTop p.textOnly {
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .lower .lowerSectionTop .sectionInner, .lower .topService .sectionInner, .topService .sectionInner, .topStaff .sectionInner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 20px 0 0 0;
    position: relative;
  }
  .noImgSectionTop {}
  .lower .lowerSectionTop .sectionInner {
    min-height: auto;
  }
  .noImgSectionTop .sectionInner {
    min-height: auto;
  }
  .lowerSectionTop .topPhoto, .topService .topPhoto, .topStaff .topPhoto {
    width: 72%;
    height: 70%;
    position: relative;
    margin-left: 28%;
    margin-bottom: 20px;
  }
  .topStaff .topPhoto {
    margin-left: 0;
    margin-right: 28%;
  }
  .topStaff div {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .topWorks .swiper-container {
    margin-bottom: 40px;
  }
  .topMenu {
    padding: 30px 0;
    margin-top: 0;
    background: url("../img/top/menuBG.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .topMenu ul.pc {
    display: none;
  }
  .topMenu ul.sp {
    display: block;
  }
  .topMenu ul li {
    width: 100%;
    height: 80px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .topMenu ul li:last-child {
    margin-bottom: 0;
  }
  .topMenu ul li a {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0px 0px 25px;
  }
  .topMenu ul li:nth-child(1) a {
    background-image: url("../img/top/recruitBnrSP.jpg");
  }
  .topMenu ul li:nth-child(2) a {
    background-image: url("../img/top/accessTopBGSP.jpg");
  }
  .topMenu ul li:nth-child(3) a {
    background-image: url("../img/top/keywordTopBGSP.jpg");
  }
  .topMenu ul li:nth-child(4) a {
    background-image: url("../img/top/partnerTopBGSP.jpg");
  }
  .topMenu ul li:nth-child(5) a {
    background-image: url("../img/top/icareTopBGSP.jpg");
  }
  .companyMenu ul li:nth-child(1) a {
    background-image: url("../img/lower/outlineSP.jpg");
  }
  .companyMenu ul li:nth-child(2) a {
    background-image: url("../img/lower/greetingSP.jpg");
  }
  .companyMenu ul li:nth-child(3) a {
    background-image: url("../img/lower/business.jpg");
  }
  .companyMenu ul li:nth-child(4) a {
    background-image: url("../img/lower/safety.jpg");
  }
  .companyMenu ul li:nth-child(5) a {
    background-image: url("../img/top/accessTopBGSP.jpg");
  }
  .companyMenu.bgGray {
    margin-bottom: -70px;
  }
  .companyMenu ul {
    display: block;
  }
  .companyMenu ul li {
    width: 100%;
    height: 80px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .companyMenu ul li:last-child {
    margin-bottom: 0;
  }
  .companyMenu ul li a {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0px 0px 25px;
  }
  .lower h1 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .lower main section:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .accordionlist {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .accordionlist dt h3 {
    float: left;
    margin: 10px 0px;
    font-size: 16px;
    max-width: 90%;
    text-align: left;
  }
  .accordion_icon span:nth-of-type(1), .accordion_icon span:nth-of-type(2) {
    top: 30px;
  }
  .breadcrumbs ol {
    padding-left: 20px !important;
  }
  .breadcrumbs ol li a {
    font-size: 12px;
  }
  .breadcrumbs ol li::after {
    content: '>';
    margin: 0px 2px;
  }
  .footerContact {
    padding: 10px 0 40px;
    background-position: center center;
    background-size: cover;
  }
  .lower .footerContact {
    margin-top: 0px !important;
  }
  .footerContact {
    background: none;
  }
  .footerContact {
    background-size: initial;
    background-position: top center;
  }
  .footerContact ul {
    padding: 30px 0;
    display: block;
  }
  .footerContact ul li {
    flex: 0 0 50%;
    text-align: center;
    border-right: none;
    margin-bottom: 30px;
  }
  .footerContact ul li h6 {
    font-size: 18px;
  }
  .footerContact ul li p a.more {
    margin: 0px auto 10px;
    padding: 5px 0px;
    font-size: 14px;
    width: 190px;
  }
  .footerContact ul li:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .tab li {
    color: #FFF;
    font-size: 16px;
    background: #1b3e90;
    padding: 5px 5px 5px 0px;
    float: left;
    margin-right: 2px;
    cursor: pointer;
    transition: .5s;
  }
  .content li {
    display: block;
  }
  .content li dl {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .content li dl dt {
    flex: 0 0 100px;
    margin-right: 5%;
  }
  .content li dl dd {
    flex: 0 0 calc(100% - 120px);
    padding-right: 0;
  }
  .content li dl dd h3 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .content li dl dd p {
    font-size: 13px;
    line-height: 1.4;
  }
  .content li dl dt img {
    width: 100px;
    height: 67px;
  }
  .news .date {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    background: #44ad4e;
    padding: 2px 10px;
    margin-right: 0px;
  }
  form#mailformpro dl {
    width: 100%;
    margin: 0 auto;
  }
  form#mailformpro dl dt {
    font-size: 14px !important;
    text-align: left !important;
    float: none !important;
    width: 100% !important;
  }
  form#mailformpro dl dd {
    width: 100%;
    padding: 10px 0px 10px 0px !important;
    border: none !important;
  }
  .must, .option {
    padding: 1px 5px !important;
    font-size: 12px !important;
    margin: 0px 10px 0px 5px !important;
  }
  table {
    border-spacing: 0px;
    margin: 10px auto;
  }
  .accordionlist dt {
    padding: 10px 0px 10px 20px;
  }
  .accordionlist dt .title {
    font-size: 16px;
    padding-left: 0px;
    width: 90%;
    text-align: left;
  }
  .accordionlist dd {
    font-size: 16px;
    line-height: 2.0;
    padding: 20px 15px 20px 20px;
  }
  .accordion_icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .accordion_icon span {
    width: 70%;
  }
  .pagetop {
    position: fixed;
    bottom: -1px;
    right: -25px;
    opacity: 0.9;
  }
}
/*ドロワーメニューのClose時のスタイルシート */
.drawer {
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  text-align: center;
  background: rgba(0, 165, 153, 0.9);
  background: rgba(27, 62, 144, 0.9);
  padding: 10px 0px 80px;
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 10000;
  opacity: 0;
}
.drawer .logoW {
  width: 150px;
  margin: 30px 0;
}
/* ドロワーメニューの開閉ボタン */
.drbtn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  font-size: 10px;
  padding-bottom: 2px;
  z-index: 10000;
  border-radius: 50%;
  background: rgba(27, 62, 144, 0.8);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(37, 37, 37, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(37, 37, 37, 0.1);
}
/* ハンバーガーボタンを作るスタイルシート */
.hambarg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 20px;
  background: #FFF;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.is-animation .hambarg {
  background: #df051b;
}
.hambarg:nth-child(1) {
  top: 35%;
  left: 50%;
}
.hambarg:nth-child(2) {
  top: 50%;
  left: 50%;
}
.hambarg:nth-child(3) {
  top: 65%;
  left: 50%;
}
/* ドロワーメニューをOPENにするスタイルシート */
.drawer.action {
  opacity: 1.0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* ボタンをドロワーメニュー内に表示 */
.drbtn.action {
  right: 20px;
}
.drawer.action span {
  color: #FFF;
}
.drawer.action .hambarg {
  background: #333;
}
/* ハンバーガーボタンを「✖」に変える */
.drbtn.action .hambarg:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.drbtn.action .hambarg:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.drbtn.action .hambarg:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer .spLogo {
  width: 50px;
  margin-bottom: 20px;
}
.drawer ul li {
  margin: 0px 0px;
  float: none;
  height: auto;
  padding: 3px 0;
  text-align: center;
}
.drawer ul li a {
  color: #FFF;
  font-size: 18px;
  line-height: 2.0;
  letter-spacing: 0.5px;
  height: auto;
  padding: 0px;
}
/* ----------------------------
    この記事を書いた人
----------------------------*/
.writter {
  padding: 1rem;
  font-size: 1.4rem;
  background-color: #E8E8E8;
  margin: 1rem 0;
}
.writter__left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.writter__right {
  font-size: 1rem;
  margin-left: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.writter__right--tag {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 2rem;
  background-color: #f0f0f0;
  font-weight: 600;
  text-align: center;
}
.writter__right--name {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.writter__right--about {}
@media screen and (min-width: 768px) {
  .writter {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 2rem 0;
    padding: 1rem;
    border: 1px solid #cfcfcf;
  }
  .writter__left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0;
  }
  .writter__right {
    font-size: 1.5rem;
    margin: 0 2rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .writter__right--tag {
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 1rem;
    background-color: #f0f0f0;
    font-weight: 600;
    font-size: 1rem;
  }
  .writter__right--name {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1rem;
  }
  .writter__right--about {
    font-size: 1rem;
  }
}
/* ----------------------------
  応募フォーム
----------------------------*/
.mw_wp_form input, .mw_wp_form textarea {
  padding: 10px;
}
.lp--second__mail {
  width: 100%;
  padding: 0.3rem;
  border: solid 1px #dbdbdb;
  font-size: 1.2rem;
  color: #000000 !important;
  margin: 0rem;
}
input.lp--second__age {
  width: 60px;
  padding: 0.3rem;
  border: solid 1px #dbdbdb;
  font-size: 1.2rem;
  color: #000000 !important;
  margin: 0rem;
}
@media screen and (min-width: 768px) {
  .lp--second__mail {
    width: 100%;
    padding: 1rem;
    font-size: 1.5rem;
  }
  input.lp--second__age {
    width: 60px;
    padding: 1rem;
    font-size: 1.5rem;
  }
}
.effect-affter {
  opacity: 1;
}
/* 建設事業*/
.news__section {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: solid 1px #f0f0f0;
  background-color: rgb(255, 255, 255, 1);
}
.news__subheading {
  flex-flow: column;
  margin: 4em 1rem;
  font-size: .8rem;
  text-align: center;
}
.news__subheading--text {
  font-size: 2.2rem;
  letter-spacing: .1rem;
}
.news__subheading .ribbon-template {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.news__section img {
  width: a;
  height: 135px;
  margin: 0 auto;
  border: solid 1px #e7e7e7;
}
.news__section--title {
  display: block;
  width: 100%;
  margin: 0.2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.news__section--tag {
  width: fit-content;
  padding: 0.2rem;
  background: #efefef;
  font-size: 0.5rem;
}
.news__section--explain {
  display: none;
  font-size: 1rem;
  line-height: 1.9rem;
}
#news {
  padding-bottom: 1rem;
}
/* 　お知らせ*/
.news__section--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news__section--btn {
  display: none;
}
.info__text--excerpt {
  display: none;
}
@media screen and (min-width: 768px), print {
  .news__section {
    display: flex;
    flex-flow: initial;
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: solid 1px #f0f0f0;
    background-color: rgb(255, 255, 255, 1);
  }
  .news__subheading {
    flex-flow: initial;
  }
  .news__section img {
    width: 500px !important;
    height: auto;
    margin-right: 1rem;
    border: solid 1px #e7e7e7;
  }
  .news__section--right {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }
  .news__section--tag {
    width: fit-content;
    margin-top: 0;
    padding: 0.5rem;
    background: #efefef;
    font-size: 1rem;
  }
  .news__section--title {
    display: block;
    margin: auto 0 0.5rem 0;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .news__section--explain {
    display: initial;
    font-size: 1rem;
    width: 100%;
    margin: 0 0 auto 0;
    color: #848484;
    font-weight: 400;
  }
  .news__section--btn {
    width: fit-content;
    margin-bottom: 0;
    margin-left: auto;
    padding: .6rem;
    color: #1D1D1D;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  /* ニュース*/
  .news__section ul {
    width: 1100px;
    max-width: 100%;
    margin: auto;
    text-align: left;
  }
  .news__section ul li {
    margin-bottom: 30px;
  }
  .news__section .date {
    color: #FFF;
    font-size: 16px;
    background: #44ad4e;
    padding: 0px 10px;
  }
  .news__section a:hover .date {
    opacity: 0.7;
  }
  .news__section .newsBody .date {}
  .news__section .newsBody h3 {
    font-size: 20px;
  }
  .news__section .newsBody p {
    font-size: 16px;
    line-height: 2.4;
  }
  .news__section .newsBody a {
    color: #f38f1e;
  }
  .news__section .newsBody a:hover {
    text-decoration: underline !important;
  }
  .news__section .newsList {
    width: 800px;
    max-width: 90%;
  }
  .news__section .newsList span.date {
    color: #44ad4e;
  }
  .news__section .newsList a:hover {
    color: #f38f1e;
    text-decoration: underline !important;
  }
  .info__text--excerpt {
    display: initial;
  }
}
.service ul {
  display: flex;
  flex-wrap: wrap;
}
.service ul li {
  flex: 0 0 23.5%;
  margin-right: 2%;
}
.service ul li:nth-child(4n) {
  margin-right: 0;
}
.service ul li:nth-child(9), .service ul li:nth-child(10) {
  margin-bottom: 0;
}
.service ul li img {
  width: 100%;
}
.service ul li div p {
  font-size: 14px;
  text-align: left;
  text-align: center;
}
.service {
  margin-bottom: 0px !important;
}
.service ul li {
  flex: calc(50% - 5px);
  margin-right: 10px;
}
.service ul li:nth-child(even) {
  margin-right: 0;
}
.service ul li div {
  padding: 5px 5px;
}
.service ul li div p {
  font-size: 12px;
}
.philosophy {
  text-align: center;
  padding: 30px 0;
}
.philosophy p {
  font-size: 14px;
  line-height: 2.4;
}
/* アクセス*/
.accessMain {
  font-size: 16px;
}
.access {
  padding-top: 60px;
  margin-bottom: 80px !important;
}
.access .googleMap {
  float: left;
  width: 960px;
  margin-right: 60px;
}
.access .infoText {
  float: left;
  width: 340px;
  text-align: left;
}
.access h3 {
  color: #1b3e90;
  font-size: 18px;
}
.access p span {
  font-weight: bold;
}
/* ニュース*/
.philosophy {
  padding: 30px 20px 60px;
}
.philosophy p {
  font-size: 16px;
  line-height: 2.4;
}
.lower .about .privacy .sectionInner {
  max-width: 100%;
}
/*.lower main .privacy .sectionInner {
    width: 1100px;
    max-width: calc(100% - 40px);
    padding: 0;
    margin-bottom: 100px;
}*/
.about div {
  text-align: left;
  padding: 50px 0;
}
.about table {
  border-spacing: 3px;
  margin-bottom: 40px;
}
/*table tr th {
  width: 25%;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  vertical-align: top;
  border-bottom: 1px solid #DDD;
}*/
table tr th, table tr td {
  min-width: 80px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 768px) {
  table tr th, table tr td {
 
    padding: 20px;
  }
}
.about table tr th, .about table tr td {
  text-align: left;
  background: #FFF;
  padding: 20px 30px;
}
.about table tr th {
  vertical-align: middle;
  text-align: right;
}
table tr:first-child th, table tr:first-child td {
  border-top: 1px solid #DDD;
}
.greeting ul li {
  padding: 40px 0px;
  text-align: left;
}
.greeting ul li h3 {
  color: #1b3e90;
  font-size: 28px;
  margin-bottom: 20px;
}
.greeting ul li h3 span {
  display: none;
  color: #44ad4e;
  font-size: 14px;
  font-weight: normal;
}
.greeting ul li p {
  font-size: 16px;
  line-height: 2.0;
}
.greeting ul li div img {
  margin-bottom: 30px;
}
.greeting ul li div img {
  width: 630px;
  margin-right: 50px;
}
.greeting ul li div .greetingText {
  width: 680px;
}
.greeting ul li p.ceo {
  color: #1b3e90;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.0;
  margin-top: 15px;
}
.menubox {
  padding-top: 50px;
  margin-left: 100px;
}
.menubox ol li ul li {
  font-weight: normal;
  list-style-type: katakana-iroha;
  margin-left: 50px;
  margin-bottom: 0px;
}
.privacy h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.privacy p {
  margin-bottom: 30px;
}
.privacy h3 {
  font-size: 16px;
}
.keyword .line {
  float: left;
  width: 140px;
  margin-right: 80px;
  text-align: left;
  color: #1b3e90;
  font-size: 24px;
  font-weight: bold;
}
.keyword .line {
  float: none;
  width: calc(100% - 20px);
  margin-right: 0;
  text-align: left;
  color: #1b3e90;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 10px;
}
.lower .about {
  padding-bottom: 0;
}
.about div {
  text-align: left;
  padding: 20px 0;
}
.about table tr th, .about table tr td {
  font-size: 14px;
  text-align: left;
  background: #FFF;
  padding: 10px 10px;
}
.greeting ul li {
  padding: 10px 0px;
  text-align: left;
}
.greeting ul li h3 {
  color: #1b3e90;
  font-size: 18px;
  margin-bottom: 10px;
}
.greeting ul li p {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 20px;
}
.greeting ul li p.ceo {
  color: #1b3e90;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.0;
  margin-top: 0px;
  text-align: right;
  margin-bottom: 20px;
}
.lower main .business {
  margin: 0 auto;
}
.business p {
  font-size: 14px;
  line-height: 2.4;
}
.mtsbox {
  float: none;
  margin-bottom: 30px;
}
.business img {
  padding: 15px 20px;
}
.menubox {
  float: none;
  padding: 0;
  margin-left: 0;
}
.business ol li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.business ol ul, .business ol p {
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
}
.menubox ol li ul li {
  margin-left: 35px;
  margin-bottom: 0px;
  font-size: 14px;
}
.access {
  padding-top: 40px;
}
.access .googleMap {
  float: none;
  width: 100%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.access .googleMap iframe {
  height: 100%;
}
.access .infoText {
  float: none;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.access h3 {
  color: #1b3e90;
  font-size: 18px;
}
.form_button_wrap {
  text-align: center;
}
.mfp_buttons {
  color: #FFF;
  background-color: #44AD4E;
  font-size: 1.2rem;
  clear: both;
  padding: 20px;
  text-align: center;
}
.inner-wrapper fieldset {
  border: 0px none;
}
/* ----------------------------
    ボタン系統
----------------------------*/
@media screen and (min-width: 768px) {
  .saiyo_btn {
    display: inline-block;
    position: relative;
    margin: 0.3rem 0rem;
    padding: 0rem 1rem;
    border-radius: 0.5rem;
    color: #FFF;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .1em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
  }
}
.sender__area {
  background-image: linear-gradient(90deg, rgba(14, 191, 255, 1), rgba(2, 79, 148, 1));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  height: auto;
  padding-bottom: 20px;
}
.btn, a.btn {
  font-weight: 900;
  display: inline-block;
  color: #FFFFFF;
  width: 95%;
  line-height: 2;
  text-align: center;
  font-size: 1.5rem;
  vertical-align: middle;
  border-radius: 10px;
  text-decoration: none;
  padding: 5px;
}
.btn-orange {
  background-color: #f87b00;
  border-bottom: 4px solid #874300;
}
.btn-green {
  background-color: #1bbf36;
  border-bottom: 4px solid #006711;
}
.btn-blue {
  background-color: #1857C0;
  border-bottom: 4px solid #002467;
}
a.btn-orange:hover {
  background: #c46201;
  border-bottom: 2px solid #263100;
}
a.btn-green:hover {
  background-color: #1857C0;
  border-bottom: 2px solid #263100;
}
a.btn-blue:hover {
  background-color: #00215A;
  border-bottom: 2px solid #002341;
}
.btn__tel--time {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 10px;
}
.btn__number {
  display: flex;
  align-items: center; /* 高さ中央揃え */
  justify-content: center; /* 横方向で中央揃え */
  gap: 10px; /* 要素間のスペース */
  margin: 10px 0;
  font-weight: 900;
  line-height: 1;
  flex-direction: row;
  color: #fff663 !important;
  text-decoration: none !important;
  font-size: 2.5rem;
}
.btn__number a {
  display: flex;
  align-items: center; /* aタグ内の高さ中央揃え */
  text-decoration: none;
  color: #fff663 !important;
}
.btn__number img {
  height: 40px; /* 画像の高さを固定 */
  width: auto; /* 比率維持 */
}
.btn__number2 {
  display: flex;
  align-items: center; /* 高さ中央揃え */
  justify-content: center; /* 横方向で中央揃え */
  gap: 10px; /* 要素間のスペース */
  margin: 10px 0;
  font-weight: 900;
  line-height: 1;
  flex-direction: row;
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 2.5rem;
}
.btn__number2 a {
  display: flex;
  align-items: center; /* aタグ内の高さ中央揃え */
  text-decoration: none;
  color: #000000 !important;
}
.btn__number2 img {
  height: 40px; /* 画像の高さを固定 */
  width: auto; /* 比率維持 */
}
@media screen and (min-width: 768px) {
  .btn__number {
    font-size: 4rem; /* 大きい画面ではフォントサイズを大きく */
    margin-bottom: 20px;
  }
  .btn, a.btn {
  font-size: 1.8rem;/* 大きい画面ではフォントサイズを大きく */
    max-width: 50%;
  }
}
/* ----------------------------
    共通
----------------------------*/
@media screen and (max-width: 768px), all {
  html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }
}
/* ----------------------------
    main
----------------------------*/
.intro__worries--container input {
  display: block;
  width: 1rem;
  color: #FFF;
  margin-right: 5px;
}
.intro__worries--container {
  color: #FFF;
}
div[data-toggle="buttons"] label:hover {
  color: #7AA3CC;
}
/* ----------------------------
    Firstview
----------------------------*/
.FirstView {
  background-image: url(../img/fv_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.FirstView_plt {
  background-image: url(../img/plt/fv_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.FirstView_haken {
  background-image: url(../img/tsk-staffing/fv_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.FirstView__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 70px 0 0px 0;
  width: 100%;
}
.FirstView__container_haken {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 150px 0 20px 0;
  width: 100%;
}
.FirstView__container--person--pc {
  display: none;
}
.FirstView__container--title {
  width: 100%;
  z-index: 1000;
}
.FirstView__container--title--pc {
  display: none;
}
.FirstView__container--four {
  display: block;
  z-index: 11;
}
.FirstView__container--four--pc {
  display: none;
}
.FirstView__container--person {
  display: block;
  position: absolute;
  height: 80%;
  top: 0px;
  right: -80px;
  filter: drop-shadow(7px 5px 5px #FFF);
}
.FirstView__container--person_plt {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0px;
  filter: drop-shadow(7px 5px 5px #FFF);
}
.FirstView__container--person_haken {
  display: block;
  position: absolute;
  height: 100%;
  top: 20px;
  right: -50px;
  filter: drop-shadow(7px 5px 5px #FFF);
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .FirstView__container--person_haken {
   top: 30px;
	  right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .FirstView {
    background-image: url(../img/fv_bg.webp);
  }
  .FirstView_plt {
    background-image: url(../img/plt/fv_bg.jpg);
  }
  .FirstView_haken {
    background-image: url(../img/tsk-staffing/fv_bg.jpg);
  }
  .FirstView__container--four--pc {
    display: block;
  }
  .FirstView__container--title {
    display: none;
  }
  .FirstView__container--title--pc {
    display: block;
    width: 100%;
    z-index: 1000;
  }
  .FirstView__container--four {
    display: none;
  }
  .FirstView__container--person {
    display: block;
    position: absolute;
    height: 100%;
    right: 20px;
    bottom: 0px;
  }
}
.highlight {
  color: #FF0004;
  font-weight: 700;
}
.box30 {
  width: 100%;
  margin: 0 auto;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
  width: 100%;
  font-size: 1.2em;
  background: #5fc2f5;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box30 p {
  padding: 15px 20px;
  margin: 0;
}
/* ----------------------------
    BTN
----------------------------*/
.sender__area {
  background-image: linear-gradient(90deg, rgba(14, 191, 255, 1), rgba(2, 79, 148, 1));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  height: auto;
  padding-bottom: 20px;
}
.sender__haken_area {
  background-image: linear-gradient(180deg, rgb(96, 193, 0), rgb(94, 172, 0));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  height: auto;
  padding-bottom: 20px;
}
/* ----------------------------
　導入
----------------------------*/
.intro {
  margin: 0 auto;
}
.intro h1 {
  display: inline-block;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto;
  padding-bottom: 18px;
  margin-top: 20px;
  width: 95%;
  animation: float 2s infinite ease-in-out; /* ふわっと動くアニメーション */
  will-change: transform;
}
.intro__h1--big {
  background: linear-gradient(transparent 80%, #ffff7f 50%);
  text-emphasis: circle;
  -webkit-text-emphasis: circle;
  font-size: 2.5rem;
}
.intro__h1--big2 {
  font-size: 2.5rem;
}
.intro__worries {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.intro__worries--two {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: left;
}
.intro__worries--container {
  display: flex;
  align-items: center;
  background-color: #000;
  margin: 1% 2%;
  padding: 1rem 1.4rem;
  border-radius: 0.7rem;
  width: 96%;
  height: auto;
  font-weight: 600;
}
.intro p {
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 2%;
}
.intro__worries--container p {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-top: -6px;
  color: #FFFFFF;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
}
.intro__dot {
  width: 10px;
  margin: 5px auto;
}
.intro__threeimages {
  margin: 20px 0 20px 0;
  width: 95%;
}
.intro__worries--container img {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro__worries--two {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: left;
  }
  .intro h1 {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 auto;
    padding-bottom: 18px;
    margin-top: 20px;
    width: 95%;
  }
  .intro__h1--big {
    font-size: 3rem;
    margin-bottom: -20px;
  }
  .intro__h1--big2 {
    font-size: 3.5rem;
    margin-bottom: -50px;
    font-weight: 900;
  }
  .intro__worries--container img {
    display: block;
    width: 2rem;
  }
  .intro__worries--container {
    width: 80%;
    align-items: center;
    justify-content: left;
  }
  .intro__worries--container p {
    font-size: 1.2rem;
  }
  .intro p {
    font-size: 1.2rem;
  }
  .intro__dot {
    width: 16px;
    margin: 20px auto;
  }
}
/* ----------------------------
　すべて解決します
----------------------------*/
.soltion {
  width: 100%;
  background-image: url(../img/1st_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.soltion__container {
  position: relative;
  z-index: 10000;
  margin: auto auto;
}
.soltion__container--title {
  margin: 2rem 0 0 0;
  width: 100%;
  z-index: 1000;
}
.soltion__container--person--pc {
  display: none;
  width: 20%;
}
.soltion__container--person {
  display: block;
  width: 70%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .soltion__container--person--pc {
    display: block;
    position: absolute;
    height: 470px;
    width: auto;
    z-index: 11;
    bottom: 0;
    right: 0px;
    left: auto;
    filter: drop-shadow(10px 10px 10px #FFFAA3);
  }
  .soltion__container--person {
    display: none;
  }
  .soltion__container--title {
    margin: 4rem 0;
    z-index: 1000;
  }
}
/* ----------------------------
　interval
----------------------------*/
.interval {
  width: 100%;
  background-color: #0263ff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: auto;
}
.interval--black {
  width: 100%;
  background-color: #1e1e1e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: auto;
}
.interval__container {
  padding: 10px 0;
}
.interval__text {
  display: block;
  font-size: 1rem;
  color: #FFFFFF;
  margin-top: -10px;
  padding: 5px;
}
.interval__text span {
  color: #fff663;
}
.triangle--white {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #FFFFFF;
  border-bottom: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
.triangle--blue {
  width: 0;
  margin-top: -2px;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #0263ff;
  border-bottom: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .interval {
    width: 100%;
    background-color: #0263ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
  }
  .interval--black {
    width: 100%;
    background-color: #1e1e1e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
  }
  .interval__container {
    padding: 20px 0;
  }
  .interval__text {
    display: block;
    font-size: 23px;
    color: #FFFFFF;
    letter-spacing: 4px;
    margin-top: -10px;
  }
  .interval__text span {
    color: #fff663;
  }
  .triangle--white {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 50px solid #FFFFFF;
    border-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .triangle--blue {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 50px solid #0263ff;
    border-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 10;
  }
}
/* ----------------------------
　棒グラフ
----------------------------*/
.graph {
  width: 100%;
  background-image: url(../img/graph_bg.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: bottom;
  position: relative;
  height: auto;
}
.graph__container {
  width: 100%;
}
.graph__text {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .graph__text {
    font-size: 1rem;
  }
}
/* ----------------------------
　５つの理由
----------------------------*/
.fiveReason {
  width: 100%;
  background-image: url(../img/fiveReason_bg.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: bottom;
  position: relative;
  height: auto;
  padding-bottom: 30px;
}
.fiveReason__heading {
  width: 90%;
  margin: 30px 0;
}
.fiveReason__section {
  height: auto;
  width: 95%;
  background-color: #FFFFFF;
  border: #263100 solid 3px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 50px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4), 10px 10px 0px 0px rgba(0, 0, 0, 0.3), 15px 15px 0px 0px rgba(0, 0, 0, 0.2);
}
.fiveReason__section--heading {
  height: 35px;
  width: 200px;
  display: block;
  background-image: url(../img/fiveReason_count_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  margin-top: -20px;
  margin-left: -10px;
}
.fiveReason__section--heading p {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.fiveReason__section--heading span {
  color: #fff663;
}
.fiveReason__innar {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 2%;
}
.fiveReason__innar img {
  border-radius: 10px;
}
.fiveReason__innar--photo {
  width: 50%;
  margin-top: 10px auto;
}
.fiveReason__innar--direction {
  margin: 2%;
}
.fiveReason__innar--heading {
  font-size: 1.7rem;
  color: #f87b00;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  letter-spacing: px;
}
.fiveReason__innar--heading--big {
  display: flex;
  width: auto;
  font-size: 1.8rem;
  font-weight: 900;
  margin-left: -3px;
  margin-bottom: 5px;
}
.fiveReason__innar--heading--right {
  text-align: right;
  margin-bottom: 20px;
}
.fiveReason__innar--text {
  text-align: left;
  line-height: 1.3;
  font-size: 0.8rem;
}
.fiveReason__innar--line {
  display: none;
}
@media screen and (min-width: 768px) {
  .fiveReason {
    width: 100%;
    background-image: url(../img/fiveReason_bg.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: bottom;
    position: relative;
    height: auto;
    padding-bottom: 30px;
  }
  .fiveReason__heading {
    width: 90%;
    margin: 30px 0;
  }
  .fiveReason__section {
    height: auto;
    width: 95%;
    background-color: #FFFFFF;
    border: #263100 solid 3px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4), 5px 5px 0px 0px rgba(0, 0, 0, 0.3), 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .fiveReason__section--heading {
    height: 70px;
    width: 300px;
    display: block;
    background-image: url(../img/fiveReason_count_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    margin-top: -30px;
    margin-left: -30px;
  }
  .fiveReason__section--heading p {
    color: #FFFFFF;
    font-size: 30px;
    margin-top: -5px;
  }
  .fiveReason__section--heading span {
    color: #fff663;
  }
  .fiveReason__innar {
    display: flex;
    flex-direction: row;
    margin: 2%;
  }
  .fiveReason__innar--photo {
    width: 35%;
    margin-top: 30px;
  }
  .fiveReason__innar--direction {
    margin: 2%;
  }
  .fiveReason__innar--heading {
    font-size: 27px;
    color: #f87b00;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    letter-spacing: px;
    margin-top: 0px;
  }
  .fiveReason__innar--heading--big {
    width: auto;
    font-size: 2rem;
    font-weight: 900;
    margin-left: -3px;
    margin-bottom: 5px;
  }
  .fiveReason__innar--heading--right {
    text-align: right;
    margin-bottom: 20px;
  }
  .fiveReason__innar--text {
    text-align: left;
    line-height: 1.3;
    font-size: 20px;
  }
  .fiveReason__innar--line {
    display: block;
  }
}
/* ----------------------------
　福利厚生
----------------------------*/
.surport {
  background-color: #cfe8ff;
  position: relative;
}
.surport__container {
  padding-bottom: 20px;
}
.surport__heading {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #cfe8ff;
}
.surport__fourContents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.surport__innar {
  width: 22%;
  background-color: #FFFFFF;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 1%;
}
.surport__innar--box {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.surport__innar img {
  height: 40%;
}
.surport__innar p {
  line-height: 1.2;
  margin: 3% 3% 5% 3%;
  font-weight: 600;
  color: #0b325f;
  font-size: 13px;
}
.surport__innar--textbox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .surport {
    background-color: #cfe8ff;
    position: relative;
  }
  .surport__container {
    padding-bottom: 20px;
  }
  .surport__heading {
    width: 90%;
    margin-bottom: 10px;
    background-color: #cfe8ff;
  }
  .surport__fourContents {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .surport__innar {
    width: 22%;
    background-color: #FFFFFF;
    border-radius: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1%;
  }
  .surport__innar--box {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .surport__innar img {
    height: 60%;
  }
  .surport__innar p {
    line-height: 1.2;
    margin: 3% 3% 5% 3%;
    font-weight: 600;
    color: #0b325f;
    vertical-align: middle;
    font-size: 18px;
  }
  .surport__innar--textbox {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
/* ----------------------------
　円グラフ
----------------------------*/
.graphCircle {
  width: 100%;
  background-image: url(../img/graph_bg.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: bottom;
  position: relative;
  height: auto;
  padding-bottom: 30px;
}
.graphCircle__container {
  width: 95%;
}
.graphCircle__container img {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
.graphCircle__innar {
  width: 100%;
  margin: 10px 1%;
  padding: 17px;
  background-color: #FFFFFF;
  border-radius: 0.7rem;
  line-height: 1.2;
  font-size: 1rem;
  text-align: left;
}
.graphCircle__contents {
  flex-direction: row;
  align-items: stretch;
}
.graphCircle__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .graphCircle {
    width: 100%;
    background-image: url(../img/graph_bg.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: bottom;
    position: relative;
    height: auto;
    padding-bottom: 30px;
  }
  .graphCircle__container {
    width: 95%;
    z-index: 10;
    display: flex;
  }
  .graphCircle__bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    mix-blend-mode: multiply;
    display: flex;
  }
  .graphCircle__container img {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 90%;
    z-index: 10;
  }
  .graphCircle__innar {
    width: 32%;
    margin: 10px 1%;
    padding: 17px;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 0.7rem;
    line-height: 1.2;
  }
  .graphCircle__contents {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    z-index: 10;
  }
}
/* ----------------------------
　インタビュー
----------------------------*/
.intereview {
  width: 100%;
  background-color: #f9f4ed;
  background-size: auto;
  background-repeat: repeat;
  background-position: bottom;
  position: relative;
  height: auto;
  padding-bottom: 30px;
}
.intereview__container {
  width: 100%;
  padding-top: 50px;
}
.interview__heading {
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
  padding: 0 2%;
  width: 100%;
  z-index: 10;
  margin-top: 0px;
	   font-size: 1.5rem;
}
.interview__heading--bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.intereview__empty {
  width: 0%;
}
.interview__heading--person {
  z-index: 0;
  top: -30px;
  width: 100%;
  display: none;
}
.interview__heading img {
  width: 250px;
}
.interview__heading1 {
  margin-top: 30px;
  font-weight: 900;
  font-size: 1.5rem;
}
.interview__heading2 {
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  background: linear-gradient(transparent 70%, #ffff7f 50%);
}
.interview__heading3 {
  font-weight: 900;
  font-size: 1rem;
  margin-top: 10px;
  margin-right: 0;
}
.intereview__text::before, .intereview__text::after {
  position: absolute;
  width: 40px;
  height: 60px;
  content: '';
}
.intereview__text {
  text-align: left;
  font-size: 1rem;
  margin-top: 0px;
  padding: 20px;
  line-height: 1.5;
  position: relative;
  width: 95%;
}
.intereview__text::before {
  border-left: solid 5px;
  border-top: solid 5px;
  border-radius: 5px 0 0 0;
  top: 0;
  left: 0;
}
.intereview__text::after {
  border-right: solid 5px;
  border-bottom: solid 5px;
  border-radius: 0 0 5px 0;
  bottom: 0;
  right: 0;
}
.intereview__heading2 {
  width: 90%;
}
.intereview__QA {
  border: #263100 solid 3px;
  width: 95%;
  border-radius: 0.7rem;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4), 10px 10px 0px 0px rgba(0, 0, 0, 0.3), 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  position: relative;
}
.intereview__QA--count {
  background-color: #1e1e1e;
  position: absolute;
  width: 300px;
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 0.7rem;
}
.intereview__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 1rem;
}
.intereview__contents img {
  width: 50%;
  margin-top: 20px;
}
.intereview__article {
  width: 100%;
  text-align: left;
}
.intereview__article--heading {
  font-size: 1.8rem;
  color: #005ec7;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem 0;
}
.intereview__article--name {
  width: 100%;
  background-color: #0b325f;
  color: #FFFFFF;
  text-align: center;
  margin: 20px 0;
}
.intereview__article--text {
  font-size: 0.8rem;
  line-height: 1.5;
}
.intereview__article--text span {
  color: #f84c00;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .intereview {
    width: 100%;
    background-color: #f9f4ed;
    background-size: auto;
    background-repeat: repeat;
    background-position: bottom;
    position: relative;
    height: auto;
    padding-bottom: 30px;
  }
  .intereview__container {
    width: 95%;
    padding-top: 50px;
  }
  .interview__heading {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: flex-start;
    width: 60%;
    z-index: 10;
    margin-top: 30px;
  }
  .interview__heading--bg {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .intereview__empty {
    width: 40%;
  }
  .interview__heading--person {
    display: block;
    position: absolute;
    z-index: 0;
    top: -30px;
    width: 100%;
  }
  .interview__heading--person_pc {
    display: none;
  }
  .interview__heading img {
    width: 250px;
  }
  .interview__heading1 {
    margin-top: 30px;
    font-weight: 900;
    font-size: 40px;
	  text-align: left;
	  line-height: 1.2;
  }
  .interview__heading2 {
    font-weight: 900;
    font-size: 90px;
    font-size: 2rem;
    background: linear-gradient(transparent 55%, #ffff7f 50%);
  }
  .interview__heading3 {
    font-weight: 900;
    font-size: 35px;
    text-align: right;
    margin-top: -10px;
    margin-left: auto;
    margin-right: 0;
  }
  .intereview__text::before, .intereview__text::after {
    position: absolute;
    width: 40px;
    height: 60px;
    content: '';
  }
  .intereview__text {
    text-align: left;
    font-size: 20px;
    margin-top: 30px;
    padding: 50px;
    line-height: 1.5;
    position: relative;
  }
  .intereview__text::before {
    border-left: solid 5px;
    border-top: solid 5px;
    border-radius: 5px 0 0 0;
    top: 0;
    left: 0;
  }
  .intereview__text::after {
    border-right: solid 5px;
    border-bottom: solid 5px;
    border-radius: 0 0 5px 0;
    bottom: 0;
    right: 0;
  }
  .intereview__heading2 {
    width: 90%;
  }
  .intereview__QA {
    border: #263100 solid 3px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4), 5px 5px 0px 0px rgba(0, 0, 0, 0.3), 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    position: relative;
  }
  .intereview__QA--count {
    background-color: #1e1e1e;
    position: absolute;
    width: 300px;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 10px;
  }
  .intereview__contents {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    padding: 30px;
  }
  .intereview__contents img {
    width: 40%;
  }
  .intereview__article {
    width: 60%;
    text-align: left;
    padding-right: 20px;
  }
  .intereview__article--heading {
    font-size: 36px;
    color: #005ec7;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .intereview__article--name {
    width: 150px;
    background-color: #0b325f;
    color: #FFFFFF;
    text-align: center;
    margin: 20px 0;
  }
  .intereview__article--text {
    font-size:1rem;
  }
  .intereview__article--text span {
    font-size:1.5rem;
	  color: #f84c00;
  }
}
.interval--black2 {
  width: 100%;
  background-image: url(../img/black_dot.jpg);
  background-repeat: repeat;
  background-position: bottom;
  height: auto;
}
.interval--black2__container {
  width: 100%;
  background-image: url(../img/interval_black_person.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.interval--black2__text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.1;
  margin: 20px 0;
  letter-spacing: px;
}
.interval--black2__text span {
  color: #f84c00;
}
@media screen and (min-width: 768px) {
  .interval--black2 {
    width: 100%;
    background-image: url(../img/black_dot.jpg);
    background-repeat: repeat;
    background-position: bottom;
    height: auto;
  }
  .interval--black2__container {
    width: 100%;
    background-image: url(../img/interval_black_person.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .interval--black2__text {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.3;
    margin: 40px 0;
    letter-spacing: 5px;
  }
  .interval--black2__text span {
    color: #f84c00;
  }
}
/* ----------------------------
　食事写真
----------------------------*/
.mealPhoto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}
@media screen and (min-width: 768px) {
  .mealPhoto {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .scroll-infinity__item {
    width: calc(100vw / 6);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.2s both;
  will-change: transform;
}
.scroll-infinity__item > img {
  width: 100%;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 40s infinite linear 0.2s both;
  will-change: transform;
}
/* ----------------------------
　シェフ紹介
----------------------------*/
.meal {
  width: 100%;
  background-image: url(../img/dot_yellow.jpg);
  background-repeat: repeat;
  background-position: bottom;
  height: auto;
}
.meal__container--heading {
  width: 98%;
  margin-top: 20px;
}
.meal__introduce {
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  margin-top: 10px;
  margin-bottom: 40px;
  width: 95%;
}
.meal__introduce--heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 100%;
}
.meal__introduce--headingtext {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  color: #1e1e1e;
  margin-bottom: 10px;
}
.meal__introduce--headingtext--big {
  font-size: 40px;
  color: #1e1e1e;
  font-weight: 800;
  line-height: 1.2;
}
.meal__introduce--heading--img {
  display: block;
  width: 100%;
  border-color: #FFFFFF solid 9px;
  border-radius: 20px;
}
.meal__introduce--article {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
}
.meal__introduce--photo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.meal__introduce--photo1 {
  display: block;
  background-image: url(../img/meal_sample1.jpg);
  background-size: cover;
  background-position: center center;
  width: 24%;
  border-radius: 10px;
}
.meal__introduce--photo2 {
  display: block;
  background-image: url(../img/meal_sample2.jpg);
  background-size: cover;
  background-position: center center;
  width: 24%;
  border-radius: 10px;
}
.meal__introduce--photo3 {
  display: block;
  background-image: url(../img/meal_sample3.jpg);
  background-size: cover;
  background-position: center center;
  width: 24%;
  border-radius: 10px;
}
.meal__introduce--photo4 {
  display: block;
  background-image: url(../img/meal_sample4.jpg);
  background-size: cover;
  background-position: center center;
  width: 24%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .meal {
    width: 100%;
    background-image: url(../img/dot_yellow.jpg);
    background-repeat: repeat;
    background-position: bottom;
    height: auto;
    position: relative;
  }
  .meal__bg {
    position: absolute;
    width: 70%;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .meal__container {
    display: flex;
  }
  .meal__container--heading {
    width: 95%;
    margin-top: 20px;
    margin-top: -100px;
  }
  .meal__introduce {
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    margin-top: 50px;
    margin-bottom: 40px;
    z-index: 10;
  }
  .meal__introduce--heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    margin-top: -45px;
  }
  .meal__introduce--headingtext {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: #1e1e1e;
    margin-bottom: 30px;
  }
  .meal__introduce--headingtext--big {
    font-size: 80px;
    color: #1e1e1e;
    font-weight: 800;
  }
  .meal__introduce--heading--img {
    display: block;
    width: 50%;
    border-color: #FFFFFF solid 9px;
    border-radius: 20px;
    box-shadow: 9px 9px 18px 0px rgba(0, 0, 0, 0.45);
  }
  .meal__introduce--article {
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .meal__introduce--photo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .meal__introduce--photo1 {
    display: block;
    background-image: url(../img/meal_sample1.jpg);
    background-size: cover;
    background-position: center center;
    width: 24%;
    border-radius: 10px;
  }
  .meal__introduce--photo2 {
    display: block;
    background-image: url(../img/meal_sample2.jpg);
    background-size: cover;
    background-position: center center;
    width: 24%;
    border-radius: 10px;
  }
  .meal__introduce--photo3 {
    display: block;
    background-image: url(../img/meal_sample3.jpg);
    background-size: cover;
    background-position: center center;
    width: 24%;
    border-radius: 10px;
  }
  .meal__introduce--photo4 {
    display: block;
    background-image: url(../img/meal_sample4.jpg);
    background-size: cover;
    background-position: center center;
    width: 24%;
    border-radius: 10px;
  }
}
.apply__contents--heading {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  padding-top: 20px;
  margin-bottom: 30px;
  border-bottom: #1168D7 solid 5px;
}
.question {
  background-color: #ECECEC;
}
.question__contents--heading {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 30px;
}
.question__contents {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin-bottom: 15px;
}
.question__contents--question {
  background-color: #ff7801;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  padding: 2% 5%;
  line-height: 1;
}
.question__contents--answer {
  background-color: #f8f2dd;
  color: #1c2511;
  font-size: 0.8rem;
  text-align: left;
  padding: 2% 5%;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .apply__contents--heading {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    padding-top: 20px;
    margin-bottom: 30px;
    border-bottom: #1168D7 solid 7px;
  }
  .question {
    background-color: #ECECEC;
  }
  .question__contents--heading {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .question__contents {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-bottom: 15px;
  }
  .question__contents--question {
    background-color: #ff7801;
    color: #FFFFFF;
    font-size: 22px;
    text-align: left;
    padding: 2% 5%;
    line-height: 1;
  }
  .question__contents--answer {
    background-color: #f8f2dd;
    color: #1c2511;
    font-size: 18px;
    text-align: left;
    padding: 2% 5%;
    line-height: 1.1;
  }
}
.form__attention {
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 1rem;
}
.detail {
  background-color: #f9f4ed;
  padding-bottom: 30px;
}
.detail__container--heading {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 30px;
}
.detail__greeting {
  width: 100%;
  background-color: #FFFFFF;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
}
.detail__greeting--img {
  width: 70%;
}
.detail__greeting--article {
  width: 100%;
  text-align: left;
  padding-left: 0px;
  font-size: 18px;
  line-height: 1.2;
}
.detail__greeting--articleHeading {
  font-size: 1.5rem !important;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.detail__greeting p {
  font-size: 0.8rem;
}
.detail__requirement {
  width: 98%;
}
.detailTable__container {
text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.detailTable__left {
  background-color: #263100;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  font-size: 16px;
  border: #f9f4ed solid 1px;
  padding: 15px;
  line-height: 1.6;
}
.detailTable__right {
  background-color: #FFFFFF;
  width: 88%;
  height: auto;
  font-size: 16px;
  border: #f9f4ed solid 1px;
  padding: 15px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .detail {
    background-color: #f9f4ed;
    padding-bottom: 30px;
  }
  .detail__container--heading {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .detail__greeting {
    width: 100%;
    background-color: #FFFFFF;
    padding: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .detail__greeting--img {
    width: 35%;
  }
  .detail__greeting--article {
    width: 70%;
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.2;
  }
  .detail__greeting--articleHeading {
    font-size: 2rem !important;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: left;
  }
  .detail__greeting p {
    font-size: 1.2rem;
  }
  .detailTable__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }
  .detailTable__left {
    background-color: #263100;
    width: 15%;
    height: auto;
    color: #FFFFFF;
    font-size: 16px;
    border: #f9f4ed solid 1px;
    padding: 20px;
    line-height: 1.6;
  }
  .detailTable__right {
    background-color: #FFFFFF;
    width: 85%;
    height: auto;
    font-size: 16px;
    border: #f9f4ed solid 1px;
    padding: 20px;
    line-height: 1.6;
    text-align: left;
  }
}
.norimen__mx {
  width: 90%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.tsk-reason {
  color: #FFF;
  font-size: 1.8rem !important;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .norimen__mx {
    width: 100%;
    max-width: 900px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .tsk-reason {
    font-size: 3.5rem !important;
  }
}
.entryType dt {
  text-align: left;
}
.entryType dl {
  text-align: left;
}
.entryType .red__txt {
  font-size: 1rem;
  color: rgba(255, 0, 4, 1.00)
}
.entryType input, .entryType textarea {
  border-radius: 5px;
}
.entryType {
	padding: 10px 0 20px 0;
}
.modoru__txt {
  margin: 10px;
  background-color: #FFF;
  text-decoration: underline;
}
.clear-both {
  clear: both;
}
footer a, footer a:visited {
  color: #FFF;
}
.mw_wp_form .form_button_wrap {
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.notice_txt {
  font-size: 0.7rem;
  text-align: left;
  margin: 10px;
}
.tsk-reason {
  color: white;
  font-size: 4rem;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
}
/* 全体レイアウト */
.mensetsu-nagare {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.main-heading {
  text-align: center;
  font-size: 2em;
  color: #333;
  margin-bottom: 20px;
}
/* 各ステップ */
.step {
  padding: 20px;
  margin: 10px 0;
  border-radius: 8px;
}
.step-title {
  font-size: 1.5em;
  color: #fff; /* テキストを白に */
  background-color: #007BFF; /* 背景色 */
  padding: 10px 15px;
  border-radius: 8px; /* 角丸 */
  margin-bottom: 10px;
  text-align: center;
}
.step-description {
  font-size: 1rem;
  color: #555;
  text-align: left;
}
/* 矢印装飾 */
.arrow {
  text-align: center;
  font-size: 1.5em;
  color: #007BFF;
  margin: 10px 0;
}
.arrow::after {
  content: '↓';
  display: inline-block;
  font-size: 2em;
  color: #007BFF;
  animation: bounce 1s infinite;
  will-change: transform;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.anken {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.swiper {
  width: 100%;
  padding: 20px 0;
}
.swiper-slide {
  flex: 0 0 auto;
  width: calc((100% - 40px) / 3); /* 3件表示用に計算 */
  margin-right: 20px; /* スライド間の余白 */
  box-sizing: border-box;
}
.plan__innar--one {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  height: 100%; /* 高さ統一 */
}
.tb__inner--black, .tb__inner--second {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tb__inner--black {
  margin-bottom: 0.5rem;
  text-align: center;
}
.tb__inner--second {
  background-color: #ffffff;
  padding: 0.5rem;
  font-weight: 900;
  text-align: center;
}
.swiper-button-next, .swiper-button-prev {
  color: #000;
}
.fiveReason__innar--photo {
  width: 300px !important;
  margin: 0 auto;
}
.post-updated {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  margin-top: 10px;
}
/* ----------------------------
　3つのステップ
----------------------------*/
.contentBox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  font-size: 1rem;
}
.step {
  padding: 10px 0;
}
.step__headImage {
  width: 95%;
  margin: 20px auto;
}
.step__container {
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: center;
}
.step__containerPhoto {
  width: 80%;
  margin: 20px auto;
}
.step__containerText {
  display: flex;
  flex-flow: column;
  width: 95%;
  justify-items: center;
  align-items: center;
}
.step__containerText img {
  width: 100px;
}
.step__container--reverse {
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: center;
}
.step__headLine--sp {
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 2.8rem;
}
.step__headLine {
  display: none;
}
.step__headLine--sp h2 {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  height: 50px; /* 高さを64pxから50pxに変更 */
  margin-left: 30px;
  padding: 0.1rem 1rem 0.8rem 1rem; /* 上下のパディングを調整 */
  color: #fff;
  background: #ff7800;
}

.step__headLine--sp h2:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 25px 30px 25px 0; /* 高さに応じて調整 (32pxから25pxへ) */
  border-style: solid;
  border-color: transparent #ff7800 transparent transparent;
}

.step__headLine--sp h2:after {
  /* 必要に応じてスタイルを追加 */
}

.step__containerText p {
  margin-top: 15px; /* 調整が必要な場合は変更 */
  text-align: left;
}

@media screen and (min-width: 768px) {
  .swiper-wrapper {
    display: flex;
  }
  .step__container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .step__containerPhoto {
    width: 40%;
  }
  .step__containerText {
    display: flex;
    flex-flow: column;
    width: 55%;
    justify-items: center;
  }
  .step__containerText p {
    margin-top: 20px;
  }
  .step__headLine {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    line-height: 2.8rem;
  }
  .step__containerRight {
    text-align: right;
  }
  .step__container--reverse {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .step__container--reverse p {
    margin-top: 20px;
  }
  .interview__heading--person_sp {
    display: none;
  }
}
.haken_stf {
  color: #f84c00;
  font-weight: 900;
  display: inline;
	  font-size: 1rem;
}
/* h2タグのスタイル */
h2 {
  font-size: 2.5rem; /* 大きな文字サイズ */
  color: #000;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(40, 40, 40, 0.55), 0 0 10px rgba(255, 255, 255, 0.5);
  position: relative;
}
.wp-core-ui .button {
  background-color: #4CAF50 !important;
}
ul.disc{
  list-style-type: none;
  margin: 1rem !important;
}
ul.disc li{
  margin: 0.5rem 1rem !important;
  list-style: disc !important;
list-style-position: inside !important;

}

/* タグバナー画像のスタイル */
.tag-banner {
  margin: 30px auto !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  clear: both !important;
}

.tag-banner a {
  display: inline-block !important;
  margin: 0 auto !important;
}

.tag-banner-image {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: block !important;
  margin: 0 auto !important;
}

.tag-banner-image:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width: 768px) {
  .tag-banner {
    margin: 20px auto !important;
  }
}
ul.contents_li{
margin: 0px 0  20px 30px;
 list-style-type: disc;
 list-style-position: inside;
  }
 span.yellow_marker {
    background: linear-gradient(transparent 60%, #ffff00 0%) !important;
}

/* blockquoteをボーダーで囲む */
blockquote {
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  padding: 15px 20px !important;
  margin: 20px 0 !important;
  background-color: #ededed!important;
  font-style: normal !important;
  position: relative !important;
}
