@charset "UTF-8";

@font-face {
  font-family: 'hannari';
  src: url(../font/hannari.otf) format('opentype');
}
/* ##################################################

■common
■lead_tips
■example01
■news
■item list

################################################## */
/* ==================================================
	■common
================================================== */

.top_ttl {
  margin-bottom: 30px;
}
.top_ttl h3 {
  position: relative;
  margin-top: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  z-index: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .top_ttl h3 {
    font-size: 28px;
  }
  .top_ttl .ttl_sub {
    font-size: 14px;
    padding-top: 5px;
  }
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 980px) {
  .top_ttl h3 {
    font-size: 32px;
  }
  .top_ttl .ttl_sub {
    font-size: 14px;
    padding-top: 5px;
  }
}
/* ========== end △ */

/* ==================================================
	■mv
================================================== */
#mv {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#mv img {
  position: relative;
  left: 50%;
  max-width: 1750px;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

#mv .catch {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 35%;
  color: #fff;
  text-align: center;
}

#mv .catch .main_catch {
  display: inline;
  position: relative;
  font-size: 60px;
  font-weight: normal;
  text-shadow: 0 0 8px rgb(64,49,24,0.7);
  letter-spacing: 0.5px;
}
#mv .catch .main_catch span {
  font-size: 36px;
}

#mv .mv_logo .flex-sys-wrap {
  justify-content: flex-start;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #mv .catch {
    width: 90%;
    height: auto;
    top: 40%;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
  }
  #mv .catch .main_catch {
    font-size: 24px;
  }
  #mv .catch .main_catch span {
    font-size: 18px;
  }
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 980px) {
  #mv .catch {
    width: 90%;
  }
  #mv .catch .main_catch {
    font-size: 40px;
  }
  #mv .catch .main_catch span {
    font-size: 24px;
  }
}
/* ========== end △ */


/* ==================================================
	■sec01
================================================== */
#sec01 {
  padding: 100px 0 230px;
  background: url(../../images/sec01_bg.jpg) center bottom no-repeat #f2fbfa;
}
#sec01 .inner {
  position: relative;
}
#sec01 .inner::before {
  position: absolute;
  content: url(../../images/concept_ttl.png);
  right: -20px;
  top: -60px;
}
#sec01 .top_ttl {
  position: absolute;
  right: 0;
}
#sec01 .txt_area {
  width: 500px;
  margin: auto;
  text-align: center;
}
#sec01 .txt_area p {
  line-height: 1.8;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {

}
/* ========== end △ */

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 980px) {
  #sec01 {
    background: url(../../images/sec01_bg_sp.jpg) center bottom no-repeat #f2fbfa;
    background-size: contain;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec01 {
    padding: 80px 0 200px;
  }
  #sec01 .top_ttl {
    position: static;
    right: 0;
    margin-bottom: 20px;
  }
  #sec01 .txt_area {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: left;
  }
  #sec01 .inner::before {
    opacity: 0.6;
  }
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 980px) {
  #sec01 {
    padding: 80px 0 250px;
    background-size: cover;
  }
  #sec01 .inner {
    display: flex;
    flex-flow: row-reverse wrap;
  }
  #sec01 .top_ttl {
    right: 50px;
  }
  #sec01 .txt_area {
    position: relative;
    z-index: 1;
    width: 65%;
    text-align: left;
    margin-left: 0;
  }

}
/* ========== end △ */

/* ==================================================
	■sec02
================================================== */
#sec02 {
  padding: 0 0 80px;
}
#sec02 .top_ttl {
  position: relative;
  display: inline-block;
  padding: 10px 0 30px;
  margin-bottom: 40px;
  z-index: 1;
}
#sec02 .top_ttl::after {
  position: absolute;
  content: url(../../images/promise_ttl.png);
  top: 15px;
  right: -65px;
  margin: auto;
}
#sec02 .top_ttl h3 {
  font-size: 36px;
}

#sec02 .flex-sys-wrap {
  align-items: stretch;
}

#sec02 .content_box {
  width: 200px;
  padding: 30px 20px;
  text-align: center;
  background: rgba(242, 251, 250,0.6);
  border: 2px solid #728a88;
  border-radius: 10px;
  color: #728a88;
  box-sizing: border-box;
}
#sec02 .content_box h4 {
  font-size: 22px;
  margin: 10px 0 10px;
}


/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #sec02 .content_box a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */


/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 980px) {
  #sec02 {
    padding: 50px 0;
  }
  #sec02 .top_ttl {
    margin-bottom: 8%;
  }
  #sec02 .top_ttl h3 {
    font-size: 56px;
  }
  #sec02 .content_box img {
    width: auto;
    height: auto;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec02 .content_box {
    width: 48%;
    margin: 0;
    margin-bottom: 5%;
  }
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 980px) {
  #sec02 .content_box {
    width: 22%;
  }
  #sec02 .content_box a {
    font-size: 20px;
  }
}
/* ========== end △ */

/* ==================================================
  ■sec03
================================================== */
#sec03 {
  padding: 80px 0 100px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,250,250,1) 100%);
}
#sec03 .top_ttl {
  position: relative;
  display: inline-block;
  padding: 30px 0;
  margin-bottom: 40px;
  z-index: 1;
}
#sec03 .top_ttl::after {
  position: absolute;
  content: url(../../images/construction_ttl.png);
  top: 15px;
  right: -195px;
  margin: auto;
}

#sec03 .case_area {
  width: 1000px;
  overflow-x: scroll; /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
  padding-bottom: 30px;
}
#sec03 .case_area .case_box {
  width: 280px;
  margin-left: 40px;
  display: inline-block;
}
#sec03 .case_area .case_box .txt_area {
  margin-top: 10px;
}
#sec03 .case_area .case_box .txt_area h4 {
  font-size: 22px;
  color: #46655f;
  margin-bottom: 10px;
  white-space: normal;
}
#sec03 .case_area .case_box .txt_area p {
  font-size: 14px;
  white-space: normal;
}

#sec03 .btn_style01 {
  margin-top: 50px;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 980px) {
  #sec03 .case_area {
    width: 100%;
  }
  #sec03 .case_area .case_box {
    margin-left: 8%;
  }

  .scroll_txt {
    margin-top: 10px;
    font-size: 14px;
    color: #dd4258;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec03 {
    padding: 60px 0 80px;
  }
}
/* ========== end △ */


/* ==================================================
  ■sec04
================================================== */
#sec04 {
  padding: 80px 0;
  background: #f2fbfa;
}
#sec04 .top_ttl {
  position: relative;
  display: inline-block;
  padding: 30px 0;
  margin-bottom: 40px;
  z-index: 1;
}
#sec04 .top_ttl::after {
  position: absolute;
  content: url(../../images/voice_ttl.png);
  top: 15px;
  right: -140px;
  margin: auto;
}

#sec04 .voice_area .voice_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background: url(../../images/line.gif) center bottom no-repeat;
}
#sec04 .voice_area .voice_box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
#sec04 .voice_area .voice_box .txt_area {
  width: 430px;
}
#sec04 .voice_box h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  padding: 0 20px;
  height: 73px;
}
#sec04 .voice_box h4::before, #sec04 .voice_area .voice_box h4::after {
  position: absolute;
}
#sec04 .voice_box h4::before {
  content: url(../../images/kakko_l.png);
  left: 0;
}
#sec04 .voice_box h4::after {
  content: url(../../images/kakko_r.png);
  right: 0;
}

#sec04 .voice_box p {
  margin-bottom: 20px;
}

#sec04 .voice_box .btn_style02 {
  margin-top: 50px;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 980px) {
  #sec04 {
    padding: 60px 0 80px;
  }
  #sec04 .voice_area .voice_box img {
    height: auto;
  }
  #sec04 .voice_area .voice_box .txt_area {
    margin-top: 5%;
  }
  #sec04 .voice_box h4 {
    font-size: 18px;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec04 .voice_area .voice_box .txt_area {
    width: 100%;
  }
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 980px) {
  #sec04 .voice_area .voice_box .img_area {
    width: 50%;
  }
  #sec04 .voice_area .voice_box .txt_area {
    width: 46%;
    margin-top: 0;
  }
}
/* ========== end △ */

/* ==================================================
  ■sec05
================================================== */
#sec05 {
  padding: 80px 0;
}
#sec05 .flex-sys-wrap {
  align-items: center;
}
#sec05 #news {
  box-sizing: border-box;
  margin-bottom: 60px;
}
#sec05 #news .top_ttl {
  background: #728a88;
  width: 140px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 0;
}

#sec05 #news .top_ttl h3 {
  font-size: 24px;
}
#sec05 #news .top_ttl .ttl_sub {
  font-size: 16px;
  display: inline;
}

#sec05 #news .box_inner {
  width: 857px;
  background: #fafafa;
  padding: 12px;
  box-sizing: border-box;
}
#sec05 #news ul {
  height: 117px;
  overflow: auto;
  list-style: none;
  padding-left: 50px;
  margin: auto;
}
#sec05 #news li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 3px dotted #e3e3e3;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#sec05 #news .day {
  width: 140px;
  font-weight: bold;
  color: #a5cdca;
}
#sec05 #news .news_txt {
  width: 620px;
}

#sec05 #blog .top_ttl {
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 30px 0;
  margin-bottom: 40px;
  z-index: 1;
}
#sec05 #blog .top_ttl::after{
 position: relative; 
}
#sec05 #blog .top_ttl::after {
  position: absolute;
  content: url(../../images/staffblog_ttl.png);
  top: 15px;
  right: -95px;
  margin: auto;
}
#sec05 #blog .box {
  width: 230px;
}
#sec05 #blog .box .img_area img {
  border-radius: 10px;
}
#sec05 #blog .box h4 {
  color: #bc9435;
  font-weight: normal;
  margin: 20px 0 10px;
}
#sec05 #blog .box p {
  font-size: 14px;
}
#sec05 #blog .box .btn_style01 {
  width: 220px;
  margin-top: 15px;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {

}
/* ========== end △ */

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 980px) {
  #sec05 {
    padding: 50px 0;
  }
  #sec05 #news {
    width: 100%;
  }

  #sec05 #blog .box .img_area img {
    height: auto;
  }
  #sec05 #blog .box .btn_style01 {
    width: 100%;
  }
  #sec05 #blog .box .btn_style01 a {
    padding-left: 20px;
    text-align: left;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec05 #news .top_ttl {
    width: 100%;
    padding: 15px 0 20px;
  }
  #sec05 #news .top_ttl h3 {
    display: inline-block;
    line-height: 1;
  }

  #sec05 #news .news_txt {
    width: 100%;
  }
  #sec05 #news ul {
    height: 180px;
    padding: 3%;
    padding-top: 0;
  }

  #sec05 #blog .box {
    width: 48%;
    margin-bottom: 8%;
  }
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 980px) {
  #sec05 #blog .box {
    width: 23%;
  }
  #sec05 #news .top_ttl {
    width: 20%;
  }
  #sec05 #news .box_inner {
    width: 79%;
  }
}
/* ========== end △ */

/* ==================================================
  ■sec06
================================================== */
#sec06 {
  padding: 100px 0;
  background: #f2fbfa;
}
#sec06 .bnr_box {
  margin-bottom: 10px;
}
#sec06 .bnr_box a {
  transition: all 0.2s ease;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #sec06 .bnr_box a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 980px) {
  #sec06 {
    padding: 60px 0;
  }
  #sec06 .bnr_box {
    width: 48%;
    margin-bottom: 10px;
  }
  #sec06 .bnr_box img {
    height: auto;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {

}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 980px) {
  #sec06 .bnr_box {
    width: 30%;
  }
}
/* ========== end △ */
