@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body{
  background: #f4f0e6;
  font-family: "Noto Sans JP", sans-serif;
}
.main-v{
  position: relative;
}
.main-v__area {
  width: 100%;
}

.main-v__image {
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 15/8;
  position: relative;
}
.main-v__slide{
  height: 100%;
  width: 100%;
}
.main-v__slide .slick-list,
.main-v__slide .slick-track{
  height: 100%;
  width: 100%;
}
.main-v__txt{
  position: absolute;
  top: 52%;
  left: calc(50% - 710px);
}
.main-v__txt_ttl01{
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 0 0 15px;
  text-shadow: 0 0 5px #000;
}
.main-v__txt_ttl01 span{
  font-size: 28px;
}
.main-v__txt_ttl02{
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0 0 0 15px;
  text-shadow: 0 0 5px #000;
}
.main-v__news{
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  color:#fff;
  padding: 30px 50px 10px;
  display: flex;
  font-size: 14px;
  width: 900px;
}
.main-v__news-ttl{
  font-size: 14px;
  width: 90px;
}
.main-v__news-content a{
  display: flex;
  margin-bottom:10px;
  position: relative;
}
.main-v__news-content a:after{
  content:"";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:10px;
  right: 0;
  transition: 0.2s;
}
.main-v__news-content a:before{
  content:"";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:10px;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}
.main-v__news-content a:hover:after{
  margin-right: -5px;
}
.main-v__news-content a:hover:before{
  margin-right: -5px;
}
.main-v__news-content-date{
  width: 85px;
  font-size: 12px;
}
.main-v__news-content-txt{
  width: 380px;
  padding-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-v__news-content-link{
  margin: 0 0 0 auto;
}
.main-v__news-content-link a{
  padding: 10px 0;
  display: block;
  width: 120px;
  position: relative;
  margin: 0 0 0 auto;
}
.main-v__news-content-link a:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  transition: 0.2s;
}
.main-v__news-content-link a:before{
  content:"";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}
.main-v__news-content-link a:hover:after{
  margin-right: -5px;
}
.main-v__news-content-link a:hover:before{
  margin-right: -5px;
}
.main-v__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .main-v__txt {
    left: 0;
  }
}
@media screen and (max-width: 1220px) {
  .main-v__area {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1000px) {
  .main-v__txt {
    left: 0;
    top:200px;
  }
  .main-v__news {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .main-v__image{
    min-height: 500px;
  }
  .main-v__news-box{
    max-width: calc(100% - 80px);
  }
  .main-v__news-content-txt{
    max-width: calc(100% - 90px);

  }
}
@media screen and (max-width: 767px) {
  .main-v__txt_ttl01{
    font-size: 26px;
  }
  .main-v__txt_ttl01 span{
    font-size: 22px;
  }
  .main-v__txt_ttl02{
    font-size: 18px;
  }
  .main-v__news {
    padding: 20px 15px 10px;
  }
}

.sec02{
  overflow: hidden;
  background: #045d49;
  color:#fff;
  padding: 80px 0 80px;
}
.sec02__content{
  position: relative;
}
.sec02__img{
  width: 122px;
  margin: 0 auto;
}
.sec02__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec02__ttl{
  text-align: center;
  padding: 55px 0 8px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.sec02__ttl span{
  color:#3877d3;
}
.sec02__txt{
  text-align: center;
  padding: 45px 20px 0;
  line-height: 1.9;
  font-size: 16px;
}
.sec02__link{
    margin: 75px auto 0;
    position: relative;
    width: 300px;
    max-width: 80%;
    text-align: left;
    font-size: 18px;
}
.sec02__link a{
  display: block;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.sec02__link a:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  transition: 0.2s;
}
.sec02__link a:before{
  content:"";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec02__link a:hover:after{
  margin-right: -5px;
}
.sec02__link a:hover:before{
  margin-right: -5px;
}


@media screen and (max-width: 767px) {
  .sec02{
    padding: 60px 0 60px;
  }
}

.sec03{
  margin: 130px auto;
}
.sec03__img{
  width: 416px;
  max-width: 100%;
}
.sec03__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.sec03__ttl{
  padding: 0;
  margin: 0;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #035d48;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}
.sec03__ttl span{
  font-size: 48px;
}
.sec03__flex{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  margin: 40px 0;
}
.sec03__flex-box{
  background: #045d49;
  width: calc(33.333% - 15px);
  color:#fff;
  position: relative;
  padding: 30px;
}
.sec03__num {
  display: block;
}
.sec03__num img{
  width: auto;
  position: absolute;
}
.sec03__flex-ttl{
  font-size: 20px;
  padding-top: 70px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 15px;
}
.sec03__flex-txt{
  font-size: 14px;
  line-height: 2;
}
.sec03__flex-btn{
  margin: 17px -13px -9px auto;
  background: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: relative;
  transition: 0.2s;
}
.sec03__flex-btn:after{
  content: "";
  width: 1px;
  height: 22px;
  background: #000;
  position: absolute;
  bottom: 8px;
  right: 20px;
}
.sec03__flex-btn:before{
  content:"";
  width: 1px;
  height: 7px;
  background: #000;
  position: absolute;
  bottom:8px;
  right: 20px;
  transform-origin: bottom right;
  transform: rotate(45deg);
}
.sec03__flex-box:hover .sec03__flex-btn{
  transform: translate(0 , 5px);
}
.sec03__flex02{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 80px auto 100px;
}
.sec03__flex02-2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 80px auto 100px;
}
.sec03__flex02-box{
  width: 48%;
  box-sizing: border-box;
}
.sec03__flex02-ttl{
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  color: #035d48;
}

.sec03__flex02-ttl .small{
  font-size: 20px;
  font-weight: 500;
  line-height: 3.5rem;
  color: #035d48;

}

.sec03__num02 {
  display: block;
  position: absolute;
  top:-120px;
}
.sec03__num02 img{
  width: auto;
  position: absolute;
  max-width: unset;
}
.sec03__flex-txt02{
  font-size: 16px;
  line-height: 2.4;
}

.sec03__flex-txt02 .under-line{
    background: linear-gradient(transparent 70%, #c7dabf 50%);
}


.sec03__flex-txt02 .note{
  font-size: 14px;
  margin-top: 30px;
  color: #808080;
}

.sec03__flex02-img{
  width: 46%;
}


@media screen and (max-width: 767px) {
  .sec03{
    margin: 80px auto;
  }
  .sec03__ttl{
    font-size: 26px;
  }
  .sec03__ttl span{
    font-size: 35px;
  }
  .sec03__flex{
    display: block;
    margin: 40px 0 100px;
  }
  .sec03__flex-box{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .sec03__flex02{
    margin: 60px auto 80px;
    flex-direction: column-reverse;
  }
  .sec03__flex02-2{
    margin: 60px auto 80px;
    flex-direction: column-reverse;
  }
  .sec03__flex02-box{
    width: 100%;
  }
  .sec03__flex02-ttl{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
  }

.sec03__flex02-ttl .small{
  font-size: 18px;
  font-weight: 500;
  line-height: 2.8rem;
}

  .sec03__num02 {
    display: block;
    position: absolute;
    top:-50px;
  }
  .sec03__num02 img{
    width: 90px;
  }
  .sec03__num02-2 img{
    width: 108px;
  }
  .sec03__num02-3 img{
    width: 100px;
  }
  .sec03__flex-txt02{
    font-size: 16px;
    line-height: 2.4;
  }

  .sec03__flex-txt02 .note{
  font-size: 12px;
  margin-top: 20px;
  color: #808080;
}

  .sec03__flex02-img{
    width: 100%;
    margin-bottom: 70px;
  }
}






.sec04{
  margin: 145px auto 50px;
  background: #045d49;
}
.sec04__flex{
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.sec04__flex-box01{
  width: 33.333%;
  position: relative;
  background: #045d49;
  aspect-ratio: 1/1;
  color:#fff;
}
.sec04__flex-box01-img {
  width: 58%;
  margin: 27% auto;
}
.sec04__flex-img{
  width: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.sec04__flex-img:after{
  background: rgba(0,0,0,0.4);
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  transition: 0.2s;
}
.sec04__flex-box02:hover .sec04__flex-img:after{
  background: rgba(255,255,255,0.2);
}
.sec04__flex-box01-img  img{
  width: 100%;
}
.sec04__ttl_box{
  padding: 0;
  margin: 10% auto 0;
  max-width: 300px;
}
.sec04__ttl{
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}
.sec04__ttl_02{
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 30px 0 0 0;
}

.sec04__ttl_03 p{
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 30px 0 18px 0;
}

.sec04__ttl_03 p a{
  text-decoration: underline;
}
.sec04__ttl_03 p a:hover{
    text-decoration: none;

}

.sec04__ttl_03 span{
  display: inline-block;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0 10px 0;
}

.sec04__flex-box02{
  width: 33.333%;
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  font-size: 24px;
  font-weight: 500;
  transition: 0.2s;
}
.sec04__flex-box02-content{
  margin-top: 60px;
}
.sec04__flex-box02:hover{
  color:#000;
}
.sec04__flex-num{
  text-align: center;
  height: 60px;
  position: relative;
  transition: 0.2s;
}
.sec04__flex-num img{
  transition: 0.2s;
}
.sec04__flex-num .hover{
  position: absolute;
  top:0;
  right: 50%;
  transform: translate(50% , 0);
  opacity: 0;
  transition: 0.2s;
}
.sec04__flex-box02:hover .sec04__flex-num .hover{
  position: absolute;
  top:0;
  right: 50%;
  transform: translate(50% , 0);
  opacity: 1;
}
.sec04__flex-box02:hover .sec04__flex-num .base{
  opacity: 0;
}
.sec04__flex-txt{
  margin: 10px;
}
.sec04__flex-num img{
  width: auto;
}
.sec04__flex-box a{
  margin: -25px auto  0;
  width: 270px;
}
.sec04__flex-btn{
  margin: 60px auto 0;
  background: #fff;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  position: relative;
}
.sec04__flex-btn:after{
  content: "";
  width: 17px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 17px;
  right: 9px;
}
.sec04__flex-btn:before{
  content:"";
  width: 7px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 17px;
  right: 9px;
  transform-origin: bottom right;
  transform: rotate(45deg);
}
.sec04__link{
  display: flex;
  justify-content: space-between;
  margin: 85px 0 0;
  flex-wrap: wrap;
}
.sec04__link-txt{
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1rem;
    width: 470px;
    max-width: 100%;
    justify-content: space-between;
}
.sec04__link_btn{
    width: 660px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin-top: 15px;
}
.sec04__link_btn a{
  color:#fff;
  position: relative;
  color:#fff;
  width: 46%;
  font-size: 18px;
  padding: 5px 0 10px;
  line-height: 1.4;
}
.sec04__link_btn a:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  transition: 0.2s;
}
.sec04__link_btn a:before{
  content:"";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec04__link_btn a:hover:after{
  margin-right: -5px;
}
.sec04__link_btn a:hover:before{
  margin-right: -5px;
}
.sec04__bgimg img{
  width:  auto;
  text-align: right;
}
.sec04__bgimg{
  margin: 30px  0 0 auto;
  padding-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .sec04__flex-btn{
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec04__ttl{
    font-size: 30px;
  }

.sec04__ttl_box{
  margin: 15% auto;
}

  .sec04__ttl_02{
    font-size: 16px;
  }
  .sec04__flex-box01{
    width: 100%;
    aspect-ratio: unset;
  }
  .sec04__flex-box02{
    width: 100%;
  }
  .sec04__flex-btn{
    margin: 40px auto 0;
  }
  .sec04__link{
    display: block;
  }
  .sec04__link-txt{
    width: 100%;
  }
  .sec04__link_btn{
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec04__link_btn a{
    width: 300px;
    display: block;
  }
}

.sec05{
  margin: 105px auto 90px;
  padding : 0;
  overflow: hidden;
}
.sec05__ttl{
  margin-bottom: 58px;
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
  align-items: center;
}
.sec05__ttl img{
  width: auto;
  height: 100%;
}
.sec05__ttl_box{
  padding: 0;
  margin: 0 0 58px 0;
  display: flex;
  align-items: center;
}
.sec05__ttl_01{
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #035d48;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}
.sec05__ttl_02{
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #035d48;
  padding: 0 0 0 25px;
}

.sec05__link{
    margin: 63px 0 0 auto;
    position: relative;
    width: 300px;
    max-width: 80%;
    text-align: left;
    font-size: 18px;
    z-index: 2;
}
.sec05__link a{
  display: block;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.sec05__link a:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom:0;
  right: 0;
  transition: 0.2s;
}
.sec05__link a:before{
  content:"";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom:0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec05__link a:hover:after{
  margin-right: -5px;
}
.sec05__link a:hover:before{
  margin-right: -5px;
}
#sec05 .sec05-box{
  width: 300px;
  margin: 20px 20px 0;
}
#sec05 .sec05-box a{
  display: block;
}

#sec05 .sec05-box a .small{
  font-size: 13px;
  display: inline-block;
  padding-top: 10px;
}

.sec05-box-img{
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 3/4;
}
#sec05 .sec05-box img{
  transition: 0.2s;
}
.sec05-box a:hover img{
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #sec05 .sec05-box{
    width: 200px;
    margin: 20px 10px 0;
  }
  .sec05__ttl_box{
    padding: 0;
    margin: 0 0 58px 0;
    display: block;
    align-items: center;
  }
  .sec05__ttl_01{
    font-size: 32px;
  }
  .sec05__ttl_02{
    font-size: 16px;
    padding: 15px 0 0 0;
  }
  .sliderArea{
    width: 80%;
    margin: 0 auto;
  }
  #sec05  .slick-list{
    overflow: visible;
  }
}

.sec06{
  padding: 90px 0 35px;
  background: #e9e4d9;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.sec06__ttl{
  margin-bottom: 52px;
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
  align-items: center;
}
.sec06__ttl img{
  width: auto;
  height: 100%;
}
.sec06__ttl_box{
  padding: 0;
  margin: 0 0 52px 0;
  display: flex;
  align-items: center;
}
.sec06__ttl_01{
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #035d48;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}
.sec06__ttl_02{
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #035d48;
  padding: 0 0 0 25px;
}
.sec06__flex{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 20px 70px;
}
.sec06__flex02{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 20px 70px;
  pointer-events: none;
  transition: 0.2s;
  opacity: 0;
  height: 0;
}
input:checked ~ .sec06__flex02{
  height: auto;
  pointer-events: auto;
  opacity: 1;
}
.sec06__flexbox{
  background: #f5f3ef;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 20px;
  width: calc(33.33% - 48px);
}
.sec06__img{
  overflow: hidden;
  aspect-ratio: 7/5;
}
.sec06__flexbox img{
  transition: 0.2s;
}
.sec06__flexbox:hover img{
  transform: scale(1.1);
}
.sec06__flexbox-name{
  font-size:26px;
  font-weight: 500;
  background-image : linear-gradient(to right, #ddd5c4 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x; 
  background-position: left bottom;
  padding: 20px;
}
.sec06__flexbox-ttl{
  color:#035d48;
  font-size:14px;
  padding: 10px 20px;
}
.sec06__flexbox-txt{
  font-size:16px;
  padding: 0 20px;
  line-height: 1.6;
}
.sec06__flexbox-name span{
  font-size:14px;
  font-weight: 400;
}
.sec06__link-box{
  margin: 30px auto;
  text-align: center;
}
#sec06 input{
  display: none;
}
.sec06__link{
  margin: 25px auto 25px;
  font-size: 18px;
  position: relative;
  padding-right: 30px;
}
.sec06__link .open{
  display: inline-block;
  width: 90px;
}
.sec06__link .close{
  display: none;
  width: 90px;
}
input:checked ~ .sec06__link-box .sec06__link .close{
  display: inline-block;
}
input:checked ~ .sec06__link-box .sec06__link .open{
  display: none;
}
.sec06__link:after{
  position: absolute;
  content:"";
  width: 15px;
  height: 1px;
  background: #000;
  right: 0;
  top:50%;
  transition: 0.2s;
}
.sec06__link:before{
  position: absolute;
  content:"";
  width: 15px;
  height: 1px;
  background: #000;
  right: 0;
  top:50%;
  transform: rotate(90deg);
  transition: 0.2s;
}
input:checked ~ .sec06__link-box .sec06__link::before{
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .sec06__ttl_box{
    padding: 0;
    display: block;
    align-items: center;
  }
  .sec06__ttl_01{
    font-size: 32px;
  }
  .sec06__ttl_02{
    font-size: 16px;
    padding: 15px 0 0 0;
  }
  .sec06__flexbox{
    width: 100%;
  }
}


.sec07{
  padding: 102px 0 130px;
}
.sec07__flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec07__img01{
  padding: 65px 0 0 0px;
  max-width: 30%;
}
.sec07__img02{
  padding: 111px 0 0 0px;
  max-width: 25%;
}
.sec07__img03{
  padding: 111px 0 0 0px;
  max-width: 40%;
}
.sec07__content{
  width: 400px;
  margin: 60px 0 0 0;
}
.sec07__content img{
  width: 305px;
}
.sec07__img04{
  width: calc(100% - 450px);
  margin: 60px 0 0 0;
}
.sec07__content-txt{
  padding: 30px 0 0 60px;
  line-height: 2;
}
.sec07__link{
    margin: 63px 0 0 60px;
    position: relative;
    width: 300px;
    max-width: 80%;
    text-align: left;
    font-size: 18px;
    z-index: 2;
}
.sec07__link a{
  display: block;
  padding: 10px 0;
  width: 100%;
    position: relative;
}
.sec07__link a:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom:0;
  right: 0;
  transition: 0.2s;
}
.sec07__link a:before{
  content:"";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom:0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec07__link a:hover:after{
  margin-right: -5px;
}
.sec07__link a:hover:before{
  margin-right: -5px;
}

.sec07__link-box{
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
}
.sec07__link-box span{
  display: inline-block;
}
.sec07__link-box a{
  text-decoration: underline;
  margin-left: 10px;
  display: inline-block;
}
.sec07__link-box a:hover{
  color: #035d48;
}
@media screen and (max-width: 767px) {
  .sec07__img01{
    max-width: 46%;
    padding-top: 0;
    
  }
  .sec07__img02{
    max-width: 46%;
    padding: 30px 0;
  }
  .sec07__img03{
    padding: 0 0 10px;
    max-width: 100%;
  }
  .sec07__content{
    width: 100%;
  }
  .sec07__img04 {
    width: 100%;
  }
  .sec07__link-box{
    text-align: left;
  }
  .sec07__content{
    width: 100%;
  }
  .sec07__img04 {
    width: 100%;
  }
}


#contact{
  position: relative;
}
#contact:after{
  position: absolute;
  width: 100%;
  height: 100%;
  content:"";
  background: rgba(0,0,0,0.2);

}
.contact-flex{
  display: flex;
}
.contact-img{
  width: calc(50% + 150px);
}
.contact-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact-content{
  width: calc(50% - 150px);
  min-width: 550px;
  padding: 130px 90px 110px;
  background: #035d48;
  box-sizing: border-box;
}
.contact-ttl{
  width: 218px;
  margin-bottom: 40px;
}
.contact-ttl_01{
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 40px;
}
.contact-txt{
  color:#fff;
  line-height: 2;
}
.contact-link{
  margin: 63px 0 0 0;
  position: relative;
  width: 300px;
  max-width: 90%;
  text-align: left;
  font-size: 18px;
  z-index: 2;
}
.contact-link a{
  display: block;
  padding: 10px 0;
  width: 100%;
  color:#fff;
  position: relative;
}
.contact-link a:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  transition: 0.2s;
}
.contact-link a:before{
  content:"";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}
.contact-link a:hover:after{
  margin-right: -5px;
}
.contact-link a:hover:before{
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .contact-flex{
    display: block;
  }
  .contact-content{
    width: 100%;
    min-width: 250px;
    padding: 30px;
  }
  .contact-img{
    width: 100%;
    min-width: none;
  }
}
