@charset "UTF-8";
/*-----------------------------------------------
common 
-----------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  width: 100%;
  -ms-overflow-style: none;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  background: #f2f2f2;
  width: 100%;
  font-size: 14px;
  color: #142118;
  font-family: "Noto sans JP", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.08em;
}

main {
  position: relative;
}

img,
picture,
svg {
  display: block;
  width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: inherit;
}

@media (max-width: 834px) {
  .is-only-pc {
    display: none;
  }
}
@media (min-width: 835px) {
  .is-only-sp {
    display: none;
  }
}
button {
  margin: 0;
  padding: 0;
  border-radius: 0px;
}

/*-----------------------------------------------
btn 
-----------------------------------------------*/
.pc-br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-br {
    display: none;
  }
}

.tab-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

/*-----------------------------------------------
header 
-----------------------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
  }
}
.header .header-content {
  width: 100%;
  padding: 24px 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #142118;
  max-width: 100%;
}
.header .header-content .header-right {
  width: 38px;
  height: 38px;
  border-radius: 99px;
  display: inline-block;
}
.header .header-content .header-right #hamburger {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: block;
  background-color: #142118;
  border-radius: 999px;
}
.header .header-content .header-right #hamburger span {
  border: solid 1px #fff;
  width: 18px;
  height: 0;
}

.header-logo a {
  vertical-align: baseline;
}
.header-logo a img {
  height: 48px;
}

#hamburger {
  cursor: pointer;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 999;
}

#hamburger-content.active {
  position: fixed;
  visibility: visible;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.overlay.active {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(50, 50, 50, 0.7);
  opacity: 1;
  transition: all 0.6s ease-in;
}

#hamburger-left.active {
  position: relative;
  height: 100vh;
  width: calc(100% - 600px);
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.hamburger-logo {
  color: #142118;
  font-size: 2rem;
  display: none;
}

.hamburger-logo.active {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .hamburger-logo {
    opacity: 0;
  }
}
.hamburger-logo.active {
  visibility: visible;
}

@media screen and (max-width: 900px) {
  .hamburger-logo.active {
    opacity: 0;
  }
}
#hamburger-menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -120%;
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  background-color: #13AE67;
  transition: all 1.2s;
  padding: 100px 0 100px 100px;
}
@media screen and (max-width: 1024px) {
  #hamburger-menu {
    width: 90%;
    padding: 60px 0 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  #hamburger-menu {
    padding: 60px 0 40px 10px;
  }
}
#hamburger-menu .hamburger-wrapper {
  width: 100%;
  height: 100%;
}
#hamburger-menu .hamburger-wrapper .hamburger-content {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content {
    display: block;
    margin-bottom: 20px;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col {
  width: calc((100% - 300px) / 2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col {
    display: block;
    width: 100%;
    height: auto;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper {
    padding-bottom: 0;
    border-bottom: 0.5px solid #fff;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-menu-title {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-menu-title {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-menu-title .plus {
  display: none;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-menu-title .plus {
    display: block;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-menu-title .hamburger-menu-title-ja {
  font-size: 26px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-menu-title .hamburger-menu-title-ja {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-menu-title .hamburger-menu-title-en {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-menu-title .hamburger-menu-title-en {
    font-size: 10px;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-list {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-list {
    margin: 20px 0;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-list .hamburger-list-item a {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-list .hamburger-list-item a .hamburger-item-number {
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-list .hamburger-list-item a .hamburger-item-number {
    font-size: 14px;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-list .hamburger-list-item a .hamburger-item-text {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col .hamburger-content-wrapper .hamburger-list .hamburger-list-item a .hamburger-item-text {
    font-size: 10px;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right img {
    padding-right: 30px;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right .hamburger-list-item-right {
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right .hamburger-list-item-right {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right .hamburger-list-item-right a {
    display: flex;
    align-items: center;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right .hamburger-list-item-right .hamburger-item-right-en {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right .hamburger-list-item-right .hamburger-item-right-en {
    font-size: 12px;
    width: 60px;
  }
}
#hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right .hamburger-list-item-right .hamburger-item-right-ja {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #hamburger-menu .hamburger-wrapper .hamburger-content .hamburger-content-col-right .hamburger-list-right .hamburger-list-item-right .hamburger-item-right-ja {
    font-size: 9px;
  }
}

#hamburger-menu.open {
  right: 0;
}

.hamburger-item {
  font-weight: 700;
  padding: 15px;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  transform: translateY(1.2rem);
  transition: opacity 1.3s, transform 1.3s;
}

.hamburger-item-child {
  margin-left: 30px;
}

.hamburger-item-child span::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto 10px;
}

.hamburger-item a {
  color: #fff;
  position: relative;
  display: inline-block;
}

.hamburger-item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #fff;
  bottom: -6px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.hamburger-item a::after:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

#hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 9.5px;
  height: 2px;
  background-color: #142118;
  width: 60%;
}
#hamburger span:nth-of-type(1) {
  top: 12.5px;
}
#hamburger span:nth-of-type(2) {
  top: 18.5px;
}
#hamburger span:nth-of-type(3) {
  top: 24.5px;
}

#hamburger.active span:nth-of-type(1) {
  top: 12.5px;
  left: 9.5px;
  transform: translateY(6px) rotate(-40deg);
  width: 85%;
}

#hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

#hamburger.active span:nth-of-type(3) {
  top: 24.5px;
  left: 9.5px;
  transform: translateY(-6px) rotate(40deg);
  width: 85%;
}

.details-summary {
  position: relative;
  display: block;
  color: #fff;
}
.details-summary .plus-btn {
  position: absolute;
  top: 37%;
  left: 90%;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-summary .plus-btn:before, .details-summary .plus-btn:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: 0;
  transform-origin: center center;
  transform: translateY(-50%);
  transition: transform 0.2s, opacity 0.2s;
}
.details-summary .plus-btn:before {
  transform: rotate(90deg); /* 縦棒 */
}
.details-summary .plus-btn:after {
  transform: rotate(0deg); /* 横棒 */
}
.details-summary.is-active .plus-btn:before {
  opacity: 0;
}
.details-summary.is-active .plus-btn:after {
  transform: rotate(0deg);
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 20px;
}
.details-content p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
.details-content p:last-of-type {
  margin: 0 0 0;
}

@media screen and (max-width: 767px) {
  .js-details-summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .js-details-content {
    display: none;
  }
  .plus-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .hamburger-content-wrapper {
    width: 100%;
    padding-bottom: 0;
  }
  .js-details-content {
    display: none;
  }
  .js-details-summary.active + .js-details-content {
    display: block;
  }
}
body.menu-open {
  overflow: hidden;
}

/*-----------------------------------------------
index-page
-----------------------------------------------*/
.first-view {
  height: 100vh;
}
.first-view .slideshow-fade {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .first-view .slideshow-fade {
    height: 100%;
  }
}
.first-view .slideshow-fade li {
  list-style: none;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .first-view .slideshow-fade li {
    height: 100%;
  }
}
.first-view .slideshow-fade li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .first-view .slideshow-fade li img {
    height: 100%;
  }
}

.title {
  padding: 0 40px;
  position: absolute;
  bottom: 129px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  z-index: 3;
  color: #13AE67;
}
@media screen and (max-width: 767px) {
  .title {
    padding: 0 20px;
    bottom: 20px;
    font-size: 28px;
  }
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*-----------------------------------------------
btn
-----------------------------------------------*/
.btn-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn-wrapper {
    margin-top: 24px;
  }
}
.btn-wrapper .btn {
  border: 1px solid #142118;
  font-size: 16px;
  padding: 8px 24px;
  color: #142118;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .btn-wrapper .btn {
    font-size: 10px;
    padding: 8px;
  }
}

/*-----------------------------------------------
explanation
-----------------------------------------------*/
.section {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 0 20px;
  }
}

.explanation-inner {
  padding: 80px 0 120px;
  max-width: 920px;
  line-height: 2;
}
.explanation-inner .explanation {
  font-size: 16px;
  font-weight: bold;
}

/*-----------------------------------------------
economy
-----------------------------------------------*/
.economy-section {
  margin-left: auto;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .economy-section {
    margin-left: 40px;
    padding-right: 0;
  }
}
.economy-section .economy-inner {
  background-color: #fff;
  max-width: 1080px;
  margin-left: auto;
  padding: 80px;
  border-radius: 120px 0 0 120px;
}
@media screen and (max-width: 767px) {
  .economy-section .economy-inner {
    padding: 40px;
    border-radius: 40px 0 0 40px;
  }
}
.economy-section .economy-inner .economy-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .economy-section .economy-inner .economy-list {
    display: block;
  }
}
.economy-section .economy-inner .economy-list .economy-item {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .economy-section .economy-inner .economy-list .economy-item {
    width: 100%;
  }
  .economy-section .economy-inner .economy-list .economy-item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.economy-section .economy-inner .economy-list .economy-item .economy-item-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .economy-section .economy-inner .economy-list .economy-item .economy-item-title {
    margin-bottom: 20px;
  }
}
.economy-section .economy-inner .economy-list .economy-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .economy-section .economy-inner .economy-list .economy-item img {
    height: 240px;
  }
}
.economy-section .economy-inner .economy-list .economy-item .economy-item-text {
  margin-top: 40px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .economy-section .economy-inner .economy-list .economy-item .economy-item-text {
    margin-top: 20px;
  }
}
.economy-section .economy-inner .economy-list .economy-item-icon {
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .economy-section .economy-inner .economy-list .economy-item-icon {
    transform: rotate(90deg);
    margin: 30px 0 0;
    height: 30px;
  }
  .economy-section .economy-inner .economy-list .economy-item-icon img {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*-----------------------------------------------
management
-----------------------------------------------*/
.management-inner {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  .management-inner {
    margin: 60px 0 40px;
  }
}
.management-inner .management-wrapper {
  display: flex;
  height: 100%;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .management-inner .management-wrapper {
    display: block;
    height: auto;
  }
}
.management-inner .management-wrapper .management-left {
  padding-right: 16px;
  border-right: 1px solid #142118;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .management-inner .management-wrapper .management-left {
    border-right: none;
    padding-right: 0;
  }
}
.management-inner .management-wrapper .management-left h6 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .management-inner .management-wrapper .management-left h6 {
    font-size: 16px;
  }
}
.management-inner .management-wrapper .management-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.management-inner .management-wrapper .management-right .management-item {
  width: calc((100% - 80px) / 2);
  margin: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .management-inner .management-wrapper .management-right .management-item {
    width: 100%;
    margin: 24px 0 0;
  }
}
.management-inner .management-wrapper .management-right .management-item:last-child {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .management-inner .management-wrapper .management-right .management-item:last-child {
    margin: 24px 0 0;
  }
}
.management-inner .management-wrapper .management-right .management-item .management-item-title {
  color: #13AE67;
  padding-bottom: 4px;
  border-bottom: 1px solid #13AE67;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .management-inner .management-wrapper .management-right .management-item .management-item-title {
    font-size: 16px;
  }
}
.management-inner .management-wrapper .management-right .management-item .management-item-text {
  margin-top: 4px;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .management-inner .management-wrapper .management-right .management-item .management-item-text {
    font-size: 12px;
  }
}
.management-inner .management-btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .management-inner .management-btn {
    text-align: left;
  }
}
.management-inner .management-btn .btn-green {
  color: #13AE67;
  border: 1px solid #13AE67;
}

/*-----------------------------------------------
column
-----------------------------------------------*/
.section-title {
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 16px;
  }
}
.section-title p {
  font-size: 16px;
  margin-top: 8px;
}

.section-inner {
  padding: 60px 0 120px;
  border-top: 1px solid #142118;
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 40px 0;
  }
}

.article-section {
  margin: 60px 0;
}

.article-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.article-list .article-item {
  width: calc((100% - 48px) / 3);
  border: 1px solid #142118;
}
.article-list .article-item:nth-child(n+4) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .article-list .article-item {
    width: calc((100% - 16px) / 2);
  }
}
.article-list .article-item a {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .article-list .article-item a {
    margin-right: 16px;
  }
}
.article-list .article-item a .article-up {
  position: relative;
}
.article-list .article-item a .article-up img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-list .article-item a .article-up .article-category {
  position: absolute;
  top: 0;
  right: 0;
}
.article-list .article-item a .article-down {
  padding: 10px 24px 18px;
}
.article-list .article-item a .article-down .article-date {
  font-size: 10px;
  margin: 6px 0;
}
.article-list .article-item a .article-down .article-title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-list .article-item a .article-down .article-title {
    font-size: 10px;
  }
}
.article-list:first-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .dn-3:nth-child(3) {
    display: none;
  }
}

.single-content {
  border-bottom: none;
}
.single-content .title-single-content {
  margin: 10px 0 40px;
}
.single-content .title-single-content .page-single-title {
  font-size: 24px;
  color: #142118;
  margin-bottom: 10px;
}
.single-content .title-single-content .page-single-sub-title {
  font-size: 16px;
  color: #142118;
}

.single-content-section {
  max-width: 880px;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin: 60px 0 80px;
}

.column-category {
  background-color: #E0BE17;
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background-clip: padding-box;
}

/* カテゴリごとの背景色 */
.news-category.news {
  background-color: #13AE67;
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  background-clip: padding-box;
}

.news-category.event {
  background-color: #1591BC; /* event の背景色 */
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  background-clip: padding-box;
}

.post-navigation {
  border-top: 1px solid #142118;
  display: flex;
  align-items: center;
  margin: 0 40px;
  padding: 40px 0;
  justify-content: center;
  gap: 80px;
}

.prev-post-link {
  display: flex;
  align-items: center;
}
.prev-post-link a {
  font-size: 16px;
}

.prev-post-arrow {
  width: 24px;
  margin-left: 80px;
  transform: rotate(180deg);
}

.next-post-link {
  display: flex;
  align-items: center;
}
.next-post-link a {
  font-size: 16px;
}

.next-post-arrow {
  width: 24px;
  margin-right: 80px;
}

/*-----------------------------------------------
offer
-----------------------------------------------*/
.offer-inner {
  padding: 60px 0 120px;
  border-top: 1px solid #142118;
}
.offer-inner .offer-title {
  color: #13AE67;
}
.offer-inner .offer-title .offer-title-ja {
  font-size: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .offer-inner .offer-title .offer-title-ja {
    font-size: 16px;
  }
}
.offer-inner .offer-title .offer-title-en {
  font-size: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .offer-inner .offer-title .offer-title-en {
    font-size: 10px;
  }
}
.offer-inner .offer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .offer-inner .offer-list {
    margin-top: 24px;
    display: block;
  }
}
.offer-inner .offer-list .offer-item {
  width: calc((100% - 24px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .offer-inner .offer-list .offer-item {
    width: 100%;
  }
}
.offer-inner .offer-list .offer-item:nth-child(2n) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .offer-inner .offer-list .offer-item:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.offer-inner .offer-list .offer-item:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .offer-inner .offer-list .offer-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.offer-inner .offer-list .offer-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .offer-inner .offer-list .offer-item img {
    height: 200px;
  }
}
.offer-inner .offer-list .offer-item .offer-list-text {
  position: absolute;
  top: 48%;
  left: 30px;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .offer-inner .offer-list .offer-item .offer-list-text {
    top: 46%;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .column-inner {
    padding-top: 16px;
  }
}

/*-----------------------------------------------
service
-----------------------------------------------*/
.service-inner {
  padding: 60px 0 120px;
  border-top: 1px solid #142118;
}

@media screen and (max-width: 767px) {
  .service-title {
    margin-bottom: 0;
  }
}

.service-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-wrapper {
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}
.service-wrapper .service-list {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-list {
    width: 100%;
    margin-top: 24px;
  }
}
.service-wrapper .service-list .service-item {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-list .service-item {
    width: 100%;
  }
}
.service-wrapper .service-list .service-item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  border-bottom: 0.5px solid #142118;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-list .service-item a {
    padding: 16px 0;
  }
}
.service-wrapper .service-list .service-item a .service-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-wrapper .service-list .service-item a .service-item-container .service-item-number {
  font-size: 20px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-list .service-item a .service-item-container .service-item-number {
    font-size: 14px;
  }
}
.service-wrapper .service-list .service-item a .service-item-container .service-item-text {
  color: #13AE67;
  font-size: 16px;
  font-weight: 700;
}
.service-wrapper .service-list .service-item a .service-item-container .service-item-text span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-list .service-item a .service-item-container .service-item-text span {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-list .service-item a .service-item-container .service-item-text {
    font-size: 12px;
  }
}
.service-wrapper .service-list .service-item a img {
  width: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-wrapper .service-gallery {
  margin-left: 80px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-gallery {
    margin-left: 0;
  }
}
.service-wrapper .service-gallery img {
  width: calc((100% - 24px) / 2);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-gallery img {
    width: calc((100% - 8px) / 2);
  }
}
.service-wrapper .service-gallery img:nth-child(2n) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-gallery img:nth-child(2n) {
    margin-left: 8px;
  }
}
.service-wrapper .service-gallery img:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .service-wrapper .service-gallery img:nth-child(n+3) {
    margin-top: 8px;
  }
}

/*-----------------------------------------------
consignment
-----------------------------------------------*/
.consignment-wrapper {
  margin-top: 40px;
  display: flex;
  height: 100%;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .consignment-wrapper {
    margin-top: 24px;
  }
}

.product-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product-list {
    flex-wrap: wrap;
  }
}
.product-list .product-item {
  margin-right: 24px;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .product-list .product-item {
    width: calc((100% - 8px) / 2);
    margin-right: 0;
  }
  .product-list .product-item:nth-child(2n) {
    margin-left: 8px;
  }
}
.product-list .product-item:nth-child(n+4) {
  margin-right: 0;
}
.product-list .product-item a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-list .product-item a {
    display: inline-block;
    width: 100%;
  }
}
.product-list .product-item a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list .product-item a .product-text {
  position: absolute;
  top: 48%;
  left: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product-list .product-item a .product-text {
    font-size: 10px;
    font-weight: bold;
  }
}

/*-----------------------------------------------
work
-----------------------------------------------*/
.container {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.thumbnail {
  cursor: pointer;
  opacity: 0.4;
  width: 80px;
}

.active {
  opacity: 1;
}

.page-service-title h5 {
  font-size: 24px;
  margin-bottom: 40px;
  color: #13AE67;
}
@media screen and (max-width: 767px) {
  .page-service-title h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.page-service-wrapper {
  display: flex;
  flex-wrap: wrap;
  color: #142118;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper {
    display: block;
  }
}
.page-service-wrapper .page-service-list {
  width: calc((100% - 80px) / 2);
  border-bottom: 1px solid #142118;
  padding: 24px 0 80px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .page-service-list {
    width: 100%;
    border-bottom: 0;
  }
}
.page-service-wrapper .page-service-list:nth-child(2n) {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .page-service-list:nth-child(2n) {
    margin-left: 0;
  }
}
.page-service-wrapper .page-service-list:nth-child(1) {
  border-top: 1px solid #142118;
}
.page-service-wrapper .page-service-list:nth-child(n+2) {
  border-top: 1px solid #142118;
}
.page-service-wrapper .page-service-list .page-service-list-title {
  margin-bottom: 8px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .page-service-list .page-service-list-title {
    font-size: 16px;
  }
}
.page-service-wrapper .page-service-list .wp-block-columns {
  margin: 10px 0;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
.footer-section {
  background-color: #13AE67;
  padding: 80px 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-section {
    padding: 40px 20px;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-inner .footer-left {
  width: 360px;
}
.footer-inner .footer-left .footer-title {
  color: #fff;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 0.5px solid #fff;
  display: inline;
}
@media screen and (max-width: 767px) {
  .footer-inner .footer-left .footer-title {
    font-size: 12px;
  }
}
.footer-inner .footer-left table {
  margin-top: 24px;
  color: #fff;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-inner .footer-left table {
    font-size: 10px;
  }
}
.footer-inner .footer-left table tbody tr {
  text-align: left;
}
.footer-inner .footer-left table tbody tr th {
  padding-right: 10px;
}
.footer-inner .footer-right {
  width: calc(100% - 360px - 24px);
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .footer-inner .footer-right {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.footer-inner .footer-right .footer-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-inner .footer-right .footer-list {
    flex-wrap: wrap;
  }
}
.footer-inner .footer-right .footer-list .footer-item {
  width: calc((100% - 48px) / 3);
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .footer-inner .footer-right .footer-list .footer-item {
    width: calc((100% - 16px) / 2);
    margin-left: 16px;
  }
  .footer-inner .footer-right .footer-list .footer-item:last-child {
    margin-left: 0;
    margin-top: 16px;
  }
}
.footer-inner .footer-right .footer-list .footer-item:first-child {
  margin-left: 0;
}
.footer-inner .footer-right .footer-list .footer-item .footer-title {
  color: #fff;
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: 0.5px solid #fff;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-inner .footer-right .footer-list .footer-item .footer-title {
    font-size: 10px;
  }
}
.footer-inner .footer-right .footer-list .footer-item img {
  width: 100%;
}
.footer-inner .footer-right .footer-list .footer-item .footer-text {
  line-height: 2;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-inner .footer-right .footer-list .footer-item .footer-text {
    font-size: 10px;
  }
}

/* --------------------------------------------------------------
lower page
--------------------------------------------------------------- */
.title-section {
  margin: 97px 40px 0;
  color: #13AE67;
  border-bottom: 1px solid #142118;
}
@media screen and (max-width: 767px) {
  .title-section {
    margin: 77px 20px 0;
  }
}

.title-content {
  margin: 40px 0;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .title-content {
    margin: 20px 0;
  }
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.page-sub-title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-sub-title {
    font-size: 10px;
  }
}

.page-title span,
.page-sub-title span {
  display: block;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-animation-name: page-fadeIn;
          animation-name: page-fadeIn;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes page-fadeIn {
  0% {
    transform: translate(0, 105%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes page-fadeIn {
  0% {
    transform: translate(0, 105%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.bread-crumb {
  margin-top: 20px;
}

.bread-crumb-list {
  font-weight: 600;
  font-size: 0.85rem;
  overflow: hidden;
}

.bread-crumb-item {
  float: left;
  color: rgba(255, 255, 255, 0.5);
}

.bread-crumb-item a {
  transition: all 0.3s;
}

.bread-crumb-item::after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.bread-crumb-item a:hover {
  color: #fff;
}

/* ------------------------------------- 
content
------------------------------------- */
.content-title {
  font-size: 24px;
  border-bottom: 1px solid #13AE67;
  color: #13AE67;
  padding: 90px 0 16px;
}
@media screen and (max-width: 767px) {
  .content-title {
    font-size: 12px;
    padding: 40px 0 2px;
  }
}

.content-text p {
  color: #142118;
  line-height: 2;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .content-text p {
    font-size: 16px;
  }
}

.content-sub-text {
  font-size: 16px;
  font-weight: bold;
  margin: 60px 0 78px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .content-sub-text {
    font-size: 10px;
    margin: 40px 0 60px;
  }
}

.content-wrapper {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    display: block;
  }
}
.content-wrapper .content-left {
  width: calc(100% - 640px - 77px);
  line-height: 2;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-left {
    width: 100%;
  }
}
.content-wrapper .content-right {
  margin-left: 77px;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.content-wrapper .content-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo-section {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .logo-section {
    margin-top: 40px;
  }
}
.logo-section .logo-content {
  margin: 0 auto;
  text-align: center;
}
.logo-section .logo-content .logo-img {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .logo-section .logo-content .logo-img {
    width: 140px;
  }
}
.logo-section .logo-content .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-section .logo-content .logo-text {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 520px;
  width: 100%;
  font-size: 16px;
  line-height: 2.7;
}
@media screen and (max-width: 767px) {
  .logo-section .logo-content .logo-text {
    font-size: 10px;
    margin-top: 40px;
  }
}

.history-section {
  margin-top: 50px;
}
.history-section .history-wrapper {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .history-section .history-wrapper {
    margin-top: 36px;
  }
}
.history-section .history-wrapper .history-content {
  border-bottom: 1px solid #142118;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .history-section .history-wrapper .history-content {
    margin-top: 16px;
  }
}
.history-section .history-wrapper .history-content .history-date {
  color: #13AE67;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .history-section .history-wrapper .history-content .history-date {
    font-size: 10px;
  }
}
.history-section .history-wrapper .history-content .history-text {
  padding: 24px 0 4px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .history-section .history-wrapper .history-content .history-text {
    font-size: 10px;
  }
}

.company-content {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 120px;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .company-content {
    font-size: 10px;
  }
}
.company-content table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-content table {
    border-spacing: 0;
  }
}
.company-content table th {
  background-color: rgba(19, 174, 103, 0.1);
  padding: 20px 0;
  padding-left: 8px;
  width: 126px;
  border-top: 1px solid #13AE67;
  border-bottom: 1px solid #13AE67;
  color: #13AE67;
  line-height: 2;
}
.company-content table .first-th {
  border-top: 2px solid #13AE67;
}
.company-content table .last-th {
  border-bottom: 2px solid #13AE67;
}
.company-content table td {
  padding-left: 10px;
  width: calc(100% - 126px - 20px - 20px);
  border-top: 1px solid #142118;
  border-bottom: 1px solid #142118;
  font-weight: bold;
  padding: 20px 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company-content table td {
    padding-left: 20px;
  }
}
.company-content table .first-td {
  border-top: 2px solid #142118;
}
.company-content table .last-td {
  border-bottom: 2px solid #142118;
}

.offer-number {
  font-size: 128px;
  margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .offer-number {
    font-size: 48px;
  }
}
.offer-number h6 {
  display: none;
}
@media screen and (max-width: 767px) {
  .offer-number h6 {
    display: block;
    font-size: 24px;
  }
}

.offer-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .offer-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.offer-wrapper .offer-left {
  margin-right: 56px;
  width: calc(100% - 720px - 56px);
}
@media screen and (max-width: 767px) {
  .offer-wrapper .offer-left {
    width: 100%;
    margin-right: 0;
  }
}
.offer-wrapper .offer-left h6 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .offer-wrapper .offer-left h6 {
    display: none;
  }
}
.offer-wrapper .offer-left p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.7;
}
@media screen and (max-width: 767px) {
  .offer-wrapper .offer-left p {
    font-size: 12px;
    line-height: 2;
  }
}
.offer-wrapper .offer-right {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .offer-wrapper .offer-right {
    width: 100%;
  }
}
.offer-wrapper .offer-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-wrapper .offer-right p {
  font-size: 16px;
  line-height: 2.7;
}
@media screen and (max-width: 767px) {
  .offer-wrapper .offer-right p {
    font-size: 12px;
    line-height: 2;
    margin-top: 40px;
  }
}
.offer-wrapper .offer-right .offer-right-list {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .offer-wrapper .offer-right .offer-right-list {
    margin-top: 0;
  }
}
.offer-wrapper .offer-right .offer-right-list .offer-right-item {
  width: calc((100% - 8px) / 2);
}
.offer-wrapper .offer-right .offer-right-list .offer-right-item:nth-child(2n) {
  margin-left: 8px;
}

.offer-left-list .offer-left-item {
  margin-top: 20px;
}
.offer-pyramid {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .offer-pyramid {
    margin-top: 36px;
    flex-direction: column;
  }
}
.offer-pyramid .offer-pyramid-img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .offer-pyramid .offer-pyramid-img {
    margin-top: 36px;
  }
}
.offer-pyramid .offer-pyramid-img img {
  width: 295px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .offer-pyramid .offer-pyramid-img img {
    width: 200px;
  }
}

.offer-recommend {
  margin-top: 60px;
  padding-bottom: 120px;
  border-bottom: 1px solid #142118;
}
.offer-recommend .offer-recommend-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .offer-recommend .offer-recommend-list {
    display: block;
  }
}
.offer-recommend .offer-recommend-list .offer-recommend-item {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 767px) {
  .offer-recommend .offer-recommend-list .offer-recommend-item {
    width: 100%;
  }
}
.offer-recommend .offer-recommend-list .offer-recommend-item:nth-child(2n) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .offer-recommend .offer-recommend-list .offer-recommend-item:nth-child(2n) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.offer-recommend .offer-recommend-list .offer-recommend-item:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .offer-recommend .offer-recommend-list .offer-recommend-item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.offer-recommend .offer-recommend-list .offer-recommend-item a {
  padding: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #142118;
}
@media screen and (max-width: 767px) {
  .offer-recommend .offer-recommend-list .offer-recommend-item a {
    font-size: 12px;
    display: block;
    padding: 16px;
  }
}
.offer-recommend .offer-recommend-list .offer-recommend-item a .offer-recommend-text {
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .offer-recommend .offer-recommend-list .offer-recommend-item a .offer-recommend-text {
    margin-bottom: 10px;
  }
}
.offer-recommend .offer-recommend-list .offer-recommend-item a .offer-recommend-right {
  display: flex;
  align-items: center;
}
.offer-recommend .offer-recommend-list .offer-recommend-item a .offer-recommend-right img {
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-recommend .offer-recommend-list .offer-recommend-item a .offer-recommend-right .offer-recommend-page {
  color: #13AE67;
  font-weight: bold;
  margin-left: 16px;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .offer-recommend .offer-recommend-list .offer-recommend-item a .offer-recommend-right .offer-recommend-page {
    width: 100%;
    margin-left: 10px;
  }
}

.bb-n {
  border-bottom: none;
}

.page-service-section {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-service-section {
    padding-top: 0;
  }
}

.service-section {
  margin-top: 97px;
}

@media screen and (max-width: 767px) {
  .service-wrapper-left {
    margin-bottom: 60px;
  }
}

.service-section-title {
  margin-bottom: 30px;
}
.service-section-title p {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .service-section-title p {
    font-weight: bold;
    font-size: 12px;
  }
}
.service-section-title h4 {
  font-size: 12px;
}

.service-section-sp-title {
  margin-bottom: 8px;
}
.service-section-sp-title p {
  font-size: 16px;
  font-weight: bold;
}
.service-section-sp-title h4 {
  font-size: 10px;
  font-weight: bold;
}

.service-container {
  margin-left: 46px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-container {
    margin-left: 0;
  }
}
.service-container .service-top-img {
  width: 100%;
  height: 612px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-container .page-content-title {
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 480px;
  left: 30px;
  line-height: 1;
  text-shadow: 0px 2px 4px #142118;
}
@media screen and (max-width: 767px) {
  .service-container .page-content-title {
    display: block;
    left: 20px;
    top: 60px;
  }
}
.service-container .page-content-title p {
  font-size: 64px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .service-container .page-content-title p {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.service-container .page-content-title h5 {
  font-size: 48px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .service-container .page-content-title h5 {
    font-size: 24px;
    margin-left: 0;
  }
}
.service-container .page-content-title h5 span {
  margin-left: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .service-container .page-content-title h5 span {
    font-size: 16px;
    margin-left: 0;
  }
}

.service-container-text {
  margin: 30px 0;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .service-container-text {
    font-size: 12px;
  }
}

.service-pdf-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .service-pdf-list {
    display: block;
  }
}
.service-pdf-list .service-pdf-item {
  width: calc((100% - 20px) / 2);
  border: 1px solid #142118;
}
@media screen and (max-width: 767px) {
  .service-pdf-list .service-pdf-item {
    width: 100%;
  }
}
.service-pdf-list .service-pdf-item:nth-child(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .service-pdf-list .service-pdf-item:nth-child(2n) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.service-pdf-list .service-pdf-item:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-pdf-list .service-pdf-item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.service-pdf-list .service-pdf-item a {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-pdf-list .service-pdf-item a {
    padding: 5px 16px;
  }
}
.service-pdf-list .service-pdf-item a img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .service-pdf-list .service-pdf-item a img {
    width: 30px;
    height: 30px;
  }
}
.service-pdf-list .service-pdf-item a p {
  margin-left: 16px;
}

.service-container-point .service-container-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service-container-point .service-container-item {
    display: block;
    margin-bottom: 40px;
  }
}
.service-container-point .service-container-item .service-container-left {
  padding: 16px 20px;
  font-size: 96px;
  color: #13AE67;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-container-point .service-container-item .service-container-left {
    text-align: left;
    font-size: 40px;
    padding: 0;
  }
}
.service-container-point .service-container-item .service-container-left p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .service-container-point .service-container-item .service-container-left p {
    font-size: 10px;
  }
}
.service-container-point .service-container-item .service-container-right {
  margin-left: 10px;
  width: 100%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .service-container-point .service-container-item .service-container-right {
    margin-left: 0;
  }
}
.service-container-point .service-container-item .service-container-right .service-container-right-title {
  font-size: 24px;
  font-weight: bold;
  color: #13AE67;
  padding-bottom: 4px;
  border-bottom: 1px solid #13AE67;
}
@media screen and (max-width: 767px) {
  .service-container-point .service-container-item .service-container-right .service-container-right-title {
    font-size: 16px;
  }
}
.service-container-point .service-container-item .service-container-right .service-container-right-text {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .service-container-point .service-container-item .service-container-right .service-container-right-text {
    margin-top: 20px;
    font-size: 12px;
  }
}

.service-container-gallery-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 60px;
}
.service-container-gallery-list .service-container-gallery-item {
  width: calc((100% - 40px) / 2);
}
.service-container-gallery-list .service-container-gallery-item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sp-service-container-gallery-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-service-container-gallery-list .service-container-gallery-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sp-service-container-gallery-list .service-container-gallery-item img {
  width: 100%;
}

.service-container-contact {
  margin-bottom: 120px;
}
.service-container-contact .service-container-contact-text p {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .service-container-contact .service-container-contact-text p {
    font-size: 12px;
    margin-top: 20px;
  }
}

.contact-title {
  margin-top: 60px;
  color: #13AE67;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 16px;
    margin-top: 40px;
  }
}
.contact-title h3 {
  background-color: rgba(19, 174, 103, 0.1);
  border-top: 1px solid #13AE67;
  border-bottom: 1px solid #13AE67;
  padding: 16px 0 16px 10px;
}
@media screen and (max-width: 767px) {
  .contact-title h3 {
    padding: 8px 0 8px 10px;
  }
}

.contact-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-wrapper {
    display: block;
  }
}
.contact-wrapper .contact-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-list {
    margin-top: 20px;
  }
}
.contact-wrapper .contact-list .contact-item {
  width: calc((100% - 90px) / 2);
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-list .contact-item {
    width: 100%;
  }
}
.contact-wrapper .contact-list .contact-item:nth-child(2n) {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-list .contact-item:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contact-wrapper .contact-list .contact-item:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-list .contact-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.contact-wrapper .contact-list .contact-item .contact-item-title {
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #13AE67;
  color: #13AE67;
  font-weight: bold;
}
.contact-wrapper .contact-list .contact-item .contact-item-title p {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-list .contact-item .contact-item-title p {
    font-size: 12px;
  }
}
.contact-wrapper .contact-list .contact-item .contact-item-content {
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .contact-list .contact-item .contact-item-content {
    margin-top: 18px;
    font-size: 12px;
  }
}
.contact-wrapper .contact-list .contact-item .contact-item-content .contact-item-arrow {
  margin-right: 30px;
  width: 16px;
}
.contact-wrapper .contact-list .contact-item .contact-item-content .contact-item-arrow img {
  width: 100%;
}
.contact-wrapper .contact-list .contact-item .contact-item-content .contact-item-text {
  line-height: 2;
}
.contact-wrapper .contact-list .contact-item .contact-item-content .contact-item-text p {
  font-weight: bold;
}
.contact-wrapper .contact-list .contact-item .contact-item-content .contact-item-text p span {
  font-weight: normal;
}

.contact-wrapper-2 {
  display: block;
}
.contact-wrapper-2 .contact-list-2 {
  display: block;
}
.contact-wrapper-2 .contact-list-2 .contact-item-2 {
  width: 100%;
}
.contact-wrapper-2 .contact-list-2 .contact-item-2:nth-child(2n) {
  margin-top: 60px;
  margin-left: 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.fs20 {
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #142118;
  color: #142118;
  font-weight: bold;
}
.fs20 p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fs20 p {
    font-size: 12px;
  }
}

.fw-n {
  font-weight: normal;
}

.mt-60 {
  margin-top: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.under-bar {
  text-decoration: underline;
  -webkit-text-decoration-color: #142118;
          text-decoration-color: #142118;
}

.service-table {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .service-table {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.sp-fs-12 {
  margin: 40px 0 60px;
  width: 100%;
}
.sp-fs-12 h5 {
  color: #142118;
  border-bottom: 1px solid #142118;
}
@media screen and (max-width: 767px) {
  .sp-fs-12 h5 {
    font-size: 12px;
  }
}
.sp-fs-12 p {
  line-height: 2;
}
.sp-fs-12 .mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sp-fs-12 .mt-20 {
    margin-top: 18px;
  }
}
.sp-fs-12 .btn {
  justify-content: center;
}
.sp-fs-12 .btn a {
  margin: 10px 0;
  border: 1px solid #142118;
  padding: 8px;
  font-weight: bold;
  display: inline-block;
  justify-content: center;
}
.sp-fs-12 .m-30 {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .sp-fs-12 .m-30 {
    margin: 18px 0;
  }
}

.bb-n {
  border-bottom: none;
}

.ta-c {
  text-align: center;
  margin-bottom: 120px;
}