@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  vertical-align: baseline;
  line-height: 1;
  color: #000;
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  font-size: 62.5%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
  -webkit-appearance: none;
}
.en_font {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
@media (max-width: 767px) {
  .flex_box {
    flex-wrap: wrap;
  }
}

.u-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
@media (max-width: 767px) {
  .u-flex {
    flex-wrap: wrap;
  }
}

.u-flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
}
@media (max-width: 767px) {
  .u-flex-start {
    flex-wrap: wrap;
  }
}

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

@media (max-width: 767px) {
  .u-dn-sp {
    display: none;
  }
}

.u-dn-pc {
  display: none;
}
.u-dn-tab {
  display: none;
}
@media (max-width: 1199px) {
  .u-dn-tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .u-dn-pc {
    display: block;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.br500 {
  display: none;
}
@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}

.br992 {
  display: none;
}
@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.mv_base {
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 1.2s;
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 30px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.container {
  max-width: 1250px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.width940 {
  max-width: 940px;
  margin: 0 auto;
}

article.bg-w {
  opacity: 0;
  transition: 1s;
}

article {
  opacity: 1;
  transition: 1s;
  overflow: hidden;
}
.l-content__inner {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-content__inner-LG {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}
.sub-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  border-top: none;
  align-items: flex-start;
}

.sub-form > dt {
  box-sizing: border-box;
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  margin: 0 0 30px 0;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .sub-form > dt {
    width: 100%;
    padding-top: 0px;
    margin: 0 0 10px 0;
    justify-content: flex-start;
    border-bottom: 0px solid #dddddd;
  }
}

.sub-form > dt.flex-start {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sub-form > dt.flex-start br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sub-form > dt.flex-start {
    align-items: center;
  }
}

.sub-form > dt.date .rec {
  color: #ef1d1d;
  font-size: 13px;
  display: block;
  padding-top: 15px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .sub-form > dt.date .rec {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field {
    width: 100%;
  }
}
.sub-form > dd.irai .mwform-checkbox-field-text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field-text {
    font-size: 13px;
  }
}

.sub-form > dt h2 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 23px;
  white-space: nowrap;
  font-weight: bold;
}

.sub-form > dt h3 {
  background: #da6666;
  color: #fff;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px 3px;
  border-radius: 0px;
}

.sub-form > dt .act {
  width: 100%;
  font-size: 14px;
  display: block;
  margin-top: 7px;
}

.sub-form > dd {
  margin: 0 0 30px 0;
  width: 75%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.sub-form > dd > div {
    width: 100%;
}
.sub-form > dd ul li {
  width: 55%;
}
.sub-form > dd input {
  width: 100%;
  outline: none;
  padding: 18px 25px;
  font-size: 16px;
  line-height: 32px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  border: 0px solid #d0d0d0;
  background-color: #fff;
  box-sizing: border-box;

}
.sub-form > dd input::placeholder {
  color: #9d9d9d;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media (max-width: 767px) {
  .sub-form > dd {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .sub-form > dd input {
    padding: 15px;
    line-height: 28px;
    font-size: 16px;
  }
  .sub-form > dd ul li {
    width: 70%;
  }
}

.sub-form > dd ul.zip li {
  flex-wrap: nowrap;
  width: 55%;
}
@media (max-width: 767px) {
  .sub-form > dd ul.zip li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sub-form > dd ul.zip li .text {
    width: 10% !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sub-form > dd ul.zip li > div {
    width: 90%;
  }
}

.sub-form select {
  width: 100%;
  outline: none;
  padding: 18px 25px;
  font-size: 16px;
  line-height: 32px;
  border: none;
  border-radius: 5px;
  color: #000;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .sub-form select {
    padding: 15px;
    font-size: 16px;
    line-height: 28px;
  }
}

.sub-form > dd textarea {
  width: 100%;
  height: 230px;
  border: none;
  outline: none;
  padding: 25px;
  font-size: 16px;
  border: 0px solid #d0d0d0;
  box-sizing: border-box;
  background-color: #fff;
}
.sub-form > dd textarea::placeholder {
  color: #9d9d9d;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.submit_area {
  text-align: center;
  display: block;
  max-width: 860px;
  margin: 30px auto 0;
  position: relative;
}
input[type="submit"]{
  display: block;
  background-color: #00b74f;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  margin: 25px auto 0px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
input[type="submit"]:hover{
  opacity: .6;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sub-form > dd textarea {
    padding: 15px;
  }
  input[type="submit"]{
    padding: 20px 0;
  }
}



.m-name-kv {
  height: 85vh;
  width: 100%;
  background-image: url(../images/name-kv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .m-name-kv {
    height: 110vw;
  }
}
.m-name-kv__logo {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 340px;
  width: 55%;
}
@media (max-width: 767px) {
  .m-name-kv__logo {
    top: 30px;
  }
}

.bg-color02 {
  background-color: #f2f2e9;
}

.m-name-head {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .m-name-head {
    margin-bottom: 40px;
  }
}
.m-name-head__primary {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .m-name-head__primary {
    font-size: 30px;
  }
}
.m-name-head__secondary {
  color: #00b74f;
  margin-top: 5px;
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 767px) {
  .m-name-head__secondary {
    font-size: 11px;
  }
}

.m-name-intro {
  background-color: #f2f2e9;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .m-name-intro {
    padding-top: 30px;
  }
}
.m-name-intro__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .m-name-intro__box {
    flex-wrap: wrap;
  }
}
.m-name-intro__img {
  width: 42%;
  max-width: 510px;
}
@media (max-width: 767px) {
  .m-name-intro__img {
    width: 100%;
  }
}
.m-name-intro__list {
  width: 56%;
  padding: 25px 20px;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  max-width: 570px;
}
@media (max-width: 992px) {
  .m-name-intro__list {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .m-name-intro__list {
    width: 100%;
    padding: 15px 0;
    margin-top: 30px;
  }
}
.m-name-intro__item {
  font-size: 22px;
  padding-left: 20px;
  line-height: 34px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 992px) {
  .m-name-intro__item {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .m-name-intro__item {
    font-size: 17px;
    line-height: 29px;
  }
}
.m-name-intro__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  background-color: #00b74f;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .m-name-intro__item:after {
    top: 10px;
  }
}
.m-name-intro__item + .m-name-intro__item {
  margin-top: 16px;
}
@media (max-width: 992px) {
  .m-name-intro__item + .m-name-intro__item {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .m-name-intro__item + .m-name-intro__item {
    margin-top: 5px;
  }
}

.m-name-movie {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .m-name-movie {
    margin-top: -70px;
  }
}
.m-name-movie iframe {
  width: 100%;
  height: 100%;
}

.m-name-concept {
  padding: 125px 0 170px;
}
.m-name-concept__box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.m-name-concept__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.m-name-concept__box:nth-of-type(even) .m-name-concept__img {
  text-align: right;
}
.m-name-concept__box:nth-of-type(even) .m-name-concept__img picture:nth-of-type(2) img {
  position: absolute;
  right: auto;
  left: 0;
}
.m-name-concept__box + .m-name-concept__box {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .m-name-concept__box + .m-name-concept__box {
    margin-top: 80px;
  }
}
.m-name-concept__content {
  width: 45%;
  padding-left: 5%;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .m-name-concept__content {
    width: 100%;
    padding-left: 0%;
    padding-top: 0px;
  }
}
.m-name-concept__img {
  width: 51%;
  position: relative;
}
@media (max-width: 767px) {
  .m-name-concept__img {
    width: 100%;
    margin-top: 30px;
  }
}
.m-name-concept__img picture:nth-of-type(1) img{
  max-width: 72%;
}
@media (max-width: 767px) {
  .m-name-concept__img picture:nth-of-type(1) img {
    max-width: 100%;
    width: 70%;
  }
}
.m-name-concept__img picture:nth-of-type(2) img{
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .m-name-concept__img picture:nth-of-type(2) img {
    width: 40%;
    top: 30%;
  }
}
.m-name-concept__img picture:nth-of-type(3) img {
  position: absolute;
  left: -8%;
  top: 120%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .m-name-concept__img picture:nth-of-type(3) img {
    width: 40%;
    top: 30%;
  }
}
.m-name-concept__ttl {
  font-size: 34px;
  padding-bottom: 20px;
  border-bottom: 5px solid #00b74f;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 767px) {
  .m-name-concept__ttl {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
.m-name-concept__text {
  margin-top: 45px;
  font-size: 17px;
  line-height: 40px;
}
.m-name-concept__text + .m-name-concept__text {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .m-name-concept__text + .m-name-concept__text {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .m-name-concept__text {
    margin-top: 25px;
    font-size: 15px;
    line-height: 28px;
  }
}

.m-name-about {
  padding: 125px 0 110px;
}
@media (max-width: 767px) {
  .m-name-about {
    padding: 95px 0 90px;
  }
}
.m-name-about__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.m-name-about__item {
  width: 46%;
}
@media (max-width: 1199px) {
  .m-name-about__item {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .m-name-about__item {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .m-name-about__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.m-name-about__time {
  margin-top: 20px;
}
.m-name-about__time img {
  width: auto;
  height: 34px;
}
@media (max-width: 767px) {
  .m-name-about__time img {
    height: 30px;
  }
}
.m-name-about__text {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 7px solid #00b74f;
}
@media (max-width: 767px) {
  .m-name-about__text {
    font-size: 14px;
    padding-bottom: 15px;
    margin-top: 20px;
  }
}
.m-name-about__gaiyo {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .m-name-about__gaiyo {
    margin-top: 10px;
  }
}
.m-name-about__gaiyo-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6cf;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .m-name-about__gaiyo-item {
    padding: 13px 0;
  }
}
.m-name-about__gaiyo-item h3 {
  width: 20%;
  font-size: 15px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .m-name-about__gaiyo-item h3 {
    width: 100%;
    font-size: 14px;
  }
}
.m-name-about__gaiyo-item p {
  width: 78%;
  font-size: 15px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .m-name-about__gaiyo-item p {
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
.m-name-about__gaiyo-item p span {
  padding: 5px 13px;
  font-size: 14px;
  border-radius: 25px;
  background-color: #e6e6cf;
  margin-left: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .m-name-about__gaiyo-item p span {
    font-size: 13px;
  }
}

.m-name-flow {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .m-name-flow {
    padding-top: 10px;
  }
}
.m-name-flow__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.m-name-flow__box:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.m-name-flow__box + .m-name-flow__box {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .m-name-flow__box + .m-name-flow__box {
    margin-top: 55px;
  }
}
.m-name-flow__content {
  width: 46%;
}
@media (max-width: 767px) {
  .m-name-flow__content {
    width: 100%;
  }
}
.m-name-flow__ttl {
  font-size: 22px;
  border: 4px solid #000;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .m-name-flow__ttl {
    font-size: 20px;
    padding: 18px 15px 18px 18px;
  }
}
.m-name-flow__ttl span {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000;
  color: #00b74f;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  padding: 8px 20px 8px 0;
}
@media (max-width: 767px) {
  .m-name-flow__ttl span {
    font-size: 30px;
    padding: 3px 20px 3px 0;
  }
}
@media (max-width: 767px) {
  .m-name-flow__ttl h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.m-name-flow__text {
  font-size: 15px;
  line-height: 34px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .m-name-flow__text {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
  }
}
.m-name-flow__img {
  width: 48%;
}
@media (max-width: 767px) {
  .m-name-flow__img {
    width: 100%;
    margin-top: 15px;
  }
}

.m-name-staff {
  padding: 150px 0 0px;
}
@media (max-width: 767px) {
  .m-name-staff {
    padding: 100px 0 0px;
  }
}
.m-name-staff__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  background: #e6e6cf;
  margin: 0 auto;
  padding: 55px;
  position: relative;
  border-radius: 10px;
}
.m-name-staff__box + .m-name-staff__box {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .m-name-staff__box + .m-name-staff__box {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .m-name-staff__box {
    padding: 40px 30px 20px;
  }
}
.m-name-staff__content {
  width: 62%;
}
@media (max-width: 767px) {
  .m-name-staff__content {
    width: 100%;
  }
}
.m-name-staff__img {
  width: 29%;
}
@media (max-width: 767px) {
  .m-name-staff__img {
    width: 100%;
    text-align: center;
  }
}
.m-name-staff__img img {
  max-width: 220px;
}
.m-name-staff__ttl {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 55px;
  transform: translate(0, -50%);
  padding-left: 15px;
  border-left: 6px solid #00b74f;
}
@media (max-width: 767px) {
  .m-name-staff__ttl {
    font-size: 20px;
    left: 30px;
  }
}
.m-name-staff__text {
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .m-name-staff__text {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
  }
}
.m-name-staff__lisence {
  padding-top: 27px;
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .m-name-staff__lisence {
    font-size: 13px;
    line-height: 22px;
  }
}
.m-name-staff__lisence:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #000;
}
.m-name-staff__lisence span {
  display: block;
  margin-bottom: 7px;
}

.m-name-message {
  padding: 180px 0 225px;
}
@media (max-width: 767px) {
  .m-name-message {
    padding: 110px 0 100px;
  }
}
.m-name-message .m-name-head {
  text-align: left;
}
.m-name-message__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.m-name-message__content {
  width: 55%;
}
@media (max-width: 767px) {
  .m-name-message__content {
    width: 100%;
  }
}
.m-name-message__content p {
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .m-name-message__content p {
    font-size: 14px;
    line-height: 28px;
  }
}
.m-name-message__content p + p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .m-name-message__content p + p {
    margin-top: 20px;
  }
}
.m-name-message__img {
  width: 44.9%;
}
@media (max-width: 767px) {
  .m-name-message__img {
    width: 100%;
    margin-top: 30px;
  }
}
.m-name-message__person {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .m-name-message__person {
    font-size: 15px;
    margin-top: 30px;
  }
}
.m-name-message__person span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
  font-weight: normal;
}

.m-name-voice {
  padding: 0 0 80px;
}

.m-name-voice__item {
  border: 3px solid #000;
  padding: 0;
  margin-bottom: 60px;
  background-color: #fff;
}
/*@media (max-width: 767px) {
  .m-name-voice__item {
    padding: 25px 20px;
  }
}*/
.m-name-voice__box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.m-name-voice__box + .m-name-voice__box {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .m-name-voice__box + .m-name-voice__box {
    margin-top: 30px;
  }
}
.m-name-voice__ttl {
  font-size: 22px;
  margin-bottom: 0;
  border-bottom: none;
  font-weight: bold;
  display: block;
  padding: 40px 65px 40px;
  position: relative;
}
.m-name-voice__img {
  background: #e6e6cf;
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .m-name-voice__ttl{
    font-size: 20px;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .m-name-voice__ttl{
    font-size: 17px;
    padding: 25px;
  }
  .m-name-voice__img {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 20px 15px;
  }
}
.m-name-voice__img-box {
  text-align: center;
}
.m-name-voice__img span {
  font-size: 13px;
  color: #fff;
  background-color: #00b74f;
  padding: 2px 2px 1px;
}
@media (max-width: 767px) {
  .m-name-voice__img span {
    font-size: 12px;
  }
}
.m-name-voice__img h4 {
  padding: 15px 0 20px;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .m-name-voice__img h4 {
    padding: 0;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 7px;
  }
}
.m-name-voice__img h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 767px) {
  .m-name-voice__img h4:after {
    content: none;
  }
}
.m-name-voice__img .year {
  font-size: 15px;
}
@media (max-width: 767px) {
  .m-name-voice__img .year {
    font-size: 13px;
  }
}
.m-name-voice__content {
  width: 73%;
}
@media (max-width: 767px) {
  .m-name-voice__content {
    width: 100%;
    margin-top: 15px;
  }
}
.m-name-voice__content p {
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .m-name-voice__content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.m-name-voice__parent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.m-name-voice__parent + .m-name-voice__parent {
  padding-top: 70px;
  margin-top: 60px;
  border-top: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .m-name-voice__parent + .m-name-voice__parent {
    padding-top: 40px;
    margin-top: 30px;
  }
}
.m-name-voice__parentImg {
  width: 4%;
}
@media (max-width: 767px) {
  .m-name-voice__parentImg {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .m-name-voice__parentImg img {
    max-height: 20px;
  }
}
.m-name-voice__parentContent {
  width: 86%;
}
@media (max-width: 767px) {
  .m-name-voice__parentContent {
    width: 100%;
  }
}
.m-name-voice__parentTitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .m-name-voice__parentTitle {
    font-size: 15px;
  }
}
.m-name-voice__parentTitle span {
  font-size: 13px;
  background: #e6e6cf;
  padding: 4px 5px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .m-name-voice__parentTitle h4 {
    width: 100%;
    margin-top: 10px;
  }
}
.m-name-voice__parentText {
  font-size: 14px;
  margin-top: 15px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .m-name-voice__parentText {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.m-name-voice__parentItem + .m-name-voice__parentItem {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .m-name-voice__parentItem + .m-name-voice__parentItem {
    margin-top: 30px;
  }
}

.m-name-contact {
  text-align: center;
  padding: 0 0 80px;
}
.m-name-contact .m-name-contact__ttl {
  font-size: 20px;
  border-bottom: 4px solid #00b74f;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__ttl {
    font-size: 18px;
  }
}
.m-name-contact .m-name-contact__box {
  max-width: 770px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.m-name-contact .m-name-contact__box:after {
  background-color: #e6e6df;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  content: "";
  width: 1px;
  height: 100%;
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__box:after {
    content: none;
  }
}
.m-name-contact .m-name-contact__bnr {
  width: 45.5%;
  border-radius: 5px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__bnr {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__bnr:nth-of-type(2) {
    padding-top: 40px;
    margin: 40px auto 0;
    border-top: 1px solid #e6e6df;
  }
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link {
  margin-top: 30px;
  display: block;
  font-size: 16px;
  padding: 37px 0;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #dcdcdc;
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link:not(:nth-of-type(1)) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__bnr .m-name-contact__link {
    font-size: 15px;
  }
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link.green {
  background-color: #00b74f;
  border: 2px solid #00b74f;
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link.green span {
  position: relative;
  color: #fff;
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link.green span:after {
  border-left: 6px solid #ffffff;
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link:hover {
  opacity: 0.6;
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link span {
  position: relative;
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link span:after {
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #00b74f;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.m-name-contact__subttl {
  margin-bottom: 20px;
  font-weight: normal;
}
.m-name-contact__subttl.u-mt80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .m-name-contact__subttl.u-mt80 {
    margin-top: 50px !important;
  }
}
.m-name-contact__subttl span {
  font-size: 16px;
  background: #d6d6be;
  display: inline-block;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .m-name-contact__subttl span {
    font-size: 15px;
    padding: 7px 10px;
  }
}
.m-name-contact .m-name-contact__mizugiwa {
  width: 130px;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__mizugiwa {
    width: 95px;
  }
}
.m-name-contact .m-name-contact__act {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__act {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
.m-name-contact .m-name-contact__tel {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.m-name-contact .m-name-contact__tel span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__tel span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .m-name-contact .m-name-contact__tel {
    font-size: 28px;
  }
}

.scrolled .name-fix {
  opacity: 1;
  visibility: visible;
}

.hidden-bnr .name-fix {
  opacity: 0;
  visibility: hidden;
}

.name-fix {
  position: fixed;
  background-color: #00b74f;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  z-index: 20;
  transition: 0.3s;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .name-fix {
    bottom: 12px;
    right: 12px;
  }
}
.name-fix a {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .name-fix a {
    padding: 12px;
  }
}
.name-fix a:hover {
  opacity: 0.6;
}
.name-fix img {
  width: 35px;
}
.name-fix p {
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .name-fix p {
    font-size: 15px;
    line-height: 20px;
  }
}

.name-head_menu{
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 100;
}
.name-head_menu ul{
	display: flex;
	justify-content: center;
	padding: 25px 0;
}
.name-head_menu li{
	margin: 0 15px;
}
.name-head_menu li a{
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 500;
}
.m-name-kv {
	margin-top: 67px;
  height: 75vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;

  background-image: url("../images/name2026-kv.jpg"); /* fallback */
  background-image: image-set(
    url("../images/name2026-kv.webp") type("image/webp"),
    url("../images/name2026-kv.jpg") type("image/jpeg")
  );
}
.m-name-kv__logo {
    max-width: 660px;
}
.l-content__inner-LG{
	padding-bottom: 150px;
}
.m-name-outline{
	width: 100%;
	height: 850px;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  position: relative;

  background-image: url("../images/name2026-outline-1.jpg"); /* fallback */
  background-image: image-set(
    url("../images/name2026-outline-1.webp") type("image/webp"),
    url("../images/name2026-outline-1.jpg") type("image/jpeg")
  );
}

.m-name-outline .m-name-head{
	text-align: left;
}
.m-name-outline .m-name-head__primary{
	 color: #fff; 
	text-shadow: #000 1px 1px 10px;
}
.m-name-outline .m-name-head__secondary{
	color: #fff;
	text-shadow: #000 1px 1px 10px;
}
.m-name-outline h3{
	font-size: 23px;
	line-height: 52px;
	font-weight: bold;
}
.m-name-outline h3 span{
	background-color: #fff;
	padding: 10px 6px 10px 8px;
}
.m-name-outline .m-name-outline__bokashi{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
}

.m-name-about__ttl p{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.m-name-about__gaiyo-item h3 span {
    font-size: 12px;
}
.m-name-cs{
	margin-top: 80px;
	text-align: center;
}
.m-name-cs h3{
	font-family: "Avenir Next", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #00b74f;
	margin-bottom: 20px;
}
.m-name-cs p{
	font-size: 16px;
	font-weight: bold;
}

.m-name-step{
	margin-top: 150px;
}
.m-name-step h2{
	font-size: 22px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 30px;
}
.m-name-step__box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 30px;
	margin-top: 30px;
}
.m-name-step__ttl{
	width: 15%;
	text-align: center;
	font-family: "Avenir Next", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #00b74f;
}
.m-name-step__text{
	width: 85%;
	border-left: 1px solid #c9c9c9;
	padding-left: 30px;
}
.m-name-step__text h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.m-name-step__text h3 span{
	font-size: 15px;
}
.m-name-step__text p{
	font-size: 15px;
	line-height: 30px;
}
.m-name-step__text dt{
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.m-name-step__text dd{
	font-size: 13px;
	line-height: 24px;
}
.m-name-step__inner{
	display: flex;
	justify-content: space-between;
}
.m-name-step__inner-text{
	width: 60%;
}
.m-name-step__inner figure{
	width: 40%;
	padding-left: 35px;
}
.m-name-flow__cat{
	font-size: 22px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 30px;
	margin-bottom: 30px;	
}
.m-name-staff__ttl{
	transform: translate(0,-10px);
}
.m-name-staff__ttl span{
	font-size: 14px;
	font-weight: normal;
}
.m-name-members{
	padding: 150px 0 0;
}
.m-name-members h3{
	font-family: "Avenir Next", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #00b74f;
	text-align: center;
}
.m-name-events{
	padding: 250px 0 0;
}
.m-name-events .swiper-slide{
	position: relative;
/*	width: 840px!important;*/
}
.m-name-events .swiper-slide a{
	position: relative;
}
.m-name-events .swiper-slide a img{
	transition: .3s;
	width: 100%;
}
.m-name-events .swiper-slide a:hover img,
.m-name-events .swiper-slide a:hover span{
	opacity: .5;
}
.m-name-events .swiper-slide .readme{
	position: absolute;
	bottom: -5px;
	right: -5px;
	background-color: #00b74f;
	color: #fff;
	padding: 15px 20px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	transition: .3s;
}
.m-name-events .swiper-slide h3{
	text-align: center;
	font-size: 20px;
	position: relative;
	padding-top: 30px;
}
.m-name-events .swiper-slide h3::before{
	content: "";
	height: 50px;
	width: 1px;
	position: absolute;
	top: -25px;
	left: 50%;
	background-color: #000;
}
.m-name-research{
	padding: 200px 0 150px;
}
.m-name-research h3{
	font-family: "Avenir Next", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #00b74f;
	text-align: center;
}
.m-name-message{
	padding-top: 0;
	padding-bottom: 80px;
}
.m-name-message h2{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}
.m-name-contact__wrap h4{
	font-family: "Avenir Next", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #00b74f;
	text-align: center;
}

.m-name-voice__parent.voice-first{
	border-top: 1px solid #000;
	padding-top: 40px;
}

.m-name-voice__list .toggle {
	display: none;
}
.m-name-voice__list .Label {		/*タイトル*/
	cursor: pointer;
}
.m-name-voice__list .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 6px );
	right: 65px;
	transform: rotate(135deg);
}
.m-name-voice__list .Label,
.m-name-voice__list .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.m-name-voice__list .content {
	height: 0;
	padding: 0 65px;
	overflow: hidden;
}
.m-name-voice__list .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 0 65px 60px;
	transition: all .5s;
	margin-top: 5px;
}
.m-name-voice__list .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



@media only screen and (max-width: 1199px) {
	.m-name-outline{
		height: 670px;
	}
	.m-name-events .swiper-slide h3{
		font-size: 18px;
		padding-top: 30px;
	}
	.m-name-events .swiper-slide h3::before{
		height: 40px;
		top: -20px;
	}
	.m-name-events .swiper-slide .readme{
		padding: 12px 16px;
		font-size: 15px;
	}
}


@media only screen and (max-width: 992px) {
	.name-head_menu ul{
		padding: 20px 0;
	}
	.name-head_menu li{
		margin: 0 10px;
	}
	.name-head_menu li a{
		font-size: 16px;
	}
	.name-camp-2024 .m-name-kv {
    	height: 50vh;
    	margin-top: 56px;
	}
	.m-name-outline{
		height: 600px;
	    padding-top: 80px;
	}
	.m-name-outline h3{
		font-size: 18px;
		line-height: 44px;
	}
	.m-name-outline h3 span{
		padding: 8px 4px 8px 6px;
	}
	.m-name-step{
		margin-top: 120px;
	}
	.m-name-step h2{
		font-size: 20px;
		padding-bottom: 25px;
	}
	.m-name-step__box{
		padding-bottom: 25px;
		margin-top: 25px;
	}
	.m-name-step__ttl{
		font-size: 22px;
	}
	.m-name-step__text{
		padding-left: 25px;
	}
	.m-name-step__text h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.m-name-step__text h3 span{
		font-size: 13px;
	}
	.m-name-step__inner-text{
		width: 55%;
	}
	.m-name-step__inner figure{
		width: 45%;
		padding-left: 25px;
	}

	.m-name-flow__ttl {
	    font-size: 20px;
	    padding: 15px;
	}
	.m-name-flow__ttl span {
	    margin-right: 15px;
	    padding-right: 15px;
	    font-size: 30px;
	    padding: 8px 15px 8px 0;
	}
	.m-name-flow__ttl h2{
		line-height: 26px;
	}
	.m-name-events .swiper-slide h3{
		font-size: 16px;
		line-height: 22px;
		padding-top: 30px;
	}
	.m-name-events .swiper-slide h3::before{
		height: 40px;
		top: -20px;
	}
	.m-name-events .swiper-slide .readme{
		padding: 12px 16px;
		font-size: 15px;
	}
	.m-name-voice__list .content {
	    padding: 0 40px;
	}
	.m-name-voice__list .toggle:checked + .Label + .content {
	    padding: 0 40px 50px;
	}
	.m-name-voice__parentContent{
		width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.name-head_menu{
		display: none;
	}
	.m-name-outline{
		height: 420px;
	    padding-top: 230px;
	}
	.m-name-outline .m-name-head{
		margin-bottom: 60px;
	}
	.m-name-outline h3{
		font-size: 16px;
		line-height: 36px;
	}
	.m-name-outline h3 span{
		padding: 6px 2px 6px 4px;
	}
	.m-name-about__ttl{
		text-align: center;
	}
	.m-name-about__ttl img{
		max-width: 450px;
    width: 100%;
	}
	.m-name-cs p {
	    font-size: 14px;
	}
	.m-name-step{
		margin-top: 70px;
	}
	.m-name-step h2{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.m-name-step__box{
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.m-name-step__ttl{
		font-size: 18px;
	}
	.m-name-step__text{
		padding-left: 20px;
	}
	.m-name-step__text h3{
		font-size: 16px;
		line-height: 22px;
	}
	.m-name-step__text p{
		font-size: 14px;
		line-height: 24px;
	}
	.m-name-step__inner{
		display: block;
	}
	.m-name-step__inner-text{
		width: 100%;
		margin-bottom: 10px;
	}
	.m-name-step__inner figure{
		width: 100%;
		padding-left: 0;
	}
	.m-name-flow{
		padding-top: 80px;
	}
	.m-name-flow__cat {
	    font-size: 18px;
	    padding-bottom: 15px;
	    margin-bottom: 20px;
	}
	.m-name-flow__ttl{
		border-width: 3px;
		padding: 15px;
		font-size: 20px;
	}
	.m-name-flow__ttl span{
		font-size: 26px;
	}
	.m-name-events {
	    padding: 150px 0 0;
	}
	.m-name-events .swiper-slide h3{
		font-size: 16px;
		line-height: 22px;
		padding-top: 25px;
	}
	.m-name-events .swiper-slide h3::before{
		height: 30px;
		top: -15px;
	}
	.m-name-events .swiper-slide .readme{
		padding: 8px 10px;
		font-size: 14px;
	}
	.m-name-research {
	    padding: 100px 0 100px;
	}
	.m-name-voice__item{
		margin-bottom: 40px;
	}
	.name2024 .m-name-voice__ttl {
	    padding: 25px 25px 25px;
	}
	.m-name-voice__list .content {
	    padding: 0 30px;
	}
	.m-name-voice__list .toggle:checked + .Label + .content {
	    padding: 0 30px 40px;
	}
	.m-name-voice__parentContent{
		width: 100%;
	}
	.m-name-voice__list .Label::before {
	    right: 35px;
	}
}


.end-text{
	font-weight: bold;
	text-align: center;
	margin-bottom: 100px;
	font-size: 16px;
	line-height: 26px;
}
@media only screen and (max-width: 767px) {
	.end-text{
		font-size: 18px;
		line-height: 24px;
	}
}


.m-name-members ul{
	flex-wrap: wrap;
	align-items: flex-start;
}
.m-name-members li{
	width: 30%;
	margin-bottom: 40px;
}
.m-name-members dl{
	margin: 10px 0;
	padding-bottom: 15px;
	position: relative;
}
.m-name-members dl::after{
	content: "";
	display: block;
	width: 24px;
	height: 4px;
	background-color: #00b74f;
	position: absolute;
	bottom: 0;
	left: 0;
}
.m-name-members dt{
	font-weight: bold;
	font-size: 17px;
}
.m-name-members dd{
	margin-top: 10px;
	font-size: 14px;
}
.m-name-members p{
	line-height: 26px;
	font-size: 14px;
}
@media only screen and (max-width: 1199px) {
	.m-name-members li{
		width: 31.5%;
	}
}
@media only screen and (max-width: 991px) {
	.m-name-members dt{
		font-size: 16px;
		line-height: 23px;
	}
	.m-name-members dd{
		margin-top: 5px;
		font-size: 13px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.m-name-members li{
		width: 47%;
		margin-bottom: 30px;
	}
	.m-name-members p{
		line-height: 24px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 500px) {
	.m-name-members li{
		width: 100%;
		max-width: 340px;
		margin: 0 auto 30px;
	}
	.m-name-members dl{
		margin: 5px 0 10px;
		padding-bottom: 10px;
	}
	.m-name-members dt{
		font-size: 15px;
		line-height: 21px;
	}
}

.m-name-contact .m-name-contact__bnr .m-name-contact__link.session span:after{
	left: -50px;
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link.session2 span:after{
	left: -50px;
}


.name-sns{
	margin-bottom: 60px;
}
.name-sns h3{
	margin-bottom: 15px;
	font-size: 14px;
}
.name-sns ul{
	display: flex;
	justify-content: center;
}
.name-sns li{
	width: 40px;
	margin: 0 5px;
}
.name-sns li a{
	background-color: var(--nc2025-m-color);
	width: 100%;
	height: 40px;
	border-radius: 40px;
	display: block;
	padding: 10px;
}


/*NAME CAMP2025*/
:root {
  /*--nc2025-m-color: #14A8E8;
  --nc2025-bg-color: #EEF2F5;*/
  --nc2025-m-color: #00b74f;
  --nc2025-bg-color: #f2f2e9;
}


.m-name-intro__item:after,
.name-fix,
.m-name-events .swiper-slide .readme,
.m-name-contact .m-name-contact__bnr .m-name-contact__link.green,
.name2024 .contactformArea .submit_area input[type=submit]{
	background-color: var(--nc2025-m-color);
}
.m-name-intro,
.bg-color02{
	background-color: var(--nc2025-bg-color);
}
.m-name-concept__ttl,
.m-name-about__text,
.m-name-staff__ttl,
.m-name-voice__item,
.m-name-contact .m-name-contact__bnr .m-name-contact__link.green,
.m-name-contact .m-name-contact__ttl,
.name2024 .contactformArea .submit_area input[type=submit]{
	border-color: var(--nc2025-m-color);
}
.m-name-head__primary,
.m-name-step__ttl{
	color: var(--nc2025-m-color);
}
.m-name-head__secondary{
	color: #000;
}
.m-name-concept__box.concept_last .m-name-concept__img{
	padding-top: 100px;
}
.m-name-flow__ttl{
	border: none;
	background-color: var(--nc2025-m-color);
	color: #fff;
	border-radius: 50px;
	padding-left: 30px;
}
.m-name-flow__ttl span,
.m-name-flow__ttl h2{
	color: #fff;
}
.m-name-flow__ttl span{
	border-color: #fff;
	font-size: 30px;
}
.m-name-staff__box{
	background-color: #fff;
}
.m-name-voice__item{
	border-radius: 10px;
}
.m-name-contact__subttl span{
	background-color: #fff;
	border-radius: 30px;
	padding: 5px 15px;
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link span:after{
	border-left-color: var(--nc2025-m-color);
}
.m-name-contact .m-name-contact__bnr .m-name-contact__link.green span:after{
	border-left-color: #fff;
}
.m-name-events{
	padding-bottom: 100px;
}
.wave{
	position: relative;
}
.wave::before {
    content: '';
    display: block;
    width: 100%;
    height: 27px;
    background: url(../images/wave_green.png) repeat-x center center / auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-96%);
    -webkit-animation: bg-wave-bottom 15s linear 0s infinite normal;
    animation: bg-wave-bottom 15s linear 0s infinite normal;
 }
 .wave-w::before {
 	background: url(../images/wave_white.png) repeat-x center center / auto 100%;
 }

@-webkit-keyframes bg-wave-bottom {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 683px 100%;
  }
}

@keyframes bg-wave-bottom {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 683px 100%;
  }
}
.m-name-about__gaiyo-item h3{
	width: 24%;
	line-height: 24px;
}
.m-name-about__gaiyo-item p{
	width: 74%;
}
/*.m-name-contact .m-name-contact__box{
	justify-content: center;
}
.m-name-contact .m-name-contact__box:after{
	display: none;
}*/
.m-name-concept__ttl{
	background-image: radial-gradient(circle, #00b74f 4px, transparent 4px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 20px 8px;
	border-bottom: none;
	padding-bottom: 25px;
}
/*.m-name-about__box{
	justify-content: center;
}
.m-name-about__item{
	max-width: 570px;
	width: 100%;
}*/
.m-name-about__item:first-of-type{
	margin-bottom: 60px;
}
.m-name-about__item .m-name-contact__link{
	margin-top: 30px;
    display: block;
    font-size: 16px;
    padding: 37px 0;
    border-radius: 5px;
    background-color: var(--nc2025-m-color);
    text-align: center;
}
.m-name-about__item .m-name-contact__link:hover{
	opacity: .6;
}
.m-name-about__item .m-name-contact__link span{
	color: #fff;
	position: relative;
}
.m-name-about__item .m-name-contact__link span:after {
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.online-session{
	margin-top: 40px;
	background-color: var(--nc2025-bg-color);
	padding: 30px;
}
.online-session p{
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}
.online-session ul{
	margin-top: 15px;
}
.online-session li{
	font-size: 15px;
	padding: 5px 0;
	padding-left: 1.5rem;
	position: relative;
}
.online-session li::before{
	content: "●";
	display: block;
	position: absolute;
	left: 0;
	top: 7.5px;
	font-size: 10px;
}
.m-name-about__item .online-session .m-name-contact__link{
	background-color: #fff;
	color: #000;
	border: 2px solid #dcdcdc;
	padding: 20px 0;
	font-size: 15px;
	margin-top: 20px;
}
.m-name-about__item .online-session .m-name-contact__link span{
	color: #000;
}
.m-name-about__item .online-session .m-name-contact__link span:after{
	border-left: 6px solid #00b74f;
}

@media (max-width: 992px) {
    .m-name-kv {
        height: 50vh;
        margin-top: 56px;
    }
}
@media (max-width: 767px) {
	.m-name-kv{
		margin-top: 0;
	}
	.l-content__inner-LG{
		padding-bottom: 50px;
	}
	.online-session{
		padding: 20px;
	}
	.m-name-concept__box.concept_last .m-name-concept__img{
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.m-name-kv {
		height: 42vh;
	}
}

@media (max-width: 460px) {
	.m-name-kv {
		height: 34vh;
	}
}


