@charset "UTF-8";
/* CSS Document */

/******************************************************

タブレットの設定 768px〜の場合に適用 

*******************************************************/

/* 共通 */
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.h2 {
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.6;
}

.h2 span {
	display: block;
	font-size: 24px;
	color: #be001f;
}

.cv-area {
	margin-bottom: 0;
}




/* mv */
.mv {
	margin: 100px 0;
	width: 100%;
	height: 650px;
	background-image: url("/img/wp/bg_mv.jpg");
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
}

.mv__wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 95%;
}

.mv__left {
	width: 70%;
	position: relative;
}

.mv__h1 {
	font-size: 36px;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 70px;
	color: #FFF;
	line-height: 1.4;	
}

.mv__txt {
	font-size: 22px;
	color: #FFF;
	line-height: 1.8;
	width: 620px;
}

.mv__left-img {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: block;
	width: 200px;
	height: auto;
}

.mv__right {
	width: 30%;
}

.mv__right-img {
	display: block;
	width: 100%;
	height: auto;
}



/* overview */
.overview {
	padding-top: 50px;
}

.overview__h2 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.overview__marker {
	background: linear-gradient(transparent 70%, #fffdae 70%);
}

.overview__red {
	color: #be001f;
}



/* example */
.example {
	padding-top: 130px;
}

.example__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.example__box::before{
  content: "";
  display: block;
  width: 22%;
  order: 1;
}
.example__box::after{
  content: "";
  display: block;
  width: 22%;
}

.example__item {
	width: 22%;
	margin-bottom: 50px;
}

.example__thumbnail {
	width: 100%;
	border: 5px solid #be001f;
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.example__thumbnail::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.example__img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.example__icon--01 {
	display: block;
	width: 73px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 10px;
}

.example__icon--02 {
	display: block;
	width: 200px;
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
}

.example__h3 {
	margin-top: 50px;
	background-color: #be001f;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 60px;
	margin-bottom: 30px;
}

.example__maker {
	font-size: 18px;
	margin: 0 20px;
	line-height: 1.8;
}

.achievement__h2 {
	margin-top: 120px;
}

.achievement__h2.hidden {
	display: none;
}

.achievement__box {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.achievement__box::before{
  content: "";
  display: block;
  width: 21.5%;
  order: 1;
}
.achievement__box::after{
  content: "";
  display: block;
  width: 21.5%;
}

.achievement__item {
	width: 21.5%;
	margin-bottom: 40px;
}

.achievement__link {
	display: block;
	width: 100%;
}

.achievement__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	margin-bottom: 15px;
}

.achievement__thumbnail::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.achievement__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.achievement__h3 {
	font-size: 20px;
	color: #be001f;
	line-height: 1.6;
}

.achievement__item {
    display: block;
}

.achievement__item.hidden {
    display: none;
}

.achievement__btn.hidden{
  display: none;
}

.achievement__btn--add {
	display: block;
    border: 3px solid #009245;
  	color: #009245;
	background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    width: 270px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	font-size: 25px;
	font-weight: 500;
	margin: 30px auto 0 auto;
	transition: .2s;
}

.achievement__btn--add:hover {
	background-color: #009245;
	color: #FFF;
}

.achievement__btn--jump {
	display: block;
	width: 530px;
	height: 80px;
	margin: 50px auto 120px auto;
	font-size: 25px;
	font-weight: 500;
	color: #FFF;
	background-color: #be001f;
	border: 3px solid #be001f;
	text-align: center;
	line-height: 76px;
	transition: .2s;
}

.achievement__btn--jump span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 30px;
	margin-left: 15px;
	vertical-align: -5px;
	position: relative;
	transition: .2s;
}

.achievement__btn--jump span::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 3px;
	background-color: #be001f;
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 10px;
	transition: .2s;
}

.achievement__btn--jump span::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 3px;
	background-color: #be001f;
	transform: rotate(-45deg);
	position: absolute;
	left: 10px;
	bottom: 10px;
	transition: .2s;
}

.achievement__btn--jump:hover {
	color: #be001f;
	background-color: #FFF;
}

.achievement__btn--jump:hover span {
	background-color: #be001f;
}

.achievement__btn--jump:hover span::before {
	background-color: #FFF;
}

.achievement__btn--jump:hover span::after {
	background-color: #FFF;
}



/* reason */
.reason {
	padding-top: 150px;
}

.reason__box {
	margin-top: 100px;
}

.reason__item {
	width: 100%;
	margin-bottom: 50px;
}

.reason__h3 {
	background-color: #be001f;
	display: inline-block;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	padding: 10px 20px;
}

.reason__content {
	background-color: #f7ebee;
	padding: 20px 25px;
}

.reason__ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	border-bottom: 1px dashed #000;
	padding-bottom: 15px;
}

.reason__txt {
	font-size: 18px;
	margin-top: 20px;
}



/* sec08 */
.sec08 {
  background: #f6f6f6;
}

.sec08 .sec-in {
  width: 900px;
  margin: 0 auto 80px;
}

.sec08__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec08__item {
	width: 48%;
	background-color: #FFF;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	position: relative;
}

.sec08__item::after {
	position: absolute;
	right: 0;
	bottom: 40px;
	color: #f9dee0;
	font-size: 140px;
	font-family: "Times New Roman", Times, "serif";
	font-style: italic;
	z-index: -1;
}

.sec08__item:nth-of-type(1)::after {
	content: "1";
}

.sec08__item:nth-of-type(2)::after {
	content: "2";
}

.sec08__item:nth-of-type(3)::after {
	content: "3";
}

.sec08__item:nth-of-type(4)::after {
	content: "4";
}

.sec08__item-left {
	width: 17%;
	display: flex;
	align-items: center;
}

.sec08__item-right {
	width: 75%;
}

.sec08__h4 {
	margin-bottom: 10px;
}



/* flow */
.flow {
	padding-top: 150px;
}



/* voice */
.voice {
	background: #be001f;
}

.voice__h2,
.voice__h2 span {
	color: #FFF;
}

.voice__name {
	line-height: 1.7;
}

.voice__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #FFF;
	padding: 70px 70px 20px 70px;
}

.voice__item {
	width: 45%;
	margin-bottom: 50px;
}

.voice__img {
	display: block;
	width: 50%;
	height: auto;
	border-radius: 50%;
	margin: 0 auto 30px auto;
}

.voice__name {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.voice__work {
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
}



/* sec03 */
.sec03 {
	display: none;	
}

#wp .sec03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wp .sec03 dl:not(:last-child) dd {
  padding-bottom: 40px;
}

#wp .sec03 dl dt {
  width: 110px;
  float: left;
  clear: both;
  font-weight: 500;
  line-height: 1em;
}

#wp .sec03 dl dd {
  width: 75%;
  float: left;
  border-left: 2px #f2f2f2 solid;
  position: relative;
  padding-left: 30px;
}

#wp .sec03 dl dd:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #be001f;
  position: absolute;
  left: -7px;
  top: 0;
  border-radius: 100%;
}

#wp .sec03 dl dd .ttl {
  margin: -8px 0 20px;
}

#wp .sec03 dl dd p {
  margin-top: -8px;
}



/* sec04 */
.sec04 h4 {
	font-weight: bold;
}

/* #wp sec04 */
#wp .sec04 h4 {
	font-weight: bold;
}

#wp .sec04 ul li {
  width: 20%;
  position: relative;
}

#wp .sec04 ul li:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 15px;
  background-image: url("../img/top/arrow.svg");
  background-size: contain;
  vertical-align: middle;
  top: 125px;
  right: -57px;
}

#wp .sec04 ul li img {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

#wp .sec04 p a {
	margin-right: 5px;
	display: inline;
	text-decoration: underline;
}

#wp .sec04 p a::after {
	display: inline-block;
	content: "";
	width: 15px;
	height: 10px;
	background-image: url("/img/top/icon_mail.png");
	background-size: cover;
	background-position: center center;
	margin-left: 3px;
}
#wp .sec04 ul li h4 {
  text-align: center;
  margin: 25px 0 10px;
  font-size: 20px;
	font-weight: bold;
}



/* sec07 */
.sec07 {
	padding-top: 50px;
}

#wp .sec07 dl {
  margin-bottom: 5px;
  cursor: pointer;
}

#wp .sec07 dl dt{
  background: #f7ebee;
  padding: 20px 40px 20px 70px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
}

#wp .sec07 .sec-in .sec07__box {
	display: flex;
	justify-content: space-between;
}

#wp .sec07 .sec-in .sec07__item {
	width: 49%;
}

#wp .sec07 dl dt:before {
  content: "Q";
  background: #be001f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  left: 15px;
  top: 15px;
  font-size: 20px;
  position: absolute;
  display: block;
  margin-right: 15px;
}

#wp .sec07 dl dt:after {
  content: '+';
  display: block;
  position: absolute;
  font-size: 36px;
  font-weight: 300;
  vertical-align: middle;
  right: 20px;
  color: #be001f;
  top: 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#wp .sec07 dl dt.open:after {
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#wp .sec07 dl dd {
	background: #f6f6f6;
	padding: 20px 20px 20px 70px;
	position: relative;
	display: none;
}

#wp .sec07 dl dd:before {
  content: "A";
  background: #FFF;
  color: #be001f;
  border: 2px solid #be001f;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  left: 15px;
  top: 13px;
  font-size: 20px;
  position: absolute;
  display: block;
  margin-right: 15px;
}




/* #company .sec02 */
#company .sec02 .sec02-box {
  width: 48%;
}

#company .sec02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company .sec02 dl:last-of-type {
  border-bottom: none;
}

#company .sec02 dl:first-of-type dt {
  padding: 0 0 20px;
}

#company .sec02 dl:first-of-type dd {
  padding: 0 0 20px;
}

#company .sec02 dl dt {
  width: 25%;
  padding: 20px 0;
  font-weight: bold;
}

#company .sec02 dl dd {
  width: 70%;
  padding: 20px 0;
}



/* #company sec04 */
#company .sec04 .sec04-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#company .sec04 .left {
  width: 48%;
}

#company .sec04 .left h4 {
  font-size: 22px;
  margin-bottom: 30px;
}

#company .sec04 .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company .sec04 .left dl:first-of-type {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

#company .sec04 .left dl:first-of-type dt {
  padding: 0 0 20px;
}

#company .sec04 .left dl:first-of-type dd {
  padding: 0 0 20px;
}

#company .sec04 .left dl dt {
  width: 20%;
  padding: 20px 0;
  font-weight: bold;
}

#company .sec04 .left dl dd {
  width: 75%;
  padding: 20px 0;
}

#company .sec04 .right {
  width: 46%;
  margin-top: 55px;
}

#company .sec04 .right iframe {
  width: 100%;
  height: 280px;
}



/* about */
.about {
	margin-bottom: 170px;
}

.about__item {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #666;
}

.about__item:first-child {
	padding-top: 30px;
}

.about__h3 {
	font-size: 35px;
	font-weight: bold;
	color: #be001f;
	margin-bottom: 30px;
}

.about__medium {
	font-size: 24px;
	margin-bottom: 15px;
}





/******************************************************

タブレットの設定 〜767pxの場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
	
/* 共通 */
.wrapper {
	width: calc(100% - 40px);
}
	
.h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.h2 span {
	font-size: 14px;
}
	
	
	
/* mv */
.mv {
	margin: 60px 0 50px 0;
	height: auto;
	display: block;
	padding: 40px 0;
}

.mv__wrapper {
	display: block;
}
	
.mv__left {
	width: 100%;
	position: relative;
}

.mv__h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

.mv__txt {
	width: 100%;
	font-size: 14px;
}

.mv__left-img {
	position: static;
	margin: 20px auto;
	width: 100px;
	height: auto;
}

.mv__right {
	width: 100%;
}

.mv__right-img {
	width: 70%;
	margin: 0 auto;
}
	
	
	
/* overview */
.overview {
	padding-top: 0;
}

.overview__h2 {
	font-size: 20px;
}



/* example */
.example {
	padding-top: 50px;
}

.example__item {
	width: 48%;
	margin-bottom: 30px;
}

.example__thumbnail {
	width: 100%;
	margin-bottom: 10px;
}

.example__icon--01 {
	width: 45px;
	left: 8px;
	top: 8px;
}

.example__icon--02 {
	max-width: 90%;
	bottom: 15px;
}
	
.example__h3 {
	margin-top: 20px;
	padding: 5px;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 20px;
}

.example__maker {
	font-size: 14px;
	margin: 0;
}
	
.achievement__h2 {
	margin-top: 80px;
}
	
.achievement__box {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.achievement__item {
	width: 48%;
	margin-bottom: 30px;
}

.achievement__thumbnail {
	margin-bottom: 10px;
}

.achievement__h3 {
	font-size: 16px;
}
	
.achievement__btn--add {
    border: 2px solid #009245;
    width: 250px;
	height: 45px;
	line-height: 41px;
	font-size: 18px;
	margin: 20px auto 0 auto;
}

.achievement__btn--jump {
	width: 300px;
	height: 60px;
	margin: 30px auto 70px auto;
	font-size: 20px;
	border: 2px solid #be001f;
	line-height: 56px;
}

.achievement__btn--jump span {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

.achievement__btn--jump span::before {
	width: 10px;
	left: 9px;
	top: 8px;
}

.achievement__btn--jump span::after {
	width: 10px;
	left: 9px;
	bottom: 8px;
}
	
	
	
/* reason */
.reason {
	padding-top: 60px;
}

.reason__box {
	margin-top: 50px;
}

.reason__item {
	width: 100%;
	margin-bottom: 30px;
}

.reason__h3 {
	font-size: 16px;
	padding: 5px 10px;
}

.reason__content {
	padding: 10px 15px;
}

.reason__ttl {
	font-size: 16px;
	padding-bottom: 10px;
}

.reason__txt {
	font-size: 14px;
	margin-top: 10px;
}
	
	
	
/* sec08 */
.sec08 .sec-in {
    width: 100%;
    margin-bottom: 40px;
  }
	
.sec08__box {
	display: block;
}

.sec08__item {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	padding: 20px 30px;
}

.sec08__item::after {
	font-size: 100px;
}

.sec08__item-left {
	width: 100%;
	display: flex;
	align-items: center;
}
	
.sec08__icon {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto 20px auto;
}

.sec08__item-right {
	width: 100%;
}

.sec08__h4 {
	margin-bottom: 5px;
}
	
	
	
/* flow */
.flow {
	padding-top: 60px;
}
	

	
/* about */
.about {
	margin-bottom: 50px;
}

.about__item {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
	
.about__item:first-child {
	padding-top: 10px;
}

.about__h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.about__medium {
	font-size: 16px;
	margin-bottom: 10px;
}
	
.about__txt {
	font-size: 14px;	
}
	
	
	
/* voice */
.voice__box {
	display: block;
	justify-content: space-between;
	background-color: transparent;
	padding: 0;
}

.voice__item {
	width: 100%;
	margin-bottom: 30px;
	padding: 40px 30px;
	background-color: #FFF;
}

.voice__img {
	margin: 0 auto 20px auto;
}

.voice__name {
	font-size: 20px;
	margin-bottom: 10px;
}

.voice__work {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
	
.voice__txt {
	font-size: 14px;
}
	
	

/* sec03 */
#wp .sec03 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#wp .sec03 dl dt {
    width: 20%;
  }


	
/* sec04 */
#wp .sec04 ul li {
    width: 100%;
  }

#wp .sec04 ul li:not(:last-child) {
    margin-bottom: 20px;
  }

#wp .sec04 ul li:not(:last-child):before {
  display: none;
}
	
#wp .sec04 ul li img {
    width: 50%;
  }
	
#wp .sec04 p a {
	margin-right: 3px;
}

#wp .sec04 p a::after {
	width: 12px;
	height: 8px;
	margin-left: 1px;
}
	
	
	
/* sec07 */
.sec07 {
	padding-top: 0;
}
	
#wp .sec07 dl dt {
	padding: 15px 40px 15px 50px;
	font-size: 13px;
	font-size: 3.46667vw;
}
	
#wp .sec07 .sec-in .sec07__box {
	display: block;
}

#wp .sec07 .sec-in .sec07__item {
	width: 100%;
}
	
#wp .sec07 dl dt:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 16px;
    left: 10px;
    font-size: 16px;
 }
	
#wp .sec07 dl dt:after {
    right: 15px;
    top: 13px;
	font-size: 24px;
}
	
#wp .sec07 dl dt.open:after {
    top: 16px;
}
	
#wp .sec07 dl dd {
    padding: 15px 15px 15px 50px;
}

#wp .sec07 dl dd:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 16px;
    left: 10px;
    font-size: 16px;
}
	
	
	
	
/* #company sec02 */
#company .sec02 .sec02-content div:last-child dl:first-of-type {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
	
#company .sec02 .sec02-box{
    width: 100%;
  }
	
#company .sec02 dl dt {
    width: 25%;
  }
#company .sec02 dl dd {
    width: 70%;
  }
	


/* #company sec04 */
#company .sec04 .left {
    width: 100%;
  }

#company .sec04 .left h4 {
    font-size: 18px;
    font-size: 4.8vw;
  }
	
#company .sec04 .left dl dt {
    width: 15%;
  }
  #company .sec04 .left dl dd {
    width: 80%;
  }
	
#company .sec04 .right {
    width: 100%;
  }
	
	
}