@charset "UTF-8";
.ulIntro__figureList__item:nth-of-type(1) {
  height: 70px;
}

@media (min-width: 600px) {
  .ulIntro__figureList__item:nth-of-type(1) {
    height: auto;
  }
  .ulIntro__figureList__item:nth-of-type(2) {
    width: 80px;
  }
}

@media (min-width: 1366px) {
  .ulIntro__figureList__item:nth-of-type(1) {
    left: 3rem;
    width: 210px;
  }
  .ulIntro__figureList__item:nth-of-type(2) {
    bottom: -6rem;
    right: 4rem;
    width: 146px;
  }
}

.bg-borderBottomBrown:after {
  height: 1px;
}

/*.ulIntro__figureList__item:nth-of-type(1) {
  width: 20vw;
}

@media (min-width: 600px) {
  .ulIntro__figureList__item:nth-of-type(1) {
    left: 2%;
    -webkit-transform: translateY(-53px);
    -ms-transform: translateY(-53px);
    transform: translateY(-53px);
    width: 17vw;
  }
}

@media (min-width: 1025px) {
  .ulIntro__figureList__item:nth-of-type(1) {
    left: 50%;
    -webkit-transform: translateX(-470px) translateY(-53px);
    -ms-transform: translateX(-470px) translateY(-53px);
    transform: translateX(-470px) translateY(-53px);
  }
}

@media (min-width: 1366px) {
  .ulIntro__figureList__item:nth-of-type(1) {
    left: 50%;
    -webkit-transform: translateX(-650px) translateY(-113px);
    -ms-transform: translateX(-650px) translateY(-113px);
    transform: translateX(-650px) translateY(-113px);
    width: 278px;
  }
}

@media (min-width: 600px) {
  .ulIntro__figureList__item:nth-of-type(2) {
    right: 8%;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    width: 8vw;
  }
}

@media (min-width: 1025px) {
  .ulIntro__figureList__item:nth-of-type(2) {
    right: 50%;
    -webkit-transform: translateX(350px) translateY(-10px);
    -ms-transform: translateX(350px) translateY(-10px);
    transform: translateX(350px) translateY(-10px);
  }
}

@media (min-width: 1366px) {
  .ulIntro__figureList__item:nth-of-type(2) {
    right: 50%;
    -webkit-transform: translateX(550px) translateY(-30px);
    -ms-transform: translateX(550px) translateY(-30px);
    transform: translateX(550px) translateY(-30px);
    width: 128px;
  }
}*/
/* ---------------------------------------------------

	MediaQuery

--------------------------------------------------- */
/* ------------------------------------

	Tablet-Mode

------------------------------------ */
/* /min-width: 600px */
/* ------------------------------------

	PC-Mode

------------------------------------ */
/* /min-width: 1025px */
/* ------------------------------------

	PC-Mode > Irregular

------------------------------------ */
/* /min-width: 1366px */
.csr__nav {
  margin: 0 auto;
  max-width: 1351px;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 15px;
  position: relative;
  z-index: 10;
}

@media (min-width: 600px) {
  .csr__nav {
    padding: 0 40px;
    gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 769px) {
  .csr__nav {
    gap: 37px;
  }
}

.csr__nav li {
  list-style: none;
}

.csr__nav li:nth-of-type(1) {
  line-height: 1.3;
}

.csr__nav li:nth-of-type(1) a {
  padding-top: 10px;
}

@media (min-width: 600px) {
  .csr__nav li:nth-of-type(1) a {
    padding-top: 25px;
  }
}

@media (min-width: 1025px) {
  .csr__nav li:nth-of-type(1) a {
    padding-top: 30px;
  }
}

.csr__nav li:nth-of-type(1) img {
  width: 90px;
  margin-bottom: 2px;
}

@media (min-width: 769px) {
  .csr__nav li:nth-of-type(1) img {
    width: 120px;
  }
}

.csr__nav li:nth-of-type(3),
.csr__nav li:nth-of-type(4) {
  letter-spacing: 0.5em;
}

.csr__nav li:nth-of-type(3) .text,
.csr__nav li:nth-of-type(4) .text {
  padding-left: 0.5em;
}

.csr__nav a {
  display: block;
  height: 100%;
  font-weight: 500;
  border: 2px solid #E87109;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  padding: 15px 0 30px;
  font-size: 3.5vw;
}

@media (min-width: 600px) {
  .csr__nav a {
    border-radius: 20px;
    padding: 30px 0 30px;
    font-size: 2vw;
  }
}

@media (min-width: 1025px) {
  .csr__nav a {
    padding: 40px 0 35px;
  }
}

@media (min-width: 1366px) {
  .csr__nav a {
    font-size: 1.75rem;
  }
}

@media (any-hover: hover) {
  .csr__nav a:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .csr__nav a:hover:before {
    background: #E87109 url(/src/images/common/icon/arrow_down_white.svg) no-repeat center center;
    background-size: 12px 16px;
  }
}

.csr__nav a:before {
  display: block;
  content: "";
  position: absolute;
  border: 2px solid #E87109;
  border-radius: 50px;
  background: #fff url(/src/images/common/icon/arrow_down_orange.svg) no-repeat center center;
  background-size: 10px 14px;
  left: calc(50% - 15px);
  bottom: -15px;
  width: 30px;
  height: 30px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

@media (min-width: 769px) {
  .csr__nav a:before {
    background-size: 12px 16px;
    left: calc(50% - 20px);
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
}

.csr__nav a span {
  display: block;
}

.csr__nav a small {
  font-size: 78%;
  display: block;
}

.csr__nav a img {
  width: 100px;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .csr__nav a img {
    margin-bottom: 15px;
    width: 130px;
  }
}

.csr__cnt {
  padding-top: 100px;
  position: relative;
}

.csr__cnt::before,
.csr__cnt:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

.csr__cnt:after {
  height: 4vw;
  background: url("/src/images/common/illust/wave_orange.svg") no-repeat center top;
  background-size: cover;
  top: calc(100px + 2vw);
}

.csr__cnt:before {
  top: calc(100px + 6vw - 1px);
  height: 550px;
  background-color: #E87109;
}

.csr__cnt_box {
  position: relative;
  z-index: 1;
  border: 2px solid #E87109;
  border-radius: 30px 0;
  background-color: #fff;
  padding-top: 10px;
}

@media (min-width: 600px) {
  .csr__cnt_box {
    border-radius: 40px 0;
  }
}

@media (min-width: 600px) {
  .csr__cnt_box {
    padding-top: 20px;
  }
}

.csr__ttl {
  position: relative;
  z-index: 1;
}

.csr__ttl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #E87109;
  background-color: #fff;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

@media (min-width: 1025px) {
  .csr__ttl p {
    width: 130px;
    height: 130px;
  }
}

.csr__ttl p span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.csr__ttl h2 {
  margin: 0.75em 0 1em;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1em;
  padding-left: 1em;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .csr__ttl h2 {
    margin: 1em 0;
    font-size: 2.25rem;
  }
}

@media (min-width: 1025px) {
  .csr__ttl h2 {
    font-size: 2.375rem;
  }
}

.csr__ttl h2 br {
  display: block;
}

@media (min-width: 600px) {
  .csr__ttl h2 br {
    display: none;
  }
}

.csr__ttl_s h2 {
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}

.csr__section {
  padding: 25px 25px;
  border-top: 2px solid #E87109;
}

@media (min-width: 600px) {
  .csr__section {
    padding: 30px 40px;
  }
}

@media (min-width: 769px) {
  .csr__section {
    padding: 30px 70px;
  }
}

@media (min-width: 1025px) {
  .csr__section {
    padding: 45px 100px;
  }
}

.csr__compliance:nth-of-type(2) .csr__cnt_box {
  padding-bottom: 15px;
}

@media (min-width: 600px) {
  .csr__compliance:nth-of-type(2) .csr__cnt_box {
    padding-bottom: 0;
  }
}

.csr__section:nth-of-type(1) {
  border-top: none;
}

.csr__cap {
  margin: 0 0 1.2em;
  text-align: center;
  font-size: 1.375rem;
}

@media (min-width: 600px) {
  .csr__cap {
    font-size: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .csr__cap {
    font-size: 1.625rem;
  }
}

.csr__cap + .csr__cnt_single {
  padding-top: 0;
}

.csr__cnt_single {
  padding: 1.05em 0;
  font-weight: 500;
}

@media (min-width: 600px) {
  .csr__cnt_single {
    padding: 1.45em 0;
  }
}

.csr__cnt_single:nth-last-of-type(1) {
  padding-bottom: 0;
}

.csr__cnt_single.add_bar {
  border-bottom: 1px solid #514241;
}

.csr__cnt_single h4 {
  color: #E87109;
  font-size: 1.125rem;
  margin: 0 0 0.8em;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .csr__cnt_single h4 {
    font-size: 1.25rem;
  }
}

.csr__cnt_single p {
  line-height: 2;
  margin: 0 0 1em;
}

/*.csr__cnt_single p:nth-last-of-type(1) {
  margin-bottom: 0;
}*/

.csr__cnt_single p.text-center {
  text-align: left;
}
@media (min-width: 600px) {
  .csr__cnt_single p.text-center {
    text-align: center;
  }
}

.csr__cnt_single p + ul,
.csr__cnt_single p + ol,
.csr__cnt_single p + dl,
.csr__cnt_single p + a,
.csr__cnt_single p + .csr__flex {
  margin-top: 1em;
}

.csr__cnt_single figure {
  margin: 0;
}

.csr__cnt_single figure.mid {
  text-align: center;
}

.csr__cnt_single figure.mid img {
  width: 100%;
}

@media (min-width: 600px) {
  .csr__cnt_single figure.mid img {
    width: 80%;
  }
}

.csr__cnt_single .csr__sign {
  width: 10.7em;
  margin-left: auto;
  margin-top: 1.5em;
  line-height: 1.6;
}

.csr__list,
.csr__list-policy {
  padding: 1.45em 0;
  line-height: 1.8;
  margin: 0;
}

.csr__list:nth-of-type(1),
.csr__list-policy:nth-of-type(1) {
  padding-top: 0;
  border: none;
}

.csr__list:nth-of-type(1) {
  padding-top: 0;
  border: none;
}

.csr__list:nth-last-of-type(1) {
  padding-bottom: 0;
}

.csr__list dt {
  font-size: 1.0625rem;
  font-weight: 600;
}

.csr__list dt em {
  font-style: normal;
  font-size: 1.25rem;
  display: inline-block;
  width: 1.35em;
}

.csr__list dd {
  margin: 0;
}

.csr__list ul {
  padding-left: 1.25rem;
}

.csr__list ul li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
}

.csr__list ul li::before {
  display: block;
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50px;
  background-color: #E87109;
  left: 0;
  top: 0.67em;
}

.csr__list figure {
  border: 3px solid #DED3D0;
  border-radius: 20px;
  padding: 10px 20px 25px;
  display: block;
  margin: 1em 0 12px;
}

.csr__list figure img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 600px) {
  .csr__list figure {
    padding: 20px 20px 25px;
  }
  .csr__list figure img {
    width: 75%;
  }
}

.csr__list figcaption {
  font-size: 1.0625rem;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.csr__list-ol {
  padding: 0 0 0 1.4em;
  line-height: 2;
  margin: 0;
}

.csr__list-ol li::marker {
  font-size: 1.125rem;
}

.csr__list-ol li ol {
  padding-left: 1.8em;
}

.csr__list-ol li li {
  list-style: none;
  text-indent: -2.5em;
}

.csr__list-ol li li::before {
  font-size: 1rem;
}

.csr__list-ol li li:nth-of-type(1):before {
  content: "（1）";
}

.csr__list-ol li li:nth-of-type(2):before {
  content: "（2）";
}

.csr__list-ol li li:nth-of-type(3):before {
  content: "（3）";
}

.csr__list_mark {
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  .csr__list_mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.csr__list_mark li {
  list-style: none;
}

@media (min-width: 600px) {
  .csr__list_mark li:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 266px;
    flex: 0 0 266px;
  }
}

.csr__list_mark li:nth-of-type(1) img {
  width: 212.8px;
}

@media (min-width: 769px) {
  .csr__list_mark li:nth-of-type(1) img {
    width: 266px;
  }
}

.csr__list_mark li:nth-of-type(2) {
  margin-top: 1em;
}

@media (min-width: 600px) {
  .csr__list_mark li:nth-of-type(2) {
    margin: 0;
  }
}

.csr__list_mark li:nth-of-type(2) img {
  width: 101.6px;
}

@media (min-width: 769px) {
  .csr__list_mark li:nth-of-type(2) img {
    width: 127px;
  }
}

.csr__list_mark img {
  margin: 0 0 0.3em;
}

.csr__list_mark p {
  margin: 0;
  line-height: 1.5;
}

/*.csr__link-pdf {
  display: block;
  max-width: 280px;
  border-radius: 10px;
  border: 2px solid #514241;
  padding: 18px 1.5em;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .csr__link-pdf {
    margin: 0;
  }
}

.csr__link-pdf_center {
  margin: 0 auto;
}

@media (any-hover: hover) {
  .csr__link-pdf:hover {
    background-color: #ffecdb;
  }
  .csr__link-pdf:hover:after {
    border-color: #E87109;
  }
}

.csr__link-pdf:after {
  display: block;
  content: "";
  position: absolute;
  width: 70px;
  height: 100%;
  background: url(/src/images/company/icon_pdf.svg) no-repeat center;
  background-size: 30px 32px;
  right: 0;
  top: 0;
  border-left: 1px solid #514241;
  -webkit-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
}*/

.csr__list-policy {
  margin: 0;
  padding: 0;
}

.csr__list-policy li {
  list-style: none;
  text-indent: -1.3em;
  padding-left: 1.7em;
}

.csr__list-policy li:before {
  content: "一.";
  font-size: 1.125rem;
  padding-right: 0.3em;
}

.csr__list-license {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 600px) {
  .csr__list-license {
    gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  .csr__list-license {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.csr__list-license li {
  border-radius: 10px;
  background-color: #F5ECE7;
  font-size: 1.125rem;
  padding: 1em;
  text-align: center;
  list-style: none;
}

@media (min-width: 769px) {
  .csr__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.csr__flex figure {
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 769px) {
  .csr__flex figure {
    margin-bottom: 0;
  }
}

.csr__flex figure img {
  border-radius: 10px;
  overflow: hidden;
}

/*.csr__flex .csr__flex_text > a {
  margin-top: 2em;
}

@media (min-width: 769px) {
  .csr__flex .csr__flex_text > a {
    margin-top: 1.65em;
  }
}*/

/*.csr__flex_link {
  border: 2px solid #514241;
  padding: 14px 3.5em;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 769px) {
  .csr__flex_link {
    display: inline-block;
  }
}

@media (any-hover: hover) {
  .csr__flex_link:hover {
    background-color: #ffecdb;
  }
}

.csr__flex_link:before {
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/src/images/common/icon/arrow_right_brown_dark.svg);
  width: 16px;
  height: 12px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.csr__flex_link[target="_blank"]:before {
  background-image: url(/src/images/common/icon/external_link_brown_dark.svg);
  width: 18px;
  height: 18px;
}*/

.button__block{
  justify-content: center;
  margin: 2rem 0 0;
}
.buttonIcon__block{
  justify-content: center;
}
.buttonIcon__block.style-center{
  justify-content: center;
}
.button-link:after{}
@media (min-width: 600px) {
}
@media (min-width: 1025px) {
.button__block{
  justify-content: flex-start;
  margin: 1.65rem 0 0;
  }
.button-link:after{
  height: 18px;
  right: 1.5rem;
  width: 18px;
  }
.buttonIcon__block{
  justify-content: flex-start;
  }
.buttonIcon__block.style-center{
  justify-content: center;
  }
}


.csr__flex1 div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
}

.csr__flex1 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.csr__flex2 div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
}

.csr__flex2 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
}

.csr__flex1, .csr__flex2 {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .csr__flex1, .csr__flex2 {
    margin-bottom: 0;
  }
}

.csr__flex3 {
  margin-bottom: 15px;
}

.csr__flex3 div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
}

.csr__flex3 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 255px;
  flex: 0 0 255px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.csr__flex4 .csr__flex_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}

/*.csr__flex4 .csr__flex_text .csr__link-pdf {
  margin-bottom: 1em;
}*/

.csr__flex4 .csr__flex_text p {
  margin-bottom: 1em;
}

.csr__flex4 .csr__flex_fig {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
  display: -ms-grid;
  display: grid;
  gap: 5%;
  -ms-grid-columns: 35% 60%;
  grid-template-columns: 35% 60%;
  margin-top: 1.5em;
}

@media (min-width: 769px) {
  .csr__flex4 .csr__flex_fig {
    margin-top: 0;
  }
}

.csr__flex4 .csr__flex_fig img {
  border-radius: 10px;
}

.csr__flex4 .csr__flex_fig figcaption {
  padding-top: 0.5em;
  font-weight: 400;
}

.csr__flex4 .csr__flex_fig figure:nth-of-type(2) {
  text-align: center;
}

.csr__flex5 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.csr__flex5 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  border-radius: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.csr__flex5 figcaption {
  padding-top: 0.5em;
  font-weight: 400;
}
