@charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */
/* environment */
.about-content--environment {
}
.about-content--environment .about-content__ja,
.about-content--environment .about-content__subhead,
.about-content--environment .about-content-link-item .txt {
   color: #02893e;
}
.about-content--environment .about-content-ttl-box,
.about-content--environment .about-content-link-item a,
.about-content--environment .about-content-link-item > span,
.about-content--environment .about-content-link-item .num {
   border-color: #02893e;
}

/* health */
.about-content--health {
}
.about-content--health .about-content__ja,
.about-content--health .about-content__subhead,
.about-content--health .about-content-link-item .txt {
   color: #fa5f71;
}
.about-content--health .about-content-ttl-box,
.about-content--health .about-content-link-item a,
.about-content--health .about-content-link-item > span,
.about-content--health .about-content-link-item .num {
   border-color: #fa5f71;
}

/* tourism */
.about-content--tourism {
}
.about-content--tourism .about-content__ja,
.about-content--tourism .about-content__subhead,
.about-content--tourism .about-content-link-item .txt {
   color: #0068b7;
}
.about-content--tourism .about-content-ttl-box,
.about-content--tourism .about-content-link-item a,
.about-content--tourism .about-content-link-item > span,
.about-content--tourism .about-content-link-item .num {
   border-color: #0068b7;
}

/* safe */
.about-content--safe {
}
.about-content--safe .about-content__ja,
.about-content--safe .about-content__subhead,
.about-content--safe .about-content-link-item .txt {
   color: #824c9c;
}
.about-content--safe .about-content-ttl-box,
.about-content--safe .about-content-link-item a,
.about-content--safe .about-content-link-item > span,
.about-content--safe .about-content-link-item .num {
   border-color: #824c9c;
}

/* ==========================================================================
   pc
  ======================================================================= */
@media all and (min-width: 768px){

/* -------------------- hd -------------------- */
.about-hd {
   height: 645px;
   position: relative;
}
.about-hd-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1064px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.about-hd-inner {
   position: relative;
}
.about-hd__img {
   width: 57%;
   margin-left: 6%;
   position: relative;
   top: 30px;
   /*margin-top: 4%;*/
}
.about-hd__img img {
   width: 100%;
   height: auto;
}
.about-hd-box {
   position: absolute;
   top: 16%;
   right: 0;
   width: 39%;
   z-index: 2;
}
.about-hd__ttl {
}
.about-hd__ttl img {
   width: 100%;
   height: auto;
}
.about-hd__txt {
   margin-top: 20px;
   font-size: 160%;
   color: #ffffff;
   background-color: #fe710e;
   padding: 10px 0;
   line-height: 1;
   text-align: center;
}

/* -------------------- summary -------------------- */
.about-summary {
   margin-top: -50px;
   padding-top: 94px;
   padding-bottom: 60px;
   background-color: #eaf2f2;
}
.about-summary .u-section-inner {
   overflow: hidden;
   background-color: #ffffff;
   box-sizing: border-box;
    padding: 3.812% 7.812% 7.812%;
}
.about-summary-ttl-box {
   position: relative;
   padding-bottom: 10px;
   border-bottom: 4px solid #000000;
}
.about-summary__ttl {
   font-size: 280%;
   font-weight: bold;
   line-height: 1.7;
}
.about-summary__ttl .large {
   display: block;
   color: #22ac38;
   font-size: 164.285%;
   letter-spacing: 0.05em;
   line-height: 1.3;
   margin-top: 8px;
}
.about-summary__illust {
   position: absolute;
   right: 0;
   bottom: 23px;
   width: 12%;
}
.about-summary__illust img {
   width: 100%;
   height: auto;
}
.about-summary-txt-box {
   margin-top: 20px;
}
.about-summary__txt {
   font-size: 160%;
   line-height: 1.85;
   margin-top: 13px;
}
.about-summary__txt:first-child {
   margin-top: 0;
}
.about-summary__txt span {
   font-size: 125%;
   font-weight: bold;
}
.about-summary__conclusion {
   margin-top: 20px;
   font-size: 220%;
   font-weight: bold;
   line-height: 1.8;
}

/* -------------------- content -------------------- */
.about-content {
   background-color: #eaf2f2;
}
.about-content .u-section-wrapper {
   padding-bottom: 30px;
}
.about-content .u-section-inner {
   box-sizing: border-box;
   background-color: #ffffff;
   padding: 7.812% 7.812% 5.812%;
}
.about-content-ttl-box {
   border-left: 8px solid #000000;
   padding-left: 19px;
   margin-bottom: 20px;
}
.about-content__ttl {
}
.about-content__ttl img {
   width: auto;
   height: 39px;
}
.about-content__ja {
   font-size: 180%;
   margin-top: 5px;
}
.about-content__subhead {
   font-size: 240%;
   font-weight: bold;
   margin-bottom: 5px;
}
.about-content__txt {
   font-size: 160%;
   line-height: 2;
   margin-bottom: 20px;
}
.about-content-link-list {
   display: flex;
   flex-wrap: wrap;
   height: 100%;
}
.about-content-link-item {
   width: 47.058%;
   margin-bottom: 10px;
   height: auto!important;
}
.about-content-link-item:nth-child(2n) {
   margin-left: 5.882%;
}
.about-content-link-item a {
   display: table;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   border: 2px solid #000000;
   transition: all 200ms ease;
}
.about-content-link-item > span {
   display: table;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   border: 2px solid #000000;
   transition: all 200ms ease;
}
.about-content-link-item .num {
   display: table-cell;
   width: 39px;
   height: 100%;
   text-align: center;
   border-right: 1px solid #000000;
   background-color: #ffffff;
   padding: 8px 0;
   line-height: 0;
   vertical-align: middle;
}
.about-content-link-item .num img {
   width: auto;
   height: 17px;
}
.about-content-link-item .txt {
   display: table-cell;
   font-size: 160%;
   padding: 8px 0;
   vertical-align: middle;
   padding-left: 15px;
   padding-right: 11px;
}
.no-touchevents .about-content-link-item a:hover .txt {
   color: #ffffff;
}
.about-content__btn {
   width: 210px;
   margin: 30px auto 0;
}

/* -------------------- title -------------------- */

.abou-tttl-box {
   position: relative;
   z-index: 1;
   width: 100%;
   margin: 20px 0 0;
   box-sizing: border-box;
   padding: 42px 81px 34px 84px;
   border: 3px solid #189f5e;
}

.abou-tttl-box::before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    margin: -3.333px 0 0;
    transform: skew(-44deg, 0);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 2;
    border-right: 4px solid #189f5e;
}

.abou-tttl-box::after {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 0 -3.333px;
    transform: skew(-44deg, 0);
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: 2;
    border-left: 4px solid #189f5e
}

.abou-tttl-box__ttl {
   color: #189f5e;
   font-size: 26px;
   font-weight: bold;
}

.about-summary__wrap {
  position: relative;
}

.about-summary__txt-wrap {
}

.about-summary__txt-wrap .about-summary__txt:first-child {
  margin-top: 13px;
}

.about-bicycle {
  position: absolute;
  bottom: -50px;
  right: -40px;
  width: 16.318%;
  max-width: 141px;
}

.about-bicycle img {
   width: auto;
   max-width: 100%;
   height: auto;
}

/* environment */
.no-touchevents .about-content--environment .about-content-link-item a:hover {
   background-color: #02893e;
}

/* health */
.no-touchevents .about-content--health .about-content-link-item a:hover {
   background-color: #fa5f71;
}

/* tourism */
.no-touchevents .about-content--tourism .about-content-link-item a:hover {
   background-color: #0068b7;
}

/* safe */
.no-touchevents .about-content--safe .about-content-link-item a:hover {
   background-color: #824c9c;
}

/* -------------------- banner -------------------- */
.about-banner {
   background-color: #eaf2f2;
   padding-top: 70px;
   padding-bottom: 100px;
}
.about-banner__logo {
   max-width: 480px;
   margin: 0 auto;
}
.about-banner__img {
   transition: all 200ms ease;
}
.about-banner__img img {
   width: 100%;
   height: auto;
}
.no-touchevents .about-banner__img:hover {
   opacity: 0.85;
}

/* -------------------- about footer -------------------- */
.about-footer {
}
.about-footer__img {
   height: 428px;
   background: url(../img/about/about_footer.jpg) center center repeat-x;
}

}



/* ==========================================================================
   responsive ajustment
   =======================================================================*/
@media all and (min-width: 768px) and (max-width: 1024px){

.about-hd__img {
   top: 70px;
   width: 70%;
   margin-left: 2%;
}
.about-hd-box {
    top: 28%;
    right: 10%;
    width: 39%;
}


}




/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

.u-section-wrapper {
   overflow: hidden;
}

/* -------------------- hd -------------------- */
.about-hd {
   height: 645px;
   position: relative;
}
.about-hd-wrapper {
   width: 89.333%;
   margin: 0 auto;
}
.about-hd-inner {
   position: relative;
}
.about-hd__img {
   width: 93%;
   margin-top: -13px;
}
.about-hd__img img {
   width: 100%;
   height: auto;
}
.about-hd-box {
   padding-top: 60px;
   width: 84%;
   margin: 0 auto;
}
.about-hd__ttl {
}
.about-hd__ttl img {
   width: 100%;
   height: auto;
}
.about-hd__txt {
   margin-top: 10px;
   font-size: 150%;
   color: #ffffff;
   background-color: #fe710e;
   padding: 11px 0;
   line-height: 1;
   text-align: center;
}

/* -------------------- summary -------------------- */
.about-summary {
   margin-top: -30px;
   padding-top: 70px;
   padding-bottom: 40px;
   background-color: #eaf2f2;
}
.about-summary .u-section-inner {
   background-color: #ffffff;
   box-sizing: border-box;
   padding: 7.462%;
}
.about-summary-ttl-box {
   position: relative;
   padding-bottom: 10px;
   border-bottom:2px solid #000000;
}
.about-summary__ttl {
   font-size: 170%;
   font-weight: bold;
   line-height: 1.7;
}
.about-summary__ttl .large {
   display: block;
   color: #22ac38;
   font-size: 141.176%;
   line-height: 1.4;
   letter-spacing: 0.05em;
   margin-top: 6px;
}
.about-summary__illust {
   width: 45%;
   margin: 10px auto 0;
}
.about-summary__illust img {
   width: 100%;
   height: auto;
}
.about-summary-txt-box {
   margin-top: 20px;
}
.about-summary__txt {
   font-size: 140%;
   line-height: 1.8;
   margin-top: 7px;
}
.about-summary__txt:first-child {
   margin-top: 0;
}
.about-summary__txt-wrap .about-summary__txt:first-child {
  margin-top: 7px;
}
.about-summary__txt span {
   font-size: 107.142%;
   font-weight: bold;
}
.about-summary__conclusion {
   margin-top: 10px;
   font-size: 160%;
   font-weight: bold;
   line-height: 1.6;
}

/* -------------------- title -------------------- */

.abou-tttl-box {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 20px 0 0;
  box-sizing: border-box;
  padding: 22px 18px 10px 24px;
  border: 3px solid #189f5e;
}

.abou-tttl-box::before {
  content: '';
  display: block;
  width: 61px;
  height: 30px;
  margin: -3.333px 0 0;
  transform: skew(-44deg, 0);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 2;
  border-right: 4px solid #189f5e;
}

.abou-tttl-box::after {
  content: '';
  display: block;
  width: 61px;
  height: 30px;
  margin: 0 0 -3.333px;
  transform: skew(-44deg, 0);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: 2;
  border-left: 4px solid #189f5e;
}

.abou-tttl-box__ttl {
  color: #189f5e;
  font-size: 16px;
  font-weight: bold;
}

.about-bicycle {
  width: 25.47%;
  max-width: 141px;
  margin: 20px auto 0;
}

.about-bicycle img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* -------------------- content -------------------- */
.about-content {
   background-color: #eaf2f2;
}
.about-content .u-section-wrapper {
   padding-bottom: 20px;
}
.about-content .u-section-inner {
   box-sizing: border-box;
   background-color: #ffffff;
   padding: 7.462%;
}
.about-content-ttl-box {
   border-left: 4px solid #000000;
   padding-left: 13px;
   margin-bottom: 13px;
}
.about-content__ttl {
}
.about-content__ttl img {
   width: auto;
   height: 22px;
}
.about-content__ja {
   font-size: 140%;
   margin-top: 5px;
   line-height: 1;
}
.about-content__subhead {
   font-size: 160%;
   font-weight: bold;
   margin-bottom: 5px;
   line-height: 1.7;
}
.about-content__txt {
   font-size: 130%;
   line-height: 2;
   margin-bottom: 10px;
}
.about-content-link-list {
}
.about-content-link-item {
   margin-bottom: 10px;
   display: table;
   width: 100%;
}
.about-content-link-item a {
   display: table;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   border: 2px solid #000000;
   transition: all 200ms ease;
}
.about-content-link-item > span {
   display: table;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   border: 2px solid #000000;
   transition: all 200ms ease;
}
.about-content-link-item .num {
   display: table-cell;
   width: 35px;
   height: 100%;
   text-align: center;
   border-right: 1px solid #000000;
   background-color: #ffffff;
   padding: 8px 0;
   line-height: 0;
   vertical-align: middle;
}
.about-content-link-item .num img {
   width: auto;
   height: 14px;
}
.about-content-link-item .txt {
   display: table-cell;
   font-size: 130%;
   padding: 8px 0;
   vertical-align: middle;
   padding-left: 10px;
   padding-right: 11px;
}
.no-touchevents .about-content-link-item a:hover .txt {
   color: #ffffff;
}
.about-content__btn {
   width: 210px;
   margin: 10px auto 0;
}


/* -------------------- banner -------------------- */
.about-banner {
   background-color: #eaf2f2;
   padding-top: 30px;
   padding-bottom: 50px;
}
.about-banner__logo {
}
.about-banner__img {
}
.about-banner__img img {
   width: 100%;
   height: auto;
}

/* -------------------- about footer -------------------- */
.about-footer {
}
.about-footer__img {
   height: 120px;
   background: url(../img/about/about_footer.jpg) center center repeat-x;
   background-size: cover;
}



}

/* ==========================================================================
   css animation
   ======================================================================= */


/* ==========================================================================
   js animation
   ======================================================================= */

