@charset "utf-8";
/* CSS Document */
@import url("style.css");
body {
  margin: 0;
  padding: 0;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 16px;
  line-height: 1.75;
}
#hamburger {
  display: none;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
/* ===================
改行
====================== */
.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
/* ===================
ヘッダー関連
====================== */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 2000;
}
.head-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.head-logo {
  width: 30%;
  margin-top: auto;
  padding: 0 0 1em 2em;
}
.head-logo img {
  display: block;
  width: 270px;
}



@media all and (max-width: 940px) {
.head-logo {
  width: 60%;
}
.head-logo img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 180px;
  top: 10px;
  left: 10px;
}

}


@media all and (max-width: 820px) {
.head-logo {
  width: 60%;
}
.head-logo img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 180px;
  top: 10px;
  left: 10px;
}

}


/* ===================
 ナビゲーションメニュー
====================== */
/* グローバルメニュー */
.global-nav {
  position: relative;
  margin-left: auto;
  margin-top: auto;

}
.global-nav .nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav .nav-list .nav-item {
  flex: 1;
min-width: 120px;
}
.global-nav .nav-list .nav-item a {
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 700;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  padding: 1em 0.75em 1em 0.75em;
  /*white-space: nowrap;*/
}
.global-nav .nav-list .nav-item:hover > a{
/*background: #09c2a6;*/
/*border-bottom: 5px solid #09c2a6;*/
/*outline:solid 5px #09c2a6;*/

/*text-decoration:underline solid 5px #09c2a6;*/
background:linear-gradient(transparent 88%, #09c2a6 0%);
color: #4d4d4d;
opacity: 1;
}


/* サブナビゲーション */
.nav-list {
  position: relative;
}
.nav-list .nav-item:hover > a{
  color: #4d4d4d;
  background-color: #fff;
}
.nav-item_sub {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 59px;
  trans9tion: all 0.3s ease;
  visibility: hidden;
}
.nav-item_sub .inner {
  width: 100%;
}
.nav-item_sub .inner ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-item_sub .inner ul li {
  width: calc(100% / 2);
}
.global-nav .nav-list .nav-item_sub a {
  text-align: left;
  color: #fff;
padding-left: 2em;
}
.global-nav .nav-list .nav-item_sub a:hover {
  color: #4d4d4d;
  background-color: #fff;
}
.nav-item:hover .nav-item_sub {
  opacity: 1;
  visibility: visible;
  left: 0;
}

/*コンタクトボタン*/
.contact-btn {
  background-color: #09c2a6;
  color: #fff;
}
.contact-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 140px;
  height: 80px;

}
.contact-btn p {
  font-size: 18px;
  margin: 10px 0;
  color: #fff;
font-weight: 700;
}
.contact-btn i {
  font-size: 30px;
}

.contact-btn:hover {
opacity: 0.8;
background-color:#696969;
}

#hamburger {
  display: none;
}
/* ===================
 サイト内検索
====================== */
.head_search {
  width: 80%;
}
.searchform {
  position: relative;
}
.searchfield {
  font-size: 14px;
  width: 100%;
  margin: 3px;
  padding: 5px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #fff;
}
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.2em;
  position: absolute;
  top: -5%;
  right: 0%;
  margin-top: 0px;
  padding: 0;
  cursor: pointer;
  color: #C69C8E;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: .6;
}
table.table-search {
  width: 100%;
  margin: 0px auto;
}
table.table-search th {
  text-align: left;
  font-size: 15px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
}
table.table-search td {
  line-height: 160%;
  text-align: right;
  vertical-align: middle;
  font-size: 15px;
  padding: 0 0.2em;
}
table.table-search tr td:nth-of-type(2) {
  width: 32%;
}
/***2列め***/
table.table-search tr td:nth-of-type(3) {
  width: 20%;
}
/* ===================
 ブロック要素
====================== */
.lay-block {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 7rem;
}
.lay-block-10 {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-11 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 5rem;

  height: auto;
  z-index: -1;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 5rem;
}
.lay-block-bottom {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #4d4d4d;
}
/* ===================
 ボタン
====================== */
.btn {
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  margin: 1em;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
opacity: 0.8;
background-color:#696969;
transition: .1s;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
 フッターのリスト
====================== */
.footer {
  background-color: #fff;
  /*margin-top: 7.8125vw;*/
  padding-top: 1em;
}
.footer-box {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 3em 1em 0;
}
.footer-link {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.link-wrap {
  width: calc(100%/ 2 - 3em);
  margin: 0 3.4em 0 0;
}
.link-wrap ul {
  padding-left: 0;
}
.link-wrap ul li {
  width: 100%;
  list-style: none;
}
.link-wrap li {
  width: 100%;
  color: #4d4d4d;
  list-style: none;
  padding: 0.2em 0;
}
.link-wrap li:not(:first-child) {
  text-indent: 1em;
}
.link-wrap a {
  color: #4d4d4d;
  font-size: 15px;
}
.type2 {
  margin-top: 3em;
}
.company-info {
  width:20%;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}
.company-info ul {
  text-align: center;
  list-style: none;
  color: #4d4d4d;
}
.company-info img {
  display: block;
}
.company-name {
    width: 265px;
    list-style: none;
    width: 100%;
    max-width: 265px;
}
.company-address {
  margin-top: 20px;
}
.company-address li {
  padding: 0.1em 0;
  text-align: right;
}
.security-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.security-item img {
  display: block;
  height: 60px;
  margin: 10px;
}
.security-item img:last-child {
  margin-right: 0;
}
.copy {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
  margin: 0.5em 0 1em 0;
  padding: 20px 0;
  padding-bottom: 15px;
}
/* ===================
 ニュース
====================== */
.news {
  background-color: #fff;
  padding-top: 3em;
  /*margin-top: 7.8125vw;*/
}
.news-wrap {
  margin-top: 2.25vw;
}
.news-box {
  width: 100%;
  max-width: 1000px;
  margin: 2em auto 0;
  padding: 0;
}
/*news のtable*/
table.table-news {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto;
}
table.table-news th {
  padding: 0.5em;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: normal;
}
table.table-news td {
  padding: 0.5em;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: normal;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #4d4d4d;
}
.news-archive {
  display: block;
  padding: 10px;
  width: 200px;
  margin-left: auto;
  text-decoration: none;
}
.news-archive a {
  color: #4d4d4d;
  font-size: 18px;
}
.news-archive a:hover {
  color: #09c2a6;
}
/* ===================
 グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  margin: 0 auto 3em;
}
.map-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 1em;
  text-align: center;
}
.gmap {
  max-width: 500px;
  width: 100%;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
/* ===================
 フォーム関連
====================== */
input, select {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #4d4d4d;
  padding: 0.5em;
  margin: 0.5em;
  height: 2.5em;
  cursor: pointer;
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #4d4d4d;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}
.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #D8070B;
  display: inline-block;
  padding: 5px;
  margin: 0px 0 0 10px;
}
/* ===================
 ページトップへ
====================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #09c2a6;
  opacity: 0.8;
  border-radius: 50%;
		z-index: 2000;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}


#page_top a:hover {
background: #007e62;
border-radius: 50%;
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.fixed_btn{
  position: fixed;
  bottom: 10px; 
  right: 10px;
  padding:0 0 50px 0;
		z-index: 500;
}

.container{
width:300px;
margin:0;
}

.swiper-slide img{
width:70%;
margin:0 0 0 50px;
}

/* ===================
　小野高速印刷
====================== */
/*トップ ----------------------------- */
/*.main {
  padding-top: 50.4vw;
		}
@media (max-width: 1600px) {
  .main {
    padding-top: 43vw;
  }
}*/
.mv-box {
  width: 100%;
  background: #B1E0F2 url(/wpv2/img/mv_bg_pc.jpg)repeat center top;
  background-size: cover;
  display: flex;
  align-items: center;
}
.mv-txt {
  width: 930px;
  padding-left: 10%;
  padding-right: 0%;
  text-align: left;
}
.mv-txt img:last-child {
  width: 100%;
  margin-top: 30px;
}
.mv-img {
  margin-left: auto;
}
.concept-cnt {
  background: url("/wpv2/img/concept_img_pc.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1930/530;
  position: relative;
}
.concept-cnt-in {
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.concept-txt {
  width: 42%;
  max-width: 710px;
  color: #fff;
  margin-left: 40%;
}
@media (max-width: 1000px) {
  .concept-txt {
    width: 50%;
  }
}
.cnt-ttl {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1440px) {
  .cnt-ttl {
    font-size: 2vw;
  }
}
.cnt-desc {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 2.6041vw;
}
@media (max-width: 1440px) {
  .cnt-desc {
    font-size: 1.2vw;
  }
}
.btn1 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #09c2a6;
width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px 20px 10px 55px;
  text-align: center
}
@media (max-width: 1280px) {
  .btn1 {
    font-size: 16px;
    max-width: 220px;
width: 100%;
  }
}
.concept-cnt-in .btn1 {
  margin-top: 2.8vw;
}
/*タイトル*/
.page-ttl {
  text-align: center;
  font-size: 25px;
  margin: 0;
}
/*業務内容*/
.work {
  background-color: #fff;
  /*margin-top: 7.8125vw;*/
  padding-top: 3em;
}
.work-flex {
  width: 100%;
  display: flex;
align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}
.work-flex .flex-item {
  width: calc(100% / 3 - 30px);
  margin: 90px 15px 0 15px;
  display: flex;
  flex-direction: column;
  margin-top: 4.6875vw;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
opacity: 1.0;

}
.work-flex .flex-item.type1 {
  margin-top: 0;

}
.work-flex .flex-img {
  display: block;
  z-index: 2;
  background: #000;
  transition-duration: 0.3s;
}
.work-flex .flex-img img {
  background: #000;
  opacity: 0.45;
  transition-duration: 0.3s;
}
.work-flex .flex-img:hover img {
  opacity: 1.0;
}
.work-flex .flex-ttl {
  margin: 25px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;
  font-size: 21px;
  color: #4d4d4d;
}
.work-flex .flex-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #4d4d4d;
}
/*事例紹介*/
.case {
  background-color: #fff;
  /*margin-top: 7.8125vw;*/
  padding-top: 3em;
  padding-bottom: 4em;
}
.slider-area {
  width: 96%;
  height: auto;
  text-align: center;
  margin: 50px auto 0;
}
.slider-card {
  width: 100%;
  aspect-ratio: 800/480;
  position: relative;
  margin: 0 auto;
}
.slider-card a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
opacity: 1.0;
}
.slider-img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.slider-card a:hover .slider-img {
  opacity: 1.0;
}
[class^="sdImg-"], [class*=" sdImg-"] {
  aspect-ratio: 800/480;
  background-size: cover;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}
.slider-img .sdImg-1 {
  background-image: url("/wpv2/img/case_img1.jpg");
}
.slider-img .sdImg-2 {
  background-image: url("/wpv2/img/case_img2.jpg");
}
.slider-img .sdImg-3 {
  background-image: url("/wpv2/img/case_img3.jpg");
}
.slider-img .sdImg-4 {
  background-image: url("/wpv2/img/case_img4.jpg");
}
.slider-img .sdImg-5 {
  background-image: url("/wpv2/img/case_img5.jpg");
}

.slider-img .sdImg-6 {
  background-image: url("/wpv2/img/case_img6.jpg");
}
.slider-img .sdImg-7 {
  background-image: url("/wpv2/img/case_img7.jpg");
}
.slider-img .sdImg-8 {
  background-image: url("/wpv2/img/case_img8.jpg");
}
.slider-img .sdImg-9 {
  background-image: url("/wpv2/img/case_img9.jpg");
}
.slider-img .sdImg-10 {
  background-image: url("/wpv2/img/case_img10.jpg");
}
.slider-img .sdImg-11 {
  background-image: url("/wpv2/img/case_img11.jpg");
}
.slider-img .sdImg-12 {
  background-image: url("/wpv2/img/case_img12.jpg");
}
.slider-img .sdImg-13 {
  background-image: url("/wpv2/img/case_img13.jpg");
}

.slider-img .sdImg-14 {
  background-image: url("/wpv2/img/case_img14.jpg");
}

.slider-img .sdImg-15 {
  background-image: url("/wpv2/img/case_img15.jpg");
}

.slider-img .sdImg-16 {
  background-image: url("/wpv2/img/case_img16.jpg");
}

.slider-img .sdImg-17 {
  background-image: url("/wpv2/img/case_img17.jpg");
}

.slider-img .sdImg-18 {
  background-image: url("/wpv2/img/case_img18.jpg");
}

.slider-img .sdImg-19 {
  background-image: url("/wpv2/img/case_img19.jpg");
}

.slider-card .slider-ttl {
  text-align: center;
  color: #4d4d4d;
  font-weight: bold;
  transform: translateY(-11.418vw);
}
.slider-card a:hover .slider-number, 
.slider-card a:hover .slider-txt {
  color: #000;
}
.slider-number {
  font-size: 2.76vw;
}
.slider-txt {
  font-size: 1.241vw;
}
/*採用情報*/
.recruit {
  /*margin-top: 6.25vw;*/
}
.recruit-cnt {
  background: url("/wpv2/img/recruit_img1_pc.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 21.87vw;
  position: relative;
}
.recruit-cnt-in {
  width: 55%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  position: relative;
}
.recruit-txt {
  color: #4d4d4d;
  position: absolute;
  top: 4.2083vw;
}
@media (max-width: 1280px) {
  .recruit-txt {
    top: 3.2083vw;
  }
}
.recruit .btn1 {
  margin-top: 0.6vw;
margin-right: 0.5em;
}
.link-cnt {
  background-color: #fff;
  padding-top: 3em;
}
.link-box {
  display: flex;
  align-items: center;
  padding: 0 1.5em;
margin-top: 3em;
}
.link-item {
  margin-right: 80px;
}
.link-item:last-child {
  margin-right: 0;
}
/*印刷コンサルティング ----------------------------- */
.bread-crumb {
  padding: 1em 2em;
  margin-bottom: 2em;
}
.bread-crumb a {
  color: #4d4d4d;
}
.page-ttl {
  margin-top: 3em;

}
.page-ttl h2 {
  font-size: 36px;
    margin: 0;
}
.page-ttl p {
  font-size: 18px;
    margin-top: 12px;
}
.square-lg {
  width: 48px;
  height: 48px;
  background-color: #09c2a6;
  margin: 0 auto;
  transform: translateY(-24px);
}
.square-sm {
  width: 28px;
  height: 28px;
  background-color: #09c2a6;
  margin: 0 auto;
}
.section-ttl {
  text-align: center;
}
.section-ttl h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.section-ttl p {
  font-size: 18px;
  margin-top: 20px;
}
.consulting-lead {
  background-color: #f2f2f2;
  margin-top: 4em;
  padding-bottom: 4em;
}
.consulting-lead .lead-ttl {
  text-align: left;
  margin: 2em 0 0;
line-height: 1.7;
}
.flex1 {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.flex1 .item1, .flex1 .item2 {
  width: calc(100% / 2 - 2em);
  font-size: 18px;
  margin-right: 1em;
}
.flex1 .item2 {
  margin-right: 0;
}
.flex1 .item1 .flex-ttl {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
.flex1 .item1 .flex-desc {
  font-size: 18px;
  line-height: 2;
}
.consulting-lead .flex1 {
  justify-content: flex-start;
  align-items: center;
}
.consulting-lead .flex1 .item1{
  width: 50%;
  margin-right: 0;
}
.consulting-lead .flex1 .item2 {
  margin-left: 0;
  padding-left: 8vw;
  display: flex;
  flex-direction: column;
}
.consulting-lead .flex1 .item2 a {
  line-height: 2;
  color: #09c2a6;
}
.consulting-lead .flex-desc {
  margin-top: 1.5em;
}
.office-unit, 
.hp-unit, 
.pod-unit, 
.pp-unit, 
.degital-unit {
  margin-top: 8em;
}
.unit-t1 {
  font-size: 24px;
  text-align: center;
}
.unit-t1 h3 {
  font-size: 34px;
  font-weight: bold;
  margin: 0.75em 0 1.5em;
}
.unit-txt {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

.furugi_ttl {
font-size: 28px !important;
text-align: left;
color: #09c2a6;
line-height: 180%;
font-weight: bold;
}

.furugi_ttl_pink {
font-size: 23px !important;
text-align: left;
color: #ef8b87;
line-height: 180%;
font-weight: bold;
}

.furugi_ttl_green {
font-size: 23px !important;
text-align: left;
color: #85bf23;
line-height: 180%;
font-weight: bold;
}

.furugi_ttl_blue {
font-size: 23px !important;
text-align: left;
color: #6eb1e2;
line-height: 180%;
font-weight: bold;
}

.furugi_ttl_orange {
font-size: 23px !important;
text-align: left;
color: #f4a647;
line-height: 180%;
font-weight: bold;
}

.unit-img {
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.office-unit .flex1 {
  margin-top: 2em;
}
.flex2 {
  display: flex;
  justify-content: space-between;
}
.flex2 .item1 {
  width: calc(100% / 3 - 2em);
  margin-right: 1em;
  margin-top: 2em;
}
.flex2 .item1:last-child {
  margin-right: 0;
}
.flex4 {
  display: flex;
  justify-content: space-between;
}
.flex4 .item1 {
  width: calc(100% / 4 - 2em);
  margin-right: 1em;
  margin-top: 2em;
}
.flex4 .item1:last-child {
  margin-right: 0;
}
.img-desc {
  font-size: 18px;
  margin: 0.5em auto;
line-height: 155%;
}
.img-desc a{
  color: #4d4d4d;
}
.contact-bnr {
  margin-top: 10em;
}
.contact-bnr img {
  width: 50%;
  max-width: 800px;
  margin-left: 8%;
}
#pri-con .case {
  margin-top: 0;
  margin-bottom: 3em;
}

/*事例 ----------------------------- */
.kv-box {
  position: relative;
}
.kv-img {
  width: 100%;
}

.kv-img img{
  width: 100%;
}

.kv-txt{
 position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.kv-txt p{
  font-size: 24px;
}
.kv-txt h2{
  font-size: 29px;
  margin: 10px 0 0 0;
line-height: 140%;
}
.jirei{
}
.jirei-lead{ 
}
.jirei-lead .lead-img{
  width: 50%;
  margin: 0 auto;
}
.jirei-lead .lead-img02{
  width: 50%;
  margin: 0 auto;
}
.spwi{
}
.jirei-lead .lead-txt{
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-top: 2em;
}
.plan-unit{
  margin-top: 5em;
}
.announce-unit, 
.attendance-unit, 
.adjust-unit, 
.record-unit{
  margin-top: 8em;
}
.flex3 {
  display: flex;
  justify-content: space-between;
}
.flex3 .item1 {
  width: calc(100% / 2 - 2em);
  margin-right: 2em;
  margin-left: 0;
}
.flex3 .item2 {
  width: calc(100% / 2 - 2em);
  margin-right: 0;
  margin-left: 2em;
}
.flex3 .item1 {
  display: flex;
  flex-direction: column;
}
.flex3 .item1 a {
  /*display: block;*/
  text-align: left;
  color: #0000ff;
  font-size: 18px;
  line-height: 2;
}
.flex3 .item1 a:first-of-type{
  margin-top: 2em;
}
.type3{
  margin-top: 6em;
}
.type4{
  margin-top: 5em;
}
.unit-t2 {
  font-size: 24px;
  text-align: center;
}
.unit-t2 h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #fbb03b;
}

.listsikaku{
color: #CCCCCC;
}

.unit-txt_list {
font-size: 18px;
line-height: 2;
text-align: left;
text-indent: -1em;
padding-left: 1em;
}

.flexbookway{
display: flex;
justify-content: space-between;
padding: 0 1em;
}

.flexbookway img{
padding: 0 0.5em;
}

.appleplayflex{
display: flex;
justify-content: center;
width: 727px;
margin: 0 auto;
}

.appleplay{
text-align: left;
padding-left: 3em;
padding-top: 2em;
}

.listttl{
padding: 1.5em 0em 1.5em 0em;
text-align: left;
}

.privacy{
width: 50%;
padding-bottom: 1em;
}

.privacy_txt {
font-size: 16px;
margin: 0.5em auto;
line-height: 155%;
}

.onayamiimg{
width: 100%;
margin: 0 auto;
}

.border-box-oringe {
border: 1px solid #fbb03b;
box-sizing: border-box;
padding: 2em 4em;
}

.listsikaku-oringe{
color: #fbb03b;
}

.jissai{
font-size: 22px;
font-weight: bold;
line-height: 170%;
padding-bottom: 1em;
}

.jirei06ttl{
text-align: left;
font-size: 19px;
font-weight: bold;
margin-bottom: 1em;
}

.privacyttl {
font-size: 21px;
text-align: center;
font-weight: bold;
padding: 3em 0em 1.5em 0em;
}

.kojinindet{
font-size: 18px;
line-height: 2;
text-align: left;
text-indent: -6em;
padding-left: 7em;
}

.three_btn{
display: flex;
justify-content: center;
}

.two_btn{
display: flex;
justify-content: center;
margin:2em 0em 6em 0em;
}

.btn-kuwasiku03 {
text-align: center;
max-width: 300px;
width: 100%;
border: 1.6px solid;
border-color: #09C2A6;
/*border-radius: 5px;*/
background-color: #FFFFFF;
color: #09C2A6;
font-weight: 500;
font-size: 1em;
margin: 4em 0.75em 0 0.75em;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 8px 8px 0px 0px #F2F2F2;
}

.btn-kuwasiku03 a{
padding: 0.7em;
text-align: center;
max-width: 300px;
width: 100%;
display: block;
color: #09C2A6;
}

.btn-kuwasiku03:hover a{
background-color: #09C2A6;
color: #FFFFFF;
/*border: 2px solid;
border-color: #FFFFFF;
border-radius: 5px;*/
}

.btn-kuwasiku04 {
text-align: center;
max-width: 300px;
width: 100%;
border: 1.6px solid;
border-color: #09C2A6;
/*border-radius: 5px;*/
background-color: #FFFFFF;
color: #09C2A6;
font-weight: 500;
font-size: 1em;
margin: 0em 0.75em 0 0.75em;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 8px 8px 0px 0px #F2F2F2;
}

.btn-kuwasiku04 a{
padding: 0.7em;
text-align: center;
max-width: 300px;
width: 100%;
display: block;
color: #09C2A6;
}

.btn-kuwasiku04:hover a{
background-color: #09C2A6;
color: #FFFFFF;
/*border: 2px solid;
border-color: #FFFFFF;
border-radius: 5px;*/
}

.environment_copy{
color: #09C2A6;
font-size: 24px;
text-align: center;
/*font-weight: bold;*/
padding: 3em 0em 1.5em 0em;
font-weight: bold;
}

.environment-cnt {
  background: url("/wpv2/img/environment_img_pc.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/730;
  position: relative;
margin-top: 7em;
}

.environment-cnt-in {
  width: 100%;
  height: 100%;
  /*margin-left: auto;*/
  position: relative;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
max-width: 1000px;
margin: 0 auto;
padding-right: 5em;
}

.environment-txt {
  width: 100%;
  max-width: 550px;
  color: #000;
  /*margin-left: 24%;*/
}

.environment-ttl {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}

.environment-desc {
  font-size: 18px;
  line-height: 2;
  margin-top: 2.6041vw;
}

.environment-waku {
font-size: 21px;
text-align: center;
font-weight: bold;
padding: 1em 0em 1.5em 0em;
}

.environment_list {
font-size: 18px;
line-height: 2;
text-align: left;
text-indent: -1.5em;
padding-left: 1.7em;
}

.environment_list_small {
font-size: 18px;
line-height: 2;
text-align: left;
text-indent: -1.5em;
padding-left: 3.2em;
}

.border-box-environment {
border: 3.5px solid #EBE5E0;
box-sizing: border-box;
padding: 2em 4em 4em 4em;
margin-top: 7em;
}

.environment_img{
width: 100%;
margin: 0 auto;
text-align: center;
}

.company-ttl {
text-align: center;
font-size: 20px;
line-height: 270%;
margin: 3em 0em 0em 0em;
}

.results-table{
max-width: 800px;
width: 100%;
text-align: left;
margin: 0 auto;
}

.results-table th{
width: 21%;
padding: 0.5em 0 0.5em 0;
font-weight: normal;
font-size: 18px;
}

.results-table td{
width: 75%;
padding: 0.5em 0 0.5em 0;
line-height: 1.6;
font-size: 18px;
}

.flex-box-01{
width:100%;	
display:flex;
justify-content: flex-start;
flex-wrap: wrap;	
text-align: center;
margin:0 auto;
}

.flex-box-01 .flex-item{
display: flex;
flex-direction: column;
width: calc(100% / 2 - 1em);
margin: 0.25em 0.5em 0.25em 0em;
text-align: left;
line-height: 1.6;
font-size: 18px;
}

.flex-box-02{
width:100%;	
display:flex;
justify-content: flex-start;
flex-wrap: wrap;	
text-align: center;
margin:0 auto;
}

.flex-box-02 .flex-item{
display: flex;
flex-direction: column;
width: calc(100% / 2 - 1em);
margin: 0.25em 0.5em 0.25em 0em;
text-align: left;
line-height: 1.6;
font-size: 18px;
}

.form-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto 5em;
text-align: center;
padding-bottom: 3em;
}

.form-box {
width: 100%;
margin: 1em auto 0em;
text-align: center;
}

.form-table {
width: 100%;
margin: 0px auto;
border-collapse: separate;
border-spacing: 10px;
padding: 0em 4em 3em 4em;
}

.form-table th {
display: block;
padding: 0em 2.8em;
font-size: 18px;
line-height: 2;
text-align: left;
vertical-align: top;
color: #222;
width: 100%;
font-weight:600;
}

.form-table td {
display: block;
padding: 0em 0.5em 0.5em 2.2em;
font-size: 18px;
line-height: 2;
text-align: left;
vertical-align: top;
color: #222;
width: 100%;
}

::placeholder {
color: #c3c3c3;
}

.consent-text {
font-weight: bold;
color: #4d4d4d;
vertical-align: middle;
margin-bottom: 2em;
font-size: 18px;
line-height: 2;
}

.btn-contact03{
width: 340px;
height: 70px;
margin: 0 auto;
margin-top: 2em;
display: flex;
justify-content: center;
padding: 0.7em;
border: 2px solid;
border-color: #09C2A6;
background-color: #09C2A6;
color: #FFFFFF;
font-weight: 600;
font-size: 20px;
}

.btn-contact03:hover{
background-color: #FFFFFF;
color: #09C2A6;
border: 2px solid;
border-color: #09C2A6;
}

.kakunin{
text-align: center;
margin-left: auto;
margin-right:20px;
/*margin-left: 70px;
margin-right: 150px;*/
}

.doui{
margin-left: auto;
/*margin-right:50px;*/
font-size: 18px;
line-height: 2;
}

.contact-privacy {
font-size: 18px;
line-height: 170%;
text-align: center;
}

.contact_icon{
width: 90px;
margin: 0 auto;
}

.telmailttl {
font-size: 21px;
text-align: center;
font-weight: bold;
padding: 0.8em 0em 1.0em 0em;
}

.contact-table{
max-width: 300px;
width: 100%;
text-align: left;
margin: 0 auto;
justify-content: center;
align-content: center;
align-items: center;
margin-bottom: 1.5em;
}

.contact-table th{
width: 30%;
padding: 0.2em 0 0.2em 0;
font-weight: normal;
font-size: 18px;
}

.contact-table td{
width: 20%;
padding: 0.3em 0 0.3em 0;
line-height: 1.6;
font-size: 18px;
}

.contact-table td a{
color: #000;
}

.sdgsimg{
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 1.3em;
}

.sdgs_ttl01{
color: #29ABE2;
font-weight: bold;
font-size: 23px;
text-align: left;
}

.sdgs_ttl02{
color: #D4145A;
font-weight: bold;
font-size: 16px;
text-align: left;
margin: 0.7em 0em 0.4em 0em;
}

.sdgs_ttl03{
color: #D4145A;
font-weight: 900;
font-size: 29px;
text-align: left;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.sdgs_ttl04{
color: #000;
font-weight: bold;
font-size: 18px;
text-align: left;
margin: 0.7em 0em 1em 0em;
}

.sdgs_icon{
width: 150px;
margin: 0 auto;
}

.two_btn{
display: flex;
justify-content: center;
}

.btn-two {
margin: 1em;
}

.btn-two a {
display: block;
position: relative;
background: #09C2A6;
width: 24rem;
padding: 1.5rem;
color: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
letter-spacing: .1rem;
border: 2px solid;
border-color: #09C2A6;
font-size: 18px;
}

.btn-two:hover a{
display: block;
position: relative;
background: #FFFFFF;
width: 24rem;
padding: 1.5rem;
color: #09C2A6;
text-align: center;
text-decoration: none;
font-weight: bold;
letter-spacing: .1rem;
border: 2px solid;
border-color: #09C2A6;
}

.btn-two a:before {
content: "";
position: absolute;
top: 46%;
right: 12px;
width: 10px;
height: 4px;
background: #fff;
transform: rotate(45deg);
}

.btn-two a:after {
content: "";
position: absolute;
top: 54%;
right: 12px;
width: 10px;
height: 4px;
background: #fff;
transform: rotate(-45deg);
}

.btn-two:hover a:before {
content: "";
position: absolute;
top: 46%;
right: 12px;
width: 10px;
height: 4px;
background: #09C2A6;
transform: rotate(45deg);
}

.btn-two:hover a:after {
content: "";
position: absolute;
top: 54%;
right: 12px;
width: 10px;
height: 4px;
background: #09C2A6;
transform: rotate(-45deg);
}

.sdgsbox_goalbox{
max-width: 1200px;
margin: 0 auto;
background-color:#FFF;
margin-bottom: 3em;
}

.flex-box-06{
width:100%;	
display:flex;
justify-content: flex-start;	
flex-wrap: wrap;	
align-items: center;	
text-align: center;
margin:0 auto;	
}
.flex-box-06 .flex-item-06{
display: flex;
flex-direction: column;		
width: calc(100% / 6 - 1em);
margin: 0.5em 0.5em 3.5em 0.5em;
}
.flex-box-06 .flex-item-06 img{
width: 100%;
display: block;
margin: 0 auto;
overflow: hidden;
}

.engura{
display: flex;
margin: 0 auto;
justify-content: center;
padding-top: 8em;
}

.parsent img{
/*position: absolute;*/
width: 360px;
margin-left: -1.5em;
margin-top: -1em;
}

.parsent02 img{
/*position: absolute;*/
width: 500px;
margin-left: -1.5em;
margin-top: -1em;
}

.sdgsiconname{
display: flex;
margin-top: -1.5em;
}

.sdgsicon_tatsunari{
padding-top: 1em;
display: flex;
flex-direction: column;
}
	
.sdgsicon_tatsunari img{
padding-left: 2em;
}

.product_tex_sdgs05{
	color:#000;
	font-size:1em;
	font-weight:normal;
	text-align:center;
	line-height:180%;
	padding:1.3em 1em 0em 0em;
}

.sdgsimg02{
width: 90%;
margin: 0 auto;
}

.sdgsbox_goalbox_logo img{
padding-top: 2.5em;
}

table.table-sdgs-kakuji {
width:100%;
/*border: 1px #009B83 solid;*/
text-align: left;
border-collapse: separate; border-spacing: 8px; 
/*background-color:#FFF;*/
}

table.table-sdgs-kakuji th {
padding: 0.5em 0px 0.5em 1.5em;
/*border: 1px #003366 solid;*/
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:top;
/*background-color:#F4F4EA;*/
/*background:url(/wpv2/img/com_bg.jpg);
background-repeat:repeat-y;
background-position: top center;*/
color:#000;
font-size:16px;
}
table.table-sdgs-kakuji td {
padding: 0.2em 0px 0.2em 0px;
/*border: 1px #CCC solid;*/
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:middle;
/*background-color:#FFF;*/
word-break : break-all;
/*font-size:12px;*/
color:#000;
}

.engura02{
display: flex;
margin: 0 auto;
justify-content: center;
padding-top: 2em;
}

.news_boxsdgs {
max-width: 1200px;
width: 98%;
height: 300px;
/*border: solid 1px #89898A;*/
margin: 0 auto;
overflow: auto;
background-color: #FFFFFF;
}


table.table-sdgs {
width:100%;
/*border: 1px #009B83 solid;*/
text-align: left;
border-collapse: separate; border-spacing: 10px; 
/*background-color:#FFF;*/
}

table.table-sdgs th {
padding: 0.5em 0px 0.5em 1.5em;
/*border: 1px #003366 solid;*/
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:top;
/*background-color:#F4F4EA;*/
/*background:url(/wpv2/img/com_bg.jpg);
background-repeat:repeat-y;
background-position: top center;*/
color:#000;
font-size:18px;
}
table.table-sdgs td {
padding: 0.5em 0px 0.5em 0px;
/*border: 1px #CCC solid;*/
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:middle;
/*background-color:#FFF;*/
word-break : break-all;
/*font-size:12px;*/
}

table.table-sdgs tr th:nth-of-type(1) {width:20%;}

.sdgsimg03{
width: 100%;
margin: 0 auto;
}

.sdgs_bg{
	background:url(/wpv2/img/sdgs_bg.jpg) no-repeat;
	 background-attachment: fixed;
    width:100%;
    height:100%;
	}


table.table-sdgs_watasino {
width:100%;
/*border: 1px #009B83 solid;*/
margin:0px auto;
border-collapse: separate; border-spacing: 10px; 
}
table.table-sdgs_watasino th {
padding: 1.7em 0px 1.7em 0px;
border: 1px #CCC solid;
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:right;
vertical-align:top;
width:35%;
color: #646464;
font-size: 0.9em;
font-weight: 700;
letter-spacing: 1px;
font-family: serif;
}
	

table.table-sdgs_watasino td {
padding: 1.7em 0px 1.7em 0px;
border: 1px #CCC solid;
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:middle;
background-color:#FFF;
}	
	



  .flex-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
	/*justify-content:center;*/
	align-items:flex-start;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
  }
	
  .flex-box_center {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
	justify-content:center;
	align-items:flex-start;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
  }	
	
	
  .flex-item_w {
    width: calc(100% / 3 - 1%);
    margin: 0.5%;
    /*background-color: #eee;
border: 1px #CCC solid;
border-width: 0 0px 1px 1px;*/
    padding: 0.5em;
	  
  }

.flex-item_w img{
	width: 600px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  }



.flex-item_h {
    width: calc(80% / 3 - 0.5%);
    margin: 0.5%;
    /*background-color: #eee;
border: 1px #CCC solid;
border-width: 0 0px 1px 1px;*/
    padding: 0.5em;
  }


.flex-item_h img{
    height:auto;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  }

.footxt{
text-indent: 0em;
padding-left: 1.25em;
text-decoration: none;
line-height: 0.2;
}

.footxt a{
text-decoration: none;
}

.headtxt{
text-indent: -0.6em;
padding-left: 1em;
text-decoration: none;
line-height: 0.2;
}

.flexbookway-web{
display: flex;
justify-content: space-between;
padding: 0 1em;
}

.flexbookway-web img{
padding: 0 0.5em;
}

.flexbookway-web02{
display: flex;
justify-content: space-between;
padding: 0 1em;
}

.flexbookway-web02 img{
padding: 0 0.5em;
}

.flexbookway-web02::after {
display: block;
content:"";
width: 260px;
}

.outlineflex{
display: flex;
max-width: 970px;
margin: 0 auto;
margin-top: 2em;
justify-content: space-between;
}

.outlinetxt{
font-weight: normal;
font-size: 18px;
text-align: left;
line-height: 1.6;
padding-left: 2em;
}

.outlineimgtxt{
display: flex;
}

.outlinettl{
font-weight: bold;
}

/*-----iPad用------*/
/*　画面サイズが768pxから979pxまではここを読み込む　*/	
@media screen and (min-width:768px) and ( max-width:979px) {

.environment-txt {
  width: 100%;
  max-width: 450px;
  color: #000;
  margin-left: 3%;
}

.environment-ttl {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

.environment-desc {
  font-size: 15px;
  line-height: 2;
  margin-top: 2.6041vw;
}

.results-table{
max-width: 800px;
width: 90%;
text-align: left;
margin: 0 auto;
}
	
.results-table th{
width: 23%;
padding: 0.5em 0 0.5em 0;
font-weight: normal;
font-size: 18px;
}

.results-table td{
width: 75%;
padding: 0.5em 0 0.5em 0;
line-height: 1.6;
font-size: 18px;
}
	
.btn-two a {
display: block;
position: relative;
background: #09C2A6;
width: 22rem;
padding: 1.5rem;
color: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
letter-spacing: .1rem;
border: 2px solid;
border-color: #09C2A6;
font-size: 18px;
}

.btn-two:hover a{
display: block;
position: relative;
background: #FFFFFF;
width: 22rem;
padding: 1.5rem;
color: #09C2A6;
text-align: center;
text-decoration: none;
font-weight: bold;
letter-spacing: .1rem;
border: 2px solid;
border-color: #09C2A6;
}

.engura02{
width: 85%;
}
	
.company-info {
  width:30%;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.btn1 {
padding: 10px 20px 10px 35px;
}
	
.flexbookway-web02::after {
display: block;
content:"";
width: 300px;
}
	

.outlineflex{
display: flex;
width: 85%;
margin: 0 auto;
margin-top: 2em;
justify-content: space-between;
}

.outlinetxt{
font-weight: normal;
font-size: 18px;
text-align: left;
line-height: 1.6;
padding-left: 0em;
padding-top: 1em;
}

.outlineimgtxt{
display: flex;
flex-direction: column;
}

.outlinettl{
font-weight: bold;
}

}




/*-----iPadPro用------*/
/*　画面サイズが980pxから1024pxまではここを読み込む　*/	
@media screen and (min-width:769px) and ( max-width:1024px) {
	
.environment-txt {
  width: 100%;
  max-width: 600px;
  color: #000;
  margin-left: 3%;
}

.environment-ttl {
  font-size: 27px;
  font-weight: normal;
  margin: 0;
}

.environment-desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 2.6041vw;
}
	
.company-info {
  width:30%;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}
	
	
}








.table04back{
max-width: 870px;
width: 100%;
padding: 0em 3em 3em 4em;
margin: 0 auto;
}

.table03back{
border: 2px solid;
border-color: #dcdcdc;
max-width: 870px;
width: 100%;
padding: 3em 3em 3em 4em;
margin: 0 auto;
}

.results-table03{
width: 100%;
text-align: left;
}

.results-table03 th{
width: 20%;
padding: 0.5em 0 0.5em 0;
/*font-weight: normal;*/
}

.results-table03 td{
width: 80%;
padding: 0.5em 0em 0.5em 0;
line-height: 1.8;
}

.unit-rec {
  font-size: 24px;
  text-align: center;
line-height: 1.6;
}
.unit-rec h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #43ADE9;
}
.unit-t1rec {
  font-size: 24px;
  text-align: center;
}
.unit-t1rec h3 {
  font-size: 34px;
  font-weight: bold;
  margin: 0.75em 0 1.5em;
}

.recflex{
display: flex;
}

.recruit_calc_btn{
width: 100%;
/*max-width: 260px;*/
}

.recruit_calc_btn a{
display: flex;
padding: .9em 1.2em;
border: 1px solid #000;
border-radius: 0px;
background-color: #FFFFFF;
color: #000;
font-size: 0.85em;
font-weight: bold;
text-align: left;
}

.recruit_calc_btn a:hover {
background-color: #43ADE9;
border: 1px solid #000;
color: #fff;
font-weight: 600;
}

.recruit_calc_btn a::after {
transform: rotate(135deg);
width: 7px;
height: 7px;
border-top: 2px solid #000;
border-right: 2px solid #000;
content: '';
margin-left: auto;
margin-top: 0.4em;
}

.recruit_calc_btn a:hover::after {
border-color: #fff;
}

.flex-box-recruit{
width:100%;	
display:flex;
justify-content: flex-start;
flex-wrap: wrap;	
text-align: center;
margin:0 auto;
}

.flex-box-recruit .flex-item-recruit{
display: flex;
flex-direction: column;
width: calc(100% / 3 - 0.5em);
margin: 0.5em 0.5em 0em 0em;
text-align:center;
line-height: 170%;
font-size:16px;	
}

.flex-box-cm{
width:100%;	
display:flex;
justify-content: flex-start;
flex-wrap: wrap;	
text-align: center;
margin:0 auto;
}

.flex-box-cm .flex-item-cm{
display: flex;
flex-direction: column;
width: calc(100% / 2 - 0em);
margin: 4em 0em 0em 0em;
text-align:center;
line-height: 170%;
font-size:16px;	
}

.recruit_ttl{
font-size: 21px;
text-align: left;
font-weight: bold;
margin-top: 2.5em;
margin-bottom: 1em;
}

.recruit_subttl{
border-bottom:4px solid #43ADE9;
width: 65px;
text-align: center;
margin: 0 auto;
padding-bottom: 0.3em;
}

.syouhyou{
width: 727px;
margin: 0 auto;
}

.movie-wrap {
max-width: 100%; /* ここに動画の横幅を指定 */
margin: 0 auto;
}

/* 動画を囲うdiv */
.video {
position: relative;
width:100%; /* 横幅は100%で固定 */
height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.copylightbun{
font-size: 24px;
text-align: center;
/*font-weight: bold;*/
padding: 1.5em 0em 1.5em 0em;
font-weight: bold;
}

.copylightbun a{
color: #09C;
}

.copymailtext{
font-size: 16px;
text-align: center;
width: 95%;
margin: 0 auto;
}

.kiji-ttl h2 {
width: 90%;
font-size: 25px;
font-weight: bold;
margin: 0 auto;
line-height: 160%;
padding-bottom: 1.5em;
}

.bigttl{
font-size: 25px;
font-weight: bold;
margin: 0 auto;
line-height: 160%;
}

.bigttl02{
font-size: 29px;
font-weight: bold;
margin: 0 auto;
line-height: 160%;
border:3px solid rgba(251,187,148,0.6);
padding:0.4em 0em 0.4em 0em;
}

.nakatxt {
font-size: 18px;
line-height: 2;
text-align: left;
background-color: rgba(251,187,148,0.2);
padding:1.5em 1.5em 1.0em 1.5em;
}

.haitxt {
font-size: 18px;
line-height: 2;
text-align: left;
background-color: #f2f2f2;
padding:2.1em 3.0em 1.8em 3.5em;
position: relative;
}

.nittei_teble th {
width: 37%;
font-size: 27px;
padding: 0em 0em 0em 0em;
align-content:center;
align-items:center;
}

.nittei_teble td {
width: 63%;
padding: 0em 0em 0em 1.5em;
align-content:center;
align-items:center;
}

.cicon{
width: 60px;
position: absolute;
left: -1.7%;
top:-12.5%;
z-index:　1999;
}

.snsbtn{
display: flex;
justify-content: center;
padding-top: 3em;
}

.snsbtn_facebook{
width: 45px;
padding-right: 0.8em;
}

.snsbtn_insta{
width: 45px;
padding-left: 0.8em;
}

/*姫路SDGs*/

.engura03{
display: flex;
margin: 0 auto;
justify-content: center;
padding-top: 5em;
}

.engura03 img{
width: 50%;
margin: 0 10px;
}

.engura04{
display: flex;
margin: 0 auto;
justify-content: center;
padding-top: 5em;
}

.engura04 img{
width: 20%;
margin: 0 5px;
}

.unit-t1h {
  font-size: 40px;
  text-align: center;
  color: #09c2a6;
line-height:180%;
}

.torikumi {
font-size: 30px !important;
text-align: center !important;
color: #09c2a6;
line-height:180%;
font-weight:bold;
padding-bottom:0.5em;
}

.merit {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.merit-t2 {
  font-size: 24px;
  text-align: center;
}
.merit-t2 h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0.3em 0 1em 0em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fbb03b;
}


.accordion-008 {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    /*box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;*/
}

.accordion-008 summary {
    display: flex;
    /*justify-content: space-between;*/
	justify-content: center;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-008[open] summary::after {
    transform: rotate(225deg);
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}

.unit-t-oita {
  font-size: 24px;
  text-align: center !important;
color: #09c2a6;
}
.unit-t-oita h3 {
  font-size: 34px;
  font-weight: bold;
  margin: 0.5em 0 0.5em;
}

.sdgsoitaimgflex{
display: flex;
}

.sdgsoitaimg{
width: 90%;
padding: 0em 1em;
margin: 0 auto;
margin-bottom: 3em;
}

.denwawaku{
margin-top: 3.5em;
background-color: #dbefee;
padding: 3.5em 3em;
}

.denwattl{
font-size: 1.4rem;
font-weight: bold;
text-align: center;
margin-bottom: 1.5em;
}

.unit-txt_denwa {
font-size: 18px;
line-height: 2;
text-align: left;
}

.bangoubig{
font-size: 25px;
font-weight: 900;
color: #595757;
}

.atto::before {
content: '@';
}

.bansen{
margin: 0 auto;
padding: 1em 2em 0.5em 2em;
border: 5px solid #63b2b3;
text-align: center;
max-width: 550px;
vertical-align:center;
}

.bantxt {
font-size: 18px;
line-height: 2;
text-align:center;
vertical-align:center;
}

.bantxt02 {
font-size: 20px;
font-weight: bold;
line-height: 1.8;
text-align:left;
vertical-align:center;
margin: 0 auto !important;
color: #595757;
width: 55%;
}

/*-----iPad用------*/
/*　画面サイズが768pxから979pxまではここを読み込む　*/	
@media screen and (min-width:820px) and (max-width:1180px) {
.bantxt02 {
width: 75%;
}
}
