@charset "UTF-8";
.main_top .container {
  padding: 0;
}

.main_top .section_fbanner {
  display: none;
}

.section h2.tit {
  font-size: 50px;

  margin-bottom: 30px;
}

.section .tit_sub {
  font-size: 11px;

  position: relative;

  margin-bottom: 30px; 
  padding-left: 80px;

  color: #a2a49e;
}
.section .tit_sub::before {
  position: absolute;
  top: 6px;
  left: 0; 

  width: 64px;
  height: 1px;

  content: "";

  background: #a2a49e;
}

.section .btn_more,
.section .btn_more02 {
  margin: 0px auto;
}

/* section_visual
------------------------------------------------- */
.mv {
  position: relative;
  z-index: 99; 

  background: none;
}

.mv .inner::before {
  position: absolute;
  z-index: 3; 
  top: -20px;
  left: -105px;

  width: 140px;
  height: 139px;

  content: "";

  background: url(../img/top/icon_mv01.png) no-repeat top center;
  background-size: 100%;
}

.mv .inner::after {
  position: absolute;
  z-index: 3; 
  right: -70px;
  bottom: 50px;

  width: 155px;
  height: 150px;

  content: "";

  background: url(../img/top/icon_mv02.png) no-repeat top center;
  background-size: 100%;
}

.mv div,
.mv ul {
  opacity: 1;
}

.mv .inner {
  position: relative; 

  width: 1100px;
  height: 665px;
  margin: 0 auto;

  text-align: center;

  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.mv .inner img {
  width: 100%;
}
.mv .inner .txt_area {
  z-index: 10;
}
.mv .inner .txt_area .txt {
  font-size: 16px;

  display: inline-block; 

  margin-left: 10px;
  padding: 8px;

  background: #fff7d5;
}
.mv .inner .txt_area .txt:nth-child(2) {
  display: block;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  z-index: 999;
  top: 50%;

  display: block;

  width: 57px;
  height: 57px;
  padding: 0;

  cursor: pointer;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next {
  right: 10px;

  background: url(../img/cmn/next.png) no-repeat;
}

.slick-prev {
  left: 10px;

  background: url(../img/cmn/prev.png) no-repeat;
}

/* section_concept
------------------------------------------------- */
.section_concept {
  position: relative;

  width: 100%;
  margin: 0 auto;

  background: url(../img/top/reason_bg.jpg) no-repeat top;
  background-size: cover;
}
.section_concept .inner {
  width: 500px;
  margin: 0 auto;
  padding: 95px 0; 

  text-align: center;
}
.section_concept .inner h2 {
  font-size: 85px;

  position: relative;

  margin-bottom: 50px;
}
.section_concept .inner h2::after {
  position: absolute;
  bottom: -15px;
  left: 50%;

  width: 75px;

  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); 

  border-bottom: solid 3px;
}
.section_concept .inner .catch {
  font-size: 20px;
  font-weight: bold; 

  margin: 15px 0;
}
.section_concept .inner .txt {
  margin-bottom: 54px;
}

/* section_news
------------------------------------------------- */
.section_news {
  padding: 40px 0 50px;

  text-align: center; 

  background: #fdf9f1;
}
.section_news h2 {
  font-size: 26px;
  line-height: 1.6; 

  position: relative;

  width: 360px;
  margin: 0 auto;
  margin-bottom: 18px;
  padding-left: 10px;
}
.section_news h2 span {
  font-size: 13px;

  display: block;

  color: #baab97;
}
.section_news h2::before {
  position: absolute;
  top: 5px;
  left: 0; 

  width: 28px;
  height: 28px;

  content: "";

  background: url(../img/cmn/icon_news.png) no-repeat top center;
  background-size: 100%;
}
.section_news .inner {
  width: 1100px;
  margin: 0 auto;
}
.section_news ul.news_list li {
  display: inline-block;

  width: 311px;
  height: 370px;
  margin-right: 20px;
  padding: 10px;

  text-align: left; 
  vertical-align: top;

  border-radius: 10px;
  background: #fff;
}
.section_news ul.news_list li .ph {
  overflow: hidden;

  width: 290px;
  height: 200px;
  margin-bottom: 4px;
}
.section_news ul.news_list li .ph img {
  width: 100%;
}
.section_news ul.news_list li:last-child {
  margin-right: 0;
}

.section_news .other_news {
  width: 810px;
  margin: 0 auto;
}
.section_news .other_news .box_l {
  width: 150px;
}
.section_news .other_news .box_l img {
  width: 100%;
}
.section_news .other_news .box_r {
  width: 660px;
  padding-top: 15px;
}
.section_news .other_news .box_r ul li {
  font-size: 17px;
  line-height: 1.1em; 

  position: relative;

  display: inline-block;

  padding: 5px 15px;
}
.section_news .other_news .box_r ul li:hover {
  padding: 5px 15px;

  color: #fff;
  border-radius: 5px; 
  background: #ee8026;
}
.section_news .other_news .box_r ul li:hover span {
  color: #fff;
}
.section_news .other_news .box_r ul li span {
  font-size: 10px; 

  display: block;

  color: #baab97;
}
.section_news .other_news .box_r ul li:after {
  position: absolute;
  top: 4px;
  right: 0; 

  height: 30px;

  content: "";

  border-right: dotted 1px #ccc;
}
.section_news .other_news .box_r ul li:last-child::after {
  content: none;
}

.section_news .title_box,
.section_report .title_box {
  margin-bottom: 10px;
}
.section_news .title_box h3,
.section_report .title_box h3 {
  font-size: 20px;

  position: relative;

  float: left; 

  padding-left: 90px;
}
.section_news .title_box h3::before,
.section_report .title_box h3::before {
  position: absolute;
  top: 10px;
  left: 0;

  width: 75px;
  height: 1px;

  content: "";

  background: #151515;
}
.section_news .title_box h3 small,
.section_report .title_box h3 small {
  font-size: 12px;

  padding-left: 10px;
}
.section_news .title_box h3 small::before,
.section_report .title_box h3 small::before {
  content: "／ ";
}
.section_news .title_box .btn_list,
.section_report .title_box .btn_list {
  float: right;

  margin-top: 5px;
}
.section_news .title_box .btn_list span,
.section_report .title_box .btn_list span {
  font-size: 10px; 

  padding-right: 8px;
}

.section_news .news_list {
  margin-bottom: 30px;
}
.section_news .news_list .txt {
  font-size: 15px;
  line-height: 1.4;

  overflow: hidden;

  max-height: 45px;
  margin-bottom: 5px;
}
.section_news .news_list .date {
  text-align: left;

  color: #959595;
}

/* section_bnrarea
------------------------------------------------- */
.section_bnrarea {
  width: 100%;
}
.section_bnrarea ul {
  width: 1110px;
  margin: 0 auto;
  padding: 65px 0;
}
.section_bnrarea ul li {
  position: relative; 

  display: inline-block;

  width: 356px;
  margin-right: 10px;
}
.section_bnrarea ul li img {
  width: 100%;
}
.section_bnrarea ul li:first-child::before {
  position: absolute;
  top: -30px;
  left: -30px; 

  width: 85px;
  height: 83px;

  content: "";

  background: url(../img/cmn/age_0_3.png) top center no-repeat;
  background-size: 100%;
}
.section_bnrarea ul li:last-child {
  margin-right: 0;
}

/* section_about
------------------------------------------------- */
.section_about {
  padding: 50px 0 60px;

  text-align: center; 

  background: #fdf9f1;
}
.section_about h2 {
  font-size: 26px;

  position: relative;

  width: 392px; 
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 10px;
}
.section_about h2 span {
  font-size: 13px;

  display: block;

  color: #baab97;
}
.section_about h2::before {
  position: absolute;
  top: 6px;
  left: 0; 

  width: 28px;
  height: 28px;

  content: "";

  background: url(../img/cmn/icon_reason.png) no-repeat top center;
  background-size: 100%;
}

.section_about .inner a {
  display: block;
}

.section_about .inner .about_list {
  width: 1100px;
  margin: 0 auto 20px;
  padding: 50px 0; 

  background: #fff;
}
.section_about .inner .about_list li {
  position: relative;

  display: inline-block;

  width: 315px;
  margin-right: 30px;

  vertical-align: top;
}
.section_about .inner .about_list li:nth-child(1)::before {
  position: absolute;
  z-index: 10; 
  top: 0;
  left: 0;

  width: 98px;
  height: 97px;

  content: "";

  background: url(../img/cmn/age_3.png) no-repeat top center;
  background-size: 100%;
}
.section_about .inner .about_list li:nth-child(2)::before {
  position: absolute;
  z-index: 10; 
  top: 0;
  left: 0;

  width: 98px;
  height: 97px;

  content: "";

  background: url(../img/cmn/age_4.png) no-repeat top center;
  background-size: 100%;
}
.section_about .inner .about_list li:nth-child(3)::before {
  position: absolute;
  z-index: 10; 
  top: 0;
  left: 0;

  width: 98px;
  height: 97px;

  content: "";

  background: url(../img/cmn/age_5.png) no-repeat top center;
  background-size: 100%;
}
.section_about .inner .about_list li .ph {
  width: 300px;
  margin-bottom: 10px;
}
.section_about .inner .about_list li .ph img {
  width: 100%;
}
.section_about .inner .about_list li .tit {
  font-size: 18px;
  line-height: 1.3;

  margin-bottom: 7px; 

  text-align: center;
}
.section_about .inner .about_list li .txt {
  font-size: 16px;
  line-height: 1.4em; 

  text-align: left;
}

.about_list li:first-child .tit {
  color: #5aa3cc;
}

.about_list li:nth-child(2) .tit {
  color: #84b741;
}

.about_list li:nth-child(3) .tit {
  color: #ecc900;
}

.section_about .inner .about_list li:nth-child(3) {
  margin-right: 0;
}

.section_about .inner .about_link {
  width: 1100px;
  margin: 0 auto;
}
.section_about .inner .about_link li {
  font-size: 19px;
  line-height: 1.3em; 

  display: inline-block;

  width: 259px;
  margin-right: 17px;
  padding: 30px;

  border-radius: 10px;
  background: #fff;
}
.section_about .inner .about_link li a {
  display: block;
}
.section_about .inner .about_link li span {
  display: block;

  width: 56px;
  height: 56px;
  margin: 0px auto 20px;
}
.section_about .inner .about_link li span img {
  width: 100%;
}
.section_about .inner .about_link li:last-child {
  margin-right: 0;
}

/* section_contents
------------------------------------------------- */
.section_contents .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}
.section_contents .inner ul.bnr {
  float: left; 

  width: 820px;
}
.section_contents .inner ul.bnr li {
  display: inline-block;

  width: 392px;
  margin-right: 10px;
}
.section_contents .inner ul.bnr li img {
  width: 100%;
}
.section_contents .inner ul.bnr li:last-child {
  margin-right: 0;
}
.section_contents .inner ul.bnr .box {
  float: right;

  width: 254px;
}
.section_contents .inner .box {
  float: left;

  width: 255px;
  margin-top: 8px;
}
.section_contents .inner .box li a {
  font-size: 16px;
  line-height: 3.0em;

  display: block; 

  margin-bottom: 15px;

  text-align: center;

  border-radius: 30px;
  background: #e6e6e6;
}

/*  section_fb
 *---------------------------------------------------------- */
.section_fb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 746px;
  height: 174px;
  margin: 0 auto;
  padding: 9px; 

  border: 1px solid #2d2d2d;
}

.section_fb .ph {
  float: left; 

  width: 235px;
}

.section_fb .txt_box {
  float: right;

  width: calc( 100% - 240px);
  padding-top: 22px;

  text-align: center;
}

.section_fb .txt_box h2 {
  font-size: 18px;
  font-weight: 500; 
  line-height: 1;

  margin-bottom: 5px;
}

.section_fb .txt_box .sub {
  font-size: 12px;

  margin-bottom: 15px;
}

.section_fb .txt_box .fb-like {
  margin-bottom: 15px;
}

.section_fb .txt_box .txt {
  font-size: 12px;
}
