﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";

/*----------------------------------------------------------
   各ページ個別
-----------------------------------------------------------*/

#main_image_slider{
  margin-bottom: -2px !important;
  padding-bottom: 0 !important;
}

#body_sub .subpage_main_image{
    width: 100%;
    height: 250px;
    background: url(/img/info/main_image.jpg) center center no-repeat;
    background-size: cover;
}
#body_sub.info .subpage_main_image{
    width: 100%;
    height: 250px;
    background: url(/img/info/main_image.jpg) center center no-repeat;
    background-size: cover;
}
#body_sub.service .subpage_main_image{
    width: 100%;
    height: 250px;
    background: url(/img/service/main_image.jpg) center center no-repeat;
    background-size: cover;
}
#body_sub.company .subpage_main_image{
    width: 100%;
    height: 250px;
    background: url(/img/company/main_image.jpg) center center no-repeat;
    background-size: cover;
}

#body_sub.recruit .subpage_main_image{
    width: 100%;
    height: 250px;
    background: url(/img/recruit/main_image.jpg) center center no-repeat;
    background-size: cover;
}
#body_sub.contact .subpage_main_image{
    width: 100%;
    height: 250px;
    background: url(/img/contact/main_image.jpg) center center no-repeat;
    background-size: cover;
}
.subpage_main_image{
  display: none;
}

.su-post-comments-link{
  display: none;
}

#main_image_slider {
    background: #221510;
}
.slick-prev, .prev-arrow {
  left: 10px !important;
  z-index: 1000;
}
.slick-next, .next-arrow {
  right: 10px !important;
  z-index: 1000;
}
.slide-arrow {
  z-index: 1000;
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: white;
    font-size: 48px;
    border: none;
    outline: none;
    background: transparent;
    opacity: 0.4;
    text-shadow: #000 1px 0 10px;
}


.serviceGrid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.flex.modelCase{
  align-items: flex-start;
}

.icon_wrap {
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
  max-width: 670px;
}

.icon_wrap img{
  margin: 10px;
}

.slick-slide{
  position: relative;
}
.slick-slide a .button{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.products_card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    font-weight: bold;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .products_card { overflow: hidden; } /* IE11 */
}

.products_card a{
  border-radius: 3px;    /* CSS3草案 */
  -webkit-border-radius: 3px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
  box-shadow:0px 0px 1px 0px #898da5;
  background: white;
  border-bottom: 5px solid #CCAC70;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .products_card a { float: left; width: 230px; height: 320px; margin: 5px; } /* IE11 */
}

.products_card img{
  width: 100%;
  height: 180px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}
.products_card h2 {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    min-height: 65px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    background: white;
    color: #CCAC70;
    font-weight: bold;
    border-radius: 0 0 3px 3px / 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px / 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px / 0 0 3px 3px;
}
.products_card h2 span{
  font-size: 10px;
  line-height: 12px;
  color: #666;
}
.products_card h2 span.products_genre{
  font-weight: bold;
}
.products_card h2 span.products_abstract{
    font-weight: normal;
}

.topicsArea{
    display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
    justify-content: space-between;
  -ms-flex-pack: justify; /*IE10*/
  -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between; /* Safari6.1以降 */
    /* min-height: 150px; */
    margin-bottom: 0;
}
.topicsArea ul{
    width: 90%;
    margin: 40px auto -10px;
    max-height: 170px;
    overflow-y: auto;
}
.topicsArea ul li{
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
    margin-bottom: 8px;
}
.topicsArea ul li div:first-child{
  margin-right: 10px;
    color: #885C10;
    width: 100px;
    min-width: 100px;
    display: flex;
    align-items: center;
    margin-right: 14px;
}
.topicsArea ul li div:first-child i{
  margin-right: 5px;
}
.topicsArea ul li div:first-child:before{
/*    content: '\f017'; */
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    padding-right: 4px;
        color: #885C10;
}
.topicsArea ul li div:last-child:before{
   /*  content: '\f105'; */
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    color: #1a3f8f;
    margin-right: 5px;
}

ul.topicsUl li div.category {
    background: #CCAC70;
    color: white;
    padding: 5px 0px 4px;
    margin-right: 10px;
    text-align: center;
    font-size: 10px;
    width: auto;
    min-width: 96px;
    padding: 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px 2px 2px 2px;
}




.topicsCardArea{
    margin-bottom: 0;
}
.topicsCardArea ul{
}

.topicsCardArea ul li{
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
    margin-bottom: 8px;
}
.topicsCardArea ul li div:first-child{
  margin-right: 10px;
    color: #885C10;
    width: 90px;
    min-width: 90px;
    text-align: right;
}
.topicsCardArea ul li div:first-child:before{
/*    content: '\f017'; */
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    padding-right: 4px;
        color: #885C10;
}
.topicsCardArea ul li div:last-child:before{
   /*  content: '\f105'; */
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    color: #1a3f8f;
    margin-right: 5px;
}

.topicsCardArea ul.topicsUl li div.category {
background: #CCAC70;
    color: white;
    padding: 5px 0px 4px;
    /* line-height: 12px; */
    margin-right: 10px;
    /* height: 20px; */
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    /* display: flex; */
    /* align-items: center; */
    white-space: nowrap;
    max-width: 96px;
    width: 96px;
    min-width: 96px;
    padding: 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



.bar_purpose{
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.dl_qa{
}


.dl_qa dt{
  margin-bottom: 20px;
}

.dl_qa dt p{
  display: inline;
  cursor: pointer;
  padding: 10px 0;
  margin-bottom: 20px;
}

.dl_qa dd{
  display: none;  
  padding: 20px;
  background: white;
  margin-bottom: 40px;
}
.dl_qa dd:before {content:"Answer:"; color: #aa2244;}


.dl_qa dt{
    background: #F7F7FF;
    padding-left: 2em;
    text-indent: -11px;
}
.dl_qa dt:before {
    content: '\f059';
      font-family: "Font Awesome 5 Free";
      font-size: 12px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    padding-right: 0.2em;
    margin-left: 0.8em;
    font-weight: bold;
    color: #AAF;
}



.eyecatch{
  margin-bottom: 20px;
  text-align: center;
  background: white;
}


img.aligncenter{
  display: block;
  margin: 10px auto;
}


#tabs i{
  margin-right: 10px;
  font-weight: bold;
}


/*
.category-list{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: -20px;
}
.category-list li{
  background: white;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 5px 0;
}
.category-list li a{
    display: block;
    width: 100%;
    height: 100%;
}*/

.bnArea{
  max-width: 1050px;
  margin: 30px auto 0;
}
.bnArea a div:first-child {
    line-height: 16px;
    display: inline-block;
    color: white;
    font-weight: normal;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    text-align: center;
    padding: 10px;
    height: auto;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

.bnArea a div:first-child:after {
    content: '\f35a';
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.2em;
    font-weight: bold;
    color: #999;
    position: absolute;
    right: 10px;
}

.bnArea a div:first-child h4{
  margin: 0;
}
.bnArea.col1 a div:first-child span:first-letter{
    font-size: 1.5em;
    color: #885C10;
}

.bnArea a span{
  font-size: 11px;
  color: #bbb;
}

#body_contact main table td,#body_contact  main table th{
    padding:20px 15px !important;
    min-width: 80px;
}


#top_info{
  height:64px;
  background:#FDF9F0;
  font-size:13px;
  overflow:hidden;
}
#top_info-inner{
  position:relative;
}
#top_info-title{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  background:#CCAC70;
  color:#fff;
  line-height:64px;
  width: 188px;
  padding-left: 40px;
  position:absolute;
  left:0;
  top:0;
  letter-spacing: 1px;
  font-size: 15px;
      margin: 0;
}
#top_info-title a{
  color:inherit;
}
.arrowR{
  background:inherit;
  position:absolute;
  right: -30px;
  top:0;
  width: 64px;
  height: 64px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_info-body{
  position: absolute;
  left: 240px;
  top: 0;
  width: calc(100% - 300px);
}
#top_info-body a{
  color:#333;
  line-height:64px;
  display:block;
  padding:0 30px;
  font-size: 14px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
}
#top_info-body a .date{
  padding-right:15px;
  color:inherit;
}
#top_info-body a .read{
  color:inherit;
  font-weight:normal;
}
#top_info-body a:hover{
  color:#885C10;
}
.toInfo{
  position:absolute;
  right:15px;
  top:25px;
}


#cutlery h3.common:before {
    content: none;
}


#top_news{
  height:64px;
  background:#fff;
  font-size:13px;
  overflow:hidden;
}
#top_news-inner{
  position:relative;
}
#top_news-title{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  background:#885C10;
  color:#fff;
  line-height:64px;
  width: 188px;
  padding-left: 40px;
  position:absolute;
  left:0;
  top:0;
  letter-spacing: 1px;
  font-size: 15px;
      margin: 0;
}
#top_news-title a{
  color:inherit;
}
.arrowR{
  background:inherit;
  position:absolute;
  right: -30px;
  top:0;
  width: 64px;
  height: 64px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_news-body{
  position: absolute;
  left: 240px;
  top: 0;
  width: calc(100% - 300px);
}
#top_news-body a{
  color:#333;
  line-height:64px;
  display:block;
  padding:0 30px;
  font-size: 14px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
}
#top_news-body a .date{
  padding-right:15px;
  color:inherit;
}
#top_news-body a .read{
  color:inherit;
  font-weight:normal;
}
#top_news-body a:hover{
  color:#885C10;
}
.toNews{
  position:absolute;
  right:15px;
  top:25px;
}

#service_navi{
  background: url(/img/service/bg_service.png) center no-repeat;
}
#service_navi a{
    display:  block;
}
.circle {
    width: 230px;
    height: 230px;
    margin: 0px 5px 0px 5px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: white;
}
.circle h3{
    text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}

dl.history_dl{
  overflow: hidden;
}

dl.history_dl dt{
    clear: both;
    float: left;
    color: #CCAC70;
    text-align: right;
    width: 20%;
}
dl.history_dl dd{
    float: right;
    width: 75%;
}

.history .year{
  color: #CCAC70;
  font-weight: bold;
  background: none;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
  clear: both;
}



.inner-container{ position: relative; height:100%; width:100%; }

/*no z-index for container_wrap or fixed bgs start disapearing when other elements transition -> weird chrome bug*/
.container_wrap {
  clear: both;
  position: relative;
  /* z-index: 1; */
  border-top-style: solid;
  border-top-width: 1px;
}

.unit, .units {
  float: left;
  display: inline;
  margin-left: 50px;
  position: relative;
  z-index: 1;
  min-height: 1px;
}
.row {
  position: relative;
  margin-bottom: 20px;
  clear: both;
}



#wrap_all {
  width: 100%;
  position: static; /*fixes chrome 40 issue with fixed section bgs*/
  z-index: 2;
  overflow: hidden;
}

.boxed #wrap_all {
  overflow: visible; /*needed for cart icon */
}


/* Nested Column Classes */
body .unit.alpha, body .units.alpha, body div .first {
  margin-left: 0;
  clear: left;
}
body .unit.alpha, body .units.alpha {
  width: 100%;
}
/* Base sizes */

.container .av-content-full.units  {width: 100%}
.container .av-content-small.units {width: 73%}


.boxed#top, .html_boxed.html_header_sticky #header{ width: 1010px; }
.container{ max-width: 1010px; }


/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive { overflow-x: hidden; }
  .responsive .boxed, 
  .responsive.html_boxed.html_header_sticky #header{ width: 782px;}
  .responsive .container{ max-width: 782px; }
  .responsive.html_mobile_menu_tablet .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
}



/* All Tablets and smaller */
@media only screen and (max-width: 989px) {

.responsive #wrap_all .flex_column.av-break-at-tablet, .responsive #wrap_all .av-break-at-tablet .flex_cell {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  
.responsive #wrap_all .av-break-at-tablet-flextable, .responsive .av-layout-grid-container.av-break-at-tablet {
  display: block; 
  }

}

.tab_contents p{
  margin-bottom: 10px;
}


.main_color .sidebar_tab, .main_color .tabcontainer .tab {
background: #efefef;
margin-right: 5px;
}

table#tablespec  tr{
}

table#tableacc  tr{
    background-color: #ffffff;
}

table#tableacc  td{
    vertical-align: middle;
}

table#tableapp  tr{
    background-color: #ffffff;
}

table#tableapp  td{
    vertical-align: middle;
}

table#tablemod  tr{
    background-color: #ffffff;
}

table#tableamod  td{
style="vertical-align:top;"
}

.wp-caption-text {
display:block !important;
font-size:12px !important;
font-style:bold !important;
margin:0 auto !important;
padding:3px 10px 5px !important;
text-align:center !important;
font-family: "Roboto", arial, sans-serif !important; }

#menu-item-search { 
display: none !important; }}

#advanced_menu_toggle:after {
    content: "MENU";
    font-size: 16px !important;
    color: black;
    left: -1px;
    bottom: -38px;
    position: absolute;
}

div .logo {
float: left;
position: absolute;
left: -35px;
}

#main .container_wrap .container, #main .container_wrap .content{
    width: 100% !important;
    margin: 0 !important;
}

.header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
min-height: 100px !important;
}

#menu-item-80 .avia-menu-fx { display: none; }
li#menu-item-80 a { padding: 5px; background-color:#2d5c88 !important; color: white!important;height: 30px!important; line-height: 20px!important; margin-top: 43px;}

.header-scrolled li#menu-item-80 a {
margin-top: 10px;
}
.container {width:100%;} .container .av-content-small.units {width:73%; }
      
        .responsive .boxed, .responsive.html_boxed.html_header_sticky #header, 
        .responsive.html_boxed.html_header_transparency #header{ width: 1310px; max-width:90%; }
        .responsive .container{ max-width: 1310px; }
      
#header .av-main-nav > li > a{font-size:15px;}


.small-preview, .avia-post-nav .entry-info-wrap, .avia-post-nav, .avia-menu-fx, .team-social, .button, .related-format-icon, .avia-slideshow-controls a, .social_bookmarks li a, .fallback-post-type-icon, #scroll-top-link, .avia-slideshow-button{
-webkit-transition: all 0.3s ease-out;
transition:         all 0.3s ease-out;
}

.main_menu a, .pagination a{
-webkit-transition: color 0.15s ease-out;
transition:         color 0.15s ease-out;

-webkit-transition: background 0.15s ease-out;
transition:         background 0.15s ease-out;
}


.avia_pop_class, .avia-search-tooltip{
-webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
animation:         avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
}


a:hover .image-overlay .image-overlay-inside{
-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
animation:         avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
}

#main_image #catchcopy_txt, #main_image_slider #catchcopy_txt{
    background-color: rgba(0,0,0,0.3);
}

#main_image #catchcopy_txt span, #main_image_slider #catchcopy_txt span{
    background: linear-gradient(transparent 50%, #CCAC70 50%);
}


@-webkit-keyframes avia_pop {
  0%   { -webkit-transform:scale(0.8);  }
  100% { -webkit-transform:scale(1);  }
}
@keyframes avia_pop {
  0%   { transform:scale(0.8);  }
  100% { transform:scale(1);   }
}

@-webkit-keyframes avia_pop_small {
  0%   { -webkit-transform:rotate(-175deg) scale(0.2);  }
  100% { -webkit-transform:rotate(0deg) scale(1);  }
}
@keyframes avia_pop_small {
  0%   { transform:rotate(-175deg) scale(0.2);  }
  100% { transform:rotate(0deg) scale(1);   }
}

@-webkit-keyframes avia_pop_loader {
  0%   { -webkit-transform:rotate(0deg) scale(0.2) ;  }
  100% { -webkit-transform:rotate(720deg) scale(1);  }
}
@keyframes avia_pop_loader {
  0%   { transform: rotate(0deg) scale(0.2);  }
  100% { transform: rotate(720deg) scale(1);   }
}


@-webkit-keyframes avia_shrink {
  0% { opacity:0; -webkit-transform: scale(1); transform: scale(1); }
  75% {opacity:0.7;}
  100% { opacity:0; -webkit-transform: scale(0); transform: scale(0);
  }
}

@keyframes avia_shrink {
  0% { opacity:0; -webkit-transform: scale(1); transform: scale(1); }
  75% {opacity:0.7; }
  100% { opacity:0; -webkit-transform: scale(0); transform: scale(0);}
}

@-webkit-keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

div.thumb_image_wrap{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
    padding: 10px;
    margin-bottom: 100px;
}

div.thumb_image_wrap img{
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    cursor: pointer;
}

div.big_image_wrap img{
    cursor: pointer;
}

a.btn_download{
  color: #ffffff !important;
  background: #0b3a66 !important;
      border-color: #0b3a66;
    margin: 20px auto;
    width: 300px;
    padding: 10px 15px;
    display: block;
    text-align: center;
}
a.btn_request{
  color: #ffffff !important;
    background-color: #edae44 !important;
    border-color: #CA9336;
    margin: 20px auto;
    width: 300px;
    padding: 10px 15px;
    display: block;
    text-align: center;
}
a.btn_download:before {
    content: '\f518';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    padding-right: 0.2em;
    font-weight: bold;
    color: #fff;
}
a.btn_request:before {
content: '\f570';
  font-family: "Font Awesome 5 Free";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
padding-right: 0.2em;
font-weight: bold;
color: #fff;
}

#contact_form{
    font-size: 12px;
}
#contact_form i{
    color: #4499ff;
}
.btn_detail{
  cursor: pointer;
}

#form_purpose2{
  padding-top: 10px;
  background: white;
  padding: 20px 10px;
}
#form_purpose2 h3{
  text-align: center;
  margin: 10px auto 5px;
  font-size: 14px;
}

#form_purpose2 .flex{
  justify-content: start;
  align-items: initial;
}
#form_purpose2 .flex div:first-child{
  padding-right: 10px;
}
#form_purpose2 .flex div:last-child{
  width: 100%;
}


#select_category{
    margin: 0;
    width: auto;
    max-width: 300px;
}

.selectable_doc{
  margin: 0;
}

.selectable_doc.noselect{
    display:  none;
}

.selectable_doc dt{
  padding: 5px 8px;
  margin: 0px auto 5px;
  border: 1px dotted #ddd;
  border-radius: 3px;
}

.selectable_doc dt i.fa-check-square{
  cursor: pointer;
}

.selectable_doc dt.choiced{
  padding: 5px 8px;
  margin: 0px auto 5px;
  border: 1px dotted #1D4C78;
  border-radius: 3px;
  background: #eef8ff;
}

/*
.selectable_doc dt:not(.choiced):before {
content: '\f14a';
  font-family: "Font Awesome 5 Free";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
padding-right: 0.2em;
font-weight: bold;
margin-right: 10px;
color: #ddd;
}*/

.selectable_doc dt:not(.choiced) i.fa-check-square {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
padding-right: 0.2em;
font-weight: bold;
margin-right: 10px;
color: #ddd !important;
}


/*
.selectable_doc dt:not(.choiced):hover{
  border: 1px dotted #55ccff;
  background: #eef8ff
}
*/

/*
.selectable_doc dt.choiced:before {
content: '\f14a';
  font-family: "Font Awesome 5 Free";
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
padding-right: 0.2em;
font-weight: bold;
margin-right: 10px;
color: #1D4C78;
}*/

.selectable_doc dt i.fa-check-square {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
padding-right: 0.2em;
font-weight: bold;
margin-right: 10px;
color: #1D4C78 !important;
}


i.btn_detail{
  margin-left: 5px;
}

#request_doc_list_wrap{
  padding: 10px 25px 20px;
  border-radius: 10px;
  background: #e5fcff;
  box-shadow: 0 0 1px #aaa;
  margin-top: 5px;
}
#request_doc_list_wrap dl,#request_doc_list_wrap select{
  margin: 0;
}

.guide_message{
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.selected_doc{
    display:  none;
    background: #fcfcfc;
    padding: 2px;
    border: 1px solid #ccc;
/*    下記は、セレクトした資料一覧の表示領域スクロールバー。下記指定で説明ポップアップが切れる。 */
/*        max-height: 150px;
overflow-y: auto; */
}
#request_doc_list.nochoiced .selected_doc{
  display: none;
}

#request_doc_list:not(.nochoiced) .selected_doc{
  display: block;
}

.selected_doc dt{
  color: #1D4C78;
  padding: 2px;
}
.selected_doc dl dt:nth-of-type(odd){
  background: white;
}
.selected_doc dl dt:nth-of-type(even){
  background: #f5fcff;
}

.selected_doc dt input[type=button]{
  min-width: auto;
  display: inline-block;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #CCAC70;
    border-radius: 4px;
    color: #fff;
    line-height: 18px;
    transition: none;
    text-shadow: 1px 1px 1px #1D4C78;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    font-size: 11px;
    margin-right: 10px;
    box-shadow: none;
}


.selected_doc dt:before {
/*    content: '\f14a';*/
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.2em;
    font-weight: bold;
    color: #1D4C78;
}

#request_doc_list.nochoiced #noselect_request{
  display: block;
}

#request_doc_list:not(.nochoiced) #noselect_request{
  display: none;
}

.modal-overlay {
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    z-index:2;
    background-color:rgba(0,0,0,.5)} /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/

/*.modal-content {*/
.selectable_doc, .selected_doc {
    position: relative; 
}

.selectable_doc dd, .selected_doc dd {
    position:absolute;
    top: 0;
    left: 0;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    z-index:103; /*オーバーレイより上に*/
    margin:10px;
    padding:15px;
    border-radius:20px;
    background:#fff;

    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 80%;
    height: 300px;

}

.selectable_doc dd div, .selected_doc dd div {
    height: 100%;
    overflow-y: scroll;
}

a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
    position:absolute;
    top:0;
    right:10px;
    color:#b29c33;
    font-size:35px;
    line-height:1;
    font-weight:bold;
    text-decoration:none}
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/

#text_seminar_description div{
  display: none;
}

.form-wrapper{
  text-align: center;
  margin: 0px auto 20px;
}
.form-item{
  margin: 20px auto;
}
.btn-wrapper{
  text-align: center;
  margin-bottom: 20px;
}

#admin_wrap button, #admin_wrap input[type="button"], #admin_wrap input[type="submit"], #admin_wrap .button, #admin_wrap input[type="reset"], #admin_wrap .button.common{
display: inline-block;
    min-width: initial;
    padding: 0px 10px 0;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    top: -1px;
    background-color: #CCAC70;
    border-radius: 4px;
    color: #fff !important;
    line-height: 18px;
    transition: none;
    box-shadow: 0 2px 0 #1D4C78;
    text-shadow: 1px 1px 1px #1D4C78;
    font-weight: bold;
    box-sizing: border-box;
    /* transition: all .2s; */
    border: none;
    font-size: 11px;
}

#admin_wrap table{
  font-size: 10px;
}
#admin_wrap table th{
  min-width: initial;
  width: auto;
  padding: 5px 5px;
  border: 1px solid #ddd;
  color: #111;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
}
#admin_wrap table td{
  min-width: initial;
    padding: 3px 5px;
    border: 1px solid #eee;
    line-height: 12px;
  text-align: center;
      max-width: 400px;
}

#admin_wrap h2.common {
    margin: 10px auto 10px;
    font-size: 150%;
    text-align: center;
    color: #CCAC70;
}
.update_form table.common th{
  font-size: 14px;
  padding: 10px 10px !important;
}

.update_form table.common td{
  text-align: left !important;
  font-size: 14px;
  padding: 10px 10px !important;
}

.g-recaptcha > div{
  margin: 0 auto;
}

#wrap_range_control select{
  width: 80px;
  text-align: right;
}
#wrap_range_control{
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  margin: 0 auto;
}
#wrap_range_control > div{
  padding: 5px 0;
}

.ui-widget {
    font-family: inherit;;
    font-size: 1em;
}

#tabcontent img{
  max-width: 100%;
  height: auto;
}
.tab_contents img{
  max-width: 100%;
  height: auto;
}

.aligncenter, .alignnone{
  text-align: center;
}

#procucts_photos img{
  border: 2px solid #bbb;
  vertical-align: bottom;
  line-height: 1.0em;
}

.file_alert{
  color: #ff0022;
  font-size: 16px;
  font-weight: bold;
}

.guideline{
  padding: 0 1%;
  margin: 20px auto 0;
  font-size: 11px;
  line-height: 18px;
}

.fa-2x{
  color: #B1681A;
  position: absolute;
  right: -32px;
  z-index: 100;
}

.four_column div{
      display: flex;
    justify-content: center;
    align-items: center;

}
.lb-container {
    padding: 0px !important;
}

a.zoom_pic {
  display: block;
  position: relative;
  color: #000;
  width: 100%;
  overflow: hidden;
}
a.zoom_pic:after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);

  /* 概要2にあたる */
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    font-weight: bold;
  color: #fff;
  font-size: 32px;
  content: "\f002";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;

  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all .5s ease;
}

a.zoom_pic:hover:after {
  opacity: 1;
}


.hover_supplement{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all .5s ease;
    display: flex;
  align-items: center;
  justify-content: space-around;
}
.hover_supplement:hover{
  opacity: 1;
}

.hover_supplement div{
  text-align: center;
}

/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (max-width: 768px) {

  #company_two_column {
      grid-template-columns: 1fr;
  }

  .fa-angle-right {
      right: -3vw;
  }

  .slick-slide a .button {
    min-width: 90px;
    padding: 2px 2px;
    font-size: 11px;
    line-height: 18px;
  }

  .category-list{
        display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px;
      font-weight: bold;
      overflow: hidden;
      margin: 20px auto 0;
  }
  .category-list li{
    background: white;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px 0;
  }
  .category-list li a{
      display: block;
      width: 100%;
      height: 100%;
  }

  #top_info{
    height:66px;
    font-size:12px;
    overflow:hidden;
  }
  #top_info-inner{
  }
  #top_info-title{
    background:#CCAC70;
    line-height:1.2;
    width: auto;
    padding:5px 0 5px 15px;
    position: relative;
    letter-spacing: 1px;
    font-size:16px;
    z-index: 100;
}
  #top_info-title a{
  }
  .arrowR{
    display:none;
  }
  #top_info-body{
    position: absolute;
    left: 0;
    top: 0;
    padding-top:22px;
  }
  #top_info-body a{
    color:#333;
    line-height:44px;
    display:block;
    padding:0 8px 0 15px;
    font-size: 12px;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top_info-body a .date{
    padding-right:8px;
  }
  #top_info-body a .read{
  }
  .toInfo{
    position:absolute;
    right:15px;
    top:37px;
    z-index: 1000;
    color:#fff;
  }

  #top_news{
    height:66px;
    font-size:12px;
    overflow:hidden;
  }
  #top_news-inner{
  }
  #top_news-title{
    background:#885C10;
    line-height:1.2;
    width: auto;
    padding:5px 0 5px 15px;
    position: relative;
    letter-spacing: 1px;
    font-size:16px;
    z-index: 100;
}
  #top_news-title a{
  }
  .arrowR{
    display:none;
  }
  #top_news-body{
    position: absolute;
    left: 0;
    top: 0;
    padding-top:22px;
  }
  #top_news-body a{
    color:#333;
    line-height:44px;
    display:block;
    padding:0 8px 0 15px;
    font-size: 12px;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top_news-body a .date{
    padding-right:8px;
  }
  #top_news-body a .read{
  }
  .toNews{
    position:absolute;
    right:15px;
    top:37px;
    z-index: 1000;
    color:#fff;
  }



  .pc_flex_topics > div:first-child {
      margin-bottom: 20px;
  }


  #main_image{
      height: 350px;
      overflow: hidden;
      position: relative;
      align-items: center;
  }
  
  #main_image_slider{
    position: relative;
    height: 240px;
  }

  #main_image #catchcopy_txt, #main_image_slider #catchcopy_txt {
      /*color: #CCAC70;*/
      text-shadow: #000 1px 0 10px;
      color: white;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      text-align: center;
      width: 100%;
      font-size: 14px;
      z-index: 11;
      font-weight: bold;
      padding: 10px 0;
  }
  #main_image #catchcopy_txt strong, #main_image_slider #catchcopy_txt strong {
      display: block;
      font-weight: bold;
      line-height: 1.5;
  }

  .slick-slide img{
      display: block;
      object-fit: cover;
      width: 100%;
      height: 240px;
  }

  .entry-content img{
    max-width: 100%;
    height: auto;
  }

  .topicsArea ul {
      width: 100%;
      margin: 40px auto 0;
      padding: 0;
  }
  .topicsArea ul li div:first-child{
    font-size: 10px; 
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  ul.topicsUl li div.category {
    font-size: 11px;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
  }
  ul.topicsUl li div.news_title{
    font-size: 11px;
  }

  #catchcopy1{
      width: 360px;
      top: 50%;
      left:  50%;
      position:  relative;
      margin: -47px -180px;
  }

  .wrap_slider {
      margin-bottom: 40px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 100%;
      position: relative;
  }


  .eachStrongPoint{
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 300px;
      overflow: hidden;
      position: relative;
  }
  .eachStrongPoint .description{
        width: 70%;
      line-height: 18px;
  }

  .eachStrongPoint#eachStrongPoint1{
      background-image: url(/img/index/strong1.jpg);
  }
  .eachStrongPoint#eachStrongPoint2{
      background-image: url(/img/index/strong2.jpg);
  }
  .eachStrongPoint#eachStrongPoint3{
      background-image: url(/img/index/strong3.jpg);
  }
  .eachStrongPoint#eachStrongPoint4{
      background-image: url(/img/index/strong4.jpg);
  }

  .eachStrongPoint .catchKeyword {
      color: #fff;
      font-family: Raleway;
      font-size: 500%;
      font-weight: normal;
      left: 0;
      line-height: 1;
      opacity: 0;
      position: absolute;
      text-align: center;
      text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.7);
      top: 25%;
      width: 100%;
  }

  .eachStrongPoint .leadArea{
      display: flex;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      bottom: 0;
      cursor: pointer;
      justify-content: center;
      width: 100%;
      padding: 5px 0;
      position: absolute;
      width: 100%;
  }
  .eachStrongPoint .leadArea .number {
      color: #20419a;
      display: block;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 80px;
      font-weight: normal;
          line-height: 1;
  }
  .eachStrongPoint .leadArea .numberWrap {
      box-sizing: border-box;
      display: block;
      max-width: 200px;
      text-align: center;
      width: 30%;
      color: #20419a;
  }
  .strongSupplement{
    box-sizing: border-box;
      margin: 0 auto;
      max-width: 960px;
      padding: 0px 2% 20px;
  }
  .strongSupplement h3 {
      color: #885C10;
      font-family: Raleway;
      font-size: 50px;
      font-weight: normal;
      line-height: 1;
      margin-bottom: .3em;
  }



  .products_card{
    grid-template-columns: 1fr 1fr;
  }



  .each_case_scene {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: -1px;
  }
  .img_case_scene img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .txt_case_scene{
      color: white;
      padding: 100px 15px 100px 15px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-evenly;
  }
  .txt_case_scene#txt_case_scene1{
    background: #CCAC70;
      padding: 70px 10px 70px 10px;
  }
  .txt_case_scene#txt_case_scene2{
    background: #885C10;
      padding: 70px 10px 70px 10px;
  }
  .txt_case_scene#txt_case_scene3{
    background: #CCAC70;
      padding: 70px 10px 70px 10px;
  }
  .txt_case_scene#txt_case_scene4{
    background: #885C10;
      padding: 70px 10px 70px 10px;
  }



  .case_txt1{
      font-size: 1.4rem;
      line-height: 1.2;
      width: 100%;
      font-weight: bold;
  }
  .case_txt2{
      font-size: 1.8rem;
      line-height: 1.2;
      margin-bottom: 15px;
      font-weight: bold;
  }
  .case_txt3{
      font-size: 1.0rem;
  }

  #case_flow {
      overflow: hidden;
  }

  #case_flow .box {
      display: block;
  }

  #case_flow .box.right {
  }

  #case_flow .box.left {
  }

  #case_flow .box.left .comment {
      float: left;
      background-color: #21409A;
      text-align: right;
  }

  #case_flow .box.right .comment {
      float: right;
      background-color: #00ABC9;
  }

  #case_flow .image {
      width:50%;
  }

  #case_flow .comment {
      position: relative;
      height: 450px;
      width: 50%;
      color: #fff;
      box-sizing: border-box;
      padding: 125px 0 0 30px;
  }

  #case_flow .box.left .comment {
      padding: 125px 30px 0 0;
  }

  #case_flow .comment p {
      letter-spacing: normal;
  }

  #case_flow .comment .index {
      font-size: 1.8rem;
      line-height: 1.2;
      width: 100%;
      font-weight: bold;
  }

  #case_flow .comment .title {
      font-size: 2.8rem;
      line-height: 1.2;
      margin-bottom:15px;
      font-weight: bold;
  }

  #case_flow .comment .text {
      width: 460px;
      text-align: left;
      font-size:1.4rem;
  }

  #case_flow .box.right .comment .arrow {
      box-sizing: border-box;
      content: "";
      display: block;
      width: 35px;
      height: 35px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 35px;
      bottom: 35px;
      /* margin-top: -19px; */
  }

  #case_flow .box.left .comment .arrow {
      content: "";
      display: block;
      width: 35px;
      height: 35px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 50px;
      bottom: 35px;
      /* margin-top: -19px; */
  }

  .serviceGroup{
  border-radius: 20px;    /* CSS3草案 */
  -webkit-border-radius: 20px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px; /* Firefox用 */
  padding: 10px 0 20px;
      margin: 30px auto 30px;
  }

  #serviceGroup1 {
      background: #CCAC70;
  }

  #serviceGroup1 .gridWrap {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px;
    margin: 0 auto;
    }

  #serviceGroup2 {
      background: #885C10;
  }
  #serviceGroup2 .gridWrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0 auto;
  }

  .bnArea{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px; /* 隙間 */
    font-weight: bold;
    max-width: 400px;
  }

  .bnArea a{
    border: 1px solid #eee;
    color: black !important;
    background-color: white;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 200px;
    line-height: 18px;
    text-align: center;
    padding: 0;
  }

  .bnArea a img {
border: none;
    vertical-align: bottom;
    width: 100%;
    /* height: 300px; */
    /* clip-path: circle(100px at top); */
    /* -webkit-clip-path: circle(100px at top); */
    position: absolute;

    object-fit: cover;
    /* top: -11px; */
    /* right: -33px; */
  }

  #serviceGroup1 .circle {
    width: 90%;
    height: 80px;
    margin: 0px auto 0;
    /* border-radius: 5%; */
    box-sizing: border-box;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    border-radius: 10px;    /* CSS3草案 */
    -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
  }
  #serviceGroup2 .circle {
      width: 90%;
      height: 80px;
      margin: 0px auto 0;
      box-sizing: border-box;
      border: 1px solid #eee;
      display: flex;
      align-items: center;
    border-radius: 10px;    /* CSS3草案 */
    -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
  }
  #serviceAbstract h2{
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 10px;
    font-size: 14px;
  }

  #serviceAbstract .circle h3{
    width: 100%;
    font-size: 12px;
        text-align: center;
    text-shadow: 
      white 2px 0px,  white -2px 0px,
      white 0px -2px, white 0px 2px,
      white 2px 2px , white -2px 2px,
      white 2px -2px, white -2px -2px,
      white 1px 2px,  white -1px 2px,
      white 1px -2px, white -1px -2px,
      white 2px 1px,  white -2px 1px,
      white 2px -1px, white -2px -1px;
  }
  #serviceGroup1 #img_circle1 {
      background: #fff url(/img/index/service1_img_circle1.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup1 #img_circle2 {
      background: #fff url(/img/index/service1_img_circle2.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup1 #img_circle3 {
      background: #fff url(/img/index/service1_img_circle3.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }
  #serviceGroup1 #img_circle4 {
      background: #fff url(/img/index/service1_img_circle4.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup2 #img_circle1 {
      background: #fff url(/img/index/service2_img_circle1.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup2 #img_circle2 {
      background: #fff url(/img/index/service2_img_circle2.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup2 #img_circle3 {
      background: #fff url(/img/index/service2_img_circle3.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  .catchcopy{
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: white;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }



  #service_navi{
background-image:url(/img/service/bg_service_sp.png);
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:contain;
background-size:contain;
padding-top: 200px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  #service_navi a{
      display:  block;
  }
  .circle {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      box-sizing: border-box;
      border: 2px solid #eee;
      margin: 10px auto 0;
  }


  .btn_technology{
    width: 96%;
    padding: 20px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 18px;
  }

  .bnArea a div:first-child {
    z-index: 2;
  }
 
  #form_purpose2 .flex{
    display: block;
  }
  .select_category_wrap{
    text-align: center;
  }


  div.thumb_image_wrap {
      margin-bottom: 0px;
  }

  .product_abstract h1{
    padding: 0 15px;
    margin: 20px auto 5px;
    font-size: 24px;
  }


  #body_contact main table td, #body_contact main table th {
      padding: 10px 10px !important;
      min-width: 80px;
  }

  input[type="button"], input[type="submit"], .button, input[type="reset"], .button.common, #btn_submit, #btn_history_back {
    min-width: initial;
  }

  #cutlery_catch{
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
  }

}


/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/


/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {

  #company_two_column {
      grid-template-columns: 1.8fr 1fr;
  }

  #main_image{
      background-image: url(/img/index/main_image2.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 550px;
      overflow: hidden;
      position: relative;
    max-width: 1980px;
    width: 100%;
    margin: -100px auto 0;
  }
  #main_image #catchcopy_txt {
      /*color: #CCAC70;*/
      color: white;
      display: block;
      position: absolute;
      left: 0;
      top: 40%;
      text-align: center;
      width: 100%;
      font-size: 17px;
  }
  #main_image #catchcopy_txt strong {
      display: block;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
  }

  #main_image #catchcopy_txt, #main_image_slider #catchcopy_txt {
      /*color: #CCAC70;*/
      color: white;
      display: block;
      text-shadow: #000 1px 0 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      text-align: center;
      width: 100%;
      font-size: 24px;
      z-index: 1;
      padding: 10px 0;
  }
  #main_image #catchcopy_txt strong, #main_image_slider #catchcopy_txt strong {
      display: block;
/*      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;  */
      font-size: 28px;
      line-height: 1.5;
  }

  #catchcopy1{
      width: 360px;
      top: 50%;
      left:  50%;
      position:  relative;
      margin: -47px -180px;
  }


  .wrap_slider {
      margin-bottom: 40px;
      padding-bottom: 20px;
      width: 100%;
      color: #4c4225;
          position: relative;
  }
  #main_image_slider{
    max-width: 1480px;
    margin: 0 auto;
    height: 500px;
  }

  .flex2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  .flex2 #left_column{
    width: 65%;
  }
  .flex2 #right_column{
    width:33%;
    margin-left: 2%;
  }


  .eachStrongPoint{
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 450px;
      overflow: hidden;
      position: relative;
  }

  .eachStrongPoint#eachStrongPoint1{
      background-image: url(/img/index/strong1.jpg);
  }
  .eachStrongPoint#eachStrongPoint2{
      background-image: url(/img/index/strong2.jpg);
  }
  .eachStrongPoint#eachStrongPoint3{
      background-image: url(/img/index/strong3.jpg);
  }
  .eachStrongPoint#eachStrongPoint4{
      background-image: url(/img/index/strong4.jpg);
  }

  .eachStrongPoint .catchKeyword {
      color: #fff;
      font-family: Raleway;
      font-size: 500%;
      font-weight: normal;
      left: 0;
      line-height: 1;
      opacity: 0;
      position: absolute;
      text-align: center;
      text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.7);
      top: 25%;
      width: 100%;
  }

  .eachStrongPoint .leadArea{
      display: flex;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      bottom: 0;
      cursor: pointer;
      justify-content: center;
      width: 100%;
      padding: 20px 0;
      position: absolute;
      width: 100%;
  }
  .eachStrongPoint .leadArea .number {
      color: #20419a;
      display: block;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 80px;
      font-weight: normal;
          line-height: 1;
  }
  .eachStrongPoint .leadArea .numberWrap {
      box-sizing: border-box;
      display: block;
      max-width: 200px;
      text-align: center;
      width: 20%;
  }
  .strongSupplement{
    box-sizing: border-box;
      margin: 0 auto;
      max-width: 960px;
      padding: 0px 2% 20px;
  }
  .strongSupplement h3 {
      color: #885C10;
      font-family: Raleway;
      font-size: 50px;
      font-weight: normal;
      line-height: 1;
      margin-bottom: .3em;
  }


  .each_case_scene {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: -1px;
  }
  .img_case_scene img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .txt_case_scene{
      color: white;
      padding: 180px 30px 180px 30px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-evenly;
  }
  .txt_case_scene#txt_case_scene1{
    background: #CCAC70;
      padding: 180px 30px 180px 30px;
  }
  .txt_case_scene#txt_case_scene2{
    background: #885C10;
      padding: 180px 30px 180px 30px;
  }
  .txt_case_scene#txt_case_scene3{
    background: #CCAC70;
      padding: 180px 30px 180px 30px;
  }
  .txt_case_scene#txt_case_scene4{
    background: #885C10;
      padding: 180px 30px 180px 30px;
  }



  .case_txt1{
      font-size: 1.8rem;
      line-height: 1.2;
      width: 100%;
      font-weight: bold;
  }
  .case_txt2{
      font-size: 2.8rem;
      line-height: 1.2;
      margin-bottom: 15px;
      font-weight: bold;
  }
  .case_txt3{
      font-size: 1.4rem;
  }

  #case_flow {
      overflow: hidden;
  }

  #case_flow .box {
      display: block;
  }

  #case_flow .box.right {
  }

  #case_flow .box.left {
  }

  #case_flow .box.left .comment {
      float: left;
      background-color: #21409A;
      text-align: right;
  }

  #case_flow .box.right .comment {
      float: right;
      background-color: #00ABC9;
  }

  #case_flow .image {
      width:50%;
  }

  #case_flow .comment {
      position: relative;
      height: 450px;
      width: 50%;
      color: #fff;
      box-sizing: border-box;
      padding: 125px 0 0 30px;
  }

  #case_flow .box.left .comment {
      padding: 125px 30px 0 0;
  }

  #case_flow .comment p {
      letter-spacing: normal;
  }

  #case_flow .comment .index {
      font-size: 1.8rem;
      line-height: 1.2;
      width: 100%;
      font-weight: bold;
  }

  #case_flow .comment .title {
      font-size: 2.8rem;
      line-height: 1.2;
      margin-bottom:15px;
      font-weight: bold;
  }

  #case_flow .comment .text {
      width: 460px;
      text-align: left;
      font-size:1.4rem;
  }

  #case_flow .box.right .comment .arrow {
      box-sizing: border-box;
      content: "";
      display: block;
      width: 35px;
      height: 35px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 35px;
      bottom: 35px;
      /* margin-top: -19px; */
  }

  #case_flow .box.left .comment .arrow {
      content: "";
      display: block;
      width: 35px;
      height: 35px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 50px;
      bottom: 35px;
      /* margin-top: -19px; */
  }

  .serviceGroup{
  border-radius: 200px;    /* CSS3草案 */
  -webkit-border-radius: 200px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 200px; /* Firefox用 */
  padding: 10px 0 20px;
      margin: 30px auto 30px;
  }

  #serviceGroup1 {
      background: #CCAC70;
          width: 800px;
  }

  #serviceGroup1 .gridWrap {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 680px;
    margin: 0 auto;
    }

  #serviceGroup2 {
      background: #885C10;
          width: 600px;
  }
  #serviceGroup2 .gridWrap {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    width: 510px;
    margin: 0 auto;
  }




  #serviceAbstract .circle {
      width: 150px;
      height: 150px;
      margin: 0px auto 0;
      border-radius: 50%;
      box-sizing: border-box;
      border: 2px solid #eee;
      display: flex;
      align-items: center;
  }
  #serviceAbstract h2{
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 10px;
  }

  #serviceAbstract .circle h3{
    width: 100%;
    font-size: 12px;
        text-align: center;
    text-shadow: 
      white 2px 0px,  white -2px 0px,
      white 0px -2px, white 0px 2px,
      white 2px 2px , white -2px 2px,
      white 2px -2px, white -2px -2px,
      white 1px 2px,  white -1px 2px,
      white 1px -2px, white -1px -2px,
      white 2px 1px,  white -2px 1px,
      white 2px -1px, white -2px -1px;
  }
  #serviceGroup1 #img_circle1 {
      background: #fff url(/img/index/service1_img_circle1.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup1 #img_circle2 {
      background: #fff url(/img/index/service1_img_circle2.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup1 #img_circle3 {
      background: #fff url(/img/index/service1_img_circle3.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }
  #serviceGroup1 #img_circle4 {
      background: #fff url(/img/index/service1_img_circle4.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup2 #img_circle1 {
      background: #fff url(/img/index/service2_img_circle1.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup2 #img_circle2 {
      background: #fff url(/img/index/service2_img_circle2.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }

  #serviceGroup2 #img_circle3 {
      background: #fff url(/img/index/service2_img_circle3.jpg) center center no-repeat;
      -moz-background-size: cover;
      background-size: cover;
  }


  .catchcopy{
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    color: white;
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
  }

  #service_navi{
    height: 800px;
    position: relative;
    width: 1150px;
    margin: 0 auto;
  }
  #service_navi a{
      display:  block;
  }
  .circle {
      width: 230px;
      height: 230px;
      position: absolute;

  }
  #img_circle1 {
    top: 100px;
    left: 50px;
  }
  #img_circle2 {
    top: 50px;
    left: 450px;
  }
  #img_circle3 {
      top: 100px;
    left: 850px;

  }
  #img_circle4 {
    top: 500px;
    left: 850px;
  }
  #img_circle5 {
    top: 550px;
    left: 450px;
  }
  #img_circle6 {
    top: 500px;
    left: 50px;
  }

  .btn_technology{
    width: 100%;
    padding: 30px 0;
    line-height: 18px;
  }

  .pc_flex{
    display: flex;
    justify-content: space-between;
  }
  .pc_flex > div{
    padding: 0 2px;
    position: relative;
    width: 48%;
  }
  .pc_flex i{
    cursor: pointer;
  }
  .pc_flex > div > i{
    position: absolute;
    right: -20px;
    top: 0px;
    font-size: 24px;
  }
  .pc_flex h4.common{
    margin-top: 0;
    text-align: center;
  }

  .pc_flex > div:nth-child(even) {
  }
  .pc_flex > div:nth-child(odd) {
  }


  .pc_flex input[type="text"], .pc_flex input[type="tel"], .pc_flex input[type="email"], .pc_flex input[type="url"],
  .pc_flex input[type="number"], .pc_flex input[type="password"], .pc_flex select {
    width: 100%;
    max-width: 400px;
  }

  .pc_flex_topics{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row-reverse;
    -moz-flex-direction:row-reverse;
    flex-direction:row-reverse;
    justify-content:space-between;
  }
  .pc_flex_topics > div:first-child{
    width: 200px;
    min-width: 200px;
    margin-left: 30px;
  }
  .pc_flex_topics > div:last-child{
    width: 100%;
  }

}
/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/




