@charset "UTF-8";
/*------------------------------------------------------------

    基本CSS

------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
html {
  font-size: 62.5%;
}
body {
  position: relative;
  background: #fff;
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: #262626;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
li:last-child {
  margin-bottom: 0 !important;
}
a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
button,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.en__font {
  font-family: "Roboto", sans-serif;
}
::-moz-selection {
  background-color: #aed39a;
  color: #fff;
}
::selection {
  background-color: #aed39a;
  color: #fff;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 2rem;
  }
}
/*------------------------------------------------------------

    pc・sp分ける

------------------------------------------------------------*/
.visibility--s,
.visibility--m,
.visibility--l {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hidden--s {
    display: none !important;
  }
  .visibility--s {
    display: block !important;
  }
}
/* ----- media END ----- */
@media screen and (min-width: 992px) {
  .hidden--m {
    display: none !important;
  }
  .visibility--m {
    display: block !important;
  }
}
/* ----- media END ----- */
@media screen and (min-width: 1200px) {
  .hidden--l {
    display: none !important;
  }
  .visibility--l {
    display: block !important;
  }
}

.mb_xs {
  margin-bottom: 15px !important;
}
.mb_s {
  margin-bottom: 30px !important;
}
.mb_m {
  margin-bottom: 45px !important;
}
.mb_l {
  margin-bottom: 60px !important;
}
.mb_0 {
  margin-bottom: 0px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_45 {
  margin-bottom: 45px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_90 {
  margin-bottom: 90px !important;
}
@media screen and (min-width: 992px) {
  .mb_xs {
    margin-bottom: 30px !important;
  }
  .mb_s {
    margin-bottom: 60px !important;
  }
  .mb_m {
    margin-bottom: 90px !important;
  }
  .mb_l {
    margin-bottom: 120px !important;
  }
}
/*------------------------------------------------------------

    コンテンツ幅

------------------------------------------------------------*/
main {
  margin-top: 60px;
}
.content {
  margin-bottom: 50px;
}
.content__bg {
  padding: 50px 0;
}
.content__area {
  max-width: 1520px;
  padding: 0 20px;
  margin: 0 auto;
}
.content__area.content__area_s {
  max-width: 1320px;
}
.content__area.content__area_ss {
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .content__area {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .content {
    margin-bottom: 120px;
  }
  .content.content__s {
    margin-bottom: 150px;
  }
  .content__bg {
    padding: 120px 0;
  }
  .content__area {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  main {
    margin-top: 100px;
  }
}
/*------------------------------------------------------------

    タイトル

------------------------------------------------------------*/
.ttl__1 {
  margin: -16px 0 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.ttl__1_en {
  color: #087728;
  font-size: 4.6rem;
  display: block;
  text-transform: uppercase;
}
.ttl__1_ja {
  color: #64aa36;
  font-size: 1.4rem;
  display: block;
  margin-top: -5px;
}
.ttl__2 {
  margin: -10px 0 20px;
}
.ttl__2.ttl__2__center {
  text-align: center;
}
.ttl__2__ja {
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
}
.ttl__2__en {
  text-transform: uppercase;
  color: #64aa36;
  font-size: 1.2rem;
  display: block;
  margin-top: -5px;
}
.ttl__wrap {
  margin-bottom: 30px;
}
.ttl__wrap .btn__type-3 {
  display: none;
}
.ttl__white {
  color: #fff;
}
.ttl_en__only {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ttl__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ttl__wrap [class*="ttl__"] {
    margin-bottom: 0;
  }
  .ttl__wrap .btn__type-3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 1200px) {
  .ttl__1 {
    display: inline-block;
    text-align: right;
    position: relative;
    margin: -10px 0 30px;
  }
  .ttl__1_en {
    font-size: 9rem;
  }
  .ttl__1_ja {
    font-size: 1.8rem;
    display: inline-block;
    background-color: #fff;
    padding-left: 15px;
  }
  .ttl__1_ja::before {
    content: "";
    display: inline-block;
    background-color: #64aa36;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: -1;
  }
  .ttl__2 {
    margin: -15px 0 50px;
  }
  .ttl__2__ja {
    font-size: 4rem;
  }
  .ttl__2__en {
    font-size: 1.8rem;
    margin-top: -10px;
  }
  .ttl__wrap {
    margin-bottom: 60px;
  }
}
/*------------------------------------------------------------

    アイコン

------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ko0h17");
  src: url("fonts/icomoon.eot?ko0h17#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?ko0h17") format("truetype"),
    url("fonts/icomoon.woff?ko0h17") format("woff"),
    url("fonts/icomoon.svg?ko0h17#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home::before {
  content: "\e901";
}
.icon-open::before {
  content: "\e900";
  color: #4b4b4b;
}
.i__arrow {
  width: 25px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.i__arrow::before,
.i__arrow::after {
  content: "";
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.i__arrow::before {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.i__arrow::after {
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.i__arrow.arrow__green::before {
  background-color: #087728;
}
.i__arrow.arrow__green::after {
  border-left-color: #087728;
}
.i__arrow.arrow__black::before {
  background-color: #262626;
}
.i__arrow.arrow__black::after {
  border-left-color: #262626;
}
.i__plus {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.i__plus::before,
.i__plus::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: 7px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.i__plus::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.i__plus.i__change::before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.i__plus.i__change::after {
  opacity: 0;
}
.i__triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #64aa36;
}
.open__tab::after {
  content: "";
  display: inline-block;
  background-image: url("../img/common/i__open.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}
.i__check {
  position: relative;
  display: block;
}
.i__check::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #007628;
  position: absolute;
  top: 0;
  left: 0;
}
.i__check::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 15px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*------------------------------------------------------------

    ボタン

------------------------------------------------------------*/
.btn__type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  position: relative;
}
.btn__type-1 p,
.btn__type-1 span {
  position: relative;
}
.btn__type-1 span {
  font-weight: 400;
  display: block;
}
.btn__type-2 {
  position: relative;
  color: #fff;
  padding: 0 20px;
  background-color: #087728;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}
.btn__type-2 .i__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn__type-3 {
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #262626;
  padding-bottom: 5px;
}
.btn__type-3 .i__arrow {
  margin-left: 15px;
}
.btn__color-1,
.btn__color-2 {
  color: #fff;
}
.btn__color-1 {
  background-color: #64aa36;
}
.btn__color-2 {
  background-color: #2b7b76;
}
.btn__color-3 {
  background-color: #fff;
  color: #262626;
}
.btn__type-4 {
  font-size: 1.4rem;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  position: relative;
}
.btn__type-4 .i__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn__min {
  max-width: 180px;
  height: 40px;
  font-size: 1.6rem;
}
.btn__min .i__arrow {
  right: 15px;
}
.btn__none {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .btn__type-2 {
    max-width: 420px;
    padding: 0 30px;
  }
  .btn__type-2 > span {
    position: relative;
  }
  .btn__type-2 .i__arrow {
    right: 30px;
  }
  .btn__type-1::before,
  .btn__type-2::before,
  .response__newGraduate::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #64aa36;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .btn__color-1::before,
  .response__newGraduate::before {
    background-color: #087728;
  }
  .btn__color-2::before {
    background-color: #16948c;
  }
  .btn__type-3:hover .i__arrow {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  .btn__type-2:hover .i__arrow {
    right: 25px;
  }
  .btn__type-1:hover::before,
  .btn__type-2:hover:not(.btn__color-3)::before,
  .response__newGraduate:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}
@media screen and (min-width: 992px) {
  .btn__type-2 {
    height: 70px;
    font-size: 2rem;
  }
  .btn__type-3 {
    font-size: 1.6rem;
  }
  .btn__min {
    max-width: 260px;
    height: 50px;
  }
}
/*------------------------------------------------------------

    背景

------------------------------------------------------------*/
.bg__1 {
  background-color: #f2f2f2;
}
.bg__2 {
  background-color: #2b7b76;
}
/*------------------------------------------------------------

    header

------------------------------------------------------------*/
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 15px;
}
.logo {
  max-width: 250px;
}
.header__nav,
.header__nav__btn {
  display: none;
}
.hamberger__btn {
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
}
.hamberger__line {
  width: 18px;
  height: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px auto 12px;
}
.hamberger__line span {
  width: 100%;
  height: 1px;
  background-color: #087728;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.hamberger__line span::before,
.hamberger__line span::after {
  content: "";
  display: inline-block;
  background-color: #087728;
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.hamberger__line span::before {
  top: 0;
}
.hamberger__line span::after {
  bottom: 0;
}
.hamberger__btn p {
  color: #087728;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.hamberger__text__close {
  opacity: 0;
  display: none;
}
.menu__on .hamberger__text__menu {
  display: none;
}
.menu__on .hamberger__text__close {
  display: block;
  opacity: 1;
}
.hamburger {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.hamburger__menu {
  background-color: #087728;
}
.hamburger__menu > ul > li {
  position: relative;
}
.hamburger__menu > ul > li + li {
  border-top: 1px solid #72987d;
}
.hamburger__menu > ul > li > a {
  font-size: 1.4rem;
  color: #fff;
  padding: 15px 20px;
  font-weight: bold;
}
.hamburger__menu > ul > li > a .i__arrow {
  display: none;
}
.hamburger__menu > ul > li > .i__plus {
  position: absolute;
  top: 10px;
  right: 12px;
}
.hamburger__menu .sub-menu {
  padding: 15px 20px 15px 40px;
  background-color: #086b25;
  display: none;
}
.hamburger__menu .sub-menu > li + li {
  margin-top: 10px;
}
.hamburger__menu .sub-menu a {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hamburger__menu .sub-menu a .i__arrow {
  width: 15px;
}
.hamburger__btn {
  padding: 30px 30px 100vh;
  background-color: #fff;
}
.hamburger__btn a + a {
  margin-top: 20px;
}
.hamburger__btn .btn__type-1 {
  height: 65px;
  font-size: 1.5rem;
}
.hamburger__btn .btn__type-1 span {
  font-size: 1.2rem;
  margin-top: -5px;
}
.menu__on {
  overflow: hidden;
}
.menu__on .hamburger {
  opacity: 1;
  pointer-events: all;
}
.menu__on .hamberger__line span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu__on .hamberger__line span::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu__on .hamberger__line span::after {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .header {
    height: 60px;
  }
  .header__btnContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
  .header__nav__btn .btn__type-1 {
    width: 110px;
    height: 60px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .header__nav__btn .btn__type-1 p {
    margin-bottom: 5px;
  }
  .header__nav__btn .btn__type-1:first-child {
    border-right: 1px solid #82c556;
  }
  .header__nav__btn .btn__type-1 span {
    font-size: 1rem;
    margin-top: -5px;
  }
  .header__nav__btn .btn__type-1:last-child {
    font-size: 1.2rem;
    text-align: center;
    width: 130px;
  }
  .header__nav__btn .btn__type-1:last-child p {
    line-height: 1.4375;
  }
}
@media screen and (min-width: 992px) {
  .logo {
    max-width: 200px;
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header__nav > ul > li {
    position: relative;
    height: 100%;
  }
  .header__nav > ul > li + li {
    margin-left: 10px;
  }
  .header__nav > ul > li > a {
    font-size: 1.1rem;
    font-weight: bold;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav > ul > li:hover > a {
    color: #087728;
  }
  .header__nav .sub-menu {
    position: absolute;
    top: 80%;
    left: -25px;
    width: 100%;
    min-width: 130px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 1;
  }
  .header__nav > ul > li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .header__nav .sub-menu a {
    font-size: 1.2rem;
    color: #fff;
    background-color: #087728;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
  }
  .header__nav__btn .btn__type-1 {
    width: 70px;
    font-size: 1rem;
  }
  .header__nav__btn .btn__type-1:last-child {
    font-size: 1.1rem;
  }
  .hamberger__btn {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .header__nav .sub-menu a:hover {
    color: #64aa36;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 100px;
  }
  .header__inner {
    padding: 0 0 0 30px;
  }
  .logo {
    max-width: 220px;
  }
  .header__nav > ul > li + li {
    margin-left: 15px;
  }
  .header__nav > ul > li > a {
    font-size: 1.2rem;
  }
  .header__nav__btn {
    margin-left: 15px;
  }
  .header__nav__btn .btn__type-1 {
    width: 110px;
    height: 100px;
    font-size: 1.4rem;
  }
  .header__nav__btn .btn__type-1 p {
    margin-bottom: 10px;
  }
  .header__nav__btn .btn__type-1 span {
    font-size: 1.2rem;
  }
  .header__nav__btn .btn__type-1:last-child {
    font-size: 1.2rem;
  }
  .header__nav__btn .btn__type-1:last-child span {
    font-size: 1rem;
  }
  .hamberger__btn {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .logo {
    max-width: 250px;
  }
  .header__nav > ul > li > a {
    font-size: 1.4rem;
  }
  .header__nav .sub-menu {
    min-width: 200px;
    left: -35px;
  }
  .header__nav .sub-menu li + li {
    border-top: 1px solid #72987d;
  }
  .header__nav .sub-menu a {
    padding: 17px 0;
    font-size: 1.4rem;
  }
  .header__nav__btn .btn__type-1 {
    width: 135px;
    font-size: 1.6rem;
  }
  .header__nav__btn .btn__type-1:last-child {
    width: 160px;
    font-size: 1.6rem;
  }
  .header__nav__btn .btn__type-1:last-child span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .header__inner {
    padding: 0 0 0 90px;
  }
  .header__nav > ul > li + li {
    margin-left: 30px;
  }
  .header__nav__btn {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .logo {
    max-width: 350px;
  }
  .header__nav__btn {
    margin-left: 50px;
  }
}
/*------------------------------------------------------------

    フッター

------------------------------------------------------------*/
.footer {
  background-color: #262626;
  padding-top: 50px;
}
.footer__top {
  padding-bottom: 50px;
  border-bottom: 1px solid #a1a1a1;
}
.footer__logo {
  max-width: 170px;
  margin: 0 auto 20px;
}
.footer__address {
  text-align: center;
  color: #fff;
}
.footer__address p {
  font-size: 1.4rem;
  color: #a1a1a1;
}
.footer__nav {
  display: none;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 20px;
}
.copy {
  font-size: 1rem;
  color: #a1a1a1;
}
.footer__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__link a {
  width: 50%;
  text-align: center;
  color: #a1a1a1;
  font-size: 1.2rem;
  position: relative;
  line-height: 1;
}
.footer__link a + a {
  border-left: 1px solid #a1a1a1;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__link {
    padding-bottom: 20px;
  }
  .copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__logo {
    margin: 0 0 20px;
  }
  .footer__address {
    text-align: left;
  }
  .footer__nav {
    display: block;
  }
  .footer__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav > ul > li + li {
    margin-left: 10px;
  }
  .footer__nav__item {
    color: #a1a1a1;
    font-size: 1.4rem;
  }
  .footer__nav__item + .footer__nav__item {
    margin-top: 10px;
  }
  .footer__nav__child {
    margin-top: 10px;
  }
  .footer__nav__child > li {
    padding-left: 0.5em;
    position: relative;
  }
  .footer__nav__child > li::before {
    content: "";
    display: inline-block;
    background-color: #64aa36;
    width: 5px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .footer__nav__child > li + li {
    margin-top: 5px;
  }
  .footer__nav__child__item {
    color: #a1a1a1;
    font-size: 1.3rem;
  }
  .footer__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__link {
    max-width: 310px;
  }
  .footer__nav__item:hover,
  .footer__nav__child__item:hover,
  .footer__link a:hover {
    color: #cccccc;
  }
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 120px;
  }
  .footer__top {
    padding-bottom: 75px;
  }
  .footer__logo {
    max-width: 210px;
  }
  .footer__address p {
    font-size: 1.6rem;
  }
  .footer__nav > ul > li + li {
    margin-left: 30px;
  }
  .footer__nav__item {
    font-size: 1.6rem;
  }
  .footer__nav__item + .footer__nav__item {
    margin-top: 15px;
  }
  .footer__nav__child > li::before {
    top: 14px;
  }
  .footer__nav__child__item {
    font-size: 1.5rem;
  }
  .footer__bottom {
    padding: 36px 0;
  }
  .copy {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nav > ul > li + li {
    margin-left: 100px;
  }
}
/*------------------------------------------------------------

    リンク

------------------------------------------------------------*/
.link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link__img {
  max-width: 110px;
  max-height: 110px;
  min-width: 110px;
  min-height: 110px;
}
.link__txt {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
.link__txt .i__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .link__btn {
    display: block;
  }
  .link__img {
    max-width: 100%;
    max-height: 280px;
    min-width: auto;
    min-height: auto;
    overflow: hidden;
  }
  .link__img img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .link__txt {
    padding: 19px 20px;
  }
  .link__btn:hover .link__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .link__btn:hover .link__txt .i__arrow {
    right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .link__txt {
    padding: 22px 40px;
    font-size: 2rem;
  }
  .link__txt .i__arrow {
    right: 40px;
  }
  .link__btn:hover .link__txt .i__arrow {
    right: 35px;
  }
}
/*------------------------------------------------------------

    parts__1

------------------------------------------------------------*/
.parts__1__wrap {
  position: relative;
  padding-top: 140px;
}
.parts__1__wrap + .parts__1__wrap {
  margin-top: 60px;
}
.parts__1 {
  border: 1px solid #087728;
  padding: 60px 30px 30px;
  margin-right: 20px;
}
.parts__1 > p {
  font-size: 1.4rem;
  margin-bottom: 25px;
  line-height: 1.7;
}
.parts__1 .btn__type-2 {
  max-width: 180px;
  height: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .parts__1__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .parts__1__img {
    position: relative;
    max-width: none;
    margin: 0 0 -30px 16%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .parts__1__img {
    display: block;
  }
  .parts__1 > p {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .parts__1__wrap {
    padding-top: 6%;
  }
  .parts__1__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 36.5vw;
  }
  .parts__1 {
    max-width: 800px;
    width: 70%;
  }
  .parts__1 > p {
    max-width: 50vw;
  }
}
@media screen and (min-width: 992px) {
  .parts__1__img {
    width: 42.5vw;
  }
  .parts__1 {
    padding: 90px 60px 60px;
  }
  .parts__1 .btn__type-2 {
    max-width: 260px;
    height: 50px;
  }
  .parts__1 > p {
    max-width: 38vw;
  }
}
@media screen and (min-width: 1200px) {
  .parts__1__wrap + .parts__1__wrap {
    margin-top: 80px;
  }
  .parts__1 {
    padding: 100px 180px 100px 80px;
  }
  .parts__1 .ttl__2 {
    margin: -15px 0 25px;
  }
  .parts__1__img {
    width: 46.5vw;
  }
  .parts__1 > p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-bottom: 40px;
    max-width: 35vw;
  }
}
@media screen and (min-width: 1400px) {
  .parts__1 > p {
    max-width: 535px;
  }
}
@media screen and (min-width: 1600px) {
  .parts__1__img {
    max-width: 700px;
  }
  .parts__1 {
    width: 57%;
  }
  .parts__1 > p {
    max-width: none;
  }
}
/*------------------------------------------------------------

    スライダー

------------------------------------------------------------*/
.slider__box__img {
  position: relative;
  margin-bottom: 30px;
  max-height: 320px;
  overflow: hidden;
}
.slider__cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #087728;
  font-size: 1.4rem;
  color: #fff;
  padding: 2.5px 34.5px;
}
.slider__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: -5px 0 10px;
}
.slider__name {
  color: #616161;
  font-size: 1.3rem;
}
.coomonSlider__wrap .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: -10px;
}
.coomonSlider__wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.coomonSlider__wrap .swiper-pagination-bullet:focus {
  outline: none;
}
.coomonSlider__wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #087728;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .slider__box__img {
    max-height: none;
    overflow: hidden;
  }
  .slider__box__img img,
  .slider__ttl {
    -webkit-transition: color 0.4s, -webkit-transform 0.4s;
    transition: color 0.4s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, color 0.4s;
    transition: transform 0.4s, color 0.4s;
    transition: transform 0.4s, color 0.4s, -webkit-transform 0.4s;
  }
  .slider__box:hover .slider__box__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .slider__box:hover .slider__ttl {
    color: #64aa36;
  }
}
@media screen and (min-width: 1200px) {
  .coomonSlider__wrap .swiper-wrapper {
    margin-bottom: 30px;
  }
  .slider__cat {
    font-size: 1.6rem;
    padding: 6px 39.5px;
  }
  .slider__ttl {
    font-size: 2rem;
  }
}
/*------------------------------------------------------------

    レスポンス

------------------------------------------------------------*/
.btn__type-2.btn__response {
  max-width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn__type-2.btn__response span.en__font {
  color: #2b7b76;
  font-size: 1.1rem;
  margin-top: -5px;
}
.btn__type-2.btn__response .i__arrow::before {
  background-color: #2b7b76;
}
.btn__type-2.btn__response .i__arrow::after {
  border-left-color: #2b7b76;
}
.content__recruitment > ul > li:first-child {
  border-bottom: 1px solid #82c556;
}
.response__newGraduate {
  width: 100%;
  height: 120px;
  background-color: #64aa36;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
}
.response__newGraduate > p {
  position: relative;
}
.response__newGraduate .i__arrow {
  position: absolute;
  top: 23px;
  right: -65px;
}
@media screen and (min-width: 768px) {
  .content__recruitment > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content__recruitment > ul > li {
    width: 50%;
  }
  .content__recruitment > ul > li:first-child {
    border-bottom: none;
    border-right: 1px solid #82c556;
  }
}
@media screen and (min-width: 992px) {
  .content__response .content__bg {
    padding: 80px 0;
  }
  .response__newGraduate {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .content__response .ttl__2__ja {
    font-size: 3rem;
  }
  .content__response .ttl__2__en {
    font-size: 1.4rem;
  }
  .btn__type-2.btn__response {
    height: 100px;
    font-size: 2.4rem;
  }
  .btn__type-2.btn__response span.en__font {
    font-size: 1.4rem;
  }
  .response__newGraduate {
    font-size: 4rem;
  }
  .response__newGraduate .i__arrow {
    width: 41px;
    top: 34px;
  }
  .response__newGraduate .i__arrow::before {
    height: 3px;
  }
  .response__newGraduate .i__arrow::after {
    border-left-width: 11px;
    border-top-width: 5.5px;
    border-bottom-width: 5.5px;
  }
}
/*------------------------------------------------------------

    固定フッター

------------------------------------------------------------*/
.fixed__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 99;
}
.fixed__footer .btn__type-1 {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.fixed__footer .btn__color-1 {
  width: 26%;
}
.fixed__footer .btn__type-1:last-child {
}
 {
}
.fixed__footer .btn__color-1:first-child {
  border-right: 1px solid #82c556;
}
.fixed__footer .btn__type-1 span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .fixed__footer.scroll__on {
    opacity: 1;
    pointer-events: all;
  }
  .fixed__footer.scroll__on.fixed__footer__end {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .fixed__footer {
    display: none;
  }
}

/*------------------------------------------------------------

    動画

------------------------------------------------------------*/
.movie__box__img {
  position: relative;
  margin-bottom: 20px;
}
.movie__box__img::before {
  content: "";
  display: inline-block;
  background-color: rgba(0, 36, 10, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.movie__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.i__play {
  width: 60px;
  height: 38px;
  border: 2px solid #fff;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
}
.i__play__line {
  width: 14px;
  height: 15px;
  display: block;
  position: relative;
}
.i__play__line > span {
  width: 2px;
  height: 15px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.i__play__line > span::before,
.i__play__line > span::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 14px;
  height: 2px;
  position: absolute;
  left: -1px;
  border-radius: 10px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.i__play__line > span::before {
  top: 3px;
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}
.i__play__line > span::after {
  bottom: 3px;
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
}
.movie__btn p {
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.movie__box > p {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .i__play::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .movie__box:hover .movie__box__img::before {
    background-color: rgba(50, 127, 0, 0.4);
  }
  .movie__box:hover .i__play::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .movie__box:hover .i__play__line > span,
  .movie__box:hover .i__play__line > span::before,
  .movie__box:hover .i__play__line > span::after {
    background-color: #64aa36;
  }
  .movie__box > p {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .i__play {
    width: 85px;
    height: 55px;
  }
  .i__play__line {
    width: 18px;
    height: 21px;
  }
  .i__play__line > span {
    height: 21px;
  }
  .i__play__line > span::before,
  .i__play__line > span::after {
    width: 20px;
  }
  .i__play__line > span::before {
    top: 4px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .i__play__line > span::after {
    bottom: 5px;
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
    width: 21px;
  }
  .movie__btn p {
    font-size: 1.4rem;
  }
  .movie__box > p {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------

    IEハック

------------------------------------------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.logo {
  width: 100%;
}
@media screen and (min-width: 992px) {
  _:-ms-lang(x)::-ms-backdrop,
  .footer__nav__child > li::before {
    top: 11px;
  }
}
