/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #575757;
  border: 2px solid #575757;
  font-size: 16px;
  color: #575757;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}

.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	color: #000;
	font-family: azo-sans-web, sans-serif;
	text-align: center;
	max-width: 280px;
	margin: auto;
	padding: 8px;
	position: relative;
	border: solid 1px #000;
	border-radius: 100px;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 100px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak.button--inverted::before {
	background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
	color: #fff;
	border-color: #000;
}
.button--ujarak.button--inverted:hover {
	color: #000;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.button--ujarak{
	color: #000;
	display: block;
}
a.button--ujarak:hover {
	color: #fff!important;
}

/* ------------------------------------------------
フッター
-----------------------------------------------*/
.footer-area {
  border-top: solid 6px #2ea7e0;
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer-company {
  text-align: center;
}
.footer-company img {
  width: 80%;
  margin-bottom: 30px;
}
.footer-company h2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border-bottom: solid 3px #2ea7e0;
  margin-bottom: 12px;
}
.footer-company p {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 2;
}
.footer-info {
  text-align: right;
  padding-top: 12px;
}
.footer-info h3 {
  font-size: 55px;
  font-weight: bold;
  color: #2ea7e0;
  margin-bottom: 8px;
  font-family: 'Alumni Sans', sans-serif;
  line-height: 1.4;
}
.footer-info h4 {
  font-size: 22px;
  font-weight: bold;
  color: #2ea7e0;
  margin-bottom: 30px;
}
.footer-tel {
  margin-bottom: 20px;
}
.footer-tel a {
  background: #2ea7e0;
  width: 300px;
  display: block;
  padding: 4px 20px;
  border-radius: 10px;
  margin-right: 0;
  margin-left: auto;
}
.footer-tel a:hover {
  
}
.footer-mail {
  
}
.footer-mail a {
  background: #2ea7e0;
  width: 300px;
  display: block;
  padding: 4px 20px;
  border-radius: 10px;
  margin-right: 0;
  margin-left: auto;
}
.footer-mail a:hover {
  
}
.foot-btn {
  display: flex;
  justify-content: center;
}
.foot-btn img {
  width: 30px;
  margin-right: 12px;
}
.foot-btn h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .footer-info h3 {
    line-height: 1;
  }
  .footer-tel a {
    margin-right: auto;
  }
  .footer-mail a {
    margin-right: auto;
  }
  .footer-info {
    text-align: left;
  }
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップ動画------------------*/
.top-mv {
  position: relative;
}
.top-mv video {
  max-width: 100%;
  min-height: 100vh;
}
.top-mv .top_catchcopy {
  position: absolute;
  top: 160px;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 95%;
}
.top-mv .top_catchcopy h3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 2px 2px 8px BLACK;
  margin-bottom: 10px;
}
.top-mv .top_catchcopy h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-shadow: 2px 2px 8px BLACK;
}
@media only screen and (max-width:767px) {
  .top-mv video {
    min-height: unset;
    object-fit: cover;
    height: 70vh;
  }
  .top-mv .top_catchcopy {
    top: 120px;
    left: 2%;
    width: 98%;
  }
  .top-mv .top_catchcopy h3 {
    font-size: 60px;
  }
  .top-mv .top_catchcopy h4 {
    font-size: 16px;
  }
}

/*------------------ トップ：新着情報 ------------------*/
.top-news {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, .7);
  padding-top: 4px;
  padding-bottom: 16px;
}
.top-newlist {
  
}
.top-newlist a {
  color: #2ea7e0;
}
.top-newlist a:hover {
  
}
.top-newlist .top-newsdate {
  display: flex;
  margin-bottom: 6px;
}
.top-newlist .top-newsdate h5 {
  background: #2ea7e0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 18px;
  margin-right: 10px;
}
.top-newlist .top-newsdate p {
  align-items: flex-end;
  display: flex;
  color: #2ea7e0;
}
.top-newslink {
  position: absolute;
  bottom: 18px;
  right: 10px;
}
.top-newslink a {
  border-bottom: solid 1px #2ea7e0;
  color: #2ea7e0;
}
.top-newslink a i {
  margin-left: 5px;
}
.top-newslink a:hover {
  
}
@media only screen and (max-width:767px) {
  .top-news {
    position: relative;
  }
  .top-newslink {
    bottom: -20px;
  }
  .top-newlist {
    margin-bottom: 10px;
  }
}


/*------------------ トップ：見出しタイトル ------------------*/
.top-leadtitle1 {
  text-align: right;
}
.top-leadtitle1 h3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  color: #D3ECF8;
}
.top-leadtitle2 {
  text-align: left;
}
.top-leadtitle2 h3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  color: #D3ECF8;
}
@media only screen and (max-width:767px) {
  .top-leadtitle1 h3 {
    font-size: 90px;
  }
  .top-leadtitle2 h3 {
    font-size: 90px;
  }
}

/*------------------ トップ：COMPANY ------------------*/
.top-company {
  padding-top: 80px;
  margin-bottom: 60px;
}
.top_companyarea1 {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.top_companyarea1 img {
  width: 30%;
  margin-right: 50px;
  border-radius: 12px;
  box-shadow: 2px 2px 6px #575757;
}
.top_companyarea2 {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  justify-content: flex-start;
  padding-left: 120px;
}
.top_companyarea2 img {
  width: 30%;
  margin-right: 50px;
  border-radius: 12px;
  box-shadow: 2px 2px 6px #575757;
}
.top_companytext {
  
}
.top_companytext h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.top_companytext p {
  line-height: 2;
  margin-bottom: 20px;
}
/*矢印が右に移動する*/
.btnarrow4{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Alumni Sans', sans-serif;
}
.btnarrow4::before{
  content: '';
  position: absolute;
  bottom:0px;
  left:15%;
  width: 85%;
  height: 1px;
  background:#333;
  transition: all .3s;
}
.btnarrow4::after{
  content: '';
  position: absolute;
  bottom:5px;
  right:0; 
  width: 15px;
  height:1px;
  background:#333;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow4:hover::before{
  left:20%;
}
.btnarrow4:hover::after{
  right:-5%;
}
.btnarrow4:hover {
  color: #ccc;
}
@media only screen and (max-width:767px) {
  .top_companyarea1 {
    display: block;
  }
  .top_companyarea1 img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: unset;
  }
  .top_companyarea2 {
    display: block;
    padding-left: 0;
  }
  .top_companyarea2 img {
    width: 100%;
    margin-right: unset;
    margin-bottom: 20px;
  }
}

/*------------------ トップ：BUSINESS ------------------*/
.top-business {
  padding-top: 80px;
  margin-bottom: 60px;
}
.top-businessarea {
  display: flex;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.top-businessbox1 {
  width: 40%;
}
.top-businessbox1 h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.top-businessbox1 h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.top-businessbox1 p {
  line-height: 2;
  margin-bottom: 20px;
}
.top-businessbox2 {
  display: flex;
}
.top-businessimg1 {
  
}
.top-businessimg2 {
  
}
.top-bizimglink {
  width: 80%;
  position: relative;
}
.top-bizimglink a {
  
}
.top-bizimglink a:hover {
  
}
.top-bizimglink a img {
  border-radius: 12px;
  box-shadow: 2px 2px 6px #575757;
}
.top-bizimglink a h3 {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 2px 6px BLACK;
  background: linear-gradient(0deg, #2ea7e0, #2ea7e000);
  padding: 8px 0;
  border-radius: 0 0 12px 12px;
}
.bizimg1 {
  margin-left: 20%;
  margin-bottom: 30px;
}
.bizimg2 {
  
}
.bizimg3 {
  margin-left: 10%;
  margin-top: 100px;
}
@media only screen and (max-width:767px) {
  .top-businessarea {
    display: block;
  }
  .top-businessbox1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-businessbox2 {
    display: block;
  }
  .top-bizimglink {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .bizimg3 {
    margin-top: 30px;
  }
}

/*------------------ トップ：ABOUT ------------------*/
.top-about {
  padding-top: 80px;
  margin-bottom: 60px;
}
.top-aboutarea {
  display: flex;
}
.top-aboutarea img {
  width: 65%;
}
.top-abouttext {
  display: flex;
  align-items: flex-end;
}
.top-aboutbox {
  padding: 0 20px;
}
.top-aboutbox h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.top-abouttext p {
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .top-aboutarea {
    display: block;
  }
  .top-aboutarea img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*------------------ トップ：WORKS ------------------*/
.top-works {
  padding-top: 80px;
  margin-bottom: 60px;
}
.top-worksarea {
  position: relative;
  text-align: right;
}
.top-worksarea img {
  width: 65%;
}
.top-worksbox {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.top-workstext {
  background: rgba(255, 255, 255, .7);
  padding: 40px 30px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 2px 2px 6px #575757;
}
.top-workstext h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px
}
.top-workstext p {
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .top-workstext h3 {
    font-size: 20px;
    text-align: center;
  }
  .top-worksbox {
    position: relative;
  }
  .top-worksarea img {
    width: 100%;
  }
  .top-workstext {
    padding: 30px 12px;
  }
}

/*------------------ トップ：INTERVIEW ------------------*/
.top-interview {
  padding-top: 80px;
  margin-bottom: 60px;
}
.top-interviewarea {
  display: flex;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  justify-content: center;
}
.top-interviewbox {
  padding: 0 10px;
}
.top-interviewbox a {
  
}
.top-interviewbox a:hover {
  opacity: .7;
}
.top-interviewbox a img {
  
}
.top-interviewinfo {
  display: flex;
  justify-content: space-between;
  padding: 6px 15px;
  background: #EEF8FD;
}
.top-interviewinfo h3 {
  font-size: 18px;
  font-weight: bold;
}
.top-interviewinfo h4 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.top-intimg1 {
  
}
.top-intimg2 {
  margin-top: 100px;
}
.top-interviewarea .modal-content h3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  color: #AEDDF3;
}
@media only screen and (max-width:767px) {
  .top-interviewarea {
    display: block;
    margin-top: 5px;
  }
  .top-intimg2 {
    margin-top: 20px;
  }
  .top-interview {
    margin-bottom: 160px;
  }
  .top-interviewarea .modal-content h3 {
    font-size: 50px;
  }
}

/*------------------ トップ：RECRUIT ------------------*/
.top-recruit {
  margin-top: 160px;
  position: relative;
}
.top-recruit img {
  
}
.top-recruitarea {
  position: absolute;
  bottom: 50px;
  right: 5%;
  text-align: right;
}
.top-recruitarea h3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  color: #000;
}
.top-recruitarea a {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  border: solid 2px #000;
  padding: 6px 100px;
  border-radius: 30px;
}
.top-recruitarea a:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .top-recruit img {
    height: 300px;
    object-fit: cover;
    object-position: left;
  }
  .top-recruitarea h3 {
    font-size: 100px;
    text-shadow: 0 0 6px #fff;
  }
  .top-recruitarea a {
    background: #fff;
    padding: 6px 80px;
  }
}



/*-----------------------------------------------
下層コンテンツ
-----------------------------------------------*/
.lower {
  margin-top: 100px;
  margin-bottom: 60px;
}
/*------------------ 下層見出し------------------*/
.low-lead {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 60px;
}
.low-lead h3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  color: #D3ECF8;
}
.low-lead h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.low-lead p {
  line-height: 2.4;
}
@media only screen and (max-width:767px) {
  .low-lead h3 {
    font-size: 100px;
  }
  .low-lead h4 {
    font-size: 20px;
  }
}
/*------------------ 下層サイドメニュー------------------*/
.sidenavi-on {
  display: flex;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
.sidenavi-on .sidemenu {
  width: 25%;
  height: 300px;
  position: sticky;
  top: 77px;
}
.sidenavi-on .main-contents {
  width: 75%;
  padding-left: 15px;
}
.sidemenu {
  
}
.sidemenu h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sidemenu h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sidemenu ol {
  padding: 0 20px;
}
.sidemenu ol li {
  margin-bottom: 20px;
}
.sidemenu ol li a {
  color: #b3b3b3;
  border-bottom: solid 2px;
  display: block;
}
.sidemenu ol li a:hover {
  color: #000;
}
@media only screen and (max-width:767px) {
  .sidenavi-on .sidemenu {
    display: none;
  }
  .sidenavi-on .main-contents {
    padding-left: unset;
    width: 100%;
  }
}


/* ------------------------------------------------
COMPANY
-----------------------------------------------*/
.company-title {
  position: relative;
  text-align: right;
  margin-bottom: 50px;
}
.company-title h3 {
  font-size: 60px;
  font-weight: bold;
}
.company-title h4 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  color: #AEDDF3;
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: -1;
}
.greeting {
  margin-bottom: 80px;
  text-align: left;
}
.greeting img {
  width: 60%;
  margin-bottom: 20px;
}
.greeting-text {
  
}
.greeting-text p {
  line-height: 2;
  margin-bottom: 20px;
}
.greeting-text h5 {
  text-align: right;
  font-size: 20px;
  font-family: serif;
  padding-right: 30px;
}
@media only screen and (max-width:767px) {
  .company-title {
    text-align: left;
  }
  .company-title h4 {
    left: 0;
    right: unset;
    font-size: 80px;
  }
  .greeting {
    display: block;
  }
  .greeting img {
    width: 100%;
    padding: 0 15px;
  }
  .long-title {
    font-size: 30px !important;
  }
  .greeting-text p {
    text-align: left;
  }
}

/*------------------ 沿革の表------------------*/
.history {
  margin-bottom: 80px;
}
.history .flow {
  position: relative;
}
.history .flow::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.history .flow > li {
  position: relative;
  left: 50%;
}
.history .flow > li:not(:last-child) {
  margin-bottom: 20px;
}
.history .flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.history .flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history .flow > li dl {
  padding-left: 20px;
  position: relative;
}
.history .flow > li dl::before,
.history .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.history .flow > li dl::before {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #2EA7E0;
  border-radius: 50%;
  left: -5px;
}
.history .flow > li dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1vh;
  background: #2EA7E0;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 6px;
}
.history .flow > li dl dd {
  font-weight: bold;
}
.history .flow .his-right {
  
}
.history .flow .his-left {
  left: unset;
  right: 50%;
  text-align: right;
}
.history .flow .his-left dl {
  padding-right: 20px;
  padding-left: unset;
}
.history .flow .his-left dl::before {
  right: -5px;
  left: unset;
}
@media only screen and (max-width:767px) {
  .history {
    width: 95%;
  }
  .history .flow::before {
    left: 5%;
  }
  .history .flow > li {
    left: 5%;
  }
  .history .flow > li dl::before {
    left: -5px;
  }
   .history .flow .his-left {
     text-align: left;
     right: unset;
     left: 5%;
   }
   .history .flow .his-left dl {
     padding-right: unset;
     padding-left: 20px;
   }
   .history .flow .his-left dl::before {
     right: unset;
     left: -5px;
   }
   .history .flow > li:not(:last-child) {
     margin-bottom: 40px;
   }
   .history .flow > li dl dd {
     font-size: 14px;
   }
}
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 80px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  color: #000;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 30%;
  border-bottom: solid 2px #000;
  padding: 10px 0;
  padding-top: 30px;
}
.com-about td {
  padding: 10px 0;
  padding-left: 36px;
  padding-top: 30px;
  border-bottom: solid 2px #8A8A8A;
  color: #000;
}
.com-about tr {
}
.com-about td a {
  color: #575757;
  border-bottom: solid 1px;
}
.com-about td a:hover {
  color: #2ea7e0;
}
.com-about td a i {
  margin-left: 5px;
  font-size: 13px;
  bottom: 2px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
    padding-top: 40px;
    text-align: left;
    padding-left: 25px;
  }
  .com-about td {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    padding-top: 20px;
  }
}


/* ------------------------------------------------
BUSINESS
-----------------------------------------------*/
.business-titlearea {
  display: flex;
  position: relative;
}
.business-titlearea img {
  width: 50%;
}
.business-titlearea h4 {
  position: absolute;
  font-family: 'Alumni Sans', sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  color: #AEDDF3;
  position: absolute;
  top: -22px;
  left: 0;
}
.business-title {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 20px;
}
.business-title h3 {
  text-align: right;
  color: #2ea7e0;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 8px #B2B2B2;
  position: relative;
  z-index: 99;
}
.business-title h3 span {
  display: block;
  font-size: 16px;
}
.business-list3 {
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.business-list3 .business-box {
  width: 33%;
}
.business-list4 {
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.business-list4 .business-box {
  width: 25%;
}
.business-list1 {
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.business-list1 .business-box {
  width: 100%;
}
.business-box {
  padding: 0 10px;
}
.business-box h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #2ea7e0;
  border-bottom: solid 1px #000;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.business-box p {
  line-height: 1.8;
}
@media only screen and (max-width:767px) {
  .business-titlearea {
    display: block;
  }
  .business-title {
    width: 100%;
  }
  .business-titlearea img {
    width: 100%;
  }
  .business-titlearea h4 {
    font-size: 70px;
    position: relative;
    line-height: .7;
    text-shadow: 2px 2px 8px #000000;
  }
  .business-list3 {
    display: block;
  }
  .business-list3 .business-box {
    width: 100%;
  }
  .business-list4 {
    display: block;
  }
  .business-list4 .business-box {
    width: 100%;
  }
  .business-box {
    margin-bottom: 30px;
  } 
}


/* ------------------------------------------------
ABOUT
-----------------------------------------------*/
/*------------------ 仕事の流れ ------------------*/
.about-flowarea {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 120px;
}
.about-flowarea h4 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #2ea7e0;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.about-flowarea h6 {
  background: linear-gradient(90deg, #d3ecf8, #fff0);
  padding: 10px 0;
  padding-left: 10px;
  color: #2ea7e0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px
}
.about-flowlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-around;
}
.about-flowlist li {
  width: 12%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.about-flowarea .w-18 li {
  width: 12%;
}
.about-flowlist p {
  line-height: 1.6;
  font-size: 15px;
  margin-top: 2px;
  text-align: center;
}
.about-flowbox {
  position: relative;
}
.about-flowbox img {
}
.about-flowbox h3 {
  padding: 6px 0;
  font-weight: bold;
  text-align: center;
  color: #2ea7e0;
}
@media only screen and (max-width:767px) {
  .about-flowarea .w-18 li {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
/*------------------ SDGsへの取り組み ------------------*/
.sdgs-mainlogo {
  width: 50%;
}
.sdgs-area {
  margin-bottom: 50px;
  padding: 0 15px;
}
.sdgs-area h3 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #2ea7e0;
  border-bottom: solid 2px #2ea7e0;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.sdgs-box {
  display: flex;
}
.sdgs-box img {
  width: 25%;
}
.sdgs-text {
  padding-left: 20px;
}
.sdgs-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}
.sdgs-text p {
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .about-flowlist {
    display: flex;
    flex-wrap: wrap;
  }
  .about-flowlist li {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .sdgs-mainlogo {
    width: 100%;
  }
  .sdgs-box {
    display: block;
    text-align: center;
  }
  .sdgs-box img {
    width: 60%;
    margin-bottom: 20px;
  }
  .sdgs-text {
    padding-left: unset;
  }
  .sdgs-text p {
    text-align: left;
  }
}


/* ------------------------------------------------
WORKS
-----------------------------------------------*/
.works-area {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
.works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.works-list li {
  width: 33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.works-list li a {
  
}
.works-list li a:hover {
  
}
.works-box {
  position: relative;
  overflow: hidden;
}
.works-box img {
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.works-box:hover img {
  transform: scale(1.2); /* 拡大 */
}
.works-box h4 {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #000, #0000);
  width: 100%;
  padding: 6px 0;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
}
.works-box h5 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 300px;
  font-size: 20px;
  font-weight: bold;
  background: rgba(255, 255, 255, .8);
  padding: 6px 0;
  text-align: center;
  color: #000;
  border-radius: 20px;
  border: solid 2px #ccc;
}
.works-area .modal-content {
  
}
.works-area .modal-content h3 {
  background: linear-gradient(90deg, #000, #0000);
  width: 100%;
  padding: 6px 0;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.works-area .modal-content p {
  line-height: 2;
  font-size: 16px;
}
.works-table {
  
}
.works-table table {
  width: 100%;
}
.works-table table tbody {
  
}
.works-table table tbody tr {
  
}
.works-table table tbody tr th {
  text-align: center;
  background: #2ea7e0;
  color: #fff;
  padding: 6px 0;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.works-table table tbody tr td {
  border-left: solid 1px #575757;
  border-right: solid 1px #575757;
  border-bottom: solid 1px #575757;
  padding: 8px 10px;
}
.works-table table tbody tr .name {
  width: 60%;
  border-left: solid 1px #2ea7e0;
}
.works-table table tbody tr .client {
  width: 13%;
}
.works-table table tbody tr .period {
  width: 15%;
}
.works-table table tbody tr .category {
  width: 12%;
  border-right: solid 1px #2ea7e0;
}
@media only screen and (max-width:767px) {
  .works-list {
    display: block;
  }
  .works-list li {
    width: 100%;
  }
}


/* ------------------------------------------------
INTERVIEW
-----------------------------------------------*/
.interview-area {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.interview-list {
  display: flex;
  flex-wrap: wrap;
}
.interview-box {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 20px;
}
.interview-box a {
}
.interview-box a:hover {
}
.interview-box a .int-imgbox {
  overflow: hidden;
}
.interview-box a .int-imgbox img {
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.interview-box a .int-imgbox:hover img {
  transform: scale(1.1); /* 拡大 */
}
.interview-area .modal-content {
  
}
.interview-area .modal-content h3 {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  color: #AEDDF3;
}
.interview-space {
  display: flex;
}
.interview-space img {
  width: 60%;
}
.interview-info {
  width: 40%;
  padding-left: 20px;
  padding-top: 50px;
}
.interview-info h4 {
  font-size: 22px;
  font-weight: bold;
  color: #2ea7e0;
  border-bottom: solid 1px;
  margin-bottom: 40px;
}
.interview-info h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 2;
}
.interview-text {
  background: rgba(255, 255, 255, .8);
  padding: 20px 30px;
  position: relative;
  margin-top: -60px;
  width: 80%;
  margin-left: auto;
  margin-right: 10px;
  box-shadow: 2px 2px 6px #8A8A8A;
  margin-bottom: 20px;
}
.interview-text p {
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .interview-list {
    display: block;
  }
  .interview-box {
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .interview-area .modal-content h3 {
    font-size: 50px;
  }
  .interview-space {
    display: block;
  }
  .interview-space img {
    width: 100%;
  }
  .interview-info {
    width: 100%;
    padding-left: unset;
    padding-top: 20px;
  }
  .interview-info h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .interview-info h5 {
    font-size: 18px;
  }
  .interview-text {
    background: unset;
    padding: unset;
    position: unset;
    margin-top: unset;
    width: unset;
    margin-left: unset;
    margin-right: unset;
    box-shadow: unset;
    margin-bottom: unset;
    margin-top: 20px;
  }
}


/* ------------------------------------------------
NEWS / TOPICS
-----------------------------------------------*/
.low-newlist {
  margin-bottom: 30px;
}
.low-newlist a {
  color: #000;
  border-bottom: solid 1px;
  display: block;
}
.low-newlist a:hover {
  
}
.low-newlist .top-newsdate {
  display: flex;
  margin-bottom: 6px;
}
.low-newlist .top-newsdate h5 {
  background: #2ea7e0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 18px;
  margin-right: 10px;
}
.low-newlist .top-newsdate p {
  align-items: flex-end;
  display: flex;
  color: #575757;
}

/* ------------------------------------------------
NEWS / TOPICS　投稿ページ
-----------------------------------------------*/
.single-main {
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-link {
  display: flex;
  justify-content: space-between;
}
.single-link .single-list {
  text-align: center;
  width: 33%;
}
.single-link .single-list a {
  border: solid 1px #000;
  padding: 8px 0;
  display: block;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
  height: 100%;
}
.single-link .single-list a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
.single-link .prev {
  text-align: left;
  width: 33%;
}
.single-link .prev a {
  border: solid 1px #000;
  display: block;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
  padding: 8px 6px;
  height: 100%;
}
.single-link .prev a::before {
  content: "\f0a8";
  font-family: "Font Awesome 5 Free";
  margin-right: 6px;
}
.single-link .prev a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
.single-link .next {
  text-align: right;
  width: 33%;
}
.single-link .next a {
  border: solid 1px #000;
  display: block;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
  padding: 8px 6px;
  height: 100%;
}
.single-link .next a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  margin-left: 6px;
}
.single-link .next a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
@media only screen and (max-width:767px) {
  .single-link {
    display: block;
  }
  .single-link .prev {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-link .next {
    width: 100%;
  }
  .single-link .single-list {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------
プライバシーポリシー
-----------------------------------------------*/
.p-policy {
  
}
.p-policy h3 {
  font-size: 22px;
  margin-bottom: 28px;
  position: relative;
  padding: 6px 0;
  border-bottom: 4px solid #666;
}
.p-policy h3::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #2ea7e0;
}
.p-policy h4 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #666;
}
.p-policy p {
  
}
.p-policy ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li {
  list-style: circle;
  margin-left: 22px;
}
.p-policy ul li ol {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li {
  list-style: decimal-leading-zero;
  margin-left: 26px;
}
.p-policy ul li ol li ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li ul li {
  list-style: disc;
}


/*-----------------------------------------------
インフォグラフ
-----------------------------------------------*/
.infograph {}
.infograph .contents {}
.infograph .fir-area {
  display: flex;
  width: 100%;
  justify-content: center;
}
.infograph .fir-area .box1 {
  width: 40%;
}
.infograph .fir-area .box1 .lead-img p {
  color: #2EA7E0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.infograph .fir-area .box1 .lead-img p span {
  color: #d46f3c;
}
.infograph .fir-area .box2 {
  width: 18%;
  display: flex;
  flex-direction: column;
}
.infograph .fir-area .box2 .up {
  height: 50%;
  border: 1px solid#2EA7E0;
  box-shadow: 1px  3px 6px rgba(0, 0, 0, 15%);
  background-color: #fff;
  position: relative;
  margin-top: 10px;
  margin: 10px 5px 5px 10px;
}
.infograph .fir-area .box2 .down {
  height: 50%;
  border: 1px solid#2EA7E0;
  box-shadow: 1px  3px 6px rgba(0, 0, 0, 15%);
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin: 10px 5px 5px 10px;
}
.infograph .fir-area .box3 {
  width: 40%;
}
.infograph .fir-area .lead-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  padding: 5% 0;
}
.infograph .info-box .lead-img .circle {
  width: 45%;
}
.infograph .info-box .lead-img .bar {
  padding: 0 3%;
  height: 100%;
  width: 100%;
}
.infograph .fir-area .box2 .lead {
  height: 80%;
  text-align: center;
  display: grid;
  place-items: center;
}
.infograph .fir-area .box2 .lead p {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  height: 80%;
  padding: 13% 0;
}
.infograph .fir-area .box2 .lead p span {
  font-size: 16px;
}

.infograph .sec-area,
.infograph .thi-area {
  display: flex;
  width: 100%;
  justify-content: center;
}
.infograph .sec-area .box1,
.infograph .thi-area .box1 {
  width: 18%;
}
.infograph .sec-area .box2,
.infograph .thi-area .box2 {
  width: 40%;
}
.infograph .sec-area .box3,
.infograph .thi-area .box3 {
  width: 40%;
}

.infograph .sec-area .info-box img,
.infograph .thi-area .info-box img {
  width: 15%;
  height: auto;
}
.infograph .sec-area .lead,
.infograph .thi-area .lead {
  color: #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 80%;
  padding: 13% 0;
}
.infograph .sec-area .info-box p, 
.infograph .thi-area .info-box p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  text-align: left;
}
.infograph .thi-area .info-box span{
  font-size: 16px;
  text-align: center;
}
.infograph .contents .info-box {
  border: 1px solid#2EA7E0;
  box-shadow: 1px  3px 6px rgba(0, 0, 0, 15%);
  background-color: #fff;
  position: relative;
  margin: 10px 5px 5px 10px;
}
.infograph .ttl {
  padding: 6px 15px;
  background: #EEF8FD;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.infograph .ttl p{
  font-size: 18px;
  font-weight: bold;
  color: #2196f3;
  text-align: left;
}
@media screen and (max-width:768px) {
  .infograph .fir-area .box2 .lead p {
    font-size: 18px;
    padding: 2% 0;
  }
  .infograph .fir-area .box2 .lead p span {
    font-size: 12px;
  }
  .infograph .ttl p {
    font-size: 16px;
  }
  .infograph .sec-area .info-box p, 
  .infograph .thi-area .info-box p {
    font-size: 16px;
  }
  .infograph .ttl {
    padding: 3px 8px;
  }
  .infograph .info-box .lead-img .circle {
    width: 40%;
  }
  .infograph .fir-area .box1 .lead-img p {
    font-size: 16px;
  }
  .infograph .fir-area .lead-img {
    height: 82%;
  }
}
@media screen and (max-width:554px) {
  .infograph .fir-area {
    flex-direction: column;
  }
  .infograph .fir-area .box1 {
    width: 96%;
  }
  .infograph .fir-area .box2 {
    width: 100%;
  }
  .infograph .fir-area .box3 {
    width: 96%;
  }
  .infograph .sec-area,
  .infograph .thi-area {
    flex-direction: column;
  }
  .infograph .sec-area .box1,
  .infograph .thi-area .box1 {
    width: 96%;
  }
  .infograph .sec-area .box2,
  .infograph .thi-area .box2 {
    width: 96%;
  }
  .infograph .sec-area .box3,
  .infograph .thi-area .box3 {
    width: 96%;
  }
  .infograph .fir-area .box2 .lead {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 13% 0;
  }
  .infograph .info-box .lead-img .circle {
    width: 30%;
    margin-bottom: 20px;
  }
  .infograph .info-box .lead-img .bar {
    margin-bottom: 30px;
  }
  .infograph .sec-area .lead, .infograph .thi-area .lead {
    padding: 9% 0 12%;
  }
}