@charset "UTF-8";

/* page
------------------------------------------------------------*/
.contents_inner {
  padding: 120px 0;
}
#bread {
  border-bottom: 1px solid #adb5bd;
}
#bread .contents_inner {
  padding: 15px 0;
}
#bread ul {
  display: flex;
}
#bread ul li {
  position: relative;
  font-size: 12px;
}
#bread ul li + li::before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #1b202c;
  border-right: solid 1px #1b202c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -4px;
}
#bread ul li + li {
  margin-left: 40px;
}
#bread ul li a {
  display: block;
  font-weight: bold;
}
.c-ttl-01 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0 5px 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
}
.c-ttl-01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #adb5bd;
}
.c-ttl-sec,
#project_article h3 {
  font-size: 30px;
  margin-bottom: 60px;
  padding: 0 0 20px;
  border-bottom: 2px solid #adb5bd;
  line-height: 1.4;
  position: relative;
  text-align: justify;
}
.c-ttl-sec::before,
#project_article h3::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  content: '';
  background: #1b202c;
}
.c-ttl-article {
  padding: 20px 25px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin-bottom: 50px;
}
.c-ttl-article::before,
.c-ttl-article::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.c-ttl-article::before {
  border-width: 15px 15px 0 0;
  border-color: #1b202c transparent transparent transparent;
  left: 0;
  top: 0;
}
.c-ttl-article::after {
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #1b202c transparent;
  right: 0;
  bottom: 0;
}
.c-table {
  width: 100%;
  border-collapse:collapse;
}
.c-table tr {
  border-bottom: 1px solid #1b202c;
}
.c-table th,
.c-table td {
  font-size: 1.8rem;
}
.c-table th {
  width: 30%;
  padding: 15px 10px;
  font-weight: bold;
  text-align: left;
}
.c-table td {
  width: 70%;
  padding: 15px 10px 15px 0;
  text-align: justify;
}

.c-table.col-3 th {
  width: 15%;
}

.c-table a {
  text-decoration: underline;
  font-weight: bold;
}




/* mv
----------------------------------------*/
#mv {
  background: #1b202c;
}
#mv .contents_inner {
  height: 350px;
  display: flex;
  align-items: center;
  padding: 0;
  flex-wrap:wrap;
}
#mv .contents_inner .ttl-lead{
  color:#fff;
  margin-top:20px;
  width:100%;
  font-weight:bold;
  font-size:18px;
  text-shadow:0 0 15px rgba(0,0,0,0.2);
  line-height:1.5;
}
.business .page-ttl .en{color:#333;}
.business #mv .contents_inner .ttl-lead{
  color:#333;
  text-shadow:0 0 15px rgba(255,255,255,0.2);
}
.business #mv {
  background: url(../img/common/bg_common.png)no-repeat center center;
  background-size: cover;
}
.business_service #mv {
  background: url(../img/business/mv.jpg)no-repeat center center;
  background-size: cover;
}
.product #mv {
  background: url(../img/product/mv.jpg)no-repeat center center;
  background-size: cover;
}
.project #mv {
  background: url(../img/project/mv.jpg)no-repeat center center;
  background-size: cover;
}
.company #mv {
  background: url(../img/common/bg_common.png)no-repeat center center;
  background-size: cover;
}
.blog #mv {
  background: url(../img/blog/mv.jpg)no-repeat center center;
  background-size: cover;
}
.blog-career #mv {
  background: url(../img/blog/mv-career.jpg)no-repeat center center;
  background-size: cover;
}
.news #mv {
  background: url(../img/common/bg_common.png)no-repeat center center;
  background-size: cover;
}
.privacypolicy #mv,
.security #mv,
.contact #mv {
  background: url(../img/common/bg_common.png)no-repeat center center;
  background-size: cover;
}
.sdgs #mv {
  background: url(../img/sdgs/mv.jpg)no-repeat center center;
  background-size: cover;
}

.page-ttl {
  line-height: 1.4;
  font-weight: bold;
  position:relative;
  display:inline-block;
}
.page-ttl .en,
.page-ttl .ja {
  display: block;
}
.page-ttl .en {
  color: #fff;
  font-size: 28px;
  margin-bottom: 5px;
}
.page-ttl .ja {
  font-size: 36px;
  background: #fff;
  padding: 7px 20px;
  text-align: center;
}

/* business
------------------------------------------------------------*/
#business .lead {
  font-size: 1.8rem;
  line-height: 2;
}

#business .contents_inner > .lead {
  margin-bottom: 80px;
  text-align: left;
}

#business .industry-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-top: 60px;
}

#business .industry-list li {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  width: calc((100% - 80px)/3);
  position: relative;
  background: #fff;
  border: 2px solid #1b202c;
}

#business .industry-list li p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}

#business .industry-list li:nth-child(n+4){
  margin-top: 40px;
}

#business .industry-list li::before,
#business .industry-list li::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  pointer-events: none;
}

#business .industry-list li::before {
  background: url(../img/common/arw-right-wt.png)no-repeat center center;
  background-size: 6px 10px;
  bottom: 14px;
  right: 15px;
  height: 10px;
  width: 6px;
  z-index: 1;
}

#business .industry-list li::after {
  background: #262d46;
  background-size: 40px 40px;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border-top-left-radius: 20px;
}

#business .industry-list li a {
  display: block;
  padding: 30px 30px 40px;
  width: 100%;
}

#business .industry-list li img {
  display: block;
  margin: auto;
}

#business .industry-list li .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
}

#business #industry-item .aidx img {
  display: block;
  margin: 30px auto 0;
  max-width: 140px;
}

#business #service-item .lead + .box {
  margin-top: 60px;
}

#business #service-item .box + .box {
  position: relative;
  margin-top: 80px;
}

#business #service-item .box + .box::before {
  background: url(../img/common/arw_lg-right-gy.png)no-repeat center center;
  background-size: 40px 9px;
  content: "";
  display: block;
  left: 12px;
  height: 9px;
  margin: auto;
  position: absolute;
  top: -46px;
  width: 40px;
  transform: rotate(90deg);
}

#business #service-item .box .ttl-area {
  display: flex;
  align-items: center;
}

#business #service-item .box .ttl-area .num {
  width: 60px;
  height: 60px;
  font-size: 18px;
  background: #1b202c;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  margin-right: 28px;
}

#business #service-item .box .ttl-area .ttl {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#business #service-item .box .ttl-area .ttl > * {
  display: block;
}
#business #service-item .box .ttl-area .ttl small {
  font-size: 16px;
  margin-top: 5px;
}

#business #service-item .service-link-list {
  display: flex;
  margin-top: 30px;
}

#business #service-item .service-link-list li {
  background: #fff;
  width: calc((99.99% - 80px)/3);
  position: relative;
  transition: 0.3s ease;
}

#business #service-item .service-link-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #f6f6fa transparent transparent;
  z-index: 1;
  pointer-events: none;
}

#business #service-item .service-link-list li:not(:nth-child(3n+1)){
  margin-left: 40px;
}

#business #service-item .service-link-list li:nth-child(n+4) {
  margin-top: 40px;
}

#business #service-item .service-link-list li a {
  display: block;
  padding: 30px 25px;
  height: 100%;
}

#business #service-item .service-link-list li p {
  line-height: 2;
}

#business #service-item .service-link-list li .ttl {
  font-weight: bold;
  font-size: 20px;
  display: block;
  position: relative;
  padding: 0 50px 0 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}

#business #service-item .service-link-list li .ttl::before,
#business #service-item .service-link-list li .ttl::after {
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
}

#business #service-item .service-link-list li .ttl::before {
  background: #384160;
  background-size: 5px 5px;
  left: 0;
  height: 5px;
  width: 5px;
}

#business #service-item .service-link-list li .ttl::after {
  right: 25px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #1b202c;
  border-right: solid 2px #1b202c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
}

#business #service-item .service-link-list li:hover {
  background: #1b202c;
}
#business #service-item .service-link-list li:hover a {
  opacity: 1!important;
}

#business #service-item .service-link-list li:hover .ttl,
#business #service-item .service-link-list li:hover p {
  color: #fff;
}
#business #service-item .service-link-list li:hover .ttl::before {
  background: #fff;
}
#business #service-item .service-link-list li:hover .ttl::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#service-item .business-ttl + .inner {
    background: none;
    padding-top: 30px;
}
#service-item .lead {
  margin-bottom: 5rem;
}
#industry-item .lead {
  font-weight: bold;
  text-align: center;
}
#business #airescue-item .business-ttl + .inner{background:transparent;padding-top:30px;}
#business #airescue-item .business-ttl span br{display:none;}
#business #airescue-item .list-airescue{display:flex;flex-wrap:wrap;}
#business #airescue-item .list-airescue > li{width:22.75%;margin:0 3% 3% 0;}
#business #airescue-item .list-airescue > li:nth-child(4n){margin-right:0;}
#business #airescue-item .list-airescue > li a{display:block;}
#business #airescue-item .list-airescue > li .ttl{font-weight:bold;margin:15px 0 5px;text-align: center;color: #1c202d;font-weight: 700;font-size: 1.8rem;}
#business #airescue-item .list-airescue > li .ttl br.sp{display:none;}

/* slider */
#business #product .product_list {padding: 80px 0 100px;}
#business #product .product_list ul {display: flex; justify-content: space-between;}
#business #product .product_list li {position: relative; width: 23%; padding-bottom: 70px;}
#business #product .product_list .banner {margin-bottom: 25px;}
#business #product .product_list p {font-size: 14px; line-height: 2;}
#business #product .product_list p.name {position: relative; display: flex; align-items: center; height: 2.5em; padding: 5px 0 5px 20px; margin-bottom: 20px; font-size: 18px; font-weight: bold; line-height: 1.4;}
#business #product .product_list p.name:before {content: ""; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background-color: #adb5bd;}
#business #product .product_list .btn {position: absolute; left: 50%; bottom: 0; width: 100%; transform: translateX(-50%);}
#business #product .product_list .btn a {display: block; height: 40px; font-family: 'Roboto', sans-serif; font-size: 13px; font-weight: 700; text-align: center; line-height: 40px; border: 1px solid #1b202c;}

#business #product .business-ttl {
  margin-bottom: 60px;
}

#business #product .contents_inner {
  padding: 0;
}

#business #product .product_h2 {
  margin-bottom: 10px;
}

#business #product .product_list {
  padding: 80px 0 0;
}

#business #product .product_list li {
  margin: 0 10px;
}

#business #product .contents_sub {
  margin-bottom: 15px;
}

#business #product .c-btn-large {
  max-width: 480px;
  margin: 80px auto 0;
}

#business #product .product_list p.name {
  height: auto;
}

#business .product_list .prev.slick-arrow,
#business .product_list .next.slick-arrow {
  position: absolute;
  background: #1b202c;
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
  top: -60px;
  z-index: 1;
  cursor: pointer;
}

#business .product_list .prev.slick-arrow {
  right: 60px;
}
#business .product_list .next.slick-arrow {
  right: 10px;
}

#business .product_list .prev.slick-arrow::before,
#business .product_list .next.slick-arrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

#business .product_list .prev.slick-arrow::before {
  left: 17px;
  transform: rotate(-135deg);
}

#business .product_list .next.slick-arrow::before {
  right: 17px;
}
#business #service-item .img{position:relative;max-width: 1080px;margin: auto;}
#business #service-item .img .link_group{position:absolute;top:0;left:0;width:100%;height:100%;}
#business #service-item .img .link_group li > a{display:inline-block;position:absolute;background: #ffffff;opacity: 0;}
#business #service-item .img .link_group li > a:hover {opacity: .4;}
#business #service-item .img .link_group li:nth-of-type(1) > a{top:26.2%;left:0;width:17.2%;height:12.5%}
#business #service-item .img .link_group li:nth-of-type(2) > a{top:26.2%;left:37.2%;width:30.75%;height:10.5%}
#business #service-item .img .link_group li:nth-of-type(3) > a{top:26.2%;left:inherit;right:0;width:30.2%;height:10.5%}
#business #service-item .img .link_group li:nth-of-type(4) > a{top:43%;left:4.6%;width:20.75%;height:10.5%}
#business #service-item .img .link_group li:nth-of-type(5) > a{top:38%;left:27%;width:41%;height:8%}
#business #service-item .img .link_group li:nth-of-type(6) > a{top:47.7%;left:42.7%;width:46.7%;height:8%}
#business #service-item .img .link_group li:nth-of-type(7) > a{top:57.2%;left:10.5%;width:36%;height:8.5%}
#business #service-item .img .link_group li:nth-of-type(8) > a {top: 57.2%;left:inherit;right: 0;width: 30%;height: 8.5%;}

#business .service-detail{margin:5rem 0 3rem;display:flex;justify-content:space-between;}
#business .service-detail > div{width:46%;}
#business .service-detail .c-ttl-01 span{display:block;font-weight:normal;font-size:16px;}

#ailicense-item .business-ttl + .inner,
#satellite-item .business-ttl + .inner {
  background: none;
  padding-top: 30px;
}
#satellite-item .c-btn-large {
  margin-top: 5rem
}
#satellite-item .c-btn-large a {
  max-width: 480px;
  margin: auto;
}

/* service
------------------------------------------------------------*/
#service_feature .txt + .c-ttl-01 {
  margin-top: 60px;
}
#service_feature .txt {
  text-align: justify;
}
#service_example .image img {
  width: 100%;
  display: block;
  margin: 0 auto 60px;
}
.product_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_list li {
  width: 23%;
  padding-bottom: 70px;
  position: relative;
}
.product_list li:nth-of-type(n+4) {
  margin-top: 40px;
}
.product_list .banner {
  margin-bottom: 25px;
}
.product_list .txt {
  display: inline-block;
  text-align: justify;
  font-size: 1.8rem;
}
.product_list .banner img {
  width: 100%;
}
.product_list .c-btn-small {
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
#product_link_area .back-btn-area {
  margin: 80px auto 0;
  max-width: 480px;
}


/* product
------------------------------------------------------------*/
#product_lead .txt {
  font-size: 1.8rem;
}
#product_item .product_list {
  display: flex;
  flex-wrap: wrap;
}
#product_item .product_list li {
  background: #fff;
  width: calc((100% - 40px)/2);
  padding: 30px 30px 100px;
}
#product_item .product_list li:nth-child(2n) {
  margin-left: 40px;
}
#product_item .product_list li:nth-child(n+3) {
  margin-top: 40px;
}
#product_item .product_list li .c-btn-small {
  max-width: calc(100% - 60px);
  margin: auto;
  bottom: 30px;
}

/* project
------------------------------------------------------------*/
#project_item .product_list {
  display: flex;
  flex-wrap: wrap;
}
#project_item .product_list li {
  width: calc((100% - 80px)/2);
}
#project_item .product_list li:nth-child(2n) {
  margin-left: 80px;
}
#project_item .product_list li:nth-child(n+3) {
  margin-top: 80px;
}
#project_item .product_list .banner {
  background-color: #FFF;
  overflow: hidden;
  padding-top: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.category-item {
  display: flex;
  flex-wrap: wrap;
}
.category-item .item {
  background: #1b202c;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 5px 10px;
  line-height: 1.2;
  margin-right: 5px;
  margin-bottom: 5px;
}
.category-list {
  margin-bottom: 80px;
}
.category-list > li + li {
  margin-top: 20px;
}
.category-list > li > span {
  font-size: 18px;
  font-weight: bold;
}
.category-child {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.category-child > li {
  width: calc((100% - 80px)/5);
  margin-right: 20px;
}
.category-child > li:nth-of-type(5n) {
  margin-right: 0;
}
.category-child > li:nth-of-type(n+6) {
  margin-top: 10px;
}
.category-child > li > a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  background-color: #fff;
  border: 1px solid #1b202c;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.category-child > li.current a {
  color: #fff;
  background-color: #1b202c;
}
.project_lead {
  margin-bottom: 40px;
}
.project_lead p {
  font-size: 1.8rem;
}
.project_none p {
  text-align: center;
}
.tab_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  width: 100%;
}
.tab_area li {
  background: #fff;
  border: 1px solid #1b202c;
  width: calc((100% - 80px)/5);
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
}
.tab_area li:not(:nth-child(5n+1)) {
  margin-left: 20px;
}
.tab_area li:nth-child(n+6) {
  margin-top: 20px;
}
.tab_area li.select {
  background: #1b202c;
  border: 1px solid #1b202c;
}
.tab_area li.select {
  pointer-events: none;
  color: #fff!important;
}

/* tab切り替え */
.tab-inn.hide {
  display: none;
}

/* pagenavi */
.project .wp-pagenavi {
  margin: 25px 0 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.project .wp-pagenavi .pages {
  display: none;
}
.project .wp-pagenavi span.current, .project .wp-pagenavi a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  margin: 0 4px;
  text-decoration: none;
  transition: .2s;
}
.project .wp-pagenavi span.current {
  background: #fff;
  color: #adb5bd;
  border: 1px solid #adb5bd;
}
.project .wp-pagenavi a {
  color: #fff;
  background: #1b202c;
  border: 1px solid #1b202c;
}



/* detail
----------------------------------------*/
#project_article .contents_inner{padding-bottom:60px;}
#project_article .contents_inner > * + * {
  margin-top: 40px;
}
#project_article .c-ttl-sec + * {
  margin-top: 0;
}
#project_article p + .c-ttl-sec,
#project_article img + .c-ttl-sec,
#project_article ul + .c-ttl-sec {
  margin-top: 80px;
}
#project_article p {
  text-align: justify;
}
#project_article img {
  display: block;
  margin: auto;
}
#project_article ul li {
  background: #fafaff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 18px 24px 18px 70px;
  text-align: justify;
}
#project_article ul li::before {
  background: url(../img/common/icon-check.png)no-repeat center center;
  background-size: 22px 22px;
  bottom: 0;
  content: "";
  display: block;
  left: 28px;
  height: 22px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 22px;
}
#project_article ul li + li {
  margin-top: 2px;
}
#project_article .movie {
  position: relative;
  width: 100%;
  margin: 30px auto;
  padding-bottom: 414px;
  height: 0;
  overflow: hidden;
  max-width:720px;
}
@media (max-width:815px){
  #project_article .movie {
    padding-bottom:56.25%;
  }
}
#project_article .movie iframe {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#project_bnr .c-btn-large {
  width: calc((100% - 40px)/3);
}
#project_bnr .c-btn-large + .c-btn-large {
  margin-left: 20px;
}
#project_bnr .contents_inner {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
#detail_back_btn .c-btn-large {
  max-width: 320px;
  margin: auto;
}
#detail_back_btn > .contents_inner{padding-top:60px;}
#detail_back_btn .ttl{

}
#detail_back_btn #project_item{
  margin-bottom:60px;
}

/* company
------------------------------------------------------------*/
#company_lead .contents_h2 {
  text-align: center;
}
#company_lead .txt {
  line-height: 2;
  font-weight: bold;
  text-align: justify;
}
#company_lead .txt + .txt {
  margin-top: 40px;
}

#company_link {
  background: url(../img/company/bg_mv.jpg)no-repeat center center;
  background-size: cover;
}
#company_link .box-wt {
  background: #fff;
  padding: 80px;
}
#company_link ul {
  display: flex;
  flex-wrap: wrap;
}
#company_link li {
  width: calc((99.99% - 60px)/2); /*width: calc((99.99% - 60px)/3);*/
}
#company_link li:nth-of-type(even) {
  margin-left: 30px;
}
#company_link li:nth-child(n+3) {
  margin-top: 30px;
}
#company_link li a {
  border: 2px solid #adb5bd;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 60px 20px 20px;
  width: 100%;
  position: relative;
}
#company_link .current a {
  border: 2px solid #1b202c;
  background: #1b202c;
  color: #fff;
}
#company_link li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #1b202c;
  border-right: solid 2px #1b202c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}
#company_link .current a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#company_link li .ttl {
  line-height: 1.2;
  font-weight: bold;
}
#company_link li .ttl > * {
  display: block;
}
#company_link li .ttl .en {
  color: #adb5bd;
  font-size: 13px;
  margin-bottom: 5px;
}

#company_bnr .contents_inner {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  flex-wrap: wrap;
}
#company_bnr .bnr {
  max-width: 600px;
  width: calc(99.99%/3);
}
#company_bnr .bnr:nth-child(even) {
  margin-left: 60px;
}
#company_bnr .bnr:nth-child(n+3) {
  margin-top: 40px;
}
#company_bnr .bnr a {
  display: block;
}
#company_bnr .bnr .image img {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
#company_bnr .bnr .txt {
  font-weight: bold;
  text-align: center;
}

.company .company_h2{font-size:4.8rem;font-family:'Montserrat',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;font-weight:700;line-height:1.083;padding:0 0 30px}
.company .company_h2 small{display:inline-block;font-size:2.8rem;margin-left: 30px;}
.company .overview .contents_inner {position: relative;}
.company .overview .company_h2 {color: #333; font-size: 3.6rem; line-height: 1.4;}
.company .overview .company_h2 small {display: block; margin-left: 0; color: #adb5bd; font-size: 1.8rem;}
.company #mv.company_mv{display:flex;flex-wrap:wrap}
.company #mv.company_mv > .section{width:50%;background:#1c202d;min-height:320px;text-align:center;color:#fff;font-weight:700;font-family:'Montserrat',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;display:flex;justify-content:center;align-items:center;font-size:2.4rem;padding:20px;line-height:1.58}
.company #mv.company_mv > .section:nth-of-type(3){background:#278fcf}
.company #mv.company_mv > .section.mv{background:url(../img/common/bg_common.png) center / cover no-repeat;justify-content:flex-start;text-align:left;padding-left:100px;width: 100%;}
.company #mv.company_mv > .section.mv .en{font-size:2.7rem}
.company #mv.company_mv > .section.mv .ja{color:#1c202d;font-size:3.7rem}
.company #mv.company_mv > .section .company-ttl{font-size:3.6rem;margin-bottom:10px}
.company #mv.company_mv > .section .company-ttl .logo{background:#fff;display:inline-block;line-height:1;padding:10px}
#contents.company .company_link .contents_inner{width:100%;margin:0;padding:20px 10px 0}
.company .company_link ul{width:100%;display:flex;flex-wrap:wrap}
.company .company_link ul > li{border:solid 1px #1c202d;min-height:160px;font-weight:700;font-family:'Montserrat',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;}
.company .company_link ul > li > a{width:100%;height:100%;display: flex;align-items: center;padding: 20px 10px;}
.company .company_link ul > li + li{margin-left:7px}
.company .company_link ul > li .ttl{font-size: 2rem;width:calc(100% - 56px);padding-left:15px;line-height:1.04}
.company .company_link ul > li .ttl small{font-size: 1.3rem;display:block;line-height:1.3125;margin-top:5px}
.company .company_link ul > li figure{width:56px}
.company .company_download {position: absolute; top: 120px; right: 0;border:solid 1px #1c202d;font-weight:700;font-family:'Montserrat',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;}
.company .company_download a {width:100%;height:100%;display: flex;align-items: center;padding: 20px 10px;}
.company .company_download .ttl{font-size: 2rem;width:calc(100% - 56px);padding-left:15px;line-height:1.04}
.company .company_download .ttl small{font-size: 1.3rem;display:block;line-height:1.3125;margin-top:5px}
.company .company_download figure{width:56px}
.company .map .contents_inner {padding-top: 0;}
.company .map_block {display: flex; justify-content: space-between; align-items: center;}
.company .map_gmap {width: 40%;}
.company .map_iframe {position: relative; width: 100%; height: 0; padding-top: 70%;}
.company .map_iframe iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.company .map_detail {width: 55%;}
.company.history .c-table td .logo {margin-top: 10px;}
.company.history .c-table td .logo img {display: inline-block; width: 242px; border: 1px solid #adb5bd;}

/* history
----------------------------------------*/
.list-description h4 {
    background: #384160;
}
.list-description {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
.sdgs_icon {
    float: right;
    margin-left: 30px;
}
.ul_list li {
    padding-left: 18px;
    position: relative;
    text-align: left;
    line-height: 1.6;
}
.ul_list li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #1285c7;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
.sdgs .contents_inner {padding: 80px 0;}
.sdgs .c-ttl-sec,.sdgs .c-ttl-article {margin-bottom: 30px;}
.sdgs .mt-4{margin-top:40px;}
.sdgs #product_item .product_list li{padding: 0;}
.sdgs .ul_list {padding: 40px 0;}
.sdgs .ul_list li:before {background: #1b202c;}

@media (min-width: 641px){
.list-description.col2 li {
    width: 48%;
}
}
@media (max-width: 640px){
.sdgs .c-ttl-sec,.sdgs .c-ttl-article {margin-bottom: 10px;}
.sdgs .contents_inner {padding: 40px 0;}
.sdgs .mt-4{margin-top:20px;}
.sdgs .sdgs_icon {width: 120px;}
}


/* overview
----------------------------------------*/
/* history
----------------------------------------*/
.overview .c-table,
.history .c-table {
  max-width: 1000px;
  margin: auto;
}

/* officer
----------------------------------------*/
.modal-inner {
  background: #fff;
  padding: 120px;
/*  max-width: 1200px;*/
  margin: auto;
}
.officer_box {
  display: flex;
  position: relative;
}
.officer_box.reverse {
  flex-flow: row-reverse;
}
.officer_box + .officer_box {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #1b202c;
}
.officer_box .image-area {
  min-width: 300px;
  margin: 0 50px 0 0;
}
.officer_box.reverse .image-area {
  margin: 0 0 0 50px;
}
.officer_box .txt-area .txt {
  text-align: justify;
  line-height: 2;
}
.officer_box .txt-area .txt + .txt {
  margin-top: 20px;
}
.officer_box .profile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.officer_box .profile .ttl {
  color: #adb5bd;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.officer_box .profile .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
.officer_box .profile .c-btn-small {
  width: 200px;
}
.mfp-container {
  padding-left: 5%!important;
  padding-right: 5%!important;
}

/* partner
----------------------------------------*/
#company_partner_team .product_list{justify-content: flex-start;}
#partner_service .product_list li,
#partner_team .product_list li,
#company_partner_team .product_list li{
  width: 31%;
}
#company_partner_team .product_list li{margin-right:3.5%}
#company_partner_team .product_list li:nth-of-type(3n){margin-right: 0}

#partner_service .product_list .banner,
#partner_team .product_list .banner {
  background: #fff;
}
#partner_service .product_list .banner img,
#partner_team .product_list .banner img {
  display: block;
  margin: auto;
  width: auto;
}
.company_h2 + .partner-logo-list{margin-top:0;}
.partner-logo-list {
  margin-top: 60px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partner-logo-list li {
  background: #fff;
  width: calc((100% - 30px)/3);
}
.partner-logo-list li:not(:nth-child(3n+1)){
  margin-left: 10px;
}
.partner-logo-list li:nth-child(n+4) {
  margin-top: 10px;
}
.partner-logo-list li img {
  margin: auto;
  display: block;
}
#partner_team .product_list {
  margin-top: 60px;
}

/* mission
----------------------------------------*/
#mission_lead .contents_h2,
#vision_lead .contents_h2 {
  text-align: center;
}

#mission_lead .txt,
#vision_lead .txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

/* message
----------------------------------------*/
#message_lead {
  position: relative;
}
#message_lead .message_contents {
  position: relative;
  margin-right: auto;
  padding: 80px 0
}
#message_lead .contents_inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#message_lead .message_txt {
  width: 60%;
}
#message_lead .message_photo {
  /* width: 35%; */
  width: 36.5%;
}

#message_lead .ttl {
  font-size: 24px;
  font-weight: bold;
  padding: 40px;
  background: #fff;
  margin-bottom: 40px;
  text-align: justify;
}
#message_lead .txt {
  font-size: 16px;
  /* line-height: 2; */
  font-weight: bold;
  margin-bottom: 10px;
  text-align: justify;
}
#message_lead .name {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1440px){
  /* message
  ----------------------------------------*/
  #message_lead::before {
    background: url(../img/company/message/sp/img-message.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* privacypolicy
------------------------------------------------------------*/
#privacypolicy_content .lead {
  margin-bottom: 40px;
}
.c_dl dd + dt {
  margin-top: 1em;
}
.c_dl > dt {
  font-weight: bold;
}
.c_dl dd p + dl {
  margin-top: 1em;
}
.c_dl dd {
  padding-left: 1.5em;
}
.c_dl dd p + p {
  margin-top: 1em;
}
.c_dl > dt .ttl{
    font-size: 1.4em;
    padding: 0 0 10px;
    border-bottom: 2px solid #adb5bd;
    line-height: 1.4;
    position: relative;
	margin-bottom: 0.8em;
	display: block;
}
.c_dl > dt .ttl:before{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 10%;
    height: 2px;
    content: '';
    background: #1b202c;
}
.c_dl dd > dl dt {
    font-weight: 700;
}
.c_dl dd > dl dt + dt {
    margin-top: 1em;
}
.c_dl dd > dl + dl {
    margin-top: 1em;
}
.c_dl dd > dl dt {
    margin-top: 1em;
}
.c_dl > dd + dt {
    margin-top: 2em;
}

/* security
------------------------------------------------------------*/
#security_content ul {
  margin-bottom: 40px;
}
#security_content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#security_content ul li + li {
  margin-top: 1em;
}
#security_content .txt {
  text-align: right;
}
#security_certification img {
  margin-top: 40px;
}


/* contact
------------------------------------------------------------*/
#contact .contact_form {
  margin: 0 100px;
}
#contact .contact_txt {
  margin-bottom: 40px;
}
#contact .contact_txt .note_list {
  margin-bottom: 20px;
  margin-left: 1em;
}
#contact .contact_txt .note_list li {
  list-style-type: disc;
}
#contact .contact_txt .red {
  color: #ff0000;
}
#contact .contact_form dl {
  display: flex;
  flex-wrap: wrap;
}
#contact .contact_form dt {
  width: 30%;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-weight: bold;
  background-color: #f6f6fa;
}
#contact .contact_form dt span.comments {
  margin-left: 1em;
  font-weight: normal;
}
#contact .contact_form dd {
  width: 70%;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#contact .contact_form dt.required span:after, #contact .contact_policy .checkbox_wrapper:after {
  content: "*";
  display: inline-block;
  margin-left: 0.5em;
  color: #ff0000;
  font-weight: normal;
}
#contact .contact_form input[type="text"],
#contact .contact_form input[type="email"],
#contact .contact_form textarea,
#contact .contact_form select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #aaa;
}

::placeholder {
   color: #ccc;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
   color: #ccc;
}
/* IE対応 */
:-ms-input-placeholder {
   color: #ccc;
}


#contact .contact_form input.input-horizontal {
    display: inline-block;
    width: 49%;
}
#contact .contact_form input.input-horizontal + .input-horizontal {
    margin-left: 2%;
}
#contact .contact_form select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#contact .contact_form textarea {
  display: block;
  height: calc( 1.4em * 5 );
  line-height: 1.4;
}
#contact .contact_form input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
}
#contact .contact_form input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background-color: #fff;
}
#contact .contact_form input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 5px;
  display: block;
  height: 9px;
  margin-top: -9px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#contact .contact_form input, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
#contact .contact_form .error {
  color: #ff0000;
}
#contact .contact_policy .checkbox_wrapper {
    display: inline-block;
}
#contact .contact_policy {
  text-align: center;
}
#contact .contact_policy a {
  text-decoration: underline;
  font-weight: bold;
}

#contact .contact_btn {
  width: 320px;
  margin: 20px auto 0;
}
#contact .contact_btn input[type="submit"] {
  cursor: pointer;
  transition: .2s linear;
}
#contact .contact_btn input[type="submit"], #contact .contact_btn a {
  display: block;
  width: 100%;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  border: 1px solid #1b202c;
  background-color: #fff;
  letter-spacing: 0.02em;
}
#contact .contact_btn input[type="submit"]:disabled {
  color: #aaa;
  border-color: #aaa;
}




/* blog
------------------------------------------------------------*/
.blog .news_list > li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  border-top: 1px solid #333;
}
.blog .news_list > li:nth-child(10n),
.blog .news_list > li:last-child {
  border-bottom: 1px solid #333;
}
.blog .news_list > li a .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog .news_list > li .date {
  width: 13%;
}
.blog .news_list > li .cat {
  width: 14%;
  text-align: center;
}
.blog .news_list > li .cat span {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  background-color: #1b202c;
}
.blog .news_list > li .ttl {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 1em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
}
.blog .news_list > li .ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  border-right: 3px solid #1c1c1c;
  border-bottom: 3px solid #1c1c1c;
  transform: translateY(-50%) rotate(-45deg);
}

/* news
----------------------------------------*/
#news_item .news_inner {
  padding: 0;
}

#news_item .ttl-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#news_item .tab-nav {
  margin: 0 0 40px 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#news_item .tab-nav > li {
  margin: 0 5px;
  padding: 10px 20px;
  list-style: none;
  cursor: pointer;
  border: 1px solid #adb5bd;
  transition: .3s;
}
#news_item .tab-nav > li a {
  color: #adb5bd;
}
#news_item .tab-nav > li.current {
  background: #1b202c;
}
#news_item .tab-nav > li.current a {
  color: #fff;
}
#news_item .news-thumb {
  position: relative;
}
#news_item .news-list {
  margin-bottom: 40px;
}
#news_item .news-list li + li {
  margin-top: 15px;
}
#news_item .news-list li a {
  display: flex;
}

#news_item .news-thumb .data {
  font-size: 14px;
  width: 120px;
  text-align: left;
  display: inline-block;
}
#news_item .news-thumb .category {
  width: 120px;
  display: inline-block;
  text-align: center;
}
#news_item .news-thumb .category span {
  display: block;
  color: #fff;
  background: #1b202c;
  font-size: 12px;
  border-radius: 12px;
  /*padding: 3px 10px;*/
}
#news_item .news-thumb .ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  width: calc(100% - 255px);
  margin-left: 15px;
}

#news_item .news-thumb .thumb {
  margin-bottom: 15px;
  overflow: hidden;
}

#news_item .news-thumb .thumb .img {
  padding-top: 66.6666%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

#news_item .news-thumb li:hover .thumb .img {
  transform: scale(1.1);
}

#news_item .c-btn-large a {
  max-width: 480px;
  margin: auto;
}

/* pagenavi */
#news_item .wp-pagenavi {
  margin: 25px 0 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#news_item .wp-pagenavi .pages {
  display: none;
}
#news_item .wp-pagenavi span.current, #news_item .wp-pagenavi a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  margin: 0 4px;
  text-decoration: none;
  transition: .2s;
}
#news_item .wp-pagenavi span.current {
  background: #fff;
  color: #adb5bd;
  border: 1px solid #adb5bd;
}
#news_item .wp-pagenavi a {
  color: #fff;
  background: #1b202c;
  border: 1px solid #1b202c;
}


/* news_detail
----------------------------------------*/
.news_detail .date {
  text-align: right;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.2;
}
.news_detail .text h3 {
  font-size: 30px;
  margin-bottom: 60px;
  padding: 0 0 20px;
  border-bottom: 2px solid #adb5bd;
  line-height: 1.4;
  position: relative;
  text-align: justify;
}
.news_detail .text h3::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  content: '';
  background: #1b202c;
}
.news_detail .text p + h3, .news_detail .text img + h3, .news_detail .text ul + h3 {
  margin-top: 80px;
}
.news_detail a {
  text-decoration: underline;
  display: inline-block;
}
.news .news_detail a {
  display: inline;
}
.news_detail p {
  word-break: break-all;
  text-align: justify;
}
.news_detail .date span {
  color: #adb5bd;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #333;
  display: inline-block;
}
.news_detail .social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  background: #fafafa;
  margin: 80px 0;
}
.news_detail .social .share {
  margin-right: 20px;
  padding: 0 20px;
  color: #1b202c;
  line-height: 1;
  border-right: 1px solid #1b202c;
}
.news_detail .social ul {
  display: flex;
  justify-content: flex-start;
}
.news_detail .social li + li {
  margin-left: 10px;
}
.news_detail .social li a {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #1b202c;
  text-decoration: none;
  vertical-align: top;
  transition: .3s;
  background: #1b202c;
}
#contents.news .contact{
  margin:80px 0;
  padding:30px;
  background:#fafafa;
}
#contents.news .contact a{
  background:#f79810;
  border:0;
  max-width:300px;
  margin:auto;
}
.blog .pager, .news .pager {
  position: relative;
  height: 40px;
  margin-bottom: 80px;
}
.blog .pager .c-btn-small, .news .pager .c-btn-small {
  position: absolute;
  width: calc((100% - 40px)/2);
}
.blog .pager .c-btn-small a, .news .pager .c-btn-small a {
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .pager .c-btn-small.prev, .news .pager .c-btn-small.prev {
  left: 0;
}
.blog .pager .c-btn-small.next, .news .pager .c-btn-small.next {
  right: 0;
}
.blog .c-btn-large, .news .c-btn-large {
  max-width: 480px;
  margin: auto;
}



@media (max-width: 1400px) and (min-width: 1001px){
	.company #mv.company_mv > .section .v-tablet{display: block!important;}
	.company .company_link ul > li > a {padding-left: 20px;}
	.company .company_link ul > li .ttl {font-size: 2rem;}

}
@media (max-width: 1240px){

  /* company
  ------------------------------------------------------------*/
  #company_bnr .contents_inner {
    max-width: 90%;
  }
  #company_bnr .bnr:nth-child(even) {
    margin-left: 30px;
  }

  /* product
  ------------------------------------------------------------*/
  .product_list .contents_inner {
    width: 100%!important;
  }

  /* news
  ------------------------------------------------------------*/
  #news_item .tab-nav li {
    margin-bottom: 10px;
  }
  #news_item #jquery-tab-pager-navi li {
    margin-bottom: 10px;
  }
}



@media (max-width: 1000px){

  /* company
  ------------------------------------------------------------*/
  #company_link .box-wt {
    padding: 40px;
  }
  #company_link li {
    width: calc((100% - 20px)/2);
  }
  #company_link li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #company_link li:nth-child(2n) {
    margin-left: 20px;
  }
  #company_link li:nth-child(n+4) {
    margin-top: 0;
  }
  #company_link li:nth-child(n+3) {
    margin-top: 20px;
  }
  #company_bnr .contents_inner {
    display: block;
  }
  #company_bnr .bnr {
    margin: auto;
    width: 100%;
  }
  #company_bnr .bnr:nth-child(even) {
    margin-left: auto;
  }
  #company_bnr .bnr + .bnr {
    margin-top: 40px;
  }

  .company #mv.company_mv > .section {font-size: 1.8rem;}
  .company #mv.company_mv > .section.mv .ja {font-size: 3rem;}
  .company #mv.company_mv > .section.mv {padding-left: 20px;}
  .company #mv.company_mv > .section .company-ttl {font-size: 3rem;}

  .company .company_link ul > li{width: 100%;min-height: 132px;}
  .company .company_link ul > li + li {margin-left: 0;margin-top:10px;}
  .company .company_link ul > li > a {padding: 20px 15px;}


  /* officer
  ----------------------------------------*/
  .officer_box .image-area {
    min-width: 200px;
  }
  .officer_box .image-area {
    margin: 0 30px 0 0;
  }
  .officer_box.reverse .image-area {
    margin: 0 0 0 30px;
  }
  .modal-inner {
    padding: 60px 60px;
  }

  /* partner
  ----------------------------------------*/
  #partner_service .product_list li,
  #partner_team .product_list li,
  #company_partner_team .product_list li{
    width: 29%;
  }
  #company_partner_team .product_list li{margin-right:6.5%}
  #company_partner_team .product_list li:nth-of-type(3n){margin-right: 0}

  /* message
  ----------------------------------------*/
  #message_lead .message_contents {
    margin-top: 0;
    width: 100%;
  }

  /* contact
  ------------------------------------------------------------*/
  #contact .contact_form {
    margin: 0 5%;
  }

  /* blog
  ------------------------------------------------------------*/
  .blog .news_list > li a .txt {
    display: block;
    font-size: 0;
  }
  .blog .news_list > li .date {
    font-size: 14px;
    width: 86%;
    display: inline-block;
  }
  .blog .news_list > li .cat {
    display: inline-block;
    text-align: right;
  }
  .blog .news_list > li .ttl {
    font-size: 14px;
  }


  /* business
  ------------------------------------------------------------*/
  #business .industry-list li {
    width: calc((100% - 10px)/2);
  }
  #business .industry-list li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #business .industry-list li:nth-child(n+4) {
    margin-top: 0;
  }
  #business .industry-list li:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  #business .industry-list li:nth-child(n+3) {
    margin-top: 10px;
  }

  #business #service-item .service-link-list {
    flex-wrap: wrap;
  }
  #business #service-item .service-link-list li {
    width: calc((99.99% - 10px)/2);
  }
  #business #service-item .service-link-list li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #business #service-item .service-link-list li:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  #business #service-item .service-link-list li:nth-child(n+3) {
    margin-top: 10px;
  }

  #business #product .product_list ul {
    flex-wrap: wrap;
  }
  #business #product .product_list li {
    width: 46%;
  }
  #business #product .product_list li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  #service-item .business-ttl + .inner,
  #ailicense-item .business-ttl + .inner,
  #satellite-item .business-ttl + .inner {
    padding: 30px 0 80px;
  }
  #business #service-item .lead {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: left;
  }
  #business #service-item .img {
    width: 1080px;
  }
  #business #service-item .img img {
    width: 100%;
    height: auto;
    max-width: inherit;
  }

  #business #airescue-item .business-ttl + .inner {padding: 30px 0 80px;}


}


@media (max-width: 640px){

  /* page
  ------------------------------------------------------------*/
  .contents_inner {
    padding: 60px 0;
  }
  .c-ttl-sec,
  #project_article h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .c-ttl-article {
    padding: 15px 20px;
    font-size: 24px;
    margin-bottom: 30px;
  }
  #bread .contents_inner {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .c-table th,
  .c-table td {
    width: 100%;
    display: block;
  }
  .c-table th {
    padding: 15px 0 10px;
  }
  .c-table td {
    padding: 0 0 15px 0;
  }
  .c-table.col-3 th {
    width: 100%;
    border-bottom: 1px solid #1b202c;
    padding: 15px 0;
  }
  .c-table.col-3 td {
    padding: 15px 0;
  }

  /* mv
  ----------------------------------------*/
  #mv .contents_inner {
    height: 250px;
  }
  #mv .contents_inner .ttl-lead{
    font-size:15px;
  }
  .page-ttl .en {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .page-ttl .ja {
    font-size: 20px;
  }

  .blog #mv {
    background: url(../img/blog/sp/mv.jpg)no-repeat center right;
    background-size: cover;
  }

  .blog-career #mv {
    background: url(../img/blog/sp/mv-career.jpg)no-repeat center center;
    background-size: cover;
  }

  /* business
  ------------------------------------------------------------*/
  #business_lead .txt + .txt {
    margin-top: 20px;
    }
  #product .product_list li {
    margin: 0;
  }
  .product_list .next.slick-arrow {
    right: 0;
  }
  .product_list .prev.slick-arrow {
    right: 50px;
  }
  #product .product_list li + li {
    margin-top: 0;
  }

  #business .industry-list li {
    width: 100%;
  }
  #business .industry-list li a {
    padding: 20px;
  }
  #business .industry-list li p {
    font-size: 13px;
  }
  #business .industry-list li .ttl {
    font-size: 16px;
  }
  #business .industry-list li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
  #business .industry-list li:nth-child(n+3) {
    margin-top: 0;
  }
  #business .industry-list li + li {
    margin-top: 10px!important;
  }

  #business #service-item .service-link-list li {
    width: 100%;
  }
  #business #service-item .service-link-list li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
  #business #service-item .service-link-list li:nth-child(n+3) {
    margin-top: 0;
  }
  #business #service-item .service-link-list li + li {
    margin-top: 10px!important;
  }

  #business #product .product_list li {
    width: calc(100% - 20px);
  }
  #business #product .product_list li + li {
    margin-top: 30px;
  }

  .business-ttl::before, .business-ttl::after {
    width: 30px;
  }
  .business-ttl span {
    font-size: 18px;
  }
  .business-ttl span::before {
    left: -15%;
  }
  .business-ttl span::after {
    right: -15%;
  }

  #business #airescue-item .business-ttl span{line-height:1.4;}
  #business #airescue-item .business-ttl span br{display:block;}
  #business #airescue-item .business-ttl span::before{width:150px;left:-25%;}
  #business #airescue-item .business-ttl span::after{width:150px;right:-25%;}
  #business #airescue-item .list-airescue > li{width:47.5%;margin:0 5% 5% 0;}
  #business #airescue-item .list-airescue > li:nth-child(3n){margin-right:5%;}
  #business #airescue-item .list-airescue > li:nth-child(even){margin-right:0;}
  #business #airescue-item .list-airescue > li{line-height:1.5;}
  #business #airescue-item .list-airescue > li .ttl br.sp{display:block;}

  /* service
  ------------------------------------------------------------*/
  .product_list {
    display: block;
  }
  .product_list li {
    width: 100%;
  }
  .product_list li + li {
    margin-top: 40px;
  }
  #service_feature .txt + .c-ttl-01 {
    margin-top: 40px;
  }
  #service_example .image img {
    margin: 0 auto 40px;
  }
  #product_link_area .back-btn-area {
    margin: 40px auto 0;
  }
  #business .service-detail{flex-direction:row;flex-wrap:wrap;gap:30px;}
  #business .service-detail > div{width:100%;}


  /* product
  ------------------------------------------------------------*/
  #product_item .product_list li {
    width: 100%;
    padding: 20px 20px 80px;
  }
  #product_item .product_list li:nth-child(2n) {
    margin-left: auto;
  }
  #product_item .product_list li .c-btn-small {
    max-width: calc(100% - 40px);
    bottom: 20px;
  }
  #product_item .product_list li:nth-child(n+3) {
    margin-top: 0;
  }
  #product_item .product_list li + li {
    margin-top: 20px!important;
  }


  /* project
  ------------------------------------------------------------*/
  #project_item .product_list {
    display: block;
  }
  #project_item .product_list li {
    width: 100%;
  }
  #project_item .product_list li:nth-child(2n) {
    margin-left: auto;
  }
  #project_item .product_list li:nth-child(n+3) {
    margin-top: 0;
  }
  #project_item .product_list li + li {
    margin-top: 40px!important;
  }
  #project_item > .contents_inner{padding-top:30px;}
  .tab_area {
    margin-bottom: 60px;
  }
  .tab_area li {
    width: calc((100% - 10px)/2);
  }
  .tab_area li:not(:nth-child(5n+1)) {
    margin-left: inherit;
  }
  .tab_area li:nth-child(2n) {
    margin-left: 10px;
  }
  .tab_area li:nth-child(n+3) {
    margin-top: 10px;
  }
  .category-list {
    margin-bottom: 60px;
  }
  .category-child > li {
    width: 50%;
    margin-right: -1px;
  }
  .category-child > li:nth-of-type(5n) {
    margin-right: -1px;
  }
  .category-child > li:nth-of-type(n+3) {
    margin-top: -1px;
  }
  .category-child > li:nth-of-type(even) {
    margin-left: 0;
  }
  .category-child > li > a{
    padding:8px 5px;
  }
  .project_lead {
    margin-bottom: 30px;
  }

  /* detail
  ----------------------------------------*/
  #project_bnr .contents_inner {
    display: block;
    padding: 60px 0;
  }
  #project_article .contents_inner{
    padding-bottom:30px;
  }
  #detail_back_btn > .contents_inner{
    padding-top:30px;
  }
  #project_article .contents_inner > * + * {
    margin-top: 20px;
  }
  #project_article p + .c-ttl-sec,
  #project_article img + .c-ttl-sec,
  #project_article ul + .c-ttl-sec {
    margin-top: 40px;
  }
  #project_article ul li {
    font-size: 16px;
    padding: 15px 20px 15px 60px;
  }
  #project_bnr .c-btn-large {
    width: 100%;
  }
  #project_bnr .c-btn-large + .c-btn-large {
    margin-top: 20px;
    margin-left: auto;
  }
  #project_article .movie {
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }


  /* company
  ------------------------------------------------------------*/
  #company_lead .txt + .txt {
    margin-top: 20px;
  }

  #company_link .box-wt {
    padding: 20px;
  }
  #company_link ul {
    display: block;
  }
  #company_link li {
    width: 100%;
  }
  #company_link li:nth-child(2n) {
    margin-left: auto;
  }
  #company_link li + li {
    margin-top: 10px!important;
  }
  #company_bnr .contents_inner {
    padding: 60px 0;
  }
  #company_bnr .bnr .image img {
    margin-bottom: 10px;
  }
  #company_bnr .bnr .txt {
    text-align: justify;
  }
  #company_bnr .bnr + .bnr {
    margin-top: 20px;
  }
  #company_bnr .bnr:nth-child(even) {
    margin-left: 0;
  }
  .company .company_h2{font-size:30px;}
  .company .company_h2 small{display:block;font-size:16px;margin-left: 0;margin-top:5px;}

  .company #mv.company_mv > .section {width:100%;font-size: 12px;min-height: 160px;}
  .company #mv.company_mv > .section:nth-of-type(3) {background: #278fcf;}
  .company #mv.company_mv > .section:nth-of-type(4) {background: #1c202d;}
  .company #mv.company_mv > .section .company-ttl {font-size: 18px;}
  .company #mv.company_mv > .section .company-ttl .logo {padding: 5px;}
  .company #mv.company_mv > .section .company-ttl .logo img {width: 82px;}
  .company #mv.company_mv > .section.mv .en {font-size: 18px;}
  .company #mv.company_mv > .section.mv .ja {font-size: 20px;}

  .company .company_link ul > li > a{padding-left: 25px;}
  .company .company_link ul > li .ttl {font-size: 24px;}
  .company .company_link ul > li .ttl small {font-size: 15px;}

  .company .company_download {top: 65px;}
  .company .company_download a {padding: 10px;}
  .company .company_download figure {width: 28px;}
  .company .company_download .ttl {font-size: 1.6rem;}
  .company .company_download .ttl small {font-size: 1.1rem;}

  .company .map_block {display: block;}
  .company .map_gmap {width: 100%;}
  .company .map_iframe {padding-top: 100%;}
  .company .map_detail {width: 100%; margin-top: 20px;}

  /* officer
  ----------------------------------------*/
  .officer_box {
    display: block;
  }
  .officer_box + .officer_box {
    margin-top: 40px;
    padding-top: 40px;
  }
  .officer_box .image-area {
    margin: 0 0 20px 0!important;
  }
  .officer_box .image-area img {
    display: block;
    margin: auto;
  }
  .officer_box .profile {
    display: block;
  }
  .officer_box .profile .ttl {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .officer_box .profile .name {
    font-size: 16px;
  }
  .officer_box .profile .c-btn-small {
    margin-top: 20px;
    width: 100%;
  }
  .modal-inner {
    padding: 40px 20px;
  }


  .mfp-wrap {
    position: absolute!important;
    top: 0!important;
  }
  .mfp-bg {
    top: 0!important;
  }

  /* partner
  ----------------------------------------*/
  .partner-logo-list {
    margin-top: 40px;
    padding: 20px;
  }
  .partner-logo-list li {
    margin: auto;
    width: calc((100% - 10px)/2);
  }
  .partner-logo-list li:not(:nth-child(3n+1)) {
    margin-left: inherit;
  }
  .partner-logo-list li:nth-child(n+4) {
    margin-top: 0;
  }
  .partner-logo-list li:nth-child(2n) {
    margin-left: 10px!important;
  }
  .partner-logo-list li:nth-child(n+3) {
    margin-top: 10px!important;
  }
  #partner_service .product_list li,
  #partner_team .product_list li,
  #company_partner_team .product_list li{
    width: 100%;
  }
  #company_partner_team .product_list li{margin-right:0}
  #company_partner_team .product_list li:nth-of-type(3n){margin-right: 0}
  #partner_team .product_list {
    margin-top: 40px;
  }

  /* mission
  ----------------------------------------*/
  #mission_lead .txt,
  #vision_lead .txt {
    font-size: 14px;
  }

  /* message
  ----------------------------------------*/
  #message_lead .message_contents {
    padding: 20px 20px 40px;
  }
  #message_lead .contents_inner {
    display: block;
    width: 100%;
  }
  #message_lead .message_txt {
    width: 100%;
  }
  #message_lead .message_photo {
    width: 100%;
    margin-top: 20px;
  }
  #message_lead .ttl {
    font-size: 17px;
    padding: 20px;
    margin-bottom: 20px;
  }
  #message_lead .txt {
    font-size: 14px;
  }

  /* contact
  ------------------------------------------------------------*/
  #contact .contact_form {
    margin: 0;
  }
  #contact .contact_form dt {
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
  }
  #contact .contact_form dd {
    padding: 10px 0;
    width: 100%;
  }

  /* news
  ----------------------------------------*/
  #news_item .tab-nav {
    margin-bottom: 20px;
  }
  #news_item .tab-nav li {
    padding: 5px 10px;
  }
  #news_item .news-list li {
    width: 100%;
  }
  #news_item .news-list li + li {
    margin-top: 30px;
  }
  #news_item .news-list li a {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #news_item .news-thumb .ttl {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }

  /* news_detail
  ----------------------------------------*/
  .news_detail .text h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .news_detail .text p + h3, .news_detail .text img + h3, .news_detail .text ul + h3 {
    margin-top: 40px;
  }
  .news_detail .social {
    display: block;
    margin: 40px 0;
    padding: 20px;
  }
  .news_detail .social .share {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #1b202c;
  }
  #contents.news .contact{
    margin:40px 0;
    padding:20px;
  }
  .blog .pager {
    height: auto;
    margin-bottom: 40px;
  }
  .blog .pager .c-btn-small {
    position: relative;
    width: 100%;
  }
  .blog .pager .c-btn-small + .c-btn-small {
    margin-top: 20px;
  }


}
