@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  top.css
 style info :  TOPページのみ cssの定義
=================================================================== */
/* bese ***/
.pagename {
  width: 100vw;
  /*margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);*/
}

body.dcms_editor #dcms_layoutPageBlockPasteArea .pagename {
  width: 100%;
}

/*---------------
  title
----------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ページタイトル H1 ***************************/
#pagetitle01 {
  padding: 48px 0;
  display: table;
}
@media only screen and (max-width: 979px) {
  #pagetitle01 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle01 {
    padding: 32px 0;
  }
}
#pagetitle01 .pagetitle {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
}
@media only screen and (max-width: 690px) {
  #pagetitle01 .pagetitle {
    font-size: 26px;
  }
}

#pagetitle02 {
  padding: 48px 0;
  display: table;
}
@media only screen and (max-width: 979px) {
  #pagetitle02 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle02 {
    padding: 32px 0;
  }
}
#pagetitle02 .pagetitle {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle02 .pagetitle {
    font-size: 26px;
  }
}
#pagetitle02 .pagetitle:after {
  content: "";
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: -16px;
  left: 24px;
}
@media only screen and (max-width: 690px) {
  #pagetitle02 .pagetitle:after {
    bottom: -12px;
    left: 3%;
    width: 24px;
  }
}

#pagetitle03 {
  padding: 48px 0;
  display: table;
}
@media only screen and (max-width: 979px) {
  #pagetitle03 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle03 {
    padding: 32px 0;
  }
}
#pagetitle03 .pagetitle {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
  padding-left: calc(24px + .8em);
}
@media only screen and (max-width: 690px) {
  #pagetitle03 .pagetitle {
    font-size: 26px;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle03 .pagetitle {
    padding-left: calc(3% + .8em);
  }
}
#pagetitle03 .pagetitle:after {
  content: "";
  width: 6px;
  height: calc(100% - .1em);
  position: absolute;
  top: 0;
  left: 24px;
}
@media only screen and (max-width: 690px) {
  #pagetitle03 .pagetitle:after {
    left: 3%;
  }
}

#pagetitle04,
.pagetitle04 {
  padding: 48px 0;
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle04,
  .pagetitle04 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle04,
  .pagetitle04 {
    padding: 32px 0;
  }
}
#pagetitle04 .pagetitle,
.pagetitle04 .pagetitle {
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (max-width: 690px) {
  #pagetitle04 .pagetitle,
  .pagetitle04 .pagetitle {
    font-size: 26px;
  }
}

#pagetitle05 {
  padding: 48px 0;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle05 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle05 {
    padding: 32px 0;
  }
}
#pagetitle05 .pagetitle {
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (max-width: 690px) {
  #pagetitle05 .pagetitle {
    font-size: 26px;
  }
}

#pagetitle06 {
  padding: 48px 0;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle06 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle06 {
    padding: 32px 0;
  }
}
#pagetitle06 .pagetitle {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle06 .pagetitle {
    font-size: 26px;
  }
}
#pagetitle06 .pagetitle:after {
  content: "";
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 40px);
}
@media only screen and (max-width: 690px) {
  #pagetitle06 .pagetitle:after {
    bottom: -24px;
  }
}

#pagetitle07 {
  padding: 48px 0;
  display: table;
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 979px) {
  #pagetitle07 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle07 {
    padding: 32px 0;
  }
}
#pagetitle07 .pagetitle {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle07 .pagetitle {
    font-size: 26px;
  }
}
#pagetitle07 .pagetitle:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
@media only screen and (max-width: 690px) {
  #pagetitle07 .pagetitle:after {
    bottom: -24px;
  }
}

#pagetitle08 {
  padding: 48px 0;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle08 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle08 {
    padding: 32px 0;
  }
}
#pagetitle08 .pagetitle {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle08 .pagetitle {
    font-size: 26px;
  }
}

.title02,
p.title02 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.title02.m10,
p.title02.m10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 690px) {
  .title02, p.title02 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
/* h2 ***************************/
.title03 {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title03 {
    font-size: 20px;
  }
}

.title03_bl {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 13px;
  border-width: 0 0 0 5px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title03_bl {
    font-size: 20px;
  }
}

.title03_blb {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 13px;
  padding-bottom: 8px;
  border-width: 0 0 1px 5px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title03_blb {
    font-size: 20px;
  }
}

.title03_blb2 {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  padding: 12px 0 12px 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_blb2 {
    font-size: 20px;
  }
}

.title03_blb2:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: calc(100% - 26px);
}

.title03_bbl {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title03_bbl {
    font-size: 20px;
  }
}

.title03_bbs {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (max-width: 690px) {
  .title03_bbs {
    font-size: 20px;
  }
}

.title03_bbs:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 3px;
}

.title03_bb2 {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 10px;
  border-width: 0 0 1px 0;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_bb2 {
    font-size: 20px;
  }
}

.title03_bb2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 3px;
}

.title03_bold {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title03_bold {
    font-size: 20px;
  }
}

.title03_bg {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  padding: 8px 16px;
}
@media only screen and (max-width: 690px) {
  .title03_bg {
    font-size: 20px;
  }
}

.title03_bgbb {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  line-height: 1.4;
  border-width: 0 0 5px 0;
  border-style: solid;
  padding: 8px 16px;
}
@media only screen and (max-width: 690px) {
  .title03_bgbb {
    font-size: 20px;
  }
}

.title03_tc_bbs {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 32px;
}
@media only screen and (max-width: 690px) {
  .title03_tc_bbs {
    font-size: 20px;
  }
}

.title03_tc_bbs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 16px);
  width: 32px;
  height: 6px;
}

.title03_tc_verticalbm {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.title03_tc_verticalbm:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
}

.title03_tc_verticalbm .ttv {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 2%;
  max-width: 90%;
}
@media only screen and (max-width: 690px) {
  .title03_tc_verticalbm .ttv {
    font-size: 20px;
  }
}

.title03_crossbar {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_crossbar {
    font-size: 20px;
  }
}
.title03_crossbar .title_in {
  position: relative;
  z-index: 2;
  padding-right: 16px;
}
.title03_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-width: 1px;
  border-style: dotted;
  z-index: 0;
}

.title03_icon {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
  font-weight: bold;
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 32px;
}
@media only screen and (max-width: 690px) {
  .title03_icon {
    font-size: 20px;
  }
}

/* h3 ***************************/
.title04 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title04 {
    font-size: 18px;
  }
}

.title04_bl {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 8px;
  border-width: 0 0 0 5px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title04_bl {
    font-size: 18px;
  }
}

.title04_bbl {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title04_bbl {
    font-size: 18px;
  }
}

.title04_bbs {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 690px) {
  .title04_bbs {
    font-size: 18px;
  }
}

.title04_bbs:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title04_bb2 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_bb2 {
    font-size: 18px;
  }
}

.title04_bb2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title04_bold {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title04_bold {
    font-size: 18px;
  }
}

.title04_bg {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding: 6px 10px;
}
@media only screen and (max-width: 690px) {
  .title04_bg {
    font-size: 18px;
  }
}

.title04_square {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_square {
    font-size: 18px;
  }
}

.title04_square:after {
  content: "";
  position: absolute;
  bottom: calc(50% -  5px);
  left: 0;
  width: 10px;
  height: 10px;
}

.title04_crossbar {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_crossbar {
    font-size: 18px;
  }
}
.title04_crossbar .title_in {
  position: relative;
  z-index: 2;
  padding-right: 16px;
}
.title04_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-width: 1px 0 0 0;
  border-style: solid;
  z-index: 0;
}

.title04_icon {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 32px;
}
@media only screen and (max-width: 690px) {
  .title04_icon {
    font-size: 18px;
  }
}

/* h4 ***************************/
.title05 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title05 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05.m0 {
  margin-bottom: 0;
}

.title05_bl {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 8px;
  border-width: 0 0 0 5px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title05_bl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbl {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title05_bbl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbs {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 690px) {
  .title05_bbs {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbs:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title05_bb2 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_bb2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bb2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title05_bold {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}

.title05_bg {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding: 6px 10px;
}
@media only screen and (max-width: 690px) {
  .title05_bg {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_square {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_square {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_square:after {
  content: "";
  position: absolute;
  bottom: calc(50% -  4px);
  left: 0;
  width: 8px;
  height: 8px;
}

.title05_crossbar {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_crossbar {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.title05_crossbar .title_in {
  position: relative;
  z-index: 2;
  padding-right: 16px;
}
.title05_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-top: 1px dotted #333333;
  z-index: 0;
}

.title05_icon {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 26px;
}
@media only screen and (max-width: 690px) {
  .title05_icon {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

/* h5 ***************************/
.title06 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 690px) {
  .title06 {
    font-size: 14px;
  }
}

.title06.m0 {
  margin-bottom: 0;
}

/*@import "_table.scss";  //表*/
/****************************************************************/
/* media */
/****************************************************************/
.media .media_in {
  float: left;
  padding: 0 8px;
}
.media .media_in .catelist {
  text-align: right;
}
.media .media_in .catelist a {
  font-size: 10px;
  padding: 3px 8px;
  display: inline-block;
}
.media .media_in::after {
  content: "";
  display: table;
  clear: both;
}
.media .media_in .media_img {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
.media .media_in .media_img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.media .media_in .media_txt {
  margin-top: -15px;
  position: relative;
  z-index: 10;
}
.media .media_in .media_txt time {
  margin-bottom: 5px;
}
.media .media_in .media_txt .title06 {
  line-height: 1.6;
}
.media::after {
  content: "";
  display: table;
  clear: both;
}

/*div[class*="col_bg"] > .inner .media_txt{
	padding: 5%;
}*/
.grid_media_section {
  width: 100%;
  overflow: hidden;
}

.grid_media_title {
  float: left;
  width: 25%;
  display: table;
  font-size: 2.4rem;
}

.grid_media_title_in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.grid_media_con {
  float: right;
  width: 75%;
}
.grid_media_con .slick-list {
  width: 100%;
}

.grid_media {
  border-width: 0 0 0 1px;
  border-style: solid;
  padding-bottom: 20px;
  width: 33.3333333%;
}
.grid_media .imgliq {
  height: 240px;
}

.grid_media_txt {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding: 0 16px;
}
.grid_media_txt .catelist a {
  float: right;
  display: block;
  padding: 8px 16px;
  font-size: 1.2rem;
  line-height: 1;
}
.grid_media_txt .catelist a:hover {
  text-decoration: none;
}
.grid_media_txt time {
  clear: right;
}

.grid_media_section .slick-dots {
  bottom: 0;
}

.grid_media_section .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.grid_media_section .slick-dots li {
  height: 10px;
  margin: 0 4px;
  width: 10px;
}
.grid_media_section .slick-dots li button {
  height: 10px;
  width: 10px;
}
.grid_media_section .slick-dots li button::before {
  line-height: 10px;
  height: 10px;
}

.grid_media_section .slick-prev, .grid_media_section .slick-next {
  top: 95%;
  left: -60px;
}
[dir="rtl"] .grid_media_section .slick-prev,
[dir="rtl"] .grid_media_section .slick-next {
  left: auto;
  right: -60px;
}

.grid_media_section .slick-next {
  left: -30px;
}
[dir="rtl"] .grid_media_section .slick-next {
  left: -30px;
}

@media only screen and (max-width: 690px) {
  .grid_media_title {
    float: none;
    width: 100%;
    display: block;
  }

  .grid_media_title_in {
    display: block;
    padding: 10px;
  }

  .grid_media_con {
    float: none;
    width: 100%;
  }

  .grid_media {
    border-left: none;
    padding-bottom: 20px;
    width: 100%;
  }
  .grid_media .imgliq {
    height: 180px;
  }

  .grid_media_section .slick-prev, .grid_media_section .slick-next {
    top: 95%;
    left: 10px;
  }
  [dir="rtl"] .grid_media_section .slick-prev,
  [dir="rtl"] .grid_media_section .slick-next {
    left: auto;
    right: 10px;
  }

  .grid_media_section .slick-next {
    left: 35px;
    right: 0;
  }
  [dir="rtl"] .grid_media_section .slick-next {
    left: 35px;
    right: 0;
  }
}
/****************************************************************/
/* button */
/****************************************************************/
/* button /***********************/
.btn a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
}

.btn_half a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  width: 50%;
  max-width: 400px;
}
@media only screen and (max-width: 690px) {
  .btn_half a {
    width: 100%;
  }
}

.btn_onethird a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  width: 33.333%;
  max-width: 260px;
}
@media only screen and (max-width: 690px) {
  .btn_onethird a {
    width: 100%;
    max-width: 100%;
  }
}

.btn_twothird a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  width: 66%;
  max-width: 400px;
}
@media only screen and (max-width: 690px) {
  .btn_twothird a {
    width: 100%;
  }
}

.btn_free a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  display: inline-block;
  width: auto;
  padding: 8px 1.5em;
}
@media only screen and (max-width: 690px) {
  .btn_free a {
    width: 100%;
  }
}

.btn_fs_s_half a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  width: 50%;
  max-width: 220px;
  padding: 4px 1.5em;
  font-size: 14px;
}

.btn_fs_s a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  max-width: 220px;
  padding: 4px 1.5em;
  font-size: 14px;
}

.btn_circle a {
  border-radius: 30px;
}

.btn a::before,
.btn_half a::before,
.btn_onethird a::before,
.btn_twothird a::before,
.btn_fs_s a::before,
.btn_free a::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 4px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.btn.downward a::before,
.btn_half.downward a::before,
.btn_onethird.downward a::before,
.btn_twothird.downward a::before,
.btn_fs_s.downward a::before,
.btn_free.downward a::before {
  font-family: FontAwesome;
  content: "\f107";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.btn a:hover,
.btn_half a:hover,
.btn_onethird a:hover,
.btn_twothird a:hover,
.btn_fs_s a:hover,
.btn_free a:hover {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}

.btn_bg a {
  text-decoration: none;
}

/* txt lilnk *******************/
.txt_link.arr a::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 4px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

/*-----------------------------------------------------------------*/
/* ページ内のナビゲーション */
/*-----------------------------------------------------------------*/
.list_txt_link3,
.list_txt_link4 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -16px;
}
.list_txt_link3 li,
.list_txt_link4 li {
  width: calc((100% - 16px * 3) / 3);
  margin-left: 16px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 8px;
}

.list_txt_link4 li {
  width: calc((100% - 16px * 4) / 4);
}

.list_txt_link3 a,
.list_txt_link4 a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  line-height: 1.4;
  height: 100%;
}
.list_txt_link3 a::before,
.list_txt_link4 a::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 4px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 690px) {
  .list_txt_link3 li,
  .list_txt_link4 li {
    width: calc((100% - 16px * 2) / 2);
    margin-bottom: 16px;
  }
}
/*-----------------------------------------------------------------*/
/* 基本設定 */
/*-----------------------------------------------------------------*/
.rss_box dl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.rss_box dl:after {
  content: "";
  display: table;
  clear: both;
}

.rss_date {
  float: left;
  width: 12%;
}

.rss_title {
  float: right;
  width: 88%;
  padding-left: 20px;
}

.rss_title a {
  text-decoration: underline;
}

.rss_contents {
  clear: both;
  padding: 5px 0 0 calc(12% + 20px);
  font-size: .9em;
}

.rss_new {
  display: inline-block;
  padding: 3px 12px 2px;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 979px) {
  .rss_date {
    width: 14%;
  }

  .rss_title {
    width: 86%;
  }

  .rss_contents {
    padding-left: calc(14% + 15px);
  }
}
@media only screen and (max-width: 690px) {
  .rss_date,
  .rss_title {
    width: 100%;
    float: none;
  }

  .rss_date {
    font-size: .85em;
  }

  .rss_title {
    padding: 3px 0;
  }

  .rss_contents {
    padding: 5px 0 0 0;
  }
}
/* 2個目以降非表示 スライドで表示 ----------*/
.rss_tggle {
  position: relative;
}

.rss_tggle .rss_contents {
  display: none;
}

#close {
  display: none;
}

#rss_open {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#rss_open::before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
}

#rss_open.active::before {
  content: "\f00d";
}

.rss_tggle .rss_box {
  width: calc(100% - 40px - 20px);
  margin-right: 20px;
}

/*-----------------------------------------------------------------

TOP_NEWS-A

-----------------------------------------------------------------*/
.rss_date {
  width: 100px;
}

.rss_title {
  width: calc(100% - 100px);
}

#top_rss_a .col_l {
  width: calc(18.5% * 3.8 + 1.875% * 2);
}

#top_rss_a .col_r {
  width: calc(100% - (18.5% * 3.8 + 1.875% * 2) - 24px);
}

#top_rss_a .btn {
  float: right;
}

@media only screen and (max-width: 979px) {
  #top_rss_a .col_l {
    float: none;
    width: 100%;
  }

  #top_rss_a .col_r {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 690px) {
  .rss_date, .rss_title {
    width: 100%;
  }

  .rss_box dl {
    margin-bottom: 10px;
  }

  #top_rss_a .btn {
    float: none;
  }
}
/*-----------------------------------------------------------------

TOP_NEWS-B

-----------------------------------------------------------------*/
#top_rss_b {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
}
#top_rss_b .col_bg {
  border-style: solid;
  border-width: 1px;
  padding: 40px 24px;
}
#top_rss_b .col {
  width: calc((100% - 40px) / 2);
}

.top_rss_b_con dl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.top_rss_b_con dl .rss_date {
  display: block;
  width: 100%;
  float: none;
}
.top_rss_b_con dl .rss_title {
  display: block;
  width: 100%;
  padding-left: 0;
  float: none;
}
.top_rss_b_con dl .rss_contents {
  display: none;
}

@media only screen and (max-width: 979px) {
  #top_rss_b .col {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width: 690px) {
  #top_rss_b {
    padding: 40px 0;
  }
  #top_rss_b .col {
    width: 100%;
  }
  #top_rss_b .col_bg {
    padding: 32px 24px;
  }
}
/*-----------------------------------------------------------------

TOP_NEWS-C

-----------------------------------------------------------------*/
#top_rss_c {
  padding: 48px 0 32px;
  /*bottom値、top-16px*/
}
#top_rss_c .inner {
  display: flex;
}

#top_rss_c .title {
  font-size: 32px;
  position: relative;
  line-height: 1;
  display: inline-block;
}
#top_rss_c .title::after {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

#top_rss_c .rss_box {
  padding-left: 4em;
}

#top_rss_c dl {
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 979px) {
  #top_rss_c .inner {
    flex-direction: column;
  }

  #top_rss_c .title {
    font-size: 28px;
    margin-right: 100px;
    margin-bottom: 16px;
  }
  #top_rss_c .title::after {
    width: 40px;
    top: 14px;
    left: calc(100% + 14px);
  }

  #top_rss_c .rss_box {
    padding-left: 0;
  }
}
/*-----------------------------------------------------------------

TOP_NEWS-D

-----------------------------------------------------------------*/
#top_rss_d {
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rss_d_name {
  border-radius: 5px;
  padding: 0 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.rss_d_name .rss_date {
  width: 158px;
  padding: 8px 20px;
  font-size: 15px;
  position: relative;
}
.rss_d_name .rss_date::after {
  content: ":";
  display: inline-block;
  position: absolute;
  right: 0;
}
.rss_d_name .rss_title {
  width: calc(100% - 158px);
  padding: 8px 16px 8px 40px;
  font-size: 15px;
}

.top_rss_d_con {
  padding: 0 16px;
}
.top_rss_d_con .rss_date {
  width: 158px;
  padding: 8px 20px;
  font-size: 15px;
  position: relative;
}
.top_rss_d_con .rss_date::after {
  content: ":";
  display: inline-block;
  position: absolute;
  right: 0;
}
.top_rss_d_con .rss_title {
  width: calc(100% - 158px);
  padding: 8px 16px 8px 40px;
  font-size: 15px;
}
.top_rss_d_con .rss_contents {
  display: none;
}

.top_rss_d_con dl {
  padding: 10px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.top_rss_d_con dl::after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 690px) {
  #top_rss_d {
    padding: 50px 0;
  }

  .rss_d_name .rss_date {
    width: 100%;
    position: static;
    padding: 8px 0 0;
  }
  .rss_d_name .rss_date::after {
    padding-left: 16px;
    position: static;
  }
  .rss_d_name .rss_title {
    width: 100%;
    padding: 0 0 8px;
  }

  .top_rss_d_con .rss_date {
    width: 100%;
    position: static;
    padding: 8px 0 0;
  }
  .top_rss_d_con .rss_date::after {
    padding-left: 16px;
    position: static;
  }
  .top_rss_d_con .rss_title {
    width: 100%;
    padding: 0 0 8px;
  }
}
/*-----------------------------------------------------------------

TOP_NEWS-E

-----------------------------------------------------------------*/
#top_rss_e {
  padding: 70px 0;
}

#top_rss_e .rss_box {
  background-color: #ffffff;
  padding: 32px 32px 8px;
}

#top_rss_e .rss_box dl {
  border: none;
  padding-bottom: none;
  margin-bottom: 16px;
}

#top_rss_e .btn {
  float: right;
}

@media only screen and (max-width: 690px) {
  #top_rss_e {
    padding: 60px 0;
  }

  #top_rss_e .btn {
    float: none;
  }

  #top_rss_e .rss_box {
    padding: 16px 16px 8px;
  }

  #top_rss_e .rss_box dl {
    margin-bottom: 0;
  }
}
.rss_contents {
  display: none;
}

/*-----------------------------------------------------------------*/
/*メインイメージ*/
/*-----------------------------------------------------------------*/
#top_mainimage {
  margin-bottom: 50px;
  position: relative;
}

.flexslider .slides > li {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.topmain_catch {
  max-width: 60vw;
  width: 100%;
  position: absolute;
  top: 20%;
  left: 20vw;
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
}

.topmain_txt {
  max-width: 60vw;
  width: 100%;
  position: absolute;
  top: 35%;
  left: 20vw;
  text-align: center;
  line-height: 2.2;
  font-size: 16px;
}

.flexslider .slides > li img {
  display: none;
}

@media only screen and (max-width: 979px) {
  .flexslider .slides > li {
    height: auto;
  }

  .mainimage01,
  .mainimage02,
  .mainimage03,
  .mainimage04 {
    background-image: none;
  }

  .flexslider .slides > li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .topmain_catch {
    max-width: 80vw;
    top: 10%;
    left: 10vw;
  }

  .topmain_txt {
    max-width: 80vw;
    top: 25%;
    left: 10vw;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 690px) {
  #top_mainimage {
    margin-bottom: 30px;
  }

  .topmain_catch {
    max-width: 90vw;
    top: 16%;
    left: 5vw;
    font-size: 28px;
  }

  .topmain_txt {
    max-width: 90vw;
    top: 35%;
    left: 5vw;
    line-height: 1.5;
    font-size: 12px;
  }
}
/*-----------------------------------------------------------------*/
/*メインイメージ*/
/*-----------------------------------------------------------------*/
/*.img100.imgcircle img{
	max-width: 260px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 979px) {
	.img100.imgcircle img{max-width: 100%;}
}
@media only screen and (max-width: 690px) {
	.img100.imgcircle img{
		max-width: 220px;
		margin-bottom: 25px;
	}
}*/
.top_att .b_r {
  padding: 5% 3%;
  border-width: 0 0.5px 0 0.5px;
  border-style: solid;
}

.top_att .b_r:first-child {
  border-left: none;
}

.top_att .b_r:last-child {
  border-right: none;
}

@media only screen and (max-width: 691px) {
  .top_att {
    padding: 0;
  }

  .top_att .b_r {
    padding: 8% 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-left: none;
    border-right: none;
  }
}
.banner_sbs3 {
  width: 100%;
  padding: 0 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(1024px + 48px);
}
@media only screen and (max-width: 690px) {
  .banner_sbs3 {
    padding: 0 16px;
  }
}

.banner_sbs2 {
  width: 100%;
  padding: 0 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(880px + 48px);
}
@media only screen and (max-width: 979px) {
  .banner_sbs2 {
    width: 88%;
  }
}
@media only screen and (max-width: 690px) {
  .banner_sbs2 {
    width: 90%;
  }
}

/*-----------------------------------------------------------------*/
/* top 共通タイトル */
/*-----------------------------------------------------------------*/
/*.title_jp{
	@include title02_in;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 8px;
}
.title_en{
	font-size: 10px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}
.title_jp.yoko,
.title_en.yoko{display: inline-block;}
.title_en.yoko{margin-left: 5px;}*/
/*-----------------------------------------------------------------*/
/* top area1 */
/*-----------------------------------------------------------------*/
/*#area01{
	.biglink{
		border: 1px solid $border-color-base;
		border-bottom: 2px solid $key-color;
		padding-top: 15px;
		.txtarea{
			padding: 20px;
			text-align: center;
			.title{
				font-size: 20px;
				margin-bottom: 10px;
				a:hover{text-decoration: none;}
			}
		}
	}
}*/
/*-----------------------------------------------------------------*/
/* top area B */
/*-----------------------------------------------------------------*/
#area_b {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
#area_b .col {
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  padding-top: 40px;
}
#area_b .col .img100 img {
  max-width: 120px;
}
#area_b .col .txtarea {
  padding: 30px 2em 35px;
  text-align: center;
}
#area_b .col .txtarea .title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
#area_b .col .txtarea .title a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 690px) {
  #area_b {
    padding: 30px 0;
  }
  #area_b .inner {
    padding: 0 5%;
  }
}
/*-----------------------------------------------------------------*/
/* top area B */
/*-----------------------------------------------------------------*/
#area_b_tabsp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
#area_b_tabsp .col {
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  padding-top: 40px;
}
#area_b_tabsp .col .img100 img {
  max-width: 120px;
  height: auto;
}
#area_b_tabsp .col .txtarea {
  padding: 30px 2em 35px;
  text-align: center;
}
#area_b_tabsp .col .txtarea .title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
#area_b_tabsp .col .txtarea .title a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #area_b_tabsp {
    padding: 30px 0;
  }
  #area_b_tabsp .col {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 690px) {
  #area_b_tabsp {
    padding: 30px 0;
  }
  #area_b_tabsp .col {
    width: 108%;
    padding: 16px;
    display: flex;
    align-items: center;
  }
  #area_b_tabsp .col .img100 {
    width: 30%;
  }
  #area_b_tabsp .col .img100 img {
    max-width: 100%;
  }
  #area_b_tabsp .col .txtarea {
    padding: 0 0 0 1em;
    width: 70%;
  }

  #area_b_tabsp .col .txtarea .title {
    line-height: 1.4;
  }
}
/*-----------------------------------------------------------------*/
/* top area C */
/*-----------------------------------------------------------------*/
#area_c {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
}
#area_c .txt_area {
  padding: 0 20%;
  line-height: 2;
}

@media only screen and (max-width: 979px) {
  #area_c .txt_area {
    padding: 0 8%;
  }
}
@media only screen and (max-width: 690px) {
  #area_c {
    padding: 30px 0;
  }

  #area_c {
    padding: 40px 0;
  }
  #area_c .txt_area {
    padding: 0 5%;
    line-height: 1.6;
  }
}
/*-----------------------------------------------------------------*/
/* top area D */
/*-----------------------------------------------------------------*/
#area_d .area_d_box {
  border-width: 0 0.5px 0 0.5px;
  border-style: solid;
  text-align: center;
  padding: 40px 8px;
  transition: all .2s ease 0s;
}

#area_d .material-icons {
  font-size: 56px;
  border-radius: 50%;
  padding: 7%;
  line-height: 1;
  margin-bottom: 32px;
}

#area_d .area_d_box.bl-hover a {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #area_d .area_d_box {
    border-width: 0 0 1px 0;
    border-style: solid;
  }
}
@media only screen and (max-width: 690px) {
  #area_d .area_d_box {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-left: none;
    border-right: none;
  }
}
/*-----------------------------------------------------------------*/
/* area submain A */
/*-----------------------------------------------------------------*/
.col2_vm {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.col2_vm .flt_vm, .col2_vm .flr_vm {
  width: 50%;
  align-items: center;
}
.col2_vm .flt_vm {
  display: flex;
}

.area_e_box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.area_e_box .area_e_box_in {
  padding: 0 8% 0 16%;
}

@media only screen and (max-width: 979px) {
  .col2_vm {
    display: block;
  }
  .col2_vm .flt_vm, .col2_vm .flr_vm {
    width: 100%;
    display: block;
  }

  .area_e_box .area_e_box_in {
    padding: 10% 5%;
  }
}
/*-----------------------------------------------------------------*/
/* top area F */
/*-----------------------------------------------------------------*/
#area_f {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  height: 450px;
  width: auto;
}
#area_f .area_f_block {
  display: table;
  height: 450px;
  width: 50%;
}
#area_f .area_f_block .area_f_box {
  display: table-cell;
  padding: 0 10%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/* 中央寄せ ⇒ .area05_block {margin: 0 auto;}
   左寄せ ⇒ .area05_block {margin: 0 0 0 auto;} */
@media only screen and (max-width: 979px) {
  #area_f {
    height: auto;
  }
  #area_f .area_f_block {
    display: block;
    height: auto;
    width: 90%;
    margin: auto;
  }
  #area_f .area_f_block .area_f_box {
    padding: 32px 10%;
  }
}
@media only screen and (max-width: 690px) {
  #area_f .area_f_block {
    width: 100%;
  }
}
/*-----------------------------------------------------------------*/
/* top area_g */
/*-----------------------------------------------------------------*/
#area_g {
  padding: 30px 0;
  line-height: 1.4;
}
#area_g .col_bg_white {
  padding: 24px;
}

#area_g .micon {
  text-align: center;
  width: 140px;
}

#area_g .col_bg_white {
  transition: all .2s ease 0s;
}

#area_g .col_bg_white .flr {
  width: calc(100% - 140px);
  padding-left: 24px;
}

#area_g .material-icons {
  border-radius: 50%;
  font-size: 80px;
  line-height: 1;
  padding: 15%;
  margin: auto;
}

#area_g .col_bg_white.bl-hover a {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #area_g .micon {
    width: 90px;
  }

  #area_g .col_bg_white .flr {
    width: calc(100% - 90px);
  }

  #area_g .material-icons {
    font-size: 64px;
    padding: 10%;
  }
}
@media only screen and (max-width: 690px) {
  #area_g .col_bg_white {
    padding: 16px;
  }

  #area_g .micon {
    text-align: center;
    width: 80px;
    float: left;
  }

  #area_g .col_bg_white .flr {
    width: calc(100% - 80px);
    padding-left: 16px;
    float: right;
  }

  #area_g .material-icons {
    font-size: 48px;
    padding: 10%;
  }
}
/*-----------------------------------------------------------------*/
/* top area H */
/*-----------------------------------------------------------------*/
#area_h {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 56px 0;
}

/*-----------------------------------------------------------------*/
/* top area I */
/*-----------------------------------------------------------------*/
#area_i {
  padding: 50px 1.5%;
}
#area_i .col_bg_white {
  padding: 16px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  transition: all 0.1s ease 0s;
}

#area_i .col_bg_white.bl-hover {
  top: 1px;
  left: 1px;
  box-shadow: none;
}

@media only screen and (max-width: 690px) {
  #area_i {
    padding: 0 5%;
  }
}
/*-----------------------------------------------------------------*/
/* top area J */
/*-----------------------------------------------------------------*/
#area_j {
  padding: 0 1.5%;
}

.area_j_block,
.area_j_image {
  overflow: hidden;
  position: relative;
}

.area_j_image::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.area_j_image_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

#area_j_03 .area_j_image_txt {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 16px;
  transform: translateY(0);
  top: auto;
}

.area_j_caption {
  transition: all 0.3s ease 0s;
  top: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.area_j_block:hover .area_j_caption {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  z-index: 3;
}

.area_j_title {
  font-size: 24px;
}

#area_j_02 .flt, #area_j_02 .flr {
  border-width: 0 1px 0 1px;
  border-style: solid;
}

@media only screen and (max-width: 979px) {
  .area_j_image_txt {
    display: none;
  }

  .area_j_caption {
    position: static;
    opacity: 1;
    padding: 10px 8px 0;
  }

  .area_j_block:hover .area_j_caption {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 690px) {
  #area_j {
    padding: 0 5%;
  }

  #area_j_02 .flt {
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-bottom: 24px;
  }
}
/*-----------------------------------------------------------------*/
/* top area K */
/*-----------------------------------------------------------------*/
.area_k_box .area_k_box_in {
  padding: 0 12% 0 8%;
}

#area_k .col2_vm .flt_vm {
  order: 2;
}

#area_k .col2_vm .flr_vm {
  order: 1;
}

@media only screen and (max-width: 979px) {
  .area_k_box .area_k_box_in {
    padding: 10% 5%;
  }
}
/*-----------------------------------------------------------------

top area L

-----------------------------------------------------------------*/
.area_l_list {
  display: flex;
  flex-wrap: wrap;
}

.area_l_list li {
  width: calc((100% - 16px * 3) / 4);
  margin-left: 16px;
  margin-bottom: 30px;
  border-width: 1px;
  border-style: solid;
  list-style: none;
}
.area_l_list li:nth-child(4n + 1) {
  margin-left: 0;
}

@media only screen and (max-width: 979px) {
  .area_l_list li {
    width: calc((100% - 16px * 2) / 3);
    margin-bottom: 16px;
  }
  .area_l_list li:nth-child(2n + 1) {
    margin-left: auto;
  }
  .area_l_list li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 690px) {
  .area_l_list li {
    width: calc((100% - 16px * 1) / 2);
    margin-bottom: 16px;
  }
  .area_l_list li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .area_l_list li:nth-child(3n + 1) {
    margin-left: auto;
  }
}
.area_l_list a {
  display: block;
  padding: .5em 2em .5em 1em;
  font-size: 15px;
  letter-spacing: -.05em;
  line-height: 1.4;
  text-decoration: none;
  border-width: 1px 0 0 0;
  border-style: solid;
  position: relative;
}
.area_l_list a::after {
  font-family: FontAwesome;
  content: "\f178";
  display: block;
  padding-left: 8px;
  font-size: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
}

.area_l_list li.sns {
  border: none;
}

.sns_ban:not(:last-child) {
  margin-bottom: 8px;
}

.sns_ban a {
  display: block;
  text-align: center;
  padding: 18px 8px;
}
.sns_ban a::after {
  display: none;
}

/*-----------------------------------------------------------------*/
/* top area M */
/*-----------------------------------------------------------------*/
#area_m .rss_box {
  position: relative;
}
#area_m .rss_box .btn {
  position: absolute;
  top: 0;
  right: 0;
}

/*-----------------------------------------------------------------*/
/* top area N */
/*-----------------------------------------------------------------*/
#area_n {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 48px 40% 48px 8%;
}

@media only screen and (max-width: 690px) {
  #area_n {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 10px 0 0;
  }
  #area_n .area_n_block {
    padding: 2em;
    width: 88%;
    margin: 240px auto 0;
  }
}
@media only screen and (max-width: 479px) {
  #area_n .area_n_block {
    padding: 1em;
    margin: 180px auto 0;
  }
}
/*-----------------------------------------------------------------

top area O

-----------------------------------------------------------------*/
#area_o_con {
  display: flex;
  flex-wrap: wrap;
}
#area_o_con .area_o_col {
  position: relative;
  margin-left: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vw / 8);
}
#area_o_con .area_o_col.bl-hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#area_o_con.col5 .area_o_col {
  width: calc((100% - 4px * 4) / 5);
}
#area_o_con.col5 .area_o_col:nth-child(5n + 1) {
  margin-left: 0;
  margin-bottom: 80px;
}

#area_o_con.col4 .area_o_col {
  width: calc((100% - 4px * 3) / 4);
}
#area_o_con.col4 .area_o_col:nth-child(4n + 1) {
  margin-left: 0;
  margin-bottom: 80px;
}

.area_o_title {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 12px 1em;
  line-height: 1.2;
  z-index: 2;
}

.area_o_btn {
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 2;
}
.area_o_btn a {
  display: block;
  line-height: 40px;
  padding: 0 1em;
  text-decoration: none;
}
.area_o_btn a::after {
  font-family: FontAwesome;
  content: "\f178";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  font-size: 16px;
}

@media only screen and (max-width: 1119px) {
  #area_o_con .area_o_col {
    height: calc(100vw / 5);
  }

  .area_o_title {
    padding: 12px .5em;
  }

  #area_o_con.col5 .area_o_col {
    width: calc((100% - 4px * 2) / 3);
  }
  #area_o_con.col5 .area_o_col:nth-child(3n + 1) {
    margin-left: 0;
    margin-bottom: 48px;
  }
  #area_o_con.col5 .area_o_col:nth-child(5n + 1) {
    margin-bottom: 48px;
    margin-left: auto;
  }

  #area_o_con.col4 .area_o_col {
    width: calc((100% - 4px * 2) / 3);
  }
  #area_o_con.col4 .area_o_col:nth-child(3n + 1) {
    margin-left: 0;
    margin-bottom: 48px;
  }
  #area_o_con.col4 .area_o_col:nth-child(4n + 1) {
    margin-bottom: 48px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 690px) {
  #area_o_con .area_o_col {
    height: calc(100vw / 4);
  }

  #area_o_con.col5 .area_o_col {
    width: calc((100% - 4px * 1) / 2);
  }
  #area_o_con.col5 .area_o_col:nth-child(2n + 1) {
    margin-left: 0;
    margin-bottom: 48px;
  }
  #area_o_con.col5 .area_o_col:nth-child(3n + 1) {
    margin-left: auto;
    margin-bottom: 48px;
  }

  #area_o_con.col4 .area_o_col {
    width: calc((100% - 4px * 1) / 2);
  }
  #area_o_con.col4 .area_o_col:nth-child(2n + 1) {
    margin-left: 0;
    margin-bottom: 48px;
  }
  #area_o_con.col4 .area_o_col:nth-child(3n + 1) {
    margin-left: auto;
    margin-bottom: 48px;
  }

  .area_o_title {
    padding: 10px .5em;
    font-size: 16px;
  }

  .area_o_btn a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  #area_o_con .area_o_col {
    height: calc(100vw / 2);
  }
}
/*-----------------------------------------------------------------

area_p  PC 4列 / タブレット 2列 / スマホ 2列

-----------------------------------------------------------------*/
#area_p {
  padding: 70px 0 90px;
}

.col4_m_421 {
  display: flex;
  flex-wrap: wrap;
}

.col4_m_421 .col {
  width: calc((100% - 16px * 3) / 4);
  margin-left: 16px;
}
.col4_m_421 .col:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 979px) {
  .col4_m_421 .col {
    width: calc((100% - 16px * 1) / 2);
    margin-bottom: 16px;
  }
  .col4_m_421 .col:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 690px) {
  .col4_m_421 .col {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.area_p_title {
  padding: 8px 12px;
  font-size: 15px;
}
.area_p_title .material-icons {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 8px;
}

.area_p_list li {
  margin-top: 5px;
  list-style: none;
}
.area_p_list li a {
  display: block;
  padding: 8px 12px;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
}
.area_p_list li a::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 4px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
}

@media only screen and (max-width: 979px) {
  #area_p {
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 690px) {
  #area_p {
    padding: 40px 0 50px;
  }

  .area_p_list {
    display: none;
  }
}
/*-----------------------------------------------------------------

area_q

-----------------------------------------------------------------*/
#area_q {
  padding: 70px 0 46px;
}
#area_q .col {
  padding: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
#area_q .bl-hover {
  transition: all .2s ease 0s;
  border-width: 1px;
  border-style: solid;
}

#area_q_y {
  padding: 70px 0 46px;
}
#area_q_y .col {
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
#area_q_y .col .img100 {
  max-width: 35%;
}
#area_q_y .col .img100 img {
  border-radius: 6px;
}
#area_q_y .col .area_r_txt {
  padding: 8px 40px 8px 16px;
  position: relative;
}
#area_q_y .col .area_r_txt::after {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 4px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 32px;
  padding-right: 0;
  position: absolute;
  right: 8px;
  top: calc(50% - 16px);
  line-height: 1;
}
#area_q_y .bl-hover {
  transition: all .2s ease 0s;
  border-width: 1px;
  border-style: solid;
}

/*-----------------------------------------------------------------*/
/* top グリット2 用 */
/*-----------------------------------------------------------------*/
.gridline_section {
  width: 100%;
  overflow: hidden;
}

.gridline_section article {
  margin: 1px auto 0;
  overflow: hidden;
  position: relative;
  height: 320px;
}

.gridline_section .flt:not(:first-child) {
  border-width: 0 0 0 0.5px;
  border-style: solid;
}

.col3.gridline_section .flr {
  width: calc(33.33333% - 1px);
}

.col4.gridline_section .flr {
  width: calc(25% - 1px);
}

.col2.gridline_section .flr {
  border-width: 0 0 0 0.5px;
  border-style: solid;
}

.gridline_section article a {
  text-decoration: none;
}

/*.blink.imgliq::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: all .4s ease 0s;
}
.blink.imgliq.black_tm::before{background-color: rgba(0,0,0,.3);}
.blink.imgliq:hover::before{background-color: rgba(204,0,0,.3);}*/
.gridline_section .bg_fixed {
  background-attachment: fixed;
}

.gridline_section .grid_icon::before {
  transition: all .4s ease 0s;
  content: "";
  border-width: 4px;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.gridline_section .grid_icon:hover::before {
  border-width: 4px;
  border-style: solid;
}

.gridline_section .grid_icon img {
  max-width: 160px;
}

.grid_txt {
  display: table;
  position: relative;
  z-index: 2;
  transition: all .4s ease 0s;
  width: 100%;
  padding: 24px;
}

.grid_txt_in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.grid_txt_in.bottom {
  vertical-align: bottom;
  text-align: left;
}

.gridline_section_catch,
.gridline_section_catch a {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4;
  transition: all .4s ease 0s;
}

.gridline_section_txt,
.gridline_section_txt a {
  line-height: 1.4;
  margin-top: 8px;
}

.gridline_section .grid_icon img {
  max-width: 160px;
}

@media only screen and (max-width: 979px) {
  .gridline_section article {
    height: 240px;
  }

  .col4.gridline_section .flr,
  .col4.gridline_section .flt {
    width: calc(25% - .5px);
  }

  .gridline_section .grid_icon img {
    max-width: 120px;
  }

  .gridline_section_txt {
    font-size: 1.4rem;
  }

  .grid_txt {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 690px) {
  .gridline_section article {
    height: 160px;
  }

  .col4.gridline_section .flr,
  .col4.gridline_section .flt {
    width: 50%;
    float: left;
    border-width: 0 0 0 1px;
    border-style: solid;
  }

  .gridline_section .flt:nth-child(odd),
  .col3.gridline_section .flt:nth-child(2n) {
    border-left: none;
  }

  .col3.gridline_section .flr,
  .col2.gridline_section .flr {
    width: 100%;
    border-left: none;
  }

  .col2.gridline_section .flt {
    margin-bottom: 0;
  }

  .gridline_section .grid_icon img {
    max-width: 100px;
  }

  .gridline_section_txt {
    display: none;
  }

  .grid_txt {
    padding: 16px 8px;
  }

  .gridline_section_catch,
  .gridline_section_catch a {
    font-size: 2rem;
  }
}
/*-----------------------------------------------------------------*/
/* sub area C SUBari*/
/*-----------------------------------------------------------------*/
.sub_c_block,
.sub_c_image {
  overflow: hidden;
  position: relative;
}

.sub_c_image::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.sub_c_image_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.sub_c_caption {
  transition: all 0.3s ease 0s;
  top: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.sub_c_block:hover .sub_c_caption {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  z-index: 3;
}

.sub_c_title {
  font-size: 24px;
}

.sub_c_area .flt, .sub_c_area .flr {
  border-width: 0 0.5px 0 0.5px;
  border-style: solid;
}

@media only screen and (max-width: 979px) {
  .sub_c_image_txt {
    display: none;
  }

  .sub_c_caption {
    position: static;
    opacity: 1;
    padding: 10px 8px 0;
  }

  .sub_c_block:hover .sub_c_caption {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 690px) {
  .sub_c_area .flt {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-right: none;
    border-left: none;
    margin-bottom: 24px;
  }
}
.isis_fixed {
  position: fixed;
  padding: 8px;
  width: 100%;
  background-color: #ffffff;
}

/*-----------------------------------------------------------------

top area R

-----------------------------------------------------------------*/
#area_r_con {
  background: url(../image/area_r_con_bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}
#area_r_con .bigglink {
  padding: 20px;
  transition: all .2s ease 0s;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
}

.area_r_title {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 12px;
  border-width: 0 0 2px 0;
  border-style: solid;
  margin-bottom: 24px;
}

#area_r_con .bl-hover {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 690px) {
  #area_r_con {
    padding: 60px 0;
  }

  .area_r_title {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}

