
/*ヘッダー改修*/
header .logo {
  top: 24px;
}


header .entry-button{
	position: fixed;
	width: 100px;
	height: 100px;
	right:0;
	top:0;
	text-align: center;
	display: flex;
	align-items: center;
	background: #02B3A0;
	justify-content: center;
	color: #fff;
}

header .entry-button em{
	display: block;
	line-height: 1;
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

header .entry-button strong{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
}

header .entry-button-sp{
  display: block;
  width: 100%;
  max-width: 205px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 27px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #02B3A0;
}
@media screen and (max-width: 925px) {
  header .entry-button{
    display: none;
  }
}

/*hotnews　要素追加委*/
.section_hotnews{
	padding-top: 80px;
}

.section_hotnews .headline-lg em.ft-crim{
	color: #00B4A0;
}

.section_hotnews .msg{
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 3rem; line-height: 1.50; font-weight: 700; 
}

.hotnews-area .hotnews-block{ 
	border: 1px solid #1D2088;
	padding: 44px 24px;
} 

.hotnews-area .hotnews-block .hotnews-slider-wrap{
	position: relative;
	padding: 0 20px;
}

.hotnews-area .hotnews-block .hotnews-slider a{ display:block; }

.hotnews-area .hotnews-block .hotnews-slider img{
  width: 100%;
  height: auto;
  display: block;
}

.hotnews-area .swiper{
  position: relative;
  overflow: hidden;
}

.hotnews-area .swiper-pagination{
  position: absolute;
  left: 0; right: 0; bottom: 8px;
}

.hotnews-area .swiper-button-prev,
.hotnews-area .swiper-button-next{
  top: 50%;
  transform: translateY(-50%);
	margin-top: 0;
}

.headline-lg em.ft-crim {
	margin-top: -14px;
}

.section_hotnews .headline-lg em.ft-crim {
	color: #00B4A0;
}

.hotnews-area .swiper-button-next::after,
.hotnews-area .swiper-button-prev::after{
	display: none;
}
.hotnews-area .swiper-button-prev{
	width: 50px;
	margin-left: -15px;
}

.hotnews-area .swiper-button-next{
	width: 50px;
	margin-right: -15px;
}
@media screen and (max-width: 925px) {

	.headline-lg em.ft-crim {
		margin-top: -14px;
		margin-bottom: 20px;
	}
	.section_hotnews .msg {
		margin-bottom: 30px;
		padding-left: 0px;
		font-size: 2rem;
		line-height: 1.50;
	}

	.hotnews-area .hotnews-block{ 
		border: 1px solid #1D2088;
		padding: 30px 19px;
	} 

	.hotnews-area .hotnews-block .hotnews-slider-wrap {
		padding: 0 20px;
	}
}

#contents1,
#contents2,
#contents3,
#contents4,
#contents5{
	scroll-margin-top: 58px; /* ヘッダーの高さに合わせて調整 */
}


/*
下層
*/
.lower #all-wrap{
  opacity: 1;
}
.lower 
#gnav{
  display: none;
}

.lower-container{
  padding-top: 100px;
  padding-bottom: 90px;
}

.lower header nav .page-nation{
  display: none;
}
@media screen and (max-width: 925px) {
  .lower header nav .page-nation{
    display: block;
  }
}

.lower-ttl{
  text-align: center;
  margin-bottom: 90px;
}

.lower-ttl em{
  display: block;
  font-size:7.2rem;
  line-height: 1;
  color: #02B3A0;
  margin-bottom: 0.1em;
}
.lower-ttl strong{
  display: block;
  font-size: 2.6rem;
}
@media screen and (max-width: 925px) {
  .lower-ttl {
    margin-bottom: 50px;
  }

  .lower-ttl em{
    font-size:5.6rem;
  }

  .lower-ttl strong{
    font-size: 2.2rem;
  }
}

.lower-ttl-m{
  margin-bottom: 40px;
}

.lower-ttl-m em{
  display: block;
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1;
  color: #02B3A0;
}

.lower-ttl-m span{
  display: block;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 925px) {
  .lower-ttl-m em{
    font-size: 4.5rem;
  }

  .lower-ttl-m span{
    font-size: 1.8rem;
  }
}

.lower-nav{
  display: flex;
  gap:16px;
  margin-bottom: 0;
}

.lower-nav>li{
  width: calc((100% - 16px * 3) / 4 );
}

.lower-nav>li>a{
  position: relative;
  display: block;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 6px;
  background: #fff;
  font-weight: normal;
  font-size: 22px;
  color: #000000;
  border: 1px solid #02B3A0;
}

.lower-nav>li>a.entry{
  background: #004885;
  color: #fff;
}

.lower-nav>li>a.active{
  background: #02B3A0;
  color: #fff;
}

.lower-nav>li>a::after{
  content: '';
  position: absolute;
  right: 25px;
  top: 37px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #02B3A0;
  border-right: 2px solid #02B3A0;
  transform: rotate(45deg);
}

.lower-nav>li>a.active::after,
.lower-nav>li>a.entry::after{
  border-color: #fff;
  transform: rotate(135deg);
  top: 33px;
}
@media screen and (max-width: 925px) {
  .lower-nav{
    flex-wrap:wrap;
    margin-bottom: 0px;
  }

  .lower-nav>li{
    width: calc((100% - 16px) / 2 );
  }

  .lower-nav>li>a{
    height: 70px;
    line-height: 70px;
    font-size: 17px;
    text-align: center;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #02b3a0;
    font-weight: normal;
    color: #000000;
  }

  
  .lower-nav>li>a::after{
    width: 11px;
    height: 11px;
    top: 28px;
    right: 15px;
  }

  .lower-nav>li>a.active::after, 
  .lower-nav>li>a.entry::after {
    border-color: #fff;
    transform: rotate(135deg);
    top: 25px;
  }
}

.lower-section{
  padding-top: 90px;
}
@media screen and (max-width: 925px) {
  .lower-section {
    padding-top: 50px;
  }
}

.entry input,
.entry button,
.entry textarea,
.entry select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  border: 0;
  box-shadow: none;
  font-weight: normal;
  outline: none;
  font-family: inherit;
  font-size: 1.8rem;
}

.entry .input1 {
  display: block;
  padding-left: 1.2em;
  font-family: inherit;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 66px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d3d3d3;
}

.entry textarea{
  display: block;
  padding: 1.2em;
  font-family: inherit;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 220px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d3d3d3;
}

.entry .submit-button{
  position: relative;
  width: 298px;
  display: block;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 6px;
  font-weight: normal;
  font-size: 22px;
  border: 1px solid #02B3A0;
  background: #02B3A0;
  color: #fff;
}

.entry .submit-button::after{
  content: '';
  position: absolute;
  right: 25px;
  top: 37px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.entry .submit-button.back{
  border: 1px solid #B1B1B1;
  color: #fff;
  background: #B1B1B1;
}

.entry .submit-button.back::after{
  display: none;
}

.entry .submit-button.back::before{
  content: '';
  position: absolute;
  left: 25px;
  top: 37px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}


.lower-section .button-area{
  display: flex;
  justify-content: center;
}

.lower-section .button-area.comfirm{
  padding-top: 80px;
}

.form-table{
  margin-top: 50px;
}

.form-table table {
  width: 100%;
}

.form-table table tr{
  border-bottom: 1px solid #707070;
}

.form-table table th{
  width: 200px;
  text-align: left;
  padding: 25px 0;
  font-size: 1.8rem;
}

.form-table table td {
  font-size: 1.6rem;
  width: calc(100% - 200px);
  font-weight: 500;
  padding: 25px 0;
}

.form-table table td em{
  color: #004885;
  font-weight: bold;
}

.form-block1{
  border-radius: 5px;
  background: #f2f7f7;
  padding: 67px 50px 70px;
}

.form-block1.complete{
  font-weight: bold;
  line-height: 2.5;
}

.form-block1 .msg{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 67px;
}

.form-block1 .row{
  display: flex;
}

.form-block1 .form-list{
  gap:30px 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap:wrap;
}
.form-block1 .form-list>li{
  width: calc((100% - 60px) / 2 );
}

.form-block1 .form-list>li:last-child{
  width: 100%;
}

.form-block1 .form-list>li dl dt{
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.form-block1 .req{
  display: inline-block;
  width: 40px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  background: #ff6145;
  font-size: 14px;
  color: #fff;
  margin-left: 1em;
  text-align: center;
  margin-top: -2px;
}

.form-block1 .msg{
  margin-bottom: 60px;
}

.form-block1 .form-table{
  margin-bottom: 0px;
}

.form-block1 .form-table table tr{
  border-bottom: 0;
}



.button-area.confirm{
  display: flex;
  gap:30px;
  flex-wrap:wrap;
  justify-content: center;
}

.error{
  color:#f10;
}

@media screen and (max-width: 925px) {
  .form-block1 .msg {
    font-size: 1.6rem;
    margin-bottom: 25px;
    line-height: 2;
  }
  
  .form-table{
    margin-top: 0px;
  }

  .form-table table,
  .form-table table tbody,
  .form-table table tr,
  .form-table table th,
  .form-table table td{
    width: 100%;
    display: block;
    text-align: left;
    padding: 20px 0;
    font-size: 1.8rem;
  }

  .form-table table,
  .form-table table tbody,
  .form-table table tr{
    padding: 0;
  }

  .form-table table{
      border-top: 1px solid #707070;
  }

  .form-table table th{
    padding-bottom: 15px;
  }

  .form-table table td{
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .form-block1 .form-list{
    gap:30px 60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap:wrap;
  }
  .form-block1 .form-list>li{
    width: 100%;
  }
  .form-block1{
    border-radius: 5px;
    background: #f2f7f7;
    padding: 30px 20px 30px;
  }

}
