.header_nav_pc_link{
  color: white;
}

.partner_text{
  color: white;
}

.header_nav_pc_link::after{
  background: white;
}

.header_nav_pc_link_black{
  color: black;
}

.header_nav_pc_link_black::after{
  background: black;
}

main{
  padding-top: 0;
  margin-top: -120px;
}

/*----------------------------------------------------------------------------*/
/*main_view-------------------------------------------------------------------*/
/*sp*/

.main_view{
  position: relative;
  width: 100%;
  height: 600px;
  min-height: 600px;
  padding-bottom: 0;
}

.main_video{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  object-position: center;
}

.main_video_filter{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
  z-index: -1;
	width: 100%;
	height: 100%;
  background-image:
    radial-gradient(#000 35%, transparent 50%),
    radial-gradient(#000 35%, transparent 50%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  background-repeat: repeat;
}

.vsc-controller{
  display: none
}

.main_copy{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 170px 5%;
  color: white;
  font-size: 26px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.3em;
}

.main_copy_size-a{
  font-size: 30px;
}

.main_copy_size-b{
  font-size: 32px;
}

.main_topics{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 30px 15px;
  background-color: #000000b3;
  color: white;
}

.main_topics .lcp_catlist li {
  display: block;
}

.main_topics .lcp_catlist li span{
  display: block;
  width: 100%;
  padding-bottom: 10px;
  color: #aaaaaa;
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 1px;
}

.main_topics .lcp_catlist li a{
  width: 100%;
  padding-bottom: 3px;
  color: white;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 2px;
  text-indent: 2px;
  border-bottom: 1px solid white;
  transition: 0.2s all;
}

.main_topics .lcp_catlist li a:hover{
  color: #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

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

.main_view{
  height: 90vh;
}

.main_copy{
  padding: 0 0 140px 5%;
  font-size: 45px;
  line-height: 100px;
}

.main_topics{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #000000b3;
  color: white;
}

.main_topics .lcp_catlist li a{
  width: 100%;
  padding-bottom: 5px;
  color: white;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  text-indent: 2px;
  border-bottom: 1px solid white;
  transition: 0.2s all;
}

.main_copy_size-a{
  font-size: 50px;
}

.main_copy_size-b{
  font-size: 65px;
}
}

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

.main_copy{
  padding: 0 0 160px 5%;
  font-size: 50px;
  line-height: 120px;
}

.main_copy_size-a{
  font-size: 70px;
}

.main_copy_size-b{
  font-size: 90px;
}

.main_topics{
  height: auto;
  padding: 40px;
}
}

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

.main_view{
  min-height: 800px;
}

.main_copy{
  padding: 0 0 40px 5%;
}

.main_topics{
  width: 500px;
}
}

/*service-------------------------------------------------------------------*/
/*sp*/

.service{
  width: 100%;
  background-color: #f2f8f5;
}

.service .section_title{
  margin-bottom: 0;
}

.service_contents_wrapper{
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}

.service_contents_wrapper::-webkit-scrollbar{
  display: none;
}

.service_contents{
  display: block;
  width: 90%;
  height: auto;
  margin: 40px auto;
  padding: 30px;
  background-color: #f2f8f5;
  border-radius: 30px;
  box-shadow:  10px 10px 10px #D0E4DA,
              -10px -10px 10px #F9FCFA;
  transition: 0.3s all;
}

.service_img_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.service_contents .service_img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all;
}

.service_img_text{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000099;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  opacity: 1;
  transition: 0.3s all;
}

.service_img_text h4{
  display: block;
  width: 140px;
  height: 80px;
  margin-left: auto;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  line-height: 80px;
}

.service_img_icon{
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: auto;
  object-fit: contain;
  object-position: center;
}

.service_contents h3::before{
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background-color: #214936;
  top: -10px;
}

.service_contents h3{
  position: relative;
  margin-bottom: 20px;
  color: black;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
}

.service_contents p{
  padding: 0 10px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}

.service_scroll_bar{
  display: none;
}

.service_scroll_box{
  display: none;
}

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

.service_contents_wrapper{
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}

.service_contents{
  width: 80%;
  margin: 60px auto;
}

.service_img_wrapper{
  height: 250px;
  margin-bottom: 60px;
}

.service_contents .service_img{
  height: 250px;
}

.service_img_text{
  padding-top: 90px;
  opacity: 0;
}

.service_img_text h4{
  font-size: 20px;
}

.service_contents h3{
  position: relative;
  margin-bottom: 20px;
  color: black;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
}

.service_contents p{
  padding: 0 10px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}

.service_scroll_bar{
  display: none;
}

.service_scroll_box{
  display: none;
}
}

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

.service_contents_wrapper{
  display: grid;
  width: 100%;
  height: auto;
  padding: 60px 5%;
  grid-template-columns: 47% 47% ;
  grid-column-gap: 6%;
  grid-template-rows: auto auto auto;
  grid-row-gap: 6vw;
}

.service_contents{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  background-color: #f2f8f5;
  border-radius: 20px;
  box-shadow:  10px 10px 10px #D0E4DA,
              -10px -10px 10px #F9FCFA;
  transition: 0.3s all;
}

.service_img_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 60px;
  border-radius: 10px;
}

.service_contents .service_img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all;
}

.service_img_text{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000099;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  opacity: 0;
  transition: 0.3s all;
}

.service_contents h3{
  position: relative;
  margin-bottom: 20px;
  color: black;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
}
}

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

.service_contents{
  display: block;
  height: auto;
  margin: 0;
  padding: 30px;
  background-color: #f2f8f5;
  border-radius: 30px;
  box-shadow:  10px 10px 10px #D0E4DA,
              -10px -10px 10px #F9FCFA;
  transition: 0.3s all;
}
}

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

.service{
  width: 100%;
  background-color: #f2f8f5;
}

.service_contents_wrapper{
  display: grid;
  width: 100%;
  height: auto;
  padding: 60px 3%;
  grid-template-columns: 31% 31% 31%;
  grid-column-gap: 3.5%;
  grid-template-rows: auto auto;
  grid-row-gap: 3.5vw;
}

.service_contents_wrapper::-webkit-scrollbar{
  display: none;
}

.service_contents{
  display: block;
  height: auto;
  margin: 0;
  padding: 30px;
  background-color: #f2f8f5;
  border-radius: 30px;
  box-shadow:  10px 10px 10px #D0E4DA,
              -10px -10px 10px #F9FCFA;
  transition: 0.3s all;
}

.service_img_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 60px;
  border-radius: 10px;
}

.service_contents .service_img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all;
}

.service_img_text{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000099;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  opacity: 0;
  transition: 0.3s all;
}

.service_img_text h4{
  display: block;
  width: 140px;
  height: 80px;
  margin-left: auto;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  line-height: 80px;
}

.service_img_icon{
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: auto;
  object-fit: contain;
  object-position: center;
}

.service_contents h3::before{
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background-color: #214936;
  top: -10px;
}

.service_contents h3{
  position: relative;
  margin-bottom: 20px;
  color: black;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
}

.service_contents p{
  padding: 0 10px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}
}

/*mission-------------------------------------------------------------------*/
/*sp*/

.mission .section_title{
  margin-bottom: 20px;
}

.mission_contents{
  display: block;
  width: 100%;
  padding-left: 5%;
}

.mission_text{
  width: 100%;
  padding-right: 0px;
}

.mission_text h3{
  position: relative;
  padding-left: 60px;
  font-size: 24px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
}

.mission_text h3::before{
  content: "";
  position: absolute;
  top: 24px;
  left: 0px;
  display: block;
  width: 40px;
  height: 2px;
  background-color: black;
}

.br_mission_text{
  display: block;
}

.mission_text p{
  margin-top: 40px;
  padding-left: 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  line-height: 2;
}

.mission_view_more{
  display: flex;
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}

.mission_view_more h4{
  width: 100px;
  margin-top: 25px;
  font-size: 16px;
}

.mission_view_more img{
  width: 60px;
  height: 60px;
  margin-left: 20px;
  padding: 20px;
  background-color: #43906b;
  border-radius: 40px;
  transition: 0.5s all;
}

.mission_view_more:hover img{
  margin-left: 40px;
}

.mission_img{
  width: 95%;
  height: 200px;
  margin-top: 40px;
  background-image: url(../../img/img-hp/hp-mission/mission_4.jpeg);
  background-size: cover;
  background-position: center;
}

.mission_img_sp{
  display: block;
}

.mission_img_pc{
  display: none;
}

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

.mission_contents{
  width: 95%;
}

.mission_text h3{
  padding-left: 80px;
  font-size: 28px;
}

.mission_text h3::before{
  top: 28px;
  width: 60px;
  height: 3px;
}

.mission_text p{
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.4;
}

.mission_view_more{
  width: 300px;
}

.mission_view_more h4{
  width: 140px;
  font-size: 24px;
}

.mission_view_more img{
  width: 80px;
  height: 80px;
}

.mission_img{
  width: 100%;
  height: 300px;
  margin-top: 60px;
}
}

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


.mission_text h3{
  font-size: 32px;
}

.mission_text h3::before{
  top: 32px;
}

.br_mission_text{
  display: none;
}

.mission_text p{
  padding-left: 80px;
  font-size: 18px;
}

.mission_view_more{
  margin-left: 80px;
}

.mission_img{
  height: 400px;
  margin-top: 40px;
}

}

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


.mission_contents{
  display: flex;
}

.mission_text{
  width: 60%;
  padding-right: 20px;
}

.mission_text h3{
  position: relative;
  padding-left: 80px;
  font-size: 32px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
}

.mission_text h3::before{
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  display: block;
  width: 60px;
  height: 3px;
  background-color: black;
}

.br_mission_text{
  display: block;
}

.mission_text p{
  margin-top: 80px;
  padding-left: 0px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 2.4;
}

.mission_view_more{
  display: flex;
  width: 300px;
  margin-top: 60px;
  margin-left: 0px;
}

.mission_img{
  width: 50%;
  height: auto;
  margin-top: 0;
  background-size: cover;
  background-position: center;
}

.mission_img_sp{
  display: none;
}

.mission_img_pc{
  display: block;
}

}

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

.mission_text h3{
  position: relative;
  padding-left: 80px;
  font-size: 32px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
}

.mission_text h3::before{
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  display: block;
  width: 60px;
  height: 3px;
  background-color: black;
}

.br_mission_text{
  display: none;
}

.mission_text p{
  margin-top: 80px;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.3em;
  line-height: 2.4;
}

.mission_view_more{
  display: flex;
  width: 300px;
  margin-top: 60px;
  margin-left: 0px;
}

.mission_img{
  width: 40%;
  height: auto;
  margin-top: 0;
  background-size: cover;
  background-position: center;
}
}

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

.mission_contents{
  display: flex;
  flex-wrap: nowrap;
  width: 95%;
  padding-left: 5%;
}

.mission_text{
  width: 60%;
  padding-right: 20px;
}

.mission_text h3{
  position: relative;
  padding-left: 80px;
  font-size: 40px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
}

.mission_text h3::before{
  content: "";
  position: absolute;
  top: 40px;
  left: 0px;
  display: block;
  width: 60px;
  height: 3px;
  background-color: black;
}

.br_mission_text{
  display: none;
}

.mission_text p{
  margin-top: 80px;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.3em;
  line-height: 2.4;
}

.mission_view_more{
  display: flex;
  width: 300px;
  margin-top: 60px;
  margin-left: 80px;
}

.mission_view_more h4{
  width: 160px;
  margin-top: 25px;
  font-size: 24px;
}

.mission_view_more img{
  width: 80px;
  height: 80px;
  margin-left: 20px;
  padding: 20px;
  background-color: #43906b;
  border-radius: 40px;
  transition: 0.5s all;
}

.mission_view_more:hover img{
  margin-left: 40px;
}

.mission_img{
  width: 40%;
  background-size: cover;
  background-position: center;
}
}

/*about_us--------------------------------------------------------------------*/
/**/
.about_us{
  display: block;
  width: 100%;
  height: auto;
  padding: 40px 0 0;
}

.about_us .about_us_contents{
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}

.about_us .value_credo{
  background-image: url(../../img/img-hp/hp-value-credo/value_credo.jpeg);
}

.about_us .member{
  background-image: url(../../img/img-hp/hp-member/member.jpeg);
}


.about_us .about_us_contents h3{
  width: 100%;
  height: 100%;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 300px;
  background-color: #00000066;
  transition: 0.2s
}

.about_us .about_us_contents h3:hover{
  background-color: #00000026;

}


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

.about_us{
  display: flex;
  height: 400px;
}

.about_us .about_us_contents{
  width: 50%;
  height: 100%;
}

.about_us .about_us_contents h3{
  width: 100%;
  height: 100%;
  font-size: 28px;
  text-align: center;
  line-height: 400px;
}

}

/*topics----------------------------------------------------------------------*/
/*sp*/

.topics{
  background-color: #F2F8F5;
}

.topics_wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}

.topics_title{
  display: flex;
  width: 60px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.topics_title h2{
  display: block;
  margin-left: 0;
  margin-right: auto;
  font-size: 32px;
  font-weight: 900;
}

.topics_view_all{
  display: block;
  width: 180px;
  height: 60px;
  margin: 40px 0 0 auto;
  border-bottom: 1px solid black;
}

.topics_view_all h4{
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.topics_view_all h4::after{
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../img/img-hp/hp-icon/icon_view_more.svg);
  transition: 0.5s all;
}

.topics_view_all h4:hover::after{
  right: 0;
}

.topics .lcp_catlist{
  width: calc(100% - 60px);
  border-bottom: 1px solid #214936;
}

.topics .lcp_catlist li{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0 15px;
  border-top: 1px solid #214936;
}

.topics .lcp_catlist li span{
  padding-bottom: 10px;
  color: #aaaaaa;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-indent: 1px;
}

.topics .lcp_catlist li a{
  position: relative;
  padding-right: 50px;
  color: black;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: 3px;
  transition: 0.2s all;
}

.topics .lcp_catlist li a::after{
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  width: 30px;
  height: 100%;
  background-image: url(../../img/img-hp/hp-icon/icon_view_more.svg);
  transition: 0.5s all;
}

.topics .lcp_catlist li a:hover{
  color: #aaaaaa;
}

.topics .lcp_catlist a:hover::after{
  right: 0;
}

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

.topics_wrapper{
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.topics_title{
  display: flex;
  width: 80px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.topics_title h2{
  display: block;
  margin-left: 0;
  margin-right: auto;
  font-size: 40px;
  font-weight: 900;
}

.topics_view_all{
  display: block;
  width: 180px;
  height: 60px;
  margin: 40px 0 0 auto;
  border-bottom: 1px solid black;
}

.topics_view_all h4{
  position: relative;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.topics .lcp_catlist{
  width: calc(100% - 80px);
  border-bottom: 1px solid #214936;
}

.topics .lcp_catlist li{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 0 20px;
  border-top: 1px solid #214936;
}


.topics .lcp_catlist li span{
  padding-bottom: 10px;
  color: #aaaaaa;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 1px;
}

.topics .lcp_catlist li a{
  position: relative;
  padding-right: 65px;
  color: black;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 3px;
  text-indent: 3px;
  transition: 0.2s all;
}

.topics .lcp_catlist li a::after{
  content: "";
  position: absolute;
  top: 5px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../img/img-hp/hp-icon/icon_view_more.svg);
  transition: 0.5s all;
}
}

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

.topics_wrapper{
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.topics_title{
  display: flex;
  width: 100px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.topics_title h2{
  display: block;
  margin-left: 0;
  margin-right: auto;
  font-size: 48px;
  font-weight: 900;
}

.topics_view_all{
  display: block;
  width: 180px;
  height: 60px;
  margin: auto 0 0 auto;
  border-bottom: 1px solid black;
}

.topics_view_all h4{
  position: relative;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.topics .lcp_catlist{
  width: calc(100% - 300px);
}

}

/*追記 - client*/

.client{
  position: relative;
  display: flex;
  width: 100vw;
  padding: 45px 0;
  overflow: hidden;
}

.client_logo{
  padding: 0;
  display: flex;
  flex-shrink: 0;
}

.client_logo:first-child{
  animation: slide1 60s -30s linear infinite;
}

.client_logo:last-child{
    animation: slide2 60s linear infinite;
}

.client_logo figure{
  display: inline-block;
  width: 60px;
  height: 30px;
  list-style: none;
  text-align: center;
  margin: 0 10px 0;
  mix-blend-mode: multiply;
}

.client_logo figure img{
  display: block;
  width: 60px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}


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

  .client{
    position: relative;
    display: flex;
    width: 100vw;
    padding: 30px 0;
    overflow: hidden;
  }

  .client_logo figure{
    display: inline-block;
    width: 100px;
    height: 50px;
    list-style: none;
    text-align: center;
    margin: 0 10px 0;
  }

  .client_logo figure img{
    display: block;
    width: 100px;
    height: 50px;
    object-fit: contain;
    object-position: center;
  }



}




