@charset "UTF-8";
/* CSS Document */

img {
  width: 100%;
  height: auto;
}

/* container */
.inner {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .inner {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 70px;
    position: relative;
  }
  .sp-none {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .inner {
    width: 1170px;
  }
  .wrap {
    margin: 0 auto;
    display: table;
  }
}
.main {
  padding: 0 0 0 200px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
  padding-bottom: 70px;
}
@media print, screen and (max-width: 768px) {
  .main {
    width: 100%;
    margin: 70px auto 0;
    padding: 0;
  }
}
/*@media print, screen and (min-width:769px) {
	.pc-leyout {
		width: 1170px;
		margin: auto;
		position: relative;
	}
}
*/
/* nav */
header {
  z-index: 999;
}
h1 {
  position: fixed;
  top: 30px;
  /*left: 15px;*/
}
nav {
  background: rgba(255, 255, 255, 0.5);
  width: 200px;
  position: fixed;
  top: 130px;
  /*left: 15px;*/
}
#gnav .gnav {
  width: 175px;
  margin: 60px auto 20px;
}
#gnav .gnav li:hover {
  background-color: #ffe082;
}
.icon {
  width: 100px;
  margin: 0 0 32px 21px;
  display: flex;
}

.icon li {
  width: 32px;
  margin: 0 8px 0 0;
}

.icon li img {
  width: 100%;
}

.subnav {
  margin-left: 16px;
}
.subnav li {
  font-size: 15px;
  margin: 0 0 20px;
}
.subnav li a::before {
  content: "> ";
}
.subnav li a:hover {
  text-decoration: underline;
}
/* sp gnav */
@media print, screen and (max-width: 768px) {
  header {
    background: #fff;
    border-bottom: 1px solid #1c2b56;
    padding: 10px 0;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
  }
  h1 {
    text-align: center;
    position: static;
  }
  h1 img {
    width: 85px;
  }
  /* ***********************************************************
* #gnav
* *********************************************************** */
  .open nav {
    left: 0;
  }
  .open #gnav {
    z-index: 1001;
    visibility: visible;
  }
  #gnav {
    visibility: hidden;
    position: fixed;
    display: table;
    vertical-align: middle;
    color: #222222;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  #gnav ul {
    list-style: none;
    margin: 20px auto;
  }
  #gnav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  #gnav .gnav {
    width: 100%;
  }
  #gnav .gnav li {
    background: #14116e;
    border-bottom: 1px solid #fff;
  }
  #gnav .gnav li:hover a {
    color: #14116e;
  }
  #gnav .gnav li a {
    color: #fff;
  }
  #gnav .gnav .spnav_sub {
    background: #fff;
    border-bottom: 1px solid #14116e;
  }
  #gnav .gnav .spnav_sub a {
    color: #14116e;
  }
  /* ***********************************************************
* nav-list
* *********************************************************** */
  #gnav ul li {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-260px);
    transform: scaleX(0) translateX(-260px);
    -webkit-transition: none;
    transition: none;
  }
  .open #gnav * {
    position: relative;
    z-index: 1001;
  }
  .open #gnav ul li {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    margin: 0 10px;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .open #gnav ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .open #gnav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .open #gnav ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .open #gnav ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .open #gnav ul li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .open #gnav ul li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .open #gnav ul li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .open #gnav ul li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .open #gnav ul li:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .open #gnav ul li:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  /* ***********************************************************
* #nav-bg
* *********************************************************** */
  #nav-bg {
    content: "";
    width: 2400px;
    height: 2400px;
    margin-left: -1200px;
    margin-top: -1200px;
    top: 35px;
    left: 40px;
    display: block;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.02);
    transform: scale(0.02);
    z-index: 1000;
  }
  .open #nav-bg {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    z-index: 1000;
  }

  /* ***********************************************************
* #nav-toggle
* *********************************************************** */
  #nav-toggle {
    display: block;
    position: fixed;
    left: 18px;
    top: 16px;
    width: 23px;
    height: 30px;
    cursor: pointer;
    padding: 10px 11px;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #c8c9c8;
    left: 0;
    zoom: 1;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle {
    background: transparent;
  }
  .open #nav-toggle span {
    background: #c8c9c8;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1;
  }
}

/* footer */
footer {
  background: #202a65;
  border-top: 5px solid #fff;
  box-shadow: 0 -5px #202a65;
  width: 100%;
}
.lcol {
  width: 550px;
}
.footer_logo {
  margin: 20px 0;
  width: 212px;
}
.footer_nav li {
  display: inline-block;
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo",
    sans-serif;
  font-size: 13px;
  padding-right: 15px;
  margin: 0 0 6px;
}
.footer_nav li a {
  color: #fff;
}
.footer_nav li a::before {
  content: "> ";
}
.footer_nav li a:hover {
  text-decoration: underline;
}
.credit {
  color: #fff;
  font-size: 10px;
  padding: 15px 0;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .lcol {
    float: none;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .footer_nav {
    width: 96%;
    overflow: hidden;
    margin: 0 auto 10px;
  }
  .footer_nav li {
    display: block;
    float: left;
    font-size: 11px;
    width: 50%;
    border-right: 1px solid #9599a6;
    border-bottom: 1px solid #9599a6;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
  }
  .footer_nav li:first-child,
  .footer_nav li:nth-child(2) {
    border-top: 1px solid #9599a6;
  }
  .footer_nav li:nth-child(2n + 1) {
    border-left: 1px solid #9599a6;
  }
  .footer_nav li a::before {
    content: "";
  }
  .footer_logo {
    width: 80px;
    margin: 10px auto 0;
  }
  .credit {
    margin: 0 auto;
  }
}

/* 汎用クラス */

/* ----------------------------------------------------
responsive
---------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media print, screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .img100 {
    max-width: 100%;
    width: 100%;
  }
}
/* ----------------------------------------------------
link
---------------------------------------------------- */
a,
a:visited {
  color: #3a3a3a;
}
a.opacity:hover {
  opacity: 0.8;
}
/* ----------------------------------------------------
text
---------------------------------------------------- */
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.al {
  text-align: left !important;
}
.serif {
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mintyo {
  font-family:
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.bold {
  font-weight: bold !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
@media print, screen and (max-width: 768px) {
  .serif {
    font-family:
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}
/* ----------------------------------------------------
float
---------------------------------------------------- */
.fr {
  float: right;
}
.fl {
  float: left;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr00 {
  margin-right: 0px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml00 {
  margin-left: 0px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mrlAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
  padding-top: 0px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr00 {
  padding-right: 0px !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb00 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl00 {
  padding-left: 0px !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}

/* ----------------------------------------------------
commonStyle
---------------------------------------------------- */
.commonStyle > img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.commonStyle a {
  transition: 0.2s;
}

.commonStyle .image img {
  max-width: 100%;
}

/* fade */
.fade,
.fadeList a {
  display: inline-block;
  transition: 0.2s;
}
@media print, screen and (min-width: 769px) {
  .fade:hover,
  .fadeList a:hover {
    opacity: 0.7;
  }
}

/* anc */
.anc {
  position: relative;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  .anc {
    top: -75px;
  }
}

/* decoTitle */
.decoTitle {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  background: url(../img/deco_inner.png);
  background-size: auto 100%;
}
.decoTitle img {
  position: relative;
  max-width: 380px;
  z-index: 2;
}
.decoTitle:before,
.decoTitle:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
}
.decoTitle:before {
  left: 0;
  background-image: url(../img/deco_left.png);
  background-position: left center;
}
.decoTitle:after {
  right: 0;
  background-image: url(../img/deco_right.png);
  background-position: right center;
}
@media print, screen and (max-width: 768px) {
  .decoTitle {
    margin-bottom: 25px;
  }
  .decoTitle img {
    height: auto;
    max-width: 200px;
  }
}

/* ----------------------------------------------------
commnMenuIndexStyle
---------------------------------------------------- */
.wrap920 {
  max-width: 920px;
  margin: 0 auto;
}
.wrap880 {
  max-width: 880px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  /*	.commnMenuIndexStyle {
		margin-left: 190px;
	}*/
  .commnMenuIndexStyle .snav li a:hover {
    background-color: #f7bc8c;
  }
}

.commnMenuIndexStyle {
  position: relative;
  padding-left: 104px;
}
@media print, screen and (max-width: 768px) {
  .commnMenuIndexStyle {
    padding-left: 0;
  }
}

/* snav */
.commnMenuIndexStyle .snav {
  position: absolute;
  top: 0;
  left: 0;
  border-left: #f7bc8c solid 2px;
  border-right: #f7bc8c solid 2px;
  line-height: 0;
}
.commnMenuIndexStyle .snav li {
  border-bottom: #f7bc8c solid 2px;
}
.commnMenuIndexStyle .snav li a {
  display: block;
  background-color: #f1dc84;
  transition: 0.2s;
}
.commnMenuIndexStyle .snav li a.on {
  background-color: #f7bc8c;
}
@media print, screen and (max-width: 768px) {
  .commnMenuIndexStyle {
    padding-left: 0;
  }
  .commnMenuIndexStyle .snav {
    position: relative;
    margin: 0;
    border: #f7bc8c solid 2px;
  }
  .commnMenuIndexStyle .snav li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border-bottom: none;
    text-align: center;
  }
  .commnMenuIndexStyle .snav li img {
    margin: 0 auto;
  }
}

/* ancNav */
.commnMenuIndexStyle .ancNav {
  margin-bottom: 45px;
}
.commnMenuIndexStyle .ancNav li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.333%;
  line-height: 0;
  border-left: #3a2f7a solid 1px;
  background-color: #edeff7;
}
.commnMenuIndexStyle .ancNav li:first-child {
  border-color: #eceef7;
}
.commnMenuIndexStyle .ancNav li a {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .commnMenuIndexStyle .ancNav {
    margin: 0 0 30px;
  }
  .commnMenuIndexStyle .ancNav li img {
    margin: 0 auto;
  }
}

/* commonList01 */
.listBox + .listBox {
  margin-top: 80px;
}
.commonList01 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.commonList01 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding: 30px 10px 0;
  text-align: center;
}
.commonList01 li .bg > span {
  display: block;
}
.commonList01 li .bg {
  display: block;
  padding: 8px 5px 15px;
  box-shadow: 0px 3px 8px 0px #cccccc;
}
.commonList01 li .ttl {
  margin-top: 15px;
  font-size: 12px;
}
@media print, screen and (max-width: 768px) {
  .listBox + .listBox {
    margin-top: 40px;
  }
  .commonList01 {
    margin: 0;
    padding: 0 10px;
  }
  .commonList01 li {
    width: 50%;
    padding: 20px 10px 0;
  }
  .commonList01 li .ttl {
    font-size: 12px;
  }
}

/* commonPttl */
.commonPttl {
  margin-bottom: 50px;
  padding-top: 90px;
  text-align: center;
}

.commonPttl img {
  max-width: 150px;
}

.breadcrumb + .commonPttl {
  padding-top: 105px;
}
.commonPttl span {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding-bottom: 9px;
  font-size: 40px;
  line-height: 1;
  border-bottom: #1d2088 solid 2px;
}
.commonPttl span img {
  line-height: 0;
}
@media print, screen and (max-width: 768px) {
  .commonPttl {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .breadcrumb + .commonPttl {
    padding-top: 10px;
  }
  .commonPttl span {
    width: auto;
    padding: 25px 20px 3px;
    max-width: none;
    font-size: 16px;
  }
  .commonPttl span img {
    height: 18px;
    width: auto;
    max-width: none;
  }
}

/* commonPttl02 */
.commonPttl02 {
  text-align: center;
}
.commonPttl + .commonPttl02 {
  margin-top: 80px;
}
.commonPttl02 span {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin-bottom: 50px;
  padding-bottom: 7px;
  font-size: 40px;
  line-height: 1.3;
  border-bottom: #71d5cb solid 3px;
}
@media print, screen and (max-width: 768px) {
  .commonPttl + .commonPttl02 {
    margin-top: 0;
  }
  .commonPttl02 span {
    width: auto;
    max-width: none;
    margin-bottom: 20px;
    padding: 0 30px 3px;
    font-size: 25px;
    border-bottom: #71d5cb solid 2px;
  }
}

/* commonPttl03 */
.commonPttl03 {
  text-align: center;
}
.commonPttl03 span {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding-bottom: 7px;
  font-size: 40px;
  line-height: 1.3;
  border-bottom: #71d5cb solid 3px;
}
@media print, screen and (max-width: 768px) {
  .commonPttl03 span {
    width: auto;
    max-width: none;
    padding: 0 30px 3px;
    font-size: 20px;
    border-bottom: #71d5cb solid 2px;
  }
}

/* commonCbrTitle */
.commonCbrTitle {
  margin-bottom: 30px;
  text-align: center;
}
.commonCbrTitle > span {
  position: relative;
  display: inline-block;
  padding: 0 150px;
  font-size: 34px;
}
.commonCbrTitle > span:before,
.commonCbrTitle > span:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 120px;
  height: 2px;
  margin-top: -1px;
  background-color: #14116e;
}
.commonCbrTitle > span:before {
  left: 0;
}
.commonCbrTitle > span:after {
  right: 0;
}
@media print, screen and (max-width: 768px) {
  .commonCbrTitle {
    margin-bottom: 20px;
  }
  .commonCbrTitle > span {
    padding: 0 30px;
    font-size: 16px;
  }
  .commonCbrTitle > span:before,
  .commonCbrTitle > span:after {
    width: 20px;
  }
}

/* japanClickMap */
.japanClickMap {
  border: #1d2088 solid 4px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
}
.japanClickMap > div {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.japanClickMap area {
  background-color: #222;
}

/* japanAeraList */
.japanAeraList {
  margin-top: 70px;
}
.japanAeraList ul {
  margin: -30px 0 0 -30px;
}
.japanAeraList li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 30px 0 0 30px;
}
.japanAeraList li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  padding: 12px 0px 12px 15px;
}
.japanAeraList li a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
}
.japanAeraList li a .inCell {
  display: table-cell;
  vertical-align: middle;
}
.japanAeraList li a .inCell > span {
  display: block;
  line-height: 1.3;
}
.japanAeraList li a .inCell > span span {
  display: inline-block;
}
.japanAeraList li a .ttl {
  font-size: 26px;
}
.japanAeraList li a .txt {
  margin-top: 15px;
  font-size: 18px;
}
.japanAeraList li.off a {
  color: #959595;
  cursor: default;
  opacity: 1;
}
@media print, screen and (max-width: 768px) {
  .japanAeraList {
    margin-top: 20px;
  }
  .japanAeraList ul {
    margin: 0 20px;
  }
  .japanAeraList li {
    float: none;
    width: auto;
    padding: 0;
  }
  .japanAeraList li + li {
    margin-top: 10px;
  }
  .japanAeraList li a {
    height: 51px;
    border: #222 solid 1px;
    padding: 5px 10px 5px 15px;
  }
  .japanAeraList li a:before {
    width: 3px;
  }
  .japanAeraList li a .ttl {
    font-size: 17px;
  }
  .japanAeraList li a .txt {
    margin-top: 5px;
    font-size: 13px;
  }
}

.japanAeraList li.hokkaido a,
.recruit_cat_hokkaido .commonPttl02 span,
.recruit_cat_hokkaido .commonPttl03 span,
.shop_cat_hokkaido .commonPttl02 span,
.shop_cat_hokkaido .commonPttl03 span {
  border-color: #6699cc;
}
.japanAeraList li.hokkaido a:before,
.recruit_cat_hokkaido .commonAncList li a,
.recruit_cat_hokkaido .areaCategoryBox .inAreaCategoryList li > *:before,
.shop_cat_hokkaido .commonAncList li a,
.shop_cat_hokkaido .areaCategoryBox .inAreaCategoryList li > *:before {
  background-color: #6699cc;
}
.japanAeraList li.tohoku a,
.recruit_cat_tohoku .commonPttl02 span,
.recruit_cat_tohoku .commonPttl03 span,
.shop_cat_tohoku .commonPttl02 span,
.shop_cat_tohoku .commonPttl03 span {
  border-color: #52bbd1;
}
.japanAeraList li.tohoku a:before,
.recruit_cat_tohoku .commonAncList li a,
.recruit_cat_tohoku .areaCategoryBox .inAreaCategoryList li > *:before,
.shop_cat_tohoku .commonAncList li a,
.shop_cat_tohoku .areaCategoryBox .inAreaCategoryList li > *:before {
  background-color: #52bbd1;
}
.japanAeraList li.kanto a,
.recruit_cat_kanto .commonPttl02 span,
.recruit_cat_kanto .commonPttl03 span,
.shop_cat_kanto .commonPttl02 span,
.shop_cat_kanto .commonPttl03 span {
  border-color: #71d5cb;
}
.japanAeraList li.kanto a:before,
.recruit_cat_kanto .commonAncList li a,
.recruit_cat_kanto .areaCategoryBox .inAreaCategoryList li > *:before,
.shop_cat_kanto .commonAncList li a,
.shop_cat_kanto .areaCategoryBox .inAreaCategoryList li > *:before {
  background-color: #71d5cb;
}
.japanAeraList li.tyubu a,
.recruit_cat_tyubu .commonPttl02 span,
.recruit_cat_tyubu .commonPttl03 span,
.shop_cat_tyubu .commonPttl02 span,
.shop_cat_tyubu .commonPttl03 span {
  border-color: #75b777;
}
.japanAeraList li.tyubu a:before,
.recruit_cat_tyubu .commonAncList li a,
.recruit_cat_tyubu .areaCategoryBox .inAreaCategoryList li > *:before,
.shop_cat_tyubu .commonAncList li a,
.shop_cat_tyubu .areaCategoryBox .inAreaCategoryList li > *:before {
  background-color: #75b777;
}
.japanAeraList li.kinki a,
.recruit_cat_kinki .commonPttl02 span,
.recruit_cat_kinki .commonPttl03 span,
.shop_cat_kinki .commonPttl02 span,
.shop_cat_kinki .commonPttl03 span {
  border-color: #efb838;
}
.japanAeraList li.kinki a:before,
.recruit_cat_kinki .commonAncList li a,
.recruit_cat_kinki .areaCategoryBox .inAreaCategoryList li > *:before,
.shop_cat_kinki .commonAncList li a,
.shop_cat_kinki .areaCategoryBox .inAreaCategoryList li > *:before {
  background-color: #efb838;
}
.japanAeraList li.tyugoku a,
.recruit_cat_tyugoku .commonPttl02 span,
.recruit_cat_tyugoku .commonPttl03 span,
.shop_cat_tyugoku .commonPttl02 span,
.shop_cat_tyugoku .commonPttl03 span {
  border-color: #f47d26;
}
.japanAeraList li.tyugoku a:before,
.recruit_cat_tyugoku .commonAncList li a,
.recruit_cat_tyugoku .areaCategoryBox .inAreaCategoryList li > *:before,
.shop_cat_tyugoku .commonAncList li a,
.shop_cat_tyugoku .areaCategoryBox .inAreaCategoryList li > *:before {
  background-color: #f47d26;
}
.japanAeraList li.sikoku a,
.recruit_cat_sikoku .commonPttl02 span,
.recruit_cat_sikoku .commonPttl03 span,
.shop_cat_sikoku .commonPttl02 span,
.shop_cat_sikoku .commonPttl03 span {
  border-color: #f1a296;
}
.japanAeraList li.sikoku a:before,
.recruit_cat_sikoku .commonAncList li a,
.recruit_cat_sikoku .areaCategoryBox .inAreaCategoryList li > *:before,
.shop_cat_sikoku .commonAncList li a,
.shop_cat_sikoku .areaCategoryBox .inAreaCategoryList li > *:before {
  background-color: #f1a296;
}
.japanAeraList li.kyusyu a,
.recruit_cat_kyusyu .commonPttl02 span,
.recruit_cat_kyusyu .commonPttl03 span,
.shop_cat_kyusyu .commonPttl02 span,
.shop_cat_kyusyu .commonPttl03 span {
  border-color: #e77a72;
}
.japanAeraList li.kyusyu a:before,
.recruit_cat_kyusyu .commonAncList li a,
.recruit_cat_kyusyu .areaCategoryBox .inAreaCategoryList li > *:before,
.shop_cat_kyusyu .commonAncList li a,
.shop_cat_kyusyu .areaCategoryBox .inAreaCategoryList li > *:before {
  background-color: #e77a72;
}

.japanAeraList li.off a {
  border-color: #bdbdbd !important;
}
.japanAeraList li.off a:before {
  background-color: #bdbdbd !important;
}

/* breadcrumb */
.breadcrumb {
  max-width: 830px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.breadcrumb ul {
  margin-left: -27px;
}
.breadcrumb li {
  position: relative;
  float: left;
  margin-right: 15px;
  padding-left: 27px;
}
.breadcrumb li + li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "＞";
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0 0;
  }
  .breadcrumb ul {
    margin-left: -15px;
  }
  .breadcrumb li {
    margin-right: 10px;
    padding-left: 15px;
    font-size: 10px;
  }
}

/* commonAncList */
.commonAncList {
  max-width: 570px;
  margin: 0 auto;
}
.commonAncList ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.commonAncList li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 40px 15px 0;
}
.commonAncList li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  background-color: #71d5cb;
  border-radius: 5px;
}
.commonAncList li a.off {
  background-color: #dcdcdc;
  opacity: 1;
  cursor: default;
}
@media print, screen and (max-width: 768px) {
  .commonAncList {
    max-width: 300px;
  }
  .commonAncList ul {
    margin: 0;
  }
  .commonAncList li {
    width: 50%;
    padding: 10px 15px 0;
  }
  .commonAncList li a {
    padding: 8px 0;
    font-size: 14px;
  }
}

/* areaCategoryBox */
.areaCategoryBox {
  margin-top: 120px;
}
.areaCategoryBox.off {
  display: none;
}
.areaCategoryBox .commonPttl03 {
  margin-bottom: 80px;
}

.areaCategoryBox .inAreaCategoryList ul {
  margin-top: -30px;
  display: flex;
  flex-wrap: wrap;
}
.areaCategoryBox .inAreaCategoryList li {
  width: 50%;
  padding-top: 30px;
}
.areaCategoryBox .inAreaCategoryList li > * {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 20px 10px 20px 30px;
}
.areaCategoryBox .inAreaCategoryList li > *:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #71d5cb;
}
.areaCategoryBox .inAreaCategoryList li > * .inCell {
  display: table-cell;
  vertical-align: middle;
}
.areaCategoryBox .inAreaCategoryList li > * span {
  display: block;
}
.areaCategoryBox .inAreaCategoryList li .tll {
  font-size: 27px;
  line-height: 1.3;
}
.areaCategoryBox .inAreaCategoryList li .txt,
.areaCategoryBox .inAreaCategoryList li .tel {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.5;
}
.areaCategoryBox .inAreaCategoryList li .tel {
  margin-top: 10px;
}

/* type02 */
.areaCategoryBox.type02 {
  margin-top: 80px;
}
.areaCategoryBox.type02 li .tll {
  font-weight: bold;
}
.areaCategoryBox.type02 li .txt {
  font-size: 24px;
}
@media print, screen and (max-width: 768px) {
  .areaCategoryBox {
    margin-top: 50px;
  }
  .areaCategoryBox .commonPttl03 {
    margin-bottom: 20px;
  }
  .areaCategoryBox .inAreaCategoryList ul {
    margin-top: 0;
  }
  .areaCategoryBox .inAreaCategoryList li {
    width: 95%;
    margin: 0 auto 15px;
    padding-top: 0;
  }
  .areaCategoryBox .inAreaCategoryList li + li {
    margin-top: 10px;
  }
  .areaCategoryBox .inAreaCategoryList li > * {
    padding: 15px 10px 10px 20px;
  }
  .areaCategoryBox .inAreaCategoryList li > *:before {
    width: 4px;
  }
  .areaCategoryBox .inAreaCategoryList li > *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: #71d5cb solid 1px;
  }
  .areaCategoryBox .inAreaCategoryList li .tll {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .areaCategoryBox .inAreaCategoryList li .txt,
  .areaCategoryBox .inAreaCategoryList li .tel {
    margin-top: 13px;
    font-size: 14px;
  }
  .areaCategoryBox .inAreaCategoryList li .tel {
    margin-top: 6px;
  }

  /* type02 */
  .areaCategoryBox.type02 {
    margin-top: 20px;
  }
  .areaCategoryBox.type02 li .txt {
    font-size: 16px;
  }
  .areaCategoryBox.type02 .inAreaCategoryList li > *:after {
    display: none;
  }
}

/* commonBtn01 */
.areaCategoryBox + .commonBtn01 {
  margin-top: 120px;
}
.commonBtn01 a {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #202a65;
}
@media print, screen and (max-width: 768px) {
  .areaCategoryBox + .commonBtn01 {
    margin-top: 40px;
  }
  .commonBtn01 a {
    max-width: 250px;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 6px;
  }
}

/* telLink */
.telLink {
  cursor: default !important;
  opacity: 1 !important;
}

/* wp-pagenavi */
.wp-pagenavi {
  margin-top: 100px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 40px;
    text-align: center;
  }
}

/* formStyle */
.formStyle > dl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 20px 40px;
  border-bottom: #aaaaaa solid 1px;
  font-size: 18px;
}
.formStyle > dl:first-child {
  border-top: #aaaaaa solid 1px;
}
.formStyle > dl > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.formStyle > .contact-addrees > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: baseline;
}
.formStyle > .contact-addrees > .pc-none {
  display: none;
}

.formStyle > dl > dt {
  width: 350px;
}
.formStyle > dl > dt span {
  display: inline-block;
  margin-left: 5px;
  color: #ff0000;
  font-size: 14px;
}

.formStyle .inAbTxt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.formStyle .inAbTxt span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  text-align: center;
  transform: translateY(-50%);
}

.formStyle .midCap {
  margin: 12px 0;
  font-size: 12px;
}

.formStyle .inbox + .inbox {
  margin-top: 10px;
}
.formStyle .inbox p {
  line-height: 1.7;
}

.formStyle .error {
  margin-top: 7px;
  display: block;
  color: #ff0000 !important;
}
.formStyle .error + .error {
  display: none;
}

.formtxt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0;
  padding: 5px 20px;
  font-size: 16px;
  background: none;
  border: #989898 solid 1px;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.5;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
textarea.formtxt {
  height: 170px;
}
.formtxt.type02 {
  max-width: 120px;
}
.formtxt.type03 {
  max-width: 400px;
}
.formtxt.long {
  max-width: 580px;
}

.zipTexts input,
.zipTexts span {
  display: inline-block;
  vertical-align: middle;
}
.zipTexts span {
  margin: 0 10px;
}

.zipTexts .zip1 {
  max-width: 80px;
}
.zipTexts .zip2 {
  max-width: 130px;
  margin-right: 20px;
}
.zipTexts span.cap {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.formStyle .vertical-item {
  display: inline-block !important;
  margin: 3px 20px 3px 0 !important;
  vertical-align: middle;
}
.formStyle .vertical-item label > * {
  display: inline-block !important;
  vertical-align: middle;
}
.formStyle .selectBox {
  position: relative;
}
.formStyle .selectBox .selectTxt {
  position: relative;
  padding: 12px 20px;
  border: #b5b5b5 solid 1px;
  color: #989898;
}
.formStyle .selectBox .selectTxt.on {
  color: #222;
}
.formStyle .selectBox .selectTxt:before {
  position: absolute;
  top: 0;
  right: 50px;
  display: block;
  content: "";
  width: 27px;
  height: 100%;
  background: url(../img/select_arw.jpg) no-repeat center center;
}
.formStyle .selectBox select {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .formStyle > dl {
    display: block;
    width: 100%;
    padding: 15px 8px;
    font-size: 13px;
  }
  .formStyle > dl > * {
    display: block;
  }

  .formStyle > .contact-addrees > * {
    display: block;
  }
  .formStyle > .contact-addrees > .pc-none {
    display: block;
  }
  .formStyle > dl > dt {
    width: auto;
    margin-bottom: 10px;
  }
  .formStyle > dl > dt span {
    font-size: 10px;
  }

  .formStyle .inAbTxt {
    margin-right: 3px;
    padding-left: 2em;
  }
  .formStyle .inAbTxt span {
    width: 2em;
    font-size: 10px;
  }

  .formStyle .midCap {
    margin: 20px 0 5px;
    font-size: 10px;
  }

  .formStyle .inbox + .inbox {
    margin-top: 10px;
  }
  .formStyle .inbox p {
    line-height: 1.7;
  }

  .formtxt {
    max-width: 100%;
    padding: 3px 8px;
    font-size: 16px;
  }
  textarea.formtxt {
    height: 170px;
  }
  .formtxt.type02 {
    max-width: 90px;
  }
  .formtxt.type03 {
    max-width: 400px;
  }

  .zipTexts span {
    margin: 0 10px;
  }

  .zipTexts .zip1 {
    max-width: 80px;
  }
  .zipTexts .zip2 {
    max-width: 130px;
    margin-right: 20px;
  }
  .zipTexts span.cap {
    display: block;
    margin: 8px 0 0;
    font-size: 10px;
  }
  .formStyle .selectBox .selectTxt {
    padding: 6px 8px;
    font-size: 16px;
  }
  .formStyle .selectBox .selectTxt:before {
    right: 15px;
    width: 14px;
    background-size: 100% auto;
  }
}

:placeholder-shown {
  color: #989898;
}
::-webkit-input-placeholder {
  color: #989898;
}
:-moz-placeholder {
  color: #989898;
  opacity: 1;
}
::-moz-placeholder {
  color: #989898;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #989898;
}

/* formBtnWrap */
.formBtnWrap {
  margin-top: 70px;
  text-align: center;
}
.formBtnWrap p > input {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 5px 10px;
  padding: 20px 0;
  background: #1c2b55;
  color: #fff;
  font-size: 26px;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  transition: 0.2s;
}
.formBtnWrap p > input:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none !important;
}

@media print, screen and (max-width: 768px) {
  .formBtnWrap {
    margin-top: 20px;
  }
  .formBtnWrap p > input {
    display: block;
    max-width: 170px;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 13px;
  }
}

.contact_mt20 {
  margin-top: 20px;
}

/*トップスライドバナー*/
#top_slider {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 10px 0 15px;
}

#top_slider img {
  width: 100%;
}

/* dotsを丸くカスタマイズするCSS */
.swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 15px 0 0;
  position: relative !important;
}

@media print, screen and (max-width: 768px) {
  .swiper-pagination {
    padding: 12px 0 0;
  }
}

.swiper-pagination span {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: #14116e;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.entryBody ul li {
  padding: 0 0 0 25px;
  position: relative;
}

.entryBody ul li::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #222222;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.entryBody ol {
  counter-reset: number; /* カウンターのリセット */
}

.entryBody ol li {
  padding: 0 0 0 25px;
  position: relative;
  list-style: none; /* デフォルト番号を消す */
  counter-increment: number; /* カウンターを進める */
}

.entryBody ol li::after {
  content: counter(number) ".";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-weight: bold;
  color: #222222;
}

.entryBody h4 {
  font-size: 20px;
}

.entryBody h5 {
  font-size: 18px;
}
