@import url("https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&display=swap");

thead,
tfoot {
    background-color: #3f87a6;
    color: #fff;
}

tbody {
    background-color: #fff;
    color: #567876;
}

caption {
    padding: 10px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 1rem;
}

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px;
    font-weight: normal;
}

td {
    text-align: center;
    background-color: #fff;
}
.heading-section th {
      background: #f7f7f7;
}
#top_line1 {
  border-top: #b3b3b3 4px solid;

}
#top_line2 {
  border-top: #83b582 4px solid;
}



#mark_line {
  border-bottom:double;
  border-color:#83b582;
  border-width:3px;
}
.active00 {
  color: #83b582 !important;
}
.border-ready {
  height: 100%;
}
.icon_size {
  font-size: 50px;
  color: #83b582;
  margin: 25px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon img {
    width: 70%;
    height: 80px;
    margin: auto;
    object-fit: cover;
    margin-bottom: 20px;
}
@media screen and (max-width:767.98px) {
  .hero-wrap.hero-wrap-2 {
      height: 300px;
  }
  .hero-wrap.hero-wrap-2 .slider-text {
    height: 300px;
}




}

:root{
  --background-dark: #2d3548;
  --text-light: rgba(255,255,255,0.6);
  --text-lighter: rgba(255,255,255,0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}

*{
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

body{
  height: 100%;
}

.hero-section{
  align-items: flex-start;
  display: flex;
  min-height: 70%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
  padding-top: 50px;
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media(min-width: 540px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(min-width: 960px){
  .card-grid{
    grid-template-columns: repeat(4, 1fr);
  }
  .last-border {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
}

.card01{
  list-style: none;
  position: relative;
}

.card01:before{
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background{
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  transform: scale(1) translateZ(0);
  transition:
    filter 200ms linear,
    transform 200ms linear;
}

.card01:hover .card__background{
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card01:not(:hover) .card__background{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content{
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.card__category{
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}

.card__heading{
  color: var(--text-lighter);
  font-size: 1.4rem;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
  line-height: 1.4;
  word-spacing: 100vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width:767.98px) {
  .card01:before {
    content: '';
    display: block;
    padding-bottom: 90%;
    width: 80%;
}
  .card-grid {
    width: 85%;
  }




}
/* 会社概要 */

.about-module-10{ position:relative;}

.about-module-10 h3{ letter-spacing: 0.1rem;}

.about-module-10 .padding-tb-xl{padding-top:160px !important;padding-bottom:160px !important;}


@media screen and (max-width : 767px){
	.about-module-10 .padding-tb-xl{ padding-top:120px !important; padding-bottom:120px !important;}
}

@media screen and (max-width : 479px){
	.about-module-10 .padding-tb-xl{ padding-top:80px !important; padding-bottom:80px !important;}
	.about-module-10 .position-inner-center > div{ width:100%;}
}

.wrapper{
    /*margin: 0 auto;
    max-width: 980px;*/
	padding-left:60px; padding-right:60px;
}

@media screen and (max-width : 767px){
	.wrapper{
		width:100%!important; min-width:100%!important;
		margin-left:0 !important; margin-right:0 !important;
		padding-left:35px !important; padding-right:35px !important;
	}
}

@media screen and (max-width : 479px){
	.wrapper{
		width:100%!important; min-width:100%!important;
		margin-left:0 !important; margin-right:0 !important;
		padding-left:30px !important; padding-right:30px !important;
	}
}
.flexbox > div, .flexbox > li {
    word-break: break-word;
    position: relative;
}
.anmation_container.active .fade-in {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.separate-w, .separate-w-s, .separate_anm-extend.active .separate-w-s {
    width: 60px;
}
.separate_anm-extend .animation_box {
    display: inline-block;
}
.separate-w-s.s-b-l, .separate-w-m.s-b-l, .separate-w-l.s-b-l, .separate-w-full.s-b-l {
    height: 3px;
    color: #1a1a1a;
}
.anm_delay-l {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.anm_speed-m, .anm_speed-m::after, .anm_speed-m::before {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-animation-duration: 1.0s;
    -moz-animation-duration: 1.0s;
    -o-animation-duration: 1.0s;
    animation-duration: 1.0s;
}
.animation_box {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.animation_box, .animation_box::after, .animation_box::before {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.separate-w, .separate-w-s, .separate-w-m, .separate-w-l, .separate-w-full {
    height: 1px;
    margin: 30px 0;
}
.separate-h, .separate-h-s, .separate-h-m, .separate-h-l, .separate-w, .separate-w-s, .separate-w-m, .separate-w-l, .separate-w-full {
    display: inline-block;
    background-color: currentcolor;
    position: relative;
    vertical-align: middle!important;
}
.margin-b-xl {
    margin-bottom: 90px !important;
}
.margin-t-s {
    margin-top: 25px!important;
}
.padding-r-m {
    padding-right: 50px!important;
}
.p2 {
    font-size: 0.9rem;
}
.p1, .p2, .p3 {
    line-height: 1.9;
    margin: 0;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    color: #1a1a1a;
}
.anmation_container.active .fade-in {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.anmation_container.active .translate-top-in, .anmation_container.active .translate-bottom-in, .anmation_container.active .translate-top-in-xs, .anmation_container.active .translate-bottom-in-xs, .anmation_container.active .translate-top-in-s, .anmation_container.active .translate-bottom-in-s, .anmation_container.active .translate-top-in-m, .anmation_container.active .translate-bottom-in-m, .anmation_container.active .translate-top-in-l, .anmation_container.active .translate-bottom-in-l {
    -ms-transition: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.about-module-10 h3 {
    letter-spacing: 0.1rem;
}
.anm_speed-l, .anm_speed-l::after, .anm_speed-l::before {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.margin-b-xs {
    margin-bottom: 15px !important;
}
.textTransform-uppercase {
    text-transform: uppercase;
}
.p1-EN {
    font-size: 1rem;
}
.p1-EN, .p2-EN, .p3-EN {
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 0.55rem;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    color: #1a1a1a;
}
.anm_delay-xl {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.margin-t-l {
    margin-top: 60px!important;
}
.minsizeBox-h-l {
    min-height: 500px;
}
.t_fit {
    margin: auto 0;
}
.thumbnail {
    width: auto;
    margin: 0 -10px;
}
.flexWrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    min-height: 0%;
}
.flexbox.thumbnail .thum-box {
    padding: 10px;
}
.t_fit .thum-box {
    padding: 0 !important;
}
.thumbnail .thum-box {
    position: relative;
    /* width: 100%; */
    overflow: hidden;
}

.flex-md-6 {
    -webkit-box-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}
.thumbnail img {
    width: 100%!important;
    height: 100%!important;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'/*IEとEdge対策*/;
}
.anm_delay-m {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.position-inner-center {
    -webkit-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.position-inner-center, .position-inner-centerLeft, .position-inner-centerRight {
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-md-6 {
    -webkit-box-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}
.heading1-EN, .heading2-EN, .heading3-EN, .heading4-EN, .heading5-EN, .heading6-EN, .heading7-EN {
    letter-spacing: 1.0rem;
    margin: 0;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.2;
    color: #1a1a1a;
}
.bold3 {
    font-weight: 600 !important;
}
@media screen and (max-width: 767px){
.about-module-10 .padding-tb-xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.padding-tb-xl {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
}
.flex-md-6 {
    -webkit-box-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}
.wrapper {
    width: 100%!important;
    min-width: 100%!important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.padding-r-m {
    padding-right: 25px!important;
}
.p1, .p2, .p3 {
    line-height: 2.1;
}
.margin-b-xs {
    margin-bottom: 10px!important;
}
.p1-EN, .p2-EN, .p3-EN {
    letter-spacing: 0.35rem;
}
.margin-b-xl {
    margin-bottom: 45px!important;
}
.margin-t-s {
    margin-top: 18px!important;
}
.margin-b-xs {
    margin-bottom: 10px!important;
}
.margin-t-l {
    margin-top: 30px!important;
}
.heading3-EN {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 479px){
.minsizeBox-h-xs, .minsizeBox-h-s, .minsizeBox-h-m, .minsizeBox-h-l, .minsizeBox-h-xl {
    min-height: inherit;
}
.minsizeBox-h-l {
    min-height: 350px;
}
.about-module-10 .padding-tb-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.flex-md-6 {
    -webkit-box-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

.thumbnail .thum-box {
    padding: 5px;
}
.flex-xs-12 {
    -webkit-box-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}
.wrapper {
    width: 100%!important;
    min-width: 100%!important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}


}
.sub_title {
  text-decoration: underline
}
