@charset "UTF-8";
/* カラー設定
=========================================== */
/* ページ設定
=========================================== */
.b-page-fukuokalife {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #414141;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  scroll-behavior: smooth;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .b-page-fukuokalife {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Helvetica Neue", "arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife {
    font-family: "Helvetica Neue", "arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "meiryo", sans-serif;
  }
}
.b-page-fukuokalife a {
  display: inline-block;
  text-decoration: none;
  color: #414141;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.b-page-fukuokalife a:hover, .b-page-fukuokalife a:link, .b-page-fukuokalife a:family {
  text-decoration: none;
}
.b-page-fukuokalife a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.b-page-fukuokalife ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.b-page-fukuokalife img {
  display: block;
  max-width: 100%;
}
.b-page-fukuokalife h1, .b-page-fukuokalife h2, .b-page-fukuokalife h3, .b-page-fukuokalife h4, .b-page-fukuokalife h5, .b-page-fukuokalife h6 {
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.b-page-fukuokalife .en {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.b-page-fukuokalife .fl_inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .b-page-fukuokalife .fl_inner {
    max-width: 94%;
    margin: 0 3%;
  }
}
.b-page-fukuokalife .sp_br {
  display: none;
}
@media (max-width: 767px) {
  .b-page-fukuokalife .sp_br {
    display: block;
  }
}
.b-page-fukuokalife .pc_br {
  display: block;
}
@media (max-width: 767px) {
  .b-page-fukuokalife .pc_br {
    display: none;
  }
}
.b-page-fukuokalife .fl_note {
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 767px) {
  .b-page-fukuokalife .fl_note {
    font-size: 10px;
  }
}
.b-page-fukuokalife .asterisk {
  font-size: 12px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife .asterisk {
    font-size: 9px;
  }
}

/* font-size
=========================================== */
.b-page-fukuokalife,
.b-page-fukuokalife p {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .b-page-fukuokalife,
  .b-page-fukuokalife p {
    font-size: 14px;
  }
}

/* title
=========================================== */
.b-page-fukuokalife .fl_section_ttl .en {
  font-size: 64px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife .fl_section_ttl .en {
    font-size: 26px;
  }
}
.b-page-fukuokalife .fl_section_ttl h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .b-page-fukuokalife .fl_section_ttl h2 {
    font-size: 16px;
  }
}
.b-page-fukuokalife .fl_section_ttl.fl_section_ttl_center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* mv
=========================================== */
.b-page-fukuokalife #fl_mv {
  background: url(../img/mv01.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  width: auto;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_mv {
    background: url(../img/mv01.jpg) no-repeat top left;
    padding-bottom: 60px;
  }
}
.b-page-fukuokalife #fl_mv .text_image {
  position: absolute;
  bottom: 60px;
  right: 20px;
  color: #414141;
  font-size: 12px;
  text-align: right;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_mv .text_image {
    bottom: 10px;
    right: 10px;
    font-size: 10px;
  }
}
.b-page-fukuokalife #fl_mv .fl_inner {
  height: 90%;
  height: calc(100vh - 66px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .b-page-fukuokalife #fl_mv .fl_inner {
    min-height: 768px;
    max-height: 1000px;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_mv .fl_inner {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.b-page-fukuokalife #fl_mv .fl_mv_copy {
  background: url(../img/mv_bg.png) no-repeat center bottom;
  width: 667px;
  height: 470px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -180px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_mv .fl_mv_copy {
    background: url(../img/mv_bg.png) no-repeat center top;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 40px auto;
  }
}
.b-page-fukuokalife #fl_mv .fl_mv_copy .fl_mv_title {
  padding: 35px 0 5px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_mv .fl_mv_copy .fl_mv_title {
    padding: 40px 0 10px;
  }
  .b-page-fukuokalife #fl_mv .fl_mv_copy .fl_mv_title img {
    width: 85%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}
.b-page-fukuokalife #fl_mv .fl_mv_copy .fl_mv_text {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_mv .fl_mv_copy .fl_mv_text {
    font-size: 12px;
    padding-bottom: 40px;
  }
}
.b-page-fukuokalife #fl_mv .fl_mv_btn {
  position: absolute;
  top: 26px;
  right: 26px;
  background: #C03F3F;
  color: #fff;
  width: 226px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  display: block;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_mv .fl_mv_btn {
    position: static;
  }
}
@media (hover: hover) {
  .b-page-fukuokalife #fl_mv .fl_mv_btn:hover {
    opacity: 0.8;
  }
}

.b-page-fukuokalife:has(#family:checked) #fl_mv {
  background: url(../img/mv01.jpg) no-repeat center bottom;
  background-size: cover;
}
.b-page-fukuokalife:has(#family:checked) .family_cap {
  display: block;
}
.b-page-fukuokalife:has(#family:checked) .couple_cap {
  display: none;
}
.b-page-fukuokalife:has(#couple:checked) #fl_mv {
  background: url(../img/mv02.jpg) no-repeat center bottom;
  background-size: cover;
}
.b-page-fukuokalife:has(#couple:checked) .family_cap {
  display: none;
}
.b-page-fukuokalife:has(#couple:checked) .couple_cap {
  display: block;
}

/* fl_chioce
=========================================== */
.b-page-fukuokalife #fl_chioce {
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
  /*選択されているタブの背景色を変える*/
}
.b-page-fukuokalife #fl_chioce .fl_tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  background: url(../img/fl_tabs_bg.png) no-repeat center top 190px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_tabs {
    background: url(../img/fl_tabs_bg_sp.png) no-repeat right top 190px;
    background-size: 400px auto;
  }
}
.b-page-fukuokalife #fl_chioce .fl_tab_item {
  width: 550px;
  height: 122px;
  margin-top: -61px;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  gap: 10px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_tab_item {
    margin-top: 0;
    width: 50%;
  }
}
.b-page-fukuokalife #fl_chioce .fl_tab_item span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_tab_item span {
    font-size: 14px;
    line-height: 1.5;
  }
}
.b-page-fukuokalife #fl_chioce .fl_tab_item:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #414141;
  border-right: solid 2px #414141;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.b-page-fukuokalife #fl_chioce .label_family {
  float: left;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .label_family {
    margin-left: 0;
  }
}
.b-page-fukuokalife #fl_chioce .label_couple {
  float: right;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .label_couple {
    margin-right: 0;
  }
}
.b-page-fukuokalife #fl_chioce input[name=page] {
  display: none;
}
.b-page-fukuokalife #fl_chioce .fl_tab_content {
  display: none;
  padding: 100px 0 50px;
  clear: both;
  position: relative;
}
@media (max-width: 1160px) {
  .b-page-fukuokalife #fl_chioce .fl_tab_content {
    width: 94%;
    margin: 0 3%;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_tab_content {
    padding: 40px 0;
  }
}
.b-page-fukuokalife #fl_chioce #family:checked ~ #family_content,
.b-page-fukuokalife #fl_chioce #couple:checked ~ #couple_content {
  display: block;
}
.b-page-fukuokalife #fl_chioce .fl_tabs #family:checked + .fl_tab_item, .b-page-fukuokalife #fl_chioce .fl_tabs #family:hover + .fl_tab_item {
  background-color: #DCBE50;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.b-page-fukuokalife #fl_chioce .fl_tabs #family:checked + .fl_tab_item:after, .b-page-fukuokalife #fl_chioce .fl_tabs #family:hover + .fl_tab_item:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.b-page-fukuokalife #fl_chioce .fl_tabs #couple:checked + .fl_tab_item, .b-page-fukuokalife #fl_chioce .fl_tabs #couple:hover + .fl_tab_item {
  background-color: #8DB2D9;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.b-page-fukuokalife #fl_chioce .fl_tabs #couple:checked + .fl_tab_item:after, .b-page-fukuokalife #fl_chioce .fl_tabs #couple:hover + .fl_tab_item:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.b-page-fukuokalife #fl_chioce:has(#family:checked) {
  background-color: #FFF6DA;
}
.b-page-fukuokalife #fl_chioce:has(#couple:checked) {
  background-color: #EEF4FB;
}
.b-page-fukuokalife #fl_chioce .fl_chioce_outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_chioce_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_img {
  width: 28%;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_img {
    width: 40%;
    max-width: 150px;
  }
  .b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_img img {
    width: 100%;
    height: auto;
  }
}
.b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text {
  width: 47%;
  text-align: left;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text {
    width: 100%;
  }
}
.b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text h3.fl_chioce_ttl {
  font-size: 35px;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text h3.fl_chioce_ttl {
    font-size: 18px;
  }
}
.b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text .fl_chioce_name {
  font-size: 36px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text .fl_chioce_name {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text table td, .b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text table th {
  padding-right: 10px;
}
.b-page-fukuokalife #fl_chioce .fl_chioce_outline .fl_chioce_text table th {
  white-space: nowrap;
}
.b-page-fukuokalife #fl_chioce .fl_choice_reason {
  background: #fff;
  padding: 30px 50px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_choice_reason {
    margin-top: 40px;
    padding: 15px;
  }
}
.b-page-fukuokalife #fl_chioce .fl_choice_reason dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_choice_reason dt {
    font-size: 16px;
  }
}
.b-page-fukuokalife #fl_chioce .fl_case {
  width: 100%;
}
.b-page-fukuokalife #fl_chioce .fl_case .bird1 {
  position: relative;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_case .bird1 {
    margin-top: 40px;
  }
}
.b-page-fukuokalife #fl_chioce .fl_case .bird1 img {
  width: 84px;
  height: auto;
  position: absolute;
  right: 0;
  top: -79px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_case .bird1 img {
    width: 42px;
    top: -39px;
  }
}
.b-page-fukuokalife #fl_chioce .fl_case .fl_case_ttl {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_case .fl_case_ttl {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_case figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b-page-fukuokalife #fl_chioce .fl_case figure img {
    width: 40%;
  }
}
.b-page-fukuokalife #fl_chioce .fl_case figure figcaption {
  background: #fff;
  padding: 10px;
  line-height: 1.6;
  margin-top: 15px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce .fl_case figure figcaption {
    font-size: 12px;
    width: 60%;
    height: 100%;
    margin-top: 0;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_chioce_ttl {
  color: #DCBE50;
}
.b-page-fukuokalife #fl_chioce #family_content .fl_choice_reason {
  border-left: 15px solid #DCBE50;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_choice_reason {
    border-left: 5px solid #DCBE50;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_choice_reason dt {
  color: #DCBE50;
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_ttl {
  background: #DCBE50;
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_morning {
  width: 691px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_morning {
    width: 100%;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_morning .fl_case_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_morning .fl_case_photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_morning .fl_case_photo .fl_case01_01 {
  width: 47%;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_morning .fl_case_photo .fl_case01_01 {
    width: 100%;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_morning .fl_case_photo .fl_case01_02 {
  width: 50%;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_morning .fl_case_photo .fl_case01_02 {
    width: 100%;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_daytime {
  width: 314px;
  margin-top: 220px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekdays .fl_case_daytime {
    width: 100%;
    margin-top: 0;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_weekends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekends {
    display: block;
  }
}
.b-page-fukuokalife #fl_chioce #family_content .fl_case_weekends .fl_case_ttl {
  width: 714px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekends .fl_case_ttl {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekends .fl_case01_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekends .fl_case01_04 img {
    width: 100%;
  }
  .b-page-fukuokalife #fl_chioce #family_content .fl_case_weekends .fl_case01_04 figcaption {
    width: 100%;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_chioce_ttl {
  color: #8DB2D9;
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_choice_reason {
  border-left: 15px solid #8DB2D9;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_choice_reason {
    border-left: 5px solid #8DB2D9;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_choice_reason dt {
  color: #8DB2D9;
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case_ttl {
  background: #8DB2D9;
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays {
    margin-top: 0;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays01 {
  width: 499px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays01 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays01 figure img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays01 figure figcaption {
    width: 40%;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays02 {
  width: 528px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays02 {
    width: 100%;
    margin-top: 0;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays02 .fl_case_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays02 .fl_case_photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays02 .fl_case_photo .fl_case02_03 {
  width: 60%;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays02 .fl_case_photo .fl_case02_03 {
    width: 100%;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays02 .fl_case_photo .fl_case02_04 {
  width: 37.5%;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekdays .fl_case_photo .fl_case02_weekdays02 .fl_case_photo .fl_case02_04 {
    width: 100%;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekends {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekends {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekends .fl_case02_weekends01 {
  width: 632px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekends .fl_case02_weekends01 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekends .fl_case02_weekends01 figure img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekends .fl_case02_weekends01 figure figcaption {
    width: 40%;
  }
}
.b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekends .fl_case02_weekends02 {
  width: 350px;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .b-page-fukuokalife #fl_chioce #couple_content .fl_case02_weekends .fl_case02_weekends02 {
    width: 100%;
    margin-top: 0;
  }
}

/* fl_about
=========================================== */
#fl_about {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #CDE8E1), to(#CDE8E1));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #CDE8E1 50%, #CDE8E1 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #CDE8E1 50%, #CDE8E1 100%);
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #fl_about {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #CDE8E1), to(#CDE8E1));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #CDE8E1 50%, #CDE8E1 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #CDE8E1 50%, #CDE8E1 100%);
    margin-bottom: 60px;
  }
}
#fl_about .fl_inner {
  background: url(../img/bg_livingfukuoka2.png) no-repeat center bottom;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #fl_about .fl_inner {
    background: url(../img/bg_livingfukuoka2_sp.png) no-repeat left top 30px;
    background-size: 100% auto;
    padding: 60px 0;
  }
}
#fl_about .fl_about_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  #fl_about .fl_about_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fl_about .fl_about_list li {
  width: 47%;
  background: #fff;
  margin-top: 80px;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          box-shadow: 2px 2px 2px #ccc;
}
@media (max-width: 767px) {
  #fl_about .fl_about_list li {
    width: 100%;
    margin-top: 40px;
  }
}
#fl_about .fl_about_list li figure {
  width: 100%;
  height: auto;
}
#fl_about .fl_about_list li figure img {
  width: 100%;
  height: auto;
}
#fl_about .fl_about_list li h3 {
  padding: 30px;
  font-size: 26px;
}
@media (max-width: 767px) {
  #fl_about .fl_about_list li h3 {
    font-size: 18px;
    padding: 15px;
  }
}
#fl_about .fl_about_list li p {
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  #fl_about .fl_about_list li p {
    padding: 0 15px 15px;
  }
}

/* fl_reason
=========================================== */
#fl_reason {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #fl_reason {
    padding-bottom: 0;
  }
}
#fl_reason .fl_inner {
  background: url(../img/bg_reazon.png) no-repeat center top;
}
@media (max-width: 767px) {
  #fl_reason .fl_inner {
    background: url(../img/bg_reazon_sp.png) no-repeat left top;
    background-size: 480px auto;
    padding-top: 40px;
  }
}
#fl_reason .fl_reason_list > li {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li {
    margin-top: 40px;
  }
}
#fl_reason .fl_reason_list > li .fl_reason_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #CDE8E1;
}
#fl_reason .fl_reason_list > li .fl_reason_title .en {
  background: #439D84;
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li .fl_reason_title .en {
    width: 70px;
    margin-right: 10px;
  }
}
#fl_reason .fl_reason_list > li .fl_reason_title .en .num {
  font-size: 28px;
  color: #fff;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li .fl_reason_title .en .num {
    font-size: 15px;
  }
}
#fl_reason .fl_reason_list > li .fl_reason_title h3 {
  font-size: 26px;
  width: calc(100% - 100px - 40px);
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li .fl_reason_title h3 {
    font-size: 16px;
    width: calc(100% - 50px - 10px);
  }
}
#fl_reason .fl_reason_list > li .fl_reason_box {
  background: #F6F6F6;
  padding: 40px;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li .fl_reason_box {
    padding: 20px;
  }
}
#fl_reason .fl_reason_list > li .fl_reason_box .fl_reason01 {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 50px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li .fl_reason_box .fl_reason01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
  }
}
#fl_reason .fl_reason_list > li .fl_reason_box .fl_reason01 figure {
  width: 443px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li .fl_reason_box .fl_reason01 figure {
    width: 100%;
    max-width: 443px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#fl_reason .fl_reason_list > li .fl_reason_box .fl_reason01 figure img {
  max-width: 443px;
  height: auto;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li .fl_reason_box .fl_reason01 figure img {
    width: 100%;
    max-width: 100%;
  }
}
#fl_reason .fl_reason_list > li .fl_reason_note {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list > li .fl_reason_note {
    font-size: 11px;
  }
}
#fl_reason .fl_reason_list.fl_reason_list_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list.fl_reason_list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fl_reason .fl_reason_list.fl_reason_list_flex li {
  width: 48%;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_list.fl_reason_list_flex li {
    width: 100%;
  }
}
#fl_reason .fl_reason_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #fl_reason .fl_reason_photo {
    margin-top: 40px;
  }
}
#fl_reason .fl_reason_photo li {
  width: 25%;
}
#fl_reason .fl_reason_photo li img {
  width: 100%;
  height: auto;
}

/* fl_flow
=========================================== */
#fl_flow {
  background: -webkit-linear-gradient(top, #F6F6F6, #FFF 60%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), color-stop(60%, #FFF));
  background: linear-gradient(to bottom, #F6F6F6, #FFF 60%);
  padding-bottom: 200px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  #fl_flow {
    padding-bottom: 80px;
    padding-top: 0;
    background: #fff;
  }
}
#fl_flow .fl_inner {
  background: url(../img/bg_flow.png) no-repeat left bottom;
  background-size: auto 75%;
}
@media (max-width: 767px) {
  #fl_flow .fl_inner {
    background: url(../img/bg_flow_sp.png) no-repeat right top 20px;
    background-size: auto 160px;
    padding-top: 80px;
  }
}
#fl_flow .fl_inner.fl_flow_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  #fl_flow .fl_inner.fl_flow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fl_flow .fl_inner.fl_flow_flex .fl_section_ttl {
  width: 38%;
}
@media (max-width: 767px) {
  #fl_flow .fl_inner.fl_flow_flex .fl_section_ttl {
    width: 100%;
  }
}
#fl_flow .fl_inner.fl_flow_flex .fl_flow_list {
  width: 62%;
}
@media (max-width: 767px) {
  #fl_flow .fl_inner.fl_flow_flex .fl_flow_list {
    width: 100%;
  }
}
#fl_flow .fl_inner.fl_flow_flex .fl_flow_list li {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #fl_flow .fl_inner.fl_flow_flex .fl_flow_list li {
    margin-top: 30px;
  }
}
#fl_flow .fl_inner.fl_flow_flex .fl_flow_list .fl_flow_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
#fl_flow .fl_inner.fl_flow_flex .fl_flow_list .fl_flow_title .en {
  background: #439D84;
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #fl_flow .fl_inner.fl_flow_flex .fl_flow_list .fl_flow_title .en {
    width: 70px;
    margin-right: 10px;
  }
}
#fl_flow .fl_inner.fl_flow_flex .fl_flow_list .fl_flow_title .en .num {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  padding: 2px 0;
}
@media (max-width: 767px) {
  #fl_flow .fl_inner.fl_flow_flex .fl_flow_list .fl_flow_title .en .num {
    font-size: 15px;
  }
}
#fl_flow .fl_inner.fl_flow_flex .fl_flow_list .fl_flow_title h3 {
  font-size: 26px;
  width: calc(100% - 70px - 40px);
}
@media (max-width: 767px) {
  #fl_flow .fl_inner.fl_flow_flex .fl_flow_list .fl_flow_title h3 {
    font-size: 16px;
    width: calc(100% - 50px - 10px);
  }
}

/* fl_support
=========================================== */
#fl_support {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  #fl_support {
    padding-bottom: 0;
  }
}
#fl_support .bg_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #fl_support .bg_btn {
    bottom: -40px;
    width: 150px;
  }
  #fl_support .bg_btn img {
    width: 100%;
    height: auto;
  }
}
#fl_support h2 {
  border-bottom: 1px solid #414141;
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}
@media (max-width: 767px) {
  #fl_support h2 {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
#fl_support .fl_support_list {
  width: 100%;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  #fl_support .fl_support_list {
    padding-bottom: 80px;
  }
}
#fl_support .fl_support_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #fl_support .fl_support_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    gap: 10px;
  }
}
#fl_support .fl_support_list li a figure {
  width: 44%;
}
@media (max-width: 767px) {
  #fl_support .fl_support_list li a figure {
    width: 100%;
  }
}
#fl_support .fl_support_list li a .fl_support_text {
  width: 49%;
}
@media (max-width: 767px) {
  #fl_support .fl_support_list li a .fl_support_text {
    width: 100%;
  }
}
#fl_support .fl_support_list li a .fl_support_text h3 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 60px;
  background: url(../img/arrow.svg) no-repeat right center;
  background-size: 60px 60px;
}
@media (max-width: 767px) {
  #fl_support .fl_support_list li a .fl_support_text h3 {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 25px;
    background: url(../img/arrow.svg) no-repeat right center;
    background-size: 25px 25px;
  }
}
@media (hover: hover) {
  #fl_support .fl_support_list li a:hover {
    opacity: 0.8;
  }
}
#fl_support .fl_btn {
  background: #CDE8E1;
}
#fl_support .fl_btn .fl_btn_flex {
  padding: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  #fl_support .fl_btn .fl_btn_flex {
    gap: 30px;
    padding: 40px 0;
  }
}
#fl_support .fl_btn .fl_btn_flex a {
  background: #439D84;
  width: 473px;
  height: 78px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  gap: 10px;
  border-radius: 4px;
  padding: 0 40px;
}
@media (hover: hover) {
  #fl_support .fl_btn .fl_btn_flex a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  #fl_support .fl_btn .fl_btn_flex a {
    width: 100%;
    height: 60px;
    padding: 0 15px;
  }
}
#fl_support .fl_btn .fl_btn_flex a span {
  font-size: 24px;
}
@media (max-width: 767px) {
  #fl_support .fl_btn .fl_btn_flex a span {
    font-size: 14px;
  }
}
#fl_support .fl_btn .fl_btn_flex a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/* fl_contact
=========================================== */
@media (max-width: 767px) {
  #fl_contact {
    background: url(../img/bg_contact_sp.png) no-repeat left top 30px;
    background-size: 100px auto;
    padding-top: 60px;
  }
}
#fl_contact .fl_inner {
  background: url(../img/bg_contact.png) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  #fl_contact .fl_inner {
    background: url(../img/bg_contact_sp02.png) no-repeat right top 80px;
    background-size: 100px auto;
    padding-bottom: 0;
  }
}
#fl_contact .fl_contactbtn {
  padding: 40px 0 80px 0;
  width: 473px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #fl_contact .fl_contactbtn {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
    padding: 60px 0 0;
  }
}
#fl_contact .fl_contactbtn p {
  font-size: 18px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  #fl_contact .fl_contactbtn p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
  }
}
#fl_contact .fl_contactbtn a {
  background: #C03F3F;
  width: 100%;
  height: 78px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  gap: 10px;
  border-radius: 4px;
  padding: 0 40px;
}
@media (hover: hover) {
  #fl_contact .fl_contactbtn a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  #fl_contact .fl_contactbtn a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 60px;
    padding: 0 15px;
  }
}
#fl_contact .fl_contactbtn a span {
  font-size: 24px;
}
@media (max-width: 767px) {
  #fl_contact .fl_contactbtn a span {
    font-size: 14px;
    line-height: 1.6;
  }
}
#fl_contact .fl_contactbtn a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#fl_contact .fl_telbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #fl_contact .fl_telbtn {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#fl_contact .fl_telbtn p {
  font-size: 18px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  #fl_contact .fl_telbtn p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#fl_contact .fl_telbtn a {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  #fl_contact .fl_telbtn a {
    background: #439D84;
    width: 100%;
    height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    padding: 0 15px;
    font-weight: bold;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    border-radius: 4px;
  }
  #fl_contact .fl_telbtn a span {
    font-size: 14px;
  }
  #fl_contact .fl_telbtn a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

/* fl_contact_info
=========================================== */
#fl_contact_info .fl_inner {
  background: #CDE8E1;
  margin-top: 60px;
  padding: 40px;
}
@media (max-width: 767px) {
  #fl_contact_info .fl_inner {
    padding: 20px;
  }
}

.fl_fade-section {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.fl_fade-section.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fl_fade-section {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.fl_fade-section.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=page.css.map */