@charset "UTF-8";
/**
 * SCSS Information
 * ===============================================================
 *
 * File name: _module.scss
 * Summary:   モジュール用スタイル
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    modules
 *
 * ===============================================================
*/
/** =1
 * ========================================
 * modules
 * ========================================
 */
.headerLogo {
  width: 445px;
}
.innerPage .innerHeaderLogoWhite {
  display: none;
}
.innerPage .l-header.fixed .innerHeaderLogoWhite {
  display: block;
}
.innerPage .l-header.fixed .innerHeaderLogoBlack {
  display: none;
}

@media screen and (max-width: 767px) {
  .headerLogo {
    width: 300px;
  }
}

.navList li {
  margin-left: 15px;
}
.navList li a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  font-size: 1.55rem;
  letter-spacing: 0.07em;
  line-height: 0.8;
}
#home .navList li a,
.fixed .navList li a {
  color: #fff;
}
.navList li a:hover,
.navList li a.current,
#home .navList li a:hover,
#home .navList li a.current {
  color: #55a349;
}
.navList li .navRead {
  display: inline-block;
  margin-top: 12px;
  font-size: 70%;
}
.l-header.fixed .navList li a {
  line-height: 0.7;
}
.l-header.fixed .navList li .navRead {
  margin-top: 10px;
}

@media screen and (max-width: 870px) {
  .navList li {
    margin-left: 10px;
  }
  .navList li a {
    padding: 5px 5px;
  }
}

.sectionInnerPageTitle {
  margin-bottom: 100px;
}
.innerPageH2 {
  margin-bottom: 150px;
  font-size: 4.2rem;
}
.innerPageH2 span {
  margin: 40px auto 0;
  font-size: 1.6rem;
}
.innerPageH2::before {
  content: "";
  position: absolute;
  bottom: 35px;
  right: calc(50% - 20px);
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #4e9262;
  background: -moz-linear-gradient(
    to right,
    #264a21 0%,
    #264a21 50%,
    #55a349 50%,
    #55a349 100%
  );
  background: -webkit-linear-gradient(
    to right,
    #264a21 0%,
    #264a21 50%,
    #55a349 50%,
    #55a349 100%
  );
  background: linear-gradient(
    to right,
    #264a21 0%,
    #264a21 50%,
    #55a349 50%,
    #55a349 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9262', endColorstr='#295a36',GradientType=1 );
}
.innerPageH3 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .sectionInnerPageTitle {
    margin-bottom: 60px;
  }
  .innerPageH2 {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
  .innerPageH2 span {
    margin: 35px auto 0;
    font-size: 1.5rem;
  }
  .innerPageH2::before {
    top: 40px;
    height: 4px;
  }
  .innerPageH3 {
    padding: 0 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.hasLineH3 {
  margin-bottom: 50px;
  font-size: 22px;
  font-size: 2.2rem;
}
.hasLineH3::after {
  content: "";
  display: inline-block;
  width: 240px;
  height: 3px;
  margin-left: 30px;
  vertical-align: 6px;
  background: #55a349;
  background: -moz-linear-gradient(
    left,
    #264a21 0%,
    #264a21 50%,
    #55a349 50%,
    #55a349 100%
  );
  background: -webkit-linear-gradient(
    left,
    #264a21 0%,
    #264a21 50%,
    #55a349 50%,
    #55a349 100%
  );
  background: linear-gradient(
    to right,
    #264a21 0%,
    #264a21 50%,
    #55a349 50%,
    #55a349 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9262', endColorstr='#295a36',GradientType=1 );
}

@media screen and (max-width: 767px) {
  .hasLineH3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hasLineH3::after {
    width: 32%;
    height: 2px;
    margin-left: 20px;
    vertical-align: 4px;
  }
}

/**--Slick共通--**/
.slickSlider {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slickSlider.slick-initialized {
  opacity: 1;
}

/** =2
 * ========================================
 * btn
 * ========================================
 */

/*今回ここから*/
.btn {
  line-height: 1;
}

a.greenBtn {
  height: 0;
  min-width: 195px;
  padding: 0 80px;
  border-bottom: 36px solid #264a21;
  border-right: 31px solid transparent;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2em;
  z-index: 1;
}
a.greenBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -38px;
  z-index: -1;
  display: inline-block;
  height: 0;
  border-bottom: 36px solid #55a349;
  border-right: 30px solid transparent;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
a.greenBtn:hover::before {
  transform: scale(1, 1);
}
.btnBg.greenBtnBg {
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  right: -8px;
  z-index: -2;
  height: 0;
  border-bottom: 36px solid #55a349;
  border-right: 32px solid transparent;
}
/*今回ここまで*/

.topDoubleBtnWrapper {
  width: 1260px;
  max-width: 100%;
  margin: 25px auto 0;
}
a.topDoubleBtn {
  height: 0;
  width: 220px;
  padding-left: 15px;
  margin-right: 20px;
  border-bottom: 35px solid #002412;
  border-right: 25px solid transparent;
  color: #fff;
  line-height: 1.95em;
  font-size: 16px;
  font-size: 1.6rem;
}
a.topDoubleBtn:hover {
  border-bottom: 35px solid transparent;
}
a.topDoubleBtn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: -1;
  display: inline-block;
  height: 0;
  width: 220px;
  border-bottom: 35px solid #4e9262;
  border-right: 25px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a.topDoubleBtn:hover::after {
  top: 0;
  left: 0;
}

@media screen and (max-width: 1230px) {
  .topDoubleBtnWrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .topDoubleBtnWrapper {
    margin: 15px auto 0;
  }
  a.topDoubleBtn {
    width: 160px;
    margin-right: 0;
    border-bottom: 30px solid #002412;
    border-right: 21px solid transparent;
    line-height: 1.95em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  a.topDoubleBtn::after {
    top: 5px;
    left: 10px;
    width: 160px;
    border-bottom: 30px solid #4e9262;
    border-right: 21px solid transparent;
  }
}

.whiteBackBtnWrapper {
  margin-top: 60px;
}
.sectionServiceBlock .whiteBackBtnWrapper {
  margin-top: 45px;
}
a.whiteBackBtn {
  height: 0;
  min-width: 195px;
  padding: 0 50px;
  border-bottom: 35px solid #fff;
  border-right: 25px solid transparent;
  color: #295a36;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.25em;
}
a.whiteBackBtn:hover {
  border-bottom: 35px solid #295a36;
  color: #fff;
}
a.whiteBackBtn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -33px;
  z-index: -1;
  display: inline-block;
  height: 0;
  border-bottom: 37px solid #295a36;
  border-right: 27px solid transparent;
}

@media screen and (max-width: 767px) {
  .whiteBackBtnWrapper {
    margin-top: 25px;
  }
  .sectionServiceBlock .whiteBackBtnWrapper {
    margin-top: 25px;
  }
  a.whiteBackBtn {
    min-width: 160px;
    padding: 0 30px;
    border-bottom: 30px solid #fff;
    border-right: 21px solid transparent;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
  }
  .sectionServiceBlock a.whiteBackBtn {
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.2em;
  }
  a.whiteBackBtn:hover {
    border-bottom: 30px solid #295a36;
  }
  a.whiteBackBtn::after {
    right: -28px;
    border-bottom: 32px solid #295a36;
    border-right: 23px solid transparent;
  }
}

.formBtnWrapper {
  margin: 50px auto 0;
}
.submitBtn {
  height: 0;
  min-width: 358px;
  padding: 0 50px;
  border-bottom: 45px solid #264a21;
  border-right: 32px solid transparent;
  color: #fff;
  line-height: 2.65em;
  font-size: 16px;
  font-size: 1.6rem;
}
.backBtn {
  height: 0;
  min-width: 250px;
  margin: 10px 27px 0 0;
  padding: 0 30px;
  border-bottom: 32px solid #ccc;
  color: #fff;
  line-height: 2.1em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .formBtnWrapper {
    margin: 20px auto 0;
  }
  .submitBtn {
    min-width: 346px;
  }
  .backBtn {
    margin: 10px 5px 0 0;
  }
}

/** =3
 * ========================================
 * flow
 * ========================================
 */
.sectionFlow {
  margin-top: 65px;
  padding: 50px 0;
  background: #ededed;
}
.flowTitle {
  font-size: 32px;
  font-size: 3.2rem;
}
.flowTitleJp {
  margin: 10px 0 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sectionFlow {
    margin-top: 35px;
    padding: 30px 0;
  }
  #service .sectionFlow {
    margin-top: 0;
  }
  .flowTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .flowTitleJp {
    margin: 5px 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.flowUl {
  justify-content: space-between;
}
.flowLi {
  flex-direction: column;
  align-items: center;
  width: calc((100% / 5) - 2%);
}
.flowLi::after {
  content: "";
  position: absolute;
  top: 68px;
  right: -10%;
  z-index: 1;
  display: block;
  height: 24px;
  width: 12px;
  background: url(../image/common/flow/flowArrow.svg) center 0 no-repeat;
}
.flowLi:last-of-type::after {
  display: none;
}
.flowLiImgWrapper {
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 157px;
  margin-bottom: 20px;
  border-radius: 100%;
  background: #fff;
}
.flowLiImg {
  height: 66px;
}
.flowLiImg .cls-1,
.flowLiImg .cls-2 {
  fill: #000;
}
.flowLiTitle {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.flowLiTxt {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 870px) {
  .flowLi::after {
    top: 58px;
  }
  .flowLiImgWrapper {
    width: 135px;
    height: 135px;
  }
}

@media screen and (max-width: 767px) {
  .flowUl {
    flex-direction: column;
  }
  .flowLi {
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
  }
  .flowLi::after {
    top: auto;
    bottom: -20px;
    right: 50%;
    transform: translate(50%, 0) rotate(90deg);
    height: 24px;
    width: 12px;
  }
  .flowLi:last-of-type {
    margin-bottom: 0;
  }
  .flowLiImgWrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .flowLiImg {
    height: 50px;
  }
  .flowTxtWrapper {
    width: calc(100% - 150px);
  }
  .flowLiTitle.txtCenter {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

/** =4
 * ========================================
 * worksList
 * ========================================
 */
.worksListUl {
  margin: 0 -10px 45px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.worksListLi {
  max-width: 100%;
  width: 320px;
  margin: 0 10px;
}
.worksThumbnailImg {
  overflow: hidden;
  height: 320px;
  margin-bottom: 15px;
}
.worksThumbnailImg img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.worksListLi a:hover .worksThumbnailImg img {
  transform: scale(1.2);
}
.worksListLiCategoryUl {
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.worksListLiCategoryLi {
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  background: #002412;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.worksListLiClient {
  font-weight: 500;
}
.worksListLiAreaUl {
  flex-wrap: wrap;
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid #bbbbbb;
}
.worksListLiAreaLi {
  margin-right: 5px;
  margin-top: 5px;
  padding-right: 5px;
  border-right: 1px solid #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.worksListLiAreaLi:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 999px) {
  .worksListLi {
    max-width: 100%;
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .worksListUl {
    margin: 0 -5px 25px;
  }
  .worksListLi {
    width: calc((100% / 2) - 10px);
    margin: 0 5px;
  }
  .worksThumbnailImg {
    height: 200px;
    margin-bottom: 10px;
  }
  .worksThumbnailImg img {
    height: 200px;
  }
  .worksListLiCategoryUl {
    margin-bottom: 1px;
  }
  .worksListLiCategoryLi {
    padding: 3px 5px;
    margin: 0 3px 3px 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .worksListLiClient {
    line-height: 1.3;
  }
  .worksListLiAreaUl {
    flex-wrap: wrap;
    margin-top: 5px;
    padding-top: 3px;
  }
  .worksListLiAreaLi {
    margin-top: 3px;
  }
}

.slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 10;
  transform: translate(0, -50%);
  width: 37px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slide-arrow:hover {
  opacity: 0.4;
}
.slide-arrow.prev-arrow {
  left: -4%;
}
.slide-arrow.next-arrow {
  right: -4%;
}

@media screen and (max-width: 1125px) {
  .slide-arrow.prev-arrow {
    left: -1%;
  }
  .slide-arrow.next-arrow {
    right: -1%;
  }
}

@media screen and (max-width: 767px) {
  .slide-arrow.prev-arrow {
    left: -5%;
  }
  .slide-arrow.next-arrow {
    right: -5%;
  }
}

/** =5
 * ========================================
 * halfImgWrapper
 * ========================================
 */
/*今回ここから*/
.halfImgWrapper {
  justify-content: center;
}
.halfImgTxtBox {
  width: 50%;
  padding: 30px 0;
}
.halfImgTxtBoxLeft {
  justify-content: right;
}
.halfImgTxtH3 {
  font-size: 3.8rem;
}
.halfImgTxtH3.halfImgTxtH3Small {
  font-size: 3.2rem;
}
.halfImgTxtP {
  margin: 40px 0 70px 40px;
  line-height: 2;
}
.halfImgTxtBoxInnerBox {
  width: 100%;
  max-width: 680px;
  padding: 0 60px 0 80px;
}
.halfImgImgBox {
  width: 50%;
}
.halfImgImgBox img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.halfImgImgBoxInnerBox {
  justify-content: center;
  width: 100%;
  max-width: 680px;
  padding: 0 80px 0 60px;
}

@media screen and (max-width: 1025px) {
  .halfImgTxtBoxInnerBox {
    padding: 0 40px;
  }
  .halfImgImgBoxInnerBox {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .halfImgWrapper {
    flex-direction: column-reverse;
  }
  .halfImgTxtBox {
    width: 100%;
    padding: 30px 0 0;
  }
  .halfImgTxtH3 {
    font-size: 2.6rem;
  }
  .halfImgTxtH3.halfImgTxtH3Small {
    font-size: 2rem;
  }
  .halfImgTxtP {
    margin: 20px 0 40px 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .halfImgTxtBoxInnerBox {
    padding: 0 15px;
  }
  .halfImgImgBox {
    width: 100%;
  }
  .halfImgImgBox img {
    height: 240px;
  }
  .halfImgImgBoxInnerBox {
    padding: 0 20px;
  }
}

.halfImgWrapperLRChange {
  flex-direction: row-reverse;
}
.halfImgWrapperLRChange .halfImgImgBoxInnerBox {
  padding: 0 60px 0 80px;
}
.halfImgWrapperLRChange .halfImgTxtBoxInnerBox {
  padding: 0 80px 0 60px;
}

@media screen and (max-width: 1025px) {
  .halfImgWrapperLRChange {
    flex-direction: column-reverse;
  }
  .halfImgWrapperLRChange .halfImgTxtBoxInnerBox {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .halfImgWrapperLRChange .halfImgImgBoxInnerBox {
    padding: 0 20px;
  }
}

/*---今回ここまで*/

.halfImgBoxWrapper {
  align-items: center;
}
.halfImgBoxImg {
  width: 50%;
  height: 510px;
}
.halfImgBoxImg img {
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.halfImgBoxTxt {
  width: 50%;
  padding: 0 5% 0 45px;
}
.topAboutCatch {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
.topAboutBody {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .halfImgBoxWrapper {
    flex-direction: column;
  }
  .halfImgBoxImg {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
  }
  .halfImgBoxImg img {
    height: 220px;
  }
  .halfImgBoxTxt {
    width: 100%;
    padding: 0 15px;
  }
  .topAboutCatch {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .topAboutBody {
    line-height: 1.6;
  }
}

/**--sectionServiceBlock halfImgBox--**/
.sectionServiceBlock .halfImgBoxWrapper {
  margin-bottom: 100px;
}
.sectionServiceBlock .halfImgBoxImg {
  width: 50%;
  height: 400px;
}
.sectionServiceBlock .halfImgBoxImg img {
  height: 400px;
}
.sectionServiceBlock .halfImgBoxImg .iframeWrapper {
  height: 400px;
}
.serviceHalfImgBoxTxtCatch {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
}
.serviceHalfImgBoxEnglish {
  top: 15px;
  right: 5%;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sectionServiceBlock .halfImgBoxWrapper {
    margin-bottom: 30px;
  }
  .sectionServiceBlock .halfImgBoxImg {
    width: 100%;
    height: 220px;
    margin-bottom: 60px;
  }
  .sectionServiceBlock .halfImgBoxImg img {
    height: 220px;
  }
  .sectionServiceBlock .halfImgBoxImg .iframeWrapper {
    height: 220px;
  }
  .serviceHalfImgBoxTxtCatch {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .serviceHalfImgBoxEnglish {
    top: 230px;
    right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*- halfImgBoxImgRight -*/
.halfImgBoxImgRight {
  flex-direction: row-reverse;
}
.halfImgBoxImgRight .serviceHalfImgBoxEnglish {
  right: auto;
  left: 5%;
}
.halfImgBoxImgRight .halfImgBoxTxt {
  padding: 0 45px 0 5%;
}

@media screen and (max-width: 767px) {
  .halfImgBoxImgRight {
    flex-direction: column;
  }
  .halfImgBoxImgRight .serviceHalfImgBoxEnglish {
    right: 10px;
    left: auto;
  }
  .halfImgBoxImgRight .halfImgBoxTxt {
    padding: 0 15px;
  }
}

/**--Thumb--**/
.serviceSlickThumb {
  justify-content: flex-end;
  bottom: -72px;
  left: 50%;
  transform: translate(-100%, 0);
}
.serviceSlickThumb .slick-list {
  padding: 0 !important;
}
.serviceImgThumbListLi {
  margin-left: 5px;
  height: 60px;
  width: 60px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.serviceImgThumbListLi.slick-current {
  opacity: 1;
}
.serviceImgThumbListLi img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .serviceSlickThumb {
    justify-content: flex-start;
    bottom: auto;
    top: 230px;
    left: 5px;
    transform: none;
  }
  .serviceImgThumbListLi {
    height: 40px;
    width: 40px;
  }
  .serviceImgThumbListLi img {
    height: 40px;
    width: 40px;
  }
}

/*- halfImgBoxImgRight -*/
.halfImgBoxImgRight .serviceSlickThumb {
  justify-content: flex-start;
  left: 50%;
  transform: translate(0, 0);
}
.halfImgBoxImgRight .serviceImgThumbListLi {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  .halfImgBoxImgRight .serviceSlickThumb {
    left: 5px;
  }
}

/** =6
 * ========================================
 * footerContact
 * ========================================
 */

/** =7
 * ========================================
 * footerMAP
 * ========================================
 */
.footerMapWrapper {
  height: 400px;
}
.footerMapWrapper iframe,
.footerMapWrapper object,
.footerMapWrapper embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footerMapWrapper iframe:hover,
.footerMapWrapper object:hover,
.footerMapWrapper embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
  .footerMapWrapper {
    height: 280px;
  }
}

/** =8
 * ========================================
 * footerTxtContents
 * ========================================
 */
.footerTxtContents {
  padding: 100px 0 70px;
}
.footerTxtHorizontalBox {
  justify-content: space-between;
}
.companyNameBox {
  flex-direction: column;
  justify-content: space-between;
}
.companyName {
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 1.5rem;
}
.companyAddress {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .footerTxtContents {
    padding: 20px 0;
  }
  .footerTxtHorizontalBox {
    flex-direction: column;
  }
  .companyName {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.footerNavBox {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.footerNavLi {
  margin-left: 35px;
  font-size: 1.5rem;
}
.footerNavLi a:hover {
  color: #4e9262;
}
.privacyLinkWrapper {
  text-align: right;
  font-size: 1.4rem;
}
.footerInstaWrapper {
  margin-top: 65px;
}
.instaBtnImg {
  width: 53px;
}
.copyrightWrapper {
  padding: 20px 80px;
  background: #264a21;
}
.copyrightP {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .footerNavBox {
    display: none;
  }
  .footerInstaWrapper {
    margin-top: 25px;
  }
  .instaBtnImg {
    width: 43px;
  }
  .copyrightWrapper {
    padding: 20px 40px;
  }
}

/*
* iframe
* ----------------------------------
*/
.iframeWrapper {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
}

.iframeWrapper iframe {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/*
* pagetop
* ----------------------------------
*/
.pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 5;
}
.pagetop a {
  display: block;
  width: 35px;
  height: 35px;
}
.pagetop a img {
  width: 35px;
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
  .pagetop a {
    width: 30px;
    height: 30px;
  }
  .pagetop a img {
    width: 30px;
  }
}

/*ハンバーガーメニュー ここから*/
.navHandler {
  display: block;
  position: absolute;
  right: 15px;
  top: 32px;
  z-index: 15;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.is-menuOpened .navHandler {
  position: fixed;
}
.fixed .navHandler {
  right: 20px;
  top: 17px;
}
.navHandler a,
#home .fixed .navHandler a {
  color: #000;
}
#home .navHandler a,
.is-menuOpened .navHandler a,
#home.is-menuOpened .fixed .navHandler a {
  color: #fff;
}
.is-menuOpened .fixed .navHandler {
  right: 15px;
  top: 32px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 19px;
}
.menu-trigger span,
#home .fixed .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#home .menu-trigger span,
.is-menuOpened .menu-trigger span,
#home.is-menuOpened .fixed .menu-trigger span {
  background-color: #fff;
}
.innerPage .menu-trigger span {
  background-color: #000;
}
.innerPage .fixed .menu-trigger span,
.innerPage.is-menuOpened .menu-trigger span,
.innerPage.is-menuOpened .fixed .menu-trigger span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .navHandler {
    display: none;
  }
}

/*エフェクト用*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

/*ハンバーガーメニュー ここまで*/

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 100; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.8);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 80%;
  max-width: 90%;
  max-height: 80%;
  background-color: #fff;
}
.modalContentsWrapper {
  height: 100%;
  padding: 30px;
}
.modalContentsWrapper > iframe {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modalContents {
  height: 100%;
  padding-right: 15px;
  overflow-y: auto;
}
.worksModalImgBox {
  max-width: 100%;
  width: 440px;
  margin-right: 25px;
}
.worksModalImgSliderLi {
  max-width: 100%;
  width: 440px;
  margin-bottom: 15px;
}
.worksModalImgSliderLi img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.worksModalImgThumbListLi {
  width: 70px;
  height: 70px;
  margin-right: 5px;
  opacity: 0.5;
  cursor: pointer;
}
.worksModalImgThumbListLi.slick-current {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.worksModalImgThumbListLi img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.worksModalTxtBox {
  width: calc(100% - 465px);
}
.worksModalTxtBox .worksListLiClient {
  font-size: 16px;
  font-size: 1.6rem;
}
.worksListLiClientLink {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 999px) {
  .worksModalImgBox {
    max-width: 50%;
    margin-right: 25px;
  }
  .worksModalTxtBox {
    width: calc(50% - 25px);
  }
}

@media screen and (max-width: 767px) {
  .modalContentsWrapper {
    padding: 15px;
  }
  .worksModalInnerWrapperUl {
    flex-direction: column;
  }
  .worksModalImgBox {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .worksModalImgSliderLi {
    width: 100%;
    margin-bottom: 10px;
  }
  .worksModalImgSliderLi img {
    height: 320px;
  }
  .worksModalImgThumbListLi {
    width: 40px;
    height: 40px;
  }
  .worksModalImgThumbListLi img {
    width: 40px;
    height: 40px;
  }
  .worksModalTxtBox {
    width: 100%;
  }
}

.worksModalPWrapper {
  margin-top: 30px;
}
.worksModalPWrapper .worksModalP {
  margin-bottom: 15px;
}
.worksModalPWrapper a {
  color: #4e9262;
  text-decoration: underline;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.worksModalPWrapper a:hover {
  opacity: 0.4;
}

.closeModal {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
  cursor: pointer;
}
.modalCloseBtn {
  width: 43px;
}
