
/*how.html-----------------------------------------------------------------
---------------------------------------------------------------------------*/
/*how.html*/
#PCmode {
    display: block;
}
#SPmode {
    display: none;
}
@media screen and (max-width:768px) {
    #PCmode {
        display: none;
    }
    #SPmode {
        display: block;
    }
  }
/* * {outline: 1px solid magenta;} */
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
  ヒーローイメージ
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.hero {
  width: 100vw;
  height: 90vh;
  position: relative;
}
/* .hero-btn {
    position: absolute;
  z-index: 10;
  bottom: 100px;
  left: 0;
} */
.hero-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #5cbcff;
}
.hero-btn {
  position: absolute;
  z-index: 101;
  top : 50%;
  transform: translateY(-50%);
  /* left: 8%; */
  right: 8%;
}
.hero-btn-flex {
  position: relative;
  z-index: 101;
  display: flex;
  gap: 5px;
  background-color: #ffffff46;
  padding: 12px 10px;
  border-radius: 5px;
}
.hero-btn-flex li {
  width: 240px;
}
.hero-vew {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  padding-left: 120px;
  box-sizing: border-box;
  font-size: 46px;
  line-height: 1.6;
  font-weight: 700;
}
.hero-vew-title {
  position: relative;
  color: #1ea7c7;
}
.small {
  font-size: 0.7em;
  /* color: #2c343e; */
}
.hero-top-img {
  width: 100%;
  max-width: 960px;
  /* margin-right: 4%; */
}

.textbox-001 {
  color: #fff;
  background-color: #fe696b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.4em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
}
.textbox-002 {
  color: #fff;
  background-color: #b5d416;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.4em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
}
.textbox-003 {
  color: #fff;
  background-color: #0071BC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.4em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
}
 .hero-480 {
  display: none;
 }
@media screen and (max-width: 1700px) {
  .hero-top-img {
  width: 100%;
  max-width: 800px;
}
.hero-vew {
  justify-content: center;
  padding: 0 20px;
}
}
@media screen and (max-width: 1520px) {
  .hero-vew {
  font-size: 40px;
}
  .hero-top-img {
  width: 100%;
  max-width: 600px;
}
.hero-bottom-bar {
  height: 150px;
}
}
@media screen and (max-width: 1100px) {
.hero-vew {
  max-width: 900px;
  margin: 70px auto 0;
  flex-direction: column;
  /* flex-direction: column-reverse; */
}
.hero-vew-title {
  align-self: flex-start;
}
.hero-top-img {
  max-width: 1100px;
  align-self: flex-end;
}
.hero-btn {
  left: auto;
  right: 5%;
}
.hero-btn-flex li {
    width: 180px;
}
}
@media screen and (max-width: 630px) {
  /* .hero-btn {
    top: auto;
    bottom: 0;
  } */
  .hero-vew {
    font-size: 28px;
  }
  .hero-btn-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    height: 100vh;
    max-height: 660px;
  }
  .hero-480 {
  display: block;
 }
}

/* @media screen and (max-width: 768px) {
  .hero-vew {
  width: 100%;
  max-height: 100%;
}
} */
/*---------------------------------------------------------------------------
howmoe
---------------------------------------------------------------------------*/
.howmoe {
  max-width: 1400px;
  width: 100%;
  /* height: 100vh; */
  margin: 0px auto;
  padding: 140px 20px 0;
  box-sizing: border-box;
}
.howmoe-flex {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.howmoe-001 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.howmoe-001 div {
  display: inline-block;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
  margin: auto;
}
.howmoe-002 {
  font-size: 34px;
  line-height: 60px;
  /* line-height: 1.6; */
  font-weight: 700;
  margin-left: 40px;
  padding: 20px;
  box-sizing: border-box;
}
.howmoe-002-B {
  color: #0071BC;
  white-space: nowrap;
  font-size: 42px;
  letter-spacing: 3px;
}
.column-control {
  white-space: nowrap;
}
.howmoe-003 {
  margin: 80px 0 0;
}
.under-001 {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.under-001::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -0.1em;
  width: 80%;
  height: 15px;
  background-color: #3498db7a;
  border-radius: 100px;
  z-index: -1;
}
.over-001 {
  position: relative;
  display: inline-block;
}
.over-001::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #3498db;
  border-radius: 50%;
}
@media screen and (max-width: 1520px) {
  .howmoe-001 div {
  display: inline-block;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  margin: auto;
}
.howmoe-002 {
  font-size: 28px;
  line-height: 51px;
  font-weight: 700;
  margin-left: 40px;
  padding: 20px;
  box-sizing: border-box;
}
.howmoe-002-B {
  color: #0071BC;
  white-space: nowrap;
  font-size: 34px;
  letter-spacing: 3px;
}
.howmoe-003 {
    margin: 20px 0 0 300px;
}
.howmoe-flex {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
}
@media screen and (max-width: 1100px) {
  .howmoe-003 {
        margin: 20px 0 0 auto;
    }
}
@media screen and (max-width: 820px) {
    .howmoe-001 div {
    display: inline-block;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    margin: auto;
  }
  .over-001::before {
    content: "";
    position: absolute;
    top: -0.1em;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #3498db;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
    .howmoe-002 {
      font-size: 22px;
      line-height: 39px;
    }
  .howmoe-002-B {
    color: #0071BC;
    font-size: 26px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 620px) {
  .howmoe {
      padding: 80px 20px 0;
  }
  .howmoe-001 div {
  display: inline-block;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  margin: auto;
}
  .howmoe-flex {
    margin-top: 30px;
  }
  .howmoe-002 {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding: 0;
  }
  .howmoe-002-B {
    color: #0071BC;
    font-size: 24px;
    letter-spacing: 3px;
  }
}

/*---------------------------------------------------------------------------
create
---------------------------------------------------------------------------*/
.create {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 130px 20px;
  box-sizing: border-box;
}
.create-001 {
  max-width: 1308px;
  width: 100%;
  margin: 50px auto;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.create-002 {
  max-width: 1308px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.create-list {
  width: 420px;
  height: 520px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  /* padding: 50px; */
  font-weight: 700;
  overflow: hidden;
  border: #0071BC solid 3px;
 box-shadow: 0px 0px 15px -10px #474747;
}
.create-name {
  position: relative;
  background-color: #0071BC;
  height: 110px;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.create-name-001 {
  font-size: 50px;
  opacity: 0.4;
  line-height: 1;
}
.create-name-002 {
  font-size: 32px;
  line-height: 1;
  position: relative;
  top: -12px;
  right: -8px;
}
.create-text {
  position: relative;
  height: 400px;
  padding: 30px 20px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.65;
}
.create-text-002 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 230px;
  height: auto;
}
.create-img {
  width: 250px;
  height: auto;
  margin: auto;
}

/* スライダー用 */
.create-swiper {
  margin-left: -20px;
  margin-right: -20px;
}

.create-swiper .swiper-slide {
  width: 300px;
  height: 400px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  /* padding: 50px; */
  font-weight: 700;
  overflow: hidden;
  border: #0071BC solid 3px;
 box-shadow: 0px 0px 15px -10px #474747;
 margin-left: 20px;
}
.create-swiper .swiper-pagination {
 position: relative;
 bottom: 0px;
}
.create-swiper .swiper-pagination-bullet {
  background-color: #333;
  opacity: 1;
}
.create-swiper .swiper-pagination-bullet-active {
  background-color: #0071BC;
}
/* ボタン共通のスタイル */
.create-swiper .swiper-button-prev,
.create-swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: #0071BC;
  border-radius: 50%;
  position: absolute;
  top: 64%;
  /* top: -200px; */
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 左右の位置調整 */
.create-swiper .swiper-button-prev {
  left: 10px;
}
.create-swiper .swiper-button-next {
  right: 10px;
}

/* 矢印アイコン部分 */
.create-swiper .swiper-button-prev::after,
.create-swiper .swiper-button-next::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

/* 左の三角形 */
.create-swiper .swiper-button-prev::after {
  border-width: 6px 8px 6px 0;
  border-color: transparent white transparent transparent;
}
/* 右の三角形 */
.create-swiper .swiper-button-next::after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent white;
}

@media screen and (max-width: 1520px) {
  .create-001 {
  max-width: 1308px;
  width: 100%;
  margin: 50px auto 70px;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
}
.create-list {
  width: 300px;
  height: 400px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  /* padding: 50px; */
  font-weight: 700;
  overflow: hidden;
  border: #0071BC solid 3px;
 box-shadow: 0px 0px 15px -10px #474747;
}
.create-name {
  height: 80px;
  padding: 10px;
}
.create-name-001 {
  font-size: 40px;
  opacity: 0.4;
  line-height: 1;
}
.create-name-002 {
  font-size: 28px;
  line-height: 1;
  position: relative;
  top: -12px;
  right: -8px;
}
.create-text {
  position: relative;
  height: 320px;
  padding: 30px 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.65;
}
.create-text-002 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 160px;
    height: auto;
}
}
@media screen and (max-width: 820px) {
.create-001 {
  font-size: 36px;
}
}
@media screen and (max-width: 620px) {
  .create {
    padding: 80px 20px;
  }
  .create-001 {
    margin: 30px auto 50px;
    font-size: 28px;
  }
}
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
  what
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.what {
  padding-bottom: 120px;
}
.what-title {
  text-align: center;
  margin: 20px auto 60px;
}
.task_list {
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px;
}

.task_list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 100px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 20px;
  border: #0071BC solid 3px;
}
.task_list li::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin:center center;
  width: 0;
  height: 0;
  border: 15px solid transparent ;
  border-bottom-color: #0071BC;
  border-left-color: #0071BC;
  border-radius: 0 0 0 10px;
}
.what-boo-cont {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
.what-boo-text {
  position: absolute;
  top: 50%;
  right: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #0071BC;
  width: 240px;
  height: 120px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 20px;
  border: #0071BC solid 3px;
}
.what-boo-text a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-boo-text::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin:center center;
  width: 0;
  height: 0;
  border: 15px solid transparent ;
  border-bottom-color: #0071BC;
  border-left-color: #0071BC;
  /* border-radius: 0 0 0 10px; */
}
.boo {
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}
.task_list li:nth-child(1) {
  margin-top: 40px;
}
.task_list li:nth-child(4) {
  margin-top: 40px;
}
.what-500 {
  display: none;
}
@media screen and (max-width: 900px) {
   .task_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 420px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
.task_list li:nth-child(1) {
  margin-top: 0px;
}
.task_list li:nth-child(4) {
  margin-top: 0px;
}
}
@media screen and (max-width: 800px) {
  .boo {
  max-width: 260px;
  height: auto;
  margin: 0 auto 0 0;
}
.what-boo-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
}
@media screen and (max-width: 620px) {
  .stpe-flex {
    flex-direction: column;
    align-items: center;
  }
  .stpe-list {
    margin-top: 40px;
  }
  .what-boo-cont {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .boo {
    margin: 0 auto;
  }
  .what-boo-text {
    position: relative;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .what-500 {
    display: block;
}
  .what-title h3 {
    font-size: 22px;
}
}
@media screen and (max-width: 420px) {
  .task_list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .task_list li:nth-child(odd) {
    position: relative;
    right:50px;
  }
  .task_list li:nth-child(even) {
    position: relative;
    margin-top: -10px;
    left: 50px;
  }
}


/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
  step
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.stpe {
  background-color: #0071BC;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.stpe-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 50px;
}
.stpe-flex {
  max-width: 1278px;
  width: 100%;
  margin: 100px auto 0;
  display: flex;
    justify-content: center;
  gap: 26px;
}
.stpe-list {
  position: relative;
  width: 300px;
}
.stpe-list-no {
  position: absolute;
  top: -80px;
    left: 50%;
    transform: translateX(-50%);
  font-weight: 700;
  line-height: 1;
  color: #0071BC;
  background-color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stpe-list-no-001 {
  position: relative;
  top: -10px;
  font-size: 18px;
}
.stpe-list-no-002 {
  font-size: 64px;
  position: relative;
  top: -20px;
}
.stpe-list-cont {
  padding: 20px 20px 70px;
  width: 100%;
  height: 420px;
  background-color: #fff;
  box-sizing: border-box;
}
.stpe-list-cont-001 {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.stpe-list-cont-001 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.stpe-list-cont-002 {
    color: #0071BC;
    font-weight: 500;
    font-size: 18px;
  line-height: 1.6;
}


.triangle2 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff; 
  margin: 0 auto 30px;
}

.title_style002 {
  text-align: center;
  background-color: #0071BC;
  font-weight: 700;
  color: #fff;
  padding: 0 10% 40px;
  margin: 5vh 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1340px) {
.stpe-list {
    position: relative;
    width: 280px;
}
.stpe-list-cont {
    padding: 50px 20px;
    width: 100%;
    height: 430px;
}
.stpe-list-cont-002 {
    font-size: 16px;
}
.stpe-list-no {
    position: absolute;
    top: -50px;
    font-weight: 700;
    line-height: 1;
    color: #0071BC;
    background-color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stpe-list-no-001 {
  position: relative;
  top: -10px;
  font-size: 18px;
}
.stpe-list-no-002 {
  font-size: 36px;
  position: relative;
  top: -14px;
}
}
@media screen and (max-width: 1280px) {
  .stpe-flex {
    max-width: 586px;
    flex-wrap: wrap;
    margin: 40px auto 0;
  }
  .stpe-list:nth-child(3) {
    margin-top: 40px;
    }
  .stpe-list:nth-child(4) {
    margin-top: 40px;
    }
}

@media screen and (max-width: 500px) {
.stpe-title {
  font-size: 22px;
  padding: 0 10px;
}
}
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
  お問い合わせ
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.qa-item {
  margin-bottom: 10px;
}

.QaA {
  max-width: 760px;
  width: 100%;
  margin: 60px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.question {
  width: 100%;
  text-align: left;
  padding: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #0071BC;
  font-weight: 700;
  background-color: #eaf4ff;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* box-shadow: 0px 0px 15px -10px #474747; */
}
.qa-icon {
  font-size: 24px;
  color: #0071BC;
  font-weight: 700;
  margin-right: 20px;
}
.toggle-icon {
  font-size: 24px;
  color: #0071BC;
  font-weight: 700;
  margin-left: 20px;
  transition: transform 0.3s;
}

.answer {
  overflow: hidden;
  max-height: 0;
  padding: 0 15px;
  /* background-color: #ecf7ff; */
  border-left: 3px solid #007bff;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.answer.open {
  max-height: 500px; /* この値は開くときの最大の高さ想定 */
  padding: 10px 15px;
  /* font-size: 0.9em; */
}
.answer a {
  /* margin-left: 20px;
  text-align: left; */
  color: #fff;
  text-decoration: underline;
  display: inline;
}
.QaA .answer a {
    color: #007bff;
}
@media screen and (max-width: 500px) {
  .qa-icon {
    font-size: 18px;
  }
  .toggle-icon {
    font-size: 18px;
  }

  .question {
    font-size: 14px;
  }
  .answer {
    font-size: 14px;
  }
}
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
  アーティクル5
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.contact_flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: .08em;
  font-size: 4.4270833333vw;
  text-align: center;
  max-width: 760px;
  margin: 90px auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact_flex img {
  width: 50%;
  height: auto;
  max-width: 300px;
}

.article005_txt {
  display:flex;
  align-items:flex-end
}

.marker {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}



  /* スマタブ */
  /* スマタブ */

 @media screen and (min-width: 600px) {
  .container_001 {
    max-width: 600px;
    margin: 24px auto;
  }
  .box_style {
    display: flex;
  }
  .article005_question_style001 {
    display: flex;
    justify-content: space-around;
    max-width: 670px;
    margin: 0 auto 50px;
  }
  .contact_flex {
    font-size: max(30px,1.5625vw);
  }
}
@media screen and (max-width: 500px) {
.contact_flex img {
    width: 33%;
}
}


@media screen and (min-width: 900px) {
/*規約ボタン
  ---------------------------------------------------------------------------*/
  #client-inner {
    flex-direction: row;	/*子要素を横並びにする。２つのボタンが横並びになります。*/
  }

  /*「求人を探す」「求人を出す」の共通設定*/
  #client-inner div {
    width: 30%;	/*ボタンの幅*/
  }

  #client-inner div a {
    padding: 30px 20px;	/*上下、左右へのボタン内の余白*/
  }

  /*ボタン同士に空けるスペース*/
  #client-inner div + div {
    margin-top: 0;		/*ボタンを縦並びにさせる際に設定した上マージンをリセット*/
    margin-left: 10%;	/*左側に空けるスペース。２つのボタンの間の余白になります。*/
  }

  /*spanタグ。大きな文字の指定です。*/
  #client-inner span {
    display: block;		/*改行させる為*/
    
  }

  /*アイコン画像（アイコンにはFont Awesomeを使用）*/
  #client-inner i {
    margin-right: 0.4em;	/*大きな文字とアイコン画像の間に空けるスペース*/
  }

 

}


/*media.html-----------------------------------------------------------------
---------------------------------------------------------------------------*/
/*media.html*/
.media-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #0050B4;
  /* padding: 4px 0 4px 20px ; */
  height: 50px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.media-title-icon {
  width: 10px;
  height: 25px;
  background-color: #FFFFFF;
  margin-right: 14px;
}


.media-top {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 120px 20px 0;
  box-sizing: border-box;
}
.media-top-flex {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.media-top-flex-001-inn {
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
.media-top-flex-001-title {
  color: #0050B4;
  font-size: 36px;
  font-weight: 900;
  white-space: nowrap;
}
.media-top-flex-001-text {
  color: #333;
  font-size: 19px;
  white-space: nowrap;
}
.media-top-flex-text {
  position: relative;
  font-size: 19px;
  padding-left: 36px;
  box-sizing: border-box;
}
.media-top-flex-text-001 {
  line-height: 1.6;
  font-weight: 700;
}
.media-top-flex-text-001u:nth-child(2) {
  position: relative;
}
.media-top-flex-text-001uin {
    font-size: 12px;
  width: 120px;
  text-align: center;
  position: absolute;
  bottom: -12px;
  right: 0px;
  color: #555;
}
.media-top-flex-text-003 {
  width: 220px;
  text-align: center;
  position: relative;
  top: 20px;
  left: 70px;
  transform: rotate(-10deg);
  color: #39894a;
}
.media-top-flex-text-004 {
  width: 200px;
  text-align: center;
  position: relative;
  top: 8px;
  right: -200px;
  transform: rotate(-10deg);
  color: #e21e79;
}

@media screen and (max-width: 1040px) {
  .media-top-flex {
    flex-direction: column;
}
.media-top-flex-001 {
  max-width: 600px;
  width: 100%;
  margin-bottom: 40px;
}
.media-top-flex-002 {
  display: flex;
  justify-content: end;
}
}
@media screen and (max-width: 768px) {
.media-top {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 0;
    padding: 120px 20px 40px;
    box-sizing: border-box;
}
  .media-top-flex {
    padding-top: 60px;
    flex-direction: column;
}
}
@media screen and (max-width: 480px) {
  .media-top-flex-001-title {
  color: #0050B4;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
  }
 .media-title {
  font-size: 16px;
 }
.media-top-flex-001-inn {
    display: flex; 
    flex-direction: column;
}
.media-top-flex-text {
    position: relative;
    font-size: 16px;
    padding-left: 0;
    box-sizing: border-box;
}
.media-top-flex-text-001u {
  padding: 0 0 12px;
}
.media-top-flex-text-001uin {
  bottom: 0;
}
.media-top-flex-text-003 {
  width: 100%;
  padding-right: 24px;
  box-sizing: border-box;
  text-align: end;
  transform: none;
  position: static;
  top: auto;
  left: auto;
}
.media-top-flex-text-004 {
  width: 100%;
  padding-right: 12px;
  box-sizing: border-box;
  text-align: end;
  transform: none;
  position: static;
  top: auto;
  right: 0;

}
}


.media-about {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
}
.media-about-inn-001 {
  padding: 20px 14px;
  box-sizing: border-box;
}
.media-about-inn-002 {
  padding: 14px 0;
  box-sizing: border-box;
}
.media-about-inn-003 {
  background-color: #f0f0f0;
  padding: 14px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.media-about-inn-004 {
  width: 100%;
  max-width: 960px;
  /* height: auto; */
  height: 270px;
  /* aspect-ratio: 960/270; */
  margin: 0 auto;
  /* padding-top: 60px; */
  padding-top: 16px;
  box-sizing: border-box;
  background-image: url(../images2/contact-00-moeshoku.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.media-about-inn-004-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 8px;
  box-sizing: border-box;
}
.media-about-inn-004-flex {
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 40px;
}
.media-about-inn-004-flex div:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
}
.media-about-inn-004-flex div:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
}
.media-about-inn-004-text {
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .media-about {
      margin: 0 auto 40px;
  }

}
@media screen and (max-width: 500px) {
    .media-about-inn-004-title {
      color: #fff;
      background-color: #0050B4;
      font-size: 16px;
      font-weight: 700;
      padding: 8px 8px;
      box-sizing: border-box;
  }
  .media-about-inn-004 {
    width: 100%;
    max-width: 500px;
    height: auto;
    /* height: 270px; */
    /* aspect-ratio: 960/270; */
    margin: 0 auto;
    padding-bottom: 120px;
    box-sizing: border-box;
    background-image: url(../images2/contact-sp-moeshoku.jpg);
      background-position: right bottom;
      background-size: contain;
      background-repeat: no-repeat;
  }
}


.media-step {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
}
.media-step-inn-001 {
  padding: 20px 14px;
}
.media-step-inn-003 {
  background-color: #f0f0f0;
  padding: 14px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
.media-step {
  margin: 0 auto 40px;
}
.media-about-inn-004-flex {
  flex-direction: column;
  gap: 20px;
  align-items: baseline;
}
}


.media-history {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
}
.media-history-inn-002 {
  position: relative;
  width: 1000px;
  height: 650px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.media-history-inn-002::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images2/media-fujitan962x1353.jpg);
  background-position: top -300px center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
}
.media-history-inn-001 {
  padding: 20px 14px;
}
.media-history-inn-002 > * {
  position: relative;
  z-index: 1;
}
.media-history-no {
  display: flex;
  position: relative;
  justify-content: space-around;
  margin: 40px 0;
}

.media-history-no::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #00B4B4;
  z-index: 0;
}
.media-history-no li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background-color: #00B4B4;
  border-radius: 50%;
  z-index: 1;
  padding-top: 24px;
  box-sizing: border-box;
}
.media-history-no li p:nth-child(1) {
   line-height: 1;
}
.media-history-no li p:nth-child(2) {
  font-size: 14px;
}
.media-history-no li:nth-child(1) {
  position: relative;
  left: -50px;
}
.media-history-no li:nth-child(2) {
  position: relative;
  right: -20px;
}
.media-history-no li:nth-child(3) {
  position: relative;
  right: -195px;
}
.media-history-no li:nth-child(4) {
  position: relative;
  right: -115px;
}
.media-history-no li:nth-child(5) {
  position: relative;
  right: -30px;
}
.media-history-event {
  display: flex;
  justify-content: space-around;
}
.media-history-event li {
  display: flex;
}
.media-history-event li:nth-child(3) {
  position: relative;
  right: -10px;
}
.media-history-event li:nth-child(4) {
  position: relative;
  left: -15px;
}
.media-history-event li:nth-child(5) {
  position: relative;
  left: -40px;
}
.media-history-event-title {
  color: #00B4B4;
  font-size: 20px;
  font-weight: 700;
    writing-mode: vertical-lr;
  text-orientation: mixed;
}
.media-history-event-text {
  font-size: 12px;
  margin-left: 12px;
    writing-mode: vertical-lr;
  text-orientation: mixed;
}
@media screen and (max-width: 1040px) {
  .media-history-inn-002 {
      position: relative;
      width: 720px;
      height: auto;
      margin: 0 auto;
      box-sizing: border-box;
      overflow: hidden;
  }
  .media-history-inn-002::before {
    background-position: top -200px center;
}

  .media-history-no li {
    width: 60px;
    height: 60px;
    font-size: 14px;
    padding-top: 16px;
  }
  .media-history-no li p:nth-child(2) {
    font-size: 12px;
  }

  .media-history-no li:nth-child(1) {
  position: relative;
  left: -30px;
  }
  .media-history-event li:nth-child(1) {
      position: relative;
      right: -10px;
  }

  .media-history-no li:nth-child(2) {
    position: relative;
    right: -20px;
  }
  .media-history-no li:nth-child(3) {
    position: relative;
    right: -140px;
  }
  .media-history-no li:nth-child(4) {
    position: relative;
    right: -80px;
  }
  .media-history-no li:nth-child(5) {
    position: relative;
    right: -26px;
  }
}

@media screen and (max-width: 768px) {
  .media-history {
  margin: 0 auto 40px;
  }
  .media-history-inn-002 {
        position: relative;
        max-width: 720px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
    }
  .media-history-inn-002::before {
    background-position: top 0px center;
}
  .media-history-sp li {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .media-history-sp-time {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700;
    background-color: #00B4B4;
    padding: 0 14px;
    box-sizing: border-box;
  }
    .media-history-sp-time span {
      padding: 0 1em;
      font-size: 0.8em;
  }
  .media-history-sp-title {
    color: #00B4B4;
    font-weight: 700;
    padding: 8px 14px;
    box-sizing: border-box;
  }
    .media-history-sp-text {
      font-size: 14px;
      padding: 0 14px;
  }
}


.media-character {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
}
.media-character-inn-001 {
  padding: 20px 14px;
}
.media-character-inn-002 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-character-inn-003 {
  padding: 40px 0 20px;
}
.media-character-inn-003-btn {
  width: 100%;
  max-width: 425px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
.media-character {
  margin: 0 auto 40px;
}
}