@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@400;500&display=swap");
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			$

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
ブレークポイント定義
=================================*/
/*================================
size()関数
=================================*/
/*================================
color
=================================*/
/*================================
fadein animation
=================================*/
.fadein.anim_active {
  animation: fadein 0.6s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0.1%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes returned {
  0% {
    position: fixed;
    top: 0;
  }
  96% {
    top: -100px;
  }
  100% {
    position: unset;
  }
}
@keyframes FloatVertical {
  0% {
    transform: translate3d(0, 4px, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
  100% {
    transform: translate3d(0, 4px, 0);
  }
}
.f_anim .in, .f_anim.in {
  opacity: 0.1%;
  visibility: hidden;
}
.f_anim.anim_active .in, .f_anim.anim_active.in {
  animation: fadein 2s forwards;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			RESET

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, label, textarea, p, blockquote, table, caption, tbody, tfoot, thead, th, td, option, figure, figcaption {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, th, var, optgroup, strong, em, b, i {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a, ins, del {
  text-decoration: none;
}

a {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

object, embed, th, td {
  vertical-align: top;
}

input, textarea, select {
  font-size: 1em;
}

picture, figure, audio {
  display: inline-block;
}

audio {
  max-width: 100%;
}

.clf::after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			COMMON

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  * {
    font-size: 16px;
  }
}

body, a {
  color: #000;
}

@media screen and (min-width: 960px) {
  a:hover {
    opacity: 0.8;
  }
}

html,
body {
  overflow-x: clip;
  overflow-y: auto;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}

main {
  flex: 1;
}

@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .tb600 {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.para_image {
  position: relative;
}
.para_image:before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url("../images/common/para_image.jpg") no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.overlay {
  position: relative;
  z-index: 1;
}

.pagetop {
  width: 52px;
  height: 52px;
  background: #fff;
  border: 1px solid #468976;
  border-radius: 50%;
  position: fixed;
  bottom: 1.25em;
  right: 1em;
  z-index: 100;
  cursor: pointer;
  transform: translateY(-8px);
  opacity: 0.1%;
  visibility: hidden;
  transition: all 0.4s;
}
.pagetop span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagetop span:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #468976;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate3d(0, 0, 1, -45deg);
}
.pagetop.is-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*================================
link text
=================================*/
.link a {
  padding-right: 46px;
  position: relative;
}
.link a span {
  display: block;
}
.link a span.l_text {
  margin-right: 2vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1em;
  color: #000;
}
@media screen and (min-width: 600px) {
  .link a span.l_text {
    margin-right: 16px;
    font-size: 20px;
  }
}
.link a span.arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.link a span.arrow span {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.link a span.arrow span:before {
  content: "→";
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .link a span.arrow span:before {
    font-size: 18px;
  }
}
.link.white a .l_text {
  color: #fff;
}
.link.white a .arrow span {
  border-color: #fff;
}
.link.white a .arrow span:before {
  color: #fff;
}
.link.green a .l_text {
  color: #468976;
}
.link.green a .arrow span {
  border-color: #468976;
}
.link.green a .arrow span:before {
  color: #468976;
}

#home .link {
  text-align: center;
}
#home .link a {
  padding-right: 63px;
}
#home .link a span.l_text {
  margin-right: 4vw;
  font-size: 1.3em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  #home .link a span.l_text {
    margin-right: 26px;
    font-size: 24px;
  }
}
#home .link a span.arrow {
  width: 63px;
  height: 63px;
}
@media screen and (min-width: 600px) {
  #home .link a span.arrow span:before {
    font-size: 24px;
  }
}

/*================================
link text
=================================*/
@media screen and (min-width: 960px) {
  .bottom_partition, .bottom_partition .right {
    align-items: flex-end;
  }
}

.bottom_partition {
  display: none;
}
@media screen and (min-width: 960px) {
  .bottom_partition {
    display: flex;
    justify-content: space-between;
    padding: 0 4em;
    background: #fff;
  }
}
@media screen and (min-width: 960px) {
  .bottom_partition .right {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .bottom_partition .image.tree {
    max-width: 56px;
  }
}
@media screen and (min-width: 960px) {
  .bottom_partition .image.shovel {
    max-width: 46px;
    margin-right: 2em;
  }
}
@media screen and (min-width: 960px) {
  .bottom_partition .image.mountain {
    max-width: 179px;
  }
}

.mb_1 {
  margin-bottom: 1em;
}

.mb_2 {
  margin-bottom: 2em;
}

.mb_3 {
  margin-bottom: 3em;
}

.mb_4 {
  margin-bottom: 4em;
}

.mb_5 {
  margin-bottom: 5em;
}

.mb_6 {
  margin-bottom: 6em;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			header / footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
ハンバーガーメニュー
=================================*/
.btn_trigger {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.btn_trigger_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (min-width: 960px) {
  .btn_trigger_wrap {
    display: none;
  }
}
.btn_trigger_wrap button, .btn_trigger_wrap .line {
  width: 24px;
  height: 16px;
  cursor: pointer;
}
.btn_trigger_wrap .line {
  position: relative;
}
.btn_trigger_wrap .line span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.btn_trigger_wrap .line span:nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line span:nth-of-type(2) {
  top: 7px;
}
.btn_trigger_wrap .line span:nth-child(3) {
  bottom: 0;
}
.btn_trigger_wrap.close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.btn_trigger_wrap.close .line span {
  background: #333;
}
.btn_trigger_wrap.close .line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}
.btn_trigger_wrap.close .line span:nth-of-type(2) {
  opacity: 0;
}
.btn_trigger_wrap.close .line span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-40deg);
}

/*================================
header
=================================*/
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .header {
    height: 115px;
    padding: 20px 48px 0;
    position: absolute;
  }
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .inner .logo {
  max-width: 80px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .header .inner .logo {
    max-width: 254px;
    margin: 0;
  }
}
.header .inner .logo a {
  display: block;
  width: 100%;
}
.header .inner nav, .header .inner ul {
  height: 100%;
}
.header .inner nav * {
  font-family: "Noto Sans JP", serif;
}
.header .inner nav > ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li, .header .inner nav > ul > li > a {
    height: 100%;
  }
}
.header .inner nav > ul > li {
  position: relative;
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li > a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.25s;
  }
}
.header .inner nav > ul > li > a span {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li > a span {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li > a:hover:before {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li.current > a:before {
    animation: line 0.4s forwards;
  }
}
.header .inner nav > ul > li .child {
  width: 15em;
  height: auto;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1%;
  visibility: hidden;
  transition: all 0.4s;
}
.header .inner nav > ul > li .child li a {
  width: 100%;
  padding: 0.5em 0.75em 0.5em 2em;
  position: relative;
}
.header .inner nav > ul > li .child li a:before {
  content: "";
  width: 0.35em;
  height: 0.35em;
  border: 0.1em solid #000;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 55%;
  left: 1em;
  transform: translateY(-50%) rotate3d(0, 0, 1, 45deg);
}
.header .inner nav > ul > li .child li a span {
  display: inline-block;
  font-size: 0.9em;
  color: #000;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li .child li a:hover {
    background: rgba(3, 2, 2, 0.05);
  }
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li .child li a:hover span {
    transform: translateX(4px);
  }
}
@media screen and (min-width: 960px) {
  .header .inner nav > ul > li:hover .child {
    opacity: 1;
    visibility: visible;
  }
}
.header.fixed {
  display: none;
}
@media screen and (min-width: 960px) {
  .header.fixed {
    display: block;
    height: 64px;
    padding: 0;
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    z-index: 9991;
    transform: translateY(-101%);
    opacity: 0.1%;
    visibility: hidden;
  }
}
@media screen and (min-width: 960px) {
  .header.fixed .inner {
    max-width: 1376px;
    margin: 0 auto;
    padding: 0 46px;
  }
}
@media screen and (min-width: 960px) {
  .header.fixed .inner .logo {
    max-width: 129px;
  }
}
.header.fixed .inner nav > ul > li > a span {
  color: #468976;
}
@media screen and (min-width: 960px) {
  .header.fixed .inner nav > ul > li > a:before {
    background: #468976;
  }
}
.header.is-active {
  background: #fff;
}
@media screen and (min-width: 960px) {
  .header.is-active {
    background: transparent;
  }
}
.header.is-active .btn_trigger_wrap .line span {
  background: #468976;
}
.header.is-active.fixed {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 960px) {
  .header.is-active.fixed {
    background: #fff;
  }
}

.under header {
  background: #fff;
}
@media screen and (min-width: 960px) {
  .under header {
    position: unset;
  }
}
.under header .inner nav > ul > li > a span {
  color: #468976;
}
@media screen and (min-width: 960px) {
  .under header .inner nav > ul > li > a:before {
    background: #468976;
  }
}
.under header .btn_trigger_wrap .line span {
  background: #468976;
}
@media screen and (min-width: 960px) {
  .under header.is-active {
    background: #fff;
  }
}

/*================================
グローバルナビゲーション
=================================*/
.navi_open_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  opacity: 0.1%;
  visibility: hidden;
}
.navi_open_wrap * {
  font-family: "Noto Sans JP", serif;
}
.navi_open_wrap .inner {
  width: 88vw;
  height: 100%;
  margin-left: auto;
  padding: 50px 4vw 10vw;
  background: #fdfdfd;
  transform: translateX(101%);
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navi_open_wrap .inner::-webkit-scrollbar {
  display: none;
}
.navi_open_wrap .inner .menu_title {
  margin-bottom: 0.5em;
  padding: 0.5em 0.75em;
  font-weight: 700;
  color: #fff;
  background: #468976;
}
.navi_open_wrap .inner nav ul li a {
  width: 100%;
  padding: 0.75em 1em 0.75em 1.5em;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
  position: relative;
}
.navi_open_wrap .inner nav ul li a:before {
  content: "";
  width: 0.35em;
  height: 0.35em;
  border: 0.1em solid #000;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 55%;
  left: 2px;
  transform: translateY(-50%) rotate3d(0, 0, 1, 45deg);
}
.navi_open_wrap .inner nav ul li a span {
  font-size: 0.9em;
}
.navi_open_wrap .inner nav ul.child li a {
  padding-left: 2.2em;
}
.navi_open_wrap .inner nav ul.child li a:before {
  width: 0.3em;
  height: 0.3em;
  left: 1em;
}
.navi_open_wrap .inner nav ul.child li a span {
  font-size: 0.8em;
}
.navi_open_wrap .navi_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.1%;
  visibility: hidden;
  transition: all 0.4s;
}
.navi_open_wrap.open {
  opacity: 1;
  visibility: visible;
}
.navi_open_wrap.open .inner {
  transform: translateX(0);
}
.navi_open_wrap.open .navi_overlay {
  opacity: 1;
  visibility: visible;
}
.navi_open_wrap.close {
  transition-delay: 0.4s;
}
.navi_open_wrap.close .line span {
  background: #333;
}
.navi_open_wrap.close {
  transition-delay: 0.4s;
}

/*================================
footer
=================================*/
footer {
  background: #fff;
}
footer * {
  color: #fff;
}
footer .inner {
  padding: 4em 4vw 1em;
  background: #468976;
}
@media screen and (min-width: 960px) {
  footer .inner {
    padding-top: 6em;
  }
}
footer .inner .contents {
  margin-bottom: 4em;
}
@media screen and (min-width: 960px) {
  footer .inner .contents {
    display: flex;
    justify-content: space-between;
    max-width: 1068px;
    margin: 0 auto 6em;
  }
}
footer .inner .contents .footer_navi_wrap {
  margin-bottom: 4em;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_navi_wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    order: 2;
  }
}
footer .inner .contents .footer_navi_wrap .recruit_btn {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_navi_wrap .recruit_btn {
    order: 2;
  }
}
footer .inner .contents .footer_navi_wrap .recruit_btn .top_text {
  margin-bottom: 0.5em;
  font-size: 1.14em;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_navi_wrap .recruit_btn .top_text {
    font-size: 1.4em;
  }
}
footer .inner .contents .footer_navi_wrap .recruit_btn .link_btn {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  footer .inner .contents .footer_navi_wrap .recruit_btn .link_btn {
    max-width: 347px;
  }
}
footer .inner .contents .footer_navi_wrap .recruit_btn .link_btn a {
  width: 100%;
  padding: 0.75em 0;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25em;
  color: #468976;
  border-radius: 40px;
  background: #fff;
  position: relative;
}
footer .inner .contents .footer_navi_wrap .recruit_btn .link_btn a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.1em;
  border-bottom: solid 1px;
  border-right: solid 2px;
  vertical-align: middle;
  position: absolute;
  top: 47%;
  right: 1em;
  transform: skew(45deg);
}
footer .inner .contents .footer_navi_wrap .top_navi_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_navi_wrap .top_navi_list {
    margin-bottom: 4em;
    order: 1;
  }
}
footer .inner .contents .footer_navi_wrap .top_navi_list li {
  width: 33.3%;
  text-align: center;
}
footer .inner .contents .footer_navi_wrap .top_navi_list li:nth-child(1), footer .inner .contents .footer_navi_wrap .top_navi_list li:nth-child(2), footer .inner .contents .footer_navi_wrap .top_navi_list li:nth-child(3) {
  margin-bottom: 1em;
}
footer .inner .contents .footer_navi_wrap .top_navi_list li a {
  font-size: 0.85em;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_navi_wrap .top_navi_list li a {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_navi_wrap .bottom_navi_list {
    display: flex;
    justify-content: space-between;
    order: 3;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_navi_wrap .bottom_navi_list li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_navi_wrap .bottom_navi_list li a:before {
    content: "-";
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_information_wrap {
    order: 1;
  }
}
footer .inner .contents .footer_information_wrap .logo {
  max-width: 151px;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_information_wrap .logo {
    max-width: 341px;
    margin-bottom: 4em;
  }
}
footer .inner .contents .footer_information_wrap .text_wrap * {
  font-size: 0.9em;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_information_wrap .text_wrap * {
    font-size: 0.95em;
  }
}
footer .inner .contents .footer_information_wrap .text_wrap dl {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .footer_information_wrap .text_wrap dl dt {
    margin-bottom: 1em;
    font-size: 1em;
  }
}
footer .copyright {
  font-size: 12px;
  text-align: center;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			home

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home {
  /*================================
  mv
  =================================*/
  /*================================
  message
  =================================*/
  /*================================
  information
  =================================*/
  /*================================
  recruit
  =================================*/
  /*================================
  duties
  =================================*/
  /*================================
  group company
  =================================*/
}
#home .mv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100svh;
  margin-bottom: 4em;
  position: relative;
}
#home .mv .catch {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4vw;
  font-family: "Noto Serif JP", serif;
  font-size: 5.5vw;
  font-weight: 600;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media screen and (min-width: 600px) {
  #home .mv .catch {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .catch {
    padding: 0 48px;
  }
}
#home .mv .scrollDown {
  bottom: 16px;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity 0.25s;
  z-index: 9;
}
#home .mv .scrollDown button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
#home .mv .scrollDown button svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  animation: FloatVertical 3s ease-in-out infinite alternate;
}
#home .mv .scrollDown button svg path {
  fill: #fff;
}
#home .mv .scrollDown button .scrollLabel {
  display: block;
  padding-top: 4px;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #home .mv .scrollDown:hover {
    opacity: 1;
  }
}
#home .message_wrap {
  padding: 6em 0;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 960px) {
  #home .message_wrap {
    padding: 9em 0;
  }
}
#home .message_wrap .inner {
  padding: 0 4vw;
}
@media screen and (min-width: 960px) {
  #home .message_wrap .inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
  }
}
#home .message_wrap .inner .contents {
  margin-bottom: 6em;
}
@media screen and (min-width: 960px) {
  #home .message_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
  }
}
#home .message_wrap .inner .contents .slogan_text, #home .message_wrap .inner .contents .text {
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #home .message_wrap .inner .contents .slogan_text, #home .message_wrap .inner .contents .text {
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
}
#home .message_wrap .inner .contents .slogan_text {
  margin-bottom: 2em;
  font-size: 1.4em;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  #home .message_wrap .inner .contents .slogan_text {
    margin-bottom: 0;
    line-height: 2.2;
    order: 2;
  }
}
#home .message_wrap .inner .contents .text {
  line-height: 3;
}
@media screen and (min-width: 960px) {
  #home .message_wrap .inner .contents .text {
    padding-top: 58px;
    line-height: 2.8;
    order: 1;
  }
}
#home .message_wrap .inner .link {
  text-align: center;
}
#home .information_wrap {
  padding: 6em 0;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #home .information_wrap {
    padding: 4em 0;
  }
}
#home .information_wrap .inner {
  padding: 0 7vw;
}
#home .information_wrap .inner .contents_title {
  margin-bottom: 4em;
}
#home .information_wrap .inner .contents_title span {
  padding-bottom: 2vw;
  font-size: 1.7em;
  color: #468976;
  background-image: linear-gradient(to right, #468976, #468976 6px, transparent 6px, transparent 12px);
  background-size: 15px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 600px) {
  #home .information_wrap .inner .contents_title span {
    padding-bottom: 12px;
  }
}
#home .information_wrap .inner .contents {
  margin-bottom: 4em;
}
#home .information_wrap .inner .contents .item {
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
#home .information_wrap .inner .contents .item:first-child {
  border-top: 1px solid rgba(191, 191, 191, 0.5);
}
#home .information_wrap .inner .contents .item a {
  width: 100%;
  padding: 1em 0;
}
#home .information_wrap .inner .contents .item a ul {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
#home .information_wrap .inner .contents .item a ul li {
  padding-left: 13px;
  font-size: 10px;
  color: #468976;
  position: relative;
}
@media screen and (min-width: 600px) {
  #home .information_wrap .inner .contents .item a ul li {
    font-size: 11px;
    padding-left: 14px;
  }
}
#home .information_wrap .inner .contents .item a ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  #home .information_wrap .inner .contents .item a ul li:before {
    width: 11px;
    height: 11px;
  }
}
#home .information_wrap .inner .contents .item a ul li.date {
  margin-right: 1em;
}
#home .information_wrap .inner .contents .item a ul li.date:before {
  background: url("../images/common/icon_clock_green.svg") no-repeat center center;
  background-size: 100%;
}
#home .information_wrap .inner .contents .item a ul li.category:before {
  background: url("../images/common/icon_folder_green.svg") no-repeat center center;
  background-size: 100%;
}
#home .information_wrap .inner .contents .item a .post_title {
  line-height: 1.5;
  color: #468976;
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .contents .item a:hover {
    background: rgba(3, 2, 2, 0.05);
  }
}
#home .information_wrap .inner .link {
  text-align: center;
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .link {
    text-align: right;
  }
}
#home .recruit_wrap .top_image {
  height: 53.5897435897vw;
}
@media screen and (min-width: 600px) {
  #home .recruit_wrap .top_image {
    height: 213px;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .top_image {
    height: 278px;
  }
}
#home .recruit_wrap .top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .recruit_wrap .inner {
  padding: 4em 4vw;
  background: url("../images/common/green_bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
#home .recruit_wrap .inner .contents_title_wrap {
  margin-bottom: 4em;
  text-align: center;
}
#home .recruit_wrap .inner .contents_title_wrap .small, #home .recruit_wrap .inner .contents_title_wrap .contents_title {
  color: #fff;
}
#home .recruit_wrap .inner .contents_title_wrap .small {
  margin-bottom: 1.5em;
  font-size: 0.9em;
}
#home .recruit_wrap .inner .contents_title_wrap .contents_title {
  font-size: 1.6em;
}
#home .recruit_wrap .inner .contents {
  padding: 40px 38px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 782px) {
  #home .recruit_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 50px;
  }
}
#home .recruit_wrap .inner .contents .text_wrap {
  margin-bottom: 2em;
}
@media screen and (min-width: 782px) {
  #home .recruit_wrap .inner .contents .text_wrap {
    width: 45%;
  }
}
#home .recruit_wrap .inner .contents .text_wrap .pickup {
  margin-bottom: 1.5em;
}
#home .recruit_wrap .inner .contents .text_wrap .pickup span {
  display: inline-block;
  padding: 0.5em 2em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #468976;
  border-radius: 20px;
}
#home .recruit_wrap .inner .contents .text_wrap .item_title {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  line-height: 1.5;
  color: #468976;
}
#home .recruit_wrap .inner .contents .text_wrap .text {
  margin-bottom: 4em;
  font-size: 0.8em;
  line-height: 1.7;
}
#home .recruit_wrap .inner .contents .text_wrap .link {
  text-align: center;
}
#home .recruit_wrap .inner .contents .text_wrap .link a {
  padding-right: 38px;
}
#home .recruit_wrap .inner .contents .text_wrap .link a span.l_text {
  margin-right: 3vw;
  font-size: 1em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  #home .recruit_wrap .inner .contents .text_wrap .link a span.l_text {
    margin-right: 10px;
    font-size: 17px;
  }
}
#home .recruit_wrap .inner .contents .text_wrap .link a span.arrow {
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 600px) {
  #home .recruit_wrap .inner .contents .text_wrap .link a span.arrow span:before {
    font-size: 16px;
  }
}
#home .recruit_wrap .inner .contents .image {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 782px) {
  #home .recruit_wrap .inner .contents .image {
    width: 52%;
  }
}
#home .duties_wrap {
  padding: 8em 0;
  background: #fff;
  position: relative;
}
#home .duties_wrap .bg {
  padding: 3.5416666667vw 8.8541666667vw 3.5416666667vw 0.5208333333vw;
  background: #f8f7f0;
  border-radius: 0 66px 66px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  #home .duties_wrap .bg {
    width: 59.1666666667vw;
    padding: 34px 85px 34px 5px;
  }
}
@media screen and (min-width: 1178px) {
  #home .duties_wrap .bg {
    width: calc((100% + 240px) / 2);
  }
}
#home .duties_wrap .bg .logo {
  width: 76.9230769231vw;
}
@media screen and (min-width: 782px) {
  #home .duties_wrap .bg .logo {
    width: 49.7916666667vw;
    max-width: 478px;
  }
}
@media screen and (min-width: 960px) {
  #home .duties_wrap .bg .logo {
    margin-left: auto;
  }
}
#home .duties_wrap .inner {
  padding: 0 4vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 782px) {
  #home .duties_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    max-width: 1068px;
    margin: 0 auto;
  }
}
#home .duties_wrap .inner .contents .item {
  margin-bottom: 2.5em;
}
#home .duties_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 782px) {
  #home .duties_wrap .inner .contents .item {
    width: 31%;
    margin-bottom: 0;
  }
}
#home .duties_wrap .inner .contents .item .image {
  margin-bottom: 0.5em;
}
#home .duties_wrap .inner .contents .item .image a {
  width: 100%;
}
#home .duties_wrap .inner .contents .item .image a img {
  border-radius: 20px;
  overflow: hidden;
}
#home .group_company_wrap {
  padding: 6em 0;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #home .group_company_wrap {
    padding: 4em 0;
  }
}
#home .group_company_wrap .inner {
  padding: 0 4vw;
}
#home .group_company_wrap .inner .group_company_title {
  margin-bottom: 4em;
  text-align: center;
}
#home .group_company_wrap .inner .group_company_title span {
  display: inline-block;
  padding-bottom: 5.1282051282vw;
  font-size: 1.7em;
  position: relative;
}
@media screen and (min-width: 600px) {
  #home .group_company_wrap .inner .group_company_title span {
    padding-bottom: 30px;
  }
}
#home .group_company_wrap .inner .group_company_title span:before {
  content: "";
  width: 10.2564102564vw;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  #home .group_company_wrap .inner .group_company_title span:before {
    width: 60px;
  }
}
#home .group_company_wrap .inner .contents {
  padding: 6em 0;
  background: #f8f8f8;
}
@media screen and (min-width: 782px) {
  #home .group_company_wrap .inner .contents {
    max-width: 1068px;
    margin: 0 auto;
    padding: 4em 0;
  }
}
#home .group_company_wrap .inner .contents .list {
  padding: 0 4vw;
}
@media screen and (min-width: 1440px) {
  #home .group_company_wrap .inner .contents .list {
    padding: 0;
  }
}
@media screen and (min-width: 782px) {
  #home .group_company_wrap .inner .contents .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 815px;
    margin: 0 auto;
  }
}
#home .group_company_wrap .inner .contents .list ul li {
  margin-bottom: 2%;
}
@media screen and (min-width: 782px) {
  #home .group_company_wrap .inner .contents .list ul li {
    width: 49%;
  }
}
#home .group_company_wrap .inner .contents .list ul li:nth-child(1) {
  margin: 0 auto 4%;
}
@media screen and (min-width: 782px) {
  #home .group_company_wrap .inner .contents .list ul li:nth-child(1) {
    width: 58%;
  }
}
#home .group_company_wrap .inner .contents .list ul li:nth-child(1) a {
  padding: 2rem 0;
}
#home .group_company_wrap .inner .contents .list ul li a {
  padding: 0.25rem 0;
  background: #fff;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

		under

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.under {
  /*================================
  breadcrumbs
  =================================*/
  /*================================
  mv
  =================================*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		archive

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		post

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		works

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		company

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		business

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		recruit

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		benefits

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		kyogoku cho

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		requirements

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		staff

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		contact

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		privacy policy

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}
.under .breadcrumbs_wrap {
  padding: 60px 4vw 1em;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .under .breadcrumbs_wrap {
    padding-top: 4em;
  }
}
@media screen and (min-width: 960px) {
  .under .breadcrumbs_wrap {
    padding: 2em 48px;
  }
}
.under .breadcrumbs_wrap .breadcrumbs span {
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  line-height: 1.4;
  color: #468976;
}
@media screen and (min-width: 960px) {
  .under .breadcrumbs_wrap .breadcrumbs span {
    font-size: 11px;
  }
}
.under .breadcrumbs_wrap .breadcrumbs > span {
  display: inline-block;
  margin-right: 0.25em;
}
.under .breadcrumbs_wrap .breadcrumbs .breadcrumb_first {
  padding-left: 15px;
  position: relative;
}
.under .breadcrumbs_wrap .breadcrumbs .breadcrumb_first:before {
  content: "";
  width: 11px;
  height: 9px;
  background: url("../images/common/icon_home.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.under .mv {
  padding: 0 4vw 2em;
  color: #468976;
  background: #fff;
  position: relative;
}
.under .mv .inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .under .mv .inner {
    max-width: 1068px;
    margin: 0 auto;
  }
}
.under .mv .inner .image picture, .under .mv .inner .image img {
  width: 100%;
}
.under .mv .inner .page_title {
  font-size: 5.3vw;
  letter-spacing: 0.15em;
  position: absolute;
  bottom: 2%;
  left: 6%;
}
@media screen and (min-width: 960px) {
  .under .mv .inner .page_title {
    font-size: 2.7164685908vw;
  }
}
@media screen and (min-width: 1178px) {
  .under .mv .inner .page_title {
    font-size: 32px;
  }
}
.under#newslist {
  /*================================
  post
  =================================*/
}
.under#newslist .post_wrap {
  padding: 4em 4vw;
}
.under#newslist .post_wrap .page_title {
  margin-bottom: 4em;
  font-size: 2em;
  color: #468976;
}
@media screen and (min-width: 600px) {
  .under#newslist .post_wrap .page_title {
    max-width: 868px;
    margin-right: auto;
    margin-left: auto;
  }
}
.under#newslist .post_wrap .inner .contents_title {
  margin-bottom: 4em;
  font-size: 1.6em;
  text-align: center;
  color: #468976;
}
.under#newslist .post_wrap .inner .contents {
  margin-bottom: 6em;
}
@media screen and (min-width: 600px) {
  .under#newslist .post_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 868px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .under#newslist .post_wrap .inner .contents:after {
    content: "";
    width: 32%;
  }
}
.under#newslist .post_wrap .inner .contents .item {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 600px) {
  .under#newslist .post_wrap .inner .contents .item {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .under#newslist .post_wrap .inner .contents .item {
    width: 31%;
  }
}
.under#newslist .post_wrap .inner .contents .item a {
  width: 100%;
}
.under#newslist .post_wrap .inner .contents .item a .image {
  height: 51.2820512821vw;
  margin-bottom: 1em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .under#newslist .post_wrap .inner .contents .item a .image {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 960px) {
  .under#newslist .post_wrap .inner .contents .item a .image {
    height: 160px;
  }
}
.under#newslist .post_wrap .inner .contents .item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under#newslist .post_wrap .inner .contents .item a .archive_title {
  margin-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1.6;
  color: #468976;
}
.under#newslist .post_wrap .inner .contents .item a .date span {
  display: inline-block;
  padding-left: 13px;
  font-size: 10px;
  color: #468976;
  position: relative;
}
.under#newslist .post_wrap .inner .contents .item a .date span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/common/icon_clock_green.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .under#newslist .post_wrap .inner .contents .item a .date span:before {
    width: 11px;
    height: 11px;
  }
}
.under#newslist .post_wrap .inner .wp-pagenavi {
  width: 76.9230769231vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .under#newslist .post_wrap .inner .wp-pagenavi {
    width: 100%;
    max-width: 300px;
  }
}
.under#newslist .post_wrap .inner .wp-pagenavi * {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #468976;
}
.under#newslist .post_wrap .inner .wp-pagenavi .previouspostslink, .under#newslist .post_wrap .inner .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.under#newslist .post_wrap .inner .wp-pagenavi .previouspostslink {
  left: 0;
}
.under#newslist .post_wrap .inner .wp-pagenavi .nextpostslink {
  right: 0;
}
.under#newslist .post_wrap .inner .wp-pagenavi ul {
  display: flex;
  justify-content: center;
}
.under#newslist .post_wrap .inner .wp-pagenavi ul li {
  margin-right: 1.5em;
}
.under#newslist .post_wrap .inner .wp-pagenavi ul li:last-child {
  margin-right: 0;
}
.under#newslist .post_wrap .inner .wp-pagenavi ul li .page.current {
  border-bottom: 1px solid #468976;
}
.under.single .single_wrap {
  margin-bottom: 6em;
  padding: 4em 4vw;
}
@media screen and (min-width: 600px) {
  .under.single .single_wrap .inner {
    max-width: 868px;
    margin: 0 auto;
  }
}
.under.single .single_wrap .inner .archive_title {
  margin-bottom: 2em;
  font-size: 1.15em;
  line-height: 1.4;
  color: #468976;
}
@media screen and (min-width: 600px) {
  .under.single .single_wrap .inner .archive_title {
    max-width: 868px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }
}
.under.single .single_wrap .inner .thumbnail, .under.single .single_wrap .inner .certificate_image {
  height: 58.9743589744vw;
  max-height: 566px;
  margin-bottom: 2em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.under.single .single_wrap .inner .thumbnail img, .under.single .single_wrap .inner .certificate_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under.single .single_wrap .inner .contents p, .under.single .single_wrap .inner .contents a {
  color: #468976;
}
.under.single .single_wrap .inner .contents p {
  line-height: 1.6;
}
.under.single .single_wrap .inner .contents p a {
  text-decoration: underline;
}
.under.single .single_wrap .inner .link_btn {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .under.single .single_wrap .inner .link_btn {
    max-width: 347px;
  }
}
.under.single .single_wrap .inner .link_btn a {
  width: 100%;
  padding: 0.75em 0;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25em;
  color: #fff;
  background: #468976;
  border-radius: 40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.under.single .single_wrap .inner .link_btn a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.1em;
  border-bottom: solid 1px;
  border-right: solid 2px;
  vertical-align: middle;
  position: absolute;
  top: 47%;
  right: 1em;
  transform: skew(45deg);
}
.under.single#award .single_wrap .inner .contents {
  margin-bottom: 6em;
}
.under#works {
  /*================================
  category
  =================================*/
  /*================================
  works
  =================================*/
}
.under#works .category_wrap {
  margin-bottom: 6em;
  padding: 4em 4vw;
  background: #468976;
}
.under#works .category_wrap .inner .contents_title {
  margin-bottom: 1em;
  font-size: 1.6em;
  text-align: center;
  color: #fff;
}
.under#works .category_wrap .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em;
  background: #fff;
  border-radius: 15px;
}
@media screen and (min-width: 782px) {
  .under#works .category_wrap .inner ul {
    max-width: 868px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .under#works .category_wrap .inner ul:before {
    content: "";
    width: 25%;
    order: 1;
  }
}
@media screen and (min-width: 782px) {
  .under#works .category_wrap .inner ul:after {
    content: "";
    width: 33%;
  }
}
@media screen and (min-width: 960px) {
  .under#works .category_wrap .inner ul:after {
    width: 25%;
  }
}
.under#works .category_wrap .inner ul li {
  width: 50%;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 782px) {
  .under#works .category_wrap .inner ul li {
    width: 33%;
  }
}
@media screen and (min-width: 960px) {
  .under#works .category_wrap .inner ul li {
    width: 25%;
  }
}
.under#works .category_wrap .inner ul li a {
  font-size: 0.75em;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .under#works .category_wrap .inner ul li a {
    font-size: 0.9em;
  }
}
.under#works .works_wrap {
  margin-bottom: 6em;
}
.under#works .works_wrap .inner {
  padding: 0 4vw;
}
.under#works .works_wrap .inner .section {
  max-width: 868px;
  margin: -60px auto 6em;
  padding-top: 60px;
}
@media screen and (min-width: 960px) {
  .under#works .works_wrap .inner .section {
    margin-top: -115px;
    padding-top: 115px;
  }
}
.under#works .works_wrap .inner .section .category_title {
  margin-bottom: 4em;
}
.under#works .works_wrap .inner .section .category_title span {
  padding-bottom: 2vw;
  font-size: 1.7em;
  color: #468976;
  background-image: linear-gradient(to right, #468976, #468976 6px, transparent 6px, transparent 12px);
  background-size: 15px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 600px) {
  .under#works .works_wrap .inner .section .category_title span {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 600px) {
  .under#works .works_wrap .inner .section .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .under#works .works_wrap .inner .section .contents:after {
    content: "";
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .under#works .works_wrap .inner .section .contents:after {
    content: "";
    width: 32%;
  }
}
.under#works .works_wrap .inner .section .contents .item {
  margin-bottom: 6em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .under#works .works_wrap .inner .section .contents .item {
    width: 48%;
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 960px) {
  .under#works .works_wrap .inner .section .contents .item {
    width: 31%;
  }
}
.under#works .works_wrap .inner .section .contents .item * {
  letter-spacing: 0;
}
.under#works .works_wrap .inner .section .contents .item .award {
  position: absolute;
  top: -1.75em;
  left: 0;
}
.under#works .works_wrap .inner .section .contents .item .award span {
  padding-left: 5.1282051282vw;
  color: #468976;
  position: relative;
}
@media screen and (min-width: 600px) {
  .under#works .works_wrap .inner .section .contents .item .award span {
    padding-left: 20px;
  }
}
.under#works .works_wrap .inner .section .contents .item .award span:before {
  content: "";
  width: 3.5897435897vw;
  height: 4.6153846154vw;
  background: url("../images/common/icon_award.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .under#works .works_wrap .inner .section .contents .item .award span:before {
    width: 14px;
    height: 18px;
  }
}
.under#works .works_wrap .inner .section .contents .item .image {
  height: 53.8461538462vw;
  margin-bottom: 0.5em;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .under#works .works_wrap .inner .section .contents .item .image {
    height: 28.2051282051vw;
  }
}
@media screen and (min-width: 960px) {
  .under#works .works_wrap .inner .section .contents .item .image {
    height: 178px;
  }
}
.under#works .works_wrap .inner .section .contents .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under#works .works_wrap .inner .section .contents .item .text_wrap * {
  line-height: 1.6;
}
.under#works .works_wrap .inner .section .contents .item .text_wrap .name {
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
@media screen and (min-width: 960px) {
  .under#works .works_wrap .inner .section .contents .item .text_wrap ul li dl {
    display: flex;
  }
}
.under#works .works_wrap .inner .section .contents .item .text_wrap ul li dl dt {
  font-size: 0.9em;
  color: #468976;
}
@media screen and (min-width: 960px) {
  .under#works .works_wrap .inner .section .contents .item .text_wrap ul li dl dt {
    width: 60px;
    margin-right: 1em;
    font-size: 0.8em;
    flex-shrink: 0;
  }
}
.under#works .works_wrap .inner .section .contents .item .text_wrap ul li dl dd {
  font-size: 0.8em;
}
.under#company {
  /*================================
  greeting
  =================================*/
  /*================================
  overview
  =================================*/
  /*================================
  hisoty
  =================================*/
}
.under#company .greeting_wrap {
  margin-bottom: 6em;
  padding: 2em 4vw;
  background: #f8f7f0;
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents {
    max-width: 868px;
    margin: 0 auto;
  }
}
.under#company .greeting_wrap .inner .contents .item {
  margin-bottom: 3em;
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6em;
  }
}
.under#company .greeting_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#company .greeting_wrap .inner .contents .item .text_wrap {
  margin-bottom: 2em;
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents .item .text_wrap {
    width: 49%;
    max-width: 378px;
    margin-bottom: 0;
  }
}
.under#company .greeting_wrap .inner .contents .item .text_wrap .contents_title {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.under#company .greeting_wrap .inner .contents .item .text_wrap .item_title {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  line-height: 1.6;
}
.under#company .greeting_wrap .inner .contents .item .text_wrap .text {
  font-size: 0.9em;
  line-height: 2;
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents .item .text_wrap .text {
    font-size: 0.9em;
  }
}
.under#company .greeting_wrap .inner .contents .item .text_wrap .sign {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1.5em;
}
.under#company .greeting_wrap .inner .contents .item .text_wrap .sign dt {
  margin-right: 1.5em;
  font-size: 0.75em;
}
.under#company .greeting_wrap .inner .contents .item .text_wrap .sign dd {
  max-width: 95px;
}
.under#company .greeting_wrap .inner .contents .item .image_wrap .image {
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
}
.under#company .greeting_wrap .inner .contents .item .image_wrap .image:last-child {
  margin-bottom: 0;
}
.under#company .greeting_wrap .inner .contents .item:nth-child(2n+1) .text_wrap {
  order: 2;
}
.under#company .greeting_wrap .inner .contents .item:nth-child(2n+1) .image_wrap {
  order: 1;
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents .item:nth-child(1) {
    align-items: center;
  }
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents .item:nth-child(1) .image_wrap {
    width: 51%;
  }
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents .item:nth-child(1) .text_wrap {
    width: 40%;
  }
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents .item:nth-child(2) .image_wrap {
    width: 48%;
  }
}
@media screen and (min-width: 782px) {
  .under#company .greeting_wrap .inner .contents .item:nth-child(3) .image_wrap {
    width: 48%;
  }
}
.under#company .overview_wrap {
  margin-bottom: 6em;
  padding: 0 4vw;
}
.under#company .overview_wrap .inner .contents_title_wrap {
  margin-bottom: 3em;
  text-align: center;
}
.under#company .overview_wrap .inner .contents_title_wrap .contents_title {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.under#company .overview_wrap .inner .contents_title_wrap .text {
  font-size: 0.9em;
  line-height: 1.6;
}
.under#company .overview_wrap .inner .contents {
  padding: 50px 30px;
  border: 2px solid #468976;
  border-radius: 40px;
}
@media screen and (min-width: 782px) {
  .under#company .overview_wrap .inner .contents {
    max-width: 868px;
    margin: 0 auto;
    padding: 50px 40px;
  }
}
.under#company .overview_wrap .inner .contents .list {
  margin-bottom: 2em;
}
.under#company .overview_wrap .inner .contents .list dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #468976;
}
@media screen and (min-width: 782px) {
  .under#company .overview_wrap .inner .contents .list dl {
    display: flex;
  }
}
.under#company .overview_wrap .inner .contents .list dl:last-child {
  margin-bottom: 0;
}
.under#company .overview_wrap .inner .contents .list dl dt, .under#company .overview_wrap .inner .contents .list dl dd {
  line-height: 1.6;
}
@media screen and (min-width: 782px) {
  .under#company .overview_wrap .inner .contents .list dl dt {
    width: 124px;
    margin-right: 1em;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 600px) {
  .under#company .overview_wrap .inner .contents .list dl dd .name_list {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .under#company .overview_wrap .inner .contents .list dl dd .name_list li:after {
    content: "、";
  }
}
.under#company .overview_wrap .inner .contents .list dl dd .name_list li:last-child:after {
  content: none;
}
.under#company .overview_wrap .inner .contents .map, .under#company .overview_wrap .inner .contents .map iframe {
  width: 100%;
  height: 300px;
}
.under#company .history_wrap {
  padding: 0 4vw;
  background: rgba(70, 129, 118, 0.15);
  position: relative;
}
.under#company .history_wrap .inner {
  padding: 6em 0;
  position: relative;
}
@media screen and (min-width: 782px) {
  .under#company .history_wrap .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.under#company .history_wrap .inner .bg .logo, .under#company .history_wrap .inner .bg .road {
  position: absolute;
  z-index: 0;
}
.under#company .history_wrap .inner .bg .logo {
  width: calc(100% - 8vw);
  top: 740px;
  left: -4vw;
}
@media screen and (min-width: 600px) {
  .under#company .history_wrap .inner .bg .logo {
    width: calc(100% - 8vw);
    top: 660px;
  }
}
@media screen and (min-width: 782px) {
  .under#company .history_wrap .inner .bg .logo {
    width: 91.6666666667vw;
    max-width: 960px;
    top: 960px;
    left: -8.1666666667vw;
  }
}
@media screen and (min-width: 960px) {
  .under#company .history_wrap .inner .bg .logo {
    top: 880px;
    left: -78px;
  }
}
.under#company .history_wrap .inner .bg .road {
  width: 390px;
  height: 100%;
  background: url("../images/common/bg_road.png") repeat-y top center;
  top: 0;
  right: -300px;
}
@media screen and (min-width: 782px) {
  .under#company .history_wrap .inner .bg .road {
    right: -27.0833333333vw;
  }
}
@media screen and (min-width: 960px) {
  .under#company .history_wrap .inner .bg .road {
    right: -260px;
  }
}
.under#company .history_wrap .inner .contents_title {
  margin-bottom: 2em;
  font-size: 1.6em;
  color: #468976;
}
.under#company .history_wrap .inner .contents {
  position: relative;
  z-index: 1;
}
.under#company .history_wrap .inner .contents dl {
  margin-bottom: 2em;
}
@media screen and (min-width: 782px) {
  .under#company .history_wrap .inner .contents dl {
    display: flex;
  }
}
.under#company .history_wrap .inner .contents dl:last-child {
  margin-bottom: 0;
}
.under#company .history_wrap .inner .contents dl * {
  font-family: "Noto Sans JP", serif;
  line-height: 1.6;
  letter-spacing: 0;
}
.under#company .history_wrap .inner .contents dl dt {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 782px) {
  .under#company .history_wrap .inner .contents dl dt {
    width: 180px;
    margin-right: 2em;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.under#business {
  /*================================
  message
  =================================*/
  /*================================
  introduction
  =================================*/
}
.under#business .message_wrap {
  margin-bottom: 4em;
  padding: 0 4vw;
}
.under#business .message_wrap .inner .contents {
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#business .message_wrap .inner .contents {
    max-width: 868px;
    margin: 0 auto;
  }
}
.under#business .message_wrap .inner .contents .text_wrap {
  margin-bottom: 1em;
}
.under#business .message_wrap .inner .contents .text_wrap .contents_title {
  margin-bottom: 2em;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.6;
  color: #468976;
}
@media screen and (min-width: 960px) {
  .under#business .message_wrap .inner .contents .text_wrap .contents_title {
    margin-bottom: 1em;
    padding: 2em 0 0 21em;
    text-align: left;
  }
}
.under#business .message_wrap .inner .contents .text_wrap .text {
  padding: 1.5em 2em;
  font-size: 0.85em;
  line-height: 1.75;
  background: rgba(70, 137, 118, 0.2);
  border-radius: 25px;
}
@media screen and (min-width: 960px) {
  .under#business .message_wrap .inner .contents .text_wrap .text {
    padding: 4em 4em 4em 31em;
    line-height: 2;
  }
}
.under#business .message_wrap .inner .contents .image {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#business .message_wrap .inner .contents .image {
    width: 364px;
    height: 364px;
    position: absolute;
    bottom: 1em;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 960px) {
  .under#business .message_wrap .inner .contents .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.under#business .introduction_wrap {
  margin-bottom: 6em;
  padding: 0 4vw;
}
.under#business .introduction_wrap .contents_title {
  margin-bottom: 1.5em;
  font-size: 1.6em;
  text-align: center;
}
.under#business .introduction_wrap .anchor_link {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto 6em;
  padding: 12px 0;
  border-radius: 25px;
  background: #468976;
}
.under#business .introduction_wrap .anchor_link li {
  margin-right: 1em;
  padding-right: 1em;
  font-size: 0.8em;
  position: relative;
}
.under#business .introduction_wrap .anchor_link li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.under#business .introduction_wrap .anchor_link li:last-child:before {
  content: none;
}
.under#business .introduction_wrap .anchor_link li:before {
  content: "/";
  font-size: 1em;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -0.5em;
  transform: translateY(-50%);
}
.under#business .introduction_wrap .anchor_link li a {
  font-size: 1em;
  color: #fff;
}
.under#business .introduction_wrap .inner {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .under#business .introduction_wrap .inner {
    max-width: 1068px;
    margin-right: auto;
    margin-left: auto;
  }
}
.under#business .introduction_wrap .inner .section {
  margin-top: -60px;
  margin-bottom: 4em;
  padding-top: 60px;
}
@media screen and (min-width: 960px) {
  .under#business .introduction_wrap .inner .section {
    margin-top: -115px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 115px;
  }
}
.under#business .introduction_wrap .inner .section:last-child {
  margin-bottom: 0;
}
.under#business .introduction_wrap .inner .section .section_title {
  margin-bottom: 2em;
  font-size: 1.35em;
}
@media screen and (min-width: 960px) {
  .under#business .introduction_wrap .inner .section .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.under#business .introduction_wrap .inner .section .contents .item {
  display: flex;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  .under#business .introduction_wrap .inner .section .contents .item {
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .under#business .introduction_wrap .inner .section .contents .item {
    width: 48%;
  }
}
.under#business .introduction_wrap .inner .section .contents .item .image {
  width: 23.5%;
  margin-right: 2em;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .under#business .introduction_wrap .inner .section .contents .item .image {
    width: 100%;
    max-width: 136px;
  }
}
.under#business .introduction_wrap .inner .section .contents .item .text_wrap .item_title, .under#business .introduction_wrap .inner .section .contents .item .text_wrap .text {
  line-height: 1.4;
}
.under#business .introduction_wrap .inner .section .contents .item .text_wrap .item_title {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #468976;
}
.under#business .introduction_wrap .inner .section .contents .item .text_wrap .text {
  font-size: 0.75em;
}
.under#business .introduction_wrap .link_btn {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .under#business .introduction_wrap .link_btn {
    max-width: 347px;
  }
}
.under#business .introduction_wrap .link_btn a {
  width: 100%;
  padding: 0.75em 0;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25em;
  color: #fff;
  background: #468976;
  border-radius: 40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.under#business .introduction_wrap .link_btn a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.1em;
  border-bottom: solid 1px;
  border-right: solid 2px;
  vertical-align: middle;
  position: absolute;
  top: 47%;
  right: 1em;
  transform: skew(45deg);
}
.under#recruit {
  /*================================
  message
  =================================*/
  /*================================
  voice
  =================================*/
  /*================================
  bottom link
  =================================*/
}
.under#recruit .message_wrap {
  background: #fff;
}
.under#recruit .message_wrap .inner {
  padding: 3em 4vw 8em;
  background: rgba(70, 137, 118, 0.15);
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner {
    padding: 8em 0 12em;
  }
}
.under#recruit .message_wrap .inner .contents_title {
  margin-bottom: 2em;
  font-size: 1.6em;
  text-align: center;
  color: #468976;
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents_title {
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents {
    max-width: 900px;
    margin: 0 auto;
  }
}
.under#recruit .message_wrap .inner .contents .item {
  margin-bottom: 4em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item {
    margin-bottom: 8em;
  }
}
.under#recruit .message_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#recruit .message_wrap .inner .contents .item .image {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item .image {
    width: 279px;
    height: 372px;
    margin-bottom: 0;
    border-radius: 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
.under#recruit .message_wrap .inner .contents .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item .text_wrap {
    display: flex;
    flex-direction: column;
    max-width: 714px;
    padding-top: 4em;
  }
}
.under#recruit .message_wrap .inner .contents .item .text_wrap .text {
  margin-bottom: 1em;
  font-size: 0.75em;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item .text_wrap .text {
    margin-bottom: 0;
    background: #fff;
    border-radius: 25px;
    order: 2;
  }
}
.under#recruit .message_wrap .inner .contents .item .text_wrap dl {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item .text_wrap dl {
    margin-bottom: 2em;
    order: 1;
  }
}
.under#recruit .message_wrap .inner .contents .item .text_wrap dl dt {
  margin-right: 1em;
  font-size: 0.95em;
}
.under#recruit .message_wrap .inner .contents .item .text_wrap dl dd {
  font-size: 1.25em;
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item:nth-child(2n+1) .image {
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item:nth-child(2n+1) .text_wrap {
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item:nth-child(2n+1) .text_wrap .text {
    padding: 50px 60px 50px 140px;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item:nth-child(2n+1) .text_wrap dl {
    justify-content: flex-start;
    padding-left: 140px;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item:nth-child(2n) .image {
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item:nth-child(2n) .text_wrap .text {
    padding: 50px 140px 50px 60px;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .message_wrap .inner .contents .item:nth-child(2n) .text_wrap dl {
    padding-right: 146px;
  }
}
.under#recruit .voice_wrap {
  background: #fff;
}
.under#recruit .voice_wrap .inner {
  padding: 6em 4vw 4em;
}
@media screen and (min-width: 960px) {
  .under#recruit .voice_wrap .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.under#recruit .voice_wrap .inner .contents_title_wrap {
  text-align: center;
  position: absolute;
  top: -13vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .under#recruit .voice_wrap .inner .contents_title_wrap {
    top: -52px;
  }
}
.under#recruit .voice_wrap .inner .contents_title_wrap .small, .under#recruit .voice_wrap .inner .contents_title_wrap .contents_title {
  white-space: nowrap;
  color: #468976;
}
.under#recruit .voice_wrap .inner .contents_title_wrap .small {
  margin-bottom: 1.5em;
  font-size: 0.9em;
}
.under#recruit .voice_wrap .inner .contents_title_wrap .contents_title span {
  padding-bottom: 2vw;
  font-size: 1.7em;
  background-image: linear-gradient(to right, #468976, #468976 6px, transparent 6px, transparent 12px);
  background-size: 15px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 600px) {
  .under#recruit .voice_wrap .inner .contents_title_wrap .contents_title span {
    padding-bottom: 12px;
  }
}
.under#recruit .voice_wrap .inner .contents {
  margin-bottom: 6em;
}
@media screen and (min-width: 782px) {
  .under#recruit .voice_wrap .inner .contents {
    max-width: 868px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1108px) {
  .under#recruit .voice_wrap .inner .contents {
    max-width: 1068px;
  }
}
@media screen and (min-width: 782px) {
  .under#recruit .voice_wrap .inner .contents .item {
    width: 48%;
    margin: 0 auto;
  }
}
.under#recruit .voice_wrap .inner .contents .item .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.under#recruit .voice_wrap .inner .contents .item .top .profile_wrap, .under#recruit .voice_wrap .inner .contents .item .top .image {
  width: 48%;
}
.under#recruit .voice_wrap .inner .contents .item .top .profile_wrap {
  display: flex;
  justify-content: center;
}
.under#recruit .voice_wrap .inner .contents .item .top .profile_wrap .department, .under#recruit .voice_wrap .inner .contents .item .top .profile_wrap .name_wrap .ja, .under#recruit .voice_wrap .inner .contents .item .top .profile_wrap .name_wrap .en {
  writing-mode: vertical-rl;
}
.under#recruit .voice_wrap .inner .contents .item .top .profile_wrap .department {
  margin-right: 1em;
}
.under#recruit .voice_wrap .inner .contents .item .top .profile_wrap .department span {
  display: inline-block;
  padding: 10px;
  font-size: 0.8em;
  border: 1px solid #468976;
  border-radius: 10px;
}
.under#recruit .voice_wrap .inner .contents .item .top .profile_wrap .name_wrap {
  display: flex;
  justify-content: center;
}
.under#recruit .voice_wrap .inner .contents .item .top .profile_wrap .name_wrap .ja {
  margin-right: 1em;
  font-size: 1.6em;
}
.under#recruit .voice_wrap .inner .contents .item .top .profile_wrap .name_wrap .en {
  font-size: 0.75em;
}
.under#recruit .voice_wrap .inner .contents .item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.under#recruit .voice_wrap .inner .contents .item .bottom .text_wrap {
  width: 60%;
}
.under#recruit .voice_wrap .inner .contents .item .bottom .text_wrap .point, .under#recruit .voice_wrap .inner .contents .item .bottom .text_wrap .text {
  line-height: 1.6;
}
.under#recruit .voice_wrap .inner .contents .item .bottom .text_wrap .point {
  margin-bottom: 1em;
  font-size: 0.85em;
  color: #468976;
}
.under#recruit .voice_wrap .inner .contents .item .bottom .text_wrap .text {
  font-size: 0.75em;
}
.under#recruit .voice_wrap .inner .contents .item .bottom .link {
  width: 40%;
  text-align: right;
}
.under#recruit .voice_wrap .inner .contents .item .bottom .link a {
  padding-right: 32px;
}
@media screen and (min-width: 782px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a {
    padding-right: 3.3333333333vw;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a {
    padding-right: 32px;
  }
}
.under#recruit .voice_wrap .inner .contents .item .bottom .link a span.l_text {
  margin-right: 1vw;
  font-size: 0.75em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a span.l_text {
    margin-right: 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 782px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a span.l_text {
    margin-right: 1.0416666667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a span.l_text {
    margin-right: 10px;
    font-size: 15px;
  }
}
.under#recruit .voice_wrap .inner .contents .item .bottom .link a span.arrow {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 782px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a span.arrow {
    width: 3.3333333333vw;
    max-width: 32px;
    height: 3.3333333333vw;
    max-height: 32px;
  }
}
.under#recruit .voice_wrap .inner .contents .item .bottom .link a span.arrow span:before {
  font-size: 0.75em;
}
@media screen and (min-width: 600px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a span.arrow span:before {
    font-size: 15px;
  }
}
@media screen and (min-width: 782px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a span.arrow span:before {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .voice_wrap .inner .contents .item .bottom .link a span.arrow span:before {
    font-size: 15px;
  }
}
.under#recruit .voice_wrap .inner .link_btn {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .under#recruit .voice_wrap .inner .link_btn {
    max-width: 347px;
  }
}
.under#recruit .voice_wrap .inner .link_btn a {
  width: 100%;
  padding: 0.75em 0;
  font-family: "Noto Sans JP", serif;
  font-size: 1.25em;
  color: #fff;
  background: #468976;
  border-radius: 40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.under#recruit .voice_wrap .inner .link_btn a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.1em;
  border-bottom: solid 1px;
  border-right: solid 2px;
  vertical-align: middle;
  position: absolute;
  top: 47%;
  right: 1em;
  transform: skew(45deg);
}
.under#recruit .bottom_link_wrap {
  padding: 4em 0 6em;
  background-color: rgba(0, 0, 0, 0.6);
}
.under#recruit .bottom_link_wrap .inner {
  padding: 0 4vw;
}
.under#recruit .bottom_link_wrap .inner .contents .item {
  padding: 2em 0;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 782px) {
  .under#recruit .bottom_link_wrap .inner .contents .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .bottom_link_wrap .inner .contents .item {
    max-width: 900px;
    margin: 0 auto;
  }
}
.under#recruit .bottom_link_wrap .inner .contents .item:first-child {
  border-top: 1px solid #fff;
}
.under#recruit .bottom_link_wrap .inner .contents .item .image {
  margin-bottom: 2em;
}
@media screen and (min-width: 782px) {
  .under#recruit .bottom_link_wrap .inner .contents .item .image {
    width: 40%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .under#recruit .bottom_link_wrap .inner .contents .item .text_wrap {
    width: 56%;
  }
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap * {
  color: #fff;
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .contents_title_wrap {
  margin-bottom: 1.5em;
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .contents_title_wrap .small {
  margin-bottom: 1em;
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .contents_title_wrap .contents_title {
  font-size: 1.6em;
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .text {
  margin-bottom: 2em;
  font-size: 0.9em;
  line-height: 1.6;
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .link {
  text-align: right;
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .link a {
  padding-right: 32px;
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .link a span.l_text {
  margin-right: 1vw;
  font-size: 0.75em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .link a span.l_text {
    margin-right: 10px;
    font-size: 15px;
  }
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .link a span.arrow {
  width: 32px;
  height: 32px;
}
.under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .link a span.arrow span:before {
  font-size: 0.75em;
}
@media screen and (min-width: 600px) {
  .under#recruit .bottom_link_wrap .inner .contents .item .text_wrap .link a span.arrow span:before {
    font-size: 15px;
  }
}
.under#benefits {
  /*================================
  benefits
  =================================*/
}
.under#benefits .benefits_wrap {
  margin-bottom: 8em;
  padding: 7em 4vw 0;
}
.under#benefits .benefits_wrap .page_title {
  margin-bottom: 4em;
  font-size: 1.6em;
  text-align: center;
  color: #468976;
}
.under#benefits .benefits_wrap .inner {
  margin-bottom: 6em;
}
@media screen and (min-width: 960px) {
  .under#benefits .benefits_wrap .inner {
    max-width: 1068px;
    margin-right: auto;
    margin-left: auto;
  }
}
.under#benefits .benefits_wrap .inner .section {
  margin-bottom: 8em;
}
.under#benefits .benefits_wrap .inner .section:last-child {
  margin-bottom: 0;
}
.under#benefits .benefits_wrap .inner .section .section_title {
  margin-bottom: 2em;
  font-size: 1.35em;
}
@media screen and (min-width: 960px) {
  .under#benefits .benefits_wrap .inner .section .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.under#benefits .benefits_wrap .inner .section .contents .item {
  display: flex;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  .under#benefits .benefits_wrap .inner .section .contents .item {
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .under#benefits .benefits_wrap .inner .section .contents .item {
    width: 48%;
    align-items: flex-start;
  }
}
.under#benefits .benefits_wrap .inner .section .contents .item .image {
  width: 23.5%;
  margin-right: 2em;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .under#benefits .benefits_wrap .inner .section .contents .item .image {
    width: 100%;
    max-width: 136px;
  }
}
.under#benefits .benefits_wrap .inner .section .contents .item .text_wrap .item_title, .under#benefits .benefits_wrap .inner .section .contents .item .text_wrap .text {
  line-height: 1.4;
}
.under#benefits .benefits_wrap .inner .section .contents .item .text_wrap .item_title {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #468976;
}
.under#benefits .benefits_wrap .inner .section .contents .item .text_wrap .text {
  font-size: 0.75em;
}
.under#benefits .benefits_wrap .link {
  text-align: center;
}
.under#kyogoku-cho {
  /*================================
  top
  =================================*/
  /*================================
  city
  =================================*/
  /*================================
  access
  =================================*/
  /*================================
  point
  =================================*/
  /*================================
  neighborhood
  =================================*/
}
.under#kyogoku-cho .top_wrap {
  padding-top: 3em;
}
.under#kyogoku-cho .top_wrap .page_title_wrap {
  margin-bottom: 4em;
  text-align: center;
}
.under#kyogoku-cho .top_wrap .page_title_wrap .small, .under#kyogoku-cho .top_wrap .page_title_wrap .page_title {
  color: #468976;
}
.under#kyogoku-cho .top_wrap .page_title_wrap .small {
  margin-bottom: 2em;
  font-size: 0.75em;
}
.under#kyogoku-cho .top_wrap .page_title_wrap .page_title {
  font-size: 1.6em;
}
.under#kyogoku-cho .top_wrap .top_image {
  height: 56.4102564103vw;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .top_wrap .top_image {
    height: 36.3333333333vw;
    max-height: 282px;
  }
}
.under#kyogoku-cho .top_wrap .top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under#kyogoku-cho .city_wrap {
  padding: 6em 4vw;
  background: #f8f7f0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .city_wrap {
    padding-bottom: 40em;
  }
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .city_wrap {
    padding-bottom: 30em;
  }
}
.under#kyogoku-cho .city_wrap .inner .contents .top {
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .city_wrap .inner .contents .top {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#kyogoku-cho .city_wrap .inner .contents .top .image {
  display: none;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .city_wrap .inner .contents .top .image {
    display: block;
    width: 90%;
  }
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .city_wrap .inner .contents .top .image {
    width: 81.7543859649vw;
    max-width: 932px;
  }
}
.under#kyogoku-cho .city_wrap .inner .contents .top .catch {
  margin-bottom: 3em;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .city_wrap .inner .contents .top .catch {
    margin-bottom: 0;
    position: absolute;
    top: 6%;
    right: 3%;
  }
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .city_wrap .inner .contents .top .catch {
    top: 8%;
    right: 7%;
  }
}
.under#kyogoku-cho .city_wrap .inner .contents .top .catch span {
  display: inline-block;
  padding-bottom: 0.5vw;
  font-size: 1.2em;
  color: #468976;
  background-image: linear-gradient(to right, #468976, #468976 6px, transparent 6px, transparent 12px);
  background-size: 15px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .city_wrap .inner .contents .top .catch span {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .city_wrap .inner .contents .top .catch span {
    font-size: 1.4em;
  }
}
.under#kyogoku-cho .city_wrap .inner .contents .text {
  font-size: 0.9em;
  line-height: 2;
  color: #468976;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .city_wrap .inner .contents .text {
    padding: 4em 1em 4em 4em;
    color: #fff;
    background: #468976;
    border-top-left-radius: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .city_wrap .inner .contents .text {
    width: 43.75vw;
    padding-left: 6em;
    font-size: 12px;
    line-height: 2.5;
  }
}
.under#kyogoku-cho .access_wrap {
  padding: 3em 4vw 6em;
  background: #f8f7f0;
  position: relative;
}
.under#kyogoku-cho .access_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/kyogoku-cho/access_bg_sp.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .access_wrap:before {
    background: url("../images/kyogoku-cho/access_bg.svg") no-repeat center center;
    background-size: cover;
  }
}
.under#kyogoku-cho .access_wrap .inner {
  padding-top: 3em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .access_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
  }
}
.under#kyogoku-cho .access_wrap .inner .contents .map {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .access_wrap .inner .contents .map {
    width: 56%;
    order: 2;
  }
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .access_wrap .inner .contents .text_wrap {
    max-width: 350px;
    order: 1;
  }
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap .contents_title {
  font-size: 1.2em;
  color: #468976;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .access_wrap .inner .contents .text_wrap .contents_title {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .access_wrap .inner .contents .text_wrap .contents_title {
    margin-bottom: 1.5em;
    position: unset;
  }
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 11.7948717949vw;
  margin-bottom: 1em;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .access_wrap .inner .contents .text_wrap ul li {
    height: 56px;
  }
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap ul li:last-child {
  margin-bottom: 0;
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap ul li span {
  display: block;
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap ul li span.line {
  width: 80px;
  height: 2px;
  margin-right: 15px;
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap ul li span.line.dash {
  background-image: linear-gradient(to right, #000, #000 6px, transparent 6px, transparent 12px);
  background-size: 9px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap ul li span.line.solid {
  background: #000;
}
.under#kyogoku-cho .access_wrap .inner .contents .text_wrap ul li span.text {
  font-size: 0.75em;
  line-height: 1.4;
}
.under#kyogoku-cho .point_wrap {
  margin-bottom: 6em;
  padding: 4em 4vw;
  background: url("../images/common/green_bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .under#kyogoku-cho .point_wrap {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
.under#kyogoku-cho .point_wrap .inner .contents_title_wrap {
  margin-bottom: 4em;
  text-align: center;
}
.under#kyogoku-cho .point_wrap .inner .contents_title_wrap .small, .under#kyogoku-cho .point_wrap .inner .contents_title_wrap .contents_title span {
  color: #fff;
}
.under#kyogoku-cho .point_wrap .inner .contents_title_wrap .small {
  margin-bottom: 1.5em;
  font-size: 0.75em;
}
.under#kyogoku-cho .point_wrap .inner .contents_title_wrap .contents_title span {
  padding-bottom: 2vw;
  font-size: 1.6em;
  background-image: linear-gradient(to right, #fff, #fff 6px, transparent 6px, transparent 12px);
  background-size: 15px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .point_wrap .inner .contents_title_wrap .contents_title span {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .point_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 868px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .point_wrap .inner .contents:after {
    content: "";
    width: 31.5%;
  }
}
.under#kyogoku-cho .point_wrap .inner .contents .item {
  margin-bottom: 2em;
  padding: 25px 20px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .point_wrap .inner .contents .item {
    width: 31.5%;
  }
}
.under#kyogoku-cho .point_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .point_wrap .inner .contents .item:nth-child(4) {
    margin-bottom: 0;
  }
}
.under#kyogoku-cho .point_wrap .inner .contents .item .item_title {
  width: 25.641025641vw;
  margin-bottom: 1em;
  padding: 0.2em 0;
  font-size: 0.9em;
  text-align: center;
  color: #fff;
  background: #468976;
  border-radius: 15px;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .point_wrap .inner .contents .item .item_title {
    width: 100%;
    max-width: 100px;
  }
}
.under#kyogoku-cho .point_wrap .inner .contents .item .text {
  font-size: 0.75em;
  line-height: 1.6;
}
.under#kyogoku-cho .neighborhood_wrap {
  margin-bottom: 6em;
  padding: 4em 4vw;
  position: relative;
}
.under#kyogoku-cho .neighborhood_wrap:before {
  content: "";
  width: calc(100% - 4vw);
  height: 100%;
  background: #f8f7f0;
  border-radius: 0 70px 70px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .neighborhood_wrap:before {
    width: 74.168797954vw;
  }
}
@media screen and (min-width: 1068px) {
  .under#kyogoku-cho .neighborhood_wrap:before {
    width: calc((100% + 500px) / 2);
  }
}
.under#kyogoku-cho .neighborhood_wrap .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .neighborhood_wrap .inner {
    max-width: 1068px;
    margin: 0 auto;
  }
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents_title_wrap {
  margin-bottom: 2em;
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents_title_wrap .small {
  margin-bottom: 1.5em;
  font-size: 0.75em;
  color: #468976;
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents_title_wrap .contents_title span {
  padding-bottom: 2vw;
  font-size: 1.6em;
  background-image: linear-gradient(to right, #000, #000 6px, transparent 6px, transparent 12px);
  background-size: 15px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .neighborhood_wrap .inner .contents_title_wrap .contents_title span {
    padding-bottom: 12px;
  }
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents {
  margin-bottom: 4em;
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .neighborhood_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents .item {
  margin-bottom: 4em;
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .neighborhood_wrap .inner .contents .item {
    width: 48%;
  }
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 782px) {
  .under#kyogoku-cho .neighborhood_wrap .inner .contents .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents .item .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents .item .top .image {
  width: 71%;
  flex-shrink: 0;
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents .item .top .item_title {
  display: flex;
  align-items: flex-end;
  width: 21%;
  font-size: 1.1em;
  line-height: 1.6;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.under#kyogoku-cho .neighborhood_wrap .inner .contents .item .text {
  padding-right: 4vw;
  font-size: 0.8em;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .under#kyogoku-cho .neighborhood_wrap .inner .contents .item .text {
    width: 71%;
    padding-right: 0;
  }
}
.under#kyogoku-cho .neighborhood_wrap .inner .link {
  text-align: center;
}
.under#requirements {
  /*================================
  requirements
  =================================*/
  /*================================
  job
  =================================*/
  /*================================
  flow
  =================================*/
}
.under#requirements .requirements_wrap {
  margin-bottom: 6em;
  padding: 4em 4vw 0;
}
.under#requirements .requirements_wrap .page_title {
  margin-bottom: 2em;
  font-size: 1.8em;
  text-align: center;
  color: #468976;
}
.under#requirements .requirements_wrap .inner .contents {
  padding: 40px 30px;
  border-radius: 35px;
  border: 2px solid #468976;
}
@media screen and (min-width: 782px) {
  .under#requirements .requirements_wrap .inner .contents {
    max-width: 868px;
    margin: 0 auto;
    padding: 60px 40px;
    border-radius: 50px;
  }
}
.under#requirements .requirements_wrap .inner .contents dl {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #468976;
}
@media screen and (min-width: 782px) {
  .under#requirements .requirements_wrap .inner .contents dl {
    display: flex;
    align-items: center;
  }
}
.under#requirements .requirements_wrap .inner .contents dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.under#requirements .requirements_wrap .inner .contents dl dt {
  margin-bottom: 1em;
}
@media screen and (min-width: 782px) {
  .under#requirements .requirements_wrap .inner .contents dl dt {
    width: 35%;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.under#requirements .requirements_wrap .inner .contents dl dd {
  font-size: 0.75em;
  line-height: 1.6;
}
.under#requirements .job_wrap {
  padding: 4em 4vw;
  background: #468976;
}
@media screen and (min-width: 960px) {
  .under#requirements .job_wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#requirements .job_wrap .inner {
    display: flex;
    justify-content: flex-end;
  }
}
.under#requirements .job_wrap .inner .contents_title {
  margin-bottom: 2em;
  font-size: 1.6em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .under#requirements .job_wrap .inner .contents_title {
    display: flex;
    align-items: center;
    width: 15%;
    margin-bottom: 0;
    padding-top: 2em;
    font-size: 1.8em;
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.under#requirements .job_wrap .inner .contents {
  padding: 1em;
  background: #fff;
  border-radius: 25px;
}
@media screen and (min-width: 600px) {
  .under#requirements .job_wrap .inner .contents {
    padding: 4em 2em;
  }
}
@media screen and (min-width: 960px) {
  .under#requirements .job_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2em;
    border-radius: 25px 0 0 25px;
  }
}
.under#requirements .job_wrap .inner .contents .item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
@media screen and (min-width: 960px) {
  .under#requirements .job_wrap .inner .contents .item {
    width: 48%;
    background-image: linear-gradient(to right, #468976, #468976 6px, transparent 6px, transparent 12px);
    background-size: 15px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: none;
  }
}
.under#requirements .job_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .under#requirements .job_wrap .inner .contents .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.under#requirements .job_wrap .inner .contents .item .image {
  width: 100%;
  max-width: 42px;
  margin-right: 2em;
  flex-shrink: 0;
}
.under#requirements .job_wrap .inner .contents .item .text_wrap .item_title {
  margin-bottom: 0.5em;
  color: #468976;
}
.under#requirements .job_wrap .inner .contents .item .text_wrap .text {
  font-size: 0.75em;
  line-height: 1.25;
}
.under#requirements .flow_wrap {
  padding: 4em 4vw 6em;
  background: #f8f7f0;
}
.under#requirements .flow_wrap .inner .contents_title {
  margin-bottom: 2em;
  font-size: 1.6em;
  line-height: 1.75;
  text-align: center;
  color: #468976;
}
@media screen and (min-width: 960px) {
  .under#requirements .flow_wrap .inner .contents_title {
    font-size: 1.8em;
  }
}
.under#requirements .flow_wrap .inner .contents {
  margin-bottom: 6em;
}
@media screen and (min-width: 960px) {
  .under#requirements .flow_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
  }
}
.under#requirements .flow_wrap .inner .contents .item {
  margin-bottom: 4em;
  padding: 18px 23px;
  background: #fff;
  border: 2px solid #468976;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#requirements .flow_wrap .inner .contents .item {
    width: 22%;
    margin-bottom: 0;
  }
}
.under#requirements .flow_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#requirements .flow_wrap .inner .contents .item:last-child:before {
  content: none;
}
.under#requirements .flow_wrap .inner .contents .item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5.1282051282vw solid transparent;
  border-left: 5.1282051282vw solid transparent;
  border-top: 3.5897435897vw solid #468976;
  border-bottom: 0;
  position: absolute;
  bottom: -10.7692307692vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .under#requirements .flow_wrap .inner .contents .item:before {
    border-right-width: 20px;
    border-left-width: 20px;
    border-top-width: 14px;
    bottom: -46px;
  }
}
@media screen and (min-width: 960px) {
  .under#requirements .flow_wrap .inner .contents .item:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #468976;
    border-right: 0;
    top: 50%;
    right: -15%;
    bottom: unset;
    left: unset;
    transform: translate(0, -50%);
  }
}
.under#requirements .flow_wrap .inner .contents .item .step {
  margin-bottom: 1em;
}
.under#requirements .flow_wrap .inner .contents .item .step span {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  background: #468976;
  border-radius: 15px;
  padding: 5px 16px 3px;
}
.under#requirements .flow_wrap .inner .contents .item .item_title {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #468976;
}
.under#requirements .flow_wrap .inner .contents .item .text {
  font-size: 0.75em;
  line-height: 1.4;
}
.under#requirements .flow_wrap .inner .link {
  text-align: center;
}
.under .staff {
  /*================================
  mv
  =================================*/
  /*================================
  interview
  =================================*/
}
.under .staff .interview_mv {
  position: relative;
}
.under .staff .interview_mv .image {
  height: 70.2564102564vw;
}
.under .staff .interview_mv .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .under .staff .interview_mv .image img {
    -o-object-position: 77% 21%;
       object-position: 77% 21%;
  }
}
@media screen and (min-width: 600px) {
  .under .staff .interview_mv .image {
    height: 35.625vw;
    min-height: 278px;
    max-height: 342px;
  }
}
.under .staff .interview_mv .page_title_wrap {
  width: calc(100% - 4vw);
  padding: 1em 0 1em 50px;
  background: #fff;
  border-radius: 25px 0 0 25px;
  position: absolute;
  bottom: -24%;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .under .staff .interview_mv .page_title_wrap {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    bottom: -28%;
  }
}
@media screen and (min-width: 960px) {
  .under .staff .interview_mv .page_title_wrap {
    width: calc((100% + 880px) / 2);
    margin-left: auto;
  }
}
.under .staff .interview_mv .page_title_wrap .small {
  margin-bottom: 0.5em;
}
.under .staff .interview_mv .page_title_wrap .small span {
  display: inline-block;
  padding: 6px 20px;
  font-size: 0.7em;
  color: #fff;
  background: #468976;
  border-radius: 8px;
}
@media screen and (min-width: 600px) {
  .under .staff .interview_mv .page_title_wrap .small span {
    font-size: 0.75em;
  }
}
.under .staff .interview_mv .page_title_wrap .page_title {
  font-size: 0.9em;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .under .staff .interview_mv .page_title_wrap .page_title {
    font-size: 1.6em;
    line-height: 1.4;
  }
}
.under .staff .interview_mv .page_title_wrap .page_title .name {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 0.9em;
  color: #468976;
}
@media screen and (min-width: 600px) {
  .under .staff .interview_mv .page_title_wrap .page_title .name {
    padding-left: 1em;
    font-size: 0.7em;
  }
}
.under .staff .interview_wrap {
  padding: 6em 4vw 6em;
  background: #f8f7f0;
}
@media screen and (min-width: 600px) {
  .under .staff .interview_wrap {
    padding-top: 8em;
  }
}
.under .staff .interview_wrap .inner .contents {
  margin-bottom: 4em;
}
@media screen and (min-width: 782px) {
  .under .staff .interview_wrap .inner .contents {
    max-width: 868px;
    margin-right: auto;
    margin-left: auto;
  }
}
.under .staff .interview_wrap .inner .contents .item {
  margin-bottom: 2em;
}
.under .staff .interview_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under .staff .interview_wrap .inner .contents .item .contents_title {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #468976;
}
.under .staff .interview_wrap .inner .contents .item .text {
  font-size: 0.9em;
  line-height: 1.6;
}
@media screen and (min-width: 782px) {
  .under .staff .interview_wrap .inner .contents .item.column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 782px) {
  .under .staff .interview_wrap .inner .contents .item.column .image, .under .staff .interview_wrap .inner .contents .item.column .text_wrap {
    width: 48%;
  }
}
@media screen and (min-width: 782px) {
  .under .staff .interview_wrap .inner .contents .item.column .text_wrap {
    margin-bottom: 0;
  }
}
.under .staff .interview_wrap .inner .last_message_wrap {
  margin-bottom: 6em;
  padding: 30px;
  background: #fff;
  border: 2px solid #468976;
  border-radius: 25px;
}
@media screen and (min-width: 782px) {
  .under .staff .interview_wrap .inner .last_message_wrap {
    max-width: 868px;
    margin-right: auto;
    margin-left: auto;
  }
}
.under .staff .interview_wrap .inner .last_message_wrap .contents_title {
  margin-bottom: 1em;
  font-size: 1.6em;
  color: #468976;
}
.under .staff .interview_wrap .inner .last_message_wrap .text {
  font-size: 0.85em;
  line-height: 1.6;
}
.under .staff .interview_wrap .inner .link {
  text-align: center;
}
.under#contact {
  /*================================
  policy
  =================================*/
}
.under#contact ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.under#contact ::placeholder {
  color: #ccc;
  opacity: 1;
}
.under#contact .grecaptcha-badge {
  visibility: visible;
  bottom: 120px !important;
  z-index: 999;
}
.under#contact .contact_wrap {
  padding-top: 6em;
}
.under#contact .contact_wrap .page_title {
  margin-bottom: 3em;
  font-size: 1.8em;
  text-align: center;
  color: #468976;
}
.under#contact .contact_wrap .inner {
  padding: 4em 4vw 8em;
  background: #fffdf6;
}
.under#contact .contact_wrap .inner .contents {
  max-width: 868px;
  margin: 0 auto 4em;
}
.under#contact .contact_wrap .inner .contents dl {
  margin-bottom: 3em;
}
.under#contact .contact_wrap .inner .contents dl:last-child {
  margin-bottom: 0;
}
.under#contact .contact_wrap .inner .contents dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.under#contact .contact_wrap .inner .contents dl dt span {
  display: block;
}
.under#contact .contact_wrap .inner .contents dl dt span.form_title {
  margin-right: 5px;
  font-size: 0.8em;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dt span.form_title {
    font-size: 1em;
  }
}
.under#contact .contact_wrap .inner .contents dl dt span.required {
  padding: 4px 5px;
  font-size: 0.6em;
  color: #fff;
  background: #ed1c24;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dt span.required {
    font-size: 0.8em;
  }
}
.under#contact .contact_wrap .inner .contents dl dd.input_text input, .under#contact .contact_wrap .inner .contents dl dd.input_text textarea, .under#contact .contact_wrap .inner .contents dl dd.textarea input, .under#contact .contact_wrap .inner .contents dl dd.textarea textarea {
  width: 100%;
  padding: 1.2em 1.5em;
  font-size: 0.65em;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dd.input_text input, .under#contact .contact_wrap .inner .contents dl dd.input_text textarea, .under#contact .contact_wrap .inner .contents dl dd.textarea input, .under#contact .contact_wrap .inner .contents dl dd.textarea textarea {
    font-size: 0.8em;
  }
}
.under#contact .contact_wrap .inner .contents dl dd.input_text textarea, .under#contact .contact_wrap .inner .contents dl dd.textarea textarea {
  resize: vertical;
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap, .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap span {
  display: block;
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox {
    flex-direction: inherit;
  }
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 0.8em;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:last-child {
    margin-right: 0;
  }
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  padding-left: 25px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    padding-left: 30px;
  }
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:before, .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #468976;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:before {
    width: 18px;
    height: 18px;
  }
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #468976;
  border-radius: 50%;
  left: 3px;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:after {
    width: 12px;
    height: 12px;
    left: 4px;
  }
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label.checked:after {
  opacity: 1;
}
.under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 0.8em;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .contents dl dd.input_checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1em;
  }
}
.under#contact .contact_wrap .inner .policy_text {
  margin-bottom: 1.5em;
  font-size: 0.85em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .policy_text {
    font-size: 1em;
  }
}
.under#contact .contact_wrap .inner .policy_text a {
  font-size: 1em;
  border-bottom: 1px solid #000;
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin-bottom: 0.8em;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item:last-child {
    margin-right: 0;
  }
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  padding-left: 25px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
    padding-left: 30px;
  }
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label:before, .under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #468976;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label:before {
    width: 18px;
    height: 18px;
  }
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #468976;
  border-radius: 50%;
  left: 3px;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label:after {
    width: 12px;
    height: 12px;
    left: 4px;
  }
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label.checked:after {
  opacity: 1;
}
.under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 0.8em;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .policy_text .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1em;
  }
}
.under#contact .contact_wrap .inner .send_btn {
  max-width: 250px;
  margin: 0 auto 1em;
}
.under#contact .contact_wrap .inner .send_btn input {
  width: 100%;
  padding: 14px 0;
  font-size: 0.9em;
  color: #fff;
  background: #468976;
  border: 1px solid #468976;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .send_btn input {
    font-size: 1em;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 600px) {
  .under#contact .contact_wrap .inner .send_btn input:hover {
    color: #468976;
    background: #fff;
  }
}
.under#contact .contact_wrap .inner .send_btn input:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #468976 !important;
  background-color: #468976 !important;
  color: #fff !important;
  border-radius: 50px;
}
.under#contact .contact_wrap .wpcf7-not-valid-tip {
  padding-top: 0.5em;
  font-size: 0.7em;
  color: #468976;
}
.under#contact .contact_wrap .wpcf7-spinner {
  display: none;
}
.under#contact .contact_wrap .wpcf7-response-output {
  max-width: 868px;
  margin: 0 auto;
}
.under#privacy-policy {
  /*================================
  policy
  =================================*/
}
.under#privacy-policy .policy_wrap * {
  line-height: 1.75;
  color: #468976;
}
.under#privacy-policy .policy_wrap .inner {
  padding: 4em 4vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap .inner {
    padding-top: 0;
  }
}
.under#privacy-policy .policy_wrap .inner .top_wrap {
  max-width: 900px;
  margin: 0 auto 3em;
}
.under#privacy-policy .policy_wrap .inner .top_wrap .page_title {
  margin-bottom: 1em;
  font-size: 2em;
  color: #468976;
}
.under#privacy-policy .policy_wrap .inner .contents {
  max-width: 900px;
  margin: 0 auto;
}
.under#privacy-policy .policy_wrap .inner .contents .item {
  margin-bottom: 3em;
}
.under#privacy-policy .policy_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#privacy-policy .policy_wrap .inner .contents .item .contents_title {
  margin-bottom: 1em;
  padding: 2px 0;
  line-height: 1;
  border-top: 2px solid #468976;
  border-bottom: 2px solid #468976;
}
.under#privacy-policy .policy_wrap .inner .contents .item .contents_title span {
  display: block;
  padding: 0.75em 1em;
  font-size: 1.2em;
  color: #fff;
  background: #468976;
}
.under#privacy-policy .policy_wrap .inner .contents .item ol {
  counter-reset: listnum;
}
.under#privacy-policy .policy_wrap .inner .contents .item ol li {
  margin-left: 1em;
  text-indent: -1em;
}
.under#privacy-policy .policy_wrap .inner .contents .item ol li:before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}/*# sourceMappingURL=style.css.map */