@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;
}
.global-nav {
  display: none;
}
/* ===================
改行
====================== */
.pc-br {
  display: none;
}
.sp-br {
  display: block;
}
/* ===================
 ヘッダー関連
====================== */
#header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 5000;
  height: 70px;
}
.head-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-wrap .contact-btn {
  display: none;
}
.head-logo {
  width: 60%;
}
.head-logo img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 190px;
  top: 25px;
  left: 10px;
}





/* ===================
 ハンバーガー
====================== */
#hamburger {
  width: 15%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000;
}
#hamburger .contact-btn {
  background-color: #09c2a6;
  color: #fff;
  padding: 20px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
#hamburger .contact-btn a {
  color: #fff;
  font-size: 17px;
  text-align: center;
font-weight: 700;
}
#hamburger ul {
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
height: 1000px;
}
.inmenu input {
  display: none;
}
button {
  border: none;
  background: none;
  outline: none;
}
a:hover, a img:hover, label img:hover {
  opacity: 0.8;
}
.inmenu, .inmenu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.inmenu {
  position: fixed;
  top: 30px;
  right: 7px;
  height: 22px;
  z-index: 10;
  width: 57px;
}
.inmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 10;
}
.inmenu span:nth-of-type(1) {
  top: -12px;
  background-color: #fff;
}
.inmenu span:nth-of-type(2) {
  top: 3px;
  background-color: #fff;
}
.inmenu span:nth-of-type(3) {
  bottom: 1px;
  background-color: #fff;
}
.inmenu.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(-45deg);
}
/*------*/
.hammenu {
  height: 70px;
  width: 70px;
  margin-top: 0em;
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
  color: #fff;
  background-color: #09c2a6;
  font-size: 12px;
}
.menu_text {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: -10%;
}
/*------*/
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  margin-top: 70px;
  padding-top: 50px;
padding-bottom: 100px;
}
#nav.active {
  right: 0;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  margin-top: 70px;
  padding-top: 50px;
overflow:auto;
-webkit-overflow-scrolling: touch;
}
#nav ul {
  /*  padding: 50px 0 100px;*/
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
  padding: 0.5em;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #4d4d4d;
  list-style-type: none;
font-weight: 700;
}
ul.dl-menu {
  padding: 0px;
  margin: 0px 0 0 0;
  width: 100%;
  height: 2000px;
}
ul.dl-menu li {
  list-style-type: none;
  /*float: left;*/
  width: 95%;
  border-bottom: dotted 1px #89898a;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.dl-menu li {
  margin-top: 10px;
}
ul.dl-menu li {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0.1em;
}
.accbox {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*ラベル*/
.accbox label {
  padding: 0.5em;
  color: #4d4d4d;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  text-align: left;
}
/*ラベルホバー時*/
.accbox label:hover {
/*background-color: #fff*/
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
#sample01 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#sample01 p {
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin: 2px 0;
  border-left: solid #007EA8 5px;
}
#sample01 a {
  list-style-type: none;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  border-left: none;
  font-size: 14px;
  /*background-color: #fff;*/
}
#sample01 p:nth-child(2) {
  margin: 2px
}
.locked {
  overflow-y: hidden;
}
/*-----hamburger_set_end-----*/
/* ===================
ブロック要素
====================== */
.lay-block {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 3rem;
}
.lay-block-10 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-11 {
  width: 100%;
  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: 4em;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 4.4rem;
}
.lay-block-bottom {
  width: 100%;
  background-color: #fff;
}
/* ===================
 見出し
====================== */
.content-ttl {}
.content-ttl h2 {
  padding: 0.5em 0;
  border-bottom: solid 3px black;
}
/* ===================
 ボタン
====================== */
.btn {
  width: 15%;
  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;
  background-color: #1470a9;
  margin: 1em;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
opacity: 0.8;
background-color:#007e62;
transition: .5s;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
 フッターのリスト
====================== */
.footer-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 3em 1em 0;
}
.footer-link {
  width: 55%;
  display: flex;
  justify-content: space-between;
  display: none;
}
.link-wrap {
  width: calc(100%/ 2 - 3em);
  margin: 0 1.5em 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: 30px;
}
.company-info {
  width: 100%;
  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: 245px;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}
.company-address {
  margin-top: 20px;
}
.company-address li {
  padding: 0.1em 0;
  text-align: center;
}
.security-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0 3em;
}
.security-item img {
  display: block;
  height: 70px;
  margin: 20px;
}
.copy {
  font-size: 12px;
  color: #4d4d4d;
  text-align: center;
  padding: 20px 0;
}
/* ===================
 ニュース
====================== */
.news {}
.news-wrap {
  width: 100%;
  margin: 5em auto 0;
}
.news-ttl {
  width: 100%;
  margin: 5em auto;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
}
.news-ttl h2 {
  font-family: "Prata";
  font-size: 30px;
  color: #154995;
}
.news-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*news のtable*/
table.table-news {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  margin: 1em auto 0;
}
table.table-news th {
  width: 26%;
  border-bottom: 0px #4d4d4d solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 1em;
}
table.table-news td {
  width: 100%;
  display: block;
  padding: 0 1em;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
table.table-news th span {
  display: inline-block;
  width: 80px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #154995;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #4d4d4d;
}
.news-archive {
  padding: 10px;
  width: 260px;
  display: block;
  margin: 0 auto 3.5em;
  text-align: center;
  text-decoration: none;
}
.news-archive a {
  color: #4d4d4d;
  font-size: 15px;
}
/* ===================
 グーグルマップ
====================== */
.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: 1100px;
  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;
  -ms-transform: translateY(-100%);
  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;
}


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

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

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




/* ===================
 ページトップへ
====================== */
#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::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;
}
/* ===================
　小野高速印刷
====================== */
/*トップ ----------------------------- */
.mv-box {
  position: relative;
  background: url("/wpv2/img/mv_bg_sp.jpg")no-repeat center top;
  background-size: cover;
  display: flex;
  align-items: center;
}
.mv-txt {
  width: 50%;
  text-align: left;
  transform: translateX(15px);
}
.mv-txt img:last-child {
  width: 100%;
  transform: translateY(45px);
}
.mv-img {
  width: 50%;
}
.concept-cnt {
  background: url("/wpv2/img/concept_img_sp.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 465px;
}
.concept-cnt-in {
  width: 100%;
  height: 100%;
  position: relative;
}
.concept-txt {
  color: #fff;
  position: relative;
  padding: 2em 1.5em 0;
}
.cnt-ttl {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  line-height: 1.7;
}
.cnt-desc {
  font-size: 17px;
  line-height: 1.75;
  margin-top: 1em;
}
@media all and (max-width: 374px) {
.cnt-ttl {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  line-height: 1.7;
}
.cnt-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0.5em;
}  
}
.btn1 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #09c2a6;
  width: 260px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center
}
@media all and (max-width: 374px) {
.btn1 {
  font-size: 14px;
  width: 170px;
}  
}
.concept-cnt-in .btn1 {
  display: block;
  margin-top: 1em;
}
/*タイトル*/
.page-ttl {
  text-align: center;
  font-size: 25px;
  margin: 0;
}
/*業務内容*/
.work {
  margin-top: 5em;
}
.work-flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
}
.work-flex .flex-item {
  width: 100%;
  margin: 90px 15px 0 15px;
  display: flex;
  flex-direction: column;
  margin-top: 4.6875vw;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1.5em;
opacity: 1.0;
}
.work-flex .flex-item.type1 {
  margin-top: 2em;
}
.work-flex .flex-img {
  background: #000;
  transition-duration: 0.3s;
}
.work-flex .flex-img img {
  background: #000;
  opacity: 0.6;
  transition-duration: 0.3s;
}
.work-flex .flex-img:hover img {
  opacity: 1;
}
.work-flex .flex-ttl {
  margin: 10px 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 {
  margin-top: 7.8125vw;
}
.slider-area {
  width: 96%;
  height: auto;
  text-align: center;
  margin: 2em 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;
}
.slider-img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.slider-card a:hover .slider-img {
  opacity: 0.8;
}
[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(-160px);
}
.slider-card a:hover .slider-number, .slider-card a:hover .slider-txt {
  color: #000;
}
.slider-number {
  font-size: 30px;
}
.slider-txt {
  font-size: 16px;
}
/*採用情報*/
.recruit {
  margin-top: 5em;
}
.recruit-cnt {
  background: url("/wpv2/img/recruit_img1_sp.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 365px;
  position: relative;
}
.recruit-cnt-in {
  width: 80%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  position: relative;
}
.recruit-txt {
  color: #fff;
  position: absolute;
  top: 3em;
  padding: 0 1em 0 1.5em;
}
.recruit-txt .cnt-ttl, .recruit-txt .cnt-desc {
  /*text-shadow: 6px 6px 6px rgba(20, 20, 20, 0.9), 0px 0px 6px rgba(20, 20, 20, 0.9);*/
}

.saiyou{
background-color: rgba(35,24,21,0.3);
padding: 0.7em 0.3em 0.7em 1em;
margin-top: -1em;
}
.recruit .btn1 {
  margin-top: 0.4em;
}
.link-box {
  display: flex;
  align-items: center;
  padding: 0 1.5em;
  margin-top: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.link-item {
  margin-right: 0;
  width: calc(100% / 2 - 30px);
  margin: 15px 15px 40px;
}
.link-item:last-child {
  margin-right: 10px;
}
.bread-crumb {
  padding: 1em 2em;
  margin-bottom: 2em;
  font-size: 13px;
}

/*印刷コンサルティング ----------------------------- */
.kv-box {
position: relative;
}
.kv-img {}
.bread-crumb {
  padding: 1em 2em;
  margin-bottom: 2em;
}
.bread-crumb a {
  color: #4d4d4d;
}
.page-ttl {
  margin-top: 1em;
 
}
.page-ttl h2 {
  font-size: 26px;
   margin: 0;
}
.page-ttl p {
  font-size: 18px;
 margin-top: 10px;
}
.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: 2em;
  padding-bottom: 2em;
}
.consulting-lead .lead-ttl {
  text-align: center;
  margin: 1em 0 0;
line-height: 1.6;
width: 90%;
margin: 0 auto;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.flex1 .item1, 
.flex1 .item2 {
  width: 100%;
  font-size: 16px;
  margin-right: 0;
  padding: 0 1em;
}
.office-unit .item1,
.office-unit .item2{
  padding: 0 0.5em;
}
.flex1 .item2 {
  margin-right: 0;
}
.flex1 .item1 .flex-ttl {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
.flex1 .item1 .flex-desc {
  font-size: 16px;
  line-height: 1.75;
}
.consulting-lead .flex1 {
  align-items: center;
  flex-wrap: wrap;
}
.consulting-lead .flex1 .item2 {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  padding: 1em 2em;
}
.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: 4em;
}
.unit-t1 {
  font-size: 24px;
  text-align: center;
}
.unit-t1 h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0.5em;
line-height: 140%;
}
.unit-txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  padding: 0 1em;
}
.furugi_ttl {
font-size: 21px !important;
text-align: left;
color: #09c2a6;
line-height: 180%;
font-weight: bold;
}

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

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

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

.furugi_ttl_orange {
font-size: 19px !important;
text-align: left;
color: #f4a647;
line-height: 180%;
font-weight: bold;
}
.unit-img {
  width: 100%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
.office-unit .flex1 {
  margin-top: 2em;
}
.flex2 {
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
}
.flex2 .item1 {
  width: calc(100% / 3 - 1em);
  margin-right: 0.5em;
  margin-top: 2em;
}
.flex2 .item1:last-child {
  margin-right: 0;
}
.flex4 {
  display: block;
  justify-content: space-between;
  padding: 0 1em;
}
.flex4 .item1 {
  width: calc(100% / 1 - 1em);
  margin-right: 0.5em;
  margin-top: 2em;
}
.flex4 .item1:last-child {
  margin-right: 0;
}
.img-desc {


  font-size: 16px;
  margin: 0.5em auto;
line-height: 150%;
}
.img-desc a{
  color: #4d4d4d;
}
.contact-bnr {
  margin-top: 6em;
}
.contact-bnr img {
  width: 60%;
  max-width: 800px;
  margin-left: 10%;
}
#pri-con .case {
  margin-top: 5em;
  margin-bottom: 3em;
}

/*事例 ----------------------------- */
.kv-box {
  position: relative;
}
.kv-img {
  width: 100%;
}
.kv-txt{
 position: absolute;
width: 90%;
margin: 0 auto;
  top: 50%;
  transform: translate(5%,-70%);
}
.kv-txt p{
  font-size: 24px;
}
.kv-txt h2{
  font-size: 26px;
  margin: 10px 0 0 0;
  /*white-space: nowrap;*/
	line-height: 140%;
}
.jirei{
}
.jirei-lead{ 
}
.jirei-lead .lead-img{
  width: 70%;
  margin: 0 auto;
}
.jirei-lead .lead-img02{
  width: 90%;
  margin: 0 auto;
}
.spwi{
width: 75%;
margin: 0 auto;
}
.jirei-lead .lead-txt{
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
margin: 0 auto;
  margin-top: 2em;
width: 90%;
}
.plan-unit{
  margin-top: 3em;
}
.attendance-unit, 
.adjust-unit, 
.record-unit{
  margin-top: 5em;
}
.announce-unit{
  margin-top: 3em;
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 .item1 {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.flex3 .item2 {
width: 90%;
margin: 0 auto;
margin-top: 1em;
}
.flex3 .item1 {
  display: flex;
  flex-direction: column;
}
.flex3 .item1 a {
  /*display: block;*/
  text-align: left;
  color: #0000ff;
  font-size: 16px;
  line-height: 1.75;
  /*padding: 0 1em;*/
}
.flex3 .item1 a:first-of-type{
  margin-top: 1em;
}
.order1{
  order: 1;
}
.order2{
  order: 2;
}
.type3{
  margin-top: 4em;
}
.type4{
  margin-top: 2em;
}
.unit-t2 {
  font-size: 24px;
  text-align: center;
}
.unit-t2 h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fbb03b;
text-align: center;
line-height: 160%;
}

.flex3 .unit-txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  padding: 0 1em;
  margin-top: 1em;
  letter-spacing: -0.02em;
}
.pic1{
  width: 70%;
}

.listsikaku{
color: #CCCCCC;
}

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

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

.appleplay{
display: flex;
padding-top: 1.5em;
justify-content: center;
}

.apdownload{
padding-left: 1.5em;
}

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

.listttl{
padding: 1.5em 0em 1.5em 0em;
width: 90%;
text-align: left;
margin: 0 auto;
}

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

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

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

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

.listsikaku-oringe{
color: #fbb03b;
}

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

.jirei06ttl{
width: 90%;
margin: 0 auto;
text-align: left;
font-size: 19px;
font-weight: bold;
padding: 0.7em 0em 0.05em 0em;
}

.privacyttl {
font-size: 20px;
text-align: center;
font-weight: bold;
padding: 1.5em 0em 0.5em 0em;
width: 90%;
line-height: 170%;
margin: 0 auto;
}

.kojinindet{
font-size: 16px;
line-height: 1.75;
text-align: left;
text-indent: -6em;
padding-left: 8em;
}

.btn-kuwasiku03{
width: 250px;
margin: auto;
margin-top: 1em;
box-shadow: 8px 8px 0px 0px #F2F2F2;
}

.btn-kuwasiku03 a{
width: 250px;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
padding: 0.7em;
border: 1.6px solid;
border-color: #09C2A6;
/*border-radius: 5px;*/
background-color: #FFFFFF;
color: #09C2A6;
font-weight: 500;
font-size: 1em;
right: 0;
left: 0;
}

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

.btn-kuwasiku04{
width: 250px;
margin: auto;
margin-top: 1em;
box-shadow: 8px 8px 0px 0px #F2F2F2;
}

.btn-kuwasiku04 a{
width: 250px;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
padding: 0.7em;
border: 1.6px solid;
border-color: #09C2A6;
/*border-radius: 5px;*/
background-color: #FFFFFF;
color: #09C2A6;
font-weight: 500;
font-size: 1em;
right: 0;
left: 0;
}

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

.environment_copy {
color: #09C2A6;
font-size: 21px;
text-align: center;
line-height: 170%;
/*font-weight: bold;*/
padding: 0em 0.5em 1.5em 0.5em;
font-weight: bold;
}

.environment-cnt {
  background: url("/wpv2/img/environment_img_sp.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 765px;
margin-top: 5em;
}
.environment-cnt-in {
  width: 100%;
  height: 100%;
  position: relative;
}
.environment-txt {
  color: #000;
  position: relative;
  padding: 2em 1.5em 0;
}

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

.environment-desc {
  font-size: 17px;
  line-height: 1.75;
  margin-top: 1em;
}

.environment-waku {
font-size: 20px;
text-align: center;
font-weight: bold;
padding: 1.0em 0em 0.5em 0em;
}

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

.environment_list_small {
font-size: 16px;
line-height: 1.75;
text-align: left;
text-indent: -1em;
padding-left: 2.7em;
}

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

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

.company-ttl {
line-height: 260%;
width: 90%;
font-size: 12px;
text-align: center;
margin:  0 auto;
}

.results-table{
width: 92%;
text-align: left;
margin: 0 auto;
line-height: 180%;
}

.results-table th{
display: block;
width: 100%;
background-color: #f5f5f5;
padding: 10px 0 7px 9px;
font-weight: normal;
}

.results-table td{
width: 100%;
padding: 7px 0 20px 9px;
display: block;
}

.tdcompany{
display: block;
}

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

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

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

.form-table th {
display: block;
padding: 0em 1em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
}

.form-table td {
display: block;
padding: 0.15em 0em 1em 0.5em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
}

::placeholder {
color: #c3c3c3;
}

.btn-contact03{
width: 90%;
height: 80px;
margin: auto;
margin-top: 2em;
display: flex;
justify-content: center;
align-items: center;
padding: 0.7em;
border: 2px solid;
border-color: #09C2A6;
background-color: #09C2A6;
color: #FFFFFF;
font-weight: 600;
font-size: 18px;
right: 0;
left: 0;
}

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

.kakunin{
width: 80%;
padding-top: 50px;
line-height: 190%;
text-align: center;
margin-left: auto;
margin-right:auto;
margin-bottom: 20px;
/*margin-left: 70px;
margin-right: 150px;*/
}

.doui{
margin-left: auto;
/*margin-right:50px;*/
font-size: 17px;
}

.contact-privacy {
font-size: 15px;
line-height: 1.75;
text-align: center;
padding: 0 1em;
}

.telmailttl {
font-size: 20px;
text-align: center;
font-weight: bold;
padding: 0.1em 0em 0.0em 0em;
width: 90%;
line-height: 170%;
margin: 0 auto;
}

.contact_icon{
width: 20%;
margin: 0 auto;
}

.contact-table{
width: 92%;
text-align:center;
margin: 0 auto;
line-height: 180%;
font-size: 17px;
}

.contact-table th{
display: block;
width: 100%;
/*background-color: #f5f5f5;*/
padding: 0px 0 0px 0px;
font-weight: normal;
}

.contact-table td{
width: 100%;
padding: 0px 0 20px 0px;
display: block;
}

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

.sdgsimg{
margin-top: 1em;
text-align: center;
}

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

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

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

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

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

.btn-two {
margin: 2em;
}

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

.btn-two:hover a{
display: block;
position: relative;
background: #FFFFFF;
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_logo{
width:90%;
margin: 0 auto;
}

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

.sdgsbox_goalbox{
width:100%;
margin: 0 auto;
background-color:#FFF;
margin-bottom: 3em;
}

.sdgsbox_goalbox{
width:100%;
margin: 0 auto;
background-color:#FFF;
margin-bottom: 3em;
}

.flex-box-06{
width:95%;	
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% / 3 - 1em);
margin: 0.5em 0.5em 0.5em 0.5em;
}
.flex-box-06 .flex-item-06 img{
width: 100%;	
display: block;
margin: 0 auto;
}

.engura{
text-align: center;
}

.parsent img{
/*position: absolute;
margin-left: -10.8em;*/
width: 86%;
margin: 0 auto;
margin: 0.8em 0em 1.2em 0em;
z-index: 5000;
}

.parsent02 img{
/*position: absolute;
margin-left: -10.8em;*/
width: 80%;
margin: 0 auto;
margin: 2em 0em 0.5em 0em;
z-index: 5000;
}

.sdgsiconname{
}

.sdgsicon_tatsunari{
padding-top: 2em;
display: flex;
flex-direction: column;
width: 50%;
margin: 0 auto;
padding-bottom:1.3em;
}


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

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

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:14px;
}
table.table-sdgs-kakuji td {
padding: 0.2em 0px 0.2em 0px;
/*border: 1px #CCC solid;*/
border-width: 0 0px 1px 0px;
line-height:160%;
text-align:left;
vertical-align:middle;
/*background-color:#FFF;*/
word-break : break-all;
font-size:14px;
color:#000;
}	

.engura02{
text-align: center;
width: 90%;
margin: 0 auto;
}

table.table-sdgs {
width:100%;
/*border: 1px #009B83 solid;*/
margin:0px auto;
border-collapse: separate; border-spacing: 10px; 
}

table.table-sdgs th {
padding: 0.3em 0px 0.3em 0px;
border: 1px #003366 solid;
border-width: 0 0px 1px 0px;
line-height:140%;
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:12px;
width:37%;
}
table.table-sdgs td {
padding: 0.7em 0px 0.7em 0px;
border: 1px #CCC solid;
border-width: 0 0px 1px 0px;
line-height:140%;
text-align:left;
vertical-align:middle;
/*background-color:#FFF;*/
font-size: 12px;
word-break : break-all;
/*font-size:12px;*/
}

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

.sdgsimg03{
width: 90%;
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: 0px;
word-break:break-all;
}
table.table-sdgs_watasino th {
padding: 1em;
border: 1px #CCC solid;
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:top;
color:#646464;
font-size:1.2rem;
display: block;	
width:100%;
font-family: serif;
font-weight: 700;
}	

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;
display: block;	
width:100%;
}	



  .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% / 1 - 0.5%);
    margin: 0.5%;
    /*background-color: #eee;
border: 1px #CCC solid;
border-width: 0 0px 1px 1px;*/
    padding: 0.5em;
	  
	text-align:center;
	  
  }

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



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


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












.table04back{
/*border: 2px solid;
border-color: #f15a24;*/
max-width: 870px;
width: 100%;
padding: 0em 0.2em 2em 0.2em;
margin: 0 auto;
}

.table03back{
/*border: 2px solid;
border-color: #f15a24;*/
max-width: 870px;
width: 100%;
padding: 2em 0.2em 2em 0.2em;
margin: 0 auto;
}

.results-table03{
width: 92%;
text-align: left;
margin: 0 auto;
line-height: 180%;
}

.results-table03 th{
display: block;
width: 100%;
background-color: #f5f5f5;
padding: 10px 0 7px 9px;
/*font-weight: normal;*/
}

.results-table03 td{
display: block;
width: 100%;
padding: 7px 0 20px 9px;
}

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

.recruit_calc_btn_flex{
display: block;
justify-content: center;
}

.recruit_calc_btn{
margin: 0em 0.5em 1em 0.5em;
}

.recruit_calc_btn a{
display: flex;
justify-content:flex-start;
align-items:flex-start;
width: 95%;
margin: 0 auto;
padding: 0.9em 0.9em;
border: 1px solid #000;
border-radius: 0px;
background-color: #FFFFFF;
color: #000;
font-size: 1em;
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-right: 0.2em;
margin-top: 0.4em;
margin-left: auto;
}

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

.recruit_ttl{
font-size: 18px;
text-align: left;
font-weight: bold;
margin: 0 auto;
margin-top: 2em;
margin-bottom: 1em;
width: 90%;
}

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

.syouhyou{
width: 90%;
margin: 0 auto;
margin-top: 0.3em;
}

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

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

.movie-wrap {
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
height: 0;
overflow: hidden;
}
 
.movie-wrap iframe {
top: 0;
width: 95%;
height: 100%;
left: 0;
right: 0;
margin: 0 auto;
}
	
.movie-wrap {
max-width: 95%; /* ここに動画の横幅を指定 */
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: 21px;
text-align: center;
line-height: 170%;
/*font-weight: bold;*/
padding: 0em 0.5em 1.5em 0.5em;
font-weight: bold;
}

.copylightbun a{
color: #09C;
}

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

.flex-item-cm{
width: 90%;
margin: 0 auto;
margin-top: 2em;
}






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

.outlineimg img{
min-width: 100%;
}

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

.outlineimgtxt{
}

.outlinettl{
font-weight: bold;
/*background-color: #f5f5f5;*/
margin-bottom: 2.5em;
}

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

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

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

.nakatxt{
width:90%;
margin: 0 auto;
font-size: 16px;
line-height: 1.75;
text-align: left;
background-color: rgba(251,187,148,0.2);
padding:1.5em 1.5em 1.0em 1.5em;
}

.haitxt{
width:90%;
margin: 0 auto;
font-size: 16px;
line-height: 1.75;
text-align: left;
background-color:#f2f2f2;
padding:1.5em 1.5em 1.0em 1.5em;
position: relative;
}

.nittei_teble th {
font-size: 24px;
padding: 0em 0em 0em 0em;
display: block;
text-align: center;
}

.nittei_teble td {
display: block;
padding: 0em 0em 0.3em 0em;
}

.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{
text-align: center;
width: 90%;
margin: 0 auto;
padding-top: 5em;
}

.engura03 img{
width: 90%;
margin: -50px auto;
}

.engura04{
text-align: center;
width: 90%;
margin: 0 auto;
padding-top: 2em;
}

.engura04 img{
width: 90%;
margin: 5px auto;
}

.unit-t1h {
width: 80%;
margin: 0 auto;
font-size: 24px;
text-align: center;
color: #09c2a6;
line-height:160%;
}

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

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

.unit-t-oita {
  font-size: 20px;
  text-align: center;
color: #09c2a6;
}
.unit-t-oita h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0.5em;
line-height: 140%;
}


.accordion-008 {
    width: 95%;
margin:0 auto;
    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: 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 1em 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;
color: #09c2a6;
}
.unit-t-oita h3 {
  font-size: 34px;
  font-weight: bold;
  margin: 0.5em 0 0.5em;
}

.sdgsoitaimgflex{
display: flex;
flex-direction: column;
justify-content: center;
}

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

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

.denwattl{
font-size: 1.2rem;
font-weight: bold;
text-align: center;
margin-bottom: 1.5em;
line-height: 1.6;
}

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

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

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

.bansen{
margin: 0 auto;
padding: 1em 0.5em 0.5em 0.5em;
border: 4px solid #63b2b3;
text-align: center;
width: 90%;
vertical-align:center;
}

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

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

