﻿@charset "utf-8";
/* CSS Document */

/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

/* -----------------------------------
トップページ
-------------------------------------*/
.firstview {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -999 !important;
}

.firstview .slide-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* transform: scale(1.1); */
  animation: zoomUp 5.5s linear forwards;
}

.firstview .swiper-slide.swiper-slide-prev .slide-img img {
  animation: zoomUp 5.5s linear forwards !important;
}

/* .firstview .swiper-slide:last-of-type.swiper-slide-active .slide-img img {
  animation: zoomUp 4.5s linear forwards !important;
} */

.last-active .slide-img img{
  animation: none;
}

.firstview .swiper-slide.swiper-slide-next .slide-img img {
  animation: none;
}

@keyframes zoomUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.copy {
  position: absolute;
  left: 0;
  top: calc(50% - 70px);
  display: flex;
  align-items: center;
  padding-left: 50px;
  width: 760px;
  height: 220px;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

.copy img {
  /* width: 29vw; */
}

/* お知らせ */

.top_news_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.top_news_container h1 {
  position: relative;
  top: -3px;
  font-weight: bold;
  line-height: 1;
  padding-left: 20px;
}

.top_news_container h1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 46px;
  background-color: #7fc7c7;
}

.top_news_container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  border: 1px solid #7fc7c7;
  background-color: #fff;
}

.top_news_container a:hover {
  background-color: #E4F7F8;
}

.list {
    width: 100%;
}

.list_item {
    width: 100%;
    border-top: 1px solid #ccc;
}

.list_item:last-of-type {
    border-bottom: 1px solid #ccc;
}

.list_item a {
    display: block;
    background-color: #fff;
}

.list_item a:hover {
  background-color: #f6f6f6;
}

.txt_list {
    display: flex;
}

.list_item .sub {
  position: relative;
  flex-shrink: 0;
    width: 225px;
}

.top_news .content {
  position: relative;
    color: #5d8282;
}

.new_item .sub::before {
  content: "NEW";
  position: absolute;
  right: -30px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #a64759;
}

/* 事業内容 */

.top_business .txt40{
  /* padding: 0 30px; */
  margin: 0 auto;
  margin-bottom: 40px;
  width: 320px;
  border-bottom: 4px solid #aae7e8;
  font-weight: bold;
}

.bus_container {
  margin: 0 auto;
  width: calc(100% - 8px);
  gap: 4px;
}

.bus_item {
  aspect-ratio: 1/1;
  position: relative;
  width: 33.33%;
  /* min-height: 448px; */
  background-size: 102%;
  background-position: center;
  transition: all .3s ease;
}

.bus_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7fc7c7;
  opacity: 0.8;
  z-index: 1;
  transition: all .3s ease;
  mix-blend-mode: multiply;
}

.bus_item:hover::before {
  opacity: 0;
  /* background-size: 105%; */
}

.bus_item.machine {
  background-image: url(../home/bis_banner_machine_pc.jpg);
}

.bus_item.plant {
  background-image: url(../home/bis_banner_plant_pc.jpg);
}

.bus_item.energy {
  background-image: url(../home/bis_banner_energy_pc.jpg);
}

.bus_item p {
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: center;
  width: 330px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  line-height: 1.25;
  text-align: center;
  font-weight: 500;
}

.bus_item p span {
  display: block;
  line-height: 2.5;
}

/* リンク */

.top_nav {
  background-color: #e8f1ef;
}

.top_nav .item {
  display: flex;
  align-items: end;
  width: 228px;
  height: 228px;
  background-size: 100%;
  background-position: center;
}

.top_nav .item:hover {
  background-size: 105%;
}

.top_nav .about {
  background-image: url(../home/pic_banner_company_info.jpg);
}

.top_nav .result {
  background-image: url(../home/pic_banner_result.jpg);
}

.top_nav .equip {
  background-image: url(../home/pic_banner_equip.jpg);
}

.top_nav .office {
  background-image: url(../home/pic_banner_office.jpg);
}

.top_nav .recruit {
  background-image: url(../home/pic_banner_recruit.jpg);
}

.top_nav .item .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 64px;
  color: #fff;
}

.top_nav .item .txt p {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}

.top_nav .item .txt .en {
  font-weight: 500;
}

.top_nav .item .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #266c72;
  mix-blend-mode: multiply;
  z-index: 1;
}


/* バナー */

.top_banner {
  padding: 120px 50px;
}

.partner {
  overflow: hidden;
}

.partner img {
  transition: all .3s ease;
}

.partner:hover img {
  transform:  scale(1.05);
}

.banner_item {
  border: 1px solid #000;
}

/* お問い合わせ */

.top_contact {
  background-color: #3dc8ca;
}

.top_contact a {
  border: 1px solid #fff;
  background-color: transparent;
  transition: all .3s ease;
}

.top_contact a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* -----------------------------------
企業情報
-------------------------------------*/
.page_title {
  position: relative;
  width: 100%;
  height: 480px;
  background-image: url(../about/main_img.jpg);
  background-size: cover;
  background-position: center;
}

.pt_container {
  position: absolute;
  left: 0;
  top: calc(50% - 115px + 45px);
  display: flex;
  align-items: center;
  width: 480px;
  height: 230px;
  padding-left: 100px;
  background-color: rgba(0, 0, 0, 0.4);
}

.pt_container h1 {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.4);
}

.pt_container h1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 46px;
  background-color: #aae7e8;
}

.section_title {
  width: 320px;
  font-size: 30px;
  text-align: center;
  border-bottom: 4px solid #aae7e8;
  font-weight: bold;
  white-space: nowrap;
}

.gradation {
  height: 250px;
  background: linear-gradient(90deg,rgba(32, 69, 71, 1) 0%, rgba(61, 200, 202, 1) 100%);
}

.gradation .pt_container {
  height: 160px;
  background-color: transparent;
  bottom: 0;
  top: auto;
}

/* 社長あいさつ */

.greeting {
  position: relative;
}

.main_txt {
  position: relative;
  z-index: 1;
  line-height: 2.1;
  font-weight: 400;
}

.status {
  width: fit-content;
  text-indent: 1em;
}

.ceo {
  position: absolute;
  right: -75px;
  top: 0;
  pointer-events: none;
}

/* 経営理念 */

.policy {
  background-color: #e6f0f1;
}

.txt_policy {
  width: 920px;
  color: #555;
  line-height: 1.6;
}

.txt_policy .line {
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
}

/* 品質方針・社章 */

.about_box {
  width: 575px;
  height: 540px;
  border-radius: 20px;
  border: 1px solid #3dc8ca;
  flex-direction: column;
  justify-content: unset;
}

.quality {
  font-weight: 500;
}

.quality p {
  line-height: 2.3;
}

.emblem p:first-of-type {
  font-weight: 400;
}

.emblem .txt_container {
  flex-direction: column;
}

.read,.mean {
  display: flex;
  font-weight: 400;
}

.read {
  line-height: 48px;
}

.read::before {
  content: "読み";
  position: relative;
  margin-top: -1px;
  margin-right: 15px;
  font-size: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  text-indent: 0.1em;
}

.mean {
  line-height: 24px;
}

.mean::before {
  content: "意味";
  position: relative;
  margin-top: -1px;
  margin-right: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  font-size: 16px;
}

/* 会社概要 */

.outline {
  position: relative;
  padding-bottom: 400px;
  width: 100%;
  background-color: #e6f0f1;
}

.outline .wrap {
  padding-bottom: 80px;
  background-color: #fff;
}

.outline_table {
  width: 1050px;
}

.outline_table li {
  padding: 30px;
  border-top: 1px solid #ccc;
}

.outline_table li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.outline_table li>p:first-of-type {
  width: 200px;
}

.ot_inner p:not(:last-child){
  width: 170px;
}

.acc_btn {
  width: 340px;
  height: 54px;
  border: 1px solid #3dc8ca;
  margin-left: 110px;
  background-color: transparent;
}

.acc_btn:hover {
  background-color: #E4F7F8;
}

.map {
  position: absolute;
  bottom: -120px;
  left: calc(50% - 500px);
  /* pointer-events: none; */
}

.map .honsha,
.map .kisakata,
.map .tokyo,
.map .nagoya {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #6fd4d6;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.map .honsha:hover,
.map .kisakata:hover,
.map .tokyo:hover,
.map .nagoya:hover {
  background-color: #52c2c4;
  /* border: 1px solid #0599d9; */
  color: #fff;
}

.map .honsha {
  right: 185px;
  top: 140px;
}

.map .kisakata {
  right: 160px;
  top: 172px;
}

.map .tokyo {
  right: 140px;
  top: 330px;
}

.map .nagoya {
  right: 355px;
  top: 375px;
}

/* CSR */

.sdgs {
  width: 1050px;
}

.sdgs .section_title {
  width: fit-content;
  padding: 0 20px;
}

.sdgs .section_title span {
  font-weight: normal;
}

.sdgs .pdf {
  position: relative;
  width: 340px;
  height: 54px;
  border: 1px solid #3dc8ca;
}

.sdgs .pdf img {
  position: absolute;
  left: 20px;
}

.history .swiper_btn {
  width: 1050px;
  padding-left: 0;
  padding-right: 0;
}

.history .swiper {
  background-color: #f2f2f2;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.history .swiper-slide {
  width: 1050px !important;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-color: #f2f2f2;
}

.history .swiper-slide:nth-of-type(1) {
  border-right: none;
}

.history .swiper-slide:nth-of-type(3) {
  border-left: none;
}

.his_data {
  position: relative;
  padding: 30px 0;
  transition: all .3s ease;
}

.history .swiper-slide-active .his_data {
  background-color: #fff;
}

.era {
  position: absolute;
  top: 45px;
  left: 10px;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #666;
  writing-mode: vertical-rl;
}

.his_data li {
  justify-content: unset;
  padding: 15px 140px;
}

.his_data .year {
  width: 100px;
  color: #135457;
}

.his_data .year_jp {
  width: 100px;
  color: #666;
}

.his_data .line {
  width: 60px;
  margin-right: 15px;
  border-top: 1px solid #3dc8ca;
}

.his_data .content {
  width: 480px;
  line-height: 1.5;
}

/* 許可・登録 */

.regi_list li {
  justify-content: unset;
  padding: 15px 200px;
  border-top: 1px solid #ccc;
  line-height: 1.9;
}

.regi_list li p {
  font-weight: 400;
}

.regi_list li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.regi_list li p:nth-of-type(1) {
  width: 260px;
}

/* 弊社適用規格 */

.standard {
  background-color: #e6f0f1;
}

.std_container {
  padding: 50px 75px;
  background-color: #fff;
}

.std_btn {
  justify-content: end;
}

.std_btn button {
  width: 70px;
  height: 40px;
  margin-left: 5px;
  margin-top: -70px;
  border: 1px solid #cccccc;
  background-color: #eceff0;
  color: #666666;
}

.std_btn button.active {
  border: 1px solid #3dc8ca;
  background-color: #fff;
  color: #000;
}

.std_list {
  display: none;
}

.std_list.active {
  display: block;
}

.std_list li p:first-of-type {
  flex-shrink: 0;
}

.std_list li {
  position: relative;
  padding: 15px 125px;
  line-height: 1.9;
}

.std_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
}

.std_list li:last-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
}

.std_list li p:first-of-type {
  width: 260px;
}

/* 免許・資格 */

.lic_container {
  flex-wrap: wrap;
}

.lic_item {
  width: 570px;
  border: 1px solid #9bacad;
}

.lic_item ul {
  padding: 30px 40px;
}

.lic_item li {
  justify-content: unset;
  line-height: 1.9;
}

.lic_item h3 {
  height: 48px;
  color: #fff;
  font-weight: 700;
  background-color: #9bacad;
}

.lic_item span {
  color: #3dc8ca;
  margin-right: 5px;
}

/* 労働者派遣業務 */

.staff .pdf {
  position: relative;
  width: 1000px;
  height: 54px;
  border: 1px solid #3dc8ca;
}

.staff .pdf img {
  position: absolute;
  left: 20px;
}

/* -----------------------------------
お知らせ
-------------------------------------*/
.calender {
  position: relative;
  width: fit-content;
}

.calender:hover {
  /* filter: brightness(1.05); */
  opacity: 0.8;
}

.calender p {
  position: absolute;
  left: 10px;
  top: calc(50% - 3px);
  width: 250px;
  height: 40px;
  font-weight: bold;
  background-color: #fff;
  /* border: 1px solid #000; */
  border-radius: 20px;
  color: #97816a;
  letter-spacing: -1px;
}

.topics_container .date {
  position: relative;
  width: fit-content;
  padding-right: 10px;
  color: #999;
  background-color: #fff;
  z-index: 1;
}

.topics_container .title {
  justify-content: unset;
  padding: 8px 10px 10px 10px;
  color: #204547;
  /* height: 60px; */
  margin-top: -14px;
  border-top: 4px solid #aae7e8;
  border-bottom: 1px solid #aae7e8;
  line-height: 1.5;
}

.topics_container .content {
  line-height: 1.87;
  padding-left: 10px;
  padding-right: 10px;
}

.topics_container .images {
  padding: 0 30px;
  gap: 60px;
}

.topics_container .images a {
  position: relative;
  width: 340px;
  height: 257px;
  overflow: hidden;
}

.topics_container .images a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  height: 257px;
  border: 10px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  z-index: 3;
  opacity: 1;
  transition: all .3s ease;
}

.topics_container .images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.topics_container .images a:hover::before {
  opacity: 0;
}

.topics_container .item {
  position: relative;
}

.topics_container .item a {
  position: relative;
  justify-content: unset;
  width: 100%;
  padding: 10px 30px;
  gap: 30px;
  background-color: #fff;
}

.topics_container .item a:hover {
  background-color: #f6f6f6;
}

.topics_container .item .inner {
  position: relative;
  width: 1100px;
}

.topics_container .item a::before,
.topics_container .item .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
}

.topics_container .item .inner::after {
  top: auto;
  bottom: 0;
}

.topics_nav {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: 2px solid #3dc8ca;
  box-sizing: unset;
}

.topics_nav a {
  position: absolute;
  width: 200px;
  height: 40px;
  border: 1px solid #3dc8ca;
}

.topics_nav .prev {
  left: calc(50% - 234px);
}

.topics_nav .next {
  right: calc(50% - 234px);
}

.topics_nav .prev img {
  position: absolute;
  top: calc(50% - 5px);
  left: 30px;
  transition: all .3s ease;
}

.topics_nav .next img {
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transition: all .3s ease;
}

.topics_nav .dot {
  width: 8px;
  height: 8px;
  background-color: #999;
}

.topics_nav .prev:hover img {
  left: 27px;
}

.topics_nav .next:hover img {
  right: 27px;
}

/* -----------------------------------
実績紹介
-------------------------------------*/

.category_btn {
  position: sticky;
  top: 84px;
  background-color: #fff;
  z-index: 3;
  justify-content: end;
  gap: 10px;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

.category_btn.active {
  border-bottom: 1px solid #ccc;
}

.category_btn a {
  height: 40px;
  /* border: 1px solid #10adaf; */
  background-color: #019c9e;
  color: #fff;
  border-radius: 5px;
}

.category_btn a:hover {
  background-color: #3dc8cb;
}

.category_btn .current {
  border: 1px solid transparent;
  background-color: #c7c7c7;
  pointer-events: none;
  color: #000;
}

.cate {
  border-top: 4px solid #aae7e8;
  font-weight: 700;
  line-height: 1.5;
}

.result .title {
  /* height: 44px; */
  border: none;
  background-color: #aae7e8;
  padding: 5px 20px;
  line-height: 1.4;
}

.result .content {
  padding-left: 20px;
  padding-right: 20px;
}

.movie {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  background-color: #555;
  gap: 60px;
}

.movie a {
  width: 340px;
  height: 257px;
  overflow: hidden;
}

.movie .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie .icon {
  position: absolute;
}

/* -----------------------------------
保有設備
-------------------------------------*/

.machine_box {
  padding: 40px 60px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

.machine_box>div {
  align-items: flex-start;
}

.two_pic {
  gap: 30px;
}

.machine_box .inner {
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}

.machine_box .spec {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 1.7;
}

.machine_box .inner .spec {
  width: 470px;
}

.machine_box .info {
  width: 100%;
  line-height: 1.5;
  padding-left: 60px;
  padding-top: 20px;
}

.machine_box .info .name {
  line-height: 1.3;
  font-weight: bold;
}

.machine_box .number {
  width: 200px;
  height: 32px;
  border: 1px solid #3dc8ca;
}

.machine_intro {
  position: relative;
  flex-direction: column;
  width: 1080px;
  padding: 40px;
  padding-bottom: 0;
}

.machine_intro .thumbnail {
  width: 1000px;
  height: 560px;
  object-fit: cover;
}

.machine_intro .icon {
  position: absolute;
}

.other_mcn {
  background-color: #e4f7f8;
}

.subhead {
  position: relative;
  justify-content: unset;
  text-indent: 0.5em;
  font-weight: bold;
}

.subhead::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 25px;
  background-color: #3dc8ca;
}

.table_mcn {
  width: 100%;
  border-color: #ccc;
}

.table_mcn tr {
  height: 44px;
}

.table_mcn .odd {
  background-color: #fff;
}

.table_mcn .even {
  background-color: #f2f2f2;
}

.table_mcn th {
  color: #fff;
  background-color: #666;
  border: 1px solid #ccc;
}

.table_mcn th:nth-of-type(1) {
  width: 310px;
}

.table_mcn th:nth-of-type(2) {
  width: 260px;
}

.table_mcn th:nth-of-type(3) {
  width: 525px;
}

.table_mcn th:nth-of-type(4) {
  width: 95px;
}

.table_mcn td {
  border: 1px solid #ccc;
  padding: 0 20px;
}

.table_mcn td:last-of-type {
  text-align: center;
}

/* -----------------------------------
事業内容-各種装置設計・製作
-------------------------------------*/

.business_title {
  flex-direction: column;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}

.business_title span {
  font-weight: normal;
}

.bsi_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.bsi_slider .swiper-slide {
  width: 495px;
  height: 330px;
  margin: 0 2px;
}

.bsi_slider .slide-img img {
  width: 495px;
  height: 330px;
  object-fit: cover;
  border-radius: 16px;
}

.flow {
  position: relative;
  padding: 50px;
  background-color: #e9ffff;
}

.whiteline {
  position: absolute;
  left: 0;
  top: calc(50% - 28px);
  width: 100%;
  height: 45px;
  background-color: #fff;
}

.flow_container {
  width: 1300px;
  position: relative;
}

.f_txt {
  position: absolute; 
}

.f_txt p:first-of-type {
  font-weight: bold;
}

.f_txt p:last-of-type {
  line-height: 1.57;
}

.f_txt1 {
  top: -4px;
  left: calc(50% - 555px);
}

.f_txt2 {
  top: -4px;
  left: calc(50% + 158px);
}

.f_txt3 {
  top: -4px;
  left: calc(50% + 515px);
}

.f_txt4 {
  bottom: 3px;
  left: calc(50% - 375px);
}

.f_txt5 {
  bottom: 3px;
  left: calc(50% - 20px);
}

.f_txt6 {
  bottom: 3px;
  left: calc(50% + 338px);
}

.to_result {
  width: 360px;
  height: 54px;
  border: 1px solid #3dc8ca;
  background-color: #fff;
}

.wrap.business {
  max-width: 1400px;
  padding: 0 60px;
}

.section_title_b {
  position: relative;
  font-weight: bold ;
  width: 100%;
}

.section_title_b::before {
  content: "";
  position: absolute;
  left: calc(50% - 300px);
  top: 0;
  width: 600px;
  height: 3px;
  background-color: #3dc8ca;
}

.bsi_container {
  position: relative;
}

.reverse {
  flex-direction: row-reverse;
}

.bsi_container img{
  position: absolute;
  right: 0;
}

.bsi_container .reverse img {
  left: 0;
}

.bsi_txt {
  position: relative;
  flex-direction: column;
  width: 680px;
  background-color: #204547;
  mix-blend-mode: multiply;
  padding: 30px 0 50px 0;
  color: #fff;
  z-index: 1;
}

.bsi_txt h3 {
  font-weight: 700;
}

.bsi_txt .inner {
  width: 560px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px 30px;
  line-height: 1.8;
  font-weight: 700;
}

.bsi_txt .inner span {
  position: relative;
  top: -2px;
  color: #aae7e8;
}

.bsi_txt .etc {
  text-indent: 0.8em;
  font-weight: normal;
}

.bsi_txt>p {
  width: 500px;
}

.bsi_txt .inner .left,
.bsi_txt .inner .right {
  width: 50%;
}

.bsi_txt .inner .left2 {
  width: 45%;
}

.bsi_txt .inner .right2 {
  width: 55%;
}

.client {
  background-color: #f3f3f3;
}

.cl_item {
  width: 100%;
  flex-wrap: wrap;
}

.client_list li {
  display: flex;
  align-items: center;
  width: 360px;
  height: 40px;
  padding-left: 30px;
  border-bottom: 1px solid #ccc;
}

.client_list li:nth-of-type(1),
.client_list li:nth-of-type(2),
.client_list li:nth-of-type(3) {
  border-top: 1px solid #ccc;
}

/* -----------------------------------
事業内容-プラント工事・メンテナンス
-------------------------------------*/
.plant_box {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  background-color: #e9ffff;
}

.plant_inner {
  align-items: center;
  line-height: 2;
}

.plant_txt {
  width: 515px;
}

.plant_txt span {
  position: relative;
  top: -3px;
  color: #9bacad;
}

/* -----------------------------------
事業内容-再生可能エネルギー
-------------------------------------*/
.bsi_energy {
  width: 100%;
  background-color: #e9ffff;
}

.bsi_energy .flex {
  position: relative;
  height: 640px;
}

.bsi_energy .item {
  position: relative;
  width: 25%;
  height: 100%;
  background-size: cover;
}

.bsi_energy .item img {
  position: absolute;
  left: 25px;
  bottom: 40px;
}

.item.kaze {
  background-image: url(../business/energy/4img_01.jpg);
}

.item.chi {
  background-image: url(../business/energy/4img_02.jpg);
}

.item.taiyo {
  background-image: url(../business/energy/4img_03.jpg);
}

.item.bio {
  background-image: url(../business/energy/4img_04.jpg);
}

.bsi_energy .title {
  position: absolute;
  top: 100px;
  left: calc(50% - 600px);
}

.junre {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #aae7e8;
  line-height: 1;
}

.bsi_txt .txt_indent {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.bsi_txt.chi .inner p {
  line-height: 1.5;
}

.bsi_txt.chi .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* -----------------------------------
営業所のご案内
-------------------------------------*/

.exterior {
  width: 100%;
  height: 540px;
  min-width: 1200px;
  max-width: 2000px;
  object-fit: cover;
  object-position: center;
}

.ext_flex {
  width: 1200px;
}

.half .ext_item {
  width: 50%;
}

.half .ext_item:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.ext_item li {
  /* align-items: center; */
  padding: 10px 20px;
  border-top: 1px solid #ccc;
}

.ext_item .fixed {
  height: 50px;
}

.ext_item li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.access_title {
  font-weight: bold;
}

.google_map {
  width: 1200px;
  margin: 0 auto;
  height: 480px;
  border: 1px solid #ccc !important;
}

.ext_item.table li p:first-of-type {
  width: 150px;
  color: #007274;
  font-weight: 400;
}

.ext_item.table2 li p:first-of-type {
  width: 120px;
}

.ext_item.table2 li p:nth-of-type(2) {
  line-height: 1.65;
}

.ext_item.table2 li span {
  position: relative;
  top: -2px;
  color: #999;
}

.gmap_tokyo {
  height: 520px;
  width: 585px;
  border: 1px solid #ccc !important;
}

iframe {
  display: block;
}

.exception li {
  padding: 7px 20px;
  height: 100px;
}

/* -----------------------------------
採用情報トップ
-------------------------------------*/

.rec_copy {
  width: fit-content;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}

.rec_txt {
  width: 900px;
  padding: 25px 30px;
  line-height: 1.81;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  letter-spacing: -0.6px;
}

.ideal_box {
  width: 100%;
  padding: 25px 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.ideal_box .item {
  width: 49%;
}

.ideal_box .item:first-of-type {
  border-right: 1px solid #ccc;
}

.ideal_box .item h2 {
  color: #a56539;
  font-weight: bold;
}

.number_sanei {
  width: 100%;
  background-color: #e9fff5;
}

.number_area {
  width: 1280px;
  flex-wrap: wrap;
  gap: 40px;
}

.number_area .item {
  width: 400px;
  height: 480px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

.number_area .item:first-of-type {
  width: 100%;
  height: 560px;
}

.number_area .item .title {
  width: 280px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}

.interview {
  background-color: #e9fff5;
  padding-bottom: 10px;
}

.int_banner {
  position: relative;
  display: block;
  height: 250px;
  width: 1000px;
}

.int_message {
  bottom: -3em;
  width: 100%;
  height: 90px;
  background-color: #e9fff5;
  margin: 0 auto;
}

.int_banner .person {
  position: absolute;
  bottom: 4px;
  left: calc(50% - 450px);
  z-index: 1;
  transform: scale(0.95);
  transform-origin: bottom;
  transition: all .2s ease;
}

.int_banner .bg {
  position: absolute;
  bottom: 0;
  left: calc(50% - 500px);
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.int_banner:hover .person {
  transform: scale(1);
}

.career_item .box {
  width: 190px;
  height: 182px;
  background-color: #3dc8ca;
  color: #fff;
  font-weight: bold;
  border: 4px solid #288f90;
  line-height: 1;
}

.career_item .content {
  width: 990px;
  border: 1px solid #3dc8ca;
  border-radius: 15px;
  padding-top: 10px;
}

.career_item .content li:not(:last-of-type) {
  /* background-image: url(../recruit/dotline.png); */
  background-image: repeating-linear-gradient(
    to right,
    #3dc8ca 0,
    #3dc8ca 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}

.career_item .point {
  flex-shrink: 0;
  width: 365px;
  color: #204547;
  font-weight: bold;
  line-height: 1.6;
}

.career_item .detail {
  margin-top: 3px;
  line-height: 1.6;
}

.career_item .detail2 {
  line-height: 2.5;
}

.career_item .point span {
  color: #51ccce;
}

.career_item .detail .caption {
  display: block;
  color: #666;
  margin-top: 15px;
}

.q_item {
  padding: 15px 50px;
  position: relative;
  align-items: center;
  border: 1px solid #3dc8ca;
  border-radius: 10px;
  cursor: pointer;
  background-color: #f5fffa;
}

.q_item.answer {
  pointer-events: none;
  background-color: #fff;
}

.balloon {
  position: relative;
  top: 3px;
  margin-right: 30px;
}

.q_item p {
  font-weight: bold;
  pointer-events: none;
}

.q_item .button {
  position: absolute;
  right: 10px;
  top: calc(50% - 10.5px);
  width: 21px;
  height: 21px;
  background-image: url(../recruit/btn_+.png);
  background-position: center;
  pointer-events: all;
  transition: none;
  cursor: pointer;
}

.q_item.active .button {
  background-image: url(../recruit/btn_-.png);
}

.answer {
  align-items: start;
  border: none;
  border-radius: 0;
  background-image:url(../common/line_dot.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0 50px;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}

.answer.active {
  max-height: 300px;
  padding: 15px 50px;
}

.answer p {
  padding-top: 8px;
  font-weight: normal;
}

.entry {
  background-color: #e9fff5;
}

.entry_inner {
  width: 900px;
}

.ent_list li {
  justify-content: unset;
  width: 100%;
  padding: 20px 50px;
  margin-top: 10px;
  border: 2px solid #c2d4d5;
  border-radius: 10px;
  background-color: #fff;
}

.ent_list img {
  margin-right: 50px;
}

.ent_list .category {
  flex-shrink: 0;
  width: 230px;
  color: #008a8c;
}

.ent_list .overview {
  line-height: 1.44;
}

/* -----------------------------------
採用情報-インタビュー
-------------------------------------*/

.btn_rec {
  position: fixed;
  right: -5px;
  top: 225px;
  z-index: 10;
}

.btn_rec:hover {
  right: 0;
}

.ans_area img {
  position: relative;
  z-index: 2;
}

.grad {
  position: absolute !important;
  bottom: 0;
  z-index: 1 !important;
}

/* -----------------------------------
採用情報-募集要項
-------------------------------------*/
.job_item {
  border-top: 1px solid #999;
  padding: 10px 0;
}

.job_item:last-of-type {
  border-bottom: 1px solid #999;
}

.job_item.head {
  align-items: center;
  padding: 15px 0;
  background-color: #e4f7f8;
}

.job_item .category {
  width: 200px;
  padding-left: 30px;
  color: #007274;
  flex-shrink: 0;
}

.to_form {
  border-width: 2px;
}

/* -----------------------------------
社内向けISO文書
-------------------------------------*/
.iso_caption {
  width: 1000px;
}

.iso_table {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.iso_item {
  align-items: center;
}

.iso_item .no{
  width: 60px;
  text-align: center;
}

.iso_item .file {
  width: 430px;
  padding: 0 20px;
  align-items: center;
}

.iso_item .file p {
  margin-left: 20px;
}

.iso_item .rev {
  width: 60px;
  text-align: center;
}

.iso_item .decide {
  width: 160px;
  padding: 0 20px;
}

.iso_item .upload {
  width: 160px;
  padding: 0 20px;
}

.iso_item .name {
  width: 320px;
}

.iso_item.data .name {
  text-align: right;
  padding-right: 90px;
  padding-left: 20px;
}

.iso_item {
  display: flex;
  align-items: center;
  height: 45px;
  border-top: 1px solid #ccc;
}

.iso_item:last-child {
  border-bottom: 1px solid #ccc;
}

.iso_item:nth-of-type(odd) {
  background-color: #eeffff;
}

.iso_table .head p {
  text-align: center;
  background-color: #204547;
  color: #fff;
  font-weight: bold;
  border: none;
}

.iso_table .head {
  margin-bottom: 2px;
  height: 28px;
  border: none;
}

/* -----------------------------------
お問い合わせ
-------------------------------------*/

.contact_tel {
  background-color: #e5fdfe;
}

.tel_ttl {
  width: fit-content;
  position: relative;
  font-weight: bold;
}

.tel_ttl img{
  position: absolute;
  left: -60px;
}

.tel_box {
  flex-direction: column;
  width: 1000px;
  border: 2px solid #3dc8ca;
  background-color: #fff;
  border-radius: 16px;
}

.tel_office {
  width: 340px;
  text-align: center;
  color: #204547;
  border-bottom: 2px solid #b3d4d6;
  font-weight: bold;
}

.tel_box .number {
  gap: 40px;
}

.tel_box .main {
  font-size: 48px;
  font-weight: bold;
}

.tel_box .main span {
  position: relative;
  top:2px;
  font-size: 32px;
  margin-right: 5px;
}

.tel_box .sub span {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.tel_item {
  padding: 30px 0;
  width: 332px;
  flex-direction: column;
  border-left: 1px solid #999;
  line-height: 1.5;
}

.tel_item:last-of-type {
  border-right: 1px solid #999;
}

.tel_item h3 {
  text-align: center;
  width: 200px;
  border-bottom: 2px solid #b3d4d6;
  color: #204547;
  font-weight: bold;
  margin-bottom: 10px;
}

.tel_item p span {
  position: relative;
  top: -3px;
  margin-right: 3px;
}

.form_area {
  max-width: 900px;
}

.form_item {
  position: relative;
}

.form_item p {
  justify-content: unset;
}

.required::before {
  content: "必須";
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 22px;
  color: #fff;
  background-color: #5a8a8d;
  border-radius: 2px;
  font-size: 14px;
}

.optional::before {
  content: "任意";
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 22px;
  color: #000;
  background-color: #b0c6c8;
  border-radius: 2px;
  font-size: 14px;
}

select {
  width: 400px;
  height: 35px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  appearance: none;
}

.select_wrapper {
  position: relative;
  width: 400px;
}

.select_wrapper::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  width: 16px;
  height: 16px;
  -webkit-clip-path: polygon(51% 89%, 0 0, 100% 0);
  clip-path: polygon(51% 89%, 0 0, 100% 0);
  background-color: #000;
  pointer-events: none;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 34px;
  width: 1px;
  height: 25px;
  background-color: #ccc;
  pointer-events: none;
}

input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
}

textarea {
  width: 100%;
  height: 200px;
  font-size: 16px;
  padding: 10px 20px;
  resize: none;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
}

.privacy {
  width: 100%;
  height: 300px;
  background-color: #e5fdfe;
}

.privacy .inner {
  max-width: 900px;
}

.pp_scroll {
  padding-right: 20px;
  width: 100%;
  height: 180px;
  overflow-y: auto;
}

.submit {
  border-width: 2px;
}

.alert,.confirm,.complete {
  display: none;
}

.alert{
  display: none;
}

.alert.active{
  position: absolute;
  display: block;
  bottom: -20px;
  font-size: 13px;
  color: #f00;
}

.confirm{
  display: none;
}

.confirm.active {
  position: fixed;
  display: flex;
  left: calc(50% - 510px);
  top: calc(50vh - 40vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 1020px;
  height: 80vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
  font-size: 28px;
  margin-bottom: 30px;
  background: none;
  color: #000;
  text-align: center;
}

.confirm_item {
  display: flex;
  justify-content: left;
  padding: 16px 60px;
  width: 100%;
  border-top: 1px solid #000;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #000;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  width: 180px;
  margin-right: 20px;
  line-height: 1.5;
  color: #999;
}

.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  width: 620px;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 50px;
  width: 130px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #005fad;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  left: calc(50% - 450px);
  top: calc(50% - min(40vh, 400px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 900px;
  height: 80vh;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}
.complete.active{
  display: flex;
}
.complete h1{
  margin-bottom: 30px;
}
.close{
  width: 130px;
  height: 50px;
  font-size: 18px;
  background-color: #005fad;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}

.close:hover{
  opacity: .8;
}

.grecaptcha-badge {
  bottom: 120px !important;
}





}  /*  PC版ここまで  */



/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {
/* -----------------------------------
トップページ
-------------------------------------*/
.firstview {
  position: absolute;
  top: 13vw;
  width: 100%;
}

.firstview .slide-img {
  overflow: hidden;
}

.firstview .slide-img img {
  width: 100%;
  height: 49vw;
  object-fit: cover;
  transform: scale(1.1);
  animation: zoomUp 5.5s linear forwards;
}

.firstview .swiper-slide.swiper-slide-prev .slide-img img {
  animation: zoomUp 5.5s linear forwards !important;
}

.last-active .slide-img img{
  animation: none;
}

.firstview .swiper-slide.swiper-slide-next .slide-img img {
  animation: none;
}

@keyframes zoomUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.copy p{
  position: relative;
  white-space: nowrap;
  transform: scaleX(0.9);
  letter-spacing: -1px;
  text-align: center;
  font-weight: bold;
  color: #666;
}

.copy p::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(187, 238, 239, 1) 10%, rgba(187, 238, 239, 1) 90%, rgba(0, 0, 0, 0) 100%);
}

/* お知らせ */

.top_news_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.top_news_container h1 {
  position: relative;
  /* top: -3px; */
  font-weight: bold;
  line-height: 1;
  padding-left: 2vw;
}

.top_news_container h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3vw;
  height: 7vw;
  background-color: #7fc7c7;
}

.top_news>a {
  width: 56vw;
  height: 8vw;
  border: 1px solid #7fc7c7;
  background-color: #fff;
}

.top_news_container a:hover {
  background-color: #E4F7F8;
}

.list {
    width: 100%;
}

.list_item {
    width: 100%;
    border-top: 1px solid #ccc;
}

.list_item:last-of-type {
    border-bottom: 1px solid #ccc;
}

.list_item a {
    display: block;
    background-color: #fff;
    padding: 2.5vw 0
}

.list_item a:hover {
  background-color: #f6f6f6;
}

.list_item .sub {
  position: relative;
    width: 225px;
    line-height: 1.3;
    padding: 0 1.5vw;
}

.new_item .sub::before {
  content: "NEW";
  position: absolute;
  left: 21vw;
  top: calc(50% - 2.11vw);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.4vw;
  height: 4.22vw;
  font-size: 3.6vw;
  color: #fff;
  background-color: #a64759;
}

.top_news .content {
  margin-top: 0.5vw;
    color: #5d8282;
    line-height: 1.3;
    padding: 0 1.5vw;
}

/* 事業内容 */

.top_business .txt40{
  font-weight: bold;
}

.bus_container {
  flex-direction: column;
  width: 100%;
  padding: 0 0.6vw;
}

.bus_item {
  position: relative;
  width: 100%;
  height: 46.8vw;
  background-size: 100% auto;
  background-position: center;
  transition: all .3s ease;
  margin-bottom: 0.6vw;
}

.bus_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7fc7c7;
  opacity: 0.8;
  z-index: 1;
  transition: all .3s ease;
  mix-blend-mode: multiply;
}

.bus_item:hover {
  background-size: 105%;
}

.bus_item.machine {
  background-image: url(../home/bis_banner_machine_pc.jpg);
}

.bus_item.plant {
  background-image: url(../home/bis_banner_plant_pc.jpg);
}

.bus_item.energy {
  background-image: url(../home/bis_banner_energy_pc.jpg);
}

.bus_item p {
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: center;
  width: 72vw;
  height: 22vw;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  line-height: 1.25;
  text-align: center;
  font-weight: 500;
  font-size: 7.5vw;
}

.bus_item p span {
  display: block;
  line-height: 2.5;
  font-size: 3.1vw;
}

/* リンク */

.top_nav {
  padding: 12vw 0 8vw 0;
  background-color: #e8f1ef;
}

.top_nav .wrap {
  flex-wrap: wrap;
}

.top_nav .item {
  display: flex;
  align-items: end;
  margin-bottom: 4vw;
  width: 48%;
  height: 34vw;
  background-size: cover;
  background-position: center;
}

.top_nav .about {
  width: 100%;
  background-image: url(../home/pic_banner_company_info_sp.jpg);
}

.top_nav .result {
  background-image: url(../home/pic_banner_result.jpg);
}

.top_nav .equip {
  background-image: url(../home/pic_banner_equip.jpg);
}

.top_nav .office {
  background-image: url(../home/pic_banner_office.jpg);
}

.top_nav .recruit {
  background-image: url(../home/pic_banner_recruit.jpg);
}

.top_nav .item .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 11vw;
  color: #fff;
}

.top_nav .item .txt p {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}

.top_nav .item .txt .en {
  font-weight: 500;
}

.top_nav .item .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #266c72;
  mix-blend-mode: multiply;
  z-index: 1;
}


/* バナー */

.top_banner {
  padding: 4vw 5vw 8vw 5vw;
}

.banner_item {
  width: 24%;
  border: 1px solid #000;
}

.partner {
  display: block;
  margin: 0 auto;
  margin-top: 8vw;
  width: 50vw;
}

/* お問い合わせ */

.top_contact {
  flex-direction: column;
  background-color: #3dc8ca;
}

.top_contact a {
  margin-top: 1.5vw;
  border: 1px solid #fff;
}

.top_contact a img {
  width: 56vw;
}

/* -----------------------------------
企業情報
-------------------------------------*/
.page_title {
  position: relative;
  width: 100%;
  height: 34vw;
  background-image: url(../about/main_img.jpg);
  background-size: cover;
  background-position: center;
}

.pt_container {
  position: absolute;
  left: 0;
  top: calc(50% - 10vw);
  display: flex;
  align-items: center;
  width: 42.2vw;
  height: 20vw;
  padding-left: 3.5vw;
  background-color: rgba(0, 0, 0, 0.4);
}

.pt_container h1 {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding-left: 2.5vw;
  line-height: 1;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.4);
}

.pt_container h1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1vw;
  height: 5vw;
  background-color: #aae7e8;
}

.section_title {
  width: 50vw;
  font-size: 4.7vw;
  text-align: center;
  border-bottom: 0.8vw solid #aae7e8;
  font-weight: bold;
  white-space: nowrap;
  padding-bottom: 1vw;
}

.gradation {
  height: 20.3vw;
  background: linear-gradient(90deg,rgba(32, 69, 71, 1) 0%, rgba(61, 200, 202, 1) 100%);
}

.gradation .pt_container {
  background-color: transparent;
  bottom: 0;
  top: auto;
}

/* 社長あいさつ */

.greeting {
  position: relative;
}

.main_txt {
  line-height: 1.7;
  font-weight: 400;
}

.status {
  position: absolute;
  top: 32vw;
  left: 0;
  width: 45.3vw;
  height: 14.8vw;
  margin: 0;
  color: #fff;
  z-index: 1;
}

.status::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(32, 69, 71, 0.7);
  mix-blend-mode: multiply;
  z-index: -1;
}

.status .name {
  text-indent: 0.6em;
}

.separate {
  display: block;
  width: 10vw;
  padding: 0 !important;
  margin: 0 auto;
  margin-top: 8vw;
  margin-bottom: 10vw;
}

/* 経営理念 */

.policy {
  background-color: #e6f0f1;
}

.txt_policy {
  width: 72.5vw;
  color: #555;
  line-height: 1.6;
}

.txt_policy .line {
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  margin: 2vw 0;
}

/* 品質方針・社章 */
.policy_flex {
  display: block;
}

.about_box {
  width: 100%;
  border-radius: 4vw;
  border: 1px solid #3dc8ca;
  flex-direction: column;
  justify-content: unset;
}

.quality {
  line-height: 2;
  font-weight: 500;
  padding-bottom: 5vw;
}

.quality p {
  margin-top: 3vw;
}

.emblem {
  padding-bottom: 8vw;
}

.emblem p:first-of-type {
  font-weight: 400;
}

.emblem img {
  margin-top: 10vw;
  width: 40vw;
}

.emblem .txt_container {
  flex-direction: column;
}

.read,.mean {
  display: flex;
  font-weight: 400;
}

.read {
  line-height: 7vw;
}

.read::before {
  content: "読み";
  position: relative;
  margin-top: -1px;
  margin-right: 15px;
  /* font-size: 16px; */
  width: 7vw;
  height: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  text-indent: 0.1em;
}

.mean {
  line-height: 3.5vw;
}

.mean::before {
  content: "意味";
  position: relative;
  margin-top: -1px;
  margin-right: 15px;
  width: 7vw;
  height: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  /* font-size: 16px; */
}

/* 会社概要 */

.outline {
  position: relative;
  padding: 12vw 3.5vw 0 3.5vw;
  padding-bottom: 44vw;
  width: 100%;
  background-color: #e6f0f1;
}

.outline .wrap {
  width: 100%;
  background-color: #fff;
}

.outline_table {
  width: 100%;
}

.outline_table li {
  display: block;
  padding: 2vw;
  border-top: 1px solid #ccc;
  line-height: 1.5;
}

.outline_table li>p:first-of-type {
  color: #204547;
  font-weight: 700;
}

.outline_table li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.outline_table li>p:nth-of-type(2) {
  text-indent: 1em;
}

.ot_inner {
  padding-left: 2em;
  text-indent: -0.8em;
  display: block;
}

.ot_inner p:not(:last-of-type) {
  margin-bottom: 1vw;
}

.ot_inner span {
  /* line-height: 4.2vw; */
  position: relative;
  top: -0.2em;
  left: -0.2em;
  color: #999;
}

.ot_inner2 {
  display: flex;
  text-indent: 0;
  padding-left: 1em;
  line-height: 2.3;
}

.ot_inner2 p {
  margin: 0 4vw 0 0 !important;
}

.acc_btn {
  width: 53vw;
  height: 8.5vw;
  border: 1px solid #3dc8ca;
  margin: 0 auto;
}

.map {
  position: absolute;
  width: 94vw;
  bottom: -6vw;
  left: calc(50% - 47vw);
  pointer-events: none;
}

/* CSR */

.sdgs {
  width: 100%;
}

.sdgs .section_title {
  text-indent: -2.8em;
}

.sdgs .section_title span {
  font-weight: normal;
}

.sdgs .pdf {
  position: relative;
  width: 53vw;
  height: 8.5vw;
  border: 1px solid #3dc8ca;
}

.sdgs .pdf img {
  position: absolute;
  left: 2.5vw;
  width: 3.6vw;
}

.swiper_btn {
  width: 100%;
  padding: 8vw 3.5vw 2vw 3.5vw;
}

.swiper_btn img {
  height: 3.5vw;
  width: auto;
}

.history .swiper {
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.history .swiper-slide {
  width: 91vw !important;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.history .swiper-slide:nth-of-type(1) {
  border-right: none;
}

.history .swiper-slide:nth-of-type(3) {
  border-left: none;
}

.his_data {
  position: relative;
  padding: 8vw 0;
  transition: all .3s ease;
}

.history .swiper-slide-active .his_data {
  background-color: #fff;
}

.era {
  position: absolute;
  top: 7vw;
  left: 2vw;
  font-size: 7.8vw;
  line-height: 1;
  color: #666;
  writing-mode: vertical-rl;
}

.his_data li {
  justify-content: unset;
  align-items: unset;
  padding: 0 3vw 0 15vw;
}

.his_data li:not(:last-of-type) {
  margin-bottom: 6vw;
}
 
.his_data .year {
  width: 15vw;
  color: #135457;
  line-height: 3.7vw;
}

.his_data .year_jp {
  /* width: 100px; */
  color: #666;
  line-height: 3.7vw;
}

.his_sp {
  display: block;
  width: 57vw;
}

/* 許可・登録 */

.regi_list li {
  display: block;
  padding: 1.5vw 5vw;
  border-top: 1px solid #ccc;
  line-height: 2;
}

.regi_list li p {
  font-weight: 400;
}

.regi_list li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.regi_list li p:nth-of-type(1) {
  text-indent: -1em;
  font-weight: 700;
}

/* 弊社適用規格 */

.standard {
  background-color: #e6f0f1;
}

.std_container {
  padding: 10vw 3.5vw 6vw 3.5vw;
  background-color: #fff;
}

.std_btn {
  justify-content: end;
  margin-right: -2vw;
}

.std_btn button {
  width: 11vw;
  height: 6.3vw;
  margin-left: 1vw;
  margin-top: -13vw;
  border: 1px solid #cccccc;
  background-color: #eceff0;
  color: #666666;
}

.std_btn button.active {
  border: 1px solid #3dc8ca;
  background-color: #fff;
  color: #000;
}

.std_list {
  display: none;
}

.std_list.active {
  display: block;
}

.std_list li {
  display: block;
  position: relative;
  padding: 2vw 1vw;
  line-height: 2;
}

.std_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
}

.std_list li:last-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
}

.std_list li p:last-of-type {
  padding-left: 1em;
}

/* 免許・資格 */

.lic_container {
  flex-wrap: wrap;
}

.lic_item {
  width: 100%;
  border: 1px solid #9bacad;
  margin-bottom: 5vw;
}

.lic_item ul {
  padding: 3vw 5vw;
}

.lic_item li {
  justify-content: unset;
  line-height: 2;
}

.lic_item h3 {
  height: 7.2vw;
  color: #fff;
  font-weight: 700;
  background-color: #9bacad;
}

.lic_item span {
  color: #3dc8ca;
  margin-right: 0.8vw;
}

/* 労働者派遣業務 */

.sep_staff {
  margin-top: 4vw;
  margin-bottom: 12vw;
}

.staff .pdf {
  flex-direction: column;
  position: relative;
  width: 80vw;
  height: 20.3vw;
  border: 1px solid #3dc8ca;
}

.staff .pdf img {
  /* position: absolute; */
  left: 20px;
  width: 3.6vw;
}

.staff p {
  width: 60vw;
}

/* -----------------------------------
お知らせ
-------------------------------------*/
.calender {
  position: relative;
  width: fit-content;
}

.calender img {
  width: 84.4vw;
}

.calender p {
  position: absolute;
  left: calc(50% - 25vw);
  bottom: 2vw;
  width: 50vw;
  height: 7.2vw;
  font-weight: bold;
  background-color: #fff;
  border-radius: 3.6vw;
  color: #97816a;
}

.topics_container .date {
  position: relative;
  width: fit-content;
  padding-right: 2vw;
  color: #999;
  background-color: #fff;
  z-index: 1;
}

.topics_container .title {
  justify-content: unset;
  padding: 2vw 0;
  padding-left: 1vw;
  color: #204547;
  margin-top: -2.4vw;
  border-top: 0.8vw solid #aae7e8;
  border-bottom: 1px solid #aae7e8;
  font-weight: 400;
}

.topics_container .content {
  padding-left: 1vw;
  padding-right: 1vw;
  line-height: 1.7;
}

.topics_container .images {
  padding: 0;
  /* justify-content: space-between; */
  gap: 4.2vw;
}

.topics_container .images a {
  position: relative;
  width: 26.5vw;
  height: 22vw;
  overflow: hidden;
}

.topics_container .images a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26.5vw;
  height: 22vw;
  border: 1vw solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  z-index: 3;
}

.topics_container .images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.topics_container .item a {
  position: relative;
  justify-content: unset;
  width: 100%;
  padding: 2vw;
  gap: 4vw;
  background-color: #fff;
}

.topics_container .item a img {
  width: 6.25vw;
  height: auto;
}

.topics_container .item .wrap {
  padding: 0;
}

.topics_container .item .inner {
  position: relative;
}

.topics_container .item a::before,
.topics_container .item .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  /* background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  ); */
  background-repeat: repeat-x;
}

.topics_container .item .inner::after {
  top: auto;
  bottom: 0;
}

.topics_nav {
  position: relative;
  width: 100%;
  height: 8.75vw;
  border-top: 2px solid #3dc8ca;
  box-sizing: unset;
}

.topics_nav a {
  position: absolute;
  width: 18.75vw;
  height: 8.75vw;
  border: 1px solid #3dc8ca;
  gap: 1.5vw;
}

.topics_nav .prev {
  left: calc(50% - 23.375vw);
}

.topics_nav .next {
  right: calc(50% - 23.375vw);
}

.topics_nav a img {
  position: relative;
  top: 0.2vw;
}

.topics_nav .prev img {
  width: 2.5vw;
  transition: all .3s ease;
}

.topics_nav .next img {
  width: 2.5vw;
  transition: all .3s ease;
}

.topics_nav .dot {
  width: 1.25vw;
  height: 1.25vw;
  background-color: #999;
}

.sep_topics {
  margin-top: 12vw ;
  margin-bottom: 12vw ;
}

/* -----------------------------------
実績紹介
-------------------------------------*/

.category_btn {
  justify-content: space-between;
}

.category_btn a {
  padding-top: 0.5vw;
  height: 7.8vw;
  width: 28.5vw;
  /* border: 1px solid #10adaf; */
  line-height: 1.25;
  font-weight: 400;
  background-color: #019c9e;
  color: #fff;
  border-radius: 5px;
}

.category_btn .current {
  /* border: 1px solid #ccc; */
  background-color: #c7c7c7;
  pointer-events: none;
  color: #000;
}

.cate {
  margin-top: 2vw;
  border-top: 4px solid #aae7e8;
  font-weight: 700;
  line-height: 1.5;
}

.result .title {
  /* height: 44px; */
  border: none;
  background-color: #aae7e8;
  padding: 1vw 4vw;
  line-height: 1.4;
}

.result .content {
  padding-left: 4vw;
  padding-right: 4vw;
}

.movie {
  padding: 2vw 4.5vw;
  background-color: #555;
  gap: 5.75vw;
}

.movie a {
  width: 26.5vw;
  height: 22vw;
  overflow: hidden;
}

.movie .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie .icon {
  position: absolute;
  width: 8vw;
}

/* -----------------------------------
保有設備
-------------------------------------*/

.machine_box {
  padding: 6vw 4vw;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

.two_pic {
  flex-direction: column;
  gap: 5vw;
}

.machine_box .inner {
  display: block;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}

.machine_box .spec {
  margin-top: 2vw;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 1.7;
}

.machine_img {
  display: block;
  width: 72vw;
  margin: 0 auto;
}

.machine_box .info {
  line-height: 1.5;
  padding-top: 20px;
}

.machine_box .info .name {
  line-height: 1.3;
  font-weight: bold;
}

.machine_box .number {
  width: 32.8vw;
  height: 5.9vw;
  border: 1px solid #3dc8ca;
}

.machine_intro {
  position: relative;
  flex-direction: column;
  width: 100%;
  padding: 6vw 0;
  padding-bottom: 0;
}

.machine_intro .thumbnail {
  width: 78vw;
  height: 45vw;
  object-fit: cover;
}

.machine_intro .icon {
  position: absolute;
  width: 13.6vw;
}

.machine_box>.flex {
  display: block;
}

.other_mcn {
  background-color: #e4f7f8;
}

.other_mcn>.wrap {
  padding: 0;
}

.subhead {
  margin: 0 4.5vw;
  position: relative;
  justify-content: unset;
  text-indent: 0.5em;
  font-weight: bold;
}

.scroll {
  margin-top: 2vw;
  width: 100%;
  overflow-x: scroll;
  padding: 0 4.5vw;
}

.scroll::-webkit-scrollbar-track {
  margin: 0 20px;
}

.subhead::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.8vw;
  height: 4.4vw;
  background-color: #3dc8ca;
}

.table_mcn {
  width: 100vw;
  border-color: #ccc;
}

.tm_kisakata {
  width: 100%;
}

.table_mcn tr {
  height: 6.7vw;
}

.table_mcn .odd {
  background-color: #fff;
}

.table_mcn .even {
  background-color: #f2f2f2;
}

.table_mcn th {
  color: #fff;
  border: 1px solid #ccc;
  background-color: #666;
}

.tm_main th:nth-of-type(1) {
  width: fit-content;
}

.tm_main th:nth-of-type(2) {
  width: fit-content;
}

.tm_main th:nth-of-type(3) {
  width: fit-content;
}

.tm_main th:nth-of-type(4) {
  width: fit-content;
}

.table_mcn td {
  border: 1px solid #ccc;
  padding: 0 3vw;
}

.table_mcn td:last-of-type {
  text-align: center;
}

/* -----------------------------------
事業内容-各種装置設計・製作
-------------------------------------*/

.business_title {
  flex-direction: column;
  font-weight: bold;
  line-height: 1.5;
}

.business_title span {
  font-weight: normal;
}

.bsi_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.bsi_slider .swiper-slide {
  width: 43.3vw;
  height: 28.9vw;
  margin: 0 2px;
}

.bsi_slider .slide-img img {
  width: 43.3vw;
  height: 28.9vw;
  object-fit: cover;
  border-radius: 2vw;
}

.flow {
  position: relative;
  padding: 6vw 4.5vw;
  background-color: #e9ffff;
}

.flow_container {
  width: 100%;
  position: relative;
}

.f_txt {
  display: none;
}
.to_result {
  width: 56.25vw;
  height: 8.5vw;
  border: 1px solid #3dc8ca;
  background-color: #fff;
}

.section_title_b {
  width: fit-content;
  font-weight: bold ;
  /* padding: 0 4.5vw; */
  width: 62.5vw;
  padding-top: 1vw;
  border-top: 3px solid #3dc8ca;
}

.bsi_container {
  position: relative;
}

.bsi_container>.flex {
  display: block;
}

.bsi_txt {
  position: relative;
  flex-direction: column;
  width: 100%;
  background-color: #204547;
  mix-blend-mode: multiply;
  padding: 5vw 4.5vw 5vw 4.5vw;
  color: #fff;
  z-index: 1;
  margin-top: 0;
}

.bsi_txt h3 {
  font-weight: 700;
}

.bsi_txt .inner {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3vw 4vw;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 4vw;
}

.bsi_txt .inner span {
  position: relative;
  top: -2px;
  color: #aae7e8;
}

.bsi_txt .etc {
  text-indent: 0.8em;
  font-weight: normal;
}

.bsi_txt>p {
  width: 100%;
}

.bsi_txt .inner .left,
.bsi_txt .inner .right {
  width: 50%;
}

.client {
  background-color: #f3f3f3;
}

.client_list {
  flex-wrap: wrap;
}

.cl_item {
  width: 100%;
  flex-direction: column;
}

.client_list li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6.25vw;
  padding-left: 4.5vw;
  border-top: 1px solid #ccc;
}

.client_list .cl_item:last-of-type li:last-of-type {
  border-bottom: 1px solid #ccc;
}

/* -----------------------------------
事業内容-プラント工事・メンテナンス
-------------------------------------*/
.bsi_txt .block {
  display: block;
}

.bsi_txt .block .left,
.bsi_txt .block .right {
  width: 100%;
}

.plant_box {
  padding-left: 6vw;
  padding-right: 6vw;
  width: 100%;
  background-color: #e9ffff;
}

.plant_inner {
  display: block;
  line-height: 2;
}

.plant_txt {
  width: 515px;
}

.plant_txt span {
  position: relative;
  top: -1px;
  color: #9bacad;
}

/* -----------------------------------
事業内容-再生可能エネルギー
-------------------------------------*/
.bsi_energy {
  width: 100%;
  background-color: #e9ffff;
}

.bsi_energy .flex {
  position: relative;
  height: 47vw;
}

.bsi_energy .item {
  position: relative;
  width: 25%;
  height: 100%;
  background-size: cover;
}

.bsi_energy .item img {
  position: absolute;
  left: 1.5vw;
  bottom: 2vw;
  width: auto;
  height: 25vw;
}

.item.kaze {
  background-image: url(../business/energy/4img_01.jpg);
}

.item.chi {
  background-image: url(../business/energy/4img_02.jpg);
}

.item.taiyo {
  background-image: url(../business/energy/4img_03.jpg);
}

.item.bio {
  background-image: url(../business/energy/4img_04.jpg);
}

.bsi_energy .title {
  position: absolute;
  top: 6vw;
  left: 5%;
  width: 90%;
  height: auto;
}

.junre {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #aae7e8;
  line-height: 1;
  padding-bottom: 2vw;
}

.bsi_txt .txt_indent {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.bsi_txt.chi .inner p {
  line-height: 1.5;
}

.bsi_txt.chi .inner p:not(:last-of-type) {
  margin-bottom: 2vw;
}

.bsi_txt.chi .inner {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
}

/* -----------------------------------
営業所のご案内
-------------------------------------*/

.exterior {
  width: 100%;
  height: 39vw;
  object-fit: cover;
  object-position: center;
}

.ext_flex_sp {
  display: block;
}

.ext_wrap {
  padding: 0 4.5vw;
}

.ext_item_sp {
  width: 100%;
}

.pic_sp {
  width: 43.5vw;
}

.ext_item li {
  /* align-items: center; */
  display: block;
  padding: 1.5vw 3vw;
  border-top: 1px solid #ccc;
  line-height: 1.44;
}

.ext_item li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.access_title {
  font-weight: bold;
}

.google_map {
  width: 100%;
  height: 75vw;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}

.gmap_tokyo {
  width: 100%;
  height: 75vw;
  border: 1px solid #ccc !important;
}

.ext_item.table li p:first-of-type {
  width: 150px;
  margin-bottom: 0.5vw;
  color: #007274;
  font-weight: 400;
}

.ext_item.table2 li p:first-of-type {
  width: 120px;
}

.ext_item.table2 li span {
  color: #999;
  font-size: 2vw;
  position: relative;
  top: -0.2vw;
}

.city_pic {
  display: block;
  margin: 0 auto;
  width: 65.6vw;
}

iframe {
  display: block;
}

/* -----------------------------------
採用情報トップ
-------------------------------------*/

.rec_copy {
  width: fit-content;
  text-align: center;
  font-weight: bold;
}

.sunr {
  display: block;
  width: 72vw;
}

.rec_txt {
  width: 100%;
  padding: 3vw 3vw;
  line-height: 1.81;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  letter-spacing: -0.6px;
}

.ideal_img {
  display: block;
  width: 62vw;
}

.ideal_box {
  display: block;
  width: 100%;
  padding: 0 4vw;
  border: 1px solid #ccc;
  border-radius: 2vw;
}

.ideal_box .item {
  padding: 5vw 0;
}

.ideal_box .item:first-of-type {
  border-bottom: 1px solid #ccc;
}

.ideal_box .item h2 {
  color: #a56539;
  font-weight: bold;
}

.number_sanei {
  width: 100%;
  background-color: #e9fff5;
}

.number_area {
  padding: 0 4.5vw;
  width: 100%;
  flex-wrap: wrap;
}

.number_area .item {
  margin-top: 6vw;
  width: 43vw;
  height: 53.7vw;
  padding: 2vw 2vw;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}

.number_area .item:first-of-type {
  margin-top: 3vw;
  width: 100%;
  padding: 2vw 7vw;
  height: 156.3vw;
}

.number_area .item .title {
  width: 34vw;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.5;
}

.rec_flow_img {
  display: block;
  width: 68.75vw;
}

.interview {
  background-color: #e9fff5;
  padding-bottom: 1vw;
}

.int_message {
  width: 100%;
  background-color: #e9fff5;
  padding-bottom: 4vw;
}

.career_item {
  display: block;
}

.career_item .box {
  width: 37.5vw;
  height: 10vw;
  background-color: #3dc8ca;
  color: #fff;
  font-weight: bold;
  border: 3px solid #288f90;
  line-height: 1;
  margin-bottom: 1vw;
}

.career_item .content {
  width: 100%;
  border: 1px solid #3dc8ca;
  border-radius: 15px;
  padding-top: 10px;
}

.career_item .content li {
  display: block;
}

.career_item .content li:not(:last-of-type) {
  /* background-image: url(../recruit/dotline.png); */
  background-image: repeating-linear-gradient(
    to right,
    #3dc8ca 0,
    #3dc8ca 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}

.career_item .point {
  flex-shrink: 0;
  /* width: 365px; */
  color: #204547;
  font-weight: bold;
  line-height: 1.6;
}

.career_item .detail {
  margin-top: 3px;
  line-height: 1.6;
  padding-left: 1.2em;
}

.career_item .detail2 {
  line-height: 1.6;
}

.career_item .detail3 {
  padding: 0;
}

.career_item .point span {
  color: #51ccce;
  
}

.career_item .detail .caption {
  display: block;
  color: #666;
  margin-top: 2vw;
}

.q_item {
  padding: 2vw 3vw;
  position: relative;
  align-items: center;
  border: 1px solid #3dc8ca;
  border-radius: 10px;
  background-color: #f5fffa;
}

.q_item.answer {
  pointer-events: none;
  background-color: #fff;
}

.balloon {
  position: relative;
  top: 3px;
  margin-right: 4vw;
  width: 9.5vw;
}

.q_item p {
  font-weight: bold;
  line-height: 1.33;
  padding-right: 10vw;
  pointer-events: none;
}

.q_item .button {
  position: absolute;
  right: 10px;
  top: calc(50% - 2vw);
  width: 4vw;
  height: 4vw;
  background-image: url(../recruit/btn_+.png);
  background-position: center;
  pointer-events: all;
  transition: none;
  cursor: pointer;
}

.q_item.active .button {
  background-image: url(../recruit/btn_-.png);
}

.answer {
  align-items: start;
  border: none;
  border-radius: 0;
  background-image: repeating-linear-gradient(
    to right,
    #999999 0,
    #999999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
  padding: 0 3vw;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}

.answer.active {
  max-height: 220px;
  padding: 2vw 3vw;
}

.answer p {
  padding-right: 0;
  padding-top: 1vw;
  font-weight: normal;
}

.entry {
  background-color: #e9fff5;
}

.entry_inner {
  width: 100%;
}

.ent_list li {
  justify-content: unset;
  width: 100%;
  padding: 2vw 5vw;
  margin-top: 10px;
  border: 2px solid #c2d4d5;
  border-radius: 10px;
  background-color: #fff;
}

.ent_list img {
  width: 6vw;
  margin-right: 4vw;
}

.txt_container {
  flex-direction: column;
}

.ent_list .category {
  flex-shrink: 0;
  color: #008a8c;
  line-height: 1.44;
}

.ent_list .overview {
  line-height: 1.44;
}

/* -----------------------------------
採用情報-インタビュー
-------------------------------------*/

.btn_rec {
  position: fixed;
  right: 0px;
  top: 24vw;
  z-index: 10;
  width: 10vw;
}

.int_ttl {
  display: block;
  width: 73vw;
}

.grad {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sec_int {
  background-repeat: repeat-x;
  background-position: bottom;
}

.int1 {
  background-image: url(../recruit/interview/grad01_sp.png);
}

.int2 {
  background-image: url(../recruit/interview/grad02_sp.png);
}

.int3 {
  background-image: url(../recruit/interview/grad03_sp.png);
}

.int4 {
  background-image: url(../recruit/interview/grad04_sp.png);
}

.int5 {
  background-image: url(../recruit/interview/grad05_sp.png);
}

.int6 {
  background-image: url(../recruit/interview/grad06_sp.png);
}

.int7 {
  background-image: url(../recruit/interview/grad07_sp.png);
}

.ans_area {
  margin-top: 6vw;
  padding-bottom: 4vw;
}

/* -----------------------------------
採用情報-募集要項
-------------------------------------*/
.job_item {
  display: block;
  border-top: 1px solid #999;
  padding: 3vw 1vw;
  line-height: 1.36;
}

.job_item:last-of-type {
  border-bottom: 1px solid #999;
}

.job_item.head {
  align-items: center;
  background-color: #e4f7f8;
  padding-bottom: 4.5vw;
}

.job_item .category {
  color: #007274;
}

.job_item .content {
  padding-left: 1em;
}

.to_form {
  border-width: 2px;
  width: 65.6vw;
  height: 11vw;
}

/* -----------------------------------
社内向けISO文書
-------------------------------------*/

.scroll {
  
}
.iso_table {
  width: calc(159.7vw + 10px);
  /* padding-right: 4.5vw; */
}
.iso_caption {
  width: 100%;
  padding: 0 4.5vw;
}

.iso_item .no{
  width: 7.8vw;
  text-align: center;
}

.iso_item .file {
  width: 60.9vw;
  padding: 0 3vw;
  align-items: center;
}

.iso_item .file p {
  margin-left: 20px;
}

.iso_item .file img {
  width: 2.65vw;
}

.iso_item .rev {
  width: 7.8vw;
  text-align: center;
}

.iso_item .decide {
  width: 20.8vw;
  padding: 0 3vw;
}

.iso_item .upload {
  width: 20.8vw;
}

.iso_item.data .upload {
  padding: 0 3vw;
}

.iso_item .name {
  width: 41.6vw;
}

.iso_item.data .name {
  text-align: right;
  padding-right: 10vw;
  padding-left: 4vw;
}

.iso_item {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 45px;
  border-top: 1px solid #ccc;
}

.iso_item:last-child {
  border-bottom: 1px solid #ccc;
}

.iso_item:nth-of-type(odd) {
  background-color: #eeffff;
}

.iso_table .head p {
  text-align: center;
  background-color: #204547;
  color: #fff;
  font-weight: bold;
  border: none;
}

.iso_table .head {
  margin-bottom: 2px;
  height: 4.375vw;
  border: none;
}

/* -----------------------------------
お問い合わせ
-------------------------------------*/

.contact_tel {
  background-color: #e5fdfe;
}

.tel_ttl {
  width: fit-content;
  position: relative;
  font-weight: bold;
}

.tel_ttl img{
  position: absolute;
  left: -2em;
  width: 6.6vw;
  height: 6.6vw;
}

.tel_box {
  flex-direction: column;
  width: 100%;
  border: 2px solid #3dc8ca;
  background-color: #fff;
  border-radius: 16px;
}

.tel_office {
  width: 50vw;
  text-align: center;
  color: #204547;
  border-bottom: 2px solid #b3d4d6;
  font-weight: bold;
  line-height: 1.5;
}

.tel_box .number {
  display: block;
}

.tel_box .main {
  font-size: 9.35vw;
  font-weight: bold;
  line-height: 1.3;
}

.tel_box .main span {
  position: relative;
  top:2px;
  font-size: 5vw;
  margin-right: 5px;
}

.tel_box .sub {
  line-height: 1.3;
}

.tel_box .sub span {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.tel_container {
  flex-direction: column;
}

.tel_item {
  padding: 6vw 0;
  flex-direction: column;
  line-height: 1.5;
}

.tel_item h3 {
  text-align: center;
  width: 200px;
  border-bottom: 2px solid #b3d4d6;
  color: #204547;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

.tel_item p span {
  position: relative;
  top: -0.6vw;
  margin-right: 0.6vw;
}

.form_area {
  max-width: 900px;
}

.form_item {
  position: relative;
}

.form_item p {
  width: fit-content;
  justify-content: unset;
}

.required::before {
  content: "必須";
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.93vw;
  height: 3.125vw;
  color: #fff;
  background-color: #5a8a8d;
  border-radius: 2px;
  font-size: 2.2vw;
}

.optional::before {
  content: "任意";
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.93vw;
  height: 3.125vw;
  color: #000;
  background-color: #b0c6c8;
  border-radius: 2px;
  font-size: 2.2vw;
}

select {
  width: 60vw;
  height: 6.25vw;
  font-size: 3.1vw;
  padding: 0 3vw;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  appearance: none;
  box-sizing: border-box;
}

.select_wrapper {
  position: relative;
  width: 60vw;
  height: 6.25vw;
}

.select_wrapper::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.3vw);
  right: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  -webkit-clip-path: polygon(51% 89%, 0 0, 100% 0);
  clip-path: polygon(51% 89%, 0 0, 100% 0);
  background-color: #000;
  pointer-events: none;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.3vw);
  right: 6vw;
  width: 1px;
  height: 3.9vw;
  background-color: #ccc;
  pointer-events: none;
}

input {
  width: 100%;
  height: 6.9vw;
  font-size: 3.1vw;
  padding: 0 3vw;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
}

textarea {
  width: 100%;
  height: 200px;
  font-size: 3.1vw;
  padding: 1.5vw 3vw;
  resize: none;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
}

.privacy {
  width: 100%;
  height: 43.75vw;
  background-color: #e5fdfe;
}

.pp_scroll {
  padding-right: 3vw;
  width: 100%;
  height: 28vw;
  overflow-y: auto;
}

.submit {
  border-width: 2px;
  color: #000;
}

.alert,.confirm,.complete {
  display: none;
}

.alert.active{
  display: block;
  font-size: 2.6vw;
  color: #f00;
}

.confirm.active {
  position: fixed;
  display: flex;
  top: 100px;
  left: calc(50vw - 45%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 90%;
  height: 530px;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
    background: none;
    color: #000;
  font-size: 28px;
  margin-bottom: 30px;
}

.confirm_item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  border-top: 1px solid #5b575e;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #5b575e;
}
.confirm_item p {
  padding: 7px 10px;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  min-width: 160px;
  background-color: #ddd;
}
.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 10px;
  width: 110px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #005fad;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  display: none;
  left: calc(50% - 40vw);
  top: calc(50% - 25vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 80vw;
  height: 50vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}
.complete.active{
  display: flex;
}
.complete h1{
  font-size: 28px;
  margin-bottom: 30px;
}
.close{
  width: 100px;
  height: 50px;
  font-size: 16px;
  background-color: #005fad;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}
.close:hover{
  opacity: .8;
}








}  /*  スマホ版ここまで  */
