@charset "utf-8";

:root {
  font-size: 10px;
  scroll-behavior: smooth;
}

html {
  text-rendering: optimizeLegibility !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #3b4043;
  background: transparent;
  text-rendering: optimizeLegibility;
  letter-spacing:0;
  counter-reset: monic-rental 0 product-job 0 sale-job 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* 1280 */
.main-container {
  max-width: 1045px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/* ===============================

=============================== */
@media screen and (max-width: 768px) {
  /* 768 */
  .main-container {
    max-width: 100%;
    padding: 0 36px;
    margin: 0 auto;
  }
}

/* ===============================

/* ===============================
Header Start
=============================== */
header {
  height: 96px;
}
#headerPart {
  height: 96px;
}
.header-container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  max-width: 100%;
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.header-sub-container {
  /*max-width: 1184px;*/
  margin: 0 auto;
  padding: 21px 0px 16px;
}
.header-upper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 25px;
}
.logo-div {
  display: flex;
  gap: 20px;
  align-items: end;
}
.logo-img {
  width: 294px;
  height: 53px;
}
.logo-two-img {
  width: 112px;
  height: 11px;
}
.header-btn {
  display: flex;
  gap: 19px;
}
.req-cat-btn {
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #36cbda;
  border-radius: 18px;
  border: 2px solid #fff;
  padding: 8px 28px 7px;
}

.req-cat-btn.bg-purple {
  border: 2px solid #fff;
  background-color: #5a5fed;
}

@media screen and (max-width:1070px) {
.header-lower.pc {
  padding-top: 20px;
}
}

.header-lower ul {
  display: flex;
  gap: 32px;
  justify-content: end;
  align-items: center;
  margin-top: 20px;
}
.header-lower ul li {
  font-size: 1.4rem;
  line-height: 1;
}
.header-lower ul li a:hover {
  opacity: 0.7;
}
.hamburger-menu {
  display: none;
  cursor: pointer;
}
.bar {
  width: 32px;
  height: 1px;
  background-color: #36cbda;
  transition: all 0.3s ease-out;
}
.first-bar.first-bar-active {
  width: 42px;
  transform: translate(4px, 6px) rotate(45deg);
}
.third-bar.third-bar-active {
  width: 42px;
  transform: translate(4px, -6px) rotate(-45deg);
}
.header-lower-sp {
  display: none;
  height: 100vh;
  padding: 52px 37px 100px;
  overflow-y: scroll;
}
.header-lower-sp ul li {
  padding: 27px 0 10px;
  border-bottom: 1px solid #cccccc;
}
.header-lower-sp ul li:hover {
  opacity: 0.7;
}
.header-lower-sp ul li a {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.header-lower-sp ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(../img/common/menu_arr.png) no-repeat;
  background-size: 100% 100%;
}
.language-div {
  max-width: 1280px;
  width: 100%;
  position: relative;
  top: 96px;
  z-index: 1;
  margin: 0 auto;
  text-align: end;
}
.dropdown {
  max-width: 130px;
  width: 100%;
  margin-left: auto;
}
.dropdown .dropbtn {
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #5F5F5F;
  color: #fff;
  outline: none;
  border: none;
  max-width: 130px;
  width: 100%;
  padding: 4px 0 3px 10px;
  text-align: start;
  position: relative;
  cursor: pointer;
}
.dropdown .dropbtn::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background: url(../img/common/dropdown_arr.png) no-repeat;
  background-size: 100% 100%;
}
.dropdown-content {
  display: none;
  padding: 4px 0 4px 10px;
  background-color: #e3e8e4;
}
.lang-txt {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #3b4043;
  text-align: start;
  position: relative;
}
.lang-txt.lang-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #3b4043;
  border-radius: 50%;
}
.dropdown.dropdown-active {
  position: relative;
  z-index: 101;
}
.overflow {
  overflow: hidden;
}
@media screen and (max-width: 876px) {
  .header-lower ul {
    gap: 25px;
  }
}
@media screen and (max-width: 861px) {
  .header-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-lower ul {
    gap: 19px;
  }
}
@media screen and (max-width: 783px) {
  .header-lower ul {
    gap: 15px;
  }
}
@media screen and (min-width: 769px) {
  .req-cat-btn:hover {
    background-color: unset;
    border: 2px solid #36cbda;
    color: #38cada;
  }
  .req-cat-btn.bg-purple:hover {
    background-color: unset;
    border: 2px solid #5a5fed;
    color: #5a5fed;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 79px;
  }
  #headerPart {
    height: 79px;
  }
  .header-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-sub-container {
    padding: 27px 37px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .logo-div {
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }
  .logo-img {
    width: 151px;
    height: auto;
  }
  .logo-two-img {
    width: 83px;
    height: 8px;
  }
  .header-btn {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .header-lower-sp.header-lower-sp-active {
    display: block;
  }
  .req-cat-btn {
    font-size: 1.3rem;
    position: relative;
  }
  .req-cat-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
    background: url(../img/common/circle-arrow.png) no-repeat;
    background-size: 100% 100%;
  }
  .req-cat-btn-sp {
    max-width: 145px;
    width: 100%;
    padding: 31px 8px 28px 7px;
    text-align: start;
  }
  .req-cat-btn-sp::after {
    top: 22px;
    right: 8px;
  }
  .req-cat-btn-sp:hover {
    color: #fff;
    background-color: #36cbda;
    border: 2px solid #fff;
  }
  .req-cat-btn-sp:hover {
    color: #fff;
    background-color: #36cbda;
    border: 2px solid #fff;
  }
  .bg-purple.req-cat-btn-sp:hover {
    color: #fff;
    background-color: #5a5fed;
    border: 2px solid #fff;
  }
  .header-btn-sp {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 48px 0 19px;
  }
  .language-div {
    top: 79px;
  }
  .language-div.dropdown-active {
    position: fixed;
    top: 79px;
    z-index: 102;
  }
}
@media screen and (max-width: 360px) {
  .header-btn-sp {
    flex-direction: column;
    align-items: center;
  }
}
/* ===============================
Header End
=============================== */

/* ===============================
Footer Start
=============================== */
.footer {
  background-color: #3b4043;
}
.footer-container {
  max-width: 1280px;
  width: 100%;
  color: #fff;
  margin: 0 auto;
}
.footer-upper {
  display: flex;
  padding-right: 90px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 44px 20px 0px;
  gap: 60px;
}
.footer-cont-txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}
.wide-scence-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.footer-cont-office {
  border-right: 1px solid #ffffff;
  padding-right: 51px;
}
.footer-cont-office .footer-logo {
  max-width: 250px;
  margin-bottom: 3em;
}
.footer-cont-office .footer-cont-address p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.footer-cont-office .footer-cont-address p span {
  margin-left: 6.5em;
  display: inline-block;
}
.footer-cont-btn-div {
  display: flex;
  max-width: 750px;
  width: 100%;
}
.left-cont-btn-div {
  max-width: 50%;
  width: 100%;
  border-right: 1px solid #ffffff;
  padding-right: 51px;
  text-align: center;
}
.right-cont-btn-div {
  max-width: 50%;
  width: 100%;
  padding-left: 51px;
  text-align: center;
}
.footer-cont-btn {
  max-width: 324px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 20px 0 22px;
  text-align: center;
  position: relative;
  border: unset !important;
  border-radius: 8px;
  margin-top: 35px;
}
.footer-cont-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 16px;
  width: 51px;
  height: 51px;
  background: url(../img/common/footer_arr.png) no-repeat;
  background-size: 100% 100%;
}
.footer-lower {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1220px;
  padding: 26px 20px 0;
  margin: 0 auto;
 
}
.footer-lower-wrap{
    width: 100%;
    border-top: 1px solid #fff;
    margin: 56px auto 0 auto;
}
.product-info-div {
  display: flex;
  gap: 9px;
}
.product-info-two {
  margin-left: -14px;
}
.product-info-three {
  margin-left: -27px;
}
.product-info-four {
  margin-left: -43px;
}
.product-info-five {
  margin-left: -50px;
}
.product-info {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #cdd6dd;
}
.product-info-list {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 7px;
}
.co-div {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 45px;
  padding: 0 20px 50px;
}
.co-txt-div {
  margin: 0 auto;
  text-align: center;
}
.co-txt {
  font-size: 1.2rem;
  line-height: 2;
}
.co-img {
  width: 16px;
  height: 16px;
  margin-left: auto;
}
.co-img img {
  width: 100%;
  height: 100%;
}
.co-ltd-txt {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}
.topbtn-container {
  position: relative;
}
.topbtn {
  position: fixed;
  bottom: 20px;
  right: 28px;
  margin-left: auto;
  opacity: 0;
  cursor: pointer;
  width: 97px;
  height: 97px;
}
.topbtn img {
  width: 100%;
  height: 100%;
}
.topbtn.not-top {
  opacity: 1;
}
.topbtn.not-top.btn-position {
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 1224px) {
  .product-info-three {
    margin-left: -10px;
  }
  .product-info-four {
    margin-left: -20px;
  }
  .product-info-five {
    margin-left: -30px;
  }
}
@media screen and (max-width: 1080px) {
  .footer-upper {
    padding-right: 48px;
    justify-content: space-between;
    gap: 50px;
  }
  .footer-lower {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 21px;
  }
  .product-info-two,
  .product-info-three,
  .product-info-four,
  .product-info-five {
    margin-left: 0;
  }
  .co-div {
    padding-left: 40px;
    padding-right: 48px;
  }
  .footer-cont-btn{
    max-width: unset;
  }
}
@media screen and (max-width: 1000px) {
  .footer-cont-txt {
    font-size: 2rem;
  }
  .left-cont-btn-div {
    padding-right: 20px;
  }
  .right-cont-btn-div {
    padding-left: 20px;
  }
  .footer-cont-btn {
    margin: 35px auto 0;
    font-size: 1.7rem;
  }
  .wide-scence-txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 950px) {
  .footer-lower {
    grid-template-columns: repeat(3, 1fr);
  }
  /* .co-div {
    padding-left: 27px;
    padding-right: 27px;
  } */
}
@media screen and (min-width: 769px) {
  .footer-cont-btn:hover {
    border: unset;
    background-color: #fff;
    color: #38cada;
    opacity: 1;
  }
  .footer-cont-btn:hover.footer-cont-btn::after {
    background: url(../img/common/footer_arr_green.png) no-repeat;
    background-size: 100% 100%;
  }
  .footer-cont-btn.bg-purple:hover {
    background-color: #fff !important;
    color: #5a5fed;
  }
  .footer-cont-btn.bg-purple:hover.footer-cont-btn.bg-purple::after {
    background: url(../img/common/footer_arr_purple.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-upper {
    flex-direction: column-reverse;
    padding-right: 0;
    gap: 27px;
    padding: 30px 37px 0;
  }
  .footer-cont-office {
    border-right: none;
    padding-right: 0;
  }
  .footer-cont-office .footer-logo {
    margin: 0 auto 2em;
  }
  .footer-cont-office .footer-logo img {
    margin: 0 auto;
  }
  .footer-cont-office .footer-cont-address p {
    text-align: center;
    font-size: 1.1rem;
  }
  .footer-cont-office .footer-cont-address p span {
    margin-left: 10px;
  }
  .footer-cont-txt {
    font-size: 1.6rem;
  }
  .footer-cont-btn-div {
    flex-direction: column;
  }
  .left-cont-btn-div {
    max-width: 100%;
    border-right: unset;
    padding-right: 0;
    text-align: center;
  }
  .right-cont-btn-div {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .wide-scence-txt {
    font-size: 1.2rem;
  }
  .footer-cont-btn {
    max-width: 100%;
    font-size: 1.3rem;
    margin: 8px auto 16px;
    padding: 16px 0 16px;
  }
  .footer-cont-btn::after {
    width: 37px;
    height: 37px;
    top: 8px;
  }
  .footer-lower {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 29px;
    padding: 36px 36px 0;
  }
  .footer-lower-wrap{
    margin-top: 54px;
    }
  .product-info-div {
    flex-direction: column;
    gap: 10px;
  }
  .product-info {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
  }
  .product-info-two .product-info-list {
    margin-bottom: 11px;
  }
  .product-info-four .product-info-list {
    margin-bottom: 11px;
  }
  .product-info-div ul {
    margin-left: 0 !important;
  }
  .co-div {
    gap: 21px;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 12px;
    padding: 0 36px 86px;
  }
  .co-img {
    margin: auto;
  }
  .co-txt {
    font-size: 1rem;
  }
  .topbtn {
    width: 77px;
    height: 77px;
  }
}
/* ===============================
Footer End
=============================== */

/* ===============================
Common Components Start
=============================== */

/* title-green-bg  Start */
.ttl-green-bg {
  background-color: #e3e8e4;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  position: relative;
}

.ttl-green-bg .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.ttl-green-bg .ttl-box {
  max-width: 363px;
  width: 100%;
  background-color: #3b4043;
  padding: 5px;
}

.ttl-green-bg .ttl-box p {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .ttl-green-bg {
    padding-top: 70px;
  }

  .ttl-green-bg .ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .ttl-green-bg .ttl-box {
    max-width: 183px;
    padding: 3px;
  }

  .ttl-green-bg .ttl-box p {
    font-size: 1rem;
  }
}
/* title-green-bg  End */

/* search-bar  Start */
.margin-gap {
  height: 20px;
  display: block;
}

.search-bar {
  padding: 34px 85px 75px 85px;
  background-color: #e3e8e4;
}

.search-bar .search-bar-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #707f89;
}

.search-bar .search-box-wrap {
  position: relative;
}

.search-bar input.search-box {
  max-width: 834px;
  width: 100%;
  border: 1px solid #cdd6dd;
  margin-top: 14px;
  padding: 15px 50px 15px 20px;
  font-size: 1.6rem;
  font-weight: 400;
  outline: none;
}

.search-bar input.search-box::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #cdd6dd;
  line-height: 1.5;
}

.search-bar input.search-box:focus {
  outline: none;
}

.search-bar input.mt-site-search-form__query {
  max-width: 834px;
  width: 100%;
  border: 1px solid #cdd6dd;
  margin-top: 14px;
  padding: 15px 50px 15px 20px;
  font-size: 1.6rem;
  font-weight: 400;
  outline: none;
  background-color: #fff;
}

.search-bar input.mt-site-search-form__query::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #cdd6dd;
  line-height: 1.5;
}

.search-bar input.mt-site-search-form__query:focus {
  outline: none;
}

.search-bar button.mt-site-search-form__button {
  text-indent: -9999px;  /* 文字を非表示にする */
    width: 16px; /* ボタンの幅を画像の幅に調整 */
    height: 16px; /* ボタンの高さを画像の高さに調整 */
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
  background: url(../img/common/search.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 60%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .search-bar {
    padding: 13px 17px 22px 17px;
  }

  .search-bar .search-bar-ttl {
    font-size: 1.2rem;
  }

  .search-bar input.search-box {
    font-size: 1.2rem;
    padding: 10px 14px 10px 12px;
    margin-top: 10px;
  }

  .search-bar input.search-box::placeholder {
    font-size: 1.2rem;
  }

  .search-bar .search-box-wrap::before {
    width: 10px;
    height: 10px;
    right: 7px;
    top: 50%;
  }
}
/* search-bar   End */

/* card-design-one  Start */

.card-design-one {
  display: flex;
  background-color: #f5f3f0;
  position: relative;
}

.card-design-one::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  background: url("/assets/img/common/target_page_icon.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.card-design-one .c-logo-hover {
  display: none;
}

.card-design-one .c-one-img {
  width: 100%;
  max-width: 433px;
  margin-left: 12px;
  overflow: hidden;
}

.card-design-one .c-one-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-one-container .c-one-content {
  width: 100%;
  background-color: #f5f3f0;
  padding: 37px 120px 30px 40px;

  display: flex;
  gap: 49.5px;
}

.card-one-container.theme-two .c-one-content {
  background-color: #f0f2f5;
}

.card-one-container .c-content-box {
  width: 100%;
  max-width: 399px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.card-one-container .c-content-box p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", sans-serif;
  color: #3B4043;
}

.card-one-container .c-small-img-box {
  display: flex;
  gap: 22px;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .card-design-one:hover::before {
    background: url("/assets/img/common/target_page_icon_hover.png") no-repeat;
    background-size: contain;
    background-position: center;
  }

  .card-one-container .card-design-one:hover .c-content-box p {
    color: #ffffff;
  }

  .card-one-container .card-design-one:hover .c-one-content {
    background-color: #3b4043;
  }

  .card-design-one .c-one-img img {
    transition: transform 0.3s ease; /* Smooth zoom transition */
  }

  .card-design-one:hover .c-one-img img {
    transform: scale(1.1); /* Slight zoom */
  }

  .card-one-container .card-design-one:hover {
    opacity: 1;
    background-color: #3b4043;
  }

  .card-design-one:hover .c-logo-hover {
    display: block;
  }

  .card-design-one:hover .c-logo {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .card-one-container .c-one-content {
    padding: 37px 84px 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .card-one-container .main-container {
    padding: 0px 36px;
  }

  .card-design-one {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .card-design-one::before {
    top: unset;
    bottom: 22px;
    right: 50%;
    transform: translateX(50%);
  }

  .card-design-one .c-one-img {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .card-one-container .card-design-one .c-one-content {
    width: 100%;
    padding: 27px 10px 97px 9px;
    flex-direction: column;
    align-items: center;
    gap: 18.6px;
  }

  .card-one-container .c-content-box {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }

  .card-one-container .c-content-box p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

/* card-design-one   End */

/* card-design-two  Start */
.card-design-two {
  display: flex;
  background-color: #f5f3f0;
  min-height: 321px;
  position: relative;
  cursor: pointer;
}

.card-two-container .card-design-two:hover {
  opacity: 1;
}

.card-design-two::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  background: url("../img/common/card_design_four_arrow.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.card-design-two .c-two-img {
  width: 100%;
  max-width: 486px;
  overflow: hidden;
}

.card-design-two .c-two-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-two-header {
  line-height: 1.5;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 6px;
  color: #3B4043;
}

.card-design-two .c-two-img img {
  transition: transform 0.3s ease; /* Smooth zoom transition */
}

.card-two-container .c-two-content {
  width: 100%;
  background-color: #e3e8e4;
  padding: 37px 135px 30px 51px;
  display: flex;
  gap: 49.5px;
}

.card-design-two .c-content-box {
  width: 100%;
  max-width: 399px;
  margin-top: 23.5px;
  padding-bottom: 20px;
}

.c-header-box {
  height: 43px;
}

.card-two-container .c-content-box p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", sans-serif;
}

.c-small-img-box {
  display: flex;
  gap: 22px;
}

@media screen and (min-width: 769px) {
  .card-design-two:hover .c-two-img img {
    transform: scale(1.1); /* Slight zoom */
  }

  .card-two-container .card-design-two:hover .c-two-content {
    background-color: #3b4043;
    border: 1px solid #3b4043;
  }

  .card-design-two:hover .c-two-header {
    color: #ffffff;
  }

  .card-design-two:hover .c-content-box p {
    color: #ffffff;
  }

  .card-design-two:hover::before {
    background: url("../img/common/footer_arr_green.png") no-repeat;
    background-size: contain;
    background-position: center;
  }
  
}

@media screen and (max-width: 768px) {
  .card-two-container .main-container {
    padding: 0px 36px;
  }

  .card-design-two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .card-design-two .c-two-img {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .card-two-container .card-design-two .c-two-content {
    width: 100%;
    padding: 20px 20px 67px;
    flex-direction: column;
    align-items: center;
    gap: 18.6px;
  }

  .card-design-two::before {
    width: 18px;
    height: 18px;
    top: unset;
    bottom: 19.5px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/common/menu_arr.png") no-repeat;
    background-size: contain;
    background-position: center;
  }

  .card-two-container .c-two-icon-box {
    margin-right: 0;
    width: 18px;
    height: 18px;
  }

  .card-design-two .c-content-box {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 3.5px;
  }

  .card-two-container .c-two-icon-box picture {
    width: 100%;
    height: 100%;
  }

  .card-two-container .c-content-box {
    width: 100%;
    max-width: 100%;
  }

  .card-two-container .c-content-box p {
    font-size: 1.4rem;
    line-height: 1.571;
  }
  .c-two-header{
    font-size: 1.8rem;
  }
}

/* card-design-two   End */

/* card-design-three  Start */
.card-design-three-section {
  width: 100%;
  background-color: #5f5f5f;
}

.card-design-three-wrap {
  padding: 120px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.card-design-three-wrap.top-page {
    padding: 120px 20px 135px;
}

.card-design-three {
  background-color: #e3e8e4;
  display: flex;
  cursor: pointer;
}

.card-design-three .left {
  width: 50%;
  padding-right: 15px;
  overflow: hidden;
}

.card-design-three .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}

.card-design-three .right {
  width: calc(50% - 10px);
  background-color: #ffffff;
  padding: 44px 85px 20px 35px;
  position: relative;
}

.card-design-three .right .c-design-three-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}

.card-design-three .right .c-desgin-three-para {
  max-width: 350px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 40px;
}

.card-design-three .right::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/card_design_four_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.card-design-three .right-one::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/target_page_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

@media screen and (min-width: 769px) {
  .card-design-three:hover .right {
    background-color: #3b4043;
  }

  .card-design-three:hover .right .c-design-three-ttl {
    color: #ffffff;
  }

  .card-design-three:hover .right .c-desgin-three-para {
    color: #ffffff;
  }

  .card-design-three:hover .right::before {
    background: url(../img/common/footer_arr_green.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .card-design-three:hover .right-one::before {
    background: url(../img/common/target_page_icon_hover.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .card-design-three:hover .left img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 800px) {
  .card-design-three .right .c-design-three-ttl {
    font-size: 2.2rem;
  }

  .card-design-three .right .c-desgin-three-para {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .card-design-three-wrap {
    padding: 100px 36px;
  }

  .card-design-three-wrap.top-page {
    padding: 66px 36px;
   }

  .card-design-three {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 10px;
  }

  .card-design-three .right {
    width: 100%;
    padding: 25px 20px 90px 20px;
  }

  .card-design-three .right .c-desgin-three-para {
    max-width: 100%;
    padding-top: 20px;
  }

  .card-design-three .right-one::before,
  .card-design-three .right::before {
    top: unset;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }

  .card-design-three .left {
    width: 100%;
    padding-right: 0;
  }

  .card-design-three .right .c-design-three-ttl {
    font-size: 1.8rem;
  }

  .card-design-three .right .c-desgin-three-para {
    font-size: 1.4rem;
  }
}

/* card-design-three   End */

/* card-design-four  Start */
.card-design-four {
  display: flex;
  gap: 57px;
  justify-content: center;
  align-items: center;
}

.card-design-four .cards {
  /* max-width: 297px;
    width: 100%; */
  width: calc((100% - 114px) / 3);
}

.card-design-four .cards .card-img {
  /* width: 297px;
    height: 297px; */
  height: 251px;
  overflow: hidden;
}

.card-design-four .cards .card-img img {
  width: 100%;
  height: 100%;
  transition: all 0.1s ease;
  object-fit: cover;
}

.card-design-four .cards .card-content {
  padding: 33px 10px 110px 10px;
  background-color: #e3e8e4;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease;
}

.card-design-four .cards .card-content::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/card_design_four_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.1s ease;
}

.card-design-four .cards .card-content .card-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: all 0.1s ease;
}

.card-design-four.hover-design-two .cards .card-content:hover {
  background-color: #e3e8e4;
}

.card-design-four.hover-design-two .cards .card-content:hover .card-ttl {
  color: #3b4043;
}

.card-design-four.hover-design-two .cards .card-content:hover::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/footer_arr_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.card-design-four.hover-design-two .cards .card-img img:hover {
  transform: scale(1);
}

@media screen and (min-width: 769px) {
  a.cards:hover {
    opacity: 1;
  }

  .card-design-four .cards:hover .card-content::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/common/footer_arr_green.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .card-design-four .cards:hover .card-img img {
    transform: scale(1.1);
  }

  .card-design-four .cards:hover .card-content {
    background-color: #3b4043;
  }

  .card-design-four .cards:hover .card-content .card-ttl {
    color: #ffffff;
  }
}

@media screen and (max-width: 1045px) {
  .card-design-four {
    gap: 30px;
  }

  .card-design-four .cards {
    width: calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 942px) {
  .card-design-four {
    gap: 20px;
  }

  .card-design-four .cards {
    width: calc((100% - 40px) / 3);
  }

  .card-design-four .cards .card-img {
    height: 215px;
  }

  .card-design-four .cards .card-content .card-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .card-design-four {
    flex-direction: column;
    gap: 15px;
    padding: 0 36px;
  }

  .card-design-four .cards {
    max-width: 100%;
    width: 100%;
    display: flex;
  }

  .card-design-four .cards .card-img {
    width: 100px;
    height: 100px;
  }

  /* .card-design-four .cards .card-img img{
        width: 100%;
        height: 100%;
    } */

  .card-design-four .cards .card-content {
    width: calc(100% - 100px);
    padding: 0;
    padding-left: 18px;
    background-color: #e3e8e4;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .card-design-four .cards .card-content::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/common/menu_arr.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 50%;
    right: 12px;
    left: unset;
    transform: translateY(50%);
  }

  .card-design-four .cards .card-content .card-ttl {
    font-size: 1.4rem;
    text-align: start;
  }

  .card-design-four .cards .card-content:hover,
  .card-design-four.hover-design-two .cards .card-content:hover {
    background-color: #e3e8e4;
  }

  .card-design-four .cards .card-content:hover .card-ttl,
  .card-design-four.hover-design-two .cards .card-content:hover .card-ttl {
    color: #3b4043;
  }

  .card-design-four .cards .card-content:hover::before,
  .card-design-four.hover-design-two .cards .card-content:hover::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/common/menu_arr.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 50%;
    right: 12px;
    left: unset;
    transform: translateY(50%);
  }
}

@media screen and (max-width: 340px) {
  .card-design-four .cards .card-content .card-ttl {
    font-size: 1.2rem;
  }

  .card-design-four .cards .card-content {
    padding: 0px 43px 0px 18px;
  }
}
/* card-design-four   End */

/* card-design-five  Start */
.card-five-container .card-design-five {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  flex-wrap: wrap;
  gap: 56px;
}

.card-five-container .card-design-five a:hover {
  opacity: 1;
}

.card-five-container .card-five-boxes {
  width: 100%;
  max-width: 474px;
  position: relative;
}

.card-design-five .card-five-img {
  overflow: hidden;
  height: 246px;
}

.card-design-five .card-five-img img {
  transition: transform 0.3s ease; /* Smooth zoom transition */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-five-container .card-five-boxes::before {
  content: "";
  width: 51px;
  height: 51px;

  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);

  background: url(../img/common/card_design_four_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.card-five-container .card-five-content {
  background-color: #e3e8e4;
  display: flex;
  justify-content: center;
  padding: 20px 0px 96px;
}

.card-five-container .card-five-content .card-five-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .card-five-container .card-five-boxes:hover::before {
    background: url(../img/common/footer_arr_green.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .card-five-boxes:hover .card-five-img img {
    transform: scale(1.1); /* Slight zoom */
  }

  .card-five-container .card-five-boxes:hover .card-five-content {
    background-color: #3b4043;
  }

  .card-five-boxes:hover .card-five-content .card-five-ttl {
    color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .card-five-container .main-container {
    padding: 0px 36px;
  }

  .card-five-container .card-five-boxes {
    display: flex;
    max-width: 100%;
  }

  .card-five-container .card-design-five {
    grid-template-columns: auto;
    gap: 12px;
  }

  .card-five-container .card-five-img {
    width: 100px;
    height: 100px;
  }

  .card-five-container .card-five-boxes::before {
    width: 18px;
    height: 18px;

    bottom: unset;
    right: 12px;
    left: unset;
    top: 50%;
    transform: translateY(-50%);

    background: url(../img/common/menu_arr.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .card-five-container .card-five-content {
    width: calc(100% - 100px);
    padding: 0px 43px 0px 18px;
    align-items: center;
    justify-content: start;
  }

  .card-five-container .card-five-content .card-five-ttl {
    font-size: 1.4rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 375px) {
  .card-five-container .card-five-content .card-five-ttl {
    font-size: 1.2rem;
  }

  .card-five-container .card-five-content{
    padding: 0px 35px 0px 10px;
  }
}

@media screen and (max-width: 350px) {
  .card-five-container .card-five-content .card-five-ttl {
    font-size: 1rem;
  }

  .card-five-container .card-five-content{
    padding: 0px 35px 0px 10px;
  }
  
}
/* card-design-five   End */

/* card-design-six  Start */
.card-six-container .card-six-ttl {
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.card-six-container .card-design-six {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 94px;
  row-gap: 42px;
}

.card-six-container .cards-six {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.card-six-container .cards-six .card-img{
    width: 272px;
    height: 170px;
}

.card-six-container .cards-six-content .card-six-ttl {
  margin: 22px 0px;
  font-weight: 700;
  color: #3b4043;
}

.card-six-container .cards-six-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-six-container .cards-six-content .card-six-content-text {
  font-size: 1.4rem;
  color: #3b4043;
  line-height: 1.57;
}

.card-six-container .cards-six .card-img img {
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .card-six-container .cards-six:hover .cards-six-content .card-six-ttl {
    color: #35ccd9;
    text-decoration: underline;
  }

  .card-six-container .cards-six:hover .card-img img {
    transform: scale(1.1); /* Slight zoom */
  }
}

@media screen and (max-width: 1000px) {
  .card-six-container .card-design-six {
    gap: 42px;
  }
}

@media screen and (max-width: 768px) {

  .card-six-container .cards-six .card-img{
    width: 136px;
    height: 114px;
  }


  .main-container.card-six-container {
    padding: 0px 36px;
  }

  .card-six-container .card-design-six {
    grid-template-columns: auto;
    gap: 25px;
  }

  .card-six-container .cards-six {
    flex-direction: row;
    gap: 15px;
    align-items: start;
  }

  .card-six-container .cards-six .card-img {
    max-width: 136px;
  }

  .card-six-container .cards-six .card-img img {
    width: 100%;
    height: 100%;
  }

  .card-six-container .cards-six-content {
    width: calc(100% - 151px);
    align-items: start;
  }

  .card-six-container .cards-six-content .card-six-ttl {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
    font-size: 1.3rem;
    line-height: 2;
  }

  .card-six-container .cards-six .cards-six-content .card-six-ttl::before {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../img/common/event_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  .card-six-container .cards-six-content .card-six-content-text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/* card-design-six   End */

/* bread crumb start  */
.bread-crumb-container {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #3b4043;
  margin: auto;
}

.bread-crumb {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 20px 20px 18px;
}

.bread-crumb-list {
  display: flex;
  gap: 10px;
}

.bread-crumb-link {
  position: relative;
  padding-right: 10px;
  font-size: 1.2rem;
}

.bread-crumb-item {
  font-size: 1.2rem;
  font-family: "source-han-sans-japanese", sans-serif;
  color: #3b4043;
}

a.bread-crumb-link {
  color: #3b4043;
}

.bread-crumb-link::after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../img/common/bread_crumb_slugicon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .bread-crumb {
    padding: 9px 36px;
  }

  .bread-crumb-item {
      font-size: 1rem;
  }
}

/* bread crumb end  */

/* ===============================
Common Components  End
=============================== */

/* Anchor from Header start */
.head-achor {
  height: 120px;
  visibility: hidden;
  display: block;
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  .head-achor {
    height: 100px;
    visibility: hidden;
    display: block;
    margin-top: -100px;
  }
}

/*  Anchor from Header end*/

/* common section start*/
.c-logo-box {
  width: 210px;
  height: 36px;
  object-fit: cover;
}

.c-small-img {
  width: 118px;
  height: 76px;
  object-fit: cover;
}

.c-logo-box.sec {
  width: 154px;
  height: 48px;
}

.card-two-footer {
  padding-bottom: 168px;
}

.common-sp {
  display: none;
}

.collection-txt {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-small-img {
    max-width: 90px;
    width: 100%;
    height: 58px;
  }

  .c-small-img-box {
    gap: 6px !important;
    flex-wrap: wrap;
  }

  .collection-txt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }

  .c-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 139px;
    height: 24px;
  }

  .c-logo-box.sec {
    width: 102px;
    height: 32px;
  }

  .common-sp {
    display: block;
  }

  .card-two-footer {
    padding-bottom: 86px;
  }
}

/* common section end */

/* more adding pc and sp start */
.mobile-sp {
  display: none;
}

.mobile-pc {
  display: block;
}

@media screen and (max-width: 376px) {
  .mobile-sp {
    display: block;
  }
  .mobile-pc {
    display: none;
  }
}

/* end */

/* heading black start */
.heading-page {
  background: #3b4043;
  color: #ffffff;
  margin: 0 auto;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  padding: 27px 0px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading-page {
    background: #3b4043;
    color: #ffffff;
    margin: 0 auto;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    padding: 20.11px 0px;
    text-align: center;
  }
}

/* heading black end */

/* green ttl in mv  */
.ttl-green-bg .ttl.company-page-mv {
  font-size: 3.2rem;
}
.ttl-green-bg .ttl-box.company-page-mv p {
  font-family: "Montserrat", sans-serif;
}
.ttl-green-bg.company-page-mv {
  padding-top: 27px;
}

@media screen and (max-width: 768px) {
  .ttl-green-bg .ttl.company-page-mv {
    font-size: 1.4rem;
  }

  .ttl-green-bg.company-page-mv {
    padding-top: 30px;
  }
}
/* green ttl in mv  End*/


/* header form starts */
.header-form-container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  max-width: 100%;
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.header-form-sub-container {
  margin: 0 auto;
  padding: 21px 0px 16px;
}

.header-form-logo {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 60px;
}

.header-form-logo-one {
  width: 294px;
  height: 53px;
}

.header-form-logo-two {
  width: 112px;
  height: 11px;
}

@media screen and (max-width: 768px) {
    .header-form-container {
        padding: 0 36px;
    }

    .header-form-sub-container {
      padding: 27px 0;
    }

    .header-form-logo {
      flex-direction: column;
      gap: 6px;
      height: 25px;
      align-items: start;
    }
    .header-form-logo-one {
      width: 151px;
      height: auto;
    }

    .header-form-logo-two {
      width: 83px;
      height: 8px;
    }
}
/* header form ends */

/* footer form starts */
.footer-form {
    background-color: #3b4043;
}

.footer-form-container {
    max-width: 1280px;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-form-copy {
  display: flex;
  justify-content: center;
  align-items: end;
  padding-top: 105px;
  padding-bottom: 50px;
}

.footer-leftbk {
  margin-left: auto;
  text-align: center;
}

.footer-rightbk {
  margin-left: auto;
}

.copy-txt {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: start;
  color: #FFFFFF;
  line-height: 2;
  margin-left: auto;
}

.copy-ltd-txt {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: start;
  color: #FFFFFF;
  line-height: 2;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .footer-form-container {
    padding: 0 36px;
  }
  
  .footer-form-copy {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 86px 0;
    padding-top: 79px;
    gap: 22px;
  }

  .footer-leftbk {
    margin-left: 0;
  }

.footer-rightbk {
    margin-left: 0;
  }
}
/* footer form ends */

/* container for form pages start  */
.form-container{
  width: 100%;
  max-width: 834px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 22px;
}

/* container for form pages end  */

/*addition*/
.form_tit_wrap {
    background-color: #5F5F5F;
}

.form_tit_wrap .ttl-green-bg {
    background-color: #5F5F5F;
}

.form_tit_wrap .ttl-green-bg .ttl.company-page-mv {
    color: #fff;
}

.form-section {
    background-color: #E3E8E4;
    padding-top: 80px;
    padding-bottom: 10px;
}

@media (max-width: 640px) {
    .form-section {
        padding-top: 10px;
    }
.form-section .main-container {
        padding: 0 20px;
    }
}