@charset "UTF-8";
/* ----------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-decoration: none; }

body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  line-height: 1.7;
  color: #000; }

.wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden; }

@media screen and (max-width: 960px) {
  body {
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    line-height: 1.7;
    color: #333; } }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }

*html body {
  overflow: hidden; }

/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc {
  display: block !important; }

.is-sp {
  display: none !important; }

/* SP版非表示設定 */
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; } }

/* ----------------------------------------------------------------------
 contents - トップページコンテンツ設定
---------------------------------------------------------------------- */
#top {
  margin-top: -100px;
  padding-top: 100px; }

/*メイン画像*/
#box {
  margin: 110px 0 0;
  padding: 0;
  max-height: 70vh;
  min-height: 550px;
  position: relative;
  color: #fff; }
  #box .catchcopy {
    margin: 0;
    padding: 0;
    font-size: 56px;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    z-index: 9;
    position: absolute;
    top: 250px;
    font-weight: 700;
    max-width: 870px; }
  #box .subcatchcopy {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    z-index: 9;
    position: absolute;
    top: 400px;
    max-width: 870px; }

@media screen and (max-width: 960px) {
  #spbox {
    margin: -10px 0 0;
    padding: 0;
    max-height: 70vh;
    min-height: 550px;
    position: relative;
    color: #fff; }
    #spbox .catchcopy {
      margin: 0 auto;
      padding: 0;
      font-size: 40px;
      line-height: 1.4;
      color: #fff;
      text-align: left;
      z-index: 9;
      position: absolute;
      bottom: 20px;
      font-weight: 700;
      width: 90%;
      left: 0;
      right: 0; }
    #spbox .subcatchcopy {
      margin: 0;
      padding: 0;
      font-size: 26px;
      line-height: 1.5;
      color: #fff;
      font-weight: normal; } }

#box::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0, 0, 0, 0.35);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' '; }

.page-haken-mainv {
  margin: 100px 0 0;
  padding: 0;
  background: url("../images/img-haken-mainv.jpg") no-repeat;
  background-position: center top;
  min-height: 160px;
  position: relative; }
  .page-haken-mainv .page-title {
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 40px;
    z-index: 2; }

@media screen and (max-width: 960px) {
  .sppage-haken-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-haken-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-haken-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 40px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; } }

.page-recruit-mainv {
  margin: 100px 0 0;
  padding: 0;
  background: url("../images/img-recruit-mainv.jpg") no-repeat;
  background-position: center top;
  min-height: 160px;
  position: relative; }
  .page-recruit-mainv .page-title {
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 40px;
    z-index: 2; }

@media screen and (max-width: 960px) {
  .sppage-recruit-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-recruit-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-recruit-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 60px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; } }

.page-kigyou-mainv {
  margin: 100px 0 0;
  padding: 0;
  background: url("../images/img-kigyou-mainv.jpg") no-repeat;
  background-position: center top;
  min-height: 160px;
  position: relative; }
  .page-kigyou-mainv .page-title {
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 40px;
    z-index: 2; }

@media screen and (max-width: 960px) {
  .sppage-kigyou-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-kigyou-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-kigyou-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 60px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; } }

@media screen and (max-width: 640px) {
  .sppage-haken-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-haken-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-haken-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 60px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; }
  .sppage-kigyou-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-kigyou-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-kigyou-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 60px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; } }

.page-entry-mainv {
  margin: 100px 0 0;
  padding: 0;
  background: url("../images/img-entry-mainv.jpg") no-repeat;
  background-position: center top;
  min-height: 160px;
  position: relative; }
  .page-entry-mainv .page-title {
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 40px;
    z-index: 2; }

@media screen and (max-width: 960px) {
  .sppage-entry-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-entry-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-entry-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 60px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; } }

.page-contact-mainv {
  margin: 100px 0 0;
  padding: 0;
  background: url("../images/img-contact-mainv.jpg") no-repeat;
  background-position: center top;
  min-height: 160px;
  position: relative; }
  .page-contact-mainv .page-title {
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 40px;
    z-index: 2; }

@media screen and (max-width: 960px) {
  .sppage-contact-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-contact-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-contact-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 60px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; } }

.page-common-mainv {
  margin: 100px 0 0;
  padding: 0;
  background: url("../images/img-common-mainv.jpg") no-repeat;
  background-position: center top;
  min-height: 160px;
  position: relative; }
  .page-common-mainv .page-title {
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 40px;
    z-index: 2; }

@media screen and (max-width: 960px) {
  .sppage-common-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-common-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-common-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 60px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; } }

.page-line-mainv {
  margin: 100px 0 0;
  padding: 0;
  background: url("../images/img-line-mainv.jpg") no-repeat;
  background-position: center top;
  min-height: 160px;
  position: relative; }
  .page-line-mainv .page-title {
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 40px;
    z-index: 2; }

@media screen and (max-width: 960px) {
  .sppage-line-mainv {
    margin: 10px 0 0;
    padding: 0;
    background: url("../images/img-sp-line-mainv.jpg") no-repeat;
    background-position: center top;
    height: 160px;
    text-align: center;
    position: relative; }
    .sppage-line-mainv .sppage-title {
      margin: 0;
      padding: 0;
      color: #fff;
      top: 60px;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 6vw;
      z-index: 2;
      vertical-align: bottom;
      display: table-cell;
      position: absolute; } }

.page-haken-mainv::before, .page-kigyou-mainv::before, .page-recruit-mainv::before, .page-entry-mainv::before, .page-contact-mainv::before, .page-common-mainv::before, .page-line-mainv::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0, 0, 0, 0.35);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' '; }

.sppage-haken-mainv::before, .sppage-kigyou-mainv::before, .sppage-recruit-mainv::before, .sppage-entry-mainv::before, .sppage-contact-mainv::before, .sppage-common-mainv::before, .sppage-line-mainv::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0, 0, 0, 0.35);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' '; }

.page-contents {
  margin: 80px auto 0;
  padding: 0;
  max-width: 1200px;
  text-align: center; }

@media screen and (max-width: 960px) {
  .page-contents {
    margin: 50px auto 0;
    padding: 0;
    width: 90%;
    text-align: center; } }

.page-contents-blue {
  margin: 0 auto;
  padding: 140px 0 40px;
  width: 100%;
  background: url("../images/top-bg-blue.png") no-repeat;
  background-position: center top;
  text-align: center;
  color: #fff; }

@media screen and (max-width: 960px) {
  .page-contents-blue {
    margin: 0 auto;
    padding: 80px 5% 60px;
    width: 90%;
    background: url("../images/top-bg-blue.png") no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    color: #fff; } }

@media screen and (max-width: 501px) {
  .page-contents-blue {
    margin: 0 auto;
    padding: 100px 5% 60px;
    width: 90%;
    background: url("../images/top-bg-blue.png") no-repeat;
    background-size: cover;
    background-position: center -10px;
    text-align: center;
    color: #fff; } }

.page-contents-02 {
  margin: 60px auto;
  padding: 0;
  max-width: 1200px;
  text-align: center; }

.page-contents-03 {
  margin: 100px auto;
  padding: 0;
  max-width: 1150px;
  text-align: center; }

.page-contents-04 {
  margin: 100px auto;
  padding: 0;
  max-width: 900px;
  text-align: center; }

.page-contents-line {
  margin: 60px auto;
  padding: 0;
  max-width: 650px;
  text-align: center; }

@media screen and (max-width: 960px) {
  .page-contents-02, .page-contents-line {
    margin: 50px auto;
    padding: 0;
    width: 90%;
    text-align: center; }
  .page-contents-03 {
    margin: 130px auto 0;
    padding: 0;
    width: 90%;
    text-align: center; }
  .page-contents-04 {
    margin: 50px auto;
    padding: 0;
    width: 90%;
    text-align: center; } }

@media screen and (max-width: 640px) {
  .page-contents-03 {
    margin: 270px auto 0;
    padding: 0;
    width: 90%;
    text-align: center; } }

.page-contents-btm {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  text-align: center;
  position: relative; }

.page-contents-text {
  margin: 25px auto 0;
  padding: 0;
  max-width: 70%;
  text-align: left;
  font-size: 18px;
  line-height: 1.7; }

@media screen and (max-width: 960px) {
  .page-contents-text {
    margin: 25px 0 0;
    padding: 0;
    max-width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 1.7; } }

.page-contents-text-02 {
  margin: 25px auto 0;
  padding: 0;
  max-width: 50%;
  text-align: left;
  font-size: 18px;
  line-height: 1.7; }

@media screen and (max-width: 960px) {
  .page-contents-text-02 {
    margin: 25px auto 0;
    padding: 0;
    max-width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 1.7; } }

.page-contents-hakentext {
  margin: 25px auto 0;
  padding: 0;
  max-width: 85%;
  text-align: left;
  font-size: 20px;
  line-height: 1.7; }

@media screen and (max-width: 960px) {
  .page-contents-hakentext {
    margin: 25px auto 0;
    padding: 0;
    max-width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 1.7; } }

.page-contents-ph {
  margin: 25px auto 0;
  padding: 0;
  max-width: 85%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 960px) {
  .page-contents-ph {
    margin: 25px auto 0;
    padding: 0;
    max-width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page-contents-ph img {
      width: 94%;
      margin: 0 3%; } }

ul.top-list li {
  margin: 8px 0;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 28px;
  background: url("../images/icon-check.svg") no-repeat;
  background-position: 0 10px; }

@media screen and (max-width: 960px) {
  ul.top-list li {
    margin: 8px 0;
    padding: 0 0 0 40px;
    text-align: left;
    font-size: 22px;
    background: url("../images/icon-check.svg") no-repeat;
    background-position: 0 10px; } }

span.highlight {
  padding: 2px 5px;
  background: #FFFF00;
  color: #031FA5; }

.page-base-1200 {
  margin: 0 auto 20px;
  padding: 0;
  width: 1200px; }

@media screen and (max-width: 960px) {
  .page-base-1200 {
    margin: 0 auto 20px;
    padding: 0;
    width: 100%; } }

.top-pagebottom-contact {
  margin: 0 auto;
  padding: 30px 0 0px;
  width: 100%;
  height: 320px;
  background: url("../images/img-topbottom-bg.jpg") no-repeat;
  background-position: center top;
  position: relative;
  background-position: cover;
  color: #fff; }
  .top-pagebottom-contact .top-contact-left {
    margin: 20px 0 0;
    padding: 0;
    border-right: 1px solid #fff;
    width: 49%;
    display: inline-block;
    text-align: center;
    vertical-align: top; }
  .top-pagebottom-contact .top-contact-right {
    margin: 20px 0 0;
    padding: 0;
    width: 49%;
    display: inline-block;
    text-align: center;
    vertical-align: top; }

.top-pagebottom-contact::before {
  content: '';
  background: url(../images/bg-blue.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.top-pagebottom-contact-heading {
  position: relative;
  font-size: 24px; }

@media screen and (max-width: 960px) {
  .top-pagebottom-contact {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    height: auto;
    background: url("../images/img-topbottom-bg.jpg") no-repeat;
    background-position: center top;
    background-position: cover;
    color: #fff; }
    .top-pagebottom-contact .top-contact-left {
      margin: 20px auto 0;
      padding: 0 0 20px;
      border-right: 0px solid #fff;
      border-bottom: 1px solid #fff;
      width: 90%;
      display: block;
      text-align: center;
      vertical-align: top; }
      .top-pagebottom-contact .top-contact-left img {
        width: 90%; }
    .top-pagebottom-contact .top-contact-right {
      margin: 20px auto 0;
      padding: 0;
      width: 90%;
      display: block;
      text-align: center;
      vertical-align: top; }
      .top-pagebottom-contact .top-contact-right .right-mailarea {
        margin: 70px 0 0;
        padding: 0; }
  .top-pagebottom-contact::before {
    content: '';
    background: url(../images/bg-blue.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; } }

.pagetop-area {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: #f5f5f5; }

.haken-contents-01 {
  margin: 30px 0 0; }

@media screen and (max-width: 960px) {
  .haken-contents-01 {
    margin: 120px 0 0; } }

@media screen and (max-width: 640px) {
  .haken-contents-01 {
    margin: 250px 0 0; } }

/*フェードイン　表示のみ動きなし*/
.fade_off {
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s; }

.fade_on {
  opacity: 1; }

.chbox {
  margin: 0 auto;
  max-width: 900px;
  position: relative; }

@media screen and (max-width: 960px) {
  .chbox {
    margin: 0 auto;
    max-width: 100%;
    position: relative; } }

.ch-image {
  max-width: 600px;
  /* 幅を指定 */
  margin: 0 0 0 300px;
  display: block;
  overflow: hidden;
  padding: 40% 0 0;
  /* 縦横比を指定 */
  position: relative; }

.ch-image-l {
  max-width: 600px;
  /* 幅を指定 */
  margin: 0 300px 0 0;
  display: block;
  overflow: hidden;
  padding: 40% 0 0;
  /* 縦横比を指定 */
  position: relative; }

.ch-photo {
  right: 0;
  top: 0;
  display: block;
  height: auto;
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%; }

.ch-photo-l {
  left: 0;
  top: 0;
  display: block;
  height: auto;
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%; }

@media screen and (max-width: 960px) {
  .ch-image {
    max-width: 100%;
    /* 幅を指定 */
    margin: 0;
    display: block;
    overflow: hidden;
    padding: 60% 0 0;
    /* 縦横比を指定 */
    position: relative; }
  .ch-image-l {
    max-width: 100%;
    /* 幅を指定 */
    margin: 0;
    display: block;
    overflow: hidden;
    padding: 60% 0 0;
    /* 縦横比を指定 */
    position: relative; }
  .ch-photo {
    right: 0;
    top: 0;
    display: block;
    height: auto;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%; }
  .ch-photo-l {
    left: 0;
    top: 0;
    display: block;
    height: auto;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%; } }

.ch-textbox {
  margin: 0;
  padding: 30px 40px;
  top: 0;
  background: #ffcc00; }

.slideConts {
  width: 360px;
  min-height: 100px;
  margin: 0;
  padding: 20px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 80px;
  z-index: 1; }

.slideContsL {
  background-color: #f5f5f5;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0); }

.slideContsR {
  background-color: #f5f5f5;
  -webkit-transform: translate(550px, 0);
  -ms-transform: translate(550px, 0);
  transform: translate(550px, 0); }

.slideContsL.show {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }

.slideContsR.show {
  -webkit-transform: translate(500px, 0) !important;
  -ms-transform: translate(500px, 0) !important;
  transform: translate(500px, 0) !important; }

@media screen and (max-width: 960px) {
  .slideConts {
    width: 90%;
    min-height: 100px;
    margin: 0;
    padding: 5%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: absolute;
    top: 80%;
    z-index: 1; }
  .slideContsL {
    background-color: #f5f5f5;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  .slideContsR {
    background-color: #f5f5f5;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  .slideContsL.show {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }
  .slideContsR.show {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; } }

@media screen and (max-width: 640px) {
  .slideConts {
    width: 90%;
    min-height: 100px;
    margin: 0;
    padding: 5%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: absolute;
    top: 200px;
    z-index: 1; }
  .slideContsL {
    background-color: #f5f5f5;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  .slideContsR {
    background-color: #f5f5f5;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  .slideContsL.show {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }
  .slideContsR.show {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; } }

.item {
  float: left;
  margin: 0px;
  padding: 30px 30px 30px 0px;
  width: 200px;
  height: 110px;
  background: url("../images/img-step-bg01.png") no-repeat;
  color: #000;
  list-style: none;
  text-align: center;
  line-height: 1.5;
  opacity: 0; }

.item:last-child {
  float: left;
  margin: 0px;
  padding: 30px 10px 30px 10px;
  width: 210px;
  height: 110px;
  background: url("../images/img-step-bglast.png") no-repeat;
  color: #fff;
  list-style: none;
  text-align: center;
  line-height: 1.5;
  opacity: 0; }

.item:nth-child(1) {
  -webkit-animation: example 2s ease 2s 1 forwards;
  animation: example 2s ease 2s 1 forwards; }

.item:nth-child(2) {
  -webkit-animation: example 2s ease 3s 1 forwards;
  animation: example 2s ease 3s 1 forwards; }

.item:nth-child(3) {
  -webkit-animation: example 2s ease 4s 1 forwards;
  animation: example 2s ease 4s 1 forwards; }

.item:nth-child(4) {
  -webkit-animation: example 2s ease 5s 1 forwards;
  animation: example 2s ease 5s 1 forwards; }

.item:nth-child(5) {
  -webkit-animation: example 2s ease 6s 1 forwards;
  animation: example 2s ease 6s 1 forwards; }

@-webkit-keyframes example {
  100% {
    opacity: 1; } }

@keyframes example {
  100% {
    opacity: 1; } }

@media screen and (max-width: 960px) {
  .item {
    margin: 0px;
    padding: 10px 0;
    width: 100%;
    height: 100px;
    background: url("../images/img-sp-step-bg01.png") no-repeat;
    background-position: center bottom;
    color: #000;
    list-style: none;
    text-align: center;
    line-height: 1.5;
    opacity: 0; }
  .item:last-child {
    float: left;
    margin: 0px;
    padding: 10px 3%;
    width: 94%;
    height: 100px;
    background: #031FA5;
    color: #fff;
    list-style: none;
    text-align: center;
    line-height: 1.5;
    opacity: 0; }
  .item:nth-child(1) {
    -webkit-animation: example 2s ease 2s 1 forwards;
    animation: example 2s ease 2s 1 forwards; }
  .item:nth-child(2) {
    -webkit-animation: example 2s ease 3s 1 forwards;
    animation: example 2s ease 3s 1 forwards; }
  .item:nth-child(3) {
    -webkit-animation: example 2s ease 4s 1 forwards;
    animation: example 2s ease 4s 1 forwards; }
  .item:nth-child(4) {
    -webkit-animation: example 2s ease 5s 1 forwards;
    animation: example 2s ease 5s 1 forwards; }
  .item:nth-child(5) {
    -webkit-animation: example 2s ease 6s 1 forwards;
    animation: example 2s ease 6s 1 forwards; }
  @-webkit-keyframes example {
    100% {
      opacity: 1; } }
  @keyframes example {
    100% {
      opacity: 1; } } }

.haken-step-heading {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #031FA5; }

.haken-step-heading-last {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fff; }

.haken-step-text {
  margin: 0;
  padding: 10px 5px 0 15px;
  font-size: 18px;
  text-align: left; }

@media screen and (max-width: 960px) {
  .haken-step-text {
    margin: 0;
    padding: 10px 5px 0 15px;
    font-size: 18px;
    text-align: center; } }

.faq-box {
  margin: 20px 0 0;
  padding: 20px;
  border: 6px solid #eee; }
  .faq-box .question {
    margin: 0;
    padding: 1% 2%;
    background: #CEE5FD;
    width: 96%;
    text-align: left;
    font-size: 20px;
    color: #031FA5; }
  .faq-box .answer {
    margin: 20px 0 0;
    padding: 0;
    text-align: left; }

.kigyou-infobox {
  margin: 30px auto 0;
  padding: 20px;
  max-width: 800px;
  border: 8px solid #ff9900; }

.recruit-intro-list {
  margin: 30px auto 0;
  width: 80%;
  text-align: left; }

@media screen and (max-width: 960px) {
  .recruit-intro-list {
    margin: 30px auto 0;
    width: 90%;
    text-align: left; } }

.recruit-intro-list li {
  margin: 15px 0;
  padding: 0 0 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 20px; }

.recruit-lead {
  margin: 30px auto 0;
  width: 80%;
  text-align: left;
  font-size: 18px; }

@media screen and (max-width: 960px) {
  .recruit-lead {
    margin: 30px auto 0;
    width: 90%;
    text-align: left;
    font-size: 18px; } }

.recruit-guidance-area {
  margin: 30px auto 0;
  padding: 20px 7%;
  width: 66%;
  text-align: left;
  border: 1px solid #ccc; }

@media screen and (max-width: 960px) {
  .recruit-guidance-area {
    margin: 30px auto 0;
    padding: 0px 5% 20px;
    width: 90%;
    text-align: left;
    border: 1px solid #ccc; } }

.recruit-guidance-syokusyu {
  margin: 20px 0 0;
  font-size: 24px; }

@media screen and (max-width: 960px) {
  .recruit-guidance-syokusyu {
    margin: 20px 0 0;
    font-size: 24px; } }

dl.guidance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  font-size: 15px;
  margin: 30px 0 0;
  border-bottom: none;
  border-right: none;
  text-align: left; }

dl.guidance dt {
  width: 20%;
  padding: 35px 15px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #ccc; }

dl.guidance dd {
  padding: 35px 15px;
  margin: 0;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  line-height: 2.0; }

dl.guidance dd li {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: disc; }

@media screen and (max-width: 960px) {
  dl.guidance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    border: none;
    margin: 20px 0 0; }
  dl.guidance dt {
    width: 100%;
    background: #f3f3f3;
    padding: 10px 15px;
    border: none; }
  dl.guidance dd {
    width: 100%;
    border: none;
    padding: 15px; }
  dl.guidance dd {
    border-left: none; } }

.form-area {
  margin: 40px auto 60px;
  padding: 0;
  max-width: 1000px;
  text-align: center; }

@media screen and (max-width: 960px) {
  .form-area {
    margin: 30px auto;
    padding: 0;
    width: 90%;
    text-align: center; } }

.entry-lead {
  margin: 60px auto 0;
  padding: 0;
  max-width: 700px;
  text-align: left; }

@media screen and (max-width: 960px) {
  .entry-lead {
    margin: 40px auto 0;
    padding: 0;
    width: 90%;
    text-align: left; } }

/*  お問い合わせ
---------------------------------- */
dl.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  /* 子要素をflexboxにより中央に配置する */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto;
  width: 100%; }

dl.contact-box dt.must {
  width: 22%;
  padding: 35px 10px 35px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  background: url("../images/icon-hissu.svg") no-repeat;
  background-position: left 38px; }

dl.contact-box dt.must-02 {
  width: 22%;
  padding: 35px 10px 35px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  background: url("../images/icon-hissu.svg") no-repeat;
  background-position: left 38px;
  vertical-align: top; }

dl.contact-box dt.mustnone {
  width: 22%;
  padding: 35px 10px 35px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px; }

dl.contact-box dd {
  padding: 25px 0px 15px 30px;
  margin: 0;
  width: 78%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px; }

.icon-must {
  margin: 0;
  padding: 0;
  width: 35px;
  background: url("../images/ico-hissu.svg") no-repeat;
  font-size: 5px; }

.form-must {
  background-color: #ff6600;
  color: #fff;
  width: 50px;
  margin-left: 10px;
  font-size: 12px;
  text-align: center;
  padding: 2px 5px;
  border-radius: 5px; }

.contact-att {
  margin: 20px auto 40px;
  padding: 10px 20px;
  width: 520px;
  border: 1px solid #ff0000;
  text-align: center;
  font-size: 14px;
  text-align: left; }

.input-01 {
  width: 100%;
  height: 50px;
  border: 0px solid #e1e1e1;
  background: #f8f8f8;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 15px; }

.input-02 {
  width: 20%;
  height: 50px;
  border: 0px solid #e1e1e1;
  background: #f8f8f8;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 15px; }

.form-date-txt {
  font-size: 15px;
  display: inline-block;
  width: 20px;
  margin: 0 15px 0 5px; }

.inputmessage-01 {
  width: 100%;
  margin: 0;
  height: 150px;
  border: 0px solid #e1e1e1;
  border-radius: 6px;
  background: #f8f8f8;
  padding: 10px;
  font-size: 15px;
  margin-left: 0; }

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #bbb; }

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #bbb; }

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: #bbb; }

textarea::placeholder, input::placeholder {
  color: #bbb; }

@media screen and (max-width: 768px) {
  dl.contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    margin: 10px auto 0; }
  dl.contact-box dt.must {
    width: 100%;
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.2;
    background: url("../images/icon-hissu.svg") no-repeat;
    background-position: left center; }
  dl.contact-box dt.must-02 {
    width: 100%;
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.2;
    background: url("../images/icon-hissu.svg") no-repeat;
    background-position: left center; }
  dl.contact-box dt.mustnone {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.2; }
  dl.contact-box dd {
    width: 100%;
    border-bottom: 0 solid #e3e3e3;
    padding: 15px 0 30px; }
  dd {
    border-left: none; }
  .page-contents-contact {
    margin: 0 5% 50px;
    padding: 0;
    width: 90%; }
  .contact-att {
    margin: 20px auto;
    padding: 5%;
    width: 90%;
    border: 1px solid #ff0000;
    text-align: center;
    font-size: 14px; }
  .input-01 {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 15px; }
  .input-02 {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 15px; } }

.submitbtn {
  position: relative;
  display: inline-block;
  padding: 10px 50px;
  background-color: #031FA5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 22px;
  border: 0px solid #fff;
  margin: 20px 0 0; }

.submitbtn::before {
  position: absolute;
  top: 50%;
  left: 50px;
  content: "";
  margin-top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.submitbtn:hover {
  background-color: #3366cc;
  color: #fff; }

.submitbtn:hover::before {
  border-left-color: #fff; }

.backbtn {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background-color: #999;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 400;
  margin: 20px 20px 0 0;
  font-size: 22px;
  border: 0px solid #fff; }

.backbtn::before {
  position: absolute;
  top: 50%;
  left: 50px;
  content: "";
  margin-top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.backbtn:hover {
  background-color: #ccc;
  color: #fff; }

.backbtn:hover::before {
  border-left-color: #fff; }

@media screen and (max-width: 960px) {
  .submitbtn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: #031FA5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 400;
    font-size: 18px;
    margin: 20px 0 0; }
  .submitbtn::before {
    position: absolute;
    top: 50%;
    left: 50px;
    content: "";
    margin-top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .submitbtn:hover {
    background-color: #3366cc;
    color: #fff; }
  .submitbtn:hover::before {
    border-left-color: #fff; }
  .backbtn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 400;
    font-size: 18px;
    margin: 20px 20px 0 0; }
  .backbtn::before {
    position: absolute;
    top: 50%;
    left: 50px;
    content: "";
    margin-top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .backbtn:hover {
    background-color: #ccc;
    color: #fff; }
  .backbtn:hover::before {
    border-left-color: #fff; } }

.select-01 {
  margin: 0;
  padding: 10px 5px;
  font-size: 16px;
  background: #f8f8f8;
  border-radius: 6px;
  border: none; }

.select-02 {
  margin: 0 0 0 20px;
  padding: 10px 5px;
  font-size: 16px;
  background: #f8f8f8;
  border-radius: 6px;
  border: none; }

.kibou-area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .kibou-area .area-01 {
    width: 46%;
    display: block; }
    .kibou-area .area-01 span {
      margin: 0 0 10px; }

@media screen and (max-width: 960px) {
  .kibou-area {
    display: block; }
    .kibou-area .area-01 {
      width: 100%;
      display: block; }
      .kibou-area .area-01 span {
        margin: 0 0 10px; } }

.form-privacy {
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  font-size: 15px;
  text-decoration: none; }
  .form-privacy a:hover {
    text-decoration: underline; }

.privacy-txt01-st {
  margin: 0 0 5px;
  padding: 0 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 16px; }

.privacy-txt01 {
  margin: 25px 0 5px;
  padding: 0 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 16px; }

.privacy-txt02 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 15px;
  line-height: 2.0; }

.sitemap-contents {
  margin: 100px auto;
  padding: 0;
  max-width: 550px;
  text-align: center; }
  .sitemap-contents .sitemap-box {
    margin: 0;
    padding: 0;
    width: 48%;
    display: inline-block;
    text-align: left;
    vertical-align: top; }
    .sitemap-contents .sitemap-box li {
      margin: 0 0 35px;
      padding: 0 0 0 25px;
      background: url("../images/icon-list.png") no-repeat;
      background-position: 0 8px; }
  .sitemap-contents .sitemap-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .sitemap-contents .sitemap-box * a {
      position: relative;
      display: inline-block;
      text-decoration: none; }
    .sitemap-contents .sitemap-box * a:hover {
      color: #000; }
    .sitemap-contents .sitemap-box * a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #000;
      color: #000;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .sitemap-contents .sitemap-box * a:hover::after {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

@media screen and (max-width: 960px) {
  .sitemap-contents {
    margin: 50px auto 25px;
    padding: 0;
    max-width: 70%;
    text-align: center; }
    .sitemap-contents .sitemap-box {
      margin: 0 0 35px;
      padding: 0;
      width: 100%;
      display: block;
      text-align: left;
      vertical-align: top; } }

.line-qrbox1 {
  margin: 20px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .line-qrbox1 div {
    margin: 0 10px;
    padding: 0; }

@media screen and (max-width: 960px) {
  .line-qrbox1 {
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .line-qrbox1 div {
      margin: 0 10px;
      padding: 0;
      width: 43%; }
      .line-qrbox1 div img {
        width: 100%; } }

.line-attention {
  margin: 20px 0 0;
  padding: 20px 30px;
  border: 1px solid #031FA5;
  text-align: left; }

.line-tsuikabox {
  margin: 20px 0 0;
  padding: 20px;
  border: 1px solid #031FA5;
  text-align: center; }

.hakentouroku-tb01 {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 14px; }

.hakentouroku-head {
  background: #eee;
  font-size: 85%; }
  .hakentouroku-head .head-text {
    margin: 0;
    padding: 1px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 11%; }
  .hakentouroku-head .head-text-02 {
    margin: 0;
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 3%; }
  .hakentouroku-head .head-text-03 {
    margin: 0;
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 6%; }
  .hakentouroku-head .head-text-last {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    width: 17%; }

.hakentouroku-list {
  background: #fff; }
  .hakentouroku-list .head-text {
    margin: 0;
    padding: 5px 3px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 11%;
    vertical-align: middle;
    word-break: break-all; }
  .hakentouroku-list .head-text-02 {
    margin: 0;
    padding: 5px 3px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 3%;
    vertical-align: middle;
    word-break: break-all; }
  .hakentouroku-list .head-text-03 {
    margin: 0;
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    word-break: break-all;
    width: 6%; }
  .hakentouroku-list .head-text-last {
    margin: 0;
    padding: 5px 3px;
    border-bottom: 1px solid #ccc;
    width: 17%;
    vertical-align: middle;
    word-break: break-all; }

@media screen and (max-width: 960px) {
  .hakennumber {
    background: #031FA5;
    color: #fff;
    margin: 0;
    padding: 2px 0;
    float: left;
    width: 20%; }
  .hakendate {
    margin: 8px 0 0 20px;
    padding: 0;
    float: right;
    font-size: 90%; }
  .hakentouroku-tb01 {
    margin: 5px 0 20px;
    padding: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
    width: 100%; }
  .koumoku {
    margin: 0;
    padding: 5px;
    background: #eee;
    width: 40%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle; }
  .haken-list {
    margin: 0;
    padding: 5px 5px 5px 10px;
    width: 60%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    vertical-align: middle; } }

/*ページネーション*/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center; }

.pagination-box {
  display: inline-block; }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #031FA5;
  /* 通常の文字色 */
  background: #eee;
  /* 通常の背景色 */ }

.pagination a:hover {
  color: #fff;
  /* マウスホバー時の文字色 */
  background: #3366cc;
  /* マウスホバー時の背景色 */ }

.pagination .current {
  padding: 10px 15px 10px 15px;
  color: #fff;
  /* 現在のページの文字色 */
  background: #031FA5;
  /* 現在のページの背景色 */ }

@media only screen and (max-width: 960px) {
  .pagination {
    font-size: 16px;
    line-height: 16px; }
  .pagination span, .pagination a {
    padding: 8px 10px 8px 10px; }
  .pagination .current {
    padding: 8px 10px 8px 10px; } }

.cp_ipselect {
  overflow: hidden;
  width: 30%;
  margin: 0;
  text-align: center; }

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.cp_ipselect select::-ms-expand {
  display: none; }

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff; }

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666; }

.custom_password_aria {
  margin: 0;
  padding: 100px 0 0;
  min-height: 300px; }

/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0; }

.u-mt-xsmall {
  margin: 10px 0 0; }

.u-mt-small {
  margin: 20px 0 0; }

.u-mt {
  margin: 30px 0 0; }

.u-mt-large {
  margin: 40px 0 0; }

.u-mt-xlarge {
  margin: 50px 0 0; }

.u-mt-xxlarge {
  margin: 60px 0 0; }

.u-mr-xsmall {
  margin: 0 10px 0 0; }

.u-mr-small {
  margin: 0 20px 0 0; }

.u-mr {
  margin: 0 30px 0 0; }

.u-mr-large {
  margin: 0 40px 0 0; }

.u-mr-xlarge {
  margin: 0 50px 0 0; }

.u-mb-xsmall {
  margin: 0 0 10px 0; }

.u-mb-small {
  margin: 0 0 20px 0; }

.u-mb {
  margin: 0 0 30px 0; }

.u-mb-large {
  margin: 0 0 40px 0; }

.u-mb-xlarge {
  margin: 0 0 50px 0; }

.u-ml-xsmall {
  margin: 0 0 0 10px; }

.u-ml-small {
  margin: 0 0 0 20px; }

.u-ml {
  margin: 0 0 0 30px; }

.u-ml-large {
  margin: 0 0 0 40px; }

.u-ml-xlarge {
  margin: 0 0 0 50px; }

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
  text-align: center; }

.align_r {
  text-align: right; }

.align_l {
  text-align: left; }

.txt12 {
  font-size: 12px;
  font-size: 1.2rem; }

.txt13 {
  font-size: 13px;
  font-size: 1.3rem; }

.txt14 {
  font-size: 14px;
  font-size: 1.4rem; }

.txt15 {
  font-size: 15px;
  font-size: 1.5rem; }

.txt16 {
  font-size: 16px;
  font-size: 1.6rem; }

.txt18 {
  font-size: 18px;
  font-size: 1.8rem; }

.txt20 {
  font-size: 20px;
  font-size: 2.0rem; }

.txt22 {
  font-size: 22px;
  font-size: 2.2rem; }

.txt24 {
  font-size: 24px;
  font-size: 2.4rem; }

.txt26 {
  font-size: 26px;
  font-size: 2.6rem; }

.txt28 {
  font-size: 28px;
  font-size: 2.8rem; }

.txt30 {
  font-size: 30px;
  font-size: 3.0rem; }

.txt32 {
  font-size: 32px;
  font-size: 3.2rem; }

.txt34 {
  font-size: 34px;
  font-size: 3.4rem; }

.txt36 {
  font-size: 36px;
  font-size: 3.6rem; }

.txt38 {
  font-size: 38px;
  font-size: 3.8rem; }

.txt40 {
  font-size: 40px;
  font-size: 4.0rem; }

.txt46 {
  font-size: 46px;
  font-size: 4.6rem; }

.flo_l {
  float: left; }

.flo_r {
  float: right; }

.cboth {
  clear: both; }

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a {
  color: #000; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important; }

.link01 a {
  color: #031FA5; }

.link01 a:hover {
  color: #031FA5;
  text-decoration: underline; }

/* ----------------------------------------------------------------------
テキストマーカー
---------------------------------------------------------------------- */
span.ylw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00));
  background: -webkit-linear-gradient(transparent 60%, #FFFF00 60%);
  background: -o-linear-gradient(transparent 60%, #FFFF00 60%);
  background: linear-gradient(transparent 60%, #FFFF00 60%); }

/* ----------------------------------------------------------------------
エフェクト　表示
---------------------------------------------------------------------- */
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s; }

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

/* ----------------------------------------------------------------------
 header - ヘッダー設定
---------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  color: #000;
  z-index: 9999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5); }
  #header .inbox {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    text-align: left; }
  #header .h-logoarea {
    margin: 2px 0 0 0;
    padding: 0;
    text-align: left;
    float: left;
    vertical-align: top; }
  #header .h-icon {
    margin: -15px 0 0 25px;
    padding: 0;
    float: right; }
  #header .hcontactbtn {
    width: 170px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    outline: none;
    background-color: #031FA5;
    color: #fff;
    font-size: 16px;
    margin: -25px 0 0;
    float: right;
    border: 1px solid #031FA5; }
  #header .hcontactbtn,
  #header .hcontactbtn::before,
  #header .hcontactbtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  #header .hcontactbtn:hover {
    background-color: #fff;
    color: #031FA5;
    border: 1px solid #031FA5; }
  #header .hregistbtn {
    float: right;
    width: 200px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    outline: none;
    background-color: #FFFF00;
    color: #031FA5;
    font-size: 15px;
    margin: -25px 0 0;
    border: 1px solid #FFFF00; }
  #header .hregistbtn,
  #header .hregistbtn::before,
  #header .hregistbtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  #header .hregistbtn:hover {
    background-color: #fff;
    color: #031FA5;
    border: 1px solid #031FA5; }
  #header .gnavi {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: normal;
    margin: 0; }
  #header .gnavi * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #header .gnavi * a {
      position: relative;
      display: inline-block;
      text-decoration: none; }
    #header .gnavi * a:hover {
      color: #000; }
    #header .gnavi * a::after {
      position: absolute;
      bottom: -1px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #000;
      color: #000;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    #header .gnavi * a:hover::after {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  #header .gnavi li {
    display: inline-block;
    list-style: none;
    margin: 0 40px;
    padding: 0; }

#header.thin {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ddd; }
  #header.thin .h-logoarea {
    margin: 2px 0 0;
    padding: 0;
    float: left;
    width: 200px;
    vertical-align: top;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  #header.thin .h-rightbox {
    margin: 0;
    padding: 5px 0 0;
    width: 800px;
    float: right;
    text-align: right; }
    #header.thin .h-rightbox .fa-file-alt, #header.thin .h-rightbox .fa-envelope {
      margin: 0 15px 0 0;
      padding: 0; }
    #header.thin .h-rightbox .tel {
      margin: 0;
      padding: 0 0 0 35px;
      font-size: 36px;
      font-weight: 700;
      text-align: left;
      width: 300px;
      display: inline-block;
      background: url("../images/icon-tel.svg") no-repeat;
      height: 50px;
      background-position: 0 2px;
      line-height: 1.0;
      vertical-align: middle; }
    #header.thin .h-rightbox .telatt {
      margin: 0;
      padding: 0;
      line-height: 1.2;
      font-size: 12px;
      text-align: center;
      font-weight: 400; }
  #header.thin .hcontactbtn {
    display: inline-block;
    width: 170px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    outline: none;
    background-color: #031FA5;
    color: #fff;
    font-size: 16px; }
  #header.thin .hcontactbtn,
  #header.thin .hcontactbtn::before,
  #header.thin .hcontactbtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  #header.thin .hcontactbtn:hover {
    background-color: #fff;
    color: #031FA5;
    border: 1px solid #031FA5; }
  #header.thin .hregistbtn {
    display: inline-block;
    width: 200px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    outline: none;
    background-color: #FFFF00;
    color: #031FA5;
    font-size: 15px;
    border: 1px solid #FFFF00; }
  #header.thin .hregistbtn,
  #header.thin .hregistbtn::before,
  #header.thin .hregistbtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  #header.thin .hregistbtn:hover {
    background-color: #fff;
    color: #031FA5;
    border: 1px solid #031FA5; }
  #header.thin .gnavi {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: normal;
    margin: 0; }
  #header.thin .gnavi * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #header.thin .gnavi * a {
      position: relative;
      display: inline-block;
      text-decoration: none; }
    #header.thin .gnavi * a:hover {
      color: #000; }
    #header.thin .gnavi * a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #000;
      color: #000;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    #header.thin .gnavi * a:hover::after {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  #header.thin .gnavi li {
    display: inline-block;
    list-style: none;
    margin: 0 40px;
    padding: 0; }

@media screen and (max-width: 960px) {
  .spheader {
    z-index: 997; }
  .sp-logo {
    margin: 0 0 0 10px;
    padding: 0;
    max-width: 50%; }
    .sp-logo img {
      width: 100%; }
  .sp-htop-text {
    margin: 5px 0 6px 10px;
    padding: 0;
    text-align: left;
    font-size: 70%; }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 30px;
    z-index: 999; }
  .menu__line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%; }
  .menu__line--center {
    top: 9px; }
  .menu__line--bottom {
    bottom: 0; }
  .menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff; }
  .menu__line--center.active {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #fff; }
  .menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff; }
  /*gnav*/
  .gnav {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 998;
    margin: -75px 0 0; }
  .gnav__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0; }
  .gnav__menu {
    margin: 0 auto;
    padding: 0;
    top: 100px;
    position: absolute;
    left: 0;
    right: 0; }
  .gnav__menu__item {
    margin: 20px 0 40px; }
  .gnav__menu__item a {
    color: #fff;
    font-size: 24px;
    padding: 40px 0;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .gnav__menu__item a:hover {
    color: #666; } }

@media screen and (max-width: 640px) {
  .sp-logo {
    margin: 0 0 0 10px;
    padding: 0;
    max-width: 65%; }
    .sp-logo img {
      width: 100%; } }

/* ----------------------------------------------------------------------
 パンくず
---------------------------------------------------------------------- */
.breadcrumbs-area {
  margin: 0;
  padding: 8px 0;
  background: #f3f3f3;
  width: 100%; }
  .breadcrumbs-area .text {
    margin: 0 auto;
    padding: 0 0 0 10px;
    max-width: 1200px;
    text-align: left;
    font-size: 14px; }
    .breadcrumbs-area .text a:hover {
      text-decoration: underline; }

@media screen and (max-width: 960px) {
  .breadcrumbs-area {
    margin: 0;
    padding: 0; }
    .breadcrumbs-area .text {
      margin: 0 auto;
      padding: 2% 0;
      width: 94%;
      text-align: left;
      font-size: 16px;
      border-top: 1px solid #dfddd4; } }

footer {
  margin-top: 40px; }

footer #backto_top {
  width: 100%;
  height: 60px; }

@media screen and (max-width: 960px) {
  footer #backto_top {
    height: 50px; } }

footer #backto_top a {
  width: 100%;
  height: 60px;
  display: block;
  background-color: #00105d;
  background-image: url(../images/footer_arrow.png);
  background-size: 70px auto;
  background-position: center center;
  background-repeat: no-repeat; }

@media screen and (max-width: 960px) {
  footer #backto_top a {
    height: 50px;
    background-size: 60px auto; } }

.footerbox {
  margin: 0;
  padding: 20px 0 15px;
  background: #f5f5f5; }

.fcontents-01 {
  margin: 0 auto;
  max-width: 1200px; }
  .fcontents-01 .footeradd {
    margin: 0 3% 0 0;
    width: 30%;
    display: inline-block;
    text-align: left;
    vertical-align: top; }
  .fcontents-01 .footermenubox {
    margin: 0;
    width: 65%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    /*.gnavi li:last-child {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}*/ }
    .fcontents-01 .footermenubox .fmenu-01 {
      margin: 0;
      padding: 0;
      width: 170px;
      float: right; }
    .fcontents-01 .footermenubox .fmenu-02 {
      margin: 0 5% 0 0;
      padding: 0;
      width: 180px;
      float: right; }
    .fcontents-01 .footermenubox .gnavi * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .fcontents-01 .footermenubox .gnavi * a {
        position: relative;
        display: inline-block;
        text-decoration: none; }
      .fcontents-01 .footermenubox .gnavi * a:hover {
        color: #000; }
      .fcontents-01 .footermenubox .gnavi * a::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #000;
        color: #000;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .fcontents-01 .footermenubox .gnavi * a:hover::after {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
    .fcontents-01 .footermenubox .gnavi li {
      text-align: left;
      list-style: none;
      margin: 0 0 10px;
      padding: 0 0 0 20px;
      background: url("../images/icon-list.png") no-repeat;
      background-position: 0 5px; }
    .fcontents-01 .footermenubox .gnavi-btm * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 150px 0 0; }
      .fcontents-01 .footermenubox .gnavi-btm * a {
        position: relative;
        display: inline-block;
        text-decoration: none; }
      .fcontents-01 .footermenubox .gnavi-btm * a:hover {
        color: #000; }
      .fcontents-01 .footermenubox .gnavi-btm * a::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #000;
        color: #000;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .fcontents-01 .footermenubox .gnavi-btm * a:hover::after {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
    .fcontents-01 .footermenubox .gnavi-btm li {
      display: inline-block;
      list-style: none;
      margin: 0 5% 0 0;
      padding: 0; }
    .fcontents-01 .footermenubox .gnavi-btm li:last-child {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }

.copyright-area {
  margin: 0;
  padding: 10px 0;
  background: #fff;
  color: #000;
  font-size: 14px; }

@media screen and (max-width: 960px) {
  .spfooterbox {
    margin: 0;
    padding: 0 3% 5%;
    background: #f5f5f5; }
  .footermenubox ul li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 110%; }
  .footer-copyright-box {
    margin: 0;
    padding: 5px 0;
    background: #fff;
    font-size: 90%;
    width: 100%; } }

.ywl-button {
  display: inline-block;
  width: 400px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  background-color: #FFFF00;
  color: #031FA5;
  border: 1px solid #FFFF00;
  border-radius: 8px;
  font-size: 24px; }

.ywl-button::before,
.ywl-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.ywl-button,
.ywl-button::before,
.ywl-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.ywl-button:hover {
  background-color: #fff;
  border: 1px solid #031FA5;
  color: #031FA5; }

@media screen and (max-width: 960px) {
  .ywl-button {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    background-color: #FFFF00;
    color: #031FA5;
    border: 1px solid #FFFF00;
    border-radius: 8px;
    font-size: 22px; } }

.bl-button {
  display: inline-block;
  width: 400px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  background-color: #031FA5;
  color: #fff;
  border: 1px solid #031FA5;
  border-radius: 8px;
  font-size: 24px; }

.bl-button::before,
.bl-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.bl-button,
.bl-button::before,
.bl-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.bl-button:hover {
  background-color: #fff;
  border: 1px solid #031FA5;
  color: #031FA5; }

@media screen and (max-width: 960px) {
  .bl-button {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    background-color: #031FA5;
    color: #fff;
    border: 1px solid #031FA5;
    border-radius: 8px;
    font-size: 22px; } }

.pagebottom-button {
  display: inline-block;
  width: 400px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  background-color: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 20px; }

.pagebottom-button::before,
.pagebottom-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.pagebottom-button,
.pagebottom-button::before,
.pagebottom-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.pagebottom-button:hover {
  background-color: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 960px) {
  .pagebottom-button {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    background-color: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 20px; } }

.pageline-button {
  display: inline-block;
  width: 500px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
  background-color: #27C301;
  color: #fff;
  border: 1px solid #27C301;
  border-radius: 8px;
  font-size: 30px; }

.pageline-button::before,
.pageline-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ""; }

.pageline-button,
.pageline-button::before,
.pageline-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.pageline-button:hover {
  color: #27C301;
  background-color: #fff;
  border: 1px solid #27C301; }

@media screen and (max-width: 960px) {
  .pageline-button {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    background-color: #27C301;
    color: #fff;
    border: 1px solid #27C301;
    border-radius: 8px;
    font-size: 22px; } }

.pg-contact-button {
  display: inline-block;
  width: 400px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  background-color: #031FA5;
  color: #fff;
  border: 1px solid #031FA5;
  border-radius: 8px;
  font-size: 24px; }

.pg-contact-button::before,
.pg-contact-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.pg-contact-button,
.pg-contact-button::before,
.pg-contact-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.pg-contact-button:hover {
  background-color: #fff;
  border: 1px solid base-color-blue;
  color: #031FA5; }

@media screen and (max-width: 960px) {
  .pg-contact-button {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    background-color: #031FA5;
    color: #fff;
    border: 1px solid #031FA5;
    border-radius: 8px;
    font-size: 22px; } }

/* ----------------------------------------------------------------------
　ページトップへ設定
------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 10px;
  font-size: 77%;
  z-index: 10; }

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block; }

#page-top a:hover {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  #sp-page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 9;
    margin: 0; }
  #sp-page-top a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 0;
    text-align: center;
    display: block; }
  #sp-page-top a:hover {
    text-decoration: none; }
  #sp-page-top img {
    width: 100%; } }

.top-heading-01 {
  margin: 0;
  padding: 0 0 60px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3;
  background: url("../images/line-heading.png") no-repeat;
  background-position: center bottom; }

@media screen and (max-width: 960px) {
  .top-heading-01 {
    margin: 0;
    padding: 0 0 60px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    background: url("../images/line-heading.png") no-repeat;
    background-position: center bottom; } }

.top-heading-02 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
  color: #FFFF00; }

@media screen and (max-width: 1084px) {
  .top-heading-02 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFF00; } }

@media screen and (max-width: 960px) {
  .top-heading-02 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFF00; } }

.top-heading-03 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
  color: #031FA5; }

.top-heading-line {
  margin: 0;
  padding: 0;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
  color: #27C301; }

@media screen and (max-width: 960px) {
  .top-heading-line {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #27C301; } }

.haken-heading-01 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #031FA5; }

.section-heading-01 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  color: #031FA5;
  font-size: 32px; }

.section-heading-01:before, .section-heading-01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #031FA5; }

.section-heading-01:before {
  left: 0; }

.section-heading-01:after {
  right: 0; }

@media screen and (max-width: 640px) {
  .section-heading-01 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #031FA5;
    font-size: 28px; }
  .section-heading-01:before, .section-heading-01:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #031FA5; }
  .section-heading-01:before {
    left: 0; }
  .section-heading-01:after {
    right: 0; } }

.kigyou-heading {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #031FA5; }

@media screen and (max-width: 640px) {
  .kigyou-heading {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    color: #031FA5; } }

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text10 {
  font-size: 10%; }

.text20 {
  font-size: 20%; }

.text30 {
  font-size: 30%; }

.text40 {
  font-size: 40%; }

.text50 {
  font-size: 50%; }

.text60 {
  font-size: 60%; }

.text70 {
  font-size: 70%; }

.text80 {
  font-size: 80%; }

.text90 {
  font-size: 90%; }

.text100 {
  font-size: 100%; }

.text110 {
  font-size: 110%; }

.text120 {
  font-size: 120%; }

.text130 {
  font-size: 130%; }

.text140 {
  font-size: 140%; }

.text150 {
  font-size: 150%; }

.text160 {
  font-size: 160%; }

.text170 {
  font-size: 170%; }

.text180 {
  font-size: 180%; }

.text190 {
  font-size: 190%; }

.text200 {
  font-size: 200%; }

.text210 {
  font-size: 210%; }

.text220 {
  font-size: 220%; }

.text250 {
  font-size: 250%; }

.text300 {
  font-size: 300%; }

.text400 {
  font-size: 400%; }

.text-bd {
  font-weight: 700; }

.text-normal {
  font-weight: 400; }

.text-ud {
  text-decoration: underline; }

.blue {
  color: #031FA5; }

.red {
  color: #ff0000; }
