@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

body {
  background: #f4f5f6 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  overflow-x: hidden;
}

.gen_r {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gen_m {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.gen_b {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  margin-bottom: 0 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.c__blue {
  color: #00b6cc;
}

.main {
  max-width: 1600px;
  width: 85%;
  margin-right: auto;
  margin-right: 15.7vw;
}

/* --------------------------------------------------------------- */
/* header(1024pxから) */
.main .top__sec {
  display: none;
}

.main .top__sec {
  width: 100%;
}

.main .top__sec .top__banner {
  background-color: #ffff00;
}

.main .top__sec .header {
  background-color: #00b6cc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .top__sec .top__banner .company__logo {
  width: 32%;
  height: auto;
  padding: 20px 0;
  margin-left: 20px;
}

.main .top__sec .header .home__link2 {
  width: 15%;
  min-width: 80px;
  margin-left: 30px;
  padding: 20px 0;
  display: block;
}

.main .hamburger {
  position: relative;
  z-index: 10;
  display: block;
  width: 50px;
  height: 62px;
  cursor: pointer;
}

.main .hamburger span {
  position: absolute;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  top: 30%;
  transition: all 0.5s;
}

.main .hamburger span:nth-child(2) {
  top: 50%;
}

.main .hamburger span:nth-child(3) {
  top: 70%;
}

.main .hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  background-color: #00b6cc;
}
.main .hamburger.active span:nth-child(2) {
  display: none;
}
.main .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
  background-color: #00b6cc;
}

.hamburger__menu {
  transition: all 0.2s ease-in-out;
  transform: translate(100%, 0);
  opacity: 0;
  right: 0;
  top: 0;
  width: 70%;
  height: 100vh;
  background-color: #ffffea;
  position: fixed;
}

.hamburger__menu.active {
  opacity: 1;
  transform: translate(0, 0);
  overflow: auto;
  overflow-y: scroll;
  z-index: 5;
}

html.active {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: -1;
}

.main .hamburger__menu .menu__inner {
  padding-left: 20px;
  padding-right: 30px;
  margin: 60px 0;
  text-align: center;
}

.main .hamburger__menu .menu__inner .contents {
  font-size: calc(12px + 3 * (100vw - 320px) / 1046);
  letter-spacing: 0;
  color: #00b6cc;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding: 20px 0;
  display: block;
}

.mask {
  display: block;
  transition: all 0.5s;
}
.mask.active {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  cursor: pointer;
}
/* --------------------------------------------------------------- */

.main .flex__inner {
  display: flex;
  justify-content: space-between;
}

.main .flex__inner .left {
  background-color: #ffffea;
  border-radius: 12px;
  margin-top: 210px;
  max-height: 1000px;
}

.main .flex__inner .left .left__inner {
  padding-left: 20px;
  padding-right: 30px;
  margin: 20px 0;
}

.main .flex__inner .left .left__inner .left__contents .contents {
  font-size: calc(12px + 3 * (100vw - 320px) / 1046);
  letter-spacing: 0;
  color: #00b6cc;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding: 20px 0;
  display: block;
}
@media screen and (min-width: 1440px) {
  .main .flex__inner .left .left__inner .left__contents .contents {
    font-size: 15px;
  }
}

/* ---------------------------------------------------------------------------- */
/* right */
.main .flex__inner .right {
  margin-top: 130px;
  margin-bottom: 280px;
}

.main .home__link {
  width: 200px;
  height: 52px;
  margin-bottom: 25px;
  display: block;
}

.main .right__box {
  background-color: #ffffff;
  max-width: 1000px;
  min-width: 720px;
  width: 55vw;
}

.main .right__box .category__box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

.main .right__box .category__box .category {
  position: relative;
  width: 100%;
}
.main .right__box .category__box .category::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1.5px;
  background-color: #00b6cc;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main .right__box .category__box .category:last-child::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1.5px;
  background-color: #00b6cc;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main .right__box .category__box .category {
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .right__box .category__box .category .cat_wrap {
  width: 95px;
  height: 95px;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main .right__box .category__box .category .cat_wrap.category_1 {
  background-image: url(../images/single__works/cat1.png);
}
.main .right__box .category__box .category .cat_wrap.category_1.active {
  background-image: url(../images/single__works/cat1_active.png);
}

.main .right__box .category__box .category .cat_wrap.category_2 {
  background-image: url(../images/single__works/cat2.png);
}
.main .right__box .category__box .category .cat_wrap.category_2.active {
  background-image: url(../images/single__works/cat2_active.png);
}

/* ブランディング */
.main .right__box .category__box .category .cat_wrap.category2_3 {
  background-image: url(../images/single__works/cat5.png);
}
.main .right__box .category__box .category .cat_wrap.active.category2_3 {
  background-image: url(../images/single__works/cat5_active.png);
}

/* 内装あり */
.main .right__box .category__box .category .cat_wrap.category2_4 {
  background-image: url(../images/single__works/cat6.png);
}
.main .right__box .category__box .category .cat_wrap.active.category2_4 {
  background-image: url(../images/single__works/cat6_active.png);
}

/* 店舗仲介 */
.main .right__box .category__box .category .cat_wrap.category2_2 {
  background-image: url(../images/single__works/cat4.png);
}
.main .right__box .category__box .category .cat_wrap.active.category2_2 {
  background-image: url(../images/single__works/cat4_active.png);
}

/* 融資相談 */
.main .right__box .category__box .category .cat_wrap.category2_1 {
  background-image: url(../images/single__works/cat3.png);
}
.main .right__box .category__box .category .cat_wrap.active.category2_1 {
  background-image: url(../images/single__works/cat3_active.png);
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* sec1__box */
.sec1__box {
  margin-top: 70px;
	position: relative;
}

.sec1__box .sec1__inner {
  max-width: 660px;
  width: 80%;
  margin: auto;
}

.sec1__box .title__flex .title__box {
  max-width: 660px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
	.sec1__box .title__flex .title__box {
	   max-width: unset;
	   width: 100%;
		text-align: center;
  }
}

.sec1__box .title__box .title {
  font-size: calc(12px + 10 * (100vw - 320px) / 1046);
  letter-spacing: 0.15em;
  color: #00b6cc;
  margin: unset;
  display: inline-block;
}
@media screen and (min-width: 1440px) {
  .sec1__box .title__box .title {
    font-size: 24px;
  }
}

.sec1__box .tag__box {
  position: relative;
  width: 50px;
  padding-top: 25px;
  background-color: #00b6cc;
  height: 170px;
	position: absolute;
  top: 0;
  left: 0px;
}
.sec1__box .tag__box::after {
  content: "";
  position: absolute;
  border-top: 20px solid #00b6cc;
  border-right: 20px solid transparent;
  left: 0;
  bottom: -20px;
}

.sec1__box .tag__box .tag__text {
  color: #ffffff;
  margin-top: 50px;
  margin-left: -30px;
  width: 230%;
  transform: rotate(90deg);
}

.sec1__box .tag__box .tag__text .text {
  font-size: 13px;
  margin-bottom: 0;
}

.sec1__box .sec1__inner .top__flex {
  display: flex;
  justify-content: space-between;
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	.sec1__box .sec1__inner .top__flex {
		margin-top: 40px;
	}
}

.sec1__box .sec1__inner .top__flex .thumbnail {
  max-width: 400px;
  max-height: 400px;
  width: 52%;
  height: 35%;
}

.sec1__box .sec1__inner .top__flex .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec1__box .sec1__inner .top__flex .data__box {
  border: 2px solid #00b6cc;
  border-radius: 15px;
  padding: 30px 15px;
  max-width: 170px;
  max-height: 220px;
}

.sec1__box .sec1__inner .data__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec1__box .sec1__inner .data__flex .age {
  font-size: calc(12px + 3 * (100vw - 320px) / 1046);
  letter-spacing: 0.1em;
  padding-right: 10px;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .sec1__box .sec1__inner .data__flex .age {
    font-size: 15px;
  }
}

.sec1__box .sec1__inner .data__flex .gender {
  font-size: calc(12px + 6 * (100vw - 320px) / 1046);
  letter-spacing: 0.1em;
  padding-right: 10px;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .sec1__box .sec1__inner .data__flex .gender {
    font-size: 18px;
  }
}

.sec1__box .sec1__inner .data__flex .gender__img {
  max-width: 35px;
  width: 2vw;
  height: auto;
}
.sec1__box .sec1__inner .data__flex .gender__img.gender__img2 {
  width: 3vw;
  min-width: 35px;
}

.sec1__box .sec1__inner .data__box .bottom__data .title {
  font-size: 12px;
  line-height: 3.33;
  font-weight: bold;
}

.sec1__box .sec1__inner .data__box .bottom__data .contents1 {
  font-size: 13px;
  line-height: 1.7;
}

.sec1__box .sec1__inner .data__box .bottom__data .contents2 {
  font-size: 13px;
  line-height: 1.7;
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* sec2 */
.sec2 {
  padding-top: 90px;
  position: relative;
}

.sec2 .sec2__img {
  max-width: 660px;
  width: 80%;
  margin: auto;
  height: auto;
  position: relative;
}

.sec2 .sec2__img::before {
  content: "PHOTO ALUBUM";
  position: absolute;
  font-size: calc(12px + 4 * (100vw - 320px) / 1046);
  color: #00b6cc;
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  left: -90px;
  margin: auto;
  height: fit-content;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1350px) {
  .sec2 .sec2__img::before {
    left: -8vw;
  }
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* sec3 */
.sec3 {
  padding-top: 150px;
}

.sec3 .title__box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec3 .title__box .tag__title {
  font-size: calc(12px + 2 * (100vw - 320px) / 1046);
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 30px;
}

.sec3 .title__box .main__title {
  font-size: calc(20px + 6 * (100vw - 320px) / 1046);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1440px) {
  .sec3 .title__box .tag__title {
    font-size: 14px;
  }

  .sec3 .title__box .main__title {
    font-size: 26px;
  }
}

.sec3 .contents__wrap {
  padding-top: 100px;
}

.sec3 .contents__wrap .contents__box {
  /* margin-left: 90px;
  margin-right: 160px; */
  margin: auto;
  max-width: 660px;
  width: 80%;
  border-left: 2px solid #00b6cc;
}

.sec3 .contents__wrap .contents__box .top__contents {
  border-bottom: 1px solid #00b6cc;
  margin-left: 30px;
  padding-left: 60px;
  padding-bottom: 40px;
}

.sec3 .contents__wrap .contents__box .title {
  font-size: calc(15px + 6 * (100vw - 320px) / 1046);
  letter-spacing: 0.37em;
}

.sec3 .contents__wrap .contents__box .contents {
  font-size: calc(12px + 1 * (100vw - 320px) / 1046);
  letter-spacing: 0.2em;
  line-height: 2.69;
}

.sec3 .contents__wrap .contents__box .bottom__contents {
  padding-top: 40px;
  padding-left: 60px;
  margin-left: 30px;
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* sec4 */
.sec4 {
  padding-top: 20px;
  padding-bottom: 70px;
}

.sec4 .img__flex .sec4__img {
  max-width: 660px;
  width: 80%;
  height: 30vw;
  margin: 0px auto;
}

.sec4 .img__flex .sec4__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* sec5 */
.sec5 {
  border-bottom: 1.5px solid #00b6cc;
  width: 90%;
  margin: auto;
}

.sec5 .sec5__box {
  max-width: 670px;
  width: 85%;
  min-width: 550px;
  margin: auto;
  border: 1px solid #00b6cc;
  margin-bottom: 110px;
  display: flex;
  align-items: baseline;
  padding: 15px 20px;
}

.sec5 .sec5__box .sec5__title {
  font-size: calc(12px + 1 * (100vw - 320px) / 1046);
  letter-spacing: 0.15em;
  margin-right: 30px;
}

.sec5 .sec5__box .contents__flex {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  flex: 1;
}

.sec5 .sec5__box .contents__flex .contents {
  margin-right: 10px;
}

.sec5 .sec5__box .contents__flex .value {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 2;
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* sec6 */
.sec6 {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 35px;
  width: 90%;
}

.sec6 .text {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* responsive */

/* ------------------------------------------- */
/* main */
@media screen and (max-width: 1280px) {
  .main {
    width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
  }

  .main .flex__inner .left .left__inner .left__contents .contents {
    font-size: 12px;
  }

  .main .home__link {
    display: none;
  }

  .main .flex__inner .right {
    margin-bottom: 80px;
    margin-top: 0;
  }

  .main .right__box .category__box {
    justify-content: center;
  }

  .main .flex__inner {
    justify-content: flex-start;
    display: block;
  }

  .main .right__box {
    width: auto;
  }

  .main .flex__inner .left {
    display: none;
  }

  .main .top__sec {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .sec2 {
    width: 90%;
    margin: auto;
  }

  .sec2 .sec2__img {
    padding-left: unset;
    width: 500px;
  }

  .sec2 .sec2__img::before {
    left: -80px;
  }

  .main .right__box .category__box {
    width: 98%;
  }

  .main .right__box .category__box .category .cat_wrap {
    width: 95px;
    height: 95px;
  }

  .sec1__box .sec1__inner {
    width: 75%;
  }

  .main .right__box {
    min-width: unset;
    width: 100%;
  }

  .main .flex__inner .right {
    width: 100%;
  }

  .sec1__box {
    margin-top: 40px;
  }

  .sec1__box .sec1__inner .top__flex .thumbnail {
    width: 80%;
    margin: auto;
  }

  .sec1__box .sec1__inner .top__flex .data__box {
    width: 80%;
    margin: auto;
    margin-top: 40px;
    max-width: unset;
  }

  .sec1__box .sec1__inner .data__flex {
    justify-content: flex-start;
  }

  .sec1__box .sec1__inner .data__box .bottom__data .contents2 br {
    display: none;
  }

  .sec1__box .sec1__inner {
    margin-right: unset;
    margin: auto;
  }

  .sec1__box .sec1__inner .top__flex {
    flex-direction: column;
  }

  .sec2 .sec2__img {
    width: 85%;
    margin: auto;
  }

  .sec3 {
    padding-top: 80px;
  }

  .sec4 {
    padding-top: 20px;
  }

  .sec4 .img__flex {
    flex-direction: column;
	padding-bottom: 50px; /* added 2022.10.13 */
  }

  .sec3 .contents__wrap .contents__box {
    width: 80%;
    margin: auto;
  }

  .sec3 .contents__wrap .contents__box .top__contents,
  .sec3 .contents__wrap .contents__box .bottom__contents {
    padding-left: 20px;
  }

  .sec5 .sec5__box {
    min-width: unset;
    width: unset;
    margin: auto;
    margin-bottom: 50px;
  }

  .sec5 .sec5__box .contents__flex {
    flex-direction: column;
  }

  .sec5 .sec5__box .contents__flex .contents {
    margin-right: 0;
  }

  .sec5 .sec5__box .contents__flex .contents br {
    display: none;
  }

  .sec4 .img__flex .sec4__img {
    height: 50vw;
  }
}

@media screen and (max-width: 480px) {
  .main .right__box .category__box .category {
    min-width: 40px;
  }

  .main .right__box .category__box {
    padding-top: 30px;
  }

  .sec1__box {
    margin-top: 30px;
  }

  .sec1__box .title__box {
    margin-left: 40px;
  }

  .sec1__box .title__box .title {
    font-size: 14px;
  }

  .sec1__box .sec1__inner .top__flex {
    margin-top: -120px;
  }

  .sec3 .contents__wrap {
    padding-top: 60px;
  }

  .sec3 .contents__wrap .contents__box {
    width: 90%;
  }

  .sec3 .contents__wrap .contents__box .top__contents,
  .sec3 .contents__wrap .contents__box .bottom__contents {
    padding-left: 10px;
    margin-left: 20px;
  }

  .sec4 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .sec5 .sec5__box .contents__flex .value br {
    display: block;
  }

  .sec1__box .sec1__inner .data__flex .gender__img {
    width: 4vw;
  }
}

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

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