@charset "utf-8";

/*--------------------------------------------------------------
index
--main
----------------------------------------------*/
.contents-inner{
  max-width: 900px;
	margin: 0 auto;
	color: #fff;
}

@media screen and (max-width: 1024px) {
  .contents-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-inner{
    /*! width: 90%; */
    padding-left: 10px;
    padding-right: 20px;
  }
}

/* - main
----------------------------------------------*/
#main-area{
	z-index: 1000;
	width: 100%;
  height: 100vh;
	position: relative;
}

#main-area .main-contents{
	width: 100%;
  height: 100%;
}

#main-area .main-inner{
/* 	max-width: 757px;
	margin: 0 auto; */
	height: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

/* - textscramble　-*/
.logo{
    width: 757px;
    margin: 0 auto;
}

.container {
	margin: 60px auto 0 auto;
}

.container .text {
  font-size: 81px;
	line-height: 1.4;
  color: #fff;
  letter-spacing: 5px;
	font-weight: 500;
}

.container .dud {
  color: #fff;
}

#main-area .mv-text{
  width: 757px;
  text-align: right;
	margin: -20px auto 0 auto;
	font-size: 38px;
	line-height: 1.4;
	font-weight:  300;
}

@media screen and (max-width: 1024px) {
  .container .text {
    font-size: 9.8vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  #main-area{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
  }

  #main-area .main-contents{
    width: 100%;
    height: 100%;
  }

  #main-area .main-inner, .logo, #main-area .mv-text, #main-area .main-copy {
    width: 90%;
    margin: 0 auto;
  }
  
  /* - textscramble　-*/
  .container {
    margin: 20px auto 0 auto;
  }

  .container .text {
    font-size: 9.8vw;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  
  #main-area .mv-text{
    margin: 0 0 50px auto;
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

/* - scroll
----------------------------------------------*/
a.scroll {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 80px;
  z-index: 2;
  padding: 10px 10px 112px;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}

a.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 58px;
  background: #fff;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.scroll-area span{
  position: relative;
}

.scroll-area span:after {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(135deg);
}

@media screen and (max-width: 1024px) {
  .scroll-area span:after {
    bottom: -120px;
    right: -20px;
  }  
}

@media screen and (max-width: 768px) {
  a.scroll {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 40px;
    z-index: 2;
    padding: 10px 10px 112px;
    overflow: hidden;
  }
  
  _:lang(x)+_:-webkit-full-screen-document, a.scroll {
    bottom: 100px;
  }

  a.scroll::after {
    bottom: 0;
    left: 10px;
    width: 1px;
    height: 48px;
  }

  .scroll-area span{
    position: relative;
  }
  
  .scroll-area span:after {
    content: "";
    position: absolute;
    bottom: -110px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  
  _:lang(x)+_:-webkit-full-screen-document, .scroll-area span:after {
     bottom: -120px;
     right: 0;
   }
}


/* - common
----------------------------------------------*/
div[id^="section"] {
	padding: 0 0 280px 0;
}

.title-text{
	font-size: 38px;
	line-height: 1.4;
	font-weight:  300;
  letter-spacing: 3px;
	margin-bottom: 30px;
}

.title-text span{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	vertical-align: super;
  margin-right: 10px;
}

.copy-text{
	font-size: 36px;
	line-height: 2.3;
	font-weight:  300;
}

.copy-text.font-en{
	font-weight: 300;
  font-size: 38px;
  line-height: 2;
  letter-spacing: 3px;
}

.lead-text{
	font-size: 19px;
	line-height: 2.4;
}

.small-text{
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.text{
	font-size: 13px;
	line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .copy-text{
    font-size: 2.8rem;
    line-height: 2.3;
  }
  
  .lead-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  div[id^="section"] {
    padding: 0 0 410px 0;
  }
  
  .title-text{
    font-size: 3rem;
    margin-bottom: 10px;
  }

  .title-text span{
    font-size: 1.2rem;
    line-height: 1.4;
    margin-right: 7px;
  }

  .copy-text{
    font-size: 1.8rem;
    line-height: 2.3;
  }

  .copy-text.font-en{
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 1px;
  }

  .lead-text{
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 2px;
  }

  .small-text{
    font-size: 0.95rem;
    line-height: 1.6;
    letter-spacing:1px;
  }

  .text{
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/* - section1
----------------------------------------------*/
#section1{
  margin-top: 250px;
}

#section1 .text-area{
  padding-left: 66px;
  padding-right: 175px;
}

#section1 .text-area + .text-area{
  margin-top: 260px;
}

#section1 .copy-text{
  margin-bottom: 10px
}

#section1 .lead-text{
  margin-bottom: 30px
}

#section1 .small-text{
  padding-right: 60px;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  #section1 .text-area{
    padding-left: 25px;
    padding-right: 0;
  }

  #section1 .text-area + .text-area{
    margin-top: 150px;
  }

  #section1 .copy-text{
    margin-bottom: 10px
  }

  #section1 .lead-text{
    margin-bottom: 30px
  }

  #section1 .small-text{
    padding-right: 0px;
  }
}


/* - section2
----------------------------------------------*/
#section2{
  padding: 0 0 680px 0;
}

#section2 .news-list li + li{
  margin-top: 30px;
}

#section2 .news-list span{
  font-size: 16px;
  line-height: 1.4;
  font-weight:  300;
  letter-spacing: 1px;
  position: relative;
  margin-block-start: 10px;
}

#section2 .news-list .date{
  padding-right: 10px;
}

#section2 .news-list .tag.info:after{
  content: "";
  position: absolute;
  background: url("/assets/img/common/icon_blank.png") no-repeat 0 0;
  background-size: cover;
  width: 10px;
  height: 10px;
  right: -14px;
  top: 6px;
}

#section2 .news-list .text{
  margin-top: 5px;
}

/* - morebtn --*/
.news-list li,
.news-list li a{
    transition: all .4s ease 0s;
}

.news-list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding-top: 0;
  margin: 0;
}

.news-list li a:hover{
  color: #2cbe00;
}

.more,
.close {
  text-align: right;
}

.more.is-hidden,
.close.is-hidden{
   display: none;
   display: block;
}

.more button,
.close button {
  cursor: pointer;
  color:#fff;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  width: 70px;
  margin: 30px 0 0 auto;
  transition: all 300ms;
}

.more button:before {
  content: '';
  position: absolute;
  background: url("/assets/img/common/icon_more.png") no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: -25px;
  top: 5px;
  transition: all 300ms;
}

.close {
  display: none;
}

.close button {
  position: relative;
}

.close button::before,
.close button::after {
  position: absolute;
  top: 12px;
  left: -5px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  transform: translateX(-50%);
  transition: all 300ms;
}

.close button::before{
  top: 11px;
  left: -8px;
  transform: rotate(-45deg);
}

.close button:after {
  top: 11px;
  left: -17px;
  transform: rotate(45deg);
}

.device-pc .close button:hover,
.device-pc .more button:hover{
  color: #2cbe00;
  transition: all 300ms;
}

.device-pc .more button:hover:before{
  background: url("/assets/img/common/icon_more_hover.png") no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: -25px;
  top: 5px;
  transition: all 300ms;
}

.device-pc .close button:hover:before,
.device-pc .close button:hover:after{
  border-top: 1px solid #2cbe00;
  transition: all 300ms;
}




@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  #section2{
    padding: 0 0 300px 0;
  }
  
  #section2 .news-list{
    padding-left: 30px;
    padding-right: 20px;
  }

  #section2 .news-list li + li{
    margin-top: 50px;
  }

  #section2 .news-list .date{
    padding-right: 7px;
  }

  #section2 .news-list .tag.info:after{
    width: 7px;
    height: 7px;
    right: -12px;
    top: 6px;
  }
  
  #section2 .news-list .text{
    margin-top: 0;
    line-height: 2;
  }

  /* - morebtn --*/
  .news-list li{
      transition: all .4s ease 0s;
  }

  .news-list li.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-top: 0;
    margin: 0;
  }
}

/* - section3
----------------------------------------------*/
#section3 .service-inner{
  max-width: 1096px;
  margin: 0 auto;
}

#section3 .service-inner .service-box{
  width: 570px;
  position: relative;
}

#section3 .service-inner .service-box .ph-img{
  width: 417px;
  height: auto;
  display: block;
}

#section3 .service-inner .service-box .text-area{
  width: 460px;
  position: relative;
  margin-top: -100px;
}

#section3 .service-inner .service-box .text-area .copy-text{
  font-weight: 500;
}

#section3 .service-inner .service-box:nth-child(odd){
  margin: 0 0 0 auto;
}

#section3 .service-inner .service-box:nth-child(odd) .ph-img{
  margin: 0 0 0 auto;
}

#section3 .service-inner .service-box .text-area .text{
  line-height: 2;
  letter-spacing: 1px;
}

#section3 .service-inner .service-box:nth-child(even) .text-area{
  margin-left: auto;
}

#section3 .service-inner .service-box,
#section3 .service-inner .service-box:nth-child(3){
  margin-top: -90px;
}

#section3 .service-inner .service-box:nth-child(5){
  margin-top: 70px;
}

#section3 .service-inner .service-box:nth-child(5) .text-area{
  margin-top: -300px;
  margin-left: -260px;
}

#section3 .service-inner .service-box:first-of-type{
  margin-top: -250px;
}

#section3 .btn-area ul{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 20px;
}

#section3 .btn-area ul li{
  width: 45%;
  display: block;
}

.link-item{
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  letter-spacing: 1px;
}

.link-item:before{
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
}

.link-item:after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: -50px;
  width: 40px;
  height: 5px;
  border: none;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: skew(45deg);
  transition: .3s;
}

.device-pc .link-item:hover{
  color: #2cbe00;
}
.device-pc .link-item:hover:before{
  border: 1px solid #2cbe00;
}

.device-pc .link-item:hover:after{
  border-right: 1px solid #2cbe00;
  border-bottom: 1px solid #2cbe00;
}

.device-pc .link-item:hover::after{
  right: -50px;
  width: 20px;
}

@media screen and (max-width: 1024px) {
  #section3 .service-inner{
    padding-left: 10px;
    padding-right: 20px;
  }
  
  #section3 .service-inner .service-box,
  #section3 .service-inner .service-box:nth-child(3){
    margin-top: 120px;
  }
  
  #section3 .service-inner .service-box:nth-child(5){
    margin-top: 120px;
  }

  #section3 .service-inner .service-box:nth-child(5) .text-area{
    margin-top: -75px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  #section3{
    padding: 0 0 560px 0;
  }
  
  #section3 .service-inner{
    width: 90%;
    padding-left: 10px;
    padding-right: 20px;
  }

  #section3 .title-text{
    margin-bottom: 80px;
  }

  #section3 .service-inner .service-box{
    width: 100%;
  }

  #section3 .service-inner .service-box .ph-img{
    width: 100%;
  }

  #section3 .service-inner .service-box .text-area{
    width: 90%;
    margin-top: -80px;
  }

  #section3 .service-inner .service-box:nth-child(odd){
    margin: 0;
  }

  #section3 .service-inner .service-box:nth-child(odd) .ph-img{
    margin: 0 0 0 20px;
  }
  
  #section3 .service-inner .service-box:nth-child(even) .ph-img{
    margin: 0 0 0 -10px;
  }
  
  #section3 .service-inner .service-box .text-area .text{
    line-height: 2;
    letter-spacing: 0;
    width: 87%;
  }

  #section3 .service-inner .service-box:nth-child(even) .text-area{
     margin-right: -50px;
  }

  #section3 .service-inner .service-box,
  #section3 .service-inner .service-box:nth-child(3){
    margin-top: 120px;
  }

  #section3 .service-inner .service-box:nth-child(5){
    margin-top: 120px;
  }

  #section3 .service-inner .service-box:nth-child(5) .text-area{
    margin-top: -75px;
    margin-left: 0px;
  }

  #section3 .service-inner .service-box:first-of-type{
    margin-top: 0;
  }

  #section3 .btn-area ul{
    display: flex;
    flex-flow: column;
    margin-top: 30px;
    text-align: right;
  }

  #section3 .btn-area ul li{
    width: 65%;
  }
  
  #section3 .btn-area ul li + li{
    margin-top: 50px;
  }
  
  .link-item{
    font-size: 1.4rem;
    line-height: 1.4;
  }
  
  .link-item:before{
    right: -58px;
    width: 17px;
    height: 17px;
  }
}

/* - section4
----------------------------------------------*/
#section4 .pertner-box{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

#section4 .pertner-box:first-of-type{
  margin-top: 70px;
}

#section4 .pertner-box + .pertner-box{
  margin-top: 170px;
}

#section4 .pertner-box .ph-img{
  width: 30%;
  margin-top: -30px;
}

#section4 .pertner-box .text-area{
  width: 60%;
}

#section4 .pertner-box .text-area .pertner-title{
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 3px;
}

#section4 .pertner-box .text-area .text{
  line-height: 2;
}

#section4 .btn-area{
  text-align: right;
  padding-right: 65px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #section4 .pertner-box{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  #section4 .pertner-box:first-of-type{
    margin-top: 110px;
  }

  #section4 .pertner-box + .pertner-box{
    margin-top: 170px;
  }

  #section4 .pertner-box .ph-img{
    width: 60%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #section4 .pertner-box .text-area{
    width: 70%;
  }

  #section4 .pertner-box .text-area .pertner-title{
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 40px;
  }

  #section4 .pertner-box .text-area .text{
    line-height: 2;
  }

  #section4 .btn-area{
    text-align: right;
    padding-right: 65px;
    margin-top: 20px;
  }
}

/* - section5
----------------------------------------------*/
#section5{
  padding: 0 0 280px 0;
}

#section5 .slide-title{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  width: 250px;
  margin-top: 10px;
}

#section5 .works-slide-area{
  margin: 50px 0 20px 0;
}

#section5 .works-slide-area .works-slide-title{
  font-size: 28px;
  line-height: 1.6;
  font-weight:  300;
  letter-spacing: 2px;
  position: relative;
}

#section5 .works-slide-area .works-slide-title:after{
  content: "";
  position: absolute;
  height: 1px;
  width: 50vw;
  border-top: 1px solid #fff;
  left: 238px;
  top: 50%;
}

@media screen and (max-width: 1024px) {
  #section5 .slide-title{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  #section5{
    padding: 0 0 280px 0;
  }
  
  #section5 .title-text{
    margin-bottom: 100px;
  }

  #section5 .slide-title{
    font-size: 1.4rem;
    line-height: 1.6;
    width: 230px;
    margin-top: 10px;
  }

  #section5 .works-slide-area{
    margin: 130px 0 20px 0;
  }

  #section5 .works-slide-area .works-slide-title{
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 2px;
  }

  #section5 .works-slide-area .works-slide-title:after{
    width: 150px;
    left: 188px;
  }
}


/* - slider
----------------------------------------------*/
.l-section{
  overflow: hidden;
  width: 80vw;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a.slidelink .imgbox{
  overflow: hidden;
}

a.slidelink .imgbox-img{
  transition-duration: 0.3s;
}

.device-pc a.slidelink .imgbox-img:hover{
  transform: scale(1.3);
  transition-duration: 0.3s;
}

.device-pc a.slidelink:hover .slide-title{
  color: #2cbe00;
  transition-duration: 0.3s;
}

.swiper, .swiper1, .swiper2 {
  overflow: visible;
}

.swiper-controller {
  position: absolute;
  right: 12.5vw;
  bottom: 50%;
  z-index: 23;
} 

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 50px;
  height: 46px;
  margin: auto;

}

/* 
.swiper-button-prev:after {
  background-image: url("/assets/img/index/icon_arrow.png");
} */

.swiper-button-next:after {
  background-image: url("/assets/img/common/icon_arrow.png");
  background-size: contain;
}

.swiper-slide img {
  height: 20vw;
  width: 20vw;
}

.swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 3vw;
}

/*
.slide-content {
  padding: 0;
}

 .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
} 

.slide-media {
   padding-top: 62.5%; 
}


.slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
} 
*/

@media screen and (max-width: 1024px) {
  .l-section{
    width: 97.5vw;
  }
  
  .swiper-slide {
     margin-right: 0;
  }
  
  .swiper-controller {
    right: 7.5vw;
    bottom: 120px;
  }
  
  .swiper-slide img {
    height: 25vw;
    width: 25vw;
  }
}

@media screen and (max-width: 768px) {
  .l-section{
    width: 97.5vw;
    overflow: hidden;
    margin: 0 0 0 auto;
    padding-left: 30px;
  }
  
  .swiper-slide {
    margin-right: 12vw;
  }

  .swiper-controller {
    position: absolute;
    right: 14vw;
    bottom: 150px;
  } 

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 46px;
    height: 28px;
  }

  .swiper-button-next:after {
    background-image: url("/assets/img/common/icon_arrow-sp.png");
    background-size: contain;
  }

  .swiper-slide img {
    height: 65vw;
    width: 65vw;
  }
}




/* - section6
----------------------------------------------*/
#section6{
  padding: 0 0 280px 0;
}

#section6 .company-box{
  width: 338px;
  margin: 0 auto;
}

#section6 .company-box .title{
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}

#section6 .company-box dt{
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 5px;
}

#section6 .company-box .text{
  font-size: 16px;
  line-height: 1.6;
}

#section6 .company-box dd{
  margin-bottom: 20px;
  font-weight: bold;
}

#section6 .company-box dd a{
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  #section6{
    padding: 0 0 280px 0;
  }
  
  #section6 .title-text{
    margin-bottom: 60px;
  }

  #section6 .company-box{
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
  }

  #section6 .company-box .title{
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }

  #section6 .company-box dt{
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 3px;
  }

  #section6 .company-box .text{
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }

  #section6 .company-box dd{
    margin-bottom: 15px;
  }

  #section6 .company-box dd a{
    letter-spacing: 1px;
  }
}

/* - section7
----------------------------------------------*/
#section7 .contact-area{
 width: 430px;
 margin: 0 auto;
}

#section7 .contact-area .text{
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

#section7 .contact-area dl .text{
  font-size: 13px;
}

#section7 .contact-area sup{
  font-size: 60%;
}

#section7 .small-text{
  text-align: right;
  margin-top: 7px;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  #section7{
    padding: 0;
  }
  
  #section7 .contact-area{
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
  }

  #section7 .contact-area .text{
    width: 100%;
    margin: 40px auto 5px auto;
    font-size: 1rem;
    letter-spacing: 1px;
  }

  #section7 .contact-area dl .text{
    font-size: 1.2rem;
    text-align: left;
  }
}


/* - contact -*/
.contactForm {
  margin-bottom: 0;
}

.contactForm table{
  margin: 0 auto;
}

.contactForm_list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.contactForm_list > dt {
	width: 88px;
	margin: 0 20px 28px 0;
	text-align: right;
}

.contactForm_list > dd {
	width: calc(100% - 108px);
	padding: 0 0 40px 0;
	position: relative;
}

.contactForm_list dd:last-of-type{
  padding: 0;
}

.contactForm_lavelText {
	text-align: justify;
	letter-spacing: 0.05em;
	padding: 15px 0;
}

.contactForm input,
.contactForm textarea {
	display: block;
	width: 100%;
	background: #d7d7d7;
	padding: 10px;
}

.contactForm input.alert,
.contactForm textarea.alert {
	background: #fee3e2;
}

.contactForm span.alert {
	color: #ff0000;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: block;
	padding: 8px 0 0 0;
	position: absolute;
	left: 0;
}

.err.contactForm .err-msg{
  display: block;
}

.contactForm .err-msg{
  display: none;
  border: 2px solid #ff0000;
  border-radius: 3px;
  background: #fee3e2;
  padding: 15px 0;
  text-align: center;
  color: #ff0000;
  position: relative;
  margin: 20px 0;
}

.contactForm .err-msg .text{
  position: relative;
  padding-left: 16px;
  font-size: 13px!important;
  font-weight: bold;
  margin-bottom: 0!important;
}

.contactForm .err-msg .text:before{
  content: "";
  position: absolute;
  background: url("/assets/img/common/icon_atten.png") no-repeat 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  left: 12px;
  top: 2px;
}

.contactForm_block-01 {
	margin-top: 34px;
	text-align: center;
}

.contactForm_btn {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 0 auto;
  padding-left: 30px;
	width: 240px;
	height: 50px;
	border: 1px solid #fff;
	transition: all 300ms;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.contactForm_btn span{
	position: relative;
}

.contactForm_btn span:after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: -60px;
  width: 40px;
  height: 5px;
  border: none;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: skew(45deg);
  transition: .3s;
}

.device-pc .contactForm_btn:hover {
	color: #2cbe00;
  border: 1px solid #2cbe00;
  transition: all 300ms;
}

.device-pc .contactForm_btn:hover span:after{
  border-right: 1px solid #2cbe00;
  border-bottom: 1px solid #2cbe00;
}

#formWrap .lead-text{
  text-align: center;
}

@media only screen and (max-width: 600px) {
	.contactForm {
		padding: 0 0 38px 0;
	}

	.contactForm_list {
		display: block;
	}

	.contactForm_list > dt {
		width: 100%;
		margin: 5px 0 5px 0;
	}

	.contactForm_list > dd {
		width: 100%;
		padding: 0 0 25px 0;
	}

	.contactForm_lavelText {
		font-size: 1.25rem;
		width: 60px;
		padding: 0 0;
	}

	.contactForm_lavelText-b {
		width: 100%;
	}

	.contactForm input,
	.contactForm textarea {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		border-width: 2px;
		padding: 15px 10px;
	}

	.contactForm span.alert {
		font-size: 1.2rem;
		padding: 12px 0 0 0;
		bottom: 7px;
		/*! left: auto; */
		right: 0;
	}

	.contactForm_block-01 {
		margin-top: 38px;
	}

	.contactForm_btn {
		font-size: 1.35rem;
		letter-spacing: 0.1em;
		width: 240px;
		border-width: 1px;
	}
  
  .contactForm .err-msg{
    padding: 15px 0;
    text-align: left;
    margin: 60px 0;
  }

  .contactForm .err-msg .text{
    padding-left: 38px;
    margin: 0 auto!important;
  }

  .contactForm .err-msg .text:before{
    width: 18px;
    height: 18px;
    left: 15px;
    top: 2px;
  }
}

/* 確認画面 */
#formWrap .mdl-pageHead_lead {
    margin: 0 auto 10px auto;
}

.formTable{
	font-size: 1.5rem;
	line-height: 1.47;
	border-collapse: separate; 
  border-spacing: 20px;
}

.formTable th,
.formTable td{
	padding:20px;
}

.formTable th{
	vertical-align: middle;
	text-align: justify;
	letter-spacing: 0.05em;
	display: block;
	padding: 15px 0;
}

#formWrap .copyright{
  margin: 200px 0 0 0;
}

.contactForm_block-01.confirm{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 30px auto 0 auto;
	width: 757px;
}

@media only screen and (max-width: 600px) {
  #formWrap #main-area .main-inner {
    height: 100%;
  }

	.formTable{
		font-size: 1.5rem;
		line-height: 1.47;
		border-spacing: 0;
		/*! color: #464646; */
	}

	.formTable th,
	.formTable td{
		/*! padding:15px; */
		display: block;
		padding: 0;
	}

	.formTable th{
		font-size: 1.25rem;
		width: 100%;
		padding: 20px 0 10px 0;
		line-height: 1.47;
    text-align: justify;
		letter-spacing:1px;
	}
	
	.formTable tr:last-of-type th{
		letter-spacing:0;
	}

	.formTable td{
		/*! border: 2px solid #D8D8D8; */
	}

	.contactForm_block-01.confirm{
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		width: 100%;
	}
	
	.contactForm_block-01.confirm button{
    margin: 0 auto 40px auto;
	}
	
	.contactForm_block-01.confirm button:last-of-type{
    margin: 0 auto;
	}
  
  #formWrap #main-area .main-contents {
    width: 100%;
    height: 100%;
  }
  
  #formWrap .copyright{
    position: absolute;
    bottom: 20px;
  }
}


/* 完了画面 */
.thanks .lead-text{
  text-align: center;
  margin: 0 auto 30px auto;
}

.thanks .btn-area{
  margin: 0 0 0 auto;
}

.thanks .copyright{
  margin: 400px auto 0 0;
}

@media screen and (max-width: 1024px) {
    .thanks .btn-area{
      margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
  .thanks .lead-text{
    text-align: center;
    margin: 0 auto 30px auto;
  }

  .thanks .btn-area{
    margin: 0 auto 0 9vw;
  }

  .thanks .copyright{
    margin: 300px auto 0 0;
  }
}


