@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap");
body {
  min-width: 100%;
  width: 100%;
  font-size: 15px;
  line-height: 1.5
}
.main {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif;
  color: #000;
  padding: 0
}
a[href^="tel:"] {
  pointer-events: none
}
@media screen and (max-width: 640px) {
  a[href^="tel:"] {
    pointer-events: visible
  }
}
.lq {
  display: none
}
@media screen and (max-width: 950px) {
  .lq {
    display: block
  }
}
.mq {
  display: none
}
@media screen and (max-width: 950px) {
  .mq {
    display: block
  }
}
.sq {
  display: none
}
@media screen and (max-width: 640px) {
  .sq {
    display: block
  }
}
.sqnone {
  display: block
}
@media screen and (max-width: 640px) {
  .sqnone {
    display: none
  }
}
.mqnone {
  display: block
}
@media screen and (max-width: 950px) {
  .mqnone {
    display: none
  }
}
.mqsq {
  display: none
}
@media screen and (max-width: 950px) {
  .mqsq {
    display: block
  }
}
@media screen and (max-width: 640px) {
  .mqsq {
    display: block
  }
}
ol, ul {
  list-style: none;
  padding: 0px;
  margin: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
a {
  text-decoration: none;
  outline: none
}
a:hover {
  text-decoration: none
}
.clearfix {
  zoom: 1
}
.clearfix:after {
  content: "";
  display: block;
  clear: both
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
h2 {
  background: none;
  font-size: auto;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: none;
  line-height: 1.5;
  margin: 0;
  padding: 0
}
p {
  line-height: 2
}
@media screen and (max-width: 640px) {
  p {
    line-height: 1.8
  }
}
.common-ttl {
  font-size: 56px;
  margin-bottom: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  padding-bottom: 30px;
  position: relative;
  color: #000;
  line-height: 1.4
}
@media screen and (max-width: 640px) {
  .common-ttl {
    font-size: 36px;
    margin-bottom: 30px;
    padding-bottom: 20px
  }
}
.common-ttl:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 10px;
  background: #FCEC4F;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px)
}
@media screen and (max-width: 640px) {
  .common-ttl:before {
    width: 80px;
    height: 6px;
    left: calc(50% - 40px)
  }
}
.common-ttl .middle {
  font-size: 36px
}
@media screen and (max-width: 640px) {
  .common-ttl .middle {
    font-size: 26px
  }
}
.common-ttl .small {
  font-size: 28px
}
@media screen and (max-width: 640px) {
  .common-ttl .small {
    font-size: 22px
  }
}
.btn-more {
  display: block;
  width: 560px;
  height: 90px;
  font-size: 26px;
  text-align: center;
  color: #fff !important;
  background: #57BB5A;
  border: 1px solid #57BB5A;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3)
}
@media screen and (max-width: 640px) {
  .btn-more {
    width: 100%;
    height: 80px;
    font-size: 20px
  }
}
.btn-more:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 15px;
  background: url(../img/icon_arrow.png);
  background-size: 100% 100%
}
@media screen and (max-width: 640px) {
  .btn-more:before {
    top: 28%
  }
}
.btn-more:hover {
  opacity: 0.7
}
.txt-link {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #132B88;
  text-decoration: underline !important;
  display: block
}
@media screen and (max-width: 640px) {
  .txt-link {
    font-size: 15px
  }
}
.container {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width: 640px) {
  .container {
    width: 90%
  }
}
.container-s {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width: 640px) {
  .container-s {
    width: 90%
  }
}
.header {
  width: 100%
}
.header-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 50px
}
@media screen and (max-width: 640px) {
  .header-inr {
    padding: 20px 10px
  }
}
.header .h-logo {
  width: 264px
}
@media screen and (max-width: 640px) {
  .header .h-logo {
    width: 40%
  }
}
.header .h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 640px) {
  .header .h-right {
    display: none
  }
}
.header .h-btn {
  display: block;
  width: 170px;
  padding: 10px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: #57BB5A;
  border: 1px solid #57BB5A;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif;
  border-radius: 100px;
  margin: 0 5px;
  font-weight: bold
}
.header .h-btn:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  top: 28%;
  right: 10px;
  background: url(../img/icon_arrow_s.png);
  background-size: 100% 100%
}
.header .h-btn:nth-child(2) {
  background: #FFEB02;
  border: 1px solid #FFEB02;
  color: #000
}
.header .h-btn:nth-child(2):before {
  background: url(../img/icon_arrow_bk.png);
  background-size: 100% 100%
}
.header .h-btn:hover {
  opacity: 0.7
}
.header .h-tel {
  margin-left: 20px
}
.header .h-note {
  font-size: 11px;
  line-height: 1.2
}
.mv {
  background: -webkit-gradient(linear, left top, right bottom, from(#FFEFC3), to(#fff));
  background: linear-gradient(to bottom right, #FFEFC3, #fff);
  border-top: 8px solid #FDD100;
  -o-border-image: linear-gradient(to right, #FDD100 0%, #FC7802 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#FDD100), to(#FC7802));
  border-image: linear-gradient(to right, #FDD100 0%, #FC7802 100%);
  border-image-slice: 1
}
.mv-inr {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: block;
  background-image: url("../img/mv_img_0908.png");
  background-repeat: no-repeat;
  background-position: right bottom
}
@media screen and (max-width: 640px) {
  .mv-inr {
    background: none
  }
}
.mv-desc {
  width: 45%;
  padding: 50px 0 55px
}
@media screen and (max-width: 640px) {
  .mv-desc {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0
  }
}
.cta {
  padding: 40px 0 50px;
  background: -webkit-gradient(linear, left top, right bottom, from(#FDD100), to(#FC7802));
  background: linear-gradient(to bottom right, #FDD100, #FC7802)
}
@media screen and (max-width: 640px) {
  .cta {
    padding: 40px 0
  }
}
.cta-ttl {
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  letter-spacing: 5px
}
@media screen and (max-width: 640px) {
  .cta-ttl {
    font-size: 40px
  }
}
.cta-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 640px) {
  .cta-desc {
    display: block
  }
}
.cta-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.cta-icon {
  -webkit-box-flex: 0.1;
  -ms-flex: 0.1;
  flex: 0.1
}
@media screen and (max-width: 640px) {
  .cta-icon {
    width: 10%;
    margin: 0 auto
  }
}
.cta-note {
  font-size: 12px;
  color: #fff;
  margin: 0 0 30px 15px;
  line-height: 1.6
}
@media screen and (max-width: 640px) {
  .cta-note {
    margin: 0 0 20px 15px
  }
}
.cta-txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  line-height: 1.6
}
@media screen and (max-width: 640px) {
  .cta-txt {
    font-size: 15px
  }
}
.sec01 {
  padding: 70px 0 40px;
  position: relative
}
@media screen and (max-width: 640px) {
  .sec01 {
    padding: 50px 0 0
  }
}
.sec01:after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0;
  background-image: url(../img/sec01_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 80px;
  z-index: 1
}
.sec01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 40px
}
@media screen and (max-width: 640px) {
  .sec01-list {
    display: block;
    margin: 60px auto 30px
  }
}
.sec01-list .list-item {
  width: 50%;
  padding: 0 0 40px;
  background: #999;
  position: relative
}
@media screen and (max-width: 640px) {
  .sec01-list .list-item {
    width: 100%;
    display: grid;
    padding: 0 0 30px
  }
}
@media screen and (max-width: 640px) {
  .sec01-list .list-item:first-child {
    margin-bottom: 80px
  }
}
.sec01-list .list-item:first-child:before {
  content: '';
  position: absolute;
  left: -50px;
  top: -40px;
  display: block;
  width: 103px;
  height: 113px;
  background: url(../img/sec01_icon01.png) no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 640px) {
  .sec01-list .list-item:first-child:before {
    width: 20%;
    height: 6%;
    left: -20px
  }
}
.sec01-list .list-item:first-child .list-subttl {
  color: #999;
  border: solid 2px #999
}
.sec01-list .list-item:last-child {
  background: #FC7D23
}
.sec01-list .list-item:last-child:before {
  content: '';
  position: absolute;
  right: -50px;
  top: -60px;
  display: block;
  width: 107px;
  height: 114px;
  background: url(../img/sec01_icon03.png) no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 640px) {
  .sec01-list .list-item:last-child:before {
    right: -10px;
    width: 22%;
    height: 6%
  }
}
.sec01-list .list-item:last-child:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -40px;
  display: block;
  width: 102px;
  height: 102px;
  background: url(../img/sec01_icon04.png) no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 640px) {
  .sec01-list .list-item:last-child:after {
    right: 0;
    width: 23%;
    height: 6%;
    bottom: -30px
  }
}
.sec01-list .list-item:last-child .list-subttl {
  color: #FC7D23;
  border: solid 2px #FC7D23
}
.sec01-list .list-item:last-child .list-ttl {
  position: relative
}
.sec01-list .list-item:last-child .list-ttl:before {
  content: '';
  position: absolute;
  left: 60px;
  top: 0;
  display: block;
  width: 44px;
  height: 43px;
  background: url(../img/sec01_icon02.png) no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 640px) {
  .sec01-list .list-item:last-child .list-ttl:before {
    left: 10px
  }
}
.sec01-list .list-item:last-child .list-txt {
  position: relative
}
.sec01-list .list-item:last-child .list-txt:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -30px;
  display: block;
  width: 44px;
  height: 43px;
  background: url(../img/sec01_icon02.png) no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 640px) {
  .sec01-list .list-item:last-child .list-txt:before {
    left: -10px;
    top: -35px
  }
}
.sec01-list .list-subttl {
  font-size: 20px;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  margin-top: -30px;
  width: 60%;
  margin: -20px auto 0
}
@media screen and (max-width: 640px) {
  .sec01-list .list-subttl {
    font-size: 18px
  }
}
.sec01-list .list-ttl {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 2px
}
@media screen and (max-width: 640px) {
  .sec01-list .list-ttl {
    font-size: 30px
  }
}
.sec01-list .list-box {
  border-radius: 20px;
  background: #fff;
  padding: 30px 25px;
  margin: 0 30px 50px
}
@media screen and (max-width: 640px) {
  .sec01-list .list-box {
    padding: 20px 15px;
    margin: 0 15px 40px
  }
}
.sec01-list .list-box img {
  margin: 0 auto;
  text-align: center;
  display: block
}
.sec01-list .list-box img:not(:last-child) {
  margin-bottom: 20px
}
.sec01-list .list-txt {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative
}
@media screen and (max-width: 640px) {
  .sec01-list .list-txt {
    font-size: 20px
  }
}
.sec01-list .list-txt:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 18px solid #fff;
  border-bottom-width: 0
}
.sec01-txt {
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 36px;
  text-align: center;
  line-height: 1.5
}
@media screen and (max-width: 640px) {
  .sec01-txt {
    font-size: 24px
  }
}
.sec01-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCEC4F));
  background: linear-gradient(transparent 60%, #FCEC4F 60%);
  padding-bottom: 3px
}
.sec02 {
  background: #FFF4C1;
  padding: 140px 0 80px;
  position: relative
}
@media screen and (max-width: 640px) {
  .sec02 {
    padding: 120px 0 60px
  }
}
.sec02 .common-ttl:before {
  background: #FDB101
}
.sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px
}
@media screen and (max-width: 640px) {
  .sec02-list {
    display: block;
    margin-bottom: 30px
  }
}
.sec02-list .list-item {
  width: 48%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 640px) {
  .sec02-list .list-item {
    width: 100%
  }
}
.sec02-list .list-item:nth-child(n+3) {
  margin-top: 30px
}
@media screen and (max-width: 640px) {
  .sec02-list .list-item:nth-child(n+3) {
    margin-top: 0
  }
}
@media screen and (max-width: 640px) {
  .sec02-list .list-item:not(:last-child) {
    margin-bottom: 30px
  }
}
.sec02-list .list-ttl {
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#FDD100), to(#FC7802));
  background: linear-gradient(to bottom right, #FDD100, #FC7802)
}
@media screen and (max-width: 640px) {
  .sec02-list .list-ttl {
    font-size: 22px;
    padding: 15px
  }
}
.sec02-list .list-img img {
  width: 100%
}
.sec02-list .list-txt {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px
}
.sec02 .btn-more {
  margin-bottom: 15px
}
.sec03 {
  background: #F7F8FA;
  padding: 70px 0
}
@media screen and (max-width: 640px) {
  .sec03 {
    padding: 60px 0
  }
}
.sec03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}
@media screen and (max-width: 640px) {
  .sec03-list {
    display: block
  }
}
.sec03-list .list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media screen and (max-width: 640px) {
  .sec03-list .list-item {
    width: 84%;
    margin: 0 auto
  }
}
.sec03-txt {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px
}
@media screen and (max-width: 640px) {
  .sec03-txt {
    font-size: 22px;
    margin-bottom: 20px
  }
}
.sec03-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCEC4F));
  background: linear-gradient(transparent 60%, #FCEC4F 60%);
  padding-bottom: 3px
}
.contactbox {
  padding: 40px 0
}
@media screen and (max-width: 640px) {
  .contactbox {
    padding: 30px 0 40px
  }
}
.contact {
  background-color: #fff;
  max-width: 870px;
  width: 90%;
  margin: 0 auto
}
.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin: 0 auto 30px
}
@media screen and (max-width: 950px) {
  .contact-btn {
    width: 100%;
    display: block
  }
}
@media screen and (max-width: 640px) {
  .contact-btn {
    width: 100%;
    display: block
  }
}
.contact-inr {
  border: solid #1F2180 3px;
  text-align: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width: 640px) {
  .contact-inr {
    width: 100%;
    margin: 0 auto;
    padding: 20px
  }
}
.contact-ttl {
  font-size: 20px;
  font-weight: bold
}
@media screen and (max-width: 640px) {
  .contact-ttl {
    font-size: 16px;
    line-height: 1.4
  }
}
.contact-time {
  font-size: 14px
}
#footBody {
  padding: 30px 15px
}
@media screen and (max-width: 640px) {
  #footBody {
    padding: 30px 15px 70px
  }
}
#footBody .copyright {
  max-width: 400px;
  width: 100%;
  color: #fff
}
@media screen and (max-width: 950px) {
  #footBody .copyright {
    float: none;
    margin: 0 auto;
    text-align: center
  }
}
@media screen and (max-width: 640px) {
  #footBody .copyright {
    float: none;
    text-align: center
  }
}
#footBody .fLink {
  font-size: 13px
}
@media screen and (max-width: 950px) {
  #footBody .fLink {
    font-size: 10px
  }
}
@media screen and (max-width: 640px) {
  #footBody .fLink {
    font-size: 10px
  }
}
@media screen and (max-width: 640px) {
  #footBody .fLink a {
    padding: 0 6px 0 6px
  }
}
#footBody #dnn_FootPane {
  text-align: center
}
#footBody #footUtility {
  width: auto
}
@media screen and (max-width: 950px) {
  #footBody #footUtility {
    float: none
  }
}
@media screen and (max-width: 640px) {
  #footBody #footUtility {
    float: none
  }
}
#footBody #footWrap {
  max-width: 950px;
  width: 100%
}
.btn-following {
  display: none
}
@media screen and (max-width: 640px) {
  .btn-following {
    top: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 1000
  }
  .btn-following-inr {
    width: 100%;
    text-align: center
  }
  .btn-following li {
    background: #57BB5A;
    border: none;
    border-radius: 0;
    width: 50%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .btn-following li:last-child {
    background: #FFEB02
  }
  .btn-following li:last-child a {
    color: #000
  }
  .btn-following li:last-child a:before {
    background: url(../img/icon_arrow_bk.png);
    background-size: 100% 100%
  }
  .btn-following li a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif
  }
  .btn-following li a:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    top: 8%;
    right: 10px;
    background: url(../img/icon_arrow_s.png);
    background-size: 100% 100%
  }
  .btn-following li:not(:last-child) {
    border-right: 1px solid #E6E6E6
  }
}
.cont_application {
  padding: 34px 0 50px
}
.cont_application .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto
}
@media screen and (max-width: 950px) {
  .cont_application .btn-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin-bottom: 0px
  }
  .cont_application .btn-flex .section-btn:not(:last-child) {
    margin-bottom: 20px
  }
}
@media screen and (max-width: 640px) {
  .cont_application .btn-flex {
    display: block;
    width: 100%
  }
}
.cont_application .btn-flex .section-btn:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px
}
@media screen and (max-width: 640px) {
  .cont_application .btn-flex .section-btn:not(:last-child) {
    margin-right: 0
  }
}
.cont_application .btn-flex a {
  width: 270px;
  background: #232289;
  color: #fff;
  -webkit-box-shadow: 0px 6px 0px 0px #010236;
  box-shadow: 0px 6px 0px 0px #010236
}
@media screen and (max-width: 640px) {
  .cont_application .btn-flex a {
    width: 100%
  }
}
.cont_application .btn-flex a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}
.cont_application .btn-flex a:hover {
  -webkit-box-shadow: 0px 6px 0px 0px #232289;
  box-shadow: 0px 6px 0px 0px #232289
}
.cont_search {
  background: #232289;
  padding: 34px 0 50px
}
.cont_search h2 {
  color: #fff
}
.cont_search h2::before {
  background: #fff
}
.cont_search .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto
}
@media screen and (max-width: 640px) {
  .cont_search .btn-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 320px;
    margin-bottom: 0px
  }
  .cont_search .btn-flex .section-btn:not(:last-child) {
    margin-bottom: 20px
  }
}
.cont_search .btn-flex .section-btn:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px
}
@media screen and (max-width: 640px) {
  .cont_search .btn-flex .section-btn:not(:last-child) {
    margin-right: 0
  }
}
.cont_search .btn-flex a {
  width: 170px;
  background: #fff;
  color: #232289;
  -webkit-box-shadow: 0px 6px 0px 0px #ADADAD;
  box-shadow: 0px 6px 0px 0px #ADADAD
}
@media screen and (max-width: 640px) {
  .cont_search .btn-flex a {
    width: 150px
  }
}
.cont_search .btn-flex a:after {
  border-top: 2px solid #232289;
  border-right: 2px solid #232289
}
.cont_search .btn-flex a:hover {
  -webkit-box-shadow: 0px 6px 0px 0px #232289;
  box-shadow: 0px 6px 0px 0px #232289
}
.section-btn {
  text-align: center
}
.section-btn a {
  display: block;
  width: 360px;
  height: 70px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  background: #232289;
  -webkit-box-shadow: 0px 6px 0px 0px #010036;
  box-shadow: 0px 6px 0px 0px #010036;
  position: relative
}
.section-btn a:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #010036;
  box-shadow: 0px 1px 0px 0px #010036;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px)
}
.section-btn a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto
}
@media screen and (max-width: 640px) {
  .section-btn a:after {
    right: 12px
  }
}
.section-btn a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.section-btn a span strong {
  font-size: 30px
}
.section-btn .txt-note {
  margin-top: 20px
}
@media screen and (max-width: 950px) {
  .section-btn p {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 10px
  }
  .section-btn a {
    width: 300px;
    height: 80px;
    font-size: 17px
  }
  .section-btn a span strong {
    font-size: 28px
  }
}
@media screen and (max-width: 950px) {
  .section-btn p {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px
  }
  .section-btn a {
    width: 280px;
    height: 70px;
    font-size: 16px
  }
  .section-btn a:after {
    right: 10px
  }
  .section-btn a span strong {
    font-size: 26px
  }
}
.cp_table2 *, .cp_table2 *:before, .cp_table2 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_table2 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.cp_table2 th, .cp_table2 td {
  padding: 10px;
}
.cp_table2 th {
  text-align: left;
  background-color: #6A71B4;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.cp_table2 tr:last-child th {
  border-bottom: 1px solid #6A71B4;
}
.th_1 {
  width: 20%;
}
.th_2 {
  width: 10%;
}
.cp_table2 td {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 768px) {
  .cp_table2 th, .cp_table2 td {
    width: 100%;
    display: block;
  }
  .cp_table2 th {
    border: 1px solid #6A71B4;
  }
}


.voice_item{border: solid 2px #4487E1;border-radius: 15px;padding: 20px!important}
		.sp{display: none}
		 .flex_bnr{display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin: 2.5em 0; }
	  .flex_box{ /*width : 33%;*/ width: 50%;
      box-sizing: border-box;}
		@media only screen and (max-width: 768px) {
		.pc{display: none}
			
		.sp{display: block}	
			.flex_bnr{display: flex;    flex-wrap: wrap;	}
		.flex_box{ /*width : 33%;*/ width: 100%; box-sizing: border-box;}	
		}

.movie_box{border: solid 2px #0C1C97;background: #fff;padding: 30px 0;margin-bottom: 30px;font-size: 16px;}
				.movie_box_ttl{text-align: center;font-size: 1.3em;font-weight: bold;}
				.movie_list{display: flex;align-items: center;justify-content: center;}
.movie_list li a {
  display: block;
  padding-left: 2em;     /* 番号分の余白 */
  text-indent: -1em;     /* 1行目だけ左に出す */
  line-height: 1.6;
}
.bnr_area{width: 960px;margin: 20px auto;}		  
.bnr-list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;justify-content: center;
    }
    .bnr-item {
      margin: 5px;
      float: left;
      width: calc(48% - 10px);
		
    }		
		  
		  @media screen and (max-width:760px){
			  .bnr_area{width: 100%;margin: 20px auto;}	
			  .bnr-item { width: 100%;}	 			  
			  
		  }	
		.voice_2022{margin: 20px 0;background: #fff;}
		.voice_2022_item{display: flex;flex-wrap: nowrap;background: #E1EFE0;border-radius: 30px;padding: 25px;margin: 20px 0}
		.left_box{width: 20%;text-align: center;margin: 10px;}
		.right_box{width: 80%;text-align: left;margin: 10px;}
		.voice_img{width: 100px;}
		.name span{font-size: 1.1em;font-weight: bold;}
		.voce_ttl{font-size: 1.1em;font-weight: bold;padding-top: 10px;}
		.voice_comment{line-height: 1.2;padding-top: 8px;}
		@media only screen and (max-width: 768px) {
		.voice_img{width: 80px;}
		.left_box{width: 30%;text-align: center;margin: 10px;}
		.right_box{width: 70%;text-align: left;margin: 10px;}	
		}

.event01{background: #E0F0F1;padding: 1em 0;}
		.event01_txtbox{border: dotted 2px #122B7C;max-width: 100%;margin: 0 auto 30px;padding: 10px 20px;background: #fff;font-size: 1.3em;}
		.red-l {color: #de5443;font-weight: bold; font-size: 120%;}   
	    .event02{background: url(img/event02_bg.png) no-repeat;background-size: cover;padding: 2em 0;}
		.event02_txtbox{max-width: 100%;margin: 0 auto 30px;padding: 10px 20px;background: rgba(248,249,243,0.71);font-size: 1.3em;box-shadow: 2px 2px 4px gray;}
		table.event02_table{width: 100%;border: solid 1px rgba(106,105,105,1.00);}
		table.event02_table th{background: #f9d5df;text-align: center;}
		table.event02_table td{text-align: left;}
		table.event02_table th,td{border: solid 1px rgba(106,105,105,1.00);padding: 8px 3px}
		.bbtm{border-bottom: rgba(66,65,65,1.00) 1px solid}
		table.youkou{padding: 5px 0; text-align: justify; }
		table.youkou th{padding: 5px 0;border:none;text-align: center}
		table.youkou td{padding: 5px 0;border:none}

		

.fbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.home .otherInfoNav {
    padding: 20px 10px 30px;
    background: #1d2087;
    position: relative;
    z-index: 2
}

.home .otherInfoNav__ttl {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.home .otherInfoNav__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 5px
}

.home .otherInfoNav__item {
    width: 154px;
    height: 54px;
    border-radius: 6px
}
.home .otherInfoNav__item {
    overflow: visible;
}

.home .otherInfoNav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    background-color: #b99149;
    position: relative;
    -webkit-box-shadow: 0 4px 0 #966e12;
    box-shadow: 0 4px 0 #966e12;
    border-radius: 6px;
    color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: transform,box-shadow;
    transition-property: transform,box-shadow,-webkit-transform,-webkit-box-shadow;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.59,.14,.47,.995);
    transition-timing-function: cubic-bezier(.59,.14,.47,.995);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	 overflow: visible;
}

.home .otherInfoNav__item a::before {
    content: "";
    width: 100%;
    height: 12px;
    border-radius: 0 0 6px 6px;
    background-color: #b18434;
    position: absolute;
    bottom: 0;
	z-index: 1;
}

.home .otherInfoNav__item a::after {
    content: "";
    width: 3px;
    height: 0px;
    border-top: 5px solid #ffffd5;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 0 solid transparent;
    position: absolute;
    left: 50%;
    bottom: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 2;
}

.home .otherInfoNav__item a:hover {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: 0 0 0 #966e12;
    box-shadow: 0 0 0 #966e12;
	 
}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 767px) {
	 .home .otherInfoNav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
 .home .otherInfoNav__item {
        width: clamp(94px,-22.3636363636px + .3636363636 * 100vw,114px);
    }

    .home .otherInfoNav__item a {
        font-size: clamp(13px,1.3636363636px + .0363636364 * 100vw,15px)
    }	
	
}

