@charset "UTF-8";
@import url("./default.css");
@import url("./delay_anim.css");
/*
html, body {
  height: 100%;
}
*/
body {
  background: #fff;
  color: #1a1a1a;
  font-size: 0.16rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.03em;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.14rem;
    min-width: auto;
  }
}

.wrapper {
  overflow: hidden;
}

a {
  color: #1a1a1a;
}

.container {
  width: 11.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.48rem);
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}
.cmn_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: transparent;
  width: 100%;
  height: 0.8rem;
  transition: background 0.4s ease;
}
.cmn_header .logo {
  opacity: 0;
  padding-left: 0.28rem;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.cmn_header .logo img {
  width: 1.52rem;
}
.cmn_header .nav .link_ico li {
  margin-right: 0.4rem;
  line-height: 0.8rem;
}
.cmn_header .nav .link_ico li a {
  vertical-align: middle;
}
.cmn_header .nav .link_ico li a path {
  transition: fill 0.4s ease;
}
.cmn_header .nav .link_ico li:hover path {
  fill: #e23223;
}
.cmn_header .nav .recipe {
  align-items: center;
  display: flex;
  padding-right: 0.1rem;
}
.cmn_header .nav .recipe a {
  align-items: center;
  border-radius: 9999px;
  display: flex;
  background: #0c633d;
  width: 1.53rem;
  height: 0.5rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0;
  justify-content: center;
  text-align: center;
  line-height: 0.8rem;
  transition: background 0.4s ease;
}
.cmn_header .nav .recipe a span {
  display: inline-block;
}
.cmn_header .nav .recipe a span br {
  display: none;
}
.cmn_header .nav .recipe a:hover {
  background: #1a1a1a;
}
.cmn_header .nav .nav_tgl {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  background: transparent;
  transition: background 0.4s ease;
  cursor: pointer;
  z-index: 10000;
}
.cmn_header .nav .nav_tgl span {
  display: block;
  position: absolute;
  left: 0.28rem;
  background: #fff;
  width: 0.24rem;
  height: 1px;
  transition: all 0.5s;
  transform-origin: left top;
}
.cmn_header .nav .nav_tgl span:nth-of-type(1) {
  top: 0.28rem;
}
.cmn_header .nav .nav_tgl span:nth-of-type(2) {
  top: 0.39rem;
}
.cmn_header .nav .nav_tgl span:nth-of-type(3) {
  top: 0.5rem;
}
.cmn_header .nav .nav_tgl.active span {
  width: 0.3rem;
}
.cmn_header .nav .nav_tgl.active span:nth-of-type(1) {
  top: 0.3rem;
  transform: rotate(45deg);
}
.cmn_header .nav .nav_tgl.active span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.cmn_header .nav .nav_tgl.active span:nth-of-type(3) {
  top: 0.51rem;
  transform: rotate(-45deg);
}
.cmn_header .nav .nav_tgl:hover {
  background: #0c633d;
}
.cmn_header .nav .nav_tgl:hover span {
  background: #fff;
}
.cmn_header.scrolled {
  background: #fff;
}
.cmn_header.scrolled .logo {
  opacity: 1;
  pointer-events: auto;
}
.cmn_header.scrolled .nav .link_ico li a path {
  fill: #1a1a1a;
}
.cmn_header.scrolled .nav .link_ico li a:hover path {
  fill: #e23223;
}
.cmn_header.scrolled .nav .nav_tgl span {
  background: #1a1a1a;
}
.cmn_header.scrolled .nav .nav_tgl:hover span {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cmn_header {
    height: 0.6rem;
    background: #fff !important;
  }
  .cmn_header .logo {
    opacity: 1;
    padding-left: 0.13rem;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  .cmn_header .logo img {
    width: 1.05rem;
  }
  .cmn_header .nav .link_ico li {
    margin-right: 0.4rem;
    line-height: 0.6rem;
  }
  .cmn_header .nav .link_ico li a {
    vertical-align: middle;
  }
  .cmn_header .nav .link_ico li a path {
    transition: fill 0.4s ease;
  }
  .cmn_header .nav .link_ico li:hover path {
    fill: #e23223;
  }
  .cmn_header .nav .recipe {
    padding-right: 0;
  }
  .cmn_header .nav .recipe a {
    width: 0.95rem;
    height: 0.6rem;
    font-size: 0.14rem;
    border-radius: 0;
    line-height: 1.5;
    transition: background 0.4s ease;
  }
  .cmn_header .nav .recipe a span {
    display: inline-block;
    background-size: 0.16rem;
    padding-left: 0;
  }
  .cmn_header .nav .recipe a span br {
    display: inline-block;
  }
  .cmn_header .nav .nav_tgl {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    background: transparent;
    transition: background 0.4s ease;
    cursor: pointer;
    z-index: 10000;
  }
  .cmn_header .nav .nav_tgl span {
    display: block;
    position: absolute;
    left: 0.2rem;
    background: #000;
    width: 0.24rem;
    height: 1px;
    transition: all 0.5s;
    transform-origin: left top;
  }
  .cmn_header .nav .nav_tgl span:nth-of-type(1) {
    top: 0.2rem;
  }
  .cmn_header .nav .nav_tgl span:nth-of-type(2) {
    top: 0.3rem;
  }
  .cmn_header .nav .nav_tgl span:nth-of-type(3) {
    top: 0.4rem;
  }
  .cmn_header .nav .nav_tgl.active span {
    width: 0.24rem;
  }
  .cmn_header .nav .nav_tgl.active span:nth-of-type(1) {
    top: 0.2rem;
    transform: rotate(45deg);
  }
  .cmn_header .nav .nav_tgl.active span:nth-of-type(3) {
    top: 0.37rem;
  }
  .cmn_header .nav .nav_tgl:hover {
    background: #fff;
  }
  .cmn_header .nav .nav_tgl:hover span {
    background: #000;
  }
  .cmn_header.scrolled {
    background: #fff;
  }
  .cmn_header.scrolled .logo {
    opacity: 1;
    pointer-events: auto;
  }
  .cmn_header.scrolled .nav .link_ico li a path {
    fill: #1a1a1a;
  }
  .cmn_header.scrolled .nav .link_ico li a:hover path {
    fill: #e23223;
  }
  .cmn_header.scrolled .nav .nav_tgl span {
    background: #1a1a1a;
  }
  .cmn_header.scrolled .nav .nav_tgl:hover span {
    background: #000;
  }
}

.global_nav {
  display: none;
  position: absolute;
  top: 0.8rem;
  right: 0;
  background: #0c633d;
  width: 6.83rem;
  padding: 0.86rem 0.96rem 0.84rem 1.23rem;
  height: calc(100vh - 0.8rem);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.global_nav ::-webkit-scrollbar {
  display: none;
}
.global_nav a {
  transition: opacity 0.4s ease;
}
.global_nav a:hover {
  opacity: 0.4;
}
.global_nav .pages li {
  max-width: 4.37rem;
}
.global_nav .pages li ~ li {
  margin-top: 0.38rem;
}
.global_nav .pages li a {
  display: block;
  position: relative;
  color: #fff;
}
.global_nav .pages li a span {
  display: block;
}
.global_nav .pages li a .en {
  opacity: 0.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.2rem;
  letter-spacing: 0.1em;
}
.global_nav .pages li a .jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.58;
}
.global_nav .pages li a .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.global_nav .bnr .contact {
  padding-bottom: 0.45rem;
  padding-top: 0.45rem;
  width: 100%;
}
.global_nav .bnr .contact a {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  height: 0.54rem;
  justify-content: center;
  width: 100%;
}
.global_nav .bnr .contact span {
  background: url("../img/cmn/ico_mail.svg") no-repeat 0 50%;
  display: inline-block;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .global_nav {
    top: 0.6rem;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 0.44rem 0.24rem 0.5rem 0.24rem;
  }
  .global_nav .pages li {
    max-width: 4.37rem;
  }
  .global_nav .pages li ~ li {
    margin-top: 0.35rem;
  }
  .global_nav .pages li a .en {
    font-size: 0.16rem;
  }
  .global_nav .pages li a .jp {
    font-size: 0.2rem;
  }
  .global_nav .pages li a .arrow svg {
    width: 0.17rem;
  }
  .global_nav .bnr {
    margin-top: 0.43rem;
  }
  .global_nav .bnr .contact {
    padding: 0;
    width: 2.15rem;
  }
  .global_nav .bnr li {
    width: 2.15rem;
    margin: 0 auto;
  }
  .global_nav .bnr li:not(:last-of-type) {
    margin-bottom: 0.29rem;
  }
  .global_nav .bnr li img {
    width: 100%;
  }
  .global_nav .link_ico {
    width: 1.9rem;
    margin: 0.6rem auto 0.5rem;
    justify-content: space-between;
    align-items: center;
  }
  .global_nav .link_ico li:nth-of-type(1) svg {
    width: 0.26rem;
    height: 0.26rem;
  }
  .global_nav .link_ico li:nth-of-type(2) svg {
    width: 0.31rem;
    height: 0.213rem;
  }
  .global_nav .link_ico li:nth-of-type(3) svg {
    width: 0.248rem;
    height: 0.2368rem;
  }
}

.cmn_footer {
  clear: both;
}
.cmn_footer .contact {
  background: #0c633d url("../img/cmn/bg_footer.jpg") no-repeat center center;
  background-size: cover;
  padding: 0.84rem 0.97rem;
  color: #fff;
  text-align: center;
}
.cmn_footer .contact a {
  color: #fff;
}
.cmn_footer .contact h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 1.187;
}
.cmn_footer .contact h2::after {
  display: block;
  content: "";
  background: #fff;
  width: 0.42rem;
  height: 1px;
  margin: 0.16rem auto 0;
}
.cmn_footer .contact .desc {
  margin-top: 0.47rem;
  line-height: 1.875;
}
.cmn_footer .contact .list {
  margin-top: 0.5rem;
}
.cmn_footer .contact .list li {
  width: 4.4rem;
  margin: 0 0.25rem;
}
.cmn_footer .contact .list li h3 {
  font-weight: 500;
  line-height: 1.875;
}
.cmn_footer .contact .list li .btn {
  margin-top: 0.16rem;
}
.cmn_footer .contact .list li .btn a {
  display: block;
  height: 0.6rem;
  background: transparent;
  border: 1px solid #fff;
  line-height: calc(0.6rem - 2px);
  transition: background 0.4s ease;
}
.cmn_footer .contact .list li .btn a.tel .ico {
  vertical-align: middle;
}
.cmn_footer .contact .list li .btn a .ico {
  margin-right: 0.08rem;
}
.cmn_footer .contact .list li .btn a .ico path {
  transition: fill 0.4s ease;
}
.cmn_footer .contact .list li .btn a .label {
  letter-spacing: 0.001em;
  font-weight: 500;
}
.cmn_footer .contact .list li .btn a:hover {
  background: #fff;
  color: #1a1a1a;
}
.cmn_footer .contact .list li .btn a:hover .ico path {
  fill: #1a1a1a;
}
.cmn_footer .contact .list li .sup {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  line-height: 1.714;
}
@media screen and (max-width: 767px) {
  .cmn_footer .contact {
    background: #0c633d url("../img/cmn/bg_footer.jpg") no-repeat center center;
    padding: 0.67rem 0 0.7rem;
  }
  .cmn_footer .contact h2 {
    text-align: left;
  }
  .cmn_footer .contact h2::after {
    display: inline-block;
    margin: 0 0 0 0.12rem;
    vertical-align: middle;
  }
  .cmn_footer .contact .desc {
    margin-top: 0.17rem;
    text-align: left;
  }
  .cmn_footer .contact .list {
    margin-top: 0.35rem;
  }
  .cmn_footer .contact .list li {
    width: 100%;
    margin: 0;
    font-size: 0.16rem;
  }
  .cmn_footer .contact .list li ~ li {
    margin-top: 0.25rem;
  }
  .cmn_footer .contact .list li .btn {
    margin-top: 0.14rem;
  }
  .cmn_footer .contact .list li .btn a {
    border-radius: 0.3rem;
  }
  .cmn_footer .contact .list li .sup {
    margin-top: 0.38rem;
    font-size: 0.12rem;
    line-height: 1.666;
  }
}
.cmn_footer .info {
  background: #fff;
  padding: 0.8rem 0 0.7rem;
  letter-spacing: 0;
}
.cmn_footer .info .logo {
  text-align: center;
}
.cmn_footer .info .logo img {
  width: 1.84rem;
}
.cmn_footer .info .nav {
  margin-top: 0.34rem;
}
.cmn_footer .info .nav li {
  margin: 0.16rem 0.25rem;
  font-weight: 500;
}
.cmn_footer .info .nav li a {
  transition: color 0.4s ease;
}
.cmn_footer .info .nav li a:hover {
  color: #0c633d;
}
.cmn_footer .info .bnr {
  margin-top: 0.34rem;
}
.cmn_footer .info .bnr li {
  margin: 0 0.21rem;
}
.cmn_footer .info .bnr li a {
  border: 1px solid #989898;
  display: block;
}
.cmn_footer .info .bnr li a img {
  transition: opacity 0.4s ease;
}
.cmn_footer .info .bnr li a:hover img {
  opacity: 0.4;
}
.cmn_footer .info .facility {
  width: 9.62rem;
  margin: 0.5rem auto 0;
}
.cmn_footer .info .facility::after {
  display: block;
  content: "";
  width: 2.52rem;
}
.cmn_footer .info .facility li {
  font-size: 0.14rem;
  line-height: 1.714;
}
.cmn_footer .info .facility li:nth-child(n+4) {
  margin-top: 0.3rem;
}
.cmn_footer .info .facility li:nth-child(3n+1) {
  width: 3.3rem;
}
.cmn_footer .info .facility li:nth-child(3n+2) {
  width: 2.52rem;
}
.cmn_footer .info .facility li:nth-child(3n+3) {
  width: 2.52rem;
}
.cmn_footer .info .facility li .label {
  color: #0c633d;
}
.cmn_footer .info .copyright {
  margin-top: 0.7rem;
  text-align: center;
}
.cmn_footer .info .copyright small {
  font-size: 0.14rem;
  color: #a0a0a0;
}
@media screen and (max-width: 767px) {
  .cmn_footer .info {
    background: #fff;
    padding: 0.62rem 0 0.7rem;
    letter-spacing: 0;
  }
  .cmn_footer .info .logo {
    text-align: center;
  }
  .cmn_footer .info .logo img {
    width: 1.84rem;
  }
  .cmn_footer .info .nav {
    display: block;
    text-align: center;
    margin-top: 0.38rem;
  }
  .cmn_footer .info .nav li {
    margin: 0.28rem 0.25rem;
  }
  .cmn_footer .info .nav li a {
    font-size: 0.16rem;
  }
  .cmn_footer .info .bnr {
    margin-top: -0.07rem;
  }
  .cmn_footer .info .bnr li {
    text-align: center;
    margin: 0 0.21rem;
  }
  .cmn_footer .info .bnr li a {
    width: 2.15rem;
    margin: 0 auto;
  }
  .cmn_footer .info .bnr li:not(:last-of-type) {
    margin-bottom: 0.18rem;
  }
  .cmn_footer .info .facility {
    width: 100%;
    margin: 0.4rem auto 0;
  }
  .cmn_footer .info .facility::after {
    display: block;
    content: "";
    width: 2.52rem;
  }
  .cmn_footer .info .facility li ~ li, .cmn_footer .info .facility li:nth-child(n+4) {
    margin-top: 0.25rem;
  }
  .cmn_footer .info .facility li:nth-child(3n+1), .cmn_footer .info .facility li:nth-child(3n+2), .cmn_footer .info .facility li:nth-child(3n+3) {
    width: 100%;
  }
  .cmn_footer .info .copyright {
    margin-top: 0.54rem;
  }
}

.cmn_pagetop {
  position: absolute;
  bottom: 0.18rem;
  right: 0.18rem;
}
.cmn_pagetop a {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.06rem;
  line-height: 0.55rem;
  background: #7e7e7e;
  transition: background 0.4s ease;
  text-align: center;
}
.cmn_pagetop a img {
  vertical-align: middle;
}
.cmn_pagetop a:hover {
  background: #b9b9b9;
}

.breadcrumbs {
  padding: 1.1rem 0 0;
  position: relative;
  z-index: 10;
  color: #797979;
  font-size: 0.14rem;
}
.breadcrumbs_wrap {
  width: 5.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs_wrap .arrow {
  width: 0.0543rem;
  margin: 1px 0.1rem;
  fill: #797979;
}
.breadcrumbs_wrap a {
  color: #797979;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.8rem 0 0;
    font-size: 0.12rem;
    color: #1a1a1a;
  }
  .breadcrumbs_wrap {
    width: 100%;
    overflow: auto;
    text-overflow: clip;
  }
  .breadcrumbs_wrap .arrow {
    margin: 0 0.1rem;
    fill: #1a1a1a;
  }
  .breadcrumbs_wrap a {
    color: #1a1a1a;
  }
}

.mod_under_fv {
  margin-top: -0.51rem;
}
.mod_under_fv .container {
  display: flex;
  align-items: center;
}
.mod_under_fv .tit {
  width: 5.9rem;
  padding-top: 0.2rem;
}
.mod_under_fv .tit .en {
  margin-bottom: 0.21rem;
  font-size: 0.24rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  color: #0c633d;
}
.mod_under_fv .tit .ja {
  font-size: 0.32rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.mod_under_fv .img {
  width: 48vw;
  margin-right: calc(50% - 50vw);
}
.mod_under_fv .img img {
  border-radius: 0 0 0 0.2rem;
}
@media screen and (max-width: 1200px) {
  .mod_under_fv .img {
    width: 6.54rem;
    margin-right: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_under_fv {
    margin-top: 0;
  }
  .mod_under_fv .container {
    display: block;
  }
  .mod_under_fv .tit {
    width: 100%;
    padding: 0.46rem 0 0.77rem;
    text-align: center;
  }
  .mod_under_fv .tit .en {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
  }
  .mod_under_fv .tit .ja {
    font-size: 0.24rem;
  }
  .mod_under_fv .img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .mod_under_fv .img img {
    border-radius: 0;
  }
}

.mod_flex {
  display: flex;
  flex-wrap: wrap;
}
.mod_flex_ac {
  align-items: center;
}
.mod_flex_sb {
  justify-content: space-between;
}
.mod_flex_cnt {
  justify-content: center;
}

.mod_news_list_item {
  width: 3.46rem;
}
.mod_news_list_item a {
  display: block;
}
.mod_news_list_item a .img {
  background: #1a1a1a;
  height: 2.33rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.mod_news_list_item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.mod_news_list_item a .info {
  margin-top: 0.13rem;
}
.mod_news_list_item a .info .date {
  font-weight: 500;
  color: #7e7e7e;
  letter-spacing: 0.05em;
}
.mod_news_list_item a .info .cat {
  margin-left: 0.2rem;
  min-width: 0.9rem;
  height: 0.22rem;
  text-align: center;
  padding: 0 0.1rem;
  border: 1px solid #0c633d;
  border-radius: 0.11rem;
  line-height: calc(0.22rem - 2px);
  color: #0c633d;
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0;
}
.mod_news_list_item a .tit {
  margin-top: 0.1rem;
  letter-spacing: 0;
  line-height: 1.875;
  font-weight: 500;
}
.mod_news_list_item a:hover .img img {
  opacity: 0.6;
  transform: scale(120%, 120%);
}
@media screen and (max-width: 767px) {
  .mod_news_list_item {
    width: 100%;
  }
  .mod_news_list_item a .tit {
    font-size: 0.16rem;
  }
}

.mod_btn01 {
  position: relative;
  display: block;
  background: transparent;
  width: 2.46rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #1a1a1a;
  text-align: center;
  line-height: calc(0.6rem - 2px);
  transition: background 0.4s ease, fill 0.4s ease;
}
.mod_btn01 .label {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mod_btn01 .arrow {
  position: absolute;
  top: 0;
  right: 0.18rem;
}
.mod_btn01:hover {
  opacity: 1;
  background: #1a1a1a;
  color: #fff;
}
.mod_btn01:hover path {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .mod_btn01 {
    width: 3.27rem;
  }
  .mod_btn01 .label {
    font-size: 0.16rem;
  }
  .mod_btn01 .arrow {
    right: 0.18rem;
  }
}

.mod_btn02 {
  position: relative;
  display: block;
  background: transparent;
  width: 2.46rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #fff;
  text-align: center;
  line-height: calc(0.6rem - 2px);
  transition: background 0.4s ease, fill 0.4s ease;
  color: #fff;
}
.mod_btn02 .label {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mod_btn02 .arrow {
  position: absolute;
  top: 0;
  right: 0.18rem;
}
.mod_btn02 path {
  fill: #fff;
}
.mod_btn02:hover {
  opacity: 1;
  background: #fff;
  color: #1a1a1a;
}
.mod_btn02:hover path {
  fill: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .mod_btn02 {
    width: 1.89rem;
    height: 0.46rem;
    border-radius: 0.3rem;
    line-height: calc(0.46rem - 2px);
  }
  .mod_btn02 .arrow {
    top: 0;
    right: 0.13rem;
  }
  .mod_btn02 .arrow svg {
    width: 0.135rem;
  }
}

.mod_tit01 {
  font-family: "Poppins", sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 1.187;
}
.mod_tit01::after {
  display: inline-block;
  content: "";
  width: 0.42rem;
  height: 1px;
  background: #1a1a1a;
  vertical-align: middle;
  margin-left: 0.1rem;
}

.mod_tit02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.583;
  letter-spacing: 0.03em;
  color: #0c633d;
}

.top_movie {
  position: fixed;
  width: calc(100% - 6rem);
  height: 100vh;
  top: 0;
  right: 0;
  overflow: hidden;
}
.top_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_movie .btn {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .top_movie {
    position: relative;
    width: 100%;
  }
  .top_movie .btn {
    bottom: 0.37rem;
    right: 0.24rem;
  }
}

.top_content {
  width: 6rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_content {
    width: 100%;
  }
}

.top_content_inner,
.top_content .container {
  width: 4.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_content_inner,
  .top_content .container {
    width: calc(100% - 0.48rem);
  }
}

.top_txt01 {
  font-size: 0.14rem;
  line-height: 1.714;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.top_txt01 ~ .top_txt01 {
  margin-top: 1.714em;
}

.top_fv {
  position: relative;
  padding-top: 0.64rem;
  text-align: center;
}
.top_fv::before, .top_fv::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top_fv::before {
  top: 2.12rem;
  right: 0.27rem;
  width: 1.05rem;
  height: 1.4rem;
  background-image: url("../img/top/fv_deco01.jpg");
}
.top_fv::after {
  top: 5.3rem;
  left: 0.47rem;
  width: 0.87rem;
  height: 1.61rem;
  background-image: url("../img/top/fv_deco02.jpg");
}
.top_fv .logo img {
  width: 2.01rem;
}
.top_fv .catch_jp {
  margin-top: 0.36rem;
}
.top_fv .catch_en {
  margin-top: 0.37rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  color: #0c633d;
}
@media screen and (max-width: 767px) {
  .top_fv {
    padding-top: 0.4rem;
  }
  .top_fv::before {
    top: 1.34rem;
    right: 0.1rem;
    width: 0.85rem;
    height: 1.13rem;
  }
  .top_fv::after {
    top: 3.16rem;
    left: 0.15rem;
    width: 0.67rem;
    height: 1.24rem;
  }
  .top_fv .logo img {
    width: 1.33rem;
  }
  .top_fv .catch_jp {
    margin: 0.4rem 0 0 -0.08rem;
  }
  .top_fv .catch_jp img {
    width: 1.24rem;
  }
  .top_fv .catch_en {
    font-size: 0.16rem;
    margin-top: 0.3rem;
  }
}

.top_message {
  position: relative;
  padding-bottom: 1.85rem;
}
.top_message.container {
  margin-top: 1.23rem;
}
.top_message::before {
  content: "";
  position: absolute;
  top: -0.94rem;
  right: -0.53rem;
  width: 1.51rem;
  height: 2.11rem;
  background: url("../img/top/message_deco01.jpg") no-repeat;
  background-size: 100% 100%;
}
.top_message .mod_tit01 {
  margin-bottom: 0.28rem;
}
.top_message .mod_tit02 {
  margin-bottom: 0.34rem;
}
.top_message section ~ section {
  margin-top: 0.86rem;
}
.top_message .sec02 .mod_tit02 {
  position: relative;
}
.top_message .sec02 .mod_tit02::before {
  content: "";
  position: absolute;
  top: -0.24rem;
  left: 2.1rem;
  width: 1.59rem;
  height: 0.84rem;
  background: url("../img/top/message_deco02.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.top_message .btn {
  margin-top: 0.41rem;
}
.top_message .btm_img {
  position: absolute;
  right: -0.8rem;
  bottom: 0.8rem;
  width: 2.48rem;
}
@media screen and (max-width: 767px) {
  .top_message {
    padding-bottom: 3rem;
  }
  .top_message.container {
    margin-top: 1.35rem;
  }
  .top_message::before {
    top: -1.04rem;
    right: 0.03rem;
    width: 1.02rem;
    height: 1.41rem;
  }
  .top_message .mod_tit01 {
    margin-bottom: 0.28rem;
  }
  .top_message .mod_tit02 {
    margin-bottom: 0.23rem;
  }
  .top_message section ~ section {
    margin-top: 0.73rem;
  }
  .top_message .btn {
    margin-top: 0.41rem;
  }
  .top_message .btm_img {
    right: -0.24rem;
    bottom: 0.9rem;
    width: 2.48rem;
  }
}

.top_service {
  padding-bottom: 0.8rem;
}
.top_service .bg {
  position: relative;
  z-index: 1;
  margin-top: -0.7rem;
  width: calc(100% - 0.8rem);
  background: #fff;
  padding: 0.74rem 0 0 0.8rem;
  border-top-right-radius: 0.18rem;
}
.top_service .mod_tit01 {
  position: relative;
}
.top_service .mod_tit01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.3rem;
  left: -0.4rem;
  width: 0.63rem;
  height: 0.64rem;
  background: url("../img/top/service_deco01.jpg") no-repeat;
  background-size: 100% 100%;
}
.top_service .mod_tit02 {
  margin-top: 0.2rem;
}
.top_service .catch_en {
  margin-top: 0.2rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.2rem;
  font-weight: 500;
  color: #0c633d;
}
.top_service .catch_en span {
  color: #989898;
}
.top_service .catch_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0.1rem 0 0.2rem;
}
.top_service .btn {
  margin-top: 0.38rem;
}
.top_service .btn .mod_btn01 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_service {
    padding-bottom: 0.85rem;
  }
  .top_service .bg {
    margin-top: 0;
    width: 100%;
    padding: 0.56rem 0.24rem 0 0.24rem;
    border-top-right-radius: 0;
  }
  .top_service .catch_en {
    margin-top: 0.23rem;
    letter-spacing: 0.05em;
  }
  .top_service .catch_jp {
    margin: 0.06rem 0 0.18rem;
  }
}

.top_news {
  background: #f4f4f4;
  width: calc(100% - 0.8rem);
  padding: 0.74rem 0 0.8rem 0.8rem;
  border-radius: 0 0.18rem 0.18rem 0;
}
.top_news .mod_tit02 {
  margin-top: 0.2rem;
}
.top_news .top_news_slide {
  padding: 0 0 0.4rem;
  margin-top: 0.2rem;
  position: relative;
}
.top_news .top_news_slide .swiper-wrapper {
  margin-left: -0.45rem;
}
.top_news .top_news_slide .swiper-slide {
  width: 3.46rem;
}
.top_news .top_news_slide .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #b1b1b1;
  opacity: 1;
}
.top_news .top_news_slide .swiper-pagination-bullets {
  bottom: 0 !important;
}
.top_news .top_news_slide .swiper-pagination-bullet-active {
  background-color: #1a1a1a;
}
.top_news .top_news_slide .swiper-pagination-bullet {
  margin: 0 0.125rem !important;
}
.top_news .btn {
  margin-top: 0.3rem;
}
.top_news .btn .mod_btn01 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_news {
    width: calc(100% - 0.24rem);
    padding: 0.6rem 0 0.64rem 0.24rem;
    border-radius: 0 0.18rem 0.18rem 0;
  }
  .top_news .mod_tit02 {
    margin-top: 0.2rem;
  }
  .top_news .top_news_slide {
    padding: 0 0 0.6rem;
    margin-top: 0.2rem;
  }
  .top_news .top_news_slide .swiper-wrapper {
    margin-left: -0.2rem;
  }
  .top_news .top_news_slide .swiper-slide {
    width: 2.86rem;
  }
  .top_news .top_news_slide .mod_news_list_item .img {
    height: 1.93rem;
  }
  .top_news .top_news_slide .mod_news_list_item .tit {
    font-size: 0.16rem;
  }
  .top_news .top_news_slide .swiper-pagination-bullet {
    margin: 0 0.125rem !important;
  }
  .top_news .btn {
    margin-top: 0.5rem;
  }
  .top_news .btn .mod_btn01 {
    width: 3.02rem;
    margin: 0 auto 0 0;
  }
}

.top_links {
  padding: 0.77rem 0 1.03rem;
  overflow: hidden;
}
.top_links .list01 li ~ li {
  margin-top: 0.58rem;
}
.top_links .list01 li .img {
  height: 2.49rem;
  border-radius: 0.12rem;
  overflow: hidden;
  display: block;
}
.top_links .list01 li .img a {
  display: block;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.top_links .list01 li .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.top_links .list01 li .img a:hover img {
  opacity: 0.6;
  transform: scale(115%, 115%);
}
.top_links .list01 li .txt {
  margin-top: 0.14rem;
  font-size: 0.14rem;
  line-height: 1.714;
}
.top_links .list02 {
  margin-top: 0.8rem;
  position: relative;
}
.top_links .list02::before, .top_links .list02::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top_links .list02::before {
  width: 1.04rem;
  height: 1.04rem;
  top: -0.61rem;
  right: -0.52rem;
  background-image: url(../img/top/links_deco01.jpg);
}
.top_links .list02::after {
  width: 1.44rem;
  height: 1.45rem;
  bottom: -1.7rem;
  left: -0.43rem;
  background-image: url(../img/top/links_deco02.jpg);
}
.top_links .list02 li ~ li {
  margin-top: 0.27rem;
}
.top_links .list02 li a {
  display: block;
  position: relative;
  height: 0.86rem;
  background: #f4f4f4;
  color: #0c633d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.24rem;
  font-weight: 700;
  transition: background 0.4s ease, fill 0.4s ease;
  line-height: 0.86rem;
  border-radius: 0.12rem;
  padding-left: 0.3rem;
}
.top_links .list02 li a .arrow {
  position: absolute;
  top: 0;
  right: 0.24rem;
}
.top_links .list02 li a:hover {
  opacity: 1;
  background: #1a1a1a;
  color: #fff;
}
.top_links .list02 li a:hover path {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .top_links {
    padding: 0.8rem 0 0.87rem;
  }
  .top_links .list01 li ~ li {
    margin-top: 0.4rem;
  }
  .top_links .list01 li .img {
    height: 1.85rem;
  }
  .top_links .list01 li .txt {
    margin-top: 0.14rem;
  }
  .top_links .list02 {
    margin-top: 0.75rem;
  }
  .top_links .list02::before {
    top: -0.61rem;
    right: -0.52rem;
  }
  .top_links .list02::after {
    bottom: -1.63rem;
    left: -0.65rem;
  }
  .top_links .list02 li ~ li {
    margin-top: 0.27rem;
  }
  .top_links .list02 li a {
    display: block;
    position: relative;
    height: 0.86rem;
    background: #f4f4f4;
    color: #0c633d;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.24rem;
    font-weight: 700;
    transition: background 0.4s ease, fill 0.4s ease;
    line-height: 0.86rem;
    border-radius: 0.12rem;
    padding-left: 0.3rem;
  }
  .top_links .list02 li a .arrow {
    position: absolute;
    top: 0;
    right: 0.24rem;
  }
  .top_links .list02 li a:hover {
    opacity: 1;
    background: #1a1a1a;
    color: #fff;
  }
  .top_links .list02 li a:hover path {
    fill: #fff;
  }
}

.top_content .cmn_footer .contact {
  padding: 0.78rem 0 0.94rem;
}
.top_content .cmn_footer .contact h2 {
  text-align: left;
}
.top_content .cmn_footer .contact h2::after {
  display: inline-block;
  margin: 0 0 0 0.12rem;
  vertical-align: middle;
}
.top_content .cmn_footer .contact .desc {
  margin-top: 0.2rem;
  text-align: left;
  font-size: 0.14rem;
  line-height: 1.714;
  white-space: nowrap;
}
.top_content .cmn_footer .contact .list {
  margin-top: 0.32rem;
}
.top_content .cmn_footer .contact .list li {
  width: 100%;
  margin: 0;
}
.top_content .cmn_footer .contact .list li ~ li {
  margin-top: 0.33rem;
}
.top_content .cmn_footer .contact .list li .btn {
  margin-top: 0.14rem;
}
.top_content .cmn_footer .contact .list li .btn a {
  border-radius: 0.3rem;
}
.top_content .cmn_footer .contact .list li .sup {
  margin-top: 0.2rem;
  font-size: 0.12rem;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .top_content .cmn_footer .contact {
    padding: 0.67rem 0 0.7rem;
  }
  .top_content .cmn_footer .contact h2::after {
    display: inline-block;
    margin: 0 0 0 0.12rem;
    vertical-align: middle;
  }
  .top_content .cmn_footer .contact .desc {
    margin-top: 0.22rem;
    white-space: wrap;
  }
  .top_content .cmn_footer .contact .list {
    margin-top: 0.33rem;
  }
  .top_content .cmn_footer .contact .list li ~ li {
    margin-top: 0.33rem;
  }
  .top_content .cmn_footer .contact .list li .sup {
    margin-top: 0.33rem;
  }
}
.top_content .cmn_footer .info {
  padding: 0.56rem 0;
}
.top_content .cmn_footer .info .bnr.mod_flex_cnt {
  justify-content: space-between;
}
.top_content .cmn_footer .info .bnr li {
  margin: 0;
}
.top_content .cmn_footer .info .facility {
  width: 100%;
  margin-top: 0.36rem;
}
.top_content .cmn_footer .info .facility li ~ li, .top_content .cmn_footer .info .facility li:nth-child(n+4) {
  margin-top: 0.3rem;
}
.top_content .cmn_footer .info .facility li:nth-child(3n+1), .top_content .cmn_footer .info .facility li:nth-child(3n+2), .top_content .cmn_footer .info .facility li:nth-child(3n+3) {
  width: 100%;
}
.top_content .cmn_footer .info .copyright {
  margin-top: 0.36rem;
}
@media screen and (max-width: 767px) {
  .top_content .cmn_footer .info {
    padding: 0.62rem 0;
  }
  .top_content .cmn_footer .info .bnr.mod_flex_cnt {
    display: block;
  }
  .top_content .cmn_footer .info .bnr li {
    margin: 0;
  }
  .top_content .cmn_footer .info .bnr li:not(:last-of-type) {
    margin-bottom: 0.2rem;
  }
  .top_content .cmn_footer .info .facility {
    width: 100%;
    margin-top: 0.36rem;
  }
  .top_content .cmn_footer .info .facility li ~ li, .top_content .cmn_footer .info .facility li:nth-child(n+4) {
    margin-top: 0.25rem;
  }
  .top_content .cmn_footer .info .facility li:nth-child(3n+1), .top_content .cmn_footer .info .facility li:nth-child(3n+2), .top_content .cmn_footer .info .facility li:nth-child(3n+3) {
    width: 100%;
  }
  .top_content .cmn_footer .info .copyright {
    margin-top: 0.54rem;
  }
}

.about_page .breadcrumbs {
  color: #fff;
}
.about_page .breadcrumbs_wrap .arrow {
  fill: #fff;
}
.about_page .breadcrumbs_wrap a {
  color: #fff;
}

.about_mod_tit {
  display: flex;
}
.about_mod_tit .en {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 0.1em;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
}
.about_mod_tit .en::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 0.42rem;
  background: #1a1a1a;
  vertical-align: middle;
  margin: 0.1rem 0 0 -0.1rem;
}
.about_mod_tit .en::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .about_mod_tit .en {
    font-size: 0.16rem;
  }
}

.about_mod_txt {
  width: 6.36rem;
}
.about_mod_txt .en {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #0c633d;
  font-family: "Zen Old Mincho", serif;
}
.about_mod_txt .desc {
  letter-spacing: 0.04em;
  line-height: 2;
}
.about_mod_txt .desc:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .about_mod_txt {
    width: 100%;
  }
  .about_mod_txt .en {
    margin-bottom: 0.07rem;
    font-size: 0.2rem;
    letter-spacing: 0.08em;
  }
  .about_mod_txt .desc {
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .about_mod_txt .desc:not(:last-of-type) {
    margin-bottom: 1.4em;
  }
}

.about_fv {
  padding: 1.3rem 0 4.9rem;
  margin-top: -0.51rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(../img/about/fv_bg.jpg);
}
.about_fv .tit {
  text-align: center;
  color: #fff;
  text-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
}
.about_fv .tit .en {
  margin-bottom: 0.17rem;
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
}
.about_fv .tit .ja {
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-weight: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .about_fv {
    padding: 0.8rem 0 0.77rem;
    margin-top: -0.35rem;
    background-position: bottom;
  }
  .about_fv .tit .en {
    margin-bottom: 0.11rem;
    font-size: 0.2rem;
  }
  .about_fv .tit .ja {
    font-size: 0.24rem;
  }
}

.about_vision {
  position: relative;
}
.about_vision .container {
  margin-top: -3.45rem;
  padding: 1.2rem 1rem 1.6rem;
  border-radius: 0.2rem 0.2rem 0 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.about_vision .img {
  position: absolute;
  bottom: -0.8rem;
  left: calc(45% - 50vw);
  z-index: 1;
}
.about_vision .img img {
  width: 68vw;
}
@media screen and (max-width: 1200px) {
  .about_vision .img {
    left: -0.94rem;
  }
  .about_vision .img img {
    width: 67%;
  }
}
.about_vision .wrap {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.about_vision .about_mod_tit {
  margin-left: 0.12rem;
  display: flex;
}
.about_vision .about_mod_tit .en {
  margin-right: 0.48rem;
}
.about_vision .about_mod_tit .en::before {
  width: 0.63rem;
  height: 0.64rem;
  top: -0.32rem;
  left: -0.41rem;
  background-image: url(../img/about/vision_deco01.jpg);
}
.about_vision .about_mod_txt {
  padding-top: 0.5rem;
}
.about_vision .name {
  text-align: right;
  margin-top: -1.5em;
}
@media screen and (max-width: 767px) {
  .about_vision .container {
    margin-top: 0;
    padding: 0.62rem 0 0;
    border-radius: 0;
  }
  .about_vision .img {
    position: static;
    margin: -0.4rem calc(50% - 50vw) 0;
    width: 126vw;
  }
  .about_vision .img img {
    width: 100%;
  }
  .about_vision .wrap {
    display: block;
  }
  .about_vision .about_mod_tit {
    margin-left: 0.3rem;
  }
  .about_vision .about_mod_tit .en {
    margin-right: 0.77rem;
    padding-top: 0.13rem;
  }
  .about_vision .about_mod_tit .en::before {
    top: -0.2rem;
    left: -0.46rem;
  }
  .about_vision .about_mod_tit .ja {
    width: 1.04rem;
  }
  .about_vision .about_mod_txt {
    padding-top: 0.47rem;
  }
}

.about_vision_after {
  margin-top: 0.35rem;
  padding: 0.9rem 0 1.05rem;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
  border-radius: 0.2rem;
}
.about_vision_after .tit {
  margin-bottom: 0.67rem;
  padding-bottom: 0.11rem;
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0c633d;
  border-bottom: 0.02rem solid #1a1a1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.about_vision_after .img {
  width: 9.07rem;
  margin: 0 auto;
}
.about_vision_after .img img {
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .about_vision_after {
    margin-top: -0.2rem;
    padding: 0.45rem 0.1rem 0.1rem;
    border-radius: 0.1rem;
  }
  .about_vision_after .tit {
    margin-bottom: 0.3rem;
    padding-bottom: 0.05rem;
    font-size: 0.2rem;
  }
  .about_vision_after .img {
    width: 100%;
  }
  .about_vision_after .img img {
    border-radius: 0.1rem;
  }
}

.about_philosophy {
  padding: 1.45rem 0 0;
  position: relative;
}
.about_philosophy .container {
  padding: 0 1rem;
}
.about_philosophy .wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.about_philosophy .about_mod_tit {
  margin-right: 0.38rem;
  flex-flow: row-reverse;
}
.about_philosophy .about_mod_tit .en {
  margin-left: 0.44rem;
}
.about_philosophy .about_mod_tit .en::before {
  width: 0.45rem;
  height: 0.44rem;
  top: -0.23rem;
  right: -0.34rem;
  background-image: url(../img/about/philosophy_deco01.jpg);
}
.about_philosophy .about_mod_txt {
  padding-top: 0.31rem;
}
.about_philosophy .img {
  width: calc(100vw - 73.5%);
  height: 5.11rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about_philosophy .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem 0 0 0.2rem;
}
@media screen and (max-width: 1200px) {
  .about_philosophy .img {
    width: 3.78rem;
  }
}
@media screen and (max-width: 767px) {
  .about_philosophy {
    padding: 0.74rem 0 0;
  }
  .about_philosophy .container {
    padding: 0;
  }
  .about_philosophy .wrap {
    display: block;
  }
  .about_philosophy .about_mod_tit {
    margin-right: 0.38rem;
    flex-flow: nowrap;
  }
  .about_philosophy .about_mod_tit .en {
    padding-top: 0.12rem;
    margin-left: 0.3rem;
  }
  .about_philosophy .about_mod_tit .en::before {
    width: 0.45rem;
    height: 0.44rem;
    top: -0.1rem;
    right: -0.1rem;
    background-image: url(../img/about/philosophy_deco01.jpg);
  }
  .about_philosophy .about_mod_tit .ja {
    width: 0.6045rem;
    margin: 0 auto;
  }
  .about_philosophy .about_mod_txt {
    padding-top: 0.44rem;
  }
  .about_philosophy .img {
    width: 100vw;
    height: auto;
    position: static;
    margin: 0.75rem 0 0 -0.24rem;
  }
  .about_philosophy .img img {
    border-radius: 0;
  }
}

.about_movie {
  padding: 1.4rem 0 1.7rem;
}
.about_movie .container {
  padding: 0 1rem;
}
.about_movie .tit {
  padding-left: 0.08rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0c633d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
.about_movie .tit::before {
  content: "";
  width: 1.04rem;
  height: 1.04rem;
  position: absolute;
  z-index: -1;
  top: -0.6rem;
  left: -0.37rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/about/movie_deco01.jpg);
}
.about_movie .txt {
  padding-left: 0.08rem;
  margin-top: 0.43rem;
  font-size: 0.14rem;
  letter-spacing: 0.03em;
  line-height: 1.71;
}
.about_movie iframe {
  width: 100%;
  height: 5.1rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .about_movie {
    padding: 0.86rem 0 1rem;
  }
  .about_movie .container {
    padding: 0;
  }
  .about_movie .tit {
    padding-left: 0;
    font-size: 0.2rem;
  }
  .about_movie .tit::before {
    top: -0.6rem;
    left: -0.37rem;
  }
  .about_movie .txt {
    padding-left: 0;
    margin-top: 0.15rem;
    letter-spacing: 0.04em;
  }
  .about_movie iframe {
    width: 3.27rem;
    height: 1.84rem;
    margin-top: 0.3rem;
  }
}

.service_challenge {
  padding: 1.55rem 0 0;
}
.service_challenge .tit_wrap {
  text-align: center;
}
.service_challenge .tit {
  margin-bottom: 0.43rem;
  display: inline-block;
  position: relative;
}
.service_challenge .tit::before, .service_challenge .tit::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service_challenge .tit::before {
  width: 0.81rem;
  height: 0.9rem;
  bottom: 0.06rem;
  left: -0.9rem;
  background-image: url(../img/service/challenge_deco01.jpg);
}
.service_challenge .tit::after {
  width: 1.28rem;
  height: 1.28rem;
  top: -0.89rem;
  right: -0.16rem;
  background-image: url(../img/service/challenge_deco02.jpg);
}
.service_challenge .tit .en {
  margin-bottom: 0.34rem;
  font-size: 0.32rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0c633d;
  font-family: "Poppins", sans-serif;
}
.service_challenge .tit .en .gray {
  color: #989898;
}
.service_challenge .tit .ja {
  font-size: 0.24rem;
  letter-spacing: 0.03em;
  line-height: 1.58;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.service_challenge .service_challenge_slide {
  padding-bottom: 0.95rem;
  position: relative;
}
.service_challenge .swiper-wrapper {
  margin-left: -0.93rem;
}
.service_challenge .swiper-slide {
  height: 4.45rem;
  padding: 0.3rem 0.39rem 0.33rem;
  border-radius: 0.2rem;
  color: #fff;
}
.service_challenge .swiper-slide:nth-of-type(odd) {
  background-color: #baac5d;
}
.service_challenge .swiper-slide:nth-of-type(even) {
  margin-top: 0.4rem;
  background-color: #2cac74;
}
.service_challenge .num {
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
}
.service_challenge .num .strong {
  font-size: 0.24rem;
}
.service_challenge .img {
  margin: 0.14rem 0 0.17rem;
}
.service_challenge .img img {
  border-radius: 0.2rem;
}
.service_challenge .slide_tit {
  margin-bottom: 0.18rem;
  text-align: center;
  font-weight: 700;
}
.service_challenge .txt {
  font-size: 0.14rem;
  letter-spacing: -0.03em;
  line-height: 1.71;
}
.service_challenge .swiper-pagination-fraction {
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  bottom: 0 !important;
}
.service_challenge .swiper-pagination-current {
  padding-right: 0.05rem;
  position: relative;
}
.service_challenge .swiper-pagination-total {
  padding-left: 0.05rem;
  color: #989898;
}
.service_challenge .swiper-button-next,
.service_challenge .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  top: auto;
  bottom: -0.1rem !important;
  transition: opacity 0.4s;
  background: url(../img/service/arrow.svg) no-repeat center center/contain;
}
.service_challenge .swiper-button-next::after,
.service_challenge .swiper-button-prev::after {
  content: "";
}
.service_challenge .swiper-button-next:hover,
.service_challenge .swiper-button-prev:hover {
  opacity: 0.7;
}
.service_challenge .swiper-button-prev {
  left: 4.55rem;
}
.service_challenge .swiper-button-next {
  right: 4.55rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .service_challenge {
    padding: 0.9rem 0 0;
  }
  .service_challenge .tit {
    margin-bottom: 0.4rem;
  }
  .service_challenge .tit::before {
    width: 0.58rem;
    height: 0.64rem;
    bottom: 1.1rem;
    left: -0.4rem;
    background-image: url(../img/service/challenge_deco01.jpg);
  }
  .service_challenge .tit::after {
    width: 0.84rem;
    height: 0.84rem;
    top: -0.7rem;
    right: -0.16rem;
    background-image: url(../img/service/challenge_deco02_sp.jpg);
  }
  .service_challenge .tit .en {
    margin-bottom: 0.17rem;
    font-size: 0.24rem;
  }
  .service_challenge .tit .ja {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .service_challenge .service_challenge_slide {
    padding-bottom: 0.8rem;
  }
  .service_challenge .swiper-wrapper {
    margin-left: 0;
  }
  .service_challenge .swiper-slide {
    height: 4.63rem;
    padding: 0.3rem 0.23rem 0.33rem;
    border-radius: 0.2rem;
  }
  .service_challenge .num {
    padding-left: 0.16rem;
  }
  .service_challenge .img {
    height: 1.73rem;
    margin: 0.14rem 0 0.17rem;
  }
  .service_challenge .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
  }
  .service_challenge .swiper-pagination-fraction {
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    font-family: "Poppins", sans-serif;
    bottom: 0 !important;
  }
  .service_challenge .swiper-pagination-current {
    padding-left: 0.05rem;
  }
  .service_challenge .swiper-pagination-total {
    padding-right: 0.05rem;
    color: #989898;
  }
  .service_challenge .swiper-button-next,
  .service_challenge .swiper-button-prev {
    bottom: -0.1rem !important;
  }
  .service_challenge .swiper-button-prev {
    left: 0.6rem;
  }
  .service_challenge .swiper-button-next {
    right: 0.6rem;
  }
}

.service_movie {
  padding: 1.3rem 0 1.7rem;
}
.service_movie .container {
  padding: 0 1.27rem;
}
.service_movie .item:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.service_movie .tit {
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0c633d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
.service_movie .tit::before {
  content: "";
  width: 1.04rem;
  height: 1.04rem;
  position: absolute;
  z-index: -1;
  top: -0.6rem;
  left: -0.37rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/about/movie_deco01.jpg);
}
.service_movie .txt {
  margin-top: 0.43rem;
  font-size: 0.14rem;
  letter-spacing: 0.03em;
  line-height: 1.71;
}
.service_movie iframe {
  width: 100%;
  height: 5.1rem;
  margin-top: 0.3rem;
}
.service_movie video {
  width: 100%;
  height: 5.1rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .service_movie {
    padding: 1.03rem 0 1rem;
  }
  .service_movie .container {
    padding: 0;
  }
  .service_movie .item:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
  .service_movie .tit {
    font-size: 0.2rem;
  }
  .service_movie .tit::before {
    width: 0.69rem;
    height: 0.69rem;
    top: -0.4rem;
    left: -0.37rem;
    background-image: url(../img/about/movie_deco01.jpg);
  }
  .service_movie .txt {
    margin-top: 0.15rem;
    letter-spacing: 0.04em;
  }
  .service_movie iframe {
    height: 49vw;
    margin-top: 0.17rem;
  }
  .service_movie video {
    height: 49vw;
    margin-top: 0.17rem;
  }
}

.sort {
  margin: 1.5rem auto 0.55rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.sort .category_lists {
  width: 8rem;
  margin-left: -0.08rem;
  display: flex;
  flex-wrap: wrap;
}
.sort .category_lists li {
  margin: 0 0.075rem 0.075rem;
}
.sort .category_lists li a {
  min-width: 1.3rem;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #0c633d;
  border-radius: 10rem;
  font-size: 0.14rem;
  font-weight: 500;
  padding: 0.17rem 0.1rem 0.18rem;
  letter-spacing: 0.05em;
  opacity: 0.35;
  transition: opacity 0.4s;
}
.sort .category_lists li a.current {
  opacity: 1;
}
.sort .category_lists li a:hover {
  opacity: 1;
}
.sort .archive_select select {
  padding: 0 0.2rem;
  width: 2.45rem;
  height: 0.5rem;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 0.05rem;
  border: 1px solid #cecece;
  appearance: none;
  background-position: right 0.2rem center;
  background-repeat: no-repeat;
  background-size: 0.15rem 0.09rem;
  background-image: url(../img/news/select_arrow.svg);
  background-color: #fff;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .sort {
    margin: 0.8rem auto 0.34rem;
    display: block;
  }
  .sort .category_lists {
    width: 105%;
    margin: 0.4rem -0.1rem 0 -0.1rem;
  }
  .sort .category_lists li {
    margin: 0 0.07rem 0.077rem;
  }
  .sort .category_lists li a {
    min-width: 1rem;
    font-size: 0.12rem;
    padding: 0.14rem 0.1rem 0.14rem;
  }
  .sort .archive_select select {
    width: 3.27rem;
  }
}

.news_list {
  padding: 0 0 1.48rem;
}
.news_list .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_list .lists::after {
  content: "";
  display: block;
  width: 3.46rem;
}
.news_list .lists li {
  margin-bottom: 0.96rem;
}
.news_list .wp-pagenavi {
  margin-top: 0.42rem;
  text-align: center;
  position: relative;
}
.news_list .wp-pagenavi a {
  transition: opacity 0.4s;
}
.news_list .wp-pagenavi a:hover {
  opacity: 0.7;
}
.news_list .wp-pagenavi a,
.news_list .wp-pagenavi span {
  display: inline-block;
  width: 0.4rem;
  line-height: 0.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.news_list .wp-pagenavi .current {
  color: #fff;
  position: relative;
}
.news_list .wp-pagenavi .current::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0c633d;
  border-radius: 50%;
}
.news_list .wp-pagenavi .previouspostslink,
.news_list .wp-pagenavi .nextpostslink {
  display: block;
  position: absolute;
  width: 0.28rem;
  height: 0.14rem;
  top: calc(50% - 0.07rem);
  transition: opacity 0.4s;
  background: url(../img/news/arrow.svg) no-repeat center center/contain;
}
.news_list .wp-pagenavi .previouspostslink::after,
.news_list .wp-pagenavi .nextpostslink::after {
  content: "";
}
.news_list .wp-pagenavi .previouspostslink:hover,
.news_list .wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}
.news_list .wp-pagenavi .previouspostslink {
  left: 0;
}
.news_list .wp-pagenavi .nextpostslink {
  right: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .news_list {
    padding: 0 0 1.06rem;
  }
  .news_list .lists {
    display: block;
  }
  .news_list .lists::after {
    content: none;
  }
  .news_list .lists li {
    margin-bottom: 0.45rem;
  }
  .news_list .wp-pagenavi {
    margin-top: 0.55rem;
  }
  .news_list .wp-pagenavi a,
  .news_list .wp-pagenavi span {
    width: 0.3rem;
    line-height: 0.3rem;
  }
}

.news_detail {
  padding: 1.05rem 0 1.45rem;
}
.news_detail .f_sec {
  padding-bottom: 0.08rem;
  margin-bottom: 0.2rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news_detail .f_sec .wrap {
  width: 10rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_detail .f_sec .date {
  margin-right: 0.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #7e7e7e;
}
.news_detail .f_sec .cate {
  padding: 0.05rem;
  margin-bottom: 0.05rem;
  min-width: 0.9rem;
  font-size: 0.12rem;
  text-align: center;
  color: #0c633d;
  border: 1px solid #0c633d;
  border-radius: 10rem;
}
.news_detail .f_sec .cate:not(:last-of-type) {
  margin-right: 0.1rem;
}
.news_detail .f_sec .tit {
  width: 10rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 2.5;
  color: #2b2b2b;
}
.news_detail .f_sec .icon_lists {
  position: absolute;
  display: flex;
  right: 0;
  top: 0.4rem;
}
.news_detail .f_sec .icon_lists li a {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
}
.news_detail .f_sec .icon_lists li a svg {
  transition: 0.4s;
  fill: #1a1a1a;
}
.news_detail .f_sec .icon_lists li a:hover {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.news_detail .f_sec .icon_lists li a:hover svg {
  fill: #fff;
}
.news_detail .f_sec .icon_lists li:not(:last-of-type) {
  margin-right: 0.2rem;
}
.news_detail .btn {
  margin-top: 1.5rem;
  clear: both;
}
.news_detail .btn .mod_btn01 {
  width: 2.68rem;
  margin: 1.4rem auto 0;
}
.news_detail .btn .mod_btn01 .arrow {
  top: 0.04rem;
  right: auto;
  left: 0.18rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .news_detail {
    padding: 0.73rem 0 1rem;
  }
  .news_detail .f_sec {
    padding-bottom: 0.12rem;
    margin-bottom: 0.24rem;
  }
  .news_detail .f_sec .wrap {
    width: 2.3rem;
  }
  .news_detail .f_sec .date {
    font-size: 0.16rem;
  }
  .news_detail .f_sec .tit {
    width: 100%;
    margin-top: 0.15rem;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .news_detail .f_sec .icon_lists {
    right: 0;
    top: -0.08rem;
  }
  .news_detail .f_sec .icon_lists li:not(:last-of-type) {
    margin-right: 0.1rem;
  }
  .news_detail .btn {
    margin-top: 0.75rem;
  }
  .news_detail .btn .mod_btn01 {
    width: 100%;
    margin: 0.44rem auto 0;
  }
}

.post_content h1 {
  font-size: 0.24rem;
  letter-spacing: 0.03em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h2 {
  font-size: 0.22rem;
  letter-spacing: 0.03em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h3 {
  font-size: 0.2rem;
  letter-spacing: 0.03em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h4 {
  font-size: 0.18rem;
  letter-spacing: 0.03em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h5 {
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h6 {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content p {
  margin: 0 0 2.5em;
  font-size: 0.16rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.post_content img {
  max-width: 100%;
  max-width: 7.66rem;
  height: auto;
}

.post_content img.alignleft {
  float: left;
  display: block;
  margin: 0 1em 1em 0;
}

.post_content img.alignright {
  float: right;
  display: block;
  margin: 0 0 1em 1em;
}

.post_content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.post_content iframe {
  max-width: 100%;
  width: 7.66rem;
  height: 4.32rem;
}

.post_content iframe.alignleft {
  float: left;
  display: block;
  margin: 0 1em 1em 0;
}

.post_content iframe.alignright {
  float: right;
  display: block;
  margin: 0 0 1em 1em;
}

.post_content iframe.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.post_content .wp-block-embed.aligncenter {
  display: table;
  margin: 0.6rem auto 1em;
}

.post_content a {
  text-decoration: underline;
}

.post_content em {
  font-style: italic;
}

.post_content blockquote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p {
  margin-bottom: 0;
}

.post_content blockquote p ~ p {
  margin-top: 1em;
}

.post_content ul,
.post_content ol {
  margin: 1em 0 1em 1em;
}

.post_content ul li {
  list-style: outside disc;
}

.post_content ol li {
  list-style: outside decimal;
}

.post_content .wp-block-table thead {
  border-bottom: none;
}

.post_content .wp-block-table th,
.post_content .wp-block-table td {
  padding: 0.8em;
  font-weight: 400;
  border: 1px solid #707070;
  line-height: 1.5;
}

.post_content .wp-block-table th {
  color: #fff;
  background-color: #989898;
}

.post_content .wp-block-table td {
  color: #000;
}

.post_content .wp-block-image .aligncenter {
  margin-top: 0.6rem;
}

.post_content .wp-block-image figcaption {
  margin-bottom: 0.4em;
  margin-top: 1em;
}

.post_content .wp-element-caption {
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .post_content h1 {
    font-size: 0.24rem;
    letter-spacing: 0.03em;
    margin: 0 0 1.2em;
    line-height: 1.5;
  }
  .post_content h2 {
    font-size: 0.22rem;
    letter-spacing: 0.03em;
    margin: 0 0 1.2em;
    line-height: 1.5;
  }
  .post_content h3 {
    font-size: 0.2rem;
    letter-spacing: 0.03em;
    margin: 0 0 1.2em;
    line-height: 1.5;
  }
  .post_content h4 {
    font-size: 0.18rem;
    letter-spacing: 0.03em;
    margin: 0 0 1.2em;
    line-height: 1.5;
  }
  .post_content h5 {
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    margin: 0 0 1.2em;
    line-height: 1.5;
  }
  .post_content h6 {
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    margin: 0 0 1.2em;
    line-height: 1.5;
  }
  .post_content p {
    margin: 0 0 2.5em;
    font-size: 0.14rem;
    line-height: 1.875;
    letter-spacing: 0.03em;
  }
  .post_content img {
    max-width: 100%;
    height: auto;
  }
  .post_content img.alignleft {
    float: left;
    display: block;
    margin: 0 1em 1em 0;
  }
  .post_content img.alignright {
    float: right;
    display: block;
    margin: 0 0 1em 1em;
  }
  .post_content img.aligncenter {
    display: block;
    margin: 0 auto 1em;
  }
  .post_content iframe {
    max-width: 100%;
    width: 100%;
    height: 49vw;
  }
  .post_content iframe.alignleft {
    float: left;
    display: block;
    margin: 0 1em 1em 0;
  }
  .post_content iframe.alignright {
    float: right;
    display: block;
    margin: 0 0 1em 1em;
  }
  .post_content iframe.aligncenter {
    display: block;
    margin: 0 auto 1em;
  }
  .post_content a {
    text-decoration: underline;
  }
  .post_content em {
    font-style: italic;
  }
  .post_content blockquote {
    background: #f1f1f1;
    padding: 1em;
    margin: 1em auto;
  }
  .post_content blockquote p {
    margin-bottom: 0;
  }
  .post_content blockquote p ~ p {
    margin-top: 1em;
  }
  .post_content ul,
  .post_content ol {
    margin: 1em 0 1em 1em;
  }
  .post_content ul li {
    list-style: outside disc;
  }
  .post_content ol li {
    list-style: outside decimal;
  }
  .post_content .wp-block-image .aligncenter {
    margin-top: 0.35rem;
  }
  .post_content .wp-block-image figcaption {
    margin-top: 0.7em;
  }
}
.recruit_mod_tit {
  display: inline-block;
  padding-left: 0.63rem;
  margin-bottom: 0.37rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0c633d;
  position: relative;
}
.recruit_mod_tit::after {
  content: "";
  width: 0.99rem;
  height: 0.52rem;
  position: absolute;
  z-index: -1;
  top: calc(50% - 0.26rem);
  right: -0.86rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .recruit_mod_tit {
    padding-left: 0.42rem;
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .recruit_mod_tit::after {
    width: 0.78rem;
    height: 0.42rem;
    top: calc(50% - 0.21rem);
    right: -0.68rem;
  }
}

.v_txt_wrap {
  position: absolute;
  left: 0.1rem;
}
.v_txt_wrap .v_txt {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 0.1em;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
}
.v_txt_wrap .v_txt::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 0.42rem;
  background: #1a1a1a;
  vertical-align: middle;
  margin: 0.1rem 0 0 -0.1rem;
}
@media screen and (max-width: 767px) {
  .v_txt_wrap {
    top: -0.03rem;
    left: 0.1rem;
  }
  .v_txt_wrap .v_txt {
    font-size: 0.16rem;
  }
  .v_txt_wrap .v_txt::after {
    margin: 0.1rem 0 0 -0.1rem;
  }
}

.recruit_mod_txt {
  padding-left: 1.12rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruit_mod_txt {
    padding-left: 0.42rem;
    line-height: 1.71;
  }
}

.recruit_possibility {
  margin: 1.1rem auto 1.32rem;
  position: relative;
}
.recruit_possibility .recruit_mod_tit::after {
  background-image: url(../img/recruit/deco01.jpg);
}
@media screen and (max-width: 767px) {
  .recruit_possibility {
    margin: 0.7rem auto 0.67rem;
  }
}

.recruit_works {
  margin: 0 auto 1.32rem;
  position: relative;
}
.recruit_works .recruit_mod_tit::after {
  background-image: url(../img/recruit/deco02.jpg);
}
@media screen and (max-width: 767px) {
  .recruit_works {
    margin: 0 auto 0.68rem;
  }
}

.recruit_job {
  margin: 0 auto 1.1rem;
  position: relative;
}
.recruit_job .recruit_mod_tit::after {
  background-image: url(../img/recruit/deco03.jpg);
}
.recruit_job .lists {
  margin-left: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_job .lists .item {
  width: 4.8rem;
  margin-bottom: 0.38rem;
}
.recruit_job .lists .item01 .child_lists:nth-of-type(1) {
  width: 0.78rem;
}
.recruit_job .lists .item01 .child_lists:nth-of-type(2) {
  width: calc(100% - 0.78rem);
}
.recruit_job .lists .item02 .child_lists:nth-of-type(1) {
  width: 1.33rem;
}
.recruit_job .lists .item02 .child_lists:nth-of-type(2) {
  width: calc(100% - 1.33rem);
}
.recruit_job .lists .item03 .child_lists:nth-of-type(1) {
  width: 1.32rem;
}
.recruit_job .lists .item03 .child_lists:nth-of-type(2) {
  width: calc(100% - 1.32rem);
}
.recruit_job .lists .item04 .child_lists:nth-of-type(1) {
  width: 1.33rem;
}
.recruit_job .lists .item04 .child_lists:nth-of-type(2) {
  width: calc(100% - 1.33rem);
}
.recruit_job .lists .item05 .child_lists:nth-of-type(1) {
  width: 1.35rem;
}
.recruit_job .lists .item05 .child_lists:nth-of-type(2) {
  width: 53%;
  margin-left: -0.2rem;
}
.recruit_job .list_tit {
  width: 100%;
  margin-bottom: 0.1rem;
  line-height: 0.39rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #0c633d;
}
.recruit_job .list_tit .num {
  margin: 0 0.17rem 0 0.14rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
}
.recruit_job .wrap {
  display: flex;
  justify-content: space-between;
}
.recruit_job .child_lists_wrap {
  padding-top: 0.13rem;
  display: flex;
}
.recruit_job .child_lists {
  width: 2.3rem;
}
.recruit_job .child_lists li {
  padding-left: 0.17rem;
  margin-bottom: 0.23rem;
  font-weight: 500;
  position: relative;
}
.recruit_job .child_lists li::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 0.055rem;
  left: 0;
  border-radius: 50%;
  background-color: #0c633d;
}
.recruit_job .img_wrap {
  width: 2.36rem;
  display: flex;
  justify-content: space-between;
}
.recruit_job .img_wrap .img {
  width: 1.15rem;
  height: 1.15rem;
  background-color: #ccc;
  border-radius: 0.05rem;
}
.recruit_job .img_wrap .img img {
  width: 100%;
  border-radius: 0.05rem;
}
@media screen and (max-width: 767px) {
  .recruit_job {
    margin: 0 auto 0.85rem;
  }
  .recruit_job .recruit_mod_tit::after {
    background-image: url(../img/recruit/deco03.jpg);
  }
  .recruit_job .lists {
    margin-left: 0.43rem;
    display: block;
  }
  .recruit_job .lists .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .recruit_job .lists .item01 .child_lists:nth-of-type(1) {
    width: 0.78rem;
  }
  .recruit_job .lists .item01 .child_lists:nth-of-type(2) {
    width: calc(100% - 0.78rem);
  }
  .recruit_job .lists .item02 .child_lists:nth-of-type(1) {
    width: 1.33rem;
  }
  .recruit_job .lists .item02 .child_lists:nth-of-type(2) {
    width: calc(100% - 1.33rem);
  }
  .recruit_job .lists .item03 .child_lists:nth-of-type(1) {
    width: 1.32rem;
  }
  .recruit_job .lists .item03 .child_lists:nth-of-type(2) {
    width: calc(100% - 1.32rem);
  }
  .recruit_job .lists .item04 .child_lists:nth-of-type(1) {
    width: 1.33rem;
  }
  .recruit_job .lists .item04 .child_lists:nth-of-type(2) {
    width: calc(100% - 1.33rem);
  }
  .recruit_job .lists .item05 .child_lists:nth-of-type(1) {
    width: 1.35rem;
  }
  .recruit_job .lists .item05 .child_lists:nth-of-type(2) {
    width: 53%;
    margin-left: -0.2rem;
  }
  .recruit_job .list_tit {
    margin-bottom: 0;
    line-height: 0.36rem;
    font-size: 0.16rem;
  }
  .recruit_job .list_tit .num {
    margin: 0 0.17rem 0 0.14rem;
  }
  .recruit_job .wrap {
    display: block;
  }
  .recruit_job .child_lists_wrap {
    padding-top: 0.13rem;
    display: flex;
  }
  .recruit_job .child_lists {
    width: 2.3rem;
  }
  .recruit_job .child_lists li {
    padding-left: 0.17rem;
    margin-bottom: 0.17rem;
  }
  .recruit_job .child_lists li::before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    top: 0.055rem;
    left: 0;
    border-radius: 50%;
    background-color: #0c633d;
  }
  .recruit_job .img_wrap {
    width: 100%;
  }
  .recruit_job .img_wrap .img {
    width: 1.37rem;
    height: 1.37rem;
  }
}

.recruit_info {
  padding: 0 0 1.35rem;
}
.recruit_info .content {
  padding: 1.08rem 1.08rem 0.95rem;
  border-radius: 0.2rem;
  background-color: #f4f4f4;
}
.recruit_info .tit {
  margin-bottom: 0.57rem;
  text-align: center;
  font-size: 0.24rem;
  letter-spacing: 0.03em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0c633d;
}
.recruit_info .summary01 {
  text-align: center;
}
.recruit_info .summary01 .catch {
  padding: 0.4rem 0 0.36rem;
  margin-bottom: 0.46rem;
  border-radius: 0.16rem;
  font-size: 0.24rem;
  font-weight: 700;
  color: #2b2b2b;
  background-color: #fff;
}
.recruit_info .summary01 .txt {
  font-size: 0.24rem;
  letter-spacing: 0.03em;
  line-height: 1.58;
  font-weight: 700;
  color: #0c633d;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.recruit_info .summary01 .txt a {
  color: #4990c4;
  text-decoration: underline;
}
.recruit_info .summary02 .date {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #7e7e7e;
}
.recruit_info .summary02 .summary_tit {
  margin-top: 0.18rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.75;
  color: #2b2b2b;
}
.recruit_info .summary02 .lists {
  margin-top: 0.34rem;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
}
.recruit_info .summary02 .lists dt,
.recruit_info .summary02 .lists dd {
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 1px solid #c9c9c9;
}
.recruit_info .summary02 .lists dt {
  width: 1.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}
.recruit_info .summary02 .lists dt::before {
  content: "";
  width: 1px;
  height: calc(100% - 0.2rem);
  position: absolute;
  right: 0;
  background-color: #c9c9c9;
}
.recruit_info .summary02 .lists dd {
  width: calc(100% - 1.7rem);
  padding: 0.31rem 0.35rem 0.31rem 0.4rem;
}
.recruit_info .summary02 .lists dd p:not(:last-of-type) {
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 767px) {
  .recruit_info {
    padding: 0 0 1rem;
  }
  .recruit_info .content {
    width: 100vw;
    padding: 0.63rem 0.24rem 0.55rem;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
  .recruit_info .tit {
    margin-bottom: 0.26rem;
    font-size: 0.2rem;
  }
  .recruit_info .summary01 .catch {
    padding: 0.24rem 0 0.2rem;
    margin-bottom: 0.18rem;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .recruit_info .summary01 .txt {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .recruit_info .summary02 .summary_tit {
    font-size: 0.2rem;
  }
  .recruit_info .summary02 .lists {
    display: block;
  }
  .recruit_info .summary02 .lists dt,
  .recruit_info .summary02 .lists dd {
    letter-spacing: 0.05em;
    line-height: 1.71;
    border-bottom: none;
  }
  .recruit_info .summary02 .lists dt {
    width: 100%;
    padding-top: 0.16rem;
    margin-bottom: 0.07rem;
    display: block;
  }
  .recruit_info .summary02 .lists dt::before {
    content: none;
  }
  .recruit_info .summary02 .lists dd {
    width: 100%;
    padding: 0 0 0.18rem 0;
    border-bottom: 1px solid #c9c9c9;
  }
  .recruit_info .summary02 .lists dd p:not(:last-of-type) {
    margin-bottom: 2em;
  }
}

.company_mod_tit {
  padding-left: 0.63rem;
  margin-bottom: 0.46rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0c633d;
}
@media screen and (max-width: 767px) {
  .company_mod_tit {
    padding-left: 0.42rem;
    margin-bottom: 0.24rem;
    font-size: 0.2rem;
  }
}

.v_txt_wrap {
  position: absolute;
}
.v_txt_wrap .v_txt {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 0.1em;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
}
.v_txt_wrap .v_txt::before {
  content: "";
  width: 1.04rem;
  height: 1.04rem;
  position: absolute;
  z-index: -1;
  top: -0.6rem;
  right: -0.4rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.v_txt_wrap .v_txt::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 0.42rem;
  background: #1a1a1a;
  vertical-align: middle;
  margin: 0.1rem 0 0 -0.1rem;
}
@media screen and (max-width: 767px) {
  .v_txt_wrap .v_txt {
    font-size: 0.16rem;
  }
  .v_txt_wrap .v_txt::before {
    width: 0.69rem;
    height: 0.69rem;
    top: -0.42rem;
    right: -0.1rem;
  }
  .v_txt_wrap .v_txt::after {
    margin: 0.1rem 0 0 -0.1rem;
  }
}

.mod_content {
  padding: 0 1.12rem;
}
.mod_content .catch {
  margin-bottom: 0.33rem;
  font-size: 0.24rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.03em;
  color: #0c633d;
}
.mod_content .mod_txt {
  line-height: 2;
}
.mod_content .mod_txt p:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .mod_content {
    padding: 0 0 0 0.42rem;
  }
  .mod_content .catch {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
  }
  .mod_content .mod_txt {
    line-height: 1.71;
    letter-spacing: 0.04em;
  }
  .mod_content .mod_txt p:not(:last-of-type) {
    margin-bottom: 1.6em;
  }
}

.company_message {
  margin: 1.12rem auto 0;
  position: relative;
}
.company_message .v_txt::before {
  background-image: url(../img/company/deco01.jpg);
}
.company_message .sign {
  margin-top: 0.54rem;
  text-align: right;
}
.company_message .sign .logo img {
  width: 1.09rem;
}
.company_message .sign .name {
  margin-top: 0.17rem;
  font-size: 0.2rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
.company_message .mod_txt {
  font-family: "Klee One", cursive;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .company_message {
    margin: 0.69rem auto 0;
  }
  .company_message .sign {
    margin-top: 0.3rem;
  }
  .company_message .sign .logo img {
    width: 0.93rem;
  }
  .company_message .sign .name {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
  }
}

.company_action {
  margin: 0.64rem auto 1.75rem;
  position: relative;
}
.company_action .v_txt::before {
  background-image: url(../img/company/deco02.jpg);
}
.company_action .catch {
  display: inline-block;
  position: relative;
}
.company_action .catch::after {
  content: "";
  width: 0.53rem;
  height: 0.53rem;
  position: absolute;
  z-index: -1;
  top: calc(50% - 0.265rem);
  right: -0.41rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/company/deco03.jpg);
}
.company_action .lists {
  padding: 0.48rem 0.95rem 0.65rem 1.08rem;
  margin-top: 0.65rem;
  border: 1px solid #707070;
  position: relative;
}
.company_action .lists::before, .company_action .lists::after {
  content: "";
  width: 8.6rem;
  height: 0.1rem;
  position: absolute;
  left: calc(50% - 4.3rem);
  background-color: #fff;
}
.company_action .lists::before {
  top: -0.05rem;
}
.company_action .lists::after {
  bottom: -0.05rem;
}
.company_action .lists li {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.company_action .lists li:not(:last-of-type) {
  margin-bottom: 0.57rem;
}
.company_action .list_tit {
  margin-bottom: 0.17rem;
  font-size: 0.32rem;
  color: #0c633d;
}
.company_action .desc {
  font-size: 0.2rem;
}
@media screen and (max-width: 767px) {
  .company_action {
    margin: 0.24rem auto 0.78rem;
  }
  .company_action .catch::after {
    width: 0.39rem;
    height: 0.39rem;
    top: calc(50% - 0.195rem);
    right: -0.3rem;
  }
  .company_action .lists {
    padding: 0.54rem 0 0.5rem 0rem;
    margin-top: 0.3rem;
  }
  .company_action .lists::before, .company_action .lists::after {
    width: 0.1rem;
    height: calc(100% - 0.3rem);
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .company_action .lists::before {
    left: -0.09rem;
  }
  .company_action .lists::after {
    bottom: auto;
    right: -0.09rem;
  }
  .company_action .lists li:not(:last-of-type) {
    margin-bottom: 0.46rem;
  }
  .company_action .list_tit {
    margin-bottom: 0.04rem;
    font-size: 0.24rem;
    letter-spacing: 0.12em;
  }
  .company_action .desc {
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
}

.company_summary .content {
  padding: 1.08rem 1.08rem 1.17rem;
  border-radius: 0.2rem;
  background-color: #f4f4f4;
}
.company_summary .content .tit {
  margin-bottom: 0.7rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0c633d;
}
.company_summary .content .lists {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
}
.company_summary .content .lists dt,
.company_summary .content .lists dd {
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 1px solid #c9c9c9;
}
.company_summary .content .lists dt {
  width: 1.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}
.company_summary .content .lists dt::before {
  content: "";
  width: 1px;
  height: calc(100% - 0.2rem);
  position: absolute;
  right: 0;
  background-color: #c9c9c9;
}
.company_summary .content .lists dd {
  width: calc(100% - 1.7rem);
  padding: 0.31rem 0.35rem 0.31rem 0.4rem;
}
.company_summary .content .lists dd p:not(:last-of-type) {
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 767px) {
  .company_summary .content {
    width: 100vw;
    padding: 0.75rem 0.24rem 0.74rem;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
  .company_summary .content .tit {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
  }
  .company_summary .content .lists {
    display: block;
  }
  .company_summary .content .lists dt,
  .company_summary .content .lists dd {
    letter-spacing: 0.05em;
    line-height: 1.71;
    border-bottom: none;
  }
  .company_summary .content .lists dt {
    width: 100%;
    padding-top: 0.16rem;
    margin-bottom: 0.07rem;
    display: block;
  }
  .company_summary .content .lists dt::before {
    content: none;
  }
  .company_summary .content .lists dd {
    width: 100%;
    padding: 0 0 0.18rem 0;
    border-bottom: 1px solid #c9c9c9;
  }
  .company_summary .content .lists dd p:not(:last-of-type) {
    margin-bottom: 2em;
  }
}

.company_history {
  padding: 0.8rem 0 1.3rem;
}
.company_history .tit {
  margin-bottom: 0.4rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0c633d;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.company_history .lists {
  width: 7.3rem;
  margin: 0 auto;
  position: relative;
}
.company_history .lists::before {
  content: "";
  width: 0.02rem;
  height: calc(100% + 0.22rem);
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 0.45rem;
  background-color: #d3d3d3;
}
.company_history .lists li {
  display: flex;
  align-items: center;
}
.company_history .lists li:not(:last-of-type) {
  margin-bottom: 0.18rem;
}
.company_history .year {
  width: 0.9rem;
  height: 0.9rem;
  padding-top: 0.05rem;
  margin-right: 0.3rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.03em;
  line-height: 1.375;
  font-weight: 700;
  border-radius: 50%;
  color: #0c633d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 1px solid #0c633d;
  background-color: #fff;
}
.company_history .txt {
  display: flex;
  align-items: center;
}
.company_history .month {
  width: 0.9rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #0c633d;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.company_history .list_tit {
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #171717;
}
@media screen and (max-width: 767px) {
  .company_history {
    padding: 0.88rem 0 0.85rem;
  }
  .company_history .tit {
    margin-bottom: 0.34rem;
    font-size: 0.2rem;
  }
  .company_history .lists {
    width: 100%;
    padding: 0 0.24rem;
  }
  .company_history .lists::before {
    height: calc(100% + 0.15rem);
    left: 0.61rem;
  }
  .company_history .lists li {
    align-items: flex-start;
  }
  .company_history .lists li:not(:last-of-type) {
    margin-bottom: 0.18rem;
  }
  .company_history .year {
    width: 0.74rem;
    height: 0.74rem;
    padding-top: 0.05rem;
    margin-right: 0.16rem;
    line-height: 1.28;
  }
  .company_history .txt {
    padding-top: 0.07rem;
    display: block;
    width: calc(100% - 0.9rem);
  }
  .company_history .month {
    margin-bottom: 0.05rem;
  }
  .company_history .list_tit {
    line-height: 1.71;
  }
}

.company_access {
  padding: 1.07rem 0 1.4rem;
  background-color: #f4f4f4;
}
.company_access .tit {
  margin-bottom: 0.74rem;
  text-align: center;
  font-size: 0.24rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0c633d;
}
.company_access .wrap {
  display: flex;
  justify-content: space-between;
}
.company_access .item {
  width: 5.35rem;
}
.company_access .img {
  margin-bottom: 0.15rem;
}
.company_access .txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.company_access .notes {
  margin-top: 0.14rem;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}
.company_access .btn a {
  width: 1.72rem;
  line-height: 0.51rem;
  display: block;
  margin-top: 0.23rem;
  padding-left: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #707070;
  background-color: #fff;
  transition: 0.4s;
}
.company_access .btn a svg {
  transition: 0.4s;
}
.company_access .btn a .icon {
  position: absolute;
  width: 0.18rem;
  top: 0.05rem;
  right: 0.23rem;
}
.company_access .btn a:hover {
  color: #fff;
  background-color: #000;
}
.company_access .btn a:hover svg {
  fill: #fff;
}
.company_access .lists {
  display: flex;
  flex-wrap: wrap;
}
.company_access .lists dt,
.company_access .lists dd {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.company_access .lists dt {
  width: 1.03rem;
}
.company_access .lists dd {
  width: calc(100% - 1.03rem);
}
@media screen and (max-width: 767px) {
  .company_access {
    padding: 0.74rem 0 0.8rem;
  }
  .company_access .tit {
    margin-bottom: 0.41rem;
    font-size: 0.2rem;
  }
  .company_access .wrap {
    display: block;
  }
  .company_access .item {
    width: 100%;
  }
  .company_access .item:not(:last-of-type) {
    margin-bottom: 0.6rem;
  }
  .company_access .img {
    margin-bottom: 0.15rem;
  }
  .company_access .txt {
    letter-spacing: 0.04em;
    line-height: 1.71;
    margin-right: -2em;
  }
  .company_access .notes {
    margin-top: 0.14rem;
    font-size: 0.12rem;
  }
  .company_access .btn a {
    font-size: 0.16rem;
    margin: 0 auto;
    margin-top: 0.27rem;
    padding-left: 0.22rem;
  }
  .company_access .lists dt,
  .company_access .lists dd {
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .company_access .lists dt {
    width: 0.9rem;
  }
  .company_access .lists dd {
    width: calc(100% - 0.9rem);
  }
}

.contact_page .mod_under_fv .tit {
  padding: 1.5rem 0 1.3rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_page .mod_under_fv .tit {
    padding: 0.46rem 0 0.76rem;
  }
}

.contact_sec {
  padding: 0 0 1.85rem;
  border-bottom: 1px solid #cecece;
}
.contact_sec .content {
  padding: 1.02rem 1.1rem 1.03rem;
  background-color: #f4f4f4;
  border-radius: 0.18rem;
}
.contact_sec .txt {
  margin-bottom: 1.07rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.contact_sec .has_error {
  display: none;
  margin: -0.34rem 0 0.37rem;
  padding: 0.25rem 0 0.27rem 1.35rem;
  letter-spacing: 0.05em;
  color: #e23223;
  background-color: #fcdedd;
  border: 0.02rem solid #e23223;
  position: relative;
}
.contact_sec .has_error::before {
  content: "";
  width: 0.35rem;
  height: 0.31rem;
  position: absolute;
  top: calc(50% - 0.155rem);
  left: 0.92rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/contact/em_icon.png);
}
.contact_sec .lists dt {
  margin-bottom: 0.19rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222;
}
.contact_sec .lists dt .req {
  text-align: right;
  padding: 0.03rem 0.07rem;
  font-size: 0.14rem;
  font-weight: 500;
  color: #fff;
  background-color: #0c633d;
}
.contact_sec .lists dd:not(:last-of-type) {
  margin-bottom: 0.52rem;
}
.contact_sec .lists dd .error {
  margin-top: 0.05rem;
  font-size: 0.12rem;
  color: #e23223;
}
.contact_sec .lists dd .error::before {
  content: "※";
}
.contact_sec .lists input[type=text],
.contact_sec .lists input[type=tel],
.contact_sec .lists input[type=email] {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.2rem;
  border: none;
  border-radius: 0.06rem;
  background-color: #fff;
}
.contact_sec .lists input::placeholder {
  font-size: 0.14rem;
  color: #cecece;
}
.contact_sec .lists textarea {
  width: 100%;
  height: 1.8rem;
  padding: 0.2rem;
  border: none;
  border-radius: 0.06rem;
  background-color: #fff;
}
.contact_sec .lists .address {
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
}
.contact_sec .lists .address input[type=text] {
  width: 0.87rem;
}
.contact_sec .lists .address .post {
  margin-right: 0.13rem;
}
.contact_sec .lists .address .hyphen {
  margin: 0 0.1rem;
}
.contact_sec .lists .item_wrap {
  display: flex;
}
.contact_sec .lists .item_wrap div {
  cursor: pointer;
  transition: opacity 0.4s;
}
.contact_sec .lists .item_wrap div input,
.contact_sec .lists .item_wrap div label {
  cursor: pointer;
}
.contact_sec .lists .item_wrap div:hover {
  opacity: 0.7;
}
.contact_sec .lists .item_wrap div:not(:last-of-type) {
  margin-right: 0.53rem;
}
.contact_sec .lists .item_wrap .horizontal-item + .horizontal-item {
  margin-left: 0.5rem;
}
.contact_sec .submit_btn {
  margin-top: 0.85rem;
  text-align: center;
}
.contact_sec .submit_btn input {
  width: 2.68rem;
  line-height: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1a1a1a;
  border-radius: 0.3rem;
  border: 1px solid #1a1a1a;
  transition: opacity 0.4s;
  background-color: #f4f4f4;
}
.contact_sec .submit_btn input:hover {
  opacity: 0.7;
}
.contact_sec .mw_wp_form_confirm {
  margin-top: 1.85rem;
}
.contact_sec .mw_wp_form_confirm .lists dd {
  padding-bottom: 0.25rem;
}
.contact_sec .mw_wp_form_confirm .lists dd:not(:last-of-type) {
  margin-bottom: 0.23rem;
  border-bottom: 1px solid #d1d1d1;
}
.contact_sec .mw_wp_form_confirm .submit_btn {
  width: 5.7rem;
  margin: 0.6rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact_sec {
    padding: 0 0 0.89rem;
  }
  .contact_sec .content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0.7rem 0.24rem 0.8rem;
    border-radius: 0;
  }
  .contact_sec .txt {
    margin-bottom: 0.62rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .contact_sec .has_error {
    margin: -0.11rem 0 0.4rem;
    padding: 0.13rem 0 0.08rem 0.8rem;
    line-height: 1.57;
  }
  .contact_sec .has_error::before {
    left: 0.23rem;
  }
  .contact_sec .lists dt {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }
  .contact_sec .lists dt .req {
    padding: 0.03rem 0.07rem;
  }
  .contact_sec .lists dd:not(:last-of-type) {
    margin-bottom: 0.38rem;
  }
  .contact_sec .lists dd .error {
    margin-top: 0.05rem;
  }
  .contact_sec .lists input[type=text],
  .contact_sec .lists input[type=tel],
  .contact_sec .lists input[type=email] {
    font-size: 0.16rem;
  }
  .contact_sec .lists textarea {
    font-size: 0.16rem;
  }
  .contact_sec .lists .address {
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
  }
  .contact_sec .lists .address input[type=text] {
    width: 0.87rem;
  }
  .contact_sec .lists .address .post {
    margin-right: 0.13rem;
  }
  .contact_sec .lists .address .hyphen {
    margin: 0 0.1rem;
  }
  .contact_sec .lists .item_wrap {
    display: block;
  }
  .contact_sec .lists .item_wrap div:not(:last-of-type) {
    margin: 0 0 0.2rem 0;
  }
  .contact_sec .lists .item_wrap div label {
    letter-spacing: 0.1em;
  }
  .contact_sec .lists .item_wrap .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0;
  }
  .contact_sec .lists .item_wrap .horizontal-item:not(:first-of-type) {
    margin: 0.2rem 0 0 0;
  }
  .contact_sec .lists .check_wrap {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    font-size: 0.16rem;
  }
  .contact_sec .lists .check_wrap input {
    padding-top: 0.05rem;
    margin: 0.07rem 0.07rem 0 0;
  }
  .contact_sec .lists .check_wrap label {
    width: 2.7rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .contact_sec .submit_btn {
    margin-top: 0.5rem;
  }
  .contact_sec .submit_btn input {
    width: 100%;
    font-size: 0.16rem;
  }
  .contact_sec .mw_wp_form_confirm {
    margin-top: 0.7rem;
  }
  .contact_sec .mw_wp_form_confirm .submit_btn {
    width: 100%;
    margin: 0.25rem auto 0;
    display: block;
  }
  .contact_sec .mw_wp_form_confirm .submit_btn input[type=submit] {
    margin-bottom: 0.15rem;
  }
}

.thanks_sec {
  padding: 0 0 1.85rem;
  border-bottom: 1px solid #cecece;
}
.thanks_sec .content {
  padding: 0.94rem 1.1rem 0.98rem;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 0.18rem;
}
.thanks_sec .tit {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.thanks_sec .txt {
  margin: 0.46rem 0 0.63rem;
}
.thanks_sec .mod_btn01 {
  margin: 0 auto;
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .thanks_sec {
    padding: 0 0 0.93rem;
  }
  .thanks_sec .content {
    width: 100vw;
    padding: 0.73rem 0.24rem 0.74rem;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
  .thanks_sec .tit {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .thanks_sec .txt {
    margin: 0.32rem 0 0.55rem;
  }
  .thanks_sec .mod_btn01 {
    width: 100%;
  }
}

.error_page .mod_under_fv .tit {
  padding: 1.5rem 0 1.3rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .error_page .mod_under_fv .tit {
    padding: 0.46rem 0 0.76rem;
  }
}

.error_sec {
  padding: 0 0 1.85rem;
  border-bottom: 1px solid #cecece;
}
.error_sec .content {
  padding: 0.8rem 1.1rem 0.98rem;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 0.18rem;
}
.error_sec .txt {
  margin: 0.46rem 0 0.63rem;
  line-height: 1.65;
}
.error_sec .mod_btn01 {
  margin: 0 auto;
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .error_sec {
    padding: 0 0 0.93rem;
  }
  .error_sec .content {
    width: 100vw;
    padding: 0.73rem 0.24rem 0.74rem;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
  .error_sec .txt {
    margin: 0.32rem 0 0.55rem;
  }
  .error_sec .mod_btn01 {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */