@charset "UTF-8";
#strength .btn a, #news .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 60px;
  padding: 0 50px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #2f9649;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

#strength .btn a:hover, #news .btn a:hover {
  opacity: 0.6;
}

#business h2, #qanda h2, #company h2, #news h2 {
  margin-bottom: 35px;
  font-size: 40px;
  color: #323c44;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}

#business h2 small, #qanda h2 small, #company h2 small, #news h2 small {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #2f9649;
}

#business h2 small:after, #qanda h2 small:after, #company h2 small:after, #news h2 small:after {
  margin-left: 5px;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #2f9649;
}

@media (max-width: 999px) {
  #business h2, #qanda h2, #company h2, #news h2 {
    font-size: 32px;
  }
  #business h2 small, #qanda h2 small, #company h2 small, #news h2 small {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #business h2, #qanda h2, #company h2, #news h2 {
    font-size: 26px;
  }
  #business h2 small, #qanda h2 small, #company h2 small, #news h2 small {
    margin-top: 5px;
    font-size: 14px;
  }
  #business h2 small:after, #qanda h2 small:after, #company h2 small:after, #news h2 small:after {
    width: 40px;
  }
}

/*iframeマップ*/
#selecter .HTMLBlock {
  height: 100%;
}

#business .block .text, #qanda .text, #company .txtbox .text {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.05em;
}

@media (max-width: 999px) {
  #business .block .text, #qanda .text, #company .txtbox .text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #business .block .text, #qanda .text, #company .txtbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}

#mainimg #mainslider img {
  height: calc(100vh - 90px - 40px);
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg #mainmovie {
  position: relative;
  z-index: 0;
}

#mainimg #mainmovie video {
  display: block;
  width: 100%;
  height: calc(100vh - 90px - 40px);
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg #mainmovie .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#mainimg #mainmovie .cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg .catch {
  position: absolute;
  top: 80px;
  z-index: 1;
  width: 100%;
}

#mainimg .catch .catchinner {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg #mainmovie {
    height: auto;
  }
  #mainimg #mainmovie video {
    height: auto;
  }
  #mainimg .catch {
    top: 50px;
  }
  #mainimg .catch img {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 260px;
  }
  #mainimg #mainmovie {
    height: 260px;
  }
  #mainimg #mainmovie video {
    height: 260px;
  }
  #mainimg .catch {
    top: 30px;
  }
  #mainimg .catch img {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
strength
------------------------------------------------- */
#strength {
  margin-bottom: 5px;
  padding-bottom: 85px;
  overflow: hidden;
  background-image: url(../images/strength-shape.png), url(../images/strength-shape.png);
  background-repeat: no-repeat;
  background-position: top 0px left 40px, bottom 0 right 44.28571%;
}

#strength .contents {
  display: flex;
  width: calc(100% - ((100vw - 1000px) / 2));
  max-width: 1155px;
  padding-right: 10px;
  margin-left: calc((100vw - 1000px) / 2);
}

@media (max-width: 1040px) {
  #strength .contents {
    margin-left: 0;
    padding-left: 10px;
    width: 100%;
  }
}

#strength .txtbox {
  padding-top: 145px;
  width: 46.72489%;
}

#strength .imgbox {
  margin-left: 6.55022%;
  padding-top: 90px;
  width: 46.72489%;
}

#strength .imgbox .image .imginner {
  width: 100%;
  position: relative;
}

#strength .imgbox .image .imginner img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#strength .imgbox .top {
  padding-left: 35px;
  margin-bottom: 40px;
}

#strength .imgbox .top .image .imginner {
  padding-top: 80%;
}

#strength .imgbox .bottom {
  display: flex;
  justify-content: space-between;
}

#strength .imgbox .bottom .image {
  width: 46.72897%;
}

#strength .imgbox .bottom .image:nth-child(1) {
  margin-top: -27.1028%;
}

#strength .imgbox .bottom .image:nth-child(1) .imginner {
  padding-top: 120%;
}

#strength .imgbox .bottom .image:nth-child(2) .imginner {
  padding-top: 80%;
}

#strength h2 {
  margin-bottom: 55px;
}

#strength h2 img {
  width: auto;
  height: auto;
}

@media (max-width: 999px) {
  #strength {
    background-size: 200px auto;
    background-position: top 0px left 30px, bottom 0 right 44.28571%;
  }
  #strength .txtbox {
    padding-top: 95px;
  }
  #strength .imgbox {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  #strength {
    background-position: top 0px center, bottom 0 center;
  }
  #strength .contents {
    flex-direction: column;
    align-items: center;
  }
  #strength .txtbox {
    order: 1;
    padding-top: 60px;
    width: 100%;
    max-width: 300px;
  }
  #strength .imgbox {
    margin-left: 0;
    width: 100%;
    padding-top: 80px;
    max-width: 360px;
  }
  #strength h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  #strength .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  margin-bottom: 85px;
  letter-spacing: 0.05em;
}

#business .top {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#business .bottom {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
}

#business .bottom:before {
  display: block;
  content: "";
  width: calc(100% - ((100vw - 1200px) / 2));
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f5f8;
  border-radius: 0 8px 8px 0;
}

@media (max-width: 1240px) {
  #business .bottom:before {
    width: calc(100% - 10px);
  }
}

#business .contents {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}

#business .block {
  width: 31%;
}

#business .block + .block {
  margin-left: 3.5%;
}

#business .block:nth-child(2) {
  margin-top: 30px;
}

#business .block:nth-child(3) {
  margin-top: 60px;
}

#business .block a {
  text-decoration: none;
  display: block;
  color: #323c44;
}

#business .block a .image:after {
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(47, 150, 73, 0.3);
  border-radius: 8px;
}

#business .block a:hover .image:after {
  opacity: 0;
}

#business .block .image {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 109.67742%;
  position: relative;
}

#business .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 8px;
}

#business .block .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}

#business .block .text {
  font-weight: normal;
}

@media (max-width: 999px) {
  #business .block .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #business .bottom {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  #business .block .title {
    font-size: 16px;
  }
  #business .block .text {
    line-height: 1.6;
  }
}

@media (max-width: 500px) {
  #business .contents {
    flex-direction: column;
    align-items: center;
  }
  #business .block {
    width: 100%;
    max-width: 240px;
  }
  #business .block + .block {
    margin-left: 0;
  }
  #business .block:nth-child(2) {
    margin-top: 40px;
  }
  #business .block:nth-child(3) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
qanda
------------------------------------------------- */
#qanda {
  margin-bottom: 85px;
  letter-spacing: 0.05em;
}

#qanda .top {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#qanda .bottom {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #f2f5f8;
}

#qanda .contents {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#qanda .block + .block {
  margin-top: 50px;
}

#qanda .block .question {
  margin-bottom: 25px;
  padding: 10px 10px 10px 70px;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: bold;
  background-color: #fff;
  border-radius: 8px;
  background-image: url(../images/q-icon.png);
  background-repeat: no-repeat;
  background-position: top 17.5px left 20px;
}

#qanda .block .answer {
  padding-left: 70px;
  background-image: url(../images/a-icon.png);
  background-repeat: no-repeat;
  background-position: top 8px left 21px;
}

#qanda .block .text {
  font-size: 18px;
  line-height: 1.88889;
}

@media (max-width: 767px) {
  #qanda .bottom {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #qanda .block + .block {
    margin-top: 40px;
  }
  #qanda .block .question {
    margin-bottom: 20px;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    background-position: top 15px left 10px;
  }
  #qanda .block .answer {
    padding-left: 40px;
    background-position: top 5px left 11px;
  }
  #qanda .block .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin-bottom: 85px;
  letter-spacing: 0.05em;
  position: relative;
}

#company:before {
  position: absolute;
  top: 260px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 260px - 125px);
  background-color: #f2f5f8;
}

#company .heading {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#company .inner {
  position: relative;
  z-index: 1;
}

#company .imgtop {
  overflow: hidden;
}

#company .imgbox {
  width: calc(100% - ((100vw - 1200px) / 2));
}

@media (max-width: 1240px) {
  #company .imgbox {
    width: calc(100% - 10px);
  }
}

#company .imgbox img {
  position: relative;
  width: 100%;
  border-radius: 0 8px 8px 0;
}

#company .txtbox {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 85px;
  margin-top: -65px;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  margin-left: calc((100vw - 1000px) / 2 + 100px);
}

#company .txtbox:before {
  position: absolute;
  top: 65px;
  left: -220px;
  display: block;
  content: "";
  width: calc(253px - 33px);
  height: calc(214px - 20px);
  background: url(../images/company-shape.png) no-repeat bottom left;
}

#company .txtbox .txtinner {
  padding-left: 110px;
  margin-right: calc((100vw - 1000px) / 2);
}

#company .txtbox .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#company .txtbox .logo {
  margin-bottom: 45px;
  text-align: center;
}

#company .txtbox .text {
  width: 48%;
}

#company .txtbox .text:nth-child(n + 3) {
  margin-top: 40px;
}

#company .txtbox .text strong {
  font-size: 20px;
  line-height: 2;
}

#company .sdgs {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

#company .sdgs .title {
  flex-shrink: 0;
  margin-right: 70px;
}

#company .sdgs .logo {
  flex-grow: 1;
  height: 210px;
  position: relative;
}

#company .sdgs .logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sdgs-bg.jpg) no-repeat center/cover;
  border-radius: 8px;
}

#company .sdgs .logo img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 1040px) {
  #company .txtbox {
    width: calc(100% - 10px);
    margin-left: auto;
    padding-top: 45px;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #company .txtbox .txtinner {
    margin-right: 0;
    padding-left: 0px;
  }
}

@media (max-width: 999px) {
  #company .txtbox .logo {
    margin-bottom: 40px;
    text-align: center;
  }
  #company .txtbox .text:nth-child(n + 3) {
    margin-top: 30px;
  }
  #company .txtbox .text strong {
    font-size: 18px;
  }
  #company .sdgs .title {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  #company:before {
    top: 200px;
    height: calc(100% - 200px - 100px);
  }
  #company .txtbox {
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #company .txtbox .text:nth-child(n + 3) {
    margin-top: 20px;
  }
  #company .txtbox .text strong {
    font-size: 16px;
  }
  #company .sdgs .title {
    margin-right: 20px;
  }
  #company .sdgs .title img {
    width: 65px;
    height: auto;
  }
  #company .sdgs .logo {
    height: 160px;
  }
  #company .sdgs .logo img {
    bottom: 10px;
    right: 10px;
    width: 200px;
    height: auto;
  }
}

@media (max-width: 500px) {
  #company:before {
    top: 160px;
    height: calc(100% - 160px - 70px);
  }
  #company .txtbox {
    margin-top: -20px;
  }
  #company .txtbox .text {
    width: 100%;
  }
  #company .txtbox .text + .text {
    margin-top: 20px;
  }
  #company .sdgs .title {
    margin-right: 10px;
  }
  #company .sdgs .title img {
    width: 50px;
  }
  #company .sdgs .logo {
    height: 120px;
  }
  #company .sdgs .logo img {
    width: 160px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 115px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.05em;
}

#news h2 {
  margin-bottom: 35px;
}

#news .contents {
  display: flex;
}

#news .btn {
  margin-top: 40px;
}

#news .btn a {
  margin: 0 auto;
}

#news .block {
  width: 28%;
}

#news .block + .block {
  margin-left: 8%;
}

#news .block a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: block;
  color: #323c44;
}

#news .block a:hover {
  opacity: 0.6;
}

#news .block .image {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 50%;
  position: relative;
}

#news .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 8px;
}

#news .block time {
  margin-bottom: 10px;
  display: block;
  color: #2f9649;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

#news .block .title {
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 999px) {
  #news .block {
    width: 32%;
  }
  #news .block + .block {
    margin-left: 2%;
  }
  #news .block .title {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #news {
    margin-bottom: 70px;
  }
  #news .block time {
    font-size: 13px;
  }
  #news .block .title {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  #news .contents {
    flex-direction: column;
    align-items: center;
  }
  #news .block {
    width: 100%;
    max-width: 260px;
  }
  #news .block + .block {
    margin-top: 30px;
    margin-left: 0;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=index.css.map */