
/* 全体設定
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


body {
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #000;
  font-weight: 400;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

.lenis-stopped {
  overflow-y: hidden;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: .3s all ease;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
}
a[target="_blank"] {
  display: inline-block;
  position: relative;
}
a[target="_blank"] .icon_blank {
  display: block;
  width: 12px;
  height: 9px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  background: #ffffff;
  position: absolute;
  bottom: 7px;
  right: -20px;
}
a[target="_blank"] .icon_blank:after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  border: 2px solid #333;
  background: #ffffff;
  position: absolute;
  bottom: 1px;
  right: -4px;
}

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
figure {
  margin-bottom: 10px !important;
}
.text-small {
  font-size: 12px;
  line-height: 1.6;
}
.text-medium {
  font-size: 14px;
  line-height: 1.6;
}
.text-large {
  font-size: 18px;
  line-height: 1.6;
}
.text-name {
  font-size: 20px;
  line-height: 1.6;
}
.text-name2 {
  font-size: 14px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}

.text-centerBox{
  text-align: center;
}
@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
border-bottom: 1px solid transparent;
}
}

.table_type01 {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}
.table_type01 th,
.table_type01 td {
  border: 1px solid #333;
  padding: 1.5rem 1rem;
  vertical-align: middle;
  word-break: break-word;
}

.list_square {
  margin: 0 0 50px 0;
}
.list_square li {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  margin: 0 0 12px 0;
  line-height: 2;
  vertical-align: top;
}
.list_square li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 10px;
  width: 12px;
  height: 12px;
  display: block;
  background: #000;
}
.list_square li a {
  color: #196845;
}
.list_square li a:hover {
  color: #000;
}
.flexBox_type1 {
  display: flex;
}
.flexBox_type2 {
  display: flex;
  justify-content: space-between;
}

.spacer100 {
  padding-top: 100px;
  height: auto !important;
}
.spacer90 {
  padding-top: 90px;
  height: auto !important;
}
.spacer80 {
  padding-top: 80px;
  height: auto !important;
}
.spacer70 {
  padding-top: 70px;
  height: auto !important;
}
.spacer60 {
  padding-top: 60px;
  height: auto !important;
}
.spacer50 {
  padding-top: 50px;
  height: auto !important;
}
.spacer40 {
  padding-top: 40px;
  height: auto !important;
}
.spacer30 {
  padding-top: 30px;
  height: auto !important;
}
.spacer20 {
  padding-top: 20px;
  height: auto !important;
}
.spacer10 {
  padding-top: 10px;
  height: auto !important;
}



header {}
header .inner {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #EDEDED;
}
header .inner .logoBox {
  width: 319px;
}
header .inner .asnacc-logoBox {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
}


header .inner .gmenu {
  width: calc(100% - 319px);
  text-align: right;
  margin-top: 15px;
}
header .inner .gmenu li {
  display: inline;
}
header .inner .gmenu li a {
  display: inline-block;
  padding: 10px 12px;
  font-weight: 700;
}
header .inner .gmenu li a:hover,
header .inner .gmenu li.is-open a {
  color: #1A56DB;
}





.top {}


.top .kvArea {
  position: relative;
  width: 100%;
  height: 580px; /* 高さを適切に設定 */
  background-image: url('../img/kv.png'); /* 背景画像のパス */
  background-size: cover; /* 画像を横幅いっぱいに表示 */
  background-position: center; /* 画像を中央に配置 */
  margin-bottom: 200px;
}
.top .kvArea .inner {
  max-width: 1400px;
  width: 100%;
  padding: 180px 20px 0;
  margin: 0 auto;
}
.top .kvArea .inner .title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.top .kvArea .inner .subTitle {
  font-size: 20px;
  margin-bottom: 30px;
}
.top .kvArea .inner .cvBtn {
  color: #ffffff;
  background: #1A56DB;
  border: 1px solid #1A56DB;
  border-radius: 10px;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 58px;
  text-align: center;
}
.top .kvArea .inner .cvBtn:hover {
  color: #1A56DB;
  background: #ffffff;
}

.lower {}


.lower .kvArea {
  position: relative;
  width: 100%;
  height: 360px; /* 高さを適切に設定 */
  background-image: url('../img/kv_lower.png'); /* 背景画像のパス */
  background-size: cover; /* 画像を横幅いっぱいに表示 */
  background-position: center; /* 画像を中央に配置 */
  margin-bottom: 70px;
}
.lower .kvArea .inner {
  max-width: 1240px;
  width: 100%;
  padding: 150px 20px 0;
  margin: 0 auto;
}
.lower .kvArea .inner .title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
}
.lower .contentsArea {}
/*.lower .contentsArea .inner {
  max-width: 1240px;*/
.lower .contentsArea .inner {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}


.lower .contentsArea .inner h2 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.lower .contentsArea .inner h2:before {
  content: "";
  width: 20px;
  height: 4px;
  background: #1A56DB;
  position: absolute;
  left: 0;
  top: 18px;
}
.lower .contentsArea .inner h3 {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
/*  background: linear-gradient(transparent 50%, rgba(201,224,247,0.5) 0%);*/
  display: inline-block;
}
.lower .contentsArea .inner h4 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.lower .contentsArea .inner p {
  margin: 0;
}

.lower .breadcrumbsArea {
  margin-top: 100px;
}
.lower .breadcrumbsArea .inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto;
}
.lower .breadcrumbsArea .inner .breadcrumbs {}
.lower .breadcrumbsArea .inner .breadcrumbs ul {
}
.lower .breadcrumbsArea .inner .breadcrumbs ul li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.lower .breadcrumbsArea .inner .breadcrumbs ul li:after {
  content: ">";
  display: block;
  position: absolute;
  right: 4px;
  top: 0;
}
.lower .breadcrumbsArea .inner .breadcrumbs ul li.current {
  padding-right: 0;
}
.lower .breadcrumbsArea .inner .breadcrumbs ul li.current:after {
  content: none;
}
.lower .breadcrumbsArea .inner .breadcrumbs ul li a {
  color: #929292;
}
.lower .breadcrumbsArea .inner .breadcrumbs ul li a:hover {
  color: #000000;
}


.infoArea {}
.infoArea .inner {
  width: 840px;
  margin: 0 auto 200px;
  position: relative;
}
.infoArea .inner h2 {
  position: absolute;
  left: -180px;
  top: -10px;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #1A56DB;
}
.infoArea .inner dl {
  display: flex;
  flex-wrap: wrap;
}
.infoArea .inner dl dt {
  width: 150px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.infoArea .inner dl dd {
  width: calc(100% - 150px);
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.infoArea .inner dl dd a {
}
.infoArea .inner dl dd a:hover {
  color: #1A56DB;
}
.infoArea .inner .info-index {
  text-align: right;
}
.infoArea .inner .info-index a {
  display: inline-block;
  position: relative;
}
.infoArea .inner .info-index a span {
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  border-top: 1.5px solid #000;
  transition: .3s all ease;
}
.infoArea .inner .info-index a span:after {
  content: "";
  position: absolute;
  right: -3px;
  top: -8px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 1px;
  border-top: 2px solid #000;
  transform: rotate(45deg);
  transition: .3s all ease;
}
.infoArea .inner .info-index a:hover {
  color: #1A56DB;
}
.infoArea .inner .info-index a:hover span {
  border-top: 1.5px solid #1A56DB;
  transition: .3s all ease;
}
.infoArea .inner .info-index a:hover span:after {
  border-top: 2px solid #1A56DB;
  transition: .3s all ease;
}



.bannerArea {
  position: relative;
  width: 100%;
  height: 500px; /* 高さを適切に設定 */
  background-image: url('../img/img_bnr_bk.png'); /* 背景画像のパス */
  background-size: cover; /* 画像を横幅いっぱいに表示 */
  background-position: center; /* 画像を中央に配置 */
}
.bannerArea .inner {
  max-width: 1140px;
  width: 100%;
  padding: 120px 20px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bannerArea .inner .bannerBtn {
  width: calc((100% / 2) - 25px);
  min-height: 100px;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  background: #1A56DB;
  border: 1px solid #1A56DB;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 50px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.bannerArea .inner .bannerBtn svg {
  width: 22px;
  fill: #ffffff;
  margin-left: 20px;
  transition: .3s all ease;
}
.bannerArea .inner .bannerBtn span {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  border-top: 1.5px solid #ffffff;
}
.bannerArea .inner .bannerBtn span:after {
  content: "";
  position: absolute;
  right: -3px;
  top: -8px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 1px;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}



.bannerArea .inner .bannerBtn:hover {
  color: #1A56DB;
  background: #ffffff;
}
.bannerArea .inner .bannerBtn:hover svg {
  fill: #1A56DB;
  transition: .3s all ease;
}
.bannerArea .inner .bannerBtn:hover span {
  border-top: 1.5px solid #1A56DB;
}
.bannerArea .inner .bannerBtn:hover span:after {
  border-top: 2px solid #1A56DB;
}


.table-convention {
  overflow-x: auto;
  margin-bottom: 50px;
}

.table-convention table {
  border-collapse: collapse;
  width: 100%
}

.table-convention td,.table-convention th {
  border: 1px solid #000;
  padding: 10px;
}



.footerArea {
  width: 100%;
  background: #000000;
  color: #fff;
}
.footerArea .inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px 50px;
}
.footerArea .flexBox_footer {
  display: flex;
  margin-bottom: 50px;
}
.footerArea .flexBox_footer .footMenuBox {
  width: calc((100% / 5) - 45px);
}
.footerArea .flexBox_footer .footMenuBox.wide {
  width: calc((100% / 5) - 20px);
}
.footerArea .flexBox_footer .footMenuBox.wide2 {
  width: calc((100% / 5) + 5px);
}
.footerArea .flexBox_footer .footMenuBox.wide3 {
  width: calc((100% / 5) + 30px);
}
.footerArea .flexBox_footer .footMenuBox > li {
  padding-bottom: 15px;
}
.footerArea .flexBox_footer .footMenuBox > li a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footerArea .flexBox_footer .footMenuBox > li a svg {
  width: 17px;
  vertical-align: baseline;
}

.footerArea .flexBox_footer .footMenuBox > li a:hover {
  opacity: 0.6;
  transition: .3s opacity ease;
}
.footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child {
  margin: 10px 0;
}
.footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child li {
  margin-bottom: 5px;
}
.footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child a {
  position: relative;
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.footerArea .footer_address {
  text-align: center;
}
.footerArea .footer_address .title {
  font-size: 28px;
  margin-bottom: 10px;
}
.footerArea .footer_address .address {
  font-size: 14px;
  margin-bottom: 50px;
}
.footerArea .footer_address .address a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footerArea .footer_address .address a:hover {
  border-bottom: 1px solid transparent;
}
.footerArea .footer_address small {
  font-size: 11px;
}

.hamMenuModal {
  display: none;
}










/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}



/* PC　狭めたとき
-----------------------------------------------*/
@media screen and (max-width:1240px) {


  body {
    font-size: 1.4vw;
    line-height: 1.8;
    letter-spacing: 1.5px;
    color: #000;
  }
  figure {
    margin-bottom: 1vw !important;
  }
  .text-small {
    font-size: 1.2vw;
    line-height: 1.6;
  }
  .text-medium {
    font-size: 1.6vw;
    line-height: 1.6;
  }
  .text-large {
    font-size: 2vw;
    line-height: 1.6;
  }
  .text-name {
    font-size: 1.9vw;
    line-height: 1.6;
  }
  .text-name2 {
    font-size: 1.3vw;
    line-height: 1.6;
  }

  .spacer100 {
    padding-top: 10vw;
    height: auto !important;
  }
  .spacer90 {
    padding-top: 9vw;
    height: auto !important;
  }
  .spacer80 {
    padding-top: 8vw;
    height: auto !important;
  }
  .spacer70 {
    padding-top: 7vw;
    height: auto !important;
  }
  .spacer60 {
    padding-top: 6vw;
    height: auto !important;
  }
  .spacer50 {
    padding-top: 5vw;
    height: auto !important;
  }
  .spacer40 {
    padding-top: 4vw;
    height: auto !important;
  }
  .spacer30 {
    padding-top: 3vw;
    height: auto !important;
  }
  .spacer20 {
    padding-top: 2vw;
    height: auto !important;
  }
  .spacer10 {
    padding-top: 1vw;
    height: auto !important;
  }

  header {}
  header .inner {
    padding: .8vw 1.6vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #EDEDED;
  }
  header .inner .logoBox {
    width: 24.5vw;
  }
  header .inner .gmenu {
    width: calc(100% - 24.5vw);
    text-align: right;
    margin-top: 1vw;
  }
  header .inner .gmenu li a {
    display: inline-block;
    padding: 1vw .8vw;
    font-weight: 700;
  }

  .top {}


  .top .kvArea {
    position: relative;
    width: 100%;
    height: 47vw; /* 高さを適切に設定 */
    background-image: url('../img/kv.png'); /* 背景画像のパス */
    background-size: cover; /* 画像を横幅いっぱいに表示 */
    background-position: center; /* 画像を中央に配置 */
    margin-bottom: 15vw;
  }
  .top .kvArea .inner {
    max-width: 1400px;
    width: 100%;
    padding: 15.5vw 1.5vw 0;
    margin: 0 auto;
  }
  .top .kvArea .inner .title {
    font-size: 3.1vw;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 1.3vw;
  }
  .top .kvArea .inner .subTitle {
    font-size: 1.6vw;
    margin-bottom: 2.5vw;
  }
  .top .kvArea .inner .cvBtn {
    color: #ffffff;
    background: #1A56DB;
    border: 1px solid #1A56DB;
    border-radius: 10px;
    display: block;
    width: 16vw;
    height: 5vw;
    line-height: 4.8vw;
    text-align: center;
  }
  .top .kvArea .inner .cvBtn:hover {
    color: #1A56DB;
    background: #ffffff;
  }


  .lower {}


  .lower .kvArea {
    position: relative;
    width: 100%;
    height: 28vw; /* 高さを適切に設定 */
    background-image: url('../img/kv_lower.png'); /* 背景画像のパス */
    background-size: cover; /* 画像を横幅いっぱいに表示 */
    background-position: center; /* 画像を中央に配置 */
    margin-bottom: 7vw;
  }
  .lower .kvArea .inner {
    max-width: 1240px;
    width: 100%;
    padding: 12vw 2vw 0;
    margin: 0 auto;
  }
  .lower .kvArea .inner .title {
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
  }
  .lower .contentsArea {}
  .lower .contentsArea .inner {
    max-width: 1040px;
    width: 100%;
    padding: 0 2vw;
    margin: 0 auto;
  }


  .lower .contentsArea .inner h2 {
    margin: 2vw 0 1vw;
    font-size: 1.8vw;
    font-weight: 700;
    padding-left: 2.6vw;
    position: relative;
  }
  .lower .contentsArea .inner h2:before {
    content: "";
    width: 1.8vw;
    height: 4px;
    background: #1A56DB;
    position: absolute;
    left: 0;
    top: 1.6vw;
  }
  .lower .contentsArea .inner h3 {
    margin: 1vw 0 0;
    font-size: 1.6vw;
    font-weight: 700;
    display: inline-block;
  }
  .lower .contentsArea .inner h4 {
    margin: 1vw 0 0;
    font-size: 1.4vw;
    font-weight: 700;
    position: relative;
  }
  .lower .contentsArea .inner p {
    margin: 0;
  }

  .lower .breadcrumbsArea {
    margin-top: 10vw;
  }
  .lower .breadcrumbsArea .inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 2vw;
    margin: 4vw auto;
  }
  .lower .breadcrumbsArea .inner .breadcrumbs {}
  .lower .breadcrumbsArea .inner .breadcrumbs a {
    color: #929292;
  }
  .lower .breadcrumbsArea .inner .breadcrumbs a:hover {
    color: #000000;
  }



  .infoArea {}
  .infoArea .inner {
    width: 72vw;
    margin: 0 10vw 15vw auto;
    position: relative;
  }
  .infoArea .inner h2 {
    position: absolute;
    left: -14vw;
    top: -1vw;
    font-size: 1.6vw;
    font-weight: 700;
    padding-bottom: .6vw;
    border-bottom: 2px solid #1A56DB;
  }
  .infoArea .inner dl {
    display: flex;
    flex-wrap: wrap;
  }
  .infoArea .inner dl dt {
    width: 12vw;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .infoArea .inner dl dd {
    width: calc(100% - 12vw);
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .infoArea .inner dl dd a {
  }
  .infoArea .inner dl dd a:hover {
    color: #1A56DB;
  }
  .infoArea .inner .info-index {
    text-align: right;
  }
  .infoArea .inner .info-index a {
    display: inline-block;
    position: relative;
  }
  .infoArea .inner .info-index a span {
    display: block;
    position: absolute;
    left: -5vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3.2vw;
    height: 1px;
    border-top: 1.5px solid #000;
    transition: .3s all ease;
  }
  .infoArea .inner .info-index a span:after {
    content: "";
    position: absolute;
    right: -.3vw;
    top: -.8vw;
    bottom: 0;
    margin: auto;
    width: 1.1vw;
    height: 1px;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    transition: .3s all ease;
  }
  .infoArea .inner .info-index a:hover {
    color: #1A56DB;
  }
  .infoArea .inner .info-index a:hover span {
    border-top: 1.5px solid #1A56DB;
    transition: .3s all ease;
  }
  .infoArea .inner .info-index a:hover span:after {
    border-top: 2px solid #1A56DB;
    transition: .3s all ease;
  }



  .bannerArea {
    position: relative;
    width: 100%;
    height: 40vw; /* 高さを適切に設定 */
    background-image: url('../img/img_bnr_bk.png'); /* 背景画像のパス */
    background-size: cover; /* 画像を横幅いっぱいに表示 */
    background-position: center; /* 画像を中央に配置 */
  }
  .bannerArea .inner {
    max-width: 1140px;
    width: 100%;
    padding: 9.5vw 2vw 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bannerArea .inner .bannerBtn {
    width: calc((100% / 2) - 2vw);
    min-height: 8.5vw;
    position: relative;
    font-size: 1.5vw;
    color: #ffffff;
    background: #1A56DB;
    border: 1px solid #1A56DB;
    border-radius: 1vw;
    text-align: center;
    padding: 1vw 0;
    margin-bottom: 4vw;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .bannerArea .inner .bannerBtn svg {
    width: 1.8vw;
    fill: #ffffff;
    margin-left: 1.5vw;
    transition: .3s all ease;
  }
  .bannerArea .inner .bannerBtn span {
    display: block;
    position: absolute;
    right: 1.5vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.8vw;
    height: 1px;
    border-top: 1.5px solid #ffffff;
  }
  .bannerArea .inner .bannerBtn span:after {
    content: "";
    position: absolute;
    right: -.2vw;
    top: -.7vw;
    bottom: 0;
    margin: auto;
    width: .9vw;
    height: 1px;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
  }



  .bannerArea .inner .bannerBtn:hover {
    color: #1A56DB;
    background: #ffffff;
  }
  .bannerArea .inner .bannerBtn:hover svg {
    fill: #1A56DB;
    transition: .3s all ease;
  }
  .bannerArea .inner .bannerBtn:hover span {
    border-top: 1.5px solid #1A56DB;
  }
  .bannerArea .inner .bannerBtn:hover span:after {
    border-top: 2px solid #1A56DB;
  }

  .table-convention {
    overflow-x: auto;
    margin-bottom: 5vw;
  }

  .table-convention table {
    border-collapse: collapse;
    width: 100%
  }

  .table-convention td,.table-convention th {
    border: 1px solid #000;
    padding: 1vw;
  }




  .footerArea {
    width: 100%;
    background: #000000;
    color: #fff;
  }
  .footerArea .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 5vw 3vw;
  }
  .footerArea .flexBox_footer {
    display: flex;
    margin-bottom: 4vw;
  }
  .footerArea .flexBox_footer .footMenuBox {
    width: calc((100% / 5) - 4.5vw);
  }
  .footerArea .flexBox_footer .footMenuBox.wide {
    width: calc((100% / 5) - 2vw);
  }
  .footerArea .flexBox_footer .footMenuBox.wide2 {
    width: calc((100% / 5) + .5vw);
  }
  .footerArea .flexBox_footer .footMenuBox.wide3 {
    width: calc((100% / 5) + 3vw);
  }
  .footerArea .flexBox_footer .footMenuBox > li {
    padding-bottom: 1.2vw;
  }
  .footerArea .flexBox_footer .footMenuBox > li a {
    position: relative;
    font-size: 1.5vw;
    font-weight: 700;
    color: #fff;
  }
  .footerArea .flexBox_footer .footMenuBox > li a svg {
    width: 1.5vw;
    vertical-align: baseline;
  }

  .footerArea .flexBox_footer .footMenuBox > li a:hover {
    opacity: 0.6;
    transition: .3s opacity ease;
  }
  .footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child {
    margin: 1vw 0;
  }
  .footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child li {
    margin-bottom: .5vw;
  }
  .footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child a {
    position: relative;
    padding: 0 0 3px;
    font-size: 1.2vw;
    font-weight: 400;
    color: #fff;
  }
  .footerArea .footer_address {
    text-align: center;
  }
  .footerArea .footer_address .title {
    font-size: 2.3vw;
    margin-bottom: .8vw;
  }
  .footerArea .footer_address .address {
    font-size: 1.1vw;
    margin-bottom: 4vw;
  }
  .footerArea .footer_address small {
    font-size: .9vw;
  }


}






@media screen and (max-width:1000px) {



}



/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/
  body {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 1px;

  }
  figure {
    margin-bottom: 2vw !important;
  }
  .text-small {
    font-size: 2.6vw;
    line-height: 1.6;
  }
  .text-medium {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .text-large {
    font-size: 4.4vw;
    line-height: 1.6;
  }
  .text-name {
    font-size: 5vw;
    line-height: 1.6;
  }
  .text-name2 {
    font-size: 3.8vw;
    line-height: 1.6;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
  }
  strong {
    font-weight: bold;
  }

  .text-centerBox{
    text-align: center;
  }

  .table_type01 {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 6vw;
  }
  .table_type01 th,
  .table_type01 td {
    border: 1px solid #333;
    padding: 1.5rem 1rem;
    vertical-align: middle;
    word-break: break-word;
  }

  a[target="_blank"] {
    display: inline-block;
    position: relative;
  }
  a[target="_blank"] .icon_blank {
    display: block;
    width: 2.8vw;
    height: 2.2vw;
    border-bottom: .4vw solid #333;
    border-left: .4vw solid #333;
    background: #ffffff;
    position: absolute;
    bottom: 1.4vw;
    right: -4vw;
  }
  a[target="_blank"] .icon_blank:after {
    content: "";
    display: block;
    width: 2.8vw;
    height: 2.2vw;
    border: .4vw solid #333;
    background: #ffffff;
    position: absolute;
    bottom: .5vw;
    right: -1vw;
  }


  .list_square {
    margin: 0 0 10vw 0;
  }
  .list_square li {
    position: relative;
    padding: 0 0 0 6vw;
    display: block;
    margin: 0 0 2.4vw 0;
    line-height: 2;
    vertical-align: top;
  }
  .list_square li:before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 2vw;
    width: 2.4vw;
    height: 2.4vw;
    display: block;
    background: #000;
  }
  .list_square li a {
    color: #196845;
  }
  .list_square li a:hover {
    color: #000;
  }
  .flexBox_type1 {
    display: block;
  }
  .flexBox_type2 {
    display: block;
    justify-content: space-between;
  }

  .spacer100 {
    padding-top: 20vw;
  }
  .spacer90 {
    padding-top: 18vw;
  }
  .spacer80 {
    padding-top: 16vw;
  }
  .spacer70 {
    padding-top: 14vw;
  }
  .spacer60 {
    padding-top: 12vw;
  }
  .spacer50 {
    padding-top: 10vw;
  }
  .spacer40 {
    padding-top: 8vw;
  }
  .spacer30 {
    padding-top: 6vw;
  }
  .spacer20 {
    padding-top: 4vw;
  }
  .spacer10 {
    padding-top: 2vw;
  }

  header {}
  header .inner {
    padding: 2vw 2.5vw;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
  }
  header .inner .logoBox {
    width: 57vw;
  }
  header .inner .gmenu {
    display: none;
  }

  .top {}
  .hamMenuBox {
    position: relative;
    margin: 0;
    z-index: 9999;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
  }
  .hamMenuBox .menu01 {
    display: block;
    width: 8vw;
    height: 1px;
    border-top: 2px solid #1A56DB;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .hamMenuBox .menu01:before,
  .hamMenuBox .menu01:after {
    content: "";
    display: block;
    width: 8vw;
    height: 1px;
    border-top: 2px solid #1A56DB;
    position: absolute;
    top: -4.2vw;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .hamMenuBox .menu01:after {
    top: 0;
    bottom: -3.6vw;
  }


  .hamMenuBox .menu02 {
    display: block;
    font-size: 2.4vw;
    position: absolute;
    bottom: -2.5vw;
    letter-spacing: 1px;
  }

  .top .kvArea {
    position: relative;
    width: 100%;
    height: 100vw; /* 高さを適切に設定 */
    background-image: url('../img/kv_sp.png'); /* 背景画像のパス */
    background-size: cover; /* 画像を横幅いっぱいに表示 */
    background-position: center; /* 画像を中央に配置 */
    margin-bottom: 55vw;
  }
  .top .kvArea .inner {
    max-width: 1400px;
    width: 100%;
    padding: 8vw 4vw 0;
    margin: 0 auto;
    text-align: center;
  }
  .top .kvArea .inner .title {
    font-size: 8.4vw;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 3vw;
    line-height: 1.4;
  }
  .top .kvArea .inner .subTitle {
    font-size: 4vw;
    margin-bottom: 56vw;
  }
  .top .kvArea .inner .cvBtn {
    color: #ffffff;
    background: #1A56DB;
    border: 1px solid #1A56DB;
    border-radius: 2vw;
    display: block;
    width: 88vw;
    height: 18vw;
    margin: 0 auto;
    line-height: 17.8vw;
    text-align: center;
  }
  .top .kvArea .inner .cvBtn:hover {
    color: #1A56DB;
    background: #ffffff;
  }


  .lower {}


  .lower .kvArea {
    position: relative;
    width: 100%;
    height: 52vw; /* 高さを適切に設定 */
    background-image: url('../img/kv_lower_sp.png'); /* 背景画像のパス */
    background-size: cover; /* 画像を横幅いっぱいに表示 */
    background-position: center; /* 画像を中央に配置 */
    margin-bottom: 12vw;
  }
  .lower .kvArea .inner {
    max-width: 1240px;
    width: 100%;
    padding: 20vw 4vw 0;
    margin: 0 auto;
  }
  .lower .kvArea .inner .title {
    font-size: 8vw;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1.2;
  }
  .lower .contentsArea {}
  .lower .contentsArea .inner {
    max-width: 1040px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
  }


  .lower .contentsArea .inner h2 {
    margin: 4vw 0 2vw;
    font-size: 4.6vw;
    font-weight: 700;
    padding-left: 6vw;
    position: relative;
  }
  .lower .contentsArea .inner h2:before {
    content: "";
    width: 4vw;
    height: 4px;
    background: #1A56DB;
    position: absolute;
    left: 0;
    top: 3.6vw;
  }
  .lower .contentsArea .inner h3 {
    margin: 2vw 0 0;
    font-size: 4.2vw;
    font-weight: 700;
    display: inline-block;
  }
  .lower .contentsArea .inner h4 {
    margin: 2vw 0 0;
    font-size: 4vw;
    font-weight: 700;
    position: relative;
  }
  .lower .contentsArea .inner p {
    margin: 0;
  }

  .lower .breadcrumbsArea {
    margin-top: 20vw;
  }
  .lower .breadcrumbsArea .inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 5vw;
    margin: 10vw auto;
  }
  .lower .breadcrumbsArea .inner .breadcrumbs {}
  .lower .breadcrumbsArea .inner .breadcrumbs a {
    color: #929292;
  }
  .lower .breadcrumbsArea .inner .breadcrumbs a:hover {
    color: #000000;
  }


  .infoArea {}
  .infoArea .inner {
    width: 100%;
    margin: 0 auto 10vw;
    padding: 0 5vw;
    position: relative;
  }
  .infoArea .inner h2 {
    position: absolute;
    left: 5vw;
    top: -16vw;
    font-size: 5vw;
    font-weight: 700;
    padding-bottom: 1.5vw;
    border-bottom: 2px solid #1A56DB;
  }
  .infoArea .inner dl {
    display: block;
    flex-wrap: wrap;
  }
  .infoArea .inner dl dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 1.5vw;
    padding-bottom: 0;
  }
  .infoArea .inner dl dd {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 6vw;
    padding-bottom: 6vw;
  }
  .infoArea .inner dl dd a {
  }
  .infoArea .inner dl dd a:hover {
    color: #1A56DB;
  }
  .infoArea .inner .info-index {
    text-align: right;
  }
  .infoArea .inner .info-index a {
    display: inline-block;
    position: relative;
  }
  .infoArea .inner .info-index a span {
    display: block;
    position: absolute;
    left: -13vw;
    top: 0;
    bottom: -1vw;
    margin: auto;
    width: 8vw;
    height: 1px;
    border-top: 1.5px solid #000;
    transition: .3s all ease;
  }
  .infoArea .inner .info-index a span:after {
    content: "";
    position: absolute;
    right: -.8vw;
    top: -2vw;
    bottom: 0;
    margin: auto;
    width: 2.5vw;
    height: 1px;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    transition: .3s all ease;
  }
  .infoArea .inner .info-index a:hover {
    color: #1A56DB;
  }
  .infoArea .inner .info-index a:hover span {
    border-top: 1.5px solid #1A56DB;
    transition: .3s all ease;
  }
  .infoArea .inner .info-index a:hover span:after {
    border-top: 2px solid #1A56DB;
    transition: .3s all ease;
  }



  .bannerArea {
    position: relative;
    width: 100%;
    height: 144vw; /* 高さを適切に設定 */
    background-image: url('../img/img_bnr_bk_sp.png'); /* 背景画像のパス */
    background-size: 100% 100%; /* 画像を横幅いっぱいに表示 */
    background-position: center; /* 画像を中央に配置 */
  }
  .bannerArea .inner {
    max-width: 1140px;
    width: 100%;
    padding: 20vw 5vw 0;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bannerArea .inner .bannerBtn {
    width: 100%;
    min-height: 20vw;
    position: relative;
    font-size: 4vw;
    color: #ffffff;
    background: #1A56DB;
    border: 1px solid #1A56DB;
    border-radius: 2vw;
    text-align: center;
    padding: 4vw 18vw 4vw 0;
    margin-bottom: 6vw;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .bannerArea .inner .bannerBtn svg {
    width: 6vw;
    fill: #ffffff;
    margin-left: 4vw;
    transition: .3s all ease;
  }
  .bannerArea .inner .bannerBtn span {
    display: block;
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9vw;
    height: 1px;
    border-top: 1.5px solid #ffffff;
  }
  .bannerArea .inner .bannerBtn span:after {
    content: "";
    position: absolute;
    right: -.8vw;
    top: -1.8vw;
    bottom: 0;
    margin: auto;
    width: 2.5vw;
    height: 1px;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
  }



  .bannerArea .inner .bannerBtn:hover {
    color: #1A56DB;
    background: #ffffff;
  }
  .bannerArea .inner .bannerBtn:hover svg {
    fill: #1A56DB;
    transition: .3s all ease;
  }
  .bannerArea .inner .bannerBtn:hover span {
    border-top: 1.5px solid #1A56DB;
  }
  .bannerArea .inner .bannerBtn:hover span:after {
    border-top: 2px solid #1A56DB;
  }

  .table-convention {
    overflow-x: auto;
    margin-bottom: 10vw;
  }

  .table-convention table {
    border-collapse: collapse;
    width: 100%
  }

  .table-convention td,.table-convention th {
    border: 1px solid #000;
    padding: 2vw;
  }




  .footerArea {
    width: 100%;
    background: #000000;
    color: #fff;
  }
  .footerArea .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 15vw 5vw 10vw;
  }
  .footerArea .flexBox_footer {
    display: block;
    margin-bottom: 10vw;
  }
  .footerArea .flexBox_footer .footMenuBox {
    width: 100%;
  }
  .footerArea .flexBox_footer .footMenuBox.wide {
    width: 100%;
  }
  .footerArea .flexBox_footer .footMenuBox.wide2 {
    width: 100%;
  }
  .footerArea .flexBox_footer .footMenuBox.wide3 {
    width: 100%;
  }
  .footerArea .flexBox_footer .footMenuBox > li {
    padding-bottom: 3vw;
  }
  .footerArea .flexBox_footer .footMenuBox > li a {
    position: relative;
    font-size: 4.5vw;
    font-weight: 700;
    color: #fff;
  }
  .footerArea .flexBox_footer .footMenuBox > li a svg {
    width: 4vw;
    vertical-align: baseline;
  }

  .footerArea .flexBox_footer .footMenuBox > li a:hover {
    opacity: 0.6;
    transition: .3s opacity ease;
  }
  .footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child {
    margin: 2vw 0 6vw;
  }
  .footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child li {
    margin-bottom: 1vw;
  }
  .footerArea .flexBox_footer .footMenuBox > li .footMenuBox_child a {
    position: relative;
    padding: 0 0 .6vw 5vw;
    font-size: 4vw;
    font-weight: 400;
    color: #fff;
  }
  .footerArea .footer_address {
    text-align: center;
  }
  .footerArea .footer_address .title {
    font-size: 6.4vw;
    margin-bottom: 2vw;
  }
  .footerArea .footer_address .address {
    font-size: 3vw;
    margin-bottom: 10vw;
  }
  .footerArea .footer_address small {
    font-size: 2.4vw;
    line-height: 1.6;
    display: block;
  }









  .hamMenuModal {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
  }
  .hamMenuModal .hamMenuModalBox {
    content: "";
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0,0.9);
    overflow-y: auto;
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close {
    position: absolute;
    top: 6vw;
    right: 4vw;
    z-index: 9999;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu01,
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu02 {
    display: block;
    width: 8vw;
    height: 1px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu02 {
    transform: rotate(-45deg);
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu_text {
    color: #fff;
    font-size: 2vw;
    display: block;
    position: absolute;
    bottom: -3vw;
    left: 0;
    right: 0;
    margin: auto;
  }


  .hamMenuModal .hamMenuModalBox .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15vw 1vw 0 5vw;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer {
    display: block;
    padding-bottom: 15vw;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox {
    width: 100%;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox.wide {
    width: 100%;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox.wide2 {
    width: 100%;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox.wide3 {
    width: 100%;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox > li {
    padding-bottom: 3vw;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox > li a {
    position: relative;
    font-size: 4.5vw;
    font-weight: 700;
    color: #fff;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox > li a svg {
    width: 4vw;
    vertical-align: baseline;
  }

  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox > li a:hover {
    opacity: 0.6;
    transition: .3s opacity ease;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox > li .footMenuBox_child {
    margin: 2vw 0 6vw;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox > li .footMenuBox_child li {
    margin-bottom: 1vw;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .footMenuBox > li .footMenuBox_child a {
    position: relative;
    padding: 0 0 .6vw 5vw;
    font-size: 4vw;
    font-weight: 400;
    color: #fff;
  }



  .hamMenuModal .hamMenuModalBox .flexBox_footer .cvBtn {
    color: #ffffff;
    background: #1A56DB;
    border: 1px solid #1A56DB;
    border-radius: 2vw;
    display: block;
    width: 88vw;
    height: 18vw;
    margin: 10vw auto 0;
    line-height: 17.8vw;
    text-align: center;
  }
  .hamMenuModal .hamMenuModalBox .flexBox_footer .cvBtn:hover {
    color: #1A56DB;
    background: #ffffff;
  }





}








