@charset "UTF-8";
/* Breadcrumbs */
/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: fit-content;
  min-width: 250px;
  max-width: 100%;
  min-height: 60px;
  border: 2px solid #006737;
  background-color: #006737;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 55px 10px 30px;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    margin-inline: auto;
  }
}
.c-btn01::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../img/icon-button01.png") no-repeat 50% 50%;
  background-size: cover;
}
.c-btn01:hover {
  background-color: #fff;
  color: #006737;
  border: 2px solid #006737;
  opacity: 1;
}
.c-btn01:hover::before {
  background: url("../img/icon-button01-green.png") no-repeat 50% 50%;
  background-size: cover;
}

.c-btn-contact01 {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 80px;
  border: 2px solid #006737;
  background-color: #006737;
  color: #fff;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 20px 90px 10px 90px;
}
@media screen and (max-width: 767px) {
  .c-btn-contact01 {
    padding: 20px 50px 10px 60px;
  }
}
.c-btn-contact01::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 45px;
  width: 30px;
  height: 24px;
  background: url("../img/icon-mail.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-btn-contact01::before {
    left: 20px;
  }
}
.c-btn-contact01::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 45px;
  width: 30px;
  height: 30px;
  background: url("../img/icon-button01.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-btn-contact01::after {
    right: 20px;
  }
}
.c-btn-contact01:hover {
  background-color: #fff;
  color: #006737;
  border: 2px solid #006737;
  opacity: 1;
}
.c-btn-contact01:hover::before {
  background: url("../img/icon-mail-white.png") no-repeat 50% 50%;
  background-size: cover;
}
.c-btn-contact01:hover::after {
  background: url("../img/icon-button01-green.png") no-repeat 50% 50%;
  background-size: cover;
}

.c-card01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-card01 {
    margin-bottom: 30px;
  }
}
.c-card01__img {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .c-card01__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .c-card01__img {
    width: 100%;
  }
}
.c-card01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 550/340;
}
.c-card01__content {
  width: 50%;
  padding: 45px 20px 50px 50px;
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  .c-card01__content {
    width: 60%;
    padding: 45px 20px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-card01__content {
    width: 100%;
    padding: 25px 30px 50px 30px;
  }
}
.c-card01__no {
  margin-bottom: 22px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #006737;
}
@media screen and (max-width: 1090px) {
  .c-card01__no {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-card01__no {
    margin-bottom: 13px;
    font-size: 37px;
  }
}
.c-card01__title {
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 1090px) {
  .c-card01__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-card01__title {
    margin-bottom: 17px;
    font-size: 20px;
  }
}
.c-card01__text {
  margin-bottom: 20px;
}
.c-card01__link {
  text-align: right;
}
.c-card01__link a {
  position: relative;
  padding-right: 12px;
  font-size: 15px;
  color: #006737;
}
.c-card01__link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #006737;
  border-right: 1px solid #006737;
  transform: rotate(45deg);
}
.c-card01__link a:hover {
  color: #000;
}
.c-card01__link a:hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.c-card02__img {
  overflow: hidden;
}
.c-card02__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 550/340;
}
.c-card02__content {
  padding: 41px 30px 22px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card02__content {
    padding: 46px 30px 28px 30px;
  }
}
.c-card02__title {
  margin-bottom: 19px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .c-card02__title {
    font-size: 20px;
  }
}
.c-card02__text {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-card02__text {
    margin-bottom: 26px;
  }
}
.c-card02__link {
  text-align: right;
}
.c-card02__link a {
  position: relative;
  padding-right: 12px;
  font-size: 15px;
}
.c-card02__link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #006737;
  border-right: 1px solid #006737;
  transform: rotate(45deg);
}

.c-cta {
  padding: 70px 0;
  background: url("../img/cta-bg01.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 60px 0;
  }
}

.c-cta-block01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
.c-cta-block01__left {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .c-cta-block01__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.c-cta-block01__right {
  width: 400px;
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .c-cta-block01__right {
    width: 440px;
    margin-inline: auto;
  }
}
.c-cta-block01__info {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.c-cta-block01__tel {
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 0 0 60px;
  background: url("../img/icon-tel.png") no-repeat 5px 50%;
  background-size: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-cta-block01__tel {
    background-size: 33px;
    background-position: 14px 14px;
    font-size: 40px;
  }
}
.c-cta-block01__time {
  margin-bottom: 30px;
}

/* Form reset */
/* form */
.c-form {
  width: 100%;
  padding-top: 45px;
}

.c-form__table {
  border: none;
  width: 100%;
}

.c-form__table th {
  width: 320px;
  padding: 20px 0 20px 0;
  background-color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-form__table th {
    display: block;
    width: 100%;
    padding: 20px 0 0px 0;
    font-size: 16px;
  }
}
.c-form__table td {
  padding: 12px 0;
  background-color: #fff;
  border: none;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .c-form__table td {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.c-form__table td a {
  text-decoration: underline;
  color: #2A86FF;
}

.c-form__send-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 60px auto 60px auto;
  gap: 20px 40px;
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 44px;
  padding: 0 0.5em;
  box-sizing: border-box;
  border: 1px solid #C5BFBF;
  font-size: 16px;
}

input[name=your-sei],
input[name=your-mei] {
  width: 5em;
  height: 44px;
  padding: 0 0.5em;
  box-sizing: border-box;
  border: 1px solid #C5BFBF;
  margin-inline: 5px 20px;
}

textarea {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #C5BFBF;
  font-size: 16px;
}

.require {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 50px;
  height: 28px;
  margin-left: 10px;
  padding: 6px 2px 2px 2px;
  background-color: #CE052C;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.option {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 50px;
  height: 28px;
  margin-right: 6px;
  padding: 6px 2px 2px 2px;
  background-color: #C5C5C5;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.wpcf7-list-item {
  margin: 0;
}

input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
}

.wpcf7-spinner {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  max-width: 100%;
  height: 80px;
  background-color: #006737;
  color: #fff;
  border-radius: 2px;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
}

.wpcf7-previous {
  cursor: pointer;
}

/* heading */
.c-front-heading__textBig {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.4;
  color: #006737;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    font-size: 40px;
  }
}
.c-front-heading__textBig--white {
  color: #fff;
}
.c-front-heading__textSmall {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textSmall {
    font-size: 20px;
  }
}

.c-front-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Sub Page */
/* 大見出し */
.c-sub-heading01 {
  position: relative;
  margin-bottom: 50px;
  padding: 0px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sub-heading01 {
    margin-bottom: 35px;
  }
}
.c-sub-heading01__title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .c-sub-heading01__title {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
.c-sub-heading01__desc {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .c-sub-heading01__desc {
    font-size: 13px;
  }
}

.c-sub-heading02 {
  position: relative;
  margin-bottom: 25px;
  padding: 0px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sub-heading02 {
    margin-bottom: 15px;
  }
}
.c-sub-heading02__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .c-sub-heading02__title {
    font-size: 22px;
  }
}

/* 中見出し */
.c-sub-heading-sub01 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-sub-heading-sub01 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.c-sub-heading-sub02 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-sub-heading-sub02 {
    font-size: 18px;
  }
}

/* heading */
.c-heading-vertically {
  position: relative;
  margin: auto;
  padding: 0 16px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 2.6;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .c-heading-vertically {
    font-size: 20px;
  }
}
.c-heading-vertically--wide {
  padding: 8px 54px 0 54px;
}
@media screen and (max-width: 767px) {
  .c-heading-vertically--wide {
    padding: 22px 20px 0px 20px;
    line-height: 2;
  }
}
.c-heading-vertically::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #000;
}
.c-heading-vertically::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #000;
}
.c-heading-vertically span {
  position: relative;
  top: 4px;
  left: 2px;
  margin: -37px 0 -18px 0;
  color: #006737;
  font-size: 90px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading-vertically span {
    top: -2px;
    font-size: 60px;
  }
}

/* キービジュアル */
.c-kv {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 360px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .c-kv {
    height: 180px;
  }
}
.c-kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-kv__img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 50%;
}
@media screen and (max-width: 767px) {
  .c-kv__img img {
    height: 180px;
  }
}
.c-kv__content {
  margin: auto;
  padding: 210px 10px 10px 10px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-kv__content {
    padding: 60px 10px 10px 10px;
  }
}
.c-kv__title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-kv__title {
    margin-bottom: 5px;
    font-size: 25px;
  }
}
.c-kv p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-kv p {
    font-size: 14px;
  }
}

/* Link Arrow */
.c-link01 {
  position: relative;
  font-size: 15px;
}
.c-link01::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/*  Navi Menu PC */
.c-nav {
  display: flex;
  align-items: flex-start;
}
.c-nav .menu {
  display: flex;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0px 0 0 0px;
  /* sub menu */
  /* ↑ sub menu */
}
@media screen and (max-width: 1090px) {
  .c-nav .menu {
    display: none;
  }
}
.c-nav .menu > li {
  position: relative;
}
.c-nav .menu > li > a {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .c-nav .menu > li > a {
    padding: 10px 7px 10px 7px;
  }
}
.c-nav .menu .menu-item-has-children > a {
  position: relative;
}
.c-nav .menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 23px;
  right: -5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
}
.c-nav .menu .menu-item-has-children > a.is-open::after {
  transform: rotate(-45deg);
}
.c-nav .menu .sub-menu {
  display: none;
  list-style-type: none;
  padding: 10px;
  position: absolute;
  top: 74px;
  left: -60px;
  width: 240px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 777;
  transition: 0.2s;
}
.c-nav .menu .sub-menu.is-open {
  display: block;
}
.c-nav .menu .sub-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 10px 16px 10px;
  border-bottom-color: #006737;
  position: absolute;
  inset: -16px 0 auto 0;
  margin: auto;
}
.c-nav .menu .sub-menu > li {
  padding: 0px;
}
.c-nav .menu .sub-menu > li:last-child {
  border-bottom: none;
}
.c-nav .menu .sub-menu > li > a {
  display: block;
  position: relative;
  padding: 10px 10px 5px 12px;
  text-decoration: none;
  text-align: left;
}
.c-nav .menu .sub-menu > li > a::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #006737;
  border-right: 1px solid #006737;
  transform: rotate(45deg);
}
.c-nav .menu .sub-menu > li > a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #006737;
}
.c-nav .menu .sub-menu > li:first-of-type > a {
  background-color: #f5f5f5;
  font-weight: bold;
}
.c-nav .menu .sub-menu > li:first-of-type > a::after {
  display: none;
}
.c-nav .menu .sub-menu > li:first-of-type > a:hover {
  background-color: #006737;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.c-nav__btn a {
  display: inline-block;
  position: relative;
  width: 186px;
  max-width: 100%;
  height: 47px;
  padding: 14px 10px 10px 41px;
  color: #FFF;
  background: url("../img//icon-mail-white.png") no-repeat 29px 12px;
  background-size: 26px auto;
  background-color: #006737;
  transition: all 0.2s;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s ease;
}
.c-nav__btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* Navigation Menu SP */
/* sp ボタン  */
.c-nav-button__wrap {
  display: none;
}

.c-nav-sp {
  display: none;
}

@media screen and (max-width: 1090px) {
  .c-nav-button__wrap {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: #006737;
  }
  .c-nav-button {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 16px;
    border: none;
    background: none;
  }
  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 1px;
    background: #fff;
    transition: 0.3s ease-in;
  }
  .c-nav-button span:nth-child(1) {
    width: 17px;
  }
  .c-nav-button span:nth-child(2) {
    top: 50%;
    width: 12px;
  }
  .c-nav-button span:nth-child(3) {
    top: 100%;
    width: 20px;
  }
  .c-nav-button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }
  .c-nav-button.is-close span:nth-child(1) {
    width: 20px;
  }
  .c-nav-button.is-close span:nth-child(2) {
    width: 0;
  }
  .c-nav-button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  /* sp ナビ */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 775;
    padding: 0px 25px 30px 25px;
    background-color: white;
    transform: translateX(110%);
    transition: all 0.2s ease-in;
    overflow-y: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .c-nav-sp.is-open {
    transform: translateX(0%);
  }
  .c-nav-sp .menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-nav-sp .menu > li {
    margin: 0;
    border-bottom: 1px solid #006737;
  }
  .c-nav-sp .menu > li > a {
    display: block;
    padding: 20px 0px 20px 0px;
    background: url("../img/icon-arrow-green.png") no-repeat 100% 50%;
    background-size: 12px auto;
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
  .c-nav-sp .menu .menu-item-has-children {
    position: relative;
  }
  .c-nav-sp .menu .menu-item-has-children > a {
    padding: 20px 0px 20px 0px;
    background: none;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu {
    display: none;
    list-style: none;
    padding: 0 0 0px 0;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #006737;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li:first-of-type > a {
    padding-top: 0;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li:last-of-type {
    border-bottom: none;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 10px 10px 10px;
    background: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  .c-nav-sp .menu .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 666;
  }
  .c-nav-sp .menu .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
  }
  .c-nav-sp .menu .menu-item-has-children > a.is-open .sub-menu-sp-btn::after {
    transform: rotate(315deg);
  }
}
.c-obsession-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-obsession-list {
    justify-content: center;
  }
}
.c-obsession-list__item {
  position: relative;
  width: 359px;
  max-width: calc((100% - 20px) / 3);
  height: 190px;
  margin: 0 10px 10px 0;
  text-align: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-obsession-list__item {
    max-width: 48%;
    height: 165px;
    padding: 0 8px;
  }
}
.c-obsession-list__item:nth-child(1) {
  background: url(./img/front/img01-1.jpg) no-repeat 50% 50%;
}
.c-obsession-list__item:nth-child(2) {
  background: url(./img/front/img01-2.jpg) no-repeat 50% 50%;
}
.c-obsession-list__item:nth-child(3) {
  background: url(./img/front/img01-3.jpg) no-repeat 50% 50%;
}
.c-obsession-list__item:nth-child(4) {
  background: url(./img/front/img01-4.jpg) no-repeat 50% 50%;
}
.c-obsession-list__item:nth-child(5) {
  background: url(./img/front/img01-5.jpg) no-repeat 50% 50%;
}
.c-obsession-list__item:nth-child(6) {
  background: url(./img/front/img01-6.jpg) no-repeat 50% 50%;
}
.c-obsession-list__item:nth-child(3n) {
  margin: 0 0px 10px 0;
}
@media screen and (max-width: 767px) {
  .c-obsession-list__item:nth-child(3n) {
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-obsession-list__item:nth-child(2n) {
    margin: 0 0px 10px 0;
  }
}
.c-obsession-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51739b;
  opacity: 0.7;
  z-index: 1;
  transition: 0.3s ease;
}
.c-obsession-list__item:hover::after {
  opacity: 0.9;
}
.c-obsession-list__link {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  z-index: 2;
}
.c-obsession-list__link::after {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
.c-obsession-list__link:hover {
  opacity: 1;
}
.c-obsession-list__num {
  padding-top: 10px;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-obsession-list__num {
    font-size: 30px;
  }
}
.c-obsession-list__title {
  padding-top: 24px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-obsession-list__title {
    font-size: 18px;
  }
}
.c-obsession-list__memo {
  font-size: 13px;
  font-family: "Oswald", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
}

/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

.c-pageTop {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 50px;
  height: 50px;
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
  background-color: #006737;
  color: white;
  opacity: 0;
  transition: 0.5s;
  z-index: 777;
}

.c-pageTop.is-show {
  opacity: 1;
}

.c-width-530 {
  width: 530px;
  max-width: 100%;
  margin: auto;
}

.c-post-news-list {
  margin-bottom: 60px;
}
.c-post-news-list__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 24px 0;
  border-bottom: 1px solid #746b65;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__item {
    padding: 16px 0 14px 0;
  }
}
.c-post-news-list__item:first-of-type {
  border-top: 1px solid #746b65;
}
.c-post-news-list__info {
  display: flex;
  justify-content: flex-start;
  width: 240px;
  padding: 8.5px 10px 0 0px;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__info {
    width: 100%;
    margin-bottom: 3px;
  }
}
.c-post-news-list__cat {
  list-style: none;
  margin: 0px;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__cat {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-post-news-list__cat li {
  margin: 0 10px 3px 0;
}
.c-post-news-list__cat li a {
  display: block;
  color: #006737;
  font-weight: 500;
  line-height: 1.2;
}
.c-post-news-list__time {
  position: relative;
  padding-right: 10px;
  color: #006737;
  font-weight: bold;
  line-height: 1.2;
}
.c-post-news-list__time::after {
  content: "|";
  position: absolute;
  top: 0px;
  right: 0;
  width: 1px;
  height: 15px;
  color: #006737;
}
.c-post-news-list__title {
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.89;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    flex: auto;
    width: 100%;
    margin-left: 0px;
    font-size: 16px;
  }
}

.c-post-blog-list {
  margin: 0px 0 0 0;
  padding: 0;
}
.c-post-blog-list__item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__item {
    width: 100%;
  }
}
.c-post-blog-list__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-post-blog-list__time {
  position: relative;
  width: 110px;
  font-size: 16px;
  line-height: 1;
}
.c-post-blog-list__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding: 0px 0px 0 0px;
}
.c-post-blog-list__info .post-categories {
  position: relative;
  top: 2px;
  list-style: none;
  margin: 0px 12px 0 0;
  padding: 0 0 0 0px;
}
.c-post-blog-list__info .post-categories li {
  margin: 0 0px 5px 0;
}
.c-post-blog-list__info .post-categories li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  background-color: #006737;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
.c-post-blog-list__tag {
  position: relative;
  top: -1px;
  font-size: 10px;
  font-weight: bold;
  color: #006737;
}
.c-post-blog-list__title {
  flex: 1;
}
.c-post-blog-list__title a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1;
}

.c-post-works-list {
  margin: 0px 0 0 0;
  padding: 0;
}
.c-post-works-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__item {
    margin-bottom: 50px;
  }
}
.c-post-works-list__item:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__item:last-child {
    margin-bottom: 40px;
  }
}
.c-post-works-list__content {
  width: 340px;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__content {
    width: 100%;
    order: 2;
  }
}
.c-post-works-list__area {
  margin-bottom: 5px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__area {
    margin-bottom: 2px;
  }
}
.c-post-works-list__cat {
  margin-bottom: 22px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__cat {
    margin-bottom: 12px;
  }
}
.c-post-works-list__tab {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.c-post-works-list__tab li {
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  background-color: #edf0f7;
  color: #006737;
  line-height: 1;
  text-align: center;
}
.c-post-works-list__title {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  line-height: 1.54;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.c-post-works-list__link {
  display: flex;
  justify-content: flex-end;
  width: 720px;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__link {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
    order: 1;
  }
}
.c-post-works-list__img {
  width: 354px;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__img {
    width: 49%;
  }
}
.c-post-works-list__img:first-child {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .c-post-works-list__img:first-child {
    margin-right: 0;
  }
}
.c-post-works-list__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 354/260;
}

.c-post-single {
  margin: 0px 0 0 0;
  padding: 0;
}
.c-post-single__title {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.c-post-single__time {
  position: relative;
  width: 110px;
  font-size: 16px;
  line-height: 1;
}
.c-post-single__info {
  display: flex;
  justify-content: flex-start;
  width: 200px;
  margin-bottom: 60px;
  padding: 0px 0px 0 0px;
}
.c-post-single__info .post-categories {
  position: relative;
  top: 2px;
  list-style: none;
  margin: 0px 12px 0 0;
  padding: 0 0 0 0px;
}
.c-post-single__info .post-categories li {
  margin: 0 0px 5px 0;
}
.c-post-single__info .post-categories li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  background-color: #006737;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
.c-post-single__tag {
  position: relative;
  top: 8px;
  font-size: 10px;
  font-weight: bold;
  color: #006737;
}
.c-post-single__thumb {
  margin-bottom: 30px;
}

.c-row {
  display: flex;
  align-items: flex-start;
}

.c-row-center {
  justify-content: center;
}

.c-row-between {
  justify-content: space-between;
}

.c-row-wrap {
  flex-wrap: wrap;
}

.c-col-2 {
  width: 48%;
  max-width: 48%;
  margin: 0 4% 30px 0;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .c-col-2 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.c-col-2:nth-child(2n) {
  margin: 0 0 30px 0;
}

.c-col-3 {
  width: 32%;
  max-width: 32%;
  margin: 0 2% 30px 0;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .c-col-3 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.c-col-3:nth-child(3n) {
  margin: 0 0 30px 0;
}

.c-side-banner {
  position: fixed;
  top: 30%;
  right: 0;
  background-color: #006737;
  z-index: 777;
}
@media screen and (max-width: 767px) {
  .c-side-banner {
    display: none;
  }
}
.c-side-banner a {
  display: block;
  width: 60px;
  height: 245px;
  padding: 40px 13px 0 0;
  background: url("../img/icon_email.svg") no-repeat 50% 15px;
  background-size: 26px auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
}

/*  Table1 */
.c-table01 {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.c-table01 th {
  width: 200px;
  padding: 30px 20px 25px 30px;
  border: none;
  border-bottom: 1px solid #746b65;
  background-color: transparent;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 10px 0px 10px;
    border-bottom: none;
    text-align: left;
  }
}
.c-table01 td {
  width: calc(100% - 200px);
  padding: 30px 10px 25px 10px;
  border: none;
  border-bottom: 1px solid #746b65;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 0px 10px 10px 10px;
  }
}
.c-table01 tr:first-of-type th {
  border-top: 1px solid #746b65;
}
.c-table01 tr:first-of-type td {
  border-top: 1px solid #746b65;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:first-of-type td {
    border-top: none;
  }
}

.c-text {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1090px) {
  .c-text {
    width: 100%;
    padding: 0;
  }
}

/* Page Title */
.c-page__maintitle {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 0 40px 125px;
  border-bottom: 3px solid #006737;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #006737;
  font-size: 3rem;
}
