

/* ==========================
   Layout
========================== */
.l-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 100%;
}
.l-main {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 20vw;
  }
}
.inner-wrap{
}	
/* ==========================
   Header
========================== */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.875em 2.5em;
  background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
}
.l-header-logo {
  width: 15.375em;
  transition: .25s opacity;
}
.l-header-nav {
  font-family: var(--en-sans);
}
.l-header-nav__list a {
  display: inline-block;
  padding: .4em 0;
  text-align: center;
  line-height: 1;
}
.l-header-nav__list a span {
  font-size: 60%;
  line-height: 1.2;
}
.l-header-nav__lang {
  display: flex;
  justify-content: center;
  font-size: 87.5%;
}

/* ==========================
   Footer
========================== */
.l-footer {
  background-color: #000;
  border-top: 1px solid #444;
}
.l-footer__box01 {
  padding: 5.625em 0 3.4375em;
  border-bottom: 1px solid #444;
}
.l-footer__box02 {
  padding-top: 3.125em;
}
.l-footer__menu {
  line-height: 1.5;
}
.l-footer__sns {
  display: flex;
}
.l-footer__logo {
  width: 19em;
}
.l-footer__btn {
  width: 28.75em;
}
.l-footer__copyright {
  display: block;
  padding: 4.375em 0 2.1875em;
  text-align: center;
  font-size: .625em;
  color: #777;
}
.js-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 3.75em;
}

/* ==========================
   Buttons / Icons
========================== */
.c-btn {
  display: inline-block;
  cursor: pointer;
  line-height: 1.1;
  text-decoration: none;
}
.p-btn-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 4.375em;
  font-weight: bold;
  border: 1px solid #000;
  background: #fff url("../images/ico_arr_black.svg") calc(100% - 1.25em) 50% no-repeat;
  color: #000;
  transition: opacity .25s;
	margin-bottom:1em;
}
.p-btn-a.is-black {
  background-color: #000;
  background-image: url("../images/ico_arr_white2.svg");
  color: #fff;
  border-color: #444;
	margin-bottom:1em;
}
.p-icon-carr {
  background-image: url("../images/ico_carr.svg");
  width: 3.75em;
  height: 3.75em;
}

/* ==========================
   Breadcrumb
========================== */
.p-breadcrumb {
  margin-top: 9.375em;
  margin-bottom: 1.875em;
  color: #777;
  font-size: 75%;
  display: flex;
}
.p-breadcrumb a {
  color: #ccc;
  position: relative;
  margin-right: 3.75em;
}
.p-breadcrumb a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2.5em;
  top: 50%;
  width: 1.25em;
  height: 1px;
  background-color: #777;
}

/* ==========================
   Top Section (Products / Feature / Contact)
========================== */
.top-products {
  background: #878788;
  padding: 6.875em 0;
  color: #FFFFFF;
  }
.top-products__ttl {
  font-family: var(--en-sans);
  text-align: center;
  letter-spacing: .2em;
  color: #bbb;
}
.top-products__hdr2 {
  text-align: center;
  font-family: var(--en-sans);
}
.top-products__ttl2 {
  display: inline-block;
  position: relative;
  font-size: 150%;
  letter-spacing: .06em;
  margin-bottom: 1.875em;
}
.top-feature {
  margin: 6.25em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-feature__hdr {
  width: 16.25em;
}
.top-feature__body {
  width: 53.75em;
}
.top-feature__en {
  font-family: var(--en-sans);
  font-size: 337.5%;
  font-weight: 700;
  line-height: 1.1;
}
.top-feature__ttl {
  margin-top: .45em;
  font-size: 2.2rem;
}
.top-feature__item {
  border-top: 1px solid #ddd;
  padding: 2.5em 0;
}
.top-feature__txt {
  width: calc(100% - 0em);
}
.top-feature__ttl2 {
  font-size: 137.5%;
  font-weight: 600;
  color: #FFF;
  margin-bottom: .36em;
}
.top-feature__body2 {
  font-size: 87.5%;
  color: #FFF;
}
.top-feature__body2 .is-note {
  font-size: 80%;
  margin-top: .4em;
  text-indent: -1em;
  margin-left: 1em;
}
.top-contact {
  background: #fff;
  padding-top: 7.5em;
  color: #000;
}
.top-contact__hdr {
  text-align: center;
  margin-bottom: 3.125em;
}
.top-contact__ttl {
  font-size: 437.5%;
  font-weight: 700;
  font-family: var(--en-sans);
  text-align: center;
}
.top-contact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}
.top-contact__list>li {
  width: 50%;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ddd;
}


.top-itemtitle {
    font-family: var(--en-sans);
    font-size: 150%;
    font-weight: 700;
    line-height: 1.1;
	margin-top: 4em
}

.top-wbtn {
    text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
		margin-top: 1.1em;
flex-flow:column;
}





@media screen and (min-width: 768px) {

	
	.top-p1__img figcaption {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 7.5em;
    }
}
.top-p1__img figcaption {
    z-index: 2;
    text-align: center;
    font-size: 87.5%;
}

.top-p1__txt2 {
    text-align: center;
}



/* ==========================
   Utility
========================== */
.u-PC-pad {
  padding-right: 4%;
  padding-left: 4%;
}
.u-SP-pad {
  padding-right: 5vw;
  padding-left: 5vw;
}
.u-SP-full {
  margin-right: -5vw;
  margin-left: -5vw;
}
.u-hidden-gtTAB {
  display: none;
}
.u-hidden-ltSP {
  display: none;
}
.u-hidden-ltTAB {
  display: none;
}


/* ==========================
   flexbox
========================== */

.flex-container {
  display: flex;
    flex-direction: row;
        flex-wrap: wrap;
          justify-content: flex-start;
  width: 100%;
}

.flex-item {
	width: 27%;
    padding: 22px;

}

.flex-item_title_img {
    position: relative;
    display: flex;
    flex-direction: column;
}



.flex-item_img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 10px 0px 10px 0px;
    background: #fff;
}


.flex-item_txt {
  display: flex;
flex-direction:column;
  align-items: center;
}








@media only screen and (max-width: 1020px) and (min-width: 768px){
.flex-item_title_img {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px;
}


}
		@media only screen and (max-width: 786px)
			
			{
.flex-item_title_img {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.flex-item {
	width: 100%;
    margin: 10px 5px 30px 10px;
    padding: 15px;

}
.top-wbtn {
    text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
		margin-top: 1.1em;
			width:100%;
}		

		
				
				
}
