/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/********************************************/
/*  Sp-menu*/
/********************************************/
.sp_menu_trigger,
.sp_nav {
  display: none;
}

#fixed_main {
  padding-top: 0;
}

/********************************************/
/*header */
/********************************************/
.header {
  width: 100%;
  padding: 25px;
  background-color: #F9F5EE;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 1200px) {
  .header {
    padding: 25px 25px 10px 25px;
  }
}
.header .width1854 {
  width: 100%;
  margin: auto;
}
@media (max-width: 1200px) {
  .header .width1854 {
    width: 96%;
    margin: 0;
  }
}

.header .head_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1200px) {
  .header .head_wrapper {
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 1655px) {
  .header .head_wrapper {
    flex-wrap: nowrap;
  }
}
.header .head_wrapper .logo {
  position: relative;
  display: block;
  max-width: 180px;
  width: auto;
  margin-right: auto;
  line-height: 1;
  transition: opacity 0.3s;
  z-index: 9999999;
}
.header .head_wrapper .logo:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .header .head_wrapper .logo {
    max-width: 200px;
  }
}
@media (min-width: 1655px) {
  .header .head_wrapper .logo {
    width: 13%;
    margin-right: 40px;
  }
}
.header .head_wrapper .logo img {
  display: block;
}
@media (min-width: 1200px) {
  .header .head_wrapper .left {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 1655px) {
  .header .head_wrapper .left {
    order: unset;
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin-top: 0;
  }
}
.header .head_wrapper .left .link_btn {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .header .head_wrapper .left .link_btn {
    display: none;
  }
}
.header .head_wrapper .left .link_btn .box a {
  position: relative;
  display: block;
  max-width: 330px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  transition: all 0.3s;
}
.header .head_wrapper .left .link_btn .box a::before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "";
  width: 33px;
  height: 33px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.header .head_wrapper .left .link_btn .box a.contact {
  margin-bottom: 20px;
}
.header .head_wrapper .left .link_btn .box a.contact::before {
  background: url(../img/ico/ico-mail.svg) no-repeat center/contain;
}
.header .head_wrapper .left .link_btn .box a.contact:hover {
  background: #000;
}
.header .head_wrapper .left .link_btn .box a.line {
  margin-bottom: 20px;
}
.header .head_wrapper .left .link_btn .box a.line::before {
  background: url(../img/ico/ico-line-bubble.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .header .head_wrapper .left .link_btn .box a {
    max-width: 400px;
  }
}
.header .head_wrapper .right {
  order: 2;
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
@media (min-width: 1200px) {
  .header .head_wrapper .right {
    width: auto;
    display: flex;
  }
}
@media (min-width: 1655px) {
  .header .head_wrapper .right {
    order: unset;
    width: 18%;
    display: flex;
    align-items: center;
  }
}

.header .main_nav .nav_list {
  position: relative;
}
.header .main_nav .nav_list .list {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.header .main_nav .nav_list .list:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .header .main_nav .nav_list .list {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .header .main_nav .nav_list .list {
    display: inline-block;
    margin-right: 1vw;
  }
}
.header .main_nav .nav_list .list > a {
  position: relative;
  display: block;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .header .main_nav .nav_list .list > a {
    transition: all 0.3s;
  }
  .header .main_nav .nav_list .list > a::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #1E8E42;
    transition: all 0.3s;
  }
  .header .main_nav .nav_list .list > a:hover {
    color: #1E8E42;
  }
  .header .main_nav .nav_list .list > a:hover::before {
    width: 100%;
  }
}

.header .main_nav .nav_list .event:hover .wrapper {
  opacity: 1;
  visibility: visible;
}
.header .main_nav .nav_list .wrapper {
  display: none;
  opacity: unset;
  visibility: unset;
  transition: unset;
}
@media (min-width: 1200px) {
  .header .main_nav .nav_list .wrapper {
    display: block;
    position: absolute;
    top: 100%;
    max-width: 250px;
    width: 25%;
    margin-top: 5px;
    padding: 13px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 9999;
  }
}
.header .main_nav .nav_list .wrapper .dropdown {
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .header .main_nav .nav_list .wrapper .dropdown {
    margin-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .header .main_nav .nav_list .wrapper .dropdown .sub_menu {
    text-align: left;
    border-bottom: none;
  }
}
.header .main_nav .nav_list .wrapper .dropdown .sub_menu a {
  position: relative;
  display: block;
  padding: 0 10px 15px 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .header .main_nav .nav_list .wrapper .dropdown .sub_menu a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 10px;
    font-size: 1.4rem;
  }
  .header .main_nav .nav_list .wrapper .dropdown .sub_menu a:hover {
    background-color: #1E8E42;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .header .head_wrapper .left .nav_list {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1655px) {
  .header .head_wrapper .left .nav_list {
    display: block;
  }
}

.header .head_wrapper .right .txt_box {
  max-width: 150px;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .header .head_wrapper .right .txt_box {
    margin-right: 30px;
  }
}
.header .head_wrapper .right .txt_box a {
  display: flex;
  align-items: flex-end;
  padding: 15px;
  background-color: #1E8E42;
  border-radius: 26px;
  font-weight: 700;
  transition: all 0.5s;
}
.header .head_wrapper .right .txt_box a:hover {
  background-color: #000;
}
.header .head_wrapper .right .txt_box a span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .header .head_wrapper .right .txt_box a span {
    font-size: 1.6rem;
  }
}
.header .head_wrapper .right .icon a {
  display: block;
  max-width: 50px;
  transition: opacity 0.3s;
}
.header .head_wrapper .right .icon a img {
  display: block;
  width: 100%;
}
.header .head_wrapper .right .icon a:hover {
  opacity: 0.5;
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 1200px) {
  /********************************************/
  /* body fixed*/
  /********************************************/
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
  /********************************************/
  /*  Sp-menu btn*/
  /********************************************/
  .sp_menu_trigger,
  .sp_menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sp_menu_trigger {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #1E8E42;
    border-radius: 50%;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /********************************************/
  /*  Sp-menu list*/
  /********************************************/
  /********************************************/
  /*header > nav */
  /********************************************/
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sp_menu_trigger {
    top: 18px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .sp_menu_trigger {
    top: 10px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .sp_menu_trigger span {
    position: absolute;
    background: #FFF;
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .sp_menu_trigger span {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .sp_menu_trigger span:nth-of-type(1) {
    left: 14px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    left: 0;
    right: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    left: auto;
    right: 14px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .sp_menu_trigger span:nth-of-type(1) {
    left: 9px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    left: 0;
    right: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    left: auto;
    right: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .sp_menu_trigger.nogap {
    top: 0;
    right: 0;
  }
  .sp_menu_trigger.active span {
    border-radius: unset;
    width: 27px;
    height: 2px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .sp_menu_trigger.active span:nth-of-type(1) {
    transform: translateY(0) rotate(-315deg);
    left: 16px;
    top: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    transform: translateY(0) rotate(315deg);
    right: 16px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .sp_menu_trigger.active span {
    width: 23px;
  }
  .sp_menu_trigger.active span:nth-of-type(1) {
    transform: translateY(0) rotate(-315deg);
    left: 13px;
    top: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    transform: translateY(0) rotate(315deg);
    right: 13px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .sp_menu_trigger.active span:nth-of-type(1) {
    transform: translateY(0) rotate(-315deg);
    left: 9px;
    top: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    transform: translateY(0) rotate(315deg);
    right: 9px;
  }
}
@media screen and (max-width: 1200px) {
  header .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f9f5ee;
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
    overflow-y: scroll;
    padding: 80px 25px 100px;
    box-sizing: border-box;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
    transition: 0.3s;
  }
  header .main_nav.open {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  header .nav_list > li {
    display: block;
    text-align: left;
  }
  header .nav_list > li a {
    padding: 1em 0;
    color: #333;
  }
  .nav_list {
    width: 100%;
    overflow: hidden;
  }
  .header .main_nav .nav_list .event .toggle {
    position: relative;
  }
  .header .main_nav .nav_list .event .toggle::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/ico/ico-arrow-down.svg) no-repeat center/contain;
    transition: all 0.5s;
    transform: rotate(0deg) translateY(-50%);
    transform-origin: 50% 25%;
  }
  .header .main_nav .nav_list .event .toggle.active::after {
    transform: rotate(180deg);
  }
}
.recruit_content_wrapper .header .head_wrapper {
  align-items: unset;
  margin-bottom: 0;
}

/********************************************/
/* footer */
/********************************************/
.footer {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #4E4E4E;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.footer .content_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .footer .content_wrapper {
    justify-content: unset;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer .left {
    margin-bottom: 80px;
  }
}
.footer .left .fotter_logo {
  max-width: 240px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .footer .left .fotter_logo {
    margin-bottom: 20px;
  }
}
.footer .left .addr {
  margin-bottom: 40px;
}
.footer .left .addr .text {
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFF;
}
.footer .left .addr .text span {
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFF;
}
.footer .left .icon_length {
  display: flex;
  align-items: center;
}
.footer .left .icon_length a {
  display: block;
  transition: all 0.3s;
}
.footer .left .icon_length a:hover {
  opacity: 0.5;
}
.footer .left .icon_length .line {
  margin-right: 15px;
}
.footer .left .icon_length .line img {
  display: block;
  border-radius: 50%;
}

.footer .right {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .right {
    flex-direction: column;
  }
}
.footer .right .footer_nav:nth-child(1) {
  margin-right: 50px;
}
@media (max-width: 768px) {
  .footer .right .footer_nav:nth-child(1) {
    margin-bottom: 30px;
  }
}
.footer .right .footer_nav li {
  margin-bottom: 25px;
}
.footer .right .footer_nav li:last-child {
  margin-bottom: 0;
}
.footer .right .footer_nav a {
  line-height: 1.5;
  color: #FFF;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
.footer .right .footer_nav a:hover {
  opacity: 0.5;
}

.footer .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid #D9D6D0;
}
@media (max-width: 768px) {
  .footer .bottom {
    flex-direction: column;
    padding-top: 40px;
  }
}
.footer .bottom a {
  font-size: 1.6rem;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: opacity 0.3s;
  letter-spacing: 0.08em;
}
.footer .bottom a:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .footer .bottom .copyright {
    padding-top: 20px;
  }
}
.footer .bottom .copyright p {
  font-size: 1.4rem;
  color: #FFF;
  opacity: 0.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
}/*# sourceMappingURL=navigation.css.map */