@charset "UTF-8";
/* 

*** Adobefont - 遅延対策
*** media queries
*** layout
*** animation

*/
/*==================================================

*** iphone - 表示崩れ対策
==================================================*/
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

/*==================================================

*** Adobefont - 遅延対策
==================================================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*==================================================

*** media queries
==================================================*/
/*==================================================

*** layout
==================================================*/
html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 480px) {
  .container {
    /* < 480px */
    padding: 0 3rem;
  }
}

.inb {
  display: inline-block;
}

/*==================================================

*** animation
==================================================*/
.fadein {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 

*** color
*** z-index
*** typography

*/
/* 

*** Adobefont - 遅延対策
*** media queries
*** layout
*** animation

*/
/*==================================================

*** iphone - 表示崩れ対策
==================================================*/
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

/*==================================================

*** Adobefont - 遅延対策
==================================================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*==================================================

*** media queries
==================================================*/
/*==================================================

*** layout
==================================================*/
html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 480px) {
  .container {
    /* < 480px */
    padding: 0 3rem;
  }
}

.inb {
  display: inline-block;
}

/*==================================================

*** animation
==================================================*/
.fadein {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================

*** color
==================================================*/
/*==================================================

*** z-index
==================================================*/
/*==================================================

*** typography
==================================================*/
.klee {
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 

*** Adobefont - 遅延対策
*** media queries
*** layout
*** animation

*/
/*==================================================

*** iphone - 表示崩れ対策
==================================================*/
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

/*==================================================

*** Adobefont - 遅延対策
==================================================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*==================================================

*** media queries
==================================================*/
/*==================================================

*** layout
==================================================*/
html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 480px) {
  .container {
    /* < 480px */
    padding: 0 3rem;
  }
}

.inb {
  display: inline-block;
}

/*==================================================

*** animation
==================================================*/
.fadein {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 

*** color
*** z-index
*** typography

*/
/* 

*** Adobefont - 遅延対策
*** media queries
*** layout
*** animation

*/
/*==================================================

*** iphone - 表示崩れ対策
==================================================*/
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

/*==================================================

*** Adobefont - 遅延対策
==================================================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*==================================================

*** media queries
==================================================*/
/*==================================================

*** layout
==================================================*/
html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 480px) {
  .container {
    /* < 480px */
    padding: 0 3rem;
  }
}

.inb {
  display: inline-block;
}

/*==================================================

*** animation
==================================================*/
.fadein {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================

*** color
==================================================*/
/*==================================================

*** z-index
==================================================*/
/*==================================================

*** typography
==================================================*/
.klee {
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 

*** header__inner
*** burger-btn
*** drawer

*/
.header {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .header {
    /* < 768px */
    padding: 0;
  }
}

.header.fixed {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}

/*==================================================

*** header__inner
==================================================*/
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .header__inner {
    /* < 768px */
    display: none;
  }
}

.header__logo {
  width: 200px;
}

.header__logo > a {
  display: flex;
  align-items: center;
}

.header__nav {
  padding-right: 6%;
  width: 32%;
  max-width: 380px;
  min-width: 300px;
}

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

.header__item {
  transition: all 0.2s;
}

.header__item:hover {
  color: rgb(49, 108, 7);
}

/*==================================================

*** burger-btn
==================================================*/
.fix {
  display: block;
}
@media (max-width: 768px) {
  .fix {
    /* < 768px */
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .fix {
    /* < 480px */
    margin-top: 2rem;
  }
}

.burger-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  margin-left: auto;
  width: 42px;
  height: 42px;
  z-index: 3;
  background: #3b7e0a;
  border-radius: 8px 3px 14px 3px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .burger-btn {
    /* < 768px */
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .burger-btn {
    /* < 480px */
    top: 5px;
    right: 5px;
  }
}

.burger-btn.show {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .burger-btn.show {
    /* < 768px */
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .burger-btn.show {
    /* < 480px */
    top: 5px;
    right: 5px;
  }
}

.burger-btn.close {
  position: fixed;
}

.burger-btn.fixed {
  position: fixed;
}

#about .burger-btn,
#works .burger-btn,
.work .burger-btn {
  visibility: visible;
  opacity: 1;
}

.bar {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.bar_top {
  top: 13px;
  transition: transform 0.4s;
}

.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
}

.bar_bottom {
  bottom: 13px;
  transition: transform 0.4s;
}

.burger-btn.close .bar_top {
  transform: translate(-50%, 8px) rotate(45deg);
  transition: transform 0.4s;
}

.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.4s;
}

.burger-btn.close .bar_bottom {
  transform: translate(-50%, -6px) rotate(-45deg);
  transition: transform 0.4s;
}

/*==================================================

*** drawer
==================================================*/
.drawer {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 20%;
  width: 100vw;
  height: 100vh;
  background: #f8f8ed;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.drawer.open {
  visibility: visible;
  opacity: 1;
}

.drawer__list {
  margin-top: 10vh;
  width: 200px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .drawer__list {
    /* < 768px */
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .drawer__list {
    /* < 480px */
    font-size: 2rem;
  }
}

.drawer__list__item {
  transition: all 0.2s;
}

.drawer__list__item:hover {
  color: #316c07;
}

.drawer__list__item:nth-of-type(n + 2) {
  margin-top: 6vh;
}

.drawer__logo {
  margin-top: 15vh;
  width: 220px;
}
@media (max-width: 768px) {
  .drawer__logo {
    /* < 768px */
    width: 180px;
  }
}
@media (max-width: 480px) {
  .drawer__logo {
    /* < 480px */
    width: 160px;
  }
}

/* 

*** Adobefont - 遅延対策
*** media queries
*** layout
*** animation

*/
/*==================================================

*** iphone - 表示崩れ対策
==================================================*/
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

/*==================================================

*** Adobefont - 遅延対策
==================================================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*==================================================

*** media queries
==================================================*/
/*==================================================

*** layout
==================================================*/
html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 480px) {
  .container {
    /* < 480px */
    padding: 0 3rem;
  }
}

.inb {
  display: inline-block;
}

/*==================================================

*** animation
==================================================*/
.fadein {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 

*** color
*** z-index
*** typography

*/
/* 

*** Adobefont - 遅延対策
*** media queries
*** layout
*** animation

*/
/*==================================================

*** iphone - 表示崩れ対策
==================================================*/
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

/*==================================================

*** Adobefont - 遅延対策
==================================================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*==================================================

*** media queries
==================================================*/
/*==================================================

*** layout
==================================================*/
html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 480px) {
  .container {
    /* < 480px */
    padding: 0 3rem;
  }
}

.inb {
  display: inline-block;
}

/*==================================================

*** animation
==================================================*/
.fadein {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================

*** color
==================================================*/
/*==================================================

*** z-index
==================================================*/
/*==================================================

*** typography
==================================================*/
.klee {
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 

*** .footer-left
*** .footer-right

*/
.footer {
  position: relative;
  margin-top: 14rem;
}
@media (max-width: 768px) {
  .footer {
    /* < 768px */
    margin-top: 11rem;
  }
}
@media (max-width: 480px) {
  .footer {
    /* < 480px */
    margin-top: 12rem;
  }
}

/*==================================================

*** footer-left
==================================================*/
.footer-left {
  position: relative;
  z-index: 1;
  padding: 6rem 16% 3rem 8.7%;
  width: 92%;
  border-radius: 40px 0 80px 0;
  background: #f8f8ed;
}
@media (max-width: 1024px) {
  .footer-left {
    /* < 1024px */
    padding: 6rem 12% 3rem 7%;
    padding-right: 12%;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .footer-left {
    /* < 768px */
    align-items: flex-end;
    padding: 5rem 0 2.5rem 10%;
    width: 85%;
  }
}
@media (max-width: 480px) {
  .footer-left {
    /* < 480px */
    width: 80%;
  }
}

.footer-left-top {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-left-top {
    /* < 1024px */
  }
}
@media (max-width: 768px) {
  .footer-left-top {
    /* < 768px */
    align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .footer-left-top {
    display: block;
  }
}

.footer-left-bottom {
  margin-top: 5rem;
  font-size: 1.2rem;
  color: #555555;
}
@media (max-width: 768px) {
  .footer-left-bottom {
    /* < 768px */
    margin-top: 4rem;
  }
}
@media (max-width: 480px) {
  .footer-left-bottom {
    /* < 480px */
    font-size: 1rem;
  }
}

.footer-left__main {
  display: flex;
  align-items: center;
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .footer-left__main {
    /* < 768px */
    display: block;
    margin-right: 4.5rem;
  }
}

.footer-left__logo {
  width: 80px;
}
@media (max-width: 768px) {
  .footer-left__logo {
    /* < 768px */
    width: 65px;
  }
}
@media (max-width: 480px) {
  .footer-left__logo {
    /* < 480px */
    width: 50px;
  }
}

.footer-left__nav {
  margin-left: 8rem;
}
@media (max-width: 1024px) {
  .footer-left__nav {
    /* < 1024px */
    margin-left: 6rem;
  }
}
@media (max-width: 768px) {
  .footer-left__nav {
    /* < 768px */
    margin-left: 0;
  }
}

.footer-left__list {
  display: flex;
}
@media (max-width: 768px) {
  .footer-left__list {
    /* < 768px */
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .footer-left__list {
    /* < 480px */
    display: block;
  }
}

.footer-left__item {
  transition: all 0.2s;
}

.footer-left__item:not(:last-of-type) {
  margin-right: 5rem;
}
@media (max-width: 1024px) {
  .footer-left__item:not(:last-of-type) {
    /* < 1024px */
    margin-right: 4.5rem;
  }
}
@media (max-width: 768px) {
  .footer-left__item:not(:last-of-type) {
    /* < 768px */
    margin-right: 3rem;
  }
}
@media (max-width: 480px) {
  .footer-left__item:not(:last-of-type) {
    /* < 480px */
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .footer-left__item:not(:first-of-type) {
    /* < 480px */
    margin-top: 2rem;
  }
}

.footer-left__item:hover {
  color: rgb(49, 108, 7);
}

.footer-left__sns {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .footer-left__sns {
    /* < 480px */
    margin-top: 2.5rem;
  }
}

.insta {
  width: 20px;
  transition: all 0.2s;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .insta {
    /* < 768px */
  }
}
@media (max-width: 480px) {
  .insta {
    /* < 480px */
  }
}

.insta > a {
  display: flex;
  align-items: center;
}

.twitter {
  width: 28px;
  transition: all 0.2s;
}

.footer-left__sns img {
  width: 100%;
}

.insta:hover {
  opacity: 0.8;
}

/*==================================================

*** footer-right
==================================================*/
.footer-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 16%;
  height: 100%;
  background: #eaead0;
}
@media (max-width: 1024px) {
  .footer-right {
    /* < 1024px */
  }
}
@media (max-width: 768px) {
  .footer-right {
    /* < 768px */
    width: 30%;
  }
}
@media (max-width: 480px) {
  .footer-right {
    /* < 480px */
    width: 44%;
  }
}

.pagetop {
  position: relative;
  height: 100%;
}

.pagetop > a:hover img {
  bottom: 28%;
}

.pagetop > a:hover span {
  bottom: 28%;
}

.pagetop > a {
  display: flex;
  padding-left: 70%;
  height: 100%;
}
@media (max-width: 1024px) {
  .pagetop > a {
    /* < 1024px */
    padding-left: 64%;
  }
}
@media (max-width: 768px) {
  .pagetop > a {
    /* < 768px */
    padding-left: 71%;
  }
}

.pagetop img {
  position: absolute;
  bottom: 24%;
  width: 6px;
  transition: all ease-out 0.3s;
}

.pagetop span {
  position: absolute;
  right: 15%;
  bottom: 24%;
  display: inline-block;
  margin-left: 0.5rem;
  writing-mode: vertical-rl;
  color: #555555;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  transition: all ease-out 0.3s;
}

/* 

*** color
*** z-index
*** typography

*/
/* 

*** Adobefont - 遅延対策
*** media queries
*** layout
*** animation

*/
/*==================================================

*** iphone - 表示崩れ対策
==================================================*/
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

/*==================================================

*** Adobefont - 遅延対策
==================================================*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*==================================================

*** media queries
==================================================*/
/*==================================================

*** layout
==================================================*/
html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 480px) {
  .container {
    /* < 480px */
    padding: 0 3rem;
  }
}

.inb {
  display: inline-block;
}

/*==================================================

*** animation
==================================================*/
.fadein {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================

*** color
==================================================*/
/*==================================================

*** z-index
==================================================*/
/*==================================================

*** typography
==================================================*/
.klee {
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 

*** h
*** pc
*** btn
*** btn-next
*** contact
*** page-title
*** h2-number
*** works → color

*/
/*==================================================

*** h
==================================================*/
.h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  color: #3b7e0a;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .h2 {
    /* < 768px */
    font-size: 4.2rem;
  }
}
@media (max-width: 480px) {
  .h2 {
    /* < 480px */
    font-size: 3.5rem;
  }
}

.h2 + * {
  margin-top: 4.4rem;
}
@media (max-width: 768px) {
  .h2 + * {
    /* < 768px */
    margin-top: 4rem;
  }
}
@media (max-width: 480px) {
  .h2 + * {
    /* < 480px */
    margin-top: 3.5rem;
  }
}

/*==================================================

*** pc
==================================================*/
@media (min-width: 1366px) {
  .pc {
    /* > 1366px */
    display: none;
  }
}

/*==================================================

*** btn
==================================================*/
.btn-more {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 14px 0;
  width: 200px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 15px 2px 15px 2px;
  background: linear-gradient(90deg, #c1d10d 0%, #94cd2c 100%);
  transition: 0.2s;
}

.btn-more:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px 2px 15px 2px;
  background-color: #3b7e0a;
  opacity: 0;
  transition: 0.3s;
}

.btn-more:hover:after {
  opacity: 1;
}

/*==================================================

*** btn-next
==================================================*/
.btn-next {
  margin: 15rem auto 0;
  width: 50%;
  text-align: center;
  color: #fff;
  border-radius: 20px 4px 20px 4px;
  background: linear-gradient(90deg, #c1d10d 0%, #94cd2c 51%, rgb(160, 209, 13) 100%);
  background-size: 200% auto;
  transition: all ease-out 0.3s;
}
@media (max-width: 768px) {
  .btn-next {
    /* < 768px */
    margin-top: 12.5rem;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .btn-next {
    /* < 480px */
    margin-top: 10rem;
    width: 77%;
  }
}

.btn-next:hover {
  background-position: right center;
}

.btn-next:hover .btn-next__inner::before {
  right: 6.5%;
}

.btn-next > a {
  display: inline-block;
  position: relative;
  padding: 0.8em 0;
  width: 100%;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .btn-next > a {
    /* < 768px */
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .btn-next > a {
    /* < 480px */
    padding: 0.8em 12.5%;
    text-align: left;
    font-size: 1.7rem;
  }
}

.btn-next > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 10%;
  height: 7px;
  background: url(../img/icn/arrow-contact.svg) no-repeat;
  transition: all ease-out 0.3s;
}
@media (max-width: 768px) {
  .btn-next > a::before {
    /* < 768px */
    width: 44px;
  }
}
@media (max-width: 480px) {
  .btn-next > a::before {
    /* < 480px */
    right: 12.5%;
    width: 19%;
  }
}

.btn-next span {
  display: block;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .btn-next span {
    /* < 768px */
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .btn-next span {
    /* < 480px */
    margin-top: -0.2rem;
  }
}

/*==================================================

*** contact
==================================================*/
.contact {
  display: flex;
  justify-content: space-between;
  padding: 6rem 7rem;
  border-radius: 60px 10px 100px 10px;
  background: #f8f8ed;
}
@media (max-width: 1024px) {
  .contact {
    /* < 1024px */
    display: block;
    padding: 5.5rem 6rem;
  }
}
@media (max-width: 768px) {
  .contact {
    /* < 768px */
    padding: 5.5rem 4.5rem;
  }
}
@media (max-width: 480px) {
  .contact {
    /* < 480px */
    padding: 5rem 3rem;
    border-radius: 50px 10px 80px 10px;
  }
}

.contact-top {
  margin-top: 14rem;
}
@media (max-width: 768px) {
  .contact-top {
    /* < 768px */
    margin-top: 13rem;
  }
}
@media (max-width: 480px) {
  .contact-top {
    /* < 480px */
    margin-top: 12rem;
  }
}

.contact-subpage {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .contact-subpage {
    /* < 768px */
    margin-top: 9rem;
  }
}
@media (max-width: 480px) {
  .contact-subpage {
    /* < 480px */
    margin-top: 8rem;
  }
}

.contact__inner {
  width: 50%;
}
@media (max-width: 1024px) {
  .contact__inner {
    /* < 1024px */
    width: 100%;
  }
}

.contact__h2 {
  font-size: 5rem;
  color: #468618;
}
@media (max-width: 1024px) {
  .contact__h2 {
    /* < 1024px */
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact__h2 {
    /* < 768px */
    font-size: 4.2rem;
  }
}
@media (max-width: 480px) {
  .contact__h2 {
    /* < 480px */
    font-size: 3.5rem;
  }
}

.contact__text {
  margin-top: 0.8rem;
}
@media (max-width: 1024px) {
  .contact__text {
    /* < 1024px */
    text-align: center;
  }
}

.contact__text > br {
  display: none;
}
@media (max-width: 1024px) {
  .contact__text > br {
    /* < 1024px */
    display: block;
  }
}
@media (max-width: 768px) {
  .contact__text > br {
    /* < 768px */
    display: none;
  }
}

.cta-container {
  display: flex;
  align-items: center;
  width: 45%;
  color: #fff;
  font-size: 2.6rem;
  border-radius: 26px 4px 54px 4px;
  background: linear-gradient(90deg, #c1d10d 0%, #94cd2c 51%, rgb(160, 209, 13) 100%);
  background-size: 200% auto;
  transition: all ease-out 0.3s;
}
@media (max-width: 1024px) {
  .cta-container {
    /* < 1024px */
    margin-top: 4rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cta-container {
    /* < 768px */
    margin-top: 3.5rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .cta-container {
    /* < 480px */
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

.cta-container:hover {
  background-position: right center;
}

.cta-container:hover .cta::before {
  right: 4%;
}
@media (max-width: 768px) {
  .cta-container:hover .cta::before {
    /* < 768px */
    right: 10%;
  }
}

.cta {
  position: relative;
  padding: 54px 15%;
  width: 100%;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .cta {
    /* < 1024px */
    padding: 45px 12%;
  }
}
@media (max-width: 768px) {
  .cta {
    /* < 768px */
    padding: 40px 12%;
  }
}

.cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  width: 19%;
  height: 7px;
  background: url(../img/icn/arrow-contact.svg) no-repeat;
  transition: all ease-out 0.3s;
}
@media (max-width: 768px) {
  .cta::before {
    /* < 768px */
    right: 10%;
  }
}
@media (max-width: 480px) {
  .cta::before {
    /* < 480px */
    right: 12%;
  }
}

/*==================================================

*** page-title
==================================================*/
.page-title {
  position: relative;
}

.page-title__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 10%;
  min-width: 26%;
  height: 100%;
}
@media (min-width: 1366px) {
  .page-title__inner {
    /* < 1366px */
    left: 8.5%;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .page-title__inner {
    /* < 768px */
    min-width: 34%;
  }
}

.title-logo {
  width: 12rem;
  position: relative;
  top: 7rem;
}
@media (max-width: 768px) {
  .title-logo {
    /* < 768px */
    width: 10rem;
  }
}
@media (max-width: 480px) {
  .title-logo {
    /* < 480px */
    width: 7rem;
  }
}

.page-title__h1 {
  position: relative;
  z-index: 1;
  padding: 4rem 6rem 0 0;
  border-radius: 0 15px 0 0;
  min-width: 16rem;
  background: #fff;
}
@media (min-width: 1366px) {
  .page-title__h1 {
    /* < 1366px */
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .page-title__h1 {
    /* < 768px */
    padding: 3rem 4.5rem 0 0;
  }
}
@media (max-width: 480px) {
  .page-title__h1 {
    /* < 480px */
    padding: 30px 2rem 0 0;
  }
}

@media (min-width: 1366px) {
  .page-title__h1 > h1 {
    /* < 1366px */
    line-height: 1;
  }
}

.fadein-2 {
  display: inline-block;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #3b7e0a;
}
@media (min-width: 1366px) {
  .fadein-2 {
    /* < 1366px */
    font-size: 8rem;
    font-size: clamp(6rem, 4.2vw, 8rem);
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .fadein-2 {
    /* < 1024px */
    font-size: 5.8vw;
  }
}
@media (max-width: 768px) {
  .fadein-2 {
    /* < 768px */
  }
}
@media (max-width: 480px) {
  .fadein-2 {
    /* < 480px */
    font-size: 2.8rem;
  }
}

.fadein-2 > .br {
  display: inline-block;
  line-height: 1;
}

.page-title__jp {
  display: block;
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 2rem;
  color: #222;
}
@media (max-width: 768px) {
  .page-title__jp {
    /* < 768px */
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .page-title__jp {
    /* < 480px */
    font-size: 1.4rem;
  }
}

.page-title__jp br {
  display: none;
}
@media (max-width: 480px) {
  .page-title__jp br {
    /* < 480px */
    display: block;
  }
}

.page-title__keyvisual {
  display: block;
  margin-left: auto;
  width: 68%;
  height: 33.2vw;
  min-height: 500px;
  max-height: 650px;
}
@media (max-width: 768px) {
  .page-title__keyvisual {
    /* < 768px */
    width: 62%;
    height: 370px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .page-title__keyvisual {
    /* < 480px */
    width: 60%;
    height: 322px;
  }
}

.page-title__keyvisual source,
.page-title__keyvisual img {
  width: 100%;
  height: 100%;
  border-radius: 80px 0 0 10px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .page-title__keyvisual source,
.page-title__keyvisual img {
    /* < 768px */
    border-radius: 70px 0 0 10px;
  }
}
@media (max-width: 480px) {
  .page-title__keyvisual source,
.page-title__keyvisual img {
    /* < 480px */
    border-radius: 60px 0 0 10px;
  }
}

/*==================================================

*** h2-number
==================================================*/
.h2-number {
  position: relative;
  z-index: 1;
  left: -4px;
  font-size: 5rem;
  color: #3b7e0a;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .h2-number {
    /* < 768px */
    font-size: 4.2rem;
  }
}
@media (max-width: 480px) {
  .h2-number {
    /* < 480px */
    font-size: 3.5rem;
  }
}

.h2-number + * {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .h2-number + * {
    /* < 768px */
    margin-top: 4rem;
  }
}
@media (max-width: 480px) {
  .h2-number + * {
    /* < 480px */
    margin-top: 3.5rem;
  }
}

.h2-number span {
  position: relative;
  display: block;
  margin-top: 0.8rem;
  padding-left: 2.3rem;
  color: #222;
  font-size: 1.4rem;
}

.h2-number span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-57%);
  width: 14px;
  height: 14px;
  background: #dded99;
  border-radius: 4px 2px 6px 2px;
}

.work .h2-number span::before {
  background: #e0e9b9;
}

/*==================================================

*** text-link
==================================================*/
.text-link {
  border-bottom: 1px solid #a7a7a7;
  transition: 0.4s;
}

.text-link:hover {
  color: #939393;
}

/*==================================================

*** works → color
==================================================*/
.color-1 {
  border-radius: 4px 0 0 4px;
}

.color-4 {
  border-radius: 0 4px 4px 0;
}

/* 

*** overview
*** web-img
*** mobile-img
*** main-img
*** next-work
*** all-works
*** others

*/
.work .container {
  max-width: 1000px;
}

.work-container {
  max-width: 750px;
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .work-container {
    /* < 1024px */
    width: 60%;
  }
}
@media (max-width: 768px) {
  .work-container {
    /* < 768px */
  }
}
@media (max-width: 480px) {
  .work-container {
    /* < 480px */
    width: auto;
    margin: 0 30px;
  }
}

.mt-l {
  margin-top: 17rem;
}
@media (max-width: 768px) {
  .mt-l {
    /* < 768px */
    margin-top: 15rem;
  }
}
@media (max-width: 480px) {
  .mt-l {
    /* < 480px */
    margin-top: 13rem;
  }
}

.mt-s {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .mt-s {
    /* < 768px */
    margin-top: 10rem;
  }
}
@media (max-width: 480px) {
  .mt-s {
    /* < 480px */
    margin-top: 8rem;
  }
}

/*==================================================

*** overview
==================================================*/
.overview {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .overview {
    /* < 768px */
    margin-top: 7rem;
  }
}
@media (max-width: 480px) {
  .overview {
    /* < 480px */
    margin-top: 5rem;
  }
}

.overview__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .overview__inner {
    /* < 768px */
    display: block;
  }
}

.overview__prof {
  width: 38%;
}
@media (max-width: 768px) {
  .overview__prof {
    /* < 768px */
    width: 100%;
  }
}

.overview__prof dl {
  display: flex;
}

.overview__prof dl:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.overview__prof dt {
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .overview__prof dt {
    /* < 768px */
    margin-right: 4rem;
  }
}

.overview__link {
  margin-top: 2rem;
}

.work__link {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 768px) {
  .work__link {
    /* < 768px */
    font-size: 1rem;
  }
}

.overview__link > a,
.work__link > a {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  line-height: 1.4;
}

.overview__link > a::after,
.work__link > a::after {
  content: "";
  background: #222;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s ease;
  height: 1px;
  width: 100%;
}

.overview__link > a:hover::after,
.work__link > a:hover::after {
  transform: scaleX(0);
  transform-origin: right;
}

.overview__link > a::before,
.work__link > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/icn/link.svg) no-repeat center/12px 12px;
}

.overview__detail {
  width: 54%;
}
@media (max-width: 768px) {
  .overview__detail {
    /* < 768px */
    margin-top: 4rem;
    width: 100%;
  }
}

.overview__detail sup {
  margin-top: -1px;
  font-size: 1rem;
  vertical-align: top;
}

.addition {
  margin-top: 1rem;
  color: #555;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .addition {
    /* < 768px */
    font-size: 1rem;
  }
}

.addition span {
  font-weight: bold;
}

/*==================================================

*** web-img
==================================================*/
.web-img {
  margin-top: 13rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .web-img {
    /* < 768px */
    margin-top: 11.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .web-img {
    /* < 480px */
    margin-top: 10rem;
    padding-bottom: 2rem;
  }
}

.web-img img {
  object-fit: cover;
  width: 100vw;
}
@media (max-width: 768px) {
  .web-img img {
    /* < 768px */
    height: 75vw;
  }
}
@media (max-width: 480px) {
  .web-img img {
    /* < 480px */
    height: 80vw;
  }
}

/*==================================================

*** work__list
==================================================*/
.work__item-l {
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .work__item-l {
    /* < 768px */
    margin-top: 5rem;
  }
}
@media (max-width: 480px) {
  .work__item-l {
    /* < 480px */
    margin-top: 4.5rem;
  }
}

.work__item-l__description {
  margin-top: 2.5rem;
}

.work__item:nth-of-type(n + 2) {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .work__item:nth-of-type(n + 2) {
    /* < 768px */
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .work__item:nth-of-type(n + 2) {
    /* < 480px */
    margin-top: 2.5rem;
  }
}

.work__h3 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .work__h3 {
    /* < 768px */
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .work__h3 {
    /* < 480px */
    font-size: 2rem;
  }
}

.h3__en {
  position: relative;
  display: inline-block;
  width: 6.5em;
}

.h3__jp {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  color: #3d6023;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .h3__jp {
    /* < 768px */
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .h3__jp {
    /* < 480px */
    display: block;
    margin: -0.5rem 0 0.8rem 0;
    padding-left: 3rem;
  }
}

.h3__jp::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #707070;
}

.work__item > ol {
  counter-reset: li;
}

.work__item > ol li {
  position: relative;
  padding-left: 2.6rem;
  list-style: none;
}

.work__item > ol li:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}

.work__item > ol li::before {
  position: absolute;
  top: 0;
  left: 3px;
  color: #222;
  /*要素の連番（カウンタ）の値を進める*/
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li) ".";
}

.work__item__detail {
  margin-top: 1.4rem;
}

.work__item__detail > li {
  position: relative;
  padding-left: 1.8rem;
}

.work__item__detail > li:nth-of-type(n + 2) {
  margin-top: 1.2rem;
}

.work__item__detail > li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*==================================================

*** main-img
==================================================*/
.main-img {
  margin-top: 15rem;
  padding: 15rem 0;
}
@media (max-width: 768px) {
  .main-img {
    /* < 768px */
    margin-top: 12.5rem;
    padding: 12.5rem 0;
  }
}
@media (max-width: 480px) {
  .main-img {
    /* < 480px */
    margin-top: 10rem;
    padding: 10rem 0;
  }
}

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

.pc-img {
  width: 66%;
}

.sp-img {
  width: 26%;
}

.main-img source,
.main-img img {
  width: 100%;
  height: 100%;
}

.main-img img {
  border-radius: 2px;
}

/*==================================================

*** mobile-img
==================================================*/
.mobile-img {
  position: relative;
  margin: 12rem 0;
}
@media (max-width: 1024px) {
  .mobile-img {
    /* < 1024px */
    margin: 10rem 0;
  }
}
@media (max-width: 480px) {
  .mobile-img {
    /* < 480px */
    margin: 7rem 0;
  }
}

.mobile-container {
  max-width: 750px;
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .mobile-container {
    /* < 1024px */
    width: 60%;
  }
}
@media (max-width: 768px) {
  .mobile-container {
    /* < 768px */
  }
}
@media (max-width: 480px) {
  .mobile-container {
    /* < 480px */
    overflow: hidden;
    width: 100%;
  }
}

.mobile-img source,
.mobile-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/*==================================================

*** color
==================================================*/
.color {
  margin-top: 12rem;
  padding: 10rem 0;
  background: #f5f7f5;
}
@media (max-width: 768px) {
  .color {
    /* < 768px */
    margin-top: 8.5rem;
  }
}
@media (max-width: 480px) {
  .color {
    /* < 480px */
    margin-top: 7rem;
  }
}

.colors {
  display: flex;
  width: 100%;
  height: 140px;
}
@media (max-width: 1024px) {
  .colors {
    /* < 1024px */
    height: 130px;
  }
}
@media (max-width: 768px) {
  .colors {
    /* < 768px */
    height: 120px;
  }
}
@media (max-width: 480px) {
  .colors {
    /* < 480px */
    height: 80px;
  }
}

.color-name {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 768px) {
  .color-name {
    /* < 768px */
    font-size: 1rem;
  }
}

.font {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .font {
    /* < 768px */
    margin-top: 3.5rem;
  }
}
@media (max-width: 480px) {
  .font {
    /* < 480px */
    margin-top: 3rem;
  }
}

.font__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .font__content {
    /* < 768px */
    display: block;
  }
}

.font__content:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .font__content:nth-of-type(n + 2) {
    /* < 768px */
    margin-top: 2.5rem;
  }
}

.font__content dt {
  width: 25%;
  line-height: 1;
}
@media (max-width: 768px) {
  .font__content dt {
    /* < 768px */
    width: 100%;
  }
}

.font__content dd {
  width: 75%;
}
@media (max-width: 768px) {
  .font__content dd {
    /* < 768px */
    margin-top: 2rem;
    width: 100%;
  }
}

.font__content span {
  position: relative;
  display: block;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .font__content span {
    /* < 768px */
    display: inline-block;
    margin-left: 1rem;
    font-size: 1.2rem;
  }
}

.font__content span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: #222;
}
@media (max-width: 768px) {
  .font__content span::before {
    /* < 768px */
    top: 45%;
    transform: none;
  }
}

.small {
  display: block;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .small {
    /* < 480px */
    margin-top: 1.5rem;
  }
}

/*==================================================

*** next-work
==================================================*/
.next-work {
  background: #000;
}

.next-work > a {
  display: block;
  position: relative;
  z-index: 0;
  padding: 6.4rem 0;
}

.next-work > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
  transition: 0.4s;
  background: inherit;
}

.next-work > a:hover::before {
  filter: brightness(60%);
}

@media (max-width: 768px) {
  .next-work > .container {
    /* < 768px */
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.next-work__inner {
  display: inline-block;
  min-width: 35%;
  padding: 2.4rem 6.5rem 2.4rem 5rem;
  border-radius: 30px 10px 60px 10px;
  background: #fff;
}
@media (max-width: 768px) {
  .next-work__inner {
    /* < 768px */
    padding: 2.4rem 8.4vw 2.4rem 6.5vw;
    min-width: 45%;
    border-radius: 24px 10px 50px 10px;
  }
}
@media (max-width: 480px) {
  .next-work__inner {
    /* < 480px */
    min-width: 65%;
  }
}

.next-work__sub-title {
  position: relative;
  display: inline-block;
  padding-left: 2.15em;
  color: #3b7e0a;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .next-work__sub-title {
    /* < 768px */
    font-size: 1rem;
  }
}

.next-work__sub-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.42em;
  height: 1px;
  background: #3b7e0a;
}

.next-work__title {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .next-work__title {
    /* < 768px */
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .next-work__title {
    /* < 480px */
    font-size: 1.8rem;
  }
}

.next-work__jp-title {
  display: block;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .next-work__jp-title {
    /* < 768px */
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .next-work__jp-title {
    /* < 480px */
    margin-top: 0.3rem;
    line-height: 1.3;
  }
}

.next-work .inb {
  line-height: 1.3;
}

/*==================================================

*** all-works
==================================================*/
.all-works {
  position: relative;
  padding-top: 13rem;
}
@media (max-width: 768px) {
  .all-works {
    /* < 768px */
    padding-top: 10.5rem;
  }
}
@media (max-width: 480px) {
  .all-works {
    /* < 480px */
    padding-top: 8rem;
  }
}

.all-works::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 25%;
  height: 40%;
  border-radius: 0 0 130px 0;
  background: #f8f8f5 25% 40%/cover;
}
@media (max-width: 1024px) {
  .all-works::before {
    /* < 1024px */
    width: 30%;
    height: 315px;
  }
}
@media (max-width: 768px) {
  .all-works::before {
    /* < 768px */
    width: 35%;
    height: 270px;
  }
}
@media (max-width: 480px) {
  .all-works::before {
    /* < 480px */
    height: 230px;
  }
}

.all-works__h2 {
  color: #3b7e0a;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .all-works__h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 480px) {
  .all-works__h2 {
    /* < 480px */
    font-size: 3.5rem;
  }
}

.all-works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .all-works__list {
    /* < 768px */
    margin-top: 4.5rem;
  }
}
@media (max-width: 480px) {
  .all-works__list {
    /* < 480px */
    margin-top: 4rem;
  }
}

.all-works__item {
  width: 30%;
}
@media (max-width: 1024px) {
  .all-works__item {
    /* < 1024px */
    width: 47%;
  }
}
@media (max-width: 480px) {
  .all-works__item {
    /* < 480px */
    width: 100%;
    height: 40vw;
  }
}

.all-works__item:nth-of-type(n + 4) {
  margin-top: 6%;
}
@media (max-width: 1024px) {
  .all-works__item:nth-of-type(n + 4) {
    /* < 1024px */
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .all-works__item:nth-of-type(n + 3) {
    /* < 1024px */
    margin-top: 8%;
  }
}
@media (max-width: 768px) {
  .all-works__item:nth-of-type(n + 3) {
    /* < 768px */
    margin-top: 7%;
  }
}

@media (max-width: 480px) {
  .all-works__item:nth-of-type(n + 2) {
    /* < 480px */
    margin-top: 24%;
  }
}

.all-works__img {
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .all-works__img {
    /* < 480px */
    height: 100%;
  }
}

.all-works__img > img {
  transform: scale(1.08, 1.08);
  transition: transform 0.5s;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 480px) {
  .all-works__img > img {
    /* < 480px */
    height: 100%;
  }
}

.all-works__item > a:hover .all-works__img > img {
  transform: scale(1, 1);
}

.all-works__item__title {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .all-works__item__title {
    /* < 768px */
    margin-top: 4%;
    font-size: 1.3rem;
  }
}

/*==================================================

*** others
==================================================*/
.work__h4 {
  margin: 1rem 0 0 -1.5rem;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .work__h4 {
    /* < 768px */
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .work__h4 {
    /* < 480px */
    font-size: 1.9rem;
  }
}

.consept {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .consept {
    /* < 768px */
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  .consept {
    /* < 480px */
    font-size: 3rem;
  }
}

.consept span {
  display: inline-block;
  line-height: 1.5;
}

.green {
  color: #3b7e0a;
}

.work__description {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .work__description {
    /* < 768px */
    margin-top: 1.6rem;
  }
}
@media (max-width: 480px) {
  .work__description {
    /* < 480px */
    margin-top: 1.2rem;
  }
}

.work__description p:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.work__item__img {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .work__item__img {
    /* < 768px */
    margin-top: 4rem;
  }
}

.work__item__img picture {
  display: block;
}

.work__item__img img {
  border-radius: 5px;
}

.work__item__img picture:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .work__item__img picture:nth-of-type(n + 2) {
    /* < 768px */
    margin-top: 2rem;
  }
}

.work__item__img img,
.work__item__img picture {
  width: 100%;
}

.work__h4-s {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .work__h4-s {
    /* < 768px */
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .work__h4-s {
    /* < 480px */
  }
}

.no-point.work__item__detail p {
  margin-top: 0.8rem;
}

.no-point.work__item__detail picture {
  display: block;
  margin: 3.5rem 0 4.5rem 0;
}
@media (max-width: 768px) {
  .no-point.work__item__detail picture {
    /* < 768px */
    margin: 3rem 0 3.5rem 0;
  }
}

.no-point.work__item__detail > li {
  padding-left: 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ececec;
}

.no-point.work__item__detail > li::before {
  content: "";
}

.no-point.work__item__detail > li:nth-of-type(n + 2) {
  margin-top: 3rem;
}

.work__inner-list {
  margin: 2rem 0 2.5rem;
  padding: 1.5rem;
  background: #f5f7f5;
}

.work__inner-list li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .work__inner-list li {
    /* < 768px */
    font-size: 1.3rem;
  }
}

.work__inner-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.95em;
  left: 10px;
  width: 6px;
  height: 1px;
  background: #222;
}