@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@300;400;500&family=Oswald:wght@400;500&display=swap');

/*
font-family: 'M PLUS Rounded 1c', sans-serif; 
font-family: 'Noto Sans JP', sans-serif; @300;400;500
font-family: 'Oswald', sans-serif; @400;500
*/


/* ******************************************
	共通タグ
****************************************** */
html, body {
	margin: 0;
	padding: 0;
  font-family: 'Noto+Sans+JP', "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 10px;
  color: #000;
}
@media screen and (max-width:768px) {
  html, body {
    font-size: 9px;
  }
}

html {
  scroll-behavior: smooth;
}
body {
	font-size: 1.8rem;
	line-height: 1.8em;
  background-color: #fff;
}
main {
  width: 100%;
  padding: 0;
  padding-top: 50px;
  margin: 0 auto;
  /* margin-top: 100px; */
  min-height: 450px;
  /* position: relative; */
  /* top: 100vh; */
  background-color: #fff;
	/* -webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear; */
}
/* main.activ {
  top: 0;
}
.thanks main, .topics main {
  top: 0;
} */
section {
  width: 100%;
  padding: 70px 0;
  margin: 0 auto;
  text-align: center;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: .7;
}
img {
  border: none;
  height: auto;
}
p {
  padding: 0;
  margin: 0;
}
h1 {
  padding: 0;
  margin: 0 auto;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 7.8rem;
  line-height: 1.2em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  text-align: left;
  color: #BA0008;
}
h2 span {
  display: block;
  font-family: 'Noto+Sans+JP', "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1em;
  padding-top: 7px;
  font-weight: 300;
  color: #000;
}
h3 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
  text-align: left;
}
h4 {
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  text-align: left;
}

i, address {
  font-style: normal;
}
picture {
  display: block;
  padding: 0;
  margin: 0 auto;
  line-height: 0.1em;
}
picture img {
  width: 100%;
  line-height: 0.1em;
}

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



/* ******************************************
	共通クラス
****************************************** */
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.min {
  max-width: 920px;
}

.ft_en {
  font-family: 'Oswald', sans-serif;
}

p.lead {
  line-height: 2em;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.arg_c {
  text-align: center;
}
.hr_r {
  border-bottom: 2px solid #BA0008;
}

.bcrumb {
  padding: 7px;
  text-align: left;
  font-size: 1.5rem;
  color: #2556A5;
  margin: 0 auto;
  max-width: 1400px;
}
.bcrumb a {}
.bcrumb a::after {
  content: ">";
  margin: 0 8px;
}

.wbr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.wbr i {
  white-space: nowrap;
}
.wbr.center {
  justify-content: center;
}
.mb20 {
  margin-bottom: 20px;
}


.btn_more {
  margin: 20px auto 0;
}
.btn_more a {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 1.5rem;
  line-height: 1em;
  display: inline-block;
}
.btn_more a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn_more a span::after {
  content: '\025b6\025b6\025b6';
  font-size: 1.3rem;
  margin-left: 5px;
}

.btn_back {
  margin: 20px auto 0;
}
.btn_back a {
  /* background-color: #000; */
  color: #BA0008;
  border: 1px solid #BA0008;
  text-align: center;
  padding: 15px 30px;
  font-size: 1.8rem;
  line-height: 1em;
  display: inline-block;
}
.btn_back a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn_next {}
.btn_next a {}

.bnr {}
.bnr img {
  max-width: 80%;
}

@media screen and (max-width:1400px) {
  .wrap {
    width: 90%;
  }
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}



/* ******************************************
	header
****************************************** */
header {
  padding: 0;
  margin: 0;
	position: fixed;
	top: 0;
	left: 0;
  width: 100%;
  z-index: 9000;
  /* background-color: rgba(255, 255, 255, .6); */
	-webkit-transition: all .7s linear;
	-o-transition: all .7s linear;
	transition: all .7s linear;
}
/* header.activ {
	top: 0;
} */
/* .thanks header, .topics header {
	top: 0;
} */
header .wrap {
  width: 90%;
  height: 100px;
  max-width: none;
  line-height: 0.1em;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
header h1 {
	width: 198px;
  margin: 0;
}
header h1 img {
  width: 100%;
}

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




/* ******************************************
	footer
****************************************** */
footer {
  background-image: url(../images/foot.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .wrap {
  padding: 10rem 0 4rem;
}
footer h1 {
  width: 80%;
  max-width: 355px;
  margin-bottom: 50px;
}
footer h1 img {
  width: 100%;
}
footer h2 {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
footer .copyright {
font-size: 1.6rem;
  line-height: 1em;
  padding: 0;
  margin-top: 50px;
  text-align: center;
}

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




/* ******************************************
	page_top
****************************************** */
.gotop {
  padding: 10rem 0 2rem;
  text-align: center;
}
#top {
  text-align:center;
  color: #000;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  display: inline-block;
}
#top::before, #top::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  border-top: 1px solid #000;
  top: -12px;
}
#top::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
#top::after {
  right: 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #top::before, #top::after {
    width: 13.5px;
    top: -7px;
  }
}
@media screen and (max-width:600px) {
}




/* ******************************************
	side_contact
****************************************** */
.side_contact {
  position: fixed;
  top: 35px;
  right: 0;
  overflow:hidden;
	cursor: pointer;
	-webkit-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
  z-index:9991;
}
/* .side_contact.activ {
  right: 0;
} */
.side_contact a {
  background-color: #BA0008;
  color: #fff;
  white-space: nowrap;
  display:inline-block;
  padding: 8px;
  line-height: 1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

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





/* ******************************************
	fadein befor
****************************************** */
.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 1s, transform 1s;
}
.js-fadeUp {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 0.5s, transform 0.5s;
}
.js-fadeLeft {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 0.5s, transform 0.5s;
}
.js-fadeLeft_2 {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 1s, transform 1s;
}
.js-fadeLeft_3 {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 1.5s, transform 1.5s;
}
.js-fadeLeft_4 {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 2s, transform 2s;
}
.js-fadeLeft_5 {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 2.5s, transform 2.5s;
}

.js-fadeRight {
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 0.5s, transform 0.5s;
}
@media screen and (max-width:699px) {
	.js-fadeUp {
		opacity: 0;
		transform: translateY(100px);
		transition: opacity 0.5s, transform 0.5s;
	}
	.js-fadeLeft {
		opacity: 0;
		transform: translateY(100px);
		transition: opacity 0.5s, transform 0.5s;
	}
	.js-fadeRight {
		opacity: 0;
		transform: translateY(100px);
		transition: opacity 0.5s, transform 0.5s;
	}
}


/* ******************************************
	fadein after
****************************************** */
.js-fadeIn.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.js-fadeUp.is-inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}
.js-fadeLeft.is-inview,
.js-fadeLeft_1.is-inview,
.js-fadeLeft_2.is-inview,
.js-fadeLeft_3.is-inview,
.js-fadeLeft_4.is-inview,
.js-fadeLeft_5.is-inview {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.5s;
}
.js-fadeRight.is-inview {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.5s;
}
@media screen and (max-width:699px) {
	.js-fadeUp.is-inview {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0.5s;
	}
	.js-fadeLeft.is-inview {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0.5s;
	}
	.js-fadeRight.is-inview {
		opacity: 1;
		transform: translateY(0);
		transition-delay: 0.5s;
	}
}


.modal-open{
  display: inline-block;
  background-color: #666;
  color: #fff;
  margin: 10px;
}

.modal-open a{
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal-wrapper{
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  height: 100%;
  max-height: 350px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-contents{
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal-content{
  margin: 25px;
}
.modal-close{
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}








/* ******************************************
	prologue
****************************************** */
#prologue {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/bak_metal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* z-index: -1; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* #prologue.hide {
  display: none;
} */
#prologue .prologue_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20vw;
  line-height: 1em;
  color: rgba(111,111,111,.3);
  z-index:9990;
}
#prologue .bd_tl {
  position: absolute;
}
#prologue h1 {
  width: 90%;
  max-width: 790px;
  margin-bottom: 35px;
}
#prologue h1 img {
  width: 100%;
}

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





/* ******************************************
	topics
****************************************** */
#topics {}
#topics .wrap {
  background-color: #F7F6F4;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#topics h2 {
  font-size: 4rem;
  line-height: 1em;
  width: 110px;
  padding-left: 35px;
  padding-top: 25px;
}
#topics ul {
  width: calc(100% - 150px);
  padding: 45px 0 35px;
  margin: 0;
  list-style: none;
}
#topics ul li {
  padding: 10px 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2em;
  text-align: left;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#topics ul li .update {
  width: 110px;
  color: #898989;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #topics .wrap {
    display: block;
  }
  #topics ul {
    width: calc(100% - 70px);
    padding-top: 0;
    padding-left: 35px;
  }
}
@media screen and (max-width:600px) {
  #topics ul li {
    display: block;
  }
}
@media screen and (max-width:450px) {
}


#info_post {}
#info_post h4 {
  margin-bottom: 35px;
}
#info_post .update {
  text-align: right;
}
#info_post .info_doc {
  text-align: left;
  padding-bottom: 10rem;
}




/* ******************************************
	concept
****************************************** */
#concept {}
#concept .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#concept h2 {
  width: 300px;
}
#concept h3 {
  line-height: 1.4em;
  margin-bottom: 45px;
}
#concept h4 {
  line-height: 1.4em;
  margin-bottom: 45px;
}
#concept .rb {
  width: calc(100% - 350px);
  text-align: left;
}
#concept .rb img {
  width: 100%;
  max-width: 560px;
  margin-top: 45px;
}
#concept .images {
  width: 100%;
  position: relative;
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
#concept .images .pr {
  width: 65%;
  margin: 0;
  padding-top: 12em;
}
#concept .images .pl {
  width: 58%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #concept h2 {
    width: auto;
    margin-bottom: 25px;
  }
  #concept .rb {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
  #concept .images {
    margin-top: 30px;
  }
  #concept .images .pr {
    width: 100%;
    /* margin: 0; */
    padding-top: 0;
    order: 2;
  }
  #concept .images .pl {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    order: 1;
  }
}





/* ******************************************
	our_advantage
****************************************** */
#our_advantage {
  background-color: #F7F6F4;
}
#our_advantage .wrap {}
#our_advantage ol {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  counter-reset: count 0;
}
#our_advantage ol li {
  width: calc(60% - 110px);
  padding: 0;
  padding-left: 110px;
  margin: 0;
  margin-bottom: 100px;
  position: relative;
}
#our_advantage li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #BA0008;
  font-size: 15rem;
  content: counter(count);
  counter-increment: count 1;
}
#our_advantage ol li:nth-child(2) {
  margin-left: 20%;
}
#our_advantage ol li:nth-child(3) {
  margin-left: 40%;
}

#our_advantage h4 {
  margin-bottom: 30px;
}
#our_advantage p {}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #our_advantage ol li {
    width: calc(100% - 110px);
  }
  #our_advantage ol li:nth-child(2) {
    margin-left: 0;
  }
  #our_advantage ol li:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (max-width:600px) {
  #our_advantage li:before {
    font-size: 10rem;
  }
  #our_advantage ol li {
    width: calc(100% - 60px);
    padding-left: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:450px) {
}




/* ******************************************
	flow
****************************************** */
#flow {
  background-color: #F7F6F4;
}
#flow ul {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#flow ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  width: 20%;
  min-width: 250px;
  height: 117px;
  position: relative;
  background-color: #BA0008;
  -webkit-clip-path: polygon(0 0,70% 0,100% 50%,70% 100%,0 100%);
  clip-path: polygon(0 0,70% 0,100% 50%,70% 100%,0 100%);

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#flow ul li::before {
  content: "";
  width: calc(100% - 2px);
  height: 115px;
  display: block;
  position: absolute;
  /* bottom: 3.8933333333px; */
  background-color: #fff;
  /* transform:scale(0.9473777778); */
  -webkit-clip-path: polygon(0 0,70% 0,100% 50%,70% 100%,0 100%);
  clip-path: polygon(0 0,70% 0,100% 50%,70% 100%,0 100%);
}
#flow ul li span {
  position: absolute;
  color: #000;
  width: 80%;
  margin-right: 20%;
}

@media screen and (max-width:1024px) {
  #flow ul li {
    width: 200px;
  }
  #flow ul li span {
    width: 90%;
    margin-right: 10%;
  }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #flow ul {
    display: block;
  }
  #flow ul li {
    width: 300px;
    margin: 0 auto;
    height: 102px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 100%, 0 50%);
  }
  #flow ul li::before {
    width: 298px;
    height: 99.5px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 49.5%, 50% 100%, 0 49.5%);
  }
  #flow ul li span {
    width: 100%;
    margin-right: 0;
    top: 15px;
  }
}
@media screen and (max-width:450px) {
}




/* ******************************************
	service
****************************************** */
#service {}
#service ul {
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#service ul li {
  width: 31%;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  text-align: left;
}
#service picture {
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
  border: 1px solid #C9CACA;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#service picture::before {
  display: block;
  content: '';
  padding-top: 65%;
}
#service picture img {
  position: absolute;
  width: 100%;
  height: auto;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
#service picture img:hover {
  width: 120%;
}
#service h4 {
  font-size: 2.5rem;
  color: #BA0008;
  margin-bottom: 10px;
}
#service p {}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #service ul li {
    width: 46%;
  }
}
@media screen and (max-width:450px) {
  #service ul li {
    width: 100%;
  }
}




/* ******************************************
	works
****************************************** */
#works {
  position: relative;
  height: 100%;
}
#works::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #BA0008;
}
#works .works_list {
  width: 90%;
  margin: 0 auto;
}
#works .works_list .slick-slide {
  background-color: #fff;
  margin: 0 20px;
  min-height: 50vh;
}
/* #works .works_list .post picture {
  width: 100%;
  margin-bottom: 13px;
} */
#works .works_list .post picture {
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#works .works_list .post picture::before {
  display: block;
  content: '';
  padding-top: 62%;
}
#works .works_list .post picture img {
  position: absolute;
  width: 100%;
  height: auto;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
#works .works_list .post picture img:hover {
  width: 120%;
}

#works .works_list .post h4 {
  font-size: 2.5rem;
  color: #BA0008;
  margin-bottom: 10px;
  padding: 0 30px;
}
#works .works_list .post p {
  padding: 0 30px;
  text-align: left;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #works .works_list {
    width: 85%;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




/* ******************************************
	result
****************************************** */
#result {}
#result .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#result h2 {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.4em;
  width: 350px;
}
#result ul {
  width: calc(100% - 350px);
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#result ul li {
  width: 45%;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: left;
}

@media screen and (max-width:1024px) {
  #result ul {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #result ul li {
    width: 100%;
  }
}
@media screen and (max-width:450px) {
}



/* ******************************************
	faq
****************************************** */
#faq {}
#faq h2 {
  margin-bottom: 30px;
}
#faq .accordion {
  border-bottom: 1px solid #DCDDDD;
}
#faq .accordion .toggle {
	display: none;
}
#faq .accordion .Label {
	padding: 2em 30px 2.2em 65px;
  border-top: 1px solid #DCDDDD;
	display: block;
  text-align: left;
}
#faq .accordion .Label::after {
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #DCDDDD;
	border-right: 2px solid #DCDDDD;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
#faq .accordion .Label,
#faq .accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
  position: relative;
}
#faq .accordion .Label::before {
  content: 'Q';
  font-size: 5rem;
  color: #BA0008;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  position: absolute;
  left: 15px;
}
#faq .accordion .content {
	height: 0;
	margin-bottom:10px;
	padding:0;
  padding-left: 65px;
  text-align: left;
	overflow: hidden;
}
#faq .accordion .toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
  padding-left: 65px;
	transition: all .3s;
}
#faq .accordion .toggle:checked + .Label::after {
	transform: rotate(-45deg) !important;
}

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



/* ******************************************
	contact
****************************************** */
#contact {
  background-color: #F7F6F4;
}
#contact .wrap {
  background-color: #fff;
  padding: 8rem 0;
}
#contact h2 {
  text-align: center;
  font-size: 3.8rem;
  color: #000;
}

#contact form {
  padding: 0;
  margin: 50px auto 20px;
  max-width: 800px;
  text-align: left;
}
#contact dl {
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
#contact dl dt {
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
  position: absolute;
  width: 230px;
}
#contact dl dd {
  padding: 10px 0;
  padding-left: 230px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #DCDDDD;
}
#contact dl dd input,
#contact dl dd textarea {
  width: calc(100% - 30px);
  border: 1px solid #C9CACA;
  font-size: 2.3rem;
  padding: 8px 15px;
}
#contact dl dd input[type=checkbox] {
  width: auto;
}
#contact dl dd label.block {
  display: block;
}
#contact dl dd input[type=radio] {
  width: auto;
}
#contact form small {
  display: block;
}

#contact .btn_more {
  margin: 45px auto;
  text-align: center;
}
#contact .btn_more button {
  color: #BA0008;
  text-align: center;
  padding: 15px 30px;
  font-size: 1.8rem;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #BA0008;
  background-color: #fff;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  color: #BA0008;
  text-align: center;
  padding: 15px 30px;
  font-size: 1.8rem;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #BA0008;
  background-color: #fff;
}

@media screen and (max-width:1024px) {
  #contact form {
    width: 90%;
  }
}
@media screen and (max-width:768px) {
  #contact dl dt {
    padding: 0;
    padding-top: 10px;
    font-weight: 600;
    position: relative;
  }
  #contact dl dd {
    padding: 0 0 10px;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}




#contact_tahnks {}
#contact_tahnks h3 {
  font-size: 3.1rem;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 2px;
}
#contact_tahnks .companybox {
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  padding: 25px 35px;
  margin: 25px auto 0;
  max-width: 550px;
}
#contact_tahnks .companybox h3 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 2.4rem;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #contact_tahnks h2 i {
    font-size: 0.9em;
    display: block;
  }
  #contact_tahnks .companybox {
    padding: 25px 15px;
  }
  #contact_tahnks .companybox h3 {
    font-size: 1.8rem;
  }
  #contact_tahnks .companybox p i {
    display: block;
  }
}
