@charset "UTF-8";

/* slider (swiper)
------------------------------------------------- */
.slider_section .swiper-container {
  position: relative;
  z-index: 99;

  height: 700px;
  margin: 76px 0 50px; 

  text-align: center;
}

.slider_section .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  margin: 0 auto;

  text-align: center;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slider_section .swiper-container .swiper-slide h2 {
  position: absolute;
  top: 50%;
  left: 25%;

  width: 518px;

  -webkit-transform: translateY(-50%) translateX(-50%); 
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: auto;
  color: white;
  line-height: 75px;
  font-size: 55px;
  text-align: left;
  text-shadow: 2px 3px 15px #040000;  
}

.slider_section .swiper-container .swiper-slide.motenahiraya_slide h2 {
  left: 26.3%;
  font-size: 43px;
  font-weight: normal;
}

.slider_section .swiper-container .swiper-slide.motenahiraya_slide img {
  max-width: 100%;
}

.slider_section .swiper-container .swiper-slide.motenahiraya_slide:hover img {
  opacity: 1.0;
}

.slider_section .swiper-container .swiper-pagination-bullet {
  background-color: #006699;
}

.slider_section .swiper-container .swiper-slide.sumitomoPF_slide h2 {
  width: 50%;
  left: 30%;
  top: 30%;
}

.slider_section .swiper-container .swiper-slide.sumitomoPF_slide img.sumitomoPF-tit {
  width: 85%;
  max-width: 650px;
}

.slider_section .swiper-container .swiper-slide.sumitomoPF_slide:hover img {
  opacity: 1.0;
}

.slider_section .swiper-container .swiper-slide.kazokuwosodateru_slide h2 {
  width: 40%;
  left: 85%;
  top: 15%;
}

/*.slider_section .swiper-container .swiper-slide.kazokuwosodateru_slide img {
  width: 85%;
  max-width: 530px;
}*/

.slider_section .swiper-container .swiper-slide.kazokuwosodateru_slide:hover img {
  opacity: 1.0;
}

.slider_section .swiper-container .swiper-slide.handwash_slide {
  background-size: contain;
}

.slider_section .swiper-container .swiper-slide.handwash_slide img {
  max-width: 100%;
}

.slider_section .swiper-container .swiper-slide.handwash_slide:hover img {
  opacity: 1.0;
}

.slider_section .swiper-container .swiper-slide.handwash_slide h2 {
  width: 450px;
  left: 64%;
  top: 20%;
}

.section_video {
	width: 65vw;
	box-shadow: 0 0 10px #ccc;
	margin: 0 auto 100px;
}

@media print, screen and (max-width: 760px) {
  .slider_section .swiper-container{
    height: auto;
    margin: 0 0 10%;
  }

  .slider_section .swiper-container .swiper-slide {
    height: 30vh;
    background-size: cover;
    background-position: center center;
  }

  .slider_section .swiper-container .swiper-slide h2 {
    -webkit-transform: translateY(-50%) translateX(-50%); 
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);

    width: 240px;
    height: auto;
    position: absolute;
    top: 45%;
    left: 60%;
    line-height: 1.3em;
    font-size: 1.5rem;
  }

  .slider_section .swiper-container .swiper-slide.motenahiraya_slide h2 {
    width: 230px;
    font-size: 1.22rem;
    left: 50%;
  }

  .slider_section .swiper-container .swiper-slide.motenahiraya_slide h2 img {
    margin-top: 3px;
  }

.slider_section .swiper-container .swiper-slide.kazokuwosodateru_slide h2{
  width: 35%;
  left: 80%;
}

.slider_section .swiper-container .swiper-slide.kazokuwosodateru_slide img {
  width: 100%;
}

.slider_section .swiper-container .swiper-slide.handwash_slide {
  background-size: cover;
}

.slider_section .swiper-container .swiper-slide.handwash_slide h2 {
  width: 40%;
  left: 66%;
  top: 19%;
}

.section_video {
	width: 100vw;
}

}

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

  height: 700px;
  margin: 76px 0 50px; 

  text-align: center;
}

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

.mv .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;

  text-align: center;
  background-image: url(../img/top/main01.jpg);
  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mv .inner h2 {
  position: absolute;
  top: 50%;
  left: 25%;

  width: 518px;
  height: 243px;

  -webkit-transform: translateY(-50%) translateX(-50%); 
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: auto;
  color: white;
  line-height: 75px;
  font-size: 55px;
  text-align: left;
  text-shadow: 2px 3px 15px #040000;  
}
.mv .inner h2 img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 760px) {
  .mv {
    height: 50vh; 
    margin: 0 0 10%;
  }
  .mv .inner {
    background-position: 20% 0; 
  }
  .mv .inner h2 {
    width: 240px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.3em;
    font-size: 2rem;

    -webkit-transform: translateY(-50%) translateX(-50%); 
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

/* container
------------------------------------------------- */
.main_top .container {
  margin-bottom: 0;
}

@media print, screen and (max-width: 760px) {
  main.main_top {
    padding-top: 0;
  }
}

/* parts
------------------------------------------------- */
.main_top h3 {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 37px;
  line-height: 1; 

  position: relative;

  display: inline-block;

  margin: 0 auto 40px;
  padding-bottom: 0;

  text-align: center;

  border-style: none;
}
.main_top h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;

  display: block;

  margin-bottom: 10px;

  letter-spacing: 1px;
}

@media print, screen and (max-width: 760px) {
  .main_top h3 {
    font-size: 1.5em;
    line-height: 1.3; 

    margin: 0 auto 5%;
  }
  .main_top h3 span {
    font-size: .4em;

    margin-bottom: 0;
  }
  .main_top h3::before {
    content: none;
  }
  .main_top h3::after {
    content: none;
  }
}

/* section_information
------------------------------------------------- */
.main_top .section_information {
  width: 1028px;
  margin: 0 auto 100px;

  text-align: center;
}
.main_top .section_information h3 {
  margin-bottom: 50px;
}
.main_top .section_information ul.news_list {
  margin-bottom: 50px;
}
.main_top .section_information ul.news_list > li {
  float: left;

  width: 320px;
  margin-right: 34px;
}
.main_top .section_information ul.news_list > li:last-child {
  margin-right: 0;
}
.main_top .section_information ul.news_list > li a {
  display: block;

  color: #333333;
}
.main_top .section_information ul.news_list > li .box_wrapper {
  margin-bottom: 10px;
}
.main_top .section_information ul.news_list > li .ph {
  float: left;
  overflow: hidden;

  width: 130px;
  height: 87px;
  margin-bottom: 10px;
}
.main_top .section_information ul.news_list > li .ph img {
  width: 100%;
  height: auto;
}
.main_top .section_information ul.news_list > li .date_box {
  float: right;

  width: calc(100% - 140px);
  padding-top: 15px;
}
.main_top .section_information ul.news_list > li .date_box .date {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif; 

  float: left;

  margin-right: 10px;
}
.main_top .section_information ul.news_list > li .date_box .tit {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 15px;
  line-height: 1.3;

  overflow: hidden; 

  height: 44px;

  text-align: left;
}
.main_top .section_information ul.news_list > li .txt {
  font-size: 13px;
  line-height: 1.5;

  clear: both; 

  height: 40px;

  text-align: left;
}
.main_top .section_information .more_btn {
  width: 300px;
  height: 50px;
  margin: 0 auto;
}
.main_top .section_information .more_btn a {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 14px;
  line-height: 50px;

  position: relative;

  display: block;

  width: 100%;
  height: 50px;

  text-align: center;

  color: #fff;
  border-radius: 50px;
  background: #333333;
}
.main_top .section_information .more_btn a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;

  display: block;

  width: 8px;
  height: 8px;
  margin-top: -5px;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media print, screen and (max-width: 760px) {
  .main_top .section_information {
    width: 90%;
    margin: 0 5% 15%;
  }
  .main_top .section_information h3 {
    margin-bottom: 5%;
  }
  .main_top .section_information ul.news_list {
    margin-bottom: 8%;
  }
  .main_top .section_information ul.news_list > li {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .main_top .section_information ul.news_list > li:last-child {
    margin-bottom: 0;
  }
  .main_top .section_information ul.news_list > li .box_wrapper {
    margin-bottom: 0;
  }
  .main_top .section_information ul.news_list > li .ph {
    overflow: hidden;

    width: 130px;
    height: 87px;
    margin-bottom: 0;
  }
  .main_top .section_information ul.news_list > li .date_box {
    width: calc(100% - 140px);
    padding-top: 10px;
  }
  .main_top .section_information ul.news_list > li .date_box .date {
    font-size: .9em;
    line-height: 1.2; 

    margin-right: 5px;
  }
  .main_top .section_information ul.news_list > li .date_box .tit {
    font-size: 1em;
    line-height: 1.5; 

    height: 55px;
  }
  .main_top .section_information ul.news_list > li .txt {
    display: none;
  }
  .main_top .section_information .more_btn {
    width: 80%;
    height: auto;
  }
  .main_top .section_information .more_btn a {
    font-size: 1em;
    line-height: 1;

    height: auto;
    padding: 5% 0;
  }
}

/* section_intro
------------------------------------------------- */
.main_top .section_intro {
  margin-top: 80px;
  margin-bottom: 120px;
  text-align: center; 
}
.main_top .section_intro .background_img {
  padding-top: 40px;
  background: url(../img/top/bg_section02.jpg) no-repeat top center;
  background-size: cover;
}
.main_top .section_intro h3#intro-title {
  margin: 0px 0 25px;
  line-height: 33px;
  font-size: 30px;
  line-height: 1.5;
}
.main_top .section_intro h3#intro-title::before {
  display: none;
}
.main_top .section_intro h3#intro-title::after {
  display: none;
}
.main_top .section_intro .txt {
  font-size: 20px;
  line-height: 1.5;

  padding-bottom: 40px;
}
.main_top .section_intro .ph {
  width: 592px;
  margin: 0 auto;
}
.main_top .section_intro .ph img {
  height: auto;
}
.main_top .section_intro .intro_img {
  width: 590px;
  margin-bottom: 80px;
}

@media print, screen and (max-width: 760px) {
  .main_top .section_intro h3#intro-title {
    font-size: .9rem;
    line-height: 1.5em;
  }
  .main_top .section_intro {
    height: auto;
    margin-top: 0;
    margin-bottom: 15%;
    background: none;
  }
  .main_top .section_intro h3 {
    margin-bottom: 5%;
  }
  .main_top .section_intro .txt {
    width: 90%;
    margin: 0 auto;
    font-size: .70rem;
    line-height: 1.6em;
    text-align: left;
  }
  .main_top .section_intro .ph {
    width: 90%;
  }
  .main_top .section_intro .intro_img {
    width: 90%;
    margin: auto 0 10%;
  }

  .main_top .section_intro img {
    max-width: 100%;
  }
}

section.sp {
  display: none;
}
@media print, screen and (max-width: 760px) {
  .section_video.pc {
    display: none;
  }
  .section_video.sp {
    display: block;
  }
}

/* section_support
------------------------------------------------- */
.main_top .section_support {
  margin-bottom: 100px;

  text-align: center;
}
.main_top .section_support h3 {
  margin-bottom: 50px;
}
.main_top .section_support ul {
  width: 1080px;
  margin: 0 auto 40px;
}
.main_top .section_support li {
  float: left;

  width: 334px;
  margin-right: 39px;
}
.main_top .section_support li a {
  position: relative;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 15px 25px;

  text-align: center; 

  border: 2px solid #ded3cf;
}
.main_top .section_support li:last-child {
  margin-right: 0;
}
.main_top .section_support li .ph {
  width: 100%;
  margin-bottom: 20px;
}
.main_top .section_support li .ph img {
  width: 100%;
  height: auto;
}
.main_top .section_support li .tit {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 24px;
  line-height: 1;

  margin-bottom: 20px; 

  color: #333333;
}
.main_top .section_support li .more_btn {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 12px;
  line-height: 40px;

  position: relative;

  display: block;

  width: 150px;
  height: 40px;
  margin: 0 auto; 

  text-align: center;

  color: #fff;
  border-radius: 60px;
}
.main_top .section_support li .more_btn::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;

  display: block;

  width: 8px;
  height: 8px;
  margin-top: -7px;

  content: "";
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.main_top .section_support li:first-child a::before {
  position: absolute; 
  z-index: 1;
  top: -27px;
  left: 31px;

  display: block;

  width: 64px;
  height: 86px;

  content: "";

  background: url(../img/top/ico_section03_02.png) no-repeat center center;
  background-size: 64px auto;
}
.main_top .section_support li:first-child a .tit span {
  color: #009999;
}
.main_top .section_support li:first-child a .more_btn {
  background: #009999;
}
.main_top .section_support li:nth-child(2) a .tit span {
  color: #4f9e43;
}
.main_top .section_support li:nth-child(2) a .more_btn {
  background: #4f9e43;
}
.main_top .section_support li:nth-child(2) a::before {
  position: absolute; 
  z-index: 1;
  top: -27px;
  left: 31px;

  display: block;

  width: 69px;
  height: 86px;

  content: "";

  background: url(../img/top/ico_section03_03.png) no-repeat center center;
  background-size: 69px auto;
}
.main_top .section_support li:last-child a .tit span {
  color: #006699;
}
.main_top .section_support li:last-child a .more_btn {
  background: #006699;
}
.main_top .section_support li:last-child a::before {
  position: absolute; 
  z-index: 1;
  top: -27px;
  left: 31px;

  display: block;

  width: 69px;
  height: 86px;

  content: "";

  background: url(../img/top/ico_section03_04.png) no-repeat center center;
  background-size: 69px auto;
}

@media print, screen and (max-width: 760px) {
  .main_top .section_support {
    margin-bottom: 15%;
  }
  .main_top .section_support h3 {
    margin-bottom: 5%;
  }
  .main_top .section_support ul {
    width: 90%;
    margin: 0 5% 8%;
  }
  .main_top .section_support li {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .main_top .section_support li a {
    width: 100%;
    padding: 3%;
  }
  .main_top .section_support li:last-child {
    margin-bottom: 0;
  }
  .main_top .section_support li .ph {
    float: left; 

    width: 50%;
    margin-bottom: 0;
  }
  .main_top .section_support li .ph img {
    vertical-align: bottom;
  }
  .main_top .section_support li .tit {
    font-size: 1.1em;
    line-height: 1.3; 

    float: right;

    width: 50%;
    margin-bottom: 0;
    padding-top: 10%;
  }
  .main_top .section_support li .tit span {
    display: block;
  }
  .main_top .section_support li .more_btn {
    display: none;
  }
  .main_top .section_support li:first-child a::before {
    position: absolute; 
    z-index: 1;
    top: -15px;
    left: 20px;

    display: block;

    width: 40px;
    height: 54px;

    content: "";

    background: url(../img/top/ico_section03_02.png) no-repeat center center;
    background-size: 40px auto;
  }
  .main_top .section_support li:nth-child(2) a::before {
    position: absolute; 
    z-index: 1;
    top: -15px;
    left: 20px;

    display: block;

    width: 40px;
    height: 50px;

    content: "";

    background: url(../img/top/ico_section03_03.png) no-repeat center center;
    background-size: 40px auto;
  }
  .main_top .section_support li:last-child a::before {
    position: absolute; 
    z-index: 1;
    top: -15px;
    left: 20px;

    display: block;

    width: 40px;
    height: 50px;

    content: "";

    background: url(../img/top/ico_section03_04.png) no-repeat center center;
    background-size: 40px auto;
  }
  .main_top .section_support .more_btn {
    width: 60%;
    height: auto;
  }
  .main_top .section_support .more_btn a {
    font-size: .8em;
    line-height: 1;

    width: 100%;
    height: auto;
    padding: 5% 0;
  }
}

/* 20190712 */
.section_support .unit {
  margin-bottom: 15%;
  padding: 0;
}

.section_support .box_wrapper {
  width: 715px;
  margin: 0 auto;
  font-size: 15px;
}
.section_support .box_wrapper .box_l {
  float: left; 
  width: 315px;
}
.section_support .box_wrapper .box_l img {
  width: 100%;
  height: auto;
}
.section_support .box_wrapper .box_r {
  float: right; 

  width: 370px;
}
.section_support .box_wrapper .box_r .tit {
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px; 

  color: #006699;
}
.section_support .box_wrapper .box_r .txt {
  line-height: 1.8;

  text-align: left;
}

.section_support .box_wrapper .box_r .txt .note {
  font-size: 12px;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .section_support .box_wrapper {
    width: 90%;
    margin: 0 5%;
  }
  .section_support .box_wrapper .box_l,
  .section_support .box_wrapper .box_r {
    width: 100%;
  }
  .section_support .box_wrapper .box_r .tit {
    font-size: 18px;
  }
  .section_support .box_wrapper .box_r .txt {
    font-size: 16px;
  }
  .section_support .box_wrapper .box_r .txt .note {
    font-size: 12px;
  }
}

/* section04
------------------------------------------------- */
.main_top .section_quality {
  margin-bottom: 100px;

  text-align: center;
}
.main_top .section_quality h3 {
  margin-bottom: 30px;
}
.main_top .section_quality ul {
  width: 1100px;
  margin: 0 auto;

  text-align: center;
}
.main_top .section_quality ul li {
  float: left; 

  width: 20%;
}
.main_top .section_quality ul li a {
  display: block;

  padding: 15px 15px 30px; 

  color: #333333;
}
.main_top .section_quality ul li a .ph {
  margin-bottom: 20px;
}
.main_top .section_quality ul li a .ph img {
  width: 100%;
  height: auto;
}
.main_top .section_quality ul li a .sub {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1;

  margin-bottom: 10px;

  letter-spacing: 1px;
}
.main_top .section_quality ul li a .tit {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 24px;
  line-height: 1.2;

  margin-bottom: 20px;
}
.main_top .section_quality ul li a .tit.one_line {
  margin-top: 25px;
  margin-bottom: 32px;
}
.main_top .section_quality ul li a .more_btn {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 40px;

  position: relative;

  display: block;

  width: 150px;
  height: 40px;
  margin: 0 auto; 

  text-align: center;

  color: #333333;
  border: 1px solid #ddd;
  border-radius: 40px;
}
.main_top .section_quality ul li a .more_btn::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;

  display: block;

  width: 6px;
  height: 6px;
  margin-top: -4px;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.main_top .section_quality ul li a:hover {
  color: #fff;
  background: #80cccc;
}
.main_top .section_quality ul li a:hover .more_btn {
  color: #fff; 
  border: 1px solid #fff;
}
.main_top .section_quality ul li a:hover .more_btn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media print, screen and (max-width: 760px) {
  .main_top .section_quality {
    margin-bottom: 15%;
  }
  .main_top .section_quality h3 {
    margin-bottom: 5%;
  }
  .main_top .section_quality ul {
    width: 90%;
    margin: 0 5%;
  }
  .main_top .section_quality ul li {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .main_top .section_quality ul li:last-child {
    margin-bottom: 0;
  }
  .main_top .section_quality ul li a {
    padding: 2%;
  }
  .main_top .section_quality ul li a .ph {
    float: left;

    width: 40%; 
    margin-bottom: 0;
  }
  .main_top .section_quality ul li a .ph img {
    vertical-align: bottom;
  }
  .main_top .section_quality ul li a .sub {
    font-size: .6em;

    float: right; 

    width: 60%;
    margin-top: 6%;
    margin-bottom: 3%;
  }
  .main_top .section_quality ul li a .tit {
    font-size: 1.1em;

    float: right; 

    width: 60%;
    margin-bottom: 2%;
  }
  .main_top .section_quality ul li a .tit.one_line {
    margin-top: 0;
    margin-bottom: 5%;
  }
  .main_top .section_quality ul li a .more_btn {
    font-size: .8em;
    line-height: auto;

    float: right; 

    width: 60%;
    height: auto;
    margin: 0;

    border-style: none;
  }
  .main_top .section_quality ul li a .more_btn::after {
    content: none;
  }
  .main_top .section_quality ul li a .more_btn span {
    font-size: .8em;
    line-height: 1;

    position: relative; 

    display: block;

    width: 120px;
    height: auto;
    margin: 0 auto;
    padding: 5% 0;

    border: 1px solid #ddd;
    border-radius: 40px;
  }
  .main_top .section_quality ul li a .more_btn span::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;

    display: block;

    width: 6px;
    height: 6px;
    margin-top: -4px;

    content: "";
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
  }
  .main_top .section_quality ul li a:hover {
    color: #333333;
    background: inherit;
  }
  .main_top .section_quality ul li a:hover .more_btn span {
    color: inherit; 
    border: 1px solid #ded3cf;
    color: #333;
  }
  .main_top .section_quality ul li a:hover .more_btn span::after {
    border-top: 1px solid inherit;
    border-right: 1px solid inherit;
  }
}

/* section05
------------------------------------------------- */
.main_top .section05 {
  width: 568px;
  margin: 0 auto 100px;
}
.main_top .section05 a {
  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  color: #333333; 
  border: 1px solid #e0d5d1;
}
.main_top .section05 a .txt_box {
  float: right;

  width: calc(100% - 233px);
  padding-top: 25px; 

  text-align: center;
}
.main_top .section05 a .txt_box .tit {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 28px;
  line-height: 1; 

  margin-bottom: 15px;
}
.main_top .section05 a .txt_box .sub {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;

  margin-bottom: 5px;

  letter-spacing: 1px;
}
.main_top .section05 a .txt_box .more_btn {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 30px;

  position: relative;

  display: block;

  width: 115px;
  height: 30px;
  margin: 0 auto;

  text-align: center;

  color: #fff;
  border-radius: 30px;
  background: #333333;
}
.main_top .section05 a .txt_box .more_btn::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;

  display: block;

  width: 8px;
  height: 8px;
  margin-top: -5px;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.main_top .section05 a .ph_box {
  float: left; 

  width: 233px;
}
.main_top .section05 a .ph_box img {
  width: 100%;
  height: auto;

  vertical-align: bottom;
}

@media print, screen and (max-width: 760px) {
  .main_top .section05 {
    width: 90%;
    margin: 0 5% 15%;
  }
  .main_top .section05 a .txt_box {
    float: none;

    width: 100%;
    padding-top: 0;
    padding-bottom: 5%;
  }
  .main_top .section05 a .txt_box .tit {
    font-size: 1.3em;

    margin-bottom: 5%;
  }
  .main_top .section05 a .txt_box .sub {
    font-size: .5em;

    margin-bottom: 1%;
  }
  .main_top .section05 a .txt_box .more_btn {
    font-size: .8em;
    line-height: 1;

    display: block;

    width: 60%;
    height: auto;
    padding: 3% 0;
  }
  .main_top .section05 a .ph_box {
    float: none;

    width: 100%;
    margin-bottom: 5%;
  }
}

/* section_style
------------------------------------------------- */
.main_top .section_style {
  margin-bottom: 100px;
  padding: 60px 0 50px;

  text-align: center; 

  background: #f7f7f7;
}
.main_top .section_style h3 {
  margin-bottom: 30px;

  color: #333333;
}
.main_top .section_style h3::before {
  background: #006699;
}
.main_top .section_style h3::after {
  background: #006699;
}
.main_top .section_style .unit {
  width: 100%;
  height: 460px;
  margin-bottom: 50px;
}
.main_top .section_style .unit a {
  position: relative;

  display: block;

  width: 100%;
  height: 460px;

  color: #333333; 
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 460px;
}
.main_top .section_style .unit a .inner {
  position: absolute;
  top: 50%;
  right: 0;

  width: 480px;
  height: auto;
  padding: 50px 0 35px;

  -webkit-transform: translateY(-50%) translateX(-20%);
      -ms-transform: translateY(-50%) translateX(-20%);
          transform: translateY(-50%) translateX(-20%);
  text-align: center; 

  background: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
.main_top .section_style .unit a .inner h4 {
  margin-bottom: 20px;
}
.main_top .section_style .unit a .inner h4 img {
  width: auto;
  height: 59px;
}
.main_top .section_style .unit a .inner .catch {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 18px;
  line-height: 1;

  margin-bottom: 50px;

  color: #333333;
}
.main_top .section_style .unit a .inner .more_detail {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 40px;

  position: relative;

  display: block;

  width: 150px;
  height: 40px;
  margin: 0 auto; 

  text-align: center;

  color: #fff;
  border-radius: 40px;
  background: #333333;
}
.main_top .section_style .unit a .inner .more_detail::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;

  display: block;

  width: 6px;
  height: 6px;
  margin-top: -4px;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.main_top .section_style .unit.unit01 a {
  background-image: url(../img/top/bg_section06_01.jpg);
}
.main_top .section_style .unit.unit02 {
  margin-bottom: 60px;
}
.main_top .section_style .unit.unit02 a {
  background-image: url(../img/top/bg_section06_02.jpg);
}
.main_top .section_style .unit:nth-child(odd) .inner {
  left: 0;

  -webkit-transform: translateY(-50%) translateX(20%); 
      -ms-transform: translateY(-50%) translateX(20%);
          transform: translateY(-50%) translateX(20%);
}
.main_top .section_style .unit:nth-child(odd) a {
  background-position: center right;
}
.main_top .section_style .more_btn {
  width: 300px;
  height: 50px;
  margin: 0 auto;
}
.main_top .section_style .more_btn a {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 14px;
  line-height: 50px;

  position: relative;

  display: block;

  width: 100%;
  height: 50px;

  text-align: center;

  color: #fff;
  border-radius: 50px;
  background: #333333;
}
.main_top .section_style .more_btn a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;

  display: block;

  width: 8px;
  height: 8px;
  margin-top: -5px;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media print, screen and (max-width: 760px) {
  .main_top .section_style {
    margin-bottom: 15%;
    padding: 60px 0 50px;
  }
  .main_top .section_style h3 {
    margin-bottom: 5%;
  }
  .main_top .section_style .unit {
    height: auto;
    margin-bottom: 10%;
  }
  .main_top .section_style .unit a {
    width: 100%;
    height: auto;
    padding-top: 20%; 

    background-position: top center;
    background-size: 100% auto;
  }
  .main_top .section_style .unit a .inner {
    position: relative;
    top: auto;
    right: auto;

    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 8% 0;

    -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);

    background-position: top center;
  }
  .main_top .section_style .unit a .inner h4 {
    margin-bottom: 5%;
  }
  .main_top .section_style .unit a .inner h4 img {
    width: 80%;
    height: auto;
  }
  .main_top .section_style .unit a .inner .catch {
    font-size: 1em;

    margin-bottom: 10%;
  }
  .main_top .section_style .unit a .inner .more_detail {
    font-size: .7em;
    line-height: 1;

    width: 60%;
    height: auto;
    padding: 4% 0;
  }
  .main_top .section_style .unit.unit02 {
    margin-bottom: 8%;
  }
  .main_top .section_style .unit.unit02 h4 img {
    width: 60% !important;
  }
  .main_top .section_style .unit:nth-child(odd) .inner {
    left: auto;

    -webkit-transform: translateY(0) translateX(0); 
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  .main_top .section_style .unit:nth-child(odd) a {
    background-position: top center;
  }
  .main_top .section_style .more_btn {
    width: 80%;
    height: auto;
  }
  .main_top .section_style .more_btn a {
    font-size: 1em;
    line-height: 1;

    width: 100%;
    height: auto;
    padding: 5% 0;
  }
}

/* section07
------------------------------------------------- */
.main_top .section_voice {
  margin-bottom: 100px;

  text-align: center;
}
.main_top .section_voice h3 {
  margin-bottom: 60px;
}
.main_top .section_voice ul.voice_list {
  width: 1080px;
  margin: 0 auto 50px;
}
.main_top .section_voice ul.voice_list > li {
  float: left;

  width: 334px;
  margin-right: 39px;
}
.main_top .section_voice ul.voice_list > li:last-child {
  margin-right: 0;
}
.main_top .section_voice ul.voice_list > li a {
  position: relative;

  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 334px;
  padding: 15px;

  text-align: center;

  color: #333333; 
}
.main_top .section_voice ul.voice_list > li a .tit_wrapper {
  margin-bottom: 0;
}
.main_top .section_voice ul.voice_list > li a .ph {
  overflow: hidden;

  width: 300px;
  height: 0;
  margin-bottom: 20px; 
  padding-bottom: 67%;
}
.main_top .section_voice ul.voice_list > li a .ph img {
  width: 100%;
  height: auto;
}
.main_top .section_voice ul.voice_list > li a ul.icon {
  float: left;

  margin-right: 5px;
}
.main_top .section_voice ul.voice_list > li a .tit {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 14px;
  line-height: 1.2;

  overflow: hidden;

  text-align: left;
  white-space: nowrap;
     text-overflow: ellipsis; 

  -o-text-overflow: ellipsis;
}
.main_top .section_voice ul.voice_list > li a .txt {
  font-size: 15px;
  line-height: 1.3;

  overflow: hidden; 

  height: 41px;

  text-align: left;
}
.main_top .section_voice .more_btn {
  width: 300px;
  height: 50px;
  margin: 0 auto;
}
.main_top .section_voice .more_btn a {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
  font-size: 14px;
  line-height: 50px;

  position: relative;

  display: block;

  width: 100%;
  height: 50px;

  text-align: center;

  color: #fff;
  border-radius: 50px;
  background: #333333;
}
.main_top .section_voice .more_btn a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;

  display: block;

  width: 8px;
  height: 8px;
  margin-top: -5px;

  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media print, screen and (max-width: 760px) {
  .main_top .section_voice {
    margin-bottom: 15%;
  }
  .main_top .section_voice h3 {
    margin-bottom: 5%;
  }
  .main_top .section_voice ul.voice_list {
    width: 90%;
    margin: 0 5% 8%;
  }
  .main_top .section_voice ul.voice_list > li {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .main_top .section_voice ul.voice_list > li:last-child {
    margin-bottom: 0;
  }
  .main_top .section_voice ul.voice_list > li a {
    width: 100%;
    padding: 2%; 
  }
  .main_top .section_voice ul.voice_list > li a .tit_wrapper {
    float: right;

    width: 58%;
    margin-bottom: 0;
    padding-top: 3%;
  }
  .main_top .section_voice ul.voice_list > li a .ph {
    float: left;

    width: 40%;
    height: auto; 
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main_top .section_voice ul.voice_list > li a .ph img {
    vertical-align: bottom;
  }
  .main_top .section_voice ul.voice_list > li a ul.icon {
    float: left;

    margin-right: 5px;
  }
  .main_top .section_voice ul.voice_list > li a .tit {
    font-size: 1em;
    line-height: 1.2;
  }
  .main_top .section_voice ul.voice_list > li a .txt {
    font-size: 1em;
    line-height: 1.5;

    float: right;

    width: 58%; 
    height: 55px;
  }
  .main_top .section_voice .more_btn {
    width: 300px;
    height: 50px;
    margin: 0 auto;
  }
  .main_top .section_voice .more_btn a {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
    font-size: 14px;
    line-height: 50px;

    position: relative;

    display: block;

    width: 100%;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50px;
    background: #333333;
  }
  .main_top .section_voice .more_btn a::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -5px;

    content: "";
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

/* section08
------------------------------------------------- */
.main_top .section_banner {
  padding: 40px 0; 

  background: #f7f7f7;
}
.main_top .section_banner ul {
  width: 805px;
  margin: 0 auto;
}
.main_top .section_banner li {
  float: left;

  width: 255px;
  margin-right: 20px;
}
.main_top .section_banner li:last-child {
  margin-right: 0;
}
.main_top .section_banner li img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 760px) {
  .main_top .section_banner {
    padding: 8%;
  }
  .main_top .section_banner ul {
    width: 100%;
  }
  .main_top .section_banner li {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .main_top .section_banner li:last-child {
    margin-bottom: 0;
  }
}
