body,
html {
  overflow-x: hidden;
}

#main_contents {
  position: relative;
  z-index: 1;
  background: url(../common/imgs/bg_contents.png) repeat-y top center;
  background-size: 100% auto;
}
#main_contents .kvArea {
  position: relative;
}

#main_contents .news_area {
  padding: 0 2rem;
  margin: -13rem auto 10rem;
}
@media screen and (max-width: 767px) {
  #main_contents .news_area {
    margin: 5rem auto 5rem;
  }
}
#main_contents .news_area_inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
  z-index: 999;
  text-align: center;
  padding: 6rem 8rem;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  #main_contents .news_area_inner {
    padding: 4rem 1.4rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  #main_contents .news_area_inner {
    padding: 4rem 1.5rem 3rem;
  }
}
#main_contents .news_area_inner .ttl_area{
  max-width: 300px;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main_contents .news_area_inner .ttl_area {
    max-width: calc(300 / 750 * 100vw);
  }
}
#main_contents .news_area_inner .news_list {
  margin-top: 4rem;
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 56px;
}

@media screen and (max-width: 1200px) {
  #main_contents .news_area_inner .news_list {
    padding-right: 0px;
  }
}

#main_contents .news_area_inner .news_list.is-scroll::-webkit-scrollbar {
  width: 14px;
}
@media screen and (max-width: 767px) {
  #main_contents .news_area_inner .news_list.is-scroll::-webkit-scrollbar {
    width: calc(14 / 750 * 100vw);
  }
}
#main_contents .news_area_inner .news_list.is-scroll::-webkit-scrollbar-track {
  background: #dbdbdb;
  border-radius: 7px;
}
#main_contents .news_area_inner .news_list.is-scroll::-webkit-scrollbar-thumb {
  background: #1071ae;
  border-radius: 7px;
}

#main_contents .news_area_inner .news_list .news_item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #111111;
  margin-top: 2.75rem;
  padding-bottom: 2.75rem;
  text-align: left;
  border-bottom: 1px solid #4ab134;
  transition: all .3s;
}

#main_contents .news_area_inner .news_list .news_item.is-new .news_item_text::before {
  content: 'NEW';
  color: #fff;
  font-family: "Lato", sans-serif;
  display: block;
  width: 44px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 5px;
  background-color: blue;
  background: linear-gradient(to right, #ce3030, #820b0b);
}
#main_contents .news_area_inner .news_list .news_item:first-child {
  margin-top: 0;
}
#main_contents .news_area_inner .news_list .news_item::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #1172ae;
  border-bottom: 1px solid #1172ae;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
  transition: all .3s;
}
#main_contents .news_area_inner .news_list .news_item:hover {
  opacity: .8;
}
#main_contents .news_area_inner .news_list .news_item:hover::after {
  transform: translateX(3px) rotate(-45deg);
}
#main_contents .news_area_inner .news_list .news_item .news_item_date{
  width: calc(100 / 968 * 100%);
}
#main_contents .news_area_inner .news_list .news_item .news_item_text {
  display: flex;
  align-items: center;
  letter-spacing: .05em;
}
#main_contents .news_area_inner .news_list .news_item .news_item_detail {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
}
#main_contents .news_area_inner .news_list .news_item .news_item_text_small {
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-left: auto;
  width: calc(868 / 968 * 100%);
}
#main_contents .news_area_inner .news_list .news_item .news_item_link {
  display: block;
  margin-left: auto;
  font-weight: bold;
  width: calc(868 / 968 * 100%);
}

#main_contents .news_area_inner .news_list .news_item .news_item_link span {
  border-bottom: 1px solid #1172ae;
  padding-bottom: .5rem;
}

#main_contents .news_area_inner .news_list .news_item.is-new .news_item_text_small,
#main_contents .news_area_inner .news_list .news_item.is-new .news_item_link {
  width: calc(819 / 968 * 100%);
}

#main_contents .news_area_inner .news_list .news_item .news_item_text + .news_item_link {
  margin-top: 20px;
}

#main_contents .news_area_inner .news_list .news_item .news_item_link + .news_item_text_small {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  #main_contents .news_area_inner .news_list .news_item {
    justify-content: space-between;
    flex-direction: column;
  }
  #main_contents .news_area_inner .news_list .news_item .news_item_text {
    padding-right: 20px;
    padding-top: 10px;
    width: 98%;
    line-height: 1.8rem;
  }
  #main_contents .news_area_inner .news_list .news_item.is-new .news_item_text::before {
    margin-top: -2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .news_area_inner .news_list{
    margin-top: 2rem;
    max-height: 900px;
    overflow-y: scroll;
    padding-right: calc(32 / 750 * 100vw);
  }
  #main_contents .news_area_inner .news_list .news_item{
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 2.5rem;
    padding-bottom: 4rem;
    justify-content: space-between;
  }
  #main_contents .news_area_inner .news_list .news_item.is-new .news_item_text::before {
    display: inline-block;
  }
  #main_contents .news_area_inner .news_list .news_item .news_item_date{
    width: calc(120 / 750 * 100vw);
    padding-right: calc(20 / 750 * 100vw);
  }
  #main_contents .news_area_inner .news_list .news_item .news_item_text {
    display: inline-block;
    padding-right: 0;
    font-size: 1.3rem;
  }
  #main_contents .news_area_inner .news_list .news_item .news_item_text span {
    width: 100%;
  }
  #main_contents .news_area_  inner .news_list .news_item .news_item_link {
    font-size: 1.2rem;
  }
  #main_contents .news_area_inner .news_list .news_item .news_item_text_small {
    font-size: 1rem;
  }
  #main_contents .news_area_inner .news_list .news_item .news_item_text_small,
  #main_contents .news_area_inner .news_list .news_item .news_item_link {
    width: calc(390 / 750 * 100vw);
  }
  #main_contents .news_area_inner .news_list .news_item.is-new .news_item_text_small,
  #main_contents .news_area_inner .news_list .news_item.is-new .news_item_link {
    width: calc(390 / 750 * 100vw);
  }
  #main_contents .news_area_inner .news_list .news_item::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #1172ae;
    border-bottom: 1px solid #1172ae;
    top: 50%;
  }
  #main_contents .news_area_inner .news_list .news_item:hover {
    opacity: unset;
  }
  #main_contents .news_area_inner .news_list .news_item:hover::after {
    transform: rotate(-45deg);
  }
}

#main_contents .info_area {
  padding: 0 2rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767px) {
  #main_contents .info_area {
    margin: -3rem auto 5rem;
  }
}
#main_contents .info_area_inner {
  max-width: 672px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
  z-index: 999;
  text-align: center;
  padding: 4rem 2rem;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #main_contents .info_area_inner {
    padding: 3rem 2rem;
  }
}
#main_contents .info_area_inner .ttl {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1071ae;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #main_contents .info_area_inner .ttl {
    margin-bottom: 1.6rem;
  }
}
#main_contents .info_area_inner .text_area {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #main_contents .info_area_inner .text_area {
    margin-top: 2rem;
  }
}
#main_contents .info_area_inner .text_area .line_ttl {
  max-width: 40.8rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0.1em;
  margin-top: -1.1rem;
  margin-bottom: -1.1rem;
}
#main_contents .info_area_inner .text_area .line_ttl span {
  position: relative;
}
#main_contents .info_area_inner .text_area .line_ttl span::before {
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateX(-100%);
}
#main_contents .info_area_inner .text_area .line_ttl span::after {
  content: "";
  width: 200px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  #main_contents .info_area_inner .text_area .line_ttl {
    font-size: 1.3rem;
    margin-top: -0.89375rem;
    margin-bottom: -0.89375rem;
  }
}
#main_contents .info_area_inner .text_area .grad_ttl {
  margin-top: 2rem;
  line-height: 0;
}
#main_contents .info_area_inner .text_area .text {
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0.1em;
  color: #c80e47;
  margin-top: 0.4rem;
  margin-bottom: -1.1rem;
}
@media screen and (max-width: 767px) {
  #main_contents .info_area_inner .text_area .text {
    font-size: 1.3rem;
    margin-top: 0.10625rem;
    margin-bottom: -0.89375rem;
  }
}
#main_contents .info_area_inner .bnr {
  margin-top: 5rem;
}
#main_contents .info_area_inner .bnr a {
  display: block;
  position: relative;
  max-width: 618px;
  margin: 0 auto;
}
#main_contents .info_area_inner .bnr a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
#main_contents .info_area_inner .bnr a.hover::after {
  background: rgba(255, 255, 255, 0.3);
}
#main_contents .info_area_inner .bnr .acap {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  #main_contents .info_area_inner .bnr {
    margin-top: 2.5rem;
  }
  #main_contents .info_area_inner .bnr .acap {
    top: 5px;
    bottom: auto;
    text-shadow: #666 1px 1px 10px, #666 -1px 1px 10px, #666 1px -1px 10px, #666 -1px -1px 10px;
  }
}
#main_contents .sec_wrapper {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}s
#main_contents .sec_wrapper .wrapper_bg img {
  width: 100%;
}
#main_contents .sec_title_wrapper {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#main_contents .sec_inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1264px) {
  #main_contents .sec_inner {
    max-width: calc(100vw * 1200 / 1264);
  }
}
@media screen and (max-width: 767px) {
  #main_contents .sec_inner {
    width: calc(100% - 4rem);
  }
}
#main_contents .sec_title_inner {
  max-width: 1320px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
#main_contents .sec_title_inner .sec_title_text{
  font-size: 4rem;
  margin-bottom: 4rem;
  background: linear-gradient(#1071ae, #0250a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1087px) {
  #main_contents .sec_title_inner {
    width: 96.508244423%;
  }
  #main_contents .sec_title_inner .sec_title_text{
    font-size: 3rem;
    text-align: center;
  }
}
#main_contents .sec_l_inner {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#main_contents .sec .img_ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec .img_ttl {
    margin-bottom: 4rem;
  }
}
#main_contents .sec .wrapper_bg {
  position: absolute;
  max-width: 1320px;
  width: calc(100% - 32px);
}
@media screen and (max-width: 1087px) {
  #main_contents .sec .wrapper_bg {
    width: 96.508244423%;
  }
}
@media screen and (max-width: 767px) {
  #main_contents .sec .wrapper_bg {
    width: calc(100% - 2rem);
  }
}
#main_contents .sec01 .sec_wrapper {
  padding-top: 8rem;
  padding-right: 32px;
}
@media screen and (max-width: 1087px) {
  #main_contents .sec01 .sec_wrapper {
    padding-right: 3.491755577%;
  }
}
@media screen and (max-width: 767px) {
  #main_contents .sec01 .sec_wrapper {
    padding-top: 3.8rem;
    padding-right: 2rem;
  }
}
#main_contents .sec01 .sec_wrapper .wrapper_bg {
  position: absolute;
  top: 0;
  right: 0;
}
#main_contents .sec01 .sec_wrapper .wrapper_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
}
#main_contents .sec01 .sec_wrapper .wrapper_bg.aos-animate::after {
  width: 0;
}
#main_contents .sec01 .sec_title_inner {
  margin-right: 0;
}
#main_contents .sec01 .sec_l_inner {
  margin-left: 0;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec01 .sec_l_inner {
    padding-bottom: 0;
  }
}
#main_contents .sec01 .sec_l_inner .bg {
  max-width: 960px;
  width: 66.666666667%;
}
#main_contents .sec01 .sec_l_inner .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  background: #fff;
}
#main_contents .sec01 .sec_l_inner .bg.aos-animate::after {
  width: 0;
}
@media screen and (max-width: 767px) {
  #main_contents .sec01 .sec_l_inner .bg {
    width: 100%;
  }
}
#main_contents .sec01 .sec_l_inner .text_box {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4.5rem;
  background: #fff;
  width: 50.6rem;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  transform-origin: right;
  transform: scaleX(0);
}
#main_contents .sec01 .sec_l_inner .text_box * {
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
#main_contents .sec01 .sec_l_inner .text_box.aos-animate {
  transform: scaleX(1);
}
#main_contents .sec01 .sec_l_inner .text_box.aos-animate * {
  opacity: 1;
}
#main_contents .sec01 .sec_l_inner .text_box h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1071ae;
  font-weight: 500;
  margin-top: -0.65rem;
  margin-bottom: -0.65rem;
}
#main_contents .sec01 .sec_l_inner .text_box p {
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
#main_contents .sec01 .sec_l_inner .text_box a {
  display: block;
}
#main_contents .sec01 .sec_l_inner .text_box a .btnArea {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1071ae;
  margin-top: 4rem;
  padding-bottom: 1.7rem;
  font-weight: 500;
}
#main_contents .sec01 .sec_l_inner .text_box a .btnArea::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #199cbd;
  background: -moz-linear-gradient(left, #199cbd 0%, #0b5c8f 100%);
  background: -webkit-linear-gradient(left, #199cbd 0%, #0b5c8f 100%);
  background: linear-gradient(to right, #199cbd 0%, #0b5c8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199cbd', endColorstr='#0b5c8f',GradientType=1 );
  transition: width 0.5s ease;
}
#main_contents .sec01 .sec_l_inner .text_box a .btnArea::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #1172ae;
  border-bottom: 1px solid #1172ae;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
  transition: right 0.5s ease;
}
#main_contents .sec01 .sec_l_inner .text_box a.hover .btnArea::before {
  right: 0;
  left: auto;
  width: 0;
}
@media screen and (max-width: 767px) {
  #main_contents .sec01 .sec_l_inner .text_box {
    position: static;
    width: 100%;
    padding: 2rem 2.2rem;
  }
  #main_contents .sec01 .sec_l_inner .text_box a {
    display: block;
  }
  #main_contents .sec01 .sec_l_inner .text_box h3 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin-top: -0.05rem;
    margin-bottom: -0.05rem;
  }
  #main_contents .sec01 .sec_l_inner .text_box p {
    letter-spacing: 0.05em;
    margin-top: 1.2rem;
  }
  #main_contents .sec01 .sec_l_inner .text_box .btnArea {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 2.5rem;
    padding-bottom: 1rem;
  }
  #main_contents .sec01 .sec_l_inner .text_box .btnArea::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #1172ae;
    border-bottom: 1px solid #1172ae;
  }
}
#main_contents .sec02 {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec02 {
    margin-top: 8rem;
  }
}
#main_contents .sec02 .img_ttl {
  text-align: right;
}
#main_contents .sec02 .sec_wrapper {
  padding-bottom: 5.5rem;
  padding-left: 32px;
}
@media screen and (max-width: 1087px) {
  #main_contents .sec02 .sec_wrapper {
    padding-left: 3.491755577%;
  }
}
@media screen and (max-width: 767px) {
  #main_contents .sec02 .sec_wrapper {
    padding-bottom: 3rem;
    padding-left: 2rem;
  }
}
#main_contents .sec02 .sec_wrapper .wrapper_bg {
  bottom: 0;
  left: 0;
}
#main_contents .sec02 .sec_wrapper .wrapper_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  transition: 0.5s ease-in-out;
}
#main_contents .sec02 .sec_wrapper .wrapper_bg.aos-animate::after {
  width: 0;
}
#main_contents .sec02 .sec_title_inner {
  margin-left: 0;
}
#main_contents .sec02 .sec_l_inner {
  margin-right: 0;
}
#main_contents .sec02 .sec_l_inner .clm_box {
  display: flex;
  justify-content: space-between;
}
#main_contents .sec02 .sec_l_inner .clm_box > div {
  width: 31.818181818%;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
}
#main_contents .sec02 .sec_l_inner .clm_box > div a {
  display: block;
  position: relative;
}
#main_contents .sec02 .sec_l_inner .clm_box > div a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  opacity: 0;
}
#main_contents .sec02 .sec_l_inner .clm_box > div a .photo_box_inner {
  overflow: hidden;
}
#main_contents .sec02 .sec_l_inner .clm_box > div a .photo_box_inner img {
  transition: 0.3s ease;
  transform-origin: center;
}
#main_contents .sec02 .sec_l_inner .clm_box > div a.hover::after {
  opacity: 1;
}
#main_contents .sec02 .sec_l_inner .clm_box > div a.hover .photo_box_inner img {
  transform: scale(1.15);
}
#main_contents .sec02 .sec_l_inner .clm_box > div .photo_box.new::after {
  content: "";
  width: 12.142857143%;
  height: 19.615384615%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(19.607843137%, -19.607843137%);
  background: url(../imgs/icon_new.png) no-repeat;
  background-size: cover;
  z-index: 999;
}
#main_contents .sec02 .sec_l_inner .clm_box > div .text_box {
  background: #fff;
  padding: 3rem;
}
#main_contents .sec02 .sec_l_inner .clm_box > div .text_box h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1071ae;
  margin-top: -0.4rem;
  margin-bottom: -0.4rem;
}
#main_contents .sec02 .sec_l_inner .clm_box > div .text_box p {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.4rem;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec02 .sec_l_inner .clm_box {
    display: block;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div {
    width: 100%;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div + div {
    margin-top: 2rem;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div a .photo_box {
    position: relative;
    z-index: 2;
    width: 51.408450704%;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div a .photo_box img {
    width: 100%;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div a .photo_box.new::after {
    content: "";
    width: 3.1rem;
    height: 3.1rem;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    transform: translate(-32.786885246%, -32.786885246%);
    background: url(../imgs/icon_new.png) no-repeat;
    background-size: cover;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div a .text_box {
    position: relative;
    z-index: 1;
    width: 48.591549296%;
    padding: 1.5rem 1rem;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div a .text_box h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0em;
    color: #1071ae;
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }
  #main_contents .sec02 .sec_l_inner .clm_box > div a .text_box p {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 0.9rem;
    margin-bottom: -0.3rem;
  }
}
#main_contents .sec02 .sec_l_inner .link_area {
  max-width: 42rem;
  margin-top: 4.5rem;
}
#main_contents .sec02 .sec_l_inner .link_area a {
  display: block;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  padding-bottom: 1.8rem;
}
#main_contents .sec02 .sec_l_inner .link_area a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: 0.3s ease;
}
#main_contents .sec02 .sec_l_inner .link_area a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: bottom right;
  transform: rotate(-45deg);
}
#main_contents .sec02 .sec_l_inner .link_area a.hover::before {
  width: 0%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  #main_contents .sec02 .sec_l_inner .link_area {
    margin-top: 3rem;
    width: 85.915492958%;
  }
  #main_contents .sec02 .sec_l_inner .link_area a {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    letter-spacing: 0.05em;
  }
  #main_contents .sec02 .sec_l_inner .link_area a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
#main_contents .sec03 {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec03 {
    margin-top: 3.5rem;
  }
}
#main_contents .sec03 .sec_wrapper .sec_inner {
  background: #fff;
  padding: 6rem 0 8rem;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #main_contents .sec03 .sec_wrapper .sec_inner {
    padding: 3rem 0 4rem;
  }
}
#main_contents .sec03 .sec_wrapper .inner {
  padding: 0 1.5rem;
}
#main_contents .sec03 .sec_wrapper .inner h2 {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
#main_contents .sec03 .sec_wrapper .inner h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
}
#main_contents .sec03 .sec_wrapper .inner h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec03 .sec_wrapper .inner h2 {
    margin-bottom: 1.7rem;
  }
  #main_contents .sec03 .sec_wrapper .inner h2 span {
    width: 13.9rem;
    padding: 0 1rem;
  }
}
#main_contents .sec03 .sec_wrapper .inner .account {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #main_contents .sec03 .sec_wrapper .inner .account {
    width: 13.45rem;
  }
}
#main_contents .sec03 .sec_wrapper .inner p {
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec03 .sec_wrapper .inner p {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.818181818;
    margin-top: 1.0500000001rem;
  }
}
#main_contents .sec03 .sec_wrapper .inner .clm_box {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec03 .sec_wrapper .inner .clm_box {
    margin-top: 2.5rem;
  }
}
#main_contents .sec03 .sec_wrapper .inner .clm_box.clm5 > div {
  width: 19.140625%;
}
@media screen and (max-width: 767px) {
  #main_contents .sec03 .sec_wrapper .inner .clm_box.clm5 > div {
    width: 32.131147541%;
  }
}
#main_contents .sec03 .sec_wrapper .inner .clm_box.clm5 > div a img {
  transition: 0.3s ease;
}
#main_contents .sec03 .sec_wrapper .inner .clm_box.clm5 > div a.hover img {
  opacity: 0.7;
}
#main_contents .sec04 {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 {
    margin-top: 8rem;
  }
}
#main_contents .sec04 .img_ttl {
  padding-right: 20px;
}
#main_contents .sec04 .sec_title_inner {
  margin-right: 0;
}
#main_contents .sec04 .sec_wrapper {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 .sec_wrapper {
    padding-top: 10.55rem;
  }
}
#main_contents .sec04 .sec_wrapper .wrapper_bg {
  top: 0;
  right: 0;
}
#main_contents .sec04 .sec_wrapper .wrapper_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition: 0.3s ease;
}
#main_contents .sec04 .sec_wrapper .wrapper_bg.aos-animate::after {
  width: 0;
}
#main_contents .sec04 .sec_wrapper .sec_inner {
  background: #fff;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
  padding-bottom: 9rem;
  transition: 0.5s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
#main_contents .sec04 .sec_wrapper .sec_inner.aos-animate {
  transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 .sec_wrapper .sec_inner {
    padding-bottom: 3.491755577%;
  }
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box01 {
  padding: 12rem 0 15.4rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box01 {
    padding-top: 8.5rem;
    padding-bottom: 12.3rem;
  }
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box01 .inner_ttl {
    padding: 18px 20px;
  }
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box .inner_ttl {
  display: inline-block;
  background: #3091ce;
  background: -moz-linear-gradient(left, #3091ce 0%, #0b4281 100%);
  background: -webkit-linear-gradient(left, #3091ce 0%, #0b4281 100%);
  background: linear-gradient(to right, #3091ce 0%, #0b4281 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3091ce', endColorstr='#0b4281',GradientType=1 );
  padding: 3.5rem 8rem;
  position: absolute;
  top: 0;
  left: -6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1320px) {
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box .inner_ttl {
    left: calc(-60 * 100vw / 1320);
  }
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box .inner_ttl {
    width: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box .inner .clm_box {
  display: flex;
  justify-content: space-between;
}
#main_contents
  .sec04
  .sec_wrapper
  .sec_inner
  .sec_box
  .inner
  .clm_box.clm1
  .large {
  width: 53.90625%;
}
#main_contents
  .sec04
  .sec_wrapper
  .sec_inner
  .sec_box
  .inner
  .clm_box.clm1
  .small {
  width: 39.84375%;
}
#main_contents
  .sec04
  .sec_wrapper
  .sec_inner
  .sec_box
  .inner
  .clm_box.clm1
  .small
  .text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box .inner .clm_box.clm1 {
    display: block;
  }
  #main_contents
    .sec04
    .sec_wrapper
    .sec_inner
    .sec_box
    .inner
    .clm_box.clm1
    .large {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
  #main_contents
    .sec04
    .sec_wrapper
    .sec_inner
    .sec_box
    .inner
    .clm_box.clm1
    .small {
    width: 100%;
  }
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box .inner .clm_box.clm2 {
  margin-top: 4rem;
}
#main_contents
  .sec04
  .sec_wrapper
  .sec_inner
  .sec_box
  .inner
  .clm_box.clm2
  .large {
  width: 57.03125%;
}
#main_contents
  .sec04
  .sec_wrapper
  .sec_inner
  .sec_box
  .inner
  .clm_box.clm2
  .small {
  width: 39.84375%;
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box .inner .clm_box.clm2 {
    display: block;
  }
  #main_contents
    .sec04
    .sec_wrapper
    .sec_inner
    .sec_box
    .inner
    .clm_box.clm2
    .large,
  #main_contents
    .sec04
    .sec_wrapper
    .sec_inner
    .sec_box
    .inner
    .clm_box.clm2
    .small {
    width: 100%;
    text-align: center;
  }
  #main_contents
    .sec04
    .sec_wrapper
    .sec_inner
    .sec_box
    .inner
    .clm_box.clm2
    .small {
    margin-top: 2rem;
    text-align: center;
  }
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .inner_ttl {
  z-index: 100;
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .inner {
  position: relative;
  z-index: 10;
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame {
  padding: 1px;
  background: #0b5c8f;
  background: -moz-linear-gradient(
    -22deg,
    #0b5c8f 0%,
    #199cbd 50%,
    #0b5c8f 100%
  );
  background: -webkit-linear-gradient(
    -22deg,
    #0b5c8f 0%,
    #199cbd 50%,
    #0b5c8f 100%
  );
  background: linear-gradient(158deg, #0b5c8f 0%, #199cbd 50%, #0b5c8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5c8f', endColorstr='#0b5c8f',GradientType=1 );
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame_inner {
  background: #fff;
  text-align: center;
  padding: 12.5rem 2rem 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame_inner {
    padding: 10.4rem 1.5rem 2rem;
  }
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .logo {
  margin-bottom: 3rem;
}
#main_contents
  .sec04
  .sec_wrapper
  .sec_inner
  .sec_box.box02
  .frame
  .logo
  a
  img {
  transition: 0.3s ease;
}
#main_contents
  .sec04
  .sec_wrapper
  .sec_inner
  .sec_box.box02
  .frame
  .logo
  a.hover
  img {
  opacity: 0.7;
}
#main_contents .sec05 {
  margin-top: 16rem;
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .group-company{
  display: flex;
  justify-content: center;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .group-company{
    padding: 0rem;
  }
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .group-company .group-company_kosan{
  width: 50%;
  margin: 30px 10px 20px 0;
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .group-company .group-company_housing{
  width: 50%;
  margin: 30px 10px 20px 0;
}
#main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .group-company .group-company_name{
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main_contents .sec05 {
    margin-top: 8rem;
  }
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .group-company{
    display: flex;
    flex-direction: column;
  }
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .group-company .group-company_kosan{
    width: 100%;
  }
  #main_contents .sec04 .sec_wrapper .sec_inner .sec_box.box02 .frame .group-company .group-company_housing{
    width: 100%;
  }
}
#main_contents .sec05 .img_ttl {
  padding-left: 20px;
}
#main_contents .sec05 .sec_title_inner {
  margin-left: 0;
}
#main_contents .sec05 .sec_title_inner .sec_title_text{
  font-size: 4rem;
  margin-bottom: 4rem;
  margin-left: 12rem;
  background-image: linear-gradient(to right, #0097b2, #7ed957);
  -webkit-text-fill-color: transparent;
}
#main_contents .sec05 .img_ttl {
  text-align: right;
}
#main_contents .sec05 .sec_wrapper {
  padding-bottom: 10rem;
  padding-left: 32px;
}
@media screen and (max-width: 1087px) {
  #main_contents .sec05 .sec_wrapper {
    padding-left: 3.491755577%;
  }
}
@media screen and (max-width: 767px) {
  #main_contents .sec05 .sec_wrapper {
    padding-left: 0;
    padding-bottom: 3rem;
  }
  #main_contents .sec05 .sec_title_inner .sec_title_text{
    font-size: 2.5rem;
    background-image: linear-gradient(to right, #0097b2, #7ed957);  
    text-align: center;
    margin: 4rem auto;
  }
}
#main_contents .sec05 .sec_wrapper .wrapper_bg {
  bottom: 0;
  left: 0;
}
#main_contents .sec05 .sec_wrapper .wrapper_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  transition: 0.5s ease-in-out;
}
#main_contents .sec05 .sec_wrapper .wrapper_bg.aos-animate::after {
  width: 0;
}
#main_contents .sec05 .sec_wrapper .sec_l_inner {
  margin-right: 0;
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box {
  display: flex;
  justify-content: space-between;
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div {
  width: 48.787878788%;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div .clm_ttl {
  padding: 2.9rem 3.9rem;
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div .clm_img {
  line-height: 0;
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div .clm_img iframe {
  width: 100%;
  height: 307px;
}
@media screen and (max-width: 767px) {
  #main_contents
    .sec05
    .sec_wrapper
    .sec_l_inner
    .clm_box
    > div
    .clm_img
    iframe {
    height: calc(100vw * 338 / 750);
  }
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div .clm_text_area {
  padding: 4rem 4.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #main_contents
    .sec05
    .sec_wrapper
    .sec_l_inner
    .clm_box
    > div
    .clm_text_area {
    padding: 2rem 1.5rem;
  }
}
#main_contents
  .sec05
  .sec_wrapper
  .sec_l_inner
  .clm_box
  > div
  .clm_text_area_line {
  display: flex;
  justify-content: flex-start;
  margin-top: -0.4rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #e0e0e0;
}
#main_contents
  .sec05
  .sec_wrapper
  .sec_l_inner
  .clm_box
  > div
  .clm_text_area_line
  > div {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#main_contents
  .sec05
  .sec_wrapper
  .sec_l_inner
  .clm_box
  > div
  .clm_text_area_line
  + .clm_text_area_line {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  #main_contents
    .sec05
    .sec_wrapper
    .sec_l_inner
    .clm_box
    > div
    .clm_text_area_line {
    margin-top: -0.3rem;
    padding-bottom: 1.2rem;
  }
  #main_contents
    .sec05
    .sec_wrapper
    .sec_l_inner
    .clm_box
    > div
    .clm_text_area_line:last-child {
    margin-bottom: -0.3rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  #main_contents
    .sec05
    .sec_wrapper
    .sec_l_inner
    .clm_box
    > div
    .clm_text_area_line
    > div {
    font-size: 1.2rem;
  }
  #main_contents
    .sec05
    .sec_wrapper
    .sec_l_inner
    .clm_box
    > div
    .clm_text_area_line
    + .clm_text_area_line {
    margin-top: 1.2rem;
  }
}
#main_contents
  .sec05
  .sec_wrapper
  .sec_l_inner
  .clm_box
  > div
  .clm_text_area_item {
  padding-right: 1.8rem;
  font-weight: 500;
  width: 67px;
}
#main_contents
  .sec05
  .sec_wrapper
  .sec_l_inner
  .clm_box
  > div
  .clm_text_area_cont {
  width: calc(100% - 67px);
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div.east .clm_ttl {
  background: #0066aa;
}
#main_contents
  .sec05
  .sec_wrapper
  .sec_l_inner
  .clm_box
  > div.east
  .clm_text_area_item {
  color: #0066aa;
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div.west .clm_ttl {
  background: #003870;
}
#main_contents
  .sec05
  .sec_wrapper
  .sec_l_inner
  .clm_box
  > div.west
  .clm_text_area_item {
  color: #003870;
}
#main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div.kyushu .clm_ttl {
  background: #0066aa;
}
#main_contents
  .sec05
  .sec_wrapper
  .sec_l_inner
  .clm_box
  > div.kyushu
  .clm_text_area_item {
  color: #0066aa;
}
@media screen and (max-width: 767px) {
  #main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box {
    display: block;
  }
  #main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div {
    width: 100%;
  }
  #main_contents .sec05 .sec_wrapper .sec_l_inner .clm_box > div .clm_ttl {
    padding: 10px 0 10px 30px;
  }

}
#main_contents .sec06 {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec06 {
    margin-top: 3.5rem;
  }
}
#main_contents .sec06 .sec_wrapper .sec_inner {
  background: #fff;
  padding: 8rem;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
}

#main_contents .sec06 .sec_wrapper .sec_inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main_contents .sec06 .sec_wrapper .sec_inner {
    padding: 3rem 1rem;
  }
}
#main_contents .sec06 .sec_wrapper .inner {
  padding: 0 1.5rem;
}

#main_contents .sec06 .sec_wrapper .inner h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec06 .sec_wrapper .inner h2 {
    margin-bottom: 1.7rem;
  }
  #main_contents .sec06 .sec_wrapper .inner h2 span {
    width: 13.9rem;
    padding: 0 1rem;
  }
}
#main_contents .sec06 .sec_wrapper .inner .account {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #main_contents .sec06 .sec_wrapper .inner .account {
    width: 13.45rem;
  }
}
#main_contents .sec06 .sec_wrapper .inner p {
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  #main_contents .sec06 .sec_wrapper .inner p {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.818181818;
    margin-top: 1.0500000001rem;
  }
}

footer .bnr_corporate {
  background: url(../common/imgs/bg_contents.png) repeat-y top center;
  background-size: 100% auto;
}

.bnr_corporate.sp {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 18rem;
}

.bnr_corporate.sp .bnr_corporate_link {
  display: block;
  width: 90%;
  max-width: 672px;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  margin: 0 auto;
  transition: .4s;
  position: relative;
  z-index: 1;
  padding: 20px 20px 240px;
  overflow: hidden;
}

.bnr_corporate.sp .bnr_corporate_lead {
  font-size: 1.4rem;
  text-align: center;
  color: #0250a0;
  letter-spacing: .04rem;
  font-weight: bold;
  line-height: calc(22/14);
  margin-top: 10px;
  margin-bottom: 25px;
}
.bnr_corporate.sp .bnr_corporate_bg {
  max-width: initial;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: .4s;
  opacity: .6;
  height: 100%;
}

.bnr_corporate.sp .bnr_corporate_btn {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: .06rem;
  background-color: #0250a0;
  border: 1px solid #0250a0;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  vertical-align: baseline;
  transition: .4s;
  width: 90%;
}

.bnr_corporate.sp .bnr_corporate_arrow {
  padding-left: 15px;
  top: -10px;
}

.bnr_corporate.sp .bnr_corporate.sp .bnr_corporate_link:hover .bnr_corporate_bg {
  transform: scale(1.1);
  opacity: .7;
}

.bnr_corporate.sp .bnr_corporate_link:hover .bnr_corporate_btn {
  background-color: #fff;
  color: #0250a0;
}

.bnr_corporate {
  display: block;
}



.areaList .slick-slide {
  margin: 0 10px 20px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  transform: translateX(-480px) !important;
}

@media screen and (max-width: 1087px) {
  .areaList .slick-slide {
    transform: translateX(-220px) !important;
  }
}
@media screen and (max-width: 767px) {
  .areaList .slick-slide {
    transform: translateX(-110px) !important;
  }
}

.areaList .clm_ttl {
  padding: 2.9rem 3.9rem;
}
.areaList .clm_ttl {
  color: #fff;
  text-align: left;
  display: block;
  font-size: 20px;
}
.areaList .clm_img {
  line-height: 0;
}
.areaList .clm_img iframe {
  width: 100%;
  height: 307px;
}
@media screen and (max-width: 767px) {
  .areaList .clm_ttl {
   font-size: 14px;
   line-height: 1.5em;
   height: 60px;
   display: flex;
   align-items: center;
   padding: 5px;
  }
    iframe {
    height: calc(100vw * 338 / 750);
  }
}
.areaList .clm_text_area {
  padding: 4rem 4.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
.areaList .clm_text_area {
    padding: 2rem 1.5rem;
  }
}
.areaList .clm_text_area_line {
  display: flex;
  justify-content: flex-start;
  margin-top: -0.4rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #e0e0e0;
}
.areaList .clm_text_area_line
   {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.areaList .clm_text_area_line
  + .clm_text_area_line {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
.areaList .clm_text_area_line {
    margin-top: -0.3rem;
    padding-bottom: 1.2rem;
  }
.areaList .clm_text_area_line:last-child {
    margin-bottom: -0.3rem;
    padding-bottom: 0;
    border-bottom: none;
  }
.areaList .clm_text_area_line
     {
    font-size: 1.2rem;
  }
.areaList .clm_text_area_line
    + .clm_text_area_line {
    margin-top: 1.2rem;
  }
}
.areaList .clm_text_area_item {
  padding-right: 1.8rem;
  font-weight: 500;
  width: 67px;
}
.areaList .clm_text_area_cont {
  width: calc(100% - 67px);
  text-align: left;
}
.areaList .east .clm_ttl {
  background: #4ab134;
}
.areaList
  .east
  .clm_text_area_item {
  color: #0066aa;
}
.areaList .west .clm_ttl {
  background: #7eb033;
}
.areaList
  .west
  .clm_text_area_item {
  color: #003870;
}
.areaList .kyushu .clm_ttl {
  background: #4ab134;
}
.areaList
  .kyushu
  .clm_text_area_item {
  color: #0066aa;
}
@media screen and (max-width: 767px) {
  .areaList {
    display: block;
  }
  .areaList{
    width: 100%;
  }
  .areaList  .clm_ttl {
    padding: 10px 0 10px 30px;
  }

}

.areaList .slick-dots {
  bottom: inherit;
  top: 110%;
  left: 10%;
  width:  inherit;
}

@media screen and (max-width: 1087px) {
  .areaList .slick-dots {
    left: 50%;
    width: fit-content;
  }
}

.areaList .slick-dots::before {
  display: none;
}
.areaList .slick-dots li {
  margin: 0 10px;
  width: 50px;
}

.areaList .slick-dots li button:before {
  width: 50px;
  opacity: 1;
}

.areaList .slick-active  button:before {
  background: rgb(80,201,237); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(80,201,237,1) 0%, rgba(25,95,156,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(80,201,237,1) 0%,rgba(25,95,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(80,201,237,1) 0%,rgba(25,95,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c9ed', endColorstr='#195f9c',GradientType=1 ); /* IE6-9 */

}

.mt40 {
  margin-top: 40px;
}
.l-content{
  margin-bottom: 60px;
  margin-top: 120px;
}

@media screen and (max-width: 630px) {
  .l-content{
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
/* .l-mainContent{
  margin-top: 120px;
} */
/* .c-pageTitle{
  display: none;
} */

.p-termHead{
  display: none;
}
.copyright{
  display: none;
}