@charset "UTF-8";

/* ===================================
上書き
=================================== */
.detail_sec.mt {
  margin-top: 0px;
}
.logo_02 a .cross_img {
  margin-left: 13px !important;
  margin-right: 13px !important;
}
.logo_02 a .logo_icon {
  margin-top: -6px !important;
}
.fv_txt_box02 {
  justify-content: center;
}
.div_column_txt p a {
  word-wrap: break-word;
}

.news_ttl_box {
  align-items: center;
}

.fv_txt_box, .fv_txt_box02 {
  max-width: none;
  width: 100%;
  border: unset;
  box-shadow: 0px 4px 20px rgba(0, 175, 231, 0.1);
}

/* ===================================
FV
=================================== */
/* スケジュール情報 */
.fv_txt_wrap {
  max-width: 600px;
  margin-bottom: 50px;
}
.fv_txt_box_02 {
  margin: 30px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.fv_txt_box_02 .txt01 {
  font-size: 2.8rem;
  font-weight: 900;
}
.fv_txt_box_02 .txt02 {
  color: #2B77F6;
  font-size: 4.0rem;
  font-weight: 900;
  position: relative;
}
.fv_txt_box_02 .txt02 .white::after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  left: -4px;
  z-index: -1;
}
.fv_txt_box_02 .txt02 .white {
  position: relative;
  z-index: 1;
}
.fv_txt_box_02 .txt02 .small {
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 1025px) {
  .fv_inner {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 941px) {
  .division_list li {
    margin: 10px 19px;
  }
}

@media screen and (max-width: 767px) {
  .division_list {
    justify-content: space-between;
    max-width: 100%;
    /* width: 100%; */
    width: fit-content;
  }
  .division_list li {
    /* width: calc(100% / 3); */
    width: fit-content;
    margin: 5px 0;
  }
  .division_list li img {
    margin: auto;
    height: 7.5vw;
  }
  .fv_txt_wrap {
    flex-direction: column;
  }
  .fv_txt_box_02 {
    margin: 20px auto 0;
  }
  .fv_txt_box_02 .txt01 {
    font-size: 1.8rem;
  }
  .fv_txt_box_02 .txt02 {
    font-size: 3.2rem;
  }
  .fv_txt_box_02 .txt02 .small {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  .fv_txt_img {
    max-width: 100%;
  }
  .fv_txt_img img {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .fv_txt_box {
    max-width: 100%;
  }
}



/* タブボタン
==============================　*/
.area{
  display: block;
}
.area_inner{
  display: block;
  opacity: 1;
}
.detail_tab{
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  margin-top: 115px;
}
.detail_tab .tab01{
  width: calc(50% - 20px);
}
.detail_tab .tab01 p{
  position: relative;
  top: -50px;
  display: block;
  border-radius: 20px;
  padding: 16px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  transition: .3s;
}
.detail_tab .tab01 p span{
  font-size: 3rem;
}

.detail_tab .tab01 p{
  background-color: #036EB8;
  border: 4px solid #036EB8;
  color: #fff;
}
.detail_tab .tab01 p::after{
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #036EB8 transparent transparent transparent;
}


@media screen and (max-width: 1025px) {
  .detail_tab{
    margin-top: 75px;
  }
  .detail_tab .tab01{
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .detail_tab{
    margin-top: 85px;
  }
  .detail_tab .tab01 p{
    font-size: 1.6rem;
  }
  .detail_tab .tab01 p span{
    font-size: 2rem;
  }
}
@media screen and (max-width: 449px){
  .detail_tab .tab01 p{
    font-size: 1.4rem;
  }
  .detail_tab .tab01 p span{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px){
  .detail_tab .tab01 p{
    font-size: 1.4rem;
  }
  .detail_tab .tab01 p span{
    font-size: 1.4rem;
  }
}



/* 自治体記事 */
.div_column_sec {
  top: 30px;
}

.cta_txt_box{
  border-radius: 40%;
}


/* ===================================
partner
=================================== */
.partner {
  background-color: #E5F7FD;
  padding-top: 80px;
  padding-bottom: 80px;
}

.partner_box {
  padding: 30px 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}

.partner_box .ttl {
  font-size: 1.6rem;
  font-weight: 900;
  color: #036EB8;
  text-align: center;
  margin-bottom: 20px;
}

.partner_box .Listwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -30px;
}

.partner_box .Listwrap li {
  border: 1px solid #036EB8;
  border-radius: 10px;
  max-width: 180px;
  width: 100%;
  max-height: 72px;
  overflow: hidden;
  margin: 0 30px 20px 0;
}

.partner_box .Listwrap li img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 18 / 7;
}

@media screen and (max-width: 600px) {
  .partner_box .Listwrap {
    flex-direction: column;
    margin-right: 0px;
  }

  .partner_box .Listwrap li {
    margin: 0 0px 20px 0;
  }
}


/* スケジュール(sp用) */
@media screen and (max-width: 768px) {
  .d_s_pc{
    display: none;
  }
  .d_s_sp{
    display: block;
  }
  .d_s_box .ttl_box{
    display: flex;
  }
  .d_s_box .ttl_box .year{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    font-size: 2rem;
    font-weight: 700;
  }
  .d_s_box .ttl_box .ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((80% / 2));
    padding: 9px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4em;
  }
  .d_s_box .ttl_box .ttl.left{
    background-color: #036EB8;
    margin-right: 5px;
  }
  .green .d_s_box .ttl_box .ttl.left{
    background-color: #4CB5A5;
    margin-right: 5px;
  }
  .d_s_box .ttl_box .ttl.right{
    background-color: #036EB8;
  }
  .s_cont_box{
    margin-top: 10px;
  }
  .s_cont_box:first-of-type{
    margin-top: 0;
  }
  .s_month_box{
    position: relative;
    left: -15.5%;
    width: 20%;
    margin-bottom: 10px;
  }
  .s_month_box .month{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEEEEE;
    border-radius: 50%;
    margin: auto;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .s_content_wrap{
    position: relative;
    width: 90%;
    margin-top: 13px;
    margin-left: auto;
    padding-left: 5%;
    padding-bottom: 20px;
    z-index: 0;
  }
  .s_content_wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #CCCCCC;
    z-index: 0;
  }
  .s_cont_item{
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    width: 69%;
    margin-bottom: 10px;
  }
  .s_cont_item::after{
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: -9%;
    width: 100%;
    height: 2px;
    z-index: -1;
  }
  .s_cont_item.ti_none::after{
    content: none;
  }
  .s_cont_item .cont_ttl_wrap{
    position: relative;
    z-index: 1;
    padding: 11px;
    padding-right: 30px;
  }

  .s_cont_item .cont_ttl_wrap .cont_cross{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .s_cont_item .cont_ttl_wrap .cont_cross span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 2px;
    transition: .3s;
  }
  .s_cont_item .cont_ttl_wrap .cont_cross span:first-of-type{
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .s_cont_item .cont_ttl_wrap .cont_cross.active span:first-of-type{
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .s_cont_caution{
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 8px;
    width: 69%;
    text-align: center;
    color: #036EB7;
    font-size: 1.2rem;
  }
  .s_cont_item .cont_ttl{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5em;
    text-indent: -20px;
    padding-left: 17px;
  }
  .s_cont_item.ti_none .cont_ttl{
    text-indent: unset;
    padding-left: unset;
  }
  .s_cont_item .cont_txt{
    display: none;
    padding: 13px 13px 20px;
    padding-right: 30px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .s_cont_item.right{
    border: 2px solid #036EB7;
    margin-left: auto;
  }
  .s_cont_item.right::after{
    background-color: #036EB7;
    left: -54.5%;
  }
  .s_cont_item.right .cont_ttl_wrap .cont_cross span{
    background-color: #036EB7;
  }
  .s_cont_item.right .cont_ttl{
    color: #036EB7;
  }

  .s_cont_item.left{
    border: 2px solid #036EB8;
  }
  .s_cont_item.left::after{
    background-color: #036EB8;
  }
  .s_cont_item.left .cont_ttl_wrap .cont_cross span{
    background-color: #036EB8;
  }
  .s_cont_item.left .cont_ttl{
    color: #036EB8;
  }

  .green .s_cont_item.left{
    border: 2px solid #4CB5A5;
  }
  .green .s_cont_item.left::after{
    background-color: #4CB5A5;
  }
  .green .s_cont_item.left .cont_ttl_wrap .cont_cross span{
    background-color: #4CB5A5;
  }
  .green .s_cont_item.left .cont_ttl{
    color: #4CB5A5;
  }
}
@media screen and (max-width: 449px) {
  .d_s_box .ttl_box .ttl{
    padding: 7px 2px;
    font-size: 1.4rem;
  }
  .s_content_wrap{
    width: 93%;
  }
  .s_cont_caution{
    width: 86%;
  }
  .s_cont_item{
    width: 83%;
  }
  .s_cont_item::after{
    left: -7.5%;
  }
  .s_cont_item.right::after{
    left: -28.5%;
  }
  .s_cont_item .cont_ttl{
    font-size: 1.4rem;
  }
  .s_cont_item .cont_txt{
    padding: 5px 10px 13px;
  }
}

@media screen and (max-width: 767px) {
  .news_inner{
    padding-top: 50px;
  }
  .news_sec{
    padding-bottom: 50px;
  }
  .news_ttl{
    font-size: 1.6rem;
  }
  .news_ttl strong{
    font-size: 2.2rem;
  }
  .news_list li .n_list_ttl{
    font-size: 1.4rem;
  }
  .news_list li .n_list_txt{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .news_ttl_box{
    flex-direction: column;
  }
  .news_ttl{
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .news_ttl:last-of-type{
    margin-bottom: 0;
  }
  .news_ttl strong{
    font-size: 1.8rem;
  }
  .news_box{
    margin-bottom: 50px;
    padding: 20px 10px 25px;
  }
  .d_s_box{
    padding-bottom: 50px;
  }
  .green .d_s_box{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 449px) {
  .news_sec{
    padding: 0 15px;
    padding-bottom: 50px;
  }
  .news_ttl_box{
    margin: 0 auto 10px;
  }
  .news_box .cta_btn{
    margin: 20px auto 0;
  }
  .news_sec .sec_ttl02{
    margin-bottom: 15px;
  }
}

/* ポップアップ
==============================　*/
.lity {
  background: rgba(2, 56, 148, 0.8) !important;
}

.lity-container {
  padding: 0 20px;
}

.popupDetail {
  list-style: none;
  display: flex;
  max-width: 850px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.popupDetail .imgArea {
  position: relative;
  aspect-ratio: 18 / 7;
  overflow: hidden;
  max-width: 300px;
  width: 39%;
  border: 1px solid #2B77F6;
  border-radius: 10px;
  margin: 0 auto 30px;
}

.popupDetail .imgArea img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 18 / 7;
}

.popupDetail .textArea {
  width: 80%;
  overflow-y: auto;
  max-height: 400px;
  height: 100%;
  padding-right: 10px;
}

.popupDetail .textArea::-webkit-scrollbar {
  width: 8px;
}

.popupDetail .textArea::-webkit-scrollbar-track {
  background-color: transparent;
}

.popupDetail .textArea::-webkit-scrollbar-thumb {
  background-color: #2B77F6;
}

.popupDetail .textArea .text {
  letter-spacing: 0.18em;
  line-height: 2.14;
}

.lity-close {
  position: absolute;
  right: calc(50% - 48%);
  top: -44px;
  color: transparent;
  border: 0;
  background: none;
  width: 30px;
  height: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 57px;
}

.lity-close::before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 30px;
  height: 1px;
  display: block;
  background-color: #fff;
  transform: rotate(45deg);
}

.lity-close::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 30px;
  height: 1px;
  display: block;
  background-color: #fff;
  transform: rotate(315deg);
}

.lity-close:active {
  top: -44px;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  color: transparent;
  font-size: 58px;
  text-shadow: 0 1px 2px rgba(2, 56, 148, 0.3);
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
  .popupDetail {
    padding: 30px 28px;
    /* height: 83dvh;
    display: block; */
    overflow: hidden;
  }

  .popupDetail .imgArea {
    max-width: 235px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .popupDetail .textArea {
    width: 100%;
    height: calc(100% - (54% + 30px));
  }

  .popupDetail .textArea .text {
    font-size: 12px;
    line-height: 2.3;
  }
}

/* 連携自治体 */
.div_column_box {
  background-color: #fff;
}
.div_column_img img {
  object-fit: cover;
  height: 400px;
}






/* ===================================
contact
=================================== */
.contact_btn_wrap{
  max-width: none;
  justify-content: space-evenly;
}
.contact_btn {
  max-width: 290px;
  width: 100%;
}
.contact_btn a {
  font-size: 1.8rem;
}
.contact_box {
  padding: 30px 20px 50px;
}

@media screen and (max-width: 1024px) {
  .contact_btn {
    max-width: none;
    width: 95%;
    margin: 0 auto 14px;
  }
}



@media screen and (max-width: 650px){
.d_about_list li:first-of-type:before {
    content: "";
    display: block;
    width: 100%;
    height: 9vw;
    margin-bottom: 20px;
    background-image: url(../images/lp_hokkaido/d_about_ttl01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
}

.contact_txt {
  max-width: 495px !important;
}


.fv_description {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px auto 20px;
  padding: 15px 22px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0px 4px 20px rgba(0, 175, 231, 0.1);
  background-color: #fff;
  border-radius: 10px;
}
.fv_description_img {
  max-width: 180px;
  width: 100%;
  flex-shrink: 0;
}
.fv_description_txt {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 600px){
  .fv_description {
    flex-direction: column;
  }
  .fv_description_txt {
    font-size: 14px;
  }
}