@charset "utf-8";

body {
  padding-left: 100px;
  background: var(--gray-color);
}
.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  width: 100px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
}
.fv {
  background-image: url(../images/top/pc_fv.jpg);
  object-fit: cover;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.mincho {
  font-family: var(--mincho-font);
}
.Zen {
  font-family: var(--font);
}
.orange {
  color: var(--main-color);
}
.center {
  text-align: center;
}
.bg_white {
  background-color: var(--white-color);
}

.fv__textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5%;
}
.fv__textbox .container h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3em;
}
.fv__textbox .container p {
  font-size: 20px;
  color: #fff;
  padding-top: 30px;
}

section {
  padding: 150px 0 0 0;
}

.sec__titlebox-en {
  font-size: 1.7rem;
  opacity: 0.36;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec__titlebox-ja {
  font-size: 3.8rem;
  font-weight: 500;
}
#message .sec__titlebox-ja {
  font-size: 5.2rem;
}
#about .sec__titlebox-ja {
  font-size: 4.8rem;
}

/* #message {
  background: blue;
} */
#message .left {
  width: 50%;
}
#message .left {
  position: relative;
  width: 50%;
  padding: 60px 0;
  z-index: 1;
}
#message .right {
  width: 50%;
}
#message .right img {
  position: relative;
  /* background-image: url(../images/sub/message_img.jpg); */
  display: block;
  max-width: 120%;
  width: 120%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  margin-left: 2%;
  z-index: 0;
  object-fit: cover;
}
#message .left p {
  line-height: 2.8em;
  font-size: 18px;
  font-weight: 500;
  padding-top: 38px;
}
/* #about {
  background: red;
} */

#about .about__list {
  flex-direction: column;
  gap: 170px 0;
  padding-top: 170px;
}
#about .about__list__item {
  align-items: center;
}
#about .about__list__item__textbox {
  width: 50%;
}
#about .about__list__item__imgbox {
  /* background: #fff; */
  width: 45%;
}
#about .about__list__item__imgbox img {
  border-radius: 3%;
}
#about .about__list__item.reverse .about__list__item__textbox {
  order: 1;
}
#about .about__list__item.reverse .about__list__item__textbox .num {
  font-size: 81px;
}
#about .about__list__item__textbox .num {
  font-size: 81px;
  line-height: 0.8em;
}

#about .about__list__item.reverse .about__list__item__imgbox {
  order: 2;
}
#about .container p {
  line-height: 2.3em;
  font-size: 17px;
  font-weight: 500;
  margin-top: 25px;
}
#about .about__list__item__textbox h4 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.8em;
  padding-top: 60px;
  padding-bottom: 50px;
}
#about .about__list__item__textbox p {
  line-height: 2.5em;
  font-weight: 500;
}
#about .text_span {
  color: #9f9f9f;
  font-size: 15px;
}
#flow .container .flow_area {
  padding: 45px 60px;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-start;
}

#flow .container .flow_area span {
  font-size: 38px;
}
#flow .container .flow_areamincho .orange {
  font-size: 20px;
}
#flow .container .flow_area01 {
  width: 30%;
  max-width: 300px;
  display: flex;
  font-size: 20px;
  gap: 30px;
}
#flow .container .flow_area02 {
  width: 70%;
  font-weight: 500;
}
#flow .container .sec__titlebox {
  padding-bottom: 50px;
}
#users {
  padding: 0px;
  margin-top: 125px;
}
#users .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 21px;
}
#users .logo img {
  max-width: 180px;
  margin: 20px;
}

#thanks {
  background: url(../images/sub/thanks_bg.jpg) center center / cover no-repeat;
  padding: 60px 0 70px;
  margin-top: 125px;
}
#thanks h6,
#thanks p {
  color: #fff;
}

#thanks .button {
  position: relative;
  background: url(../images/sub/white_btn.svg) 96% center no-repeat;
  border: 1px solid;
  border-radius: 10px;
  width: 100%;
  max-width: 425px;
  padding: 20px 20px;
  font-size: 19px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

#thanks h6, #users h6 {
  font-size: 40px;
  font-weight: 400;
}
#thanks p {
  font-size: 20px;
  padding: 25px 0 30px;
}
#thanks .white_color {
  color: #fff;
  font-size: 24px;
}
#QA dl:not(:last-child) {
  margin-bottom: 30px;
}
#QA dl {
  border-radius: 10px;
  background-color: #fff;
}
#QA dt {
  border: 0;
}
#QA dt p,
#QA p {
  position: relative;
  cursor: pointer;
  display: table;
  border-radius: 0 0 10px 10px;
  line-height: 1.6em;
}
#QA dt p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1em;
  padding: 40px 40px 40px 85px;
}
#QA p {
  line-height: 1.94em;
  padding: 40px 40px 40px 85px;
}
#QA dt p:before {
  content: "Q";
  position: absolute;
  margin: auto;
  left: 40px;
  top: 55%;
  color: var(--main-color);
  font-family: var(--mincho-font);
  transform: translateY(-50%);
  width: 19px;
  height: 32px;
  z-index: 10;
  font-size: 30px;
}
#QA .question {
  position: relative;
}
#QA .question::after {
  background: url(../images/sub/qa_btn_1.svg) 96% center no-repeat;
  content: "";
  display: block;
  height: 25px;
  width: 15px;
  position: absolute;
  right: 25px;
  top: 38%;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
#QA dd {
  display: none;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #dcdcdc;
}
#QA dd p:before {
  content: "A";
  color: var(--green-color);
  font-family: var(--mincho-font);
  position: absolute;
  left: 40px;
  top: 50px;
  transform: translateY(-50%);
  width: 19px;
  height: 24px;
  z-index: 10;
  font-size: 30px;
}
#QA .question.open::after {
  transform: rotate(-180deg);
}

#QA .sec__titlebox {
  padding-bottom: 40px;
}
#read_sec {
  position: relative;
  padding: 6% 5% 6% 42%;
  border-radius: 10px;
}

#company #read_sec {
  background: url(../images/sub/read_img.jpg) center center / cover no-repeat;
}
#moretrees #read_sec {
  background: url(../images/sub/moretrees_img-1.png) center center / cover no-repeat;
}

#read_sec .white_color {
  font-size: 24px;
}

#read_sec * {
  color: #fff;
}

#moretrees #read_sec * {
  color: #333;
}
#moretrees #read_sec .logo{
  padding: 0px 0px 21px;
}

#read_sec .sec__titlebox-ja {
  font-size: 27px;
  margin-bottom: 18px;
}
#moretrees #read_sec .sec__titlebox-ja {
  font-size: 25px;
  line-height: 1.5em;
}
#read_sec .sec__titlebox-ja span {
  font-size: 43px;
}
#read_sec p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 25px;
}
#read_sec .button {
  position: relative;
  border: 1px solid;
  border-radius: 10px;
  width: 100%;
  max-width: 270px;
  padding: 15px 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#read_sec .button img {
  width: 20px;
  height: 20px;
}
#kanren h6 {
  font-size: 38px;
}
#kanren p {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}

#kanren .recruit ul {
  flex-wrap: wrap;
  row-gap: 11px;
  margin-top: 35px;
}
#kanren .recruit ul li {
  width: calc(100% / 4 - 30px);
}
#kanren .recruit ul li a {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
#kanren .recruit ul li .img-box {
  width: 94px;
  height: 94px;
  object-fit: cover;
  margin-right: 25px;
}
#kanren .recruit ul li a::after {
  content: url(../images/sub/Black_btn.svg);
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0, 60%);
}
#kanren {
  padding-bottom: 150px;
}
footer .btn p {
  line-height: 0.8em;
  font-size: 13px;
  padding-top: 10px;
  font-weight: 500;
}
footer .left .map {
  padding-top: 30px;
  font-weight: 500;
}
footer .left .map p {
  font-weight: 500;
}

footer .left .map a {
  text-decoration: underline;
}
.fixed-btn a {
  display: flex;
  background-color: #cb4c09;
  width: 285px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.fixed-btn {
  z-index: 100;
  bottom: 0;
  right: 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.fixed-btn a:nth-child(2) {
  background-color: #65af01;
}
.fixed-btn a .icon {
  border-radius: 100%;
  height: 49px;
  width: 30px;
  text-align: center;
  margin: 0 14px 0 0;
  justify-content: center;
  display: flex;
}
footer .text {
  font-size: 14px;
}
footer .text p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
footer .footer-middle .inbox1 {
  grid-template-columns: 33% 33% 21% 13%;
}
footer .footer-middle .grid {
  align-items: flex-start;
}
footer .right {
  flex-flow: column;
}
footer .inbox ul li a::after {
  display: block;
  width: 100px;
  content: url(../images/sub/Black_btn.svg);
  position: absolute;
  top: 0%;
  right: -123px;
}
footer .inbox ul li a {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
}
footer .inbox ul {
  justify-content: space-around;
}
footer .inbox1 {
  padding-top: 30px;
}
footer .footer_yohaku {
  padding: 80px 0;
}
footer .sns_btn {
  gap: 60px;
}
footer .sns_btn .sns_yohaku {
  gap: 5px;
  font-size: 13px;
  align-items: center;
}
footer .sns {
  padding: 20px 0;
  font-weight: 500;
}
footer .sns p {
  font-size: 18px;
  font-weight: 500;
}
footer .sns_btn p {
  padding-right: 15px;
  font-size: 13px;
  font-weight: 500;
}

footer .Copy {
  text-align: center;
  padding: 30px 60px;
  font-size: 12px;
  padding: 30px 0 50px;
}
footer .Copy p {
  color: #b7b2b2;
  font-weight: 500;
}
header .target__txt {
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
header .target {
  display: flex;
  align-items: center;
  width: 100px;
  font-size: 15px;
  z-index: 99;
  font-weight: 500;
}

header .cm-h__nav {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
}
header .cm-h__nav__list {
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
header .header_btn a {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  background: #cb4b08;
  width: 100px;
  height: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  gap: 10px;
  line-height: 1.2em;
  font-weight: 500;
}
header .header_btn02 a {
  background: #65af01;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  width: 100px;
  height: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  gap: 10px;
  line-height: 1.2em;
  font-weight: 500;
}
header .haeder_btn {
  width: 250px;
  height: 100px;
  background: #fff;
  text-align: center;
  border-radius: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .haeder_btn h1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .haeder_btn p {
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 13px;
}
