/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("./font/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("./font/NotoSansCJKjp-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #272727;
  font-size: 62.5%;
  /* 10px */
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body {
  margin: 0;
  color: #272727;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0 0 1em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #272727;
  text-decoration: none;
}
a:link,
a:visited {
  color: #272727;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 2.6rem / 2;
  }
  .outerBlock {
    min-width: 375px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 375px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
body,
p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body,
  p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  a {
    transition: 0.3s ease-in-out;
  }
}
.innerBlock {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .innerBlock {
    width: 100%;
    padding: 15% 5%;
  }
}
button {
  outline: none;
}
/*------------------------------------------------------------------------------
    common
------------------------------------------------------------------------------*/
.linkbtn {
  position: relative;
  display: table;
  font-size: 1.8rem;
  line-height: 1;
  color: #272727;
  font-weight: bold;
  text-decoration: underline !important;
  transition: 0.3s ease-in-out;
  margin: 30px 0 0;
}
.linkbtn:hover {
  color: #23d086 !important;
}
.linkbtn::before,
.linkbtn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.linkbtn::before {
  right: -2.4rem;
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #23d086;
}
.linkbtn::after {
  right: -1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .linkbtn {
    padding-right: 2.5rem;
    line-height: 1.4;
    font-size: 1.6rem;
    margin: 0.8em 0 0;
  }
  .linkbtn::before {
    top: 3px;
    bottom: auto;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .linkbtn::after {
    top: 8px;
    bottom: auto;
    right: 0.67rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}
.pager .current {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #23d086;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 0.5em;
}
.pager .number {
  margin-right: 0.5em;
}
.pager a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: none;
}
.pager a.prev,
.pager a.next {
  position: relative;
}
.pager a.prev::before,
.pager a.next::before,
.pager a.prev::after,
.pager a.next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.pager a.prev::before,
.pager a.next::before {
  right: 0;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #272727;
}
.pager a.prev::after,
.pager a.next::after {
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pager a.prev {
  margin-right: 1em;
}
.pager a.prev::after {
  right: 1.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pager a.next {
  margin-left: 1em;
}
.pager a.next::after {
  right: 1.7rem;
}
.pager a:hover {
  color: #fff;
  background-color: #23d086;
  border-radius: 50%;
}
.pager a:hover.prev::before,
.pager a:hover.next::before {
  background: #23d086;
  border: solid 1px #23d086;
}
.pager a:hover.prev::after,
.pager a:hover.next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 15%;
  }
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
header {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #eaeaea;
  padding: 20px;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    padding: 0;
  }
}
header .innerBlock {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0;
  /* チェックボックスを非表示 */
  /* 左上ロゴ
            .menu-left {
                float: left;
                line-height: 60px;
            } */
  /* 上部メニュー
            #menu {
                float: right;
                margin-right: 10px;
            } */
  /* パソコンでは V を非表示 */
  /* スマホ用 */
  /* ドロップダウンメニュー */
  /* 子メニュー */
  /* パソコン用 */
  /* スマホ用 */
  /* ハンバーガー */
}
header .innerBlock #navi div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .innerBlock .menu-left img {
  width: 126px;
  display: inline-block;
  vertical-align: middle;
}
header .innerBlock .menu-left .site {
  display: inline-block;
  font-size: 1.1rem;
  color: #23d086;
  padding: 0.5em 1em;
  line-height: 1;
  border: solid 1px #23d086;
  border-radius: 20px;
  margin-left: 10px;
}
header .innerBlock #navi input {
  display: none;
}
header .innerBlock #menu li {
  position: relative;
  white-space: nowrap;
}
header .innerBlock #menu li a.recruitBtn {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  padding: 1em 3em;
  border-radius: 5px;
}
header .innerBlock #menu li a.recruitBtn.shinsotsu {
  background-color: #23d086;
  border: solid 2px #23d086;
}
header .innerBlock #menu li a.recruitBtn.shinsotsu:hover {
  background-color: #fff;
  color: #23d086;
}
header .innerBlock #menu li a.recruitBtn.chuto {
  background-color: #55c6f0;
  border: solid 2px #55c6f0;
}
header .innerBlock #menu li a.recruitBtn.chuto:hover {
  background-color: #fff;
  color: #55c6f0;
}
@media screen and (max-width: 768px) {
  header .innerBlock #menu li a.recruitBtn {
    font-size: 2rem;
    width: 100%;
    position: relative;
    text-align: center;
  }
  header .innerBlock #menu li a.recruitBtn::before,
  header .innerBlock #menu li a.recruitBtn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  header .innerBlock #menu li a.recruitBtn::before {
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
  }
  header .innerBlock #menu li a.recruitBtn::after {
    right: 2.3rem;
    width: 0.6rem;
    height: 0.6rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .innerBlock #menu li a.recruitBtn.shinsotsu {
    background-color: #23d086;
    border: solid 2px #23d086;
  }
  header .innerBlock #menu li a.recruitBtn.shinsotsu::after {
    border-top: 2px solid #23d086;
    border-right: 2px solid #23d086;
  }
  header .innerBlock #menu li a.recruitBtn.shinsotsu:hover {
    background-color: #fff;
    color: #23d086;
  }
  header .innerBlock #menu li a.recruitBtn.shinsotsu:hover::before {
    background: #23d086;
  }
  header .innerBlock #menu li a.recruitBtn.shinsotsu:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  header .innerBlock #menu li a.recruitBtn.chuto {
    background-color: #55c6f0;
    border: solid 2px #55c6f0;
  }
  header .innerBlock #menu li a.recruitBtn.chuto::after {
    border-top: 2px solid #55c6f0;
    border-right: 2px solid #55c6f0;
  }
  header .innerBlock #menu li a.recruitBtn.chuto:hover {
    background-color: #fff;
    color: #55c6f0;
  }
  header .innerBlock #menu li a.recruitBtn.chuto:hover::before {
    background: #55c6f0;
  }
  header .innerBlock #menu li a.recruitBtn.chuto:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
header .innerBlock #menu li a {
  display: block;
}
header .innerBlock #menu li a:hover {
  color: #23d086;
  border-bottom: solid 1px #23d086;
}
header .innerBlock #menu > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
header .innerBlock #menu > li:last-child {
  margin-right: 0;
}
header .innerBlock #menu > li .pd {
  display: none;
}
header .innerBlock #menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 768px) {
  header .innerBlock {
    /* 基本非表示 */
    /* メニューを移動させないため */
  }
  header .innerBlock .logoWrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
  header .innerBlock .menu-left {
    position: fixed;
    top: 13px;
    left: 5%;
  }
  header .innerBlock .menu-left img {
    width: 95px;
  }
  header .innerBlock .menu-left .site {
    font-size: 1rem;
  }
  header .innerBlock #menu {
    display: none;
  }
  header .innerBlock #menu li {
    height: auto;
    width: 100%;
    padding: 5%;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
    transition: 0.1s ease-in-out;
  }
  header .innerBlock #menu li.recruit {
    border-bottom: none;
  }
  header .innerBlock #menu li.recruit:last-child {
    padding-top: 0;
  }
  header .innerBlock #menu li a {
    display: inline-block;
  }
  header .innerBlock #menu li:first-child {
    border-top: 1px solid #ddd;
  }
  header .innerBlock #menu li i {
    padding: 0px 6px;
  }
  header .innerBlock #menu > li {
    margin: 0;
  }
  header .innerBlock #menu > li > span {
    display: inline-block;
    width: fit-content;
  }
  header .innerBlock #menu > li > label {
    display: inline-block;
    width: 73%;
  }
  header .innerBlock #menu > li .pd {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  header .innerBlock #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    right: 0;
    background-color: #fff;
  }
}
header .innerBlock #menu li ul {
  position: absolute;
}
header .innerBlock #menu > li > ul li {
  font-size: 1.6rem;
  display: none;
  padding: 20px;
  background-color: #fff;
  border-bottom: none;
}
header .innerBlock #menu li ul li ul {
  top: -1px;
  left: 100%;
}
header .innerBlock #menu li ul li ul li ul,
header .innerBlock #menu li:nth-child(n + 3) ul li ul {
  left: inherit;
  right: 100%;
}
header .innerBlock #menu > li > ul {
  margin-left: 0px;
  width: auto;
}
@media screen and (min-width: 769px) {
  header .innerBlock #menu > li > ul {
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    z-index: 100;
  }
  header .innerBlock #menu li ul li:first-child {
    border-radius: 25px 25px 0 0;
  }
  header .innerBlock #menu li ul li:last-child {
    border-radius: 0 0 25px 25px;
    border-bottom: none;
  }
  header .innerBlock #menu > li > ul li {
    width: 314px;
    padding: 10px 20px;
  }
  header .innerBlock #menu > li > ul li a {
    position: relative;
  }
  header .innerBlock #menu > li > ul li a:hover {
    border: none;
  }
  header .innerBlock #menu > li > ul li a::before,
  header .innerBlock #menu > li > ul li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  header .innerBlock #menu > li > ul li a::before {
    right: 0rem;
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #23d086;
  }
  header .innerBlock #menu > li > ul li a::after {
    right: 0.8rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .innerBlock #menu > li:hover > ul > li,
  header .innerBlock #menu li ul li:hover > ul > li {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .innerBlock {
    /* ハンバーガーメニューがクリックされた時 */
    /* 子メニュー */
    /* 子メニューがクリックされた時 */
  }
  header .innerBlock #menu-navibtn:checked ~ * #menu {
    display: block;
    background: #fff;
    width: 100%;
    margin: 60px auto 0;
  }
  header .innerBlock #menu-navibtn:checked ~ * #menu > li {
    max-height: inherit;
    overflow-y: visible;
  }
  header .innerBlock #menu > li ul {
    line-height: 50px;
  }
  header .innerBlock #menu > li a:hover {
    color: #272727;
    border-bottom: none;
  }
  header .innerBlock #menu > li > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  header .innerBlock #menu li ul {
    display: none;
    position: static;
  }
  header .innerBlock #menu > li > ul {
    margin-left: initial;
    position: relative;
  }
  header .innerBlock #menu li ul li:first-child {
    border-top: none;
  }
  header .innerBlock #menu ul li:last-child {
    border-bottom: none;
  }
  header .innerBlock #menu > li > ul li {
    display: block;
    line-height: 1;
    padding: 13px 20px;
  }
  header .innerBlock #menu > li > ul li a {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  header .innerBlock #menu > li > ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../images/common/icon_arrow.png) no-repeat left center;
    background-size: 100% 100%;
  }
  header .innerBlock #menu > li > ul li a:hover {
    color: #272727;
    border-bottom: none;
  }
  header .innerBlock #menu li ul li:last-child {
    border-bottom: none;
  }
  header .innerBlock #menu input[type="checkbox"]:checked ~ label ~ ul > li {
    font-size: 1.4rem;
  }
  header .innerBlock .angletoggle:before {
    content: "\f107";
  }
  header .innerBlock #navi input[type="checkbox"]:checked ~ label .pd .angletoggle:before {
    content: "\f106";
  }
}
header .innerBlock #navi #navibtn {
  display: none;
}
@media screen and (max-width: 768px) {
  header .innerBlock {
    /* 上の棒 */
    /* 下の棒 */
    /* 中の棒 */
  }
  header .innerBlock #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 5%;
    z-index: 100;
  }
  header .innerBlock #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
  }
  header .innerBlock #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    transition: 0.2s ease;
  }
  header .innerBlock #navibtn span span::before,
  header .innerBlock #navibtn span span::after,
  header .innerBlock #navibtn span::after {
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #333;
    transition: 0.2s ease-in;
    transform-origin: center;
  }
  header .innerBlock #navibtn span span::before {
    top: 10px;
  }
  header .innerBlock #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top: 19px;
    transform: rotate(-25deg);
  }
  header .innerBlock #navibtn span::after {
    bottom: 10px;
  }
  header .innerBlock #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom: 18px;
    transform: rotate(-155deg);
  }
  header .innerBlock #navibtn span span::after {
    top: 19px;
  }
  header .innerBlock #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}
#underHeader {
  margin-top: 90px;
  width: 100%;
  background: url(../images/common/header_bg.png) no-repeat top center;
  background-size: 100% auto;
  border-bottom: solid 1px #eaeaea;
}
#underHeader .innerBlock {
  padding: 20px 0 80px;
}
#underHeader .innerBlock .bread {
  font-size: 1.4rem;
}
#underHeader .innerBlock .bread a {
  margin-right: 1.5em;
  position: relative;
}
#underHeader .innerBlock .bread a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#underHeader .innerBlock .parent {
  margin: 80px auto -40px;
  color: #23d086;
  font-weight: bold;
}
#underHeader .innerBlock h1 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: bold;
  margin: 80px auto 25px;
}
#underHeader .innerBlock .lead {
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #underHeader {
    margin-top: 60px;
    background: url(../images/sp/common/header_bg.png) no-repeat top center / cover;
  }
  #underHeader .innerBlock {
    padding: 5% 5% 15%;
  }
  #underHeader .innerBlock .bread {
    font-size: 1.1rem;
  }
  #underHeader .innerBlock h1 {
    font-size: 2.6rem;
    margin: 15% auto 8%;
  }
  #underHeader .innerBlock .lead {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------------------------
    footer
------------------------------------------------------------------------------*/
footer #recruit {
  background: url(../images/common/footer_recruit_bg.png) no-repeat center / cover;
  border-top: solid 1px #eaeaea;
}
footer #recruit .innerBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
footer #recruit .innerBlock .leftBox {
  width: 65%;
}
footer #recruit .innerBlock .leftBox h2 {
  font-size: 4.5rem;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}
footer #recruit .innerBlock .leftBox p {
  margin: 50px auto;
  font-weight: bold;
}
footer #recruit .innerBlock .rightBox {
  width: 35%;
}
footer #recruit .innerBlock .rightBox .recruitBtn {
  display: block;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 10px 130px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
footer #recruit .innerBlock .rightBox .recruitBtn span {
  font-size: 1.5rem;
  font-weight: normal;
}
footer #recruit .innerBlock .rightBox .recruitBtn::before,
footer #recruit .innerBlock .rightBox .recruitBtn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
footer #recruit .innerBlock .rightBox .recruitBtn::before {
  right: 2rem;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
footer #recruit .innerBlock .rightBox .recruitBtn::after {
  right: 3.7rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer #recruit .innerBlock .rightBox .recruitBtn.shinsotsu {
  background-color: #23d086;
  border: solid 2px #23d086;
  margin-bottom: 20px;
}
footer #recruit .innerBlock .rightBox .recruitBtn.shinsotsu::after {
  border-top: 2px solid #23d086;
  border-right: 2px solid #23d086;
}
footer #recruit .innerBlock .rightBox .recruitBtn.shinsotsu:hover {
  background-color: #fff;
  color: #23d086;
}
footer #recruit .innerBlock .rightBox .recruitBtn.shinsotsu:hover::before {
  background: #23d086;
}
footer #recruit .innerBlock .rightBox .recruitBtn.shinsotsu:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
footer #recruit .innerBlock .rightBox .recruitBtn.chuto {
  background-color: #55c6f0;
  border: solid 2px #55c6f0;
}
footer #recruit .innerBlock .rightBox .recruitBtn.chuto::after {
  border-top: 2px solid #55c6f0;
  border-right: 2px solid #55c6f0;
}
footer #recruit .innerBlock .rightBox .recruitBtn.chuto:hover {
  background-color: #fff;
  color: #55c6f0;
}
footer #recruit .innerBlock .rightBox .recruitBtn.chuto:hover::before {
  background: #55c6f0;
}
footer #recruit .innerBlock .rightBox .recruitBtn.chuto:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  footer #recruit {
    background: url(../images/sp/common/footer_recruit_bg.png) no-repeat center / cover;
  }
  footer #recruit .innerBlock {
    padding: 15% 5%;
    display: block;
  }
  footer #recruit .innerBlock .leftBox {
    width: 100%;
    margin-bottom: 10%;
  }
  footer #recruit .innerBlock .leftBox h2 {
    font-size: 2.6rem;
  }
  footer #recruit .innerBlock .leftBox p {
    margin: 6% auto;
  }
  footer #recruit .innerBlock .leftBox .linkbtn {
    margin-top: 30px;
  }
  footer #recruit .innerBlock .rightBox {
    width: 100%;
  }
  footer #recruit .innerBlock .rightBox .recruitBtn {
    font-size: 2rem;
    padding: 20px;
    text-align: center;
    line-height: 1;
  }
  footer #recruit .innerBlock .rightBox .recruitBtn::before {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
  footer #recruit .innerBlock .rightBox .recruitBtn::after {
    right: 2.8rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
footer #footerSlider {
  margin: 0 auto;
}
footer #footer {
  background-color: #272727;
  color: #fff;
}
footer #footer .innerBlock {
  padding-bottom: 0;
}
footer #footer .innerBlock .logoBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer #footer .innerBlock .logoBlock .logo {
  width: 200px;
}
footer #footer .innerBlock .logoBlock .sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer .innerBlock .logoBlock .sns .ttl {
  color: #fff;
  padding: 5px 30px 5px 0;
  margin-right: 30px;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  footer #footer .innerBlock .logoBlock .logo {
    width: 36%;
  }
}
footer #footer .innerBlock .footerMenu {
  display: flex;
  align-items: flex-start;
  margin: 60px 0 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #fff;
}
footer #footer .innerBlock .footerMenu .menuList {
  margin-right: 120px;
}
footer #footer .innerBlock .footerMenu .menuList:last-child {
  margin-right: 0;
}
footer #footer .innerBlock .footerMenu .menuList .title {
  margin-bottom: 30px;
  display: block;
  line-height: 1;
}
footer #footer .innerBlock .footerMenu .menuList .title a {
  font-weight: bold;
  color: #fff;
}
footer #footer .innerBlock .footerMenu .menuList .title a:hover {
  text-decoration: underline;
}
footer #footer .innerBlock .footerMenu .menuList input {
  display: none;
}
footer #footer .innerBlock .footerMenu .menuList .toggle,
footer #footer .innerBlock .footerMenu .menuList .other {
  list-style: none;
}
footer #footer .innerBlock .footerMenu .menuList .toggle li,
footer #footer .innerBlock .footerMenu .menuList .other li {
  margin-bottom: 20px;
  line-height: 1;
}
footer #footer .innerBlock .footerMenu .menuList .toggle li a,
footer #footer .innerBlock .footerMenu .menuList .other li a {
  font-size: 1.5rem;
  color: #fff;
}
footer #footer .innerBlock .footerMenu .menuList .toggle li a:hover,
footer #footer .innerBlock .footerMenu .menuList .other li a:hover {
  text-decoration: underline;
}
footer #footer .innerBlock .footerMenu .menuList .toggle li:last-child,
footer #footer .innerBlock .footerMenu .menuList .other li:last-child {
  margin-bottom: 0;
}
footer #footer .innerBlock .footerMenu .menuList .other li {
  margin-bottom: 30px;
}
footer #footer .innerBlock .footerMenu .menuList .other li a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer #footer .innerBlock .footerMenu {
    display: block;
    margin: 10% auto;
    padding-bottom: 10%;
  }
  footer #footer .innerBlock .footerMenu .menuList {
    width: 100%;
  }
  footer #footer .innerBlock .footerMenu .menuList .title {
    font-size: 1.4rem;
    pointer-events: all;
    margin-bottom: 8%;
    position: relative;
  }
  footer #footer .innerBlock .footerMenu .menuList .title .angletoggle::before {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer #footer .innerBlock .footerMenu .menuList .toggle {
    height: 0;
    padding-left: 1em;
    transition: 0.2s;
  }
  footer #footer .innerBlock .footerMenu .menuList .toggle li {
    margin-bottom: 15px;
    line-height: 0;
    font-size: 1.2rem;
    visibility: hidden;
    opacity: 0;
    transition: padding 0.2s, line-height 0.2s, visibility 0.1s, opacity 0.1s;
  }
  footer #footer .innerBlock .footerMenu .menuList .toggle li a {
    font-size: 1.2rem;
  }
  footer #footer .innerBlock .footerMenu .menuList input:checked + .title .angletoggle::before {
    content: "\f106" !important;
  }
  footer #footer .innerBlock .footerMenu .menuList input:checked + .toggle {
    height: auto;
    margin-top: -8%;
    margin-bottom: 8%;
  }
  footer #footer .innerBlock .footerMenu .menuList input:checked + .toggle li {
    line-height: 1;
    visibility: visible;
    opacity: 1;
  }
  footer #footer .innerBlock .footerMenu .menuList .other li {
    margin-bottom: 8%;
  }
  footer #footer .innerBlock .footerMenu .menuList .other li a {
    font-size: 1.4rem;
  }
}
footer #footer .innerBlock .footerSubMenu {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer .innerBlock .footerSubMenu a {
  color: #fff;
  font-size: 1.3rem;
  margin-right: 30px;
}
footer #footer .innerBlock .footerSubMenu a:last-child {
  margin-right: 0;
}
footer #footer .innerBlock .footerSubMenu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer #footer .innerBlock .footerSubMenu {
    flex-flow: column;
    align-items: flex-start;
  }
  footer #footer .innerBlock .footerSubMenu a {
    font-size: 1.2rem;
    margin: 0 0 4% 0;
  }
}
footer .copyright {
  width: 100%;
  background-color: #272727;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 1rem;
    padding: 5%;
    margin-top: -1px;
  }
}
#underFooter {
  border-top: solid 1px #eaeaea;
}
#underFooter .innerBlock {
  padding: 120px 0 200px;
}
#underFooter .innerBlock .ttlLink {
  margin-bottom: 50px;
  line-height: 1;
}
#underFooter .innerBlock .ttlLink a {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}
#underFooter .innerBlock .ttlLink a:hover {
  color: #23d086;
  border-bottom: solid 1px #23d086;
}
#underFooter .innerBlock .ttlLink a::before,
#underFooter .innerBlock .ttlLink a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#underFooter .innerBlock .ttlLink a::before {
  right: -5rem;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #23d086;
}
#underFooter .innerBlock .ttlLink a::after {
  right: -3.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #underFooter .innerBlock .ttlLink {
    margin-bottom: 10%;
  }
  #underFooter .innerBlock .ttlLink a {
    font-size: 2.4rem;
  }
  #underFooter .innerBlock .ttlLink a::before {
    right: -3.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  #underFooter .innerBlock .ttlLink a::after {
    right: -2.5rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
#underFooter .innerBlock .link {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#underFooter .innerBlock .link a {
  position: relative;
  width: calc(96% / 2);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  border: solid 1px #eaeaea;
  border-radius: 6px;
  padding: 30px 15px;
  margin: 0 40px 20px 0;
  background-color: #fff;
}
#underFooter .innerBlock .link a:nth-child(2n) {
  margin: 0 0 20px 0;
}
#underFooter .innerBlock .link a::before,
#underFooter .innerBlock .link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#underFooter .innerBlock .link a::before {
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #272727;
}
#underFooter .innerBlock .link a::after {
  right: 2.7rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#underFooter .innerBlock .link a:hover {
  color: #fff;
  background-color: #23d086;
  border: solid 1px #23d086;
}
#underFooter .innerBlock .link a:hover::before {
  border: solid 1px #23d086;
}
#underFooter .innerBlock .link a:hover::after {
  border-top: 2px solid #23d086;
  border-right: 2px solid #23d086;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #underFooter .innerBlock {
    padding: 15% 5%;
  }
  #underFooter .innerBlock .link {
    display: block;
  }
  #underFooter .innerBlock .link a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 6% 4%;
    margin: 0 0 4% 0;
  }
  #underFooter .innerBlock .link a:nth-child(2n) {
    margin: 0 0 4% 0;
  }
  #underFooter .innerBlock .link a::before {
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
  #underFooter .innerBlock .link a::after {
    right: 2.3rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
