@charset "UTF-8";

/*  
 * about.css
*/
/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*
font-family: 'Zen Old Mincho', serif;
font-weight:400; Regular
font-weight:700; bold
font-weight:900; Black
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:300; Light
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
/*
font-family: 'Noto Serif JP', serif;
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
コンテンツ幅について
*/
/*#231815
#040000
#221714

#000000*/
/*
	File Name   : page-about.scss
	Description : JAセレサ川崎について
*/
/* セレサ川崎とは
----------------------------------------------------------- */
.about-column__description {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
}

.about-column__description p + p {
  margin-top: 1.5em;
}

.about-column__description dl {
  max-width: 260px;
  width: 100%;
  margin-left: 30px;
}

.about-column__description dl dd {
  width: 100%;
  line-height: 0;
  margin-bottom: 50px;
}

.about-column__description dl dd img {
  width: 100%;
}

.about-column__description dl dt {
  text-align: right;
}

.about-column__description dl dt .post {
  display: inline-block;
  font-weight: normal;
  padding-bottom: .3em;
}

.about-column__description dl dt .name {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}

.about-column__img {
  max-width: 615px;
  width: 100%;
  margin-right: auto;
  margin-top: -100px;
  padding-bottom: 100px;
}

/* SP */
@media screen and (max-width: 960px) {
  .about-column__description {
    flex-direction: column;
    max-width: 100%;
  }
  .about-column__description dl {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    width: 100%;
    margin: 2em auto;
  }
  .about-column__description dl dd {
    width: 50%;
    margin-bottom: 0;
  }
  .about-column__description dl dt {
    width: 50%;
    text-align: left;
    padding-left: 1.5em;
  }
  .about-column__description dl dt .post {
    padding-bottom: .3em;
  }
  .about-column__description dl dt .name {
    font-size: calc(30/750*100vw);
  }
  .about-column__img {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    padding-bottom: 3em;
  }
}

/* 広報誌のご紹介
----------------------------------------------------------- */
.magazine-list {
  display: flex;
}

.magazine-list figure {
  max-width: 290px;
  width: 100%;
  margin-right: 60px;
  line-height: 0;
}

.magazine-list figure img {
  width: 100%;
}

/* SP */
@media screen and (max-width: 960px) {
  .magazine-list {
    display: flex;
    flex-direction: column;
  }
  .magazine-list figure {
    max-width: 90%;
    width: 100%;
    margin: 0 auto 2em;
  }
}

/* ディスクロージャー
----------------------------------------------------------- */
.disclosure-list {
  display: flex;
}

.disclosure-list figure {
  max-width: 260px;
  width: 100%;
  margin-right: 60px;
  line-height: 0;
}

.disclosure-list figure img {
  width: 100%;
  border: 1px solid #D8D8D8;
}

/* SP */
@media screen and (max-width: 960px) {
  .disclosure-list {
    display: flex;
    flex-direction: column-reverse;
  }
  .disclosure-list figure {
    max-width: 90%;
    width: 100%;
    margin: 2em auto 2em;
  }
}

/* 川崎はっけん隊
----------------------------------------------------------- */
.hakken-warp {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr .6fr 1fr .82fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}

.hakken-warp .hakken-info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e7013;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px 0px rgba(3, 0, 0, 0.15);
  border: 4px solid #fff;
}

.hakken-warp .hakken-info .hekken-title {
  text-align: center;
}

.hakken-warp .hakken-info .hekken-title .text {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #5e7013;
  line-height: 1.2;
}

.hakken-warp .hakken-info .hekken-title .num {
  display: inline-block;
  font-size: 60px;
  font-weight: 900;
  color: #5e7013;
  line-height: 1.1;
}

.hakken-warp .hakken-info .hekken-title .unit {
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  color: #5e7013;
  line-height: 1.1;
}

.hakken-warp .hakken-info .hekken-title .data {
  position: relative;
  display: inline-block;
}

.hakken-warp .hakken-info .hekken-title .data::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #5e7013;
}

.hakken-warp .hakken-info figure {
  line-height: 0;
}

.hakken-warp .hakken-info__inner.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hakken-warp .hakken-info__inner.row .hekken-title {
  margin-bottom: 0;
}

.hakken-warp .hakken-info__inner.row figure {
  flex-shrink: 0;
}

.hakken-warp .hakken-info:hover {
  border: 4px solid #96ba34;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.hakken-warp .hakken-info.hakken01 {
  height: 453px;
}

.hakken-warp .hakken-info.hakken01 .hekken-title {
  margin-bottom: 36px;
}

.hakken-warp .hakken-info.hakken02 {
  height: 212px;
  margin-bottom: 30px;
}

.hakken-warp .hakken-info.hakken02 .hekken-title {
  margin-bottom: 0;
}

.hakken-warp .hakken-info.hakken02 .hekken-title .text {
  margin-top: 10px;
}

.hakken-warp .hakken-info.hakken03 {
  height: 212px;
}

.hakken-warp .hakken-info.hakken03 .hekken-title {
  margin-bottom: 15px;
}

.hakken-warp .hakken-info.hakken03 .hekken-title .text {
  margin-bottom: 10px;
}

.hakken-warp .hakken-info.hakken04 .hekken-title {
  margin-bottom: 10px;
}

.hakken-warp .hakken-info.hakken04 .hekken-title .text {
  margin-top: 15px;
}

.hakken-warp .hakken-info.hakken05 .hekken-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hakken-warp .hakken-info.hakken05 .hekken-title .text {
  color: #cc3e2b;
  margin-bottom: 0;
}

.hakken-warp .hakken-info.hakken05 .hekken-title .num {
  color: #cc3e2b;
  line-height: 1;
}

.hakken-warp .hakken-info.hakken05 .hekken-title .unit {
  color: #cc3e2b;
}

.hakken-warp .hakken-info.hakken05 .hekken-title .data::after {
  background-color: #cc3e2b;
}

.hakken-warp .hakken-info.hakken05:hover {
  border: 4px solid #cc3e2b;
}

.hakken-warp .hakken-info.hakken06 .hekken-title {
  margin-bottom: 10px;
}

.hakken-warp .hakken-info.hakken06 .hekken-title .text {
  margin-top: 15px;
}

.hakken-warp .hakken-info.hakken07 {
  height: 212px;
  margin-bottom: 30px;
  padding-left: 75px;
}

.hakken-warp .hakken-info.hakken07 .hekken-title {
  margin-bottom: 0;
}

.hakken-warp .hakken-info.hakken07 .hekken-title .text {
  margin-top: 15px;
}

.hakken-warp .hakken-info.hakken07 .hekken-title .unit {
  letter-spacing: -.1em;
}

.hakken-warp .hakken-info.hakken07 figure {
  width: 196px;
}

.hakken-warp .hakken-info.hakken08 {
  height: 212px;
  padding-left: 55px;
}

.hakken-warp .hakken-info.hakken08 .hekken-title {
  margin-bottom: 0;
}

.hakken-warp .hakken-info.hakken08 .hekken-title .text {
  margin-top: 15px;
}

.hakken-warp .hakken-info.hakken08 figure {
  width: 198px;
}

.hakken-warp .hakken-info.hakken09 {
  height: 453px;
  padding-bottom: 42px;
}

.hakken-warp .hakken-info.hakken09 .hekken-title {
  margin-bottom: 45px;
}

.hakken-warp .hakken-info.hakken10 .hekken-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 25px;
}

.hakken-warp .hakken-info.hakken10 .hekken-title .hekken-title__left {
  position: relative;
  padding-right: 53px;
}

.hakken-warp .hakken-info.hakken10 .hekken-title .hekken-title__left::after {
  content: "";
  background: url("/assets/images/about/hakkentai/icon_arw.svg") no-repeat 0 0/17px 31px;
  width: 17px;
  height: 31px;
  position: absolute;
  right: 17px;
  top: 53px;
}

.hakken-warp .hakken-info.hakken10 .hekken-title .data {
  letter-spacing: -0.01em;
}

.hakken-warp .hakken-info.hakken10 .hekken-title .text {
  margin-top: 15px;
}

.hakken-warp .hakken-info.hakken10 figure {
  text-align: center;
}

.hakken-warp .hakken-info.hakken11 {
  padding-bottom: 66px;
}

.hakken-warp .hakken-info.hakken11 .hekken-title {
  margin-bottom: 56px;
}

.hakken-warp .hakken-info.hakken11 .hekken-title .num {
  line-height: 1;
}

.hakken-warp #box01 {
  grid-row: 1/2;
  grid-column: 1/2;
}

.hakken-warp #box02 {
  grid-row: 1/3;
  grid-column: 2/2;
}

.hakken-warp #box03 {
  grid-row: 2/3;
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.hakken-warp #box04 {
  grid-row: 3/4;
  grid-column: 1/2;
}

.hakken-warp #box05 {
  grid-row: 3/4;
  grid-column: 2/2;
}

.hakken-warp #box06 {
  grid-row: 4/5;
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 2fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

/* SP */
@media screen and (max-width: 960px) {
  .hakken-warp {
    width: 100%;
    display: block;
  }
  .hakken-warp .hakken-info {
    padding: 1.5em 1.5em 2em;
  }
  .hakken-warp .hakken-info .hekken-title .text {
    font-size: calc(26/750*100vw);
  }
  .hakken-warp .hakken-info .hekken-title .num {
    font-size: calc(74/750*100vw);
  }
  .hakken-warp .hakken-info .hekken-title .unit {
    font-size: calc(58/750*100vw);
  }
  .hakken-warp .hakken-info__inner.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .hakken-warp .hakken-info__inner.row .hekken-title {
    margin-bottom: 0;
  }
  .hakken-warp .hakken-info.hakken01 {
    height: auto;
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken01 .hekken-title {
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken02 {
    height: auto;
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken02 .hekken-title .text {
    margin-top: 1em;
  }
  .hakken-warp .hakken-info.hakken02 figure {
    width: calc(250/750*100vw);
  }
  .hakken-warp .hakken-info.hakken03 {
    height: auto;
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken03 .hekken-title {
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken03 .hekken-title .text {
    margin-bottom: 1em;
  }
  .hakken-warp .hakken-info.hakken04 {
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken04 .hekken-title {
    margin-bottom: 1em;
  }
  .hakken-warp .hakken-info.hakken04 .hekken-title .text {
    margin-top: 1em;
  }
  .hakken-warp .hakken-info.hakken05 {
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken05 .hekken-title {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .hakken-warp .hakken-info.hakken06 {
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken06 .hekken-title {
    margin-bottom: 1em;
  }
  .hakken-warp .hakken-info.hakken06 .hekken-title .text {
    margin-top: 1em;
  }
  .hakken-warp .hakken-info.hakken07 {
    height: auto;
    margin-bottom: 1.5em;
    padding-left: 3em;
  }
  .hakken-warp .hakken-info.hakken07 .hekken-title {
    margin-bottom: 0;
  }
  .hakken-warp .hakken-info.hakken07 .hekken-title .text {
    margin-top: 1em;
  }
  .hakken-warp .hakken-info.hakken07 figure {
    width: calc(300/750*100vw);
  }
  .hakken-warp .hakken-info.hakken08 {
    height: auto;
    padding-left: 3em;
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken08 .hekken-title {
    margin-bottom: 0;
  }
  .hakken-warp .hakken-info.hakken08 .hekken-title .text {
    margin-top: 1.5em;
  }
  .hakken-warp .hakken-info.hakken08 figure {
    width: calc(300/750*100vw);
  }
  .hakken-warp .hakken-info.hakken09 {
    height: auto;
    padding-bottom: 2em;
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken09 .hekken-title {
    margin-bottom: 2em;
  }
  .hakken-warp .hakken-info.hakken10 {
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken10 .hekken-title {
    margin-bottom: 1.5em;
  }
  .hakken-warp .hakken-info.hakken10 .hekken-title .num {
    font-size: calc(44/750*100vw);
    line-height: 1;
  }
  .hakken-warp .hakken-info.hakken10 .hekken-title .unit {
    font-size: calc(40/750*100vw);
    letter-spacing: -.04em;
  }
  .hakken-warp .hakken-info.hakken10 .hekken-title .hekken-title__left {
    position: relative;
    padding-right: calc(90/750*100vw);
  }
  .hakken-warp .hakken-info.hakken10 .hekken-title .hekken-title__left::after {
    content: "";
    background: url("/assets/images/about/hakkentai/icon_arw.svg") no-repeat 0 0/calc(30/750*100vw) auto;
    width: calc(30/750*100vw);
    height: 100%;
    position: absolute;
    right: calc(27/750*100vw);
    top: calc(64/750*100vw);
  }
  .hakken-warp .hakken-info.hakken10 .hekken-title .data {
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .hakken-warp .hakken-info.hakken10 .hekken-title .data::after {
    bottom: -.3em;
    height: .3em;
  }
  .hakken-warp .hakken-info.hakken10 .hekken-title .text {
    margin-top: 1em;
  }
  .hakken-warp .hakken-info.hakken10 figure {
    text-align: center;
  }
  .hakken-warp .hakken-info.hakken11 {
    padding-bottom: 2em;
  }
  .hakken-warp .hakken-info.hakken11 .hekken-title {
    margin-bottom: 2em;
  }
  .hakken-warp .hakken-info.hakken11 .hekken-title .num {
    line-height: 1;
  }
  .hakken-warp #box03 {
    display: block;
  }
  .hakken-warp #box06 {
    display: block;
  }
  /*-------------*/
}

/* 03.モーダル
----------------------------------------------------------- */
.modal {
  display: block;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 670px;
  width: 100%;
  z-index: 6000;
  height: auto;
  padding-bottom: 5%;
}

.modal-info {
  position: relative;
  max-width: 670px;
  width: 100%;
  z-index: 6000;
  height: auto;
}

.modal-info__inner {
  max-width: 670px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.modal-info__inner .hakken-info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e7013;
  padding: 45px 80px 65px;
  border-radius: 20px;
  box-sizing: border-box;
}

.modal-info__inner .hakken-info .hekken-title {
  text-align: center;
}

.modal-info__inner .hakken-info .hekken-title .text {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #5e7013;
  line-height: 1.2;
}

.modal-info__inner .hakken-info .hekken-title .num {
  display: inline-block;
  font-size: 60px;
  font-weight: 900;
  color: #5e7013;
  line-height: 1.1;
}

.modal-info__inner .hakken-info .hekken-title .unit {
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  color: #5e7013;
  line-height: 1.1;
}

.modal-info__inner .hakken-info .hekken-title .data {
  position: relative;
  display: inline-block;
}

.modal-info__inner .hakken-info .hekken-title .data::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #5e7013;
}

.modal-info__inner .hakken-info figure {
  line-height: 0;
  text-align: center;
}

.modal-info__inner .hakken-info dl {
  margin-top: 30px;
  margin-bottom: 35px;
}

.modal-info__inner .hakken-info dl dt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal-info__inner .hakken-info dl dd {
  font-size: 14px;
}

.modal-info__inner .hakken-info dl dd + dd {
  margin-top: 1em;
}

.modal-info__inner .hakken-info dl dd.center {
  text-align: center;
  margin-top: 2em;
}

.modal-info__inner .hakken-info__inner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.modal-info__inner .hakken-info__inner .row .hekken-title {
  margin-bottom: 0;
}

.modal-info__inner .hakken-info__inner .row figure {
  flex-shrink: 0;
}

.modal-info__inner .hakken-info.hakken01 .hekken-title {
  margin-bottom: 36px;
}

.modal-info__inner .hakken-info.hakken02 {
  margin-bottom: 30px;
}

.modal-info__inner .hakken-info.hakken02 .hekken-title {
  margin-bottom: 0;
}

.modal-info__inner .hakken-info.hakken02 .hekken-title .text {
  margin-top: 10px;
}

.modal-info__inner .hakken-info.hakken02 .row {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.modal-info__inner .hakken-info.hakken03 .hekken-title {
  margin-bottom: 15px;
}

.modal-info__inner .hakken-info.hakken03 .hekken-title .text {
  margin-bottom: 10px;
}

.modal-info__inner .hakken-info.hakken04 .hekken-title {
  margin-bottom: 30px;
}

.modal-info__inner .hakken-info.hakken04 .hekken-title .text {
  margin-top: 15px;
  padding-left: 5px;
}

.modal-info__inner .hakken-info.hakken05 .hekken-title {
  margin-top: 10px;
  margin-bottom: 50px;
}

.modal-info__inner .hakken-info.hakken05 .hekken-title .text {
  color: #cc3e2b;
  margin-bottom: 0;
}

.modal-info__inner .hakken-info.hakken05 .hekken-title .num {
  color: #cc3e2b;
  line-height: 1;
}

.modal-info__inner .hakken-info.hakken05 .hekken-title .unit {
  color: #cc3e2b;
}

.modal-info__inner .hakken-info.hakken05 .hekken-title .data::after {
  background-color: #cc3e2b;
}

.modal-info__inner .hakken-info.hakken06 .hekken-title {
  margin-bottom: 10px;
}

.modal-info__inner .hakken-info.hakken06 .hekken-title .text {
  margin-top: 15px;
}

.modal-info__inner .hakken-info.hakken07 {
  margin-bottom: 30px;
  padding-left: 80px;
}

.modal-info__inner .hakken-info.hakken07 .hekken-title {
  margin-bottom: 0;
}

.modal-info__inner .hakken-info.hakken07 .hekken-title .text {
  margin-top: 15px;
}

.modal-info__inner .hakken-info.hakken07 .hekken-title .unit {
  letter-spacing: -.1em;
}

.modal-info__inner .hakken-info.hakken07 figure {
  width: 196px;
}

.modal-info__inner .hakken-info.hakken07 .row {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.modal-info__inner .hakken-info.hakken08 {
  padding-left: 80px;
}

.modal-info__inner .hakken-info.hakken08 .hekken-title {
  margin-bottom: 0;
}

.modal-info__inner .hakken-info.hakken08 .hekken-title .text {
  margin-top: 15px;
}

.modal-info__inner .hakken-info.hakken08 figure {
  width: 198px;
}

.modal-info__inner .hakken-info.hakken08 .row {
  max-width: 396px;
  width: 100%;
  margin: 0 auto;
}

.modal-info__inner .hakken-info.hakken09 {
  padding-bottom: 42px;
}

.modal-info__inner .hakken-info.hakken09 .hekken-title {
  margin-bottom: 45px;
}

.modal-info__inner .hakken-info.hakken10 .hekken-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 25px;
}

.modal-info__inner .hakken-info.hakken10 .hekken-title .hekken-title__left {
  position: relative;
  padding-right: 90px;
}

.modal-info__inner .hakken-info.hakken10 .hekken-title .hekken-title__left::after {
  content: "";
  background: url("/assets/images/about/hakkentai/icon_arw.svg") no-repeat 0 0/17px 31px;
  width: 17px;
  height: 31px;
  position: absolute;
  right: 32px;
  top: 62px;
}

.modal-info__inner .hakken-info.hakken10 .hekken-title .data {
  letter-spacing: -0.01em;
}

.modal-info__inner .hakken-info.hakken10 .hekken-title .text {
  margin-top: 15px;
}

.modal-info__inner .hakken-info.hakken10 figure {
  text-align: center;
}

.modal-info__inner .hakken-info.hakken11 {
  padding-bottom: 66px;
}

.modal-info__inner .hakken-info.hakken11 .hekken-title {
  margin-bottom: 56px;
}

.modal-info__inner .hakken-info.hakken11 .hekken-title .num {
  line-height: 1;
}

.modal-info__inner .btn-center {
  align-items: center;
  flex-direction: column;
}

.modal-info__inner .btn-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  background-color: #b1b1b1;
  border: 0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  color: #fff;
}

/* SP */
@media screen and (max-width: 960px) {
  .modal {
    max-width: 100%;
  }
  .modal-info {
    max-width: 100%;
  }
  .modal-info__inner {
    max-width: 100%;
  }
  .modal-info__inner .hakken-info {
    padding: 2em 1.5em 2em;
  }
  .modal-info__inner .hakken-info .hekken-title .text {
    font-size: calc(26/750*100vw);
  }
  .modal-info__inner .hakken-info .hekken-title .num {
    font-size: calc(74/750*100vw);
  }
  .modal-info__inner .hakken-info .hekken-title .unit {
    font-size: calc(58/750*100vw);
  }
  .modal-info__inner .hakken-info dl {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .modal-info__inner .hakken-info dl dt {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .modal-info__inner .hakken-info dl dd {
    font-size: 14px;
  }
  .modal-info__inner .hakken-info dl dd + dd {
    margin-top: 1em;
  }
  .modal-info__inner .hakken-info dl dd.center {
    text-align: center;
    margin-top: 2em;
  }
  .modal-info__inner .hakken-info__inner .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .modal-info__inner .hakken-info__inner .row .hekken-title {
    margin-bottom: 0;
  }
  .modal-info__inner .hakken-info__inner .row figure {
    flex-shrink: 0;
  }
  .modal-info__inner .hakken-info.hakken01 .hekken-title {
    margin-bottom: 36px;
  }
  .modal-info__inner .hakken-info.hakken01 figure {
    width: calc(480/750*100vw);
    margin: 0 auto;
  }
  .modal-info__inner .hakken-info.hakken02 {
    margin-bottom: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken02 .hekken-title {
    margin-bottom: 0;
  }
  .modal-info__inner .hakken-info.hakken02 .hekken-title .text {
    margin-top: 1em;
  }
  .modal-info__inner .hakken-info.hakken02 .row {
    max-width: calc(600/750*100vw);
    width: 100%;
    margin: 0 auto;
  }
  .modal-info__inner .hakken-info.hakken03 .hekken-title {
    margin-bottom: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken03 .hekken-title .text {
    margin-bottom: 1em;
  }
  .modal-info__inner .hakken-info.hakken04 .hekken-title {
    margin-bottom: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken04 .hekken-title .text {
    margin-top: 1em;
    padding-left: .2em;
  }
  .modal-info__inner .hakken-info.hakken05 .hekken-title {
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken06 .hekken-title {
    margin-bottom: 1em;
  }
  .modal-info__inner .hakken-info.hakken06 .hekken-title .text {
    margin-top: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken07 {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken07 .hekken-title .text {
    margin-top: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken07 figure {
    max-width: calc(300/750*100vw);
  }
  .modal-info__inner .hakken-info.hakken07 .row {
    max-width: calc(500/750*100vw);
    width: 100%;
    margin: 0 auto;
  }
  .modal-info__inner .hakken-info.hakken08 {
    padding-left: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken08 .hekken-title {
    margin-bottom: 0;
  }
  .modal-info__inner .hakken-info.hakken08 .hekken-title .text {
    margin-top: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken08 figure {
    max-width: calc(290/750*100vw);
  }
  .modal-info__inner .hakken-info.hakken08 .row {
    max-width: calc(540/750*100vw);
    width: 100%;
    margin: 0 auto;
  }
  .modal-info__inner .hakken-info.hakken09 {
    padding-bottom: 2em;
  }
  .modal-info__inner .hakken-info.hakken09 .hekken-title {
    margin-bottom: 2em;
  }
  .modal-info__inner .hakken-info.hakken10 {
    margin-bottom: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken10 .hekken-title {
    margin-bottom: 1.5em;
  }
  .modal-info__inner .hakken-info.hakken10 .hekken-title .num {
    font-size: calc(44/750*100vw);
    line-height: 1;
  }
  .modal-info__inner .hakken-info.hakken10 .hekken-title .unit {
    font-size: calc(40/750*100vw);
    letter-spacing: -.04em;
  }
  .modal-info__inner .hakken-info.hakken10 .hekken-title .hekken-title__left {
    position: relative;
    padding-right: calc(90/750*100vw);
  }
  .modal-info__inner .hakken-info.hakken10 .hekken-title .hekken-title__left::after {
    content: "";
    background: url("/assets/images/about/hakkentai/icon_arw.svg") no-repeat 0 0/calc(30/750*100vw) auto;
    width: calc(30/750*100vw);
    height: 100%;
    position: absolute;
    right: calc(27/750*100vw);
    top: calc(64/750*100vw);
  }
  .modal-info__inner .hakken-info.hakken10 .hekken-title .data {
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .modal-info__inner .hakken-info.hakken10 .hekken-title .data::after {
    bottom: -.3em;
    height: .3em;
  }
  .modal-info__inner .hakken-info.hakken10 .hekken-title .text {
    margin-top: 1em;
  }
  .modal-info__inner .hakken-info.hakken10 figure {
    text-align: center;
  }
  .modal-info__inner .hakken-info.hakken11 {
    padding-bottom: 2em;
  }
  .modal-info__inner .hakken-info.hakken11 .hekken-title {
    margin-bottom: 2em;
  }
  .modal-info__inner .btn-modal-close {
    max-width: calc(360/750*100vw);
    height: calc(80/750*100vw);
    margin-top: calc(40/750*100vw);
    font-size: calc(30/750*100vw);
  }
  /*-------------*/
}

/* ＳＤＧｓへの取り組み
----------------------------------------------------------- */
.qa-list .question {
  display: flex;
  margin-bottom: 20px;
}

.qa-list .question i {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  color: #dd95ec;
  line-height: 1;
  display: inline-block;
  margin-right: 12px;
}

.qa-list .question__title {
  font-size: 24px;
  font-weight: 700;
}

.qa-list .answer {
  display: flex;
  padding: 24px 35px;
  background-color: #fff7f7;
}

.qa-list .answer i {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  color: #9a102d;
  line-height: 1;
  display: inline-block;
  margin-right: 12px;
}

.qa-list .answer__text {
  padding-top: 5px;
  line-height: 1.5;
}

.qa-list + .qa-list {
  margin-top: 2em;
}

/* SP */
@media screen and (max-width: 960px) {
  .qa-list .question {
    margin-bottom: .8em;
  }
  .qa-list .question i {
    font-size: calc(30/750*100vw);
    margin-right: .5em;
  }
  .qa-list .question__title {
    font-size: calc(24/750*100vw);
  }
  .qa-list .answer {
    padding: 1.2em;
  }
  .qa-list .answer i {
    font-size: calc(30/750*100vw);
    margin-right: .5em;
  }
  .qa-list .answer__text {
    padding-top: 0;
  }
}

.sdgs-red {
  color: #ff0000;
}

.sdgs-green {
  color: #339966;
}

.sdgs-blue {
  color: #0000ff;
}

.sdgs-lightblue {
  color: #00ccff;
}

.sdgs-icon img {
  display: inline-block;
  line-height: 0;
  margin-bottom: 5px;
}

.sdgs-icon img + img {
  margin-left: 10px;
}

.sdgs-list {
  display: flex;
  margin: 1em auto;
}

.sdgs-list dt {
  line-height: 1.8;
}

.sdgs-list__img {
  max-width: 500px;
  width: 100%;
  line-height: 0;
  margin-right: 40px;
}

.sdgs-list__img img {
  width: 100%;
}

.sdgs-list + .ttl-h3 {
  margin-top: 3em;
}

/* SP */
@media screen and (max-width: 960px) {
  .sdgs-icon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 10px;
    grid-gap: 10px;
  }
  .sdgs-icon img {
    margin-bottom: 0;
  }
  .sdgs-icon img + img {
    margin-left: auto;
  }
  .sdgs-icon img:nth-child(5) {
    margin-left: 0;
    margin-right: auto;
  }
  .sdgs-list {
    display: flex;
    flex-direction: column;
    margin: 1em auto;
  }
  .sdgs-list dt {
    line-height: 1.8;
  }
  .sdgs-list__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .sdgs-list + .ttl-h3 {
    margin-top: 3em;
  }
}

/* page */

/*# sourceMappingURL=about.css.map */
