@charset "utf-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
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: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0;
  font-size: 14px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
  color: #191919;
}

p {
  /* font-feature-settings: "palt"; */
  text-align: justify; /* 両端揃え */
  line-break: strict; /* 禁則処理を適用 */
  word-break: break-all; /* 半角英数字の連続に対応（必要に応じて） */
}

/* #header / #footer
----------------------------------------- */
#header {
  max-width: 100%;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 51px;
}
@media screen and (min-width: 960px) {
  #header {
    max-width: 100%;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 57px;
  }
}

#header #logo {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (min-width: 960px) {
  #header #logo {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
}
#footer {
  background-color: #fff;
}

/* footer */
#footer {
  clear: both;
  position: static;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

#footer #greenbelt {
  background: url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner {
  margin: 0 auto;
  max-width: 1100px;
  background: #009261;
  color: #fff;
  overflow: hidden;
}

#footer #greenbelt .inner .ftbox {
  float: none;
  max-width: 800px;
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner .ftbox {
    float: left;
    max-width: 800px;
    width: 800px;
  }
}
#footer #greenbelt .inner p.link {
  display: block;
  padding: 18px 15px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.link {
    padding: 18px 24px 0;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.link {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}

#footer #greenbelt .inner p.link span {
  display: block;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  background: none;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
  }
}

#footer #greenbelt .inner p.copy {
  padding: 15px 0 0 0;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.copy {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.copy {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}

#footer #greenbelt .inner a {
  color: #fff;
}

#footer #greenbelt .inner p.bn {
  background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
  float: none;
  margin: 9px auto 14px;
  width: 264px;
  height: 54px;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.bn {
    float: right;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
    width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.bn {
    float: right;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
    width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}

#footer #greenbelt .inner p.bn a {
  color: #666;
  text-decoration: none;
}

#footer #greenbelt .inner p.bn a span {
  display: block;
  width: 120px;
  padding: 16px 0 0 7px;
  font-size: 1rem;
  line-height: 1.4;
}

#footer #whitebelt {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  #footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
  }
}

#footer #whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
  text-align: center;
}

@media screen and (min-width: 960px) {
#footer #whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
  text-align: right;
}
}
.pagetop {
  clear: both;
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 20px;
}

.pagetop p {
  text-align: right;
}
@media screen and (min-width: 960px) {
  .pagetop {
    clear: both;
    font-size: 1.2rem;
    margin: 0 auto;
    text-align: right;
    max-width: 960px;
    width: 100%;
    padding-bottom: 22px;
  }

  .pagetop p {
    text-align: right;
  }
}

.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 0 15px;
  line-height: 40px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .pagetop a {
    background: url(../images/icon_pagetop.png) left center no-repeat;
    padding: 2px 0 2px 16px;
  }
}

/* .p-hero
---------------------------------------------------------- */
.p-hero {
  background-color: #01805d;
  padding: 1.6rem;
}
@media screen and (min-width: 960px) {
  .p-hero {
    padding: 2.4rem 16rem;
  }
}

.p-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

@media screen and (min-width: 960px) {
  .p-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
}

.p-hero__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .p-hero__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    flex-direction: row;
  }
}

.p-hero__icon {
  flex-shrink: 0;
  width: 1.9rem;
  height: 2.5rem;
  line-height: 0;
}

.p-hero__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-hero__title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-hero__title {
    font-size: 3.2rem;
    white-space: nowrap;
    line-height: 1.5;
  }
}

.p-hero__lead {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-hero__lead {
    font-size: 1.6rem;
  }
}

/* .p-policy
---------------------------------------------------------- */
.p-policy {
  background-color: rgba(1, 128, 93, 0.1);
}

.p-policy__basic {
  background-color: #fff;
  padding: 2.4rem 1.6rem;
}
@media screen and (min-width: 960px) {
  .p-policy__basic {
    padding: 4.8rem 1.6rem;
  }
}

.p-policy__basic-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  max-width: 83.8rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-policy__basic-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 2.4rem;
  }
}

.p-policy__basic-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .p-policy__basic-content {
    gap: 1.6rem;
  }
}
.p-policy__basic-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
  color: #01805d;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p-policy__basic-title {
    line-height: 1.5;
  }
}

.p-policy__basic-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-policy__basic-text p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4a4a4a;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p-policy__basic-text p {
    font-size: 1.6rem;
  }
}

.p-policy__basic-text strong {
  font-weight: 900;
}

.p-policy__basic-figure {
  flex-shrink: 0;
  width: 100%;
  max-width: 35rem;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .p-policy__basic-figure {
    width: 35rem;
    max-width: none;
  }
}

.p-policy__basic-figure img {
  display: block;
  width: 100%;
  height: 203px;
  object-fit: cover;
}

.p-policy__body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 1.6rem;
}
@media screen and (min-width: 960px) {
  .p-policy__body {
    gap: 2.4rem;
    padding: 4.8rem 1.6rem 6.4rem;
  }
}

.p-policy__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}

.p-policy__section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.p-policy__section-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #fff;
  border-radius: 0.8rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: #01805d;
}

.p-policy__section-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.8;
  color: #01805d;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-policy__section-title {
    font-size: 2.4rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.p-policy__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  max-width: 96rem;
  padding: 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
@media screen and (min-width: 960px) {
  .p-policy__card {
    flex-direction: row;
    align-items: center;
    padding: 2.4rem;
    gap: 2.4rem;
  }
}

.p-policy__card--border {
  border: 0.1rem solid #d9d9d9;
}

.p-policy__card-icon {
  flex-shrink: 0;
  line-height: 0;
}

.p-policy__card-icon--check {
  width: auto;
  height: auto;
}

@media screen and (min-width: 960px) {
  .p-policy__card-icon--check {
    width: 11rem;
    height: 11rem;
  }
}
.p-policy__card-icon--check img {
  display: block;
  width: 62.348px;
  height: 62.147px;
}

@media screen and (min-width: 960px) {
.p-policy__card-icon--check img {
  display: block;
  width: 100%;
  height: 100%;
}
}

.p-policy__card-icon--audit {
  width: 60px;
  height: 62px;
}

@media screen and (min-width: 960px) {
.p-policy__card-icon--audit {
  width: 10.7rem;
  height: 11rem;
}
}

.p-policy__card-icon--audit img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-policy__card-icon--guideline {
  width: 11.3rem;
  height: 16rem;
}

.p-policy__card-icon--guideline img {
  display: block;
  width: 100%;
  height: auto;
}

.p-policy__card-icon--rule {
  width: 62px;
  height: 62px;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 960px) {
.p-policy__card-icon--rule {
  width: 11rem;
  height: 11rem;
}
}
.p-policy__card-icon--rule img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-policy__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .p-policy__card-body {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
  }
  }
.p-policy__card-title {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: normal;
  color: #01805d;
}
@media screen and (min-width: 960px) {
  .p-policy__card-title {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.p-policy__card-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-policy__card-text p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4a4a4a;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p-policy__card-text p {
    font-size: 1.6rem;
  }
}

.p-policy__card-text strong {
  font-weight: 900;
}

.p-policy__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 0.1rem solid #191919;
  font-weight: 900;
  color: #4a4a4a;
  text-decoration: none;
}

.p-policy__link img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.sp-block {
  display: block;
}
.tb-block {
  display: none;
}
.pc-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-block {
    display: none;
  }
  .tb-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp-block {
    display: none;
  }
  .tb-block {
    display: block;
  }
  .pc-block {
    display: block;
  }
}
