@charset "UTF-8";
/* charaset */
body {
  font-family: 'Noto Sans JP', "Meiryo", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif;
}
/*-----------header-----------*/
@media print, screen and (min-width: 768px) {
  .iju_header {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #bbb;
    background-color: #fff;
  }
  .iju_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1230px;
    max-width: 100%;
    margin: auto;
    padding-left: 15px;
  }
  .navi_list {
    display: flex;
    align-items: center;
  }
  .navi_lists {
    position: relative;
  }
  /*
	.navi_lists:nth-of-type(1) {
      padding-left: 20px;
      background: url(/resources/image/furusato/icon_home.png) no-repeat left center; }
*/
  .navi_lists:not(:last-child) {
    border-right: 1px dotted #000;
  }
  .navi_lists.is-current::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #11B2D6, #17A885);
  }
  .navi_lists a {
    display: block;
    padding: 3px 13px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #000;
  }
  .navi_lists a .fas {
    color: #0068b7;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 992px) {
  .iju_header .logo_block {
    width: 27%;
    max-width: 430px;
  }
  .iju_header .navi_lists a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------------------------------
    site_header
  ---------------------------------------------------------------------*/
  #site_header {
    padding: 10px 6px;
    width: 100%;
    height: 80px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 8000;
    border-bottom: 2px solid #BBBBBB;
    background: #fff;
    /* logo */
  }
  #site_header .inner {
    box-sizing: content-box;
    margin: 0 auto;
    width: 1200px;
    padding: 15px 10px;
  }
  #site_header .site_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    float: left;
    width: 50%;
  }
  #site_header .site_logo a {
    display: block;
  }
  #site_header .group_logo {
    float: right;
    width: 22%;
    margin-right: 12px;
    margin-top: 12px;
  }
  /* sitenavi_sp btn */
  #site_navi_sp {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 100%;
  }
  #panel-btn {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    background: #007bb4;
    margin: 0;
    padding: 47px 0 0;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 25px;
    left: 26px;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    margin: -3px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon::before, #panel-btn-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon::before {
    margin-top: -13px;
  }
  #panel-btn-icon::after {
    margin-top: 9px;
  }
  /* close */
  .close #panel-btn-icon {
    background: transparent;
  }
  .close #panel-btn-icon::before, .close #panel-btn-icon::after {
    margin-top: -2px;
  }
  .close #panel-btn-icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .close #panel-btn-icon::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*---------------------------------------------------------------------
    site_navi
  ---------------------------------------------------------------------*/
  #site_navi {
    backface-visibility: hidden;
    background-color: rgba(51, 156, 212, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15000;
    display: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #site_navi > .inner {
    height: 105%;
    padding: 80px 0 0;
    box-sizing: content-box;
  }
  .header_sougou {
    position: absolute;
    top: 0;
    right: 119px;
    width: 60px;
    height: 100%;
    border-left: 1px solid #cccccc;
  }
  .header_sougou a {
    display: block;
    padding: 7px 0;
  }
  /* site_navi_list */
  .header_navi {
    margin-top: 20px;
  }
  .header_navi ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    border-bottom: 1px dotted #aaa;
    position: relative;
  }
  .header_navi ul li a::after {
    content: "";
    width: 5px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    background-color: #ECECEC;
  }
  .header_navi ul li:first-child a {
    border-top: 1px dotted #aaa;
  }
  .site_navi .nav_list_type01 {
    padding: 0 20px;
  }
  .site_navi .nav_list_type01 li {
    float: left;
    width: 49%;
    margin-bottom: 15px;
  }
  .site_navi .nav_list_type01 li:nth-of-type(2n) {
    float: right;
  }
  .site_navi .nav_list_type01 a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
  }
  .site_navi .nav_list_type02 {
    padding: 0 8px;
  }
  .site_navi .nav_list_type02 li {
    float: left;
    margin: 15px 12px 0;
  }
  .site_navi .nav_list_type02 a {
    text-decoration: underline;
    color: #fff;
  }
  .site_navi .site_nav_close {
    display: block;
    margin: 20px auto 0;
    padding: 10px 0;
    font-size: 150%;
    text-align: center;
    background-color: #005a84;
    color: #f5f5f5;
  }
  #site-translate-header-wrapper {
    max-width: 100% !important;
  }
  #edit_btn {
    display: none;
  }
  #site_header {
    position: relative;
  }
  .site_navi .nav_list_width_full {
    display: flex;
    flex-wrap: wrap;
  }
  .site_navi .nav_list_width_full .navi_lists {
    float: none;
    width: 100%;
  }
}
/*-----------footer-----------*/
.page_top_wrap {
  padding: 40px 0;
  text-align: center;
}
.iju_footer {
  border-top: 1px solid #bbb;
  padding: 18px 0 0 0;
  background-image: linear-gradient(to right, rgba(17, 178, 214, 0.1), rgba(23, 168, 133, 0.1));
  font-size: 1.5rem;
  text-align: center;
}
.footer_ttl {
  margin-bottom: 10px;
}
.nanji_icon {
  margin-bottom: 10px;
}
.footer_site_name {
  font-size: 1.8rem;
}
.copyright {
  margin-top: 15px;
  padding: 13px 0;
  background-color: #362e2b;
  font-size: 100%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer_site_name, .footer_site_info {
    padding: 0 15px;
    text-align: left;
  }
  .footer_site_info {
    font-size: 93%;
  }
  .copyright {
    margin-bottom: 0;
    font-size: 80%;
  }
}
.mv_area {
  padding: 30px 0;
  background: url(/resources/image/furusato/bg_pt01.png) center top, url(/resources/image/furusato/bg_01.png);
  text-align: center;
}
.inner {
  max-width: 1230px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.content_outer_padding_base {
  padding: 0 0 110px;
}
.area_separate {
  margin-top: 55px;
}
.area_separate_l {
  margin-top: 90px;
}
.iju_content1 a[target="_blank"]::after {
  content: none;
}
.iju_content1 .area_{
  margin-bottom: 30px;
  position: relative;
  font-size: 3.2rem;
  text-align: center;
}
.iju_content1 .area_ttl.after_decoration {
  margin-bottom: 55px;
  padding: 0;
  border: none;
}
.iju_content1 .area_ttl.after_decoration::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 132px;
  height: 2px;
  bottom: -20px;
  background-color: #7fb41e;
  transform: translateX(-50%);
}
.iju_content1 .area_ttl.after_decoration::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 15px;
  height: 15px;
  bottom: -28px;
  border-right: 2px solid #7fb41e;
  border-bottom: 2px solid #7fb41e;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}
.iju_content1 .letter_space_txt {
  letter-spacing: 2px;
}
.iju_content1 .txt_separate + .txt_separate {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .area_separate {
    margin-top: 25px;
  }
  .area_separate_l {
    margin-top: 45px;
  }
  .iju_content1 .area_ttl {
    background-color: transparent;
    font-size: 2.4rem;
  }
  .list_3column .item {
    text-align: center;
  }
}
.topic_path_top {
  margin-bottom: 30px;
}
.topic_path_top > ol > li a {
  color: inherit;
  text-decoration: none;
}
.iju_ttl {
  padding: 170px 0;
  background-size: cover;
	background-repeat: no-repeat; /* リピートを無効にする */
	background-image: url("/userfiles/images/iju/_drone2022-073grd2.jpg"); /* 画像のURLは実際の画像ファイルの場所に置き換えてください */
  text-align: center; /* h1のテキストを中央に配置（必要に応じて調整） */
  color: white; /* テキストの色を白に設定（必要に応じて調整） */
  /* その他のスタイリングを追加 */
}
.content1 .about_ttl {
  margin-bottom: 35px;
  padding: 0;
  border: none;
  font-size: 163%;
}
.content1 .about_top_txt {
  margin-bottom: 40px;
}
.inner_02 {
  max-width: 1000px;
  margin: auto;
}
.color_txt_01 {
  color: #005e15;
}
.color_txt_02 {
  color: #009e96;
}
.iju_content1 .feature_list {
  list-style: none !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
.feature_lists {
  width: 25%;
  padding: 8px 0 34px;
  border-radius: 50%;
  background-color: #638c0b;
  font-size: 160%;
  text-align: center;
  color: #fff;
}
.feature_lists:nth-of-type(2) {
  background-color: #005e15;
}
.feature_lists:nth-of-type(3) {
  background-color: #097c25;
}
.feature_lists:nth-of-type(4) {
  background-color: #486a00;
}
.feature_lists:nth-of-type(5) {
  background-color: #69a650;
}
.feature_list .feature_lists {
  margin: 10px 2%;
  line-height: 1.65;
}
.feature_num {
  line-height: 1;
  font-size: 254%;
}
.feature_txt {
  margin-top: 10px;
}
.iju_content1 .feature_list_caution {
  list-style: none !important;
  padding: 0 !important;
  border-bottom: 1px dotted #000;
}
.feature_list_caution .feature_lists_caution {
  margin: 0;
  padding: 15px 0;
  border-top: 1px dotted #000;
}
.feature_lists_caution_num {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  line-height: 1;
  border-radius: 10px;
  font-size: 175%;
  text-align: center;
  color: #fff;
}
.feature_lists_caution_num:first-letter {
  line-height: 1.5;
  font-size: 70%;
}
.feature_lists_caution .feature_lists_caution_num {
  background-color: #638c0b;
}
.feature_lists_caution:nth-of-type(2) .feature_lists_caution_num {
  background-color: #005e15;
}
.feature_lists_caution:nth-of-type(3) .feature_lists_caution_num {
  background-color: #097c25;
}
.feature_lists_caution:nth-of-type(4) .feature_lists_caution_num {
  background-color: #486a00;
}
.feature_lists_caution:nth-of-type(5) .feature_lists_caution_num {
  background-color: #69a650;
}
.feature_lists_caution_txt {
  display: inline-block;
  vertical-align: middle;
  width: 930px;
  padding: 0 10px 0 15px;
}
.iju_content1 .sub_bold_txt {
  margin: 25px 0 0;
  font-size: 113%;
  font-weight: bold;
}
.caution_txt {
  margin-top: 15px;
  color: #e60012;
}
.after_decoration_02 {
  position: relative;
}
.after_decoration_02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #7fb41e;
  background: linear-gradient(to right, #7fb41e 21%, #dcdcdc 22%);
}
@media only screen and (max-width: 767px) {
  .topic_path_top {
    margin-bottom: 15px;
  }
  .inner_02 {
    max-width: 100%;
    padding: 0 15px;
  }
  .content1 .about_ttl::after {
    content: none;
  }
  .feature_lists {
    width: 45%;
  }
  .feature_num {
    font-size: 3rem;
  }
  .feature_txt {
    font-size: 1.5rem;
  }
  .feature_lists_caution_txt {
    width: 100%;
  }
  .iju_content1 .about_ttl, .iju_content1 .after_decoration_02 {
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
  }
  .iju_content1 .about_ttl {
    font-size: 2rem;
  }

}
.btn_area_wrap {
  text-align: center;
}
.btn {
  display: inline-block;
  padding: 16px 33px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
.btn:hover {
  text-decoration: none;
}
.iju_content1 .iju_btn {
  background-color: #638c0b;
  color: #fff;
}
.iju_content1 .iju_btn:hover {
  opacity: .7;
}
.step_pattern_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step_pattern {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  .step_pattern:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
.step_pattern_name {
  margin: 0 0 10px;
  font-size: 150%;
  text-align: center;
}
.step_pattern_img_wrap {
  padding: 27px 0;
  border: 1px solid #bbb;
  background-color: #f9f6ed;
  text-align: center;
}
.step_pattern_info {
  line-height: 1.5;
  padding: 10px 10px;
  border: 1px solid #bbb;
  border-top: none;
}
.step_pattern_way {
  margin-top: 8px;
  font-size: 87.5%;
  text-align: center;
}
.iju_content1 .step_pattern_img_wrap a[target="_blank"]::after {
  content: none;
}
.contact_pattern_wrap {
  display: flex;
  justify-content: space-between;
}
.contact_pattern {
  width: 48%;
  margin: 20px 0 60px;
}
.contact_pattern_name {
  margin: 0 0 10px;
  font-size: 150%;
  text-align: center;
}
.contact_pattern_img_wrap {
  padding: 27px 0;
  border: 1px solid #bbb;
  background-color: #f9f6ed;
  text-align: center;
}
.contact_pattern_info {
  min-height: 245px;
  line-height: 1.6;
  padding: 15px 10px;
  border: 1px solid #bbb;
}
.contact_pattern_way {
  margin-top: 8px;
  font-size: 87.5%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_icon_block {
    margin-bottom: 25px;
  }
  .btn {
    padding: 16px 16px;
  }
  .step_pattern_wrap, .contact_pattern_wrap {
    flex-wrap: wrap;
  }
  .step_pattern, .contact_pattern {
    width: 100%;
    margin: 0 0 15px;
  }
  .step_pattern_img_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact_pattern_info {
    min-height: 185px;
  }
}
.iju_content1 .usage_list {
  margin-top: 80px;
  padding-left: 0 !important;
  border-top: 1px dotted #000;
}
.usage_list_area_wrap {
  margin-bottom: 75px;
}
.usage_lists {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px dotted #000;
}
.usage_lists + .usage_lists {
  margin-top: 0;
}
.usage_lists_num {
  line-height: 1;
  padding: 4px 10px;
  border-radius: 50%;
  background-color: #638c0b;
  font-size: 175%;
  text-align: center;
  color: #fff;
}
.usage_lists_txt {
  width: 77.9%;
  line-height: 1.4;
  padding: 0 20px;
}
.usage_lists_txt_main {
  font-size: 138%;
  font-weight: bold;
}
.usage_lists_txt_sub {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .usage_list_area_wrap {
    margin-bottom: 40px;
  }
  .usage_lists {
    flex-wrap: wrap;
  }
  .usage_lists_txt {
    width: 87%;
    padding-right: 0;
  }
  .usage_lists_img {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
/* Slider関連 */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-prev, .slick-next {
  z-index: 10;
}
.slick-prev::before, .slick-next::before {
  content: "";
}
.slick-dots {
  width: unset;
  z-index: 10;
}
.slick-dots li button {
  width: inherit;
  height: inherit;
}
.slick-dots li button::before {
  content: none;
}
.slick-slide {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__body {
  position: relative;
}
.slide-tgl-btn {
  position: absolute;
  z-index: 10;
}
.slide-tgl-btn button {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slide-tgl-btn button {
    width: 24px;
    height: 24px;
  }
}
.slide-tgl-btn button::before, .slide-tgl-btn button::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  background-color: #00a4d4;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .slide-tgl-btn button::before, .slide-tgl-btn button::after {
    width: 2px;
    height: 11px;
  }
}
.slide-tgl-btn button::before {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .slide-tgl-btn button::before {
    left: 8px;
  }
}
.slide-tgl-btn button::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .slide-tgl-btn button::after {
    right: 8px;
  }
}
.slide-tgl-btn.is-stop button::before {
  width: 14px;
  height: 14px;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .slide-tgl-btn.is-stop button::before {
    width: 11px;
    height: 11px;
  }
}
.slide-tgl-btn.is-stop button::after {
  display: none;
}
.mv__slider, .pickup__contents {
  display: none;
}
.mv__slider.slick-initialized, .pickup__contents.slick-initialized {
  display: block;
}
.mv {
  position: relative;
}
.mv .main-logo {
  position: absolute;
  top: 4%;
  right: 0;
  width: 13.29%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .main-logo {
    bottom: initial;
    top: 20px;
    width: 33.3334%;
  }
}
.mv__slider {
  width: 100%;
}
.mv__slider-items {
  position: relative;
}
.mv__slider-items.mv01 .mv__slider-copy {
  width: 27.61vw;
  top: 5vw;
  left: 13vw;
}
@media screen and (max-width: 767px) {
  .mv__slider-items.mv01 .mv__slider-copy {
    width: 69vw;
    top: 25vw;
    left: 2vw;
  }
}
.mv__slider-items.mv02 .mv__slider-copy {
  width: 24.85vw;
  top: 13vw;
  left: 11vw;
}
@media screen and (max-width: 767px) {
  .mv__slider-items.mv02 .mv__slider-copy {
    width: 66.2vw;
    top: 93vw;
    left: 30vw;
  }
}
.mv__slider-items.mv03 .mv__slider-copy {
  width: 30.63vw;
  top: 14vw;
  right: 17vw;
}
@media screen and (max-width: 767px) {
  .mv__slider-items.mv03 .mv__slider-copy {
    width: 75.1vw;
    right: initial;
    top: 23vw;
    left: 13vw;
  }
}
.mv__slider-copy {
  position: absolute;
}
.mv .slick-prev, .mv .slick-next {
  top: 45%;
  width: max(1.5625vw, 20px);
  height: max(2.91667vw, 38px);
}
.mv .slick-prev {
  left: 2.34375vw;
  background: url(../images/common/arrow-tb.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mv .slick-next {
  right: 2.34375vw;
  background: url(../images/common/arrow-tb.svg) no-repeat center center/contain;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.mv .slick-dots {
  bottom: 6vw;
  right: 11.5vw;
}
@media screen and (max-width: 767px) {
  .mv .slick-dots {
    bottom: 9vw;
  }
}
.mv .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0.78125vw;
}
@media screen and (max-width: 767px) {
  .mv .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
}
.mv .slick-dots li.slick-active {
  background-color: #00a4d4;
}
.mv .slide-tgl-btn {
  right: calc(10% - 40px);
  bottom: calc(14.6% - 13px);
}
@media screen and (max-width: 767px) {
  .mv .slide-tgl-btn {
    right: calc(10% - 25px);
    bottom: calc(7.6% - 12px);
  }
}

/*h2*/
.content1 h2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 50px auto 50px auto;
  display: inline-block;
  font-weight:lighter;
  border-bottom: 0;
}
.content1 h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 20%;
  height: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(to right, #11B2D6, #17A885);
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
	.content1 h2 {
		font-size: 1.3em;
		border-bottom: 0;
	}
	.content1 h2::after {
		width: 0;
		height: 0;
	}
}

/*移住サイトのPテキスト*/
p {
  margin-bottom: 40px;
  font-weight: 100;
  color: #0A0A0A;
}
h3 {
  font-size: 25px;
  color: #2589d0;
  padding-bottom: 30px;
}



/*詳しくみるボタン*/
.button-029 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 320px;
  margin: 40px auto auto;
  padding: .9em 2em;
  overflow: hidden;
  border: 1px solid #2589d0;
  border-radius: 5px;
  background-color: #fff;
  color: #2589d0;
  font-size: 1em;
}
.button-029:hover {
  background-color: transparent;
  color: #fff;
}
.button-029::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #2589d0;
  content: '';
  transition: width .3s ease;
}
.button-029:hover::before {
  width: 100%;
}
.button-029::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #2589d0;
  border-right: 2px solid #2589d0;
  content: '';
}
.button-029:hover::after {
  border-color: #fff;
}
/*表のデザイン*/
/*サポート体制の4カラム*/
.iju4column-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
/* 各カラム */
.iju4column {
  width: 25%; /* 4カラムなので25%ずつ */
  padding: 20px;
  box-sizing: border-box;
}
/* 画像スタイル */
.iju4column img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/* 文スタイル */
.iju4column p {
  text-align: center;
  font-weight: bold;
}

/* メディアクエリ: 767px未満の場合、1カラムずつ表示 */
@media (max-width: 767px) {
  .iju4column {
    width: 50%;
  }
}


/* ベーススタイル */
.sub_container {
  display: flex;
  width: 100%; /* コンテナの幅を画面いっぱいに調整 */
}

.image-section, .text-section {
  flex: 1; /* 画像セクションとテキストセクションの幅を均等に設定 */
}

/* 画像セクション */
.image-section img {
  width: 100%; /* 画像の幅をセクション内で調整 */
  height: auto; /* 画像の高さを自動で調整 */
}

/* テキストセクション */
.text-section {
  padding-left: 30px; /* テキストセクションのパディングを追加 */
}

.text-set {
  margin-bottom: 20px; /* 各テキストセット間のマージン */
}

.text-set p {
  margin-bottom: 0.5em; /* パラグラフの下のマージンを統一 */
}

/* 見出し */
.h-seisaku {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  font-weight: 500;
  border-bottom: 1px dotted #aaa;
  color: #2589d0;
}

/* ボタンスタイル */
.button-1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0.3em 1em; /* ボタン内のパディングを調整 */
  border: 1px solid #2589d0;
  border-radius: 3px;
  background-color: #fff;
  color: #2589d0;
  font-size: 0.8em;
  text-decoration: none; /* リンクの下線を削除 */
  text-align: center;
  transition: background-color 0.3s, color 0.3s; /* ホバー時のアニメーション */
}


/* リンクのデフォルト状態 */
.button-1:link, .button-1:visited {
    color: #2589d0; /* リンクのテキスト色 */
    text-decoration: none; /* リンクの下線を消す */
}

/* リンクにホバーした状態 */
.button-1:hover, .button-1:visited:hover {
    background-color: #2589d0;
    color: #fff;
  outline: none;
}

/* リンクがアクティブな状態（クリックされた瞬間） */
.button-1:active {
    background-color: #1c6ba0; /* アクティブ時の背景色を少し暗く */
    color: #fff;
}
.button-1:focus {
  background-color: #2589d0;
  color: #fff;
  outline: none;
}
.button-container {
  display: flex;
  justify-content: flex-end; /* ボタンをコンテナの右端に配置 */
}


/* レスポンシブデザイン対応 */
@media (max-width: 767px) {
  .sub_container {
    flex-direction: column; /* スマートフォン表示では縦並びに */
  }

  .image-section, .text-section {
    width: 100%; /* モバイル表示では幅を100%に */
  }
.text-section {
  padding: 20px 0; /* テキストセクションのパディングを追加 */
}
  .image-section img {
    margin: 0 auto; /* モバイル表示では画像を中央寄せ */
  }
}