@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  border: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  font-family: "Helvetica", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: .8px;
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #15ccb1;
}

.is_pc {
  display: none;
}

@media screen and (min-width: 960px) {
  .is_sp {
    display: none;
  }
  .is_pc {
    display: block;
  }
}

.l-wrapper {
  width: 100%;
}

.l-section {
  padding: 40px 24px 50px;
}

.l-section._bg-gray {
  background-color: rgba(3, 30, 26, 0.05);
}

.l-header {
  background-color: #15ccb1;
}

.l-header .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  height: 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-header .l-header__inner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer {
  padding: 40px 0;
  text-align: center;
}

.l-footer p {
  font-size: 10px;
  letter-spacing: 0;
}

.p-top-title {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 37px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.p-top-title > span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.p-top-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 470px;
  background-color: #15ccb1;
}

.p-top-main .p-top-main__title > img {
  width: 311px;
}

.p-top-main .p-top-main__title > p {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
}

.p-top-main .p-top-main__arrow {
  position: absolute;
  bottom: 24px;
  width: 33px;
}

.p-top-media {
  text-align: center;
  font-weight: bold;
}

.p-top-media .p-top-media__logo {
  margin: 15px 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-media .p-top-media__logo li {
  margin: 0 20px 24px;
}

.p-top-media .p-top-media__logo:last-of-type {
  margin: 15px 0 0;
}

.p-top-service {
  margin-bottom: 87px;
  text-align: center;
}

.p-top-service .p-top-service__title {
  margin-bottom: 25px;
}

.p-top-service .p-top-service__title > p {
  margin-bottom: 8px;
  font-weight: bold;
}

.p-top-service .p-top-service__title > p._green {
  color: #15ccb1;
}

.p-top-service .p-top-service__content > p {
  margin-top: 25px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.p-top-service .p-top-service__link {
  margin-top: 33px;
}

.p-top-service:last-of-type {
  margin-bottom: 30px;
}

.p-top-service .p-top-service__store-banner {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-service .p-top-service__store-banner > a {
  display: block;
  margin: 0 9px;
  width: 130px;
}

.p-top-service .p-top-service__store-banner > a img {
  width: 100%;
}

.p-top-member {
  margin:0 auto;
  margin-bottom: 80px;
  text-align: center;
}

.p-top-member > img {
  margin-bottom: 16px;
  width: 180px;
  height: 180px;
}

.p-top-member .p-top-member__name {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.p-top-member .p-top-member__text {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}

.p-top-message {
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
}

.p-top-member:last-of-type {
  margin-bottom: 0;
}

.p-top-company dt,
.p-top-company dd {
  line-height: 24px;
}

.p-top-company dt {
  margin-bottom: 4px;
  font-weight: bold;
}

.p-top-company dd {
  margin-bottom: 26px;
}

.p-top-company dd:last-of-type {
  margin-bottom: 0;
}

.p-top-contact {
  line-height: 24px;
}

.p-top-contact .p-top-contact__text {
  margin-bottom: 32px;
}

.p-top-contact .p-top-contact__mail {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}

.p-top-contact .p-top-contact__mail > span {
  display: block;
  font-weight: bold;
}

.p-top-sdgs__top {
  margin: 0 -16px;
}

.p-top-sdgs__top > p {
  padding: 24px 16px 0;
  line-height: 24px;
}

.p-top-sdgs__target {
  margin-top: 40px;
}

.p-top-sdgs__target .p-top-sdgs__target-content > p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.p-top-sdgs__target .p-top-sdgs__target-content:nth-of-type(2) {
  margin-top: 64px;
}

.p-top-sdgs__target .p-top-sdgs__target-item > img {
  display: block;
  margin: 32px auto 0;
  width: 180px;
  height: 180px;
}

.p-top-sdgs__target .p-top-sdgs__target-text p:nth-of-type(2) {
  margin-top: 32px;
  line-height: 24px;
}

.p-top-name > img {
  margin: 8px auto 0;
  display: block;
  width: 250px;
}

.p-top-name > p {
  margin-top: 24px;
  line-height: 24px;
}

.p-news-main {
  height: 114px;
  background-color: #15ccb1;
}

.p-news-title {
  padding-top: 14px;
  font-size: 32px;
  line-height: 37px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}

.p-news-title > span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.p-single {
  padding: 24px 24px 0;
}

.p-single .p-single__date,
.p-single .p-single__title {
  font-weight: bold;
}

.p-single .p-single__date {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
}

.p-single .p-single__title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 27px;
}

.p-single .p-single__content {
  line-height: 24px;
}

.p-single .p-single__content > p, .p-single .p-single__content img {
  margin-bottom: 32px;
}

.p-terms {
  padding: 32px 16px;
}

.p-terms .p-terms__title {
  padding-bottom: 41px;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.1px;
}

.p-terms .p-terms__content p {
  padding-bottom: 30px;
  line-height: 24px;
}

.p-terms .p-terms__content .p-terms__content-title {
  padding: 25px 0 30px;
  font-size: 16px;
  font-weight: bold;
}

.p-terms .p-terms__content ol {
  margin-left: 18px;
  padding-bottom: 30px;
}

.p-terms .p-terms__content ol li {
  margin-bottom: 5px;
  line-height: 24px;
}

.p-terms .p-terms__content ol li ol {
  margin: 5px 0;
  padding-bottom: 0;
}

.p-terms .p-terms__content ol li ol li {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 24px;
}

.p-terms .p-terms__content ol li ol li::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  top: 0;
  left: 0;
}

.p-terms .p-terms__content.-secondary .p-terms__content-title {
  padding: 25px 0 0;
}

.c-button {
  margin-top: 24px;
  text-align: center;
}

.c-button > a {
  display: inline-block;
  padding: 10px 32px;
  color: #031e1a;
  font-weight: bold;
  border: 1px solid #031E1A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  line-height: 18px;
}

.c-news-list li {
  margin-bottom: 16px;
}

.c-news-list .c-news-list__date {
  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
}

.c-news-list .c-news-list__title {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }
  .l-section {
    padding: 96px 0;
  }
  .l-section .l-section__innenr {
    margin: 0 auto;
    width: 680px;
  }
  .l-section .l-section__innenr.-wide {
    width: 980px;
  }
  .l-header .l-header__inner {
    margin-left: auto;
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 78px;
  }
  .l-header .l-header__inner.-page {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 32px;
  }
  .l-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .l-header li {
    padding-right: 42px;
  }
  .l-header a {
    font-size: 14px;
    color: #fff;
  }
  .l-footer {
    padding: 24px 0 40px;
  }
  .l-footer.-top {
    padding: 24px 0 64px;
  }
  .p-top-title {
    margin-bottom: 65px;
    font-size: 48px;
    line-height: 55px;
  }
  .p-top-title > span {
    margin-top: 8px;
    font-size: 18px;
    line-height: 27px;
  }
  .p-top-main {
    display: block;
    height: 647px;
    text-align: center;
  }
  .p-top-main .p-top-main__title {
    padding-top: 211px;
  }
  .p-top-main .p-top-main__title > img {
    width: 640px;
  }
  .p-top-main .p-top-main__title > p {
    margin-top: 33px;
    line-height: 28px;
  }
  .p-top-main .p-top-main__arrow {
    bottom: 56px;
  }
  .p-top-media {
    margin: 0 auto;
    width: 770px;
  }
  .p-top-media .p-top-media__logo {
    margin: 35px 0 25px;
  }
  .p-top-media .p-top-media__logo:last-of-type {
    margin: 35px 0 0;
  }
  .p-top-media .p-top-media__logo li {
    margin: 0 30px 65px;
  }
  .p-top-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 151px;
    width: 770px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-service .p-top-service__img {
    width: 280px;
    text-align: center;
  }
  .p-top-service .p-top-service__title {
    margin-bottom: 20px;
  }
  .p-top-service .p-top-service__title > p {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 26px;
  }
  .p-top-service .p-top-service__content {
    margin-left: 37px;
    text-align: left;
  }
  .p-top-service .p-top-service__content > p {
    line-height: 30px;
  }
  .p-top-service .c-button {
    margin-top: 24px;
    text-align: left;
  }
  .p-top-service .c-button > a {
    padding: 10px 0;
    width: 200px;
    text-align: center;
  }
  .p-top-service .p-top-service__store-banner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-top-service .p-top-service__store-banner > a {
    width: 146px;
    margin: 0 24px 0 0;
  }
  .p-top-member__wrap {
    width: 640px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-member {
    width: 260px;
    text-align: left;
  }
  .p-top-member > img {
    margin-bottom: 19px;
    width: 260px;
    height: 260px;
  }
  .p-top-member .p-top-member__name {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 27px;
    white-space: nowrap;
  }
  .p-top-member .p-top-member__text {
    line-height: 20px;
  }
  .p-top-message {
    line-height: 20px;
  }
  .p-top-company dt {
    float: left;
    width: 95px;
  }
  .p-top-company dd {
    margin: 0 0 30px 135px;
  }
  .p-top-company dt,
  .p-top-company dd {
    font-size: 18px;
  }
  .p-top-contact {
    text-align: center;
  }
  .p-top-contact .p-top-contact__text {
    margin-bottom: 42px;
  }
  .p-top-contact .p-top-contact__mail > span {
    padding-left: 10px;
    display: inline-block;
  }
  .p-top-contact .p-top-contact__text,
  .p-top-contact .p-top-contact__mail {
    font-size: 18px;
  }
  .p-top-sdgs__top > img {
    display: block;
    margin: 0 auto;
    width: 960px;
  }
  .p-top-sdgs__top > p {
    width: 640px;
    margin: 32px auto 0;
  }
  .p-top-sdgs__target {
    margin-top: 80px;
  }
  .p-top-sdgs__target .p-top-sdgs__target-content:nth-of-type(2) {
    margin-top: 80px;
  }
  .p-top-sdgs__target .p-top-sdgs__target-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-sdgs__target .p-top-sdgs__target-item > img {
    width: 260px;
    height: 260px;
    margin: 0 40px 0 0;
  }
  .p-top-sdgs__target .p-top-sdgs__target-text p:first-of-type {
    font-weight: bold;
    margin-bottom: 16px;
  }
  .p-top-name > img {
    margin: 0 auto 40px;
    width: 300px;
  }
  .p-top-name > p {
    display: block;
    margin: 24px auto 0;
    width: 640px;
  }
  .p-news-main {
    height: 212px;
  }
  .p-news-title {
    padding-top: 22px;
    font-size: 48px;
    line-height: 55px;
  }
  .p-news-title > span {
    margin-top: 8px;
    font-size: 18px;
    line-height: 27px;
  }
  .p-single {
    margin: 0 auto;
    padding: 76px 24px 0;
    width: 640px;
  }
  .p-single .p-single__date {
    font-size: 14px;
    line-height: 16px;
  }
  .p-single .p-single__title {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 33px;
  }
  .p-single .p-single__content > p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 21px;
  }
  .p-single .p-single__content a {
    border-bottom: solid 1px transparent;
    -webkit-transition: color .2s ease-out, border-bottom-color .2s ease-out;
    transition: color .2s ease-out, border-bottom-color .2s ease-out;
  }
  .p-single .p-single__content a:hover {
    text-decoration: none;
    border-bottom: solid 1px #15ccb1;
  }
  .p-terms {
    margin: 0 auto;
    padding: 52px 0;
    width: 640px;
  }
  .p-terms .p-terms__title {
    padding-bottom: 53px;
    font-size: 22px;
    line-height: 33px;
  }
  .p-terms .p-terms__content p {
    line-height: 26px;
  }
  .p-terms .p-terms__content ol li {
    margin-bottom: 10px;
    line-height: 26px;
  }
  .p-terms .p-terms__content ol.-parentheses li {
    padding-left: 30px;
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    line-height: 24px;
  }
  .p-terms .p-terms__content ol.-parentheses li::before {
    content: "(" counter(cnt) ") ";
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-button {
    margin-top: 59px;
  }
  .c-button > a {
    padding: 10px 64px;
    font-size: 14px;
  }
  .c-news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .c-news-list .c-news-list__date,
  .c-news-list .c-news-list__title {
    font-size: 16px;
    line-height: 24px;
  }
  .c-news-list .c-news-list__date {
    margin-right: 26px;
  }
  .c-news-list .c-news-list__title {
    display: inline;
    outline: 0;
    border-bottom: solid 1px transparent;
    -webkit-transition: color .2s ease-out, border-bottom-color .2s ease-out;
    transition: color .2s ease-out, border-bottom-color .2s ease-out;
  }
  .c-news-list .c-news-list__title:hover {
    border-bottom: solid 1px #15ccb1;
  }
}
/*# sourceMappingURL=layout.css.map */