@charset "UTF-8";

/* ----------------------------------------
  Breadcrumb
---------------------------------------- */
@media screen and (max-width: 834px) {
  .fv_content-head .text {
    width: 99px;
    height: 25px;
  }
}
.fv_content-head .text .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/about/txt_about_bar.png");
  background-size: cover;
  z-index: 5;
}
.fv_content-image .image::before {
  background-image: url("../img/about/bg_firstview.jpg");
}
@media screen and (max-width: 834px) {
  .fv_content-image .image::before {
    background-image: url("../img/about/bg_firstview_sp.jpg");
  }
}

.mission {
  padding: 150px 0 80px;
}
@media screen and (max-width: 834px) {
  .mission {
    padding: 76px 0 80px;
  }
}
.mission_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.mission_content h2 {
  text-align: center;
}
.mission_content h2 .text {
  font-size: 46px;
}
@media screen and (max-width: 834px) {
  .mission_content h2 .text {
    font-size: 26px;
    line-height: 46px;
  }
}
.mission_content .lead {
  margin-top: 54px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 834px) {
  .mission_content .lead {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}
.mission_content-box {
  padding: 100px 99px;
  border: 1px solid #fabe00;
  border-radius: 42px;
}
@media screen and (max-width: 834px) {
  .mission_content-box {
    margin-top: 57px;
    border-radius: 26px;
    padding: 56px 19px 39px;
  }
}
.mission_content-box h3 {
  text-align: center;
}
.mission_content-box h3 .text {
  font-size: 36px;
  line-height: 52px;
}
@media screen and (max-width: 834px) {
  .mission_content-box h3 .text {
    font-size: 22px;
    line-height: 38px;
  }
}
.mission_content-box .lead {
  margin-top: 34px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .mission_content-box .lead {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
  }
}
.mission_content-box .stage {
  margin-top: 77px;
}
@media screen and (max-width: 834px) {
  .mission_content-box .stage {
    margin-top: 47px;
  }
}
.mission_content-box .stage dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  background-image: url("../img/about/bg_mission_head.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 834px) {
  .mission_content-box .stage dt {
    position: relative;
    height: auto;
    padding: 26px 20px;
    border-radius: 6px;
    background-image: none;
    background-color: #8a532b;
  }
}
@media screen and (max-width: 834px) {
  .mission_content-box .stage dt::after {
    position: absolute;
    content: "";
    top: calc(100% - 13px);
    left: 50%;
    width: 34px;
    height: 41px;
    background-image: url("../img/about/ico_mission_arrow.png");
    background-size: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.mission_content-box .stage dt .text {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 834px) {
  .mission_content-box .stage dt .text {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
  }
}
.mission_content-box .stage dd {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .mission_content-box .stage dd {
    margin-top: 58px;
  }
}

section.data {
  padding: 150px 0;
  background-color: #fcf4dd;
}
.data_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.data_content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  counter-reset: number 0;
}
@media screen and (max-width: 834px) {
  .data_content-list {
    gap: 21px 30px;
  }
}
.data_content-list .listitem {
  width: calc((100% - 30px) / 2);
  padding: 50px 48px 66px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem {
    width: 100%;
    padding: 50px 30px 69px;
    border-radius: 18px;
  }
}
.data_content-list .listitem h2 {
  position: relative;
  padding-top: 30px;
}
.data_content-list .listitem h2 .text {
  position: relative;
  display: block;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  z-index: 15;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem h2 .text {
    font-size: 20px;
    line-height: 26px;
  }
}
.data_content-list .listitem h2 .text small {
  display: block;
  margin-top: 3px;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem h2 .text small {
    margin-top: 1px;
    font-size: 16px;
    line-height: 26px;
  }
}
.data_content-list .listitem h2::before {
  position: absolute;
  top: 0;
  left: 50%;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: Josefin Sans;
  font-size: 163px;
  color: #fabe00;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem h2::before {
    top: 8px;
    font-size: 112px;
    letter-spacing: 0.03em;
  }
}
.data_content-list .listitem .image {
  margin-top: 70px;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem .image {
    margin-top: 69px;
    padding: 0 6px;
  }
}
.data_content-list .listitem .image img {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem .image img {
    margin: 0 auto;
  }
}
.data_content-list .listitem .lead {
  margin-top: 26px;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem .lead {
    margin-top: 23px;
    padding: 0 7px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
  }
}
@media screen and (max-width: 650px) {
  .data_content-list .listitem .lead {
    text-align: left;
  }
}
.data_content-list .listitem .example {
  margin-top: 16px;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem .example {
    margin-top: 18px;
  }
}
.data_content-list .listitem .example dt {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem .example dt {
    font-size: 14px;
    line-height: 30px;
  }
}
.data_content-list .listitem .example dd {
  margin-top: 6px;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem .example dd {
    margin-top: 2px;
    padding: 0 6px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
  }
}
@media screen and (max-width: 650px) {
  .data_content-list .listitem .example dd {
    text-align: left;
  }
}
.data_content-list .listitem .example dd .linktext {
  text-align: center;
}
.data_content-list .listitem .buttonarea {
  max-width: 256px;
  margin: 52px auto 0;
}
@media screen and (max-width: 834px) {
  .data_content-list .listitem .buttonarea {
    max-width: 226px;
    margin-top: 37px;
  }
}
.data_content-list .listitem .buttonarea a .text {
  font-family: "Josefin Sans";
  font-size: 17px !important;
  letter-spacing: 0.03em;
}
.data_content-list .listitem .comment {
  margin-top: 22px;
  font-size: 14px;
  text-align: center;
}

.target {
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .target {
    padding: 80px 0;
  }
}
.target_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.target_content-head .en {
  position: relative;
  width: 110px;
  margin: 0 auto;
  padding-bottom: 42px;
}
@media screen and (max-width: 834px) {
  .target_content-head .en {
    width: 83px;
    padding-bottom: 27px;
  }
}
.target_content-head .en::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(236, 82, 0)),
    to(rgb(250, 190, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(236, 82, 0) 0%,
    rgb(250, 190, 0) 100%
  );
  background: linear-gradient(90deg, rgb(236, 82, 0) 0%, rgb(250, 190, 0) 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .target_content-head .en::after {
    width: 38px;
    height: 2px;
  }
}
.target_content-head .ja {
  margin-top: 25px;
}
@media screen and (max-width: 834px) {
  .target_content-head .ja {
    margin-top: 17px;
  }
}
.target_content-head .ja h2 {
  text-align: center;
}
.target_content-head .ja h2 .text {
  font-size: 30px;
  line-height: 50px;
}
@media screen and (max-width: 834px) {
  .target_content-head .ja h2 .text {
    font-size: 18px;
    line-height: 32px;
  }
}
.target_content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 31px;
  margin-top: 77px;
}
@media screen and (max-width: 650px) {
  .target_content-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 37px;
  }
}
.target_content-list .listitem {
  width: calc((100% - 62px) / 3);
  padding: 39px 41px;
  border: 1px solid #fabe00;
  border-radius: 12px;
}
@media screen and (max-width: 1100px) {
  .target_content-list .listitem {
    padding: 41px 20px 42px;
  }
}
@media screen and (max-width: 650px) {
  .target_content-list .listitem {
    width: 100%;
  }
}
.target_content-list .listitem dt {
  text-align: center;
}
.target_content-list .listitem dt .text {
  font-size: 22px;
  color: #fabe00;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (max-width: 834px) {
  .target_content-list .listitem dt .text {
    font-size: 18px;
  }
}
.target_content-list .listitem dd {
  margin-top: 11px;
}
@media screen and (max-width: 834px) {
  .target_content-list .listitem dd {
    margin-top: 7px;
  }
}
.target_content-list .listitem dd p {
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 834px) {
  .target_content-list .listitem dd p {
    font-size: 14px;
    line-height: 26px;
  }
}

.profile {
  width: calc(100% - 80px);
  margin: 0 auto 150px;
  padding: 150px 0 52px;
  border-radius: 130px;
  background-color: #fcf4dd;
}
@media screen and (max-width: 834px) {
  .profile {
    width: calc(100% - 40px);
    margin-bottom: 80px;
    padding: 79px 0 80px;
    border-radius: 80px;
  }
}
.profile_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.profile_content-head .en {
  position: relative;
  width: 158px;
  margin: 0 auto;
  padding-bottom: 42px;
}
@media screen and (max-width: 834px) {
  .profile_content-head .en {
    width: 119px;
    padding-bottom: 26px;
  }
}
.profile_content-head .en::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(236, 82, 0)),
    to(rgb(250, 190, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(236, 82, 0) 0%,
    rgb(250, 190, 0) 100%
  );
  background: linear-gradient(90deg, rgb(236, 82, 0) 0%, rgb(250, 190, 0) 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .profile_content-head .en::after {
    width: 38px;
  }
}
.profile_content-head .ja {
  margin-top: 25px;
}
@media screen and (max-width: 834px) {
  .profile_content-head .ja {
    margin-top: 17px;
  }
}
.profile_content-head .ja h2 {
  text-align: center;
}
.profile_content-head .ja h2 .text {
  font-size: 30px;
  line-height: 50px;
}
@media screen and (max-width: 834px) {
  .profile_content-head .ja h2 .text {
    font-size: 18px;
    line-height: 32px;
  }
}
.profile_content-list {
  margin-top: 78px;
}
@media screen and (max-width: 834px) {
  .profile_content-list {
    margin-top: 36px;
  }
}
.profile_content-list .listbox .listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 46px;
  border-bottom: 1px solid #fad150;
}
@media screen and (max-width: 650px) {
  .profile_content-list .listbox .listitem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 42px 0 38px;
  }
}
.profile_content-list .listbox .listitem:first-child {
  border-top: 1px solid #fad150;
}
.profile_content-list .listbox .listitem dt {
  width: 100px;
  padding-left: 20px;
  font-weight: 500;
  color: #fabe00;
}
@media screen and (max-width: 650px) {
  .profile_content-list .listbox .listitem dt {
    width: 100%;
    padding-left: 18px;
    font-size: 14px;
  }
}
.profile_content-list .listbox .listitem dd {
  width: calc(100% - 100px);
  padding: 0 20px 0 17px;
}
@media screen and (max-width: 650px) {
  .profile_content-list .listbox .listitem dd {
    width: 100%;
    padding: 19px 0 0 18px;
  }
}
@media screen and (max-width: 650px) {
  .profile_content-list .listbox .listitem dd p {
    font-size: 14px;
    line-height: 26px;
  }
}
.profile_content-list .listbox .listitem dd ul.circle li {
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 650px) {
  .profile_content-list .listbox .listitem dd ul.circle li {
    padding-left: 14px;
  }
}
.profile_content-list .listbox .listitem dd ul.circle li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #2b2b2b;
}
@media screen and (max-width: 650px) {
  .profile_content-list .listbox .listitem dd ul.circle li::before {
    top: 11px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 650px) {
  .profile_content-list .listbox .listitem dd ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.profile_content-list .listbox .listitem dd ul li:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 650px) {
  .profile_content-list .listbox .listitem dd ul li:not(:first-child) {
    margin-top: 8px;
  }
}

.contentlead {
  padding: 120px 0 143px;
}
@media screen and (max-width: 834px) {
  .contentlead {
    padding: 76px 0 77px;
  }
}
.contentlead_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.contentlead_content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .contentlead_content h2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contentlead_content h2 .text {
  font-size: 46px;
}
@media screen and (max-width: 834px) {
  .contentlead_content h2 .text {
    margin-top: 5px;
    font-size: 26px;
    line-height: 36px;
  }
}
.contentlead_content h2 small {
  font-size: 32px;
}
@media screen and (max-width: 834px) {
  .contentlead_content h2 small {
    display: block;
    margin-top: 3px;
    font-size: 20px;
  }
}
.contentlead_content .lead {
  margin-top: 54px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 834px) {
  .contentlead_content .lead {
    margin-top: 29px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}

.company {
  margin-bottom: 148px;
  padding: 153px 0 150px;
  background-color: #fcf4dd;
}
@media screen and (max-width: 834px) {
  .company {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
.company_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.company_content-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px 30px;
}
@media screen and (max-width: 834px) {
  .company_content-list .list {
    gap: 20px;
  }
}
.company_content-list .list .listitem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 30px) / 2);
  min-height: 535px;
  aspect-ratio: 1/1;
  padding: 50px 25px;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .company_content-list .list .listitem {
    -ms-flex-line-pack: center;
    align-content: center;
    aspect-ratio: auto;
    min-height: 335px;
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .company_content-list .list .listitem {
    width: 100%;
  }
}
.company_content-list .list .listitem .image {
  margin-top: 9px;
}
@media screen and (max-width: 834px) {
  .company_content-list .list .listitem .image {
    width: 259px;
    margin-top: 0;
  }
}
.company_content-list .list .listitem h3 {
  width: 100%;
  margin-top: 9px;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .company_content-list .list .listitem h3 {
    font-size: 15px;
    margin-top: 30px;
  }
}
.company_content-list .list .listitem .text {
  width: 100%;
  margin-top: 9px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .company_content-list .list .listitem .text {
    font-size: 13px;
    line-height: 22px;
  }
}
.company_content-list .list .listitem .linkarea {
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .company_content-list .list .listitem .linkarea {
    margin: 27px 0 3px;
  }
}
.company_content-list .list .listitem .linkarea a {
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .company_content-list .list .listitem .linkarea a {
    font-size: 13px;
  }
}
.company_content-list .list .listitem .buttonarea {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 100%;
  max-width: 256px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .company_content-list .list .listitem .buttonarea {
    position: static;
    max-width: 226px;
    margin-top: 18px;
    -webkit-transform: none;
    transform: none;
  }
}
.company_content-list .list .listitem .buttonarea .setbutton a .text {
  font-family: "Josefin Sans";
  font-size: 17px !important;
  letter-spacing: 0.03em;
  line-height: 1;
}
.company_content-list .comment {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .company_content-list .comment {
    margin-top: 18px;
    font-size: 12px;
  }
}

.member {
  padding: 120px 0 148px;
}
@media screen and (max-width: 834px) {
  .member {
    padding: 80px 0 75px;
  }
}
.member_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.member_content-list .listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px 63px;
}
@media screen and (max-width: 1100px) {
  .member_content-list .listbox {
    gap: 37px 40px;
  }
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.member_content-list .listbox:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.member_content-list .listbox:nth-child(even) .data h2 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.member_content-list .listbox:nth-child(even) .position {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox:nth-child(even) .position {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.member_content-list .listbox:nth-child(even) p {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox:nth-child(even) p {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.member_content-list .listbox:not(:first-child) {
  margin-top: 130px;
}
@media screen and (max-width: 1100px) {
  .member_content-list .listbox:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .member_content-list .listbox:not(:first-child) {
    margin-top: 75px;
  }
}
.member_content-list .listbox .image {
  width: 550px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1100px) {
  .member_content-list .listbox .image {
    width: 370px;
  }
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .image {
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
  }
}
.member_content-list .listbox .image img {
  width: 100%;
  border-radius: 20px;
}
.member_content-list .listbox .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  width: calc(100% - 613px);
}
@media screen and (max-width: 1100px) {
  .member_content-list .listbox .data {
    width: calc(100% - 410px);
  }
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data {
    width: 100%;
  }
}
.member_content-list .listbox .data h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data h2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.member_content-list .listbox .data h2 .ja {
  position: relative;
  display: inline-block;
  margin-right: 19px;
  padding-right: 18px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1100px) {
  .member_content-list .listbox .data h2 .ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data h2 .ja {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 0 0 8px;
    border-right: none;
    font-size: 20px;
    text-align: center;
  }
}
.member_content-list .listbox .data h2 .ja::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  height: 46px;
  border-right: 1px solid #2b2b2b;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data h2 .ja::after {
    top: 100%;
    left: 50%;
    width: 30px;
    height: 0;
    border-right: none;
    border-bottom: 1px solid #2b2b2b;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.member_content-list .listbox .data h2 .en {
  display: inline-block;
  margin-top: 8px;
  font-family: "Josefin Sans";
  font-size: 18px;
  color: #fabe00;
  line-height: 22px;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .member_content-list .listbox .data h2 .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data h2 .en {
    display: block;
    width: 100%;
    margin-top: 17px;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
  }
}
.member_content-list .listbox .data .position {
  width: 100%;
  margin-top: 26px;
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data .position {
    margin-top: 22px;
  }
}
.member_content-list .listbox .data .position .ja {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data .position .ja {
    font-size: 14px;
    text-align: center;
  }
}
.member_content-list .listbox .data .position .en {
  display: block;
  margin-top: 8px;
  font-family: "Josefin Sans";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data .position .en {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
  }
}
.member_content-list .listbox .data p {
  margin-top: 64px;
  line-height: 32px;
}
@media screen and (max-width: 1100px) {
  .member_content-list .listbox .data p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .member_content-list .listbox .data p {
    margin-top: 33px;
    font-size: 14px;
    line-height: 30px;
  }
}

.map_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 80px auto 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .map_content {
    margin-top: 32px;
    font-size: 16px;
  }
}
