@charset 'UTF-8';
#main-visual {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #329DEA), color-stop(0.62, #1752AD), color-stop(0.63, #154CA3), color-stop(1, #0D3079));
  background: -webkit-linear-gradient(top, #329DEA 0%, #1752AD 62%, #154CA3 63%, #0D3079 100%);
  background: linear-gradient(to bottom, #329DEA 0%, #1752AD 62%, #154CA3 63%, #0D3079 100%);
  height: 600px;
  box-sizing: content-box;
}

#main-visual img {
  vertical-align: top;
}

#content {
  overflow: hidden;
}

#content article {
  font-size: 16px;
  line-height: 1;
}

#content section {
  margin: 50px 0;
}

#content h1, #content h2, #content h3 {
  color: #333;
  font-weight: normal;
  margin: 0;
}

#content p {
  color: #333;
  margin: 30px 0;
  line-height: 1.7;
}

#content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .section-title {
  font-size: 31px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  padding-bottom: 15px;
  margin: 30px 0 20px;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 100% 0;
}

#content .img img {
  vertical-align: top;
}

#content .heading {
  font-size: 21px;
  line-height: 1.35;
  font-weight: bold;
  padding-left: 10px;
  margin: 30px 0;
}

#content .more {
  display: inline-block;
  margin-top: 3px;
}

#content .more a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  padding: 0 20px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#content .more a::after {
  display: inline-block;
  vertical-align: baseline;
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 0.5em;
}

#content .fig-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

#content .fig-1 > li {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  width: calc(50% - 15px);
  height: 70px;
  margin-bottom: 20px;
  padding: 8px 0 0 116px;
  box-sizing: border-box;
  border-radius: 50px;
}

#content .fig-1 > li::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url(img/home/icon-home-01.png);
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: 0 3px;
  border-radius: 50%;
}

#content .fig-1 > li em {
  position: absolute;
  top: 50%;
  left: 78px;
  margin-top: -25px;
  font-family: "Fira Sans";
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
}

#content .fig-2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 3px;
}

#content .fig-2 > dt {
  position: relative;
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  width: 42%;
  padding: 15px 20px 15px 110px;
  box-sizing: border-box;
}

#content .fig-2 > dt::before {
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url(img/home/icon-home-02.png);
  background-repeat: no-repeat;
  background-size: 86%;
  background-position: 0px 3px;
  border-radius: 50%;
}

#content .fig-2 > dt em {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  width: 80px;
  padding: 5px 0;
  margin-bottom: 5px;
  background-color: #555;
  border-radius: 2px;
}

#content .fig-2 > dd {
  line-height: 1.6;
  width: 58%;
  padding: 15px 20px;
  margin: 0;
  border-left: 1px dashed #ddd;
  box-sizing: border-box;
}

#content .fig-2:nth-of-type(2) > dt:before {
  background-image: url(img/home/icon-home-03.png);
  background-size: 68%;
  background-position: 11px 0px;
}

#content .fig-2:nth-of-type(3) > dt:before {
  background-image: url(img/home/icon-home-04.png);
  background-size: 83%;
  background-position: 5px 0px;
}

#content .fig-2:nth-of-type(4) > dt:before {
  background-image: url(img/home/icon-home-05.png);
  background-size: 100%;
  background-position: 14px 0px;
}

#content .type-1 .section-title {
  color: #009fb8;
  background-image: url(img/home/fig-home-01.png), url(img/home/fig-home-02.png);
  border-bottom: 1px solid #009fb8;
}

#content .type-1 .heading {
  border-left: 5px solid #009fb8;
}

#content .type-1 .more a {
  background-color: #009fb8;
}

#content .type-1 .more a:hover {
  background-color: #00cbeb;
}

#content .type-1 .fig-1 > li {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #00769F), color-stop(1, #00A0B8));
  background: -webkit-linear-gradient(left, #00769F 0%, #00A0B8 100%);
  background: linear-gradient(to right, #00769F 0%, #00A0B8 100%);
}

#content .type-2 .section-title {
  color: #80c651;
  background-image: url(img/home/fig-home-04.png), url(img/home/fig-home-05.png);
  border-bottom: 1px solid #80c651;
}

#content .type-2 .heading {
  border-left: 5px solid #80c651;
}

#content .type-2 .more a {
  background-color: #80c651;
}

#content .type-2 .more a:hover {
  background-color: #81df42;
}

#content .type-2 .fig-1 > li {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #15950D), color-stop(1, #80C651));
  background: -webkit-linear-gradient(left, #15950D 0%, #80C651 100%);
  background: linear-gradient(to right, #15950D 0%, #80C651 100%);
}

#content .type-3 .section-title {
  color: #2985d7;
  background-image: url(img/home/fig-home-06.png), url(img/home/fig-home-07.png);
  border-bottom: 1px solid #2985d7;
}

#content .type-3 .more a {
  background-color: #2985d7;
}

#content .type-3 .more a:hover {
  background-color: #33aceb;
}

#content .cta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px 0;
}

#content .cta > li:nth-of-type(1) a {
  background-color: #ff51a1;
}

#content .cta > li:nth-of-type(1) a:hover {
  background-color: #ff61ba;
}

#content .cta > li:nth-of-type(2) a {
  background-color: #ff77b4;
}

#content .cta > li:nth-of-type(2) a:hover {
  background-color: #ff8bc7;
}

#content .cta > li a {
  display: block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 8px;
}

#content .first-section ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 25px;
}

#content .first-section ul > li {
  position: relative;
  width: 100%;
  max-width: calc(50% - 20px);
  padding-bottom: 29.17%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  border-radius: 3px;
}

#content .first-section ul > li .btn a::after {
  display: inline-block;
  font-family: "FontAwesome";
  vertical-align: baseline;
  content: "\f04b";
  margin-left: 0.5em;
}

#content .first-section ul > li .btn a .br {
  display: inline-block;
}

#content .first-section ul > li:nth-of-type(1) {
  background-image: url(img/home/img-home-01.jpg);
}

#content .first-section ul > li:nth-of-type(1) .btn a {
  background-color: #00a0b8;
}

#content .first-section ul > li:nth-of-type(1) .btn a:hover {
  background-color: #00cbeb;
}

#content .first-section ul > li:nth-of-type(2) {
  background-image: url(img/home/img-home-02.jpg);
}

#content .first-section ul > li:nth-of-type(2) .btn a {
  background-color: #80c651;
}

#content .first-section ul > li:nth-of-type(2) .btn a:hover {
  background-color: #81dc53;
}

#content .first-section ul > li .title {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
  font-size: 31px;
  line-height: 1.2;
}

#content .first-section ul > li .btn {
  position: absolute;
  right: 25px;
  bottom: -25px;
}

#content .first-section ul > li .btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  height: 50px;
  width: 280px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#content .first-section .ad-banner {
  margin: 30px 0;
}

#content .first-section .ad-banner a {
  display: block;
}

#content .first-section .ad-banner a:hover img {
  opacity: .8;
}

#content .first-section .ad-banner a img {
  vertical-align: top;
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

#content .second-section {
  position: relative;
}

#content .second-section .section-title {
  padding-right: 170px;
  background-position: 0 0, 82% 0;
}

#content .second-section .mark {
  position: absolute;
  top: 0;
  right: 0;
}

#content .fifth-section .items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -10px 0;
}

#content .fifth-section .items > li {
  width: calc(33.33% - 20px);
  margin: 10px 0;
}

#content .fifth-section .items > li a {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

#content .fifth-section .items > li a:hover {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

#content .fifth-section .items > li a:hover .thumb {
  border-color: #009fb8;
}

#content .fifth-section .items > li .thumb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 225px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  overflow: hidden;
}

#content .fifth-section .items > li img {
  display: block;
  width: 100%;
  height: auto;
}

#content .fifth-section .items > li .date {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #999;
  margin-bottom: 5px;
}

#content .fifth-section .items > li .title {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#content .sixth-section {
  position: relative;
}

#content .sixth-section .section-title {
  padding-right: 170px;
  background-position: 0 0, 82% 0;
}

#content .sixth-section .mark {
  position: absolute;
  top: 0;
  right: 0;
}

#content .seventh-section .example {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -15px 0;
}

#content .seventh-section .example > li {
  width: calc(33.33% - 20px);
  margin: 15px 0;
}

#content .seventh-section .example > li a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

#content .seventh-section .example > li a:hover {
  border-color: #80c651;
}

#content .seventh-section .example > li a:hover .title {
  background-color: #81df42;
}

#content .seventh-section .example > li img {
  display: block;
  width: 100%;
}

#content .seventh-section .example > li .title {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 8px;
  background-color: #80c651;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#content .eighth-section .brand-list {
  font-size: 0;
  margin: -5px;
}

#content .eighth-section .brand-list > li {
  display: inline-block;
  text-align: center;
  width: calc(16.66% - 10px);
  margin: 5px;
}

#content .eighth-section .brand-list > li a {
  display: block;
  color: #80c651;
  font-size: 15px;
  line-height: 1.3;
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#content .eighth-section .brand-list > li a:hover {
  color: #81df42;
  background-color: #fff;
  border-color: #80c651;
}

#content .shop-section::after {
  display: block;
  content: '';
  clear: both;
}

#content .shop-section .map {
  float: left;
  font-size: 11px;
  width: 100%;
  max-width: 480px;
  margin-right: 40px;
  box-sizing: border-box;
}

#content .shop-section .info {
  margin-left: 520px;
}

#content .shop-section .info .catch {
  font-size: 15px;
  line-height: 1.3;
  margin: 3px 0 7px;
}

#content .shop-section .info .name {
  font-size: 25px;
  margin: 0;
}

#content .shop-section .info .more {
  margin-top: 10px;
}

#content .shop-section .info .access {
  font-size: 15px;
  line-height: 1.6;
  margin: 25px 0;
}

#content .shop-section .info .notes {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 25px;
  margin: 0;
  border-top: 1px dotted #2985d7;
}

#content .shop-section .info .notes strong {
  font-weight: bold;
}

#content .sns-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 360px;
}

#content .sns-section #facebook-box {
  font-size: 11px;
  width: 460px;
}

#content .sns-section #instagram-box {
  font-size: 11px;
  width: 460px;
  border: 1px solid #eee;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  #main-visual {
    height: auto;
    border-bottom: none;
  }
  #main-visual img {
    width: 100%;
  }
  #content article {
    font-size: 15px;
  }
  #content section {
    margin: 20px 4.0%;
  }
  #content p {
    margin: 20px 0;
  }
  #content .section-title {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 15px 15px;
    background-size: 55px auto, 60px auto;
  }
  #content .img img {
    width: 100%;
  }
  #content .heading {
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0;
  }
  #content .more {
    margin-top: 5px;
  }
  #content .more a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  #content .fig-1 {
    display: block;
  }
  #content .fig-1 > li {
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    height: 54px;
    padding: 9px 0 0 78px;
    margin-bottom: 10px;
  }
  #content .fig-1 > li::before {
    top: 3px;
    left: 3px;
    width: 48px;
    height: 48px;
  }
  #content .fig-1 > li em {
    left: 56px;
    font-size: 32px;
    margin-top: -16px;
  }
  #content .fig-2 {
    display: block;
    font-size: 15px;
  }
  #content .fig-2 > dt {
    font-size: 16px;
    width: 100%;
    padding: 15px 12px 15px 85px;
  }
  #content .fig-2 > dt::before {
    left: 15px;
    width: 60px;
    height: 60px;
  }
  #content .fig-2 > dt em {
    font-size: 14px;
    width: 60px;
    margin-bottom: 8px;
  }
  #content .fig-2 > dd {
    width: 100%;
    padding: 12px 15px 15px;
    border-left: none;
    border-top: 1px dashed #ddd;
  }
  #content .cta {
    display: block;
    margin: 30px 0 40px;
  }
  #content .cta > li {
    margin-bottom: 10px;
  }
  #content .cta > li img {
    width: 100%;
    height: auto;
  }
  #content .first-section ul > li {
    max-width: calc(50% - 3px);
    padding-bottom: 40%;
    background-size: auto 100%;
  }
  #content .first-section ul > li .title {
    font-size: 3.9vw;
    line-height: 5vw;
    top: 2.5vw;
    left: 2.2vw;
    right: 2.2vw;
  }
  #content .first-section ul > li .title br {
    display: none;
  }
  #content .first-section ul > li .btn {
    left: 10px;
    right: 10px;
    bottom: -22px;
  }
  #content .first-section ul > li .btn a {
    font-size: 15px;
    line-height: 1.3;
    height: auto;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  #content .first-section ul > li .btn a br {
    display: inherit;
  }
  #content .first-section .ad-banner a img {
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
  }
  #content .second-section .section-title {
    padding-right: 40px;
    background-position: 0 0, 100% 0;
  }
  #content .second-section .mark {
    top: 4.2vw;
    right: -3.8%;
  }
  #content .second-section .mark img {
    width: 20vw;
  }
  #content .fifth-section .items > li {
    width: calc(50% - 7px);
  }
  #content .fifth-section .items > li .thumb {
    height: 33vw;
  }
  #content .fifth-section .items > li .date {
    font-size: 12px;
  }
  #content .fifth-section .items > li .title {
    font-size: 13px;
  }
  #content .sixth-section .section-title {
    padding-right: 35px;
    background-position: 0 0, 100% 0;
  }
  #content .sixth-section .mark {
    top: 4.2vw;
    right: -3.8%;
  }
  #content .sixth-section .mark img {
    width: 20vw;
  }
  #content .seventh-section .example {
    margin: -7px 0;
  }
  #content .seventh-section .example > li {
    width: calc(50% - 7px);
    margin: 7px 0;
  }
  #content .seventh-section .example > li .title {
    font-size: 13px;
    padding: 5px 0;
  }
  #content .eighth-section .brand-list > li {
    width: calc(50% - 10px);
  }
  #content .shop-section .map {
    float: none;
    margin: 0 auto;
    max-width: 460px;
  }
  #content .shop-section .info {
    margin-top: 20px;
    margin-left: auto;
  }
  #content .shop-section .info .catch {
    font-size: 13px;
  }
  #content .shop-section .info .name {
    font-size: 20px;
  }
  #content .shop-section .info .access {
    font-size: 14px;
    margin: 20px 0 15px;
  }
  #content .shop-section .info .notes {
    font-size: 14px;
    padding-top: 15px;
  }
  #content .sns-section {
    display: block;
    height: auto;
    margin-top: 40px;
  }
  #content .sns-section #facebook-box {
    width: 100%;
    max-width: 460px;
    height: 360px;
    margin: 0 auto;
  }
  #content .sns-section #instagram-box {
    width: 100%;
    height: 360px;
    max-width: 460px;
    margin: 15px auto;
  }
}

/*# sourceMappingURL=map/style-home.css.map */
