@charset "UTF-8";
.wrap {
  background: #FDF8EB;
}

.site-main .page {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 768px) {
  .site-main .page {
    padding-bottom: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-main .page {
    padding-bottom: 13rem;
  }
}

.arw-toggle {
  padding-right: 2.1rem !important;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .arw-toggle {
    padding-right: 1rem !important;
  }
}
.arw-toggle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.55rem 0 0.55rem;
  border-color: #C76714 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  transition: 400ms;
}
@media only screen and (max-width: 767px) {
  .arw-toggle::after {
    border-width: 0.6rem 0.35rem 0 0.35rem;
  }
}
.arw-toggle.is-active::after {
  transform: translate(0%, -50%) rotate(180deg);
}

.section-hero {
  padding-top: 2.4rem;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-hero {
    padding-top: 0;
  }
}
.section-hero .section-content {
  max-width: 136.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .section-hero .section-content {
    height: 56.8rem;
    background-position: 0;
  }
}
.section-hero .section-content::after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .section-hero .section-content::after {
    background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/top/top-hero.png);
    padding-top: 32.4%;
    max-width: 136.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .section-content::after {
    background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/top/top-hero_sp.png);
    height: 56.8rem;
  }
}
.section-hero .content {
  position: relative;
  z-index: 1;
}
.section-hero .top-hero-text {
  padding-bottom: 6.7%;
  padding-left: 11%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-hero .top-hero-text {
    padding-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .top-hero-text {
    padding-top: 7%;
    padding-left: 8%;
  }
}
.section-hero .top-hero-text img {
  width: 44.217%;
}
@media only screen and (max-width: 767px) {
  .section-hero .top-hero-text img {
    width: 86%;
  }
}
.section-hero .top-hero-btn {
  margin-top: 2.86rem;
}
@media only screen and (max-width: 767px) {
  .section-hero .top-hero-btn {
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .top-hero-btn a {
    font-size: 1.3rem;
    min-height: 3.9rem;
    padding-right: 3.9rem;
  }
}
.section-hero .top-hero-btn a::after {
  transform: rotate(90deg);
}
.section-hero .hero-lines {
  width: 100%;
  position: absolute;
  top: 31%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .section-hero .hero-lines {
    top: 15%;
    min-width: 80rem;
  }
}
.section-hero .hero-lines img {
  width: 100%;
}
.section-hero .hero-lines .hero-line001 {
  -webkit-animation: line001 3s infinite alternate ease-in-out;
          animation: line001 3s infinite alternate ease-in-out;
}
.section-hero .hero-lines .hero-line002 {
  -webkit-animation: line002 3s infinite alternate ease-in-out;
          animation: line002 3s infinite alternate ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-hero .top_wave {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-hero .top_wave path {
  width: 100%;
}
.section-hero .wave svg {
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.section-hero.section-special .top-hero-text {
  padding-top: 5%;
  padding-bottom: 19.7%;
}
@media only screen and (max-width: 767px) {
  .section-hero.section-special .top-hero-text {
    padding-top: 35%;
  }
}

@-webkit-keyframes line001 {
  0% {
    transform: scale(1.1) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(0, 0);
  }
}

@keyframes line001 {
  0% {
    transform: scale(1.1) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(0, 0);
  }
}
@-webkit-keyframes line002 {
  0% {
    transform: scale(1.2) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.2) translate(0, 0);
  }
}
@keyframes line002 {
  0% {
    transform: scale(1.2) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.2) translate(0, 0);
  }
}
.article-head {
  background: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 8.2rem;
  padding-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  .article-head {
    padding-top: 4.1rem;
    padding-bottom: 15rem;
  }
}
.article-head-title {
  font-size: 4.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .article-head-title {
    font-size: 2.4rem;
  }
}
.article-head .common_wave {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.article-head .common_wave svg {
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.article-body-inner {
  margin-top: -16rem;
  position: relative;
  z-index: 9;
  min-height: 18.8rem;
}
@media only screen and (max-width: 767px) {
  .article-body-inner {
    margin-top: -12rem;
    min-height: 34.8rem;
  }
}
.article-body-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 34.8rem;
  background: #FDF8EB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: -0.5rem -2.5rem 3rem rgba(118, 96, 23, 0.09);
}
@media only screen and (max-width: 767px) {
  .article-body-inner::before {
    box-shadow: -0.25rem -1.25rem 1.5rem rgba(118, 96, 23, 0.09);
  }
}
.article-body-contents {
  padding: 2.5rem 10rem 0;
  line-height: 2;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .article-body-contents {
    padding: 2.5rem 1rem 0;
  }
}

.common-lines {
  width: 100%;
  position: relative;
  transform: translateY(-30%);
}
@media only screen and (max-width: 767px) {
  .common-lines {
    top: 1.5rem;
    min-width: 80rem;
  }
}
.common-lines img {
  width: 100%;
}
.common-lines .common-line001 {
  -webkit-animation: common-line001 5s infinite alternate ease-in-out;
          animation: common-line001 5s infinite alternate ease-in-out;
}
.common-lines .common-line002 {
  -webkit-animation: common-line002 3s infinite alternate ease-in-out;
          animation: common-line002 3s infinite alternate ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes common-line001 {
  0% {
    transform: scale(1.1) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(0, 0);
  }
}

@keyframes common-line001 {
  0% {
    transform: scale(1.1) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(0, 0);
  }
}
@-webkit-keyframes common-line002 {
  0% {
    transform: scale(1.2) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.2) translate(0, 0);
  }
}
@keyframes common-line002 {
  0% {
    transform: scale(1.2) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.2) translate(0, 0);
  }
}
.card > a,
.card > span {
  display: block;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  background: #ffdda7;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .card > a,
.card > span {
    transition: 200ms;
  }
  .card > a:hover,
.card > span:hover {
    opacity: 0.5;
  }
}
.card .meta {
  margin-bottom: 0.5rem;
}
.card .meta .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.card .meta .img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .meta time {
  padding-left: 3rem;
}
.card .text {
  padding: 0rem 3rem 3.6rem;
}
.card .text h3 {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .card .text h3 {
    font-size: 1.4rem;
  }
}

.article-body-intro {
  margin-bottom: 4rem;
}
.article-body-intro > *:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-body-intro > *:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.article-body-intro .grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-body-intro .grid {
    flex-flow: column;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-body-intro .grid > * {
    width: calc(50% - 4rem);
  }
}
.article-body-intro .grid .img {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .article-body-intro .grid .img {
    border-radius: 1rem;
  }
}
.article-body-intro .grid .img img {
  width: 100%;
}
.article-body-intro .grid .text p:not(:last-of-type) {
  margin-bottom: 1em;
}

.post-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .post-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.category-title {
  font-size: 2rem;
  background: #FEDDA7;
  border-radius: 1.5rem;
  font-weight: 700;
  padding: 2.3rem 3rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .category-title {
    margin-top: 4rem;
    font-size: 1.8rem;
    padding: 0.1rem 1rem 0.3rem;
    border-radius: 1rem;
  }
}
.category-title + .post-list, .category-title + .post-list-description {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .category-title + .post-list, .category-title + .post-list-description {
    margin-top: 1rem;
  }
}

.post-index {
  background: #fff;
  border-radius: 1.5rem;
  padding: 5rem;
}
@media only screen and (max-width: 767px) {
  .post-index {
    padding: 2.4rem 1.6rem;
  }
}
.post-index .post-list, .post-index .post-list-description {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.post-index .post-list-item {
  padding: 0;
  background: none;
  border-radius: 0;
  border-bottom: 0.1rem solid #E6E6E6;
  padding-bottom: 1.6rem;
}
.post-index .post-list-item:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .post-index .post-list-item:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.post-index .post-list-item .meta time {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .post-index .post-list-item .meta time {
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-index .post-list-item .meta time {
    font-size: 1.4rem;
  }
}
.post-index .post-list-item a {
  text-decoration: underline;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .post-index .post-list-item a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .post-index .post-list-item a {
    font-size: 1.4rem;
  }
}
.post-index + * {
  margin-top: 8rem !important;
}
@media only screen and (max-width: 767px) {
  .post-index + * {
    margin-top: 4rem !important;
  }
}

.post-list, .post-list-description {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .post-list, .post-list-description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.post-list-item {
  font-size: 2rem;
  padding: 2rem 5rem;
  background: #fff;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .post-list-item {
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
  }
}
.post-list-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .post-list-item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.post-list-item.not-description .item-wrap {
  background: #fff;
}
.post-list-item.not-description .item-inner span {
  font-weight: normal;
}
.post-list-item .item-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .post-list-item .item-wrap {
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-list-item .item-wrap {
    justify-content: space-between;
    gap: 1rem;
  }
}
.post-list-item .item-wrap.full .item-inner {
  width: 100%;
}
.post-list-item .item-inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.post-list-item .item-description {
  padding: 4rem 5rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .post-list-item .item-description {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
.post-list-item .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .post-list-item .meta {
    margin-left: -0.5rem;
  }
}
.post-list-item .meta .posted {
  display: contents;
}
.post-list-item .meta time {
  font-size: 1.3rem;
  color: #666666;
  font-weight: 500;
  line-height: 1;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .post-list-item .meta time {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
}
.post-list-item .meta .url {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .post-list-item .meta .url:hover {
    opacity: 0.7;
  }
}
.post-list-item .meta .url + .tags {
  margin-left: -0.5rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .post-list-item .meta .url + .tags {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-list-item .c-btn {
    margin-left: auto;
  }
}
.post-list-description .item-wrap {
  background: #FFDDA7;
  padding: 2rem 5rem;
}
@media only screen and (max-width: 767px) {
  .post-list-description .item-wrap {
    padding: 1rem 1.5rem;
  }
}
.post-list-description .item-inner span {
  font-weight: 700;
}
.post-list-description .post-list-item {
  padding: 0;
  overflow: hidden;
}
.post-list-description .post-list-item:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .post-list-description .post-list-item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .tags {
    display: contents;
  }
}
.tags .tag, .tags .tag--new {
  border: 0.1rem solid #333;
  border-radius: 0.6rem;
  background: #F7F4AB;
  font-size: 1.2rem !important;
  height: 2.5rem;
  padding: 0 0.5rem 0.1rem;
  line-height: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  .tags .tag, .tags .tag--new {
    transition: 200ms;
  }
  .tags .tag:hover, .tags .tag--new:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .tags .tag, .tags .tag--new {
    font-size: 1.2rem;
  }
}
.tags .tag--new {
  background: #BC2805;
  border: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .tags span {
    transition: 0;
  }
  .tags span:hover {
    opacity: 1 !important;
  }
}

.gridContainer4 .post-list-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease-out, transform 400ms ease-out;
  transform: translateY(2rem);
  position: absolute;
  top: 0;
}
.gridContainer4 .post-list-item.show {
  visibility: inherit;
  opacity: 1;
  transform: translateY(0);
  position: static;
}

@media only screen and (min-width: 768px) {
  .archive-year-select {
    margin-top: -4.6rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .archive-year-select {
    margin-bottom: 2rem;
  }
}
.archive-year-select .select {
  position: relative;
}
.archive-year-select .select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3rem 0.75rem 0 0.75rem;
  border-color: #C76714 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .archive-year-select .select::after {
    border-width: 0.9rem 0.55rem 0 0.55rem;
  }
}
.archive-year-select .selectlink {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 1em;
  color: inherit;
  border: 0.1rem solid #C76714;
  border-radius: 1rem;
  width: 20rem;
  height: 4.6rem;
  display: block;
  margin-left: auto;
  background: #fff;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0 3.5rem 0 2rem;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .archive-year-select .selectlink {
    width: 15rem;
    height: 3.6rem;
  }
}
.archive-year-select .selectlink option {
  text-align: center;
}

.search_result {
  margin-bottom: 2.4rem;
}

.article-soudan .btnarea {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .btnarea {
    flex-flow: column;
    gap: 2rem;
  }
}
.article-soudan .btnarea .c-btn {
  max-width: 36rem;
  width: 100%;
}
.article-soudan .btnarea .c-btn a {
  font-size: 1.8rem;
  flex-flow: column;
  align-items: flex-start;
  padding: 0.5rem 3.7rem 0.5rem 2rem;
  width: 100%;
}
.article-soudan .btnarea .c-btn a::after {
  width: 2.5rem;
  height: 2.5rem;
  top: 1.2rem;
}
.article-soudan .btnarea .c-btn a span {
  font-size: 1.4rem;
  display: block;
  margin-top: 1rem;
  font-feature-settings: "palt";
}
.article-soudan .white-block {
  background: #fff;
  border-radius: 1.5rem;
  padding: 5rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .white-block {
    padding: 2.4rem;
  }
}
.article-soudan .white-block .soudan-head .title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article-soudan .white-block .soudan-head .title {
    font-size: 2rem;
  }
}
.article-soudan .white-block .soudan-head .title span {
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-soudan .white-block .soudan-head .title span {
    font-size: 1.6rem;
  }
}
.article-soudan .white-block .soudan-head .lead {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .white-block .soudan-head .lead {
    margin-top: 1.6rem;
  }
}
.article-soudan .white-block .soudan-head .lead p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .article-soudan .white-block .soudan-head .lead p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.article-soudan .inochi-soudan {
  margin-top: 7.3rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .inochi-soudan {
    margin-top: 4rem;
    padding: 2rem;
  }
}
.article-soudan .inochi-soudan-body {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 69rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-soudan .inochi-soudan-body {
    margin-top: 2.4rem;
  }
}
.article-soudan .inochi-soudan-body .c-btn {
  position: absolute;
  transform: translate(-50%, -50%);
}
.article-soudan .inochi-soudan-body .c-btn a {
  min-height: 5.6rem;
  border-radius: 1.6rem;
  padding-right: 5.4rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .inochi-soudan-body .c-btn a {
    min-height: 3.6rem;
    padding: 0.5rem;
    font-size: 1.2rem;
    border-radius: 1rem;
    padding-right: 2.7rem;
    min-width: auto;
    white-space: nowrap;
  }
}
.article-soudan .inochi-soudan-body .c-btn a::after {
  width: 2.5rem;
  height: 2.5rem;
  top: 1.45rem;
  background-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .inochi-soudan-body .c-btn a::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.8rem;
    background-size: 1.5rem;
  }
}
.article-soudan .inochi-soudan-body .c-btn.hokkaidou {
  top: 30%;
  left: 67%;
}
.article-soudan .inochi-soudan-body .c-btn.hokuriku {
  top: 58%;
  left: 63%;
}
@media only screen and (max-width: 767px) {
  .article-soudan .inochi-soudan-body .c-btn.hokuriku {
    top: 53%;
    left: 69%;
  }
}
.article-soudan .inochi-soudan-body .c-btn.kanto {
  top: 73%;
  left: 83%;
}
.article-soudan .inochi-soudan-body .c-btn.kinki {
  top: 58%;
  left: 34%;
}
.article-soudan .inochi-soudan-body .c-btn.shikoku {
  top: 86%;
  left: 28%;
}
.article-soudan .other-soudan {
  margin-top: 8rem;
}
.article-soudan .other-blocks .other-block {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .other-blocks .other-block {
    margin-top: 3rem;
  }
}
.article-soudan .other-blocks .other-block .ttl {
  font-size: 2rem;
  padding: 3rem;
  font-weight: 700;
  border-radius: 1.5rem;
  background: #fff;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .other-blocks .other-block .ttl {
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
    font-feature-settings: "plat";
  }
}
.article-soudan .other-blocks .other-block-btnarea {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  gap: 4rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .other-blocks .other-block-btnarea {
    margin-top: 2.4rem;
    gap: 2rem;
  }
}
.article-soudan .other-blocks .other-block-btnarea .c-btn {
  max-width: 36rem;
  width: 100%;
}
.article-soudan .other-blocks .other-block-btnarea .c-btn > a {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .article-soudan .other-blocks .other-block-btnarea .c-btn > a {
    min-height: 4.4rem;
  }
}
.article-soudan .other-blocks .other-block-btnarea .c-btn span {
  display: inline-block;
  line-height: 1.5;
  margin-top: 1rem;
}
.article-soudan .other-blocks .other-block-btnarea .c-btn span a {
  text-decoration: underline;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .article-soudan .other-blocks .other-block-btnarea .c-btn span a:hover {
    text-decoration: none;
  }
}
.article-soudan .other-blocks .other-block-btnarea .c-btn span a::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 2.1rem;
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/icon-pdf.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.65rem;
  vertical-align: -0.3rem;
  margin-left: 1rem;
}
.article-soudan .region-block {
  padding-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .region-block {
    padding-top: 2.4rem;
  }
}
.article-soudan .region-block:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .region-block:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
.article-soudan .region-title {
  font-size: 2rem;
  padding: 3rem;
  font-weight: 700;
  border-radius: 1.5rem;
  background: #fff;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .article-soudan .region-title {
    padding: 1.6rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-soudan .region-data dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.article-soudan .region-data dl:not(:last-of-type) {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid #E6E6E6;
}
@media only screen and (max-width: 767px) {
  .article-soudan .region-data dl:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.article-soudan .region-data dl dt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .article-soudan .region-data dl dt {
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-soudan .region-data dl dt {
    font-size: 1.6rem;
  }
}
.article-soudan .region-data dl dd {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .article-soudan .region-data dl dd {
    width: 76rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-soudan .region-data dl dd {
    flex-flow: column;
    gap: 2rem;
    margin-top: 1.5rem;
  }
}
.article-soudan .region-data dl dd .c-btn {
  max-width: 36rem;
  width: 100%;
}
.article-soudan .region-data dl dd .c-btn a {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .article-soudan .region-data dl dd .c-btn a {
    min-height: 4.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .article-sitemap .sitemap-grid {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6rem;
    max-width: 78.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.article-sitemap .sitemap-grid + .sitemap-grid {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 0.1rem solid #E6E6E6;
}
@media only screen and (max-width: 767px) {
  .article-sitemap .sitemap-grid + .sitemap-grid {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.article-sitemap .sitemap-list {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .article-sitemap .sitemap-list + .sitemap-list {
    margin-top: 1.6rem;
  }
}
.article-sitemap .sitemap-list .c-btn > a {
  width: 100%;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .article-sitemap .sitemap-list .c-btn > a {
    font-size: 1.3rem;
  }
}
.article-sitemap .sitemap-list__item {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .article-sitemap .sitemap-list__item {
    font-size: 1.3rem;
  }
}
.article-sitemap .sitemap-list__item:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .article-sitemap .sitemap-list__item:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.article-sitemap .sitemap-list__item > ul {
  margin-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-sitemap .sitemap-list__item > ul {
    margin-top: 1rem;
  }
}
.article-sitemap .sitemap-list__item > ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.article-sitemap .sitemap-list__item > ul > li > a {
  text-decoration: underline;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .article-sitemap .sitemap-list__item > ul > li > a:hover {
    text-decoration: none;
  }
}

.page--special .wrap {
  background: #EBFDED;
}
.page--special .article-body-inner::before {
  background: #EBFDED;
  box-shadow: -0.5rem -2.5rem 3rem rgba(118, 96, 23, 0.09);
}
.page--special .headline-3::after, .page--special .entry-body h3::after,
.page--special .headline-4::after, .page--special .entry-body h4::after,
.page--special .headline-5::after, .page--special .entry-body h5::after {
  background: #23E78D;
}
.page--special .entry-body ul li::before {
  color: #23E78D;
}
.page--special .table-main tbody th,
.page--special .table-main tbody .th,
.page--special .entry-body table tbody th,
.page--special .entry-body table tbody .th {
  background: #C8F4DA;
}

.article-special .special-body-inner {
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
}
.article-special .special-body-contents {
  background: #fff;
  border-radius: 1.5rem;
  padding: 6rem 6rem 8rem;
}
@media only screen and (max-width: 767px) {
  .article-special .special-body-contents {
    border-radius: 1rem;
    padding: 1.6rem 1.6rem 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-special .swiper-special .swiper-slide a {
    transition: 200ms;
  }
  .article-special .swiper-special .swiper-slide a:hover {
    opacity: 0.5;
  }
}
.article-special .swiper-special .swiper-slide .img {
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .article-special .swiper-special .swiper-slide .img {
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
}
.article-special .swiper-special .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-special .swiper-special .swiper-slide .text {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .article-special .swiper-special .swiper-slide .text {
    padding: 1.5rem 3rem;
    background: #fff;
    border-radius: 1.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc(100% - 6rem);
  }
}
@media only screen and (max-width: 767px) {
  .article-special .swiper-special .swiper-slide .text {
    border-radius: 1rem;
  }
}
.article-special .swiper-special .swiper-slide .text time {
  display: inline-block;
  min-width: 15rem;
}
.article-special .swiper-special .swiper-slide .text .title {
  font-size: 1.8rem;
  flex: 1;
  line-height: 1.5;
}
.article-special .swiper-operation {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .article-special .swiper-operation {
    margin-top: 2rem;
  }
}
.article-special .swiper-button-prev {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  width: 5rem;
  height: 5rem;
}
.article-special .swiper-button-prev::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7075rem 1.284rem 0.7075rem 0;
  border-color: transparent #666666 transparent transparent;
}
.article-special .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  width: 5rem;
  height: 5rem;
}
.article-special .swiper-button-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7075rem 0 0.7075rem 1.284rem;
  border-color: transparent transparent transparent #666666;
}
.article-special .swiper-pagination {
  position: static;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.article-special .swiper-pagination-bullet {
  display: block;
  margin: 0 1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #666666;
  opacity: 1;
}
.article-special .swiper-pagination-bullet-active {
  background: #23E78D;
  transform: scale(2);
}
.article-special .special-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-special .special-list {
    flex-flow: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.article-special .special-list__item {
  background: #C8F4DA;
  border-radius: 1.5rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .article-special .special-list__item {
    width: calc(50% - 2rem);
  }
}
.article-special .special-list__item > a,
.article-special .special-list__item > span {
  background: #C8F4DA;
  height: auto;
}
.article-special .special-list__item .text {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-special .special-list__item .text {
    padding: 0rem 2.5rem 1rem;
  }
}
.article-special .special-list__item .text h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.article-special .special-list__item .tags {
  padding: 0 2.5rem 2.5rem;
  width: 100%;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .article-special .special-list__item .tags {
    display: flex;
    padding: 0rem 2rem 2rem;
  }
}

.entry {
  background: #fff;
  padding: 6rem;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .entry {
    border-radius: 1rem;
    padding: 2rem 1.2rem;
  }
}
.entry-head {
  margin-bottom: 4rem;
}
.entry-head time {
  display: block;
  font-weight: 500;
  color: #666666;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .entry-head time {
    font-size: 1.4rem;
  }
}
.entry-head .entry-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .entry-head .entry-title {
    font-size: 2rem;
  }
}
.entry-head .entry-title span {
  font-size: 2rem;
  display: block;
  font-weight: 400;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry-head .entry-meta {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry-head .entry-meta {
    margin-top: 2rem;
  }
}
.entry-head .entry-meta .tags {
  max-width: 60rem;
}
@media only screen and (max-width: 767px) {
  .entry-head .entry-meta .tags {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .entry-head .entry-share {
    margin-top: 2rem;
  }
}
.entry-head .entry-share .share-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .entry-head .entry-share .share-list {
    justify-content: center;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry-head .entry-share .share-list__item a {
    transition: 200ms;
  }
  .entry-head .entry-share .share-list__item a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .entry-head .entry-share .share-list__item a img {
    min-height: 2.5rem;
  }
}
.entry-body {
  font-weight: 400;
  letter-spacing: 0;
}
.entry-body > * {
  margin: 2em 0;
}
@media only screen and (max-width: 767px) {
  .entry-body > * {
    margin: 2em 0;
  }
}
.entry-body > *:first-child {
  margin-top: 0;
}
.entry-body > *:last-child {
  margin-bottom: 0;
}
.entry-body p {
  margin: 1.5em 0;
}
@media only screen and (max-width: 767px) {
  .entry-body p {
    margin: 1em 0;
  }
}
.entry-body p img {
  margin: 2em 0;
}
.entry-body p span[style] {
  display: inline-block;
  line-height: 1.5;
}
.entry-body.small > *:first-child {
  margin-top: -2em;
}
.entry-body small {
  font-size: 0.935em;
}
.entry-body img {
  display: block;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .entry-body img {
    border-radius: 0.5rem;
  }
}
.entry-body img.none {
  border-radius: 0;
}
.entry-body a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .entry-body a:hover {
    text-decoration: none;
  }
}
.entry-body a[href$=pdf]::after, .entry-body a[href$=ppt]::after, .entry-body a[href$=pptx]::after, .entry-body a[href$=xls]::after, .entry-body a[href$=xlsx]::after, .entry-body a[href$=doc]::after, .entry-body a[href$=docx]::after {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 2.2rem;
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/linkicon-doc.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.75rem;
  vertical-align: -0.4rem;
  margin-left: 1rem;
  margin-right: 1.5rem;
}
.entry-body a[href$=pdf]::after {
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/linkicon-pdf.svg);
}
.entry-body a[href$=ppt]::after, .entry-body a[href$=pptx]::after {
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/linkicon-ppt.svg);
}
.entry-body a[href$=xls]::after, .entry-body a[href$=xlsx]::after {
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/linkicon-xls.svg);
}
.entry-body a[href$=doc]::after, .entry-body a[href$=docx]::after {
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/linkicon-doc.svg);
}
.entry-body a.target::after {
  content: "";
  display: block;
  width: 1.95rem;
  height: 1.95rem;
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/inner-blank.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.95rem;
  display: inline-flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  vertical-align: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.entry-body .tdu {
  text-decoration: underline;
  font-weight: 500;
}
.entry-body strong.bold {
  border-bottom: 4px solid #C76714;
}
.entry-body ul {
  word-break: break-word;
}
.entry-body ul li {
  padding-left: 1.5em;
  position: relative;
}
.entry-body ul li[style*="list-style-type: none"]::before {
  display: none;
}
.entry-body ul li::before {
  content: "●";
  display: block;
  color: #C76714;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-body > ol {
  padding-left: 1.5em !important;
}
.entry-body ol {
  padding-left: 1em;
  word-break: break-word;
}
.entry-body ol > li {
  counter-increment: entry-ol;
}
.entry-body ol > li[style*="list-style-type: none"]::before {
  display: none;
}
.entry-body ol > li::before {
  text-indent: -1em;
  display: inline-block;
  content: counter(entry-ol) ".";
  font-size: 1em;
}
.entry-body ol > li > ol > li {
  counter-increment: entry-ol2;
}
.entry-body ol > li > ol > li::before {
  content: counter(entry-ol2) ".";
}
.entry-body ol.def li::before {
  color: #333;
  font-weight: normal;
}
.entry-body figure img {
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .entry-body figure img {
    border-radius: 0.5rem;
    width: 100%;
  }
}
.entry-body figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .entry-body figure figcaption {
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
}
.entry-body .single_cont .white_box h4 {
  margin-top: 8rem;
}
.entry-body .single_cont .white_box > *:first-child {
  margin-top: -6rem !important;
}
.entry-body .single_cont .cf {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.entry-body .single_cont .cf img {
  border-radius: 0;
  width: 13rem;
  margin-right: 3rem;
}
.entry-body .single_cont + .single_cont {
  margin-top: 8rem;
}
@media only screen and (min-width: 768px) {
  .entry-body .layoutTwoColumn__col {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 2rem;
    gap: 2rem;
  }
}
.entry + .c-btn {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .entry + .c-btn {
    margin-top: 4rem;
  }
}

.headline-2,
.entry-body h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .headline-2,
.entry-body h2 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.headline-3,
.entry-body h3 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .headline-3,
.entry-body h3 {
    font-size: 1.8rem;
    padding-left: 1.5rem;
    margin-top: 2rem;
  }
}
.headline-3::after,
.entry-body h3::after {
  content: "";
  display: block;
  width: 1rem;
  height: calc(100% - 1.2rem);
  min-height: 2.8rem;
  background: #C76714;
  border-radius: 50vw;
  position: absolute;
  top: calc(50% + 0.2rem);
  left: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .headline-3::after,
.entry-body h3::after {
    width: 0.5rem;
    height: calc(100% - 0.6rem);
  }
}

.headline-4,
.entry-body h4 {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .headline-4,
.entry-body h4 {
    font-size: 1.6rem;
  }
}
.headline-4::after,
.entry-body h4::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.5rem;
  background: #C76714;
  border-radius: 50vw;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .headline-4::after,
.entry-body h4::after {
    height: 0.36rem;
  }
}

.headline-5,
.entry-body h5 {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .headline-5,
.entry-body h5 {
    font-size: 1.4rem;
  }
}
.headline-5::after,
.entry-body h5::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.2rem;
  background: #C76714;
  border-radius: 50vw;
  margin-top: 0.5rem;
}

.table-main,
.entry-body table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
@media only screen and (max-width: 767px) {
  .table-main,
.entry-body table {
    display: block;
    overflow: auto;
    width: 100%;
  }
}
.table-main tr,
.entry-body table tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.table-main thead th,
.entry-body table thead th {
  padding: 0.7rem 1.6rem;
  background: #FFDDA7;
  border: none;
}
@media only screen and (max-width: 767px) {
  .table-main thead th,
.entry-body table thead th {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main thead + tbody,
.entry-body table thead + tbody {
    display: table-row-group;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody,
.entry-body table tbody {
    display: table;
    width: 100%;
  }
}
.table-main tbody th,
.table-main tbody .th,
.entry-body table tbody th,
.entry-body table tbody .th {
  padding: 0.7rem 1.6rem;
  background: #FFDDA7;
  border: none;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .table-main tbody th,
.table-main tbody .th,
.entry-body table tbody th,
.entry-body table tbody .th {
    width: 13.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody th,
.table-main tbody .th,
.entry-body table tbody th,
.entry-body table tbody .th {
    padding: 1rem;
    white-space: nowrap;
  }
}
.table-main tbody td,
.entry-body table tbody td {
  padding: 0.7rem 1.6rem;
  vertical-align: top;
  border: none;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .table-main tbody td,
.entry-body table tbody td {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody td:last-of-type,
.entry-body table tbody td:last-of-type {
    width: 100%;
  }
}
.table-main tbody td > *:first-child,
.entry-body table tbody td > *:first-child {
  margin-top: 0;
}
.table-main tbody td > *:last-child,
.entry-body table tbody td > *:last-child {
  margin-bottom: 0;
}
.table-main tbody td a,
.entry-body table tbody td a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .table-main tbody td a:hover,
.entry-body table tbody td a:hover {
    text-decoration: none;
  }
}
.table-main tbody td ul,
.entry-body table tbody td ul {
  padding-left: 1em;
}
.table-main tbody td ul li,
.entry-body table tbody td ul li {
  padding-left: 0;
}
.table-main tbody td ul li::before,
.entry-body table tbody td ul li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
  margin-left: 0;
  width: auto;
  height: auto;
  border-radius: 50vw;
  background: none;
  margin-right: 0;
}

.mt-be-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .mt-be-columns {
    flex-flow: column;
    gap: 3rem;
  }
}
.mt-be-columns .mt-be-column {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .mt-be-columns .mt-be-column {
    width: 100%;
  }
}

.inner-link {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .inner-link {
    margin-bottom: 4rem;
  }
}
.inner-link-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.inner-link-list__item a {
  border: 1px solid #C76714;
  border-radius: 0.5rem;
  width: 13rem;
  min-height: 4.2rem;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .inner-link-list__item a {
    transition: 200ms;
  }
  .inner-link-list__item a:hover {
    opacity: 0.5;
  }
}
.inner-link-list__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.55rem 0 0.55rem;
  border-color: #C76714 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 767px) {
  .entry-about {
    padding: 2rem;
  }
}
.entry-about .about-block {
  padding-top: 4rem;
  margin-top: -4rem;
}
.entry-about .about-block:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .entry-about .about-block:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.entry-about .about-name {
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: 0.1em;
}
.entry-about .about-name span {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 1.5rem;
}
.entry-about .about-name span.en {
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0.15em;
  line-height: 1;
}
.entry-about .greeting-grid {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .entry-about .greeting-grid {
    flex-flow: column;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry-about .greeting-grid .text {
    width: 59.3%;
  }
}
.entry-about .greeting-grid .img {
  flex: 1;
}
.entry-about h2 {
  position: relative;
}
.entry-about h2 .writing-end {
  font-size: 1.4rem;
  position: absolute;
  top: 0.7rem;
  right: 0;
  font-weight: 400;
}
.entry-about .greeting-dl {
  font-size: 1.4rem;
  line-height: 2;
}
.entry-about .greeting-dl dt {
  font-weight: 700;
}
.entry-about .info-dl dt {
  color: #C76714;
  font-weight: 700;
  border: 1px solid #C76714;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  padding: 0.1rem 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .entry-about .info-dl dt {
    font-size: 1.6rem;
    padding: 0.1rem 1rem;
  }
}
.entry-about .info-dl + .info-dl {
  margin-top: 2rem;
}
.entry-about .staff-area .staff-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .entry-about .staff-area .staff-list {
    flex-flow: column;
    gap: 2rem;
  }
}
.entry-about .staff-area .staff-list__item {
  text-align: center;
  background: #FDF8EB;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.9rem 1.3rem 2.2rem;
}
@media only screen and (min-width: 768px) {
  .entry-about .staff-area .staff-list__item {
    width: calc(33.3333333333% - 2.666666667rem);
  }
}
.entry-about .staff-area .staff-list__item p {
  margin: 0;
  line-height: 1;
}
.entry-about .staff-area .staff-list__item .position {
  font-size: 1.4rem;
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.4286;
}
.entry-about .staff-area .staff-list__item .position.wide {
  letter-spacing: 0.1em;
}
.entry-about .staff-area .staff-list__item .name {
  font-weight: 500;
  font-size: 2.4rem;
  margin-top: 1.5rem;
}
.entry-about .staff-area .staff-list__item a {
  font-size: 1.3rem;
  margin-top: 1.6rem;
  display: inline-block;
}
.entry-about .staff-area + .c-btn {
  margin-top: 4rem;
}
.entry-about .c-btn a {
  min-width: 25rem;
}
.entry-about .activity-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .entry-about .activity-list {
    flex-flow: column;
    gap: 2rem;
  }
}
.entry-about .activity-list__item {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  border: 0.1rem solid #C76714;
  border-radius: 1.5rem;
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  .entry-about .activity-list__item {
    width: calc(33.3333333333% - 2.666666667rem);
    min-height: 27.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry-about .activity-list__item {
    border-radius: 1rem;
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry-about .activity-list__item .img img {
    width: 20rem;
  }
}
.entry-about .activity-list__item .lead p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 1rem;
}
.entry-about .business-list {
  padding: 0;
}
.entry-about .business-list__item {
  border: 0.1rem solid #C76714;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .entry-about .business-list__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem 3.8rem 4rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry-about .business-list__item {
    border-radius: 1rem;
    padding: 2rem;
  }
}
.entry-about .business-list__item:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.entry-about .business-list__item::before {
  display: block;
  content: counter(entry-ol);
  color: #C76714;
  text-indent: 0em;
  display: inline-block;
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .entry-about .business-list__item::before {
    width: 4rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry-about .business-list__item::before {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #C76714;
    text-align: center;
    font-size: 2.4rem;
  }
}
.entry-about .business-list__item p {
  margin: 0;
  flex: 1;
  padding-left: 2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .entry-about .business-list__item p {
    padding: 0;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry-about .business-list__item p::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: calc(100% - 0.8em);
    min-height: 4.4rem;
    background: #C76714;
    vertical-align: -2px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .entry-about .business-list__item p::before {
    display: none;
  }
}
.entry-about .other-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .entry-about .other-list {
    gap: 2rem;
  }
}
.entry-about .other-list__item {
  width: calc(25% - 3rem);
}
@media only screen and (max-width: 767px) {
  .entry-about .other-list__item {
    width: calc(50% - 1rem);
  }
}
.entry-about .other-list__item a {
  text-decoration: none;
}
.entry-about .other-list__item a::after {
  display: none;
}
.entry-about .other-list__item a .img {
  text-align: center;
}
.entry-about .other-list__item a .img img {
  border-radius: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .entry-about .other-list__item a .img img {
    width: 8rem;
  }
}
.entry-about .other-list__item a span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .entry-about .other-list__item a {
    transition: 200ms;
  }
  .entry-about .other-list__item a:hover {
    opacity: 0.5;
  }
}

.page--newsletter .wrap {
  background: #eff4ff;
}
.page--newsletter .article-body-inner::before {
  background: #eff4ff;
  box-shadow: -0.5rem -2.5rem 3rem rgba(25, 49, 93, 0.09);
}
.page--newsletter .headline-3::after,
.page--newsletter .entry-body h3::after,
.page--newsletter .headline-4::after,
.page--newsletter .entry-body h4::after,
.page--newsletter .headline-5::after,
.page--newsletter .entry-body h5::after {
  background: #395ea3;
}
.page--newsletter .entry-body ul li::before {
  color: #395ea3;
}
@media only screen and (min-width: 768px) {
  .page--newsletter .newsletter-intro {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.page--newsletter .newsletter-intro .lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .lead {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.page--newsletter .newsletter-intro .intro-grid {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .intro-grid {
    flex-flow: column;
    gap: 2rem;
  }
}
.page--newsletter .newsletter-intro .intro-grid__item {
  flex: 1;
  background: #fff;
  border: 0.2rem solid #395ea3;
  border-radius: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .intro-grid__item {
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .page--newsletter .newsletter-intro .intro-grid__item {
    padding: 1.6rem;
  }
}
.page--newsletter .newsletter-intro .intro-grid__item .img img {
  width: 20rem;
}
.page--newsletter .newsletter-intro .intro-grid__item .text {
  margin-top: 1rem;
}
.page--newsletter .newsletter-intro .intro-grid__item .text p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .intro-grid__item .text p {
    font-size: 1.6rem;
  }
}
.page--newsletter .newsletter-intro .newsletter-stop {
  background: #fff;
  border-radius: 1.5rem;
  border: 0.2rem solid #395ea3;
  margin-top: 4rem;
}
.page--newsletter .newsletter-intro .newsletter-stop-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  cursor: pointer;
  padding: 2rem 4rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #395ea3;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page--newsletter .newsletter-intro .newsletter-stop-btn {
    transition: 200ms;
  }
  .page--newsletter .newsletter-intro .newsletter-stop-btn:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .newsletter-stop-btn {
    padding: 1rem 2rem;
  }
}
.page--newsletter .newsletter-intro .newsletter-stop-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.55rem 0 0.55rem;
  border-color: #395ea3 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translate(0%, -50%);
  transition: 400ms;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .newsletter-stop-btn::after {
    right: 1rem;
  }
}
.page--newsletter .newsletter-intro .newsletter-stop-btn.is-active::after {
  transform: translate(0%, -50%) rotate(180deg);
}
.page--newsletter .newsletter-intro .newsletter-stop-inner {
  margin: 0 4rem;
  border-top: 0.2rem solid #395ea3;
  padding-top: 5rem;
  padding-bottom: 7rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .newsletter-stop-inner {
    margin: 0 2rem;
    padding-top: 2.4rem;
    padding-bottom: 5rem;
  }
}
.page--newsletter .newsletter-intro .newsletter-stop-block:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .newsletter-stop-block:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.page--newsletter .newsletter-intro .newsletter-stop-block .title {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #333333;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .newsletter-stop-block .title {
    font-size: 1.8rem;
  }
}
.page--newsletter .newsletter-intro .newsletter-stop-block dl dt {
  font-weight: 500;
  margin-bottom: 1rem;
}
.page--newsletter .newsletter-intro .newsletter-stop-block dl dd input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  border: 0.1rem solid #333333;
  padding: 0.47em 1em;
}
@media only screen and (min-width: 768px) {
  .page--newsletter .newsletter-intro .newsletter-stop-block dl dd input[type=text] {
    min-width: 51rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .newsletter-stop-block dl dd input[type=text] {
    width: 100%;
  }
}
.page--newsletter .newsletter-intro .newsletter-stop-block dl dd input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  width: 7.5rem;
  height: 4rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  border: 0.2rem solid;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .page--newsletter .newsletter-intro .newsletter-stop-block dl dd input[type=submit] {
    transition: 200ms;
  }
  .page--newsletter .newsletter-intro .newsletter-stop-block dl dd input[type=submit]:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-intro .newsletter-stop-block dl dd input[type=submit] {
    margin-top: 1.5rem;
    display: block;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page--newsletter .newsletter-intro .newsletter-stop-block .small {
  padding-left: 1em;
  font-size: 1.3rem;
  margin-top: 1rem;
}
.page--newsletter .newsletter-intro .newsletter-stop-block .small span {
  display: block;
}
.page--newsletter .newsletter-intro .newsletter-stop-block .small span::before {
  content: "※";
  display: inline-block;
  text-indent: -1em;
}
.page--newsletter .newsletter-intro .newsletter-stop-block.registration .title span {
  color: #395ea3;
}
.page--newsletter .newsletter-intro .newsletter-stop-block.registration dl dd input[type=submit] {
  border-color: #395ea3;
  color: #395ea3;
}
.page--newsletter .newsletter-intro .newsletter-stop-block.reject .title span {
  color: #bc2805;
}
.page--newsletter .newsletter-intro .newsletter-stop-block.reject dl dd input[type=submit] {
  border-color: #bc2805;
  color: #bc2805;
}
.page--newsletter .newsletter-intro + * {
  margin-top: 12.4rem;
}
.page--newsletter .newsletter-backnumber-head {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-backnumber-head {
    margin-bottom: 2rem;
  }
}
.page--newsletter .newsletter-backnumber-head .title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-backnumber-head .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-backnumber-head .archive-year-select {
    margin-top: -3.8rem;
  }
}
.page--newsletter .newsletter-backnumber-head .archive-year-select .select::after {
  border-color: #395EA3 transparent transparent transparent;
}
.page--newsletter .newsletter-backnumber-head .archive-year-select .selectlink {
  border-color: #395EA3;
}
.page--newsletter .newsletter-backnumber-body {
  background: #fff;
  border-radius: 1.5rem;
  padding: 6rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-backnumber-body {
    padding: 2rem;
    border-radius: 1rem;
  }
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #395EA3;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-backnumber-body .backnumber-list__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .ttl {
  font-size: 2rem;
  color: #395EA3;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-backnumber-body .backnumber-list__item .ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid {
    flex-flow: column;
  }
}
@media only screen and (min-width: 768px) {
  .page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-left {
    width: 25.3rem;
  }
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-left .img img {
  width: 100%;
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-left .img + .c-btn {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-left .img + .c-btn {
    border-top: 1.5rem;
  }
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-left .c-btn {
  text-align: center;
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-left .c-btn a {
  min-width: 18rem;
  border-color: #395EA3;
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-left .c-btn a::after {
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/btn-arrowB.svg);
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-right {
  flex: 1;
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-right .text li {
  counter-increment: backnumber-ol;
  padding-left: 2rem;
  position: relative;
  line-height: 1.8;
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-right .text li::before {
  width: 2rem;
  content: counter(backnumber-ol) ".";
  display: inline-block;
  color: #395EA3;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.page--newsletter .newsletter-backnumber-body .backnumber-list__item .grid-right .text li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.page--newsletter .pager-list ul li.current a {
  border-color: #395EA3;
}

.article-contact #ajax_mail .hidden {
  display: none;
}
.article-contact #ajax_mail .lead {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .lead {
    font-size: 1.6rem;
  }
}
.article-contact #ajax_mail .lead + .lead {
  margin-top: 2rem;
}
.article-contact #ajax_mail .lead strong {
  font-weight: 400;
}
.article-contact #ajax_mail .lead:last-of-type {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .lead:last-of-type {
    margin-bottom: 4rem;
  }
}
.article-contact #ajax_mail .container .content-error .message-block-error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.article-contact #ajax_mail .container .content-error .message-block-error ul {
  margin: 0;
  padding: 0 1em;
  list-style-type: disc;
}
.article-contact #ajax_mail .container .content-error .message-block-error ul li a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .article-contact #ajax_mail .container .content-error .message-block-error ul li a:hover {
    text-decoration: none;
  }
}
.article-contact #ajax_mail .container .content .form-column {
  border-bottom: 0.1rem solid #666666;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}
.article-contact #ajax_mail .container .content .form-column label {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column label {
    font-size: 1.6rem;
  }
}
.article-contact #ajax_mail .container .content .form-column .badge {
  background: #BC2805;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  min-width: 4.8rem;
  min-height: 2.4rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  vertical-align: 0.1rem;
  margin-left: 1.6rem;
}
.article-contact #ajax_mail .container .content .form-column .badge-optional {
  display: none;
}
.article-contact #ajax_mail .container .content .form-column select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 1em;
  color: inherit;
  border: 0.1rem solid #333;
  background: #fff;
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/select-arw.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 1.5rem;
  padding: 0.6em 1em;
}
@media only screen and (min-width: 768px) {
  .article-contact #ajax_mail .container .content .form-column select {
    min-width: 51rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column select {
    width: 100%;
  }
}
.article-contact #ajax_mail .container .content .form-column input[type=text], .article-contact #ajax_mail .container .content .form-column input[type=tel], .article-contact #ajax_mail .container .content .form-column input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  border: 0.1rem solid #333;
  background: #fff;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 768px) {
  .article-contact #ajax_mail .container .content .form-column input[type=text], .article-contact #ajax_mail .container .content .form-column input[type=tel], .article-contact #ajax_mail .container .content .form-column input[type=email] {
    min-width: 51rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column input[type=text], .article-contact #ajax_mail .container .content .form-column input[type=tel], .article-contact #ajax_mail .container .content .form-column input[type=email] {
    width: 100%;
    font-size: 1.6rem;
  }
}
.article-contact #ajax_mail .container .content .form-column textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
  min-height: 13.6rem;
  border: 0.1rem solid #333;
  background: #fff;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column textarea {
    font-size: 1.6rem;
  }
}
.article-contact #ajax_mail .container .content .form-column-checkbox fieldset {
  padding: 2rem 3.6rem 3.3rem;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column-checkbox fieldset {
    padding: 1rem 1rem 2em;
  }
}
.article-contact #ajax_mail .container .content .form-column-checkbox .input-group + .description-block {
  padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column-checkbox .input-group + .description-block {
    padding-left: 3rem;
  }
}
.article-contact #ajax_mail .container .content .form-column-checkbox .label {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column-checkbox .label {
    font-size: 1.6rem;
  }
}
.article-contact #ajax_mail .container .content .form-column-checkbox .option {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column-checkbox .option {
    padding-left: 3rem;
    line-height: 1.5;
  }
}
.article-contact #ajax_mail .container .content .form-column-checkbox .option input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* ブラウザ標準のスタイルを無効化 */
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1rem solid #333; /* 枠線の色 */
  border-radius: 0;
  background: white; /* 背景色 */
  background-image: url(/mt-static/support/theme_static/jscp_new/assets/img/common/contact-check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.5rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column-checkbox .option input[type=checkbox] {
    top: 0.1rem;
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
  }
}
.article-contact #ajax_mail .container .content .form-column-checkbox .option input[type=checkbox]:checked {
  background-color: #C76714; /* チェック時の背景色 */
  border-color: #C76714; /* 枠線の色も変更 */
}
.article-contact #ajax_mail .container .content .form-column-checkbox .option-text {
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .form-column-checkbox .option-text {
    font-size: 1.4rem;
  }
}
.article-contact #ajax_mail .container .content .form-column-checkbox .description-block a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .article-contact #ajax_mail .container .content .form-column-checkbox .description-block a:hover {
    text-decoration: none;
  }
}
.article-contact #ajax_mail .container .content .button-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .button-group {
    margin-top: 4rem;
  }
}
.article-contact #ajax_mail .container .content .button-group .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  display: inline-block;
  border: 0.2rem solid #C76714;
  border-radius: 50vw;
  min-width: 28rem;
  min-height: 6rem;
  font-size: 1.4rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  line-height: 1;
  background: #fff;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .article-contact #ajax_mail .container .content .button-group .button {
    transition: 200ms;
  }
  .article-contact #ajax_mail .container .content .button-group .button:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .button-group .button {
    font-size: 1.6rem;
    min-width: 20rem;
    min-height: 6rem;
  }
}
.article-contact #ajax_mail .container .content .button-group .button-back {
  background: #ccc;
  border: none;
}
@media only screen and (max-width: 767px) {
  .article-contact #ajax_mail .container .content .button-group .button + .button {
    margin-top: 2rem;
  }
}
.article-contact #ajax_mail .container .content .button-group .help-block {
  width: 100%;
  margin-top: 0.5em;
  font-size: 0.75em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page--top .row {
    padding: 0 1.6rem;
  }
}
.page--top .headline {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .page--top .headline {
    margin-bottom: 2rem;
  }
}
.page--top .headline__title {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page--top .headline__title {
    font-size: 2.4rem;
  }
}
.page--top .news-wrap {
  border-radius: 1.5rem;
  background: #fff;
  padding: 4rem 5rem;
}
@media only screen and (max-width: 767px) {
  .page--top .news-wrap {
    padding: 2rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .news-list__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page--top .news-list__item:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.7rem;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .page--top .news-list__item:not(:last-of-type) {
    padding-bottom: 1.1rem;
    margin-bottom: 1.1rem;
  }
}
.page--top .news-list__item .meta {
  min-width: 16.8rem;
}
.page--top .news-list__item .meta time {
  color: #666666;
}
.page--top .news-list__item a {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 768px) {
  .page--top .news-list__item a {
    transition: 200ms;
  }
  .page--top .news-list__item a:hover {
    opacity: 0.5;
  }
}
.page--top .section-news {
  padding-top: 8.8rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-news {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.page--top .section-topics {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-topics {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-topics .card-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2.3rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-topics .card-list__item {
    width: calc(33.3333333333% - 2.3rem);
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-topics .card-list__item a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 1.5rem;
    border-radius: 1rem;
  }
  .page--top .section-topics .card-list__item:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-topics .card-list__item .meta {
    width: 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-topics .card-list__item .meta time {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-topics .card-list__item .img {
    margin-bottom: 0.5rem;
    position: relative;
    border-radius: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-topics .card-list__item .text {
    padding: 0;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-topics .card-list__item .text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.page--top .section-media {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-media {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.page--top .section-report {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-report {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.page--top .section-event {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-event {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.page--top .section-event .card {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .page--top .section-event .card {
    max-width: 28rem;
  }
}
.page--top .section-event .card .meta {
  margin-bottom: 0.5rem;
}
.page--top .section-event .card .meta time {
  font-size: 1.4rem;
  padding-left: 2.5rem;
}
.page--top .section-event .card .text {
  background: #ffdda7;
  padding: 0rem 2.5rem 2rem;
}
.page--top .section-event .card .text h3 {
  font-size: 1.5rem;
}
.page--top .section-event .content-slide {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page--top .section-event .event-swiper-buttons {
    position: absolute;
    top: -3rem;
    right: 0;
    transform: translateY(-100%);
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-event .event-swiper-buttons {
    display: contents;
  }
}
.page--top .section-event .event-swiper-buttons.is-hide {
  display: none;
}
.page--top .section-event .swiper-button-prev, .page--top .section-event .swiper-button-next {
  margin: 0;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50vw;
  background: #c76714;
}
@media only screen and (min-width: 768px) {
  .page--top .section-event .swiper-button-prev, .page--top .section-event .swiper-button-next {
    left: auto;
    right: auto;
    position: relative;
    transition: 200ms;
  }
  .page--top .section-event .swiper-button-prev:hover, .page--top .section-event .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-event .swiper-button-prev, .page--top .section-event .swiper-button-next {
    top: 18rem;
    transform: translateY(-50%);
  }
}
.page--top .section-event .swiper-button-prev::after, .page--top .section-event .swiper-button-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 14px 8px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--top .section-event .swiper-button-prev {
    left: -1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-event .swiper-button-next {
    right: -1.6rem;
  }
}
.page--top .section-event .swiper-button-next::after {
  transform: translate(-40%, -50%) rotate(180deg);
}
.page--top .section-activity {
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity {
    padding-top: 2rem;
  }
}
.page--top .section-activity .section-title {
  font-size: 5rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 9.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity .section-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.page--top .section-activity .inner {
  background: linear-gradient(180deg, #ffe8e5 0%, #ffbeb4 100%);
  border-radius: 5rem;
  padding: 10rem 5rem 5rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity .inner {
    border-radius: 2.5rem;
    padding: 3.5rem 1.6rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.page--top .section-activity .activity-list {
  column-count: 2;
  column-gap: 5rem;
}
@media only screen and (min-width: 768px) {
  .page--top .section-activity .activity-list {
    padding-top: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity .activity-list {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    column-count: auto;
    gap: 2.5rem;
  }
}
.page--top .section-activity .activity-list__item .box {
  background: #fff;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page--top .section-activity .activity-list__item {
    break-inside: avoid;
    margin-bottom: 4rem;
  }
  .page--top .section-activity .activity-list__item:first-of-type {
    margin-top: -20rem;
  }
  .page--top .section-activity .activity-list__item .box {
    padding: 2rem 2rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity .activity-list__item .box {
    padding: 2rem 1.5rem;
  }
  .page--top .section-activity .activity-list__item:nth-of-type(2) {
    order: 3;
  }
  .page--top .section-activity .activity-list__item:nth-of-type(3) {
    order: 5;
  }
  .page--top .section-activity .activity-list__item:nth-of-type(4) {
    order: 2;
  }
  .page--top .section-activity .activity-list__item:nth-of-type(5) {
    order: 4;
  }
  .page--top .section-activity .activity-list__item:nth-of-type(6) {
    order: 6;
  }
}
/* @media only screen and (min-width: 768px) {
  .page--top .section-activity .activity-list__item:nth-of-type(odd) {
    margin-top: -20rem;
  }
} */
.page--top .section-activity .activity-list__item .img {
  margin-bottom: 2.5rem;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity .activity-list__item .img {
    margin-bottom: 1.5rem;
  }
}
.page--top .section-activity .activity-list__item .text {
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity .activity-list__item .text {
    padding: 0 0.4rem;
  }
}
.page--top .section-activity .activity-list__item .text h3 {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity .activity-list__item .text h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.page--top .section-activity .activity-list__item .c-btn {
  margin-top: 3rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .page--top .section-activity .activity-list__item .c-btn {
    text-align: center;
    margin-top: 1.5rem;
  }
}