@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0.05em;
}

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

body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.4;
  font-family: "source-han-serif-japanese";
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.wrapper {
  padding-top: 72px;
}

@media screen and (max-width: 999px) {
  .wrapper {
    padding-top: 17vw;
  }
}

.header {
  border-bottom: 1px solid #ebe9e6;
  background: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

.header .pcHd {
  background: #1849a5;
}

.header .pcHd .hdIn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 71px;
  padding: 0px 15px 0 0;
  box-sizing: border-box;
}

.header .pcHd .hdIn > .colL {
  padding: 15px;
  background: #FFF;
}

.header .pcHd .hdIn > .colL .logo {
  width: 170px;
}

.header .pcHd .hdIn > .colL .logo a {
  display: block;
  transition: 0.3s;
  word-break: keep-all;
}

.header .pcHd .hdIn > .colL .logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.header .pcHd .hdIn > .colR {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-left: 15px;
}

.header .pcHd .hdIn .spBtnMenu {
  display: none;
}

.header .pcHd .hdIn .tel {
  width: 171px;
}

.header .pcHd .hdIn .btnWrap {
  margin-left: 20px;
}

.header .pcHd .hdIn .btnWrap a {
  display: flex;
  word-break: keep-all;
  align-items: center;
  font-size: 1.6rem;
}

.header .pcHd .hdIn .btnWrap a svg {
  width: 1.375em;
  height: 1.125em;
}

.header .pcHd .hdIn .btnWrap a span {
  display: inline-block;
  color: #333;
  letter-spacing: -0.05em;
}

.header .pcHd .hdIn .btnWrap a span br {
  display: none;
}

.header .pcHd .nav.layer1 {
  background-color: #1849a5;
}

.header .pcHd .nav.layer1 ul {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .header .pcHd .nav.layer1 ul {
    font-size: 1.4rem;
  }
}

.header .pcHd .nav.layer1 ul > li {
  padding: 5px 9px 0px 9px;
  display: inline-block;
  position: relative;
}

.header .pcHd .nav.layer1 ul > li:hover .menuInner {
  display: block;
}

.header .pcHd .nav.layer1 ul > li .menuInner {
  position: absolute;
  padding-top: 20px;
  display: none;
  left: -20px;
  top: 20px;
  border-radius: 5px;
  width: 200px;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul {
  background: #FFF;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul:before {
  content: "▲";
  color: #FFF;
  position: absolute;
  top: 0px;
  font-size: 20px;
  left: 45%;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul li {
  display: block;
  border-bottom: 1px solid #CCC;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul li:last-of-type {
  border-bottom: 0px;
}

.header .pcHd .nav.layer1 ul > li .menuInner ul li a {
  display: block;
  padding: 10px 0;
  text-align: left;
  color: #1849a5;
}

.header .pcHd .nav.layer1 ul > li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}

.header .pcHd .nav.layer1 ul > li a.show {
  color: #1849a5;
}

.header .pcHd .nav.layer1 ul > li .layer2 {
  display: none;
  width: 100%;
  padding-top: 30px;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 65px;
  left: 0;
  text-align: center;
}

.header .pcHd .nav.layer1 ul > li .layer2 .in {
  background-color: rgba(53, 143, 49, 0.8);
  padding: 20px 10px;
}

.header .pcHd .nav.layer1 ul > li .layer2 .in a {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

.header .pcHd .nav.layer1 ul > li .layer2 .in a + a {
  margin-left: 25px;
}

.header .pcHd nav.layer2 {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 999;
}

.header .pcHd nav.layer2 ul li {
  display: none;
  background-color: rgba(53, 143, 49, 0.8);
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.header .pcHd nav.layer2 ul a {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

.header .pcHd nav.layer2 ul a + a {
  margin-left: 25px;
}

@media screen and (max-width: 1360px) {
  .header .pcHd nav.layer2 ul a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .header .pcHd .nav.layer1 ul {
    border-right: none;
  }
  .header .pcHd .nav.layer1 ul li {
    border-left: none;
  }
}

@media screen and (max-width: 1024px) {
  .header .pcHd .hdIn {
    padding: 15px 10px;
  }
  .header .pcHd .hdIn .nav ul {
    font-size: 1.2rem;
  }
  .header .pcHd .hdIn .tel {
    width: 171px;
    margin-left: 15px;
  }
  .header .pcHd .hdIn .btnWrap a {
    font-size: 1.2rem;
  }
}

.header .spHd {
  display: none;
}

@media screen and (max-width: 999px) {
  .header .pcHd {
    display: none;
  }
  .header .spHd {
    display: block;
  }
  .header .spHd .hdIn {
    position: relative;
  }
  .header .spHd .hdIn .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 15.625vw;
  }
  .header .spHd .hdIn .logo a {
    display: inline-block;
    width: 33.28125%;
  }
  .header .spHd .hdIn .logo a img {
    width: 100%;
  }
  .header .spHd .hdIn .spBtnMenu {
    background: url(../img/sp_btn_menu.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 13.75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .spHd .hdIn .spBtnMenu.on {
    background: url(../img/sp_btn_menu_on.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .header .spHd .hdIn .nav.layer1 {
    position: relative;
    z-index: 1;
  }
  .header .spHd .hdIn .nav.layer1 > ul {
    display: none;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px dotted #333;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li > a {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.8em 2.4em 0.8em 1em;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff;
    border-top: 1px dotted #333;
    position: relative;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li > a.hasLower:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: auto;
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    border-color: #1849a5 #1849a5 transparent transparent;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: -0.5em;
    bottom: 0;
    right: 1em;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li > a.hasLower.show:after {
    transform: rotate(-45deg);
    top: 0;
    bottom: -0.5em;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li > a.noLower:after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin: auto;
    border-style: solid;
    border-width: 0.3em 0.3em 0 0;
    border-color: #1849a5 #1849a5 transparent transparent;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.25em;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li .nav.layer2 {
    display: none;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li .nav.layer2 > a {
    display: block;
    background-color: rgba(53, 143, 49, 0.8);
    padding: 0.8em 2.4em 0.8em 2em;
    color: #fff;
    text-shadow: 0 0 3px #1849a5, 0 0 3px #1849a5, 0 0 3px #1849a5, 0 0 5px #1849a5, 0 0 5px #1849a5;
  }
  .header .spHd .hdIn .nav.layer1 > ul > li .nav.layer2 > a + a {
    border-top: 1px dotted #fff;
  }
}

#pankz {
  padding: 10px 20px;
  color: #202020;
  font-family: "Noto Sans Japanese";
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #pankz {
    padding: 1.5625% 3.125% 3.125%;
    font-size: 1.0rem;
    border-bottom: 1px solid #CCC;
  }
}

footer {
  padding-bottom: 40px;
  background: #FFF;
  font-family: "Noto Sans Japanese";
  text-align: center;
}

footer .part1 {
  background-color: #333;
  padding: 30px 0;
}

footer .part1 > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .part1 > .inner {
    display: block;
  }
}

footer .part1 > .inner .tel {
  width: 185px;
  padding-right: 10px;
}

footer .part1 > .inner .ftSns {
  display: flex;
  justify-content: space-around;
  width: 260px;
}

footer .part1 > .inner .ftSns > li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-right: 20px;
}

footer .part1 > .inner .ftSns > li img {
  max-width: 45px;
}

footer .part1 > .inner .ftSns > li a {
  display: inline-block;
  color: #fff;
  transition: 0.3s;
}

footer .part1 > .inner .ftSns > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer .part1 > .inner .ftSns > li a dl {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

footer .part1 > .inner .ftSns > li a dd {
  font-size: 1.4rem;
  text-decoration: underline;
}

footer .part1 > .inner .ftSns > li a:hover dd {
  text-decoration: none;
}

footer .part2 {
  padding: 40px 5%;
}

footer .part2 .in {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  footer .part2 .in {
    padding: 0 3%;
  }
}

footer .part2 .logo {
  margin-bottom: 54px;
}

footer .part2 .logo a {
  display: inline-block;
  transition: 0.3s;
}

footer .part2 .logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer .part2 .layer1 {
  display: flex;
  border-right: 1px dotted #929292;
}

footer .part2 .layer1 > li,
footer .part2 .layer1 > div {
  width: 14%;
  padding: 0 1%;
  text-align: left;
  border-left: 1px dotted #929292;
}

footer .part2 .layer1 > li h3,
footer .part2 .layer1 > div h3 {
  margin-bottom: 10px;
  color: #358f31;
  font-size: 1.6rem;
  font-weight: bold;
}

footer .part2 .layer1 > li .layer2 > li,
footer .part2 .layer1 > div .layer2 > li {
  font-size: 1.2rem;
}

footer .part2 .layer1 > li .layer2 > li + li,
footer .part2 .layer1 > div .layer2 > li + li {
  margin-top: 5px;
}

footer .part2 #copyRight {
  color: #333;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  footer .part1 > .inner .ftSns > li a {
    margin-right: 10px;
  }
  footer .part1 > .inner .ftSns > li a dl {
    padding-left: 10px;
    padding-right: 23px;
  }
  footer .part1 > .inner .ftSns > li a dt {
    padding-right: 10px;
  }
  footer .part1 > .inner .ftSns > li a dd {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  footer .part2 .layer1 > li .layer2 {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 5%;
  }
  footer .part1 {
    padding: 2.34375% 0;
  }
  footer .part1 > .inner .tel {
    width: 50%;
    margin: 0 auto 3% auto;
    padding-right: 0;
  }
  footer .part1 > .inner .ftSns {
    margin: 0 auto;
  }
  footer .part1 > .inner .ftSns > li {
    justify-content: right;
    border-right: none;
  }
  footer .part1 > .inner .ftSns > li a {
    margin-right: 0;
  }
  footer .part1 > .inner .ftSns > li a dl {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  footer .part1 > .inner .ftSns > li a dt {
    padding-right: 0;
  }
  footer .part1 > .inner .ftSns > li a dd {
    display: none;
  }
  footer .part2 {
    padding: 3.125% 0;
  }
  footer .part2 .in {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5.17241%;
  }
  footer .part2 .logo {
    margin: 6.89655vw 0 0;
  }
  footer .part2 .logo a {
    width: 35.34483%;
  }
  footer .part2 .layer1 {
    display: block;
    border-right: none;
  }
  footer .part2 .layer1 > li,
  footer .part2 .layer1 > div {
    width: auto;
    padding: 3vw 0;
    border-bottom: 1px solid #529f4f;
    border-left: none;
  }
  footer .part2 .layer1 > li h3,
  footer .part2 .layer1 > div h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: normal;
  }
  footer .part2 .layer1 > li h3.blog,
  footer .part2 .layer1 > div h3.blog {
    color: #529f4f;
  }
  footer .part2 .layer1 > li h3.blog:after,
  footer .part2 .layer1 > div h3.blog:after {
    transform: rotate(-45deg);
  }
  footer .part2 .layer1 > li h3:after,
  footer .part2 .layer1 > div h3:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: -0.5em 0.2em 0 0;
    border-style: solid;
    border-width: 0 0.2em 0.2em 0;
    border-color: transparent #529f4f #529f4f transparent;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
  footer .part2 .layer1 > li h3.show:after,
  footer .part2 .layer1 > div h3.show:after {
    margin: 0 0.2em -0.5em 0;
    transform: rotate(-135deg);
  }
  footer .part2 .layer1 > li .layer2,
  footer .part2 .layer1 > div .layer2 {
    display: none;
    margin-top: 1vw;
  }
  footer .part2 .layer1 > li .layer2 > li,
  footer .part2 .layer1 > div .layer2 > li {
    font-size: 1.0rem;
  }
  footer .part2 .layer1 > li .layer2 > li + li,
  footer .part2 .layer1 > div .layer2 > li + li {
    margin-top: 0;
  }
  footer .part2 #copyRight {
    font-size: 0.7rem;
  }
}

/*---
	.btmLinkZone{
		.in{
			display: flex;
			justify-content: space-between;
			padding: 10px 0;
			a{
				display: block;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				width: (695/1400) * $per;
				@include noto;
				@include hvr;
				&.btnNo1{background-image: url(../img/top/btm_link_img01.png);}
				&.btnNo2{background-image: url(../img/top/btm_link_img02.png);}
				&.btnNo3{background-image: url(/common/img/career/link_img04.png);}
				&.btnNo4{background-image: url(/common/img/career/link_img03.png);}
				&:hover{text-decoration: none;}
				dl{
					display: flex;
					flex-direction: column;
					justify-content: space-between;
					align-items: center;
					padding: 165px 10px 140px;
					color: #fff;
					font-weight: bold;
					dt{
						margin-bottom: 34px;
						font-size: 3.6rem;
					}
					dd{
						display: inline-block;
						padding: 11px 48px;
						font-size: 2.2rem;
						border: 1px solid #fff;
					}
				}
			}
		}
		@include mq{
			.in{
				display: block;
				padding: (12/640) * $per;
				a{
					width: auto;
					&.btnNo1{}
					&.btnNo2{margin-top: (12/640) * 100vw;}
					&.btnNo3{}
					&.btnNo4{margin-top: (12/640) * 100vw;}
					dl{
						padding: (73/640) * 100vw (15/640) * 100vw (66/640) * 100vw;
						dt{
							margin-bottom: 0;
							font-size: 1.8rem;
						}
						dd{
							display: none;
						}
					}
				}
			}
		}
	}
--*/
/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
}

input[type="text"],
select,
textarea {
  color: #333;
  box-sizing: border-box;
}

input[type="text"],
textarea {
  width: 100%;
  padding: 0.5em 0.7em;
  border: 1px solid #ccc;
}

select {
  padding: 0.5em 0.7em;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

.entry-content a {
  color: #002FE3;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.lowLinks {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-family: "Noto Sans Japanese";
}

.lowLinks a {
  background-color: #fff;
  padding: 0.5em 1em;
  color: #1849a5;
  font-size: 1.7rem;
  font-weight: bold;
  border: 1px solid #1849a5;
  border-radius: 50px;
  transition: 0.3s;
}

.lowLinks a + a {
  margin-left: 1em;
}

.lowLinks a:hover, .lowLinks a.cur {
  background-color: #1849a5;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .lowLinks {
    display: block;
    margin-bottom: 0;
  }
  .lowLinks a {
    display: block;
    font-size: 1.4rem;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .lowLinks a + a {
    margin: 0;
    border-top: none;
  }
}

/* インナー */
.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.inner.sz2 {
  max-width: 1000px;
}

.inner.sz3 {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
}

/* タイトル */
.ttl1 {
  margin-bottom: 45px;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
}

.ttl1:before {
  content: "";
  display: block;
  background-color: #1849a5;
  width: 93px;
  height: 5px;
  margin: 0 auto 1em;
}

.ttl1 em {
  display: block;
  margin-bottom: 15px;
  color: #3bab3e;
  font-family: "Noto Sans Japanese";
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .ttl1 {
    margin-bottom: 6.25vw;
    font-size: 1.75rem;
  }
  .ttl1 > em {
    margin-bottom: 2.34375vw;
    font-size: 0.85rem;
  }
}

.ttl2 {
  margin-bottom: 30px;
  text-align: center;
}

.ttl2 > div {
  display: inline-block;
  font-size: 5.0rem;
}

.ttl2 > div span {
  display: block;
  margin-bottom: 0.2em;
  padding-bottom: 0.12em;
  border-bottom: 1px solid #bdbdbd;
}

.ttl2 > div small {
  display: block;
  color: #bdbdbd;
  font-size: 0.56em;
}

@media screen and (max-width: 767px) {
  .ttl2 {
    margin-bottom: 3%;
    padding-top: 3%;
  }
  .ttl2 > div {
    font-size: 1.6rem;
    display: block;
    margin-left: -2%;
  }
  .ttl2 > div span {
    text-align: left;
    border-bottom: 0px;
  }
  .ttl2 > div small {
    display: none;
  }
}

.teltxt {
  font-size: 2rem;
  text-align: center;
  padding: 0 0 2em 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .teltxt {
    font-size: 1.4rem;
  }
}

.teltxt span {
  font-weight: normal;
  color: #1849a5;
}

.teltxt span em {
  font-weight: bold;
  font-size: 150%;
  font-style: normal;
  display: block;
}

/* テキスト */
.lead1 {
  margin-bottom: 50px;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

/* テキスト色 */
.txRed {
  color: red;
}

/* 背景色 */
.bgGrey1 {
  background-color: #f0f0f0;
}

.bgMainColor {
  background-color: #1849a5;
}

/* ボタン */
.btn {
  display: inline-block;
  background-color: #FFF;
  padding: 10px 17px;
  border: 1px solid #CCC;
  color: #333;
  font-family: "Noto Sans Japanese";
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn.withIcn {
  display: flex;
  align-items: center;
}

.btn.clr2 {
  background-color: #499745;
  color: #fff;
  border: none;
  box-shadow: none;
}

.btn.clr3 {
  background-color: #aaa;
  color: #fff;
  border: none;
  box-shadow: none;
}

.btn.sz2 {
  padding: 1em;
  font-size: 2.1rem;
}

.btn.sz3 {
  padding: 1em 3em;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .btn.sz2 {
    font-size: 1.6rem;
  }
  .btn.sz3 {
    font-size: 1.6rem;
  }
}

.btn.withArwR {
  padding-right: 2em;
  padding-left: 2em;
  position: relative;
}

.btn.withArwR:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff inherit transparent transparent;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
}

@media screen and (max-width: 767px) {
  .btn.withArwR {
    display: block;
  }
  .btn.withArwR:after {
    right: 1em;
  }
}

.link-txt {
  text-decoration: underline;
  color: #1849a5;
}

/* スクロールボタン */
.pageScrl {
  display: flex;
  justify-content: center;
}

.pageScrl .clkScrl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #1849a5;
  font-family: "Noto Sans Japanese";
  border: 1px solid #1849a5;
  border-radius: 50px;
  transition: 0.3s;
}

.pageScrl .clkScrl:before {
  content: "";
  display: inline-block;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: -0.2em 0.5em 0 0;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: #1849a5 #1849a5 transparent transparent;
  box-sizing: border-box;
  transform: rotate(135deg);
  transition: inherit;
}

.pageScrl .clkScrl:hover {
  background-color: #1849a5;
  color: #fff;
  text-decoration: none;
}

.pageScrl .clkScrl:hover:before {
  border-color: #fff #fff transparent transparent;
}

.pageScrl.type2 {
  text-align: center;
}

.pageScrl.type2 .clkScrl {
  background-color: transparent;
  margin: 0 0.7em;
  text-decoration: underline;
  border: none;
  border-radius: 0;
}

.pageScrl.type2 .clkScrl:before {
  content: normal;
}

.pageScrl.type2 .clkScrl:hover {
  color: #1849a5;
  text-decoration: none;
}

/* アイコン */
.icnMail {
  color: #1849a5;
}

.icnMail:before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "";
}

.icnMail svg {
  margin-right: 7px;
  color: inherit;
}

/* 注釈 */
.note1 {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

/* リスト */
.noteList1 > li {
  text-indent: -1em;
  padding-left: 1em;
}

.numList1 > li {
  text-indent: -2.65em;
  padding-left: 2.65em;
}

/* テーブル */
.tblBox1 {
  background: #FFF;
  margin: 0 auto 50px;
  padding: 30px 50px;
  box-sizing: border-box;
}

.tblBox1 .tblCap {
  font-size: 2.3rem;
  border-bottom: 2px solid #499745;
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-weight: 600;
}

.tblBox1 table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans Japanese";
}

.tblBox1 tr:last-child td,
.tblBox1 tr:last-child th {
  border: none;
}

.tblBox1 th,
.tblBox1 td {
  padding: 8px 0;
  border-bottom: 1px dotted #CCC;
}

.tblBox1.noBd th,
.tblBox1.noBd td {
  border-bottom: none;
}

.tblBox1 th {
  width: 20%;
}

.tblBox1 td {
  padding-left: 10px;
}

.tblBox1 .btnWrap {
  padding: 20px 0;
  text-align: center;
  border-top: 1px dotted #CCC;
}

.tblBox1.noBd .btnWrap {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .tblBox1 {
    margin-bottom: 5%;
    padding: 5% 5%;
  }
  .tblBox1 .tblCap {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-bottom: 0.5em;
  }
  .tblBox1 table {
    display: block;
    width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans Japanese";
  }
  .tblBox1 tbody,
  .tblBox1 tr,
  .tblBox1 th,
  .tblBox1 td {
    display: block;
  }
  .tblBox1 th {
    width: auto;
    padding: 2.5vw 0 0.9375vw;
    font-weight: bold;
    border-bottom: none;
  }
  .tblBox1 td {
    padding: 0 0 2.5vw;
    font-size: 1.2rem;
  }
  .tblBox1 .btnWrap {
    padding: 4.6875vw 0 0;
  }
}

/* ライン */
.lines {
  display: flex;
  height: 5px;
  font-size: 0;
}

.lines hr {
  display: block;
  width: 20%;
  height: 100%;
}

.lines hr:nth-child(1) {
  background-color: #358f31;
}

.lines hr:nth-child(2) {
  background-color: #65bf2e;
}

.lines hr:nth-child(3) {
  background-color: #3bab3e;
}

.lines hr:nth-child(4) {
  background-color: #bfb62e;
}

.lines hr:nth-child(5) {
  background-color: #17ba6f;
}

@media screen and (max-width: 767px) {
  .lines {
    height: 0.78125vw;
  }
}

/* 画像 */
.circleImg {
  padding-top: 100%;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.circleImg .imgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.circleImg .imgWrap img {
  max-width: none;
  height: 100%;
}

/* リンク集 */
.links1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 0 35px;
}

.links1 li {
  background-color: #fff;
  margin-bottom: 30px;
  width: 47.9%;
  border-radius: 5px;
  overflow: hidden;
}

.links1 li > * {
  display: block;
}

.links1 li > * dt {
  overflow: hidden;
}

.links1 li > * dt img {
  width: 100%;
}

.links1 li > * dd {
  padding: 20px 30px;
}

.links1 li > * dd strong {
  display: block;
  color: #1849a5;
  font-size: 2.0rem;
  line-height: 1.8;
}

.links1 li > * dd strong:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #1849a5 #1849a5 transparent transparent;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.links1 li > * dd strong:before {
  width: 0.6em;
  height: 0.6em;
}

.links1 li > * dd p {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
}

.links1 li > a img {
  transition: 0.3s;
}

.links1 li > a:hover {
  text-decoration: none;
}

.links1 li > a:hover img {
  transform: scale(1.1);
}

.links1.single {
  justify-content: center;
}

.links1.single li {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .links1 {
    display: block;
    padding: 10% 0 4%;
  }
  .links1 li {
    margin-bottom: 5%;
    width: auto !important;
  }
  .links1 li > * dd {
    padding: 4% 5% 6%;
  }
  .links1 li > * dd strong {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .links1 li > * dd p {
    font-size: 1.2rem;
  }
}

/* 箱 */
.accBtn {
  cursor: pointer;
}

/* フォーム */
.error_messe {
  margin: 5px 0;
  color: red;
}

@media screen and (max-width: 767px) {
  .selectWrap {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
  }
  .selectWrap:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0.5em 0.25em 0 0.25em;
    border-color: #666 transparent transparent;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
  }
  .selectWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none;
  }
}

/* 状態 */
.dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .dis_flex_block {
    display: block;
  }
}

/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  background-color: #8c8c8c;
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background-color: #4b972b;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 2.34375vw;
    height: 2.34375vw;
    margin: 0 1.17188vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese";
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

.payZone {
  padding: 70px 0 120px;
}

.payZone .thisLead {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 5px;
}

.payZone .thisLead dt {
  margin-bottom: 0.5em;
  color: #1849a5;
  font-size: 2.0rem;
  font-weight: bold;
}

.payZone .thisLead dd {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.625;
}

.payZone h4 {
  margin: 2.3913em 0 0.86957em;
  padding-bottom: 0.46584em;
  color: #000;
  font-size: 2.3rem;
  border-bottom: 2px solid #499745;
}

.payZone h5 {
  margin: 2em 0 1em;
  padding-left: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.payZone h5:before {
  content: "";
  display: inline-block;
  background-color: #499745;
  width: 4px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
}

.payZone table {
  width: 100%;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  border: 1px solid #ccc;
}

.payZone th,
.payZone td {
  padding: 8px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.payZone th {
  background-color: #499745;
  width: 150px;
  color: #fff;
}

.payZone td {
  background-color: #fff;
}

.payZone thead td {
  background-color: #e5e5e7;
}

.payZone small {
  margin-top: 10px;
  font-family: "Noto Sans Japanese";
  font-size: 1.2rem;
}

.payZone ul {
  display: flex;
  justify-content: space-between;
}

.payZone ul > li {
  width: 47.5%;
}

.payZone ul > li th {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .payZone {
    padding: 10% 0 10%;
  }
  .payZone .thisLead {
    padding: 5%;
  }
  .payZone .thisLead dt {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .payZone .thisLead dd {
    font-size: 1.4rem;
  }
  .payZone h4 {
    font-size: 1.7rem;
  }
  .payZone h5 {
    margin-bottom: 0.5em;
    padding-left: 0.8em;
    font-size: 1.4rem;
  }
  .payZone h5:before {
    width: 0.3em;
    top: 0.2em;
    bottom: 0.2em;
  }
  .payZone table {
    font-size: 1.0rem;
  }
  .payZone th,
  .payZone td {
    padding: 1% 2%;
  }
  .payZone th {
    width: auto;
  }
  .payZone small {
    margin-top: 2%;
    font-size: 1.0rem;
  }
  .payZone ul {
    display: block;
  }
  .payZone ul > li {
    width: auto;
  }
  .payZone ul > li + li h5 {
    margin-top: 2em !important;
  }
  .payZone ul > li th {
    width: 45%;
  }
  .payZone h4 + ul li:first-child th {
    width: auto;
  }
}

.pdfIcon a {
  color: #0064FF;
  text-decoration: underline;
  background: url(../img/icon-link-pdf.svg) no-repeat left center;
  padding-left: 25px;
}

/*--------------------------------------
 navi
---------------------------------------*/
.pcHd .hdIn .nav.layer1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pcHd .hdIn .nav.layer1 .hd-ttl {
  color: #fff;
  font-size: 2.7rem;
  padding-left: 35px;
}

.pcHd .hdIn .nav.layer1 ul > li {
  padding: 0 9px;
}

.pcHd .hdIn .nav.layer1 ul li + li {
  border-left: 1px solid #fff;
}

/*--------------------------------------
  採用情報
---------------------------------------*/
.galleryBanner {
  text-align: center;
  padding: 50px 10px;
}

@media screen and (max-width: 767px) {
  .galleryBanner {
    padding: 3%;
  }
}

.galleryBanner img {
  max-width: 100%;
}

.catCareer .page-title {
  text-align: center;
  padding: 40px 0 0 0;
  font-size: 3rem;
}

.catCareer .tag-title {
  text-align: center;
  padding: 40px 0 0 0;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .catCareer .tag-title {
    font-size: 1.8rem;
    padding: 5%;
  }
}

.catCareer img {
  height: auto;
}

.catCareer .staffTags {
  background-color: #fff;
  padding: 20px 30px 30px;
  text-align: center;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.11);
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .catCareer .staffTags {
    margin-bottom: 5%;
  }
}

.catCareer .staffTags li {
  display: inline-block;
}

.catCareer .staffTags dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #358f31;
}

.catCareer .staffTags dt span {
  display: inline-block;
  margin-right: 15px;
  font-size: 17.0rem;
  line-height: 1;
  opacity: 0.6;
}

.catCareer .staffTags dt h3 {
  font-size: 4.0rem;
  line-height: 1.175;
  border-bottom: 1px solid #bfd7bf;
}

.catCareer .staffTags dd {
  padding: 0 50px;
}

.catCareer .staffTags dd a {
  display: inline-block;
  margin: 0 0.5em 1em;
  color: #358f31;
  font-size: 2.0rem;
  text-decoration: underline;
}

.catCareer .staffTags dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .catCareer .staffTags {
    padding: 3.125vw;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.11);
  }
  .catCareer .staffTags dt {
    margin-bottom: 3%;
  }
  .catCareer .staffTags dt span {
    margin-right: 3%;
    font-size: 6.0rem;
  }
  .catCareer .staffTags dt h3 {
    font-size: 1.8rem;
  }
  .catCareer .staffTags dd {
    padding: 0;
  }
  .catCareer .staffTags dd a {
    font-size: 1.4rem;
  }
}

.catCareer .cast-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list {
    justify-content: space-between;
  }
}

.catCareer .cast-list li {
  margin: 0 1% 30px 1%;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li {
    width: 48%;
  }
}

.catCareer .cast-list li .entry-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li .entry-title {
    font-size: 1.6rem;
  }
}

.catCareer .cast-list li .pos {
  font-size: 1.4rem;
}

.catCareer .cast-list li .photoBox {
  display: flex;
  justify-content: center;
  width: 230px;
  height: 230px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li .photoBox {
    width: 40vw;
    height: 40vw;
  }
}

.catCareer .cast-list li .photoBox img {
  height: 230px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li .photoBox img {
    height: 40vw;
  }
}

.catCareer .cast-list li img {
  max-width: inherit;
}

.catCareer .cast-list li p {
  font-family: "Noto Sans Japanese";
  padding-top: 5px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .catCareer .cast-list li p {
    font-size: 1.2rem;
  }
}

/* トップ */
.catCareer.pageTop .main {
  margin-bottom: -30vw;
  position: relative;
  overflow: hidden;
}

.catCareer.pageTop .main .in {
  background-color: #358f31;
  padding-top: 65px;
}

.catCareer.pageTop .main:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  font-size: 0;
  border-style: solid;
  border-width: 0 0 30vw 100vw;
  border-color: transparent transparent transparent #358f31;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .main:after {
    padding-top: 30vw;
    border: 0px;
  }
}

.catCareer.pageTop .main .inner {
  max-width: 1252px;
  position: relative;
}

.catCareer.pageTop .main .inner .bg {
  background: url(../img/career/main.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 54.55272%;
  position: relative;
}

.catCareer.pageTop .main .inner h2 {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 7.2rem;
  line-height: 1.31944;
  position: absolute;
  top: 0;
  left: 0;
}

.catCareer.pageTop .main .inner h2 > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.catCareer.pageTop .main .inner h2 > div > span {
  display: inline-block;
  height: 8.5em;
  padding-top: 1em;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

.catCareer.pageTop .content {
  padding-top: 50px;
  position: relative;
}

.catCareer.pageTop .content .links1 {
  padding-top: 65px;
}

@media screen and (max-width: 1282px) {
  .catCareer.pageTop .main .inner h2 {
    font-size: 5.61622vw;
  }
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .main .in {
    padding-top: 0;
  }
  .catCareer.pageTop .content {
    padding-top: 5%;
  }
  .catCareer.pageTop .content .links1 {
    padding-top: 10%;
  }
}

.catCareer.pageTop .career-message {
  position: relative;
  background: #1849a5;
  color: #FFF;
  line-height: 2;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .career-message {
    padding-bottom: 30px;
  }
  .catCareer.pageTop .career-message br {
    display: none;
  }
}

.catCareer.pageTop .career-message h2 {
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .career-message h2 {
    font-size: 2.5rem;
  }
}

.catCareer.pageTop .career-message p {
  padding: 20px 0 0 0;
  line-height: 2;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .career-message p {
    padding: 0px;
    text-align: left;
    font-size: 1.4rem;
  }
}

.catCareer.pageTop .jinzai-inner {
  padding: 80px 0 0 0;
  margin-bottom: 80px;
  border-top: 1px dotted #1849a5;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai-inner {
    padding: 5% 0;
    margin-bottom: 0px;
  }
}

.catCareer.pageTop .jinzai {
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai {
    padding: 10% 0;
  }
}

.catCareer.pageTop .jinzai h3 {
  font-size: 3rem;
  padding-bottom: 20px;
  color: #1849a5;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai h3 {
    font-size: 1.6rem;
    padding-bottom: 3%;
  }
}

.catCareer.pageTop .jinzai p {
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai p {
    font-size: 1.2rem;
  }
  .catCareer.pageTop .jinzai p br {
    display: none;
  }
}

.catCareer.pageTop .jinzai .jinzai4 {
  line-height: 2;
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai4 {
    padding: 5% 0;
  }
}

.catCareer.pageTop .jinzai .jinzai4 li {
  padding: 20px;
  box-sizing: border-box;
  border: 5px solid #EEE;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai4 li {
    width: 100%;
    padding: 3% 0;
    margin-bottom: 5%;
  }
}

.catCareer.pageTop .jinzai .jinzai4 li:first-child {
  color: #1849a5;
  border: 5px solid #1849a5;
}

.catCareer.pageTop .jinzai .jinzai4 li strong {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai4 li strong {
    font-size: 2rem;
  }
}

.catCareer.pageTop .jinzai .jinzai-power {
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai-power {
    padding: 5% 0;
  }
}

.catCareer.pageTop .jinzai .jinzai-power li {
  padding: 20px 0;
  display: inline-block;
  font-size: 2rem;
  box-sizing: border-box;
  background: #1849a5;
  color: #FFF;
  margin: 1%;
  width: 47%;
}

@media screen and (max-width: 767px) {
  .catCareer.pageTop .jinzai .jinzai-power li {
    width: 100%;
    padding: 3% 0;
    font-size: 1.5rem;
  }
}

/* 人材育成への想い */
.catCareer.pageOmoi .omoiBlock {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catCareer.pageOmoi .omoiBlock {
    padding: 25px 0 50px 0;
  }
  .catCareer.pageOmoi .omoiBlock .ttl1 {
    line-height: 1.6;
  }
}

.catCareer.pageOmoi .omoiBlock p {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .catCareer.pageOmoi .omoiBlock p {
    font-size: 1.5rem;
  }
}

.catCareer.pageOmoi .omoiBlock p.omoiCatch {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  padding: 50px 10px 80px 10px;
  color: #358f31;
}

@media screen and (max-width: 767px) {
  .catCareer.pageOmoi .omoiBlock p.omoiCatch {
    font-size: 2rem;
    padding: 25px 0 50px 0;
  }
}

.catCareer.pageOmoi .omoiBlock p.taR {
  padding-top: 50px;
}

/* 募集要項 */
.catCareer.pageRecruit .numList1 li {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.catCareer.pageRecruit .numList1 li:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.catCareer.pageRecruit .tblBox1 td,
.catCareer.pageRecruit .tblBox1 th {
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 1px solid #CCC;
}

.catCareer.pageRecruit .tblBox1 td a,
.catCareer.pageRecruit .tblBox1 th a {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .catCareer.pageRecruit .tblBox1 td,
  .catCareer.pageRecruit .tblBox1 th {
    font-size: 1.2rem;
  }
}

.catCareer.pageRecruit .mainImg img {
  width: 100%;
}

.catCareer.pageRecruit .statueZone {
  padding-top: 55px;
}

.catCareer.pageRecruit .statueZone ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}

.catCareer.pageRecruit .statueZone ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1849a5;
  width: 31.4%;
  height: 108px;
  margin-bottom: 24px;
  font-size: 2.0rem;
  text-align: center;
  box-sizing: border-box;
}

.catCareer.pageRecruit .statueZone dl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727272;
  margin-top: 10px;
  padding: 15px 30px;
  color: #fff;
}

.catCareer.pageRecruit .statueZone dt {
  padding: 5px 35px 5px 0;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.45455;
  border-right: 1px solid #fff;
}

.catCareer.pageRecruit .statueZone dd {
  padding-left: 35px;
  font-size: 1.8rem;
  line-height: 1.77778;
}

.catCareer.pageRecruit .statueZone dd span {
  margin-right: 1.5em;
}

.catCareer.pageRecruit .bosyuZone {
  padding: 140px 0 70px;
}

.catCareer.pageRecruit .bosyuZone .pageScrl {
  margin-bottom: 40px;
}

.catCareer.pageRecruit .bosyuZone .pageScrl a {
  font-size: 1.6rem;
}

.catCareer.pageRecruit .bosyuZone .tblBox1 .btnWrap a {
  width: 364px;
}

@media screen and (max-width: 767px) {
  .catCareer.pageRecruit .statueZone {
    padding-top: 5%;
  }
  .catCareer.pageRecruit .statueZone ul {
    display: block;
  }
  .catCareer.pageRecruit .statueZone ul li {
    width: auto;
    height: auto;
    margin-bottom: 3%;
    padding: 3%;
    font-size: 1.4rem;
  }
  .catCareer.pageRecruit .statueZone dl {
    display: block;
    margin-top: 5%;
    padding: 3%;
  }
  .catCareer.pageRecruit .statueZone dt {
    padding: 0 0 3% 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
  .catCareer.pageRecruit .statueZone dd {
    padding: 3% 0 0 0;
    font-size: 1.4rem;
  }
  .catCareer.pageRecruit .statueZone dd span {
    margin-right: 0;
  }
  .catCareer.pageRecruit .bosyuZone {
    padding: 10% 0 1%;
  }
  .catCareer.pageRecruit .bosyuZone .pageScrl {
    margin-bottom: 5%;
  }
  .catCareer.pageRecruit .bosyuZone .pageScrl a {
    font-size: 1.4rem;
  }
  .catCareer.pageRecruit .bosyuZone .tblBox1 .btnWrap a {
    width: auto;
  }
}

/* 社員エピソード集 */
.cast-detail .content2 {
  padding: 40px 0;
}

.cast-detail .content {
  padding: 60px 0 30px;
}

.cast-detail .content .profBox {
  background-color: #fff;
  margin-bottom: 70px;
}

.cast-detail .content .profBox .img {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .img {
    height: auto;
  }
}

.cast-detail .content .profBox .img img {
  width: 100%;
}

.cast-detail .content .profBox .img .name {
  display: block;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .img .name {
    text-align: center;
  }
}

.cast-detail .content .profBox .img .name dl {
  background-color: rgba(53, 143, 49, 0.9);
  padding: 2em 3em;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
}

.cast-detail .content .profBox .img .name dt {
  margin-top: .9em;
  font-size: 1.6rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: bottom;
}

.cast-detail .content .profBox .img .name dd {
  font-size: 6.1rem;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.cast-detail .content .profBox .txt {
  display: flex;
}

.cast-detail .content .profBox .txt dt {
  color: #FFF;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #42933f;
  font-size: 3.8rem;
  width: 30%;
}

.cast-detail .content .profBox .txt dt h1 {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .txt dt h1 {
    font-size: 3rem;
  }
}

.cast-detail .content .profBox .txt dt p {
  font-size: 1.6rem;
  padding-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .txt dt {
    width: auto;
  }
}

.cast-detail .content .profBox .txt dd {
  padding: 20px 0px 20px 30px;
  box-sizing: border-box;
  font-family: "Noto Sans Japanese";
  font-size: 1.5rem;
  line-height: 1.6;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .txt dd {
    width: auto;
  }
}

.cast-detail .content .episodeBox {
  padding: 0 12.5%;
}

.cast-detail .content .episodeBox h3 {
  font-size: 4.2rem;
  line-height: 1.42857;
}

.cast-detail .content .episodeBox p {
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  line-height: 1.75;
}

.cast-detail .content .episodeBox .img {
  margin-bottom: 30px;
}

.cast-detail .content .episodeBox .img img {
  width: 100%;
}

.cast-detail .content2 {
  padding: 80px 0 90px;
}

@media screen and (max-width: 1030px) {
  .cast-detail .content {
    padding: 5% 0 3%;
  }
  .cast-detail .content .profBox {
    margin-bottom: 7%;
  }
  .cast-detail .content .profBox .img .name dl {
    padding: 2em 3em;
    font-size: 1.0vw;
  }
  .cast-detail .content .profBox .img .name dt {
    font-size: 1.5534vw;
  }
  .cast-detail .content .profBox .img .name dd {
    font-size: 5.92233vw;
  }
  .cast-detail .content .profBox .txt {
    padding: 2em 3em;
    font-size: 1.0vw;
  }
  .cast-detail .content .profBox .txt dt {
    font-size: 3.68932vw;
  }
  .cast-detail .content .profBox .txt dd {
    padding-left: 2.66667em;
  }
  .cast-detail .content2 {
    padding: 5% 0;
  }
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox {
    margin-bottom: 15%;
  }
  .cast-detail .content .profBox .img .name {
    display: block;
    position: static;
  }
  .cast-detail .content .profBox .img .name dl {
    padding: 5% 4%;
  }
  .cast-detail .content .profBox .img .name dt {
    margin-bottom: .5em;
    font-size: 1.4rem;
  }
  .cast-detail .content .profBox .img .name dd {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .cast-detail .content .profBox .img .name dd {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cast-detail .content .profBox .txt {
    display: block;
    padding: 0;
  }
  .cast-detail .content .profBox .txt dt {
    margin-bottom: 0;
    padding: 5vw;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #42933f;
  }
  .cast-detail .content .profBox .txt dd {
    padding: 5vw;
  }
  .cast-detail .content .episodeBox {
    padding: 0;
  }
  .cast-detail .content .episodeBox h3 {
    font-size: 2rem;
  }
  .cast-detail .content .episodeBox p {
    margin-bottom: 5%;
    font-size: 1.4rem;
  }
  .cast-detail .content .episodeBox .img {
    margin-bottom: 5%;
  }
  .cast-detail .content2 {
    padding: 5% 0;
  }
}

.welfare-list {
  display: flex;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .welfare-list {
    display: block;
  }
}

.welfare-list li {
  width: 48%;
  margin: 1%;
  background: #FFF;
  padding: 35px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .welfare-list li {
    width: auto;
    padding: 4%;
    margin: 0 3% 3% 3%;
  }
}

.welfare-list li img {
  height: auto;
}

.welfare-list li h3 {
  font-size: 2.4rem;
  color: #1849a5;
  font-weight: bold;
  padding: 0.3em 0 0.8em 0;
}

@media screen and (max-width: 767px) {
  .welfare-list li h3 {
    font-size: 5vw;
  }
}

.welfare-list li p {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 767px) {
  .welfare-list li p {
    font-size: 4vw;
  }
}

.btnrecruit {
  text-align: center;
}

.btnrecruit p {
  text-align: center;
  padding: 20px;
  font-size: 1.6rem;
}

.btnrecruit li {
  display: inline-block;
  margin: 5px 10px;
}

.btnrecruit li a {
  border-radius: 10px;
  display: block;
  padding: 10px 30px;
  border: 1px solid #CCC;
  text-align: center;
}

.btnrecruit li a:hover {
  opacity: 0.7;
}

.btnrecruit li a img {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .ttl2 {
    margin: 2% 0 8%;
  }
}

@media screen and (max-width: 767px) {
  .ttl2 > div {
    font-size: 2.4rem;
  }
}

.ttl2 > div span {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .ttl2 > div span {
    text-align: center;
  }
}

/*--------------------------------------
  キャストを知る
---------------------------------------*/
.know-cast {
  background: #eee;
  padding-bottom: 65px;
  /*-
    .cast-box {
      margin: 0 auto 55px;
      @include mq {
        margin: 0 auto vw(30);
      }
      .cast-cont {
        width: calc(340/1100*100%);
        margin: 0 20px;
        @include mq {
          width: 100%;
        }

        .image {
          img {
            width: 100%;
          }
        }

        .intro-txt {
          margin-top: 0.5em;
          font-size: 1.6rem;
          @include mq {
            text-align: center;
            font-size: 1.4rem;
            margin-bottom: 1rem;
          }

          strong {
            font-size: 2rem;
            padding-right: 15px;
            @include mq {
              display: block;
              font-size: 1.6rem;
            }
          }
        }
      }
      .cast-cont + .cast-cont {
        @include mq {
        border-top: 1px dotted #000;
        padding-top: vw(30);
        }
      }
    }
-*/
}

@media screen and (max-width: 767px) {
  .know-cast {
    padding: 0 5vw 11.71875vw 5vw;
  }
}

.know-cast .cast-box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box {
    margin: 4.6875vw 0 0;
    padding-bottom: 7.03125vw;
  }
}

.know-cast .cast-box .slick-arrow {
  width: 65px;
  height: 65px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-arrow {
    width: 0;
    height: 0;
  }
}

.know-cast .cast-box .slick-arrow.slick-prev {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 10;
}

.know-cast .cast-box .slick-arrow.slick-prev:before {
  position: absolute;
  content: "";
  top: 33%;
  left: 36%;
  font-size: 2rem;
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-arrow.slick-prev:before {
    content: none;
  }
}

.know-cast .cast-box .slick-arrow.slick-next {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 10;
}

.know-cast .cast-box .slick-arrow.slick-next:before {
  position: absolute;
  content: "";
  top: 33%;
  right: 36%;
  font-size: 2rem;
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(225deg);
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-arrow.slick-next:before {
    content: none;
  }
}

.know-cast .cast-box .slick-list .slick-track {
  display: flex;
}

.know-cast .cast-box .slick-list li.slides {
  width: 380px;
  text-align: left;
  margin: 0 20px;
  background-image: url(../images/magazine/list_bg.png);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides {
    width: 100vw;
    margin: 0;
  }
}

.know-cast .cast-box .slick-list li.slides.slick-active {
  opacity: 1;
}

.know-cast .cast-box .slick-list li.slides .image .post-thumbnail {
  display: flex;
  justify-content: center;
  width: 380px;
  height: 380px;
  overflow: hidden;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides .image .post-thumbnail {
    position: relative;
    width: 100vw;
    height: 100vw;
  }
}

.know-cast .cast-box .slick-list li.slides .image .post-thumbnail img {
  position: absolute;
  height: 380px;
  width: auto;
  max-width: inherit;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides .image .post-thumbnail img {
    height: 100vw;
  }
}

.know-cast .cast-box .slick-list li.slides .intro-txt {
  margin-top: 0.5em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides .intro-txt {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.know-cast .cast-box .slick-list li.slides .intro-txt strong {
  font-size: 2rem;
  padding-right: 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-list li.slides .intro-txt strong {
    display: block;
    font-size: 1.6rem;
  }
}

.know-cast .cast-box .slick-dots {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-dots {
    bottom: 5.625vw;
  }
}

.know-cast .cast-box .slick-dots {
  bottom: 0;
}

.know-cast .cast-box .slick-dots li {
  background-color: #ccc;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-dots li {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 1.71875vw;
  }
}

.know-cast .cast-box .slick-dots li.slick-active {
  background-color: #e9536b;
}

.know-cast .cast-box .slick-dots li button {
  display: none;
}

@media screen and (max-width: 767px) {
  .know-cast .cast-box .slick-dots li {
    width: 3.4375vw;
    height: 3.4375vw;
  }
}

.know-cast .btn_read-more {
  color: #1849a5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho";
  font-size: 2.7rem;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .know-cast .btn_read-more {
    font-size: 2rem;
    margin-top: 5.46875vw;
  }
}

.know-cast .btn_read-more a {
  display: inline-block;
  padding: 10px 45px;
  background: #fff;
  border: 1px solid #1849a5;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .know-cast .btn_read-more a {
    display: block;
    padding: 1.5625vw 7.03125vw;
  }
}

/*--------------------------------------
  ページ下部リンク
---------------------------------------*/
.btmLinkZone {
  padding: 70px 0 85px;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .btmLinkZone {
    padding: 3.5% 1.875%;
  }
}

.btmLinkZone .in {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btmLinkZone .in {
    justify-content: space-between;
    padding: 3.5% 1.875%;
    display: block;
  }
}

.btmLinkZone .in a {
  display: block;
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .btmLinkZone .in a {
    width: 100%;
  }
}

.btmLinkZone .in a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btmLinkZone .in a .image {
  width: 100%;
}

.btmLinkZone .in a .image img {
  width: auto;
}

.btmLinkZone .in a dl {
  align-items: center;
  color: #000;
  font-weight: bold;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .btmLinkZone .in a dl {
    padding: 0;
  }
}

.btmLinkZone .in a dl dt {
  font-size: 2rem;
  padding: 15px 35px 10px;
  color: #1849a5;
}

@media screen and (max-width: 767px) {
  .btmLinkZone .in a dl dt {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.8rem;
    padding: 2.34375vw 5.46875vw 3.125vw;
  }
}

.btmLinkZone .in a dl dd {
  font-size: 1.6rem;
  display: inline-block;
  height: 80px;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .btmLinkZone .in a dl dd {
    display: none;
  }
}

.btmLinkZone .in a + a {
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  .btmLinkZone .in a + a {
    margin-left: 0;
    margin-top: 4%;
  }
}

.btmLinkZone .in a:nth-of-type(2n+1) {
  margin-left: 0;
}

.btmLinkZone .in a:nth-of-type(n+3) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btmLinkZone .in a:nth-of-type(n+3) {
    margin-top: 4%;
  }
}

.entryBtn {
  position: fixed;
  right: 25px;
  bottom: -5px;
  font-size: 2.5rem;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 20px 85px;
  background: #FF7E00;
  border-radius: 8px;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .entryBtn {
    width: 100%;
    box-sizing: border-box;
    top: auto;
    bottom: 0px;
    right: auto;
    padding: 5vw 0;
    font-size: 2rem;
    border-radius: 0px;
    left: 0px;
  }
}

.entryBtn span {
  display: inline-block;
}

.entryBtn:hover {
  text-decoration: underline;
}

.typeNavi {
  display: flex;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.typeNavi li {
  width: 50%;
  display: inline-block;
  border-right: 1px solid #CCC;
  text-align: center;
}

.typeNavi li:last-of-type {
  border: 0px;
}

.typeNavi li a {
  display: block;
  padding: 30px;
  font-size: 2rem;
  background: #FFF;
  position: relative;
}

@media screen and (max-width: 767px) {
  .typeNavi li a {
    font-size: 1.4rem;
    padding: 5vw 0;
  }
}

.typeNavi li a:before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 0.8em;
  height: 0.8em;
  border-top: 2px solid #1849a5;
  border-right: 2px solid #1849a5;
  transform: rotate(135deg);
  vertical-align: top;
}
