@charset "UTF-8";
body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #f9f9f9;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
dt,
dd,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 1.7;
  letter-spacing: 0;
  color: #151515;
  font-weight: 500;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  letter-spacing: 0;
}

a {
  color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 24px;
  right: 10px;
  z-index: 20000;
  display: none;
}
@media screen and (max-width: 1080px) {
  .hnavi_btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    top: 12px;
  }
}

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #151515;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 10px;
  top: 20px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: #151515;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.menu-button i:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
  background: #FFF;
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
  background: #FFF;
}

.spnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #291b06;
  padding-top: 80px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .spnav {
    display: block;
    padding: 40px 0;
  }
}
.spnav.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .spnav {
    padding-top: 64px;
  }
}
.spnav .spnav_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  margin-bottom: 48px;
  padding: 0 100px;
  font-size: 0;
}
@media screen and (max-width: 1380px) {
  .spnav .spnav_logo {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .spnav .spnav_logo {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.spnav .spnav_logo img {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .spnav .spnav_logo img {
    width: 220px;
  }
}
.spnav .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1380px) {
  .spnav .wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .spnav .wrap {
    padding: 0 20px;
    display: block;
  }
}
.spnav .wrap .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.spnav .wrap .btn a {
  padding: 12px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 20px;
  color: #291b06;
  background: #FFF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .btn a {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_link {
    margin-left: 16px;
  }
}
.spnav .wrap .spnav_link a {
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_link a {
    font-size: 14px;
  }
}
.spnav .wrap .spnav_link a img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_link a img {
    width: 24px;
    margin-right: 6px;
  }
}
.spnav .wrap .spnav_btns {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_btns {
    margin-bottom: 32px;
  }
}
.spnav .wrap .spnav_btns .spnav_support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_btns .spnav_support {
    margin-bottom: 8px;
  }
}
.spnav .wrap .spnav_btns .spnav_support p {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_btns .spnav_support p {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_btns .spnav_support p.spnav_link {
    margin-bottom: 8px;
    margin-left: 12px;
  }
}
.spnav .wrap .spnav_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_navi {
    display: block;
  }
}
.spnav .wrap .spnav_navi .spnav_navi_cnt {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_navi .spnav_navi_cnt {
    border-top: 1px solid #fff;
    margin-left: 0;
    margin-bottom: 24px;
    padding: 16px 20px 0;
  }
}
.spnav .wrap .spnav_navi .spnav_navi_cnt:first-of-type {
  margin-left: 0;
}
.spnav .wrap .spnav_navi .spnav_navi_cnt a {
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_navi .spnav_navi_cnt:last-of-type {
    padding: 0;
    margin-bottom: 0;
  }
  .spnav .wrap .spnav_navi .spnav_navi_cnt:last-of-type .ttl {
    border-bottom: 1px solid #fff;
    padding: 16px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.spnav .wrap .spnav_navi .spnav_navi_cnt .ttl {
  font-size: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 32px;
  width: 200px;
  padding: 8px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_navi .spnav_navi_cnt .ttl {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_navi .spnav_navi_cnt .ttl a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spnav .wrap .spnav_navi .spnav_navi_cnt .ttl a::after {
    content: "";
    display: block;
    background: url("../img/common/arrow_w.png") no-repeat center;
    background-size: 7px;
    width: 7px;
    height: 13px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_navi .spnav_navi_cnt ul {
    padding-left: 20px;
  }
}
.spnav .wrap .spnav_navi .spnav_navi_cnt ul li {
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .spnav .wrap .spnav_navi .spnav_navi_cnt ul li.ig {
    margin-bottom: 16px;
    margin-top: 24px;
  }
}
.spnav .wrap .spnav_navi .spnav_navi_cnt ul li.ig a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.spnav .wrap .spnav_navi .spnav_navi_cnt ul li.ig svg {
  width: 20px;
  margin-right: 9px;
}
.spnav .wrap .spnav_navi .spnav_navi_cnt ul li.ig svg path {
  fill: #FFF;
}
.spnav .copyright {
  border-top: 1px solid #fff;
  padding: 24px 20px;
  font-size: 14px;
  color: #FFF;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .spnav .copyright {
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 50px 0 100px;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1380px) {
  .header {
    padding: 30px 20px 0 40px;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 16px 20px;
  }
}
.header.fixed {
  padding: 16px 20px 0 20px;
}
@media screen and (max-width: 1380px) {
  .header.fixed {
    padding: 16px 20px 0 20px;
  }
}
@media screen and (max-width: 1080px) {
  .header.fixed {
    padding: 16px 20px 8px;
  }
}
@media screen and (max-width: 767px) {
  .header.fixed {
    padding: 16px 20px;
  }
}
.header.fixed .hcnt .hlogo {
  display: none;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .header.fixed .hcnt .hlogo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header.fixed .hcnt .hlogo {
    margin-bottom: 0;
  }
}
.header.fixed .hcnt .hlogo img {
  width: 160px;
}
.header.fixed .hcnt .fix_logo {
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .header.fixed .hcnt .fix_logo {
    display: none;
  }
}
.header.fixed .hcnt .gnavi > li {
  margin-right: 32px;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 16px;
}
.header.fixed .hbtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .header.fixed .hbtns {
    display: none;
  }
}
.header.fixed .hbtns li:first-of-type {
  margin-bottom: 0;
  margin-right: 8px;
}
.header.fixed .hbtns li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e07a3f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 44px;
  font-size: 14px;
  border-radius: 5px;
}
.header .hcnt .hlogo {
  font-size: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .header .hcnt .hlogo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .header .hcnt .hlogo img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .header .hcnt .hlogo img {
    width: 160px;
  }
}
.header .hcnt .fix_logo {
  display: none;
}
.header .hcnt .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .header .hcnt .gnavi {
    display: none;
  }
}
.header .hcnt .gnavi > li {
  margin-right: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 16px;
}
@media screen and (max-width: 1380px) {
  .header .hcnt .gnavi > li {
    margin-right: 40px;
  }
}
.header .hcnt .gnavi > li.open_nav {
  position: relative;
}
.header .hcnt .gnavi > li.open_nav:hover a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .hcnt .gnavi > li.open_nav:hover ul {
  opacity: 1;
  pointer-events: all;
}
.header .hcnt .gnavi > li.open_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .hcnt .gnavi > li.open_nav a::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_bottom.svg") no-repeat;
  background-size: 100%;
  width: 11px;
  height: 6px;
  margin-left: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .hcnt .gnavi > li.open_nav ul {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
}
.header .hcnt .gnavi > li.open_nav ul li {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 500;
}
.header .hcnt .gnavi > li.open_nav ul li:last-of-type {
  margin-bottom: 0;
}
.header .hcnt .gnavi > li.open_nav ul li a::after {
  display: none;
}
.header .hcnt .gnavi > li.ig {
  font-size: 0;
  padding-bottom: 18px;
}
.header .hcnt .gnavi > li a svg {
  width: 25px;
}
@media screen and (max-width: 1080px) {
  .header .hbtns {
    display: none;
  }
}
.header .hbtns li:first-of-type {
  margin-bottom: 16px;
}
.header .hbtns li:first-of-type a {
  background: #e07a3f;
}
.header .hbtns li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e07a3f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 45px;
  border-radius: 5px;
}

.footer {
  background: #291b06;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 64px;
  }
}
.footer .footer_wrap1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1380px) {
  .footer .footer_wrap1 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_wrap1 {
    padding: 0 20px;
    margin-bottom: 48px;
    display: block;
  }
}
.footer .footer_wrap1 .txt {
  width: 700px;
  color: #FFF;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer .footer_wrap1 .txt {
    width: auto;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_wrap1 .txt span {
    display: block;
    line-height: 1.6;
    margin-top: 5px;
  }
}
.footer .flogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  width: 447px;
}
@media screen and (max-width: 767px) {
  .footer .flogo {
    margin-bottom: 24px;
    width: auto;
  }
}
.footer .flogo img {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .footer .flogo img {
    width: 220px;
  }
}
.footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1380px) {
  .footer .wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .wrap {
    padding: 0 20px;
    display: block;
  }
}
.footer .wrap .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .wrap .btn a {
  padding: 12px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 20px;
  color: #291b06;
  background: #FFF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .btn a {
    font-size: 18px;
    padding: 12px 24px;
  }
}
.footer .wrap .flink a {
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .flink a {
    font-size: 16px;
  }
}
.footer .wrap .flink a img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .flink a img {
    width: 24px;
  }
}
.footer .wrap .fbtns {
  margin-bottom: 48px;
}
.footer .wrap .fbtns .fsupport {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .fbtns .fsupport {
    display: block;
  }
}
.footer .wrap .fbtns .fsupport p {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .fbtns .fsupport p {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .wrap .fbtns .fsupport p.flink {
    margin-bottom: 8px;
  }
}
.footer .wrap .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .wrap .fnavi {
    display: block;
  }
}
.footer .wrap .fnavi .fnavi_cnt {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .fnavi .fnavi_cnt {
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.footer .wrap .fnavi .fnavi_cnt:first-of-type {
  margin-left: 0;
}
.footer .wrap .fnavi .fnavi_cnt a {
  color: #FFF;
  font-size: 14px;
}
.footer .wrap .fnavi .fnavi_cnt .ttl {
  font-size: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 32px;
  width: 200px;
  padding: 8px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer .wrap .fnavi .fnavi_cnt .ttl {
    width: 100%;
  }
}
.footer .wrap .fnavi .fnavi_cnt ul li {
  line-height: 2.4;
}
.footer .wrap .fnavi .fnavi_cnt ul li.ig a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .wrap .fnavi .fnavi_cnt ul li.ig svg {
  width: 20px;
  margin-right: 9px;
}
.footer .wrap .fnavi .fnavi_cnt ul li.ig svg path {
  fill: #FFF;
}
.footer .copyright {
  border-top: 1px solid #fff;
  padding: 24px 100px;
  font-size: 14px;
  color: #FFF;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
  }
}

.report_sec,
.news_sec {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .report_sec,
  .news_sec {
    margin-bottom: 100px;
  }
}
.report_sec .sec_ttl,
.news_sec .sec_ttl {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .report_sec .sec_ttl,
  .news_sec .sec_ttl {
    margin-bottom: 48px;
  }
}
.report_sec .news_list,
.news_sec .news_list {
  max-width: 1200px;
  margin: 0 auto;
}
.report_sec .news_list li,
.news_sec .news_list li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .report_sec .news_list li,
  .news_sec .news_list li {
    margin-bottom: 48px;
  }
}
.report_sec .news_list li:nth-of-type(3n),
.news_sec .news_list li:nth-of-type(3n) {
  margin-right: 0;
}

.report_sec {
  background: #ebebeb;
  padding: 150px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .report_sec {
    padding: 64px 0;
  }
}

/*/ common ////////////////////////////////////////////*/
.sec_ttl {
  font-size: 30px;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
.sec_ttl span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec_ttl span {
    font-size: 16px;
  }
}

a.dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
a.dl::after {
  content: "";
  display: block;
  background: url("../img/common/dl_icon.svg") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 17px;
  margin-left: 8px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link a::before {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 8px;
}

.link2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.link2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.link2 a::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_right.svg") no-repeat center;
  background-size: 100%;
  width: 9px;
  height: 22px;
  margin-left: 12px;
}
.link2 a span {
  border-bottom: 1px solid #151515;
  display: block;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn.green a {
  background: #e07a3f;
}
.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news_list.pickup li {
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .news_list.pickup li {
    margin-bottom: 48px;
  }
}
.news_list.pickup li:nth-of-type(3n) {
  margin-right: 0;
}
.news_list.pickup li:nth-of-type(1), .news_list.pickup li:nth-of-type(4) {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .news_list.pickup li:nth-of-type(1), .news_list.pickup li:nth-of-type(4) {
    margin-top: 0;
  }
}
.news_list.pickup li:nth-of-type(2), .news_list.pickup li:nth-of-type(5) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .news_list.pickup li:nth-of-type(2), .news_list.pickup li:nth-of-type(5) {
    margin-top: 0;
  }
}
.news_list li {
  width: calc(33.33% - 50px);
  margin-right: 75px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news_list li {
    max-width: 280px;
    width: 100%;
    margin: 0 0 48px;
  }
}
.news_list li a {
  display: block;
  position: relative;
}
.news_list li a .icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(30%) translateY(-30%);
          transform: translateX(30%) translateY(-30%);
}
@media screen and (max-width: 767px) {
  .news_list li a .icon {
    width: 88px;
  }
}
.news_list li a .img {
  font-size: 0;
  margin-bottom: 16px;
}
.news_list li a .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.news_list li a .data .date {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news_list li a .data .date {
    font-size: 13px;
  }
}
.news_list li a .data .cat {
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  font-size: 12px;
  padding: 5px 0;
  line-height: 1.4;
  min-width: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #151515;
  color: #FFF;
}
.news_list li a .data .cat.owatashikai {
  background: #edddca;
  color: #151515;
}
.news_list li a .data .cat.school {
  background: #d8dfd9;
  color: #151515;
}
.news_list li a .data .cat.salon {
  background: #e6dfe5;
  color: #151515;
}
.news_list li a .data .cat.oshigoto {
  background: #d7dee1;
  color: #151515;
}
.news_list li a .data .cat.research {
  background: #ded2c8;
  color: #151515;
}

.page_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 125px;
  padding: 12px 64px;
  background: #ebebeb;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .page_navi {
    padding: 12px 24px;
    margin-bottom: 56px;
  }
}
.page_navi li {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .page_navi li {
    margin-right: 24px;
    font-size: 13px;
  }
}
.page_navi li:last-of-type {
  margin-right: 0;
}
.page_navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_navi li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_navi li a::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_bottom.svg") no-repeat;
  background-size: 100%;
  width: 11px;
  height: 6px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .page_navi li a::after {
    margin: 5px 0 0;
  }
}

.page_navi_fixed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  left: 0;
  bottom: 40px;
  background: #f9f9f9;
  border: 1px solid #151515;
  border-left: 0;
  padding: 20px 40px 20px 30px;
  border-radius: 0 8px 8px 0;
  z-index: 1000;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .page_navi_fixed {
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 16px 12px;
    border-right: none;
    border-radius: 0;
  }
}
.page_navi_fixed.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.page_navi_fixed .ttl {
  margin-bottom: 16px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_navi_fixed .ttl {
    text-align: center;
  }
}
.page_navi_fixed .ttl img {
  width: auto;
  height: 16px;
}
.page_navi_fixed ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_navi_fixed ul li {
  margin-right: 40px;
}
.page_navi_fixed ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page_navi_fixed ul li {
    margin-right: 24px;
  }
}
.page_navi_fixed ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_navi_fixed ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_navi_fixed ul li a::after {
  content: "";
  display: block;
  background: url("../img/common/page_navi_arrow_right.svg") no-repeat;
  background-size: 100%;
  width: 6px;
  height: 11px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .page_navi_fixed ul li a::after {
    background: url("../img/common/arrow_bottom.svg") no-repeat;
    background-size: 100%;
    width: 11px;
    height: 6px;
    margin: 3px 0 0;
  }
}

.faq {
  padding: 0 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.faq .faq_list {
  max-width: 1100px;
  margin: 0 auto 72px;
  border-top: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .faq .faq_list {
    margin-bottom: 56px;
  }
}
.faq .faq_list li {
  background: #ebebeb;
  border-bottom: 1px solid #151515;
  padding: 32px 48px 8px;
}
@media screen and (max-width: 767px) {
  .faq .faq_list li {
    padding: 16px 16px 8px 16px;
  }
}
.faq .faq_list li .q {
  position: relative;
  padding-left: 50px;
  padding-top: 2px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .faq .faq_list li .q {
    padding-left: 32px;
    padding-right: 24px;
    margin-bottom: 8px;
  }
}
.faq .faq_list li .q {
  cursor: pointer;
}
.faq .faq_list li .q::before {
  content: "Q";
  font-size: 24px;
  font-family: area-normal, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq .faq_list li .q::before {
    font-size: 20px;
  }
}
.faq .faq_list li .q::after {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .faq_list li .q.active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq .faq_list li .q.active + .a {
  opacity: 1;
  grid-template-rows: 1fr;
  margin-bottom: 24px;
}
.faq .faq_list li .a {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .faq .faq_list li .a {
    padding-left: 32px;
  }
}
.faq .faq_list li .a > * {
  overflow: hidden;
}
.faq .faq_list li .a::before {
  content: "A";
  font-size: 24px;
  font-family: area-normal, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq .faq_list li .a::before {
    font-size: 20px;
  }
}
.faq .faq_list li .a p {
  margin-bottom: 24px;
}
.faq .faq_list li .a p:last-child {
  margin-bottom: 0;
}
.faq .faq_list li .a p a {
  color: gyt;
  text-decoration: underline;
}
.faq .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq .btn a {
  width: 250px;
  height: 64px;
  background: #ebebeb;
  border: 1px solid #151515;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .faq .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

.wrap_ig {
  overflow-x: hidden;
  margin-bottom: 150px;
}
.wrap_ig #sb_instagram {
  overflow: visible;
  padding-bottom: 50px;
}
.wrap_ig #sbi_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .wrap_ig #sbi_images {
    gap: 16px !important;
  }
}
.wrap_ig #sbi_images::-webkit-scrollbar {
  display: none;
}
.wrap_ig #sbi_images .sbi_item {
  display: inline-block;
  vertical-align: top;
  width: 200px !important;
}
.wrap_ig #sbi_images .sbi_item:nth-of-type(even) {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .wrap_ig #sbi_images .sbi_item:nth-of-type(even) {
    padding-top: 30px;
  }
}
.wrap_ig .ig_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.wrap_ig .ig_link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #777777;
}
.wrap_ig .ig_link a svg {
  margin-right: 12px;
  width: 24px;
}
.wrap_ig .ig_link a svg path {
  fill: #777777;
}

.sec_donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 150px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec_donation {
    padding: 0 20px;
    position: relative;
    margin-bottom: 100px;
  }
}
.sec_donation .img {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .sec_donation .img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: 100px;
  }
}
.sec_donation .cnt .copy {
  font-size: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .sec_donation .cnt .copy {
    font-size: 14px;
    padding-left: 106px;
    padding-top: 16px;
  }
}
.sec_donation .cnt .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .sec_donation .cnt .btns {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec_donation .cnt .btns li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec_donation .cnt .btns li:first-of-type {
  margin-right: 24px;
}
@media screen and (max-width: 1080px) {
  .sec_donation .cnt .btns li:first-of-type {
    margin: 0 0 16px;
  }
}
.sec_donation .cnt .btns li.donate_btn a {
  background: #e07a3f;
  border: none;
}
.sec_donation .cnt .btns li a {
  font-size: 18px;
  background: #ebebeb;
  border: 1px solid #151515;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  height: 65px;
  padding: 8px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_donation .cnt .btns li a {
    width: 240px;
    height: 48px;
    font-size: 16px;
    padding: 8px 16px;
  }
}
.sec_donation .cnt .btns li a::before {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .sec_donation .cnt .btns li a::before {
    width: 24px;
    height: 24px;
  }
}

.wrap_mailmag {
  background: #ebebeb;
  border: 1px solid #151515;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 24px 8px 40px;
}
@media screen and (max-width: 767px) {
  .wrap_mailmag {
    padding: 8px 24px;
  }
}
.wrap_mailmag .select_melmagform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 48px;
}
@media screen and (max-width: 980px) {
  .wrap_mailmag .select_melmagform {
    height: auto;
  }
}
.wrap_mailmag .select_melmagform .ttl {
  font-size: 18px;
  margin-right: 32px;
}
@media screen and (max-width: 980px) {
  .wrap_mailmag .select_melmagform .ttl {
    width: 100%;
    margin-bottom: 8px;
  }
}
.wrap_mailmag .select_melmagform label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}
.wrap_mailmag .select_melmagform label:last-of-type {
  margin-right: 0;
}
.wrap_mailmag .select_melmagform input[type=radio]::before {
  background-color: #e07a3f;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.wrap_mailmag .select_melmagform input[type=radio]:checked::before {
  opacity: 1;
}
.wrap_mailmag .select_melmagform input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #151515;
  background: #f9f9f9;
  border-radius: 50%;
  height: 20px;
  left: -0.5em;
  margin: 0;
  position: relative;
  width: 20px;
}
.wrap_mailmag .donate, .wrap_mailmag .support {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrap_mailmag .donate.active, .wrap_mailmag .support.active {
  height: 280px;
  opacity: 1;
  pointer-events: all;
}

.pagenationSingle {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagenationSingle {
    padding: 0 20px;
  }
}
.pagenationSingle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenationSingle .prev {
  width: 58px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle .prev {
    width: 48px;
  }
}
.pagenationSingle .prev a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #151515;
}
.pagenationSingle .prev a::before {
  content: "";
  display: block;
  background: url("../img/common/arrow_left.svg") no-repeat center;
  background-size: 10px;
  width: 10px;
  height: 18px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle .prev a::before {
    background-size: 8px;
    width: 8px;
    margin-right: 8px;
  }
}
.pagenationSingle .next {
  width: 58px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle .next {
    width: 48px;
  }
}
.pagenationSingle .next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #151515;
}
.pagenationSingle .next a::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_right.svg") no-repeat center;
  background-size: 10px;
  width: 10px;
  height: 18px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle .next a::after {
    background-size: 8px;
    width: 8px;
    margin-left: 8px;
  }
}
.pagenationSingle .back a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 65px;
  font-size: 18px;
  border-radius: 5px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  border: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .pagenationSingle .back a {
    width: 140px;
    height: 48px;
    font-size: 14px;
  }
}

/*/ top ////////////////////////////////////////////*/
.top_fv {
  font-size: 0;
  margin-bottom: 178px;
}
@media screen and (max-width: 767px) {
  .top_fv {
    display: none;
  }
}

.top_fv_sp {
  display: none;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .top_fv_sp {
    display: block;
  }
}

.top_sec_ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: area-normal, sans-serif;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_sec_ttl {
    font-size: 18px;
  }
}

.top_about {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top_about {
    margin-bottom: 64px;
  }
}
.top_about .wrap {
  max-width: 1280px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_about .wrap {
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.top_about .wrap .top_sec_ttl {
  margin-top: 5px;
  margin-right: 200px;
}
@media screen and (max-width: 767px) {
  .top_about .wrap .top_sec_ttl {
    margin: 0 0 24px;
  }
}
.top_about .wrap .cnt .lead {
  font-size: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 980px) {
  .top_about .wrap .cnt .lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .wrap .cnt .lead {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top_about .wrap .cnt .lead br {
    display: none;
  }
}
.top_about .wrap .cnt .link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_about .img {
  max-width: 1280px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -96px auto 0;
}
@media screen and (max-width: 980px) {
  .top_about .img {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_about .img {
    padding: 0 20px;
  }
}

.top_efforts {
  overflow-x: hidden;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_efforts {
    margin-bottom: 100px;
  }
}
.top_efforts .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_efforts .wrap {
    display: block;
    padding: 0 20px;
    margin-bottom: 64px;
  }
}
.top_efforts .wrap .cnt {
  width: 40%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_efforts .wrap .cnt {
    width: 100%;
    margin-bottom: 32px;
  }
}
.top_efforts .wrap .cnt .top_sec_ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_efforts .wrap .cnt .top_sec_ttl {
    margin-bottom: 16px;
  }
}
.top_efforts .wrap .cnt .copy {
  font-size: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_efforts .wrap .cnt .copy {
    font-size: 24px;
  }
}
.top_efforts .wrap .cnt .lead {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_efforts .wrap .cnt .lead {
    font-size: 16px;
  }
}
.top_efforts .wrap .img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top_efforts .wrap .img {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top_projects {
  padding: 0 20px;
}
.top_projects .top_projects_list {
  max-width: 1300px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list {
    margin-bottom: 64px;
  }
}
.top_projects .top_projects_list li {
  margin-bottom: 48px;
}
.top_projects .top_projects_list li:first-of-type a {
  background: #edddca;
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list li:first-of-type a .cnt .ttl img {
    width: 220px;
    height: auto;
  }
}
.top_projects .top_projects_list li:first-of-type a .cnt .btn {
  background: #76580e;
}
.top_projects .top_projects_list li:nth-of-type(2) a {
  background: #d8dfd9;
}
.top_projects .top_projects_list li:nth-of-type(2) a .btn {
  background: #374138;
}
.top_projects .top_projects_list li:nth-of-type(3) a {
  background: #e6dfe5;
}
.top_projects .top_projects_list li:nth-of-type(3) a .btn {
  background: #5c3d58;
}
.top_projects .top_projects_list li:nth-of-type(4) a {
  background: #d7dee1;
}
.top_projects .top_projects_list li:nth-of-type(4) a .btn {
  background: #3b4c53;
}
.top_projects .top_projects_list li:nth-of-type(5) a {
  background: #ded2c8;
}
.top_projects .top_projects_list li:nth-of-type(5) a .btn {
  background: #5d4836;
}
.top_projects .top_projects_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 24px 40px 50px;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list li a {
    display: block;
    padding: 24px 16px 80px;
    position: relative;
  }
}
.top_projects .top_projects_list li a .cnt {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list li a .cnt {
    width: 100%;
  }
}
.top_projects .top_projects_list li a .cnt .cat {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list li a .cnt .cat {
    margin-bottom: 24px;
    padding: 8px 10px;
    font-size: 13px;
  }
}
.top_projects .top_projects_list li a .cnt .ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 980px) {
  .top_projects .top_projects_list li a .cnt .ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list li a .cnt .ttl img {
    width: auto;
    height: 22px;
  }
}
.top_projects .top_projects_list li a .cnt .txt {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list li a .cnt .txt {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.top_projects .top_projects_list li a .cnt .btn {
  margin-top: auto;
  width: 200px;
  height: 48px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list li a .cnt .btn {
    width: 150px;
    height: 48px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 75px);
  }
}
.top_projects .top_projects_list li a .img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .top_projects .top_projects_list li a .img {
    width: 100%;
  }
}
.top_projects .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_projects .btn a {
  background: #291b06;
  color: #FFF;
  width: 250px;
  height: 64px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top_projects .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

.top_achievements {
  max-width: 1280px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_achievements {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.top_achievements .top_sec_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .top_achievements .top_sec_ttl {
    margin-bottom: 32px;
    text-align: center;
  }
}
.top_achievements .cnt {
  text-align: center;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  padding: 48px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_achievements .cnt {
    padding: 32px 0;
  }
}
.top_achievements .cnt .txt {
  font-size: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .top_achievements .cnt .txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_achievements .cnt .img .pc {
    display: none;
  }
}
.top_achievements .cnt .img .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_achievements .cnt .img .sp {
    display: inline-block;
  }
}

.social_issues {
  background: #ebebeb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 50px 150px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .social_issues {
    padding: 56px 20px;
    margin-bottom: 80px;
  }
}
.social_issues .top_sec_ttl {
  max-width: 1200px;
  margin: 0 auto 32px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .social_issues .top_sec_ttl {
    margin: 0;
  }
}
.social_issues .social_issues_header {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  border-bottom: 1px solid #151515;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_header {
    display: block;
    padding-left: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.social_issues .social_issues_header .img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_header .img {
    text-align: right;
    margin-bottom: 16px;
    margin-right: 8px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_header .img img {
    max-width: 55%;
  }
}
.social_issues .social_issues_header .cnt {
  width: 650px;
  margin-left: 48px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_header .cnt {
    width: 100%;
    margin: 0;
  }
}
.social_issues .social_issues_header .cnt .copy {
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_header .cnt .copy {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.social_issues .social_issues_header .cnt .txt {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_header .cnt .txt {
    font-size: 14px;
  }
}
.social_issues .social_issues_header .cnt .txt2 {
  font-size: 14px;
  max-width: 500px;
}
.social_issues .social_issues_list {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list {
    margin-bottom: 56px;
  }
}
.social_issues .social_issues_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #151515;
  padding-bottom: 64px;
  margin-bottom: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list li {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.social_issues .social_issues_list li .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 0;
}
@media screen and (max-width: 1080px) {
  .social_issues .social_issues_list li .img {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list li .img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  .social_issues .social_issues_list li .cnt {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list li .cnt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.social_issues .social_issues_list li .cnt .copy {
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list li .cnt .copy {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.social_issues .social_issues_list li .cnt .txt {
  font-size: 18px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list li .cnt .txt {
    font-size: 14px;
  }
}
.social_issues .social_issues_list2 {
  max-width: 1100px;
  margin: 0 auto;
}
.social_issues .social_issues_list2 li {
  border-bottom: 1px solid #151515;
  padding-bottom: 64px;
  margin-bottom: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list2 li {
    padding: 0 0 40px;
  }
}
.social_issues .social_issues_list2 li.active .social_issues_list_header {
  margin-bottom: 40px;
}
.social_issues .social_issues_list2 li.active .social_issues_list_header .txt {
  display: none;
}
.social_issues .social_issues_list2 li.active .social_issues_list_header .swich::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.social_issues .social_issues_list2 li.active .social_issues_list_header .swich.active::after {
  content: "閉じる";
}
.social_issues .social_issues_list2 li.active .social_issues_list_cnt {
  opacity: 1;
  grid-template-rows: 1fr;
  margin-bottom: 48px;
}
.social_issues .social_issues_list2 li.active .social_issues_list_cnt:last-of-type {
  margin-bottom: 0;
}
.social_issues .social_issues_list2 li .social_issues_list_header {
  position: relative;
  cursor: pointer;
}
.social_issues .social_issues_list2 li .social_issues_list_header .ttl {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list2 li .social_issues_list_header .ttl {
    font-size: 18px;
    padding-right: 120px;
    margin-bottom: 24px;
  }
}
.social_issues .social_issues_list2 li .social_issues_list_header .txt {
  font-size: 14px;
  max-width: 500px;
}
.social_issues .social_issues_list2 li .social_issues_list_header .swich {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.social_issues .social_issues_list2 li .social_issues_list_header .swich::before {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg");
  background-size: 100%;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list2 li .social_issues_list_header .swich::before {
    width: 24px;
    height: 24px;
  }
}
.social_issues .social_issues_list2 li .social_issues_list_header .swich::after {
  content: "さらに読む";
}
.social_issues .social_issues_list2 li .social_issues_list_cnt {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.social_issues .social_issues_list2 li .social_issues_list_cnt > * {
  overflow: hidden;
}
.social_issues .social_issues_list2 li .social_issues_list_cnt .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list2 li .social_issues_list_cnt .wrap {
    display: block;
    padding: 0;
  }
}
.social_issues .social_issues_list2 li .social_issues_list_cnt .wrap:has(.img) .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list2 li .social_issues_list_cnt .wrap:has(.img) .txt {
    width: 100%;
  }
}
.social_issues .social_issues_list2 li .social_issues_list_cnt .txt {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list2 li .social_issues_list_cnt .txt {
    margin-bottom: 24px;
  }
}
.social_issues .social_issues_list2 li .social_issues_list_cnt .img {
  margin-left: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: calc(50% - 100px);
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list2 li .social_issues_list_cnt .img {
    width: 100%;
    margin: 0;
  }
}
.social_issues .social_issues_list3 {
  max-width: 1100px;
  margin: 0 auto;
}
.social_issues .social_issues_list3 li {
  border-bottom: 1px solid #151515;
  padding-bottom: 64px;
  margin-bottom: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list3 li {
    display: block;
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
}
.social_issues .social_issues_list3 li .cnt {
  width: 500px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list3 li .cnt {
    width: 100%;
    margin: 0 0 24px;
  }
}
.social_issues .social_issues_list3 li .cnt .ttl {
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .social_issues .social_issues_list3 li .cnt .ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.social_issues .social_issues_list3 li .cnt .txt {
  font-size: 14px;
}
.social_issues .social_issues_list3 li .img {
  font-size: 0;
}
.social_issues .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social_issues .btn a {
  background: #291b06;
  color: #FFF;
  width: 250px;
  height: 64px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .social_issues .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

.top_news {
  max-width: 1280px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.top_news .top_sec_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_news .top_sec_ttl {
    margin-bottom: 64px;
  }
}
.top_news .news_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_news .news_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.top_news .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_news .btn a {
  width: 250px;
  height: 64px;
  background: #ebebeb;
  border: 1px solid #151515;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top_news .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

.top_partner {
  padding: 0 40px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .top_partner {
    padding: 0;
  }
}
.top_partner .top_partner_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .top_partner .top_partner_header {
    display: block;
    margin-bottom: 100px;
  }
}
.top_partner .top_partner_header .img {
  margin-right: calc(50% - 50vw);
  font-size: 0;
  width: 50vw;
}
@media screen and (max-width: 767px) {
  .top_partner .top_partner_header .img {
    width: 100%;
    margin: 0 0 24px;
  }
}
.top_partner .top_partner_header .cnt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .top_partner .top_partner_header .cnt {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top_partner .top_partner_header .cnt .copy {
  font-size: 28px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_partner .top_partner_header .cnt .copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_partner .top_partner_header .cnt .copy br {
    display: none;
  }
}
.top_partner .partner_cnt {
  background: #e5e5e5;
  max-width: 1200px;
  margin: 0 auto 72px;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt {
    padding: 48px 20px 16px;
    margin: 0 20px 48px;
  }
}
.top_partner .partner_cnt .partner_cnt_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .top_partner .partner_cnt .partner_cnt_header {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_cnt_header {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}
.top_partner .partner_cnt .partner_cnt_header .img {
  font-size: 0;
}
.top_partner .partner_cnt .partner_cnt_header .cnt .ttl {
  font-size: 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_cnt_header .cnt .ttl {
    font-size: 16px;
  }
}
.top_partner .partner_cnt .partner_cnt_header .cnt .ttl span {
  font-size: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_cnt_header .cnt .ttl span {
    font-size: 24px;
  }
}
.top_partner .partner_cnt .partner_cnt_header .cnt .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_cnt_header .cnt .txt {
    font-size: 16px;
  }
}
.top_partner .partner_cnt .partner_table {
  background: #FFF;
  border-top: 1px solid #151515;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_table {
    margin-bottom: 64px;
  }
}
.top_partner .partner_cnt .partner_table li {
  padding: 48px;
  border-bottom: 1px solid #151515;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_table li {
    display: block;
    padding: 32px 20px;
  }
}
.top_partner .partner_cnt .partner_table li .ttl {
  font-size: 20px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_table li .ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.top_partner .partner_cnt .partner_table li .ttl span {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_table li .ttl span {
    margin-right: 16px;
  }
}
.top_partner .partner_cnt .partner_table li .cnt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_table li .cnt {
    width: 100%;
  }
}
.top_partner .partner_cnt .partner_table li .cnt p {
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .partner_table li .cnt p {
    font-size: 14px;
  }
}
.top_partner .partner_cnt .partner_table li .cnt p:last-child {
  margin-bottom: 0;
}
.top_partner .partner_cnt .partner_table li .cnt p a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #151515;
  line-height: 1.4;
}
.top_partner .partner_cnt .partner_table li .cnt p a::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_right.svg") no-repeat;
  background-size: 100%;
  width: 10px;
  height: 18px;
  margin-left: 16px;
}
.top_partner .partner_cnt .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .btn {
    margin-bottom: 40px;
  }
}
.top_partner .partner_cnt .btn a {
  background: #151515;
  color: #FFF;
  width: 250px;
  height: 64px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top_partner .partner_cnt .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

/*/ about ////////////////////////////////////////////*/
.page_about {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .page_about {
    padding-top: 48px;
  }
}
.page_about .page_ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_about .page_ttl {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 48px;
  }
}
.page_about .mv_img3 {
  overflow-x: hidden;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_about .mv_img3 {
    margin-bottom: 48px;
  }
}
.page_about .mv_img3 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about_message {
  max-width: 690px;
  margin: 0 auto 150px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about_message {
    margin-bottom: 80px;
  }
}
.about_message .txt {
  margin-bottom: 48px;
}
.about_message .txt p {
  text-align: justify;
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about_message .txt p {
    font-size: 14px;
  }
}
.about_message .signe {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .about_message .signe img {
    width: 160px;
  }
}
.about_message .signe span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .about_message .signe span {
    font-size: 13px;
  }
}

.philosophy {
  background: #ebebeb;
  padding: 90px 20px 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding: 56px 20px 80px;
    margin-bottom: 80px;
  }
}
.philosophy .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .philosophy .wrap {
    display: block;
  }
}
.philosophy .wrap .vision {
  width: 450px;
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .philosophy .wrap .vision {
    width: 100%;
    margin: 0 0 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.philosophy .wrap .vision .txt {
  font-size: 28px;
  margin-bottom: 48px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .philosophy .wrap .vision .txt {
    font-size: 16px;
  }
}
.philosophy .wrap .vision .img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .philosophy .wrap .vision .img {
    padding: 0 48px;
  }
}
.philosophy .wrap .cnt {
  width: 500px;
  padding-top: 40px;
}
@media screen and (max-width: 980px) {
  .philosophy .wrap .cnt {
    width: 100%;
    padding-top: 0;
  }
}
.philosophy .wrap .cnt .mission {
  margin-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .philosophy .wrap .cnt .mission {
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.philosophy .wrap .cnt .mission ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-top: 32px;
  padding: 24px 30px;
  border-radius: 16px;
  border: 1px solid #151515;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .philosophy .wrap .cnt .mission ul {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .wrap .cnt .mission ul {
    width: 100%;
  }
}
.philosophy .wrap .cnt .mission ul li {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .philosophy .wrap .cnt .mission ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .philosophy .wrap .cnt .mission ul li:last-of-type {
    margin-bottom: 0;
  }
}
.philosophy .wrap .cnt .mission ul li span {
  font-family: area-normal, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .philosophy .wrap .cnt .mission ul li span {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .philosophy .wrap .cnt .purpose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.philosophy .wrap .cnt .txt {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .philosophy .wrap .cnt .txt {
    font-size: 16px;
  }
}
.philosophy .wrap .ttl {
  font-family: area-normal, sans-serif;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #151515;
  margin-bottom: 32px;
  padding-bottom: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .philosophy .wrap .ttl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .wrap .ttl {
    font-size: 20px;
  }
}

.about_table {
  background: #FFF;
  max-width: 800px;
  margin: 0 auto 120px;
  border-top: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .about_table {
    margin-bottom: 80px;
  }
}
.about_table > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 48px;
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .about_table > li {
    padding: 24px 16px;
  }
}
.about_table > li .ttl {
  font-size: 18px;
  width: 120px;
  margin-right: 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_table > li .ttl {
    font-size: 14px;
    width: 72px;
    margin-right: 16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.about_table > li .txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_table > li .txt {
    font-size: 14px;
  }
}

.overview {
  margin-bottom: 150px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .overview {
    margin-bottom: 100px;
  }
}
.overview .overview_table {
  background: #ebebeb;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .overview .overview_table {
    margin-bottom: 80px;
  }
}
.overview .member_ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .overview .member_ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.member_list {
  max-width: 800px;
  margin: 0 auto;
}
.member_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .member_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.member_list li .img {
  width: 250px;
  font-size: 0;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .member_list li .img {
    width: 200px;
    margin: 0 0 32px;
  }
}
.member_list li .cnt {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .member_list li .cnt {
    width: 100%;
    text-align: center;
  }
}
.member_list li .cnt p {
  font-size: 14px;
  text-align: justify;
}
.member_list li .cnt .name {
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .member_list li .cnt .name {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
  }
}
.member_list li .cnt .katagaki {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .member_list li .cnt .katagaki {
    text-align: center;
  }
}
.member_list li .cnt .prof {
  margin-bottom: 16px;
}

.about_projects {
  max-width: 1300px;
  padding: 150px 100px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ebebeb;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .about_projects {
    margin: 0 20px 100px;
    padding: 64px 20px;
  }
}
@media screen and (max-width: 767px) {
  .about_projects .sec_ttl {
    font-size: 20px;
  }
}
.about_projects .about_project_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about_projects .about_project_list {
    display: block;
  }
}
.about_projects .about_project_list li {
  width: calc(33% - 60px);
  margin-right: 90px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about_projects .about_project_list li {
    width: 100%;
    margin: 0 0 56px;
  }
}
.about_projects .about_project_list li:nth-of-type(3), .about_projects .about_project_list li:nth-of-type(5) {
  margin-right: 0;
}
.about_projects .about_project_list li:nth-of-type(1) .cat {
  background: #edddca;
}
.about_projects .about_project_list li:nth-of-type(1) .ttl img {
  height: 54px;
}
@media screen and (max-width: 767px) {
  .about_projects .about_project_list li:nth-of-type(1) .ttl img {
    height: 46px;
  }
}
.about_projects .about_project_list li:nth-of-type(2) .cat {
  background: #d8dfd9;
}
.about_projects .about_project_list li:nth-of-type(3) .cat {
  background: #e6dfe5;
}
.about_projects .about_project_list li:nth-of-type(4) .cat {
  background: #d7dee1;
}
.about_projects .about_project_list li:nth-of-type(5) .cat {
  background: #ded2c8;
}
.about_projects .about_project_list li .cat {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  line-height: 1.6;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .about_projects .about_project_list li .cat {
    font-size: 14px;
    width: 140px;
    margin: 0 auto 24px;
    padding: 5px 16px;
  }
}
.about_projects .about_project_list li .ttl {
  text-align: center;
  margin-bottom: 24px;
  font-size: 0;
}
.about_projects .about_project_list li .ttl img {
  width: auto;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .about_projects .about_project_list li .ttl img {
    height: 20px;
  }
}
.about_projects .about_project_list li .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .about_projects .about_project_list li .txt {
    font-size: 14px;
  }
}
.about_projects .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.about_projects .btn a {
  width: 250px;
  height: 64px;
  background: #291b06;
  color: #FFF;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .about_projects .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

.outline {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .outline {
    display: block;
    margin-bottom: 80px;
  }
}
.outline .ttl {
  width: 300px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .outline .ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 24px;
    width: 100%;
  }
}
.outline .ttl .sec_ttl {
  font-size: 20px;
  margin-bottom: 64px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .outline .ttl .sec_ttl {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .outline .ttl .img {
    width: 48%;
    margin-right: -20px;
  }
}
.outline .outline_list {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .outline .outline_list {
    width: 100%;
  }
}
.outline .outline_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.outline .outline_list li .year {
  width: 100px;
  font-size: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .outline .outline_list li .year {
    font-size: 14px;
    width: 60px;
  }
}
.outline .outline_list li .cnt {
  padding-left: 32px;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .outline .outline_list li .cnt {
    padding-left: 24px;
  }
}
.outline .outline_list li .cnt::before {
  content: "";
  display: block;
  background: #777777;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .outline .outline_list li .cnt::before {
    top: 6px;
  }
}
.outline .outline_list li .cnt::after {
  content: "";
  display: block;
  background: #151515;
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  left: 3px;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .outline .outline_list li .cnt::after {
    top: 20px;
    height: calc(100% - 16px);
  }
}
.outline .outline_list li .cnt p {
  font-size: 18px;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .outline .outline_list li .cnt p {
    font-size: 14px;
  }
}
.outline .outline_list li .cnt p::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.outline .outline_list li .cnt p a {
  color: #777777;
  text-decoration: underline;
}

.about_docment {
  background: #ebebeb;
  padding: 90px 20px 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about_docment {
    padding: 64px 20px 24px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about_docment .doc_table > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about_docment .doc_table > li .ttl {
  width: 200px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about_docment .doc_table > li .ttl {
    width: auto;
    margin: 0 0 24px;
  }
}
.about_docment .doc_table > li .doc_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about_docment .doc_table > li .doc_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about_docment .doc_table > li .doc_list:has(.img) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about_docment .doc_table > li .doc_list li {
  margin-right: 48px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about_docment .doc_table > li .doc_list li {
    width: 48%;
    margin: 0 0 16px 4%;
  }
  .about_docment .doc_table > li .doc_list li:nth-of-type(odd) {
    margin-left: 0;
  }
}
.about_docment .doc_table > li .doc_list li:has(.img) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about_docment .doc_table > li .doc_list li:has(.img) {
    text-align: center;
    margin-bottom: 32px;
  }
}
.about_docment .doc_table > li .doc_list li:nth-of-type(even):has(.img) {
  margin-right: 0;
}
.about_docment .doc_table > li .doc_list li .img {
  max-width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_docment .doc_table > li .doc_list li .img {
    margin: 0 auto 16px;
  }
}
.about_docment .doc_table > li .doc_list li .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-all;
}
.about_docment .doc_table > li .doc_list li .txt a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.supporter {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .supporter {
    margin-bottom: 100px;
  }
}
.supporter .sec_ttl {
  font-size: 20px;
  margin-bottom: 16px;
}
.supporter .supporter_box {
  max-width: 800px;
  margin: 0 auto;
}
.supporter .supporter_box .ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .supporter .supporter_box .ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.supporter .supporter_box .supporter_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .supporter .supporter_box .supporter_list {
    margin-bottom: 40px;
  }
}
.supporter .supporter_box .supporter_list li {
  max-width: 150px;
  margin: 0 24px 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .supporter .supporter_box .supporter_list li {
    width: 88px;
    margin: 0 12px 24px;
  }
}
.supporter .supporter_box .supporter_list li a {
  display: block;
}
.supporter .supporter_box .supporter_list li .img {
  font-size: 0;
  margin-bottom: 8px;
}
.supporter .supporter_box .supporter_list li .txt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .supporter .supporter_box .supporter_list li .txt {
    font-size: 13px;
  }
}
.supporter .supporter_box .supporter_list_noimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 72px;
}
.supporter .supporter_box .supporter_list_noimg li {
  font-size: 14px;
  margin: 0 8px 16px;
  text-align: center;
}
.supporter .supporter_box .supporter_list_noimg li::after {
  content: "/";
}
.supporter .supporter_box .supporter_list_noimg li:last-of-type {
  margin-right: 0;
}
.supporter .supporter_box .supporter_list_noimg li:last-of-type::after {
  display: none;
}
.supporter .supporter_box .supporter_list_noimg li a {
  color: #777777;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.supporter .supporter_txt {
  text-align: center;
  color: #777777;
  font-size: 14px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .supporter .supporter_txt {
    text-align: left;
  }
}

/*/ projects ////////////////////////////////////////////*/
.page_projects {
  overflow-x: hidden;
}
.page_projects .project_mv {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_projects .project_mv {
    display: none;
  }
}
.page_projects .project_mv_sp {
  display: none;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_projects .project_mv_sp {
    display: block;
  }
}
.page_projects .purpose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 150px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .page_projects .purpose {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_projects .purpose {
    display: block;
    margin-bottom: 100px;
  }
}
.page_projects .purpose .sec_ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: area-normal, sans-serif;
  font-weight: bold;
  width: 300px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_projects .purpose .sec_ttl {
    width: auto;
    text-align: left;
  }
}
.page_projects .purpose .cnt p {
  font-size: 24px;
  margin-bottom: 48px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page_projects .purpose .cnt p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.page_projects .purpose .cnt p:last-of-type {
  margin-bottom: 0;
}
.page_projects .purpose .cnt .img {
  text-align: center;
}
.page_projects .purpose .cnt .img img {
  width: 75%;
}
.page_projects .social_issues .social_issues_header .cnt {
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_projects .social_issues .social_issues_header .cnt .txt {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .page_projects .social_issues .social_issues_header .cnt .txt {
    font-size: 16px;
  }
}
.page_projects .social_issues .social_issues_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 64px;
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .page_projects .social_issues .social_issues_footer {
    display: block;
    border: none;
    padding-bottom: 0;
  }
}
.page_projects .social_issues .social_issues_footer .cnt {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .page_projects .social_issues .social_issues_footer .cnt {
    width: 100%;
    margin-bottom: 32px;
  }
}
.page_projects .social_issues .social_issues_footer .cnt .ttl {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_projects .social_issues .social_issues_footer .cnt .ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.page_projects .social_issues .social_issues_footer .cnt .txt {
  font-size: 18px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page_projects .social_issues .social_issues_footer .cnt .txt {
    font-size: 15px;
  }
}
.page_projects .projects {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_projects .projects {
    margin-bottom: 80px;
  }
}
.page_projects .projects .projects_header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .projects_header {
    padding: 0 20px;
    margin-bottom: 48px;
  }
}
.page_projects .projects .projects_header .copy {
  font-size: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .projects_header .copy {
    font-size: 22px;
    line-height: 1.4;
  }
}
.page_projects .projects .projects_header .copy span {
  font-size: 45px;
  font-family: area-normal, sans-serif;
  font-weight: bold;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .projects_header .copy span {
    font-size: 32px;
    margin: 0 8px 0 0;
  }
}
.page_projects .projects .project_box {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box {
    padding: 64px 0;
    margin-bottom: 0;
  }
}
.page_projects .projects .project_box.p1 {
  background: #edddca;
}
.page_projects .projects .project_box.p1 .btn a {
  background: #76580e;
}
.page_projects .projects .project_box.p2 {
  background: #d8dfd9;
}
.page_projects .projects .project_box.p2 .btn a {
  background: #374138;
}
.page_projects .projects .project_box.p3 {
  background: #e6dfe5;
}
.page_projects .projects .project_box.p3 .btn a {
  background: #5c3d58;
}
.page_projects .projects .project_box.p4 {
  background: #d7dee1;
}
.page_projects .projects .project_box.p4 .btn a {
  background: #3b4c53;
}
.page_projects .projects .project_box.p5 {
  background: #ded2c8;
}
.page_projects .projects .project_box.p5 .btn a {
  background: #5d4836;
}
.page_projects .projects .project_box .project_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .project_ttl {
    display: block;
    text-align: center;
    margin-bottom: 32px;
  }
}
.page_projects .projects .project_box .project_ttl .cat {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  min-width: 225px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  margin-right: 50px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .project_ttl .cat {
    font-size: 14px;
    width: 160px;
    min-width: 0;
    margin: 0 auto 32px;
    padding: 5px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_projects .projects .project_box .project_ttl .ttl {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .project_ttl .ttl img {
    width: auto;
    height: 20px;
  }
}
.page_projects .projects .project_box .lead {
  max-width: 500px;
  margin: 0 auto 48px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .lead {
    font-size: 14px;
    padding: 0 20px;
  }
}
.page_projects .projects .project_box .project_slide {
  overflow-x: hidden;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .project_slide {
    margin-bottom: 56px;
  }
}
.page_projects .projects .project_box .project_slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.page_projects .projects .project_box .initiative,
.page_projects .projects .project_box .issue {
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid #151515;
  padding: 42px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .initiative,
  .page_projects .projects .project_box .issue {
    margin: 0 20px;
    padding: 32px 0;
    position: relative;
  }
}
.page_projects .projects .project_box .initiative .ttl,
.page_projects .projects .project_box .issue .ttl {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .initiative .ttl,
  .page_projects .projects .project_box .issue .ttl {
    font-size: 15px;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 30px;
    left: 0;
  }
}
.page_projects .projects .project_box .initiative .cnt .copy,
.page_projects .projects .project_box .issue .cnt .copy {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .initiative .cnt .copy,
  .page_projects .projects .project_box .issue .cnt .copy {
    font-size: 16px;
    padding-left: 100px;
    min-height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_projects .projects .project_box .initiative .cnt ul li,
.page_projects .projects .project_box .issue .cnt ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}
.page_projects .projects .project_box .initiative .cnt ul li::before,
.page_projects .projects .project_box .issue .cnt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.page_projects .projects .project_box .initiative {
  margin-bottom: 100px;
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .initiative {
    margin-bottom: 64px;
  }
}
.page_projects .projects .project_box .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_projects .projects .project_box .btn a {
  background: #e07a3f;
  width: 250px;
  height: 64px;
  font-size: 18px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .page_projects .projects .project_box .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}
.page_projects .wrap_support_area {
  background: #f9f9f9;
  padding: 150px 40px;
}
@media screen and (max-width: 767px) {
  .page_projects .wrap_support_area {
    padding: 100px 20px;
  }
}
.page_projects .support_area {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_projects .support_area {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .page_projects .support_area {
    display: block;
  }
}
.page_projects .support_area .img {
  width: 250px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .page_projects .support_area .img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100px;
  }
}
.page_projects .support_area .cnt .ttl {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_projects .support_area .cnt .ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page_projects .support_area .cnt .ttl {
    padding-left: 116px;
    padding-top: 10vw;
    min-height: 28vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_projects .support_area .cnt .txt {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_projects .support_area .cnt .txt {
    font-size: 14px;
    padding-left: 106px;
  }
}
.page_projects .support_area .cnt .support_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.page_projects .support_area .cnt .support_btn.donate_btn a {
  background: #e07a3f;
  border: none;
}
.page_projects .support_area .cnt .support_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 40px;
  background: #f9f9f9;
  font-size: 18px;
  border: 1px solid #151515;
  border-radius: 8px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_projects .support_area .cnt .support_btn a {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 16px;
  }
}
.page_projects .support_area .cnt .support_btn a::before {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .page_projects .support_area .cnt .support_btn a::before {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
}
.page_projects .support_area .cnt .contact_link a {
  font-size: 18px;
  border-bottom: 1px solid #151515;
  padding-bottom: 8px;
}

/*/ project ////////////////////////////////////////////*/
.page_project {
  overflow-x: hidden;
  padding-bottom: 1px;
}
.page_project.project1 {
  background: #f3e4d3;
}
.page_project.project1 .henka .wrap ul li {
  background: #edddca;
}
.page_project.project2 {
  background: #d8dfd9;
}
.page_project.project2 .henka .wrap ul li {
  background: #d8dfd9;
}
.page_project.project3 {
  background: #ede8e9;
}
.page_project.project3 .henka .wrap ul li {
  background: #e6dfe5;
}
.page_project.project4 {
  background: #d7dee1;
}
.page_project.project4 .henka .wrap ul li {
  background: #d7dee1;
}
.page_project.project5 {
  background: #ded2c8;
}
.page_project.project5 .henka .wrap ul li {
  background: #ded2c8;
}
@media screen and (max-width: 767px) {
  .page_project.project5 .gaiyo .project_table li .ttl {
    width: 98px;
  }
}
.page_project .project_mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_project .project_mv {
    margin-bottom: 32px;
  }
}
.page_project .project_mv .cnt {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 100px;
  padding-top: 90px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .page_project .project_mv .cnt {
    padding-top: 48px;
    margin-bottom: -24px;
  }
}
.page_project .project_mv .cnt .cat {
  width: 225px;
  height: 60px;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_project .project_mv .cnt .cat {
    font-size: 14px;
    width: 160px;
    height: auto;
    margin: 0 0 24px;
    padding: 5px 16px;
  }
}
.page_project .project_mv .cnt .copy {
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_project .project_mv .cnt .copy {
    font-size: 16px;
  }
}
.page_project .project_mv .cnt .ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0;
  background: #FFF;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .page_project .project_mv .cnt .ttl {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_project .project_mv .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  height: 382px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .page_project .project_mv .img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.page_project .project_mv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_project .pan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.page_project .pan li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .page_project .pan li {
    font-size: 11px;
  }
}
.page_project .pan li::after {
  content: "｜";
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .page_project .pan li::after {
    margin: 0 8px;
  }
}
.page_project .pan li:last-of-type::after {
  display: none;
}
.page_project .pan li a {
  color: #777777;
}
.page_project .page_navi {
  background: #f9f9f9;
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .page_project .page_navi {
    margin-bottom: 64px;
  }
}

.page_project .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_project .btn.green a {
  background: #e07a3f;
  border: none;
}
.page_project .btn a {
  width: 250px;
  height: 64px;
  background: #ebebeb;
  border: 1px solid #151515;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}
.page_project .project_header {
  padding: 0 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.page_project .project_header .project_header_ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.page_project .project_header .project_header_copy {
  font-size: 24px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_copy {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.page_project .project_header .project_header_lead {
  max-width: 900px;
  margin: 0 auto 96px;
  text-align: justify;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_lead {
    width: 100%;
    font-size: 14px;
    margin-bottom: 48px;
  }
}
.page_project .project_header .project_header_lead p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_lead p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.page_project .project_header .project_header_lead p:last-child {
  margin-bottom: 0;
}
.page_project .project_header .project_header_mv {
  text-align: center;
  font-size: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_mv {
    margin: 0 -20px 48px;
  }
}
.page_project .project_header .project_header_cnt .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_cnt .wrap {
    display: block;
    margin-bottom: 48px;
  }
}
.page_project .project_header .project_header_cnt .wrap:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page_project .project_header .project_header_cnt .wrap:nth-of-type(even) .img {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_cnt .wrap:nth-of-type(even) .img {
    margin: 0 0 16px;
  }
}
.page_project .project_header .project_header_cnt .wrap .img {
  width: 450px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_cnt .wrap .img {
    text-align: center;
    width: 100%;
    margin: 0 0 16px;
  }
}
.page_project .project_header .project_header_cnt .wrap .txt {
  width: 500px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_cnt .wrap .txt {
    width: 100%;
    font-size: 14px;
  }
}
.page_project .project_header .project_header_cnt .text {
  max-width: 900px;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_cnt .text {
    margin-top: 48px;
  }
}
.page_project .project_header .project_header_cnt .text p {
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_project .project_header .project_header_cnt .text p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.page_project .project_header .project_header_cnt .text p:last-child {
  margin-bottom: 0;
}
.page_project .gaiyo {
  margin-bottom: 150px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .page_project .gaiyo {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.page_project .project_table {
  background: #FFF;
  max-width: 900px;
  margin: 0 auto 120px;
  border-top: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .page_project .project_table {
    margin-bottom: 64px;
  }
}
.page_project .project_table > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 48px;
  border-bottom: 1px solid #151515;
}
@media screen and (max-width: 767px) {
  .page_project .project_table > li {
    padding: 24px 16px;
  }
}
.page_project .project_table > li .ttl {
  font-size: 18px;
  width: 140px;
  margin-right: 20px;
  line-height: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_project .project_table > li .ttl {
    font-size: 14px;
    width: 72px;
    margin-right: 16px;
  }
}
.page_project .project_table > li .txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page_project .project_table > li .txt {
    font-size: 14px;
  }
}
.page_project .project_table > li .txt a {
  text-decoration: underline;
}
.page_project .omoi {
  overflow-x: hidden;
  padding: 0 40px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .page_project .omoi {
    padding: 0 20px;
    margin-bottom: 64px;
  }
}
.page_project .omoi .artist_list {
  max-width: 900px;
  margin: 0 auto;
}
.page_project .omoi .artist_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .artist_list li {
    margin-bottom: 56px;
    display: block;
  }
}
.page_project .omoi .artist_list li .img {
  width: 250px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .artist_list li .img {
    width: 200px;
    margin: 0 auto 24px;
  }
}
.page_project .omoi .artist_list li .cnt {
  width: 500px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .artist_list li .cnt {
    width: 100%;
    padding: 0;
  }
}
.page_project .omoi .artist_list li .cnt .ttl {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .artist_list li .cnt .ttl {
    font-size: 18px;
    text-align: center;
  }
}
.page_project .omoi .artist_list li .cnt .txt {
  font-size: 18px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .artist_list li .cnt .txt {
    font-size: 14px;
  }
}
.page_project .omoi .tsunagu {
  max-width: 1280px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .tsunagu {
    display: block;
    padding: 0;
  }
}
.page_project .omoi .tsunagu .cnt {
  width: 575px;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .tsunagu .cnt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.page_project .omoi .tsunagu .cnt .copy {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .tsunagu .cnt .copy {
    font-size: 24px;
  }
}
.page_project .omoi .tsunagu .cnt .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .tsunagu .cnt .txt {
    font-size: 14px;
  }
}
.page_project .omoi .tsunagu .img {
  width: calc(50vw - 50px);
  margin-right: calc(50% - 50vw);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_project .omoi .tsunagu .img {
    width: 100%;
    margin: 0;
  }
}
.page_project .achievement {
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 120px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_project .achievement {
    padding: 64px 20px;
    margin-bottom: 0;
  }
}
.page_project .achievement .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_project .achievement .img .pc {
    display: none;
  }
}
.page_project .achievement .img .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_project .achievement .img .sp {
    display: inline-block;
  }
}
.page_project .user_voice {
  padding-top: 140px;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .page_project .user_voice {
    padding: 56vw 40px 0;
    margin-bottom: 40vw;
  }
}
.page_project .user_voice .img1 {
  position: absolute;
  top: 0;
  left: calc(50% - 700px);
  width: 450px;
}
@media screen and (max-width: 980px) {
  .page_project .user_voice .img1 {
    left: 7.8%;
    width: 48.1%;
  }
}
.page_project .user_voice .img2 {
  position: absolute;
  width: 200px;
  top: 50px;
  right: calc(50% - 650px);
}
@media screen and (max-width: 980px) {
  .page_project .user_voice .img2 {
    width: 24%;
    top: 41.8vw;
    left: -5.3%;
  }
}
.page_project .user_voice .img3 {
  position: absolute;
  width: 200px;
  bottom: 315px;
  left: calc(50% - 620px);
}
@media screen and (max-width: 980px) {
  .page_project .user_voice .img3 {
    left: auto;
    bottom: -30vw;
    left: 4%;
    width: 26.7%;
  }
}
.page_project .user_voice .img4 {
  position: absolute;
  width: 300px;
  right: calc(50% - 650px);
  bottom: 100px;
}
@media screen and (max-width: 980px) {
  .page_project .user_voice .img4 {
    top: 30.8vw;
    right: 4%;
    width: 26.7%;
  }
}
.page_project .user_voice .img5 {
  position: absolute;
  width: 200px;
  bottom: -70px;
  left: calc(50% - 700px);
}
@media screen and (max-width: 980px) {
  .page_project .user_voice .img5 {
    left: auto;
    bottom: -20vw;
    right: 4%;
    width: 26.7%;
  }
}
.page_project .user_voice .wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f9f9f9;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice .wrap {
    padding: 48px 20px 32px;
  }
}
.page_project .user_voice .wrap .sec_ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice .wrap .sec_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.page_project .user_voice .wrap .sec_ttl span {
  font-size: 14px;
  margin-top: 8px;
}
.page_project .user_voice .wrap .voice_list li {
  text-align: center;
  margin-bottom: 40px;
}
.page_project .user_voice .wrap .voice_list li .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice .wrap .voice_list li .txt {
    font-size: 14px;
  }
}
.page_project .user_voice .wrap .voice_list li .name {
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice .wrap .voice_list li .name {
    font-size: 13px;
  }
}
.page_project .henka {
  background: #f9f9f9;
  max-width: 1100px;
  padding-top: 100px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .page_project .henka {
    margin: 0 20px 80px;
    padding-top: 48px;
  }
}
.page_project .henka .sec_ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_project .henka .sec_ttl {
    font-size: 20px;
  }
}
.page_project .henka .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 50px 50px;
}
@media screen and (max-width: 767px) {
  .page_project .henka .wrap {
    display: block;
    padding: 0 20px;
  }
}
.page_project .henka .wrap ul li {
  margin-bottom: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background: #edddca;
  padding: 16px 32px;
  border-radius: 12px;
  border: 1px solid #151515;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_project .henka .wrap ul li {
    width: 100%;
    font-size: 14px;
    padding: 10px 24px;
  }
}
.page_project .social_issues {
  padding: 0 40px;
  background: none;
}
@media screen and (max-width: 767px) {
  .page_project .social_issues {
    padding: 0 20px;
  }
}
.page_project .news_sec {
  background: #FFF;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .page_project .news_sec {
    padding: 64px 0;
  }
}
.page_project .report_sec {
  background: none;
  padding: 0;
  margin-bottom: 150px;
}
.page_project .support_area {
  max-width: 980px;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_project .support_area {
    padding: 0 20px;
    position: relative;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .page_project .support_area {
    display: block;
  }
}
.page_project .support_area .img {
  width: 250px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .page_project .support_area .img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: 100px;
  }
}
.page_project .support_area .cnt .ttl {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_project .support_area .cnt .ttl {
    font-size: 14px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page_project .support_area .cnt .ttl {
    padding-left: 116px;
    padding-top: 10vw;
    min-height: 28vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_project .support_area .cnt .txt {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_project .support_area .cnt .txt {
    font-size: 14px;
    padding-left: 106px;
  }
}
.page_project .support_area .cnt .support_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.page_project .support_area .cnt .support_btn.donate_btn a {
  background: #e07a3f;
  border: none;
}
.page_project .support_area .cnt .support_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 40px;
  background: #f9f9f9;
  font-size: 18px;
  border: 1px solid #151515;
  border-radius: 8px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_project .support_area .cnt .support_btn a {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 16px;
  }
}
.page_project .support_area .cnt .support_btn a::before {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .page_project .support_area .cnt .support_btn a::before {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
}
.page_project .support_area .cnt .contact_link a {
  font-size: 18px;
  border-bottom: 1px solid #151515;
  padding-bottom: 8px;
}
.page_project .school_content {
  max-width: 600px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .page_project .school_content {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.page_project .school_content .ttl {
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_project .school_content .ttl {
    font-size: 18px;
  }
}
.page_project .school_content .txt {
  max-width: 500px;
  margin: 0 auto 56px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .school_content .txt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.page_project .school_content .img {
  font-size: 0;
  margin-bottom: 64px;
}
.page_project .school_content .img:last-child {
  margin-bottom: 0;
}
.page_project .school_content .theme {
  max-width: 600px;
  margin: 0 auto 64px;
  text-align: center;
  padding: 56px 24px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .page_project .school_content .theme {
    padding: 40px 16px 20px;
  }
}
.page_project .school_content .flow {
  max-width: 600px;
  margin: 0 auto 64px;
  text-align: center;
  padding: 75px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #efefef;
}
.page_project .teachers {
  max-width: 980px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .page_project .teachers {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.page_project .teachers .teacher_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_project .teachers .teacher_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
.page_project .teachers .teacher_list li {
  width: calc(33.33% - 50px);
  margin-right: 75px;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_project .teachers .teacher_list li {
    width: 100%;
    max-width: 280px;
    margin: 0 0 40px;
  }
}
.page_project .teachers .teacher_list li:nth-of-type(3n) {
  margin-right: 0;
}
.page_project .teachers .teacher_list li .img {
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_project .teachers .teacher_list li .img img {
    width: 200px;
  }
}
.page_project .teachers .teacher_list li .genre {
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page_project .teachers .teacher_list li .genre {
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.page_project .teachers .teacher_list li .katagaki {
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page_project .teachers .teacher_list li .katagaki {
    line-height: 1.6;
    font-size: 13px;
  }
}
.page_project .teachers .teacher_list li .name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .teachers .teacher_list li .name {
    font-size: 18px;
  }
}
.page_project .teachers .folke {
  max-width: 500px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .page_project .teachers .folke {
    padding: 0 20px;
    margin-bottom: 64px;
  }
}
.page_project .teachers .folke .ttl {
  font-size: 18px;
  margin-bottom: 24px;
}
.page_project .teachers .folke .txt {
  font-size: 14px;
}
.page_project .user_voice2 {
  margin: 0 auto 150px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice2 {
    margin-bottom: 80px;
  }
}
.page_project .user_voice2 .sec_ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice2 .sec_ttl {
    font-size: 20px;
  }
}
.page_project .user_voice2 .sec_ttl span {
  font-size: 14px;
}
.page_project .user_voice2 .user_voice2_list {
  max-width: 700px;
  margin: 0 auto;
}
.page_project .user_voice2 .user_voice2_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice2 .user_voice2_list li {
    padding: 0;
    margin-bottom: 40px;
  }
}
.page_project .user_voice2 .user_voice2_list li:last-of-type {
  margin-bottom: 0;
}
.page_project .user_voice2 .user_voice2_list li:nth-of-type(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice2 .user_voice2_list li:nth-of-type(even) {
    padding: 0;
  }
}
.page_project .user_voice2 .user_voice2_list li:nth-of-type(even) .img {
  margin-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice2 .user_voice2_list li:nth-of-type(even) .img {
    margin-left: 24px;
  }
}
.page_project .user_voice2 .user_voice2_list li .img {
  margin-right: 50px;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice2 .user_voice2_list li .img {
    margin-right: 24px;
  }
}
.page_project .user_voice2 .user_voice2_list li .cnt .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice2 .user_voice2_list li .cnt .txt {
    font-size: 14px;
  }
}
.page_project .user_voice2 .user_voice2_list li .cnt .name {
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .page_project .user_voice2 .user_voice2_list li .cnt .name {
    font-size: 13px;
  }
}
.page_project .feature {
  padding: 0 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_project .feature {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page_project .feature .sec_ttl {
    margin-bottom: 32px;
  }
}
.page_project .feature .lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .page_project .feature .lead {
    margin-bottom: 48px;
    font-size: 16px;
    text-align: left;
  }
}
.page_project .feature .feature_list {
  max-width: 950px;
  margin: 0 auto;
}
.page_project .feature .feature_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .page_project .feature .feature_list li {
    display: block;
    margin-bottom: 56px;
  }
}
.page_project .feature .feature_list li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page_project .feature .feature_list li .img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .page_project .feature .feature_list li .img {
    width: 100%;
    text-align: center;
  }
}
.page_project .feature .feature_list li .cnt {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .page_project .feature .feature_list li .cnt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.page_project .feature .feature_list li .cnt .ttl {
  height: 60px;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(20px, 2.4vw, 24px);
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_project .feature .feature_list li .cnt .ttl {
    font-size: clamp(16px, 4vw, 20px);
    height: 48px;
  }
}
.page_project .feature .feature_list li .cnt .txt {
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_project .feature .feature_list li .cnt .txt {
    font-size: 16px;
  }
}
.page_project .feature .feature_list li .cnt dl dt {
  font-size: 14px;
}
.page_project .feature .feature_list li .cnt dl dd {
  position: relative;
  padding-left: 1.5em;
}
.page_project .feature .feature_list li .cnt dl dd::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.page_project .work_experience {
  padding: 0 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_project .work_experience {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.page_project .work_experience .lead {
  max-width: 550px;
  margin: 0 auto 64px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_project .work_experience .lead {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.page_project .work_experience .txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_project .work_experience .txt {
    font-size: 16px;
  }
}
.page_project .work_experience .works_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_project .work_experience .works_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 48px;
  }
}
.page_project .work_experience .works_list li {
  width: calc(33.33% - 50px);
  margin-right: 75px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .page_project .work_experience .works_list li {
    width: 48%;
    margin: 0 0 16px;
  }
}
.page_project .work_experience .works_list li:nth-of-type(3n) {
  margin-right: 0;
}
.page_project .role {
  padding: 100px 20px;
  max-width: 1140px;
  margin: 0 auto 150px;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_project .role {
    padding: 64px 20px;
    margin-bottom: 80px;
  }
}
.page_project .role .sec_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_project .role .sec_ttl {
    margin-bottom: 32px;
  }
}
.page_project .role .lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_project .role .lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 32px;
  }
}
.page_project .role .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page_project .role .wrap {
    display: block;
  }
}
.page_project .role .wrap .img {
  margin-right: 50px;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_project .role .wrap .img {
    margin: 40px 0 0;
  }
}
.page_project .role .wrap .img img {
  display: inline-block;
  mix-blend-mode: multiply;
}
.page_project .role .wrap ul li {
  margin-bottom: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background: #ded2c8;
  padding: 16px 50px;
  border-radius: 12px;
  border: 1px solid #151515;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_project .role .wrap ul li {
    padding: 16px 24px;
    font-size: 16px;
  }
}
.page_project .partner {
  max-width: 1180px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .page_project .partner {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.page_project .partner .img {
  text-align: center;
}

/*/ support ////////////////////////////////////////////*/
.page_support {
  overflow-x: hidden;
}
.page_support .support_mv {
  background: url("../img/support/support_mv_img1.jpg") no-repeat left center, url("../img/support/support_mv_img2.jpg") no-repeat right center;
  background-size: 33%;
  min-height: 700px;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .page_support .support_mv {
    background: #ebebeb;
    width: 100%;
    padding: 48px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
  }
}
.page_support .support_mv .page_ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_support .support_mv .page_ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.page_support .support_mv .sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_support .support_mv .sp_img {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
}
.page_support .support_mv .sp_img img {
  max-width: 240px;
}
.page_support .support_mv .mv_btns {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_support .support_mv .mv_btns {
    margin-bottom: 48px;
  }
}
.page_support .support_mv .mv_btns li {
  margin-bottom: 25px;
}
.page_support .support_mv .mv_btns li:last-child {
  margin-bottom: 0;
}
.page_support .support_mv .mv_btns li a {
  width: 400px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #291b06;
  color: #FFF;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .page_support .support_mv .mv_btns li a {
    height: 64px;
    width: 360px;
    max-width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page_support .support_mv .mv_btns li a {
    width: 280px;
  }
}
.page_support .support_mv .mv_btns li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page_support .support_mv .mv_btns li a b {
  font-size: 32px;
  font-weight: 500;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .page_support .support_mv .mv_btns li a b {
    font-size: 24px;
  }
}
.page_support .support_mv .mv_btns li a::after {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow_w.svg") no-repeat;
  background-size: 100%;
  width: 38px;
  height: 38px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page_support .support_mv .mv_btns li a::after {
    width: 30px;
    height: 30px;
  }
}
.page_support .support_mv .txt {
  font-size: 18px;
  max-width: 33%;
}
@media screen and (max-width: 767px) {
  .page_support .support_mv .txt {
    max-width: 100%;
    font-size: 14px;
    text-align: justify;
  }
}
.page_support .support_header {
  padding: 0 20px;
  margin-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .page_support .support_header {
    padding-top: 56vw;
    margin-bottom: 48vw;
  }
}
.page_support .support_header .img1 {
  position: absolute;
  top: -65px;
  left: calc(50% - 700px);
  width: 300px;
}
@media screen and (max-width: 980px) {
  .page_support .support_header .img1 {
    top: 14.27vw;
    left: 4%;
    width: 40%;
  }
}
.page_support .support_header .img2 {
  position: absolute;
  width: 322px;
  top: -20px;
  right: calc(50% - 670px);
}
@media screen and (max-width: 980px) {
  .page_support .support_header .img2 {
    top: 0;
    right: 4%;
    width: 36%;
  }
}
.page_support .support_header .img3 {
  position: absolute;
  width: 200px;
  top: 50%;
  left: calc(50% - 620px);
}
@media screen and (max-width: 980px) {
  .page_support .support_header .img3 {
    top: auto;
    left: auto;
    bottom: -39vw;
    left: 12%;
    width: 20.7%;
  }
}
.page_support .support_header .img4 {
  position: absolute;
  width: 300px;
  right: calc(50% - 700px);
  top: calc(50% + 150px);
}
@media screen and (max-width: 980px) {
  .page_support .support_header .img4 {
    left: auto;
    top: auto;
    bottom: -32vw;
    right: 4%;
    width: 40%;
  }
}
.page_support .support_header .cnt {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.page_support .support_header .cnt .lead {
  font-size: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_support .support_header .cnt .lead {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.page_support .support_header .cnt .txt p {
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_support .support_header .cnt .txt p {
    font-size: 14px;
  }
}
.page_support .support_header .cnt .txt .copy {
  font-size: 24px;
  line-height: 2;
  color: #777777;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_support .support_header .cnt .txt .copy {
    font-size: 18px;
  }
}
.page_support .support_cnt {
  background: #e5e5e5;
  max-width: 1200px;
  margin: 0 auto 125px;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt {
    padding: 48px 20px 16px;
    margin: 0 20px 48px;
  }
}
.page_support .support_cnt .partner_cnt_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .page_support .support_cnt .partner_cnt_header {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_cnt_header {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}
.page_support .support_cnt .partner_cnt_header .img {
  font-size: 0;
}
.page_support .support_cnt .partner_cnt_header .cnt .ttl {
  font-size: 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_cnt_header .cnt .ttl {
    font-size: 16px;
  }
}
.page_support .support_cnt .partner_cnt_header .cnt .ttl span {
  font-size: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_cnt_header .cnt .ttl span {
    font-size: 24px;
  }
}
.page_support .support_cnt .partner_cnt_header .cnt .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_cnt_header .cnt .txt {
    font-size: 16px;
  }
}
.page_support .support_cnt .partner_table {
  background: #FFF;
  border-top: 1px solid #151515;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_table {
    margin-bottom: 64px;
  }
}
.page_support .support_cnt .partner_table > li {
  padding: 48px;
  border-bottom: 1px solid #151515;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_table > li {
    display: block;
    padding: 32px 20px;
  }
}
.page_support .support_cnt .partner_table > li > .ttl {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_table > li > .ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.page_support .support_cnt .partner_table > li > .ttl span {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_table > li > .ttl span {
    margin-right: 16px;
  }
}
.page_support .support_cnt .partner_table > li .cnt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_table > li .cnt {
    width: 100%;
  }
}
.page_support .support_cnt .partner_table > li .cnt p {
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_table > li .cnt p {
    font-size: 14px;
  }
}
.page_support .support_cnt .partner_table > li .cnt p:last-child {
  margin-bottom: 0;
}
.page_support .support_cnt .partner_table > li .cnt .memo {
  font-size: 14px;
  margin-bottom: 24px;
}
.page_support .support_cnt .partner_table > li .cnt .memo a {
  text-decoration: underline;
}
.page_support .support_cnt .partner_table > li .cnt .partner_table_list {
  margin-bottom: 48px;
}
.page_support .support_cnt .partner_table > li .cnt .partner_table_list li {
  border-left: 3px solid #151515;
  margin-bottom: 32px;
  padding-left: 20px;
}
.page_support .support_cnt .partner_table > li .cnt .partner_table_list li .ttl {
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .partner_table > li .cnt .partner_table_list li .ttl {
    font-size: 16px;
  }
}
.page_support .support_cnt .partner_table > li .cnt .partner_table_list li p {
  font-size: 14px;
}
.page_support .support_cnt .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_support .support_cnt .btn.green {
  margin-top: 0;
}
.page_support .support_cnt .btn.green a {
  background: #e07a3f;
  color: #151515;
}
.page_support .support_cnt .btn a {
  background: #151515;
  color: #FFF;
  width: 280px;
  height: 64px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .btn a {
    width: 240px;
    height: 48px;
    font-size: 15px;
  }
}
.page_support .support_cnt .btn span {
  display: block;
  width: 280px;
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .btn span {
    font-size: 12px;
  }
}
.page_support .support_cnt .use {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.page_support .support_cnt .use .ttl {
  width: 175px;
  height: 175px;
  background: #f9f9f9;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .use .ttl {
    width: 90px;
    height: 90px;
    margin-right: 24px;
    font-size: 16px;
  }
}
.page_support .support_cnt .use .ttl span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .use .ttl span {
    font-size: 13px;
  }
}
.page_support .support_cnt .use .txt {
  width: 500px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_support .support_cnt .use .txt {
    font-size: 14px;
    width: calc(100% - 114px);
  }
}
.page_support .benefits {
  padding: 0 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_support .benefits {
    padding: 0 20px;
    margin-bottom: 32px;
  }
}
.page_support .benefits .benefits_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_support .benefits .benefits_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_support .benefits .benefits_list li {
  width: 300px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .page_support .benefits .benefits_list li {
    margin: 0 0 48px;
    width: 100%;
    max-width: 300px;
  }
}
.page_support .benefits .benefits_list li:nth-of-type(3n) {
  margin-right: 0;
}
.page_support .benefits .benefits_list li .img {
  text-align: center;
  font-size: 0;
  margin-bottom: 24px;
}
.page_support .benefits .benefits_list li .ttl {
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page_support .benefits .benefits_list li .ttl {
    font-size: 18px;
  }
}
.page_support .benefits .benefits_list li .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_support .benefits .benefits_list li .txt {
    font-size: 14px;
  }
}
.page_support .support_voice {
  max-width: 1000px;
  background: #ebebeb;
  margin: 0 auto 150px;
  padding: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_support .support_voice {
    padding: 48px 20px;
    margin-bottom: 80px;
  }
}
.page_support .support_voice .user_voice2_list {
  max-width: 700px;
  margin: 0 auto;
}
.page_support .support_voice .user_voice2_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_support .support_voice .user_voice2_list li {
    padding: 0;
    margin-bottom: 48px;
  }
}
.page_support .support_voice .user_voice2_list li:last-of-type {
  margin-bottom: 0;
}
.page_support .support_voice .user_voice2_list li:nth-of-type(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .page_support .support_voice .user_voice2_list li:nth-of-type(even) {
    padding: 0;
  }
}
.page_support .support_voice .user_voice2_list li:nth-of-type(even) .img {
  margin-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .page_support .support_voice .user_voice2_list li:nth-of-type(even) .img {
    margin-left: 24px;
  }
}
.page_support .support_voice .user_voice2_list li .img {
  margin-right: 50px;
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_support .support_voice .user_voice2_list li .img {
    margin-right: 24px;
  }
}
.page_support .support_voice .user_voice2_list li .cnt .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_support .support_voice .user_voice2_list li .cnt .txt {
    font-size: 16px;
  }
}
.page_support .support_voice .user_voice2_list li .cnt .name {
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .page_support .support_voice .user_voice2_list li .cnt .name {
    font-size: 13px;
  }
}
.page_support .support_footer {
  max-width: 1200px;
  min-height: 600px;
  margin: 0 auto 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/support/supporter_footer_bg.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page_support .support_footer {
    padding: 64px 20px;
    height: auto;
    min-height: 0;
    margin-bottom: 100px;
  }
}
.page_support .support_footer p {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_support .support_footer p {
    font-size: 18px;
    text-align: left;
  }
}

/*/ supported ////////////////////////////////////////////*/
.page_supported .supported_mv {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_mv {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .page_supported .supported_mv .pc {
    display: none;
  }
}
.page_supported .supported_mv .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_mv .sp {
    display: block;
  }
}
.page_supported .supported_header {
  background: url("../img/supported/supported_head_img1.jpg") no-repeat left center, url("../img/supported/supported_head_img2.jpg") no-repeat right center;
  background-size: 350px;
  max-width: 1200px;
  min-height: 350px;
  margin: 0 auto 64px;
  text-align: center;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .page_supported .supported_header {
    background-size: 25%;
    padding: 50px 25% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .page_supported .supported_header {
    padding: 48vw 20px 0;
    background-position: left 5% top, right 5% top;
    background-size: 45%;
    min-height: 0;
    margin-bottom: 48px;
  }
}
.page_supported .supported_header .txt {
  font-size: 32px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_header .txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page_supported .supported_header .free img {
    width: 240px;
  }
}
.page_supported .sp_page_navi {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_supported .sp_page_navi {
    display: block;
    margin-bottom: 64px;
  }
}
.page_supported .sp_page_navi li {
  text-align: center;
}
.page_supported .sp_page_navi li .img {
  margin-bottom: 8px;
}
.page_supported .sp_page_navi li .img img {
  width: auto;
  height: 38px;
}
.page_supported .supported_contents {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_contents {
    display: block;
    margin-bottom: 64px;
  }
}
.page_supported .supported_contents .supported_cnt {
  width: 400px;
  margin-right: 50px;
}
@media screen and (max-width: 1280px) {
  .page_supported .supported_contents .supported_cnt {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .page_supported .supported_contents .supported_cnt {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 64px;
  }
}
.page_supported .supported_contents .supported_cnt:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_contents .supported_cnt:last-of-type {
    margin-right: auto;
  }
}
.page_supported .supported_contents .supported_cnt .ttl {
  font-size: 0;
  margin-bottom: 64px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_contents .supported_cnt .ttl {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page_supported .supported_contents .supported_cnt .ttl img {
    width: 220px;
  }
}
.page_supported .supported_contents .supported_cnt .wrap.p1 {
  background: #edddca;
}
.page_supported .supported_contents .supported_cnt .wrap.p2 {
  background: #d8dfd9;
}
.page_supported .supported_contents .supported_cnt .wrap.p3 {
  background: #e6dfe5;
}
.page_supported .supported_contents .supported_cnt .wrap .img {
  font-size: 0;
}
.page_supported .supported_contents .supported_cnt .wrap .cnt {
  padding: 64px 50px;
}
@media screen and (max-width: 1280px) {
  .page_supported .supported_contents .supported_cnt .wrap .cnt {
    padding: 40px 20px;
  }
}
.page_supported .supported_contents .supported_cnt .wrap .cnt .cnt_ttl {
  font-size: 0;
  margin-bottom: 32px;
  text-align: center;
}
.page_supported .supported_contents .supported_cnt .wrap .cnt .copy {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
.page_supported .supported_contents .supported_cnt .wrap .cnt .txt {
  font-size: 14px;
  margin-bottom: 40px;
}
.page_supported .supported_contents .supported_cnt .wrap .cnt .ttl2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
.page_supported .supported_contents .supported_cnt .wrap .cnt .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_supported .supported_contents .supported_cnt .wrap .cnt .btn a {
  width: 250px;
  height: 64px;
  background: #f9f9f9;
  border: 1px solid #151515;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_contents .supported_cnt .wrap .cnt .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}
.page_supported .yakusoku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .page_supported .yakusoku {
    display: block;
    margin-bottom: 64px;
  }
}
.page_supported .yakusoku .img {
  margin-right: calc(50% - 50vw);
  font-size: 0;
  width: 50vw;
}
@media screen and (max-width: 767px) {
  .page_supported .yakusoku .img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.page_supported .yakusoku .cnt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page_supported .yakusoku .cnt {
    width: 100%;
  }
}
.page_supported .yakusoku .cnt .copy {
  font-size: 28px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_supported .yakusoku .cnt .copy {
    font-size: 20px;
  }
}
.page_supported .yakusoku .cnt .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_supported .yakusoku .cnt .txt {
    font-size: 14px;
  }
}
.page_supported .supported_news {
  padding: 100px 40px;
  background: #ebebeb;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_news {
    padding: 64px 20px;
    margin-bottom: 100px;
  }
}
.page_supported .supported_news .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.page_supported .supported_news .top_sec_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_news .top_sec_ttl {
    text-align: center;
    margin-bottom: 40px;
  }
}
.page_supported .supported_news .news_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_news .news_list {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page_supported .supported_news .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_supported .supported_footer {
  padding: 0 40px;
  margin-bottom: 150px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_footer {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.page_supported .supported_footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_footer .wrap {
    display: block;
  }
}
.page_supported .supported_footer .wrap .img {
  margin-right: calc(50% - 50vw);
  font-size: 0;
  width: 50vw;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_footer .wrap .img {
    width: 100%;
    margin: 0 0 40px;
  }
}
.page_supported .supported_footer .wrap .cnt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_footer .wrap .cnt {
    width: 100%;
  }
}
.page_supported .supported_footer .wrap .cnt .copy {
  font-size: 28px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_footer .wrap .cnt .copy {
    font-size: 20px;
  }
}
.page_supported .supported_footer .wrap .cnt ul li {
  position: relative;
  padding-left: 1em;
}
.page_supported .supported_footer .wrap .cnt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.page_supported .supported_footer .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_supported .supported_footer .btn a {
  width: 250px;
  height: 64px;
  background: #f9f9f9;
  border: 1px solid #151515;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_supported .supported_footer .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

/*/ artist ////////////////////////////////////////////*/
.archive_artist {
  padding-top: 64px;
}
.archive_artist .page_ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .archive_artist .page_ttl {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 48px;
  }
}
.archive_artist .mv_img3 {
  overflow-x: hidden;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .archive_artist .mv_img3 {
    margin-bottom: 48px;
  }
}
.archive_artist .mv_img3 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.archive_artist .page_lead {
  max-width: 650px;
  font-size: 18px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .archive_artist .page_lead {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.archive_artist .wrap_artist_list {
  padding: 100px 0 180px;
}
@media screen and (max-width: 767px) {
  .archive_artist .wrap_artist_list {
    padding: 64px 0 64px;
  }
}
.archive_artist .wrap_artist_list {
  background: #ebebeb;
}
.archive_artist .wrap_artist_list .artist_cat_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .archive_artist .wrap_artist_list .artist_cat_list {
    margin-bottom: 48px;
  }
}
.archive_artist .wrap_artist_list .artist_cat_list li {
  margin-right: 24px;
}
.archive_artist .wrap_artist_list .artist_cat_list li:last-of-type {
  margin-right: 0;
}
.archive_artist .wrap_artist_list .artist_cat_list li.current-cat a {
  border-bottom: 1px solid #151515;
  padding-bottom: 3px;
}
.archive_artist .wrap_artist_list .artsit_list {
  max-width: 1180px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .archive_artist .wrap_artist_list .artsit_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}
.archive_artist .wrap_artist_list .artsit_list li {
  width: 300px;
  margin-right: 100px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .archive_artist .wrap_artist_list .artsit_list li {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .archive_artist .wrap_artist_list .artsit_list li {
    max-width: 300px;
    width: 48%;
    margin: 0 0 48px;
  }
}
.archive_artist .wrap_artist_list .artsit_list li:nth-of-type(3n) {
  margin-right: 0;
}
.archive_artist .wrap_artist_list .artsit_list li .img {
  font-size: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .archive_artist .wrap_artist_list .artsit_list li .img {
    margin-bottom: 16px;
  }
}
.archive_artist .wrap_artist_list .artsit_list li .ttl {
  font-size: 18px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .archive_artist .wrap_artist_list .artsit_list li .ttl {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.archive_artist .wrap_artist_list .artsit_list li .cat {
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .archive_artist .wrap_artist_list .artsit_list li .cat {
    font-size: 13px;
  }
}

.single_artist {
  background: #ebebeb;
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .single_artist {
    padding: 64px 0 100px;
  }
}
.single_artist .artist_wrap {
  max-width: 1080px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single_artist .artist_wrap {
    padding: 0 20px;
    display: block;
  }
}
.single_artist .artist_wrap .img {
  width: 375px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .single_artist .artist_wrap .img {
    width: 100%;
    margin: 0 0 40px;
  }
}
.single_artist .artist_wrap .cnt {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .single_artist .artist_wrap .cnt {
    width: 100%;
  }
}
.single_artist .artist_wrap .cnt .cat {
  font-size: 18px;
  color: #777777;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .single_artist .artist_wrap .cnt .cat {
    font-size: 16px;
  }
}
.single_artist .artist_wrap .cnt .ttl {
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single_artist .artist_wrap .cnt .ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.single_artist .artist_wrap .cnt .txt {
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single_artist .artist_wrap .cnt .txt {
    font-size: 14px;
  }
}
.single_artist .artist_wrap .cnt .artist_link .link2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.single_artist .products {
  background: #f9f9f9;
  padding: 125px 40px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .single_artist .products {
    padding: 64px 20px;
    margin-bottom: 64px;
  }
}
.single_artist .products .produst_list {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .single_artist .products .produst_list {
    display: block;
  }
}
.single_artist .products .produst_list li {
  width: 350px;
  font-size: 0;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .single_artist .products .produst_list li {
    width: 100%;
    margin: 0 0 24px;
  }
}
.single_artist .products .produst_list li:last-of-type {
  margin-right: 0;
}

/*/ news ////////////////////////////////////////////*/
.news_pickup {
  padding: 100px 40px 100px;
  background: #ebebeb;
}
@media screen and (max-width: 767px) {
  .news_pickup {
    padding: 64px 20px;
  }
}
.news_pickup .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.news_pickup .wrap .top_sec_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .news_pickup .wrap .top_sec_ttl {
    text-align: center;
    margin-bottom: 48px;
  }
}

.wrap_news_list {
  padding-top: 100px;
  max-width: 1280px;
  padding: 100px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_news_list {
    padding: 64px 20px 0;
  }
}
.wrap_news_list .sec_ttl {
  position: absolute;
  font-family: area-normal, sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .wrap_news_list .sec_ttl {
    position: relative;
    text-align: left;
    margin-bottom: 32px;
  }
}
.wrap_news_list .news_cat_area {
  max-width: 800px;
  margin: 0 auto 80px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .wrap_news_list .news_cat_area {
    margin-bottom: 64px;
  }
}
.wrap_news_list .news_cat_area .news_cat,
.wrap_news_list .news_cat_area .news_year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_news_list .news_cat_area .news_cat label,
.wrap_news_list .news_cat_area .news_year label {
  display: block;
  color: #777777;
  margin: 0 12px 24px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .wrap_news_list .news_cat_area .news_cat label,
  .wrap_news_list .news_cat_area .news_year label {
    margin: 0 8px 16px;
  }
}
.wrap_news_list .news_cat_area .news_cat label::after,
.wrap_news_list .news_cat_area .news_year label::after {
  content: "";
  display: block;
  background: #777777;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrap_news_list .news_cat_area .news_cat label:has(input:checked)::after,
.wrap_news_list .news_cat_area .news_year label:has(input:checked)::after {
  width: 100%;
}
.wrap_news_list .news_cat_area .news_cat label:hover::after,
.wrap_news_list .news_cat_area .news_year label:hover::after {
  width: 100%;
}
.wrap_news_list .news_cat_area .news_cat label input,
.wrap_news_list .news_cat_area .news_year label input {
  display: none;
}
.wrap_news_list .news_cat_area .news_cat label span,
.wrap_news_list .news_cat_area .news_year label span {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wrap_news_list .news_cat {
    margin-bottom: 24px;
  }
}
.wrap_news_list .news_list li:nth-of-type(3n) {
  margin-right: 0;
}

.feas-submit-button {
  display: none;
}

.news_single {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .news_single {
    margin-bottom: 100px;
  }
}
.news_single .wrap_news_entry {
  padding: 120px 40px 80px;
  background: #ebebeb;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .news_single .wrap_news_entry {
    padding: 64px 20px;
    margin-bottom: 80px;
  }
}
.news_single .news_entry {
  max-width: 900px;
  margin: 0 auto;
}
.news_single .news_entry .entry_header {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_header {
    margin-bottom: 48px;
  }
}
.news_single .news_entry .entry_header .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.news_single .news_entry .entry_header .data .date {
  font-size: 14px;
  margin-right: 16px;
}
.news_single .news_entry .entry_header .data .cat {
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1.4;
  min-width: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #151515;
  color: #FFF;
}
.news_single .news_entry .entry_header .data .cat.owatashikai {
  background: #edddca;
  color: #151515;
}
.news_single .news_entry .entry_header .data .cat.school {
  background: #d8dfd9;
  color: #151515;
}
.news_single .news_entry .entry_header .data .cat.salon {
  background: #e6dfe5;
  color: #151515;
}
.news_single .news_entry .entry_header .data .cat.oshigoto {
  background: #d7dee1;
  color: #151515;
}
.news_single .news_entry .entry_header .data .cat.research {
  background: #ded2c8;
  color: #151515;
}
.news_single .news_entry .entry_header .entry_ttl {
  max-width: 600px;
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_header .entry_ttl {
    font-size: 24px;
    line-height: 1.6;
    text-align: left;
  }
}
.news_single .news_entry .entry_header .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news_single .news_entry .entry_body .entry_contents {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body .entry_contents {
    margin-bottom: 64px;
  }
}
.news_single .news_entry .entry_body .entry_contents.frame {
  background: #f9f9f9;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body .entry_contents.frame {
    padding: 30px 20px;
  }
}
.news_single .news_entry .entry_body .entry_contents.frame *:last-child {
  margin-bottom: 0;
}
.news_single .news_entry .entry_body h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body h2 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.news_single .news_entry .entry_body h3 {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body h3 {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.news_single .news_entry .entry_body h4 {
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body h4 {
    font-size: 13px;
    margin-bottom: 32px;
  }
}
.news_single .news_entry .entry_body p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body p {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.news_single .news_entry .entry_body .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_single .news_entry .entry_body .btn a {
  background: #e07a3f;
  min-width: 250px;
  padding: 4px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 64px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}
.news_single .pagenationSingle {
  max-width: 1200px;
  margin: 0 auto;
}
.news_single .pagenationSingle .back a {
  background: #ebebeb;
}

/*/ contact ////////////////////////////////////////////*/
.page_contact.thanks .contact_form_sec {
  margin-bottom: 0;
}
.page_contact.thanks .contact_form_sec .contact_lead {
  display: block;
}
.page_contact.thanks .contact_form_sec .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_contact.thanks .contact_form_sec .btn a {
  width: 250px;
  height: 64px;
  background: #f9f9f9;
  border: 1px solid #151515;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_contact.thanks .contact_form_sec .btn a {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}
.page_contact:has(#wpcf7cpcnf) .contact_form_sec {
  margin-bottom: 0;
}
.page_contact:has(#wpcf7cpcnf) .contact_lead {
  display: block;
}
.page_contact:has(#wpcf7cpcnf) .faq {
  display: none;
}
.page_contact .contact_form_sec {
  background: #ebebeb;
  padding: 120px 40px 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec {
    padding: 64px 20px;
    margin-bottom: 64px;
  }
}
.page_contact .contact_form_sec .page_ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .page_ttl {
    font-size: 20px;
    margin-bottom: 48px;
  }
}
.page_contact .contact_form_sec .contact_lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 72px;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contact_lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 48px;
  }
}
.page_contact .contact_form_sec .contactform {
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 100px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform {
    padding: 30px 20px;
    margin-bottom: 48px;
  }
}
.page_contact .contact_form_sec .contactform .wrap_form_cnt {
  max-width: 800px;
  margin: 0 auto;
}
.page_contact .contact_form_sec .contactform .form_cnt {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .form_cnt {
    margin-bottom: 48px;
  }
}
.page_contact .contact_form_sec .contactform .form_cnt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .form_cnt li {
    display: block;
    margin-bottom: 24px;
  }
}
.page_contact .contact_form_sec .contactform .form_cnt li:nth-last-of-type(2) {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .form_cnt li:nth-last-of-type(2) {
    margin-bottom: 24px;
  }
}
.page_contact .contact_form_sec .contactform .form_cnt li:last-of-type {
  margin-bottom: 0;
}
.page_contact .contact_form_sec .contactform .form_cnt li .ttl {
  font-size: 18px;
  width: 150px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .form_cnt li .ttl {
    width: 100%;
    margin: 0 0 10px;
    font-size: 16px;
  }
}
.page_contact .contact_form_sec .contactform .form_cnt li .cnt {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .form_cnt li .cnt {
    width: 100%;
  }
}
.page_contact .contact_form_sec .contactform .form_cnt li .cnt select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 1px solid #151515;
  background: none;
  font-size: 18px;
  padding-bottom: 8px;
  width: 100%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .form_cnt li .cnt select {
    font-size: 16px;
  }
}
.page_contact .contact_form_sec .contactform .form_cnt li .cnt input {
  border: none;
  border-bottom: 1px solid #151515;
  background: none;
  font-size: 18px;
  padding-bottom: 8px;
  width: 100%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .form_cnt li .cnt input {
    font-size: 16px;
  }
}
.page_contact .contact_form_sec .contactform .form_cnt li .cnt textarea {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  border: 1px solid #151515;
  background: #ebebeb;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .form_cnt li .cnt textarea {
    font-size: 16px;
    height: 280px;
  }
}
.page_contact .contact_form_sec .contactform .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_contact .contact_form_sec .contactform .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f9f9f9;
  border: 1px solid #151515;
  border-radius: 8px;
  width: 250px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform .submit input {
    width: 200px;
    height: 48px;
    font-size: 16px;
  }
}
.page_contact .contact_form_sec .contactform #wpcf7cpcnf {
  max-width: 800px;
  margin: 0 auto 64px;
}
.page_contact .contact_form_sec .contactform #wpcf7cpcnf table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform #wpcf7cpcnf table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform #wpcf7cpcnf table tr {
    display: block;
  }
}
.page_contact .contact_form_sec .contactform #wpcf7cpcnf table tr:last-of-type td p {
  max-height: 360px;
  overflow: auto;
}
.page_contact .contact_form_sec .contactform #wpcf7cpcnf table th {
  font-size: 18px;
  width: 240px;
  padding-top: 24px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform #wpcf7cpcnf table th {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 8px;
  }
}
.page_contact .contact_form_sec .contactform #wpcf7cpcnf table td {
  padding-bottom: 8px;
  padding-top: 24px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform #wpcf7cpcnf table td {
    display: block;
    font-size: 16px;
    margin-bottom: 24px;
    padding-top: 0;
  }
}
.page_contact .contact_form_sec .contactform #wpcf7cpcnf .wpcf7cp-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
  margin: 96px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform #wpcf7cpcnf .wpcf7cp-btns {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_contact .contact_form_sec .contactform #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/arrow_left.svg") no-repeat left center;
  background-size: 13px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: 1px solid #151515;
  padding-bottom: 3px;
  padding-left: 24px;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
    font-size: 14px;
    background-size: 8px;
    padding-left: 16px;
    position: static;
    margin: 0 24px 0 0;
  }
}
.page_contact .contact_form_sec .contactform #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f9f9f9;
  border: 1px solid #151515;
  border-radius: 8px;
  width: 250px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_sec .contactform #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
    width: 160px;
    height: 48px;
    font-size: 16px;
  }
}

/*/ privacy policy ////////////////////////////////////////////*/
.page_pp .pp_sec {
  background: #ebebeb;
  padding: 120px 40px 150px;
}
@media screen and (max-width: 767px) {
  .page_pp .pp_sec {
    padding: 64px 20px 80px;
  }
}
.page_pp .pp_sec .wrap {
  max-width: 900px;
  margin: 0 auto;
}
.page_pp .pp_sec .page_ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_pp .pp_sec .page_ttl {
    font-size: 20px;
    margin-bottom: 48px;
  }
}
.page_pp .pp_sec .pp_lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_pp .pp_sec .pp_lead {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.page_pp .pp_sec .pp_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_pp .pp_sec .pp_box {
    margin-bottom: 32px;
  }
}
.page_pp .pp_sec .pp_box .ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_pp .pp_sec .pp_box .ttl {
    font-size: 16px;
  }
}
.page_pp .pp_sec .pp_box .cnt p {
  margin-bottom: 16px;
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .page_pp .pp_sec .pp_box .cnt p {
    font-size: 14px;
  }
}
.page_pp .pp_sec .pp_box .cnt p:last-child {
  margin-bottom: 0;
}
.page_pp .pp_sec .pp_box .cnt ul {
  margin-bottom: 16px;
}
.page_pp .pp_sec .pp_box .cnt ul li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  color: #777777;
}
.page_pp .pp_sec .pp_box .cnt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */