/* .header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 80px;
  background:#fff;
}
.head_kigyouka_ultra ul li a {
 color: #2A344B;
}
.menu-btn,.menu-icon {display:none !important;}

@media (max-width: 769px){
  .menu-btn, .menu-icon {
    display: block !important;
}

.menu {
  list-style: none;
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  right:0;
  margin-top: 78px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #2A344B;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: 0.5s;
  
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none !important;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #707070;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #707070;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 9px;
}
.navicon:after {
  bottom: 9px;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}
} */


/* ------------------------ここまでハンバーガー-----------------------------*/
/* .container-fluid{
  margin-top:80px;
} */
.ultra2024{
  font-family: "Noto Sans", sans-serif;
  color: #2A344B;
}
p{  margin: 0;}

li{  list-style: none;}







/* ------------------------ヘッダー-----------------------------*/
.head_kigyouka_ultra {
  display:flex;
  justify-content: space-between;
  max-width:1200px;
  margin:0 auto;
  align-items: center;
  height: 80px;
}
.head_kigyouka_ultra h1 {
  width:232px;
}
.head_kigyouka_ultra ul {
  display: flex;
}
.head_kigyouka_ultra ul li {
  font-size: 16px;
  padding-left: 46px;
  color: #2A344B;
}
.head_kigyouka_ultra ul li:last-child{
  padding-right:50px;
}
@media (max-width: 769px){
  .head_kigyouka_ultra h1 {
    width: 100%;
    padding-left: 20px;
  }
  .head_kigyouka_ultra {
width:100%;
  }
  .head_kigyouka_ultra ul {
    display: flex;
    flex-direction: column;
    background: #fff;
    text-align: center;
}
  .head_kigyouka_ultra ul li {
    font-size: 16px;
    padding-left: 0px;
    color: #2A344B;
  }
  .head_kigyouka_ultra ul li:last-child{
    padding-right:0px;
  }
  input[type="checkbox" i] {
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  }
  .site-heading {
    margin: 0.6em auto 0.1em auto;
    padding: 0;
    width: 190px;
}
  

}

/* ------------------------ヘッダー-----------------------------*/

/* ------------------------　　MV　　-----------------------------*/
.ttl_bar {
  /* display:flex; */
  background:url(../images/ultra-2024/header_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 769px){
  .ttl_bar {
    background:url(../images/ultra-2024/sp_header_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
/* .ttl_bar .bar01{
width:33.3%;
background:#A81F3A;
}

.ttl_bar .bar02{
  width:33.3%;
  background: #005425;
} */
.ttl_bar h2{
  text-align: center;
  width:100%;
  /* background:#003C7F; */
  font-size: 23px;
  letter-spacing: 11px;
  color:#fff;
  }
  @media (max-width: 769px){
    .ttl_bar .bar01{
      width:0%;
      background:transparent;
      }
      .ttl_bar .bar02{
        width:0%;
        background:transparent;
      }
      .ttl_bar h2{
        text-align: center;
        width:100%;
        background:transparent;
        font-size: 16px;
        letter-spacing: 4px;
        color:#fff;
        }
  }
  .mv_img {
    background:#F9BA00;
    margin: 0 auto;
    text-align: center;
  }
.mv_img img {
  width:100%;
  margin:0 auto;
}
@media (max-width: 431px){
  .mv_img img {
    width:100%;
  }
}

/* ------------------------　　MV　　-----------------------------*/
/* ------------------------　sec01　-----------------------------*/
.sec01{
  background:#fff;
}
.sec01_wrap{
  max-width:1000px;
  margin:0 auto;
}
.sec01_images{
  display: flex;
  justify-content: center;
    /* margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; */
}
.sec01_wrap img{
  padding:30px 0 0 0;
  width: 32%;
}
.sec01_wrap p{
  text-align: center;
  font-weight:bold;
  font-size:20px;
  padding:0 0 40px 0;
}
@media (max-width: 769px){
  .sec01_wrap{
    max-width:1000px;
    width:92%;
    margin:0 auto;
  }
.sec01_wrap p {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding: 20px 0;
}
  .sec01_images {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .sec01_wrap img{
    padding:30px 0 0 0;
    width: auto;
  }
}

/* ------------------------　sec01　-----------------------------*/
/* ------------------------　sec02　-----------------------------*/

.sec02{
  background:#FFF5DC;
  padding-top: 25px;
}
.ultra_cot{
  max-width:1200px;
  margin:0 auto;
  background:#fff;
}
.sec02_wrap{
  max-width:1000px;
  margin:0 auto;
  padding: 34px 0 0 0;
}
@media (max-width: 769px){
  .sec02_wrap{
  width:92%;
  }
}

.sec02_ttl{
  background:#2A344B;
  margin: 0 auto;
  text-align: center;
}
.sec02_ttl img {
  width:240px;
  margin:0 auto;
  padding: 10px 0;
}


.sec02_list ul {
  padding-top:34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec02_tag{
  width:70px;
  margin-right: 30px;
}
.sec02_list ul li {
  width:48%;
  box-shadow: 0px 0px 10px #00000066;
  border-radius: 10px;
  padding:20px 0;
  margin-bottom:20px;
}
.sec02_list ul li a{ 
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec02_list ul li a::after{
  content: '';
  background:url(../images/ultra-2024/arrow.svg);
  width:15px;
  height:30px;
  background-repeat: no-repeat;
  padding-right:30px;
  margin-left: auto;
}
.sec02_list ul li span{
  color:#2A344B;
  font-weight:bold;
  font-size:18px;

}
.sec02_list ul li p{
  color:#2A344B;
  font-weight:bold;
  font-size:24px;
  line-height: 32px;
}
.sec02_list ul li:nth-child(4){
  line-height: 55px;
}
.sec02_list ul li:nth-child(1) p{
  font-size: 23px;
}

@media (max-width: 769px){
  .sec02_list ul li a::after {
    content: '';
    background: url(../images/ultra-2024/arrow.svg);
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 11px;
    padding-right: 30px;
    margin-left: auto;
    right: 10px;
    position: absolute;
}
  .sec02_list ul {
    padding-top:34px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
  }
  .sec02_list ul li span{
    font-weight:bold;
    font-size:15px;
  }
  .sec02_tag{
    width:70px;
    margin-right: 13px;
  }
  .sec02_list ul li {
    display: block;
    width:100%;
    box-shadow: none;
    border-radius: 10px;
    align-items: center;
    padding:10px 0;
    margin-bottom:20px;
  }
  .sec02_list ul li p{
    font-size: 20px;
    padding: 0
  }

  .sec02_list ul li:nth-child(1){
    border:2px solid #A81F3A;
  }
  .sec02_list ul li:nth-child(1) span{
    font-size: 14px;
  }
  .sec02_list ul li:nth-child(1) p{
    font-size: 17px;
  }
  .sec02_list ul li:nth-child(2){
    border:2px solid #A81F3A;
  } 
  .sec02_list ul li:nth-child(3){
    border:2px solid #A81F3A;
  }
  .sec02_list ul li:nth-child(4){
    border:2px solid #005425;
  }
  .sec02_list ul li:nth-child(5){
    border:2px solid #003C7F;
  }
  .sec02_list ul li:nth-child(6){
    border:2px solid #003C7F;
  }
  .sec02 {
    padding-top: 0px;
  }
}
@media (max-width: 375px){
  .sec02_tag{
    width:60px;
    margin-right: 13px;
  }
  .sec02_list ul {
    padding:34px 0 20px 0;
  }

  .sec02_list ul li p {
    font-size: 18px;
    padding: 0;
}
.sec02_list ul li span {
  font-weight: bold;
  font-size: 13px;
}
.sec02_list ul li {
  margin-bottom: 14px;
}

}



/* ------------------------　sec02　-----------------------------*/
/* ------------------------　sec03　-----------------------------*/


.sec03{
  background:#FFF5DC;
}
.sec03_wrap{
  max-width:1000px;
  margin:0 auto;
  padding: 34px 0 0 0;
}
.sec03_ttl{
  background:#2A344B;
  margin: 0 auto;
  text-align: center;
}
.sec03_ttl img {
  width:240px;
  margin:0 auto;
  padding: 10px 0;
}
@media (max-width: 769px){
  .sec03_wrap{
    max-width:1000px;
    margin:0 auto;
    padding: 34px 0 0 0;
    width:92%;
  }
  .sche{
    margin-bottom:30px;
  }
}


/* ------------------------　sec03　-----------------------------*/
/* ------------------------　sec04　-----------------------------*/

.sec04{
  background:#FFF5DC;
  /* padding-top: 25px; */
}
.sec04_wrap{
  max-width:1000px;
  margin:0 auto;
  padding: 34px 0 0 0;
}
.sec04_ttl{
  display: flex;
  padding:85px 0 20px 0;
}

.sec04_ttl_wrap{
  padding-left:40px;
}
.sec04_ttl img{
  width:236px;
}
.sec04_ttl span {
  color:#A81F3A;
  font-size:30px;
  font-weight:bold;  
}
.sec04_ttl h3 {
  font-size:46px;
  font-weight:bold;
}
.sec04_ttl p {
  font-size:18px;
}
.sec04_list ul {
  /* display: flex;
  justify-content: space-between; */
}
.sec04_list ul li{
  /* width:33%; */
  background: #2A344B;
  border-radius: 10px;

  display: flex;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 15px;
}
.sec04_list ul a {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 15px 0;
  height: 100%;
  color: #fff;
  text-decoration: underline;
}
.sec04_list ul li img{
  width: 20%;
  height: auto;
  border-radius: 6px;
  margin-right: 20px;
  object-fit: cover;
}
.sec04_list_text{
  width: 80%;
  color: #fff;
}
.sec04_list ul li h4 {
  font-size: 26px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec04_list ul li p {
  font-size: 18px;
}
.more {
  width:30%;
  text-align: right;
  margin-left: auto;
  display: block;
}
.sec04_list_txt{
  color:#fff;
  margin-top: 15px;
}
.sec04_list_txt p {
  font-size:26px;
  font-weight:bold;
  padding-bottom: 0px;
}
.sec04_txt01{
  font-size:16px;
  font-weight:500;  
  padding:15px 0;
}
.sec04_txt02{
  font-size:15px;
  font-weight:300;
  padding:15px 0;
}
.sec04_txt03{
  font-size:17px;
  font-weight:700;
  padding:5px 0;  
}
.bm {
  margin-top:auto;
}

@media (max-width: 769px){

  .sec04_wrap {
    width: 92%;
  }
  .sec04_list_txt{
    margin-top: 0px;
  }
  .sec04_ttl{
    flex-direction: column;
    width:92%;
    margin: 0 auto;
    padding:35px 0 20px 0;
  }
  .sec04_ttl_wrap{
    padding-left:0px;
  }
  .sec04_ttl span {
    font-size:21px;
  }
  .sec04_ttl h3 {
    font-size:28px;
  }
  .sec04_ttl p {
    font-size:16px;
    padding:0;
  }
  .sec04_list{
    margin-bottom: 10px;
  }
  .sec04_list ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .sec04_list ul a {
    display: flex;
    flex-direction: row;
    padding: 15px;
    height: 100%;
  }
  .sec04_list ul li{
    /* width:100%; 
    flex-direction: row;
    margin-bottom: 10px; */

    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sec04_list ul li img {
    width: 90%;
    margin: 15px 0;
  }
  .sec04_list_text {
    width: 100%;
  }
  .sec04_list ul li h4 {
    justify-content: center;
    font-size: 28px;
  }
  .sec04_list ul li p {
    font-size: 16px;
    padding: 0 10px;
  }
  .sec04_img {
    width:48%;
  }
  .sec04_list_txt {
    width:52%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
  }
  .sec04_txt01{
    text-align: left;
    font-size:15px;
    font-weight:300;  
    padding:0 0 15px 0;
    line-height: 19px;
  }
  .sec04_txt02{
    text-align: left;
    font-size:15px;
    font-weight:300;
    padding:15px 0;
  }
  .sec04_txt03{
    text-align: left;
    font-size:15px;
    font-weight:300;
    padding:5px 0;  
  }
  .sec04_list_txt p {
    font-size:15px;
    font-weight:300;
    padding:0 0 10px 0;
    line-height: 19px;
  }
  .more {
    width: 40%;
    text-align: right;
    margin-left: auto;
    margin-top: auto;
    display: block;
  }

}


/* ------------------------　sec04　-----------------------------*/
/* ------------------------　sec05　-----------------------------*/
.sec05{
  background:#FFF5DC;
  /* padding-top: 25px; */
}
.sec05_wrap{
  max-width:1000px;
  margin:0 auto;
  padding: 34px 0 0 0;
}
.sec05_ttl{
  display: flex;
  padding:85px 0 40px 0;
}
.sec05_ttl_wrap{
  padding-left:40px;
}
.sec05_ttl img{
  width:236px;
}
.sec05_ttl span {
  color:#A81F3A;
  font-size:30px;
  font-weight:bold;  
}
.sec05_ttl h3 {
  font-size:46px;
  font-weight:bold;
}
.btn_sm  {
  margin:0 auto;
  text-align: center;
  padding:34px 0 64px 0;
}
.btn_sm img{
  width:504px;
}
@media (max-width: 769px){
  
  .sec05_ttl{
    flex-direction: column;
    width:92%;
    margin: 0 auto;
    padding: 55px 0 0px 0;
  }
  .sec05_ttl span {
    font-size:21px;
  }
  .sec05_ttl h3 {
    font-size:28px;
  }
  .sec05_wrap {
    max-width: 1000px;
    width:92%;
    margin: 0 auto;
    padding: 0px 0 0 0;
}
.sec05_ttl_wrap {
  padding-left: 0px;
}
.sapo {
  margin-top:30px;
}
.btn_sm{
  padding: 34px 0 0px 0;
}
.final_txt{
  padding-top:30px;
}
}

/* ------------------------　sec05　-----------------------------*/
/* ------------------------　sec06　-----------------------------*/

.sec06{
  background:#FFF5DC;
  /* padding-top: 25px; */
}
.sec06_wrap{
  max-width:1000px;
  margin:0 auto;
  /* padding: 34px 0 0 0; */
}
.sec06_ttl{
  display: flex;
  padding:85px 0 40px 0;
}
.sec06_ttl_wrap{
  padding-left:40px;
  max-width: 860px;
}
.sec06_ttl img{
  width:236px;
}
.sec06_ttl span {
  color:#A81F3A;
  font-size:30px;
  font-weight:bold;  
}
.sec06_ttl h3 {
  font-size:46px;
  font-weight:bold;
}
.sec06_ttl p {
  font-size:18px;
}
/* .sec06_list ul {
  display: flex;
  justify-content: space-between;
}
.sec06_list ul li{
  width:33%;
  background:#2A344B;
  border-radius: 10px;
  border:1px solid #707070;
  padding: 15px;
} */
.sec06_list ul {
  margin-bottom: 40px;
}
.sec06_list ul li{
  /* width:33%; */
  background: #2A344B;
  border-radius: 10px;

  display: flex;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 15px;
}
.sec06_list ul a {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 15px 0;
  height: 100%;
  color: #fff;
  text-decoration: underline;
}
.sec06_list ul li img{
  width: 20%;
  height: auto;
  border-radius: 6px;
  margin-right: 20px;
  object-fit: cover;
}
.sec06_list_text{
  width: 80%;
  color: #fff;
}
.sec06_list ul li h4 {
  font-size: 26px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec06_list ul li p {
  font-size: 18px;
}
.sec06_list_title{
  margin-bottom: 20px;
  font-weight: bold;
}
.sec06_list_title h3{
  font-size: 24px;
  margin-bottom: 20px;
}
.sec06_list_title p{
  font-size: 18px;
  padding: 0;
}
.sec06_list_txt{
  color:#fff;
}
.sec06_list_txt p {
  font-size:26px;
  font-weight:bold;  
}
.sec06_txt01{
  font-size:16px;
  font-weight:500;  
  padding:15px 0;
}
.sec06_txt02{
  font-size:15px;
  font-weight:300;
  padding:15px 0;
}
.sec06_txt03{
  font-size:17px;
  font-weight:700;
  padding:5px 0;  
}

@media (max-width: 769px){
  .sec06_ttl{
    flex-direction: column;
    width:92%;
    margin: 0 auto;
    padding: 55px 0 20px 0;
  }
  .sec06_ttl span {
    font-size:21px;
  }
  .sec06_ttl h3 {
    font-size:28px;
  }
  .sec06_ttl p{
    padding:0;

  }
  .sec06_ttl img{
    width: 40%;
  }
  .sec06_img {
    width:48%;
  }
  .sec06_wrap {
    max-width: 1000px;
    width:92%;
    margin: 0 auto;
    padding: 0px 0 0 0;
}
.sec06_ttl_wrap {
  padding-left: 0px;
}
/* .sec06_list ul {
  flex-direction: column;
  margin-top: 30px;
}
.sec06_list ul li{
  width:100%;
  margin-bottom: 10px;
}
.sec06_list ul a {
  display: flex;
  flex-direction: row;
  padding: 15px;
  height: 100%;
} */
  .sec06_list ul {
    flex-direction: column;
  }
  .sec06_list ul a {
    display: flex;
    flex-direction: row;
    padding: 15px;
    height: 100%;
  }
  .sec06_list ul li{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sec06_list ul li img {
    width: 90%;
    margin: 15px 0;
  }
  .sec06_list_text {
    width: 100%;
  }
  .sec06_list ul li h4 {
    justify-content: center;
    font-size: 28px;
  }
  .sec06_list ul li p {
    font-size: 16px;
    padding: 0 10px;
  }
  .sec06_list_title h3 {
    font-size: 20px;
  }

.sec06_list_txt{
  color:#fff;
}
.sec06_list_txt p {
  font-size:26px;
  font-weight:bold;  
}
.sec06_txt01{
  font-size:16px;
  font-weight:500;  
  padding:15px 0;
}
.sec06_txt02{
  font-size:15px;
  font-weight:300;
  padding:15px 0;
}
.sec06_txt03{
  font-size:17px;
  font-weight:700;
  padding:5px 0;  
}

}




/* ------------------------　sec06　-----------------------------*/
/* ------------------------　sec07　-----------------------------*/
.sec07{
  background:#FFF5DC;
  /* padding-top: 25px; */
}
.sec07_wrap{
  max-width:1000px;
  margin:0 auto;
  padding: 34px 0 0 0;
}
.sec07_ttl{
  display: flex;
  padding:85px 0 40px 0;
}
.sec07_ttl img {
  width: 236px;
}
.sec07_ttl h3 {
  font-size: 46px;
  font-weight: bold;
}
.sec07_ttl p {
  font-size: 18px;
}
.sec07_ttl_wrap{
  padding-left:40px;
}
.sec07_wrap ul li{
  border:2px solid #005425;
  margin-bottom: 30px;
}
.sec07_wrap ul li h4{
  background:#005425;
  height:53px;
  color:#fff;
  font-size:29px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: left;

}
.sec07_txt {
  padding: 25px 29px 40px 29px;
}
.sec07_txt span {
  font-size:24px;
  font-weight: bold;
  color:#005425;
  border:2px solid #005425;
  width: 128px;
  display: inline-block;
  text-align: center;
  margin-bottom: 4px;
}
.sec07_txt h5{
  color:#2A344B;
  font-weight: bold;
}
.sec07_mainttl{
  font-size:28px;
  padding-bottom:20px;
}
.sec07_subttl{
  font-size:24px;
}
.sec07_more {
  padding: 0 29px;
}
.sec07_more dl{
  display:flex;
}
.sec07_more dl dt{
  width:30%;
}
.sec07_more dl dd{
  width:70%;
  font-size:20px;
}
.sec07_column{
  flex-direction: column;
}
.sec07_column dt {width:100% !important;    font-size: 20px;font-weight:400;}
.sec07_column dd {width:100% !important;padding-top:30px;}
.sec07_column dd  img {max-width:464px !important;}



@media (max-width: 769px){
  .sec07_ttl{
    flex-direction: column;
    width:92%;
    margin: 0 auto;
    padding: 55px 0 0px 0;
  }
  .sec07_ttl span {
    font-size:21px;
  }
  .sec07_ttl h3 {
    font-size:28px;
  }
  .sec07_ttl p{
    padding:0;

  }
  .sec07_img {
    width:48%;
  }
  .sec07_wrap {
    max-width: 1000px;
    width:92%;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
.sec07_ttl_wrap {
  padding-left: 0px;
}
.sec07_wrap ul li h4 {
  font-size:17px;
  font-weight:500;
  height: auto;
}
.sec07_txt span {
  font-size:15px;
  width: 77px;
  display: inline-block;
  text-align: center;
  margin-bottom: 4px;
  font-weight:500;
}
.sec07_txt{
 padding:20px;
}
.sec07_txt h5{
  font-size:17px;
  font-weight:500;
}
.sec07_flex{
  display:flex;
}
.sec07_more dl dt{
  width:0%;
}
.sec07_more dl dd{
  width:100%;
  font-size:17px;
  margin:0;
}
.sec07_flex{
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.sec07_more {
  padding: 0 20px;
}
.sec07_koushi01{
  width:58%;
}
.sec07_koushi02{
  width:40%;
}
.sec07_column{
  flex-direction: column-reverse;
}
.sec07_column dt {
  width:100% !important;    font-size: 17px;font-weight:400;
}
.sec07_column dd {width:100% !important;padding:10px 0 20px 0;}
.sec07_column dd  img {max-width:464px !important;}

}



/* ------------------------　sec07　-----------------------------*/
/* ------------------------　sec08　-----------------------------*/
.sec08{
  background:#FFF5DC;
  /* padding-top: 25px; */
}
.sec08_wrap{
  margin:0 auto;
  padding: 34px 0 0 0;
}
.sec08_ttl{
  display: flex;
  padding:85px 0 40px 0;
}
.sec08_ttl img {
  width: 236px;
}
.sec08_ttl h3 {
  font-size: 46px;
  font-weight: bold;
}
.sec08_ttl_wrap{
  padding-left:40px;
  max-width: 860px;
}
.sec08_ttl_wrap p {
  font-size:18px;
}
.sec08_img{
display: flex;
max-width:1000px;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
padding-top: 20px;
}
.sec08_img img{
  width:48%;
}


@media (max-width: 769px){
  .sec08_ttl{
    flex-direction: column;
    width:100%;
    margin: 0 auto;
    padding: 55px 0 0px 0;
  }
  .sec08_ttl span {
    font-size:21px;
  }
  .sec08_ttl h3 {
    font-size:28px;
  }
  .sec08_ttl p{
    padding:0;
  }
  .sec08_img {
    width:100%;
    padding: 30px 0 0 0;
  }
  .sec08_wrap {
    max-width: 1000px;
    width:92%;
    margin: 0 auto;
    padding: 0px 0 0 0;
  }
  .sec08_ttl_wrap {
    padding-left: 0px;
}
}

/* ------------------------　sec08　-----------------------------*/
/* ------------------------　sec09　-----------------------------*/


.sec09{
  background:#FFF5DC;
  padding-top: 25px;
  padding-bottom: 150px;
}
.ultra_cot{
  max-width:1200px;
  margin:0 auto;
  background:#fff;
}
.sec09_wrap{
  max-width:1000px;
  margin:0 auto;
  padding: 34px 0 50px 0;
}
.sec09_ttl{
  margin: 0 auto;
  text-align: center;
}
.sec09_ttl img{
  width: 240px;
  padding: 40px 0;
}
.sec09_ttl h3 {
  font-size: 30px;
  padding: 30px 0;
}
.sec09_map {
  max-width: 1000px;
  margin: 0 auto;
}
.sec09_map h3 {
  font-size: 37px;
  color: #2A344B;
  font-weight: bold;
  padding-top: 60px;
}
.sec09_map p {
  font-size:20px;
  padding-bottom: 30px;
}
.sec09_map_img{
  max-width:1000px;
}
.sec09_map a {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  color:#2A344B;
}
.sec09_access h2{
  font-size: 18px;
  color: #fff;
  background: #2A344B;
  width: 150px;
  text-align: center;
  margin-bottom: 10px;
}
.sec09_service ul {
  padding-top:18px;
  display:flex;
  justify-content: space-between;
}
.sec09_service ul li {
  width:48%;
  border:2px solid #2A344B;
  text-align: center;
}
.sec09_service ul li span {
  font-size:20px;
  text-align: center;
  padding:10px 0;
}
.sec09_service ul li h3 {
  font-size: 27px;
  background: #FBD100;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  padding: 20px 0;
}
.sec09_service ul li h4 {
  font-size: 18px;
  background: #2A344B;
  color: #fff;
  padding: 6px 0;
  margin: 17px auto;
  width: 80%;
}
.sec09_service ul li p {
  font-size:16px;
  padding: 10px 53px 10px 53px;
}
.sec09_service ul li p.sec09_service_top {
  text-align: center;
  font-size: 20px;
}

.sec09_information{
  border: 2px solid #2A344B;
  padding: 10px;
}
.sec09_information h3{
  display: inline-block;
  background: #2A344B;
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: 20px;
}
.sec09_information p{
  font-size: 16px;
  padding-top: 10px;
}

.sec09_access ul li{
  font-size:16px;
  padding-bottom: 20px;
}

.sec09_red {
  color:#A81F3A;
  font-size:40px;
  font-weight:bold;
}



@media (max-width: 769px){
  .sec09 {
    background: #FFF5DC;
    padding-top: 20px;
    padding-bottom: 150px;
  }
  .sec09_ttl {
  border-top: 1px solid #000;
  }
  .sec09_service ul {
    flex-direction: column;
  }
  .sec09_service ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec09_service{
    width: 80%;
    margin: 0 auto;
  }
  .sec09_service ul li h3 {
    font-size: 17px;
  }
  .sec09_service ul li p {
    padding: 10px 20px;
  }
  .sec09_information{
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .sec09_information h3{
    font-size: 16px;
  }
  .sec09_map h3 {
    font-size: 23px;
  }
  .sec09_map p {
    font-size: 16px;
    padding: 0 0 20px 0;
  }
  .sec09_red {
    font-size: 27px;
}
.sec09_map {
  width:92%;
  margin: 0 auto;
}
.sec09_map a {
  font-size: 20px;
}
.sec09_access{
  width:92%;
  margin: 0 auto;
}
.sec09_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.sec09 {
  padding-top: 0px;
        padding-bottom: 0px;

}

}

/* ------------------------　sec09　-----------------------------*/

.pc{display:block;}
.sp{display:none;}

@media (max-width: 769px){
  .pc{display:none;}
  .sp{display:block;}
}

@media (max-width: 1401px){
}

@media (max-width: 1080px){

  .sec01,
  .sec02_wrap,
  .sec03,
  .sec04,
  .sec05,
  .sec06,
  .sec07,
  .sec08 {
    width: 92%;
    margin: 0 auto;

  }
}
@media (max-width: 821px){
}
@media (max-width: 431px){
}

@media (max-width: 375px){
}
