@charset "utf-8";

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

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

html {
  margin-top: 0 !important;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

mark {
  color: inherit;
  background: none;
}

blockquote,
q {
  quotes: none;
}

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

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

iframe {
  max-width: 100%;
  border: none;
}

img {
  vertical-align: bottom;
}

input,
select {
  -webkit-appearance: none;
}

textarea,
select,
option {
  font: inherit;
}

::selection {
  background-color: rgba(34, 128, 32, .2);
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
  display: block;
  margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
  display: block;
  margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  opacity: 1;
}

a:active {
  text-decoration: none;
  opacity: .6;
}

a,
a * {
  transition: .3s;
}

a:hover,
a:hover * {
  transition: .3s;
}

a .ph {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
a:hover .ph img {
  transform: scale(1.1);
}
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */

html {
  font-size: 62.5%;
  /* 10px */
}

body {
  color: #121212;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: .2px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #FFF;
}

#container {
  position: relative;
}

img {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.sp {
  display: none !important;
}

.anime {
  opacity: 0;
  transform: translateY(4%);
  transition: 1.0s;
}

.anime.open {
  opacity: 1;
  transform: translateY(0);
  transition: 1.0s;
}

.contents_block {
  opacity: 0;
  transform: translateY(4%);
  transition: 1.0s;
}

.contents_block.open {
  opacity: 1;
  transform: translateY(0);
  transition: 1.0s;
}

/* header */
header {
  width: 100%;
  height: 160px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: #FFF;
}

header,
header *,
header.fix * {
  transition: .3s;
}

header.fix {
  height: 122px;
}

.menu_wrap img {
  width: 100%;
}

header .menu_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

header .logo_box {
  float: left;
  padding: 24px 0px;
}

header.fix .logo_box {
  padding: 15px 0px;
}

header .logo_box .lead {
  opacity: .5;
  font-size: 1.1rem;
  margin-bottom: 15px;
  line-height: 1.0;
}

header.fix .logo_box .lead {
  margin-bottom: 8px;
}

header .logo_box .hlogo {
  width: 330px;
}

header .hlogo > a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;

  width: 192px;
  height: 23px;

  white-space: nowrap;
  text-indent: 105%;

  background: url(assets/images/common/logo.svg) no-repeat;
  background-size: 100% auto;
}

header .hlogo span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;

  width: 124px;
  padding-left: 12px;
}

header .head_link {
  text-align: right;
  padding: 30px 0;
  text-wrap: nowrap;
}

header.fix .head_link {
  text-align: right;
  padding: 15px 0;
}

header .head_link>*,
header .btn_box .btn {
  display: inline-block;
  vertical-align: middle;
}

header .gt_switcher {
  width: 120px;
  line-height: 32px;
  border-radius: 20px;
  border: 1px solid rgba(18, 18, 18, .08);
  text-align: left;
  position: relative;
  font-size: 1.3rem;
  overflow: hidden;
}

header .gt_switcher:hover {
  background-color: rgba(165, 126, 90, .08);
}

header .gt_switcher::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  color: #121212;
  line-height: 1;
  width: 4px;
  height: 4px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-60%) rotate(135deg);
  transition: .3s;
}

header .gt_switcher:hover::after {
  top: 55%;
  transition: .3s;
}

header .gt_switcher .gt_selector {
  padding-left: 34px;
  background: url(assets/images/common/icon_lang.svg) 6px 6px no-repeat;
  background-size: 20px;
}

header .gt_switcher .gtranslate_wrapper a img{
  display: none;
}

header .gt_switcher .gtranslate_wrapper > a.glink {
  width: 100%;
  height: 32px;
  line-height: 30px;
  text-align: left;
  padding-left: 34px;
  background: url(assets/images/common/icon_lang.svg) 6px 6px no-repeat;
  background-size: 20px;
  display: block;
}

header .gt_switcher .gtranslate_wrapper > a.glink span {
  font-size: 1.3rem;
  opacity: .6;
}

header .gt_switcher .gtranslate_wrapper > a.glink span:last-child {
  display: none;
}

header .gt_switcher .gt_white_content {
  padding: 30px;
}

header .gt_white_content .gt_languages {
  display: block;
  max-height: none;
}

header .gt_switcher .gt_white_content a.glink {
  line-height: 1.0;
  padding: 12px 12px 12px 30px;
  white-space: initial;
  flex-basis: auto;
  position: relative;
}

header .gt_switcher .gt_white_content a.glink::after {
  content: "";
  position: absolute;
    top: 50%;
    left: 10px;
    color: #228020;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 1.5px solid #228020;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transition: .3s;
    transform: translateY(-60%) rotate(45deg);
}

header .gt_switcher .gt_white_content a.gt-current-lang {
  color: #228020;
  font-weight: inherit;
  font-weight: 500;
}

header .gt_switcher .gt_white_content a.glink span {
  font-size: 1.6rem;
}

header .head_link .link {
  font-size: 1.3rem;
  opacity: .6;
  margin: 0 25px;
  width: 70px;
  line-height: 1.2;
  text-align: left;
}

header .head_link .link a:hover {
  color: #228020;
}

header .head_link .btn {
  min-width: 270px;
}

header .head_link .btn.inquiry {
  margin-right: 6px;
}

.btn.cv a {
  line-height: 50px;
  border: 1px solid rgba(34, 128, 32, .4);
  color: #228020;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 30px;
  position: relative;
  background: #FFF url(assets/images/common/icon_inquiry.svg) 20px 18px no-repeat;
  background-size: 16px auto;
  display: block;
  text-align: center;
  padding: 0 35px 0 45px;
  height: 50px;
}

.btn.cv a:hover {
  opacity: 1;
  background-color: rgba(34, 128, 32, .08);
}

.btn.cv a::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 7px;
  height: 8px;
  background: url(assets/images/common/arrow_g.svg) top center no-repeat;
  background-size: 100% auto;
  transition: .3s;
}

.btn.cv a:hover::after {
  transform: translateX(4px);
  transition: .3s;
}

.btn.cv.contact a {
  border: none;
  color: #FFF;
  background: #228020 url(assets/images/common/icon_contact.svg) 22px 20px no-repeat;
  background-size: 15px auto;
}

.btn.cv.contact a::after {
  background-image: url(assets/images/common/arrow.svg);
}

.btn.cv.contact a:hover {
  background-color: #0C730A;
}

header .nav_box {
  background: rgba(165, 126, 90, .08);
  height: 50px;
  text-align: center;
  position: relative;
}

header.fix .nav_box {
  height: 40px;
}

header .nav_box .menu {
  min-width: 1200px;
  margin: 0 auto;
  text-wrap: nowrap;
}

header .nav_box .menu>li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
}

header .nav_box li .arrow {
  line-height: 50px;
  position: relative;
  padding: 0 36px 0 18px;
  display: inline-block;
}

header .nav_box li .arrow.portal {
  padding: 0 36px;
  margin-left: -18px;
}

header .nav_box .menu > li > a {
  line-height: 50px;
  padding: 0 18px;
  display: inline-block;
}

header.fix .nav_box li .arrow,
header.fix .nav_box .menu > li > a {
  line-height: 40px;
}

header .nav_box li .arrow:hover,
header .nav_box li a:hover {
  color: #307430;
}

header .nav_box li .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  color: #50453A;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transition: .3s;
  transform: translateY(-60%) rotate(135deg);
}

header .nav_box li:hover .arrow::after {
  transition: .3s;
  transform: translateY(-30%) rotate(135deg);
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-4%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


header .nav_box li .drop_menu {
  display: none;
  opacity: 0;
  transition: .5s;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  min-width: 1200px;
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  padding: 40px 30px 50px;
}

header.fix .nav_box li .drop_menu {
  top: 40px;
}

header .nav_box li:hover .drop_menu {
  display: block;
  opacity: 1;
  transition: .5s;
  animation: fade-in .3s linear 0s;
}

header .nav_box li .drop_menu .box {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 2.5%;
  text-wrap: initial;
}

header .nav_box li .drop_menu.num02 .box {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 2.5%;
}

header .nav_box li .drop_menu .box .tit {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(18, 18, 18, .08);
  margin-bottom: 20px;
  line-height: 1.2;
  padding: 0 5px 15px;
  position: relative;
}

header .nav_box li .drop_menu .box .tit::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #228020;
}

header .nav_box li .drop_menu.machine .box .tit {
  height: 46px;
}

header .nav_box li .drop_menu .box li {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 10px;
}

header .nav_box li .drop_menu.num02 .box li {
  width: 45%;
  display: inline-block;
  margin-right: 3%;
}

header .nav_box li .drop_menu .box li a {
  font-weight: 300;
  position: relative;
  padding-left: 10px;
  display: block;
}

header .nav_box li .drop_menu .box li a::before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
}

header .nav_box li .drop_menu .section_potal {
  width: 650px !important;
  background: none;
  padding: 0;
}

header .nav_box li .drop_menu .section_potal .link_box {
  float: none;
  text-align: left;
}

header .nav_box li .drop_menu .section_potal .link_box .box {
  margin: 2% 3% 0 0;
}


/* menu */
.menu_wrapper .menu_wrap {
  padding: 70px 5% 10%;
}

.menu_wrapper .nav_box {
  margin-bottom: 10%;
}

.menu_wrapper .nav_box .menu>li {
  border-bottom: 1px solid rgba(18, 18, 18, .08);
}

.menu_wrapper .nav_box .menu>li>a,
.menu_wrapper .nav_box .menu>li>span {
  padding: 3% 2%;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
}

.menu_wrapper .nav_box .menu .drop_menu {
  background: rgb(247 245 242);
  padding: 6% 5%;
  margin: 0 3% 5%;
}

.menu_wrapper .nav_box .menu .drop_menu .box .tit {
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(18, 18, 18, .08);
  margin-bottom: 4%;
  line-height: 1.2;
  padding: 0 2% 3%;
  position: relative;
}

.menu_wrapper .nav_box .menu .drop_menu .box .tit::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #228020;
}

.menu_wrapper .nav_box .menu .drop_menu .box:not(:last-child) {
  margin-bottom: 8%;
}

.menu_wrapper .nav_box .menu .drop_menu .box li {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 5px;
  padding: 0 10px;
}

.menu_wrapper .nav_box .menu .drop_menu .box li a {
  font-weight: 300;
}

.menu_wrapper .nav_box .menu .drop_menu .box li a::before {
  content: "- ";
}

.menu_wrapper .btn_box {
  padding: 12% 8%;
  background: rgba(34, 128, 32, .06);
}

.menu_wrapper .btn_box .btn:not(:last-child) {
  margin-bottom: 3%;
}





/* container */


/* section */
.section {
  margin: 150px auto;
}

.section_inner {
  margin: 0 auto;
}

.section img {
  width: 100%;
}

.btn_more {
  display: inline-block;
}

.btn_more a,
.btn_more span {
  line-height: 50px;
  padding-right: 70px;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: underline;
  position: relative;
  display: block;
}

.btn_more.back a {
  padding-right: 0;
  padding-left: 70px;
}

.btn_more a:hover {
  opacity: 1;
}

.btn_more a::after,
.btn_more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #50453A url(assets/images/common/arrow.svg) center no-repeat;
  background-size: 10px auto;
  border-radius: 25px;
  transition: .3s;
}

.btn_more.back a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.btn_more a:hover::after,
a:hover .btn_more span::after {
  background-position: 26px 20px;
  transition: .3s;
}


/* section_cv */

.section_cv {
  background: #FFF;
  width: 100%;
  border-top: 1px solid rgba(18, 18, 18, .15);
}

.section_cv .section_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.section_cv .box {
  flex-basis: 33.333333%;
}

.section_cv .box:not(:last-child) {
  border-right: 1px solid rgba(18, 18, 18, .15);
}

.section_cv .box a {
  display: block;
  text-align: center;
  padding: 90px 0;
}

.section_cv .box a:hover {
  background: #ede6dbc5;
}

.section_cv .box .icon {
  width: 36px;
  height: 36px;
  position: relative;
  margin: 0 auto;
}

.section_cv .box .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_cv .box .icon.recruit img {
  width: 34px;
}

.section_cv .box .icon.inquiry img {
  width: 34px;
}

.section_cv .box .icon.contact img {
  width: 30px;
}

.section_cv .box .tit {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.0;
  margin: 20px 0 45px;
}

.section_cv .box .btn {
  width: 260px;
  margin: 0 auto;
  font-weight: 500;
  border: 1px solid rgba(34, 128, 32, .4);
  line-height: 50px;
  position: relative;
  color: #228020;
  border-radius: 30px;
  background: #FFF;
  font-size: 1.3rem;
}

.section_cv .box a:hover .btn {
  color: #FFF;
  background: #228020;
}

.section_cv .box .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 8px;
  height: 7px;
  background: url(assets/images/common/arrow_g.svg) top center no-repeat;
  background-size: 100% auto;
}

.section_cv .box a:hover .btn::after {
  background-image: url(assets/images/common/arrow.svg);
}

.section_cv .box .btn.blank::after {
  width: 11px;
  height: 9px;
  background-image: url(assets/images/common/icon_blank.svg);
}

.section_cv .box a:hover .btn.blank::after {
  background-image: url(assets/images/common/icon_blank_w.svg);
}


/* section_number */
.section_number {
  background: #307430;
  color: #FFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.section_number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2094px;
  height: 116px;
  background: url(assets/images/common/txt_nasaco.svg) top left repeat-x;
  background-size: auto 100%;
  animation: scrollAnime 40s linear infinite;
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.section_number .tit_box {
  margin-right: 52px;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.6rem;
  font-weight: 600;
}

.section_number .num_box {
  display: inline-block;
  vertical-align: middle;
}

.section_number .box {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
}

.section_number.open .box {
  opacity: 0;
  animation: scrollAnime02 .3s linear both;
}

.section_number.open .box {
  opacity: 1;
  animation-delay: .3s;
}

.section_number.open .box:nth-child(2) {
  animation-delay: .8s;
}

.section_number.open .box:nth-child(3) {
  animation-delay: 1.3s;
}

.section_number.open .box:nth-child(4) {
  animation-delay: 1.8s;
}

@keyframes scrollAnime02 {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.section_number .box .icon {
  width: 52px;
  height: 52px;
  position: relative;
  margin: 0 auto;
}

.section_number .box .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_number .box:nth-child(2) .icon img {
  width: 42px;
  margin-top: 2px;
}

.section_number .box:nth-child(3) .icon img {
  width: 44px;
}

.section_number .box:nth-child(4) .icon img {
  width: 46px;
}

.section_number .num_box .num {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.0;
  margin: 20px 0 12px;
}

.section_number .num_box .txt {
  font-size: 1.3rem;
  line-height: 1.6;
}


/* footer */

.footer {
  padding: 100px 0 70px;
  color: #FFF;
  background: #228020;
}

.footer .section_inner {
  width: 1200px;
  margin: 0 auto;
}

.footer .info_box {
  width: 50%;
  float: left;
}

.footer .flogo {
  margin-bottom: 15px;
}

.footer .flogo a {
  display: inline-block;
  vertical-align: bottom;
  width: 195px;
}

.footer .flogo span {
  display: inline-block;
  vertical-align: bottom;
  width: 125px;
  margin-left: 16px;
}

.footer .flogo img {
  width: 100%;
}

.footer .info {
  color: rgba(255, 255, 255, .4);
  line-height: 1.6;
  font-size: 1.3rem;
}

.footer .info em {
  display: block;
  margin: 25px 0 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, .6);
  line-height: 1.0;
}

.footer .sitemap_box {
  float: right;
  width: 50%;
  text-align: left;
}

.footer .gnav .main_menu {
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
}

.footer .gnav .main_menu:last-child {
  margin-right: 0;
}

.footer .gnav li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .gnav li.sitemap {
  margin-top: 25px;
}

.footer .gnav li.portal {
  margin-bottom: 5px;
}

.footer .gnav li.sub {
  margin-bottom: 0;
  margin-top: 0px;
}

.footer .gnav li a {
  font-weight: bold;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.0;
}

.footer .gnav li.sub a {
  font-size: 1.2rem;
  font-weight: 300;
}

.footer .gnav li.sub a:before {
  content: "- ";
}

.footer a:hover {
  opacity: .6;
}

.footer .sub_box {
  width: 1200px;
  margin: 100px auto 0;
}

.footer .other_link {
  width: 60%;
  float: left;
}

.footer .other_link li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
}

.footer .other_link a {
  font-size: 1.1rem;
  text-decoration: underline;
  opacity: .6;
}

.footer .copy {
  font-size: 1.2rem;
  opacity: .6;
  text-align: right;
  float: right;
  width: 40%;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* header */


  /* container */
  #container {
    width: 100%;
  }

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    height: 100%;
  }

  body {
    overflow-x: hidden;

    width: 165%;

    -webkit-transform: scale(.606);
    -ms-transform: scale(.606);
    transform: scale(.606);
    /* transform: scale の倍率の逆数を設定する事 */
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* header */
  header {
    height: 62px;
  }

  header.fix {
    height: 62px;
  }

  header .menu_inner {
    width: 100%;
    position: relative;
  }

  header .logo_box {
    padding: 6px 0 6px 3%;
  }

  header.fix .logo_box {
    padding: 6px 0 6px 3%;
  }

  header .logo_box .lead {
    font-size: .8rem;
    margin-bottom: 2.5%;
  }

  header.fix .logo_box .lead {
    margin-bottom: 2.5%;
  }

  header .logo_box .hlogo {
    width: 200px;
  }

  header h1.hlogo a {
    width: 120px;
    height: 14px;
  }

  header h1.hlogo span {
    width: 72px;
    height: 15px;
    padding-left: 6px;
  }

  header h1.hlogo span img {
    vertical-align: top;
  }

  header .head_link {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 60px;
    width: calc(100% - 280px);
  }

  header.fix .head_link {
    padding: 0;
  }

  header .gt_switcher {
    width: 100%;
    line-height: 30px;
    font-size: 1.1rem;
  }

  header .gt_switcher::after {
    right: 12px;
    width: 3px;
    height: 3px;
  }

  header .gt_switcher .gtranslate_wrapper > a.glink {
    height: 30px;
    line-height: 28px;
    padding-left: 32px;
    background-size: 18px;
  }

  header .gt_switcher .gtranslate_wrapper > a.glink span {
    font-size: 1.1rem;
  }

  header .gt_switcher .gt_white_content {
    padding: 4% 6% 8%;
  }

  header .gt_switcher .gt_white_content a.glink span {
    font-size: 1.4rem;
  }

  header .gt_switcher::after {
    right: 10px;
  }

  header .btn_box {
    display: none;
  }

  .btn.cv a {
    line-height: 50px;
    border: 1px solid rgba(34, 128, 32, .4);
    color: #228020;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    background: #FFF url(assets/images/common/icon_inquiry.svg) 20px 18px no-repeat;
    background-size: 16px auto;
    display: block;
    text-align: center;
  }

  .btn.cv a:hover {
    opacity: 1;
  }

  .btn.cv a::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    width: 7px;
    height: 8px;
    background: url(assets/images/common/arrow_g.svg) top center no-repeat;
    background-size: 100% auto;
    transition: .3s;
  }

  .btn.cv a:hover::after {
    transform: translateX(4px);
    transition: .3s;
  }

  .btn.cv.contact a {
    border: none;
    color: #FFF;
    background: #228020 url(assets/images/common/icon_contact.svg) 22px 20px no-repeat;
    background-size: 15px auto;
  }

  .btn.cv.contact a::after {
    background-image: url(assets/images/common/arrow.svg);
  }


  /* section */
  .section {
    margin: 15% auto;
  }

  .section_inner {
    width: 100%;
  }


  .title_box h2 {
    font-size: 2.4rem;
  }


  .btn_more a,
  .btn_more span {
    line-height: 40px;
    padding-right: 50px;
    font-size: 1.2rem;
  }

  .btn_more.back a {
    padding-right: 0;
    padding-left: 50px;
  }

  .btn_more a::after,
  .btn_more span::after {
    width: 40px;
    height: 40px;
    background-size: 7px auto;
  }

  .btn_more a:hover::after,
  a:hover .btn_more span::after {
    background-position: 21px 15px;
  }

  /* section_cv */

  .section_cv .section_inner {
    display: block;
  }

  .section_cv .box {
    flex-basis: 100%;
    width: 100%;
  }

  .section_cv .box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(18, 18, 18, .15);
  }

  .section_cv .box a {
    padding: 9% 0 12%;
  }

  .section_cv .box .icon {
    width: 30px;
    height: 30px;
  }

  .section_cv .box .icon.recruit img {
    width: 27px;
  }

  .section_cv .box .icon.inquiry img {
    width: 30px;
  }

  .section_cv .box .icon.contact img {
    width: 26px;
  }

  .section_cv .box .tit {
    font-size: 1.8rem;
    margin: 3% 0 6%;
  }

  .section_cv .box .btn {
    width: 72%;
  }

  .section_cv .box .btn::after {
    right: 25px;
    width: 8px;
    height: 7px;
  }

  .section_cv .box .btn.blank::after {
    width: 11px;
    height: 9px;
    background-image: url(assets/images/common/icon_blank.svg);
  }


  /* section_number */
  .section_number {
    padding: 12% 0;
  }

  .section_number::after {
    width: 813px;
    height: 46px;
    animation: scrollAnime 18s linear infinite;
  }

  .section_number .tit_box {
    margin-right: 0;
    display: block;
    font-size: 2.0rem;
    line-height: 1.0;
    margin-bottom: 3%;
  }

  .section_number .box {
    width: 44%;
    margin: 4% .4%;
  }

  .section_number .num_box .num {
    font-size: 2.0rem;
    margin: 5% 0 3%;
  }

  .section_number .num_box .txt {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
  }


  /* footer */

  .footer {
    padding: 15% 0 8%;
  }

  .footer .section_inner {
    width: 90%;
  }

  .footer .info_box {
    width: 100%;
    float: none;
    font-size: 1.2rem;
  }

  .footer .flogo {
    margin-bottom: 8%;
  }

  .footer .flogo a {
    width: 156px;
  }

  .footer .flogo span {
    width: 102px;
    margin-left: 14px;
  }

  .footer .info em {
    margin: 5% 0 2%;
  }


  .footer .sub_box {
    width: 90%;
    margin: 10% auto 0;
  }

  .footer .other_link {
    width: 100%;
    float: none;
  }

  .footer .other_link li {
    margin-right: 3%;
  }

  .footer .other_link a {
    font-size: 1.0rem;
    line-height: 1.4;
  }

  .footer .copy {
    font-size: 1.0rem;
    float: none;
    width: 100%;
    margin-top: 10%;
  }

}

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

}



/* table_box */

.table_box {
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  font-size: 1.6rem;
  padding: 40px 0;
  text-align: left;
}

.table_box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 18%;
  height: 1px;
  background: #1B224C;
}

.table_box dt {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.table_box dd {
  width: 80%;
  padding-left: 5%;
  display: inline-block;
  vertical-align: top;
}

.table_box dd a {
  text-decoration: underline;
}

.table_box dd .map_box {
  margin: 20px 0 30px;
}

.table_box dd iframe {
  width: 100%;
  height: 526px;
  border: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 767px) {

  .table_box {
    font-size: 1.3rem;
    padding: 4% 0;
  }

  .table_box dd .map_box {
    margin: 5% 0 8%;
  }

  .table_box dd iframe {
    height: 180px;
  }

}


/* pageNavWrap */

#pageNavWrap {
  margin-top: 20px;
  text-align: center;
}

#pageNavWrap .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EDEDED;
  line-height: 50px;
  color: rgba(27, 34, 76, 0.4);
  font-size: 1.8rem;
}

#pageNavWrap .page-numbers.current,
#pageNavWrap a.page-numbers:hover {
  background: #1B224C;
  color: #FFF;
  opacity: 1;
}

#pageNavWrap .dots {
  background: none;
  width: auto;
}

#pageNavWrap .prev,
#pageNavWrap .next {
  position: relative;
  background: none;
  border: 1px solid #1B224C;
  color: #1B224C;
}

#pageNavWrap .prev::after {
  position: absolute;
  top: 19px;
  left: 21px;

  display: block;

  width: 8px;
  height: 8px;

  content: " ";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border-top: 1px #1B224C solid;
  border-left: 1px #1B224C solid;
}

#pageNavWrap .next::after {
  position: absolute;
  top: 19px;
  right: 21px;

  display: block;

  width: 8px;
  height: 8px;

  content: " ";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);

  border-top: 1px #1B224C solid;
  border-left: 1px #1B224C solid;
}

#pageNavWrap .prev:hover::after,
#pageNavWrap .next:hover::after {
  border-color: #FFF;
}



@media screen and (max-width: 767px) {

  #pageNavWrap {
    margin-top: 10%;
  }

  #pageNavWrap .page-numbers {
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #pageNavWrap .prev::after {
    top: 14px;
    left: 16px;
  }

  #pageNavWrap .next::after {
    top: 14px;
    right: 16px;
  }

}



.btn_back a {
  padding-left: 70px;
  text-decoration: underline;
  line-height: 50px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.btn_back a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(assets/images/common/arrow_link_sub.svg) top center no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}

.btn_next a {
  padding-right: 70px;
  text-decoration: underline;
  line-height: 50px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.btn_next a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(assets/images/common/arrow_link_sub.svg) top center no-repeat;
  background-size: 100% auto;
}


@media screen and (max-width: 767px) {
  .btn_back a {
    padding-left: 40px;
    line-height: 32px;
  }

  .btn_back a::before {
    width: 32px;
    height: 32px;
  }

  .btn_next a {
    padding-right: 40px;
    line-height: 32px;
  }

  .btn_next a::before {
    width: 32px;
    height: 32px;
  }
}



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

	cookie

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

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -300px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  padding: 1.5em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 999999999999999;
  transition: .5s;
}

.cookie-consent.is-show {
  visibility: visible;
  bottom: 0;
}

.cookie-consent a {
  color: #fff !important;
  text-decoration: underline;
}

.cookie-agree {
  color: #333333;
  background: #FFF;
  padding: .5em 2.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }

  .cookie-text {
    margin-bottom: 1em;
  }
}


/* 翻訳プラグイン */
.widgettitle {
  display: none;
}

.gt_selector {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #333333;
}

.gt_selector:focus {
  outline: none;
}

select.gt_selector.notranslate option[value=""] {
  display: none;
}
