﻿@charset "utf-8";
/* //////////////////////////////////////////////////////////////

 /css/common.css
 
//////////////////////////////////////////////////////////////*/

/* -----------------------------------------------
 CONTENTS 
	
	1: mainslider 

	2: What's_New
		: 
		
	3: content
	　　: 3-1:SURVICE
  　　: 3-2:TOPICS
  　　: 3-3:COMPANY
  　　: 3-4:ACCESS
  　　: 3-5:CONTSCT US
  　　: 3-6:PARTNERSHIP
  　　: 3-7:TOP LINK

	4: footer
	
 ----------------------------------------------- */

/* --------------------------------------------------------------
 1: mainslider
--------------------------------------------------------------- */
.main {
  /* background: #fef9f6; */
}
.visual_box {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 108px;
  background: #fef9f6;
}
.key_visual {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.key_visual .bx-wrapper {
  margin-bottom: 150px;
}

/* スライダー
      ----------------------------------- */
.bxslider {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
}
.bxslider img {
  width: 100%;
  max-width: 100%;
  min-width: 1024px;
}
.bxslider li {
  display: block;
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  /*padding-top: calc(20% / 2);
  padding-bottom: calc(20% / 2);*/
  text-align: center;
  background: center/cover no-repeat;
  box-sizing: border-box;
}

.bxslider li .slider_box {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  top: 19%;
  left: 0;
  right: 0;
  /* display: table; */
}
.bxslider li .slider_box h2 {
  width: 100%;
  font-size: 2.4vw;
  line-height: 1.5em;
  letter-spacing: 5px;
  color: #fff;
}
.bxslider li .slider_box .list_txt {
  width: 100%;
  margin: 0 auto;
  padding-top: 1em;
  /* font-size: 1.2vmax; */
  font-size: 20px;
  line-height: 2em;
  display: inline-block;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0;
  font-weight: normal;
}
.bxslider li .slider_btn {
  width: 15%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 19%;
  left: 0;
  right: 0;
}
.bxslider li .slider_btn a {
  display: block;
  line-height: 1.5em;
  padding: 5% 3%;
  color: #ee8100;
  font-weight: bold;
  border: 2.5px solid #ee8100;
  border-radius: 10px;
  background: #fff;
}
.bxslider li .slider_btn:hover a {
  color: #fff;
  background: #ee8100;
}
.bxslider li .slider_btn1 {
  padding-right: 8%;
  text-align: right;
  font-weight: bold;
  position: absolute;
  bottom: 18%;
  right: 4%;
}
.bxslider li .slider_btn1 a {
  display: block;
  line-height: 1.5em;
  padding: 7% 0 13%;
  color: #fff;
}
.bxslider li .slider_btn1:hover a {
  color: #ee8100;
}
.list_txt_sp {
  display: none;
}
/* ページャー
----------------------------------- */
.bx-controls {
  margin-bottom: 4%;
  background: #fef9f6;
}
.bx-default-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
}
.bx-pager-item a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  overflow: hidden;
  background-color: #aaa;
  border-radius: 50%;
  text-indent: 100%;
  cursor: pointer;
}
/* active時の色 */
.bx-pager-item .active {
  background-color: #b63726;
}
/* prev , nextボタン （コントローラー）
----------------------------------- */
.bx-prev,
.bx-next {
  position: absolute;
  z-index: 120;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  /*border: 1px solid #fff;*/
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bx-prev:before,
.bx-next:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  /*border-right: 1px solid #fff;*/
  /* border-bottom: 1px solid #fff; */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
}
.bx-prev:after,
.bx-next:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  /*  width: 16px;*/
  height: 1px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.bx-prev:hover:before,
.bx-next:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.bx-prev:hover:after,
.bx-next:hover:after {
  width: 0;
  color: #fff;
  -webkit-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bx-prev {
  left: 20px;
}
.bx-prev:before {
  border-right: 0;
  /*border-left: 1px solid #fff;*/
  /* border-bottom: 1px solid #fff; */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bx-next:hover {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.bg {
  width: 100%;
  min-width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  position: -webkit-sticky;
  /* position: sticky;
  top: 0; */
  position: relative;
  z-index: 9999;
}
.bxslider li .slider_box .list_txt_sp {
  display: none;
}

@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .visual_box {
    min-width: inherit;
    top: 60px;
  }
  .key_visual {
    min-width: inherit;
    max-width: 100%;
    padding-bottom: 0;
  }
  .key_visual .bx-wrapper {
    margin-bottom: 50px;
  }
  .bxslider {
    min-width: inherit;
  }
  .bxslider img {
    min-width: inherit;
  }
  .bxslider li {
    min-width: inherit;
  }
  .bxslider li .slider_box {
    width: 100%;
    padding: 0 5%;
    top: 7%;
    left: 0;
    right: 0;
  }
  .bxslider li .slider_box h2 {
    font-size: 1.75em;
  }
  .bxslider li .slider_box .list_txt {
    padding-top: .5em;
    font-size: 16px;
  }
  .bxslider li .slider_btn {
    width: 23%;
    bottom: 7%;
  }
  .bxslider li .slider_btn1 {
    bottom: 4%;
  }
  .bg {
    min-width: inherit;
    position: sticky;
    top: 0;
  }
  .bxslider li .slider_box .list_txt_sp {
    display: none;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 667px) {
  .bxslider li .slider_box h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 500px) {
  .bxslider li .slider_box {
    top: 12%;
  }
  .bxslider li .slider_box h2 {
    font-size: 1.5em;
  }
  .bxslider li .slider_box .list_txt {
    font-size: 1.4rem;
  }
  .bxslider li .slider_btn {
    width: 35%;
    bottom: 45%;
    right: 0;
    left: 0;
  }
  .bxslider li .slider_btn1 {
    width: 100%;
    padding: 0;
    bottom: 35%;
    right: 0;
    left: 0;
    text-align: center;
  }
  .bxslider li .slider_box .list_txt_pc {
    display: none;
  }
  .bxslider li .slider_box .list_txt_sp {
    display: block;
    width: 100%;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    padding: 2rem 1rem 6.5rem;
    line-height: 1.5em;
    background: rgba(51,51,51,0.6);
    box-sizing: border-box;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 375px) {
  .bxslider li .slider_box {
    top: 8%;
  }
  .bxslider li .slider_box .list_txt_sp {
    padding: 1rem 1rem 6rem;
    top: 245px;
  }
  .bxslider li .slider_btn1 {
    bottom: 35%;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 320px) {
  /* .key_visual {
    padding-bottom: 7%;
  } */
  .bxslider li .slider_box h2 {
    font-size: 1.3em;
  }
  .bxslider li .slider_box .list_txt {
    font-size: 1.3rem;
  }
  .bxslider li .slider_btn {
    width: 40%;
  }
  .bxslider li .slider_box .list_txt_sp {
    padding: 1rem 1rem 5.5rem;
    position: absolute;
    top: 200px;
  }
}

/* --------------------------------------------------------------
 2: What's_New
--------------------------------------------------------------- */
/*-------- What's_New start --------*/
.news_release {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  background: #fef9f6;
  z-index: 999;
}
.release_wrap {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
  box-sizing: border-box;
}
.cont_title {
  float: left;
  padding: 45px 90px;
  box-sizing: border-box;
  color: #333;
}
.cont_title h2 {
  text-align: center;
  line-height: 1.5em;
}
.cont_title p {
  text-align: center;
  line-height: 1.5em;
  color: #333;
}
.news_wrap {
  display: table;
  text-align: center;
  padding: 60px 0 30px;
  box-sizing: border-box;
}
.triangle {
  padding-right: 10px;
}
.news_wrap dt {
  display: table-cell;
  padding-right: 30px;
  line-height: 2em;
  color: #555;
  text-align: left;
}
.news_wrap dd {
  display: table-cell;
  text-align: left;
  line-height: 2em;
  color: #555;
}
.release_wrap .list {
  width: 100%;
  padding-bottom: 30px;
  text-align: right;
  display: inline-block !important;
  box-sizing: border-box;
}
.release_wrap .list a {
  cursor: pointer;
  color: #555;
  font-weight: bold;
}
.release_wrap .list a:hover {
  color: #ee8100;
  font-weight: bold;
}

@media only screen and (max-device-width: 831px),
  screen and (max-width: 1024px) {
  .release_wrap .list {
    padding: 0 0 5% 0;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .news_release {
    min-width: inherit;
  }
  .release_wrap {
    width: 100%;
    padding: 2% 5% 4%;
  }
  .cont_title {
    padding: 4.5rem 5rem 4.5rem 0;
  }
  .news_wrap {
    padding: 5rem 0 1.5rem;
  }
  .news_wrap dt {
    text-align: left;
  }
  .release_wrap .list {
    min-width: inherit;
    padding: 5% 0 0 0;
    display: block !important;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 500px) {
  .news_release {
    overflow: inherit;
  }
  .release_wrap {
    width: 100%;
    padding: 2% 5% 4%;
  }
  .cont_title {
    padding: 0;
    display: block;
    float: none;
  }
  .news_wrap {
    padding: 3% 0;
    display: block;
  }
  .news_wrap dt {
    text-align: left;
    /* font-size: 80%; */
  }
  /* .news_wrap dd {
    font-size: 90%;
  } */
  .release_wrap .list {
    min-width: inherit;
    width: 100%;
    padding: 2% 0 0 0;
  }
  .news_wrap dl {
    border-top: 1px dotted #ccc;
  }
  .news_wrap dl:last-child {
    border-bottom: 1px dotted #ccc;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 375px) {
  .release_wrap {
    padding: 5% 5% 10%;
  }

}
@media only screen and (max-device-width: 0px), screen and (max-width: 320px) {
  .news_wrap dt {
    padding-right: 2rem;
  }
}
/* --------------------------------------------------------------
 3: content
--------------------------------------------------------------- */
/*-------- content start --------*/
.content {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.orikomi {
  /*background-image: url(../img/con1.png);
  background-attachment: fixed;
  background-size: contain;*/
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background-color: #fef9f6;
}
.orikomi_phot {
  width: 100%;
  min-width: 1024px;
}
/* .orikomi_phot:hover {
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
  filter: brightness(0.6);
} */
.orikomi_phot img {
  width: 100%;
  max-width: 100%;
  height: 400px;
}
.orikomi_box {
  width: 1024px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.orikomi_left {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.orikomi_left h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
.orikomi_str {
  padding: 15px 0 20px;
  text-align: left;
  line-height: 2em;
  display: inline-block;
}
.orikomi_left .btn {
  width: 45%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.orikomi_left .btn a {
  background: #fff;
  border-radius: 10px;
  border: 2.5px solid #ee8100;
  box-sizing: border-box;
  display: block;
  color: #ee8100;
  font-weight: bold;
  line-height: 3em;
}
.orikomi_left .btn:hover a {
  background: #ee8100;
  color: #fff;
  cursor: pointer;
}

.jpad {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fef9f6;
}
.jpad_phot {
  width: 100%;
  min-width: 1024px;
}
.jpad_phot img {
  width: 100%;
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
  display: block;
}
.jpad_box {
  width: 1024px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.jpad_rigt {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.jpad_rigt h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
.jpad_str {
  padding: 15px 0 15px;
  text-align: left;
  line-height: 2em;
  display: inline-block;
}
.jpad_rigt .btn {
  width: 45%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.jpad_rigt .btn a {
  background: #fff;
  border-radius: 10px;
  border: 2.5px solid #ee8100;
  box-sizing: border-box;
  display: block;
  color: #ee8100;
  font-weight: bold;
  line-height: 3em;
}
.jpad_rigt .btn:hover a {
  background: #ee8100;
  color: #fff;
  cursor: pointer;
}
img.style_img {
  display: none;
}
.new_wrap {
  width: 100%;
  min-width: 1024px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.project_wrap,
.group_wrap {
  width: 50%;
  height: 400px;
  margin: 0 auto;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.project_wrap a,
.group_wrap a {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.project_wrap a img,
.group_wrap a img {
  width: 100%;
  max-width: 100%;
  height: 400px;
  display: block;
}
.project_wrap:hover img,
.group_wrap:hover img {
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
  filter: brightness(0.6);
  cursor: pointer;
}
.project {
  width: 50%;
  margin: 0 auto;
  padding: 5% 2.5%;
  position: absolute;
  top: 15%;
  left: 40%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.project h3 {
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
}
.project p {
  padding-top: 15px;
  line-height: 2em;
  text-align: left;
}
.group {
  width: 50%;
  margin: 0 auto;
  padding: 5% 2.5%;
  position: absolute;
  top: 15%;
  left: 10%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.group h3 {
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
}
.group p {
  padding-top: 15px;
  line-height: 2em;
  text-align: left;
}
.sp_img {
  display: none;
}
.sub_list_sp {
  display: none;
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .content {
    min-width: inherit;
  }
  .orikomi {
    height: auto;
  }
  .orikomi_phot {
    min-width: inherit;
    height: 25vh;
  }
  .orikomi_phot img {
    height: 25.1vh;
  }
  .orikomi_box {
    width: 100%;
  }
  .orikomi_left {
    width: 60%;
    top: 50%;
    left: 30%;
  }
  .orikomi_left h3 {
    font-size: 2rem;
  }
  .orikomi_left h3 span {
    font-size: 1.75rem;
  }

  .orikomi_str {
    padding: 1rem 0 2rem;
    line-height: 2em;
  }
  .orikomi_left .btn {
    width: 50%;
  }
  .orikomi_left .btn a {
    line-height: 2.5em;
  }

  .jpad {
    height: auto;
  }
  .jpad_phot {
    min-width: inherit;
    height: 25vh;
  }
  .jpad_phot img {
    height: 25vh;
  }
  .jpad_box {
    width: 100%;
  }
  .jpad_rigt {
    width: 60%;
    top: 50%;
    left: 73%;
  }
  .jpad_rigt h3 {
    font-size: 2rem;
  }
  .jpad_rigt h3 span {
    font-size: 1.75rem;
  }
  .jpad_str {
    padding: .5rem 0;
    line-height: 2em;
  }
  .jpad_rigt .btn {
    width: 50%;
  }
  .jpad_rigt .btn a {
    line-height: 2.5em;
  }

  .new_wrap {
    width: 100%;
    height: auto;
    min-width: inherit;
  }
  .project_wrap,
  .group_wrap {
    height: auto;
  }
  .project_wrap a img,
  .group_wrap a img {
    height: auto;
  }
  .project h3 {
    width: 90%;
    font-size: 2rem;
    line-height: 1.5em;
  }
  .project p {
    padding: 4.5% 0;
    line-height: 1.5em;
  }
  .group h3 {
    font-size: 2rem;
    line-height: 1.5em;
  }
  .group p {
    padding: 4.5% 0;
    line-height: 1.5em;
    text-align: center;
  }
  .orikomi_phot img {
    width: 100%;
  }
  .jpad_phot img {
    width: 100%;
  }
  .sub_list_sp {
    display: none;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 500px) {
  .orikomi_left h3 {
    line-height: 1.25em;
    padding-bottom: 2.5rem;
    font-size: 1.5em;
  }
  .orikomi_left h3 span {
    font-size: 2rem;
  }
  .orikomi_str {
    padding: 2% 0 3%;
    line-height: 1.5em;
    display: block;
    text-align: center;
  }
  .jpad_rigt h3 {
    line-height: 1.25em;
    padding-bottom: 2.5rem;
    font-size: 1.5em;
  }
  .jpad_rigt h3 span {
    font-size: 2rem;
  }
  .jpad_str {
    padding: 2% 0 3%;
    line-height: 1.5em;
    display: block;
    text-align: center;
  }
  .project_wrap,
  .group_wrap {
    width: 100%;
    float: none;
  }
  .project p {
    padding: 2% 0;
    line-height: 1.5em;
    text-align: left;
  }
  .sub_list_pc {
    display: none;
  }
  .sub_list_sp {
    display: block;
    width: 100%;
    padding: 5%;
    line-height: 1.75em;
    background: #007f2e;
    color: #fff;
    box-sizing: border-box;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 375px) {
  .orikomi_left {
    position: absolute;
    top: 49%;
    left: 51%;
  }
  .jpad_rigt {
    position: absolute;
    top: 49%;
    left: 51%;
  }
  .project {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .group {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 320px) {
  .orikomi_left {
    width: 86%;
    position: absolute;
    top: 51%;
    left: 50%;
  }
  .orikomi_left h3 {
    line-height: 1em;
  }
  .jpad_rigt {
    width: 86%;
    position: absolute;
    top: 51%;
    left: 50%;
  }
  .jpad_rigt h3 {
    line-height: 1em;
  }
  .project {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
  }
  .group {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
  }
}
/* @media only screen and (max-device-width: 769px),
  screen and (max-width: 830px) {
  .orikomi_left {
    width: 50%;
  }
  .jpad_rigt {
    width: 50%;
  }
} */
@media only screen and (max-device-width: 0px), screen and (max-width: 736px) {
  .orikomi_phot {
    height: 60vh;
  }
  .orikomi_phot img {
    height: 60vh;
  }
  .orikomi_box {
    height: 60vh;
  }
  .orikomi_str {
    padding: 1rem 0;
  }
  .orikomi_left {
    top: 50%;
    left: 31%;
  }
  .jpad_phot {
    height: 60vh;
  }
  .jpad_phot img {
    height: 60vh;
  }
  .jpad_box {
    height: 60vh;
  }
  .jpad_rigt {
    top: 50%;
    left: 70%;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 650px) {
  .orikomi_phot {
    height: 70vh;
  }
  .orikomi_phot img {
    height: 70vh;
  }
  .orikomi_box {
    height: 70vh;
  }
  .orikomi_str {
    padding: 1rem 0;
  }
  .orikomi_left {
    top: 50%;
    left: 31%;
  }
  .jpad_phot {
    height: 70vh;
  }
  .jpad_phot img {
    height: 70vh;
  }
  .jpad_box {
    height: 70vh;
  }
  .jpad_rigt {
    top: 50%;
    left: 70%;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 500px) {
  .content {
    padding-bottom: 5%;
  }
  .orikomi_phot {
    height: auto;
  }
  .orikomi_phot img {
    height: auto;
  }
  .orikomi_left {
    width: 100%;
    padding: 0 5%;
    left: 0;
    right: 0;
    margin: auto;
    transform: inherit;
    top: 5%;
    bottom: 0;
    box-sizing: border-box;
  }
  .jpad_phot {
    height: auto;
  }
  .jpad_phot img {
    height: auto;
  }
  .jpad_rigt {
    width: 100%;
    padding: 0 5%;
    left: 0;
    right: 0;
    margin: auto;
    transform: inherit;
    top: 5%;
    bottom: 0;
    box-sizing: border-box;
  }
  .project {
    width: 100%;
    padding: 5%;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .project h3 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
  .project p {
    text-align: center;
  }
  .group {
    width: 100%;
    padding: 5%;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .group h3 {
    text-align: center;
    font-size: 2rem;
  }
  .group p {
    text-align: center;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 320px) {
  .orikomi_left {
    top: 7%;
  }
  .orikomi_left h3 {
    padding-bottom: 1.5rem;
    line-height: 1.25em;
    font-size: 2rem;
  }
  .orikomi_left h3 span {
    font-size: 1.6rem;
  }
  .jpad_rigt {
    top: 7%;
  }
  .jpad_rigt h3 {
    padding-bottom: 1.5rem;
    line-height: 1.25em;
    font-size: 2rem;
  }
  .jpad_rigt h3 span {
    font-size: 1.6rem;
  }
  .project h3 {
    font-size: 1.8rem;
  }
  .group h3 {
    font-size: 1.8rem;
  }
}
/* --------------------------------------------------------------
 3-1: SURVICE
--------------------------------------------------------------- */
/*-------- survice start --------*/
.survice {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  background: #fff;
  /* clear: both; */
  box-sizing: border-box;
}
.survice_wrap {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.content_title1 {
  padding: 50px 0;
  text-align: center;
  color: #333;
}
.content_title1 h2 {
  line-height: 2em;
  font-weight: bold;
}
.content_title1 p {
  color: #333;
}
.svc_cont1 {
  width: 1024px;
  margin: 0 auto 25px;
  overflow: hidden;
  box-sizing: border-box;
}
.svc_cont1 ul {
  width: 100%;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
}
.svc_cont1 li {
  /*float: left;*/
  display: inline-block;
  width: 20%;
  margin: 0 20px 28px;
  padding-bottom: 90px;
  text-align: center;
  border: 2px solid #777;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  top: 26px;
  color: #555;
  overflow: hidden;
  padding: 5% 2%;
  font-weight: bold;
  background: #fff;
}
.svc_cont1 li img {
  /*padding: 85px calc((260px - 76px) / 2) 0;
  padding: 85px 0 0;*/
}
.svc_cont1 li span {
  line-height: 2em;
  font-size: 1.6rem;
}
.caption1 {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 28% 5%;
  background: #555;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0s linear;
  opacity: 0.5;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.caption1 a {
  display: block;
  height: 100%;
  width: 100%;
}
.svc_cont1 li:hover .caption1 {
  top: 0%;
  opacity: 0.9;
}
.svc_cont1 .caption1 .hover {
  /*padding: calc(271px / 3) 10px 0;*/
  padding: 5% 2%;
  color: #fff;
  line-height: 2em;
  text-align: center;
  display: inline-block;
  /* font-size: 1.4rem; */
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .survice {
    min-width: inherit;
    padding-top: 0;
  }
  .survice_wrap {
    max-width: 100%;
  }
  .content_title1 {
    padding: 7% 0 3.5%;
  }
  .svc_cont1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .svc_cont1 li {
    width: 30%;
    margin: 0 2% 5%;
    padding: 1% 2% 13%;
  }
  .svc_cont1 li:nth-child(1),
  .svc_cont1 li:nth-child(4) {
    margin: 0 2% 5% 0;
  }
  .svc_cont1 li:nth-child(3),
  .svc_cont1 li:nth-child(6) {
    margin: 0 0 5% 2%;
  }
  .svc_cont1 li:last-child {
    display: block;
    margin-left: .7rem;
  }
  .caption1 {
    padding: 3% 5% 0;
    background: inherit;
    position: absolute;
    top: 59%;
    left: 0;
    opacity: 1;
  }
  .svc_cont1 li:hover .caption1 {
    top: 59%;
    opacity: 1;
  }
  .svc_cont1 .caption1 .hover {
    padding: 0 2%;
    color: #555;
    display: block;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 736px) {
  .svc_cont1 li:nth-child(odd) {
    margin: 0 2% 5% 0;
    padding: 1% 0% 2%;
  }
  .svc_cont1 li:nth-child(even) {
    margin: 0 2% 5% 0;
    padding: 1% 0% 2%;
  }
  .svc_cont1 li:last-child {
    display: block;
    margin-left: 1.3rem;
  }
  .svc_cont1 li span {
    line-height: 1.5em;
  }
  .caption1 {
    height: 0;
    padding: 3% 4%;
    position: inherit;
    top: 0;
  }
  .svc_cont1 li:hover .caption1 {
    top: 0;
  }
}
/* @media only screen and (max-device-width: 0px), screen and (max-width: 650px) {
  .svc_cont1 li {
    padding: 1% 2%;
  }
  .svc_cont1 li span {
    line-height: 1.5em;
  }
  .caption1 {
    height: 0;
    padding: 3% 5%;
    position: inherit;
    top: 0;
  }
  .svc_cont1 li:hover .caption1 {
    top: 0;
  }
} */
@media only screen and (max-device-width: 0px), screen and (max-width: 500px) {
  .content_title1 {
    padding: 7% 0;
  }
  .content_title1_sp {
    padding: 7% 0 3.5%;
  }
  .svc_cont1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 2% 5%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .svc_cont1 li:nth-child(odd) {
    width: 49%;
    margin: 0 1% 7% 0;
    padding: 0 2% 21%;
  }
  .svc_cont1 li:nth-child(even) {
    width: 49%;
    margin: 0 0 7% 1%;
    padding: 0 2% 21%;
  }
  .svc_cont1 li:nth-child(1) {
    width: 49%;
    margin: 0 1% 7% 0;
    padding-bottom: 27%;
  }
  .svc_cont1 li:nth-child(2) {
    width: 49%;
    margin: 0 0 7% 1%;
    padding-bottom: 27%;
  }
  .svc_cont1 li span {
    line-height: 1.25em;
    font-size: 1.5rem;
  }
  .caption1 {
    position: absolute;
    top: 61%;
    padding: 1% 5% 0;
  }
  .svc_cont1 li:hover .caption1 {
    position: absolute;
    top: 61%
  }
  .svc_cont1 .caption1 .hover {
    font-size: 1.1rem;
  }
}
/*@media only screen and (max-device-width: 0px), screen and (max-width: 375px) {
   .svc_cont1 li:nth-child(odd) {
    width: 100%;
    margin: 0 0 7% 0;
    padding-bottom: 20%;
  }
  .svc_cont1 li:nth-child(even) {
    width: 100%;
    margin: 0 0 7% 0;
    padding-bottom: 20%;
  }
  .svc_cont1 .caption1 .hover {
    padding: 0 2% 5%;
  }
  .caption1 {
    top: 59%;
  }
  .svc_cont1 li:hover .caption1 {
    top: 59%;
  } 
}*/
@media only screen and (max-device-width: 0px), screen and (max-width: 320px) {
  .svc_cont1 li:nth-child(odd) {
    padding: 1% 2% 30%;
  }
  .svc_cont1 li:nth-child(even) {
    padding: 1% 2% 30%;
  }
  .svc_cont1 li:nth-child(1) {
    padding-bottom: 36%;
  }
  .svc_cont1 li:nth-child(2) {
    padding-bottom: 36%;
  }
  .caption1 {
    top: 54%;
  }
  .svc_cont1 li:hover .caption1 {
    top: 54%;
  } 
  .svc_cont1 li:nth-child(1) .caption1 {
    top: 60%;
  }
  .svc_cont1 li:nth-child(2) .caption1 {
    top: 60%;
  }

}

/* --------------------------------------------------------------
 3-2: TOPICS
--------------------------------------------------------------- */
/*-------- topics start --------*/
.topics {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}
.content_title {
  padding: 50px 0;
  text-align: center;
  color: #333;
}
.topics_wrap {
  overflow: hidden;
  width: 1024px;
  /* max-width: 100%; */
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  box-sizing: border-box;
}
.case_wrap {
  width: calc(50% - 20px);
  float: left;
  /*margin: 50px 20px 0 40px;*/
  box-sizing: border-box;
}
.case_wrap .bx-wrapper {
  margin: 0;
}
.case_wrap img {
  width: 100%;
  height: 310px;
}
.calendar {
  width: calc(50% - 20px);
  /*padding-left: 20px;*/
  float: right;
  /* text-align: center; */
  box-sizing: border-box;
}
.imgWrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.imgWrap img {
  display: block;
  transition-duration: 0.3s;
  height: 310px;
}
.imgWrap img:hover {
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  filter: brightness(0.8);
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.imgWrap .linkstr {
  position: absolute;
  top: 138px;
  bottom: 138px;
  left: 140px;
  right: 140px;
  margin: 0;
  z-index: 1;
  font-weight: bold;
}

.case {
  /* width: calc((1024px / 2) - 20px); */
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 33px 5% 5%;
  box-sizing: border-box;
}
.case_sb {
  /* width: calc((1024px / 2) - 20px); */
  width: 100%;
  padding: calc(30px - 3%) 5% 5%;
  display: inline-block;
  text-align: center;
}
.case h3,
.calendar h3 {
  width: 100%;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #333;
  box-sizing: border-box;
}
/* .case_sb h3 {
  padding: 30px 30px 30px 0;
  text-align: right;
  box-sizing: border-box;
} */
.case > .topics_str {
  line-height: 1.5em;
  display: inline-block;
  text-align: center;
  color: #555;
}
/* .case_sb > .topics_str {
  padding: 0 25px 0 0;
  line-height: 1.5em;
  display: inline-block;
  text-align: left;
  color: #555;
} */

.topics_btn {
  margin: 20px auto;
  width: 45%;
  cursor: pointer;
  box-sizing: border-box;
}
/* .case_sb .topics_btn {
  margin: 20px 0 20px auto;
} */

.topics_btn a {
  display: block;
  line-height: 3em;
  color: #ee8100;
  font-weight: bold;
  border: 2.5px solid #ee8100;
  border-radius: 10px;
  background: #fff;
}
.topics_btn a:hover {
  color: #fff;
  background: #ee8100;
}

@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .topics {
    min-width: inherit;
    padding-top: 0;
  }
  .topics_wrap {
    width: 100%;
    min-width: inherit;
    padding: 0 0 5%;
  }
  .case_wrap {
    width: 48%;
  }
  .calendar {
    width: 48%;
  }
  .imgWrap .linkstr {
    position: absolute;
    top: 103px;
    bottom: 103px;
    left: 10px;
    right: 10px;
    margin: 0;
    z-index: 1;
    font-size: 2.25rem;
  }
  .case h3,
  .calendar h3 {
    padding: 3% 0;
  }
  .case > .topics_str {
    padding-bottom: 1rem;
  }
  .topics_btn {
    margin: 3% auto;
    width: 70%;
  }
  .case_wrap img {
    height: auto;
  }
  .calendar img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 500px) {
  .case_wrap {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
  }
  .calendar {
    width: 100%;
    padding-left: 0;
    display: block;
    text-align: center;
    float: none;
  }
  .calendar img {
    height: auto;
  }
  .imgWrap .linkstr {
    position: absolute;
    top: 110px;
    bottom: 110px;
    font-size: 2.5rem;
  }
  .topics_btn {
    width: 60%;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 375px) {
  .imgWrap .linkstr {
    position: absolute;
    top: 100px;
    bottom: 100px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 320px) {
  .imgWrap .linkstr {
    top: 85px;
    bottom: 85px;
    font-size: 2rem;
  }
  .topics_btn {
    width: 60%;
  }
}
/* --------------------------------------------------------------
 3-3: COMPANY
--------------------------------------------------------------- */
/*-------- company start --------*/
.company {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  background: #fef9f6;
}
.company_wrap {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.company .content_title {
  padding-bottom: 20px;
}
.company .content_title h2 {
  line-height: 2em;
}
.com_desc {
  width: 100%;
  padding: 50px 0;
  display: block;
  background: url(../img/bklogo.png) no-repeat center center;
  background-size: contain;
  text-align: center;
}
.com_desc > .com_top {
  line-height: 2em;
  padding-bottom: 8px;
  color: #555;
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.com_desc .com_str {
  line-height: 2em;
  color: #555;
  display: inline-block;
  text-align: center;
}
.company_btn {
  width: 25%;
  margin: 10px auto 0;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.company_btn a {
  display: block;
  line-height: 3em;
  color: #ee8100;
  border: 2.5px solid #ee8100;
  border-radius: 10px;
  background: #fff;
}
.company_btn a:hover {
  color: #fff;
  background: #ee8100;
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .company {
    min-width: inherit;
    padding-bottom: 5%;
  }
  .company_wrap {
    width: 100%;
    padding: 0 5%;
  }
  .company .content_title {
    padding-bottom: 2%;
  }
  .company_btn {
    width: 50%;
  }
  .com_desc {
    padding: 5% 0;
  }
  .company_btn {
    width: 60%;
  }
}
/* --------------------------------------------------------------
 3-4: ACCESS
--------------------------------------------------------------- */
/*-------- access start --------*/
.access {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding-bottom: 50px;
  background: #fff;
  box-sizing: border-box;
}
.access_wrap {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.address {
  width: 55%;
  margin: 0 auto;
  float: left;
  padding: 80px 70px 100px 0px;
  text-align: left;
  box-sizing: border-box;
}
.address li {
  padding: 20px 0 20px 20px;
  line-height: 1.5em;
  border-bottom: 1px solid #aaa;
  color: #555;
}
.map {
  float: left;
  border: 1px solid #666;
  box-sizing: border-box;
}
.add_bt .btn {
  width: 25%;
  margin: 30px auto 0;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.add_bt .btn a {
  display: block;
  line-height: 3em;
  color: #ee8100;
  border: 2.5px solid #ee8100;
  border-radius: 10px;
  background: #fff;
}
.add_bt .btn a:hover {
  background: #ee8100;
  color: #fff;
}

@media only screen and (max-device-width: 0px), screen and (max-width: 1024px) {
  .address {
    padding: 2%;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .access {
    min-width: inherit;
    padding: 0 5% 5%;
  }
  .content_title {
    padding: 7% 0 5%;
  }
  .address {
    width: 100%;
    float: none;
    padding: 0 5% 5%;
  }
  .address li {
    padding: 2rem 2% 2%;
  }
  .address li:last-child {
    border-bottom: 0;
  }
  .map {
    height: 300px;
    float: none;
    box-sizing: border-box;
    border: none;
  }
  .map iframe {
    border: 0;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .add_bt .btn {
    width: 50%;
    margin: 3% auto 0;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 500px) {
  .map {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 300px;
    display: block;
  }
  .map iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .add_bt .btn {
    width: 70%;
    padding: 5% 0;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 320px) {
  .add_bt .btn {
    width: 80%;
  }
}
/* --------------------------------------------------------------
 3-5: CONTACT US
--------------------------------------------------------------- */
/*-------- contact start --------*/
.contact {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding-bottom: 50px;
  background: #fef9f6;
  text-align: center;
  box-sizing: border-box;
}
.contact .con_title {
  padding-bottom: 0;
}
.contact_btn {
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 0;
  box-sizing: border-box;
}
.mouseover {
  width: 35%;
  display: inline-block;
  box-sizing: border-box;
}
.contact_tel {
  padding-right: 1.2%;
}
.contact_mail {
  padding-left: 1.2%;
}

@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .contact {
    width: 100%;
    min-width: inherit;
    padding: 0 5% 5%;
  }
  .contact_btn {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
    box-sizing: border-box;
  }
  .mouseover {
    width: 40%;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 500px) {
  .tel_wrap {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 5%;
  }
  .mail_wrap {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  /* .contact_title h3:before { 確認後、影響が無ければ削除
    position: absolute;
    left: 7.5%;
    top: 0px;
  } */
  .mouseover {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 5%;
    display: block;
  }
  .contact_mail {
    padding: 0;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 375px) {
  .contact_title h3:before {
    position: absolute;
    left: 10%;
    top: 0px;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 320px) {
  .contact_title h3:before {
    position: absolute;
    left: 7%;
    top: 0px;
    width: 40px;
  }
}

/* --------------------------------------------------------------
 3-6: PARTNERSHIP
--------------------------------------------------------------- */
.partnership {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.partner_wrap {
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  box-sizing: border-box;
}
.cmstudio {
  display: inline-block;
  padding: 30px 20px 0 0;
  vertical-align: middle;
}
.partner_wrap li:nth-child(2) {
  display: inline-block;
  padding: 30px 0 0 20px;
  vertical-align: middle;
  line-height: 2em;
}
.partner_wrap .toplink_bt .btn {
  width: 40%;
  margin-top: 50px;
}
.cmstudio img {
  width: 100%;
  border: 1px solid #ccc;
}
.cmstudio img:hover {
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  filter: brightness(0.8);
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .partnership {
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    padding: 0 5%;
  }
  .partner_wrap {
    width: 100%;
    padding-bottom: 10%;
  }
  .cmstudio {
    display: block;
    padding: 5% 0 0 0;
  }
  .partner_wrap li:nth-child(2) {
    display: block;
    padding: 3rem 0 0 0;
  }
  .partner_wrap .toplink_bt .btn {
    width: 60%;
    margin-top: 3rem;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 500px) {
  .partner_wrap {
    padding-bottom: 5%;
  }
  .partner_wrap .toplink_bt .btn {
    width: 80%;
    margin-top: 1rem;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 375px) {
  .partner_wrap .toplink_bt .btn {
    width: 90%;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 320px) {
  .partner_wrap .toplink_bt .btn {
    width: 100%;
  }
}

/* --------------------------------------------------------------
 3-7: TOP LINK
--------------------------------------------------------------- */
/*-------- toplink start --------*/
.toplink {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding: 100px 0;
  background: #fff;
  max-width: 1240px;
}
.toplink ul {
  margin: 0 auto;
  text-align: center;
}
.toplink li {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 10px;
}
.toplink li img {
  width: 100%;
}
.toplink li img:hover {
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  filter: brightness(0.8);
}
.toplink .cmstudio {
  /* display: block; */
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .toplink {
    min-width: inherit;
    max-width: inherit;
    padding: 8% 5% 5%;
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-device-width: 551px), screen and (max-width: 830px) {
  .toplink li {
    margin: 1%;
    width: 30%;
    box-sizing: border-box;
  }
  .toplink .cmstudio {
    width: 95.5%;
  }
}

@media only screen and (max-device-width: 0px), screen and (max-width: 550px) {
  .toplink li {
    margin: 1%;
    width: 47%;
    box-sizing: border-box;
  }
  .toplink .cmstudio {
    width: 97.5%;
  }
}
