.section-finacial {
  max-width: 160rem;
  position: relative;
  z-index: 1;
  margin: 20vh auto 15vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .section-finacial {
    flex-direction: column;
    margin: 10vw 3%;
  }
}
.section-finacial-fig {
  width: calc(100% - 40rem);
  overflow: hidden;
  flex-shrink: 0;
}
.section-finacial-fig-cap {
  height: 34rem;
  position: absolute;
  left: 5rem;
  top: -.5em;
  font-size: 14rem;
  line-height: 0.8;
  color: #fff;
  opacity: 0.8;
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 1023px) {
  .section-finacial-fig-cap {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-finacial-fig-cap {
    font-size: 5rem;
    left: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .section-finacial-fig {
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: -10rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-finacial-fig {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  .section-finacial-fig img {
    max-width: 100%;
    position: static;
  }
}
.section-finacial-en {
  font-size: 14rem;
  height: 34rem;
  line-height: 0.8;
  top: -.5em;
  left: 5rem;
  position: absolute;
  z-index: -1;
  color: #0d1e2e;
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 1023px) {
  .section-finacial-en {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-finacial-en {
    font-size: 5rem;
    height: 8rem;
    left: 2rem;
  }
}
.section-finacial-ttl {
  font-size: 3.6rem;
  line-height: 1.3;
  padding-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  margin-left: -10vw;
}
@media only screen and (max-width: 1023px) {
  .section-finacial-ttl {
    margin-left: 2vw;
  }
}
.section-finacial-ttl b {
  padding: .5rem 1.2rem;
  margin-bottom: .8rem;
  color: #fff;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.section-finacial-ttl b:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(90deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .section-finacial-ttl {
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-left: 0;
  }
}
.section-finacial-inner {
  text-align: left;
  max-width: 40rem;
  margin-top: auto;
}
@media only screen and (max-width: 1023px) {
  .section-finacial-inner {
    margin-top: 0;
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-finacial-inner {
    padding: 1rem;
  }
}

.section-finacial-inner p {
  font-size: 1.5rem;
  line-height: 2;
  padding: 4rem;
}
@media only screen and (max-width: 1023px) {
  .section-finacial-inner p {
    padding: 2rem 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-finacial-inner p {
    font-size: 1.2rem;
  }
}
.section-type {
  background: url("../../img/common/bg_nami.svg") no-repeat 0% -1px #f3f4f4;
  background-size: 100% 7.4rem;
  padding: calc(15vh + 7.2rem) 2% 15vh;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section-type {
    background-size: 100% 4.8rem;
    padding: calc(15vh + 4.8rem) 2% 15vh;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-type {
    background-size: 100% 2rem;
    padding: calc(10vw + 2rem) 2% 10vw;
  }
}

.section-type-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12vh;
}
@media only screen and (max-width: 767px) {
  .section-type-header {
    margin-bottom: 10vw;
  }
}
.section-type-header:before, .section-type-header:after {
  content: "";
  width: 10rem;
  height: .1rem;
  background: #0d1e2e;
  opacity: 0.3;
  margin: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .section-type-header:before, .section-type-header:after {
    width: 2rem;
  }
}
.section-type-header-ttl {
  text-align: center;
  font-size: 4.8rem;
  line-height: 6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .3rem;
}
@media only screen and (max-width: 767px) {
  .section-type-header-ttl {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: .1rem;
  }
}
.section-type-header-ttl span {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .section-type-header-ttl span {
    font-size: 1.8rem;
  }
}
.section-type-header-ttl strong {
  font-family: "Playfair Display", serif;
  font-size: 10rem;
  margin-top: -1rem;
  text-shadow: 0.1rem 0.1rem #0d1e2e;
  color: #c30d23;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .section-type-header-ttl strong {
    font-size: 7rem;
  }
}
.section-type:after {
  content: "";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: -.1rem;
  background: url("../../img/service/bg_gata.svg") no-repeat;
  background-position: 0% 100%;
  background-size: 100% 100%;
}
.section-type-inner {
  max-width: 110rem;
  margin: 0 auto;
}
.section-support {
  padding: 15vh 0;
}
@media only screen and (max-width: 767px) {
  .section-support {
    padding: 10vw 0;
  }
}
.section-support-ttl {
  padding-bottom: 10vh;
  font-size: 3.2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .section-support-ttl {
    font-size: 1.8rem;
    padding-bottom: 8vw;
  }
}
.section-support-ttl b {
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: .3rem;
}
@media only screen and (max-width: 767px) {
  .section-support-ttl b {
    letter-spacing: .1rem;
  }
}
.section-support-ttl b:after {
  content: "";
  width: 100%;
  height: .1rem;
  background: linear-gradient(90deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-support-txt {
  text-align: center;
  padding: 0 3%;
}
@media only screen and (max-width: 1023px) {
  .section-support-txt {
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-support-txt {
    padding: 0 5%;
  }
}

.section-support-txt p {
  font-size: 1.5rem;
  padding-bottom: 5rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .section-support-txt p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 2rem;
  }
}
.section-support-content {
  display: flex;
  justify-content: center;
  max-width: 100rem;
  margin: 0 auto 15vh;
}
@media only screen and (max-width: 767px) {
  .section-support-content {
    flex-wrap: wrap;
    margin-bottom: 10vw;
  }
}
.section-support-content > div {
  width: 25%;
  border-right: 0.1rem solid #f3f4f4;
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .section-support-content > div {
    width: 50%;
    margin-bottom: 2rem;
  }
  .section-support-content > div:nth-of-type(2) {
    border: none;
  }
}
.section-support-content > div:nth-last-of-type(1) {
  border: none;
}
.section-support-content > div dd {
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-support-content > div dd {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.section-support-content > div dt {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-support-content > div dt {
    font-size: 1.2rem;
  }
}
.section-support-content > div dt b {
  font-weight: 700;
  min-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .section-support-content > div dt b {
    min-height: 0;
  }
}
.section-support-content > div dt b span {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .section-support-content > div dt b span {
    font-size: 1rem;
  }
}
.section-support-content > div dt img {
  width: 9rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-support-content > div dt img {
    width: 6.4rem;
  }
}
.section-support-inner {
  background: #0d1e2e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 38rem;
  padding: 0 2%;
  margin-bottom: 15vh;
}
@media only screen and (max-width: 1023px) {
  .section-support-inner {
    flex-direction: column;
    padding: 5rem 3%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-support-inner {
    padding: 5rem 5%;
    margin-bottom: 10vw;
  }
}

.section-support-inner-txt {
  padding-right: 3%;
}
@media only screen and (max-width: 1023px) {
  .section-support-inner-txt {
    padding: 0;
  }
}
.section-support-inner-txt p {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-support-inner-txt p {
    font-size: 1.2rem;
  }
}
.section-support-inner-txt p strong {
  display: inline-block;
  letter-spacing: .3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .section-support-inner-txt p strong {
    font-size: 1.8rem;
  }
}
.section-support-inner-list {
  max-width: 56rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .section-support-inner-list {
    justify-content: center;
    font-size: 1.2rem;
  }
}
.section-support-inner-list li {
  width: 27rem;
  height: 5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #e73828;
  padding: 0 2rem;
  font-weight: 700;
  margin: .5rem;
}
.section-support-inner-list li span {
  color: #0d1e2e;
  font-size: 1.3rem;
  margin-right: 1rem;
}
.section-support-message {
  max-width: 89rem;
  position: relative;
  z-index: 1;
  background: linear-gradient(30deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  padding: 9vh 5rem;
  text-align: center;
  margin: 0 auto 15vh;
}
@media only screen and (max-width: 1023px) {
  .section-support-message {
    margin: 0 3% 10vw;
    padding: 9vh 3rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-support-message {
    padding: 5vw 2rem;
    margin-bottom: 15vw;
  }
}

.section-support-message p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .section-support-message p {
    font-size: 1.2rem;
  }
}
.section-support-message p strong {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  display: inline-block;
  letter-spacing: .3rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .section-support-message p strong {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-support-message p strong {
    font-size: 1.7rem;
  }
}

.section-support-message:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: -1rem;
  z-index: -1;
  border: 0.1rem solid #0d1e2e;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section-support-message:after {
    left: .5rem;
    top: -.5rem;
  }
}
.section-support-message:before {
  content: "";
  width: calc(100% - .2rem);
  height: calc(100% - .2rem);
  position: absolute;
  background: #fff;
  left: .1rem;
  top: .1rem;
  z-index: -2;
}
.section-support-member {
  display: flex;
  justify-content: center;
  padding-bottom: 15vh;
}
@media only screen and (max-width: 1023px) {
  .section-support-member {
    padding: 0 2% 6vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-support-member {
    padding: 0 5% 6vw;
    flex-direction: column;
  }
}

.section-seminar {
  background: #f3f4f4;
  padding: 15vh 2%;
}
@media only screen and (max-width: 767px) {
  .section-seminar {
    padding: 10vw 5%;
  }
}
.section-seminar-header {
  text-align: center;
  margin-bottom: 10vh;
}
@media only screen and (max-width: 767px) {
  .section-seminar-header {
    margin-bottom: 10vw;
  }
}
.section-seminar-header-en {
  font-size: 5.2rem;
  line-height: 1;
  font-family: "Playfair Display", serif;
  color: #e73828;
  background: linear-gradient(90deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .section-seminar-header-en {
    font-size: 3.2rem;
  }
}
.section-seminar-header-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .section-seminar-header-ttl {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-seminar-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .section-seminar-inner {
    flex-direction: column;
  }
}

.article-member {
  width: 24rem;
  margin: 0 3rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .article-member {
    margin: 0 1.5rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-member {
    margin: 0 auto 5rem;
  }
}

.article-member-inner {
  margin-bottom: auto;
}
.article-member-inner p {
  font-size: 1.3rem;
  line-height: 1.8;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .article-member-inner p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.article-member-btn {
  width: 100%;
}
.article-member-btn a {
  height: 4rem;
  font-size: 1.2rem;
  background: #f3f4f4;
  font-family: "Playfair Display", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-member-btn a:hover {
  background: #0d1e2e;
  color: #fff;
}
.article-member-btn a span {
  font-size: 1.2rem;
  color: #c30d23;
  margin-right: .5rem;
}
.article-member-header {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .article-member-header {
    margin-bottom: 1.5rem;
  }
}
.article-member-header-fig {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .article-member-header-fig {
    margin-bottom: 2rem;
    max-width: 20rem;
  }
}
.article-member-header-work {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 0.1rem solid #0d1e2e;
  margin: 0 auto 2.5rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-member-header-work {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    padding-bottom: .3rem;
  }
}
.article-member-header-company {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .article-member-header-company {
    font-size: 1.3rem;
  }
}
.article-member-header-ttl {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .article-member-header-ttl {
    font-size: 1.7rem;
  }
}
.article-member-header-ttl span {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-member-header-ttl span {
    font-size: 1.1rem;
  }
}
.article-service {
  max-width: 100rem;
  margin: 0 auto 6vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 1rem rgba(13, 30, 46, 0.1);
  position: relative;
  z-index: 1;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 5rem 6rem;
}
@media only screen and (max-width: 767px) {
  .article-service {
    padding: 2rem;
  }
}
.article-service:nth-of-type(2n) {
  margin-right: 0;
}
.article-service:nth-of-type(2n+1) {
  margin-left: 0;
}
.article-service:nth-of-type(1):hover:before, .article-service:nth-of-type(2):hover:before, .article-service:nth-of-type(3):hover:before, .article-service:nth-of-type(4):hover:before {
  opacity: 1;
}
.article-service:nth-of-type(1):hover:after, .article-service:nth-of-type(2):hover:after, .article-service:nth-of-type(3):hover:after, .article-service:nth-of-type(4):hover:after {
  width: 100%;
}
.article-service:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../../img/common/bg_sha-w.svg") 0% 0% no-repeat;
  background-size: 100% auto;
  transform: scale(1, -1);
  width: 60%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.65;
  transition: all .5s;
}
@media only screen and (max-width: 1023px) {
  .article-service:before {
    width: 70%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-service:before {
    width: 100%;
  }
}

.article-service:after {
  content: "";
  position: absolute;
  z-index: -2;
  background: linear-gradient(30deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  width: 0%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  transition: all .5s;
}
.article-service:nth-of-type(2n) .article-service-header {
  padding: 0 0 0 60%;
}
@media only screen and (max-width: 1023px) {
  .article-service:nth-of-type(2n) .article-service-header {
    padding: 0 0 0 45%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-service:nth-of-type(2n) .article-service-header {
    padding: 0;
  }
}

.article-service:nth-of-type(2n) .article-service-btn {
  right: auto;
  left: 5%;
  color: #0d1e2e;
  border-color: #0d1e2e;
}
.article-service:nth-of-type(2n) ul {
  justify-content: flex-end;
  padding: 2rem 0 0 60%;
}
@media only screen and (max-width: 1023px) {
  .article-service:nth-of-type(2n) ul {
    padding: 2rem 0 0 45%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-service:nth-of-type(2n) ul {
    padding-left: 0;
  }
}

.article-service:nth-of-type(2n) > p {
  padding: 0 0 0 60%;
}
@media only screen and (max-width: 1023px) {
  .article-service:nth-of-type(2n) > p {
    padding: 0 0 0 45%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-service:nth-of-type(2n) > p {
    padding: 0;
  }
}

.article-service:nth-of-type(2n):before {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}
.article-service > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.article-service-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.article-service-header-num {
  font-size: 9rem;
  line-height: 1;
  height: 1em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #e73828;
  margin-right: 1rem;
  text-shadow: 0.15rem 0.15rem 0 #0d1e2e;
}
@media only screen and (max-width: 767px) {
  .article-service-header-num {
    font-size: 6rem;
  }
}
.article-service-header-ttl {
  font-size: 4.8rem;
  height: 9rem;
  padding-top: 2.6rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .article-service-header-ttl {
    font-size: 2.4rem;
    height: 6rem;
  }
}
.article-service > p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  padding: 0 60% 0 0;
}
@media only screen and (max-width: 1023px) {
  .article-service > p {
    padding: 0 45% 0 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-service > p {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.article-service-bnr {
  width: 40rem;
  position: absolute;
  left: 5%;
  bottom: 4rem;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .article-service-bnr {
    flex-direction: column;
    width: auto;
    padding: 1rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-service-bnr {
    position: static;
    margin-top: 1.5rem;
  }
}

.article-service-bnr dt {
  font-size: 1.4rem;
  font-weight: 700;
  flex-shrink: 0;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .article-service-bnr dt {
    padding: 0 0 1rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-service-bnr dt {
    font-size: 1.2rem;
  }
}

.article-service-bnr dd {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.article-service-bnr dd figure {
  text-align: center;
  width: 15rem;
  flex-shrink: 0;
}
.article-service-bnr dd figure figcaption {
  font-size: 1rem;
}
.article-service-bnr dd p {
  font-size: 1.2rem;
  padding: 0 .5rem;
}
@media only screen and (max-width: 767px) {
  .article-service-bnr dd p {
    font-size: 1rem;
  }
}
.article-service-bnr dd span {
  color: #c30d23;
  font-size: 2rem;
}
.article-service ul {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 2rem 60% 0 0;
}
@media only screen and (max-width: 1023px) {
  .article-service ul {
    padding: 2rem 45% 0 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-service ul {
    padding-right: 0;
    font-size: 1rem;
  }
}

.article-service ul li {
  padding: .1rem .4rem;
  border: 0.1rem solid #0d1e2e;
  margin: .15rem;
  transition: all .5s;
}
.article-service-btn {
  position: absolute;
  width: 22rem;
  height: 4rem;
  right: 5%;
  bottom: 4rem;
  margin-top: -1.5rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  font-family: "Playfair Display", serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
@media only screen and (max-width: 767px) {
  .article-service-btn {
    opacity: 1;
    font-size: 1.2rem;
    width: 15rem;
    position: static;
    margin: 1rem auto 0 auto;
    color: #0d1e2e;
    border-bottom-color: #0d1e2e;
  }
}
.article-service-btn span {
  color: #c30d23;
  font-size: 2rem;
  margin-right: .5rem;
}
@media only screen and (max-width: 767px) {
  .article-service-btn span {
    font-size: 1.4rem;
  }
}
.article-book {
  padding-top: 10vh;
}
@media only screen and (max-width: 1023px) {
  .article-book {
    padding: 10vw 3% 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-book {
    padding: 10vw 0;
  }
}

.article-seminar {
  max-width: 100rem;
  margin: 0 auto 10vh;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .article-seminar {
    width: 48%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-seminar {
    width: 100%;
    margin-bottom: 10vw;
  }
}

.article-seminar:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .article-seminar:nth-of-type(2) {
    flex-direction: column;
  }
}
.article-seminar:nth-of-type(2) .article-seminar-fig img {
  left: auto;
  right: 0;
}
.article-seminar-fig {
  width: 52%;
  height: 45rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .article-seminar-fig {
    width: 100%;
    height: auto;
  }
}
.article-seminar-fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70rem;
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  .article-seminar-fig img {
    max-width: 100%;
    width: 100%;
    position: static;
  }
}
.article-seminar-en {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Playfair Display", serif;
  color: #e73828;
  background: linear-gradient(90deg, #ff9e00 0%, #e73828 50%, #c30d23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .article-seminar-en {
    font-size: 1.2rem;
  }
}
.article-seminar-ttl {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .article-seminar-ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-seminar-ttl {
    font-size: 1.8rem;
  }
}

.article-seminar-inner {
  width: 48%;
  background: rgba(13, 30, 46, 0.9);
  padding: 3.5rem;
  color: #fff;
  margin-top: auto;
  margin-bottom: -4rem;
  text-align: left;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .article-seminar-inner {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .article-seminar-inner {
    padding: 2rem 1.5rem;
  }
}

.article-seminar-txt p {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-seminar-txt p {
    font-size: 1.1rem;
  }
}
.article-seminar-txt-link {
  padding-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article-seminar-txt-link {
    padding-top: 1rem;
  }
}
.article-seminar-txt-link a {
  width: 20rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Playfair Display", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .article-seminar-txt-link a {
    font-size: 1.4rem;
  }
}
.article-seminar-txt-link a:hover {
  background: #0d1e2e;
}
.article-seminar-txt-link span {
  color: #e73828;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-seminar-txt-link span {
    font-size: 1.4rem;
  }
}
