@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

main {
  display: block;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

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

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

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

.headLine03 {
  margin-bottom: 20px;
  padding-bottom: 26px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #d1cfcf;
}

@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 10px;
    padding-bottom: 13px;
    font-size: 1.8rem;
  }
}

/*///////////////////////////////

variable

/////////////////////////////*/
/*-----------------------------
ブレークポイント
-----------------------------*/
/*-----------------------------
color
-----------------------------*/
/*///////////////////////////////

mixin

/////////////////////////////*/
/*///////////////////////////////

bace

/////////////////////////////*/
/*-----------------------------
font
-----------------------------*/
/*-----------------------------
bace
-----------------------------*/

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.78125vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.33333vw;
  }
}

header,
main,
footer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.6rem;
}

main {
  overflow: hidden;
}

p {
  line-height: 2.2;
}

a {
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
}

.header {
  width: 100%;
  padding-left: 2rem;
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 7rem;
/* background-image: url("../images/common/heaer_inner.jpg");
  background-size: cover;
  background-repeat: no-repeat;   */
 background-color: #fff;
}

@media (min-width: 769px) {
  .header {
    padding-left: 5rem;
    height: 9rem;
  }
}

.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.header-logo {
  width: 17rem;
  height: 5rem;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .header-logo {
    width: 22.7rem;
    height: 5rem;
  }
}

.header-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 7rem;
  background: #599D64;
  color: #fff;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .header-link {
    width: 25.4rem;
    height: 9rem;
    font-size: 1.6rem;
  }
}

.header-link::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/contact-arrow.png) center/contain no-repeat;
  margin-left: 0.8rem;
}

@media (min-width: 769px) {
  .header-link::after {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 1.5rem;
  }
}

.header-btn {
  width: 6rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}

@media (min-width: 769px) {
  .header-btn {
    width: 9rem;
    height: 9rem;
  }
}

.header-btn_inner {
  width: 2.5rem;
  height: 1.7rem;
  position: relative;
}

@media (min-width: 769px) {
  .header-btn_inner {
    width: 30px;
    height: 20px;
  }
}

.header-btn_inner span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #333;
  position: absolute;
}

.header-btn_inner span:nth-of-type(1) {
  top: 0;
}

.header-btn_inner span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header-btn_inner span:nth-of-type(3) {
  bottom: 0;
}

.header-nav {
  position: absolute;
  top: 0;
  right: calc(-100% - 1rem);
  background: #599D64;
  width: calc(100% + 1rem);
  max-width: 44.4rem;
  height: 100vh;
  padding: 4rem 2rem;
  transition: 0.4s;
  overflow-y: auto;
}

@media (min-width: 769px) {
  .header-nav {
    right: -44.4rem;
    padding: 4rem;
  }
}

.header-nav.active {
  right: 0;
  transition: 0.4s;
}

.header-nav_close {
  width: 3rem;
  height: 3rem;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 6rem;
}

.header-nav_close span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.2rem;
  background: #fff;
  display: block;
}

.header-nav_close span:nth-of-type(1) {
  transform: rotate(45deg);
}

.header-nav_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.header-menu {
  width: 100%;
  /*   max-width: 310px; */
  margin-right: 0;
  margin-left: auto;
}

.header-menu_item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.header-menu_item::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background: #fff;
  margin-bottom: 0.8rem;
}

.header-menu_item:first-of-type .header-menu_link p,
.header-menu_item:last-of-type .header-menu_link p {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-left: 0.2rem;
  font-size: 1.4rem;
}

.header-menu_item:not(.border) {
  padding: 2.4rem 0;
}

.header-menu_item:first-of-type {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.header-menu_item:last-of-type {
  padding-top: 3rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.header-menu_link {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  width: 100%;
}

.header-menu_link p {
  margin-bottom: 1rem;
}

.header-menu_link p span {
  font-size: 1.4rem;
  padding: 0.4rem 0.8rem;
  border: 0.2rem solid #fff;
  background: #599D64;
  color: #fff;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.footer {
  background: #42561E;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 4rem 2rem;
  position: relative;
}

.top {
  position: absolute;
  bottom: 12rem;
  right: 2rem;
  background: url(../images/common/top.png) center/contain no-repeat;
  width: 7rem;
  height: 7rem;
  z-index: 100;
  display: block;
}

@media (min-width: 769px) {
  .top {
    width: 10.3rem;
    height: 10.3rem;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.inner.w-1200 {
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 1240px;
}

.inner.w-1400 {
  max-width: 1400px;
}

.ttl span {
  display: block;
}

.ttl .en {
  color: #42561E;
  font-family: "Cardo", serif;
}

.ttl .ja {
  display: flex;
  align-items: center;
  letter-spacing: 0.6rem;
}

.ttl .ja::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #73b57e;
  border-radius: 50%;
}

@media (min-width: 769px) {
  .ttl .ja::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.ttl.beside .ja {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .ttl.beside .ja {
    margin-top: 4.9rem;
  }
}

.ttl.beside .ja::before {
  margin-right: 1.2rem;
}

@media (min-width: 769px) {
  .ttl.beside .ja::before {
    margin-right: 2.3rem;
  }
}

@media (min-width: 769px) {
  .ttl.vertical {
    display: flex;
  }
}
@media (min-width: 769px) {
  .ttl.vertical .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.ttl.vertical .ja {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .ttl.vertical .ja {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: 2rem;
  }
}

@media (min-width: 769px) {
  .ttl.vertical .ja {
    /*     margin-left: 50px; */
  }
}

.ttl.vertical .ja::before {
  /*   margin-bottom: 12px; */
  margin-top: 0.5rem;
  margin-right: 1rem;
}

@media (min-width: 769px) {
  .ttl.vertical .ja::before {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    margin-right: 0;
  }
}

.ttl.contact {
  text-align: center;
  margin-bottom: 6rem;
}

@media (min-width: 769px) {
  .ttl.contact {
    margin-bottom: 10.3rem;
  }
}

.ttl.contact .ja {
  display: block;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .ttl.contact .ja {
    margin-top: 4rem;
  }
}

.ttl.contact .ja::before {
  content: none;
}

.ttl.white .en {
  color: #fff;
}

.ttl.white .ja {
  color: #fff;
}

.ttl.white .ja::before {
  background: #73b57e;
}

.index .ttl .en {
  font-size: 4rem;
}

@media (min-width: 769px) {
  .index .ttl .en {
    font-size: 9.4rem;
  }
}

.index .ttl .ja {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .index .ttl .ja {
    font-size: 2.2rem;
  }
}

.line {
  background: linear-gradient(transparent 60%, #fecb09 60%);
}

.index .ttl.beside .ja {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .index .ttl.beside .ja {
    margin-top: 4.9rem;
  }
}

.index .ttl.beside .ja::before {
  margin-right: 1.2rem;
}

@media (min-width: 769px) {
  .index .ttl.beside .ja::before {
    margin-right: 2.3rem;
  }
}

.recruit .ttl .en {
  font-size: 3.4rem;
/*   color: #fff; */
}

@media (min-width: 769px) {
  .recruit .ttl .en {
    font-size: 6.5rem;
  }
}

.recruit .ttl .ja {
  font-size: 1.5rem;
/*   color: #fff; */
}

@media (min-width: 769px) {
  .recruit .ttl .ja {
    font-size: 2rem;
  }
}

.recruit .ttl.beside .ja {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .recruit .ttl.beside .ja {
    margin-top: 3.4rem;
  }
}

.recruit .ttl.beside .ja::before {
  margin-right: 1.2rem;
}

@media (min-width: 769px) {
  .recruit .ttl.beside .ja::before {
    margin-right: 2.4rem;
  }
}

@media (min-width: 769px) {
  .company_box {
    display: flex;
  }
}

.company_desc {
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .company_desc {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin-bottom: 0;
  }
}

.company_item {
  width: 100%;
  padding: 1.8rem 0 0;
}

@media (min-width: 769px) {
  .company_item {
    width: 14rem;
    padding: 1.8rem 0;
  }
}

@media (min-width: 769px) {
  .company_item:not(:last-of-type) {
    border-bottom: 0.1rem solid #ddd;
  }
}

.company_detail {
  width: 100%;
  padding: 1.8rem 0;
  line-height: 1.8;
}

@media (min-width: 769px) {
  .company_detail {
    width: calc(100% - 14rem);
  }
}

.company_detail:not(:last-of-type) {
  border-bottom: 0.1rem solid #ddd;
}

@media (min-width: 769px) {
  .company_map {
    width: 50vw;
    padding-left: 4rem;
  }
}

.company_map .map {
  position: relative;
  width: 100%;
  height: 30rem;
}

@media (min-width: 769px) {
  .company_map .map {
    height: 100%;
  }
}

.company_map .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec-pt {
  padding-top: 10rem;
}

@media (min-width: 769px) {
  .sec-pt {
    padding-top: 14.4rem;
  }
}

.sec-orange {
  background: #f9f0e8;
}

.fedein {
  opacity: 0;
  transform: translate(0, 3rem);
  transition: 0.4s;
}

.fedein.isAnimate {
  opacity: 1;
  transform: translate(0, 0);
}

.index-mv {
  /*   height: 100vh; */
  position: relative;
  margin-top: 5rem;
}

.index-mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.2;
  font-size: 3.2rem;
  color: #fff;
}

.recruit .index-mv {
  margin-top: 0;
}

@media (min-width: 769px) {
  .index-mv {
    margin-top: 9rem;
  }

  .index-mv h2 {
    font-size: 6.4rem;
  }
}

.bg {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

/* .comVisual .bg-about {
		position: relative;
		width: 800px;
		height: 500px;
		margin: 0 auto 5em;
	} */

@media only screen and (min-width: 0px) and (max-width: 900px) {
  .bg {
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .bg {
    position: relative;
    width: 100%;
  }

  .bg {
    height: auto;
  }

  .bg-about {
    position: static;
    width: 100%;
    height: 100%;
  }
}

.index-mv h2 span {
  display: inline-block;
}

.index-mv .video_wrapper {
  position: relative;
  width: 100vw;
  padding-top: 70%;
  overflow: hidden;
}

.index-mv .video_wrapper > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 890px) {
  .index-mv .video_wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
  }

  /*     .mainVisual .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 0 !important;
    } */

  .index-mv .video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }

  .mainVisual .bg {
    height: auto;
  }

  .bg-about {
    position: static;
    width: 100%;
    height: 100%;
  }

  .index-mv .video_wrapper .video {
    position: static;
  }

  .index-mv .video_wrappervideo {
    position: static;
    transform: none;
  }
}

.index-interview {
  padding-top: 100px;
  background: linear-gradient(
    transparent 0%,
    transparent 50%,
    #c3dfc6 50%,
    #c3dfc6 93%,
    transparent 93%,
    transparent 100%
  );
}

.index-interview_card {
  border-left: 1px solid #a4c960;
  display: flex;
  margin: 100px 1.6rem 0;
  padding: 5rem 1rem 1.6rem;
  position: relative;
  transition: 0.2s;
  color: #1e1e1e;
}

@media (min-width: 769px) {
  .index-interview_card {
    padding: 5rem 0px 3rem;
    margin: 15rem 0px 0;
  }
}

.index-interview_cardYear {
  transform-origin: bottom left;
  transform: rotate(90deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  position: absolute;
  top: -1.2rem;
  left: 0;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .index-interview_cardYear {
    font-size: 1.6rem;
  }
}

.index-interview_cardMain {
  position: relative;
  margin-left: 3rem;
}

.index-interview_cardName {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #c3dfc6;
  width: 80%;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .index-interview_cardName {
    /*     width: 130px;
    height: 130px; */
    font-size: 1.4rem;
  }
}

.index-interview_cardName span {
  display: block;
  color: #333;
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 769px) {
  .index-interview_cardName span {
    font-size: 2.8rem;
  }
}

.index-interview .slick-current {
  transform: translateY(-6rem);
}

@media (min-width: 769px) {
  .index-interview .slick-current {
    transform: translateY(-10rem);
  }
}

.index-interview .slick-dots {
  bottom: -3rem;
}

@media (min-width: 769px) {
  .index-interview .slick-dots {
    bottom: -8.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 40rem;
  }
}

.index-interview .slick-prev:before,
.index-interview .slick-next:before {
  color: transparent !important;
}

.index-interview .slick-next {
  background: url(../images/top/next.png) center/contain no-repeat;
}

.index-interview .slick-prev {
  background: url(../images/top/prev.png) center/contain no-repeat;
}

.index-interview .arrows {
  width: 6rem;
  height: 4.7rem;
  margin-right: 30rem;
  margin-left: auto;
  margin-top: 4.8rem;
  position: relative;
}

@media (min-width: 769px) {
  .index-interview .slick-arrow {
    width: 4.7rem;
    height: 4.7rem;
  }
}

.index-about {
  padding-top: 8rem;
}

@media (min-width: 769px) {
  .index-about {
    padding-top: 10rem;
  }
}

.index-about_inner {
  position: relative;
}

@media (min-width: 769px) {
  .index-about_inner {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .index-about .inner-s {
    display: flex;
    flex-flow: column-reverse;
  }
}

.index-about .ttl {
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .index-about .ttl {
    margin-bottom: 0;
  }
}

.index-about_text {
  background: #fff;
  padding: 4rem 0px;
  width: 100%;
}

@media (min-width: 769px) {
  .index-about_text {
    width: 53rem;
    padding: 7.3rem 2.6rem;
    margin-left: 6rem;
    margin-bottom: -18rem;
  }
}

.index-about_textTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.57;
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .index-about_textTtl {
    font-size: 3.1rem;
    margin-bottom: 6.7rem;
  }
}

@media (min-width: 769px) {
  .index-about_img {
    position: absolute;
    width: 55vw;
    height: 55.6rem;
    right: calc(50% - 50vw);
    bottom: -8rem;
    top: auto;
    z-index: -1;
  }
}

.index-about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-business {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background: linear-gradient(
    transparent 0%,
    transparent 5%,
    #c3dfc6 5%,
    #c3dfc6 100%
  );
}

@media (min-width: 769px) {
  .index-business {
    padding-top: 27rem;
    padding-bottom: 25rem;
    background: linear-gradient(
      transparent 0%,
      transparent 50%,
      #c3dfc6 50%,
      #c3dfc6 93%,
      transparent 93%,
      transparent 100%
    );
  }
}

@media (max-width: 768px) {
  .index-business .inner-s {
    display: flex;
    flex-flow: column;
  }
}

.index-business .ttl {
  flex-direction: row-reverse;
}

.index-business .ttl .ja {
  margin-left: 0;
  margin-right: 2rem;
}

@media (min-width: 769px) {
  .index-business .ttl .ja {
    margin-right: 5rem;
  }
}

.index-business_inner {
  position: relative;
}

@media (min-width: 769px) {
  .index-business_inner {
    display: flex;
    flex-direction: row-reverse;
  }
}

.index-business_text {
  padding: 4rem 0px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-right: 0;
  margin-left: auto;
  background: linear-gradient(
    transparent 0%,
    transparent 0%,
    #c3dfc6 0%,
    #c3dfc6 93%,
    transparent 93%,
    transparent 100%
  );
}

@media (min-width: 769px) {
  .index-business_text {
    padding: 5rem 2.6rem 8rem;
    margin-bottom: -18rem;
    margin-right: 3rem;
    margin-left: inherit;
    width: 52rem;
    margin-top: 0;
  }
}

.index-business_textTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.57;
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .index-business_textTtl {
    font-size: 3.1rem;
    margin-bottom: 6.7rem;
  }
}

.index-business_img {
  margin-top: 3rem;
}

@media (min-width: 769px) {
  .index-business_img {
    position: absolute;
    width: 42vw;
    height: 38.5rem;
    left: calc(50% - 50vw);
    /*     bottom: -240px; */
    top: auto;
    z-index: 0;
    margin-top: 0px;
  }
}

.index-business_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-job {
  background: linear-gradient(rgba(89, 157, 100, .4), rgba(89, 157, 100, .8)), url(../images/top/job-bk.jpg) left / cover no-repeat;
  padding-top: 10rem;
  padding-bottom: 9rem;
}

@media (min-width: 769px) {
  .index-job {
    padding-top: 14.8rem;
    padding-bottom: 12.1rem;
    background: linear-gradient(rgba(89, 157, 100, .4), rgba(89, 157, 100, .8)), url(../images/top/job-bk.jpg) left / cover no-repeat;
  }
}

.index-job .ttl {
  margin-bottom: 4rem;
  color: #fff;
}

@media (min-width: 769px) {
  .index-job .ttl {
    margin-bottom: 7.4rem;
  }
}

.index-job_card {
  background: #fff;
  padding: 4rem 2rem;
  margin-right: auto;
  margin-left: auto;
}

.index-job_card.chief + .chief {
  display: none;
}

.index-job_card.parttime + .parttime {
  display: none;
}

@media (min-width: 769px) {
  .index-job_card {
    padding: 6.2rem 4.8rem;
    display: flex;
    max-width: none;
  }
}

.index-job_card:not(:last-of-type) {
  margin-bottom: 4.5rem;
}

.index-job_cardImg {
  width: 100%;
}

@media (min-width: 769px) {
  .index-job_cardImg {
    width: 45%;
  }
}

.index-job_cardDesc {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
}

@media (min-width: 769px) {
  .index-job_cardDesc {
    width: 53%;
    padding-left: 4rem;
    margin-top: 0;
  }
}

.index-job_cardCat {
  border: 1px solid #ddd;
  padding: 0.6rem 2.1rem;
  line-height: 1;
  font-size: 1.3rem;
}

@media (min-width: 769px) {
  .index-job_cardCat {
    padding: 1.4rem 4.2rem;
    font-size: 1.5rem;
  }
}

.index-job_cardCatWrap {
  display: flex;
  margin-bottom: 3.2rem;
}

@media (min-width: 769px) {
  .index-job_cardCatWrap {
    margin-bottom: 4rem;
  }
}

.index-job_cardCat + .index-job_cardCat {
  margin-left: 0.8rem;
}

.index-job_cardTtl {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .index-job_cardTtl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.index-job_cardLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 0;
  color: #000;
}

.comMore {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .comMore {
    display: flex;
    flex-wrap: wrap;
    margin: auto 0;
  }

  .comMore a {
    justify-content: end;
    margin-top: 2rem;
  }

  .index-job_cardLink {
    margin: auto 0 0 auto;
  }
}

.index-job_cardLink::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background: url(../images/top/job-arrow.png) center/contain no-repeat;
  margin-left: 1.6rem;
}

.index-company {
  padding-top: 10rem;
  padding-bottom: 0;
}

@media (min-width: 769px) {
  .index-company {
    padding-top: 16rem;
    padding-bottom: 11rem;
  }
}

.index-company .ttl {
  margin-bottom: 6rem;
}

@media (min-width: 769px) {
  .index-company .ttl {
    margin-bottom: 13rem;
  }
}

.index-company_wrap {
  padding-bottom: 10rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 20px,
    #c3dfc6 20px,
    #c3dfc6 100%
  );
}

@media (min-width: 769px) {
  .index-company_wrap {
    padding-bottom: 18rem;
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 5%,
      #c3dfc6 5%,
      #c3dfc6 100%
    );
  }
}

.recruit {
  margin-top: 5rem;
}

@media (min-width: 769px) {
  .recruit {
    margin-top: 9rem;
  }
}

.recruit-top {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.recruit-top_ttl {
  background: #fff;
  font-size: 1.4rem;
  margin-right: -50%;
  position: relative;
  z-index: 5;
  width: 85%;
  padding: 3rem 2rem 0 2rem;
  letter-spacing: 0.5rem;
}

@media (min-width: 769px) {
  .recruit-top_ttl {
    font-size: 2.2rem;
    padding: 5rem 1% 0 0;
    margin-left: 10%;
    width: 70.5rem;
  }
}

.recruit-top_ttl .en {
  display: block;
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  color: #42561E;
  margin-bottom: 2rem;
  letter-spacing: normal;
}

@media (min-width: 769px) {
  .recruit-top_ttl .en {
    font-size: 4rem;
    margin-bottom: 4.3rem;
    margin-left: -0.8rem;
  }
}

.recruit-top_img {
  width: 85vw;
  height: 25rem;
  display: block;
  margin: 0 0 0 auto;
}

@media (min-width: 769px) {
  .recruit-top_img {
    width: 80vw;
    height: 58rem;
  }
}

.recruit-top_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-breadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 2rem;
  margin-left: auto;
}

.recruit-breadcrumb_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.recruit-breadcrumb_item {
  font-size: 1.2rem;
}

.recruit-breadcrumb_item:nth-of-type(1)::after {
  content: "＞";
  margin: 0 0.8rem;
  font-size: 1.2rem;
}

.recruit-breadcrumb_item a {
  font-size: 1.2rem;
  color: #1e1e1e;
}

.recruit-intro {
  display: block;
  padding-top: 6rem;
  padding-bottom: 7rem;
}

@media (min-width: 769px) {
  .recruit-intro {
    padding-top: 11.5rem;
    padding-bottom: 13rem;
  }
}

.recruit-intro_ttl {
  text-align: left;
  font-size: 3rem;
  font-family: "Cardo", serif;
  color: #42561E;
  padding-bottom: 4rem;
}

@media (max-width: 769px) {
  .recruit-intro_ttl {
    font-size: 2.2rem;
    text-align: left;
    padding-bottom: 2rem;
  }
}

.recruit-intro_text {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 6rem;
}

@media (min-width: 769px) {
  .recruit-intro_text {
    margin-bottom: 12.4rem;
    font-size: 1.7rem;
    text-align: left;
  }
}

.recruit-intro_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: calc(50% - 0.6rem);
  background: #f4f4f6;
  height: 8rem;
  border-radius: 0.6rem;
  margin-bottom: 1.6px;
  padding: 2rem 2rem;
}

@media (min-width: 769px) {
  .recruit-intro_link {
    width: calc(25% - 2rem);
    height: 11.3rem;
    border-radius: 1rem;
    padding: 2rem 2.7rem;
    min-width: 20.5rem;
  }
}

.recruit-intro_link::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/recruit/link-btn.png) center/contain no-repeat;
}

@media (min-width: 769px) {
  .recruit-intro_link::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.recruit-intro_linkWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit-intro_link p {
  color: #1e1e1e;
  line-height: 1.75;
  letter-spacing: 0.5rem;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-intro_link p {
    font-size: 1.6rem;
  }
}

.recruit-intro_link .en {
  display: block;
  letter-spacing: normal;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .recruit-intro_link .en {
    font-size: 1.6rem;
  }
}

.recruit-requirements {
  background: #c3dfc6;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (min-width: 769px) {
  .recruit-requirements {
    padding-top: 15.4rem;
    padding-bottom: 10.1rem;
  }
}

.recruit-requirements .ttl {
  margin-bottom: 7rem;
}

@media (min-width: 769px) {
  .recruit-requirements .ttl {
    margin-bottom: 14rem;
  }
}

.recruit-requirements_box {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  padding: 4rem 2rem;
}

@media (min-width: 769px) {
  .recruit-requirements_box {
    padding: 6.3rem 2rem;
  }
}

.recruit-requirements_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .recruit-requirements_list {
    display: flex;
    flex-wrap: wrap;
  }
}

.recruit-requirements_item {
  width: 100%;
  padding: 1.8rem 0 0;
  line-height: 2.2;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .recruit-requirements_item {
    width: 25%;
    padding: 1.8rem 0;
  }
}

@media (min-width: 769px) {
  .recruit-requirements_item:not(:last-of-type) {
    border-bottom: 0.1rem solid #ddd;
  }
}

.recruit-requirements_detail {
  width: 100%;
  padding: 1.8rem 0;
  line-height: 2.2;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-requirements_detail {
    width: 75%;
  }
}

.recruit-requirements_detail:not(:last-of-type) {
  border-bottom: 0.1rem solid #ddd;
}

.recruit-target {
  padding: 8rem 0;
}

@media (min-width: 769px) {
  .recruit-target {
    padding: 13rem 0;
  }
}

.recruit-target .ttl {
  margin-bottom: 6rem;
}

.recruit-target .ttl .en{
	color: 
}

@media (min-width: 769px) {
  @media (min-width: 769px) {
  }

  .recruit-target .ttl {
    margin-bottom: 8.2rem;
  }
}

.recruit-target_wrap {
  /* 	   display: flex;
	  flex-wrap: wrap;
	 justify-content: center; */
}

/* @media (min-width: 769px) {
	.recruit-target_wrap{
	   display: flex;
    justify-content: space-between;
	 flex-wrap: wrap;
  }
} */

.recruit-target_item {
  display: block;
}

@media (min-width: 869px) {
  .recruit-target_item {
    display: flex;
    justify-content: space-between;
  }

  /* 	.recruit-target_item.parttime{
	 width: 33.3333333333%;
		margin: 0 auto;
		text-align: center;
	} */
}

@media (max-width: 480px) {
  .recruit-target_item {
    width: 100%;
  }
}

.recruit-target_itemTtl,
.recruit-target_itemText {
  color: #333;
  line-height: 2;
}

.recruit-target_itemTtl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.3em;
  padding-right: 0;
  margin-top: 4rem;
}

@media (min-width: 869px) {
  .recruit-target_itemTtl {
    width: 53%;
    font-size: 1.6rem;
    margin-bottom: 3.3rem;
    margin-top: 0px;
  }
}

.recruit-target_itemText {
  line-height: 2.2;
}

.recruit-target_img {
  width: 42%;
  display: block;
  text-align: center;
}

@media (max-width: 869px) {
  .recruit-target_img {
    width: 100%;
  }
}

.recruit-point {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

@media (min-width: 769px) {
  .recruit-point {
    padding-top: 15rem;
    padding-bottom: 1.2rem;
  }
}

.recruit-point .ttl {
  margin-bottom: 8rem;
}

@media (min-width: 769px) {
  .recruit-point .ttl {
    margin-bottom: 15rem;
  }
}

.recruit-point_box {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 769px) {
  .recruit-point_box {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
}

.recruit-point_box:not(:last-of-type) {
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .recruit-point_box:not(:last-of-type) {
    margin-bottom: 6.4rem;
  }
}

.recruit-point_boxDesc {
  background: #fff;
  padding: 3.2rem 2rem 3.2rem;
  width: 100%;
  background: #c3dfc6;
  position: relative;
  z-index: 10;
}

@media (min-width: 769px) {
  .recruit-point_boxDesc {
    padding: 5rem 3%;
    width: 70%;
  }
}

.recruit-point_boxDesc-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .recruit-point_boxDesc-ttl {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }
}

.recruit-point_boxDesc-ttl span {
  display: flex;
  font-family: "Cardo", serif;
  color: #42561E;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-point_boxDesc-ttl span {
    font-size: 2.2rem;
    margin-bottom: 3.2rem;
  }
}

.recruit-point_boxImg {
  width: 100%;
  /*   height: 200px; */
  margin-right: 0;
  margin-left: auto;
}

@media (min-width: 769px) {
  .recruit-point_boxImg {
    width: 50%;
    /*     height: 370px; */
    margin-right: inherit;
    margin-left: inherit;
  }
}

.recruit-point_boxImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-environment {
  padding: 0rem 0;
}

.recruit-environment .style-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}

@media (min-width: 769px) {
  .recruit-environment .style-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
	
	.recruit-environment {
		padding: 10rem 0;
	}
}

.recruit-environment .style-inner .style_box {
  height: 6rem;
  text-align: center;
  margin: 1.5rem 1%;
  width: 47%;
}

@media (min-width: 769px) {
  .recruit-environment .style-inner .style_box {
    width: 23%;
  }
}

@media (max-width: 480px) {
  .recruit-environment .style-inner .style_box {
    height: 6.5rem;
    margin: 0.6rem 0px;
  }
}

/* .recruitPage .jobstyle_section .style-inner .intro_box +.intro_box{
	margin-top: 40px;
	margin-left: 30px;
}

.recruitPage .jobstyle_section .style-inner .intro_box:nth-child(4n + 1){
	margin-left: 0;
} */

.recruit-environment .style-inner .style_box p {
  width: 100%;
  height: 100%;
  background-color: #42561E;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  z-index: 10;
  font-size: 1.5rem;
  padding-right: 0;
}

@media (max-width: 480px) {
  .recruit-environment .style-inner .style_box p {
    font-size: 1.6rem;
  }
}

.recruit-entry {
  display: flex;
  height: 20rem;
  background: #c9caca;
}

@media (min-width: 769px) {
  .recruit-entry {
    height: 35rem;
  }
}

.recruit-entry_img {
  width: 30%;
}

@media (min-width: 769px) {
  .recruit-entry_img {
    width: 55%;
  }
}

.recruit-entry_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-entry_link {
  display: flex;
  align-items: center;
  position: relative;
  width: 70%;
}

@media (min-width: 769px) {
  .recruit-entry_link {
    width: 45%;
  }
}

.recruit-entry_link::after {
  content: "";
  display: block;
  width: calc(100% + 1.6rem);
  height: 0.1rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 10.6rem;
}

@media (min-width: 769px) {
  .recruit-entry_link::after {
    top: 19.4rem;
    width: calc(100% + 2rem);
  }
}

.recruit-entry_link a {
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .recruit-entry_link a {
    padding-left: 10%;
  }
}

.recruit-entry_link a .en {
  display: flex;
  align-items: center;
  font-family: "Cardo", serif;
  font-size: 4rem;
  line-height: 1;
}

@media (min-width: 769px) {
  .recruit-entry_link a .en {
    font-size: 8rem;
  }
}

.recruit-entry_link a .en::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../images/top/job-arrow.png) center/contain no-repeat;
  margin-left: 2rem;
}

@media (min-width: 769px) {
  .recruit-entry_link a .en::after {
    width: 6.2rem;
    height: 6.2rem;
  }
}

.recruit-entry_link a .ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  margin-left: 0.8rem;
  margin-top: 0.8rem;
}

@media (min-width: 769px) {
  .recruit-entry_link a .ja {
    font-size: 2rem;
    margin-top: 0;
  }
}

.recruit-interview {
  padding-top: 10.6rem;
  padding-bottom: 6rem;
}

@media (min-width: 769px) {
  .recruit-interview {
    padding-top: 11.4rem;
    padding-bottom: 8.8rem;
  }
}

@media (min-width: 769px) {
  .recruit-interview_topWrap {
    display: flex;
  }
}

.recruit-interview_top .ttl {
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .recruit-interview_top .ttl {
    margin-top: 0;
    margin-bottom: auto;
  }
}

.recruit-interview_topText {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.recruit-interview .topTxt {
  margin: 4rem auto;
  line-height: 2.35;
  letter-spacing: 0.06em;
}

.recruit-interview .video {
  margin-bottom: 6rem;
}

.recruit-interview .video .name {
  margin: 1.2rem 1.7rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  text-align: right;
}

.recruit-interview .video .name .small {
  margin-right: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .recruit-interview .video .name {
    margin-top: 10rem;
    font-size: 2.4rem;
  }

  .recruit-interview .video .name .small {
    margin-right: 2.4rem;
    font-size: 2rem;
  }
}

.recruit-interview .infoVideo video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* @media (min-width: 769px) {
  .recruit-interview_topText {
    width: 45%;
    min-width: 450px;
  }
} */
/* 
.recruit-interview_topText::before {
  content: "";
  display: block;
  width: 80vw;
  height: 295px;
  background: #f1f7fc;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 50vw);
  z-index: -1;
}

@media (min-width: 769px) {
  .recruit-interview_topText::before {
    width: 70vw;
    height: 278px;
    min-width: 1024px;
  }
} */

.recruit_list {
  margin-bottom: 6rem;
}

.recruit_item {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 769px) {
  .recruit_item {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    justify-content: center;
  }
}

.recruit-textBox {
  padding: 3.2rem 2rem 3.2rem 0;
  width: 100%;
  margin-top: -4rem;
  position: relative;
}

@media (min-width: 769px) {
  .recruit-textBox {
    padding: 7rem 4% 7rem 0;
    width: 50%;
    margin-right: -10rem;
    margin-top: 7rem;
  }
}

@media (min-width: 769px) {
  .recruit-textBox::before {
    content: "";
    display: block;
    width: 65vw;
    height: 22rem;
    background: #c3dfc6;
    position: absolute;
    bottom: -2rem;
    left: calc(50% - 25vw);
    z-index: -1;
  }
}

.recruit-interview_topTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .recruit-interview_topTtl {
    font-size: 2.8rem;
    margin-bottom: 4.4rem;
    margin-top: 4rem;
  }
}

.recruit-interview_topName {
  margin-top: 2.4rem;
}

@media (min-width: 769px) {
  .recruit-interview_topName {
    margin-bottom: 0;
  }
}

.recruit-interview_topName span {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 0.8rem;
  display: block;
}

@media (min-width: 769px) {
  .recruit-interview_topName span {
    font-size: 2.8rem;
    margin-right: 1.6rem;
    display: inline;
  }
}

.recruit-interview_topImg {
  width: 100%;
}

@media (min-width: 769px) {
  .recruit-interview_topImg {
    width: 50%;
    height: 37rem;
    margin-right: inherit;
    margin-left: inherit;
  }
}

.recruit-interview_topImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-interview-faq:not(:last-of-type) {
  margin-bottom: 6rem;
}

@media (min-width: 769px) {
  .recruit-interview-faq:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}

.recruit-interview-faq_inner {
  width: 100%;
  max-width: 800px;
  margin: 6rem auto 0;
}

@media (min-width: 769px) {
  .recruit-interview-faq_inner {
    margin: 8rem auto 0;
  }
}

.recruit-interview-faq:nth-of-type(1) .recruit-interview_q::before {
  content: "Q1";
}

.recruit-interview-faq:nth-of-type(2) .recruit-interview_q::before {
  content: "Q2";
}

.recruit-interview-faq:nth-of-type(3) .recruit-interview_q::before {
  content: "Q3";
}

.recruit-interview_q {
  font-size: 1.6rem;
  font-weight: 700;
  color: #599D64;
  line-height: 1.64;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-interview_q {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}

.recruit-interview_q::before {
  font-family: "Cardo", serif;
  font-size: 4rem;
  opacity: 0.3;
  margin-right: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-interview_q::before {
    font-size: 6.5rem;
    margin-right: 2.4rem;
  }
}

.recruit-flow {
  background: rgb(241, 247, 252);
  padding-top: 6rem;
  padding-bottom: 10rem;
}

@media (min-width: 769px) {
  .recruit-flow {
    padding-top: 15.2rem;
    padding-bottom: 19rem;
  }
}

.recruit-flow .ttl {
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .recruit-flow .ttl {
    margin-bottom: 7.4rem;
  }
}

.recruit-flow_list {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  padding: 4rem 5% 6rem 2rem;
  position: relative;
}

@media (min-width: 769px) {
  .recruit-flow_list {
    padding: 6rem 8rem 6rem 6rem;
  }
}

.recruit-flow_list::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: calc(100% - 8rem);
  /*  background: rgb(254,0,0); */
  background: linear-gradient(rgb(140, 152, 194) 0%, rgb(209, 214, 231) 100%);
  position: absolute;
  top: 6rem;
  left: 2rem;
}

@media (min-width: 769px) {
  .recruit-flow_list::before {
    height: calc(100% - 12rem);
    width: 2rem;
    left: 6rem;
  }
}

.recruit-flow_item {
  padding: 3rem 0 4rem 3.6rem;
  position: relative;
}

@media (min-width: 769px) {
  .recruit-flow_item {
    display: flex;
    padding: 3rem 0 3rem 5rem;
  }
}

.recruit-flow_item::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
}

@media (min-width: 769px) {
  .recruit-flow_item::before {
    width: 2rem;
    height: 2rem;
  }
}

.recruit-flow_detail {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .recruit-flow_detail {
    width: 55%;
    margin-bottom: 0;
  }
}

.recruit-flow_img {
  width: 100%;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .recruit-flow_img {
    width: 45%;
    margin-top: 0;
    padding-left: 6rem;
  }
}

.recruit-flow_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-flow_ttl {
  font-size: 1.8rem;
  color: #193285;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .recruit-flow_ttl {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}

.recruit-about {
  padding-top: 8rem;
  padding-bottom: 7rem;
}

@media (min-width: 769px) {
  .recruit-about {
    padding-top: 15.5rem;
    padding-bottom: 14.4rem;
  }
}

.recruit-about_inner {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
}

@media (min-width: 769px) {
  .recruit-about_inner {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}

.recruit-about .ttl {
  margin-bottom: 6rem;
}

@media (min-width: 769px) {
  .recruit-about .ttl {
    margin-bottom: 8rem;
  }
}

.recruit-about_text {
  width: 100%;
}

@media (min-width: 769px) {
  .recruit-about_text {
    width: 50%;
    background: #fff;
    padding-right: 5%;
  }
}

.recruit-about_textBox {
  background: #fff;
  padding: 2rem 0px 0;
}

@media (min-width: 769px) {
  .recruit-about_textBox {
    padding: 0;
  }
}

.recruit-about_textTtl {
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  margin-bottom: 4rem;
  font-size: 2.2rem;
}

@media (min-width: 769px) {
  .recruit-about_textTtl {
    font-size: 3.1rem;
    margin-bottom: 6.7rem;
  }
}

.recruit-about_img {
  width: 100%;
  /*   height: 400px; */
  /*   right: 0;
  top: 80px;
  z-index: -1; */
}

@media (min-width: 769px) {
  .recruit-about_img {
    width: 48%;
    /*     height: 556px; */
  }
}

.recruit-about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-business {
  background: #c3dfc6;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (min-width: 769px) {
  .recruit-business {
    padding-top: 14.4rem;
    padding-bottom: 14.7rem;
  }
}

.recruit-business .ttl {
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .recruit-business .ttl {
    margin-bottom: 6.5rem;
  }
}

.recruit-business_wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .recruit-business_wrap {
    flex-direction: row;
  }
}

.recruit-business_img {
  width: 100%;
  /*   margin-left: calc(50% - 50vw); */
  display: block;
}

@media (min-width: 769px) {
  .recruit-business_img {
    width: 52%;
    margin-top: 0;
    padding-right: 6%;
  }
}

.recruit-business_detail {
  width: 100%;
  padding: 4rem 2rem 3rem;
  margin-right: 0;
  margin-left: auto;
  background: #fff;
  z-index: 10;
}

@media (min-width: 769px) {
  .recruit-business_detail {
    width: 50%;
    padding: 0px;
    margin-left: inherit;
    margin-right: inherit;
    background: transparent;
  }
}

.recruit-business_detailTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.75;
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .recruit-business_detailTtl {
    font-size: 3.1rem;
    margin-bottom: 6.7rem;
  }
}

.recruit-description {
  padding: 8rem 0;
}

@media (min-width: 769px) {
  .recruit-description {
    padding: 10rem 0 13rem;
  }
}

.recruit-description .ttl {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .recruit-description .ttl {
    margin-bottom: 6rem;
  }
}

.recruit-description_wrap {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  margin-top: 10rem;
}

.recruit-description_detail {
  width: 100%;
  border: 1px solid #000;
  padding: 4rem 5% 3rem;
}

@media (min-width: 769px) {
  .recruit-description_detail {
    width: 92%;
    padding: 6rem 5%;
  }

  .recruit-description_wrap {
    flex-flow: row;
    margin-top: 20rem;
  }
}

.recruit-description_detail h3 {
  font-size: 2rem;
  margin-bottom: 2.4rem;
  line-height: 1.5;
  width: 58%;
}

@media (min-width: 769px) {
  .recruit-description_detail h3 {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}

.recruit-description_detailText {
  width: 100%;
}

@media (min-width: 769px) {
  .recruit-description_detailText {
    width: 58%;
  }
}

.recruit-description_img {
  width: 100%;
}

@media (min-width: 769px) {
  .recruit-description_img {
    position: absolute;
    top: -10rem;
    right: 0;
    width: 45%;
    height: 35.8rem;
  }
}

.recruit-description_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-welfare {
  background: #42561E;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

@media (min-width: 769px) {
  .recruit-welfare {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
}

.recruit-welfare .ttl {
  margin-bottom: 6rem;
}

.recruit-welfare .ttl .en, .recruit-welfare .ttl .ja{
	color: #fff;
}

@media (min-width: 769px) {
  .recruit-welfare .ttl {
    margin-bottom: 8.2rem;
  }
}

@media (min-width: 769px) {
  .recruit-welfare_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.recruit-welfare_item {
  width: 100%;
  margin-bottom: 6rem;
  text-align: center;
}

@media (min-width: 769px) {
  .recruit-welfare_item {
    width: 48%;
    margin: 0 1% 4rem;
  }
}

.recruit-welfare_itemTtl,
.recruit-welfare_itemText {
  color: #fff;
}

.recruit-welfare_itemTtl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.3rem;
}

@media (min-width: 769px) {
  .recruit-welfare_itemTtl {
    font-size: 2rem;
    margin-bottom: 3.3rem;
  }
}

.recruit-welfare_itemText {
  line-height: 2.2;
}

.recruit-welfare_img {
  width: 100%;
  height: 30rem;
  display: block;
  margin-bottom: 2.7rem;
}

.recruit-welfare_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-company {
  padding-top: 8rem;
  padding-bottom: 7rem;
}

@media (min-width: 769px) {
  .recruit-company {
    padding-top: 12.6rem;
    padding-bottom: 14.2rem;
  }
}

.recruit-company .ttl {
  margin-bottom: 6rem;
}

@media (min-width: 769px) {
  .recruit-company .ttl {
    margin-bottom: 100px;
  }
}

.recruit-contact {
  background: #c3dfc6;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (min-width: 769px) {
  .recruit-contact {
    padding-top: 8rem;
    padding-bottom: 9.5rem;
  }
}

.recruit-contact_box {
  background: #fff;
  padding: 4rem 2rem;
}

@media (min-width: 769px) {
  .recruit-contact_box {
    padding: 10.6rem 2rem;
  }
}

.recruit-contact .form-box {
  max-width: 920px;
  margin: 0 auto;
}

.recruit-contact_text {
  margin-bottom: 5rem;
}

@media (min-width: 769px) {
  .recruit-contact form table {
    width: 100%;
  }

  .recruit-contact form tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
    border-bottom: 0.1rem solid #d1cfcf;
  }

  .recruit-contact form .add {
    margin-bottom: 2rem;
  }
}

.contactPage .check input[type="checkbox"] {
  display: none;
}

.contactPage .check input[type="checkbox"] ~ span {
  background: url("../images/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 1.6rem 1.6rem;
  display: block;
  min-height: 1.6rem;
  padding: 0.4rem 0 0.6rem 2.6rem;
}

.contactPage .check input[type="checkbox"]:checked ~ span {
  background: url("../images/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 1.6rem 1.6rem;
}

.wpcf7-response-output {
  display: none !important;
}

.recruit-contact_item {
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .recruit-contact_item {
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.7rem;
    width: 25%;
  }
}

.recruit-contact_item:not(:last-of-type) {
  margin-bottom: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-contact_item:not(:last-of-type) {
    margin-bottom: 2.8rem;
  }
}

.recruit-contact_item:last-of-type {
  margin-bottom: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-contact_item:last-of-type {
    margin-bottom: 0;
  }
}

.recruit-contact_item::after {
  content: "必須";
  display: block;
  color: #fff;
  background: #193285;
  padding: 0.4rem 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-contact_item::after {
    padding: 0.4rem 1rem;
  }
}

.recruit-contact_detail {
  width: 100%;
}

@media (min-width: 769px) {
  .recruit-contact_detail {
    width: 75%;
    padding-left: 4rem;
  }
}

.recruit-contact_detail:not(:last-of-type) {
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .recruit-contact_detail:not(:last-of-type) {
    margin-bottom: 2.8rem;
  }
}

.recruit-contact_detail select,
.recruit-contact_detail textarea,
.recruit-contact_detail input {
  height: 5rem;
  background: #f2f2f3;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .recruit-contact_detail select,
  .recruit-contact_detail textarea,
  .recruit-contact_detail input {
    height: 5.7rem;
  }
}

.recruit-contact_detail select::-moz-placeholder,
.recruit-contact_detail textarea::-moz-placeholder,
.recruit-contact_detail input::-moz-placeholder {
  color: #b5b5b6;
}

.recruit-contact_detail select:-ms-input-placeholder,
.recruit-contact_detail textarea:-ms-input-placeholder,
.recruit-contact_detail input:-ms-input-placeholder {
  color: #b5b5b6;
}

.recruit-contact_detail select::placeholder,
.recruit-contact_detail textarea::placeholder,
.recruit-contact_detail input::placeholder {
  color: #b5b5b6;
}

.recruit-contact_detail select,
.recruit-contact_detail input {
  padding: 0 0.8rem;
}

@media (min-width: 769px) {
  .recruit-contact_detail select,
  .recruit-contact_detail input {
    padding: 0 3rem;
  }
}

.recruit-contact_detail textarea {
  padding: 1.6rem 0.8rem;
}

@media (min-width: 769px) {
  .recruit-contact_detail textarea {
    padding: 1.6rem 3rem;
  }
}

.recruit-contact_detail .select-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.recruit-contact_detail .select-wrap:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 1.3rem;
  height: 0.9rem;
  background: url(../images/recruit/select.png) no-repeat;
  background-size: contain;
}

.recruit-contact_detail .w-100 {
  width: 100%;
}

.recruit-contact_detail .w-50 {
  width: 23.5rem;
}

.recruit-contact_detail .w-20 {
  width: 15.6rem;
  text-align: center;
}

.recruit-contact_detail.w-num_wrap {
  display: flex;
  align-items: center;
}

.recruit-contact_detail.w-num_wrap span {
  padding: 0 0.8rem;
  display: block;
  font-size: 1.5rem;
}

@media (min-width: 769px) {
  .recruit-contact_detail.w-num_wrap span {
    font-size: 1.8rem;
  }
}

.recruit-contact .w-num {
  width: 10rem;
}

.recruit-contact_policy {
  font-size: 1.5rem;
  margin-bottom: 4.2rem;
}

@media (min-width: 769px) {
  .recruit-contact_policy {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 4.2rem;
  }
}

.recruit-contact_policy a {
  color: #1e1e1e;
  text-decoration: underline;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .recruit-contact_policy a {
    font-size: 1.6rem;
  }
}

.recruit-contact .check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7.6rem;
}

.recruit-contact .check label {
  margin-right: 20px;
  display: inline-block;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .recruit-contact .check label {
    font-size: 1.6rem;
  }
}

.recruit-contact .check input {
  display: none;
}

.recruit-contact .check input + span {
  padding-left: 3.2rem;
  position: relative;
}

.recruit-contact .check input + span::before {
  content: "";
  display: block;
  border: 0.1rem solid #1e1e1e;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
}

.recruit-contact .check input:checked + span::after {
  content: "";
  background: url(../images/recruit/check.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 2rem;
  height: 2rem;
}

.recruit-contact_btn {
  width: 100%;
  max-width: 36.6rem;
  height: 6rem;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

@media (min-width: 769px) {
  .recruit-contact_btn {
    height: 7.8rem;
  }
}

.recruit-contact_btn:hover {
  opacity: 0.7;
}

.recruit-contact_btn::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/recruit/contact-arrow.png) center/contain no-repeat;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .recruit-contact_btn::after {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.recruit-contact_btn input {
  color: #9fa0a0;
  background: #e6e6e6;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 769px) {
  .recruit-contact_btn input {
    font-size: 1.8rem;
  }
}

@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media (min-width: 769px) {
  .sp-none {
    display: block;
  }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#entry {
  margin-top: 10em;
}

.contactPage .topTxt {
  margin: 0 0 6.8rem 0.3rem;
  letter-spacing: 0.06em;
}

.contactPage table {
  margin-bottom: 8rem;
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

.contactPage th,
.contactPage td {
  padding: 2.8rem 0 2.8rem 5.8rem;
  text-align: left;
  vertical-align: middle;
}

.contactPage th {
  padding: 2rem 5rem 2rem 0;
  width: 29%;
  font-weight: 500;
}

.contactPage td {
  font-size: 1.4rem;
  position: relative;
  width: 70%;
}

.contactPage th .must {
  float: right;
  width: 4.4rem;
  color: #fff;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  background: #42561E;
  text-align: center;
}

.contactPage td:before {
  position: absolute;
  left: 0;
  top: 2.7rem;
  width: 0.1rem;
  bottom: 2.7rem;
  background: #d1cfcf;
  content: "";
}

.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="tel"],
.contactPage td input[type="number"],
.contactPage td select,
.contactPage td textarea {
  color: #333;
  width: 100%;
  height: 5.8rem;
  font-size: 1.4rem;
  padding: 0.5rem 1rem 0.5rem 2.3rem;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 0.1rem solid #f4f4f4;
  border-radius: 0.4rem;
}

.contactPage td .wid01 {
  width: 9.8rem !important;
}

.contactPage td .ico {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.6rem;
}

.contactPage td .add {
  margin-bottom: 2rem;
}

.contactPage td textarea {
  height: 26.5rem;
  resize: vertical;
  padding: 2rem 1rem 2rem 2.3rem;
}

.contactPage .txtP {
  margin-bottom: 4.5rem;
  line-height: 1.9;
  text-align: center;
}

.contactPage .txtP a {
  text-decoration: underline;
}

.contactPage .txtP a:hover {
  opacity: 0.7;
}

.contactPage .agreeTxt {
  width: 46rem;
  margin: 0 auto 10rem;
  padding: 1.2px 1rem 1.6rem 8rem;
  box-sizing: border-box;
  border: 0.1rem solid #ccc;
}

.contactPage .agreeTxt input[type="checkbox"] {
  display: none;
}

.contactPage .agreeTxt input[type="checkbox"] ~ span {
  background: url("../images/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 1.6rem 1.6rem;
  display: block;
  min-height: 1.6rem;
  padding: 0px 0 0.6rem 2.6rem;
}

.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
  background: url("../images/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 1.6rem 1.6rem;
}

.contactPage .submit {
  padding-bottom: 5rem;
  text-align: center;
}

.contactPage .submit li {
  margin: 0 0.6rem;
  display: inline-block;
  vertical-align: top;
}

.ajax-loader {
  display: none !important;
}

.contactPage .submit li .info01 {
  display: block;
  position: relative;
  background: #193285;
  border: 0.1rem solid #193285;
}

.contactPage .submit li .info02 {
  position: relative;
  z-index: 2;
}

.contactPage .submit li .info01:before {
  margin-top: -0.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 2.1rem;
  height: 1.1rem;
  background: url("../images/common/icon05.png") no-repeat left center;
  background-size: 21rem 1.1rem;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.contactPage .submit li .info01:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contactPage .submit .back .info01:before {
  margin-top: -0.5rem;
  position: absolute;
  right: auto;
  left: 1rem;
  top: 50%;
  width: 2.1rem;
  height: 1.1rem;
  background: url("../images/common/icon07.png") no-repeat left center;
  background-size: 2.1rem 1.1rem;
  content: "";
}

.contactPage .submit li input {
  color: #fff;
  width: 25.8rem;
  height: 4.8rem;
  font-size: 1.6rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
}

.contactPage .submit li input:disabled {
  cursor: default;
  pointer-events: none;
}

.contactPage .submit .back .info01 {
  background: #919191;
  border-color: #919191;
}

.contactPage .submit li.disabled .info01 {
  background: #cecece;
  border-color: #cecece;
}

.contactPage .submit li.disabled .info01:after {
  display: none;
}

.contactPage .errTop {
  margin-bottom: 1.6rem;
  padding: 1.8rem 1rem;
  color: #c1272d;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  border: 0.3rem solid #c1272d;
  background: #fcdedd;
  text-align: center;
}

.contactPage .errTop img {
  margin: -0.3rem 1rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
  background: #fcdedd;
  border: 0.1rem solid #c1272d;
}

.contactPage .error td .errorTxt {
  margin: 0.2rem 0 -2.2rem;
  display: block;
  color: #de2b2b;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
}

.contactPage .confirmTab th,
.contactPage .confirmTab td {
  height: 6rem;
}

.contactPage .confirmTab td .add {
  margin-bottom: 0.4rem;
}

.thanks .title {
  margin-bottom: 3.2rem;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
}

.thanks .thanksTxt {
  margin-bottom: 18rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.thanks .linkBtn a {
  margin: 0 auto;
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  width: 25.6rem;
  color: #fff;
  text-align: center;
  position: relative;
  background: #193285;
  border: 0.1rem solid #193285;
  box-sizing: border-box;
}

.thanks .linkBtn a:before {
  margin-top: -0.4rem;
  position: absolute;
  left: 1.1rem;
  top: 50%;
  width: 2.1rem;
  height: 1.1rem;
  background: url("../images/common/icon07.png") no-repeat left center;
  background-size: 21px auto;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.thanks .linkBtn .info {
  position: relative;
  z-index: 2;
}

.thanks .linkBtn a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (min-width: 897px) {
  .contactPage .submit li:hover .info01:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .contactPage .submit li:hover .info01:before {
    right: -21px;
    background-image: url("../images/common/icon08.png");
  }

  .contactPage .submit li.disabled:hover .info01:before {
    right: 10px;
    background-image: url("../images/common/icon05.png");
  }

  .contactPage .submit li:hover input {
    color: #00a9d6;
  }

  .contactPage .submit li.disabled:hover input {
    color: #fff;
  }

  .contactPage .submit li.back:hover .info01:before {
    left: -21px;
    background-image: url("../images/common/icon14.png");
  }

  .thanks .linkBtn a:hover {
    color: #fc4300;
  }

  .thanks .linkBtn a:hover:before {
    background-image: url("../images/common/icon14.png");
    left: -2.1rem;
  }

  .thanks .linkBtn a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@media all and (max-width: 896px) {
  .contactPage .topTxt {
    margin: 0 0 1.7rem;
    line-height: 1.9;
    text-align: center;
  }

  .contactPage table {
    margin-bottom: 4.8rem;
  }

  .contactPage th,
  .contactPage td {
    float: left;
    width: 100%;
    padding: 0 0 2.5rem;
    box-sizing: border-box;
  }

  .contactPage th {
    padding: 2.2rem 0 1rem;
    width: 100%;
    border: none;
  }

  .contactPage td:before {
    display: none;
  }

  .contactPage td input[type="text"],
  .contactPage td input[type="email"],
  .contactPage td input[type="tel"],
  .contactPage td textarea {
    height: 5.8rem;
    font-size: 1.4rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
  }

  .contactPage td {
    font-size: 1.4rem;
  }

  .contactPage td .wid01 {
    width: 12.4rem !important;
  }

  .contactPage td .ico {
    margin-right: 0.7rem;
  }

  .contactPage td .add {
    margin-bottom: 2rem;
  }

  .contactPage td textarea {
    height: 18rem;
    padding: 2rem 1rem 2rem 2.5rem;
  }

  .contactPage .txtP {
    margin-bottom: 2.3rem;
    line-height: 1.85;
  }

  .contactPage .agreeTxt {
    width: auto;
    margin: 0 auto 5.1rem;
    padding: 1.4rem 1rem 1.4rem 3rem;
  }

  .contactPage .agreeTxt span.wpcf7-list-item {
    margin: 0 !important;
  }

  .contactPage .submit li {
    margin: 0 0 1.5rem;
    display: block;
  }

  .contactPage .submit li:last-child {
    margin-bottom: 0;
  }

  .contactPage .submit li span:before {
    right: 1.7rem;
  }

  .contactPage .submit li input {
    width: 100%;
    height: 6rem;
  }

  .contactPage .errTop {
    margin-bottom: 1.8rem;
    padding: 2.3rem 1rem 2rem;
    font-size: 1.6rem;
    border-width: 0.2rem;
    line-height: 1.9;
  }

  .contactPage .errTop img {
    margin: 0 auto 0.5rem;
    display: block;
  }

  .contactPage .error td .errorTxt {
    margin: 0.3rem 0 -1.9rem;
    font-size: 1.1rem;
  }

  .contactPage .confirmTab th,
  .contactPage .confirmTab td {
    padding: 2.1rem 0 0.7rem;
    height: auto;
    line-height: 2;
  }

  .contactPage .confirmTab td {
    padding: 0 0 2rem;
  }

  .contactPage .confirmTab td .add {
    margin-bottom: 0.4rem;
  }

  .thanks .title {
    margin-bottom: 2.2rem;
    font-size: 2.4rem;
  }

  .thanks .thanksTxt {
    margin-bottom: 3.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
  }

  .thanks .linkBtn a {
    margin: 0 auto;
    height: 6rem;
    width: 100%;
    font-size: 1.6rem;
    max-width: 45rem;
    letter-spacing: 0.06em;
  }

  .thanks .linkBtn a:before {
    left: 1.6rem;
  }
}

@media all and (max-width: 374px) {
  .contactPage .txtP {
    margin: 0 -1.7rem 2.3rem;
  }

  .contactPage .agreeTxt {
    padding: 1.4rem 0.5rem 1.4rem 1rem;
    font-size: 1.4rem;
  }
}

.contactPage.thanks {
  margin-top: 15rem;
  padding-bottom: 8rem;
}

.contactPage.thanks .recruit-breadcrumb_list {
  text-align: center;
  border-top: 0.1rem solid #333;
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
  margin-top: 9rem;
  margin-bottom: 24rem;
}

.privacy .headLine02 {
  margin-top: 4rem;
  margin-bottom: 7.5rem;
  padding-bottom: 4rem;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.privacy .headLine02:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.5rem;
  height: 0.1rem;
  background: #232835;
  content: "";
}

.privacy .pageTitle {
  margin-bottom: 2.6rem;
  padding: 9.3rem 0 6.3rem;
  text-align: center;
  border-bottom: 0.1rem solid #d1cfcf;
}

.pageTitle .headLine01 .en {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 5.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
}

.pageTitle .headLine01 .jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.privacy p {
  margin-bottom: 0.4rem;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

.privacy h5 {
  margin-bottom: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.privacy .txt01 {
  margin-bottom: 6.5rem;
}

.privacy .txt02 {
  margin-bottom: 7.2rem;
}

.privacy .txt03 {
  margin-bottom: 3.5rem;
}

.privacy .txt04 {
  margin-bottom: 0;
}

@media all and (max-width: 896px) {
  .privacy {
    margin-bottom: 11rem;
  }

  .privacy .pageTitle {
    padding: 2.8rem 0 3rem;
  }

  .privacy .pageTitle .headLine01 .en {
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
  }

  .privacy .pageTitle .headLine01 .jp {
    font-size: 2rem;
  }

  .privacy #pagePath {
    margin-bottom: 5.6rem;
  }

  .privacy p {
    margin-bottom: 0.3rem;
    line-height: 1.85;
    letter-spacing: 0.01em;
  }

  .privacy h5 {
    margin-bottom: 0.3rem;
    letter-spacing: 0.01em;
  }

  .privacy .txt01 {
    margin-bottom: 5.7rem;
  }

  .privacy .txt02 {
    margin-bottom: 6rem;
  }

  .privacy .txt03 {
    margin-bottom: 2.7rem;
  }

  .privacy .txt04 {
    margin-bottom: 0;
  }
}
