h3, h4 {
  margin: 0;
  color: #222;
}

a {
  transition: all .3s;
}

a:hover {
  color: #a28700;
}

.kishigami-gb {
  font-family: kishigami-gothic-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contact-btn {
  margin-left: 5px;
  padding: 16px 0;
  width: 300px;
  position: relative;
  background-color: #7f7fff;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border-radius:45px;
  border: 3px solid #b7ffff;
}

.contact-btn:hover {
  background-color: #fff;
  color: #850000;
}

.text-inline-block {
  display: block;
}

.accent-line {
  width: 2px;
  height: 100px;
  background: #a28700;
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 10;
}

.fadeIn {
  transition: 1s;
}

.fadeIn.animated {
  opacity: 1;
}

.header-contact-btn:hover {
  background-color: #fff;
  color: #a28700;
}

.menu-trigger,
.menu-trigger span {
  transition: all .4s;
}


.header-contact-btn{
  margin: 5px 5px 0 0;
  padding: 8px 0;
  width: 200px;
  position: relative;
  background-color: #7f7fff;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border-radius:45px;
  border: 3px solid #b7ffff;
}



.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #222;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: #222;
}

.menu ul li a:hover {
  color: #a28700;
}

.to-intro .scroll {
  cursor: pointer;
  transition: all .3s;
}

.to-intro .scroll:hover {
  color: #a28700 !important;
}

.to-service .scroll {
  cursor: pointer;
  transition: all .3s;
}

.to-service .scroll:hover {
  color: #a28700 !important;
}

.to-service .scroll-line {
  width: 1px;
  height: 200px;
  display: inline-block;
  background: linear-gradient(270deg, #222 0%, #222 50%, #a28700 50%, #a28700 100%);
  background: -moz-linear-gradient(270deg, #222 0%, #222 50%, #a28700 50%, #a28700 100%);
  background: -webkit-linear-gradient(270deg, #222 0%, #222 50%, #a28700 50%, #a28700 100%);
}

#service-wrapper {
  padding: 100px 0 80px;
  position: relative;
  background-color: #d1e8ff;
  text-align: center;
}

#service-wrapper .container {
  max-width: 980px;
}

.service {
  margin-bottom: 80px;
  position: relative;
}

.service-image {
  width: 65%;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.image-right {
  margin-left: auto;
}

.service-item {
  width: 410px;
  height: 350px;
  position: absolute;
  right: 0;
  bottom: -30px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-item h3 {
  margin-bottom: 6px;
  font-size: 28px;
  letter-spacing: 6px;
}

.service-item p {
  line-height: 24px;
}

.service-accent-box-right {
  width: 30px;
  height: 30px;
  background-color: #001a33;
  position: absolute;
  top: -10px;
  right: -10px;
}

.service-accent-box-left {
  width: 30px;
  height: 30px;
  background-color: #001a33;
  position: absolute;
  top: -10px;
  left: -10px;
}

.item-left {
  left: 0 !important;
}

.service-sub-title {
  margin-bottom: 25px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.background-box {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 30%;
  top: 0;
  bottom: 0;
  background-color: #b2d8ff;
}

#msg-wrapper {
  padding: 120px 0;
  background-color: #f2eaec;
  text-align: center;
  position: relative;
}

.msg-sub-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Microsoft Sans Serif";
  text-transform: uppercase;
}

.to-feature {
  position: absolute;
  bottom: -107px;
  left: 100px;
  text-align: center;
  z-index: 99;
}

.to-feature .scroll {
  margin-bottom: 32px;
  color: #222;
  display: block;
  font-size: 12px;
  transform: rotate(-90deg) !important;
  cursor: pointer;
  transition: all .3s;
}

.to-feature .scroll:hover {
  color: #a28700 !important;
}

.to-feature .scroll-line {
  width: 1px;
  height: 200px;
  display: inline-block;
  background: linear-gradient(270deg, #222 0%, #222 50%, #fff 50%, #fff 100%);
  background: -moz-linear-gradient(270deg, #222 0%, #222 50%, #fff 50%, #fff 100%);
  background: -webkit-linear-gradient(270deg, #222 0%, #222 50%, #fff 50%, #fff 100%);
}

#feature-wrapper {
  padding: 80px 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

#feature-wrapper .wrapper-title h2, #feature-wrapper .wrapper-title p {
  color: #fff !important;
}

#feature-wrapper::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4) !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.feature-msg {
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}

.features {
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.feature {
  margin-right: 10px;
  padding: 30px 10px;
  width: calc(25% - 7.5px);
  background-color: #fff;
  box-sizing: border-box;
}

.feature2 {
  margin-right: 0px;
  padding: 30px 10px;
  width: calc(100% - 7.5px);
  background-color: #fff;
  box-sizing: border-box;
}



.feature:last-child {
  margin-right: 0;
}

.feature img {
  height: 95px;
}

.feature h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.feature-line {
  margin: 20px auto;
  background: #483d8b;
  width: 40px;
  height: 4px;
}

#benefit-wrapper {
  padding: 100px 0;
  background-color: #f2eaec;
  text-align: center;
  position: relative;
}

.to-benefit {
  position: absolute;
  bottom: -107px;
  right: 100px;
  text-align: center;
  z-index: 99;
}

.to-benefit .scroll {
  margin-bottom: 40px;
  transform: rotate(90deg);
  color: #222;
  display: block;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s;
}

.to-benefit .scroll:hover {
  color: #a28700 !important;
}

.to-benefit .scroll-line {
  width: 1px;
  height: 200px;
  display: inline-block;
  background: linear-gradient(270deg, #222 0%, #222 50%, #a28700 50%, #a28700 100%);
  background: -moz-linear-gradient(270deg, #222 0%, #222 50%, #a28700 50%, #a28700 100%);
  background: -webkit-linear-gradient(270deg, #222 0%, #222 50%, #a28700 50%, #a28700 100%);
}

#benefit-wrapper-2 {
  padding: 100px 0 120px;
  background-color: #E7E0DB;
  text-align: center;
  position: relative;
}

.benefits {
  margin-bottom: 60px;
  display: flex;
}

.benefit {
  margin-right: 15px;
  padding: 50px 0;
  width: calc(33.333% - 10px);
  background-color: #fff;
  box-sizing: border-box;
}

.benefit:last-child {
  margin-right: 0;
}

.benefit img {
  margin-bottom: 20px;
  height: 90px;
}

.benefit h3 {
  font-size: 16px;
  letter-spacing: 3px;
}

#sponsor-wrapper {
  padding: 120px 0 60px;
  background-color: #f2eaec;
  text-align: center;
}

.sponsors {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.sponsor {
  margin-bottom: 40px;
  width: 20%;
  box-sizing: border-box;
}

.sponsor img {
  width: 60%;
}

.sponsor-logo-xl {
  width: 90% !important;
}

.sponsor-logo-l {
  width: 80% !important;
}

footer {
  padding: 60px 20px;
  position: relative;
  background-color: #f4eaff;
}

.footer-title {
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 2px;
}

.footer-contents, .company-profile, .profile-raw, .access-raw {
  display: flex;
}

.company-profile {
  width: 74%;
}

.profile {
  margin-right: 10px;
  width: 60%;
}

.profile-raw {
  margin-bottom: 8px;
}

.profile-raw p:last-child {
  margin-left: auto;
  width: 78%;
}

.access-raw {
  margin-bottom: 12px;
}

i {
  margin-right: 8px;
  font-size: 20px;
  color: #222;
}

.copyright {
  margin-left: auto;
  font-size: 12px;
  text-align: right;
}

.top-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 60px;
  background-color: #001a33;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
}

.top-btn:hover {
  opacity: 0.9;
}

.top-btn i {
  margin-right: 0;
  font-size: 35px;
  color: #fff;
}

@media screen and (max-width: 1127px) {
  .to-feature {
    left: 20px;
  }
  .to-benefit {
    right: 0;
  }
}

@media screen and (max-width: 980px) {
  .tb-db {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .text-block {
    display: block;
  }
  .text-inline-block {
    display: inline-block;
  }
  .background-box {
    width: 80%;
    left: 20%;
  }
  .features {
    flex-wrap: wrap;
  }
  .feature {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .feature:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .feature:first-child {
    margin-bottom: 20px;
  }
  .feature:last-child {
    margin-bottom: 0;
  }
  .benefit h3 {
    font-size: 13px;
  }
  footer {
    padding-bottom: 20px;
  }
  .footer-contents {
    display: block;
  }
  .company-profile {
    width: 100%;
  }
  .profile {
    width: 56%;
  }
  .copyright {
    margin-top: 40px;
    text-align: center;
  }
  .top-btn {
    bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .text-inline-block {
    display: block;
  }
  .accent-line {
    height: 80px;
    bottom: -40px;
  }
  .sm-dn {
    display: none;
  }
  .to-feature {
    left: 50%;
    transform: translateX(-50%);
  }
  .to-benefit {
    right: 50%;
    transform: translateX(50%);
  }
  .to-feature, .to-benefit {
    bottom: -87px;
  }
  #service-wrapper {
    padding: 50px 0 40px;
  }
  .service {
    margin-bottom: 50px;
  }
  .service-image {
    width: 100%;
    height: 220px;
  }
  .service-item {
    padding: 25px 0;
    width: 100%;
    height: auto;
    position: initial;
  }
  .service-item h3 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .service-sub-title {
    margin-bottom: 18px;
  }
  .service-accent-box-right, .service-accent-box-left {
    width: 25px;
    height: 25px;
  }
  #msg-wrapper {
    padding: 80px 0 200px;
  }
  .msg-sub-title {
    font-size: 20px;
  }
  #feature-wrapper {
    padding: 50px 0 80px;
  }
  .feature {
    margin-right: 15px;
    padding: 20px 10px;
    width: calc(50% - 7.5px);
  }
  .feature:first-child {
    margin-bottom: 15px;
  }
  .feature:nth-child(2n) {
    margin-bottom: 15px;
  }
  .feature:last-child {
    margin-bottom: 0px;
  }
  .feature img {
    height: 70px;
  }
  .feature-line {
    margin: 15px auto;
  }
  .apply-btn {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .contact-btn {
    margin-left: 0;
    width: 100%;
  }
  #benefit-wrapper {
    padding-bottom: 200px;
  }
  .benefits {
    display: block;
  }
  .benefit {
    margin-bottom: 25px;
    width: 100%;
  }
  .benefit:last-child {
    margin-bottom: 0;
  }
  .benefit:last-child .tb-db {
    display: inline-block;
  }
  .benefit img {
    height: 120px;
  }
  .benefit h3 {
    font-size: 15px;
  }
  #benefit-wrapper-2 {
    padding: 120px 0 80px;
  }
  #sponsor-wrapper {
    padding: 80px 0 40px;
  }
  .sponsor {
    width: 25%;
  }
  .sponsor img {
    width: 80%;
  }
  footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
  }
  .company-profile, .access-raw {
    display: block;
  }
  .profile {
    margin-bottom: 60px;
    width: 100%;
  }
  .access-raw {
    margin-bottom: 30px;
    text-align: center;
  }
  .access-raw:last-of-type {
    margin-bottom: 0;
  }
  i {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .copyright {
    margin-top: 60px;
    font-size: 10px;
  }
  .top-btn {
    right: 15px;
  }
  .top-btn i {
    margin-bottom: 0;
  }
}


.kakomi-box4 {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #fff; /* 背景色 */
 box-shadow: 0 0 5px 1px #ccc; /* 影 */
 text-align: center;

}


h42{
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #FFC778;
  margin-bottom:30px
}

h44 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #FFC778;
  margin-bottom:30px
 font-size:30px;


}



.kakomi-box4 p2{
	color:#000;
	font-size: 14px;
	letter-spacing: 2px;
}


.kakomi-box4 p3{
	color:#ff4500;
	font-size: 14px;
	letter-spacing: 2px;
}


table{
  width: 80%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
