@charset "UTF-8";
/*
theme: 　伸和トランスポート
Author: openstage.inc
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  list-style: none;
  color: #000;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
	height: auto;
		
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #444444;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #444444;
  text-shadow: none;
}
 .main-u-page {
    padding-top: 80px;
  }
#business {
  padding-top: 80px;
  margin-top: -80px;
}

.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.common-120-padding {
  padding: 120px 0;
}
.upper-120-padding {
  padding: 120px 0 0;
}
.upper-80-padding {
  padding: 80px 0 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.pc_none {
  display: none !important;
}

.common-items__title{
	margin-bottom: 60px;
}
.common-items__title span{
	color: #D4D8DF;
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 900;
	display: block;
	line-height: 1;
	margin-bottom: 16px;
	word-wrap: break-word;
	
}
.common-items__title._white h2{
	color: #fff;
}

.common-items__title._white span{
	color: #53627F;
	
	
}
.common-items__title h2{
	font-size: 21px;
		font-weight: 600;
}

.common-btn__wrap {
  max-width: 320px;
  margin: 0 auto;;
}
.common-btn__wrap a {
  color: #fff;
  background-color: #293B5F;

  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  margin: auto auto 0;
  width: 100%;
  position: relative;
  font-size: 18px;
  max-width: 100%;
}
.common-btn__wrap a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: -webkit-translateY(-50%);
  transform: -ms-translateY(-50%);
  right: 15px;
	width: 8px;
}

.common-btn__wrap._sky a {
  background-color: #00A6FF;
}


.page-title__area {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
}
.page-title__area span {
  font-size: 52px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: block;
	text-transform: uppercase;
}
.page-title__area h1,.page-title__area h2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.page-title__area._1ver {
 background-image: url("../img/page-bgi01.jpg")
}
.page-title__area._2ver {
 background-image: url("../img/page-bgi02.jpg")
}
.page-title__area._3ver {
 background-image: url("../img/page-bgi03.jpg")
}
.page-title__area._4ver {
 background-image: url("../img/page-bgi04.jpg")
}
.page-title__area._5ver {
 background-image: url("../img/page-bgi05.jpg")
}
.page-title__area._6ver {
 background-image: url("../img/page-bgi06.jpg")
}

.category-lists__wrap {
  margin-bottom: 40px;
}
.category-lists__block {
     display: flex;
    gap: 0 1%;
}
.category-lists__block li {
  width: 16%;
}
.category-lists__block li a {
  color: #293B5F;

	background-color: #EBEDF0;
  padding: 6px 0;
  font-weight: bold;
  text-align: center;
}
.category-lists__block li a:hover {
  opacity: 1;
  color: #fff;
  background: #293B5F;
}
.category-lists__block li._current a {
  position: relative;
  color: #fff;
  background: #293B5F;
}
.category-lists__block li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transform: -webkit-translateX(-50%);
  transform: -ms-translateX(-50%);
  margin-left: 0;
  border: 12px solid transparent;
  border-top: 12px solid #293B5F;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #news, #greeting, #organization, #activity {
    padding-top: 80px;
    margin-top: -80px;
  }
	
	.common-items__title{
	margin-bottom: 46px;
}
.common-items__title span{
	font-size: 50px;
	margin-bottom: 8px;
	
	
}
.common-items__title h2{
	font-size: 18px;
	
}
}
@media screen and (max-width: 768px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 15px;
    line-height: 1.5;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .common-120-padding {
    padding: 80px 0;
  }
.upper-120-padding {
  padding: 80px 0 0;
}
  .common-80-padding {
    padding: 60px 0;
  }
	.upper-80-padding {
  padding: 60px 0 0;
}
  .common-btn__wrap {
  max-width: 280px;

}
.common-btn__wrap a {

  padding: 20px 0;
  font-size: 16px;

}
.page-title__area {
 
  padding: 100px 0;
}
.page-title__area span {
  font-size: 42px;
	margin-bottom: 5px;
  
}
.page-title__area h1,.page-title__area h2 {
  font-size: 18px;
 
}

	.category-lists__block li a:before{
		display: none;
	}
	.category-lists__block {
    display: flex;

    flex-wrap: wrap;
    gap: 10px 10px;
}
	.category-lists__block li {
    width: 180px;
}
}
@media screen and (max-width: 426px) {
  .common-120-padding {
    padding: 60px 0;
  }
  .upper-120-padding {
    padding: 60px 0 0;
  }
	    .category-lists__block li {
        width: 48%;
    }
	    .category-lists__block {
     
        gap: 10px 0;
        justify-content: space-between;
    }
}
/* header
* --------------------------------------- */


.global-nav__list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0 30px;
}
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  text-align: center;
  display: block;
}

.sidebarMenu {
    display: flex;
    align-items: center;
    padding: 23px 50px;
	box-sizing: border-box;
    background-color: #fff;
	min-height: 90px;
}
.header_wrap {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}
.gnav-logo {
  display: block;
  width: 200px;
  margin-right: auto;
}
.gnav-tel {
  width: 220px;
  margin-left: 24px;
}

.global-nav__items {
  display: flex;
  flex-direction: column;
}
.gnav-items__wrap.fixed {
  position: fixed;
  width: 100%;
  background: #000
}
.global-nav__item a {

  font-size: 16px;

}



@media screen and (max-width: 1200px) {
  .sidebarMenu {
  
    padding: 23px 30px;
  
}
	.gnav-tel {
    width: 200px;
    margin-left: 24px;
}
	.global-nav__item a {
    font-size: 15px;
}
	.global-nav__list {
 
    gap: 0 16px;
}
	    .gnav-tel {
        width: 180px;
        margin-left: 16px;
    }
	.gnav-logo {
     width: 170px;
}
}


@media screen and (max-width: 941px) {
  .gnav-tel {
    display: none;
  }

  .hamburger__line {
    position: absolute;
    left: 13px;
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: all .6s;
  }

  .sidebarMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 12px 10px;
	  min-height: 80px;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    justify-content: inherit;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 80px;
    background-color: #000;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
   display: block;
        position: absolute;
        right: 0;
        top: 15px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 300;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: calc(100% - 40px);
  }
  .global-nav__item {
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .global-nav__item a {
    display: block;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 15px 0;
    color: #fff;
  }

 .hamburger__line--1 {
    top: 21px;
  }
  .hamburger__line--3 {
    top: 27px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .main_logo {
    display: none;
  }
  .nav-open .black-bg {
    opacity: .5;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 25px;
	  background-color: #fff;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 25px;
	          background-color: #fff;
	 
  }

	.nav-open .hamburger::after {
        color: #fff;
  }
  .hamburger::after {
    content: "MENU";
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 12px;
    position: absolute;
    left: -30px;
    top: 16px;
  }
  .header_wrap._under .hamburger__line {
    background-color: #000;
  }
  
}
@media screen and (max-width: 426px) {}
	
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  background-image: url(../img/keyvisual-bgi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 80px;
  padding: 30vh 0;
}
.keyvisual-title__wrap {
     background-color: #ffffff;
    max-width: 650px;
    min-height: 222px;
    padding: 0 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.keyvisual-title__wrap h1 {
  color: #293B5F;
  font-size: 28px;
  display: block;
line-height: 1.5;
	margin-bottom: 16px;
	font-weight: 600;
}
.keyvisual-title__wrap p {
  font-size: 16px;
  line-height: 1.5;

}
@media screen and (max-width: 941px) {
 .keyvisual-area__group {
      
        padding: 40vh 0 24px;
    }
  .keyvisual-title__wrap {
    background-color: #ffffffd1;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    padding: 20px;
    display: block;
  }
	
  .keyvisual-title__wrap h1 {
    font-size: 20px;
	      margin-bottom: 8px;
  }
	.keyvisual-title__wrap p {
    font-size: 15px;

}
 
}
@media screen and (max-width: 426px) {

}
/* ドライバー3つのメリット
* --------------------------------------- */

.merit-items__block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:46px 0;
}

.merit-items__box{
	width: 48%;
	display: flex;
	align-items: center;
	
}

.merit-items__image{
	width: 25%;
}
.merit-items__text{
	width: 75%;
	box-sizing: border-box;
	margin-left: 32px;
}
.merit-items__text h3{
	font-size: 21px;
	margin-bottom: 8px;
	font-weight: 600;
}
.merit-items__text p{
	font-weight: 400;
}

@media screen and (max-width: 769px) {
	.merit-items__box{
	        width: 100%;
        align-items: flex-start;
	
}
	.merit-items__image {
    width: 15%;
}
	.merit-items__text {
    width: 85%;
		 margin-left: 16px;

}

.merit-items__text h3 {
    font-size: 18px;
    margin-bottom: 10px;

}
	.merit-items__block {

    gap: 24px 0;
}
}
@media screen and (max-width: 426px) {}

/* ドライバーの声
* --------------------------------------- */
.voice-area__group::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 480px;
    background-image: url(../img/voice-bgi_pc.jpg);
    background-size: cover;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.voice-slider__wrap{
	margin-bottom: 80px;
	overflow: hidden;
}
.voice-ttl__block {
  display: flex;
  justify-content: space-between;
}
.voice-ttl__box._ttl {
  width: 32%;
}
.voice-ttl__box._text {
  width: 62%;
}
.voice-ttl__box._text p {
  color: #555A6B;
  font-size: 20px;
  font-weight: bold;
}
.voice-thumbnail-items .thumbnail-img {
  position: relative;
  overflow: hidden;
  padding-top: 140%;
}
.voice-thumbnail-items{
	padding-right: 32px;
}
.voice-thumbnail-items .thumbnail-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.voice-items__box {
  position: relative;
  width: 50%;
}
.voice-items__box a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: #fff;
}
.voice-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.voice-items__box .voice-text__wrap {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 92%;
  height: 30%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255 255 255 / 100%));
  padding: 0 20px 30px;
	box-sizing: border-box
}
.voice-text__wrap {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  color: #fff;
}
.voice-text__wrap p {
     font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}
.voice-product__items .thumbnail-img {
  position: relative;
  overflow: hidden;
  padding-top: 52%;
  border-radius: 10px;
  margin-bottom: 30px;
}
.voice-product__items .thumbnail-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.voice-archive__box a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: #fff;
}
.voice-archive__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.voice-thumbnail__wrap ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.voice-thumbnail__wrap ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-archive__block {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 2%;
}
.voice-archive__text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.voice-archive__text span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.voice-archive__box {
  position: relative;
  width: 32%;
}
.voice-archive__box ._col {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #00A6FF;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
}
.voice-single__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice-single__box._text {
  width: 46%;
}
.voice-single__box._image {
  width: 47%;
}
.voice-single__box._image ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.voice-single__box._image ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.voice-single__box._text h3 {
   
    margin-top: 16px;
}
.voice-single__box._text ._table table {
  width: 100%;
}
.voice-single__box._text ._table table tr:nth-child(1) {
  border-top: solid 1px #DDDDDD;
}
.voice-single__box._text ._table table tr {
  display: block;
  border-bottom: solid 1px #DDDDDD;
  padding: 15px 0;
}
.voice-single__box._text ._table table tr th {
  width: 120px;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
}
.voice-single__box._text ._table table tr td {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
}
.voice-container__wrap {
  margin-top: 50px;
}
.voice-container__box {
  background-color: #F8F8F8;
  padding: 35px 30px;
  margin-bottom: 20px;
}
.voice-container__box:nth-last-child(1) {
  margin-bottom: 0;
}
.voice-container__box ._question {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.voice-container__box ._question span {
  display: block;
  color: #00A6FF;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  margin-right: 10px;
}
.voice-container__box ._question p {
  display: block;
  color: #00A6FF;
  font-weight: bold;
}
.voice-container__box ._answer {
  display: flex;
  align-items: center;
  margin-left: 3px;
}
.voice-container__box ._answer span {
  display: block;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  margin-right: 10px;
}
.voice-container__box ._answer p {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .voice-ttl__block {
    flex-direction: column;
  }
  .voice-ttl__box._ttl {
    width: 100%;
  }
  .voice-ttl__box._text {
    width: 100%;
    margin-bottom: 20px
  }
  .voice-ttl__box._text p {
    font-size: 18px;
  }
  

  .voice-archive__box {
    position: relative;
    width: 48%;
  }

  .voice-archive__text {
    margin-top: 10px;
  }
  .voice-archive__text span {
    font-size: 14px;
  }
  .voice-archive__block {
    gap: 32px 0;
	  justify-content: space-between;
  }
  .voice-archive__box ._col {
    padding: 5px 15px;
    font-size: 12px;
  }
  .voice-single__box._image {
    width: 100%;
  }
  .voice-single__box._text {
    width: 100%;
  }
  .voice-single__box._text h3 {

    margin-top: 10px;
  }
  .voice-single__box._text ._table table tr {
    display: flex;
    flex-direction: column;
  }
  .voice-single__box._text ._table table tr {
    padding: 0;
  }
  .voice-single__box._text ._table table tr th {
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    background: #eff8ff;
    border-bottom: solid 1px #DDDDDD;
  }
  .voice-single__box._text ._table table tr td {
    font-size: 16px;
    padding: 15px 15px;
    font-weight: normal;
  }
  .voice-container__wrap {
    margin-top: 30px;
  }
  .voice-container__box {
    padding: 25px 20px;
  }
  .voice-container__box ._question p {
    font-size: 16px;
  }
  .voice-container__box ._question {
    align-items: inherit;
  }
  .voice-container__box ._answer p {
    font-size: 16px;
  }
  .voice-container__box ._question span, .voice-container__box ._answer span {
    font-size: 26px;
  }
	.voice-thumbnail-items {

			padding-right: 16px;
}
	.voice-text__wrap p {
    font-size: 14px;

}
	.voice-items__box .voice-text__wrap {
   width: 95%;
    padding: 0 15px 20px;
   
}
	.voice-thumbnail-items .thumbnail-img {
 
    padding-top: 100%;
}
	.voice-slider__wrap {
    margin-bottom: 46px;
}
   .voice-area__group::after {
        height: 250px;
       
        background-image: url(../img/voice-bgi_sp.jpg);
    } 
	
}
@media screen and (max-width: 426px) {
	.voice-area__group::after {
  background-position: right -30px top;
    }
}

/* 利用事例
* --------------------------------------- */
.cases-items__block {
    display: flex;
    background-color: #F8F8F8;
    padding: 20px;
    align-items: center;

}

.cases-thumbnail__items{
	    width: 35%;
}
.cases-text__items{
	  width: 65%;
	box-sizing: border-box;
	margin-left: 32px;
}
.cases-items__box {
  position: relative;
  padding-left: 20px;
}
.cases-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.cases-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.cases-thumbnail__items ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 100%;;
  margin: 0 auto;
}
.cases-thumbnail__items ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-items__wrap{

	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 60px;
}
.cases-table__box table {
  width: 100%;
}
.cases-table__box table tr {

  margin-bottom: 5px;
}
.cases-table__box table tr th {
  width: 100px;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  color: #00A6FF;
  margin-bottom: 5px;
}
.cases-table__box table tr td {
  font-size: 16px;
 
}
.cases-btn__wrap {
  max-width: 460px;
  margin: 80px auto 0;
}
.cases-btn__wrap a {
  color: #fff;
  background-color: #00A6FF;
  border-bottom: 5px solid #A85C33;
  border-radius: 50px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin: auto auto 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  max-width: 100%;
}
.cases-btn__wrap a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: -webkit-translateY(-50%);
  transform: -ms-translateY(-50%);
  right: 15px;
}
.cases-btn__wrap a:hover {
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #A85C33;
  opacity: 1;
}


.cases-area__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.cases-area__block .cases-items__box {
  padding: 0;
  width: 49%;
}
.cases-single__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.cases-single__box._table {
  width: 48%;
}
.cases-single__box._image {
  width: 45%;
}
.cases-single__box ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 300px;
}
.cases-single__box ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-single__box._table table {
  width: 100%;
 
  margin-left: auto;
}
.cases-single__box._table table tr:nth-child(1) {
  padding-top: 15px;
  border-top: solid 1px #ddd;
}
.cases-single__box._table table tr:nth-last-child(1) {
  margin-bottom: 0;
}
.cases-single__box._table table tr {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.cases-single__box._table table tr th {
  width: 130px;
  text-align: left;
  box-sizing: border-box;
  color: #00A6FF;
}
.cases-single__box._table table tr td {
  width: 59%;
}
.cases-items__wrap .slick-list {
  padding: 0 7% 0 0 !important;

}
.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  color: #00A6FF;
}
.slick-dots li.slick-active button:before {
  color: #00A6FF;
}
.slick-dots li {
  margin: 0;
}
.slick-dotted.slick-slider {
     margin-bottom: 80px;
    padding-bottom: 50px;
    overflow: hidden;
}
.slick-dots {
    bottom: 0;
}
.slick-dots li button:before {

	font-size: 12px;}
.cases-other__area h3 {
  font-size: 24px;
  font-weight: bold;

  margin: 0 auto 20px;
}
.cases-single__area h1 {
  font-size: 24px;
  font-weight: bold;

  margin: 0 auto 50px;
}
@media screen and (max-width: 1271px) {
  .cases-items__wrap .slick-list {
    padding: 0 5% 0 0 !important;
  }

}
@media screen and (max-width: 1025px) {
  .cases-items__wrap .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .cases-items__wrap .slick-list {
    margin: 0 20px 0;
  }
}
@media screen and (max-width: 769px) {
  .cases-area__group {
    background-image: none;
  }
  .cases-thumbnail__items {
    display: none;
  }
  .cases-btn__wrap {
    max-width: 335px;
    margin: 60px auto 0;
  }
  .cases-btn__wrap a {
    padding: 12px 0;
  }
  .category-lists__wrap {
    padding-bottom: 10px;
    overflow-x: scroll;
    margin-bottom: 20px;
  }

  .cases-area__block .cases-items__box {
    width: 100%;
  }

  .category-lists__wrap::-webkit-scrollbar {
    display: none;
  }
  .cases-table__box table tr td {
    width: 63%;
  }
  .cases-single__box._table {
    width: 100%;
  }
  .cases-single__box._image {
    width: 100%;
  }
  .cases-single__box._table table {
    width: 100%;
    max-width: 100%;
  }
  .cases-single__box ._thumbnail {
    padding-top: 100%;
  }
  .cases-other__area h3 {
    font-size: 18px;
    margin: 0 auto 15px;
    width: 100%;
  }
  .cases-single__area .common-1280-width {
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  .cases-single__block {
    flex-direction: column-reverse;
  }
  .cases-single__area h1 {
    font-size: 21px;
    line-height: 1.5;
    margin: 0 auto 30px;
  }
	.cases-text__items {
    width: 100%;

    margin-left: 0;
}
	.cases-table__box table tr th {
  font-size: 15px;
}
	.cases-table__box table tr td {
    font-size: 15px;
}
	.cases-items__wrap {
 
    margin-bottom: 32px;
}    .cases-items__wrap .slick-list {
         margin:  0; 
    }
	
	
.slick-dotted.slick-slider {
    margin-bottom: 32px;
    padding-bottom: 30px;
    overflow: hidden;
}
	
}
@media screen and (max-width: 426px) {
  .cases-items__wrap .slick-list {
    padding: 0 !important;
  }
  .cases-table__box table tr {
    margin-bottom: 0;
    flex-direction: column;
  }
  .cases-table__box tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: space-between;
  }
  .cases-table__box table tr {
    width: 50%;
  }
  .cases-items__wrap {
    position: relative;
	      padding: 0;
  }
  .cases-table__box table tr td {
    width: 100%;
  }
 
  .cases-items__box {
    padding-left: 0;
  }
	    .cases-items__wrap .slick-list {
         margin: 0 20px 0; 
    }
}
/* 募集要項
* --------------------------------------- */

.require-area__group{
	background-color: #F8F8FA;
}
.require-lists__wrap {
  margin-bottom: 80px;
}

.require-table__box {
    width: 100%;
    margin-top: 50px;
}

.require-table__box tr:nth-child(1) {
    border-top: solid 1px #DDDDDD;
}

.require-table__box tr {
    display: block;
    border-bottom: solid 1px #DDDDDD;
    padding: 20px 0;
}

.require-table__box tr th {
    width: 200px;
    text-align: left;
    box-sizing: border-box;
    font-weight: 500;

}

.require-table__box tr td {
    box-sizing: border-box;
}


.require-items__text{
	margin-top: 16px;
}
.require-btn__wrap {
  max-width: 460px;
  margin: 50px auto 0;
}
.require-btn__wrap a {
  color: #fff;
  background-color: #2A9FDE;
  border-bottom: 5px solid #206A91;
  border-radius: 50px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin: auto auto 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  max-width: 100%;
}
.require-btn__wrap a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: -webkit-translateY(-50%);
  transform: -ms-translateY(-50%);
  right: 15px;
}
.require-btn__wrap a:hover {
  color: #fff;
  border-bottom: 2px solid #206A91;
  opacity: 1;
}

.recruit-text__wrap {
    text-align: center;

    font-weight: bold;
	margin-bottom: 32px;
	    letter-spacing: 0.2em;
	color: #2E2E2E;
}
@media screen and (max-width: 1255px) {
  .require-area__group {
    background-image: none;
  }
}
@media screen and (max-width: 769px) {
  .require-area__group {
    background-image: url(../img/mascot-image05.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 110px;
  }
  .require-btn__wrap {
    max-width: 335px;
    margin: 30px auto 0;
  }
  .require-btn__wrap a {
    padding: 12px 0;
  }
  .require-items__block {
    flex-direction: column;
  }
  .require-items__block ._note {
    width: 100%;
  }
  .require-items__block ._tel {
    width: 100%;
    text-align: left;
  }
	.require-table__box tr th {
    width: 100px;


}
	.require-items__text {

    font-size: 14px;
}
.require-lists__wrap {
    margin-bottom: 46px;
}
	.recruit-text__wrap {
    text-align: left;

	margin-bottom: 24px;
	    letter-spacing: 0.1em;

}
}
@media screen and (max-width: 426px) {
  .require-items__block ._note {
    max-width: 285px;
    margin-bottom: 5px;
  }
}

/* 事業内容
* --------------------------------------- */


.business-area__group{
	background-color: #293B5F;
}
.business-items__block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:24px 0;
	
	
}
.business-items__box{
	width: 48%;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
}
.business-items__box ._image {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    margin: 0 auto;
	border-radius: 10px 10px 0 0;
}
.business-items__box ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-items__text{
	padding: 45px 50px;;
	box-sizing: border-box;
}
.business-items__text h2{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 16px;
}
.business-items__text h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.business-items__text p{
	font-weight: 400;
	margin-bottom: 24px;
	
}
.business-items__text ._btn{

}
.business-items__text ._btn {
  color: #fff;
  background-color: #293B5F;

  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  width: 100%;
  position: relative;
  font-size: 18px;
  max-width: 100%;
	  max-width: 300px;
  margin: 0 auto;;
}
.business-items__text ._btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: -webkit-translateY(-50%);
  transform: -ms-translateY(-50%);
  right: 15px;
	width: 8px;
}

.business-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.business-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
@media screen and (max-width: 941px) {
	.business-items__box{
	width: 100%;

}
	.business-items__text{
	padding: 30px 20px 20px;

}
.business-items__text h2{
	font-size: 23px;

}
.business-items__text h3{
	font-size: 18px;
	text-align: left;
	
}
.business-items__text p{
	font-weight: 400;
	margin-bottom: 24px;
	
}
	.business-items__text ._btn {

    padding: 20px 0;

    font-size: 15px;
    max-width: 300px;

}
}
@media screen and (max-width: 769px) {}
@media screen and (max-width: 426px) {}

/* お知らせ
* --------------------------------------- */
.news-area__group {
  background-image: url(../img/mascot-image03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 200px;
}

.news-items__block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-archive__area .news-items__content {
  width: 100%;
}
.news-items__content {
  width: 71%;
}
.news-items__content ul li:nth-child(1) {
  border-top: solid 1px #DDDDDD;
  padding-top: 15px;
}
.news-items__content ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #DDDDDD;
}
.news-items__content ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.news-items__content ul li time {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
	font-weight: 300;
}

@media screen and (max-width: 769px) {
  .news-items__content {
  width: 100%;
}
}
@media screen and (max-width: 426px) {}

/* フッター
* --------------------------------------- */
.footer-area__group {
  background: #152036;
	padding: 50px 0
}
.footer-items__block {
  display: flex;
  justify-content: space-between;
}
.footer-items__address {
  width: 35%;
}
.footer-items__nav {
  width: 50%;
  position: relative;
}
.footer-items__nav ul {
  display: flex;
  justify-content: space-between
}
.footer-items__nav ul li a {
  color: #fff;
  font-weight: 500;
 
}
.footer-items__nav p {
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  
}
.footer-items__address p {
color: #fff;
	line-height: 2;
	 font-weight: 500;
}

.footer-items__logo{
	width: 350px;
	margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .footer-items__nav ul {
    flex-wrap: wrap;
  }
  .footer-items__nav ul li {
    margin-right: 10px;
  }
  .footer-items__nav ul {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 941px) {
	.footer-items__address p{
		font-size: 14px;
	}
	.footer-items__nav ul li a {
   	font-size: 14px;
}
	.footer-items__nav p {
    	font-size: 14px;
}
	.footer-items__logo {
    width: 250px;
   
}
}
@media screen and (max-width: 769px) {
  .footer-items__address {
    display: none;
  }
  .footer-items__nav ul {
    display: none;
  }

  .footer-items__nav {
    width: 100%;
  }
    .footer-items__logo {
        width: 250px;
        margin: 0 auto 32px;
    }

		.footer-items__nav p {
    text-align: center;
			position: static;
			font-size: 12px;
}
	.footer-area__group {
 
    padding: 50px 0 32px;
}
 
}
@media screen and (max-width: 426px) {}
/* フローティング
* --------------------------------------- */
.smartphone-fixd__box {
  position: fixed;
  right: 0;
  top: 200px;
}
.computer-fixd__block {
  display: none;
}
@media screen and (max-width: 941px) {
  .smartphone-fixd__box {
    display: none;
  }
  .computer-fixd__block {
    display: flex;
    max-width: 426px;
    width: 100%;
    margin: 0 auto;
  }
  .computer-fixd__box {
    width: 33.333%;
  }
  .computer-fixd__wrap {
    position: fixed;
    bottom: -10px;
    width: 100%;
    background: #ffffff96;
  }
  .computer-fixd__box img {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {}

/* 詳細ページ
* --------------------------------------- */
.single-ttl__wrap h1 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
.single-ttl__wrap span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #4974B6;
  font-weight: 500;
  margin-bottom: 24px;
}
.single-ttl__wrap {
  margin-bottom: 80px;
}
.single-ttl__wrap time {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-top: 16px;
}
.common-single__post h2 {
 font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 16px;
    border-bottom: solid 3px #00A6FF;
	 margin-bottom: 1.2em;

}

.common-single__post h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: .8em;
    margin-top: 1em;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
	
}

.common-single__post h3::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 42px;
  background: #00A6FF;
  top: 0;
  left: 0;
	border-radius: 100px;
	  z-index: 10;
}

.common-single__post ul {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
strong {
  font-weight: 600;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 18px;
}
.common-single__post ul li::before {
     position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #293B5F;
    border-radius: 50%;
    top: 12px;
    left: 0;
}
.common-single__post ol {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.common-single__post ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
  font-size: 18px;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post p {
  margin-bottom: 1.5em;
  line-height: 1.8;
  font-size: 18px;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 5px;
  font-size: 19px;
}
.common-single__post a:hover {
  text-decoration: none;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 769px) {
  .common-single__post h2 {
    font-size: 26px;
     margin-bottom: 1em;
  }
  .common-single__post h3 {
    font-size: 24px;
     padding-left: 20px;
	  
  }
	
	.common-single__post h3::after {
    height: 36px;
}
	
  .common-single__post p {
    font-size: 15px;
  }
  .common-single__post ol li {
    font-size: 15px;
  }
  .common-single__post ul li {
    font-size: 15px;
  }
  .common-single__post a {
    font-size: 15px;
  }
  .single-ttl__wrap h1 {
    font-size: 25px;
  }
  .single-ttl__wrap time {
    font-size: 15px;
  }
  .single-ttl__wrap {
    margin-bottom: 40px;
  }
	.common-single__post ul li::before {
  top: 8px;
}
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #152036;
  background-color: #152036;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #152036;
  background-color: #152036;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #00A6FF;
  color: #fff;
  border: solid 1px #00A6FF;
}
.single-peger-items li a {
  width: 80px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #00A6FF;
  color: #fff;
  border: solid 1px #00A6FF;
  width: 42px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {
  border: solid 1px #152036;
  background-color: #152036;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 7px 0;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 7px 0;
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 7px 0;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}


/* エントリー
* --------------------------------------- */
.form-content__wrap table {
  width: 100%;
}
.form-content__wrap table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.form-content__wrap table tr td p{
  display: flex;
  justify-content: space-between;
}
.form-content__wrap table tr td._title {
  width: 25%;
}
.form-content__wrap table tr td._editor {
  width: 70%;
}
.form-content__wrap table tr td._editor span {
  width: 100%;
	text-align: left;
}
.form-content__wrap table tr td._editor span input {
    width: 100%;
    border: none;
    background: #E9E9E9;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;

}
.form-content__wrap table tr td._editor p {
  width: 100%;

}
.form-content__wrap table tr td._editor span textarea {
  width: 100%;
  border: none;
  background: #E9E9E9;
  height: 270px;
  padding: 10px;
}
.wpcf7-form-control-wrap {
  position: static;
}
.form-content__wrap table tr td span {
  display: block
}
.form-content__wrap table tr td._title ._ttl {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 16px;
}
.form-content__wrap table tr._textarea {
  align-items: flex-start;
}
.form-content__wrap table tr td span._validation {
  font-size: 14px;
  background-color: #00A6FF;
  border-radius: 8px;
  display: inline-block;
  padding: 3px 14px;
  font-weight: bold;
  color: #fff;
}
.entry-text__wrap p {
  text-align: center;
  line-height: 2;
	margin-bottom: 32px;
}

.send-btn__wrap input {
  border: none;
  background: #00A6FF;
  color: #fff;
  max-width: 460px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  padding: 20px 0;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: .1em;
  cursor: pointer;
}
.send-btn__wrap input:hover {
  opacity: .7;
}
.entry-privacy__wrap {
  text-align: center;
}
.entry-privacy__wrap a {
  display: inline-block;
  text-decoration: underline;
}
.privacy-text__wrap {
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .entry-text__wrap p {
    text-align: left;
    line-height: 1.8;
  }
  .form-content__wrap table tr {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .form-content__wrap table tr td._title {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-content__wrap table tr td span._validation {
    padding: 1px 14px;
  }
  .form-content__wrap table tr td._editor {
    width: 100%;
  }
  .form-content__wrap table tr td._editor span input {
    height: 45px;
  }
  .send-btn__wrap input {
    max-width: 335px;
    padding: 17px 0;
  }
  .form-content__wrap table tr._textarea {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 426px) {}

/* 募集要項
* --------------------------------------- */


.company-lists__wrap {
  margin-bottom: 80px;
}

.company-table__box {
    width: 100%;
 
}

.company-table__box tr:nth-child(1) {
    border-top: solid 1px #DDDDDD;
}

.company-table__box tr {
    display: block;
    border-bottom: solid 1px #DDDDDD;
    padding: 20px 0;
}

.company-table__box tr th {
    width: 200px;
    text-align: left;
    box-sizing: border-box;
    font-weight: 500;
	color: #00A6FF;

}

.company-table__box tr td {
    box-sizing: border-box;
}

@media screen and (max-width: 769px) {
	.company-table__box tr th {
    width: 100px;
   

}
}
@media screen and (max-width: 426px) {}
/* パンくず
* --------------------------------------- */
.breadcrumbs_wrap{
	background-color: #F5F5F5;
	padding: 15px 0;
}
.breadcrumbs_wrap .common-1100-width{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
	
}
.breadcrumbs_wrap span, .breadcrumbs_wrap a {
  font-size: 15px;

  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  .breadcrumbs_wrap span, .breadcrumbs_wrap a {
    font-size: 13px;

  }
 
}
/* 
* --------------------------------------- */
@media screen and (max-width: 941px) {}
@media screen and (max-width: 769px) {}
@media screen and (max-width: 426px) {}