@charset "UTF-8";
/* CSS Document */
h1{
	font-size: 2rem;
	position: absolute;
	font-weight: 700;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/* ------------------------------------------------------------------ */
/* contacts  エリア*/
/* ------------------------------------------------------------------ */
.contactBack{
	background: #FBFBFB;
	width: 100%;
	height: auto;
	padding: 30px;
	z-index: -2;
}
.contact {
  margin: 100px auto;
  max-width: 980px;
  padding: 0 2%;
	z-index: -1;
}

.contactArea {
	height: auto;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 50px 0;
  border-radius: 5px;
  background: #fff;
border: solid thin #E5E5E5;
}

.contactCnt {
  width: 49%;
  height: 100%;
  text-align: center;
}
.contact_ttl {
  font-size: 1.8rem;
  font-weight: 700;
}

.cntact_txt {
  font-size: 1.8rem;
  margin: 10px 0 5px;
  font-weight: 700;
}

.cntactTel {
  color: #DC4545;
  font-size: 4rem;
  font-weight: 700;
}

.cntactTel::before {
  display: inline-block;
  content: '';
  background: url("../../img/tel-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.cntactTel:hover {
  color: #E65555;
  opacity: .7;
  -web-transition: all .3s ease;
  transition: all .3s ease;
}

.contactCnt02 {
  width: 49%;
  border-left: 1px solid #ededed;
}

.mail_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #DC4545;
  display: inline-block;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
}
.mail_icon  img{
	width: 50%;
	height: 50%;
	margin: 0 auto;
}
.mail_icon::after {
/*
  content: '';
  display: inline-block;
  width: 50%;
  height: 50%;
  background: url("../../img/mail-icon.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
*/
}

.contactBtn {
  margin: 0 auto;
  width: 40%;
  background: #DC4545;
  border-radius: 2px;
  -web-transition: all .3s ease;
  transition: all .3s ease;
}

.contactBtn:hover {
  opacity: .7;
  -web-transition: all .3s ease;
  transition: all .3s ease;
}

.contactBtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}

.contactBtn a span {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
}
/* ---------------*/
/* commn */
/* ---------------*/
.intro_ttl {
  text-align: center;
  margin: 20px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #DC4545;
}
.intro_txt {
  text-align: justify;
  margin-bottom: 80px;
}
/* ---------------*/
/* compan_sec */
/* ---------------*/
.company_sec,.privacy_sec {
  max-width: 980px;
  padding: 60px 50px;
  background: #fff;
  margin: 100px auto 60px;
}
.companyArea{
	width: 100%;
    height: auto;
    margin: 0 auto;
    background: rgba(255,255,255,.1);
    padding: 5%;
    font-size: 1.6rem;
    color: #000;
	max-width: 980px;
}
.companyArea a{
	color: #000;
}
.companyArea ul li{
	padding: 30px 0;
	border-bottom: 1px solid #000;
}
.data_ttl{
	margin-left: 20px;
	display: inline-block;
	width: 20%;
	font-weight: 700;
	max-width: 200px;
}
/* ---------------*/
/* privacy_sec */
/* ---------------*/
.privacyArea {
  margin-bottom: 20px;
}

.privacyArea h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
}
/* ---------------*/
/* profile*/
/* ---------------*/
.data_ttl02{
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
.data_ttl03{
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}
/*fede in*/
.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 600ms;
    }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.fadein2 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
    }
.fadein2.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.fadein3 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
    }
.fadein3.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.fadein4 {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 600ms;
    }

@media screen and (max-width:880px) {
h1{
	font-size: 1rem;
	position: absolute;
	left: 1.8rem;
	top: 4px;
	font-weight: 400;
}
.contact {
  margin: 60px auto;
  width: 100%;
  padding: 0 2%;
}

.contactArea {
  height: auto;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 10px 0;
  border-radius: 5px;
  background: #fff;
  flex-direction: column;
}

.contactCnt {
  width: 90%;
  height: auto;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}

.contactCnt:first-child {
  border-bottom: dotted #eee 1px;
}

.contact_ttl {
  font-size: 1.8rem;
  font-weight: 700;
}

.cntact_txt {
  font-size: 1.8rem;
  margin: 10px 0 5px;
  font-weight: 700;
}

.cntactTel {
  color: #DC4545;
  font-size: 2.4rem;
  font-weight: 700;
}

.cntactTel::before {
  display: inline-block;
  content: '';
  background: url("../../img/tel-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 25px;
  height: 25px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.cntactTel:hover {
  color: #E65555;
  opacity: .7;
  -web-transition: all .3s ease;
  transition: all .3s ease;
}

.contactCnt02 {
  border-left: 0px solid #ededed;
}

.mail_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #DC4545;
  display: inline-block;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
}
.mail_icon  img{
	width: 50%;
	height: 50%;
	margin: 0 auto;
}
.contactBtn {
  margin: 30px auto;
  width: 90%;
  background: #DC4545;
  border-radius: 2px;
  -web-transition: all .3s ease;
  transition: all .3s ease;
}

.contactBtn:hover {
  opacity: .7;
  -web-transition: all .3s ease;
  transition: all .3s ease;
}

.contactBtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}

.contactBtn a span {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
}
	
/* ---------------*/
/* commn */
/* ---------------*/
.intro {
  margin: 45px 0 0;
}

.intro_ttl {
  text-align: center;
  margin: 20px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #DC4545;
}
.intro_txt {
  margin-bottom: 40px;
  text-align: justify;
}
/* ---------------*/
/* company_sec */
/* ---------------*/
.companyArea{
	width: 100%;
    height: auto;
    margin: 0 auto;
    background: rgba(255,255,255,.1);
    padding: 5%;
    font-size: 1.6rem;
    color: #000;
	max-width: 980px;
}
.companyArea a{
	color: #000;
}
.companyArea ul li{
	padding: 15px 0;
	border-bottom: 1px solid #000;
	    font-size: 1.4rem;
}
.data_ttl{
	display: inline-block;
	width: 20%;
	max-width: 200px;
	font-weight: 700;
	margin-left: 0;
}
/* ---------------*/
/* privacy_sec */
/* ---------------*/
.company_sec,.privacy_sec {
  width: 100%;
  padding: 20px 5%;
  background: #fff;
  margin: 45px auto 60px;
}

.privacyArea {
  margin-bottom: 20px;
}
.privacyArea h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
}
	/* ---------------*/
/* profile*/
/* ---------------*/
.data_ttl02{
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
.data_ttl03{
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}
/*fede in*/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
	z-index: -1;
    }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.fadein2 {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 600ms;
	z-index: -1;
    }
.fadein2.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.fadein3 {
    opacity : 0;
    transform : translate(0, 150px);
    transition : all 600ms;
	z-index: -1;
    }
.fadein3.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
}