.blueGradation {
  background: linear-gradient(to right, #002896, #7ecdf9);
}
/* #subNaviWrap {
  background: rgba(255, 255, 255, 0.7);
  height: 83px;
  max-width: none !important;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}
#top #subNaviWrap {
  background: rgba(255, 255, 255, 0.7);
}
#subNaviWrap.fixed, #top #subNaviWrap.fixed {
  background: rgba(255, 255, 255, 0.9);
}
#subNavi {
  width: 100%;
  max-width: 1366px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.subNaviM {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 0 20px 0 81px;
  font-size: 16px;
  box-sizing: border-box;
}
.subNaviM li {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.subNaviM li.active::after {
  position: absolute;
  content: "";
  background: #68BFF9;
  width: 100%;
  margin: 0 auto;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 17px;
}
.subNaviM li:nth-of-type(n+2) {
  font-weight: 500;
  width: 23%;
}
.subNaviM a {
  color: #002896;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 83px;
  position: relative;
  box-sizing: border-box;
}
.subNaviM a:hover {
  text-decoration: none;
}
.subNaviM a:hover:after {
  position: absolute;
  content: "";
  background: #68BFF9;
  width: 100%;
  margin: 0 auto;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 17px;
}
#subNaviWrap.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
#subNaviWrap .rightBlock {
  display: flex;
  height: 83px;
}
#subNaviWrap .rightBlock a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  width: 200px;
  color: #fff;
  font-weight: bold;
}
#subNaviWrap .rightBlock a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#subNaviWrap .rightBlock a img {
  padding-bottom: 5px;
  width: 25px;
}
#subNaviWrap .rightBlock .inquiry {
  background-color: #00A0F0;
  border: 1px solid #00A0F0;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-position: center top 20px;
  background-size: 30px;
  padding-top: 37px;
}
#subNaviWrap .rightBlock .reqinfo {
  background-color: #F59600;
  border: 1px solid #F59600;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 23px;
  padding-top: 36px;
}
#subNaviWrap .rightBlock .inquiry:hover {
  background-color: #fff;
  background-image: url(../images/contact_on.svg);
  color: #00A0F0;
  border: 1px solid #00A0F0;
}
#subNaviWrap .rightBlock .reqinfo {
  background-color: #fff;
  background-image: url(../images/download_on.svg);
  color: #F59600;
  border: 1px solid #F59600;
} */
#info {
  margin-top: 30px;
  padding: 40px 0 60px;
}
#info .call a,
#info .call a:visited{
    color:#fff;
    text-decoration:none;
}
#info h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#info .wrap .box02 {
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
#info .wrap .btn {
  width: 480px;
  height: 80px;
  margin: 0 10px;
  position: relative;
}
#info .wrap .btn a span {
  position: relative;
  z-index: 2;
}
#info .wrap .btn a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  text-align: left;
  font-size: 24px;
}
#info .wrap .btn a span {
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #002896;
  border: 2px solid #002896;
  border-radius: 50px;
  padding: 23px 30px 22px 51px;
  font-size: 24px;
}
#info .wrap .btn a:before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00289645;
  border-radius: 50px;
  left: 3px;
  bottom: 0;
  transform: translateY(5px);
  z-index: -1;
}
#info .wrap .btn a:after {
  content: "";
  position: absolute;
  color: #002896;
  z-index: 3;
}
#info .wrap .btn a:hover {
  text-decoration: none;
}
#info .wrap .btn a:hover span {
  background: #CEEDFD;
  transition: all .2s;
}
#info .wrap .btn.contact a span {
  background: #00A0F0;
  color: #fff;
  border: 2px solid #fff;
}
#info .wrap .btn.pamph a span {
  background: #F59600;
  color: #fff;
  border: 2px solid #fff;
}
#info .wrap .btn.contact a:hover span {
  background: #fff;
  color: #00A0F0;
  border: 2px solid #00A0F0;
}
#info .wrap .btn.pamph a:hover span {
  background: #fff;
  color: #F59600;
  border: 2px solid #F59600;
}
#info .wrap .btn.contact a:after {
  content: "";
  position: absolute;
  background: url(../images/contact.svg);
  background-size: cover;
  width: 42px;
  height: 29px;
  top: 25px;
  right: 31px;
  z-index: 3;
}
/* #info .wrap .btn.pamph a:after {
  content: "";
  position: absolute;
  background: url(../images/download.svg);
  background-size: cover;
  width: 34px;
  height: 42px;
  top: 18px;
  right: 34px;
  z-index: 3;
} */
#info .wrap .btn.contact a:hover:after {
  background: url(../images/contact_on.svg);
  background-size: cover;
}
#info .wrap .btn.pamph a:hover:after {
  background: url(../images/download_on.svg);
  background-size: cover;
}
#info .wrap .call {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#info .wrap .call .free_call {
  display: inline-block;
  width: 126px;
  height: 65px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 8px 12px 0;
  margin-top: 25px;
  margin-right: 5px;
  color: #fff;
  box-sizing: border-box;
}
#info .wrap .call .tel {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  padding: 0 10px;
}
#info .wrap .call .time {
  color: #fff;
  border-left: 1px solid #fff;
  padding: 5px 20px;
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
}
#info .wrap .call .tel a, #info .wrap .call .tel a:visited {
  color: #fff;
  text-decoration: none;
}
/*お知らせ枠*/
.fixed ~ #page-trail_wrap {
  padding-top: 80px;
}
.news-list{
  margin: 32px 0;
  padding:24px;
  font-size: 18px;
  border: 1px solid #99A2AB;
  margin: 8px 0 32px;
  padding: 0 24px;
}
.news-list .news-title {
  font-size: 20px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #000;
}
.news-list ul {
  margin-left: 0.8em;
}
.news-list li{
  text-indent: -1.5em;
  padding-left:1em;
  padding-bottom:15px;
}
.exclamation::before {
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(../images/ico-exclamation.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .news-list{
    margin: 32px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .subNaviM {
    padding: 0;
  }
  #subNaviWrap .rightBlock a {
    width: 135px;
  }
}
@media screen and (max-width: 768px) {
  #subNaviWrap {
    height: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    box-shadow: 1px 2px 4px #8d8d8d78;
  }
  .subNaviM {
    width: 100%;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    display: flex;
    height: 100%;
  }
  .subNaviM li:first-of-type {
    width: 100%;
    font-size: 16px;
    height: 100%;
  }
  .subNaviM li:first-of-type a {
    text-align: left;
    padding-left: 24px;
    font-size: 14px;
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
  }
  .subNaviM li:nth-of-type(n+2) {
    width: 100%;
    text-align: center
  }
  .subNaviM li.active::after {
    width: 100px;
    bottom: 6px;
  }
  .subNaviM li:first-child.active::after {
    content: none;
  }
  .subNaviM a {
    display: block;
    height: auto;
    padding: 10px 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .subNaviM a:hover:after {
    content: none;
  }
  .subNaviM a:focus, .subNaviM a:hover {
    outline: none;
  }
  #subNavi {
    justify-content: flex-end;
  }
  #subNaviWrap .rightBlock {
    justify-content: flex-end;
    width: 50%;
    height: 65px;
  }
  #subNaviWrap .rightBlock a {
    width: 40%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  #subNaviWrap .rightBlock a:first-of-type {
    padding-left: 4px;
    padding-right: 4px;
    background-position: center top 8.5px;
    background-size: 16px;
    padding-top: 29px;
    font-size: 11px;
  }
  #subNaviWrap .rightBlock a:last-of-type {
    background-position: center top 10px;
    background-size: 20px;
    padding-top: 23px;
    font-size: 11px;
  }
  .subNaviM li:not(:first-child) {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s;
    height: 0;
  }
  .subNaviM.open li:first-child {
    background: rgba(255, 255, 255, 0.95);
  }
  .subNaviM.open li:not(:first-child) {
    visibility: visible;
    opacity: 1;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 0;
    height: auto;
  }
  .subNaviM li:nth-of-type(n+2) {
    width: 100%;
    text-align: center;
  }
  #sp_menu_btn {
    background: #002897;
    width: 32.3%;
    position: relative;
    z-index: 1000;
    cursor: pointer;
    display: block;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
  }
  #sp_menu_btn.active {
    color: #002896;
  }
  #sp_menu_btn::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -5px;
  }
  #sp_menu_btn.active::after {
    content: '×';
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 38px;
    position: absolute;
    bottom: -5px;
    left: 55%;
    transform: translateX(-55%);
    text-align: center;
    z-index: 100;
    margin-top: 0;
    border-top: none;
    border-right: none;
  }
  #info {
    padding: 30px 20px;
  }
  #info .wrap {
    flex-direction: column;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
  }
  #info h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  #info .wrap .box01 {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  #info .wrap .box01 p:first-of-type {
    font-size: 28px;
  }
  #info .wrap .box01 p:nth-of-type(3) {
    font-size: 50px;
    word-wrap: break-word;
  }
  #info .wrap .box02 {
    width: 100%;
    font-size: 26px;
    display: flex;
    flex-direction: column;
  }
  #info .wrap .btn {
    width: 100%;
    height: auto;
    margin: 10px auto;
    position: relative;
  }
  #info .wrap .btn a span {
    width: 100%;
    padding: 14px 23px;
    font-size: 20px;
  }
  #info .wrap .btn.pamph a:after {
    content: "";
    position: absolute;
    background: url(../images/download.svg);
    background-size: cover;
    width: 25px;
    height: 31px;
    top: 14px;
    right: 23px;
    z-index: 3;
  }
  #info .wrap .btn.contact a:after {
    content: "";
    position: absolute;
    background: url(../images/contact.svg);
    background-size: cover;
    width: 27px;
    height: 19px;
    top: 21px;
    right: 23px;
    z-index: 3;
  }
  #info .wrap .call {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  #info .wrap .call .free_call {
    display: block;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 8px 12px;
    margin-top: 0;
    margin-right: 0;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
    width: auto;
    height: auto;
  }
  #info .wrap .call .tel {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    padding: 0;
    flex: 1;
    padding-left: 20px;
    text-align: center;
    margin: 0;
  }
  #info .wrap .call .time {
    color: #fff;
    border-left: none;
    padding: 0;
    margin-left: 0;
    margin-top: 5px;
    padding-top: 5px;
    border-left: none;
    border-top: 1px solid #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  .subNaviM li:first-of-type a {
    padding-left: 13px;
    font-size: 12px;
  }
  /* 	#subNaviWrap .rightBlock a:first-of-type {
		font-size: 11px;
	} */
  #subNaviWrap .rightBlock a:last-of-type {
    padding-top: 30px;
  }
  #sp_menu_btn {
    font-size: 14px;
  }
}
/* サブナビ追記分 */
#subNavi * {
  box-sizing: border-box;
}

#page-trail_wrap {
  max-width: unset;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 0;
  padding: 13px 0;
}

#top #page-trail_wrap {
  background-color: rgba(255, 255, 255, 0.7);
}

#page-trail_wrap #page-trail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left;
}

#subNaviWrap {
  height: 70px;
  margin-bottom: 0;
}

.subNaviM li:first-child {
  font-size: 18px;
  margin-right: 30px;
}

.subNaviM a {
  height: 70px;
}

#subNaviWrap .rightBlock {
  height: 70px;
}

#subNaviWrap .rightBlock a {
  font-size: 15px;
}

#subNaviWrap .rightBlock a:first-of-type {
  background-position: center tpo 14px;
  background-size: 20px;
}

#subNaviWrap .rightBlock a:last-of-type {
  background-position: center top 19px;
  background-size: 22px;
}

#mainVisual {
  height: 326px;
}
/* 20220909追記 */
#mainVisual h1 {
  margin-top: 33px;
}
.subNaviM li.active::after {
  bottom: 12px;
}
.subNaviM a:hover::after {
  bottom: 12px;
}
/* #subNaviWrap {
  box-shadow: none;
}
#subNaviWrap.fixed,
#top #subNaviWrap.fixed {
  box-shadow: 0 0 6px #00000029;
} */
/* 追記ここまで */
