@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  overscroll-behavior-y: none;
}

/* .body_cover {
  width: 100%;
  background-image: url("../images/back0324.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -10px;
}
@media screen and (max-width: 1280px) {
  .body_cover {
    background-position: -420px -10px;
  }
}
@media screen and (max-width: 640px) {
  .body_cover {
      background-image: url(../images/base_htc_sp.jpg);
      background-position: center -10px;
  }
  } */

.body_cover {
  width: 100%;
  background-image: url("../images/back0324.jpg");
  background-repeat: no-repeat;
  background-position: center -10px;
  background-size: cover; 
}

@media screen and (min-width: 641px) and (max-width: 1400px) {
  .body_cover {
    background-position: -680px -10px;

  }
}
@media screen and (max-width: 640px) {
  .body_cover {
    background-image: url("../images/base_htc_sp.jpg");
    background-position: center -20px;
    background-size: cover;
  }
}

.l_header_box {
  height: 54px;
}
.l_header {
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .l_header {
    margin: 15px;
  }
}

.l_header .header_flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l_header .header_flex .logo {
  width: 205px;
}
@media screen and (max-width: 768px) {
  .l_header .header_flex .logo {
    width: 130px;
  }
}

.l_header .header_flex .logo img {
  width: 100%;
}

.l_header_right .sdg_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}

.l_header_right .sdg_list .sdg_item {
  width: 50px;
  margin: 2px;
}
@media screen and (max-width: 768px) {
  .l_header_right .sdg_list .sdg_item {
    width: 26px;
    margin: 2px;
  }
}

.l_header_right .sdg_list .sdg_item img {
  width: 100%;
}

main {
  width: 100%;
  margin-bottom: 114px;
}
@media screen and (max-width: 768px) {
  main {
    margin-bottom: 0;
  }
}
main .main_Container .title_h1 {
  text-align: center;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 32px;
  margin-top: 215px;
}
@media screen and (max-width: 768px) {
  main .main_Container .title_h1 {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

main .sub_TxtContainer .sub_Txt {
  font-size: 21px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main .sub_TxtContainer .sub_Txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  main .sub_TxtContainer .sub_Txt {
    font-size: 14px;
  }
}

.city_Img img {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .city_Img img {
    margin-bottom: 14px;
  }
}

.line_Txt {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .line_Txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .line_Txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.line_Txt:before,
.line_Txt:after {
  background: #fff;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.line_Txt:before {
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .line_Txt:before {
    margin-right: 10px;
  }
}

.line_Txt:after {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .line_Txt:after {
    margin-left: 10px;
  }
}

.link_List {
  width: 100%;
  margin: 0 auto 1rem;
  text-align: center;
}

.link_List .circle {
  text-decoration: none;
  text-align: center;
}

.link_List .circle .add_margin {
  margin-top: -33%;
}
@media screen and (max-width: 640px) {
.link_List {
  margin: 0 auto;
}
}

.produced_wrap {
  text-align: center;
  color: #fff;
}

.produced_wrap .produced_Title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .produced_wrap .produced_Title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .produced_wrap .produced_Txt {
    letter-spacing: -0.4px;
  }
}

.produced_wrap .produced_Txt {
  font-size: 14px;
  font-weight: normal;
  font-feature-settings: "palt";
}

.produced_wrap .produced_Txt a {
  color: #fff;
}

.produced_wrap .produced_Txt a:hover {
  color: #2ca6e0;
}

.produced_wrap .produced_border {
  border: solid 1px #fff;
  margin-bottom: 30px;
}

.link_List_second .poper {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.link_List_second .poper p {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.link_List_second .poper .poper_Link {
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #fff;
  border-radius: 12px;
  padding: 24px 0;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link_List_second .poper .Big_padding {
  padding: 32px 0;
}
@media screen and (max-width: 991px) {
  .link_List_second .poper .poper_Link {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .produced_wrap .produced_border {
    border: solid 1px #fff;
    margin-bottom: 2rem;
  }
  .link_List_second .poper .poper_Link {
    font-size: 18px;
    font-weight: bold;
    padding: 1.2rem 0;
  }
  .link_List_second .poper .Big_padding {
    padding: 2.2rem 0;
  }
  .link_List_second {
    margin: 0 82px;
  }
  
}
.imgBefore {
  padding: 32px 0;
  position: relative;
  line-height: 2em;
  text-indent: 2em;
}

.imgBefore::before {
  position: absolute;
  margin-left: -60px;
  top: 14px;
  content: "";
  display: inline-block;
  width: 4em;
  height: 4em;
  background: url(../images/abinc.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .imgBefore::before {
    top: 1.2rem;
    width: 4em;
    height: 3.5em;
    margin-left: -45px;
  }
}
@media screen and (max-width: 767px) {
  .imgBefore::before {
    margin-left: -3.5rem;
  }  
  .lg-3.link-box {
    padding-bottom: 2rem!important;
  }
}
@media screen and (max-width: 430px) {
  .link_List_second .poper .poper_Link {
    font-size: 14px;
  }
  .imgBefore::before {
    margin-left: -2.6rem;
    top: 1.5rem;
  }  
  .link_List_second{
    width: 70%;
    margin: 0 auto;
  }
}

/* 250220 add*/
.by30{
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .3rem;
  width: 35rem;
  margin: 0 auto;
}
.by30 .inner{
  margin: .3rem 0;
  padding: .3rem .1rem .2rem ;
  border-top: 2px solid #8dc21f;
  border-bottom: 2px solid #8dc21f;
  display: flex;
  flex-wrap:wrap;
  width:100%;
  height: 70px;
  font-size: 13px;
  font-feature-settings: 'palt';
  align-items: center;
  justify-content: center;
  color:#6a3906;
}
.by30 figure{
  width: 100%;
  margin: .18rem auto .2rem;
  display: flex;
  justify-content: center;
}
.by30 figure img{width: 25%;}
.by30 p{
  width: 100%;
  text-align:center;
}

@media screen and (max-width: 768px) {
.by30{
  margin:0 auto 4rem; 
  width: 80%;
}
.by30 .inner{
  margin: .4rem 0;
  padding: .5rem 1rem 0 ;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15.5px;
}
.by30 figure{
  width: 80%;
  margin: 0 0 .2rem;
}
.by30 figure img{
  width: 60%;
  margin: 0!important;
  padding: 0!important;
}
.by30 p{
  width: 100%;
  text-align: center;
  line-height: 1.2;
  margin-bottom: .4rem;
}
}
@media screen and (max-width: 640px) {
.by30 .inner{
  font-size: 12.5px;
}  
}



footer .footer_Txt {
  color: #fff;
  background: #8dc21f;
  text-align: center;
  font-size: 0.6rem;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
    line-height: 1.3;
  }
}

.circle {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: solid 1px #fff;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.circle:hover {
  background: #2ca6e0;
  color: #fff;
}
.circle span {
  position: absolute;
  display: inline-block;
  left: -40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  text-align: center;
  font-weight: bold;
}
.link_Txt {
  font-size: 18px;
}
.line-space {
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .circle {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
  }
  .circle span {
    left: -38%;
    width: 130px;
  }
  .link_Txt {
    font-size: 13px;
  }
  .line-space {
    line-height: 1.2;
  }
}
.r {
  color: #fff;
}

.sp_flex_wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .sp_flex_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .sp_flex_wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.sp_flex_wrap_2 {
  width: 62%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sp_flex_wrap2 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 920px) {
  .sp_flex_wrap2 {
    width: 100%;
    margin: 0 auto;
  }
}

.license {
  margin: 0 2rem;
}
@media screen and (max-width: 920px) {
  .license {
    margin: 0 0rem;
  }
}

.hide {
  opacity: 0;
}
.f_hide {
  opacity: 0;
}

/* 追加 */
.text_add0503 {
  width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
.text_add0503 .abinc_btnwrap {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 20px 145px;
  border: solid 2px #fff;
  border-radius: 6px;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.city_ImgSp {
  margin-bottom: 25px;
}

@media screen and (max-width: 920px) {
  .text_add0503 .abinc_btnwrap {
    padding: 11px 13%;
    font-size: 15px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .text_add0503 .abinc_btnwrap {
    padding: 18px 10%;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .text_add0503 {
    margin: 0 auto 36px;
  }
  .text_add0503 .abinc_btnwrap {
    width: 100%;
    border-radius: 3px;
    font-size: 15px;
    margin: 0 auto;
    border-radius: 5px;
  }
  .modal-flexbox {
    display: block;
    margin-bottom: 1rem;
  }
}
/* ソンデンcode */
.box1 {
  margin: 0 1% 0 0;
}
.box2 {
  margin: 0 1% 0 1%;
}
.box3 {
  margin: 0 0 0 1%;
}

@media screen and (max-width: 768px) {
  .box1 {
    margin: 0 0 0 0;
  }
  .box2 {
    margin: 0 0 0 0;
  }
  .box3 {
    margin: 0 0 0 0;
  }
}

.poper_Link:hover {
  background: #2ca6e0;
  color: #fff;
}
.abinc_btnwrap:hover {
  background: #2ca6e0;
  color: #fff;
}
/* ソンデンcode */

/* PCの指定 */
.sp_block {
  display: none;
}

.img_pcnone {
  display: none;
}
/* スマホの指定が下記 */
@media screen and (max-width: 640px) {
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .img_spnone {
    display: none;
  }
  .img_pcnone {
    display: block;
  }
}
.hidemain {
  opacity: 0;
}



/* 2022.07.17_add */
.popup-content
  .modal
  .modal__content
  .modal__content__wrapper
  .modal__content__text
  .modal__content__common
  .modal-flexbox2
  .modal-flexbox_list {
  width: 65% !important;
}
@media screen and (max-width: 768px) {
  .popup-content
    .modal
    .modal__content
    .modal__content__wrapper
    .modal__content__text
    .modal__content__common
    .modal-flexbox2
    .modal-flexbox_list {
    width: 100% !important;
    display: block;
  }
}

.popup-content
  .modal
  .modal__content
  .modal__content__wrapper
  .modal__content__text
  .modal__content__common
  .modal-flexbox2
  .modal-flexbox_list2 {
  width: 31.5% !important;
}

@media screen and (max-width: 768px) {
  .popup-content
    .modal
    .modal__content
    .modal__content__wrapper
    .modal__content__text
    .modal__content__common
    .modal-flexbox2
    .modal-flexbox_list2 {
    width: 100% !important;
    /* margin: 0 auto; */
  }
}
.text_flex_add {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-flexbox_list3 {
    display: block;
  }
  .text_flex_add {
    display: block;
  }
  .popup-content
    .modal
    .modal__content
    .modal__content__wrapper
    .modal__content__text
    .modal__content__common
    .modal-flexbox
    .modal-flexbox_list3
    figure {
    width: 100%;
    margin-bottom: 8px;
  }
}
.text_flex_add .sp_font {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .popup-content
    .modal
    .modal__content
    .modal__content__wrapper
    .modal__content__text
    .modal__content__common
    .modal-flexbox2
    .text_flex_add
    .sp_font {
    width: 100%;
    margin-bottom: 4px;
  }
}
/*# sourceMappingURL=style.css.map */
